﻿@-ms-viewport { width: device-width; }

/**通用初始化**/
html {
    height: 100%;
    height: 100vh;
}
body{
    position: relative;
    margin: 0;
    padding: 60px 0 65px;
    min-height: 100vh;
    font-family: Microsoft Yahei;
    background-color: #fff;
    overflow-x: hidden;
}
@media (max-width: 767px) {
    body {
        padding: 45px 0 30px;
    }
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:hover,
a:focus{
	text-decoration: none;
	transition: .2s;
}
a:focus {
    outline: 0;
}
h1,h2,h3,h4,h5,h6{margin: 0;}

input,
textarea {
   -moz-appearance: button !important;
   -webkit-appearance: button !important;
}
textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    resize: none;
}
input:focus,
textarea:focus {
    outline: 0;
    border-color: #ff921c;
}
button {
    cursor: pointer;
}
button:focus {
    outline: 0;
}

.no-mediaqueries .container {
    width: 95%;
    max-width: 1000px;
}
@media print {
  .container {
    width: auto;
  }
}
.no-mediaqueries .col-sm-12,
.no-mediaqueries .col-md-12,
.no-mediaqueries .col-lg-12 {
    width: 100%;
}
.no-mediaqueries .col-sm-11,
.no-mediaqueries .col-md-11,
.no-mediaqueries .col-lg-11 {
    width: 91.66666667%;
}
.no-mediaqueries .col-sm-10,
.no-mediaqueries .col-md-10,
.no-mediaqueries .col-lg-10 {
    width: 83.33333333%;
}
.no-mediaqueries .col-sm-9,
.no-mediaqueries .col-md-9,
.no-mediaqueries .col-lg-9 {
    width: 75%;
}
.no-mediaqueries .col-sm-8,
.no-mediaqueries .col-md-8,
.no-mediaqueries .col-lg-8 {
    width: 66.66666667%;
}
.no-mediaqueries .col-sm-7,
.no-mediaqueries .col-md-7,
.no-mediaqueries .col-lg-7 {
    width: 58.33333333%;
}
.no-mediaqueries .col-sm-6,
.no-mediaqueries .col-md-6,
.no-mediaqueries .col-lg-6 {
    width: 50%;
}
.no-mediaqueries .col-sm-5,
.no-mediaqueries .col-md-5,
.no-mediaqueries .col-lg-5 {
    width: 41.66666667%;
}
.no-mediaqueries .col-sm-4,
.no-mediaqueries .col-md-4,
.no-mediaqueries .col-lg-4 {
    width: 33.33333333%;
}
.no-mediaqueries .col-sm-3,
.no-mediaqueries .col-md-3,
.no-mediaqueries .col-lg-3 {
    width: 25%;
}
.no-mediaqueries .col-sm-2,
.no-mediaqueries .col-md-2,
.no-mediaqueries .col-lg-2 {
    width: 16.66666667%;
}
.no-mediaqueries .col-sm-1,
.no-mediaqueries .col-md-1,
.no-mediaqueries .col-lg-1 {
    width: 8.33333333%;
}


/**页头**/
.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20000;
    width: 100%;
    height: 60px;
    background: #fff;
}

.logo {
    margin-top: 5px;
    display: block;
    height: 44px;
}

.logo img {
    height: 100%;
}

.menu {
    float: right;
}
.top_nav {
    float: right;
    display: inline-block;
    margin-left: 10px;
    line-height: 60px;
}
.top_nav a {
    padding-left: 8px;
    padding-right: 5px;
    font-size: 16px;
    color: #999;
}
.top_nav a:hover {
    text-decoration: underline;
}
.top_nav a+a {
    border-left: 1px solid #aaa;
}
.head_log,
.home_page {
    color: #ff921c;
}

.head_notice sup {
    display: inline-block;
    width: 19px;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    background: #ff921c;
    border-radius: 100%;
    text-align: center;
}
.top_tel {
    float: right;
    margin-top: 19px;
    padding-left: 18px;
    height: 25px;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    line-height: 25px;
    color: #ff921c;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/tel_icon.png);
    background-size: auto 26px;
}
.no-backgroundsize .top_tel {
    background-image: url(../images/tel_icon_ie.png);
}

