@charset 'UTF-8';
body,
div,
p,
span,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: 'Microsoft YaHei';
  font-size: 13px;
  color: #666;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
input {
  outline: 0;
  border: 0;
}
.cvd-open-container {
  display: none;
}
a,
a:hover {
  text-decoration: none;
}
img {
  border: none;
  display: block;
  width: 100%;
}
ul,
li {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.none {
  display: none;
}
.hidden {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.webkit-box {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.pointer {
  cursor: pointer;
}
.common-w{
  width: 990px;
  margin: 0 auto;
}
.flex{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
.inline-block{
  display: inline-block;
}
/*top区域*/
.topWrap{
  width: 100%;
  padding: 26px 0;
  font-size: 0;
  overflow:hidden
}
.top .logo{
  width: 166px;
  height: 48px;
  display: inline-block;
}
.top .search{
  width: 340px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  margin-left: 159px;
  vertical-align: top;
  margin-top: 5px;
}
.top .search input{
  font-size: 14px;
  color: #292c33;
  display: inline-block;
  width: 89%;
  line-height: 36px;
  background: transparent;
  padding-left: 20px;
}
.top .search span{
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../imgs/search.png) no-repeat;
  background-size: contain;
  display: inline-block;
  line-height: 36px;
}
.top .norest{
  width: 143px;
  height: 50px;
  
}
/*navBar*/
.navBar a{
  font-size: 16px;
  color: #292c33;
  margin-right: 80px;
  padding: 11px 0;
  display: inline-block;
}
.navBar .on{
  width: 200px;
  height: 44px;
  text-align: center;
  color: #fff;
  background: #f75243;
}
.navList{
  position: absolute;
  width: 200px;
  top: 44;
  left: 0;
  background: #000;
  font-size: 0;
  z-index: 99;
}
.navList img{
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.navList a{
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  height: 44px;
}
/*banner*/
.bannerWrap{
  width: 100%;
  height: auto;
  background: #F75243;
}
.banner{
  height: 351px;
  width: 1440px;
  position: relative;
  left: calc(50% - 720px);
}
/*hot*/
.hotWrap{
  background: #E8ECF6;
  padding: 32px 0;
  font-size: 0;
}
.title{
  font-size: 16px;
  color: #292C33;
}
.title span{
  font-weight: bold;
}
.hotList a.items{
  width: 172px;
  height: 134px;
  margin-right: 16px;
  display: inline-block;
}
.hotList a.more{
  width: 50px;
  height: 120px;
  background: #000000;  
  display: inline-block;
  vertical-align: bottom;
}
.hotList .more p{
  font-size: 14px;
  color: #fff;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: bt-rl;
  writing-mode: vertical-rl;
  line-height: 50px;
  margin-top: 20px;
}
.hotList a.more span{
  width: 5px;
  height: 11px;
  display: none;
}
.priceWrap{
  padding: 34px 0 32px 0;
  font-size: 0;
}
.priceWrap a{
  display: inline-block;
}
.priceWrap .priceTop {
  margin-top: 24px;
}
.priceWrap .priceTop a{
  width: 487px;
  height: 200px;
}
.priceBottom{
  margin-top: 16px;
}
.priceWrap .priceTop a:nth-child(1){
  margin-right: 16px;
}
.priceWrap .priceBottom a{
  width: 320px;
  height: 156px;
}
.priceWrap .priceBottom a:nth-child(1){
  width: 320px;
  height: 328px;
}
.priceWrap .priceBottom a.m-16{
  margin-right: 15px;
}
.priceWrap .priceBottom a:nth-child(4),.priceWrap .priceBottom a:nth-child(5){
  margin-top: 16px;
}
.button{
  width: 264px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  margin: 24px auto 0 auto;
  display: block !important;
  background: #1B1B1B;
}
.hospitalWrap{
  background: #E8ECF6;
  padding: 34px 0 32px 0;
  font-size: 0;
}
.hospitalList{
  padding-top: 24px;
  font-size: 0;
}
.hospitalList a{
  width: 320px;
  height: 148px;
  display: inline-block;
  background: #fff;
  margin-bottom: 16px;
}
.hospitalList a:nth-child(3n+2){
  margin: 0 15px;
}
.hospitalList .hosInfo{
  padding: 16px 0 0 16px;
}
.hospitalList .hosInfo img{
  width: 56px;
  height: 56px;
  margin-right: 8px;
}
.hospitalList .hosInfo .hosInfo-flex{
  display: inline-block;
  line-height: 28px;
}
.hospitalList .hosInfo .hosInfo-title{
  font-size: 16px;
  color: #292C33;
  font-weight: bold;
}
.hospitalList .hosInfo .hosInfo-price{
  font-size: 16px;
  color: #F75243;
  font-weight: bold;
}
.hosButton{
  border-top: 1px solid #E8ECF6;
  height: 44px;
  line-height: 44px;
  margin-top: 32px;
}
.hosButton span{
  display: inline-block;
  width: 100px;
  font-size: 14px;
  color: #000;
  text-align:center;
  position: relative;
}
.hosButton span:nth-child(1):after{
  content:'';
  position: absolute;
  top: 11px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #E8ECF6;
}
.hosButton span.on{
  width: 120px;
  color: #fff;
  background: #F75243;
}
.hospitalWrap .button{
  margin-top: 8px;
}
.selectHospitalWrap{
  padding: 70px 0;
}
.selectHospitalWrap .selectHospital-title{
  font-size: 34px;
  color: #000;
  text-align:center;
}
.selectHospitalWrap .subtitle{
  font-size: 14px;
  color: #000;
  text-align:center;
}
.selectHospital{
  padding-top: 48px;
}
.selectHospital img{
  width: 459px;
  height: 339px; 
}
.selectHospital-right{
  margin-top: 34px;
  font-size: 0;
  width: 456px;
}
.selectHospital .rightInfo{
  width: 380px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(209deg,#f4d1ba 0%, #fcead9 49%, #eebb9d 100%);
  border-radius: 52px;
  box-shadow: -1px 1px 0px 0px rgba(255,255,255,0.50) inset; 
  font-size: 18px;
  color: #926266;
  text-align:center;
  margin-left: 22px;
}
.selectHospital-right span{
  width: 214px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #EEBB9D;
  border-radius: 27px;
  font-size: 16px;
  text-align: center;
  color: #c99676;
  display: inline-block;
  margin-top: 16px;
}
.selectHospital-right span:nth-child(even){
  margin-right: 16px;
}
.selectHospitalWrap .button{
  margin-top: 48px;
}
.zxWrap{
  left: calc(50% - 495px);
  top: -303px;
}
.zxWrap .common-w{
  width: 990px;
  height: 593px;
  background: url(../imgs/bg1.png) no-repeat;
  background-size: contain;
  font-size: 0;
}
.zxWrap .zx{
  padding: 150px 69px 57px 69px;
}
.zxWrap .zx img{
  width: 268px;
  height: 386px;
  display: inline-block;
}
.zxWrap .zx a:nth-child(2) img{
  margin: 0 22px;
}
.bgWrap{
  font-size: 0;
  background: #E8ECF6;
  width: 100%;
  height: auto;
  margin-top: 303px;
  padding: 303px 0 0 0;
}
.advantageWrap .common-w{
  background: #fff;
  margin-top: 24px;
  padding: 50px 0;
}
.advantageWrap .advTitle{
  font-size: 28px;
  text-align: center;
  color: #000000;
}
.advantageWrap .subTitle{
  font-size: 14px;
  text-align:center;
  color: #000000;
}
.advantageWrap .advList{
  padding: 23px 69px 0 69px;
}
.advantageWrap .advList img{
  width: 201px;
  height: 180px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 16px;
}
.advantageWrap .advList img.noMargin{
  margin: 0;
}
.footer{
  background: #E8ECF6;
  padding-bottom: 130px;
}
.footer .common-w{
  padding: 70px 0;
}
.footer .footer-item a{
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-right: 24px;
}
.footer p{
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  color: #000000;
}
.slide{
  right: 0;
  top: 50%;
  z-index: 100;
}
.slide a{
  display: block;
  width: 100px;
  line-height: 38px;
  text-align:center;
  font-size: 14px;
  color: #000000;
  background: #FFDF00;
  margin-bottom: 4px;
}
.dialogWrap{
  left: calc(50% - 325px);
  top: calc(50% - 269px);
  z-index: 100;
  display: none;
}
.dialogWrap .dialog{
  width: 650px;
  height: 538px;
}
.dialogWrap .dialog .close{
  width: 32px;
  height: 32px;
  position: absolute;
  top: 70px;
  right: 50px;
  background: url(../imgs/close.png) no-repeat;
  background-size: contain;
}
.dialogCenter{
  width: 295px;
  height: 160px;
  position: absolute;
  right: 57px;
  top: 225px;
}
.dialogCenter a{
  width: 85px;
  height: 42px;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 5px;
}
.dialogCenter a:nth-child(3),.dialogCenter a:nth-child(6){
  margin-right: 0;
}
.dialogCenter .dialog_link{
  margin-left: 78px;
  width: 142px;
  height: 40px;
  margin-top: 16px;
}
.footerItemsWrap{
  position: fixed;
  width: 100%;
  height: 130px;
  background: rgba(0,0,0,.5);
  left: 0;
  bottom: 0;
  z-index: 110;
  font-size: 0;
}
.footerItems{
  width: 1440px;
  padding: 15px 0; 
  margin: 0 auto;
}
.footerItems a{
  width: 340px;
  height: 100px;
  display: inline-block;
  margin-left: 16px;
}
#MessageMeiErBeiCenter,#MessageMeiErBeiLeft,#DIALOG_CENTER{
  display: none !important;
}
.aboutWrap p{
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 20px 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 45px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url(../imgs/left.png) !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
   background-image: url(../imgs/right.png) !important;
}
.swiper-button-next, .swiper-button-prev {
    width: 44px!important;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 44px 44px!important;
    -webkit-background-size: 44px 44px!important;
    background-size: 44px 44px!important;
    background-position: center;
    background-repeat: no-repeat;
}
.dialogQuit{
  display: none;
}
.quitMask{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  z-index: 999;
}
.dialogQuit-wrap{
  width: 353px;
  height: 366px;
  top: calc(50% - 176px);
  left: calc(50% - 183px);
  background: url(../imgs/quitpng.png) no-repeat;
  background-size: contain;
  z-index: 1000;
}
.quitButton{
  position: absolute;
  width: 274px;
  height: 42px;
  left: 42px;
  top: 260px;
  font-size: 0;
}
.quitButton a{
  display: inline-block;
  width: 123px;
  height: 38px;
}
.quitButton a:nth-child(2){
  display: inline-block;
  width: 123px;
  height: 38px;
  margin-left: 26px;
}