@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    /*box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none; !*早期浏览器*!
    user-select: none;*/
    font-family: "微软雅黑";
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

html{
    height: 100%;
    position: relative;
}
body{
    width: 100%;
    height: auto;
    min-width: 1200px;
    font-size:12px;
}
a{
    text-decoration: none;
    color: #333;
    display: block;
}
ul li{
    list-style: none;
}
span,p{
    line-height: 100%;
}
img,span{
    display: inline-block;
}
img{
    border: none;
}
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input,select,option,textarea{outline: none;}
input{border: none;padding:0 0.1rem}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
button{
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline:none;
    cursor: pointer;
}
textarea{resize:none;}
.wrap1{
    width: 1200px;
    margin: 0 auto;
}
.wrap2{
    width: 0;
    margin: 0 auto;
}
.clearfix{zoom:1}
.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
}
.page-box{
    width: 100%;
    height: auto;
}
.header-box{
    width: 100%;
    height: 110px;
    background: #AD4E86;
    line-height: 110px;
    color: #fff;
}
.header-name{
    float: left;
    line-height: 110px;
    font-size: 32px;
}
.header-right{
    float: right;
    list-style: none;
    font-size: 20px;
}
.header-right li{
    display: inline-block;
    line-height: 110px;
    float: left;
}
.header-right-one a{
    color: #FFCC00;
}
.header-right-two{
    margin-left: 35px;
}
.header-right-two a{
    color: #fff;
}
.header-right-three{
    margin-left: 10px;
}
.header-right-three a{
    color: #ffbce3;
    text-decoration: underline;
}
.icon1{
    width: 20px;
    height: 19px;
    margin-right: 5px;
}
.main-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.search-box{
    width: 1080px;
    height: 66px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius: 10px;
    border: 1px solid #333;
    margin: 18px auto 48px auto;
    background: #ECD1E1;
    line-height: 66px;
}
.icon2{
    width: 23px;
    height: 23px;
    display: inline-block;
    line-height: 66px;
    margin-left: 31px;
    float: left;
    margin-top: 21.5px;
}
.search-input{
    background: none;
    width: 70%;
    height: 100%;
    line-height: 66px;
    font-size: 18px;
    float: left;
    padding-left: 10px;
}
.search-btn{
    width: 200px;
    height: 100%;
    display: inline-block;
    background: #AD4E86;
    float: right;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    -webkit-border-top-right-radius:10px;
    -moz-border-top-right-radius:10px;
    -ms-border-top-right-radius:10px;
    -o-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-bottom-right-radius:10px;
    -ms-border-bottom-right-radius:10px;
    -o-border-bottom-right-radius:10px;
}
.tabs-box{
    font-size: 18px;
    color: #333;
}
.tabs-ul-left{
    display: inline-block;
    float: left;
    line-height: 32px;
}
.tabs-ul{
    display: inline-block;
    height: 32px;
    float: left;
}
.tabs-ul li{
    padding: 5px 25px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    cursor: pointer;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius: 10px;
}
.active-tab{
    color: #fff;
    background: #AD4E86;
}
.en-list-box{
    margin-top: 20px;
    height: 24px;
}
.en-tab-ul li{
    display: inline-block;
    float: left;
    margin-left: 5px;
    font-size: 18px;
}
.en-tab-ul li a{
    color: #333;
}
.en-tab-ul .first-en-li{
    margin-left: 0;
}
.en-tab-ul .active-en-li a{
    color: #AD4E86;
}
.home-lists-box{
    width: 100%;
    height: auto;
    display:inline-block;

}
.active-tab-list{
    display: inline-block;
}
.home-text-ones{
    width: 382px;
    height: auto;
    display: inline-block;
    float: left;
    margin-left: 27px;
    margin-top: 38px;
}
.ones-img-box{
    width: 100%;
    height: 286px;
    position: relative;
    cursor: pointer;
}

