* {
    /* moz-user-select: -moz-none; */
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("/assets/font/SourceHanSansCN-Regular.woff2") format("woff2"),
    url("/assets/font/SourceHanSansCN-Regular.woff") format("woff"),
    url("/assets/font/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("/assets/font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
    url("/assets/font/SourceHanSansCN-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'SourceHanSansCN-Medium, SourceHanSansCN';
}

/* header */
.index-header-bg {
    background: #3A4958;
}

.index-header-bg:hover {
    opacity: 1 !important;
}

.product-header-bg {
    /* background-image: linear-gradient(#cee8fc, #e2f2fe); */
    background: #5887a0;
}

.about-header-bg {
    /* background-image: linear-gradient(#d3dfeb, #E7EBEF);  */
    background: #5887a0;
}

.about-news-bg {
    /* background-image: linear-gradient(#ffffff, #ffffff);  */
    background: #5887a0;
}

/*尾部隐藏列表*/
@media screen and (max-width: 768px){
    #footer .footer-top .footer-links{
        margin-bottom: 30px;
        display: none;
    }
}

/* ---index start--- */

/* banner */

.banner {
    background-image: url('/assets/img/index/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.banner .clear {
    padding: 0px;
}

.banner .img_title {
    padding-top: 23vh;
}

.banner .r-guard_img {
    width: 50%;
    height: auto;
}

.banner h1 {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 500;
    color: #0C1827;
    line-height: 60px;
}

.banner p {
    height: 120px;
    font-size: 18px;
    font-weight: 400;
    color: #415062;
    line-height: 36px;
}

.banner ul {
    font-size: 20px;
    font-weight: 500;
    color: #3672B7;
    line-height: 36px;
    margin-left: -12px;
}

.banner ul li {
    margin-bottom: 20px;
    list-style-type: disclosure-closed;
}

.img_311_location {
    margin-top: -50px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .banner {
        height: 110vh;
    }

    .banner .img_title {
        padding-top: 50px;
        margin-bottom: 60px;
        padding-top: 14vh;
    }

    .banner h1 {
        padding-top: 16vh;
        margin-top: 120px;
        font-size: 28px;
        font-weight: 500;
        color: #0C1827;
        line-height: 60px;
    }

    .img_311 {
        width: 200%;
        height: auto;
        margin-left: -180px;
        margin-top: 20px;
    }

    .banner ul {
        margin-top: 20px;
        font-size: 18px;
    }

}

@media screen and (min-width: 450px) and (max-width: 768px) {
    .banner .img_title {
        padding-top: 3vh;
        padding-left: 6vh;
    }

    .banner h1 {
        margin-top: 340px;
        font-size: 32px;
        color: #0C1827;
        line-height: 60px;
    }

    .img_311_location {
        /*margin-left: 30px;*/
        /*margin-top: -630px;*/
        width: 60%;
        position: absolute;
        margin-top: 5vh;
        margin-left: 3vh;
    }
}

@media screen and (max-width: 450px){
    .banner{
      height: 115vh;
    }

    .banner .img_title {
        padding-top: 2vh;
        padding-left:4vh ;
    }

    .banner h1 {
        margin-top: 240px;
        font-size: 28px;
        color: #0C1827;
        line-height: 48px;
        padding-left: 1vh;
    }
    .banner p{
        font-size: 14px;
        padding-left: 1vh;
    }
    .banner ul {
        margin-top: 30px;
        font-size: 16px;
    }
    .banner ul li {
        margin-bottom: 0px;
    }
    .img_311_location {
        /*margin-left: 30px;*/
        /*margin-top: -630px;*/
        width: 60%;
        position: absolute;
        margin-top: 5vh;
        margin-left: 3vh;
    }
}

/* for-patients */
.for-patients {
    background-image: url('/assets/img/index/for_patient.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
}

.for-patients .content {
    margin-top: 10vh;
    width: 100%;
    height: auto;
    background: #3672B7;
    opacity: 0.9;
    padding: 6vh 9vh 8vh 6vh;
    z-index: 2;
}

.for-patients .content .title {
    color: white;
    font-size: 56px;
    line-height: 90px;
}

.for-patients .content .title ::before {
    content: "";
    padding-left: 16px;
    border-left: 16px solid white;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
}

.for-patients .content .explain {

    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 32px;
}

.for-patients .detail {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.85);
    padding: 10vh 0 6vh 0;
    padding-left: 8vh;
    margin-top: -6vh;
    z-index: 1;
}

.for-patients .detail img {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: -10px;
}

.for-patients .detail p {
    font-size: 22px;
    font-weight: bold;
    color: #3672B7;
    line-height: 36px;
}

.for-patients .detail p a {
    text-decoration: underline;
}

@media screen and (max-width: 450px) {
    .for-patients {
        height: 130vh;
    }
    .for-patients .content .title {
        font-size: 50px;
    }

    .for-patients .content .title ::before {
        height: 50px;
    }

    .for-patients .content .explain {
        font-size: 16px;
    }

    .for-patients .detail p {
        font-size: 20px;
    }
}

/* for-doctors */
.for-doctors {
    background-image: url('/assets/img/index/for_doctors.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 105vh;
    background-position: center;
}

.for-doctors .content {
    margin-top: 6vh;
    background: rgba(54, 114, 183, 0.9);
    padding: 6vh;
    z-index: 2;
}

.for-doctors .content .title {
    color: white;
    font-size: 56px;
    line-height: 90px;
}

.for-doctors .content .title ::before {
    content: "";
    padding-left: 16px;
    border-left: 16px solid white;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
}

.for-doctors .content .explain {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 32px;
}

.for-doctors .detail {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    z-index: 1;
}

.for-doctors .detail img {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: -10px;
}

.for-doctors .detail p {
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    color: #364E69;
}

.for-doctors .detail p a {
    color: #3672B7;
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    .for-doctors .detail {
        margin-left: 8vh;
        background: rgba(255, 255, 255, 0.85);
        padding: 20px;
        z-index: 1;
    }
}

@media screen and (max-width: 1500px) {
    .for-doctors .content .explain {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        margin-left: 32px;
    }
}
@media screen and (max-width: 450px) {
    .for-doctors {
        height: 160vh;
    }
    .for-doctors .content .title {
        font-size: 50px;
    }

    .for-doctors .content .title ::before {
        height: 50px;
    }

    .for-doctors .content .explain {
        font-size: 16px;
    }

    .for-doctors .detail p{
        font-size: 20px;
    }
}

/* patient-demo */
.patient-demo {
    background-image: url('/assets/img/index/patient_demo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    padding-top: 25vh;
}

.patient-demo .content {
    color: #415062;
}

.patient-demo .content .title {
    font-size: 56px;
    line-height: 90px;
}

.patient-demo .content .title ::before {
    content: "";
    padding-left: 16px;
    border-left: 16px solid #415062;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
}

.patient-demo .content .explain p {
    font-size: 18px;
    color: #364E69;
    line-height: 32px;
}

@media screen and (max-width: 450px) {
    .patient-demo .content {
        margin-top: -18vh;
        padding: 35px;
    }
    .patient-demo .content .title {
        font-size: 50px;
        line-height: 60px;
    }

    .patient-demo .content .title ::before {
        height: 50px;
    }

    .patient-demo .content .explain p {
        font-size: 16px;
        line-height: 32px;
    }
}

/* service-process */
.service-process {
    text-align: center;
    padding: 30px 0;
}

.service-process h2 {
    font-size: 36px;
    font-weight: bold;
    color: #415062;
    line-height: 60px;
    margin-bottom: 40px;
}

.service-process p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #415062;
    margin-top: 40px;
}

.service-process img {
    width: auto;
}

/* products-services */
.products-services {
    background-image: url('/assets/img/index/products_services.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.products-services .content {
    margin-top: 60px;
}

.products-services .content .title {
    color: #415062;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
}

.products-services .content .title ::before {
    content: "";
    padding-left: 16px;
    border-left: 16px solid #415062;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.products-services .content .explain {

    font-size: 22px;
    color: #697B91;
    line-height: 30px;
    margin-left: 32px;
}

.products-services .pro-cards {
    margin-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.products-services .pro-cards h6 {
    color: #415062;
    font-weight: bold;
    line-height: 32px;
    font-size: 20px;
}

.products-services .pro-cards p {
    color: #697B91;
    font-size: 16px;
    width: 131px;
    margin: auto;
    line-height: 24px;
}

.products-services .card-rep p {
    width: 144px;
}

/* .common-question */
.common-question {
    margin-bottom: 50px;
}

.common-question .title {
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #415062;
    line-height: 60px;
}

.common-question .more {
    text-align: right;
}

.common-question .question {
    margin-bottom: 20px;
    text-align: left;
}

.common-question .question a {
    color: #428bca;
    font-weight: bold;
}

.common-question .question a:hover {
    cursor: pointer;
    color: #0091FF;
    text-decoration: none;
}

.common-question .question .show-answer {
    color: #0091FF;
}

.common-question .anwser-content {
    background-color: #f6f6f6;
}

.common-question .anwser-content .anwser-content-detail {
    padding: 30px 30px;
    display: none;
}

/* ---index end--- */

/* ---prodcut_service start--- */
/* .r-guard */

.r-guard {
    background-image: linear-gradient(#e1f2fe, #fcfdff);
    padding-bottom: 60px;
}

.r-guard img {
    margin: auto;
}

.r-guard .logo {
    width: 302px;
    height: 56px;
}

.r-guard h2 {
    margin: auto;
    text-align: center;
    width: 501px;
    height: 60px;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 7px;
    margin-top: 28px;
}

.r-guard .product {
    margin-top: 28px;
}

.r-guard-feature .icon-box {
    background-color: #e7f3fc;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 40px;
    margin-bottom: 20px;
}

.r-guard-feature .icon-box i {
    line-height: 80px;
    color: #5cb6e7;
}

.r-guard-feature h5 {
    font-weight: bold;
}

.r-guard-feature p {
    color: grey;
}

.scenarios {
    background: #f6f6f6;
}

.scenarios .icon {
    width: 80px;
    height: 80px;
    background-color: #0081C9;
    margin: auto;
    border-radius: 50%;
    opacity: 0.8;
    color: white;
    text-align: center;
    margin-top: -41%;
    margin-bottom: 41%;
    padding: 28px 20px;
}

.view-wave .img_look {
    width: 100%;
    height: auto;
}

.view-wave .section-title {
    margin-top: 25vh;
}

@media screen and (max-width: 992px) {
    .view-wave .section-title {
        margin-top: 8vh;
        margin-bottom: -30px;
    }
}

.view-wave .section-title i {
    margin-bottom: -32px;
}

.view-wave .section-title h4 {
    text-align: center;
}

.suitable-crowd {
    background: #f6f6f6;
}

.suitable-crowd .content {
    height: 200px;
    background-color: white;
    text-align: center;
}

.suitable-crowd .content i {
    display: block;
    color: #0081C9;
}

@media screen and (max-width: 992px){
    .suitable-crowd .separate {
        margin-top: 3vh;
    }
}

/* starcatch */
.starcatch {
    text-align: center;
}

.starcatch .title {
    padding-top: 150px;
}

.starcatch .title h2 {
    margin-top: 27px;
    margin-bottom: 40px;
    font-size: 58px;
    text-align-last: justify;
    text-align: justify;
    width: 100%;
}

.starcatch .title .icon-div {
    padding-top: 40px;
}

.starcatch .title .icon-box {
    background-color: #e7f3fc;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 40px;
    margin-bottom: 20px;
}

.starcatch .title .icon-box i {
    line-height: 80px;
}

.starcatch .title .icon-blue {
    background-color: #d6e5f9;
    border: 2px solid #155de7;
    color: #155de7;
}

.starcatch .title .icon-green {
    background-color: #dcf1ee;
    border: 2px solid #1fb56f;
    color: #1fb56f;
}

.starcatch .title .icon-orange {
    background-color: #f5eee3;
    border: 2px solid #ff9100;
    color: #ff9100;
}

.starcatch-function {
    text-align: center;
    font-weight: bold;
}

.starcatch-function .img-border {
    border: 1px solid #f1f1f1;
}

.clinical_application {
    background: url(/assets/img/products/starcatch/clinical_application.png) no-repeat center;
    background-size: cover;
}

.clinical_application .detail {
    padding: 32px 44px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.clinical_application .detail h5 {
    margin-bottom: 28px;
}

.clinical_application .detail p {
    margin-bottom: 24px;
}

.clinical_application .detail p i {
    color: #90D7FF
}

.starcatch-specs .row {
    padding-bottom: 40px;
}

.starcatch-specs label {
    font-weight: bold;
}

.starcatch-specs span {
    color: grey;
    text-align: right;
    padding-right: 60px;
}

/*long_range_electrode start */
.long_background_1 {
    background-image: url('../img/products/long_range_electrode/bannerimg01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.long_t_title {
    padding-top: 50px;
    text-align: center;
}

.long_t_title1 {
    font-size: 72px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #3672B7;
    line-height: 70px;
}

.long_t_title2 {
    font-size: 36px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(56, 56, 56, 0.85);
    line-height: 70px;

}

.long_background_2 {
    background-image: url('../img/products/long_range_electrode/bannerIMG02.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding-top: 112px;
    padding-bottom: 35px;
}

.long_background_2_1 {
    width: 50%;
    height: auto;
    background: #EAEAEA;
    background-color: rgba(255, 255, 255, 0.64);

}

.long_m_title {
    margin: 80px 0 50px 0;
    font-size: 40px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #3672B7;
    line-height: 72px;
}

.long_m_title:before {
    content: "";
    margin-top: -10px;
    padding-left: 16px;
    border-left: 12px solid #3672B7;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.long_trait_img {
    margin-left: -18px;
    width: 100%;
    height: auto;
}

.long_trait_title {
    margin-left: -20px;
    font-size: 30px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #415062;
    line-height: 48px;
}

.long_trait_detail {
    margin-left: -20px;
    font-size: 20px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 36px;
    margin-bottom: 40px;
}

.long_trait_last_img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-left: -10px;
}

.long_background_3_1 {
    width: 100%;
    height: auto;
    margin-bottom: 120px;
}

.long_clear {
    padding: 0;
}

.long_b_img_1 {
    margin-top: 120px;
    width: 70%;
    height: auto;
    display: block;
    text-align: right;
}

.long_b_title_1 {
    font-size: 40px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #3672B7;
    line-height: 72px;
    margin-top: 120px;
}

.long_b_title_1:before {
    content: "";
    margin-top: -10px;
    padding-left: 16px;
    border-left: 12px solid #3672B7;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.long_function_1 {
    margin-top: 50px;
}

.long_function_title {
    font-size: 30px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #415062;
    line-height: 48px;
}

.long_function_detail {
    font-size: 20px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 36px;
}

.long_b_img_2 {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
    margin-top: 100px;
}

.long_b_img_3 {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.long_background_3_2 {
    width: 100%;
    height: auto;
}

.long_help {
    font-size: 40px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #3672B7;
    line-height: 72px;
    margin-bottom: 12vh;
}

.long_help:before {
    content: "";
    margin-top: -10px;
    padding-left: 16px;
    border-left: 12px solid #3672B7;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.long_b_img_5 {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.long_b_explain {
    font-size: 40px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #415062;
    line-height: 48px;
    margin: 80px 0 100px 0;
    text-align: center;
}

/*long_range_electrode.html end*/

/*aecgmap start*/

.aecgmap_background_1 {
    background-image: url('../img/products/aecgmap/bannerimg01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    padding-top: 10vh;
}

.aecgmap_top{
    display: flex;
    flex-direction: row-reverse;
    margin-right: 10vh;
}

.aecgmap_top_img {
    width: 142px;
    height: 142px;
}

.aecgmap_title {
    margin-top: 13px;
}

.aecgmap_title1 {
    font-size: 56px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    color: #FFFFFF;
    line-height: 50px;
}

.aecgmap_title2 {
    font-size: 40px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 70px;
}

.aecgmap_background_2 {
    padding-top: 12vh;
    background-image: url('../img/products/aecgmap/bannerimg02.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    height: 165vh;
}

.aecgmap_background_2_global {
    padding: 30px;
}

.aecgmap_introduce_title {
    margin-top: 36px;
}

.aecgmap_introduce_detail {
    font-size: 40px;
    font-weight: bold;
    color: #415062;
    margin-bottom: 14px;
}

.aecgmap_introduce_detail ~ p {
    font-size: 24px;
    color: #697B91;
}

.aecgmap_background_3 {
    width: 100%;
    height: auto;
    padding: 120px 0;
}

.aecgmap_below_introduce {
    width: 100%;
    height: auto;
}

.aecgmap_below_introduce_title {
    margin: 18vh 0 18vh 5vh;
}

.aecgmap_below_introduce_detail {
    font-size: 32px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #415062;
    line-height: 48px;
    margin-bottom: 14px;
}

.aecgmap_below_introduce_detail ~ p {
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    color: #697B91;
    line-height: 36px;
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .aecgmap_below_introduce_title{
        margin: 3vh 0 5vh 5vh;
    }
    .aecgmap_background_3 {
        width: 100%;
        height: auto;
        padding: 0px 0 120px 0;
    }
}
@media screen and (max-width: 768px){
    .aecgmap_below_introduce_title{
        margin: 3vh 0 5vh 12vh;
    }
    .aecgmap_background_3 {
        width: 100%;
        height: auto;
        padding: 0px 0 120px 0;
    }
}
/*aecgmap end*/

/*clinical_services start*/
.project_top_background {
    background-image: url('../img/products/clinical_services/banner1bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    padding-top: 13vh;
}

.project_top_one {
    width: 960px;
    height: auto;
    background: rgba(54, 114, 183, 0.85);
    padding: 44px 63px 20px 357px;
}

.project_top_one_introduce1 {
    width: 160px;
    height: 32px;
    font-size: 40px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
}

.project_top_one_introduce2 {
    width: 432px;
    height: 72px;
    font-size: 64px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 108px;
}

.project_top_one_introduce3 {
    padding-top: 30px;
    width: 540px;
    height: 245px;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.project_top_two {
    width: 827px;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 44px 63px 20px 357px;
}

.project_top_two_introduce1 {
    font-size: 18px;
    font-weight: 400;
    color: #3672B7;
    line-height: 36px;
}

.project_top_two_introduce1:before {
    content: "";
    margin-top: 4px;
    padding-left: 16px;
    border-left: 18px solid #3672B7;
    height: 18px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(50deg);
}

.project_map_background {
    background-image: url('../img/products/clinical_services/banner2bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.project_map_introduce1 {
    font-size: 32px;
    font-weight: bold;
    color: #3672B7;
    line-height: 60px;
    margin-top: 8vh;
}

.project_map_introduce1:before {
    content: "";
    margin-top: -10px;
    padding-left: 30px;
    border-left: 16px solid #3672B7;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.project_map_introduce2 {

    font-size: 18px;
    font-weight: 400;
    color: #415062;
    line-height: 36px;
}

.project_steps {
    margin: 6vh 0;
    z-index: -1;
}

.project_steps_background {
    background-image: url('../img/products/clinical_services/banner3img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    align-content: center;
    z-index: 3;
    padding: 0;
}

.project_steps_one_introduce1 {
    font-size: 32px;
    font-weight: bold;
    color: #3672B7;
    line-height: 60px;

}

.project_steps_one_introduce1:before {
    content: "";
    margin-top: -10px;
    padding-left: 15px;
    border-left: 16px solid #3672B7;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.project_steps_one_introduce2 {
    margin-left: 35px;
    width: 480px;
    height: 143px;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #415062;
    line-height: 36px;
}

.project_steps_two {
    width: 544px;
    height: 150px;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #6c757d;
    line-height: 30px;
    margin-left: 35px;
}

.project_steps_two_introduce1 {
    font-size: 24px;
    color: #415062;
}

.project_acquire_background {
    background-image: url('../img/products/clinical_services/banner4bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    padding: 8vh 0;
}

.project_acquire_left_photo {

    width: 650px;
    height: 650px;
}


.project_acquire_right_introduce1 {
    margin-bottom: 12vh;
    width: 480px;
    height: 92px;
    font-size: 32px;
    font-weight: bold;
    color: #3672B7;
    line-height: 36px;
}

.project_acquire_right_introduce1:before {
    content: "";
    margin-top: -10px;
    padding-left: 15px;
    border-left: 16px solid #3672B7;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.project_acquire_right_introduce1 span {
    margin-left: 32px;
}

.project_acquire_right_introduce2 {
    margin-left: 32px;
    width: 400px;
    height: 92px;
    font-size: 18px;
    font-weight: bold;
    color: #6c757d;
    line-height: 30px;
}

.project_acquire_right_introduce2 span {
    font-size: 24px;
    color: #415062;
}

.project_below_background {
    width: 100%;
    height: auto;
    margin: 10vh 0;
}

.project_below_title {
    width: 200px;
    height: auto;
}

.project_below_title > p {
    width: 200px;
    height: 40px;
    font-size: 32px;
    font-weight: bold;
    color: #3672B7;
    line-height: 60px;
}

.project_below_title > p:before {
    content: "";
    margin-top: -10px;
    padding-left: 15px;
    border-left: 16px solid #3672B7;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.project_below_one_introduce {
    width: 500px;
    height: 148px;
    margin-top: 162px;
}

.project_below_one_introduce1 {
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #415062;
}

.project_below_one_introduce2 {
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #6c757d;
}

.project_below_one_photo {
    width: 100%;
    height: auto;
    margin-bottom: -10px;
}

.project_below_two_photo {
    width: 100%;
    height: auto;
    margin-top: -10px;
}

.project_below_two_introduce {
    margin-top: 162px;
}

.project_below_two_introduce span {
    margin-left: 15px;
}

/*clinical_services end*/

/* ---prodcut_service end--- */


/* ---doctor_service start */

.guide {
    border-bottom: 2px solid #0081C9;
    padding-bottom: 2px;
    color: #0081C9;
}

.guide-behind {
    font-size: 14px;
    line-height: 24px;
    color:#918D8D;
}

.magnifying-glass {
    position: absolute;
    bottom: 8px;
    padding-left: 8px;
}

.section .container .row .search {
    padding-left: 25px;;
    width: 300px;
    height: 32px;
    background-color: #F1F1F1;
    border-radius: 16px;
    z-index: -1;
    outline: none;
}

.section .container .row .doc_title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 47px;
    text-decoration: underline;
}

.doc_title:before {
    content: "";
    width: 12px;
    height: 28px;
    position: absolute;
    top: 10px;
    left: -30px;
    background: #0091FF;
}

.section .container .row .introduce {
    font-size: 18px;
    font-weight: 400;
    color: #B1B6BB;
    line-height: 25px;
}

.section .container .row .description {
    font-size: 18px;
    font-weight: 400;
    color: #415062;
    line-height: 25px;
}

.container .row .doc_table {
    width: 200px;
    text-align: center;
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    font-weight: 500;
    color: #415062;
    line-height: 25px;
}

.partition {
    width: 98px;
}

/*UK_research_service start*/
.uk_all {
    padding: 20px;
}

.uk_guide {
    font-size: 14px;
    font-weight: 500;
    color: #918D8D;
    line-height: 20px;
}

.uk_title {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    line-height: 47px;
}

.uk_introduce {
    font-size: 16px;
    font-weight: 400;
    color: #B1B6BB;
    line-height: 22px;
}

.uk_proposal_all {
    margin-top: 44px;
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
}

.uk_proposal {
    color: rgba(0, 0, 0, 0.85);
    font-size: 24px;
}

.uk_description {
    color: rgba(41, 41, 41, 0.81);
}

.vertical_divider {
    border-right: #E0E0E0 1px solid;
    height: auto;
}

.uk_download {
    margin: 6vh 0;
    background-color: #F5F5F5;
    width: 349px;
    height: 70px;
    border-radius: 4px;
}

.uk_download_word {
    color: #0091FF;
}

.uk_box {
    display: block;
    padding: 14px;
    height: 65px;
    margin-bottom: 40px;
    color: black;
}

.uk_box:hover {
    color: #ff9100;
}

.uk_box i {
    line-height: inherit;
    float: left;
    margin-right: 10px;
    color: #ff6600;
}

.common-question .uk_r_title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #415062;
    line-height: 40px;
}

.uk_r_guide {
    margin: 20px 0 0 3px;
    padding-left: 14px;
}

.common-question .uk_question {
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0091FF;
}

.common-question .uk_question a {
    color: #428bca;
    font-weight: bold;
}

.common-question .uk_question a:hover {
    cursor: pointer;
    color: #0091FF;
    text-decoration: none;
}

/*点击后高亮*/
.common-question .uk_question .show-answer {
    color: #0091FF;
}

.common-question .uk_anwser-content .uk_anwser-content-detail {
    text-align: left;
    display: none;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: rgba(0, 0, 0, 0.85);
    padding-left: 2px;

}

/*UK_research_service end*/


/* ---doctor_service end */

/* ---for_patient start--- */
/*patients_index start*/
.patients_index_all {
    margin-bottom: 80px;
}

.patients_top_background {
    width: 100%;
    height: 583px;
    background: #F9F9F9;
}

.patients_title_selected {
    margin-top: -10px;
    font-size: 36px;
    line-height: 54px;
    align-content: center;
    color: #3672B7;
    text-decoration: underline;
}


.patients_title_uncheck {
    padding-top: 50px;
    font-size: 32px;
    font-weight: 500;
    color: #697B91;
    line-height: 45px;
    align-content: center;
    cursor: pointer;
}

.patients_describe {
    margin-top: 50px;
    font-size: 24px;
    color: #415062;
    line-height: 34px;
}

.patients_describe_show {
    display: block;
}

.patients_describe_hidden {
    display: none;
}

/*-------*/
.patients_case {
    margin-top: 80px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #364E69;
    line-height: 75px;
    margin-bottom: 50px;
}

.patients_cause {
    font-size: 36px;
    font-weight: 500;
    color: #415062;
    line-height: 54px;
}

.patients_cause_describe {

    font-size: 24px;
    font-weight: 400;
    color: #415062;
    line-height: 36px;
}

.patients_employee-quotations {
    background: #ffffff;
}

.patients_employee-quotations .patients_box-container {
    flex-wrap: nowrap;
    overflow-x: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.patients_employee-quotations .patients_box {
    background: #ffffff;
    padding: 40px;
    box-shadow: 2px 2px 10px #c0c0c0;
    min-height: 404px;
}


.patients_employee-quotations .patients_box img {
    width: 60px;
    border-radius: 50%;
}

.patients_employee-quotations .patients_box h6 {
    color: #1fb56f;
}

.patients_employee-quotations .patients_a-container {
    padding-top: 20px;
    padding-left: 60px;

}

.patients_abcd {
    border: #6f42c1 1px solid;
}

.patients_left_arrow {
    margin: -400px 0 0 -200px;
}

.patients_right_arrow {
    margin: -400px 0 0 1100px;
}

.patients_employee-quotations .patients_a-container a {
    color: #8c8f8e;
}

.patients_photo_below {
    padding: 15px 62px 0 0;
    font-size: 24px;
    font-weight: 500;
    color: #415062;
    line-height: 36px;

}

.patients_employee-quotations .patients_a-container a:hover {
    cursor: pointer;
}

/*-------*/


.patients_middle_background {
    margin-top: 80px;
    background: url("../../assets/img/for_patients/patients_index/banner4bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: -1;
}

.patients_middle_title {
    padding-top: 100px;
    font-size: 50px;
    font-weight: bold;
    color: #364E69;
    line-height: 75px;
    text-align: center;
}

.patients_equipment_photo {
    width: 100%;
    height: auto;
    z-index: 999;
    margin-top: 100px;
    margin-left: -30px;
}

.patients_below_l_photo {
    background: url("../../assets/img/for_patients/patients_index/app_IMG.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 160vh;
    margin: 0;
    padding: 0;
    z-index: -1;
}

.patients_below_l_title {
    margin-top: 100px;
    font-size: 32px;
    font-weight: bold;
    color: #3672B7;
    line-height: 60px;
}

.patients_below_l_title:before {
    content: "";
    margin-top: -10px;
    padding-left: 16px;
    border-left: 12px solid #3672B7;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.patients_below_l_introduce {
    font-size: 28px;
    font-weight: 500;
    color: #415062;
    line-height: 54px;
    margin-top: 30px;
}

.patients_below_l_describe {
    padding-right: 70px;
    font-size: 18px;
    font-weight: 400;
    color: #415062;
    line-height: 36px;

}

.patients_below_r {
    margin: 0;
    padding: 0;
}

.patients_below_r_photo {
    background: url("../../assets/img/for_patients/patients_index/report_BG.png") no-repeat;
    background-size: cover;
    margin: -40px 0 0 -20px;
    padding: 2vh 2vh;
    z-index: 1;
    width: 100%;
    height: auto;
}

.patients_below_r_photo_title {
    padding: 335px 30px 0 30px;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
}

.patients_below_r_photo_describe {
    padding: 0px 30px 0 35px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.patients_below_r_background {
    margin-top: 8vh;
    width: 100%;
    height: 70vh;
    background: #F9F9F9;
    padding: 4vh 2vh 0 8vh;
    z-index: -2;
}

.patients_below_r_background_problem {
    margin-left: -32px;
    font-size: 32px;
    font-weight: bold;
    color: #3672B7;
    line-height: 60px;
}

.patients_below_r_background_problem:before {
    content: "";
    margin-top: -10px;
    padding-left: 8px;
    border-left: 12px solid #3672B7;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.patients_below_r_background_answer {
    font-size: 24px;
    font-weight: 500;
    color: #415062;
    line-height: 54px;
}

.patients_below_r_background_describe {
    font-size: 18px;
    font-weight: 400;
    color: #415062;
    line-height: 36px;
}

.patients_below_rr_background {
    margin-top: 653.26px;
    margin-bottom: 171.02px;
    background: #F9F9F9;
    padding: 0;
}

.patients_below_r_background_annotation {
    font-size: 14px;
    font-weight: 400;
    color: #697B91;
    line-height: 22px;
}

/*patients_index end*/


/* advantages */
.why-r-guard {
    background-color: #f6f6f6;
}

.why-r-guard h4 {
    font-weight: 600;
    line-height: 24px;
    border-left: 4px solid #0081C9;
    text-indent: 10px;
}

.why-r-guard p {
    font-weight: 400;
    color: #888888;
    line-height: 24px;
}

.characteristic h4 {
    font-weight: 600;
    line-height: 24px;
}

.characteristic p {
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    margin-top: 30px;
}

.characteristic img {
    border-radius: 50%;
    overflow: hidden;
}

.easy-use {
    background-color: #f6f6f6;
}

.easy-use .text {
    margin-top: 20px;
}

.easy-use .text a {
    text-decoration: underline;
    float: right;
}

.easy-use .special-text {
    margin-top: -20px;
    margin-left: 40px;
}

.easy-use .next-down {
    text-align: center;
    margin: 16px 0;
}

.easy-use .next-down i {
    opacity: 0.1;
}

.easy-use .next-right {
    margin-top: 180px;
}

.easy-use .next-right i {
    opacity: 0.1;
}

.easy-use .img img {
    height: 406px;
    margin-top: -10px;
    width: auto;
    margin-left: -20px;
}

/* ---for_patient end--- */

/* ---about us start--- */
/* profile */
.profile .content h2 {
    text-align: left;
}

.profile .content .section-title {
    margin-bottom: 24px;
}

.profile .content .title-bg {
    margin-left: 16px;
}

.vision {
    background: #f6f6f6;
}

.vision .content h2 {
    text-align: left;
}

.vision .content .title-bg {
    margin-left: 28px;
}

.employee-quotations {
    background: #ffffff;
}

.employee-quotations .box-container {
    flex-wrap: nowrap;
    overflow-x: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.employee-quotations .box-container {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .8) 20%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .1) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .8) 20%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .1) 100%);
}

.employee-quotations .box {
    background: #ffffff;
    padding: 40px;
    box-shadow: 2px 2px 10px #c0c0c0;
    min-height: 404px;
}

.employee-quotations .box img {
    width: 60px;
    border-radius: 50%;
}

.employee-quotations .box h6 {
    color: #1fb56f;
}

.employee-quotations .a-container {
    padding-top: 20px;
    padding-left: 60px;

}

.employee-quotations .a-container a {
    color: #8c8f8e;
}

.employee-quotations .a-container .active {
    color: #5887a0;
}

.employee-quotations .a-container a:hover {
    cursor: pointer;
    color: #357ba1;
}

/* news */
.news .content h2 {
    text-align: center;
}

.news .content span {
    text-align: center;
    color: grey;
    display: block;
    margin-bottom: 60px;
}

.news-other {
    padding: 30px 0;
    background: #f6f6f6;
}

.news-other span {
    display: block;
    margin-bottom: 10px;
}

.news-other i {
    margin: 30px 0;
    display: block;
}

/* jobs */
.jobs h1 {
    text-align: center;
}

.jobs a {
    color: black;
    font-weight: bold;
}

.jobs a:hover {
    cursor: pointer;
    color: #9eccf4;
    text-decoration: none;
}

.jobs .show-job {
    color: #428bca;
}

.jobs .job {
    margin-bottom: 20px;
}

.jobs .job-content {
    background-color: #f6f6f6;
}

.jobs .job-content .job-content-detail {
    padding: 30px 30px;
    display: none;
}

/* ---about us end--- */

/* ---customer service start--- */
/* customer service */
.customer-service-download {
    background: url(/assets/img/customer_service/customer_service/header.png) no-repeat top;
    background-size: cover;
}

.customer-service-download .text {
    color: white;
    text-align: center;
    padding: 34px 0;
}

.customer-service {
    padding-bottom: 80px;
}

.customer-service .box {
    display: block;
    padding: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 1px solid #F1F1F1;
    height: 88px;
    margin-bottom: 40px;
    color: black;
}

.customer-service .box:hover {
    color: #ff9100;
}

.customer-service .box i {
    line-height: inherit;
    float: left;
    margin-right: 10px;
    color: #ff6600;
}

.contact-us {
    background-color: #f6f6f6;
    padding-bottom: 120px;
}

.contact-us .contact {
    margin: auto;
}

.contact-us .contact .detail {
    padding: 0 60px;
}

.contact-us .contact .detail i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0081C9;
    padding: 3px;
    color: white;
}

/* .faq */
.faq .icon-box {
    text-align: center;
}

.faq .icon-box .icon {
    padding-top: 24px;
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #f3f3f5;
}

.faq .icon-box {
    color: #a0a0a1;
}

.faq .active .icon {
    background: #e5f2f9;
}

.faq .active {
    color: #30b3fa;
}

.faq .icon-box:hover .icon {
    background: #e9f2f8;
}

.faq .icon-box:hover {
    color: #86d3fd;
}

/* ---customer service end--- */

/* ---other common--- */
.col-5-1 {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px;
}

.col-4-1 {
    float: left;
    width: 25%;
    text-align: center;
}

.col-3-1 {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 8px;
}

.pull-right {
    float: right;
}

.text-right {
    text-align: right;
}

img {
    width: 100%;
}

.flag {
    width: fit-content;
    margin-right: 2px;
}

