button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
}
/* .container-xl {
    max-width: 1200px;
    width:100%;
    margin:0 auto;
    padding-left:0px;
    padding-right:0px;
    overflow-x: hidden;
} */

.MODAL-FORM {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}


@media screen and (min-width: 800.1px) {
    .zh-CN .MODAL-FORM {
        left: auto;
    }
}

.form-main {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.form-page {
    height: 100%;
    position: relative;
}
@media screen and (max-width: 800px) {
    .form-page {
        margin:  4vw;
    }
    .zh-CN .form-page {
        margin: 0  5.6vw 2.6vw ;
    }
    .form-page-content {
        padding-top:0px;
    }
}
@media screen and (min-width: 800.1px) {
    .form-page {
        width:100%;
        max-width: 1200px;
        margin: 0px auto;
    }
    
}

.form-page-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top:10px;
}
@media screen and (max-width: 800px) {
    .form-page-content {
        padding-top:0px;
    }
}

.form-result-page {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.form-result-page-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
}

.form-result-page-content .result-icon {
    width: 104px;
    height: 104px;
}

.form-result-page-content .result-title {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 36px;
    letter-spacing: 0.55px;
    margin-top: 59px;
}


.form-result-page-content .result-desc {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 21px;
    margin-top: 11px;
}

.form-result-page-content .form-result-btn {
    position: absolute;
    bottom: 98px;
}

.download-catalog-main {
    height: 100%;
    display: none;
}

