.pc{
    position: fixed;
}
.warp{
    position: fixed;
    top:60px;
}
.pg-phone{
    display: block;
}
.pg-pc{
    display: none;
}

.we-brand {
    width: 108rem;
    height: 192rem;
    padding-top: 60px;
    position: relative; 
    z-index: -1;
}

.brand-img {
    width: 100%;
    height: 100%;
}
.brand-message {
    position: absolute;
    top: 119.5rem;
    left: 13.8rem;
}
.brand-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 7.2rem;
    color: #FFB300;
}
.brand-txt {
    font-family: 'OPPOSans';
    font-weight: lighter;
    font-size: 3.6rem;
    line-height: 4.8rem;
    color: #fff;
    margin-top: 7rem;
}
.we-table {
    position: relative; 
    background-color: #FFF;
    z-index: -1;
}
.we-top {
    display: flex;
    width: 100%;
    height: 8.5rem;
    padding: 1.75rem 7.5rem;
}
.we-top-select {
    position: relative;
    width: 25rem;
    height: 5rem;
    margin: 0 2rem;
}
.we-top-select-input {
    width: 100%;
    height: 100%;
    font-family: Rany;
    font-size: 3rem;
    border: none;
    cursor: pointer;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 20rem;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.option {
    min-height: 5rem;
    padding: 1rem 2rem;
    font-family: Rany;
    font-size: 3rem;
    color: #333;
    cursor: pointer;
}

.option:hover {
    background-color: #f0f0f0;
}

/* .dc-top-select.active .dc-top-select-input {
    background-color: #FFB300;
} */
.we-top-select::after {
    content: '';
    position: absolute;
    right: -2.9rem;
    top: 2.15rem;
    width: 2.1rem;
    height: 1.1rem;
    background-image: url('/assets/img/support/downloadCenter/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.we-top-select.active::after {
    background-image: url('/assets/img/support/downloadCenter/arrow-active.png');
}
.we-top-button {
    width: 21rem;
    height: 5rem;
    margin-left: 18rem;
}
.we-top-apply {
    width: 100%;
    height: 100%;
    font-family: Rany;
    font-size: 2.4rem;
    color: #FFFFFF;
    background-color: #FFB300;
    border-radius: 2.5rem;
    border: none;
}

.we-list {
    width: 100%;
    padding: 5rem 7.5rem 10rem;
    background-color: #eeeeee;
}
.we-list-box {
    width: 100%;
    /* height: 50rem; */
    margin-bottom: 5rem;
    background-color: #fff;
    border-radius: 2.5rem;
    overflow: hidden;
}
.item-message .item-title {
    font-family: Rany;
    /* font-weight: bold; */
    font-size: 3rem;
    color: #B5B5B5;
    margin-top: 1.4rem;
}
.item-message .item-txt {
    font-family: OPPOSans;
    font-size: 3rem;
    color: #000;
    margin-top: 1.4rem;
}
.item-one {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 4.6rem 7rem 1.8rem 7rem;
}
.item-one .item-message {
    width: 100%;
}
.item-two {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 2.5rem 7rem 1.8rem 7rem;
}
.item-two .item-message {
    width: 31.8rem;
}
/* .item-two .item-message .item-txt {
    margin-top: 1.9rem;
} */
.item-button {
    width: 100%;
    padding: 3.5rem 7rem 3.5rem 7rem;
}
.item-button .item-btn {
    width: 28rem;
    height: 7rem;
    font-family: Rany;
    font-weight: bold;
    font-size: 4.8rem;
    color: #fff;
    background-color: #FFB300;
    border-radius: 3.5rem;
    border: none;
    text-align: center;
    line-height: 7rem;
    cursor: pointer;
}


.we-buttom-page {
    width: 108rem;
    height: 19rem;
    padding: 6rem 19rem 6.8rem;
    background-color: #fafafa;
}

.we-buttom-clearfix {
    display: flex;
    justify-content: center;
    width: 100%;
}
.we-buttom-arrow {
    margin: 2.5rem 2rem;
    cursor: pointer;
}
.we-buttom-arrow.off {
    cursor: not-allowed;
}
.we-buttom-page-item {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    border-radius: 3.5rem;
    margin: 0 1.5rem;
    font-family: Rany-Light;
    font-size: 3.6rem;
    color: #000;
    background-color: #fff;
}
.we-buttom-page-item a {
    display: block;
    color: #000;
}
.on.we-buttom-page-item {
    font-family: Rany;
    font-size: 3.6rem;
    background-color: #FFB300;
}
.we-buttom-page-item:hover {
    background-color: #FFB300;
}
.we-buttom-page-item:hover a {
    color: #fff;
}
.on.we-buttom-page-item a {
    color: #FFF;
}
.footerTable {
    display: none;
}

.webinar-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: black; */
    top: 0rem;
    /* opacity: 0.8;  */
}
.shadow {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    z-index: 1;
    top: 0rem;
    opacity: 0.8;
}
.webinar-form-box {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95rem;
    height: 132rem;
    background-color: #fff;
    border-radius: 2.5rem;
}
.webinar-form-box .tableHeader {
    /* background-color: royalblue; */
    height: 6%;
    background-color: #FFB300;
    color: #fff;
    font-size: 3rem;
    padding: 1px;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: 0rem;
}

.webinar-form-box .tableHeader p {
    width: 30%;
    margin-left: 35%;
    margin-top: 2%;
    font-size: 3.6rem;
    /* font-family: Rany-Medium; */
    text-align: center;
}
.webinar-form-box .img-close {
    width: 5.5rem;
    float: right;
    margin-top: -124%;
    margin-right: -28%;
    border-radius: 1rem;
}
.webinar-form-box-index {
    /* display: flex; */
    width: 100%;
    padding: 0 8.5rem;
}
.webinar-form-box-index .form-left { 
    width: 100%;
    margin-top: 3.2rem;
}
.webinar-form-box-index .form-left h4 {
    width: 75%;
    font-family: OPPOSans;
    font-size: 3rem;
    color: #000;
    margin-bottom: 2.2rem;
}
.webinar-form-box-index .form-left dl {
    display: flex;
    flex-wrap: wrap;
}
.webinar-form-box-index .form-left dl dd {
    width: 50%;
    margin-top: 1.3rem;
}
.webinar-form-box-index .form-left dl dd .title {
    font-family: Rany;
    font-size: 2.4rem;
    color: #B5B5B5;
}
.webinar-form-box-index .form-left dl dd .txt { 
    font-family: OPPOSans;
    font-size: 2.4rem;
    color: #000;
}
.webinar-form-box-index .form-left .title {
    font-family: Rany;
    font-size: 2.4rem;
    color: #B5B5B5;
    margin-top: 2.9rem;
}
.webinar-form-box-index .form-left #content {
    font-family: OPPOSans;
    font-size: 2.4rem;
    color: #000;
    margin-top: 0.7rem;
}
.webinar-form-box-index .form-left .note {
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 2.4rem;
    color: #FFB300;
    margin-top: 0.7rem;
}
.webinar-form-box-index .form-right {
    width: 100%;
    margin-top: 0.5rem;
}
.webinar-form-box-index .form-right .form-input-1,
.webinar-form-box-index .form-right .form-input-2,
.webinar-form-box-index .form-right .form-input-4,
.webinar-form-box-index .form-right .form-input-5,
.webinar-form-box-index .form-right .form-input-8 {
    width: 36rem;
    height: 4rem;
    border: 1px solid #e5e5e5;
    margin-top: 1.5rem;
    padding: 0 7px;
    margin-right: 2rem;
    font-size: 2.4rem;
    color: #000;
    border-radius: 0.5rem;
    background-color: #fafafa;
}
.webinar-form-box-index .form-right .form-input-3,
.webinar-form-box-index .form-right .form-input-6,
.webinar-form-box-index .form-right .form-input-7 {
    width: 74.5rem;
    height: 4rem;
    border: 1px solid #e5e5e5;
    margin-top: 1.5rem;
    padding: 0 7px;
    font-size: 2.4rem;
    color: #000;
    border-radius: 0.5rem;
    background-color: #fafafa;
}
.webinar-form-box-index .form-right .form-input-radio {
    font-family: OPPOSans;
    font-size: 2.4rem;
    color: #000;
    margin-top: 1.5rem;
}
/* .webinar-form-box-index .form-right .purchased-products {

} */
.webinar-form-box-index .form-right .custom-radio {
    appearance: none;
    width: 2.4rem;
    height: 2.4rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: white;
    position: relative;
    margin-right: 0.2rem;
    margin-left: 1rem;
    vertical-align: middle;
    margin-top: 0;
}

