body,html{
    width:100%;
    height:auto;
    min-width:1136px;
}

.wrap{
    width:100%;
    height:auto;
    background: #ffffff;
    max-width:1920px;
    min-width:1023px;
}
/*我的预约页面预约地址限制宽度*/
.appointmentaddress_Width{
    width:400px;
}

/*
注册页面
*/
.reg-head{
    width: 100%;
    height: 129px;
    background: #ffffff;
    box-shadow: 0 1px 20px #b6b6b6;
    position: relative;
    z-index:2;
}
.reg-head-con{
    width:1000px;
    height:100%;
    margin:0 auto;
    overflow: hidden;
}

.reg-head-con .reg-head-logo{
    margin-top:24px;
    margin-left:-5px;
    height:80px;
    /*line-height:80px;*/
}
.reg-head-con .reg-head-logo a{
    display: inline-block;
    width:430px;
}
.reg-head-con .reg-head-logo .wel{
    font-size:24px;
    margin-top:24px;
}
.reg-head-con .line-border{
    display: inline-block;
    height:64px;
    border-right:1px solid rgba(82, 82, 82, 0.2);
    margin:5px 36px 0 48px;
}
.reg-head-con .reg-head-login{
    height:18px;
    line-height:18px;
    margin-top:57px;
}
.reg-head-con .reg-head-login a{
    display: inline-block;
    height:18px;
    color: #444444;
    font-size:18px;
}
.reg-head-con .reg-head-login a.login-txt{
    padding-right:12px;
    border-right:2px solid #444444;
}
.reg-head-con .reg-head-login a.back-home{
    padding-left:12px;
}

.reg-container{
    width:100%;
    background: #f6f6f6;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.reg-container-main{
    width:476px;
    height:auto;
    margin:5px auto 0;
}
.reg-block{
    width:220px;
    height:312px;
}
.doctor-reg{
    background: url("../Images/doctor.png") no-repeat left top;
}
.user-reg{
    background: url("../Images/user.png") no-repeat left 17px;
}
.reg-link{
    width:168px;
    height:auto;
    text-align: center;
    margin:228px auto 0;
}

.reg-link a{
    width:100%;
    font-size:14px;
    display: block;
    height: 35px;
    line-height:35px;
}
.reg-link a:nth-of-type(1){
    background: #3f991c;
    color: #ffffff;
}
.reg-link a:nth-of-type(2){
    color: #a1a1a1;
}

/*
登录页面
*/
.login-back-home{
    margin-left:152px;
}

.login-container{
    height:467px;
    background: url("../Images/login-bg.png") no-repeat left top;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
}
.login-container-main{
    width:1308px;
    margin:0 auto;
}
.login-area{
    width: 374px;
    /*height: 298px;*/
    background: #fff;
    margin-top: 85px;
    margin-left: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 15px #ccc;
}
.login-area .login-area-container{
    background-color: rgb(255, 255, 255);
    width: 300px;
    height:auto;
    margin:30px auto 0;
}
.login-tip-info{
    color:red;
    margin-top:10px;
}
.login-area .login-area-container label{
    width:100%;
    display: block;
}
.login-area .login-area-container .input-filed{
    height: 35px;
    line-height:35px;
    border:1px solid rgb(228, 228, 228);
    border-radius: 3px;
}
.login-area .login-area-container .input-filed input{
    width: 251px;
    height: 33px;
     line-height:33px;
    margin-left:45px;
    font-size:14px;
    color: #b5b5b5;
    vertical-align: top;
}
.login-area .login-area-container label.login-user{
    background: url("../Images/icon-user.png") no-repeat 10px center;
}
.login-area .login-area-container label.login-password{
    background: url("../Images/icon-password.png") no-repeat 10px center;
    margin-top:10px;
}
.login-area .login-area-container .code-filed{
    height:34px;
    line-height:34px;
    font-size:14px;
    margin-top:10px;
}
.login-area .login-area-container .code-filed input{
    width:90px;
    height:100%;
     line-height:34px;
    border:1px solid rgb(228, 228, 228);
    border-radius: 2px;
    color: #5a5a5a;
    text-indent:.5em;
}
.login-area .login-area-container .code-filed .code-txt{
    margin-right:10px;
    color: #5a5a5a;
}
.login-area .login-area-container .code-filed .code-pic{
    width:54px;
    height:30px;
    /*vertical-align: middle;*/
margin-top: 3px;
}
.login-area .login-area-container .code-filed .next-code{
    margin-top:7px;
    color: #787878;
    display: block;
    width: 25px;
}
.login-area .login-area-container .code-filed .next-code em{
    color: #2989ff;
    cursor: pointer;
}
.login-area .login-area-container .remember{
    margin-top:17px;
    color: #787878;
    font-size:14px;
}
.login-area .login-area-container .remember input{
    margin-right:7px;
}
.login-area .login-area-container .remember a{
    color: #787878;
    font-size:14px;
}
.login-area .login-area-container .login-area-btn {
    border-radius: 2px;
    background-color: rgb(31, 123, 60);
    width: 300px;
    height: 36px;
    line-height:36px;
    margin-top: 17px;
    color: #ffffff;
    font-size:19px;
}
.login-area .login-area-container .now-reg{
    text-align: right;
    font-size: 14px;
    color: #787878;
    margin-top:8px;
}
.login-area .login-area-container .now-reg span a{
    font-size: 14px;
    color: #2989ff;
}


/* dialog */
.dialog,.success-dialog{
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.26);
    position: absolute;
    left:0;
    top:0;
    z-index:99;
    visibility: hidden;
}
.dialog-info-area {
     background:rgb(255, 255, 255);
     position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto auto;
     width: 500px;
     height: 173px;
     text-align: center;
 }
.success-info-area {
    background:rgb(255, 255, 255);
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width: 500px;
    height: 209px;
    text-align: center;
    margin:auto auto;
}
.dialog-tit{
    display: block;
    background-color: rgb(239, 239, 239);
    width:100%;
    height: 30px;
}
.warn-info{
    margin-top:29px;
    text-align: center;
    /*height:34px;*/
}
.warn-info span{
     font-size:18px;
     color: #333333;
     background: url("../Images/icon-warn.png") no-repeat left top;
     display: inline-block;
     height:34px;
     line-height:34px;
     padding-left:50px;
     width:350px;
     margin:0 auto;
     text-align:left;
 }
.success-info{
    /*margin-top:29px;*/
    text-align: center;
    width: 480px;
    margin: 0 auto;
    padding-top:10px;
}
.success-info span{
    font-size:18px;
    color: #333333;
    /*background: url("../Images/icon-success.png") no-repeat left top;*/
    /*display: inline-block;*/
    height:34px;
    line-height:34px;
    /*padding-left:50px;*/
}
.success-info p{
    font-size:14px;
    color: #808080;
    display: block;
    margin-top:7px;
}
.success-info p em{
    color: #f46f20;
}
.warn-btn{
    width:179px;
    margin:32px auto 0;
}
div.success-btn{
    width:179px;
    margin:22px auto 0;
}
 .warn-btn .info-confirm{
    border-radius: 3px;
    background-color: rgb(253, 185, 44);
    width: 80px;
    height: 30px;
    line-height:30px;
    font-size:14px;
    color: #ffffff;
}
.warn-btn .info-cancel{
    border-radius: 3px;
    background-color: rgb(248, 248, 248);
    width: 80px;
    height: 30px;
    line-height:30px;
    font-size:14px;
    color: #666666;
    border:1px solid rgb(221, 221, 221);
}
div.success-btn .info-confirm{
    background-color: #f46f20;
}


