/*html, body {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    margin: 0;*/
/*    !*width: 1400px;*!*/
/*}*/

/*重写模板的样式*/
@media (min-width: 900px) {
    .tit, .subtit {
        color: #FFFFFF !important;
    }
}
@media (max-width: 900px) {
    .product-detail .carousel .text {
        width: 100%;
    }
    .subtit {
        padding-bottom: 300px;
    }
}
@media (min-width: 1024px) {
    .subtit {
        padding-bottom: 200px;
    }
}
.function1, .function2, .function5 {
    display: none;
}
.function4 {
    padding-top: 0 !important;
    padding-bottom: 0!important;
}
@media only screen and (max-width: 1536px) {
    .function4 .conwidth {
        width: 100% !important;
    }
}
/*重写模板的样式*/

.main {
    width: 100%;
}

.panel {
    margin-top: 80px;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.title .txt {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    z-index: 2;
}

.title .underline {
    width: 70px;
    height: 9px;
    background: linear-gradient(82deg, #69E1BD 0%, #0EC090 100%);
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    position: absolute;
    left: calc(50% - 35px);
    top: 24px;
    z-index: 1;
}



.service-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
}

.service .item {
    width: 190px;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 1px rgba(153, 153, 153, 0.16);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 50px 50px 0;
    color: #222222;
}

.service .item:hover {
    color: #FFFFFF;
    background: #B2EBD8;
}

.service .item .iconfont {
    width: 55px;
    height: 55px;
    font-size: 55px;
    color: #80C9BF;
}

.service .item:hover .iconfont {
    color: #FFFFFF;
}

.service .item .txt {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}



.point {
    display: flex;
    font-size: 20px;
    line-height: 20px;
}

.point .icon {
    width: 24px;
    height: 24px;
    background-image: url("/files/jkny-dot.png");
    background-size: 100% 100%;
}

.point .title {
    font-size: 20px !important;
    font-weight: bold;
    color: #232323 !important;
    margin-left: 7px;
}

.desc {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    line-height: 14px;
    margin-top: 16px;
}



.introduce {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.introduce .left {
    width: 440px;
    height: auto;
}

.introduce .right {
    width: 100%;
    max-width: 550px;
    margin-left: 40px;
    margin-top: 70px;
}

.introduce .right .button-group {
    display: flex;
    margin-top: 76px;
    flex-wrap: wrap;
}

.introduce .right .button {
    display: flex;
}

.introduce .right .button .qrcode {
    width: 81px;
    height: 81px;
    margin-top: 0 !important;
    border: 1px dashed #000000;
}

.introduce .right .button .qrcode:hover {
    transform: scale(1.2)
}

.introduce .right .button .follow {
    width: 170px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/files/jkny-follow.png");
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

@media (max-width: 552px) {
    .introduce .left {
        width: 100vw;
        height: 131vw;
    }
}

@media (max-width: 586px) {
    .introduce .right {
        padding: 0 20px;
    }

    /*.introduce .right .desc {*/
    /*    font-size: 13px;*/
    /*    font-weight: 400;*/
    /*    line-height: 18px;*/
    /*}*/

    .introduce .right .button-group {
        margin-top: 50px;
        justify-content: space-around;
    }

    .introduce .right .button:last-child {
        margin-left: 0 !important;
    }
}

@media (max-width: 561px) {
    .introduce .right .button:last-child {
        margin-top: 50px;
    }
}


.panel-bg-green {
    padding: 100px 0;
    background-image: url("/files/jkny-detail-bg.png");
    background-size: cover;
}

.jmd {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.jmd .left {
    width: 215px;
    margin-top: 60px;
}

.jmd .left .item {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 64px;
}

.jmd .left .item:first-child {
    margin-top: 0;
}

.jmd .left .item .sort {
    width: 50px;
    height: 50px;
    background-image: url("/files/jkny-sort.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}

.jmd .left .item .title {
    font-size: 20px;
    font-weight: 500;
    color: #010101;
    margin-top: 18px;
}

.jmd .left .item .desc {
    color: #707070;
    margin-top: 18px;
    text-align: right;
}

.jmd .right .item {
    align-items: start;
}

.jmd .right .item .sort {
}

.jmd .right .item .desc {
    text-align: left;
}

.jmd .center {
    width: 320px;
    height: auto;
    margin: 0 40px !important;
}



.yhd {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.yhd .left .point{
    font-size: 20px;
    line-height: 20px;
}
.yhd .left .desc {
    width: 310px;
    margin-top: 10px;
}

.yhd .left .card {
    width: 245px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 6px 35px 1px rgba(136,136,136,0.14);
    border-radius: 10px 10px 10px 10px;
    margin-top: 17px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yhd .left .card .title {
    margin-left: 0;
}

.yhd .left .card .desc {
    width: 176px;
}

.yhd .right {
    width: 690px;
    height: auto;
}

@media (max-width: 690px) {
    .yhd .right {
        width: 100vw;
        height: 107vw;
        margin-top: 50px;
    }
}

.pc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pc .left {
    width: 420px;
    padding-top: 80px;
    margin-left: 20px;
}
.pc .left .point {
   font-size: 20px;
   line-height: 20px;
}
.card-group {
    display: flex;
    margin-top: 58px;
}

.card-group .card {
       width: 150px;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 3px 40px 1px rgba(136, 136, 136, 0.16);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.card-group .card .iconfont {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.card-group .card .title {
   font-size: 14px;
    font-weight: 500;
    color: #010101;
    line-height: 16px;
    margin-top: 18px;
    padding-bottom: 20px;
}

.card-group .card .desc {
    padding: 0 20px;
}

.pc .right {
    width: 630px;
}

@media (max-width: 500px) {
    .pc .left {
       padding: 0 20px;
    }

    .card-group {
       justify-content: center;
    }

    .card-group .card {
        width: 110px;
        height: auto;
        margin-right: 10px;
        padding: 20px 0;
    }

    .card-group .card .iconfont {
        width: 25px;
        height: 25px;
        font-size: 25px;
    }

    .card-group .card .title {
        font-size: 16px;
    }

    .card-group .card .desc {
        padding: 0 5px;
        margin-top: 15px;
    }
}

@media (max-width: 686px) {
    .pc .right {
        width: 100vw;
        height:86vw;
        margin-left: -40px !important;
    }
}



.dtjc {
    width: 80vw;
    max-width: 1543px;
    height: 41vw;
    max-height: 797px;
    margin: 0 auto;
    background-image: url("/files/jkny-dtjc.png");
    background-size: cover;
}

.dtjc .content {
    width: 500px;
    padding-top: 60px;
}
.dtjc .content .point{
    font-size: 20px;
    line-height: 20px;
}
.dtjc .content .desc {
    margin-top: 18px;
}



.zttc {
    width: 100%;
    height: 798px;
    border-width: 0;
    margin-top: 50px;
}


.jsyy {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.jsyy .left {
    width: 460px;
    height: auto;
    margin-right: 28px;
}

.jsyy .right {
    width: 620px;
    margin-top: 70px;
}

.jsyy .right .card-group {
    margin-top: 65px;
}

.jsyy .right .card-group .card {
    width: 182px;
    margin-right: 37px;
}

.jsyy .right .card-group .card .iconfont {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.jsyy .right .card-group .card .desc {
    padding: 0 35px;
}


@media (max-width: 585px) {
    .jsyy .left {
        width: 100vw;
        height: 125vw;
    }
}


@media (max-width: 620px) {
    .jsyy .right {
        padding: 0 20px;
    }

    .jsyy .right .card-group {
        justify-content: center;
    }

    .jsyy .right .card-group .card {
        width: 110px;
        height: auto;
        margin-right: 10px;
        padding: 20px 0;
    }

    .jsyy .right .card-group .card .iconfont {
        width: 25px;
        height: 25px;
        font-size: 25px;
    }

    .jsyy .right .card-group .card .desc {
        padding: 0 5px;
    }
}


.download {
    max-width: 1400px;
    height: 400px;
    margin: 50px auto 0;
    background-image: url("/files/jkny-download.png");
    background-size: 100% 100%;
}

.download .content {
    padding-top: 120px;
    padding-left: 130px;
}

.download .content .txt1 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.download .content .txt2 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
}

.download .content .link {
    margin-top: 80px;
    display: flex;
}

.download .content .link .item {
    width: 210px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 25px;
    cursor: pointer;
    text-decoration: unset;
    background: #FFFFFF;
}

.download .content .link .item .img {
    width: 36px;
    height: 36px;
    margin: 0 12px 0 0;
}

.download .content .link .item .white {
    display: none;
}

.download .content .link .item .txt {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.download .content .link .item:hover {
    background: #000000;
}

.download .content .link .item:hover .white {
    display: block;
}

.download .content .link .item:hover .black {
    display: none;
}

.download .content .link .item:hover .txt {
    color: #FFFFFF;
}



.qrcode {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.qrcode .item {
    margin-right: 15vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .2s;
}

.qrcode .item:hover {
    transform: scale(1.2)
}

.qrcode .item:last-child {
    margin-right: 0;
}

.qrcode .item .image {
    width: 175px;
    height: 175px;
}

.qrcode .item .image .img {
    width: 100%;
    height: 100%;
}

.qrcode .item .txt {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 27px;
}


@media (max-width: 1440px) {
    .service {
        width: 1200px
    }
}

@media (max-width: 1200px) {
    .service {
        width: 960px
    }

    .introduce .right {
        margin-left: 0;
    }

    .yhd {
        padding-left: 20px;
    }

    .pc .right {
        margin-left: -70px;
    }

    .dtjc {
        height: auto;
        display: flex;
        justify-content: center;
        background: none;
    }

    .jsyy .left {
        margin-right: 0;
    }

    .download {
        height: 434px;
    }
}

/*针对医护端适配*/
@media (max-width: 1116px) {
    .yhd .left {
        margin-right: 0;
    }
}
/*针对医护端适配*/

@media (max-width: 960px) {
    .service {
        width: 720px
    }

    .jmd .center {
        display: none;
    }

    .jmd .right {
        margin-left: 40px;
    }

    .download {
        height: 347px;
    }

    .download .content {
        padding-top: 80px;
        padding-left: 50px;
    }

    .download .content .link {
        margin-top: 40px;
    }
}

/*针对下载适配*/
@media (max-width: 800px) {
    .download {
        height: 290px;
    }

    .download .content {
        padding-top: 10vw;
        padding-left: 8vw;
    }

    .download .content .txt1 {
        font-size: 18px;
        line-height: 16px;
    }

    .download .content .txt2 {
        font-size: 14px;
        line-height: 12px;
        margin-top: 10px;
    }

    .download .content .link {
        margin-top: 20px;
    }

    .download .content .link .item {
        width: 100px;
        height: 40px;
        border-radius: 5px;
        margin-right: 10px;
    }

    .download .content .link .item .img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    .download .content .link .item .txt {
        font-size: 12px;
    }
}
/*针对下载适配*/

@media (max-width: 720px) {
    .service {
        width: 480px
    }

    .yhd {
        padding-left: 0;
    }

    .yhd .left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .service {
        width: 100%
    }

    .service .item {
        width: calc(50% - 20px);
        height: 160px;
        margin: 0 10px 20px 10px;
        box-sizing: unset;
    }

    .service .item:nth-child(2n) {
        margin: 0 10px 20px 10px;
    }

    .jmd .left .item .desc {
        height: 60px;
    }

    .zttc {
        height: 560px;
    }

    .download {
        height: 174px;
    }
}

/*针对关注二维码*/
@media (max-width: 432px) {
    .qrcode {
        flex-direction: column;
    }

    .qrcode .item {
        margin-right: 0;
        margin-top: 20px;
    }

    .qrcode .item:first-child {
        margin-top: 0;
    }

    .qrcode .item .txt {
        margin-top: 10px;
    }
}
/*针对关注二维码*/
