/* @media screen and (max-width:5120px){
    .s_con4_1_3_c ul li em{ font-size:22px;}
} */
    .ulframe {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        gap: 5%;
    }

    .vrframe {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
    }

    .prjcard {
        width: 430px;
        height: auto;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border: 1px solid #DCDEE2;
        margin-bottom: 20px;
    } 

    .satcard {
        width: 30%;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border: 1px solid #DCDEE2;
        margin-bottom: 20px;
    }

    .satcard .satimg img {
        transition: all 0.6s;
    }

    .satcard:hover .satimg img {
        transform: scale(1.2);
    }

    .satcard:hover .sattitle {
        text-decoration: underline
    }

    .satcardframe {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .satimg {
        width: 100%;
        /* height: 270px; */
        overflow: hidden;
    }

    .satimg img {
        width: 100%;
        height: 100%;
    }

    .sattitle {
        /* margin: 48px 0 16px 0; */
        margin: 10px 0 8px 0;
        /* font-size: 22px; */
        font-size: 18px;
        /* font-weight: 400; */
        /* font-weight: 600; */
        color: #666666;
        line-height: 26px;
        /* height: 70px; */
        height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        font-family:"微软雅黑";
    }

    .sattimeinfo {
        margin: 16px 0 32px 0;
        font-size: 20px;
        font-weight: 400;
        color: #222222;
        line-height: 23px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .satmore {
        color: #0047BA !important;
    }

    .satcontant {
        font-size: 20px;
        font-weight: 400;
        color: #666666;
        line-height: 29px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news_w {
        padding: 80px 0 80px 0;
    }

    .noborder {
        border: 0 solid #DCDEE2;
    }

    .postercard {
        height: 480px;
    }

    .singleline {
        -webkit-line-clamp: 1;
    }

    .casecard {
        width: 460px;
        height: 580px;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border: 1px solid #DCDEE2;
        margin-bottom: 40px;
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px 5px 5px 5px;
    }

    .druglogo {
        width: 75px;
        height: 36px;
    }

    .webinarssubmit {
        border: none;
        color: #f5f8fd;
        background: #0047ba;
        cursor: pointer;
        padding: 0 50px;
        font-size: 20px;
        font-weight: 400;
        line-height: 60px;
    }

    .webinarscancel {
        color: #0047ba;
        background: #f5f8fd;
    }

    .webinars_txt {
        font-size: 36px;
        font-weight: 700;
        color: #222222;
        line-height: 52px;
        margin-bottom: 60px;
    }

    .webinput {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border-bottom: 1px solid #E8EAEC;
        width: 100%;
    }

    .webinput em {
        width: 250px;
        height: 32px;
        font-size: 20px;
        font-weight: 400;
        color: #222222;
        line-height: 32px;
    }

    .webselect {
        margin-left: 25px;
        width: 400px;
        height: 60px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border: 0 solid #E8EAEC;
    }

    .webfromcard {
        background-color: white;
        height: 100%;
        width: 40%;
        position: fixed;
        top: 0;
        right: -40%;
        z-index: 999;
        display: flex;
        align-items: flex-end;
    }

    .webfrom {
        -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 8%);
        box-shadow: 0 0 0 rgb(0 0 0 / 8%);
        margin: 0;
    }

    .seleoption {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
    }

    .arrows-icon {
        height: 16px;
        width: 16px;
        margin-left: 5px;
    }

    .vrcard {
        width: 48%;
        height: 320px;
        opacity: 1;
        margin-bottom: 40px;
    }

    .vrpicture {
        display: flex;
        align-items: flex-end;
    }

    .vrtitle {
       /*height: 50px;*/
       margin-top: 24px;
       margin-bottom: 0;
       /* line-height: 50px; */
       font-weight: 400;
       width: 100%;
       /* padding-left: 20px; */
       padding-bottom: 8px;
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 166%); */
    }

    .addtime {
        font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
        font-weight: 400;
        /* font-size: 20px; */
        font-size: 16px;
        color: #666666;
        color: #3a84c0;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        /* font-family:"楷体"; */
    }
    .brandup{
        z-index: 9;
        position: relative;
        background-color: white;
    }
    .brandheadup{
        margin-top: -475px;
    }
@media screen and (max-width:1800px) {
    .ulframe {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }
    .prjcard {
        width: 420px;
        height: auto;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border: 1px solid #DCDEE2;
        margin-bottom: 20px;
    } 
}

@media screen and (max-width:1440px) {
    .ulframe {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }
    .prjcard {
        width: 320px;
        height: auto;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border: 1px solid #DCDEE2;
        margin-bottom: 20px;
    } 
}

@media screen and (max-width:1300px) {
    
    .vrcard {
        height: 240px;
    }
}

@media screen and (max-width:1200px) {
    .ulframe {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }
    .prjcard {
        width: 300px;
        height: auto;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border: 1px solid #DCDEE2;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1130px) {}

@media screen and (max-width:1060px) {
    .vrcard {
        height: 200px;
    }
}

@media screen and (max-width:1023px) {
    .brandheadup{
        margin-top: 0px;
    }
    .ulframe {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .prjcard {
        width: 453px;
        height: auto;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border: 1px solid #DCDEE2;
        margin-bottom: 20px;
    } 

    .satcard {
        width: 100% !important;
        height: auto;
    }

    .satimg {
        /* width: 480px;
        height: 270px; */
        overflow: hidden;
    }

    .satimg img {
        width: 100%;
        height: auto;
    }

    .sattitle {
        font-size: 28px;
        line-height: 32px;
        height: 70px;
    }

    .sattimeinfo {
        font-size: 30px;
    }

    .satcontant {
        font-size: 26px;
    }

    .druglogo {
        width: 85px;
        height: 46px;
    }

    .webfromcard {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 999;
        display: flex;
        align-items: center;
    }

    .webinars_txt {
        font-size: 46px;
    }

    .webinput em {
        width: 280px;
        height: 42px;
        font-size: 30px;
        font-weight: 400;
        color: #222222;
        line-height: 42px;
    }

    .webselect {
        margin-left: 0;
        margin-top: 20px;
        width: 500px;
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
    }

    .error-dialog-desc {
        font-size: 36px;
    }

    .w.comflex2.w4 {
        top: 85% !important;
    }

    .vrcard {
        width: 100%;
        height: 320px;
        opacity: 1;
        margin-bottom: 65px;
    }

    .vrpicture {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: flex-end;
    }

    .vrtitle {
        /*height: 50px;*/
        margin-top: 24px;
        margin-bottom: 0;
        /* line-height: 50px; */
        font-weight: 400;
        width: 100%;
        /* padding-left: 20px; */
        padding-bottom: 8px;
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 166%); */
    }
}