/*
首页
*/

/*头部*/
.home .home-head{
    width:1023px;
    height:130px;
    margin:0 auto;
}

.home .home-head .top-bar{
    width:1005px;
    height:14px;
    line-height:14px;
    margin:0 auto;
    font-size: 14px;
    padding-top:10px;
}
.home .home-head .top-bar .top-bar-container{
    height:100%;
}
.home .home-head .top-bar .top-bar-container .diff-status{
    font-size:14px;
    color: #494949;
    margin-right:10px;
}
.home .home-head .top-bar .top-bar-container .diff-status a{
    font-size:14px;
    color: #494949;
}

/*头部 - 高级医师*/
.home .home-head .top-bar .top-bar-container .bar-super .bar-super-name{
    border-left:1px solid rgba(229, 229, 229,0);
    border-right:1px solid rgba(229, 229, 229,0);
    width: 90px;
    height:16px;
}
.home .home-head .top-bar .top-bar-container .bar-super .bar-super-name.bd{
    border-left:1px solid rgba(229, 229, 229,1);
    border-right:1px solid rgba(229, 229, 229,1);
}
.home .home-head .top-bar .top-bar-container .bar-super .bar-super-name .super-name{
    display: block;
    width:100%;
    height:100%;
    border-bottom:1px solid #ffffff;
    z-index: 3;
    cursor: pointer;
}