.download-catalog-content {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.download-catalog-main .catalog-info {
    text-align: center;
    margin-bottom: 54px;
}

.download-catalog-main .catalog-img {
    width: 180px;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.download-catalog-main .catalog-name {
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    letter-spacing: 0.07px;
    margin-bottom: 54px;
}

.download-catalog-main .download-tip {
    width: 349px;
    height: 60px;
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #000000;
    line-height: 30px;
    margin: 0 auto;
}

.download-catalog-main .catalog-download-but {
    position: absolute;
    bottom: 10px;
    width: 248px;
    height: 63px;
    background: #3377ff;
    border-radius: 32px;
    font-size: 26px;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    line-height: 63px;
    letter-spacing: 1.03px;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: 0 auto;
}

.zh-CN .modal-label-username {
    display: block;
}
.zh-CN .modal-text{
    font-size: 14px;
    color: #808080;
}
@media screen and (min-width: 800.1px) {

    /* 箭头按钮 */
    .BUTTON-WITH-ARROW {
        font-size: 24px;
        font-weight: var(--semiBold);
        text-align: right;
        color: #3377ff;
        line-height: 44px;
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
    }

    /* 右箭头 */
    .arrow-right {
        content: "";
        height: 10px;
        width: 10px;
        border-color: #3377ff;
        border-style: solid;
        border-width: 2.5px 2.5px 0 0;
        margin-left: 20px;
        transform: rotateZ(45deg);
    }
    .ar .arrow-right {
        margin-left: 0;
        margin-right: 20px;
        border-width: 0 0 2.5px 2.5px;
    }

    .modal-form {
        display: none;
        z-index: 9999;
    }

    .modal-layout {
        float: right;
        width: 473px;
        height: 100%;
    }

    .modal-form-content {
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 8px 0px 0px 8px;
        box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.13);
        padding: 60px 0 48px 0;
        position: relative;
    }

    .modal-form-content .close-btn {
        position: absolute;
        display: flex;
        z-index: 9999;
        top: 24px;
        left: 24px;
        cursor: pointer;
        width:30px;
        height:30px;
    }
    .zh-CN .modal-form-content .close-btn {
        width: 24px;
        height: 24px;
    }

    .modal-form-main {
        overflow-y: scroll;
        margin-bottom: 50px;
        padding-left: 47px;
        padding-right: 47px;
        margin-right: 20px;
    }
    .zh-CN .modal-form-main {
        padding-left: 42px;
        padding-right: 30px;
        margin-right: 19px;
    }

    .modal-form-main::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 2px;
        /*高宽分别对应横竖滚动条的尺寸*/
        /* height: 1px; */
    }

    .modal-form-main::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        /* border-radius: 10px; */
        /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
        background: #3377FF;
    }

    .modal-form-main::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
        /* border-radius: 10px; */
        background: #D8D8D8;
    }

    .modal-label-container {
        display: flex;
        flex-direction: row;
        color: rgba(34, 34, 34, 0.70);
        font-size: 14px;
    }
    .zh-CN .modal-label-container {
        font-size: 18px;
        color: #000;
    }
    .zh-CN .modal-label-username {
        display: block;
    }
    .modal-form-row-content {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        color: rgba(0, 0, 0, 0.80);
        line-height: 24px;
        padding: 10px 10px;
        height: 45px;
        border: 1px solid rgba(0, 0, 0, 0.20);
        border-radius: 4px;
    }

    .form-main .title {
        font-size: 44px;
        font-weight: 700;
        text-align: center;
        color: #000000;
        line-height: 65px;
        letter-spacing: 0.85px;
        margin-top: 10px !important;
    }

    .zh-CN .form-main .title{
        display: none;
    }

    .form-main .title-cn{
        display: none;
    }

    .zh-CN .form-main .title-cn{
        display: block;
        font-size: 29px;
        line-height: 40px;
        font-weight: 600;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .form-main .tips {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #000000;
        line-height: 21px;
        padding:0 20px;
        margin-bottom: 24px;
    }

    .zh-CN .form-main .tips-cn{
        display: flex;
        align-items: center;
        width: 302px;
        margin: 12px auto 42px;
        padding: 3px 16px;
        border-radius: 20px;
        background-color: rgba(255, 176, 80, 0.149);
        font-size: 14px;
        line-height: 21px;
        color: #FF6750;
        white-space: nowrap;
    }

    .zh-CN .form-main .tips-cn span{
        background-color: #FF6750;
        color: #fff;
        padding: 2px 6px;
        margin: 0px 10px;
        border-radius: 6px;
        font-size: 14px;
    }

    .form-main .mail-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 24px;
        line-height: 22px;
    }

    .form-main .icon-mail {
        width: 20px;
        height: 20px;
    }

    .form-main .mail-text {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        color: #2b86ff;
        letter-spacing: -0.4px;
        margin-left: 12px;
    }
    .ar .form-main .mail-text {
        margin-right: 12px;
        margin-left: 0;
    }

    .btn-block {
        /* position: absolute;
        bottom: 0; */

        width:auto;
        padding:5px 20px;
        margin: auto;
        background: #2b86ff !important;
        border-radius: 32px;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        letter-spacing: 1.03px;
        display: none;
    }

    .zh-CN .btn-block {
        padding: 10px 24px;
    }

    #ext_fields1 .check-box input,
    #ext_fields2 .check-box input {
        margin-right: 10px;
        margin-left: 4px;
    }

    #ext_fields1 .redmust,
    #ext_fields2 .redmust,
    .redmust {
        color: red;
        margin-left: 5px;
    }

    #ext_fields2 label {
        height: 33px;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        color: #000000;
        line-height: 33px;
    }

    .form-main .modal-form-row-content:focus {
        outline: 1px solid #3377ff;
        border-radius: 4px;
        box-shadow: 0px 0px 4px 2px rgba(50, 197, 255, 0.20);
    }

    /* #ext_fields1 .check-box,
    #ext_fields2 .check-box {
        float: left;
        width: 100%;
        margin-bottom: 16px;
    } */

    /* #ext_fields1 #username,
    #ext_fields1 #phone,
    #ext_fields1 #company,
    #ext_fields #city,
    #ext_fields2 #email,
    #ext_fields2 #wechat,
    #ext_fields2 #content {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #ced4da;
        border-radius: 4px;
    } */

}



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

    /* 箭头按钮 */
    .BUTTON-WITH-ARROW {
        font-size: 15px;
        font-weight: var(--semiBold);
        text-align: right;
        color: #3377ff;
        line-height: 22px;
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
    }

    /* 右箭头 */
    .arrow-right {
        content: "";
        height: 10px;
        width: 10px;
        border-color: #3377ff;
        border-style: solid;
        border-width: 2.5px 2.5px 0 0;
        margin-left: 20px;
        transform: rotateZ(45deg);
    }
    
    .ar .arrow-right {
        margin-left: 0;
        margin-right: 20px;
        border-width: 0 0 2.5px 2.5px;
    }

    .modal-form {
        display: none;
        z-index: 11000;
    }

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

    .modal-form-content {
        width: 100%;
        height: 90%;
        background-color: #fff;
        border-radius: 9px 9px 0px 0px;
        padding: 60px 0 38px 0;
        position: relative;
        bottom: 0;
    }
    .zh-CN .modal-form-content {
        padding-top: 12vw;
    }

    .modal-form-content .close-btn {
        position: absolute;
        display: flex;
        z-index: 9999;
        top: 15px;
        left: 15px;
        cursor: pointer;
        width: 23px;
        height: 23px;
    }

    .modal-form-main {
        overflow-y: scroll;
        margin-bottom: 30px;
        padding-left: 20px;
        /* padding-right: 20px; */
        margin-right: 20px;
    }
    .zh-CN .modal-form-main {
        padding-left: 0;
        margin-right: 0;
    }

    .modal-form-main::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 0px;
        /*高宽分别对应横竖滚动条的尺寸*/
        /* height: 1px; */
    }

    .modal-form-main::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        /* border-radius: 10px; */
        /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
        background: #3377FF;
    }

    .modal-form-main::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
        /* border-radius: 10px; */
        background: #D8D8D8;
    }

    .modal-label-container {
        display: flex;
        flex-direction: row;
        color: rgba(34, 34, 34, 0.70);
        font-size: 14px;
    }
    .zh-CN .modal-label-container {
        font-size: 3.733vw;
        font-weight: 500;
        color: #000;
    }

    .modal-form-row-content {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: rgba(0, 0, 0, 0.80);
        line-height: 24px;
        padding: 10px 10px;
        height: 45px;
        border: 1px solid rgba(0, 0, 0, 0.20);
        border-radius: 2px;
    }
    .zh-CN .modal-form-row-content {
        height: 8.4vw;
        padding: 1.467vw;
    }
    .zh-CN .form-main .title{
        display: none;
    }
    .zh-CN .form-main .title-cn{
        display: block;
        font-size: 5.333vw;
    }

    .form-main .title {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        color: #333333;
        line-height: 36px;
    }

    .form-main .tips {
        font-size: 12px;
        text-align: center;
        color: #000000;
        line-height: 18px;
        margin-top: 8px;
        padding:0 10px;
        margin-bottom: 16px;
    }

    .zh-CN .form-main .tips-cn{
        display: flex;
        align-items: center;
        width: 66vw;
        margin: 1.6vw auto 8vw;
        padding: 0.8vw 3.2vw;
        border-radius: 4vw;
        background-color: rgba(255, 176, 80, 0.149);
        font-size: 3.2vw;
        line-height: 4.8vw;
        color: #FF6750;
    }

    .zh-CN .form-main .tips-cn span{
        background-color: #FF6750;
        color: #fff;
        padding: 0.267vw 0.8vw;
        margin: 0px 1.333vw;
        border-radius: 1.067vw;
        font-size: 3.2vw;
    }
    .zh-CN .form-group-other{
        display: flex;
    }
    .zh-CN .form-group-other .modal-label-container{
        width: 25%;
    }
    .form-main .mail-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .form-main .icon-mail {
        width: 12px;
        height: 12px;
    }

    .form-main .mail-text {
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        color: #2b86ff;
        line-height: 16.5px;
        letter-spacing: -0.24px;
        margin-left: 6px;
    }

    .btn-block {
        padding:5px 20px;
        margin: auto;
        background: #2b86ff !important;
        border-radius: 15px;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        line-height: 30px;
        font-size: 13px;
        width:auto;
    }

    .about-wrap {
        padding: 20px;
        margin-bottom: 20px;
    }

    #ext_fields1 .check-box input,
    #ext_fields2 .check-box input {
        margin-right: 10px;
        margin-left: 4px;
    }

    #ext_fields1 .redmust,
    #ext_fields2 .redmust,
    .redmust {
        color: red;
        margin-left: 5px;
    }

    #ext_fields1 label,
    #ext_fields2 label {
        height: 22px;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #000000;
        line-height: 23px;
    }

    .form-main .modal-form-row-content:focus {
        outline: 1px solid #3377ff;
        border-radius: 2px;
        box-shadow: 0px 0px 2px 1px rgba(50, 197, 255, 0.20);
    }

    /* #ext_fields1 .check-box,
    #ext_fields2 .check-box {
        float: left;
        width: 100%;
        margin-bottom: 16px;
    }

    #ext_fields1 #username,
    #ext_fields1 #phone,
    #ext_fields1 #company,
    #ext_fields #city,
    #ext_fields2 #email,
    #ext_fields2 #wechat,
    #ext_fields2 #content {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #ced4da;
        border-radius: 4px;
    } */

    .download-catalog-main .catalog-img {
        width: 160px;
        height: 160px;
    }

    .download-catalog-main .catalog-name {
        height: 16.5px;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        line-height: 16.5px;
        margin-bottom: 32.5px;
    }

    .download-catalog-main .download-tip {
        width: 286px;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #000000;
        line-height: 21px;
        letter-spacing: 0.29px;
    }

    .download-catalog-main .catalog-download-but {
        width: 146px;
        height: 30px;
        border-radius: 15px;
        font-weight: 600;
        line-height: 30px;
        font-size: 13px;
    }
}

