


.captcha-wrap {
    display: flex;
    flex-direction: row;
}

.captcha-wrap .input-wrap {
    flex-grow: 1;
}


/*内容区*/

.pointer {
    cursor: pointer;
}
/*第一部分*/
.firstpart {
    color: #fff;
    height: 800px;
    background: url(../img/hospitalBanner.png) center center no-repeat;
    background-size: cover;
}

.firstpart h1 {
    font-size: 104px;
    line-height: 125px;
    letter-spacing: 1px;
}

.firstpart h2 {
    font-size: 60px;
    line-height: 84px;
    letter-spacing: 3px;
}

/*第二部分*/
.secondpart {
    padding: 80px 0 50px;
}
.secondpart h1 {
    font-size: 44px;
    line-height: 62px;
    margin-bottom: 16px;
}

.secondpart p {
    font-size: 18px;
    color: #777777;
    line-height: 36px;
    margin-bottom: 60px;
}
.secondpart  .article {
    display: flex;
    flex-direction: column;
}

.secondpart .product-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    margin-bottom: 30px;
}

.secondpart button {
    width: 184px;
    height: 54px;
    font-size: 16px;
    line-height: 28px;
    padding: 13px 0;
    text-align: center;
}
.secondpart button i {
    font-size: 20px;
    margin-right: 14px;
}

.secondpart button.download {
    color: #fff;
    background-color: #2E5DD2;
}
.secondpart button.contact {
    margin-left: 20px;
    border: 1px solid #B7CAFA;
}

.secondpart button.contact:hover {
    color: #2e5dd2;
    border-color: #2e5dd2;
}
.video {
    margin-left: 50px;
}
.video, .video-js {
    width: 606px;
    height: 340px;
}
.video-js .vjs-big-play-button {
    width: 95px;
    height: 95px;
    font-size: 50px;
    line-height: 90px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
}
#my-video.video-js .vjs-control-bar button {
    font-size: inherit;
    line-height: inherit;
}

.product-image {
    margin-left: 50px;
    width: 606px;
    max-width: 100%;
    height: 340px;
    color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
}

.product-image .bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-image .el-image-viewer__mask {
  opacity: 0.7;
}

/*第三部分*/
.thirdpart {
    padding: 50px 0;
}

.thirdpart li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2px);
    margin-bottom: 60px;
}
.thirdpart li:nth-last-of-type(1),
.thirdpart li:nth-last-of-type(2) {
    margin-bottom: 50px;
}
.thirdpart li:nth-of-type(odd) {
    padding-right: 39px;
}
.thirdpart li:nth-of-type(even) {
    padding-left: 39px;
}

.thirdpart li .icon,
.thirdpart li .commImg {
    width: 84px;
    height: 84px;
    display: block;
    border-radius: 50%;
    margin-bottom: 30px;
}

.thirdpart li h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 900;
}
.thirdpart li p {
    font-size: 18px;
    line-height: 32px;
    color: #777;
    margin-bottom: 10px;
}

/*第四部分*/
.fourthpart {
    padding: 0 0;
}
.fourthpart .center{
    color: #fff;
    height: 498px;
    position: relative;
    background: url(../img/sixthHospital.png) center center no-repeat;
    background-size: cover;
}

.fourthpart .mask-container{
  position: relative;
}
.fourthpart .mask-container .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.15);
  top: 0;
  left: 0;
}

.fourthpart .textContent {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
}

.fourthpart h1 {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: .47px;
}

.fourthpart h2 {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
}
.fourthpart p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.fourthpart button {
    width: 222px;
    height: 56px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
}
.mobile {
    display: none;
}

/*第五部分*/
.fifthpart {
    padding: 50px 0 40px;
}
.fifthpart h1 {
    /*font-size: 64px;*/
    font-size: 40px;
    line-height: 77px;
    letter-spacing: .38px;
}

.fifthpart .related {
    margin: 50px 0;
    justify-content: space-between;
    display: flex;
}
.fifthpart .listItem {
    width: calc(33% - 12px);
    flex-grow: 0;
    flex-shrink: 0;
    /*float: left*/
}