.home .home-head .top-bar .top-bar-container .bar-super .bar-super-name .super-name .super-name-area{
    width:83px;
    height:100%;
    margin:0 auto;
}
.home .home-head .top-bar .top-bar-container .bar-super .bar-super-name .super-name .super-name-area em{
    display: inline-block;
    width:70px;
    height:100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.home .home-head .top-bar .top-bar-container .bar-super .bar-super-name .super-name .super-name-area img{
    margin-top:6px;
    margin-left:3px;
    display: none;
}
.home .home-head .top-bar .top-bar-container .bar-super .bar-super-name .bar-super-show{
    background-color: #ffffff;
    width: 227px;
    height: 94px;
    border:1px solid rgb(229, 229, 229);
    left:-1px;
    top:16px;
    z-index:2;
    overflow: hidden;
    display: none;
}
.home .home-head .top-bar .top-bar-container .bar-super .bar-super-name .bar-super-show .home-quit{
    display: block;
    font-size:14px;
    color: #808080;
    margin:9px 13px 0 0;
    cursor: pointer;
    text-align: right;
}

.bar-super-show .home-head-pic{
    width:214px;
    margin-left:17px;
    margin-top:-7px;
    overflow: hidden;
}
.bar-super-show .head-pic{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.bar-super-show .home-head-pic .home-titles{
    width:132px;
    margin-left:12px;
}
.bar-super-show .home-head-pic .home-titles .icon-titles{
    margin-top:10px;
    display: block;
}
.bar-super-show .home-head-pic .home-titles a.look-personal{
    display: block;
    margin-top:8px;
    color: #2b2b2b;
    font-size:14px;
    text-align: left;
}

/*头部 - 普通医师*/
.bar-super-show .home-head-pic .home-titles a.general-personal{
    display: block;
    margin-top:30px;
    color: #2b2b2b;
    font-size:14px;
    text-align: left;
}

/*头部 - 普通游客*/
.home .home-head .top-bar .top-bar-container .home-login{
    margin-right:9px;
}
.home .home-head .top-bar .top-bar-container .home-lang em{
    margin-right:14px;
}
.home .home-head .top-bar .top-bar-container .home-lang a{
    display: inline-block;
    width:20px;
    height:14px;
}
.home .home-head .top-bar .top-bar-container .home-lang a img{
    max-width:100%;
}
.home .home-head .top-bar .top-bar-container .home-lang a.cn{
    padding-right:7px;
    border-right:1px solid #494949;
}
.home .home-head .top-bar .top-bar-container .home-lang a.au{
    padding-left:7px;
}
.home .home-head .home-logo-search{
    width:1005px;
    height:80px;
    margin:18px auto 0;
}
.home .home-head .home-logo-search .home-logo{
    margin-top:-4px;
}
.home .home-head .home-logo-search .home-search{
    border:1px solid rgb(229, 229, 229);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    width: 402px;
    height: 42px;
    box-shadow: 1px 1px 1px rgb(229, 229, 229);
    margin-top:13px;
}
.home .home-head .home-logo-search .home-search .home-search-filed{
    display: inline-block;
    width:360px;
    height:30px;
    border-right:1px solid rgb(229, 229, 229);
    margin-top:6px;
}
.home .home-head .home-logo-search .home-search .home-search-filed input{
    width:359px;
    height:100%;
     line-height:30px;
    text-indent: 1em;
    font-size:14px;
}
.home .home-head .home-logo-search .home-search .home-search-btn{
    width:20px;
    height:20px;
    background: url("../Images/icon-search.png") no-repeat left top;
    margin-top:11px;
    margin-right:11px;
}

/*导航*/
.home .home-nav{
    width:100%;
    height:30px;
    background-color: rgb(31, 123, 60);
}
.home .home-nav .home-nav-container{
    width:1023px;
    height:100%;
    margin:0 auto;
}
.home .home-nav .home-nav-container .home-nav-list{
    /*width:994px;*/
    height:100%;
    /*margin-left:29px;*/
}
.home .home-nav .home-nav-container .home-nav-list>li{
    float: left;
    height:100%;
    line-height:30px;
    /*margin-right:70px;*/
    position: relative;
    z-index:99;
    padding:0 20px;
    margin-right:30px;
}
.home .home-nav .home-nav-container .home-nav-list>li.bg-color{
    /*padding:0 20px;
    margin-left:-20px;
    margin-right: 50px;*/
    background: #19612f;
}
.home .home-nav .home-nav-container .home-nav-list>li a{
    color: #ffffff;
    font-size:16px;
}

/*子导航*/
.home .home-nav .home-nav-container .home-nav-list>li .sub-nav{
    position: absolute;
    top:30px;
    left:0;
    /*width:102px;*/
    width:100%;
    height:auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 3px 0 rgba(4, 0, 0, 0.09);
    border:1px solid rgb(229, 229, 229);
    border-top:0;
    z-index: 99;
    display: none;
}
/*.home .home-nav .home-nav-container .home-nav-list>li .med-sub-nav{
 width:119px !important;
}*/

.home .home-nav .home-nav-container .home-nav-list>li .sub-nav li{
    width:100%;
    height:34px;
    line-height:34px;
    font-size:14px;
    color: #2b2b2b;
    text-align: center;
}
.home .home-nav .home-nav-container .home-nav-list>li .sub-nav li a{
    font-size:14px;
    color: #2b2b2b;
}

/*banner*/
.home .home-banner .home-banner-container{
    width:1136px;
    height:350px;
    margin:0 auto;
}
.home .home-banner .home-banner-container .home-banner-container-slide{
    width:1023px;
    height:100%;
    margin:0 auto;
}
.home .home-banner .home-banner-container .home-banner-container-slide ul{
    width:100%;
    height:100%;
}
.home .home-banner .home-banner-container .home-banner-container-slide ul li{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.home .home-banner .home-banner-container .home-banner-container-slide ul li a{
    display: block;
    width:100%;
    height:100%;
}
.home .home-banner .home-banner-container .home-banner-prev{
    width:33px;
    height:73px;
    background:url("../Images/left-arrow.png") no-repeat left top;
    position: absolute;
    left:-50px;
    top:50%;
    margin-top:-36.5px;
    cursor: pointer;
}
.home .home-banner .home-banner-container .home-banner-next{
    width:33px;
    height:73px;
    background:url("../Images/right-arrow.png") no-repeat left top;
    position: absolute;
    right:-53px;
    top:50%;
    margin-top:-36.5px;
    cursor: pointer;
}
.home .home-banner .home-banner-container .home-banner-container-slide .home-tourist-visit{
    width:339px;
    height:248px;
    background: url("../Images/tourist-visit-bg.png") no-repeat left top;
    top: 33px;
    left: 620px;
}
.home .home-banner .home-banner-container .home-banner-container-slide .home-general-visit{
    width:394px;
    height:243px;
    background: url("../Images/general-visit.png") no-repeat left top;
    top: 42px;
    left: 582px;
}
.home .home-banner .home-banner-container .home-banner-container-slide .home-super-visit{
    width:334px;
    height:278px;
    background: url("../Images/visit-date-bg.png") no-repeat left top;
    top:50px;
    left: 620px;
}

.home .home-banner .home-banner-container .home-banner-container-slide .enter a{
    display: block;
    border-radius: 2px;
    background-color: rgb(31, 123, 60);
    opacity: 0.8;
    box-shadow: 0px 4px 5.88px 0.12px rgba(0, 0, 0, 0.18);
    width: 201px;
    height: 39px;
    line-height:39px;
    color: #ffffff;
    font-size:18px;
    text-align: center;

}
a.myReservation{
    margin-left: 74px;
    margin-top: 160px;
}
a.myUpgrade{
    margin-left: 105px;
    margin-top: 176px;
}
a.myDate{
    margin-left: 67px;
    margin-top: 160px;
}
/*主要内容*/
.home .home-main-container{
    width:100%;
    height:auto;
    background: #f7f7f7;
}
.home .home-main-container .home-main-container-area{
    width:1023px;
    height:auto;
    background: #ffffff;
    margin:0 auto;
}
.home .home-main-container .home-main-container-area .home-section-one{
    width:1005px;
    height:413px;
    margin:14px auto 0;
    padding-bottom:20px;
    border-bottom:2px solid rgb(31, 123, 60);
}

.home-section-one .home-section-one-left{
    width: 326px;
    height: 411px;
    border:1px solid rgb(201, 223, 208);
}
.home-section-one .home-section-one-left .home-purchase{
    width:100%;
    height:60px;
    line-height:60px;
    background-image: -moz-linear-gradient( 93deg, rgb(243,243,243) 0%, rgb(255,255,255) 50%);
    background-image: -webkit-linear-gradient( 93deg, rgb(243,243,243) 0%, rgb(255,255,255) 50%);
    background-image: -ms-linear-gradient( 93deg, rgb(243,243,243) 0%, rgb(255,255,255) 50%);
    box-shadow: 0px 2px 2.94px 0.06px rgba(4, 0, 0, 0.17);
}
.home-section-one .home-section-one-left .home-purchase span{
    background: url("../Images/icon-purchase.png") no-repeat left center;
    padding-left:32px;
    margin-left:14px;
    color: #1e7d3b;
    font-size:18px;
}
.home-section-one .home-section-one-left .home-purchase a,.home-section-one .home-section-one-right .home-doctor a{
    color: #1e7d3b;
    font-size:14px;
    margin-right:14px;
}
.home-section-one .home-section-one-left .home-purchase-list{
    width:300px;
    margin:10px auto 0;
}
.home-section-one .home-section-one-left .home-purchase-list figure{
    width:100%;
    height:62px;
    margin-bottom:15px;
}
.home-section-one .home-section-one-left .home-purchase-list figure:last-of-type{
    margin-bottom:10px;
}
.home-section-one .home-section-one-left .home-purchase-list figcaption{
    width:228px;
    margin-left:10px;
}
.home-section-one .home-section-one-left .home-purchase-list figcaption h3,.home-section-one .home-section-one-right .home-doctor-list .home-doctor-part figure figcaption h3{
    font-size:16px;
    color: #424242;
    /*margin:4px 0 8px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    line-height: 24px;
}
.home-section-one .home-section-one-left .home-purchase-list figcaption h3>a,.home-section-one .home-section-one-right .home-doctor-list .home-doctor-part figure figcaption h3>a{
    font-size:16px;
    color: #424242;
}
.home-section-one .home-section-one-left .home-purchase-list figcaption p,.home-section-one .home-section-one-right .home-doctor-list .home-doctor-part figure figcaption p{
    font-size:14px;
    color: #888888;
    line-height:17px;
    word-wrap: break-word;
}
.home-section-one .home-section-one-left .home-purchase-list figcaption p>a,.home-section-one .home-section-one-right .home-doctor-list .home-doctor-part figure figcaption p>a{
    font-size:14px;
    color: #888888;
}

.home-section-one .home-section-one-left .home-purchase-list .home-purchase-btn{
    border-radius: 2px;
    background-color: rgb(30, 125, 59);
    width: 111px;
    height: 32px;
    line-height:32px;
    color: #ffffff;
    font-size:16px;
    margin:6px auto 0;
    display: block;
    text-align: center;
}

.home-section-one .home-section-one-right{
    width: 667px;
    height: 411px;
    border:1px solid rgb(201, 223, 208);
}
.home-section-one .home-section-one-right .home-doctor {
    background-image: -moz-linear-gradient( 93deg, rgb(243,243,243) 0%, rgb(255,255,255) 49%);
    background-image: -webkit-linear-gradient( 93deg, rgb(243,243,243) 0%, rgb(255,255,255) 49%);
    background-image: -ms-linear-gradient( 93deg, rgb(243,243,243) 0%, rgb(255,255,255) 49%);
    box-shadow: 0px 2px 2.94px 0.06px rgba(4, 0, 0, 0.17);
    width: 667px;
    height: 60px;
    line-height:60px;
}
.home-section-one .home-section-one-right .home-doctor span{
    background: url("../Images/icon-doctor.png") no-repeat left center;
    padding-left:32px;
    margin-left:14px;
    color: #1e7d3b;
    font-size:18px;
}
.home-section-one .home-section-one-right .home-doctor-list{
    width:644px;
    height:299px;
    margin:10px 0 0 12px;
}
.home-section-one .home-section-one-right .home-doctor-list .home-doctor-part{
    width:100%;
    height:100%;
    overflow: hidden;
}
.home-section-one .home-section-one-right .home-doctor-list .home-doctor-part figure{
    width:310px;
    height:62px;
    margin-bottom:15px;
}
.home-section-one .home-section-one-right .home-doctor-list .home-doctor-part figure:nth-of-type(2n){
    margin-left:24px;
}
.home-section-one .home-section-one-right .home-doctor-list .home-doctor-part figure figcaption{
    width:238px;
    height:100%;
    margin-left:10px;
}
.home-section-one .home-section-one-right .home-doctor-btn{
    width:100%;
    height:37px;
    border-top:1px solid #c9dfd0;
    margin-top:4px;
}
.home-section-one .home-section-one-right .home-doctor-btn li{
    height:37px;
    /*line-height:37px;*/
    color: #1e7d3b;
    font-size:14px;
    float: left;
    text-align: center;
    border-right:1px solid #c9dfd0;
    cursor: pointer;
    margin-top: -1px;
    padding-top: 1px;
    display:table;
}
    .home-section-one .home-section-one-right .home-doctor-btn li span {
        display:table-cell;
        vertical-align:middle;
        text-align:center;
    }
.home-section-one .home-section-one-right .home-doctor-btn li.bg-color{
    background: rgb(201, 223, 208) url("../Images/bottom-arrow.png") no-repeat center top;
    background-size: 12px 7px;
}
.home-section-one .home-section-one-right .home-doctor-btn li:nth-of-type(1){
    width:88px;
}
.home-section-one .home-section-one-right .home-doctor-btn li:nth-of-type(2){
    width:90px;
}
.home-section-one .home-section-one-right .home-doctor-btn li:nth-of-type(3){
    width:99px;
}
.home-section-one .home-section-one-right .home-doctor-btn li:nth-of-type(4){
    width:119px;
}
.home-section-one .home-section-one-right .home-doctor-btn li:nth-of-type(5){
    width:93px;
}
.home-section-one .home-section-one-right .home-doctor-btn li:nth-of-type(6){
    width:90px;
}
.home-section-one .home-section-one-right .home-doctor-btn li:nth-of-type(7){
    width:82px;
    border:0;
}

.home .home-main-container .home-main-container-area .home-section-two{
    width:1005px;
    height:auto;
    margin:20px auto 35px;
}
.home-section-two .home-news-list{
    width:327px;
    margin-right:12px;
}
.home-section-two .home-news-list:last-of-type{
    margin:0;
}
.home-section-two .home-news-list h3{
    margin-top:20px;
    padding-bottom:10px;
    border-bottom:2px solid #1e7d3b;
}
.home-section-two .home-news-list h3 span{
    font-size:18px;
    color: #313131;
    background: url("../Images/smart-block.png") no-repeat left center;
    padding-left:20px;
}
.home-section-two .home-news-list h3 a{
    color: #1e7d3b;
    font-size: 14px;
}
.home-section-two .home-news-list ul{
    width:100%;
    height:100%;
}
.home-section-two .home-news-list ul li{
    width:100%;
    height:40px;
    line-height:40px;
    border-bottom:1px dashed rgb(233, 233, 233);
}
.home-section-two .home-news-list ul li a{
    color: #323232;
    font-size:14px;
    display: inline-block;
    width:230px;
    height:100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.home-section-two .home-news-list ul li i{
    float:right;
    font-style:normal;
}

/*学会简介*/
.intro{
    width:100%;
    height:auto;
    background: #f7f7f7;
    padding-bottom:50px;
    padding-top:20px;
}
.intro .intro-main-container{
    width:1000px;
    border:1px solid rgb(226, 226, 226);
    background: #fff;
    margin:20px auto 0;
    padding-bottom:40px;
}
.intro-tit{
    width:100%;
    height:50px;
    line-height: 50px;
    border-bottom:1px solid rgb(226, 226, 226);
    font-size:14px;
}
.intro-tit>a {
    color: #000;
}
.intro-tit a:first-of-type{
    background:url("../Images/intro-smart-block.png") no-repeat left center;
    padding-left:20px;
}
.intro-tit a~span{
     background:none !important;
     padding-left:0 !important;
}
.intro-tit>span:first-of-type{
    background:url("../Images/intro-smart-block.png") no-repeat left center;
    padding-left:20px;
}
.intro-tit span.fColor{
    color: #1f7b3c;
}
.intro .intro-main-container .intro-text{
    width:900px;
    margin:0 auto;
}
.intro .intro-main-container .intro-text>h3{
    width:100%;
    line-height:60px;
    font-size:20px;
    color: #494949;
    text-align: center;
    border-bottom:1px solid rgb(219, 219, 219);
    margin-bottom:20px;
    font-weight:bold;
}
.intro .intro-main-container .intro-text p{
    color: #2b2b2b;
    font-size: 14px;
    line-height:25px;
    text-indent: 2em;
    word-wrap: break-word;
}

/*学会动态*/

.dynamics-list{
    width:900px;
    height:auto;
    margin:20px auto 0;
}
.dynamics-list>article{
    width:100%;
    height:auto;
    padding-bottom:9px;
    border-bottom:1px solid rgb(219, 219, 219);
    margin-bottom:15px;
}
.dynamics-list>article:last-of-type{
    border-bottom:none;
}
.dynamics-list>article>h3>a{
    font-size:16px;
    color: #2b2b2b;
}
.dynamics-list>article>h3{
    margin-bottom:5px;
}
.dynamics-list>article>h3>time{
    color: #808080;
    font-size:14px;
}
.dynamics-list>article>blockquote{
    color: #808080;
    font-size:14px;
    line-height:23px;
    
    word-wrap:break-word;
}
/*分页*/

.page{
    height:25px;
}
.page a{
    display: inline-block;
    height:25px;
    line-height:25px;
    padding:0 14px;
    border:1px solid rgb(219, 219, 219);
    color: #2b2b2b;
    margin-left:5px;
    float: left;
}
.page a:nth-of-type(10){
    margin-left:0;
    border-left:0;
    padding:0;
    width:54px;
    overflow: hidden;
}
.page a:nth-of-type(10) input{
    width:100%;
    text-align: center;
}
.page a:last-of-type{
    border:0;
    padding:0;
    background: rgb(31, 123, 60);
    color: #ffffff;
    width: 41px;
    height: 27px;
    text-align: center;
    border-radius:3px;
}
.page a.bNull{
    border:1px solid rgba(219, 219, 219,0);
    color: #6BC30D;
}
.page a.bg-color{
    background: #dfdfdf;
}
/*学会动态 - 详情*/

.pubDate{
    color: #494949;
    font-size: 14px;
    text-align: right;
    margin-top:10px;
}

/*药材新闻*/

.medicinePic{
    width:120px;
    height:80px;
}
.medicinePic a{
    display:inline-block;
    width:100%;
    height:100%;
}
.medicinePic a img{
    max-width:100%;
}
.medicineDes{
    width: 770px;
}
.dynamics-list>article>.medicineDes>h3>a{
    font-size:16px;
    color: #2b2b2b;
}
.dynamics-list>article>.medicineDes>h3{
    margin-bottom:5px;
}
.dynamics-list>article>.medicineDes>h3>time{
    color: #808080;
    font-size:14px;
}
.dynamics-list>article>.medicineDes>blockquote{
    color: #808080;
    font-size:14px;
    line-height:23px;
   
   word-wrap:break-word;

}

/*药材新闻 - 详情*/

.intro-text img:first-of-type{
    margin-top:0;
}
.intro-text img{
    margin:20px 0;
}



/*中医药知识 - 现代知识*/

.chinese-modern h3.chinese-modern-tit{
    width:100%;
    height:50px;
    line-height:50px;
    font-size:14px;
    color: #2b2b2b;
    border-bottom:1px solid rgb(219, 219, 219);
    margin-bottom:20px;
}
.chinese-modern h3.chinese-modern-tit span{
    display: inline-block;
    float: left;
    padding:0 40px;
    cursor: pointer;
}
.chinese-modern h3.chinese-modern-tit a {
    color:#2b2b2b;
}
.chinese-modern h3.chinese-modern-tit span.bBorder{
    border-bottom:2px solid rgb(31, 123, 60);
}
.chinese-modern .chinese-modern-list{
    width:900px;
    height:auto;
    margin:20px auto 0;
    position: relative;
}
.chinese-modern .chinese-modern-list>.dynamics-list{
    left:0;
    top:0;
    width:100%;
}



/*中医药知识 - 经典著作*/
.dynamics-list>article.book-list{
    border-bottom:0;
}
.book-list>figure{
    width:288px;
    height:148px;
    border:1px solid rgb(226, 226, 226);
    margin:0 15px 10px 0;
}
.book-list>figure:nth-of-type(3n){
    margin-right:0;
}
.book-list .book-pic{
    border:3px solid rgb(143, 134, 62);
    width: 114px;
    height: 144px;
}
.book-list .book-pic img{
    max-width:100%;
}
.book-list .book-intro{
    width:168px;
}
.book-list .book-intro h3{
    color: #494949;
    font-size:16px;
    width:150px;
    margin:11px 0 3px 10px;
    overflow: hidden;
    white-space:nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight:bold;
    height:20px;
}
.book-list .book-intro p{
    width:130px;
    height:66px;
    overflow: hidden;
    margin-left:10px;
    line-height:22px;
    word-wrap:break-word;
    
}
.book-list .book-intro a{
    display: block;
    border:1px solid rgb(31, 123, 60);
    border-radius: 3px;
    width: 100px;
    height: 30px;
    line-height:30px;
    font-size:14px;
    color: #1f7b3c;
    text-align: center;
    margin:10px 0 0 10px;
}




/*中医药知识 - 经典著作 - 详情*/
.intro .intro-main-container .medicine-book{
    width:900px;
    margin:0 auto;
    text-align: center;
}
.intro .intro-main-container .medicine-book>h3{
    width:100%;
    height:60px;
    line-height:60px;
    font-size:20px;
    color: #494949;
    text-align: center;
    border-bottom:1px solid rgb(219, 219, 219);
    margin-bottom:20px;
    font-weight:bold;
}
.intro .intro-main-container .medicine-book p{
    color: #2b2b2b;
    font-size: 14px;
    line-height:25px;
    text-indent: 2em;
    text-align: left;
    
    word-wrap:break-word;
}
.intro .intro-main-container .medicine-book p.book-intro-txt{
    text-indent:0;
}
.intro .intro-main-container .medicine-book .rar-download{
    text-align: left;
    height:35px;
    margin-top:10px;
}
.intro .intro-main-container .medicine-book .rar-download .download{
    margin-left:10px;
}
.intro .intro-main-container .medicine-book .rar-download .download span{
    display: block;
    color: #005aff;
    font-size:12px;
}
.intro .intro-main-container .medicine-book .rar-download .download a{
    display: block;
    color: #2b2b2b;
    font-size:12px;
    margin-top:10px;
    margin-left: 5px;
}



/*医师介绍*/

.physician{
    width:1002px;
    margin:0 auto;
}
.physician .physician-head{
    width:100%;
}
.physician .physician-head .physician-select{
    border:1px solid rgb(226, 226, 226);
    background-color: rgb(255, 255, 255);
    width: 660px;
    height: 100%;
    padding-bottom: 21px;
}
.physician .physician-head .physician-select>section{
    display: block;
    /*width:465px;*/
    width:490px;
    height:30px;
    line-height:30px;
    margin:0 auto 15px auto;
}
.physician .physician-head .physician-select>section:nth-of-type(1){
    margin-top:30px;
}
.physician .physician-head .physician-select>section.good-filed{
    margin-bottom:0;
}
.physician .physician-head .physician-select>section span{
    color: #2b2b2b;
    font-size:14px;
    margin-right: 7px;
    float: left;
    display:block;
    /*width:56px;*/
    width:80px;
    text-align:right;
}
.physician .physician-head .physician-select>section .laypage_main>span{
    float:none;
}
.physician .physician-head .physician-select>section input{
    float: left;
    border:1px solid rgb(229, 229, 229);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    width: 400px;
    height: 28px;
    line-height:28px;
    text-indent:1em;
}
.physician .physician-head .physician-select>section.good-filed input{
    border-bottom-right-radius: 0;
}
.physician .physician-head .physician-select>section .select-filed-area{
    /*width: 80px;
    height: 26px;
    background:url("../Images/select-filed.png") no-repeat left top;
    background-size: 100% 100%;*/
    width: 80px;
    height: 26px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(226, 226, 226);
    text-align: center;
    line-height: 26px;
    cursor:pointer;
    right: .5px;
    top: 30px;
}

.physician .physician-head .physician-select>section .select-filed-area .select-filed{
    border:1px solid rgb(229, 229, 229);
    border-top:0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 78px;
    height: 24px;
    line-height:24px;
    text-align: center;
    color: #434343;
    vertical-align: top;
    opacity:0;
}

.physician .physician-head .physician-select .physician-select-btn{
    display: block;
    border-radius: 3px;
    background-color: rgb(31, 123, 60);
    width: 200px;
    height: 30px;
    /*margin:-23px auto 0 auto;*/
    margin:0 auto;
    color: #ffffff;
    font-size:14px;
    text-align: center;
    line-height:30px;
}

.physician .physician-head .physician-ad {
    width: 322px;
    height: 100%;
}

.physician .physician-container{
    width:100%;
    height:auto;
    margin-top:18px;
}

.physician .physician-container .physician-list{
    border:1px solid rgb(226, 226, 226);
    background-color: rgb(255, 255, 255);
    width: 1000px;
    margin-bottom:10px;
    padding-bottom:10px;
}

.physician .physician-container .physician-list .physician-des>img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin:13px 0 0 16px;
}
.physician .physician-container .physician-list .physician-des>figcaption{
    margin:10px 0 0 20px;
    width:600px;
}
.physician .physician-container .physician-list .physician-des>figcaption>h3{
    font-size:24px;
    color: #2b2b2b;
    margin:0 0 7px;
}
.physician .physician-container .physician-list .physician-des>figcaption>h3>.physician-icon{
    margin-left:10px;
}
.physician .physician-container .physician-list .physician-des>figcaption>span{
    display: block;
    font-size:14px;
    line-height:24px;
}
.physician .physician-container .physician-list .physician-des>figcaption>span>em{
    color: #2b2b2b;
}
.physician .physician-container .physician-list .physician-des>figcaption>span>i{
    color: #666666;
}
.physician .physician-container .physician-list .physician-des>figcaption .graduate-school{
    margin-left:60px;
}
.physician .physician-container .physician-list .physician-des>figcaption>span:nth-of-type(3) em{
    float: left;
    display: inline-block;
}
.physician .physician-container .physician-list .physician-des>figcaption>span:nth-of-type(3) i{
    width:525px;
    display: inline-block;
}

.physician .physician-container .physician-list .physician-detail {
    color: #1f7b3c;
    font-size: 14px;
    border: 1px solid rgb(31, 123, 60);
    border-radius: 3px;
    width: 100px;
    height: 30px;
    line-height:30px;
    text-align: center;
    margin:49px 50px 0 0;
}
.physician-page{
    width: 587px;
    margin: 40px auto 0 auto;
}

/*医师介绍 - 医师简介*/

.physician-intro{
    width:100%;
    height:auto;
}
.physician-intro .physician-list .physician-des>img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin:13px 0 0 14px;
}
.physician-intro .physician-list .physician-des>figcaption{
    margin:10px 0 0 20px;
    width:685px;
}
.physician-intro .physician-list .physician-des>figcaption>h3{
    font-size:24px;
    color: #2b2b2b;
    margin:0 0 7px;
}
.physician-intro .physician-list .physician-des>figcaption>h3>.physician-icon{
    margin-left:10px;
}
.physician-intro .physician-list .physician-des>figcaption>span{
    display: block;
    font-size:14px;
    line-height:24px;
}
.physician-intro .physician-list .physician-des>figcaption>span>em{
    color: #2b2b2b;
}
.physician-intro .physician-list .physician-des>figcaption>span>i{
    color: #666666;
}
.physician-intro .physician-list .physician-des>figcaption .graduate-school{
    margin-left:60px;
}
.physician-intro .physician-list .physician-detail {
    color: #1f7b3c;
    font-size: 14px;
    border: 1px solid rgb(31, 123, 60);
    border-radius: 3px;
    width: 100px;
    height: 30px;
    line-height:30px;
    text-align: center;
    margin:49px 50px 0 0;
}
.physician-intro .physician-list table.physician-table{
    width:100%;
}
.physician-intro .physician-list table.physician-table tr {
    width: 100%;
    height: 40px;
}
.physician-intro .physician-list table.physician-table tr td{
    color: #494949;
    font-size:12px;
    border-bottom:1px solid rgb(226, 226, 226);
    height:40px;
    text-align: center;
}
.physician-intro .physician-list table.physician-table tr td:nth-of-type(1){
    text-indent:100px;
    text-align: left;
}
.physician-intro .physician-list table.physician-table tr:first-of-type{
    background-color: rgb(244, 255, 247);
}
.physician-intro .physician-list table.physician-table tr:first-of-type th{
    color: #1f7b3c;
    font-size:12px;
    text-align: center;
    border-bottom:1px solid rgb(226, 226, 226);
}
.physician-intro .physician-list table.physician-table tr:first-of-type th:first-of-type{
    width:350px;
    text-indent:100px;
    text-align: left;
}

/*预约就诊*/

.physician .physician-head .physician-select>section.see-doctor-date input{
    border:1px solid rgb(229, 229, 229);
    border-radius: 3px;
    width: 183px;
    height: 28px;
    line-height:28px;
    background: url("../Images/drop-arrow.png") no-repeat right center;
    background-size:30px 30px;
}

.middle-line{
    margin:0 5px;
    background: url("../Images/middle-line.png") no-repeat left center;
    background-size: 100% 2px;
    width:20px;
    height:100%;
}
.physician .physician-head .physician-select>section .see-doctor-time{
    width: 185px;
    height: 30px;
    position: relative;
}
.physician .physician-head .physician-select>section .see-doctor-time select{
    border:1px solid rgb(229, 229, 229);
    border-radius: 3px;
    width: 185px;
    height: 30px;
    opacity:0;
}
.physician .physician-head .physician-select>section .see-doctor-time input{
    border:1px solid rgb(229, 229, 229);
    border-radius: 3px;
    width: 183px;
    height: 28px;
    line-height:28px;
    background: url("../Images/drop-arrow.png") no-repeat right center;
    background-size:30px 30px;
}
.physician .physician-head .physician-select>section .see-doctor-time input.cancelBg{
     background:none;
}
.physician .physician-container .physician-list .appointment{
    color: #ffffff;
    font-size: 14px;
    border: 1px solid rgb(31, 123, 60);
    border-radius: 3px;
    width: 100px;
    height: 30px;
    line-height:30px;
    text-align: center;
    margin:49px 50px 0 0;
    background-color: rgb(31, 123, 60);
}





/*预约就诊及日历*/

dl.clinic-list dt{
    font-size:14px;
    color: #2b2b2b;
    line-height:30px;
}
dl.clinic-list dd{
    font-size:14px;
    color: #666666;
    line-height:30px;
    text-indent:1.5em;
}
div.physician-main-container{
    padding-bottom:5px !important;
}
.icon-super{
    top: -5px;
    right: -7px;
}

table.physician-date-table td,table.physician-date-table th{
    border-left:1px solid rgb(226, 226, 226);
    border-bottom:1px solid rgb(226, 226, 226);
}
table.physician-date-table tr td{
    width:128px;
    height: 100px;
    text-align: center;
}
table.physician-date-table tr td.canAppoint{
    background: #93fdb4;
    color: #1f7b3c;
    cursor: pointer;
}
table.physician-date-table tr td.canAppoint:hover{
    background: #1f7b3c;
    color: #ffffff;
}
table.physician-date-table tr td.canAppoint>em{
    font-size:18px;
}
table.physician-date-table tr td.canAppoint>p{
    font-size:12px;
    margin-top:8px;
    line-height:14px;
}

table.physician-date-table tr td.appointed{
    background: #e5e5e5;
    color: #808080;
}
table.physician-date-table tr td.appointed>em{
    font-size:18px;
}
table.physician-date-table tr td.appointed>p{
    font-size:12px;
    margin-top:8px;
    line-height:14px;
}
table.physician-date-table tr td:first-of-type{
    text-align: center;
    vertical-align: top;
    background: #f4fff7;
    width:44px;
}
table.physician-date-table tr td:last-of-type{
    border-right:1px solid rgb(226, 226, 226);
    width:42px;
}
table.physician-date-table tr td:first-of-type span{
    display: block;
    color: #808080;
    font-size:12px;
}
table.physician-date-table tr td:first-of-type span:nth-of-type(1){
    margin-top:25px;
}
table.physician-date-table tr td:first-of-type span:nth-of-type(2){
    margin:9px 0;
}
table.physician-date-table tr th{
    height:69px;
    width:128px;
    background: #f4fff7;
    font-size:14px;
    color: #808080;
    vertical-align: top;
    text-align: center;
}
table.physician-date-table tr th span{
    display: block;
}
table.physician-date-table tr th span:first-of-type{
    margin-top:18px;
}
table.physician-date-table tr th span:last-of-type{
    margin-top:10px;
}

table.physician-date-table tr th:first-of-type{
    width:44px;
    color: rgb(62, 203, 106);
    font-size:30px;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
}
table.physician-date-table tr th:last-of-type{
    border-right:1px solid rgb(226, 226, 226);
    width:42px;
    color: rgb(62, 203, 106);
    font-size:30px;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
}

/*游客访问药材采购*/
div.medicinal-purchase-container{
    padding-bottom:25px;
}
div.medicinal-purchase-container .medicinal-purchase{
    width:1000px;
    border:1px solid rgba(226, 226, 226,0);
    background: #fff;
    margin:0 auto;
}
div.medicinal-purchase-container .medicinal-purchase .tourist-visit-medicinal{
    background:url("../Images/tourist-visit-medicinal.png") no-repeat left top;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    box-shadow: 0px 1px 9px 0px rgba(221, 221, 221, 0.75);
    width: 900px;
    height: 297px;
    margin:49px auto;
}
div.medicinal-purchase-container .medicinal-purchase .tourist-visit-medicinal .medicinal-info{
    color: #373737;
    font-size:24px;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div.medicinal-purchase-container .medicinal-purchase .tourist-visit-medicinal .btn-group{
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    bottom:25px;
}
div.medicinal-purchase-container .medicinal-purchase .tourist-visit-medicinal .btn-group a{
    border-radius: 3px;
    background-color: rgb(54, 121, 59);
    width: 135px;
    height: 40px;
    color: #ffffff;
    font-size:16px;
    display: block;
    float: left;
    line-height:40px;
    text-align: center;
}
div.medicinal-purchase-container .medicinal-purchase .tourist-visit-medicinal .btn-group a:first-of-type{
    margin-right:125px;
}

/*找回密码*/
.find-pwd{
    width:900px;
    height:auto;
    margin:20px auto 0;
    text-align: center;
}
.find-pwd>h3{
    width: 100%;
    height: 30px;
    border-bottom:2px solid #19612f;
}
.find-pwd h3 span.find-pwd-block{
    width:8px;
    height:100%;
    background: #1f7b3c;
}
.find-pwd h3 span.find-pwd-txt{
    width:106px;
    height:100%;
    background: url("../Images/find-pwd-txt.png") no-repeat left top;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    margin-left:3px;
    line-height:30px;
    color: #ffffff;
    font-size:16px;
    padding-left:18px;
    text-align: left;
}
.find-pwd .find-pwd-flow{
    width:796px;
    height:70px;
    margin:17px auto 0;
}
.find-pwd .find-pwd-flow li:nth-of-type(2n){
    float: left;
    width:80px;
    background: #ffffff;
}
.find-pwd .find-pwd-flow li.line-gray,.find-pwd .find-pwd-flow li.line-green{
    width: 139px;
    height: 2px;
    float: left;
    margin-top:47px;
}
.find-pwd .find-pwd-flow li.line-green{
    background-color: rgb(31, 123, 60);
}
.find-pwd .find-pwd-flow li.line-gray{
    background-color: #a8a8a8;
}

.find-pwd .find-pwd-email{
    height: 32px;
    margin-top:53px;
    display: block;
    line-height:32px;
}

.find-pwd .find-pwd-email span{
    font-size:16px;
    color: #717171;
    margin-right:5px;
    width:270px;
    float:left;
    text-align:right;
}
.find-pwd .find-pwd-email>input{
    width:425px;
    height:32px;
     line-height:32px;
    border:1px solid rgb(233, 233, 233);
    font-size:14px;
    text-indent:0.5em;
    float:left;
}
.find-pwd a.find-pwd-next{
    border-radius: 3px;
    background-color: rgb(54, 121, 59);
    width: 135px;
    height: 40px;
    line-height:40px;
    margin:58px auto 50px;
    font-size:18px;
    color: #ffffff;
    display: block;
}


/*找回密码 - 发送邮件*/

.send-email-info{
    background: url("../Images/find-pwd-email.png") no-repeat left top;
    position: absolute;
    width: 422px;
    height: 444px;
    left:0;
    right:0;
    margin:75px auto 0;
}
.send-email-info span{
    display: block;
    font-size:16px;
    color: #717171;
    width:220px;
    line-height:30px;
    margin: 147px auto 0;
}
.send-email-info .email-confirm-btn{
    width: 135px;
    height: 40px;
    border-radius: 3px;
    background-color: rgb(54, 121, 59);
    font-size:18px;
    color: #ffffff;
    position: absolute;
    left:0;
    right:0;
    bottom:-57px;
    margin:0 auto;
}


/*找回密码 - 设置新密码*/
.find-pwd label.find-pwd-confirm{
    margin-top:20px;
    text-indent:1.3em;
}

/*找回密码 - 完成*/
.find-pwd .find-pwd-finish{
    width:900px;
    height:278px;
    background: url("../Images/find-pwd-finish.jpg") no-repeat left top;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    overflow: hidden;
    margin-bottom:35px;
}
.find-pwd .find-pwd-finish span{
    color: #1f7b3c;
    font-size:18px;
    margin:117px 0 0 180px;
    display: block;
}

.find-pwd a.pwd-finish-btn{
    border-radius: 3px;
    background-color: rgb(54, 121, 59);
    width: 135px;
    height: 40px;
    line-height:40px;
    margin:65px 0 0 465px;
    font-size:18px;
    color: #ffffff;
    display: block;
}

/*联系我们*/

.contact-banner{
    width:100%;
    /*height:302px;*/
    /*background: url("../Images/contactUs.jpg") no-repeat left top;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;*/
}


.contact-container{
    width:100%;
    height:auto;
    background: #f7f7f7;
    padding-bottom:25px;
}
.contact-container .contact-main{
    width:1090px;
    margin:0 auto;
    background: #ffffff;
    overflow: hidden;
    padding-bottom:36px;
}
.contact-container .contact-main .company-info{
    width:1000px;
    height:309px;
    margin:45px auto 0;

}
.contact-container .contact-main .company-info .contact-way{
    width:299px;
    height:100%;
    border-right:1px solid rgb(134, 134, 134);
}
.contact-container .contact-main .company-info .contact-way ul{
    width:100%;
    height:100%;
}
.contact-container .contact-main .company-info .contact-way ul li{
    border-left:6px solid rgb(31, 123, 60);
    height: 43px;
    margin-bottom:23px;
}
.contact-container .contact-main .company-info .contact-way ul li:last-of-type{
    margin-bottom:0;
}
.contact-container .contact-main .company-info .contact-way ul li span{
    display: block;
    margin-left:10px;
}
.contact-container .contact-main .company-info .contact-way ul li span:nth-of-type(1){
    font-size:18px;
    color: #2b2b2b;
}
.contact-container .contact-main .company-info .contact-way ul li span:nth-of-type(2){
    font-family:"宋体 Regular";
    font-size:16px;
    color: #5f5f5f;
    margin-top:10px;
}
.contact-container .contact-main .company-info .sub-message{
    width:683px;
    height:100%;
}
.contact-container .contact-main .company-info .sub-message .form-msg{
    margin-top:34px;
}
.contact-container .contact-main .company-info .sub-message p{
    color: #737373;
    font-size:16px;
    /*margin-bottom:15px;*/
    line-height:24px;
}
.contact-container .contact-main .company-info .sub-message p:last-of-type{
    margin-bottom:5px;
}
.contact-container .contact-main .company-info .sub-message .form-left label{
    width: 256px;
    height:37px;
    line-height:37px;
    border:1px solid rgb(134, 134, 134);
    display: block;
    margin-top:15px;

}
.contact-container .contact-main .company-info .sub-message .form-left label:first-of-type{
    margin: 0;
}
.contact-container .contact-main .company-info .sub-message .form-left label input{
    width:100%;
    height:100%;
     line-height:37px;
    vertical-align: top;
    text-indent:1em;
    font-size:14px;
}
.contact-container .contact-main .company-info .sub-message .form-right {
    border:1px dashed rgb(134, 134, 134);
    width: 418px;
    height: 145px;
}
.contact-container .contact-main .company-info .sub-message .form-right label{
    width:100%;
    height:100%;
    display: block;
}

.contact-container .contact-main .company-info .sub-message .form-right textarea{
    width: 398px;
    height: 125px;
    vertical-align: top;
    border:0;
    font-size:14px;
    padding:10px;
    text-indent: 0;
}
.contact-container .contact-main .company-info .sub-message .sub-msg-btn{
    width:100%;
    height: 34px;
    border:1px solid rgb(134, 134, 134);
    margin-top:15px;
}
.contact-container .contact-main .company-map{
    width: 1000px;
    height: 194px;
    background: url("../Images/contactUs-map.jpg") no-repeat left top;
    margin:37px auto 0;
}



/*高级医师首次登录问卷*/

.survey-container{
    width:100%;
    height:auto;
    background: #f7f7f7;
    padding-bottom:25px;
}
.survey-container .survey-main{
    width:1000px;
    margin:0 auto;
    background: #ffffff;
    /*overflow: hidden;*/
    padding-bottom:36px;
}
.survey-container .survey-main .survey-main-area{
    width:900px;
    margin:0 auto;
}
.survey-container .survey-main .survey-main-area .survey-tit{
    width:886px;
    /*height:20px;*/
    line-height:20px;
    font-size:14px;
    color: #1f7b3c;
    border-left:4px solid rgb(58, 134, 80);
    padding-left:10px;
}
.survey-container .survey-main .survey-main-area .survey-add{
    color: #1f7b3c;
    font-size:14px;
    border-radius: 3px;
    border:1px solid rgb(31, 123, 60);
    width: 65px;
    height: 26px;
    margin:14px 0 20px;
}

#editable{
    width:900px;
    border:1px solid rgb(214, 214, 214);
}
#editable tr{
    width:100%;
}
#editable tr th{
    width: 150px;
    height: 46px;
    text-align: center;
    color: #1f7b3c;
    font-size:14px;
    background-color: rgb(224, 239, 229);
}
#editable tr th span{
    color: red;
}
#editable tr td{
    width: 150px;
    height: 53px;
    font-size:14px;
    text-align: center;
}
#editable tr td>input{
    /*width:130px;*/
    width:129px;
    height:35px;
     line-height:35px;
    margin:0 auto;
    line-height:35px;
    background: #f8f8f8;
    text-align: center;
}
.del-table{
    text-decoration: underline;
    color: #1f7b3c;
}
.editable-remark{
    margin-top:13px
}
.editable-remark p{
    font-size:14px;
    color: #939393;
    line-height:24px;
}
.editable-btn{
    width:100%;
    text-align:center;
    margin-top:40px;
}
.editable-btn button{
    width: 135px;
    height: 40px;
    line-height:40px;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(54, 121, 59);
    color: #ffffff;
    font-size:16px;
    margin:0 auto;
}
.editable-btn button:nth-of-type(2){
    margin-left:50px;
    background-color:rgb(248, 248, 248);
    color: #2b2b2b;
}
/*公用底部*/