.webinar-form-box-index .form-right .custom-radio:checked {
    border-color: #ffb300;
    background-color: white;
}

.webinar-form-box-index .form-right .custom-label {
    margin-top: 1.5rem;
    font-size: 2rem;
}

.webinar-form-box-index .form-right .custom-radio:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #ffb300;
    border-radius: 50%;
}

.webinar-form-box-index .form-right .custom-radio:focus {
    outline: none;
    box-shadow: none;
}

.webinar-form-box-index .form-right .cap {
    height: 4.5rem;
    margin-left: 0;
    margin-top: 2.5rem;
}
.webinar-form-box-index .form-right .cap-img {
    margin-top: 0;
    height: 4.5rem;
}
.webinar-form-box-index .form-right .form-input-check {
    width: 100%;
    font-family: OPPOSans;
    font-size: 1.8rem;
    color: #000;
}
.webinar-form-box-index .form-right .form-input-check input {
    width: 2rem;
    height: 2rem;
    accent-color: #FFB300;
}
.webinar-form-box-index .form-right .annotations-text {
    width: 100%;
    font-family: OPPOSans;
    font-size: 1.8rem;
    color: #000;
}
.webinar-form-box-index .form-right .form-tip {
    width: 100%;
    font-size: 2.4rem;
    text-align: center;
    color: red;
}
.webinar-form-box .form-button-box {
    width: 100%;
    margin-top: 2rem;
}
.webinar-form-box .form-webinar-button {
    display: block;
    width: 25rem;
    height: 6rem;
    margin: 0 auto;
    font-family: Rany;
    font-weight: bold;
    font-size: 4.2rem;
    color: #FFF;
    background-color: #FFB300;
    border-radius: 3.5rem;
    border: 0px;
}