@media (max-width: 767px) {
    .header {
        height: 45px;
    }
    .logo {
        height: 35px;
    }
    .menu {
        position: fixed;
        right: -100%;
        top: 45px;
        z-index: 600;
        width: 60%;
        background: #fff;
        text-align: center;
        opacity: 0;
        transition: 0.5s;
    }
    .menu_position {
        right: 0;
        opacity: 1;
        transition: 0.5s;
    }
    .top_nav {
        margin: 0;
        padding: 8px 0;
        display: block;
        width: 100%;
        line-height: 30px;
        border-top: 1px solid #e6e6e6;
    }
    .top_nav a{
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
        clear: both;
        overflow: hidden;
    }
    .top_nav a+a {
        border-left: 0;
    }
    .top_tel {
        margin: 0;
        padding: 10px 0 10px 18px;
        height: auto;
        float: none;
    }
}

.weixin_head {
    height: 45px;
    background: #fff;
}
.current_addr {
    float: right;
    padding-right: 16px;
    line-height: 45px;
    color: #333;
    background: url(../images/addr_btn.png) no-repeat right center;
    background-size: 12px auto;
}

.menu_btn {
    float: right;
    margin-top: 13px;
    max-width: 31px;
    height: 31px;
    cursor: pointer;
}
.menu_btn span {
    margin-bottom: 8px;
    display: block;
    width: 31px;
    height: 3px;
    background: #333;
    clear: both;
    overflow: hidden;
}
@media (max-width: 543px) {
    .menu_btn {
        margin-top: 13px;
    }
    .menu_btn span {
        margin-bottom: 6px;
        width: 26px;
    }
}

