@charset "utf-8";
*{margin:0;padding:0;}
body,dd,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0;padding:0;list-style:none;-webkit-text-size-adjust:none}i,em{font-style:normal;}
img{border:0;}input{outline:0;vertical-align:middle;}.clear{clear:both;}table{border-collapse:collapse;border-spacing:0}
body{font:12px "Microsoft YaHei";color:#222;text-rendering:geometricPrecision}
a{color:inherit;text-decoration:none;cursor:pointer;}
a:hover,.breadcrumb a:hover,.site a:hover,.site .site-t strong a:hover, .site .site-t span a:hover{color:#7714bc;text-decoration:none;}:focus{outline:0}
html,body{width:100%;background: #f6f6f6;}
body{
  overflow:scroll;
  overflow-x:hidden;
}
fieldset, img {
	border: 0;
}
input{
  border:none;
  background:transparent;
}
span{
  display: inline-block;
}
/*margin*/
.mm{margin:0 auto;}
.mr{margin-right: 0;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.mr30{margin-right: 30px;}
.mr50{margin-right: 50px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb30{margin-bottom:30px;}
.mlr30{margin: 0 30px;}
.m_auto{margin: 0 auto;}
/*padding*/
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt55{padding-top: 55px;}
.pr30{padding-right: 30px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb60{padding-bottom: 60px;}
.pl30{padding-left: 30px;}
.ptb20{padding: 20px 0;}
.ptb35{padding: 35px 0;}
.ptb50{padding: 50px 0;}
.ptb70{padding: 70px 0;}
.ptrbl10{padding: 10px;}
.nopadding{padding: 0 !important;}
/*字体大小*/
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f30{font-size:30px;}
.f32{font-size:32px;}
.f36{font-size:36px;}
.f40{font-size:40px;}

.hide{display: none;}
.inline-block{display: inline-block;}
.fl{float: left;}
.fr{float: right;}
.clearf{clear:both;}
img{display:inline-block}
.c{text-align: center;}
.fw600{font-weight: 600;}
.relative{position: relative;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
body{
    padding-bottom: 50px;
    text-size-adjust:none;
    -webkit-text-size-adjust:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*by hedy*/
.line-b{
    border-bottom: #dddddd solid 1px;
}
.b-line-a{
    border: 1px solid #dddddd;
}
.b-line{
    border: #dddddd solid 1px;
    border-radius: 2px;
}
.mb-color{
   background: #af73d7;
}
.mb-weight-color{
   background: #7916be;
}
.head-empty{
   height: 205px;
}
/*字体颜色*/
.purple{color: #7213c5;}
.purple1{color: #7c18bf;}
.purple2{color: #9f0bcc;}
.c3{color:#333;}
.c6{color:#666;}
.c8{color:#888;}
.red1{color: #f41a1a;}

/*行高*/
.lh45{line-height: 45px;}

.clearfix{zoom:1}
.clearfix:after {content:"";display:block;clear:both; visibility:hidden; overflow:hidden;}
/*版心*/
.webpageCon{
  width: 1000px;
  margin: 0 auto;
}
.webpageCon12{
  width: 1200px;
  margin: 0 auto;
}
/*背景*/
.bgfff{
  background-color: #fff;
}
.bgf6{
  background-color: #f6f6f6;
}
/*布局*/
.flex_layout{
  display:box;  /*(伸缩盒最老版本)*/
  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
  display:-webkit-flex; /* Chrome */
  display:-moz-box;     /* Firefox 19 */
  display:-ms-flexbox;
  display:flex;  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap:wrap;
}
/********************整体布局********************************/
.mainBox{
  width:1000px;
  position: relative;
  margin:-140px auto 0 auto;
}
.mainLeft .trainBox,.commentBox,.ysdayBox,.serviceBox,.priceBox,.processBox,.motherBox, .homeBox,.sevenBox,.fuBox,.contactBox{
  margin-top:20px;
  background: #fff;
}
.mainLeft{
  width:700px;
  box-sizing: border-box;
}
.mainConLeft{
  width:890px;
  box-sizing: border-box;
}
.mainLeft .gurateerBox{
  background: #fff;
}
.mainLeft .gurateerBox .gurateer{
    width:100%;
    height:120px;
    box-sizing: border-box;
    padding:0 40px 18px 35px;
}
/* .mainLeft .gurateerBox .gurateer:nth-child(1){
    margin-top:13px;
} */
.mainLeft .gurateerBox .gurateer .imgBox{
    display: inline-block;
    float:left;
    width:90px;
    height:116px;
    box-sizing: border-box;
    padding-top:10px;
    margin-right:20px;
}
.mainLeft .gurateerBox .gurateer .gurDec{
    display: inline-block;
    float:left;
    width:500px;
    height: 120px;
    box-sizing: border-box;
    padding:35px 0 3px 0;
}
.mainLeft .gurateerBox .gurateer .gurDec p:nth-child(1){
    font-size:16px;
    color:#464646;
}
.mainLeft .gurateerBox .gurateer .gurDec p:nth-child(2){
    font-size:14px;
    color:#868686;
    margin-top:12px;
}
.mainLeft #title{
  width:700px;
  height: 100px;
  box-sizing: border-box;
  padding:25px 40px 0 95px;
  position: relative;
}
.mainLeft #title .icon{
  position: absolute;
  top:-5px;
  left:18px;
  width:55px;
  height: 70px;
  line-height: 53px;
  font-size:34px;
  color:#fff;
  text-align: center;
  background: url(../img/leftTop.png) no-repeat center center;
}
.mainLeft #title .titleP{
  color:rgb(163,93,207);
  font-size: 20px;
}
.mainLeft #title .titleC{
  color:rgb(139,139,139);
  width:565px;
  font-size: 14px;
  margin-top:15px;
  line-height:22px;
}
 #titleT{
  width:100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
  line-height: 60px;
  font-size:20px;
  color:rgb(51,51,51);
}
 #titleT span{
  height: 60px;
  padding:0 20px;
  display: inline-block;
  border-bottom:2px solid #a15ed1;
}
.mainRight{
  position: relative;
  width:290px;
  height: auto;
  margin-left: 10px;
}
/********************导航条nav********************************/
.navBox{
  width: 100%;
  overflow: hidden;
  height: 167px;
  background: #fff;
}
.sz_header{
  position: absolute;
  top: 0;
}
.navBox> .nav{
  width:1080px;
  height: 112px;
  line-height: 112px;
}
.navBox .guide-nav{
  background-color: #f5f5f5;
}
.navBox .guide-nav li{
  float: left;
  font-size: 16px;
  line-height: 55px;
  padding-right: 30px;
}

.navBox .nav .logo{
  width:372px;
  height:112px;
}
.navBox .nav .logo h1{
  width:188px;
  height: 45px;
  display:inline-block;
  vertical-align: middle;
}
.navBox .nav .logo h1 img{
  display: block;
}
.navBox .nav .logo .tel{
  width:162px;
  height: 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  padding-left: 17px;
  margin-left: 16px;
  border-left: 1px solid #eee ;
  display: inline-block;
  vertical-align: middle;
}
.navBox .nav .logo .tel p:nth-child(1){
  font-size: 14px;
  line-height: 19px;
}
.navBox .nav .logo .tel p:nth-child(2){
  font-size: 18px;
  line-height:25px;
  padding-left:18px;
  background: url(../img/tel.png) no-repeat left center;
}
.navBox .nav ul.classify {
  width:693px;
  height:112px;
  line-height: 112px;
}
.navBox .nav ul.classify li{
  width: 65px;
  font-size: 16px;
  line-height:112px;
  padding:0 6px;
  color:rgb(84,84,84);
  float:left;
  cursor: pointer;
  text-align: center;
}
.navBox .nav ul.classify li a:hover{
  color:#fff;
  text-decoration:none;
}
.navBox .nav ul.classify li:hover{
  background:#a35dcf;
   color:#fff;
}
.navBox .nav ul.classify li.focus{
  color:#fff;
  background: #a35dcf;
}
/*母婴知识头部*/
.navBox.muying_navBox{
  height: 217px;
}
.navBox .muying_nav .search{
  width: 330px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-top: 40px;
  border: 1px solid #ddd;
}
.navBox .muying_nav .search .search-btn{
  padding: 0 15px;
  cursor: pointer;
}
.navBox .muying_nav .search .input-box{
  width: 220px;
  height: 40px;
  padding-left: 45px;
  background: url(../img/searchIndex.png) 12px center no-repeat;
}
.navBox.muying_navBox .menu{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.navBox.muying_navBox .menu li{
  float: left;
  padding: 0 20px;
}

.bannerBox{
  width:100%;
  height: 500px;
  position: relative;
}
.bannerBox img{
  width:100%;
  height: 100%;
}
/********************底部********************************/
.footerBox,.bottomBox{
  /*margin-top: 50px;*/
  padding-top: 30px;
  background-color: #f6f6f6;
}
.bottom{
  width:100%;
 /* height: 310px;*/
}
.bottom .bottomBox{
  width:1000px;
  /*height: 310px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  padding:40px 0;
  background-color: #fff;
}
.bottom .bottomBox .bottomCon{
  width:208px;
  /*height:267px;*/
  text-align: center;
  margin: 0 125px 0 30px;
  vertical-align: top;
  display: inline-block;
}
.bottom .bottomBox .mr{
  margin-right: 0;
}
.bottom .bottomBox .bottomCon p:nth-child(2){
  margin-top:22px;
  font-size: 24px;
  color:#333;
}
.bottom .bottomBox .bottomCon p:nth-child(3){
  margin-top:17px;
  font-size: 13px;
  line-height: 24px;
  color:#8f8f8f;
}
/*底部添加外链*/
.links_pu{
  font-size: 14px;
}
.links_pu .link_inner{
    padding: 10px 0;
}
.links_pu .item{
    padding: 0 15px;
    position: relative;
}
.links_pu .item ul{
  width: 88%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
}
.links_pu .link_head{
  line-height: 30px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
}
.links_pu .item li{
  float: left;
  padding: 5px 16px 5px 0;
  text-align: left;
}
.links_pu .item a{
    padding: 0 6px;
}
.links_pu .drop-down{
  position: absolute;
  top: 6px;
  right: 15px;
}
.links_pu .drop-down .trigon{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: -2px;
  border-top: 4px solid #848c99;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.links_pu .drop-down span.up-square{
  border-top-color: #af73d7;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/*热门城市*/
.topCity{
  padding: 20px 15px;
  display: none;
}
.topCity li{
  display: inline-block;
  padding: 15px 60px 0 0;
}
/*友情链接*/
.linkTabs .tabsT{
  font-size: 18px;
  background-color: #efefef;
}
.linkTabs .tabsT span{
  padding: 15px 40px;
  cursor: pointer;
}
.linkTabs .tabsCon{
  padding: 10px 0 20px 0;
}
.linkTabs .tabsCon li{
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px 0 20px;
}
.linkTabs .tabsT .on{
    border-top: 2px solid #af73d7;
    border-right: 1px solid #ddd;
    background-color: #fff;
}

.footer{
  width:100%;
  height: 180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  padding:40px 0;
  text-align: center;
  background-color: #f6f6f6;
}
.footer p{
  line-height: 24px;
  color:#797979;
  font-size:12px;
}
.footer p span,
.footer_bottom .links span{
  line-height:14px;
  border-right:1px solid #797979;
  color:#000;
  padding:0 10px;
}
.footer p span.noBorder,
.footer_bottom .links span.noBorder{
  border-right:none;
}
/********************右侧边栏********************************/
.h910{
  height: 910px;
}
#sideBar{
  width:290px;
  height: auto;
  overflow: hidden;
}
#sideBar .onlineAppoint,.telConsult,.commonQuestion,.baike_muying {
  background: #fff;
}
.titles {
  width:290px;
  height:49px;
  border-bottom: 2px solid #ddd;
}
.titles span{
  padding:0 20px;
  height: 49px;
  font-size:14px;
  line-height: 49px;
  border-bottom: 2px solid #a55cd1;
}
#sideBar .onlineAppoint{
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#sideBar .ys_onlineAppoint{
  margin-bottom: 0;
}
#sideBar .ys_onlineAppoint .titles span{
  font-size: 18px;
}
#sideBar .onlineAppoint .redBor{
  border:2px solid #a35dcf;
}
#sideBar .onlineAppoint .form{
  width:250px;
  height:40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin:20px auto 0 auto;
  background: #f6f6f6;
  padding:0 15px;
  cursor: pointer;
}
#sideBar .onlineAppoint.ys_onlineAppoint .form{
  height: 50px;
}
#sideBar .onlineAppoint .form input{
  width:220px;
  height: 40px;
  line-height: 40px;
  font-size:14px;
  cursor: pointer;
}
#sideBar .onlineAppoint.ys_onlineAppoint .form input{
  height: 50px;
  line-height: 50px;
}
#sideBar .onlineAppoint .form .user{
  background: url(../img/user.png) no-repeat right center;
}
#sideBar .onlineAppoint .form .phone{
  background: url(../img/phone.png) no-repeat right center;
}
#sideBar .onlineAppoint .form .calender{
  background: url(../img/calender.png) no-repeat right center;
}
#sideBar .onlineAppoint .choose{
  font-size:12px;
  color:#333;
  margin:20px;
}
#sideBar .onlineAppoint .days{
  padding-left: 20px;
  margin:20px 0;
}
#sideBar .onlineAppoint .days span{
  width:80px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color:#333;
  margin:0 5px 5px 0;
  background: #f6f6f6;
  cursor:pointer;
}
#sideBar .onlineAppoint .days span.focus{
  background:url(../img/days.png) no-repeat center center;
  -webkit-background-size: 80px 40px;
  background-size: 80px 40px;
}
#sideBar .onlineAppoint .appiont{
  width:250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #a35dcf;
  color:#fff;
  font-size:17px;
  cursor: pointer;
}
#sideBar .onlineAppoint .ys_appiont{
  margin-top: 30px;
}
#sideBar .telConsult{
  width:290px;
  height: 52px;
  line-height: 52px;
  padding-left: 59px;
  font-size:17px;
  color:#333;
  margin-bottom: 20px;
}
#sideBar .telConsult span{
  font-size:15px;
  color:#a35dcf;
}
.commonQuestion .titles .more{
  float:right;
  border:none;
  color:#a35dcf;
}
.commonQuestion .questionList{
  width:290px;
  padding:10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.commonQuestion .questionList p{
  line-height: 36px;
  color:#333;
}
/******************学院活动弹窗*********************************/
.yuezi_bigMask .yuezi_baidu{
  position: relative;
  top: 24%;
  width: 600px;
  height: 400px;
  margin:0 auto;
  border-radius: 30px;
  background:url(../img/yz_school/float_win17.jpg) no-repeat center center;
}
.yuezi_bigMask .yuezi_close{
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 20%;
  cursor: pointer;
}
.yuezi_bigMask .yuezi_apply{
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  cursor: pointer;
}
/******************百度商桥弹窗*********************************/
.bigMask, .yuezi_bigMask{
  width:100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  background:rgba(0,0,0,.5);
  z-index: 99;
  display: none;
}
.baidu{
  width:393px;
  height:136px;
  margin:0 auto;
  padding-top:116px;
  background:url(../img/alert.png) no-repeat center center;
  position: relative;
  top:40%;
}
.yuezi_alert{
  background:url(../img/yueziAlert.png) no-repeat center center;
}
.baidu b{
  font-size: 22px;
  font-weight: 300;
  color:#d2cecf;
  position: absolute;
  top:40px;
  right:35px;
  cursor: pointer;
}
.baidu .nowConsult{
  width:116px;
  height: 27px;
  background: #aa61cd;
  color:#fff;
  font-size:13px;
  text-align: center;
  line-height: 27px;
  border-radius: 5px;
  margin-left:170px;
  cursor: pointer;
}
.baidu .phoneNum{
  width:189px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  border:1px solid #dddcda;
  margin:20px 0 0 170px;
}
.baidu .phoneNum.purBor{
  border:2px solid #7916bf;

}
.baidu .phoneNum input{
  border:none;
  width:100px;
  height: 30px;
  padding-left: 15px;
  font-size: 13px;
  float:left;
}
.baidu .phoneNum span{
  width:74px;
  height: 30px;
  font-size: 14px;
  float:left;
  color:#fff;
  background: #7916bf;
  text-align:center;
  cursor: pointer;
}
.baidu .freePhone{
  width:204px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-left:170px;
}
/* ***************右下角浮窗 ********************/
/*.floatWin{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 97;
  clear: both;
  width: 205px;
  height: 133px;
  padding: 15px 0 0 120px;
  color: #fff;
  background: url(../img/float.png) no-repeat;
}
.floatWin .nth1{
  font-size: 19px;
}
.floatWin .nth2{
  font-size: 14px;
  line-height: 32px;
}
.floatWin .click{
  width:110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color:#915b7b;
  background: #ffc30d;
  font-size: 14px;
  border-radius: 30px;
  border:1px solid #915b7b;
  cursor: pointer;
  margin-top: 7px;
}*/
/*****************提示弹窗************************/
.bigMask2{
  width:100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  background:rgba(0,0,0,0);
  z-index:100;
  display: none;
}
.bigMask2 .warning{
    width:350px;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    padding:40px 0 35px 0;
    border-radius: 10px;
    box-shadow: -2px 3px 10px 12px #dedede;
    margin:0 auto;
    position: relative;
    top:40%;
}
.bigMask2 .warning .close{
    width:20px;
    height: 20px;
    position: absolute;
    top:10px;
    right:10px;
    background:url(../img/btnClose.png) no-repeat center center;
}
.bigMask2 .warning .content{
    width:230px;
    box-sizing: border-box;
    padding-left: 50px;
    line-height:40px;
    font-size:17px;
    color: #333;
    margin:0 auto;
    background: url(../img/alert-info.png) no-repeat 0 center;
}
.bigMask2 .warning .confirm{
    width:115px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin:20px auto 0;
    color:#fff;
    border-radius: 5px;
    font-size: 15px;
    background: #a35dcf;
}
#pager{
  width:100%;
  padding:30px 0;
}
#pager a,#pager span{
  padding:0 15px;
}
#pager a:hover{
  color:#a458d2;
}
#pager a:nth-child(3),#pager a:nth-child(9){
  border: 1px solid #a458d2;
  padding: 10px 15px;
}
#pager span{
  color: #a458d2;
  padding: 10px 15px;
}
#pager a:nth-child(9){
  margin-left:30px;
}
.friendslinkx{
  display: none;
}
/******************左侧浮窗hedy*********************/
.floatWin_left{
  position: fixed;
  top: 140px;
  left: 12px;
  z-index: 97;
  clear: both;
  width: 110px;
  padding-bottom: 12px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  background-color: #a35dcf;
  cursor: pointer;
}
.floatWin_left a{
  display: block;
  width: 110px;
  height: 320px;
}
.floatWin_left a:hover{
  color: #fff;
}
.floatWin_left .order{
  padding: 10px 0;
  font-size: 15px;
}
.floatWin_left .aboutservice{
  width: 94px;
}
.floatWin_left .scan_code{
  width: 80px;
  padding-top: 6px;
}
.floatWin_left .consult{
  width: 90px;
  height: 24px;
  line-height: 24px;
  color:#a35dcf;
  font-size: 10px;
  background: #fff;
  border:1px solid #915b7b;
  margin: 10px auto;
}
/******************右侧浮窗hedy*********************/
.floatWin_right{
  position: fixed;
  top: 190px;
  right: 0;
  z-index: 97;
  clear: both;
  width: 40px;
  height: 200px;
  background-color: #a35dcf;
}
.purple_bg{
  background-color: rgb(122,22,189);
}
.floatWin_right li{
  border-top: 1px solid #fff;
  width: 40px;
  height: 40px;
}
.floatWin_right li a{
  display: block;
  width: 40px;
  height: 40px;
}
.floatWin_right li img{
  display: block;
  width: 22px;
  height: 22px;
  padding: 10px 10px;
}
.floatWin_right .phone .communicate{
  width: 260px;
  height: 106px;
  position: absolute;
  right: 57px;
  top: 48px;
  z-index: 5;
  background-color: #fff;
  border: 1.5px solid #a35dcf;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}
.floatWin_right .phone .communicate .close_btn{
  width: 21px;
  height: 21px;
  position: absolute;
  top: -8px;
  left: -7px;
}
.floatWin_right .phone .communicate .close_btn:before{
  content: url(../img/rightside_close.png);
}
.floatWin_right .phone .communicate:after{
  content: url(../img/rightside_arrow.png);
  position: absolute;
  top: 44px;
  right: -9px;
}
.floatWin_right .communicate .ask{
  font-size: 16px;
  color: #a35dcf;
}
.floatWin_right .communicate input{
  float: left;
  width: 140px;
  height: 20px;
  font-size: 12px;
  padding: 4px;
  padding-left: 10px;
  border: 1px solid #a35dcf;
  border-radius: 5px 0px 0px 5px;
  margin: 8px 0;
}
.floatWin_right .communicate button{
  float: left;
  width: 80px;
  height: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0px 5px 5px 0;
  background-color: #a35dcf;
  margin: 8px 0;
}
.floatWin_right .communicate .call{
  clear: both;
  font-size: 12px;
  color: grey;
}
.floatWin_right .weixin .code{
  display: none;
  position: absolute;
  width: 149px;
  height: 169px;
  right: 25px;
  top: 114px;
  z-index: 5;
}
.floatWin_right .weixin .code img{
  width: 106px;
  height: 106px;
}
/******************底部浮窗hedy*********************/
.floatWin_foot{
  position: fixed;
  bottom: 0;
  z-index: 97;
  clear: both;
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #a35dcf;
}
.floatWin_foot .content{
  width: 1000px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}
.floatWin_foot .content .foot_consult{
  float: left;
  position: relative;
  padding: 0 24px 0 50px;
  font-size: 16px;
}
.floatWin_foot .content .foot_consult:before{
  content: url(../img/footside_consult.png);
  position: absolute;
  top: 9px;
  left: 12px;
}
.floatWin_foot .content a:hover{
  color: #fff;
}
.floatWin_foot .content input{
  float: left;
  width: 190px;
  height: 22px;
  font-size: 12px;
  background-color: #fff;
  padding: 4px;
  padding-left: 100px;
  border-radius: 16px 0px 0px 16px;
  margin: 11px 0;
}
.floatWin_foot .content button{
  float: left;
  width: 120px;
  height: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0px 16px 16px  0;
  background-color: rgb(122,22,189);
  margin: 11px 0;
}
.floatWin_foot .content .click,
.floatWin_foot .content .order{
  float: left;
  border-radius: 16px 16px 16px 16px;
  margin-left: 24px;
  width: 136px;
}
.floatWin_foot .content .click{
  color: #a35dcf;
  margin-left: 60px;
  background-color: #fff;
}
.bg_purple{
  color: #fff;
  background-color: #a35dcf;
}

/******************bottom*********************/
.ysFooter{
  width:100%;
  height: 318px;
  background: #2e2e2e;
  padding-top:55px;
}
.ysFooter .footerCon{
  width:1000px;
  color:#fff;
}
.ysFooter .footerCon .footLeft,.footMiddle,.footRight{
  float:left;
  vertical-align: top;
}
.ysFooter .footerCon .footLeft{
  width:380px;
}
.ysFooter .footerCon .footLeft p{
  line-height: 63px;
  padding-left:48px;
  font-size: 14px;
}
.ysFooter .footerCon .footLeft p:nth-child(1){
  background:url(../img/foot2.png) no-repeat left center;
}
.ysFooter .footerCon .footLeft p:nth-child(2){
  background:url(../img/foot1.png) no-repeat left center;
}
.ysFooter .footerCon .footLeft p:nth-child(3){
  background:url(../img/foot3.png) no-repeat left center;
}
.ysFooter .footerCon .footLeft p:nth-child(4){
  background:url(../img/foot4.png) no-repeat left center;
}
.ysFooter  .footMiddle{
  width:418px;
}
.ysFooter .footMiddle .online{
  line-height: 55px;
  font-size:18px;
}
.ysFooter .footMiddle .regiser{
  width:286px;
  height: 36px;
  padding-left:10px;
  line-height: 36px;
  background: #fff;
  font-size:16px;
  color:rgb(127,127,127);
  margin-bottom: 25px;
  clear:both;
}
.ysFooter .footMiddle .regiser input{
  width:280px;
  height: 36px;
  border:none;
}
.ysFooter .footMiddle .regiserNow{
  width:296px;
  height: 51px;
  background: #a35dcf;
  line-height: 51px;
  color:#fff;
  font-size:24px;
  text-align: center;
  cursor: pointer;
}
.ysFooter .footerCon .footRight{
  width:192px;
  text-align: center;
  padding-top:14px;
}
.ysFooter .footerCon .footRight img{
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
}
.ysFooter .footerCon .footRight p{
  font-size:12px;
  line-height: 23px;
}
/**************月子学院 start******************/
.bg3f{
  background: #fff;
}
.bannerys{
  background:url(../img/ysbanner.jpg) no-repeat center center;
}
.bannerlb{
 background:url(../img/ylbanner.jpg) no-repeat center center;
}
.bannerjs{
  background:url(../img/jsbanner.jpg) no-repeat center center;
}
.bannercr{
  background:url(../img/cuirubanner.jpg) no-repeat center center;
}
.banneryys{
  background:url(../img/yysbanner.jpg) no-repeat center center;
}
.bannertuina{
  background:url(../img/yz_school/tuina_banner.jpg) no-repeat center center;
}
.bannerrecover{
  background:url(../img/yz_school/recover_banner.jpg) no-repeat center center;
}
.bannermate{
    background:url(../img/matebanner.png) no-repeat center center;
}
.bannersignup{
    background:url(../img/schoolbanner.jpg) no-repeat center center;
}
.sbannerBox{
  width:100%;
  height: 750px;
  background-size: cover;
  overflow: hidden;
}
.sbannerBox .content{
  width:860px;
  padding:30px 70px;
  text-indent: 2em;
  color:#333333;
  font-size: 17px;
  line-height: 25px;
  background:rgba(255,255,255,.3);
  margin:498px auto 0 auto;
}
.sbannerBox .content .indent{
  text-indent: 2em;
  margin-top: 10px;
}
/*yueziBanner*/
.yueziBanner .swiper-slide img{
    width: 100%;
    min-width: 1000px;
    height: auto;
}
.yueziBanner .swiper-slide{
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.yueziBanner .swiper-slide-active {
  height:auto
}
.yueziBanner{
  height:auto
}
.middleBox{
  width:1000px;
  margin:0 auto;
}
.blockTitle{
  font-size:34px;
  text-align: center;
  color:#7714bc;
}
.btLine{
    width:100px;
    height: 1px;
    border-top:1px solid #cecece;
    margin:20px auto 0 auto;
    margin-bottom: 35px;
}
.trainMode{
    width:100%;
    padding:60px 0;
    background:#ecebf3;
}
.sLine{
    font-size: 23px;
    line-height: 39px;
    color:#525156;
}
.trainMode .trainTime{
    width:328px;
    margin:0 auto;
    background:url(../img/clock.png) no-repeat left center;
    margin-top: 50px;
    padding-left: 52px;
    line-height: 80px;
    font-size: 23px;
}
.trainMode.tuina_trainMode .trainTime{
    width: 490px;
    background:url(../img/clock.png) no-repeat left 28px;
}
.trainMode .trainTime .day15{
    width:154px;
    height: 80px;
    font-size: 46px;
    font-weight:400;
    border-radius: 10px;
    border:1px solid #7213c5;
    margin-left: 20px;
}
.picTxt{
    width:240px;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 135px;
    text-align: center;
    vertical-align: top;
}
.tuina_skill .picTxt{
    width: 232px;
    margin: 0 20px 40px 0;
}
.tuina_skill .picTxt.noMr{
    margin-right: 0;
}
.picTxt img{
    width:136px;
    height: 136px;
    margin-bottom: 20px;
}
.title{
    font-size: 18px;
    color:#222;
    margin-bottom: 10px;
}
 .desc{
    font-size: 13px;
    color:#747474;
    line-height: 25px;
}
.subTitle{
    font-size: 22px;
    margin-bottom: 46px;
    line-height: 30px;
}
.w205{
    width:205px;
    margin-right:55px;
}
.skill{
    width:100%;
    overflow: hidden;
    padding-top: 54px;
}
.skillbg1{
  background:url(../img/yysbig.jpg) no-repeat center center;
  background-size: cover;
}
.skillbg2{
  background:url(../img/yuesaobig.jpg) no-repeat center center;
  background-size: cover;
}
.skillbg3{
  background:url(../img/cuirubig.jpg) no-repeat center center;
  background-size: cover;
}
.tuina_skill.skillbg4{
  background:url(../img/yz_school/tuina_skillbg.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 54px;
}
.tuina_skill .subTitle{
  font-size: 34px;
}
.knowledge{
    width:100%;
}
.selectBox{
    position: relative;
}
.selectBox,.selectBox img{
    width:497px;
    height: 253px;
    display: inline-block;
}
.selectBox .block{
    width:475px;
    height:60px;
    line-height: 60px;
    padding-left:25px;
    background: rgba(255,255,255,.7);
    font-size:22px;
    position: absolute;
    left:0;
    bottom: 0;
}
.future .left, .future .right{
    width:497px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.fare{
    width:100%;
    height: 521px;
    overflow: hidden;
}
.fare1{
  background:url(../img/yysfare.jpg) no-repeat center center;
  background-size: cover;
}
.fare2{
  background:url(../img/ysfare.jpg) no-repeat center center;
  background-size: cover;
}
.fare3{
  background:url(../img/cuirufare.jpg) no-repeat center center;
  background-size: cover;
}
.fare4{
  background:url(../img/yz_school/tuinafare.png) no-repeat center center;
  background-size: cover;
}
.fare5{
  background:url(../img/yz_school/recover_fare.jpg) no-repeat center center;
  background-size: cover;
}
.fare6{
  background:url(../img/jsfare.jpg) no-repeat center center;
  background-size: cover;
}
.fare7{
  background:url(../img/pgfare.jpg) no-repeat center center;
  background-size: cover;
}
.fare8{
  background:url(../img/snfare.jpg) no-repeat center center;
  background-size: cover;
}
.fare9{
  background:url(../img/lbfare.jpg) no-repeat center center;
  background-size: cover;
}
.tuina_fare .tuina_fare_con{
  height: 500px;
  color: #fff;
}
.tuina_fare .tuina_fare_con h4{
  font-size: 32px;
}
.tuina_fare .tuina_train p{
  font-size: 30px;
  padding-top: 40px;
}
.tuina_fare .tuina_day span{
  height: 70px;
  line-height: 70px;
  padding-right: 270px;
}
.tuina_fare .tuina_day span.tuina_day5{
  margin-right: 20px;
  background: url(../img/yz_school/train_day5_bg.png) no-repeat right center;
}
.tuina_fare .tuina_day span.tuina_day12{
  margin-left: 20px;
  background: url(../img/yz_school/train_day12_fare.png) no-repeat right center;
}
.tuina_fare .tuina_process .process_step{
  height: 140px;
  background: url(../img/yz_school/tuina_process_bg.png) no-repeat center;
  background-size: 1000px;
}
.txtSignUp{
    width: 200px;
    height: 53px;
    font-size: 23px;
    text-align: center;
    line-height: 53px;
    color:#7c15bc;
    border:2px solid #7c15bc;
    margin:70px auto 30px auto;
    cursor:pointer;
}
.txtSignUp:hover{
    background: #7c15bc;
    color:#fff;
}
.sLevel{
    width:100%;
    height:447px;
    overflow: hidden;
}
.level1{
  background:url(../img/yyslevel.jpg) no-repeat center center;
  background-size: cover;
}
.level2{
  background:url(../img/yslevel.jpg) no-repeat center center;
  background-size: cover;
}
.i{
    display: inline-block;
    width:6px;
    height: 6px;
    border-radius: 50%;
    background: #7c15bc;
    margin:0 17px;
    vertical-align: middle;
}
.i3f{
    background: #fff;
}
.color3f{
    color:#fff;
}
.noMr{
    margin-right: 0;
}
.mt54{
    margin-top: 54px;
}
.f18{
    font-size: 18px;
}
.f23{
    font-size: 23px;
}
.mb35{
    margin-bottom:35px;
}
/*恢复师*/
.middleBox .basic_recover{
  background: url(../img/yz_school/recover_basic_bg.png) no-repeat center;
}
.middleBox .basic_recover .row{
  height: 40px;
  padding: 60px 40px;
}
.middleBox .basic_recover .row span{
  font-size: 16px;
  color: #666;
  line-height: 24px;
  width: 205px;
}
.middleBox .row span.textr{
  text-align: right;
}
.middleBox.recover_skill .picTxt{
  margin: 0 7px 50px 0;
}
.middleBox .picTxt .des{
  font-size: 14px;
  color: #777;
  padding: 0 22px;
  line-height: 24px;
}
.recover_fare .recover_item{
  display: inline-block;
  width: 250px;
  font-size: 32px;
  text-align: center;
  margin-right: 120px;
  padding: 111px 0;
}
.recover_fare .recover_item.noMr{
  margin-right: 0;
}
.recover_fare .itemPic{
  padding: 110px 0;
  font-size: 28px;
  color: #fff;
}
.recover_fare .itemPic.daiyu{
  background: url(../img/yz_school/recover_fare_bg.png) no-repeat center;
}
/*学院心声*/
.schoolmateVoice .partOneCon .note{
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
}
.schoolmateVoice .item{
  display: inline-block;
  text-align: center;
  padding: 4px;
}
.schoolmateVoice .item .pic{
  width: 130px;
  height: 130px;
}
.schoolmateVoice .item .note img{
  width: 300px;
}


/***************************** 月子学院 end ********************************/

/*gzfc -hedy*/
.figure{
  clear: both;
  display: flex;
  display: _webkit_flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 10px;
}
.pur1{
  color: rgb(122,22,189);
}

/*guangzhou的头部样式 -hedy*/
/*****************************头部********************************/
.container{
  width: 1200px !important;
  margin: 0 auto;
}

.gz_container{
  width: 1000px !important;
  margin: 0 auto;
}

/*导航*/
.gz_navBox{
  width: 100%;
  height: 40px;
  background: #f5f5f5;
}
.gz_navBox .nav{
  width: auto ;
  height: 40px;
  line-height: 40px;
}
.gz_navBox .navTitle span{
  display: inline-block;
  font-size: 14px;
  padding-left: 22px;
  background: url(../img/guangzhou/nav_map.png) no-repeat left center;
}
.gz_navBox .citys a{
  display: inline-block;
  padding: 0 8px;
}
.gz_navBox .phone .tel{
  display: inline-block;
  font-size: 14px;
  padding: 0 15px 0 23px;
  background: url(../img/guangzhou/telephone.png) no-repeat left center;
}
.gz_navBox .phone .weixin{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
  padding-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}
.gz_navBox .phone .code{
  position: absolute;
  left: -74px;
  top: 22px;
  z-index: 99;
  display: none;
}
/*搜索*/
.searchBox{
  width: 100%;
  /*overflow: hidden;*/
  height: 120px;
}
.searchBox .searchWrap{
  width:100%;
  height: 112px;
  text-align: center;
}
.searchBox .searchWrap .logo{
  padding: 43px 0 2px 0;
}
.searchBox .searchWrap .cooperate{
  width: 34%;
  height: 90px;
  overflow: hidden;
  margin: 30px 0 0 0;
  display: inline-block;
  position: relative;
}
.searchBox .searchWrap .cooperate>img{
  width: 100%;
  max-width: 401px;
}
.searchBox .searchWrap .cooperate .link_union{
  position: absolute;
  top: 0;
  left: 0;
  width: 136px;
  height: 75px;
}
.searchBox .searchWrap .search{
  width: 320px;
  height: 70px;
  background: #eeeef0;
  margin-top: 28px;
}
.searchBox .search .tab_menu{
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.searchBox .search .tab_menu li{
  float: left;
  width: 90px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.searchBox .search .tab_menu li.on{
  background: #eeeef0;
}
.searchBox .search .tab_txt{
  padding: 10px;
}
.searchBox .search .tab_txt input{
  cursor: pointer;
  width: 190px;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  font-style: normal;
  font-weight: 100;
  color: #666666;
  background: #fff;
}
.searchBox .search .searchBtn{
  display: inline-block;
  width: 90px;
  height: 23px;
  color: #fff;
  padding-top: 3px;
  text-align: center;
}
/*menu条*/
.top_menu{
  width: 100%;
  height: 45px;
}
.top_menu .menu_content{
  width:1200px;
  height: 45px;
  text-align: center;
}
.top_menu .menu_content .menu_txt li{
  float: left;
}
.top_menu .menu_content .menu_txt li.all_service {
  color: #fff;
  width: 231px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin-right: 30px;
  background: url(../img/guangzhou/allService_bg.png) no-repeat;
}
.top_menu .menu_content .menu_txt .menu_list a{
  display: block;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  font-size: 16px;
}
.top_menu .menu_content .menu_txt .menu_list a:hover{
  border-bottom: 1px solid #7916be;
}

/*guangzhou尾部样式 hedy*/
/******************************footer******************************/
.footerContainer{
  margin-top: 50px;
  height: auto;
  width: 100%;
  text-align: center;
}
.footerContainer .footer_top{
  height: 150px;
}
.footerContainer .footer_top .left{
  height: 100%;
  width: 40%;
}
.footerContainer .footer_top .left .content{
  padding-top: 65px;
}
.footerContainer .footer_top .left .content div{
  display: inline-block;
}
.footerContainer .footer_top .left .logo{
  padding-right: 20px;
}
.footerContainer .footer_top .left .phone{
  padding-left: 20px;
  border-left: 1px solid #dddddd;
}
.footerContainer .footer_top .phonepic img{
  width: 25px;
  height: 30px;
}
.footerContainer .footer_top .right{
  height: 100%;
  width: 55%;
}
.footerContainer .footer_top .footer_pic{
  padding-top: 56px;
}
.footerContainer .footer_bottom{
  height: 150px;
  line-height: 24px;
  text-align: center;
  background: #f6f6f6;
  padding-top: 50px;
}
/******************母婴百科 通用样式******************/
.bk_cgrey{
  color: #6e6e6e;
}
.bk_cpurple{
  color: #a15ed1;
}
.baike_active{
  color: #aa68d7;
  border-bottom: 2px solid #aa68d7;
}
#period_bg{
  background: #aa68d7;
  color: #fff;
}
.baike_mainBox{
  width: 1000px;
  margin:30px auto 0 auto;
}
.baike_mainLeft{
  width: 700px;
}
.baike_mainRight{
  width: 290px;
  height: auto;
}
.list_con, .yq_helperBox, .yuer_helperBox, .pregnancyBox,
.detailsBox, .baike_list, .baike_article{
  background: #fff;
  padding-bottom: 30px;
}
/******************母婴百科 头部导航*********************************/
.navBox .baike_headNav{
  width: 628px;
  height: 112px;
  line-height: 112px;
}
.navBox .baike_headNav li{
  font-size: 17px;
  padding: 0 14px;
  float: left;
  cursor: pointer;
}
.navBox .baike_headNav li a{
  display: inline-block;
  height: 45px;
  line-height: 45px;
}
.baike_location{
  width: 1000px;
  position: relative;
  left: 50%;
  margin-left: -500px;
}
.baike_location .loc_nav{
    float: left;
    font-size: 14px;
    padding: 20px 0 0 6px;
    width: 994px;
}

.bk_header {
    position: absolute;
    top: 0;
}

/******************母婴百科 右侧边栏*********************************/
#baike_sideBar .setBox, #baike_sideBar .baike_article .catalog,
#sideBar .bk_menuList{
  width: 252px;
  margin: 0 auto;
  font-size: 14px;
}
#baike_sideBar .yq_helperBox .set_dueDate {
  background: #f6f6f6 url(../img/baike/calendar.png) 6px no-repeat;
}
#baike_sideBar .yuer_helperBox .set_dueDate {
  background: #f6f6f6 url(../img/baike/baby_birth.png) 6px no-repeat;
}
#baike_sideBar .yq_helperBox .set_searchBox {
  background: #f6f6f6 url(../img/baike/searchIndex.png) 6px no-repeat;
}
#baike_sideBar .set_dueDate,#baike_sideBar .set_searchBox{
  height: 40px;
  padding-left: 35px;
  cursor: pointer;
}
#baike_sideBar .set_searchBox input{
  float: left;
  width: 165px;
  height: 40px;
  line-height: 40px;
}
#baike_sideBar .set_searchBox button.baikeSearchBtn{
  width: 52px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  float: left;
  text-align: center;
  background: #aa68d7;
  border: none;
}
#baike_sideBar .set_dueDate .dueDate{
  float: left;
  width: 165px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