.fifthpart .listItem.flex-1 {
    display: flex;
    flex-direction: column;
    flex: initial;
    cursor: pointer;
}

.fifthpart p {
    font-size: 24px;
    line-height: 48px;
    color: #777;
    letter-spacing: .6px;
}

.fifthpart .listItem figure {
    height: 247px;
    background-color: #4288ba;
}

.fifthpart .listItem h2 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fifthpart .listItem:hover h2 {
    color: #2e5dd2;
}

.fifthpart .listItem p {
    font-size: 18px;
    color: #777;
    line-height: 28px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.fifthpart .listItem article {
    flex-grow: 1;
    padding: 36px 29px 53px;
    background-color: #F6F9FC;
}

.fifthpart .secondItem {
    margin: 0 16px;
}

.fifthpart .firstItem figure {
    background: url(../img/mobileDoc.png) center center no-repeat;
    background-size: cover;
}

.fifthpart .secondItem figure {
    background: url(../img/emergency.png) center center no-repeat;
    background-size: cover;
}

.fifthpart .thirdItem figure {
    background: url(../img/yiliaoSolution.png) center center no-repeat;
    background-size: cover;
}



.model-container {
    background: rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.form-wrap {
    font-family: -apple-system,BlinkMacSystemFont,SF Pro SC,SF Pro Text,Helvetica Neue,Helvetica,PingFang SC,Segoe UI,Roboto,Hiragino Sans GB,arial,Source Han Sans CN,sans-serif;
    width: 560px;
    height: auto;
    background: white;
    border-top: 4px solid #2e5dd2;
    box-sizing: border-box;
    position: relative;
}
.form-wrap .form-header{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #2A2A2A;
    background: #F6F9FC;
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-wrap .form-header .form-title{
    flex-grow: 1;
}

.form-wrap .form-header .close-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.form-wrap .form-header .close-wrap img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    opacity: 0.4;
}

.form-wrap .form-body .form-group{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form-wrap .form-body .form-group .label{
    width: 106px;
    flex-shrink: 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #2a2a2a;
}

.form-wrap .form-body .form-group .label span{
    line-height: 1;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

.form-wrap .form-body .form-group .input-wrap{
    flex-grow: 1;
}

.form-wrap .form-body .form-group .required-wrap{
    width: 60px;
    padding-right: 20px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    flex-shrink: 0;
    flex-shrink: 0;
    font-size: 18px;
    color: #FF3939;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-wrap .form-body .form-group .required-wrap .require{
    line-height: 1;
    margin-top: 19px;
    position: relative;
    display: inline-block;
}

.form-wrap .form-body .form-group .input-wrap.error input, .form-wrap .form-body .form-group .input-wrap.error textarea{
    border: 1px solid #ff3939;
}

.form-wrap .form-body .form-group .input-wrap input{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
}

.form-wrap .form-body .form-group .input-wrap textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 90px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
}


.form-wrap .button-wrap button {
    /*width: 104px;*/
    width: 135px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-right: 15px;
    cursor: pointer;
}

.form-wrap .button-wrap button.primary {
    background: #2E5DD2;
    width: 135px;
    color: white;

}




.footer {
    margin-top: 0;
}

/*1600*/
@media screen and (max-width: 1600px) {
    .firstpart {
        height: 667px;
    }

    .fifthpart h1 {
        /*font-size: 60px;*/
        font-size: 40px;
    }

    .fifthpart p {
        font-size: 24px;
    }
}

/*1440*/
@media screen and (max-width: 1440px) {
    .firstpart {
        height: 600px;
    }
    .video, .video-js {
        width: 545px;
        height: 306px;
    }
    .video {
        margin-left: 103px;
    }
    .thirdpart li:nth-of-type(odd) {
        padding-right: 51px;
    }
    .thirdpart li:nth-of-type(even) {
        padding-left: 51px;
    }
    .fourthpart .center{
        height: 443px;
    }
    .fourthpart p {
        margin-bottom: 20px;
    }
    .fifthpart .listItem article {
        padding: 21px 26px 40px;
    }
    .fifthpart .listItem h2 {
        margin-bottom: 23px;
    }
}

/*1366*/
@media screen and (max-width: 1366px) {
    .firstpart {
        height: 569px;
    }
    .video, .video-js {
        width: 534px;
        height: 300px;
    }
    .video {
        margin-left: 60px;
    }
    .thirdpart li:nth-of-type(odd) {
        padding-right: 37px;
    }
    .thirdpart li:nth-of-type(even) {
        padding-left: 37px;
    }
    .fourthpart .center{
        height: 420px;
    }
    .fourthpart p {
        margin-bottom: 20px;
    }
    .fifthpart .listItem article {
        padding: 29px 25px 35px;
    }
    .fifthpart .listItem h2 {
        margin-bottom: 20px;
    }

    .fifthpart h1 {
        /*font-size: 54px;*/
        font-size: 40px;
        line-height: 64px;
    }

    .fifthpart p {
        font-size: 24px;
        line-height: 36px;
    }
}

/*810*/
@media screen and (max-width: 810px) {
    .product-image {
        width: 3.5rem;
        height: auto;
        max-width: 100%;
        min-height: 1px;
        margin-left: 0;
        color: white;
        /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
        box-shadow: none;
    }
    .product-image .el-image-viewer__mask {
        opacity: 0.7;
    }
    body {
        background-color: #eff2f5;
    }
    .firstpart {
        height: 1080px;
        background-image: url("../img/detail_bg.png");
    }
    .firstpart h1 {
        font-size: 84px;
        line-height: 101px;
        letter-spacing: .8px;
    }
    .firstpart h2 {
        font-size: 48px;
        line-height: 67px;
        letter-spacing: 2.4px;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .secondpart {
        padding: 0;
    }
    .secondpart .center {
        flex-direction: column;
        padding: 78px 35px 40px;
    }
    .secondpart h1 {
        font-size: 48px;
        line-height: 67px;
        margin-bottom: 32px;
    }
    .secondpart p {
        font-size: 24px;
        color: #777777;
        line-height: 40px;
        letter-spacing: 1.2px;
        margin-bottom: 32px;
    }
    .video, .video-js {
        width: 100%;
        height: 419px;
        margin: 0;
    }
    .secondpart .mobile {
        margin-top: 40px;
        text-align: center;
    }

    .secondpart .download-button-wrap {
        display: flex;
    }
    .secondpart button {
        width: calc(50% - 11px);
        height: 88px;
        font-size: 32px;
        line-height: 45px;
        padding: 22px 0;
        text-align: center;
    }
    .secondpart button i {
        font-size: 34px;
        margin-right: 8px;
    }
    .secondpart button.contact {
        margin-left: 19px;
    }

    .thirdpart {
        padding: 40px 0 30px;
    }
    .thirdpart .center {
        padding: 0 35px 0;
    }
    .thirdpart li {
        width: 100%;
        margin-bottom: 80px;
    }
    .thirdpart li:last-of-type {
        margin-bottom: 0;
    }
    .thirdpart li .icon, .thirdpart li .commImg {
        width: 125px;
        height: 125px;
        margin: 0 auto 44px;
    }
    .thirdpart li h1 {
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 12px;
    }
    .thirdpart li p {
        font-size: 24px;
        line-height: 40px;
        color: #777;
    }
    .thirdpart li:nth-of-type(odd),
    .thirdpart li:nth-of-type(even) {
        padding: 0;
    }
    .fourthpart {
        padding: 30px 0;
    }
    .fourthpart .center {
        height: 274px;
        padding: 0;
        margin: 0 35px;
    }
    .fourthpart p {
        display: none;
    }
    .fourthpart .textContent {
        position: absolute;
        left: 40px;
        bottom: 45px;
    }
    .fourthpart h2 {
        margin-bottom: 28px;
    }
    .fifthpart {
        padding: 30px 0 10px;
    }
    .fifthpart .center {
        padding: 0 35px;
    }
    .fifthpart .listItem {
        width: 100%;
        float: none;
        margin-bottom: 70px;
    }
    .fifthpart .secondItem {
        margin: 0 0 70px;
    }
    .fifthpart .thirdItem {
        margin-bottom: 0;
    }
    .fifthpart .related {
        flex-wrap: wrap;
        margin: 65px 0 0;
    }
    .fifthpart h1 {
        font-size: 44px;
        line-height: 53px;
        letter-spacing: .42px;
    }
    .fifthpart p {
        font-size: 28px;
        line-height: 40px;
    }
    .fifthpart .listItem figure {
        height: 416px;
    }
    .fifthpart .listItem article {
        padding: 45px 42px;
    }
    .fifthpart .listItem h2 {
        margin-bottom: 6px;
    }
    .fifthpart .listItem p {
        font-size: 24px;
        line-height: 40px;
    }

    .form-wrap {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    .form-header .form-title{
      font-size: 14px;
    }
    .form-wrap .form-header .close-wrap img{
      width: 20px;
      height: 20px;
    }

    .form-wrap  .form-body .form-group .label span {
      margin-top: 11px;
      font-size: 13px;
    }
    .form-wrap  .form-body .form-group .input-wrap input {
      height: 35px;
    }
    .form-wrap .form-body .form-group .required-wrap
    {
      padding-right: 0;
    }

    .form-wrap .form-body .form-group .button-wrap {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }

    .form-wrap .form-body .form-group .button-wrap button{
      height: 35px;
    }

}

/*420*/
@media screen and (max-width: 428px) {
    body {
        background-color: white;
    }
    .firstpart {
        height: 450px;
    }
    .firstpart h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .firstpart h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .secondpart .center {
        flex-direction: column;
        padding: 39px 15px 20px;
    }
    .secondpart h1 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 16px;
    }
    .secondpart p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .video, .video-js {
        width: 100%;
        height: 210px;
        margin: 0;
    }
    .secondpart .mobile {
        margin-top: 20px;
    }
    .secondpart button {
        width: calc(50% - 6px);
        height: 44px;
        font-size: 16px;
        line-height: 22px;
        padding: 11px 0;
        text-align: center;
    }
    .secondpart button i {
        font-size: 16px;
        margin-right: 4px;
    }
    .secondpart button.contact {
        margin-left: 9px;
    }

    .thirdpart {
        padding: 20px 0 15px;
    }
    .thirdpart .center {
        padding: 0 15px 0;
    }
    .thirdpart li {
        margin-bottom: 40px;
    }
    .thirdpart li .icon, .thirdpart li .commImg {
        width: 62px;
        height: 62px;
        margin: 0 auto 22px;
    }
    .thirdpart li h1 {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 6px;
    }
    .thirdpart li p {
        font-size: 14px;
        line-height: 20px;
        color: #777;
    }
    .fourthpart {
        padding: 15px 0;
    }
    .fourthpart .center {
        height: 137px;
        padding: 0;
        margin: 0 15px;
    }
    .fourthpart h1 {
        font-size: 24px;
        line-height: 29px;
    }
    .fourthpart h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .fourthpart button {
        width: 111px;
        height: 28px;
        line-height: 25px;
        font-size: 12px;
        color: #fff;
        display: inline-block;
        border: 1px solid #fff;
    }
    .fourthpart .textContent {
        position: absolute;
        left: 20px;
        bottom: 22px;
    }
    .fourthpart h2 {
        margin-bottom: 14px;
    }
    .fifthpart {
        padding: 25px 0 10px;
    }
    .fifthpart .center {
        padding: 0 15px;
    }
    .fifthpart .listItem {
        width: 100%;
        float: none;
        margin-bottom: 35px;
    }
    .fifthpart .secondItem {
        margin: 0 0 35px;
    }
    .fifthpart .thirdItem {
        margin-bottom: 0;
    }
    .fifthpart .related {
        margin: 33px 0 0;
    }
    .fifthpart h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .fifthpart p {
        font-size: 20px;
        line-height: 24px;
    }
    .fifthpart .listItem figure {
        /*height: 208px;*/
        height: 1.95rem;
    }
    .fifthpart .listItem article {
        padding: 24px 21px;
    }
    .fifthpart .listItem h2 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 3px;
    }
    .fifthpart .listItem p {
        font-size: 14px;
        line-height: 24px;
    }
}
