html, body {
    font-family: "微软雅黑";
}
.doctorWx-section-img-two {
    width: 44.46%;
    height: 60%;
    float: left;
    visibility: hidden;
}
.section-img-two {
    width: 44.20%;
    float: left;
    visibility: hidden;
}
.text-detail {
    float: left;
    padding: 8.96% 0 0 7.5%;
    visibility: hidden;
}
.section-img-three {
    width: 38.77%;
    float: left;
    margin-left: 10%;
    position: relative;
    visibility: hidden;
}
.section-img-four {
    width: 44.20%;
    float: left;
    visibility: hidden;
}

.section-img-five {
    width: 38.80%;
    float: left;
    margin-left: 10%;
    visibility: hidden;
}

.section-img-six {
    width: 44.21%;
    float: left;
    visibility: hidden;
}
.wordLabel.wordLabelLeft {
    padding: 6% 0 0 3%;
}
.doctorWx-section-img-three {
    width: 32.92%;
    float: left;
    margin-left: 1%;
    visibility: hidden;
}
.doctorWx-text-detail {
    float: left;
    width: 40%;
    padding: 6.8% 0 0 10%;
    overflow: hidden;
    visibility: hidden;
}
.weiXin-section-img-two {
    height: 30%;
    width: 34.47%;
    float: left;
    visibility: hidden;
}
.weiXin-text-detail {
    float: left;
    margin: 11.96% 0 0 14.67%;
    visibility: hidden;
}
.weiXin-text-position {
    margin: 9% 0 0 3.67%;
    visibility: hidden;
}
.weiXin-section-img-three {
    width: 33.29%;
    height: 40%;
    float: left;
    margin-left: 12.06%;
    visibility: hidden;
}
.wordLabel {
    float: left;
    width: 40%;
    padding: 6% 0 0 5%;
    overflow: hidden;
    visibility: hidden;
}



a:focus {
    outline: none;
}

.clearfix:after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

/*头部样式开始*/
.header {
    width: 100%;
    padding: 1.34% 0 1.34% 16.7%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 10000;
    background: #fff;
}

    .header img {
        width: 12.1%;
        height: 57%;
        float: left;
    }

.header-main {
    width: 60%;
    left: 30%;
}

.header-box {
    width: 10%;
    right: 18.5%;
}