#baike_sideBar .set_dueDate span{
  width: 52px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  float: left;
  text-align: center;
  background: #aa68d7;
}
#baike_sideBar .week{
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #aa68d7;
}
#baike_sideBar .week .leftBtn{
  float: left;
  width: 40px;
  height: 60px;
  background: url(../img/baike/arrowleft.png) center no-repeat;
}
#baike_sideBar .week .rightBtn{
  float: right;
  width: 40px;
  height: 60px;
  background: url(../img/baike/arrowright.png) center no-repeat;
}
#baike_sideBar .day{
  text-align: center;
  margin-left: 6px;
}
#baike_sideBar .day span{
  width: 18px;
  padding: 0 6px;
  cursor: pointer;
}
#baike_sideBar .baike_article ul,
#sideBar .bk_menuList{
  padding-top: 10px;
}
#baike_sideBar .baike_article li,
#sideBar .bk_menuList li{
  height: 36px;
  line-height: 36px;
}
#baike_sideBar .news_wrap .news_list{
  height: auto;
  line-height: 20px;
  font-size: 12px;
  padding: 15px 10px;
  border-bottom: 1px solid #e8e8e8;
}
#baike_sideBar .news_wrap .news_list:last-child{
  border: none;
}
#baike_sideBar .news_wrap .news_pic{
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 10px;
}
#baike_sideBar .news_wrap .news_des{
  width: 180px;
}
.hot{
  color:#c00;
  font-size: 16px;
}
/******************母婴百科 右侧边栏*********************************/

/*页码*/
.pageBox{
    width: 100%;
    font-size: 15px;
    padding: 40px 0 40px 0;
    text-align: center;
}
.pageBox a, .pageBox span{
    padding: 6px 12px;
    margin: 0 5px;
}
.pageBox span{
  color: #fff;
  background-color: #a458d2;
}
#wrapper{
    padding: 40px  0 30px 0;
    margin-left: 40%;
}
.paginationjs .paginationjs-pages li.active>a{
    background: #af73d7;
}
.paginationjs .paginationjs-pages li>a:hover{
    background-color: #fff;
}
.paginationjs .paginationjs-pages li{
    margin: 0 5px;
    border: 1px solid #af73d7;
}
.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child{
    padding: 0 5px;
}
.paginationjs .paginationjs-pages li.disabled>a {
    opacity: 0.7;
}