.menu_btn .span11 {
    animation-name: rotate_span11;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
@keyframes rotate_span11 {
    0% {
        transform-origin: 0 50%;
        transform: rotate(0);
    }
    100% {
        transform-origin: 0 50%;
        transform: rotate(45deg);
    }
}
.menu_btn .span111 {
    animation-name: rotate_span111;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
@keyframes rotate_span111 {
    0% {
        transform-origin: 0 50%;
        transform: rotate(45deg);
    }
    100% {
        transform-origin: 0 50%;
        transform: rotate(0);
    }
}

.menu_btn .span22 {
    opacity: 0;
    transition: 0.1s;
}
.menu_btn .span222 {
    opacity: 1;
    transition: 0.5s;
}
.menu_btn .span33 {
    animation-name: rotate_span3;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
@keyframes rotate_span3 {
    0% {
        transform-origin: 0 50%;
        transform: rotate(0);
    }
    100% {
        transform-origin: 0 50%;
        transform: rotate(-45deg);
    }
}
.menu_btn .span333 {
    animation-name: rotate_span33;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
@keyframes rotate_span33 {
    0% {
        transform-origin: 0 50%;
        transform: rotate(-45deg);
    }
    100% {
        transform-origin: 0 50%;
        transform: rotate(0);
    }
}



/**主区域框架**/
.in_body {
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/bespeak_bg.png),linear-gradient(45deg,#9cc2fe 40%,#4bc6b3);
    background-attachment: fixed;
}
.no-cssgradients .in_body {
    background-color: #9cc2fe;
    background-image: url(../images/bespeak_bg.png);
}
.wx_ipad_body {
    margin: auto;
    max-width: 991px;
    padding: 0;
    background: #fff;
}

.in_sec {
    position: relative;
    padding: 20px 0 0;
    width: 100%;
    clear: both;
}
.sec_box {
    min-height: calc(100vh - 145px);
    background: #fff;
    clear: both;
    overflow: hidden;
}

@media (max-width: 767px) {
    .in_body {
        background-position: center 45px;
        background-image: url(../images/bespeak_mobile_bg.png),linear-gradient(45deg,#9cc2fe 40%,#4bc6b3);
    }
    .sec_box {
        min-height: calc(100vh - 95px);
    }
}



/**页脚**/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    display: table;
    width: 100%;
    height: 65px;
    padding: 0 3px;
    background: #2a2a2a;
    text-align: center;
    clear: both;
    overflow: hidden;
}
.foot_box {
    display: table-cell;
    vertical-align: middle;
}
.foot_nav a,
.copyright {
    font-size: 12px;
    color: #999;
}
.foot_nav a+a {
    padding-left: 3px;
    border-left: 1px solid #666;
}
.foot_nav a:hover {
    color: #aaa;
}

@media (max-width: 767px) {
    .footer {
        position: fixed;
        height: 30px;
    }
}



/**单选复选框**/
.radio_btn,
.check_btn {
    position: relative;
    margin-right: 7px;
    margin-top: 3px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    cursor: pointer;
}
.radio_btn {
    background-image: url(../images/radio_btn.png);
}
.no-backgroundsize .radio_btn {
    background-image: url(../images/radio_btn_ie16.png);
}
.radio_btn_checked {
    background-image: url(../images/radio_btn_checked.png);
}
.no-backgroundsize .radio_btn_checked {
    background-image: url(../images/radio_btn_checked_ie16.png);
}
.check_btn {
    background-image: url(../images/check_btn.png);
}
.no-backgroundsize .check_btn {
    background-image: url(../images/check_btn_ie16.png);
}
.check_btn_checked {
    background-image: url(../images/check_btn_checked.png);
}
.no-backgroundsize .check_btn_checked {
    background-image: url(../images/check_btn_checked_ie16.png);
}

.exam_check {
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 80;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/exam_check.png);
    background-size: 100% auto;
    cursor: pointer;
}
.no-backgroundsize .exam_check {
    background-image: url(../images/exam_check_ie26.png);
}
.exam_checked {
    background-image: url(../images/exam_checked.png);
}
.no-backgroundsize .exam_checked {
    background-image: url(../images/exam_checked_ie26.png);
}
.cannot_check {
    background-image: url(../images/cannot_check.png);
}
.no-backgroundsize .cannot_check {
    background-image: url(../images/cannot_check_ie26.png);
}
.cannot_check_empty {
    background-image: url(/healthcenter/images/cannot_check_empty.png);
}
.no-backgroundsize .cannot_check_empty {
    background-image: url(/healthcenter/images/cannot_check_empty_ie26.png);
}



/**Tab切换效果**/
.slide_list {
    display: none;
    animation-name: slide_ani;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    clear: both;
    overflow: hidden;
}

@keyframes slide_ani {
    0%{
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/**按钮**/
.btn_orange,
.btn_gray,
.btn_blue {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 0;
    width: 5.5em;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
.btn_orange {
    background-color: #fca556;
    border-color: #fca556;
}
.btn_gray {
    background-color: #b2b3b4;
    border-color: #b2b3b4;
}
.btn_blue {
    background-color: #96b4e2;
    border-color: #96b4e2;
}
.btn_orange:hover {
    color: #fb9c20;
    background-color: #fff;
}
.btn_orange:active,
.btn_orange:focus {
    color: #fff;
    background-color: #fca556;
}
.btn_blue:hover {
    color: #96b4e2;
    background-color: #fff;
}
.btn_blue:active,
.btn_blue:focus {
    color: #fff;
    background-color: #96b4e2;
}

.cancel_btn,
.change_btn {
    width: 80px;
}
.cannot_change {
    background: #eee !important;
    cursor: not-allowed !important;
}
.cannot_click {
    cursor: default;
}



/**通用弹框**/
.general_lay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80000;
    width: 100%;
    height: 100vh;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#B2000000", endColorstr="#B2000000");
    background: rgba(0,0,0,0.7);
}
:root .general_lay { filter:none; }

.general_lay_box {
    position: absolute;
    z-index: 800;
    display: table;
    padding: 35px 10px 10px;
    width: 300px;
    font-size: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: repeating-linear-gradient(-30deg, #b0d1fc, #b0d1fc 6px, #c3ddff 6px, #c3ddff 12px);
    background-size: 100% 30px;
    border-radius: 0.375em;
    text-align: center;
}
.no-cssgradients .general_lay_box {
    background-image: url(../images/general_lay_bg.jpg);
}
.general_lay_title {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #333;
}
.general_lay_content {
    padding: 1em 5px 0.5em;
}



/**其他弹框**/
.my_lay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30000;
    width: 100%;
    height: 100vh;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#B2000000", endColorstr="#B2000000");
    background: rgba(0,0,0,0.7);
    overflow-x: hidden;
    overflow-y: auto;
}
:root .my_lay { filter:none; }

.my_lay_box {
    position: absolute;
    z-index: 600;
    padding: 15px;
    width: 95%;
    max-width: 1200px;
    font-size: 16px;
    background: #fff;
    border-bottom: 4px solid #bbd3f8;
}
.my_lay_box .form-control {
    text-align: center;
}
.lay_close {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 800;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/lay_close.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.no-backgroundsize .lay_close {
    background-image: url(../images/lay_close_ie.png)
}
.report_lay_box {
    max-width: 600px;
}
.report_lay_box h4 {
    text-align: center;
}
.bind_tel_box {
    max-width: 400px;
}
.advice_lay_img {
    max-width: 100%;
    background: transparent;
    border: 0;
}
.advice_lay_img img {
    margin: auto;
    cursor: zoom-out;
}
.type_info_box {
    max-width: 400px;
}
.type_info_box .exam_label {
    font-size: 16px;
    font-weight: normal;
    color: #666;
}
.type_info_box .cert_id_title,
.type_info_box .IDNumber {
    margin-bottom: 10px;
}
.type_info_box .ident_code_form {
    clear: both;
    overflow: hidden;
}

.report_lay_content {
    padding: 15px 0;
    font-size: 14px;
}
.lay_left {
    position: relative;
    float: left;
    width: 50%;
    height: calc(100vh - 200px);
    min-height: 300px;
    padding: 0.625em 1.25em;
}
.my_lay_title {
    display: inline-block;
    height: 3.75em;
    padding-left: 50px;
    font-size: 1.125em;
    line-height: 4.375em;
    color: #80c269;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/success.png);
    background-size: 2.5em auto;
    text-align: center;
}
.no-backgroundsize .my_lay_title {
    background-image: url(../images/success_ie.png);
}
.my_lay_content {
    margin: 10px 0 20px;
    font-size: 1.125em;
    color: #1a1a1a;
}
.view_location {
    margin: 3% auto 0;
    display: block;
    padding: 0.25em 0;
    width: 120px;
    font-size: 1em;
    border-radius: 1.875em;
    background: #fbad47;
    border: 1px solid #fbad47;
    color: #fff;
    text-align: center;
}
.view_location:hover {
    background: #fff;
    color: #fbad47;
}
.my_lay_point {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0.3125em 0.625em;
    font-size: 0.75em;
    color: #454645;
    text-align: right;
}
.my_lay_point a {
    color: #6a9be7;
}
.lay_right {
    position: relative;
    float: right;
    width: 50%;
    height: calc(100vh - 200px);
    min-height: 300px;
    padding: 1.25em 0.625em 0.625em 0.625em;
    background: #f8f8f8;
}
.lay_right_title {
    font-size: 1.125em;
    color: #80c269;
    text-align: center;
}
.my_lay_attention {
    height: calc(100vh - 250px);
    min-height: 250px;
    padding: 0.625em 0;
    line-height: 1.5em;
    color: #333;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
}
.lay_print {
    position: absolute;
    right: 11px;
    top: 20px;
    z-index: 300;
    padding-left: 20px;
    font-size: 0.75em;
    color: #7d7d7d;
    background: url(../images/lay_print.png) no-repeat left center;
    cursor: pointer;
}

.attention_box {
    padding: 10px;
}
.attention_title {
    font-size: 1.5em;
    color: #333;
    text-align: center;
}
.my_lay_attention {
    height: 300px;
    padding: 1em;
    font-size: 1.125em;
    line-height: 1.75em;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
}
.attention_pint {
    float: right;
    margin: 15px 0 10px;
    display: block;
    width: 7.5em;
    height: 1.875em;
    line-height: 1.875em;
    padding-left: 1.5625em;
    color: #fff;
    background: #fbad47 url(../images/attention_print.png) no-repeat 1.25em center;
    text-align: center;
    border-radius: 1.5625em;
    cursor: pointer;
}
.attention_pint:hover {
    background-color: #fb9c20;
}

@media (max-width: 767px) {
    .my_lay_box {
        font-size: 14px;
    }
}
@media (max-width: 543px) {
    .my_lay_box {
        font-size: 12px;
    }
}



/**回顶部**/
#fixed_up {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/fixed_up.png);
    background-size: 100% 100%;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}
.no-backgroundsize #fixed_up {
    background-image: url(../images/fixed_up_ie.png);
}

@media (max-width: 767px) {
    #fixed_up {
        display: none;
    }
}



/**Loading动画**/
.loading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#B2000000", endColorstr="#B2000000");
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
}
:root .loading { filter:none; }
.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    position: relative;
}
.no-cssanimations .spinner {
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
}
.spinner1 > div,
.spinner2 > div,
.spinner3 > div {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    animation: bouncedelay 1.2s infinite ease-in-out;
    animation-fill-mode: both;
}
.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.spinner2 {
    transform: rotateZ(45deg);
}
.spinner3 {
    transform: rotateZ(90deg);
}
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
.spinner2 .circle1 {
    animation-delay: -1.1s;
}
.spinner3 .circle1 {
    animation-delay: -1.0s;
}
.spinner1 .circle2 {
    animation-delay: -0.9s;
}
.spinner2 .circle2 {
    animation-delay: -0.8s;
}
.spinner3 .circle2 {
    animation-delay: -0.7s;
}
.spinner1 .circle3 {
    animation-delay: -0.6s;
}
.spinner2 .circle3 {
    animation-delay: -0.5s;
}
.spinner3 .circle3 {
    animation-delay: -0.4s;
}
.spinner1 .circle4 {
    animation-delay: -0.3s;
}
.spinner2 .circle4 {
    animation-delay: -0.2s;
}
.spinner3 .circle4 {
    animation-delay: -0.1s;
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
    }
}