@media (max-height: 640px) {
    .download-catalog-main {
        overflow: auto;
    }

    .download-catalog-content {
        min-height: 368px;

        display: flex;
        justify-content: flex-start;
        flex-flow: column;
    }
}

@media (min-width: 800px) and (max-height: 640px) {
    .download-catalog-main .catalog-download-but {
        position: static;
    }
}

@media (max-width: 800px) and (max-height: 480px) {
    .download-catalog-main .catalog-download-but {
        position: static;
    }
}

#modal-form-content-length {
    font-size: 10px;
    display: flex;
    justify-content: end;
}

#ext_fields_form .check-box .check-label input {
    margin-right: 5px;
}
.zh-CN #ext_fields_form .check-box .check-label input {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    font-size: 18px;
}
.ar #ext_fields_form .check-box .check-label input {
    margin-right: 0;
    margin-left: 5px;
}

#ext_fields_form .check-box {
    display: flex;
    flex-direction: column;
}

.zh-CN #ext_fields_form .check-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
}
.ar #ext_fields_form .check-box{
    text-align: right;
}
#ext_fields_form .check-box .check-label {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    
}
#ext_fields_form .check-box .check-label-product {
    width:51%;
}
.zh-CN #ext_fields_form .check-box .check-label{
    width: auto;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

/* 移动端 */
@media screen and (max-width: 800px){
    .zh-CN #ext_fields_form .check-box .check-label{
        font-size: 3.733vw;
        margin: 0 4vw 3.2vw 0;
    }
    .zh-CN #ext_fields_form .check-box .check-label input{
        width: 3.2vw;
        height: 3.2vw;
        margin-right: 1.6vw;
    }
}


#ext_fields_form .form-group input,
#ext_fields_form .form-group textarea {
    color: #222;
    font-size: 14px;
    text-align:left;
}
.zh-CN #ext_fields_form .form-group input{
    text-align: center;
}

.ar #ext_fields_form .form-group input,
.ar #ext_fields_form .form-group textarea {
    text-align:right;
}

#ext_fields1 .check-box .check-label:hover,
#ext_fields_form .check-box .check-label:hover {
    color: #2B86FF !important;
}

#ext_fields_form .produts_title {
    color: rgba(34, 34, 34, 0.70);
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.select-box{
    font-size:14px;
}


.zh-CN .detail-input-container {
    width: 100%;
}

.zh-CN .detail-input {
    width: 100%;
}