.ones-img{
    width: 100%;
    height: 100%;
}
.ones-text-box{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
}
.ones-text-box p{
    margin-top: 10px;
}
.ones-text-box .ones-text-p1{
    margin-top: 21px;
}
.list-mask{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,               endColorstr=#80000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,    endColorstr=#80000000);
}
.ones-img-box:hover .list-mask{
    display: inline-block;
}
.list-href2{
    width: 126px;
    height: 45px;
    display: inline-block;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius: 10px;
    color: #AD4E86;
    font-size: 18px;
    background: #FFCC00;
    text-align: center;
    line-height: 45px;
    margin: 121px 0 0 128px;
    position: relative;
    z-index: 12;
}
.footer-box{
    width: 100%;
    height: 117px;
    background: #AD4E86;
    margin-top: 38px;
}
.samil-box .footer-box{
    margin-top:0;
}
.nav-box .nav-list{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #666;
    margin-top: 17px;
}
.nav-box .this-nav{
    color: #ad4e86;
}
.smail-main-box{
    position: relative;
}
.sign-text-box{
    /*position: absolute;*/
    width: 100%;
    height: 392px;
    /*top: 22%;*/
    margin-top: 113px;
    margin-bottom: 112px;
    background: url("../img/logo1.png") left no-repeat;
}
.input-form-box{
    width: 582px;
    height: 100%;
    float: right;
    color: #333;
}
.input-form-list{
    margin-top: 42px;
    height: 66px;
    line-height: 66px;
}
.input-form-list span{
    line-height: 66px;
    font-size: 24px;
    float: left;
}
.input-form-list input{
    width: 490px;
    height: 46px;
    font-size: 24px;
    float: right;
    line-height: 46px;
    background: #ECD1E1;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius: 10px;
    padding: 10px;
}
.sign-btn{
    width: 510px;
    height: 66px;
    font-size: 24px;
    color: #fff;
    float: right;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius: 10px;
    background: #AD4E86;
}
.sign-list-one{

}
.sign-desc-box{
    margin-top: 0;
}
.sign-desc{
    width: 510px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    float: right;
}
.sign-desc a{
    display: inline-block;
    color: #ad4e86;
    margin-top: 13px;
}
#tFocus{
    float: left;
}
.detal-btn-box{
    width: auto;
    height: auto;
    float: right;
    margin-top: 50px;
}
.btn1,.btn2{
    width: 250px;
    height: 72px;
    color: #ad4e86;
    font-size: 22px;
    line-height: 72px;
    text-align: center;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius: 10px;
}
.btn1{
    background: #FFCC00;
}
.btn2{
    background: #fff;
    border: 2px solid #FFCC00;
    margin-bottom: 30px;
}
.data-box img{
    width: 18px;
    height: 12px;
    margin-right: 10px;
}
.data-box{
    text-align: right;
    font-size: 18px;
    color: #666;
    margin-top: 35px;
}
.personal-top img{
    width: 28px;
    height: 28px;
    display: inline-block;
    padding-top: 2px;
    float: left;
    margin-right: 13px;
}
.personal-top{
    font-size: 30px;
    color: #333;line-height: 30px;
    margin-top: 70px;
}
.btn-tabs{
    width: 100%;
    height: auto;
    margin-top: 28px;
}
.btn-tab-ones{
    width: 140px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #333;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius: 10px;
    background: #FFCC00;
    margin-right: 35px;
    cursor: pointer;
}
.active-btn-tab{
    color: #fff;
    background: #ad4e86;
}
.update-password-box .input-form-list input{
    background: none;
    height: 24px;
    line-height: 24px;
}
.update-password-box .input-form-list {
    margin-top: 38px;
}
.update-password-box .input-form-list span {
    line-height: 100%;
    font-size: 24px;
}
.update-password-box .sign-btn {
    width: 360px;
    height: 66px;
    font-size: 24px;
    float: left;
}
.update-password-box .sign-list-one{
    margin-top: 110px;
}
.list-href1{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.home2-box .home2-list-href1{
    background: #fff;
    color: #ad4e86;
    border: 2px solid #FFCC00;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    z-index: 12;
}
.home2-box .home2-list-href2{
    margin-top: 26px;
    position: relative;
    z-index: 12;
}
.data-box-list{
    display: inline-block;
}
.data-box{
    width:250px;
}
.first-data-list{
    float: left;
}
.data-box .last-data-lists{
    float: right;
}
.last-data-lists img{
    width: 16px;
    height: 16px;
}
.personal2-box .btn-tab-ones{
    background: #fff;
    border: 2px solid #FFCC00;
    box-sizing: border-box;
}
.personal2-box .active-btn-tab{
    background: #FFCC00;
    color: #333;
}
.my-doctor-box{
    width: 1100px;
    height: auto;
    margin: 40px auto 0 auto;
}
.add-user{
    width: 200px;
    height: 64px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    background: #ad4e86;
}
.add-user img{
    width: 22px;
    height: 22px;
    display: inline-block;
    float: left;
    margin-top: 21px;
    margin-left: 40px;
    margin-right: 10px;
}
.add-user span{
    float: left;
    line-height: 64px;
}
.personal2-table{
    width: 100%;
    background: #E198C3;
    margin-top: 30px;
}
.personal2-table td{
    text-align: center;
    height: 80px;
    font-size: 22px;
    color: #000;
}
.first-tr td{
    background: #ad4e86;
    color: #fff;
}
.personal2-table td a{
    display: inline-block;
}
.add-user-box .input-form-list{
    margin-top: 20px;
}
.add-user-box .sign-list-one{
    margin-top: -50px;
}
.page-num-box{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    margin: 49px 0 57px 0;
}
.page{
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin: 0 9px;
}
.active-page-num{
    color: #ad4e86;
}

/*弹窗*/
.mask-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.7);
    /*filter:alpha(opacity=0.7);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
    display: none;
}
.mask-cover{
    width: 100%;
    height: 100%;

}
.mask-modal-two{
    width: 3.3rem;
    height: 2.28rem;
    position: absolute;
    top: 0rem;
    right:0.3rem;
}
/*@media screen and (max-width: 480px) {*/
/**/
/*}*/
/*@media screen and (max-width: 320px) {*/
/**/
/*}*/