@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
@font-face {
    font-family: 'NotoKr';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Light'), local('NotoSans-Light'), url(/statics/hsy/fonts/NotoSans-Light.eot);
    src: url(/statics/hsy/fonts/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
    url(/statics/hsy/fonts/NotoSans-Light.woff2) format('woff2'),
    url(/statics/hsy/fonts/NotoSans-Light.woff) format('woff');;
    }
    @font-face {
    font-family: 'NotoKr';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(/statics/hsy/fonts/NotoSans-Regular.eot);
    src: url(/statics/hsy/fonts/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(/statics/hsy/fonts/NotoSans-Regular.woff2) format('woff2'),
    url(/statics/hsy/fonts/NotoSans-Regular.woff) format('woff');
    }
    @font-face {
    font-family: 'NotoKr';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(/statics/hsy/fonts/NotoSans-Medium.eot);
    src: url(/statics/hsy/fonts/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
    url(/statics/hsy/fonts/NotoSans-Medium.woff2) format('woff2'),
    url(/statics/hsy/fonts/NotoSans-Medium.woff) format('woff');
    }
    @font-face {
    font-family: 'NotoKr';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(/statics/hsy/fonts/NotoSans-Bold.eot);
    src: url(/statics/hsy/fonts/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
    url(/statics/hsy/fonts/NotoSans-Bold.woff2) format('woff2'),
    url(/statics/hsy/fonts/NotoSans-Bold.woff) format('woff');
    }

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式 */

input {
    /* -webkit-appearance:none; */
    resize: none;
}

/* 取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'NotoKr';
}

/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */

img {
    outline-width: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

*:focus {
    outline: none;
}

/* 清零 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-family: 'NotoKr';
    font-size: 100%;
}

em,
i {
    font-style: normal;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #676767;
    font-family: 'NotoKr';
}

a:hover {
    color: #969696;
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'NotoKr';
}

fieldset,
img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

input:password {
    ime-mode: disabled;
}

.clear {
    clear: both;
}

/*连续英文、数字换行*/

.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}

/*单行文字超出显示省略号*/
.menu-middle{
    display: none;
}
.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-css {
    width: 100%;
    display: table;
}

.t-row-css {
    display: table-row;
    width: 100%;
}

.t-cell-css {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}
.left{
    float: left;
}
.right{
    float: right;
}

a,
span,
p,
h1,
h2,
h3,
div {
    font-family: 'NotoKr';
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wrap{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
/* top */
.top{
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #FFFFFF;
    background:#f7f7f7;
    z-index: 100000;
}
.top .nav_left{
    float: left;
    width: 196px;
    height: 48px;
    background: url(/statics/hsy/img/logo.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    margin-top: 28px;
}
.nav_right{
    float: right;
}
.nav_right .nav_small li,.nav_right ol li{
    float: right;
}
.nav_right .nav_small{
    margin: 12px 0;
}
.nav_right .nav_small li{
    margin-left: 12px;
}
.nav_right .nav_big li{
    position: relative;
    margin-left: 30px;
    height: 45px;
}
.nav_right .nav_small li a{
    font-size: 13px;
    color: #444444;
}
.nav_right .nav_big li a{
    font-size: 18px;
    color: #303030;
}
.nav_right .nav_big li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    background: #fde8e5;
    width: 136px;
    padding: 12px;
    box-sizing: border-box;
    z-index: 10;
}
.text_pic_up{
    display: flex;
}
.private_pic{
    display: flex;
}
.private_pic_item{
    width:25%;
    position: relative;
}
.private_pic_delete{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #FFC2D1 url(/statics/hsy/img/header_close.png) no-repeat center center;
}
#up_private{
    cursor: pointer;
    width: 180px;
    height: 30px;
    background: #D64478;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    text-align: center;
    margin-left: 13px;
    line-height: 30px;
}
.private_pic_item img{
    width:100%;
}

.upload_media{
    display: none;
}
.nav_right .nav_big li .nav_show li{
    margin-left: 0;
    height: auto;
    width: 100%;
    margin-bottom: 4px;
}
.nav_right .nav_big li .nav_show li a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #4D4D4D;
}
.nav_right .nav_big li:hover .nav_show{
    display: block;
}
.nav_right .nav_big li:hover .triangle{
    display: block;
}
.nav_right .nav_big li a:hover{
    color: #E50065;
}
.nav_big .triangle{
    display: none;
    width:0;
    height:0;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:10px solid #fde8e6;
    position: absolute;
    left: 0;
    top :34px;
    z-index: 10;
}
.main {
    position: relative;
    height: 600px;
    width: 1280px;
    margin: 0 auto;
}
.main .swiper-slide{
    text-align: center;
    font-size: 18px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}
.main .swiper-slide:not(.swiper-slide-active) {
    z-index: -9999;
}
.main .swiper-wrapper .slide-txtArea-left {
    position: absolute;
    width: 600px;
    right: 48%;
    top: 260px;
    z-index: 5;
}
.main .swiper-wrapper .slide-txtArea-right{
    position: absolute;
    width: 600px;
    left: 58%;
    top: 260px;
    z-index: 5;
}
.main .swiper-slide .text span{
    display: block;
    text-align: left;
    font-size: 48px;
    color: #fff;
    text-shadow: 1px 1px 4px gray;
}
.main .swiper-slide .text .sub-title{
    text-align: left;
    color: #fff;
    width: 290px;
    font-size: 20px;
    text-shadow: 1px 1px 4px gray;
}

/* 上班时间 */
.work_time{
    margin: 120px 0;
}
.work_time ul li{
    float: left;
    margin-right: 2px;
    padding: 30px 20px;
    box-sizing: border-box;
}
.work_time ul li.work_time_l{
    color: #fff;
}
.work_time .work_time_l{
    width: 270px;
    height: 290px;
    background: #D64478;
    border-radius: 10px;
}
.work_time .work_time_m{
    width: 480px;
    height: 290px;
    background: #F2F2F2;
    border-radius: 10px;
}
.work_time .work_time_r{
    width: 430px;
    height: 290px;
    background: #F2F2F2;
    margin-right: 0;
    border-radius: 10px;
}
.work_time .work_time_l .pl{
    font-size: 18px;
    width: 145px;
}
.work_time .work_time_l .pm{
    margin: 10px 0;
}
.work_time .work_time_l .pm span{
    display: inline-block;
    font-size: 40px;
    line-height: 44px;
    width: 200px;
}
.work_time .work_time_m p{
    color: #2D2D2D;
}
.work_time .work_time_m .pl,
.work_time .work_time_m .pb{
    font-size: 22px;
}
.work_time .work_time_m .pm{
    font-size: 18px;
}
.work_time .work_time_m .pb{
    margin: 12px 0;
}
.work_time .work_time_m .pb span{
    display: block;
    color: #c35177;
    font-size: 26px;
}
.work_time .work_time_m .pb_num{
    font-size: 20px;
}
.work_time .work_time_m .pb_num img{
    display: inline-block;
    vertical-align: middle;
    /* width: 135px; */
}
.katalk_btn{
    width: 100px;
    height: 50px;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
}
.work_time .work_time_r p{
    font-size: 18px;
    color: #2D2D2D;
}
.work_time .work_time_r .pm{
    margin: 36px 0;
}
.work_time .work_time_r p::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 23px;
    background: url(/statics/hsy/img/b_tr.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: -5px;
    margin-right:15px;
}


.doctor_skill{
    margin-bottom: 70px;
}   
.doctor_skill .title_text{
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 14px;
}
.doctor_skill ul .font_left,
.doctor_skill ul .img_right
{
    width: 50%;
    height: 592px;
}
.doctor_skill .font_left_main{
    width: 400px;
    /* height: 200px */
    margin: 200px auto;
}
.doctor_skill .font_left_main .left_title{
    font-size: 30px;
    color: #333;
    display: block;
    margin: 20px 0;
}
.doctor_skill .font_left_main  p{
    font-size: 16px;
    color: #616161;
}



/* honour */
.honour{
    width: 100%;
    margin-bottom: 70px;
}
.honour .honour_main li{
    width: 33.33%;
    float: left;
}
.honour .honour_main li .honour_text{
    width: 280px;
    margin: 0 auto;
}
.honour .honour_main li .title{
    font-size: 16px;
    color: #000;
    height: 25px;
    font-weight: 500;
    width: 390px;
    margin-top: 10px;
    padding-left: 21px;
}
.honour .honour_main li .des{
    font-size:13px;
    color: #000;
    margin: 18px 0;
    height: 80px;
    line-height: 1.8em;
    font-weight: 300;
    padding-left: 21px;
}
.honour .honour_main li img{
    display: block;
    width: 386px;
    height: 196px;
    object-fit: cover;
    margin:0 auto;
}
.adj{
    width: 100%;
    height: 248px;
    background: url(/statics/hsy/img/text_img.png) no-repeat center center;
    background-size: cover;
    margin:0 auto 70px;
    padding: 26px;
    box-sizing: border-box;
}
.adj .ask{
    text-align: center;
    font-size: 57px;
    color: #323232;
    font-weight: normal;
}
.adj p{
    font-size: 22px;
    color: #595959;
    margin: 10px 0;
}
/* step */
.step{
    width: 100%;
    margin-bottom: 70px;
}
.step .step_main li{
    margin-bottom: 120px;
}
.step .step_main li .text_left{
    float: left;
    width: 50%;
}
.step .step_main li .img_wrap{
    float: right;
    width: 50%;
}
.step .step_main li .img_wrap img{
    display: block;
    margin:0 auto;
}
.kwang_box {
    width: 1280px;
    margin: 0 auto;
  }

  .kwang_img {
    width: 1280px;
    margin: 0 auto;
  }

  .kwang_title {
    background: #4a3d3d;
    border-radius: 50px;
    font-size: 36px;
    color: #fff;
    width: 550px;
    height: 75px;
    margin-top: 200px;
    line-height: 75px;
    text-align: center;
  }
  .kwang_content{
    display: flex;
  }
  .kwang_content_left{
    width: 200px;
    height: 330px;
    margin-top: 60px;
    margin-right: 150px;
    margin-left: 30px;
  }
  .kwang_content_left img{
    width: 100%;
  }
  .kwang_content_right{
    font-size: 36px;
    color: #6d6d6d;
    margin-top: 60px;
    font-weight: 200;
    width: 1200px;
  }
  .kwang_nr{
    font-size: 36px;
    color: #6d6d6d;
    margin-top: 60px;
    font-weight: 200;
  }
  .kwang_ts{
    margin-top: 100px;
    font-weight: 300;
    font-size: 36px;
    color: #6d6d6d;
    margin-bottom: 60px;
  }
  .kwang_botimg{
    width: 100%;
    margin-bottom: 100px;
  }
.step .step_main li .text_left .title{
    font-size: 30px;
    color: #545454;
    margin-bottom: 20px;
    position: relative;
    margin-left: 30px;
    font-weight: 500;
}
.step .step_main li .text_left .title::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 31px;
    background: url(/statics/hsy/img/icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -40px;
    top: 6px;
}
.step .step_main li .text_left .des{
    padding-left: 30px;
    font-size: 16px;
    color: #747474;
    line-height: 36px;
}
/* youshi */
.superiority .top_text{
    margin-bottom: 65px;
}
.superiority .top_text p{
    font-size: 16px;
    color: #A5A5A5;
}
.superiority .top_text p span{
    color: #535353;
}
.superiority .top_img li{
    float: left;
    width: 20%;
}
.superiority .top_img li img{
    display: block;
    width: 162px;
    height: 197px;
    margin: 0 auto
}
.adj_wrap{
    width: 100%;
    height: 230px;
    background: url(/statics/hsy/img/adj2.png) no-repeat;
    background-size: 100% 100%;
    margin: 112px auto 90px;
}
.adj_wrap p{
    color: #fff;
    font-size: 72px;
    text-align: center;
    line-height: 230px;
}
/* comment */
.comment{
    width: 100%;
}
.comment .comment_main li{
    width: 100%;
    margin-bottom: 60px;
}
.comment .comment_main li .title{
    float: left;
    width: 50%;
}
.comment .comment_main li .title span{
    display: block;
    width: 485px;
    height: 147px;
    border-radius: 90px;
    border:1px solid #D64478;
    background: #F5F5F5;
    color: #D64478;
    font-size: 36px;
    line-height: 147px;
    text-align: center;
    margin:0 auto;
}
.comment .comment_main li .content{
    float: right;
    width: 50%;
    position: relative;
}
.comment .comment_main li:nth-child(2n) .title{
    float: right;
}
.comment .comment_main li:nth-child(2n) .content{
    float: left;
}
.comment .comment_main li .content .img_wrap{
    width: 61px;
    height: 61px;
    position: absolute;
    left: 40px;
    top: 0;
}
.comment .comment_main li .content p{
    width: 520px;
    font-size: 16px;
    color: #A5A5A5;
    padding-left: 125px;
    box-sizing: border-box;
    font-weight: 300;
}
.img_adj{
    margin-bottom: 82px;
}
.img_adj ul li{
    float: left;
    padding: 0 10px;
}
.img_adj ul li a{
    display: block;
    width: 620px;
    height: 153px;
}
.img_adj ul li img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/* link */
.link {
    width: 100%;
    margin-bottom: 35px;
}
.link .link_main ul{
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
}
.link .link_main li{
    float: left;
    width: 20%;
}
.link .link_main li a{
    display: block;
    width: 100%;
    height: 100%;
}
.link .link_main li img{
    display: block;
    width: 220px;
    height: 60px;
    margin:0 auto;
}
.link .link_main li.text{
    display: inline-block;
    font-size: 12px;
    color: #181818;
    margin-top: 20px;
    text-align: center;
    box-sizing: border-box;
}
/* foot */
.foot{
    width: 100%;
    background: #302d2b;
    padding: 20px 0 28px 0;
    box-sizing: border-box;
}
.foot_left{
    float: left;
}
.foot_left .foot_logo{
    margin-bottom: 8px;
}
.foot_left .text p{
    color: #D3D3D3;
    font-size: 16px;
    margin: 2px 0;
}
.foot_right{
    float: right;
}
.foot_right ul{
    margin-right: 10px;
}
.foot_right ul li{
    float: left;
    margin:0 6px; 
    color: #D3D3D3;
}
.foot_right ul li a{
    color: #D3D3D3;
    font-size: 16px;
}
.foot_right .foot_img{
    margin: 50px 0 0 350px;
}

.menu{
    display: none;
}
/* greeting页面 */
.greeting{
    width: 100%;
}
.greeting img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.greet_text{
    width: 100%;
    background: #FFFDF8;
    padding-top: 80px;
    margin-bottom: 65px;
}
.first_text {
    margin-bottom: 50px;
}
.first_text .title{
    font-size: 30px;
    color: #FF99B3;
}
.first_text .e_title{
    font-size: 18px;
    color: #FF99B3;
}
.second_text{
    width: 1000px;
}
.second_text .title{
    font-size: 30px;
    color: #FF99B3;
    margin-bottom: 24px;
}
.second_text .e_title{
    font-size: 17px;
    color: #444444;
    margin-bottom: 35px;
}
.third_text {
    width: 1000px;
    margin-bottom: 24px;
}
.third_text p{
    font-size: 17px;
    color: #444444;
}
.third_text .title{
    font-size: 30px;
    color: #FF99B3;
}
.third_text .des{
    margin: 24px 0 70px 0;
}
.four_text{
    width: 1000px;
}
.four_text p{
    font-size: 17px;
    color: #444444;
}
.four_text .title{
    font-size: 30px;
    color: #FF99B3;
}
.four_text .des{
    margin: 24px 0 0 0;
}
.sign{
    margin: 90px 120px 104px 0;
   text-align: right;
}
.sign p{
    font-size: 17px;
    color: #444444;
    padding-bottom: 40px;
}
.sign p span{
    font-size: 57px;
    margin-left: 8px;
}
.certificate{
    width: 100%;
    margin-bottom: 228px;
}
.certificate_img ul{
    width: 1000px;
    display: flex;
    justify-content: space-around;
}
.certificate_img ul li{
    flex: 1;
}
/* history */
.history_main{
    width: 1200px;
    padding: 90px 0 112px 60px;
    box-sizing: border-box;
}
.history_main p{
    color: #FF99B3;
}
.history_main .title{
    font-size: 30px;
}
.history_main .e_title{
    font-size: 18px;
}
.text_left {
    float: left;
    width: 50%;
}
.text_left ul{
    padding: 40px 0 0px 0;
}
.text_left ul li,.text_left ol li{
    font-size: 18px;
    margin: 8px 0;
    padding-left: 30px;
    color: #444;
}
.text_left ul li::before,.text_left ol li::before,.text_right ul li::before{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 4px 6px 0 0;
    background: #000;
}
.text_left .line{
    color: #D8D8D8;
    padding-left: 50px;
}
.text_right{
    float:right;
    width: 50%;
    padding: 40px 0 0px 30px;
    box-sizing: border-box;
}
.text_right ul li{
    margin: 8px 0;
    font-size: 18px;
    color: #444;
}
.history_bg{
    width: 100%;
    background: #FFFDF8;
    margin-bottom: 157px;
}
.history_bottom{
    width: 1200px;
    padding: 60px 0 0 60px;
    box-sizing: border-box;
    margin: 0 auto;
}
.history_bottom p.year{
    font-size: 35px;
    color: #444444;

}
.history_bottom ul li{
    margin-bottom: 48px;
}
.history_bottom ul li p{
    font-size: 18px;
    color: #444444;
    margin: 5px 0;
}
.history_left{
    float: left;
    width: 50%;
}
.history_right{
    float: right;
    width: 50%;
    padding-left: 100px;
    box-sizing: border-box;
}
/*环境*/
.view_banner img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.view{
    width: 100%;
}
.view_main .title{
    display: block;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    color: #FF99B3;
    font-size: 30px;
    margin: 80px 0 30px 0;
}
.view_main .imgs img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.view_main .imgs .small_img{
    width: 80%;
    margin: 50px auto;
}
.view_main .imgs .view_fouur{
    margin: 96px 0 20px 0;
}
.view_main .imgs .view_five{
   width: 70%;
   margin-bottom: 113px;
}
.view_main .imgs .view_six{
    margin-bottom: 130px;
 }
 .view_main .imgs .view_eight{
    width: 80%;
    margin: 118px auto 158px;
 }
 .view .more{
     position: relative;
     text-align: center;
     font-size: 20px;
     color: #8E8E93;
     margin-bottom: 130px;
 }
 .view .more i{
     position: absolute;
     bottom: -42px;
     left: 50%;
     width: 23px;
     height: 38px;
 }
/* 医院介绍 */
.hospital .hospital_main .title_des{
    margin: 0;
    font-size: 38px;
    color: #212121;
    width: 780px;
    margin-bottom: 57px;
}
.hospital_text{
    margin-bottom: 50px;
    padding-left: 50px;
}
.hospital_text ul li{
    margin-bottom: 45px;
}
.hospital_text ul li span,.hospital_text ul li .inline_div{
    display: inline-block;
    vertical-align: top;
}
.hospital_text ul li span{
    width:40px;
    height: 47px;
}
.hospital_text ul li .inline_div{
    width: 925px;
    margin-left: 37px;
}
.hospital_text ul li .inline_div .name{
    color: #212121;
    font-size: 22px;
    margin-bottom: 20px;
}
.hospital_text ul li .inline_div .des{
    font-size: 18px;
    color: #8E8E93;
}
.paper{
    width: 100%;
    background: #FFFDF8;
    padding: 95px 0 90px 0;
    box-sizing: border-box;
}
.paper_top{
    width: 100%;
    margin-bottom: 60px;
    padding-left: 30px;
    box-sizing: border-box;
}
.paper_top .paper_left{
    float: left;
    width: 250px;
}
.paper_top .paper_left img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.paper_top .paper_right{
    float: left;
    width: 680px;
    margin: 37px 0 0 53px;
}
.paper_top .paper_right .paper_name{
    font-size: 45px;
    color: #FF99B3;
    line-height: 67px;
}
.paper_top .paper_right .paper_des{
    font-size: 22px;
    color: #212121;
    line-height: 30px;
    margin-top:10px;
}
.paper_bottom{
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}
.paper_bottom p{
    font-size: 20px;
    color: #212121;
    line-height: 30px;
}
.paper_bottom .paper_bl{
    float: left;
    width: 480px;
}
.paper_bottom .paper_bl .last_p{
    margin-top:45px;
}
.paper_bottom .paper_br{
    float: left;
    width: 480px;
    margin-left: 30px;
}
.glory{
    width: 100%;
    padding: 118px 0 0 220px;
    box-sizing: border-box;

}
.glory .glory_main ul li{
    margin-bottom: 70px;
}
.glory .glory_main ul li div{
    display: inline-block;
    vertical-align: middle;
}
.glory .glory_main ul li .img_wrap{
    margin-right: 24px;
    width: 130px;
    height: 130px;
}
.glory .glory_main ul li .img_wrap img{
    display: block;
    width: 100%;
    height: 100%;
    margin:0 auto;
}
.glory .glory_main ul li div .text{
    margin-top: 20px;
}
.glory .glory_main ul li div p{
    color: #212121;
    font-size: 20px;
}
.glory .glory_main ul li div .name{
    font-size: 24px;
}
/* 地图 */
.map{
    width: 100%;
}
.map .map_main{
    margin-bottom: 150px;
}
.map .map_main .map_title{
    display: block;
    font-size: 30px;
    color: #FF99B3;
    padding: 90px 0 20px 30px;
}
.map .map_main img{
    display: block;
    width: 100%;
    height: 100%;
    margin:0 auto;
}
.map .map_main .btns{
    display: flex;
    margin: 40px 0;
}
.map .map_main .btns span{
    flex: 1;
    width: 50%;
    text-align: center;
    padding: 12px 0;
    background: #4CD964;
    border-radius: 4px;
    margin: 0 10px;
    box-sizing: border-box;
}
.map .map_main .btns span a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
}
.map .map_main .btns span:nth-child(2){
    background: #FFCC00;
}
.map .map_main p{
    color: #373737;
    font-size: 22px;
}
.map .map_main .metro{
    margin-bottom: 30px;
    font-size: 30px;
    color: #373737;
}
/* 类型 */
.clinic_type{
    width: 100%;
}
.clinic_type .type_top,.clinic_type .type_bottom{
    width: 1000px;
    margin: 0 auto;
}
.clinic_type .type_top .title{
    display: block;
    font-size: 30px;
    color: #FF99B3;
    margin: 60px 0 30px 0;
}
.clinic_type .type_top .des{
    width: 1000px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin: 0 auto;
}
.clinic_type .type_top .des p{
    font-size: 18px;
    color: #444444;
}
.clinic_type .type_top .des p:nth-child(1){
    margin-bottom: 20px;
}
.clinic_type .type_top .last_p{
    text-align: center;
    width: 1000px;
    font-size: 16px;
    color: #A0A0A0;
    margin: 20px auto 80px;
}
.clinic_type .type_top .type_title{
    display: block;
    font-size: 25px;
    color: #FF99B3;
    margin-bottom: 20px;
}
.clinic_type .type_top .item_main{
    display: flex;
}
.clinic_type .type_top .item_main_l{
    flex: 0 0 185px;
    width: 185px;
    height: 73px;
    background: #FFE6EC;
    color: #4A4A4A;
    line-height: 73px;
    text-align: center;
    font-size: 24px;
    margin-right: 36px;
    border-radius: 6px;
}
.clinic_type .type_top .item_main_ls{
    background: #E26485;
    color: #fff;
}
.clinic_type .type_top .item .item_main{
    margin-bottom: 40px;
}
.clinic_type .type_top .item_main_r{
    flex: 0 0 762px;
    width: 762px;
    height: 73px;
    font-size:16px; 
}
.clinic_type .type_top .type_img{
    display: block;
    width: 985px;
    margin:110px 0 85px 0;
}
.clinic_type .type_top .s_title{
    display: block;
    font-size: 24px;
    color: #FF99B3;
    margin: 0px 0 36px 0;
}
.clinic_type .type_top .s_title_item{
    font-size: 20px;
    color: #444444;
    line-height: 35px;
    margin-bottom: 110px;
}
.clinic_type .type_top .attention{
    display: flex;
}
.clinic_type .type_top .attention .attention_item{
    flex: 1;
    padding: 20px;
    border:1px solid #D8D8D8;
    box-sizing: border-box;
}
.clinic_type .type_top .attention .attention_l{
    margin-right:10px;
}
.clinic_type .type_top .attention .attention_l .name,
.clinic_type .type_top .attention .attention_r .name{
    display: block;
    text-align: center;
    color: #FF99B3;
    font-size: 24px;
}
.clinic_type .type_top .attention .attention_l p{
    font-size: 16px;
    color: #444444;
    line-height: 24px;
}
.clinic_type .type_top .attention .attention_l .first_p{
    margin: 24px 0;
}
.clinic_type .type_top .attention .attention_r .first_p{
    margin-top: 24px;
}
.clinic_type .type_top .attention .attention_r{
    margin-left:10px;
}
.process .process_title{
    display: block;
    text-align: center;
    color: #FF99B3;
    font-size: 24px;
    margin: 80px 0 50px 0;
}
.process ul li{
    float: left;
    width: 20%;
}
.process ul li .img_wrap{
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.process ul li img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.process ul li p{
    text-align: center;
    font-size: 16px;
    color: #444444;
    margin: 20px auto;
}
.process img{
    display: block;
    width: 100%;
    margin: 80px auto 180px;
}
.clinic_type .clinic_type_main .step .text_left .title span{
    color: #D64478;
}
.imgs_wrap .imgs_t{
    display: block;
    width: 1008px;
    margin: 0 auto;
}
.imgs_wrap .imgs_b{
    display: block;
    width: 982px;
    height: 173px;
    margin: 110px auto 160px;
}
.type_bottom .type_bottom_item{
    float: left;
    width: 50%;
}
.type_bottom .type_bottom_text{
    float: left;
    width: 50%;
    font-size: 22px;
    color: #444444;
    margin-top:66px;
    padding-left: 20px;
    box-sizing: border-box;
}
.clinic_type_main .step{
    width: 1000px;
    margin: 0 auto;
}
.type_bottom .type_bottom_text .top_p{
    font-size: 30px;
    margin-bottom: 40px;
}
.type_bottom .type_bottom_text div{
    margin: 24px 0;
}
.type_bottom .uls{
    width: 100%;
    margin-bottom: 110px;
}
.type_bottom .uls li{
    float: left;
    width: 33.33%;
    padding: 0 40px 0 0;
    box-sizing: border-box;
}
.type_bottom .uls li div p{
    font-size: 16px;
    color: #444444;
}
.type_bottom .uls li .first_div{
    margin-bottom: 16px;
}
.clinic_type_main .note{
    margin: 40px 0 150px 0;
    font-size: 18px;
    color: #FF9494;
    text-align: center;
}
.clinic_type_main .ols li{
    float: left;
    width: 25%;
} 
.clinic_type_main .ols li .img_wrap{
    width: 100%;
    height: 240px;
}
.clinic_type_main .ols li img{
    display: block;
    /* width: 100%; */
    margin: 0 auto;
}
.clinic_type_main .ols li p{
    text-align: center;
}
.problem {
    margin-bottom: 190px;
}
.problem .faq{
    font-size: 30px;
    color: #444444;
    display: block;
    margin-bottom: 20px;
}
.problem p{
    font-size: 16px;
    color: #444444;
    text-indent: 2em;
}
.problem .title{
    font-size: 18px;
    text-indent: 0em;
} 
.problem ul li{
    margin-bottom: 40px;
}
.program{
    width: 1000px;
    margin: 0 auto;
}
.program .program_des{
    font-size: 18px;
    color: #444444;
}
.program  .program_ul{
    display: flex;
    margin: 40px 0;
}
.program  .program_ul li{
    flex: 1;
    padding: 30px 20px;
    margin-right: 10px;
    border-radius: 4px;
    background: -webkit-linear-gradient(top, #fffada , #ffdec1);
}
.program  .program_ul p{
    font-size: 16px;
    text-align: center;
    color: #444444;
}
.program  .program_ul .small_title{
    text-align: center;
    font-size: 24px;
    color: #444444;
    margin: 10px 0;
}
.need_hsy{
    margin-bottom: 100px;
}
.need_hsy .title_need{
    display: block;
    font-size: 25px;
    color: #FF99B3;
}
.need_hsy p{
    font-size: 20px;
    color: #444444;
    line-height: 35px;
}
.need_hsy  .need_hsy_item{
    margin: 50px 0;
}
.type_top .reason{
    margin-bottom: 90px;
}
.type_top .reason p{
    font-size: 20px;
    color: #444444;
    line-height: 35px;
}
.points{
    margin-bottom: 130px;
}
.points ul li{
    float: left;
    width: 25%;
}
.points ul li span{
    display: block;
    width: 175px;
    height: 175px;
    text-align: center;
    line-height: 175px;
    border-radius: 50%;
    background: #FFD5E0;
    font-size: 30px;
    color: #444444;
    margin:0 auto;
}
.points ul li p{
    width: 200px;
    margin:20px auto;
}
.pros{
    margin-bottom: 120px;
}
.pros li{
    float: left;
    width: 16.66%;
}
.pros li .pro_wrap{
    width: 89px;
    height: 185px;
    margin: 0 auto;

}
.pros li .pro_wrap img{
    display: block;
    width: 100%;
    height: 100%;
}
.pros li p{
    margin: 20px 0;
    font-size: 20px;
    color: #444444;
    text-align: center;
}
.medical .medical_main{
    width: 1000px;
    margin: 0 auto;
}
.medical .medical_main .medical_main_title{
    display: block;
    font-size: 30px;
    color: #FF99B3;
    margin: 30px 0;
}
.medical .medical_main ul li table{
    width: 1000px;
    border-top: 2px solid #666666;
    box-sizing: border-box;
}
.medical .medical_main ul li table tr th{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    text-align: center;
    width: 120px;
    color: #212121;
}
.medical .medical_main ul li table tr th.title{
    width: 280px !important;
}
.medical .medical_main ul li table tr .id_num{
    text-align: center;
}

.medical .medical_main ul li table tr td{
    text-align: center;
    border-bottom: 1px dashed #A2A2A2;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #212121;
    font-weight: 300;
    cursor: pointer;
}
.btn{
    width: 1000px;
    text-align: center;
    margin:20px auto;
}
.btn span{
    float: right;
    width: 75px;
    height: 25px;
    background: #F3F3F3;
}
.btn span a{
    display: block;
    width: 100%;
    height: 100%;
    color: #444;
}
.search_info{
    width: 1000px;
    margin: 24px auto 90px;
}
.search_input{
    float: left;
}
.select_input{
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 34px;
    border:1px solid #979797;
    font-size: 16px;
    text-align:center;
}
.select_input_text{
    display: inline-block;
    vertical-align: middle;
    width: 318px;
    height: 34px;
    border:1px solid #979797;
}
.search_input button{
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border:1px solid #979797;
}
.search_info_paging{
    float: right;
    margin-top: 6px;
}
.paging{
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
}
.paging span{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    color: #212121;
    font-size: 14px;
    line-height: 22px;
    border:1px solid #979797;
}
.paging span img{
    display: block;
    width: 9px;
    height: 10px;
    margin: 6px auto;
}
.paging a{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border:1px solid #979797;
    color: #212121;
    box-sizing: border-box;
}

.paging .a1 img
{
    padding-top: 6px;
}

.login .login_main{
    width: 1000px;
    padding:30px 0;
    margin: 0 auto 30px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}
.login .login_title{
    display: block;
    width: 1000px;
    font-size: 30px;
    color: #FF99B3;
    margin: 88px auto 20px;
}
.login .login_main .login_left{
    float: left;
    width: 660px;
}

.login .login_main .login_left .login_form_left{
    float: left;
}
.login .login_main .login_left .name{
    margin-bottom: 22px;
}
.login .login_main .login_left .username,
.login .login_main .login_left .password
{
    border: 1px solid #979797;
    width: 360px;
    height: 42px;
}
.login .login_main .login_left div span{
    font-size: 18px;
    color: #212121;
    display: inline-block;
    width: 80px;
}
.login .login_main .login_left .login_form_right{
    float: left;
    width: 160px;
    height: 109px;
}
.login .login_main .login_left .login_form_right li{
    float: left;
    width: 160px;
    height: 109px;
    background: #FF99B3;
    margin-left: 12px;
    box-sizing: border-box;
}
.login .login_main .login_left .login_form_right li.login_type_one{
    background: #91CB1E;
}
.login .login_main .login_left .login_form_right li.login_type_two{
    background: #FBCF11;
}
.login .login_main .login_left .login_form_right li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 109px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.other_login{
    width: 1000px;
    margin: 50px auto;
}
.other_login_main{
    width: 430px;
    margin: 0 auto;
    display: flex;
}
.other_login_main .other_login_item{
    flex: 1;
    height: 43px;
    margin: 0px 10px;
}
.other_login_main .other_login_item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 43px;
    text-align: center;
}
.other_login_main .other_login_l{
    background: #91CB1E;
}
.other_login_main .other_login_r{
    background: #FBCF11;
}

.select_item {
    margin: 30px 0;
}
.select_item .checkbox_select{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.select_item i{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #212121;
}
.select_item .select_item_l,
.select_item .select_item_r
{
    display: inline-block;
    vertical-align: middle;
    margin:0 140px 0 80px;
}
.select_item .select_item_r{
    margin: 0;
}
.login .login_main .login_left .add_member{
    padding-left: 70px;
    color: #474747;
    font-size: 15px;
    font-weight: 100;
    line-height: 22px;
}
.login .login_main .login_left .notice{
    padding:20px 0 0 70px;
}
.login .login_main .login_left .notice a{
    display: inline-block;
    width: 150px;
    height: 40px;
    background: #EFEFEF;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.login .login_main .login_right{
    float: right;
    width: 320px;
}
.login .login_main .login_right img{
    display: block;
    width: 284px;
    height: 284px;
    margin: 0 auto;
}
.agreement_main{
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}
.agreement_main_item{
    width: 1000px;
    margin: 0 auto 90px;
}
.agreement_main_show{
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #F6F6F6;
}
.agreement_main_item .a_title{
    display: block;
    font-size: 15px;
    color: #474747;
    margin-bottom: 20px;
}
.agreement_main_item .first_show{
    margin: 20px 0;
}
.agreement_main_item .first_show p,
.agreement_main_item .second_show p,
.agreement_main_item .second_show div{
    font-size: 15px;
    color: #474747;
}
.agreement_main_item .second_show p{
    margin-bottom: 16px;
}
.agreement_main_item .agreet{
    margin: 20px 0;
}
.agreement_main_item .agreet input{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
}
.agreement_main_item .agreet span{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #474747;
    margin-right: 40px;
}
.agreement .all{
    width: 1000px;
    margin: 12px auto;
}
.agreement .all input{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
}
.agreement .all span{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #474747;
}
.agreement .all .sure{
    position: relative;
    height: 54px;
    margin-bottom: 190px;
}
.kwangm_img{
    display: none;
}
.agreement .all .sure button{
    position: absolute;
    right: 0;
    top: 0;
    width: 121px;
    height: 54px;
    font-size: 18px;
    color: #555555;
    background: #EBEBEB;
}
.login .login_main .rest .rest_item {
    margin-bottom: 20px;
}
.login .login_main .rest .rest_item input{
    width: 485px;
    height: 42px;
    border: 1px solid #979797;
} 
.login .login_main .rest .rest_item span{
    font-size: 18px;
    color: #212121;
}
.login .login_main .rest .btn_wrap{
    position: relative;
    height: 43px;
}
.login .login_main .rest .btn_wrap button{
    width: 207px;
    height: 43px;
    background: #FF99B3;
    position: absolute;
    right: 90px;
    top: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.email_info span{
    display: inline-block;
    vertical-align: bottom;
}
.email_info .input_info{
    display: inline-block;
    vertical-align: middle;
}
.email_info .input_info p{
    font-size: 15px;
    color: #474747;
    margin: 10px 0;
}
.email_info .input_info input{
    width: 485px;
    height: 42px;
    border: 1px solid #979797;
}
.email_info .email_btn_wrap{
    margin: 20px 0;
}
.email_info .email_btn_wrap button{
   background: #FFC2D1 !important;
   cursor: pointer;
}
.login_info_main{
    width: 1000px;
    margin: 0 auto;
}
.login_info_items{
    width: 1000px;
    margin: 0 auto;
}
.login_info_items form{
    padding: 30px 0 0 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}
.login_info_top{
    width: 100%;
    margin: 90px auto 10px;
}
.login_info_top .add_member_title{
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #FF99B3;
    margin-right: 10px;
}
.login_info_top .add_member_des{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #606060;
    width: 520px;
    padding-left: 12px;
    border-left: 2px solid #FFC2D1;
}
.login_info_item{
    margin-bottom: 30px;
}
.login_info_item span,
.login_info_item input,
.login_info_item span i,
.login_info_item b
{
    display: inline-block;
    vertical-align: middle;
}
.login_info_item span{
    width: 150px;
    font-size: 18px;
    color: #212121;
}
.login_info_item span i{
    color: red;
}
.login_info_item input{
    width: 485px;
    height: 40px;
    border: 1px solid #979797;
}
.login_info_item p{
    margin:6px 0 0 150px;
    font-size: 18px;
    color: #212121;
}
.login_info_item button{
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 40px;
    background: #FF99B3;
    font-size: 18px;
    color: #212121;
    margin-left: 16px;
}
.login_info_item b{
    font-size: 18px;
    color: #212121;
    font-weight: normal;
    margin: 0 50px;
}
.login_info_item .item_check{
    width: 30px;
    height: 30px;
    border: none;
}
.login_info_item .item_check_s{
    margin-left: 50px;
}
.login_info_item .item_check_p{
    margin: 20px 0;
    text-align: right;
}
.login_info_btn{
    padding-left: 150px;
    margin: 20px 0 88px 0;
}
.login_info_btn span{
    display: inline-block;
    width: 206px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #FF99B3;
    margin-right: 20px;
}
.login_info_btn span a{
    display: block;
    font-size: 18px;
    color: #212121;
}
.login_info_btn .cancle{
    background: #D8D8D8;
}
.reading_table table{
    width: 1000px;
    margin: 0 auto;
}
.line_s{
    width: 1000px;
    height: 1px;
    background: #A2A2A2;
    margin: 0 auto;
}
.reading_table{
    margin-bottom: 66px;
    position: relative;
}
.reading_table .drop_notice,.reading_table .drop_notice_ps{
    position: absolute;
    width: 278px;
    height: 93px;
    padding: 10px;
    left: 50%;
    top: 50%;
    margin-left: -139px;
    margin-top: -46px;
    border:1px solid #979797;
    background: #fff;
    box-sizing: border-box;
    z-index: 7;
    display: none;
}
.reading_table .drop_notice p{
    text-align: center;
    font-size: 14px;
    color: #212121;
}
.reading_table .drop_notice button{
    display:block;
    width: 93px;
    height: 30px;
    margin: 10px auto 0;
    background: #E7E7E7;
}
.reading_table table thead tr th{
    font-size: 16px;
    color: #212121;
    font-weight: normal;
    padding: 12px 0;
    border-top:3px solid #393939;
    border-bottom:1px solid #A2A2A2;
    font-weight: 100;

}
.reading_table table thead tr th span{
    margin-right: 30px;
    font-weight: 100;
}
.reading_table .reading_pas{
    width: 350px;
    margin: 95px auto 86px;
}
.reading_table .reading_pas .tips{
    font-size: 14px;
    color: #212121;
    display: block;
    width: 350px;
   text-align: center;
}
.reading_table .reading_pas .import{
    margin: 24px 0;
    font-size: 14px;
    color: #212121;
}
.reading_table .reading_pas .import input{
    width: 243px;
    height: 24px;
    border:1px solid #979797;
}
.reading_table .reading_pas .import span{
    margin-right: 10px;
}
.reading_table .reading_pas button{
    display: block;
    width: 93px;
    height: 29px;
    background: #fff;
    border: 1px solid #979797;
    margin: 0 auto;
}
.back_list{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 108px;
}
.back_list a{
    color: #212121;
}
.back_list button{
    display: inline-block;
    width: 72px;
    height: 34px;
    background: #fff;
    border: 1px solid #979797;
    color: #212121;
    line-height: 34px;
    text-align: center;
}
.back_screen{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
}
.show_content{
    width: 1000px;
    /* padding: 30px 10px; */
    margin: 10px auto;
    /*border:1px solid #E4E4E4;*/
    box-sizing: border-box;
}
.show_content .text_middle{
    margin: 40px 0;
}
.show_content .text_middle .textarea_wrap{
    border: 1px solid #747474;
    width: 1000px;
    min-height: 300px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 16px;
    line-height: 40px;
    padding: 20px;
    text-indent: 2em;
    box-sizing: border-box;
    font-weight: 100;
}
.show_content .text_middle textarea{
    border: 1px solid #747474;
    width: 1000px;
    height: 300px;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
}
.show_content p img,.show_content img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
}
.show_content div p{
    font-size: 16px;
    color: #212121;
    line-height: 24px;
}
.show_content .text_bottom{
    padding: 20px 0;
}
.show_content .text_bottom p{
    font-size: 16px;
    color: #333;
    font-weight: 300;
}
.show_content .text_bottom img{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.delete_pas,.files,.identifying{
    width: 1000px;
    margin: 0 auto 30px;
}
.delete_pas input,.files input{
    width: 243px;
    height: 24px;
    border:1px solid #979797;
    margin: 0 20px;
}
.delete_pas span,.files span{
    color: #212121;
    font-size: 14px;
    display: inline-block;
    width: 80px;
}
.delete_pas .delet_notice_info{
    width: auto;
}
.files{
    margin: 0 auto 10px;
}
.files .files_item{
    position: relative;
    margin-bottom: 10px;
}
.files .files_item input{
    text-indent: 6em;
}
.files .files_item i{
    position: absolute;
    left: 105px;
    top:1.5px;
    width: 72px;
    height: 24px;
    background: #DEDEDE;
    color: #212121;
    font-size: 14px;
    text-align: center;
    z-index: 2;
}
.file_input{
    position: absolute;
    left: 84px;
    text-indent: 0 !important;
    z-index: 1;
    opacity: 0;
}
.identifying .code_img{
    margin: 0 0px 0 30px;
}
.identifying .code_input{
    padding-left: 138px;
}
.identifying_l{
    font-size: 14px;
    color: #212121;
}
.identifying .code_input input{
    width: 150px;
    height: 30px;
    border: 1px solid #979797;
    margin-top: 10px;
}
.identifying .code_input span{
    font-size: 14px;
    color: #999;
}
.time_phone p{
    margin-bottom: 12px;
}
.time_phone input{
    width: 180px;
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #747474;
}
.time_phone .time_control input{
    margin-left: 8px;
}
.time_phone .input_radio{
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin: 2px 6px 0 6px;
}
.time_phone p span{
    display: inline-block;
    width: 150px;
}

.picture{
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #979797;
}
.picture ul li{
    float: left;
    width:33.33%;
}
.picture ul li .img_wrap{
    width: 320px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.picture ul li .img_wrap img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picture ul li p{
    margin: 20px 0;
    font-size: 18px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 手术前后登陆前提示 */
.before_login_notice{
    width: 760px;
    margin: 155px auto 200px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #979797;
}
.before_login_notice .notice_title{
    text-align: center;
    font-size: 24px;
    color: #212121;
}
.before_login_notice p{
    font-size: 18px;
    color: #212121;
    margin: 10px 0;
}
.before_login_notice button{
    display: block;
   width: 80px;
   height: 36px;
   font-size: 18px;
   border-radius: 4px;
   background: #D8D8D8;
   margin: 0 auto;
}
/* 网站地图 */
.map_main_top{
    margin: 30px auto;
}
.map_main_top span{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.map_main_top .sitemap_title{
    font-size: 30px;
    color: #FF99B3;
    margin-right:10px;
}
.sitemap_main{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin-bottom: 35px;
    border-top:1px solid #979797;
    border-bottom:1px solid #979797;
}
.sitemap_main ul li{
    float: left;
    font-size: 18px;
    width: 12.5%;
    height: 180px;
    border-right: 1px solid #E6E6E6;
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
}
.sitemap_main ul li span a{
    color: #333;
}
.sitemap_main ul li p{
    font-size: 16px !important;
    margin: 2px 0;
    color: #999;
}
.sitemap_main ul li .mapsite_p{
    margin-top: 20px;
}
.sitemap_main ul li .mapsite_p a{
    color: #999;
}
.m_map_main{
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.m_map_main .m_map_title{
    display: block;
    font-size: 18px;
    color: #FF99B3;
    margin: 30px 0;
}
.m_map_main .m_map_main_top p{
    font-size: 16px;
    color: #606060;
    margin-bottom: 20px;
}
.m_map_main_bm .ul_l{
    float: left;
    width: 50%;
    border-right: 1px solid #979797;
    box-sizing: border-box;
}
.m_map_main_bm .ol_r{
    float: right;
    width: 50%;
}
.m_map_main_bm .ol_r li ul li a{
    color: #999;
}
.m_map_main_bm ul li a{
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.m_map_main_bm .ul_l li{
    margin-bottom: 20px;
}
.m_map_main_bm .ul_l .nav_first a{
    margin-bottom: 75px;
    text-align: center;
}
.m_map_main_bm .ol_r .ol_first{
    margin-bottom: 92px;
}
#user_name{
    margin: 20px 0 20px 84px;
}
.input_b{
    border:1px solid #333;
    width: 200px;
}

/* 首页弹层 */
.popup{
    position: absolute;
    left:50%;
    top:120px;
    margin-left: -10%;
    z-index:999999;
}
.popup img{
    display: block;
    width: 412px;
}
.popup_text{
    width: 412px;
    padding: 2px 12px;
    box-sizing: border-box;
    background: #f7f7f7;
}
.popup_text .popup_text_main{
    float:right;
    font-size: 0;
}
.popup_text .popup_text_main span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    color: #202020;
    font-size: 14px;
    cursor: pointer;
}

/* 商务通 */
.dialogue{
    position: fixed;
    top: 30%;
    right: -190px;
    width: 240px;
    z-index: 99999;
    transition: all 1s ;
}
.dialogue_img{
    position: fixed;
    right: 0;
    bottom: 30px;
    width: 87px;
    height: 127px;
    z-index: 99999;
}
.dialogue_img img{
    display: block;
    width: 70%;
    margin: 0 auto;
    cursor: pointer;
}
.dialogue_show{
    right: 0;
}
.icon_turn{
    transform:rotate(180deg);
}
.dialogue ul li{
    width: 100%;
    /* height: 80px; */
    /* padding: 6px; */
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
}
.dialogue ul li .img_wrap_l img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 15px 6px;
}
.dialogue_one{
    background: #ffcec7;
}
.dialogue_content div{
    float: left;
}
.img_wrap_l{
    width: 50px;
    height: 50px;
}
.img_wrap_r{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.text_wrap{
    margin: 16px 15px;
}
.text_wrap p{
    font-size: 16px;
    color: #333;
}
.dialogue_two{
    background: #b5e13d;
}
.dialogue_three{
    background: #ffe800;
}
.dialogue ul .pc_text{
    background:#fff;
    /* padding-left:10px; */
}
.dialogue ul .pc_text p:nth-child(1){
    font-size: 16px;
    color: #272727;
}
/* .dialogue ul .pc_text p:nth-child(2){
    font-size: 20px;
    color: #272727;
} */
.dialogue ul .pc_text p:nth-child(3){
    font-size: 14px;
    color: #808080;
}
.dialogue ul .pc_text p:nth-child(4){
    font-size: 14px;
    color: #808080;
}
.pc_text_wrap_r{
    width: 22.5px;
}

.info_submit{
    width: 80%;
    height: 40px;
    background: #478fff;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    margin: 100px auto 0;
    cursor: pointer;
}
.info_input{
    margin-bottom: 20px;
}
.info_input input{
    width: 100%;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #4a4a4a;
    padding: 12px 0;
    font-size: 16px;
    text-indent: 0.5em;
}
.info_main_top{
    margin-bottom: 40px;
}
.close_main_top{
    cursor: pointer;
}
.close_btn{
    margin-top: 20px;
}
.cilent_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    background: rgba(0, 0, 0, .3);
    display: none;
}
.cilent_info_main{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:-214px;
    margin-left:-170px;
    width: 320px;
    height: 420px;
    background: #fff;;
    padding: 10px;
}
.btn_button{
    position: absolute;
    left: 33px;
    bottom: 29px;
    width: 110px;
    height: 30px;
    background: red;
    cursor: pointer;
    opacity: 0;
}
.may_time{
    margin-top:20px !important;
}
.workt_time_main{
    padding: 40px 30px 70px 30px;
}
.workt_time_main p
{
    color: #333;
    font-size: 16px;
    margin: 2px 0;
}
.workt_time{
    position: fixed;
    width: 395px;
    height: 511px;
    background: #fff;
    top: 24%;
    right: 20px;
    z-index: 100000;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    display: none;
}
.workt_time_top{
    width: 400px;
    height: 100px;
    background: #fdca48;
    border-radius: 10px 10px 0 0;;
}
.workt_time .top_title{
    /* text-align: center; */
    color: #333;
    font-size: 18px;
    /* padding: 20px 0 60px 0; */
}
.workt_time .top_des{
    color: #333;
    font-size: 30px;
    /* padding: 0 0 0 30px; */
}
.wenhou_info img{
    display: block;
    width: 100%;
    margin: 0 auto 35px;
}
.cat_21_dianping{
    border-top: 1px solid #747474;
    padding-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}
.cat_21_dianping_left{
    width: 20%;
}
.cat_21_dianping_right{
    width: 70%;
    line-height: 35px;
}
.kwang_img{
    display: block;
}

/* 媒体查询 */
@media screen and (min-width: 780px){
    body {
        overflow-x:hidden;
    }
    .m_icon,.kong,.menu_main,.m_adj,.m_greeting,.m_greet_text,.m_hospital,.m_work,.pc_foot_right,.m_show_btn,.mrs,.m_map_main,.m_td_title,.m_login_btn,.m_login_main,.m_imgs,.pc_dn,.m_dialogue{
        display: none !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 780px){
    body{
        min-width: 320px;
        max-width: 780px;
        height: 100%;
    }
    body .home_pic{
        width: 75%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 16px;
        left: 24px;
    
    }
    body .hosp_container .hsy_video_list{
        height: 170px;
    }
    body .hosp_container .hsy_list{
        height: 200px;
        padding-top: 30px;
        width: 100%;
    }
    .hsy_list .sex_top_title{
        font-size: 21px;
        color: #fff;
        margin-bottom: 10px;
    }
    body .work_time_left .home_pic img {
        width: 60px;
    }
    body .greet_head{
        height: 230px;
        padding-top: 30px;
        width: 100%;
    }
    .sur_bottom {
        margin: 100px 0;
    }
    .wrap{
        width: 100%;
        position: relative;
    }
    .pc_dialogue{
        display: none !important;
    }

    .show_content .text_middle .textarea_wrap{
        width: 100% !important;
    }
    .top {
        width: 100%;
        height: 44px !important;
        margin: 0 auto;
        background:#f7f7f7;
        box-sizing: border-box;
        border-bottom:none;
        z-index: 80000;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{
        display: none !important;
    }
    .top .top_nav{
        width: 100%;
        height: 44px;
    }
    .top .nav_left {
        float: right;
        width: 82px;
        height: 20px;
        background: url(/statics/hsy/img/logo.png) no-repeat;
        background-size: 100% 100%;
        text-indent: -9999px;
        margin:13px 12px 0 0 !important;
    }
    .kwang_title{
        background: #4a3d3d;
        border-radius: 50px;
        font-size: 20px;
        color: #fff;
        width: 280px;
        height: 40px;
        text-indent: 1em;
        margin-left: 18px;
        line-height: 40px;
        margin-top: 50px;
    }
    .kwang_content{
        margin: 0 20px;
    }
    .kwang_content_left {
        width: 30%;
        height: auto;
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .kwang_content_right{
        width: 70%;
        font-size: 14px;
        margin-top: 20px;
    }
    .kwang_nr{
        font-size: 14px;
        margin: 20px;
    }
    .kwang_ts{
        margin: 20px;
        font-size: 14px;
    }
    .kwangm_img{
        display: block;
    }
    /* 菜单 */
    .m_icon{
        position: absolute;
        left: 12px;
        top: 12px;
        z-index: 10;
    }
    .m_icon .img_wrap{
        width: 16px;
        height: 13px;
        padding: 4px;
    }
    .slide_down_icon{
        float: right;
        height: 20px;
        margin-top: 20px;
        width: 19px;
        background: url(/statics/hsy/img/slide_down.png) no-repeat;
    }
    .menu_nav i{
        margin-right: 6px;
    }
    .slide_up_icon{
        margin-top: 24px;
        background: url(/statics/hsy/img/slide_up.png) no-repeat;
    }
    .scroll_middle{
        display: flex;
        height: 45px;
        flex-wrap: nowrap;
        margin-bottom: 14px;
        position: fixed;
        z-index: 10000000;
        top: 44px;
    }
    .m_icon .img_wrap img{
        display: block;
        width: 16px;
        height: 13px;
        margin: 0 auto;
    }
    .menu_main{
        background: #ea4973;
        display: none;
    }
    .menu_bottom ul li {
        /* margin: 2px 0; */
    }
    .menu_main .menu_show .menu_nav{
        border-bottom: 1px solid #f2f2f2;
        width: 86%;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        font-weight: 100;
        margin-left: 19px;
        padding-left: 6px;
    }
    .menu_main .menu_show .menu_nav a{
        color: #fff;
        font-size: 16px;
        font-weight: 100;
        width: 80%;
    }
    .kwang_box{
        width: 100%;
    }
    .kwang_img{
        display: none;
    }
    .kong{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        background: transparent;
    }
    .menu_main .menu_show{
        margin-bottom: 2px;
        width: 100%;
        margin:0 auto;
    }
  
    .menu_main .menu_show a{
        font-size: 13px;
        margin: 0 1px;
        color: #2A2A2A;
    }
    .menu_main .menu_show a:nth-child(1),.menu_main .menu_show a:nth-child(2),.menu_main .menu_show a:nth-child(3){
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
    }
    .menu_main .menu_show .flex_p span{
        display: block;
        margin: 0 auto;
        background: #f85c84;
        height: 49px;
        border-bottom: 1px solid #f3f3f3;
        width: 90%;
        /* margin-left: 13px; */
        font-size: 14px;
        line-height: 50px;
    }
    .menu_bottom ul li p a span{
        display: block;
        margin: 0 auto;
        background: #f85c84;
        height: 98%;
        border-bottom: 1px solid #f3f3f3;
        width: 90%;
        /* margin-left: 13px; */
        font-size: 14px;
        line-height: 50px;
    }
    .menu_main .menu_show .flex_p{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        display: none;
        height: 160px;
        background: #f85c84;
    }
    .menu_main .menu_show .flex_p a{
        margin-right: 6px;
        width: 97%;
        text-indent: 2em;
        background: #f85c84;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        font-weight: 100;
    }
    .menu-middle {
        display: flex;
        height: 45px;
        flex-wrap: nowrap;
        margin-bottom: 14px;
    }
    .menu-middle div{
        width: 33.33%;
    }
    .menu_main .line{
        width: 220px;
        height: 1px;
        background: #979797;
        margin: 2px auto;
    }
    .menu_bottom ul li p a,.menu_bottom ul li a{
        font-size: 12px;
        color: #2A2A2A;
    }
    .fonts_diffient{
        background: #ea4973;
    }
    .menu_bottom ul li .fonts_diffient span{
        width: 86%;
        border-bottom: 1px solid #f3f3f3;
        background: #ea4973;
        height: 51px;
        line-height: 50px;
        text-indent: 0;
        margin-left: 20px;
        display: block;
    }
    .menu_bottom ul li .fonts_diffient span a{
        width: 80%;
        color: #fff;
        font-size: 16px;
        font-weight: 100;
        text-indent: 0;
        background: #ea4973;
        height: 90%;
    }
    .menu_bottom .drop_p{
        flex-wrap: wrap;
        display: flex;
        display: none;
    }
    .menu_bottom ul li p a{
        display: inline-block;
        width: 96%;
        text-indent: 2em;
        background: #f85c84;
        height: 50px;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        padding-left: 6px;
        font-weight: 100;
        /* margin-bottom:2px;  */
    }
    .top .nav_right {
       display: none;
    }
    /* 幻灯 */
    .main {
        width: 100%;
        height: auto;
        min-width: 0;
        margin: 0 auto;
    }

    .main .swiper-slide{
        width: 100% !important;
        height: 250px;
        background-size: cover !important;
    }
    .main .swiper-wrapper .slide-txtArea-left {
        position: absolute;
        width: 153px;
        right: 50%;
        top: 60px;
        z-index: 5;
    }
    .main .swiper-slide .text span {
        display: block;
        text-align: left;
        font-size: 16px;
        color: #fff;
    }
    .main .swiper-slide .text .sub-title {
        text-align: left;
        color: #fff;
        width: 120px !important;
        font-size: 12px;
    }

    .main .swiper-wrapper .slide-txtArea-right {
        position: absolute;
        width: 156px;
        left: 58%;
        top: 80px;
        z-index: 5;
    }
   
    /* 工作时间 */
   body .work_time{
        flex-wrap: wrap;
    }
    .m_work{
        width: 100%;
        margin-top:27px;
        padding: 0 16px;
        box-sizing: border-box;
    }
    body .work_time_left{
        width: 90%;
        margin-right: 0;
        margin: 0 auto;
        height: 180px;
        margin-bottom: 20px;
    }
    body .work_time_right{
        width: 100%;
    }
    .m_work_top{
        width: 100%;
        height: 164px;
        padding: 16px 0;
        background: #D64478;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .m_work_top p{
        text-align: center;
        color: #fff;
        font-size: 15px;
    }
    .m_work_top .pm{
        margin: 20px 0;
        font-size: 30px;
    }
    .m_work_b{
        display: flex;
        margin-top: 10px;
    }
    .m_work_b .m_work_item{
        flex: 1;
        padding: 6px;
        background: #E9E9E9;
        margin: 0px 3px;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .m_work_b  .m_work_bl{
        padding:16px 6px;
    }
    .m_work_b  .m_work_bl p,
    .m_work_b  .m_work_br p{
        font-size: 14px;
        color: #2D2D2D;
        text-align: center;
    }
    /* .katalk_wrap{
        width: 100%;
        display: flex;
    }
    .katalk_wrap .ka_item{
        flex: 1;
    } */
    .katalk_l span{
        font-size: 14px;
        display: block;
        text-align: center;
    }
 
    .katalk_r img{
        display: block;
        /* width: 80px; */
        margin: 4px auto;
    }
    .m_work_b  .m_work_bl .m_work_bt{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .m_work_b  .m_work_br p{
        font-size:  14px;
        color: #c35177;
        text-align: center;
    }
    .m_work_m{
        margin: 30px 0;
    }
    .m_work_m ul li{
        font-size: 14px;
        color: #747474;
        margin-bottom: 10px;
    }
    .m_work_m ul li::before{
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(/statics/hsy/img/m_b_tr.png) no-repeat center center;
        background-size: 100% 100%;
        margin-right: 10px;
    }
    /* honour*/
    .honour{
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
        margin-bottom: 80px;
    }
    .honour .honour_main li {
        width: 100%;
        float: none;
        margin-top: 50px;
    } 
    .honour .honour_main li:nth-child(1){
        margin-top: 30px;
    } 
    .honour .honour_main li .des {
        font-size: 14px;
        color: #A5A5A5;
        margin: 18px 0 30px 0;
        width: 100%;
        padding: 0;
    }
    .honour .honour_main li .title {
        font-size: 22px;
        color: #595959;
        width: 100%;
        height: auto;
    }
    .adj{
       display: none;
    }
    .step {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .step .step_main li .text_left {
        float: none;
        width: 100%;
    }
    .step .step_main li .img_wrap {
        float: none;
        width: 100%;
    }
    .step .step_main li .text_left .title {
        font-size: 18px;
        color: #545454;
        margin-bottom: 20px;
        position: relative;
        margin-left: 30px;
    }
    .step .step_main li .text_left .des {
        font-size: 16px;
        color: #747474;
        line-height: normal;
    }
    .step .step_main li .text_left .title::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background: url(/statics/hsy/img/icon.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: -30px;
        top: 1px;
    }
    .step .step_main li {
        margin-bottom: 40px;
    }
    .step .step_main li .img_wrap img{
        display: block;
        width: 227px;
        height: 153px;
        margin: 15px auto 0;
    }
    .step .step_main li .img_wrap .img_s {
        width: 109px;
        height: 172px;
    }
    .superiority{
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .superiority .top_img li {
        float: none;
        width: 100%;
    }
    .superiority .top_img li img {
        display: block;
        width: 97px;
        height: auto;
        margin: 0 auto;
    }
    .superiority .top_text {
        margin-bottom: 16px;
    }
    .adj_wrap{
        width: 100%;
        height: 155px;
        background: url(/statics/hsy/img/m_bg.png) no-repeat;
        background-size: cover;
        margin: 42px auto 36px;
        padding: 32px 24px;
        box-sizing: border-box;
    }
    .adj_wrap p{
        color: #fff;
        font-size: 22px;
        text-align: center;
        line-height: normal;
        margin-top: 30px;
    }
    .m_adj{
        width: 100%;
        height: 198px;
        background: url(/statics/hsy/img/m_text.png) no-repeat;
        background-size: 100% 198px;
        margin-bottom: 40px;
        padding: 10px;
        box-sizing: border-box;
    }
    .m_adj h2 p{
        font-size: 24px;
        font-weight: normal;
        color: #323232;
        text-align: center;
        line-height: 36px;
        margin:0;
    }
    .m_adj p{
        font-size: 12px;
        color: #595959;
        margin: 10px 0;
    }
    .comment .comment_main li .title {
        float: none;
        width: 100%;
    }
    .comment .comment_main li .content {
        float: none;
        width: 100%;
        position: relative;
    }
    .comment .comment_main li .title span {
        display: block;
        width: 262px;
        height: 111px;
        border-radius: 90px;
        border: 1px solid #D64478;
        background: #F5F5F5;
        color: #D64478;
        font-size: 20px;
        line-height: 111px;
        text-align: center;
        margin: 0 auto;
    }
    .comment .comment_main li .content p {
        width: 60%;
        font-size: 14px;
        color: #747474;
        padding-left: 0;
        margin: 16px auto 40px;
        box-sizing: border-box;
    }
    .comment .comment_main li .content .img_wrap {
        width: 36px;
        height: 36px;
        position: absolute;
        left: 24px;
        top: 0;
    }
    .comment .comment_main li:nth-child(2n) .title {
        float: none;
    }
    .comment .comment_main li:nth-child(2n) .content {
        float: none;
    }
    .comment .comment_main li {
        width: 100%;
        margin-bottom: 36px;
    }
    .img_adj ul li {
        float: none;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 5px 0;
    }
    .img_adj ul li a {
        display: block;
        width: 100%;
        height: 92px;
    }
    .img_adj ul li img{
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .img_adj {
        margin-bottom: 53px;
    }
    .link,.m_foot_right,.foot_img{
        display: none;
    }
    .pc_foot_right{
        width: 100%;
        margin: 20px auto;
    }
    .pc_foot_right ul li{
        float: left;
        margin: 0 1px;
    }
    .pc_foot_right ul li a,.pc_foot_right ul li{
        color: #fff;
        font-size: 14px;
    }
    .foot_left {
        float: none;
    }
    .foot {
        width: 100%;
        height: auto;
        background: #222222;
        padding: 16px 15px;
        box-sizing: border-box;
    }
    .foot_left .text p {
        color: #D3D3D3;
        font-size: 14px;
        margin: 2px 0;
    }
    .foot_left .foot_logo {
        display: block;
        width: 190px;
        margin-bottom: 8px;
    }
    /* 院长问候 */
    .greeting{
        display: none;
    }
    .m_greeting img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .greet_text{
        display: none;
    }
    .m_greet_text{
        width: 100%;
        padding: 40px 20px 0 20px;
        box-sizing: border-box;
        background: #FFFDF8;
    }
    .m_greet_text .first_text .title,.m_second_text .title,.m_third_text .title{
        color: #FF99B3;
        font-size: 18px;
    }
    .m_greet_text p{
        font-size: 16px;
        color: #444444;
    }
    .m_greet_text .first_text p:nth-child(2){
        margin: 14px 0 20px 0;
    }
    .m_greet_text .m_second_text p:nth-child(2){
        margin: 10px 0 30px 0;
    }
    .m_greet_text .m_third_text p:nth-child(2){
        margin: 10px 0 20px 0;
    }
    .m_third_text .title{
        margin: 10px 0;
        display: inline-block;
    }
    .m_greet_text .last{
        margin: 20px 0;
    }
    .m_greet_text .last p{
        text-align: right;
    }
    .m_greet_text .last span{ 
        font-size: 30px;
        margin: 0 10px;
    }
    .certificate{
        display: none;
    }
    .history_bg {
        width: 100%;
        background: #FFFDF8;
        margin-bottom: 0;
        padding:30px 0 60px 0;
    }
    .history_main {
        width: 100%;
        padding: 0;
        margin-top: 30px;
        box-sizing: border-box;
    }
    .text_left {
        float: none;
        width: 100%;
    }
    .text_right{
        float: none;
        width: 100%;
        padding: 30px 20px 0px 20px;
        box-sizing: border-box;
    }
    .history_main .title {
        font-size: 20px;
        margin-top: 30px;
        padding:0 20px;
    }
    .history_main .e_title {
        font-size: 16px;
        margin:6px 0 0 0;
        padding:0 20px;

    }
    .text_left ul {
        padding: 20px 0 0px 0;
    }
    .text_left .line {
        color: #D8D8D8;
        padding-left: 20px;
    }
    .text_left ul li, .text_left ol li {
        font-size: 16px;
        margin: 8px 0;
        padding-left: 20px;
        color: #444;
    }
    .text_right ul li {
        margin: 8px 0;
        font-size: 16px;
        color: #444;
    }
    .history_left {
        float: none;
        width: 100%;
        padding:0 20px;
        box-sizing: border-box;
    }
    .history_right {
        float: none;
        width: 100%;
        padding:0 20px;
        box-sizing: border-box;
    }
    .history_bottom ul li {
        margin-bottom: 24px;
    }
    .history_bottom p.year {
        font-size: 20px;
        color: #444444;
    }
    .history_bottom ul li p {
        font-size: 16px;
        color: #444444;
        margin: 5px 0;
    }
    .view_banner{
        display: none;
    }
    /* 医院特点 */
    .hospital_banner{
        display: none;
    }
    .m_hospital img{
        display: block;
        width: 100%;
    }
    .hospital{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .hospital,.hospital_main{
        width: 100%;
    }
    .view_main .title {
        display: block;
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
        color: #FF99B3;
        font-size: 22px;
        margin: 40px 0;
    }
    .hospital .hospital_main .title_des {
        display: block;
        margin: 0;
        font-size: 18px;
        color: #212121;
        width: 100%;
        line-height: 20px;
        margin-bottom: 50px;
    }
    .hospital_text ul li .inline_div {
        width: 100%;
        margin-left: 0;
    }
    .hospital_text {
        margin-bottom: 0;
        padding-left: 0;
    }
    .hospital_text ul li span, .hospital_text ul li .inline_div {
        display:block;
    }
    .hospital_text ul li .inline_div .name {
        color: #212121;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hospital_text ul li .inline_div .des {
        font-size: 14px;
        color: #8E8E93;
        line-height: 20px;
    }
    .paper {
        width: 100%;
        background: #fff;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .paper_top {
        width: 100%;
        margin-bottom: 24px;
        padding-left: 0;
        box-sizing: border-box;
    }
    .paper_top .paper_right .paper_name {
        font-size: 18px;
        color: #FF99B3;
        line-height: 27px;
    }
    .paper_top .paper_left {
        float: none;
        width: 100%;
        margin: 60px 0 50px 0;
    }
    .paper_top .paper_left img {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
    .paper_top .paper_right {
        float: none;
        width: 100%;
        margin: 0;
    }
    .paper_top .paper_right .paper_des {
        font-size: 16px;
        color: #212121;
        line-height: 24px;
        margin-top: 12px;
    }
    .paper_bottom {
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .paper_bottom .paper_bl {
        float: none;
        width: 100%;
    }
    .paper_bottom .paper_br {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .paper_bottom p {
        font-size: 14px;
        color: #212121;
        line-height: 30px;
    }
    .paper_bottom .paper_bl .last_p {
        margin: 30px 0 20px 0;
    }
    .glory {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
        box-sizing: border-box;
    }
    .glory .glory_main ul li .img_wrap {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }
    .glory .glory_main ul li {
        width: 100%;
        margin-bottom: 36px;
    }
    .glory .glory_main ul li .text_wrap{
        width: 72%;
        display: inline-block;
        vertical-align: middle;
    }
    .glory .glory_main ul li div p {
        color: #212121;
        font-size: 14px;
    }
    .glory .glory_main ul li div .name {
        font-size: 16px;
    }
    .glory .glory_main ul li div .text {
        margin-top: 0;
    }
    .map .map_main{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 75px;
    }
    .map .map_main iframe{
        width: 100%;
    }
    .map .other_map{
        display: none;
    }
    .map .map_main .map_title {
        display: block;
        font-size: 20px;
        color: #FF99B3;
        padding: 0;
        margin: 20px 0;
    }
    .map .map_main .btns span a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 16px;
    }
    .map .map_main .metro {
        margin-bottom: 30px;
        font-size: 20px;
        color: #373737;
    }
    .map .map_main p {
        color: #373737;
        font-size: 16px;
    }
    .clinic_type .type_top .item_main {
        display: block;
    }
    .type_top{
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .clinic_type .type_top .title {
        display: block;
        font-size: 24px;
        color: #FF99B3;
        margin: 20px 0 20px 0;
    }
    .clinic_type .type_top .item_main_l {
        flex: none;
        width: 80px;
        height: 73px;
        background: #FFE6EC;
        color: #4A4A4A;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        margin-right: 0;
        border-radius: 6px;
        padding: 2px;
    }
    .clinic_type .type_top .item_main_r {
        flex: none;
        height: auto;
        width: 100%;
        font-size: 16px;
    }
    .clinic_type .type_top .item_main_ls {
        background: #E26485;
        color: #fff;
    }
    .clinic_type .type_top .s_title_item {
        font-size: 16px;
        color: #444444;
        line-height: 35px;
        margin-bottom: 40px;
    }
    .clinic_type .type_top .attention {
        width: 100%;
        display: block;
    }
    .clinic_type .type_top .attention .attention_item {
        flex: none;
        padding: 10px;
        width: 100%;
        border: 1px solid #D8D8D8;
        box-sizing: border-box;
    }
    .clinic_type .type_top .attention .attention_l {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .clinic_type .type_top .attention .attention_r {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .clinic_type .type_top .des{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        border: 1px solid #eee;
    }
    .clinic_type .type_top .last_p {
        text-align: center;
        width: 100%;
        font-size: 16px;
        color: #A0A0A0;
        margin: 20px 0 80px 0;
    }
    .process ul li {
        float: none;
        width: 100%;
    }
    .process img {
        display: block;
        width: 100%;
        margin: 80px auto 80px;
    }
    .imgs_wrap .imgs_t {
        display: none;
        width: 100%;
        margin: 0 auto;
    }
    .imgs_wrap .imgs_b {
        display: block;
        width: 100%;
        height: auto;
        margin: 60px auto 60px;
    }
    .type_bottom{
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .clinic_type_main .step {
        width: 100%;
        margin: 0 auto;
    }
    .type_bottom .type_bottom_item {
        float:none;
        width: 100%;
        margin-top: 0;
        padding-left: 0;
    }
    .type_bottom .type_bottom_text .top_p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .type_bottom .type_bottom_text {
        font-size: 16px;
        color: #444444;
        margin-left: 0;
    }
    .type_bottom .type_bottom_text div {
        margin: 10px 0;
    }
    .type_bottom .uls {
        display: block;
        margin-bottom: 20px;
    }
    .type_bottom .uls li {
        flex: none;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .problem {
        margin-bottom: 40px;
    }
    .program{
        width: 100%;
        margin: 0 auto;
    }
    .program .program_ul {
        display: block;
        margin:0;
    }
    .program .program_ul li {
        flex: none;
        padding: 6px;
        margin: 20px 0;
        border-radius: 4px;
        background: -webkit-linear-gradient(top, #fffada , #ffdec1);
    }
    .clinic_type_main .ols li {
        float: none;
        width: 100%;
    }
    .clinic_type_main .ols li p {
        text-align: center;
        margin: 20px 0;
    }
    .program .program_des {
        font-size: 16px;
        color: #444444;
    }
    .need_hsy {
        margin-bottom: 50px;
    }
    .need_hsy p {
        font-size: 16px;
        color: #444444;
        line-height: 35px;
    }
    .clinic_type_main .note {
        margin: 40px 0 60px 0;
        font-size: 18px;
        color: #FF9494;
        text-align: center;
    }
    .points ul li {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .points ul li span {
        display: block;
        width: 120px;
        height: 120px;
        text-align: center;
        line-height: 120px;
        border-radius: 50%;
        background: #FFD5E0;
        font-size: 16px;
        color: #444444;
        margin: 0 auto;
    }
    .type_top .reason p {
        font-size: 16px;
        color: #444444;
        line-height: 35px;
    }
    .type_top .reason {
        margin-bottom: 40px;
    }
    .points ul li p {
        width: 50%;
        font-size: 14px;
        text-align: center;
        margin: 20px auto;
    }
    .points {
        margin-bottom: 80px;
    }
    .clinic_type .type_top .des p {
        font-size: 16px;
        color: #444444;
    }
    .pros li .pro_wrap {
        width: 70px;
        height: auto;
        margin: 0 auto;
    }
    .pros li {
        float: none;
        width: 100%;
    }
    .medical .medical_main {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .medical .medical_main ul li table {
        width: 100%;
        border-top: 2px solid #666666;
        box-sizing: border-box;
    }
    .medical .medical_main ul li table tr th{
        font-size: 16px;
        height: 36px;
        line-height: normal;
        font-weight: normal;
        border-bottom: 1px solid #eee;
        text-align: center !important;
        width: 15%;
    }
    .display_td{
        display: none;
    }
    .medical .medical_main ul li table tr td {
        border-bottom: 1px dashed #A2A2A2;
        font-size: 14px;
        height: 36px;
        line-height: normal;
        color: #212121;
        font-weight: 300;
        text-align: center;
    }
    .medical .medical_main ul li table tr th.area{
        text-align: left;
    }
    .btn span {
        float: none;
        width: 75px;
        height: 25px;
        background: #F3F3F3;
        display: none;
    }


    .btn {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
    .login .login_main {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        border-top: 1px solid #979797;
        border-bottom: 1px solid #979797;
    }

    .login .login_main .login_left {
        float: none;
        width: 100%;
    }
    .login .login_main .login_right {
        float: none;
        width: 100%;
        display: none;
    }
    .login .login_main .login_left .login_form_left {
        float: none;
        width: 100%;
    }
    .login .login_main .login_left .login_form_left .m_login_form_left{
        width: 70%;
        margin: 0 auto;
    }
    .login .login_main .login_left div span {
        font-size: 16px;
        color: #212121;
        display: inline-block;
        width: 80px;
    }
    .login .login_main .login_left .login_form_right {
        float: none;
        display: none;
    }
    .login .login_main .login_left .username, .login .login_main .login_left .password {
        border: 1px solid #979797;
        width: 177px;
        height: 30px;
    }
    .login .login_title {
        display: block;
        width: 100%;
        padding-left: 35px;
        box-sizing: border-box;
        font-size: 22px;
        color: #FF99B3;
        margin: 36px auto 20px;
    }
    .login .login_main .login_left .add_member {
        padding: 0 25px;
        color: #474747;
        font-size: 15px;
        font-weight: 100;
        line-height: 22px;
    }
    .select_item {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .select_item .select_item_l, .select_item .select_item_r {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 0;
    }
    .select_item .m_login_btn{
        width: 177px;
        height: 30px;
        color: #fff;
        font-size: 14px;
        background: #FF99B3;
    }
    .login .login_main .login_left .notice {
        padding: 0;
        display:flex;
        width: 70%;
        margin:20px auto 0;
    }
    .login .login_main .login_left .notice a {
        flex:1;
        display: inline-block;
        width: 88px;
        height: 40px;
        background: #EFEFEF;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        margin-right: 0;
        margin: 0 10px;
    }
    .other_login {
        width: 100%;
        margin: 50px auto;
    }
    .other_login_main {
        width: 100%;
        margin: 0 auto;
        display: flex;
    }
    .other_login_main .other_login_item {
        flex: 1;
        height: 43px;
        margin: 0px 20px;
    }
 
    .agreement_main {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        border-top: 1px solid #979797;
        border-bottom: 1px solid #979797;
    }
    .agreement_main_item {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto 90px;
    }
    .agreement .all {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 12px auto 54px;
    }
    .agreement_main_show {
        max-height: 288px;
        overflow-x: hidden;
        overflow-y: scroll;
        background: #F6F6F6;
        -webkit-overflow-scrolling:touch;
    }
    .agreement .all div{
        margin: 0 auto;
        float: left;
    }
    .agreement .all .sure button {
        position: static;
        right: 0;
        top: 0;
        width: 58px;
        height: 26px;
        font-size: 16px;
        color: #555555;
        background: #EBEBEB;
    }
    .agreement .all .sure {
        float: right;
        position: relative;
        height: auto;
        margin-bottom: 0;
    }

    .login_info_main {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .login_info_top .add_member_des {
        display:block;
        font-size: 14px;
        color: #606060;
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin: 10px 0;
    }
    .login_info_item p {
        margin: 6px 0;
        font-size: 12px;
        color: #212121;
    }
    .login_info_item input {
        width: 178px;
        height: 25px;
        border: 1px solid #979797;
    }
    .login_info_item span {
        width: 30%;
        font-size: 14px;
        color: #212121;
    }
    .login_info_top {
        width: 100%;
        margin: 42px auto 10px;
    }

    .login_info_top .add_member_title {
        display: block;
        font-size: 22px;
        color: #FF99B3;
        margin-right: 0;
    }
    .login_info_btn {
        padding-left: 0;
        margin: 40px 0;
        display: flex;
    }
    .login_info_btn span {
        flex:1;
        display: inline-block;
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #FF99B3;
        margin: 0 10px;
    }
    .login_info_item button{
        display: none;
    }
    .login_info_items {
        width: 100%;
        margin: 0 auto;
    }
    .login_info_item div{
        width: 100%;
        margin: 0 auto;
    }
    .login_info_item .t_span{
        display: block;
        width: 40%;
    }
    .login_info_item b {
        font-size: 14px;
        color: #212121;
        font-weight: normal;
        margin: 0;
    }
    .login_info_item i{
        font-size: 12px;
    }
    .login_info_item .item_check {
        width: 12px;
        height: 12px;
        border: none;
    }
    .login_info_item .item_check_s {
        margin-left: 0;
    }
    .login_info_item .item_check_p {
        margin: 20px 0;
        text-align: left;
    }
    .k_span{
        display: none !important;
    }
   

    .before_login_notice {
        width: 100%;
        margin: 0 auto 80px;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #979797;
    }
    .medical .medical_main .medical_main_title {
        display: block;
        font-size: 18px;
        color: #FF99B3;
        margin: 30px 0;
    }
    .before_login_notice .notice_title {
        text-align: center;
        font-size: 16px;
        color: #212121;
    }
    .before_login_notice p {
        font-size: 14px;
        color: #212121;
        margin: 20px 0;
    }
    .before_login_notice button {
        display: block;
        width: 50px;
        height: 24px;
        font-size: 14px;
        border-radius: 4px;
        background: #D8D8D8;
        margin: 0 auto;
    }
    .picture {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        border-top: 1px solid #979797;
    }
    .picture ul li .img_wrap {
        width: 90%;
        height: 200px;
        overflow: hidden;
        margin: 0 auto;
    }
    .picture ul li {
        float: none;
        width: 100%;
    }
    .picture ul li p {
        margin: 20px 0;
        font-size: 18px;
        color: #444444;
        padding-left: 20px;
    }
    .search_info {
        width: 100%;
        margin: 24px auto;
    }
    .select_input_text {
        display: inline-block;
        vertical-align: middle;
        width: 130px;
        height: 34px;
        border: 1px solid #979797;
    }
    .search_input,.search_info_paging{
        float: none;
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    .search_info .search_wrap{
        width: 96%;
       text-align: center;
       margin:0 auto;
    }
    .search_input button {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 34px;
        line-height: 17px;
        text-align: center;
        background: #fff;
        border: 1px solid #979797;
    }
    .search_input .m_search_input{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .reading_table table {
        width: 100%;
        margin: 0 auto;
    }
    .show_content {
        width: 100%;
        padding: 30px 10px 0 10px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .show_content .text_middle {
        margin: 10px 0;
    }
    .show_content .text_middle video{
        width: 100% !important;
        height: 300px !important;
    }
    .show_content .text_middle textarea {
        border: 1px solid #747474;
        width: 100%;
        height: 300px;
        font-size: 16px;
        resize: none;
    }
    .identifying .code_input {
        padding-left: 0;
    }
    .back_list {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 108px;
    }
    .line_s {
        width: 100%;
        height: 1px;
        background: #A2A2A2;
        margin: 0 auto;
    }
    .delete_pas, .files, .identifying {
        width: 100%;
        margin: 0 auto 30px;
    }
    .files,.identifying{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .reading_table table thead tr th {
        width: auto !important;
        font-size: 14px;
        color: #212121;
        font-weight: normal;
        padding: 12px 2px;
        border-top: 3px solid #393939;
        font-weight: 100;
        border-bottom: 1px solid #A2A2A2;
    }
    .reading_table table thead tr th span {
        margin-right: 10px;
        font-weight: 100;
    }
    .identifying .code_input span {
        display: block;
        font-size: 14px;
        color: #999;
    }
    .files input {
        width: 180px;
        height: 24px;
        border: 1px solid #979797;
        margin: 0 10px;
    }
    .files .files_item i {
        position: absolute;
        left: 95px;
        top: 1.5px;
        width: 72px;
        height: 24px;
        background: #DEDEDE;
        color: #212121;
        font-size: 14px;
        text-align: center;
        z-index: 2;
    }
    .pc_mrs,.pc_td_title{
        display: none !important;
    }
    .td_title a{
        display: block;
        width: 100%;
        font-size: 14px;
        text-align:left;
    }
    .process .mrs{
        width: 70%;
    }
    .m_td{
        width: 30% !important;
    }
    .medical .medical_main ul li table tr th.title {
        width: 34% !important;
    }
    .time_phone .m_p_item span{
        width: 65px;
    }
    .time_phone .input_radio {
        display: inline-block;
        vertical-align: top;
        width: 18px;
        height: 18px;
        margin: 2px 2px 0 0;
    }
    .text_left ul li::before, .text_left ol li::before, .text_right ul li::before {
        content: "";
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin: 4px 6px 0 0;
        background: #000;
    }
    .pc_login_main{
        display: none;
    }
    .login_main_top{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        color: #606060;
        font-size: 14px;
    }
    .middle_main{
        width: 75%;
        margin: 0 auto;
        padding-bottom: 20px;
        border-bottom: 1px solid #979797;
    }
    .middle_main p{
        font-size: 12px;
        color: #606060;
    }
    .middle_item{
        display: flex;
        margin: 20px 0;
        justify-content: space-around;
    }
    .middle_main .middle_item input{
        width: 180px;
        height: 29px;
        border:1px solid #979797;
    }
    .m_pas_btn{
        display: block;
        width: 90px;
        height: 30px;
        background: #EFEFEF;
        margin: 0 auto;
    }
    .m_imgs{
        width: 100%;
        margin: 0 auto;
    }
    .m_imgs img{
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .type_bottom_wrap,.m_time{
        display: none;
    }

    /* 弹层 */
    .popup{
        position: fixed;
        left:50%;
        top:60px;
        margin-left: -140px;
        z-index:999999;
        }
    .popup img{
        display: block;
        width: 280px;
        }

    .popup_text{
        width: 280px;
        padding: 2px;
        box-sizing: border-box;
        background: #f7f7f7;
    }
    .popup_text .popup_text_main span{
        display:inline-block;
        vertical-align: middle;
        margin-left: 24px;
        height: 100%;
        color: #202020;
        font-size: 12px;
        cursor: pointer;
    }



    /* 商务通 */
    .dialogue{
        position: fixed;
        top: 55%;
        right: 0;
        width: 120px;
        z-index: 99999;
    }
    .dialogue ul li{
        width: 100%;
        /* height: 80px; */
        /* padding: 0; */
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
    }
    .dialogue ul li .img_wrap_l img{
        display: block;
        width: 100%;
        height: 100%;
        margin: 6px 0 0 6px;
    }
    .dialogue_one{
        background: #ffcec7;
    }
    .dialogue_content div{
        float: left;
    }
    .img_wrap_l{
        width: 24px;
        height: 24px;
    }
    .img_wrap_r{
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
    }
    .text_wrap{
        margin: 0;
        margin-left:10px;
    }
    .text_wrap p{
        font-size: 12px;
        color: #333;
    }
    .dialogue_two{
        background: #b5e13d;
    }
    .dialogue_three{
        background: #ffe800;
    }
    .doctor_skill{
        padding: 0 16px;
        margin-bottom: 80px;
    }
    .doctor_skill .title_text {
        text-align: center;
        font-size: 20px;
        color: #333;
        margin-bottom: 14px;
    }

    .doctor_skill ul .font_left, .doctor_skill ul .img_right {
        width: 100%;
        height: auto;
        float: none !important;
    }

    .doctor_skill .font_left_main {
        width: 100%;
        margin: 20px auto;
    }
    .doctor_skill .font_left_main .left_title{
        font-size: 24px;
        color: #333;
        display: block;
        margin: 20px 0;
    }
 
}

/* news */
.work_time{
    display: flex;
    flex-wrap: nowrap;
}
.work_time_left{
    width: 49%;
    margin-right: 1.5%;
    height: 280px;
    display: flex;
}
.work_time_right{
    width: 48.8%;
    border: 1px solid #dcdcdc;
    background: #f4f4f4;
    height: 280px;
}
.work_time_left_pic{
    width: 61%;
    border: 1px solid #dcdcdc;
    margin-right: 2%;
    position: relative;
}
.home_pic{
    width: 85%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 16px;
    left: 30px;
}
.work_time_left .home_pic img {
    width: 142px;
}
.work_time_left_desc{
    width: 37%;
    border: 1px solid #dcdcdc;
}
.work_time_left_pic img{
    width: 100%;
    height: 100%;
}
.work_time_left_desc{
    padding: 20px 10px 15px 15px;
}
.work_open_time{
    position: relative;
}
.work_open_time h1{
    font-weight: 100;
    font-size: 20px;
}
.work_open_time p{
    font-weight: 100;
    font-size: 14px;
    line-height:20px ;
}
.work_open_time div{
    font-weight: 100;
    font-size: 20px;
    margin-top: 20px;
}
.work_open_time img{
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.work_time_right_title{
    font-size: 22px;
    margin-top: 20px;
    margin-left: 30px;
}
.work_time_right_title span{
    font-size: 16px;
    font-weight: 200;
}
.work_time_right_center{
    margin-top:20px ;
    display:flex;
}
.work_time_right_center .work_time_right_box{
    margin-left: 30px;
    width: 50%;
    display: flex;
}
.wk_r_img{
    width: 115px;
    height: 155px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wk_r_img a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.work_time_right_bottom{
    text-align: right;
    color: #cdcdcd;
    font-size: 14px;
    margin-right: 30px;
    font-weight: 200;
    margin-top:10px ;
}
.wk_r_desc{
    width: 115px;
    height: 155px;
    margin-left: 10px;
}
.wk_r_desc div{
    font-weight: 200;
    font-size: 13px;
}
.wk_r_desc div:first-of-type{
    color: #c45178;
    font-size: 20px;
    height: 58px;
}

.wk_r_desc div:last-of-type{
    margin-top: 10px;
}
.pink_line{
    background: #c99ba7;
    height: 275px;
    width: 1280px;
    margin: 0 auto;
}
.pink_line_title{
    font-size: 35px;
    color: #fff;
    padding-top: 60px;
    text-align: center;
}
.pink_line_desc{
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 200;
}
.pravite{
    padding-top: 100px;
    width: 1280px;
    margin: 0 auto;
}
.pravite_line{
    text-align: center;
}
.pravite_title{
    margin-top: 35px;
    text-align: center;
    font-size: 25px;
}
.pravite_pic{
    display: block;
    padding-top: 80px;
    width: 100%;
    margin: 0 auto;
}
.text{
    color: #c99ba7;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 23px;
}
.foot_left_bottom{
    color: #fff;
    font-weight: 300;
}
.operation{
    padding-top: 30px;
    padding-bottom: 60px;
    display: flex;
    width: 1280px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.operation_introduction{
    width: 46%;
    padding-left: 40px;
}
.operation_title{
    display: flex;
    padding-top: 30px;
}
.operation_title span{
    width: 115px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #c99ba7;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
}
.operation_title p {
    display: inline-block;
    height: 45px;
    display: inline-block;
    font-size: 18px;
    line-height: 65px;
    overflow: hidden;
    text-indent: 1em;
}
.operation_desc{
    padding-top: 10px;
    padding-left: 20px;
    width: 542px;
}
.operation_introduction img{
    width: 70%;
    display: block;
    margin-left: 35px;
    margin-top: 20px;
}
.operation_bottom{
    margin-top: 50px;
}
.superiority{
    margin-bottom: 50px;
}
.bgt{
    
}
.foot_right{
    background: #121421;
    border-radius: 10px;
    width: 570px;
    height: 150px;
    padding: 15px;
    display: flex;
}
.foot_right_form{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}
.form_item_name{
    width: 58px;
    text-align: left;
    height: 27px;
    font-size: 14px;
    color: #fff;
}
.form_item_input input{
    width: 160px;
    height: 27px;
    border: 0;
    margin-right: 10px;
}
.foot_right_form_item{
    width: 50%;
    display: flex;
}
.form_all_item_input input{
    width: 388px;
    height: 27px;
    border: 0;
    margin-right: 10px;
}
.form_all_item{
    display: flex;
    width: 100%;
    height: 25px;
}

.foot_check{
    text-align: left;
    height: 27px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    
}

.checkbox {
    position: relative;
    height: 30px;
    left: 20px;
    top: 13px;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    opacity: 0;
}

.checkbox label {
    position: absolute;
    left: 30px;
    top: 0;
    height: 20px;
    line-height: 20px;
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: #fff;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 2px;
    width: 2px;
    height: 7px;
    border: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.checkbox input[type='checkbox']:checked+label:before {
    background: #fb5c34;
    border-color: #fb5c34;
}

.checkbox input[type='checkbox']:checked+label:after {
    background: #fb5c34;
}
.m_footer{
    /* display: none; */
    background: #1d1c1b;
    color: #fff;
    font-weight: 300;
}
.m_box{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1280px;
}
.gad_box{
    width: 1280px;
    margin: 0 auto;
}
.m_footer_right{
    width: 46%;
}
.gad_title{
    margin-top: 50px;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}
.gad_box{
    display: flex;
}
.gad_box_item{
    width: 33%;
    text-align: center;
    padding: 30px;
}
.gad_border{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.gad_box_desc span{
    font-size: 12px;
}
.gad_many{
    background: #676262;
    margin: 30px auto;
    letter-spacing: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    padding: 20px;
    width: 1280px;
}
.m_g1{
    display: none;
}
.pc_g1{
    display: block;
    width: 1280px;
    margin: 0 auto;
}
.sex_top{
    background: #96cac8;
    text-align: center;
    height: 350px;
    padding-top: 100px;
    width: 1280px;
    margin: 0 auto;
}
.sur_header{
    background: #e3a3c1;
    text-align: center;
    height: 350px;
    padding-top: 100px;
    width: 1280px;
    margin: 0 auto;
}
.sex_top_title{
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}
.sex_top_desc{
    font-size: 30px;
}

.sex_top_desc span{
    font-weight: 200;
    font-size: 20px;
}
.sex_middle_img{
    margin: 0 auto;
    display: block;
    width: 900px;
    height: 560px;
    margin-top: 100px;
    margin-bottom: 180px;
}
.sex_middle{
    width: 1280px;
    margin: 0 auto;
}
.sur_box{
    width:1280px;
    margin: 0 auto;
}
.sur_doc{
    display: flex;
    margin: 250px 0;
}
.sur_doc_img{
    width: 430px;
}
.sur_doc_img img{
    width: 100%;
}
.sur_doc_characters{
    width: 1030px;
    font-size: 50px;
    font-weight: 300;
}
.sur_mid_tit{
    width: 740px;
    height: 95px;
    margin: 0 auto;
    font-size: 52px;
    color: #fff;
    line-height: 92px;
    background: #4a3d3d;
    border-radius: 50px;
    text-indent: 24px;
}
.sur_bot_title{
    width: 740px;
    height: 95px;
    font-size: 52px;
    color: #fff;
    line-height: 92px;
    background: #4a3d3d;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.sur_middle img{
    margin-top: 50px;
}
.sur_doc_characters span{
    color: #e29e9e;
}
.sur_bot_img{
    width: 660px;
}
.sur_bot_img img{
    width: 100%;
}
.sur_bot_characters{
    width: 780px;
    font-size: 26px;
    font-weight: 200;
    margin-right: 50px;
}
.sur_doc_characters div{
    font-weight: 300;
    font-size: 36px;
    color: #9a9797;
}
.sur_bottom{
    margin: 200px 0;
    display: flex;
}
.sex_middle_title{
    background: #4a3d3d;
    border-radius: 50px;
    font-size: 36px;
    color: #fff;
    width: 550px;
    height: 75px;
    text-indent: 1em;
    margin-top: 100px;
    line-height: 75px;
}
.sex_middle_desc{
    font-size: 18px;
    padding-left: 38px;
    margin-top: 10px;
    letter-spacing: 2px;
    margin-bottom: 100px;
}
.sex_middle_box{
    display: flex;
    margin-bottom: 100px;
}
.sex_middle_box_left{
    padding-left: 42px;
    font-size: 32px;
    width: 74%;
}
.sex_middle_box_right{
    width: 24%;
}
.sex_middle_box_left span{
    font-size: 26px;
    font-weight: 100;
    color: #d5d5d5;
}
.w645{
    width: 645px;
}
.sex_bottom_img{
    margin: 100px 0;
}
.gyn_header {
    background: #2a3964;
    text-align: center;
    height: 280px;
    padding-top: 100px;
    width: 1280px;
    margin: 0 auto;
}
.prom_box{
    width: 1600px;
    margin: 0 auto;
    margin-top: 178px;
}
.gyn_top_title {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.prom_box_desc{
    font-size: 34px;
    color: #6d6d6d;
    font-weight: 300;
    margin-bottom: 95px;
}
.prom_box_img{
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 180px;
}
.prom_box_tit{
    width: 600px;
    height: 95px;
    font-size: 52px;
    color: #fff;
    line-height: 92px;
    background: #4a3d3d;
    border-radius: 50px;
    text-indent: 24px;
    margin-bottom: 90px;
}
.gyn_img{
    margin: 100px auto;
    display: block;
}
.gyn_desc{
    font-size: 30px;
}
.gyn_num span{
    font-size: 50px;
    border-bottom: 5px solid #2a3964;
    padding: 0 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.gyn_item{
    display: flex;
    margin: 50px 100px 0px 100px;
}
.gyn_left{
    background: #f8f8f8;
    width: 60%;
    padding: 20px;
    font-weight: 200;
}
.gyn_left span{
    font-weight: 400;
}
.gyn_right{
    text-align: right;
    width: 40%;
}
.gyn_box{
    margin-bottom: 50px;
    width: 1280px;
    margin: 0 auto;
}
.gyn_img_m{
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 780px){
    body .work_time_left {
        width: 92%;
        margin-right: 0;
        margin: 0 auto;
        height: 160px;
        margin-bottom: 20px;
    }
    .sex_middle_box_left span {
        font-size: 14px;
        font-weight: 100;
        color: #d5d5d5;
    }
    .gyn_box{
        width: 100%;
    }
    .gyn_img{
        display: none;
    }
    .gyn_header {
        background: #2a3964;
        text-align: center;
        height: 150px;
        padding-top: 55px;
        width: 100%;
    }
    .gyn_img_m {
        margin: 50px auto;
        display: block;
        width: 90%;
    }
    .gyn_top_title {
        font-size: 20px;
    }
    .gad_box{
        width: 100%;
    }
    .m_box{
        width: 100%;
    }
    .prom_box_tit {
        width: 255px;
        height: 35px;
        font-size: 20px;
        color: #fff;
        line-height: 35px;
        background: #4a3d3d;
        border-radius: 50px;
        text-indent: 24px;
        margin-bottom: 30px;
    }
    .prom_box{
        width: 90%;
        margin-top: 60px;
    }
    .prom_box_desc {
        font-size: 12px;
    }
    .prom_box_desc{
        margin-bottom: 50px;
    }
    .gyn_item{
        margin: 130px 20px 20px 20px;
        position: relative;
    }
    .prom_box_img{
        margin-bottom: 50px;
    }
    .gyn_desc {
        font-size: 15px;
    }
    .gyn_left{
        width: 100%;
        font-size: 12px;
    }
    .gyn_num span {
        font-size: 28px;
        border-bottom: 5px solid #2a3964;
        padding: 0 5px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .gyn_right {
        text-align: right;
        width: 100%;
        position: absolute;
        top: -112px;
    }
    .sex_middle_box {
        display: flex;
        margin-bottom: 100px;
        flex-wrap: wrap;
    }
    .sur_box,.sur_middle,.sur_bottom{
        width: 100%;
    }
    .sur_doc_img {
        width: 30%;
    }
    .sur_mid_tit ,.sur_bot_title{
        width: 313px;
        height: 50px;
        margin: 0 auto;
        font-size: 20px;
        color: #fff;
        line-height: 49px;
        background: #4a3d3d;
        border-radius: 50px;
    }
    .sur_bottom {
        position: relative;
        margin: 100px 0;
        height: 600px;
    }
     .sur_bot_title {
        margin: 0 auto;
        margin-top: -78px;
        margin-bottom: 35px;
    }
    .sur_bot_characters {
        width: 95%;
        font-size: 12px;
        font-weight: 200;
        margin-right: 50px;
        position: absolute;
        padding: 10px;
        top: 0;
        z-index: 10;
        color: #fff;
    }
    .sur_bot_img {
        width: 100%;
        position: absolute;
    }
    .sur_doc {
        display: flex;
        flex-wrap: wrap;
        margin: 50px 0 141px 25px;
        position: relative;
    }
    .sur_header {
        background: #e3a3c1;
        text-align: center;
        height: 225px;
        padding-top: 40px;
        width: 100%;
    }
    .sur_doc_characters {
        width: 90%;
        font-size: 14px;
        font-weight: 300;
    }
    .sur_doc_characters div {
        font-size: 12px;
        width: 58%;
    }
    .sur_doc_img {
        width: 130px;
        position: absolute;
        top: 92px;
        right: 63px;
    }
    .w360{
        width: 360px;
    }
    .sex_middle_box_right {
        width: 100%;
    }
    .sex_bottom_img{
        margin: 40px 0;
    }
    .sex_middle_desc{
        font-size: 14px;
        padding-left: 38px;
        margin-top: 10px;
        padding-right: 38px;
        letter-spacing: 2px;
        margin-bottom: 40px;
    }
    .sex_middle_box_right img{
        width: 45%;
        margin: 0 auto;
        margin-top: 30px;
        display: block;
    }
    .sex_middle_box_left {
        padding-left: 42px;
        font-size: 16px;
        width: 100%;
    }
    .sex_top_desc span {
        font-weight: 200;
        font-size: 12px;
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    body .hosp_container .hsy_three{
        height: 200px;
    }
    .sex_top_title {
        font-size: 26px;
        color: #fff;
        margin-bottom: 25px;
    }
    .sex_top_desc {
        font-size: 18px;
        padding: 10px;
    }
    .work_time {
        margin: 30px 0;
    }
    .work_time_left_pic {
        width: 200px;
        height: 150px;
        border: 1px solid #dcdcdc;
        margin-right: 2%;
    }
    .work_time_left_desc{
        padding: 0;
        width: 44%;
        height: 150px;

    }
    .work_open_time{
        transform: scale(0.75);
        top: -16px;
        width: 170px;
        left: -6px;
    }
    .work_open_time p {
        font-weight: 100;
        font-size: 12px;
        line-height: 20px;
    }
    .work_open_time h1 {
        font-weight: 100;
        font-size: 14px;
    }
    .work_open_time div {
        font-weight: 100;
        font-size: 14px;
        margin-top: 0px;
    }
    body .work_time_right {
        width: 92%;
        margin: 0 auto;
    }
    .work_time_right_title {
        font-size: 14px;
        margin-top: 20px;
        margin-left: 22px;
    }
    .work_time_right_title span {
        font-size: 12px;
        font-weight: 200;
    }
    .wk_r_desc div:nth-last-of-type(2){
        font-size: 12px;
        transform: scale(0.75);
        position: relative;
        top: -33px;
        left: -12px;
    }
    .wk_r_img {
        width: 80px;
        height: 100px;
        border-radius: 10px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wk_r_img img{
        width: 80%;
    }
    .work_time_right{
        height: 200px;
    }
    .wk_r_desc {
        width: 145px;
        height: 100px;
        margin-left: 10px;
    }
    .work_time_right_center .work_time_right_box{
        margin-left: 0;
    }
    .wk_r_desc div:first-of-type {
        color: #c45178;
        font-size: 12px;
        height: 58px;
        line-height: 14px;
    }
    .wk_r_desc div:last-of-type {
        margin-top: 10px;
        position: relative;
        top: -48px;
        font-size: 12px;
        left: 2px;
    }
    .work_time_right_bottom{
        font-size: 12px;
    }
    .honour .honour_main li img{
        width: 100%;
        height: auto;
    }
    .pravite,.operation,.pink_line{
        width: 100%;
    }
    .operation_desc {
        padding-top: 10px;
        padding-left: 20px;
        width: 159%;
    }
    .honour {
        padding: 0;
        margin-bottom: 50px;
    }
    .honour .honour_main li .title{
        font-size: 16px;
    }
    .honour .honour_main li .des {
        font-size: 12px;
        color: #A5A5A5;
        margin: 18px 0 -59px 22px;
        width: 84%;
    }
    .honour .honour_main li .title{
        padding-left: 0;
        text-indent: 21px;
    }
    .pink_line_title {
        font-size: 20px;
        color: #fff;
        padding-top: 15px;
        text-align: center;
    }
    .pink_line_desc {
        margin-top: 9px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        font-weight: 200;
    }
    .pink_line{
        height: 145px;
    }
    .pravite_title {
        margin-top: 0px;
        text-align: center;
        font-size: 18px;
    }
    .pravite{
        padding-top: 80px;
    }
    .pravite_pic{
        padding-top: 20px;
    }
    .operation_desc {
        padding-top: 10px;
        padding-left: 20px;
        width: 87%;
        font-size: 12px;
    }
    .operation_introduction {
        width: 91%;
        padding-left: 25px;
    }
    .operation_title span {
        width: 75px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        background: #c99ba7;
        height: 35px;
        display: inline-block;
        font-size: 15px;
        border-radius: 10px;
        text-align: center;
    }
    .operation_title p {
        display: inline-block;
        height: 35px;
        display: inline-block;
        font-size: 18px;
        line-height: 40px;
        overflow: hidden;
        text-indent: 1em;
    }
    .operation_bottom {
        margin-top: 50px;
        font-size: 12px;
        padding: 25px;
    }
    .superiority .top_img li:first-of-type{
        width: 33%;
    }
    .superiority .top_img li:nth-of-type(2){
        width: 33%;
    }
    .superiority .top_img li:nth-of-type(3){
        width: 33%;
    }
    .top_img ul{
        display: flex;
        flex-wrap: wrap;
    }
    .superiority .top_img li{
        width: 50%;
    }
    .pravite{
        padding-bottom: 20px !important;
    }
    .foot{
        display: none;
    }
    body .m_footer{
        display: block;
    }
    .m_box{
        display: flex;
        position: relative;
        justify-content: none;
         margin: 0;
    }
    .m_footer_left{
        width: 30%;
    }
    .m_footer_right{
        width: 66%;
        margin-left: 4%;
        margin-bottom: 30px;
    }
    .foot_r_item{
        color: #fff;
        width: 110%;
        transform: scale(0.9);
        font-size: 12px;
        position: relative;
        top: -5px;
        font-weight: 200;
    }
    .foot_r_item_bottom{
        margin-top: 10px;
        font-size: 12px;
        position: absolute;
        bottom: 16px;
        right: -18px;
        transform: scale(0.9);
    }
    div .gad_many{
        font-size: 12px;
        width: 89%;
    }
    .gad_box{
        flex-wrap: wrap;

    }
    .gad_box .gad_box_item{
        width: 100%;
        margin-bottom: 30px;
    }
    .gad_box .gad_border{
        border-left: 0;
        border-right: 0;
    }
    div .gad_title{
        font-size: 22px;
    }
    div .m_g1{
        display: block;
    }
    div .pc_g1{
        display: none;
    }
    .sex_top {
        background: #96cac8;
        text-align: center;
        height: 210px;
        padding-top: 30px;
        width: 100%;
    }
    .sex_middle{
        width: 100%;
    }
    .sex_middle_img{
        width: 100%;
        height: auto;
    }
    .sex_middle_title {
        background: #4a3d3d;
        border-radius: 50px;
        font-size: 20px;
        color: #fff;
        width: 280px;
        height: 40px;
        text-indent: 1em;
        margin-left: 18px;
        line-height: 40px;
        margin-top: 100px;
    }
}
.m_footer_left{
    margin-right: 20px;
}
#video_3d{
    display: none;
    width: 100%;
    padding-top: 80px;    
    margin: 0 auto;
}
.greet_head{
    background: rgb(139,233,196);
    text-align: center;
    height: 350px;
    padding-top: 100px;
    width: 1280px;
    margin: 0 auto;
}