.header-main, .header-box {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .header-main li {
        float: left;
        margin-right: 8.24%;
        margin-top: -0.84%;
    }

        .header-main li a, .header-box li a {
            font-size: 0.9vw;
            color: #808080;
            padding-bottom: 15%;
        }

            .header-main li a:hover, .header-box li a:hover {
                color: #498DFA;
            }

            .header-main li a.current {
                color: #498DFA;
                border-bottom: 2px solid #498DFA;
            }

    .header-box li {
        float: right;
        margin-right: 18.0%;
        position: relative;
    }

        .header-box li i {
            width: 14px;
            height: 18px;
            background: url(../../0/Images/doctor_icon.png)no-repeat;
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
        }

.header.active {
    padding: 0.8% 0 0.8% 16.7%;
    -webkit-transition: padding .8s;
    transition: padding .8s;
    position: fixed;
    top: 0px;
    z-index: 10000;
    background: #fff;
}

    .header.active img {
        width: 10.1%;
        height: 47%;
        -webkit-transition: width .8s,height .8s;
        transition: width .8s,height .8s;
    }

.header.optive {
    padding: 1.34% 0 1.34% 16.7%;
    -webkit-transition: padding .8s;
    transition: padding .8s;
    position: relative;
    z-index: 10000;
    background: #fff;
}

    .header.optive img {
        width: 12.1%;
        height: 57%;
        -webkit-transition: width .8s,height .8s;
        transition: width .8s,height .8s;
    }


/*头部样式结束*/

/*主体部分开始*/
.content {
    width: 100%;
}
/*医生端主页样式开始*/
.section-one {
    width: 100%;
    box-sizing: border-box;
    padding: 7% 0 5.19% 17.0%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(#5292fe 50%,#3ac5fe);
    background: -moz-linear-gradient(#5292fe 50%,#3ac5fe);
    background: -ms-linear-gradient(#5292fe 50%,#3ac5fe);
    background: -o-linear-gradient(#5292fe 50%,#3ac5fe);
    background: -webkit-linear-gradient(#5292fe 50%,#3ac5fe);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5292fe', endColorstr='#3ac5fe',GradientType=0 );
}

    .section-one h1 {
        font-size: 2.4vw;
        color: #fff;
        /*margin-bottom: 1.17%;*/
        -webkit-transform: translateY(-773px);
        -moz-transform: translateY(-773px);
        -o-transform: translateY(-773px);
        -ms-transform: translateY(-773px);
        transform: translateY(-773px);
        transform-origin: 50% 50% 0px;
    }

        .section-one h1.active {
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

    .section-one h4 {
        margin-top: 2.33%;
    }

    .section-one h4 {
        font-size: 1.2vw;
        color: rgba(255,255,255,.8);
    }

.h_label {
    -webkit-transform: translateX(773px);
    -moz-transform: translateX(773px);
    -o-transform: translateX(773px);
    -ms-transform: translateX(773px);
    transform: translateX(773px);
}

    .h_label.active {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

.qr {
    margin-top: 4.4%;
    position: relative;
}

.qr-code {
    width: 10.36%;
    height: 10.36%;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateX(-573px);
    -moz-transform: translateX(-573px);
    -o-transform: translateX(-573px);
    -ms-transform: translateX(-573px);
    transform: translateX(-573px);
}

    .qr-code.active {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transform: translateY(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .qr-code img {
        width: 87%;
        height: 87%;
        margin: 6.3% 0;
    }

.qr h4 {
    position: absolute;
    top: 25%;
    left: 11.5%;
    transform: translateY(-25%);
    display: none;
    color: rgba(255,255,255,1);
}

.banner-icon {
    width: 31.4%;
    height: 86.8%;
    position: absolute;
    top: 9%;
    right: 20%;
    -webkit-transform: translateX(773px);
    -moz-transform: translateX(773px);
    -o-transform: translateX(773px);
    -ms-transform: translateX(773px);
    transform: translateX(773px);
    z-index: 100;
}

    .banner-icon.active {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }


.section-two {
    width: 100%;
    padding: 4% 0 4% 17%;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}



/*.section-img-two, .section-img-four, .section-img-six, .doctor-three, .doctor-five, .doctorWx-section-img-two, .wordLabel, .leftPart {
    -webkit-transform: translateX(-1073px);
    -moz-transform: translateX(-1073px);
    -o-transform: translateX(-1073px);
    -ms-transform: translateX(-1073px);
    transform: translateX(-1073px);
    behavior: url(../js/ie-css3.htc);
}*/

/*.section-img-three, .doctor-four, .section-img-five, .doctor-two, .doctor-six, .doctorWx-text-detail，.doctorWx-section-img-three, .rightPart {
    -webkit-transform: translateX(1073px);
    -moz-transform: translateX(1073px);
    -o-transform: translateX(1073px);
    -ms-transform: translateX(1073px);
    transform: translateX(1073px);
    behavior: url(../js/ie-css3.htc);
}*/

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    behavior: url(../js/ie-css3.htc);
    visibility: visible;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    behavior: url(../js/ie-css3.htc);
    visibility: visible;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    behavior: url(../js/ie-css3.htc);
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    behavior: url(../js/ie-css3.htc);
}

@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(773px,0,0);
        transform: translate3d(773px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-10px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*.doctor-three,.doctor-four,.doctor-five,.doctor-six{*/
/*display: none;*/
/*}*/
/*.d-img-three,.d-img-four,.d-img-five,.d-img-six{*/
/*display: none;*/
/*}*/


    .text-detail h1 {
        font-size: 2.2vw;
        color: #343435;
    }

.line {
    width: 97.8%;
    margin-top: 8%;
    height: 1px;
    background-color: #498DFA;
    position: relative;
}

    .line div {
        width: 25%;
        height: 1px;
        background-color: #498DFA;
        position: absolute;
        top: -1px;
    }

.text-detail h4 {
    font-size: 1.2vw;
    color: #343435;
    margin: 18.1% 0 -5.9% 0;
}

.section-three {
    width: 100%;
    padding: 4% 0 4% 10.0%;
    background-color: #f1f6f9;
    box-sizing: border-box;
    overflow: hidden;
}




/*医生端主页样式结束*/


/*微信样式开始*/
.weiXin-section-one {
    width: 100%;
    background-size: cover !important;
    box-sizing: border-box;
    padding: 8.1% 0 5.4% 17.0%;
    background: url(../../0/Images/sugar-friend-wechat-end_banner.png)no-repeat;
    position: relative;
}

    .weiXin-section-one h1 {
        font-size: 2.4vw;
        color: #fff;
    }

    .weiXin-section-one h4 {
        margin-top: 2.33%;
    }

    .weiXin-section-one h4 {
        font-size: 1.2vw;
        color: rgba(255,255,255,.8);
    }

.weiXin-qr h4 {
    font-size: 1vw;
    color: rgba(255,255,255,1);
    margin: 1.82% 0 0 7.64%;
    text-align: left;
}

.weiXin-qr {
    position: relative;
    padding: 3.3% 0 0;
}

.weiXin-code {
    width: 10.36%;
    text-align: center;
    background-color: #fff;
    margin: 0 8.42%;
}

    .weiXin-code img {
        width: 87%;
        height: 87%;
        margin: 6.3% 0;
    }

.weiXin-section-two {
    width: 100%;
    padding: 2% 0 2% 15.5%;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}




.tang_all {
    -webkit-transform: translateX(-773px);
    -moz-transform: translateX(-773px);
    -o-transform: translateX(-773px);
    -ms-transform: translateX(-773px);
    transform: translateX(-773px);
}

    .tang_all.active {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }


.weiXin-text-title {
    margin-bottom: 9.65%;
    overflow: hidden;
    position: relative;
}

    .weiXin-text-title h1 {
        font-size: 2.2vw;
        color: #343435;
        line-height: 2;
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: 50%;*/
        /*transform: translate(-50%,-50%);*/
    }

.we_img_L {
    height: 100%;
    width: 100%;
}

.we_img_empty {
    height: 100%;
    width: 100%;
}

.weiXin-icon {
    display: block;
    width: 20.17%;
    height: 20.17%;
    float: left;
    margin-right: 5.50%;
}

.text-two.active, .img-two.active, .two.active {
    opacity: 100;
    filter: alpha(opacity=100);
}

.weiXin-line {
    width: 94%;
    margin-top: 8%;
    height: 1px;
    background-color: #41b6fe;
    position: relative;
}

    .weiXin-line.line01, .weiXin-line.line01 div {
        background-color: #534efe;
    }

    .weiXin-line.line02, .weiXin-line.line02 div {
        background-color: #1fd2a8;
    }

    .weiXin-line.line03, .weiXin-line.line03 div {
        background-color: #fe8864;
    }

    .weiXin-line div {
        width: 21%;
        height: 1px;
        background-color: #41b6fe;
        position: absolute;
        top: -1px;
    }

.weiXin-text-detail h4 {
    font-size: 1.2vw;
    color: #666;
    margin: 9.65% 0 0;
}

.weiXin-section-three {
    width: 100%;
    padding: 2% 0 2% 13.8%;
    background-color: #f1f6f9;
    box-sizing: border-box;
    overflow: hidden;
}



.weiXin-section-img-four {
    width: 45.29%;
    float: left;
}

.weiXin-section-img-five {
    width: 40.48%;
    float: left;
    margin-left: 10%;
}
/*微信样式结束*/

/*糖友微信端样式开始*/
.doctorWx-section-one {
    width: 100%;
    overflow: hidden;
    padding: 6% 4% 8.42%;
    background-size: cover !important;
    box-sizing: border-box;
    background: url(../../0/Images/doctor-wechat-end_banner.png)no-repeat;
    position: relative;
}

.doctorWx-main-content {
    width: 50%;
    height: 100%;
    float: right;
    box-sizing: border-box;
}

    .doctorWx-main-content h1 {
        font-size: 2.4vw;
        color: #394863;
        -webkit-transform: rotateX(70deg);
        -moz-transform: rotateX(70deg);
        -ms-transform: rotateX(70deg);
        -o-transform: rotateX(70deg);
        transform: rotateX(70deg);
        opacity: 1;
    }

@keyframes blink {
    0% {
        opacity: 0;
    }

    1% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.5;
    }

    51% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.doctorWx-main-content h1.active {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -moz-animation: blink 1s linear 0s;
    -webkit-animation: blink 1s linear 0s;
    animation: blink 1s linear 0s;
}

.doctorWx-section-one h4 {
    margin-top: 3.79%;
}

.doctorWx-section-one h4 {
    font-size: 1.2vw;
    color: rgba(72,84,106,.8);
}

.doctorWx-qr h4 {
    font-size: 1vw;
    color: rgba(72,84,106,1);
    margin: 2.82% 0 0 -9.36%;
}

.doctorWx-qr {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 4.84% 0 0;
    -webkit-transform: translateX(773px);
    -moz-transform: translateX(773px);
    -o-transform: translateX(773px);
    -ms-transform: translateX(773px);
    transform: translateX(773px);
}

    .doctorWx-qr.active {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }

.doctorWx-qr-code {
    width: 18.7%;
    height: 18.7%;
    text-align: center;
    background-color: #fff;
    margin-left: 37%;
}

    .doctorWx-qr-code img {
        width: 87%;
        height: 87%;
        margin: 6.3% 0;
    }

.doctorWx-banner-icon {
    width: 31.4%;
    height: 86.8%;
    position: absolute;
    top: 9%;
    right: 20%;
}

.doctorWx-section-two {
    width: 100%;
    padding: 2% 0 2% 16.5%;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.doctorWx-two {
    width: 44.46%;
    height: 60%;
    float: left;
}



.doctorWx-text {
    float: left;
    width: 40%;
    padding: 2.8% 0 0 10%;
    overflow: hidden;
}







    .wordLabel h1 {
        font-size: 1.8vw;
        color: #343435;
    }

    .wordLabel h4 {
        font-size: 0.96vw;
        color: #666;
        margin: 4% 0 0;
    }

.doctorWx-text-position {
    padding: 1% 0 0 3.5%;
}

.doctorWx-text-detail h1 {
    font-size: 1.8vw;
    color: #343435;
}

.doctorWx-wechat-one {
    width: 43.8%;
    margin-top: 3.1%;
}

.icon_doctor-wec {
}

    .icon_doctor-wec img {
        height: 100%;
        width: 100%;
    }

/*.icon_doctor-wec_01, .icon_doctor-wec_02, .icon_doctor-wec_03 {
    -webkit-transform: translateX(773px);
    -moz-transform: translateX(773px);
    -o-transform: translateX(773px);
    -ms-transform: translateX(773px);
    transform: translateX(773px);
}

    .icon_doctor-wec_01.active, .icon_doctor-wec_02.active, .icon_doctor-wec_03.active {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }*/

.doctorWx-text-detail h4 {
    font-size: 0.96vw;
    color: #666;
    margin: 4% 0 0;
}

.doctorWx-section-three {
    width: 100%;
    padding: 2% 0 2% 13.8%;
    background-color: #f1f6f9;
    box-sizing: border-box;
    overflow: hidden;
}

.doctorWx-wechat-two {
    display: block;
    width: 47.25%;
    margin-top: 4.1%;
    position: relative;
}

.we_img {
    height: 100%;
    width: 100%;
}

.doctorWx-wechat-wrap {
    width: 100%;
    min-height: 40%;
    position: relative;
}

.icon_doctor_04 {
    width: 16%;
    height: 24%;
    position: absolute;
    left: 6%;
    bottom: 58%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(800px);
}

.icon_doctor_05 {
    width: 18%;
    height: 27%;
    position: absolute;
    left: 63%;
    bottom: 71%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(900px);
}

.icon_doctor_06 {
    width: 17%;
    height: 27%;
    position: absolute;
    left: 0;
    bottom: 12%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(1000px);
}

.icon_doctor_07 {
    width: 45%;
    height: 67%;
    position: absolute;
    left: 24%;
    bottom: 8%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(1100px);
}

.icon_doctor_08 {
    width: 20%;
    height: 30%;
    position: absolute;
    left: 79%;
    bottom: 2%;
    transform: rotateY(-120deg) scale(0.1) rotateX(60deg) translateZ(1000px);
}

    .icon_doctor_04 img, .icon_doctor_05 img, .icon_doctor_06 img, .icon_doctor_07 img, .icon_doctor_08 img, .icon_doctor_09 img, .icon_doctor_10 img, .icon_doctor_11 img, .icon_doctor_12 img, .icon_doctor_13 img, .icon_doctor_14 img, .icon_doctor_15 img, .icon_doctor_16 img, .icon_doctor_17 img, .icon_doctor_18 img {
        height: 100%;
        width: 100%;
    }

.i_icon_p.active, .i_icon_c.active, .i_icon_s.active {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
}

.icon_doctor_09 {
    width: 15%;
    height: 29%;
    position: absolute;
    left: 0%;
    bottom: 29%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(800px);
}

.icon_doctor_10 {
    width: 16%;
    height: 29%;
    position: absolute;
    left: 28%;
    bottom: 71%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(900px);
}

.icon_doctor_11 {
    width: 19%;
    height: 35%;
    position: absolute;
    left: 59%;
    bottom: 64%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(1000px);
}

.icon_doctor_12 {
    width: 14%;
    height: 26%;
    position: absolute;
    left: 83%;
    bottom: 30%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(1100px);
}

.icon_doctor_13 {
    width: 38%;
    height: 50%;
    position: absolute;
    left: 32%;
    bottom: 2%;
    transform: rotateY(-120deg) scale(0.1) rotateX(60deg) translateZ(1000px);
}


.icon_doctor_14 {
    width: 30%;
    height: 58%;
    position: absolute;
    left: 16%;
    bottom: 41%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(800px);
}

.icon_doctor_15 {
    width: 15%;
    height: 29%;
    position: absolute;
    left: 0%;
    bottom: 19%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(900px);
}

.icon_doctor_16 {
    width: 17%;
    height: 32%;
    position: absolute;
    left: 29%;
    bottom: 2%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(1000px);
}

.icon_doctor_17 {
    width: 12%;
    height: 23%;
    position: absolute;
    left: 62%;
    bottom: 32%;
    transform: rotateY(-120deg) scale(0.1) rotateX(90deg) translateZ(1100px);
}

.icon_doctor_18 {
    width: 14%;
    height: 27%;
    position: absolute;
    left: 86%;
    bottom: 11%;
    transform: rotateY(-120deg) scale(0.1) rotateX(60deg) translateZ(1000px);
}

.eFive-line {
    width: 60%;
    margin-top: 8%;
    height: 1px;
    background-color: #e5e5e5;
}



.doctorWx-wechat-three {
    display: block;
    width: 58.25%;
    margin-top: 4.1%;
    margin-bottom: 10.9%;
    position: relative;
}

.doctorWx-section-img-four {
    width: 45.29%;
    float: left;
}

.doctorWx-section-img-five {
    width: 40.48%;
    float: left;
    margin-left: 10%;
}

.doctorWx-wechat-four {
    display: block;
    width: 60.25%;
    margin-top: 4.1%;
    position: relative;
}

.bannerIcon_1.scale-show {
    width: 28px;
    height: 28px;
    background: url(../../0/images/banner_icon_01.png)no-repeat;
    position: absolute;
    top: 9%;
    left: 9%;
}

.bannerIcon_2 {
    width: 52px;
    height: 52px;
    background: url(../../0/images/banner_icon_02.png)no-repeat;
    position: absolute;
    bottom: 20%;
    left: 15%;
}

.bannerIcon_3 {
    width: 44px;
    height: 44px;
    background: url(../../0/images/banner_icon_03.png)no-repeat;
    position: absolute;
    bottom: 40%;
    left: 45%;
}

.bannerIcon_4 {
    width: 42px;
    height: 42px;
    background: url(../../0/Images/banner_icon_04.png)no-repeat;
    position: absolute;
    top: 12%;
    right: 20%;
}

.bannerIcon_5 {
    width: 50px;
    height: 50px;
    background: url(../../0/Images/banner_icon_05.png) no-repeat;
    position: absolute;
    top: 60%;
    right: 10%;
}

.scale-hide {
    -ms-animation: scale-hide .0s forwards;
    -webkit-animation: scale-hide .0s forwards;
    animation: scale-hide .0s forwards;
}

.scale-show {
    -ms-animation: scale-show 0.5s ease-out forwards;
    -webkit-animation: scale-show 0.5s ease-out forwards;
    animation: scale-show 0.5s ease-out forwards;
}

@keyframes scale-show {
    0% {
        transform: scale(0.0,0.0);
    }

    100% {
        transform: scale(1,1);
    }
}

@keyframes scale-hide {
    0% {
        transform: scale(0.0,0.0);
        opacity: 0;
    }

    100% {
        transform: scale(0.0,0.0);
        opacity: 1;
    }
}



/*糖友微信端样式结束*/

/*主体部分结束*/
/*页脚样式开始*/
.footer {
    width: 100%;
    background-color: #eaeff2;
    text-align: center;
    padding: 2.4%;
    box-sizing: border-box;
    position: relative;
}

    .footer a, .footer p {
        font-size: 14px;
        color: #999;
    }

.sign {
    position: absolute;
    bottom: 54%;
    margin-left: 62%;
}

    .sign i {
        display: block;
        width: 16px;
        height: 16px;
        background: url(../../0/Images/management_icon.png)no-repeat;
        margin-right: 12px;
        float: left;
    }

    .sign a {
        float: left;
    }

.footer p {
    margin: 14px auto 0;
}

.lift-off {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    line-height: 40px;
}

.lift-off_show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-angle-up:before {
    content: "\f106";
}

#goto_top {
    position: fixed;
    right: 80px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    background: url(../../0/Images/icon_back-to-top.png) no-repeat;
    cursor: pointer;
    display: none;
}

    #goto_top:hover {
        background: url(../../0/Images/icon_back-to-top_selected.png) no-repeat;
    }

/*页脚样式结束*/

.testIcon {
    position: absolute;
    top: 20px;
    right: 10%;
    width: 10%;
    height:auto;
    z-index:99999;
}

    .testIcon img {
        height: 100%;
        width: 100%;
    }

.question {
    position: fixed;
    right: 80px;
    bottom: 30%;
    cursor: pointer;
    width: 5%;
    min-width: 80px;
    height: auto;
    z-index: 999;
}

    .question img {
        height: 100%;
        width: 100%;
    }

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    box-sizing: border-box;
}

::-webkit-scrollbar-button {
    width: 9px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAUCAYAAADRA14pAAADr0lEQVRYR71Yy04iQRQtE10IRiSBOLbOUvZmfkIlLHXjI+jCDzAm8w8TJKxZyENdqEui8BPuDVtsHCNGQcFEWUzdSt/KtbqqqZ44U0kn1V2n69xz63W6x5h9iXFoNADe521dftnibJlt+7PCjdmycpzz9vbmmvCTk5PzvK0NuNvbWyNuYWEBcbbUX8obSvBgMDAKiUQiUrDLi0nNPC9eYqwFfyWvTvAPHsm1JhqHEl9dXbHV1VUJo4Lv7u6k4JOTE7a5uSlxc3Nz/0ww5VXjR15VMIjFoop2+v2+EAJisaDoaDQqR/j+/l7gjo+PJW5ra0vUZ2dnqWDko1zqM+fi4kL0RxOMMaytrUneXC4ncMhFYzg4OBA4KpiK1Yl2Xl9fXSqWip6ampLEDw8PbrVa9U2S7e1tlkwmdYIBC6J1CXfOz8/ljAHRNIbFxcXs0tJShb/rHB4eShxw0RgymczPVCr1CwWrRCOJeQesVqtJUevr61JwPp+XxHt7e6xYLErc/v6+OqVHJvrl5cWt1+u+BEIMNzc3UvDj46NbqYD2zwViaLfbWsGBU+vs7EwIASIow+GQYSA8e5K4UCgIHBBBeX9/Z+VyWdT5CAliJabApdTr9UR/VDTGQPeO5+dngUMuGgPiQu3S3W7XHR8fl2IxaHjWbDalYAhwYmJCNH98fEht8KzVaukEA8a4WQIvdgKiacJjsZicWZgYwJZKJZlwiGF6etq3hpWk+24dzKAOODMzI4lhrZs6I2t9FB+2+3ghcZjIIF4YCJiFUJA31AjbCrY8N/9aMH2RCrbhDSP4OydKBETZ4W09fn3jV8SAG/Dnv/kFFtS22PC2eGdWOJNg3fnos3iXl5ci6HQ6zTxryVRbeXp6KjAbGxvMYCt1XDQZgpdy0UbV0lI+ikNuk9NCLN21fU4LQXA2ersgbP+fXBZiwG05jqNzWUE7NLwueHVmBxrpLg3c4OwoJ9aR+6udFgvhsugA/DeHZ3JaWi+tOi1q9bxdkHU6nU8uCxwPlkQiEeSjTaKFw8M+1JGmDg+4EUddFsSA3KFGWGcAVlZWBId3zrGnpyff4Z/NZgUmHo+bBIc2Hgqv+Cy14Q61hlUDgNkEcs8AMPXwR8zOzo48/Olc5vWRaxh4qctCsdCPajzAcFBOrI8yHtpdWj2HG42G6G95eZl55yHDLyokOjo6EtXd3V1Gvqh061e3jAAnjAfloi/Tcxi4KR/FIXeYc9jmFwpw2PwGUgY58NaG1/rX0h9d1DUzJEP0JgAAAABJRU5ErkJggg==) no-repeat;
}

    ::-webkit-scrollbar-button:vertical:start {
        background-position: 0 0;
    }

        ::-webkit-scrollbar-button:vertical:start:hover {
            background-position: -10px 0;
        }

        ::-webkit-scrollbar-button:vertical:start:active {
            background-position: -20px 0;
        }

    ::-webkit-scrollbar-button:vertical:end {
        background-position: -30px 0;
    }

        ::-webkit-scrollbar-button:vertical:end:hover {
            background-position: -40px 0;
        }

        ::-webkit-scrollbar-button:vertical:end:active {
            background-position: -50px 0;
        }

    ::-webkit-scrollbar-button:horizontal:start {
        background-position: 0 -11px;
    }

        ::-webkit-scrollbar-button:horizontal:start:hover {
            background-position: -10px -11px;
        }

        ::-webkit-scrollbar-button:horizontal:start:active {
            background-position: -19px -11px;
        }

    ::-webkit-scrollbar-button:horizontal:end {
        background-position: -30px -11px;
    }

        ::-webkit-scrollbar-button:horizontal:end:hover {
            background-position: -40px -11px;
        }

        ::-webkit-scrollbar-button:horizontal:end:active {
            background-position: -50px -11px;
        }

::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    background-color: rgba(0,0,0,.15);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.21);
    -webkit-border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,.4);
        border: 1px solid rgba(0,0,0,.21);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0,0,0,.5);
    }

::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
    -webkit-border-radius: 1px;
}

::-webkit-scrollbar-track:hover {
    background-clip: padding-box;
    background-color: rgba(0,0,0,.3);
}