.foot{
    width:100%;
    height:70px;
    background: #3B3B3C;
    overflow: hidden;
    text-align: center;
}
.foot p{
    margin-top:14px;
}
.foot a{
    color: #C2C2C2;
    font-size:13px;
}
.foot p:nth-of-type(1) a,.foot p:nth-of-type(2) span{
    color: #C2C2C2;
    font-size:13px;
}
.foot p:nth-of-type(2){
    /*width:392px;*/
    margin:14px auto 0;
    /*text-align: left;*/
}
.foot p:nth-of-type(1) a{
    display: inline-block;
    padding:0 17px;
    border-right:2px solid #C2C2C2;
}
.foot p:nth-of-type(1) a:last-of-type{
    border:none;
}
.foot p:nth-of-type(2) span{
    margin-right:36px;
}
.foot p:nth-of-type(2) span:last-of-type{
    margin:0;
}

/*加载动画*/
#wrapper{
    width:1248px;
    height:150px;
    margin:200px auto;
    display: flex;
    flex-wrap: wrap;
    padding:30px 0;
}
#wrapper .item{
    width:300px;
    height:150px;
    padding:10px;
    border:1px solid rgba(255,255,255,0.6);
    margin:10px 0 0 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display:flex;
    -webkit-box-shadow: 2px 3px 5px #000;
    -moz-box-shadow: 2px 3px 5px #000;
    box-shadow: 2px 3px 5px #000;
}
#wrapper .item i{
    display: inline-block;
}
/*loading-3*/
#wrapper .item:nth-of-type(3) i{
    width:12px;
    height:12px;
    margin:0 5px;
    background: lightgreen;
    animation: rotateToR 1.4s ease infinite;
    -webkit-animation: rotateToR 1.4s ease infinite;
}
#wrapper .item:nth-of-type(3) i:nth-of-type(1){
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
#wrapper .item:nth-of-type(3) i:nth-of-type(2){
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
#wrapper .item:nth-of-type(3) i:nth-of-type(3){
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
#wrapper .item:nth-of-type(3) i:nth-of-type(4){
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
#wrapper .item:nth-of-type(3) i:nth-of-type(5){
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