/**向下滚动时Tab切换按钮浮动**/
.slide_cut_fixed {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 300;
    width: 100%;
}
.slide_cut_fixed ul {
    margin: 0 auto;
    width: 1000px;
}

@media (max-width: 1199px) {
    .slide_cut_fixed ul {
        width: 970px;
    }
}
@media (max-width: 991px) {
    .slide_cut_fixed ul {
        width: 750px;
    }
}
@media (max-width: 767px) {
    .slide_cut_fixed {
        top: 45px;
    }
    .slide_cut_fixed ul {
        top: 45px;
        width: 100%;
    }
}



/**404页面**/
.error_box {
    position: relative;
    min-height: calc(100vh - 145px);
    background-color: #fff;
    text-align: center;
}
.error_box h2 {
    font-family: Arial;
    font-size: 90px;
    color: #d6d6d6;
}
.error_tip {
    color: #919191;
}
.error_img {
    margin: 0 auto;
    padding: 2% 0;
    max-width: 300px;
    width: 60%;
}
.error_back {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 10;
    margin-left: -90px;
    width: 180px;
    padding: 5px 0;
    font-size: 18px;
    color: #919191;
    border: 1px solid #919191;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .error_box {
        min-height: calc(100vh - 95px);
    }
}



/**星级**/
.star_box {
    position: relative;
    display: inline-block;
}
.star_orange {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 20px;
    background: #fff;
    white-space: nowrap;
    text-overflow: initial;
    overflow: hidden;
}
.star_box img {
    width: 14px;
}

