@font-face { font-family: Rubik;  src:url('../fonts/Rubik-Regular.woff.ttf') format('truetype');}
@font-face {font-family: Rubik-Medium; src:url('../fonts/Rubik-Medium.woff.ttf') format('truetype');}
@font-face {font-family: Rubik-Bold;src:url('../fonts/Rubik-Bold.woff.ttf') format('truetype');}
@font-face {font-family:Rubik-MediumItalic;src:url('../fonts/Rubik-MediumItalic.woff.ttf') format('truetype');}
*{
    margin: 0;padding: 0;
}
ul,li,i{margin: 0;padding: 0;font-style: normal;list-style: none;}
.clearfix:after{display: block;content: "";clear: both;}
.textOver {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #000;
}
body{
    background: #FAFAFA;
    font-family: Rubik;
}
.whole_box {
    width: 100%;
}
.whole_box .whole_banner img{
    width: 100%;
}
.whole_box .whole_banner{
    position: relative;
}
.whole_banner p{
    position: absolute;
    color: #EAF1F8;
    margin-bottom: 0;
}
.whole_banner p.banner_title{
    top: 20%;
    right: 20%;
    font-size: 28px;
    font-weight: 600;
}
.whole_banner p.banner_title span{
    color: #EE7B1A;
    font-size: 52px;
    margin-right: 10px;
}
.whole_banner p.banner_tips{
    top: 42%;
    right: 20%;
    font-size: 22px;
}
.whole_banner p.banner_join{
    line-height: 50px;
    text-align: center;
    background-color: #EE7B1A;
    color: #0A1100;
    font-size: 22px;
    border-radius: 4px;
    left: 19.5%;
    top: 76%;
    cursor: pointer;
    font-weight: 600;
}
.email_obx{
    max-width: 1200px;
    margin: 80px auto 0;
    word-break: break-word;
}
.email_obt{
    font-size: 46px;
    color: #EE7B1A;
    font-weight: 600;
    font-family: 'AkroBlack', Akrobat;
    text-transform: uppercase;
    text-align:center;
}
.email_obxs{
    line-height: 26px;
    color: #000;
    font-size: 20px;
    font-family: 'PopLight', Poppins;
}
.email_obxs h5{
    font-size:20px;
    font-family: 'PopSemiBold', Poppins;
}
.email_obxs li{
    margin-bottom:35px;
}
.fill_box{
    width: 48%;
    margin: 0 auto;
}
.fill_box .form_title{
    margin-top: 54px;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.fill_box .tips_box{
    height: 50px;
    max-width: 80%;
    margin: 0 auto;
}
.fill_box .tips{
    position: relative;
    display: inline-block;
    background-color: #FF6565;
    padding: 0 15px 0 5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    display: none;
}
.fill_box .error_tips{
    position: relative;
    display: inline-block;
    background-color: #FF6565;
    left: 50%;
    padding: 0 15px 0 5px;
    transform: translateX(-50%);
    border-radius: 2px;
    display: none;
}
.form_title_tips p{
    max-width: 400px;
    font-size: 15px;
    color: #2B2E2F;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}
.fill_box .close{
    width: 16px;
    height: 16px;
    top: 4px;
    left: 5px;
    background-color:#FF9696 ;
    position: absolute;
    border-radius: 50%;
    opacity: 1;
}
.fill_box .close::before,
.fill_box .close::after {
    content: ' ';
    background-color: #fff;
    left:7px;
    top: 3px;
    width: 2px;
    height: 10px;
    position: absolute;
}

.fill_box .close::before {
    transform: rotate(45deg);
}

.fill_box .close::after {
    transform: rotate(-45deg);
}

.fill_box .tips span,.fill_box .error_tips span{
    margin-left: 50px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    display: inline;
    word-break:break-all;
}
.form_item {
    width: 100%;
    margin: 27px auto 0;
    font-family: 'PopRegular', Poppins;
}
.form_item .item_title{
    font-size: 22px;
    color: #2B2B2B;
    font-weight: 600;
    margin-bottom: 26px;
    display: flex;
    justify-content: flex-start;
}
.form_item .small_title{
    font-size: 15px;
    color: #2B2B2B;
}
.form_item .item_title span{
    color: #FF5050;
    font-size: 15px;
    margin-right: 2px;
    display: block;
}
.form_name{
    display: flex;
}
.form_name>div:nth-of-type(1){
    margin-right: 10px;
    margin-bottom: 10px;
}
.flexBox{
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flexBox>div{
    display: flex;
    align-items: flex-start;
    max-width: 420px;
}
.flexBox>div>span{
    color: #FF5050;
    font-size: 15px;
    margin-right: 2px;
}
.form_box input{
    height: 60px;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #fff;
}
.form_box input:hover,.form_box input:focus{
    background-color: #fff;
}
.form_box .border_box{
    width: 200px;
    padding-left:6px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    background-color: #fff;
}
.border_box input{
    /* width: 192px; */
    width: 95%;
}
.form_pos select{
    height: 38px;
    width: 198px;
    border:1px solid #D9D9D9;
    border-radius: 2px;
    outline: none;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 14px;
}

.radio_box{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}
.radio_box .radios{
    display: flex;
    align-items:center;
    width: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
    /* margin-right: 50px; */
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.radio_box .radios span{
    margin-left: 30px;
    font-family: 'PopRegular', Poppins;
    font-size: 20px;
    color: #212121;
    font-style: normal;
}
.radio_box .Checkbox {
    position: absolute;
    visibility: hidden;
}
.radio_box .Checkbox+label {
    position:absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #9A9A92;
    border-radius: 50%;
    background-color:#fff;
    margin-bottom:0;
}
.radio_box .Checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -4px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #EE7B1A;
}
.active .Checkbox+label{
    border-color: #EE7B1A;
}
.radio_box .active span{
    color: #EE7B1A;
}
.form_item textarea{
    width: 100%;
    height: 120px;
    border: none;
    outline: none;
    resize: none;
    font-size: 18px;
    padding: 12px;
    background-color: #fff;
    font-family: 'PopSemiBold', Poppins;
    color: #212121;
}
.form_area{
    position: relative;
}
.fill_before{
    pointer-events: none;
    position: absolute;
    display: flex;
    align-items: center;
    top: 72px;
    left: 12px;
}
.fill_before img{
    width: 12px;
}
.fill_before span{
    color: #C7C7C7;
    font-size: 15px;
    margin-left: 3px;
}

.form_bg .formBtn{
    font-size: 16px;
    color: #2B2B2B;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #EE7B1A;
    border-radius: 3px;
    margin: 15px auto 60px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.form_bg .formBtn:hover{
    background-color: #d56e17;
}

/* #custmoerTag .menu li:nth-of-type(2) a{
    color: #fff;
} */
.form_box .w420 .border_box{
    width: 420px;
}
.form_box .w420 .border_box input{
    width: 402px;
}
.form_box .w600 .border_box,.form_box .w600>div{
    width: 85%;
    max-width: 90%;
}
.form_box .w600 .border_box input{
    width: 99%;
}
.form_box .form_item .border-28c{
    border-color: #2B2B2B;
}
.border-red,.radio_box.border-red .Checkbox+label{
    border-color: #FF4D4D !important;
}
.red-color,.red-color span{
    color: #FF4D4D !important;
}
input{
    text-align: left;
}
.mobile_banner{
    display: none;
}


.wh_mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 600;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.wh_mask .wh_mask_inner{
    max-width: 488px;
    max-height: 260px;
    width: 80%;
    height: 25%;
    border-radius: 7px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* margin-left: -244px;
    margin-top: -130px; */
    padding-top: 3%;
}
.wh_mask .wh_mask_inner p{
    margin: 0 auto;
    max-width: 364px;
    width: 80%;
    text-align: center;
    font-size: 14px;
    color: #2B2B2B;
}
.wh_mask .wh_mask_inner p img{
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto 30px;
}
.wh_mask .wh_mask_inner>img{
    width: 16px;
    height: 16px;
    position: absolute;
    top:14px;
    right: 18px;
    cursor: pointer;
}



@media screen and (min-width: 10px) {
    .whole_banner p.banner_title{
        font-size: 12px;
        top: 12%;
        right: 4%;
    }
    .whole_banner p.banner_title span{
        font-size: 18px;
    }
    .whole_banner p.banner_tips{
        font-size: 12px;
        top: 38%;
        right: 4%;
    }
    .whole_banner p.banner_join{
        font-size: 12px;
        padding: 4px 12px;
        line-height: 18px;
        left: 19.5%;
        top: 76%;
    }
    .pc_banner{
        display: none;
    }
    .mobile_banner{
        display: block;
    }
    .fill_box{
        width: 80%;
    }
    .email_obx{
        /* width: 80%; */
        margin: 40px auto 0;
    }
    .email_obxs{
        font-size: 12px;
    }
    .form_item textarea{
        height: 70px;
    }
    .email_obt{
        font-size: 16px;
    }
    .fill_box .form_title{
        font-size: 22px;
        margin-top: 34px;
    }
    .form_name div .border_box,
    .form_box .w420 .border_box{
        width: 100%;
    }
    .form_box .w420 .border_box input{
        width: 99%;
    }
    .flexBox>div{
        width: 100%;
    }
    .form_name>div:nth-of-type(1){
        margin-right: 0;
    }
    .wh_mask .wh_mask_inner p img{
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
    }
    .wh_mask .wh_mask_inner p{
        font-size: 12px;
    }
    .wh_mask .wh_mask_inner{
        padding-top: 8%;
        max-height: 180px;
    }
}
@media screen and (min-width: 320px) {
    .whole_banner p.banner_title{
        font-size: 12px;
        top: 12%;
        right: 4%;
    }
    .whole_banner p.banner_title span{
        font-size: 18px;
    }
    .whole_banner p.banner_tips{
        font-size: 12px;
        top: 38%;
        right: 4%;
    }
    .whole_banner p.banner_join{
        font-size: 12px;
        padding: 4px 12px;
        line-height: 18px;
        left: 19.5%;
        top: 76%;
    }
    .pc_banner{
        display: none;
    }
    .mobile_banner{
        display: block;
    }
    .fill_box{
        width: 80%;
    }
    .email_obx{
        /* width: 80%; */
        margin: 40px auto 0;
    }
    .email_obxs{
        font-size: 12px;
    }
    .form_item textarea{
        height: 70px;
    }
    .email_obt{
        font-size: 16px;
    }
    .fill_box .form_title{
        font-size: 22px;
        margin-top: 34px;
    }
    .form_name div .border_box,
    .form_box .w420 .border_box{
        width: 100%;
    }
    .form_box .w420 .border_box input{
        width: 99%;
    }
    .flexBox>div{
        width: 100%;
    }
    .form_name>div:nth-of-type(1){
        margin-right: 0;
    }
    .fill_box .tips_box{
        max-width: 100%;
    }
    .form_item .item_title{
        font-size: 16px;
    }
    .form_item .small_title{
        font-size: 13px;
    }
    .fill_before{
        top: 64px;
    }

}
@media screen and (max-width: 480px) {
    .form_box .w600 .border_box, .form_box .w600>div{width: 100%;max-width: 100%}
    .whole_banner p.banner_title span{
        font-size: 18px;
    }
}
 @media screen and (min-width: 375px) {
    .whole_banner p.banner_title{
        font-size: 14px;
        top: 16%;
        right: 4%;
    }
    .whole_banner p.banner_title span{
        font-size: 18px;
    }
    .whole_banner p.banner_tips{
        font-size: 14px;
        top: 38%;
        right: 4%;
    }
    .whole_banner p.banner_join{
        font-size: 14px;
        padding: 4px 12px;
        line-height: 18px;
        left: 19.5%;
        top: 76%;
    }
    .wh_mask .wh_mask_inner p img{
        width: 50px;
        height: 50px;
        margin: 0 auto 12px;
    }
    .wh_mask .wh_mask_inner p{
        font-size: 12px;
    }
    .wh_mask .wh_mask_inner{
        padding-top: 6%;
    }
}
@media screen and (min-width: 540px) {
    .whole_banner p.banner_title{
        font-size: 14px;
        top: 18%;
        right: 8%;
    }
    .whole_banner p.banner_title span{
        font-size: 20px;
    }
    .whole_banner p.banner_tips{
        font-size: 14px;
        top: 38%;
        right: 8%;
    }
    .whole_banner p.banner_join{
        font-size: 14px;
        padding: 4px 12px;
        line-height: 20px;
        left: 19.5%;
        top: 76%;
    }
    .fill_box{
        width: 60%;
    }
    .email_obx{
        /* width: 70%; */
        margin: 60px auto 0;
    }
    .email_obxs{
        font-size: 14px;
    }
    .form_item textarea{
        height: 100px;
    }
    .email_obt{
        font-size: 18px;
    }
    .fill_box .form_title{
        font-size: 24px;
        margin-top: 44px;
    }
    .form_item .item_title{
        font-size: 20px;
    }
}
@media screen and (min-width: 768px) {
    .whole_banner p.banner_title{
        font-size: 14px;
        top: 18%;
        right: 8%;
    }
    .whole_banner p.banner_title span{
        font-size: 20px;
    }
    .whole_banner p.banner_tips{
        font-size: 14px;
        top: 38%;
        right: 8%;
    }
    .whole_banner p.banner_join{
        font-size: 14px;
        padding: 4px 12px;
        line-height: 20px;
        left: 19.5%;
        top: 76%;
    }
    .flexBox>div{
        width: auto;
    }
    .form_name>div:nth-of-type(1){
        margin-right: 10px;
    }
    .pc_banner{
        display: block;
    }
    .mobile_banner{
        display: none;
    }
    .form_box .w420 .border_box{
        width: 420px;
    }
    .wh_mask .wh_mask_inner p img{
        width: 88px;
        height: 88px;
        margin: 0 auto 30px;
    }
    .wh_mask .wh_mask_inner p{
        font-size: 14px;
    }
    .wh_mask .wh_mask_inner{
        padding-top: 5%;
        max-height: 260px;
    }
}
@media screen and (min-width: 1024px) {
    .whole_banner p.banner_title{
        font-size: 16px;
        top: 18%;
        right: 8%;
    }
    .whole_banner p.banner_title span{
        font-size: 24px;
    }
    .whole_banner p.banner_tips{
        font-size: 16px;
        top: 38%;
        right: 8%;
    }
    .whole_banner p.banner_join{
        font-size: 16px;
        padding: 6px 12px;
        line-height: 20px;
        left: 19.5%;
        top: 76%;
    }
    .fill_box{
        width: 50%;
    }
    .email_obx{
        /* width: 60%; */
        margin: 80px auto 0;
    }
    .email_obxs{
        font-size: 20px;
    }
    .form_item textarea{
        height: 120px;
    }
    .email_obt{
        font-size: 46px;
    }
    .fill_box .form_title{
        font-size: 28px;
        margin-top: 54px;
    }
    .fill_box .tips_box{
        max-width: 82%;
    }
    .form_item .item_title{
        font-size: 22px;
    }
    .fill_before{
        top: 72px;
    }

    .wh_mask .wh_mask_inner{
        padding-top: 3%;
    }
    .form_item .small_title{
        font-size: 15px;
        color: #2B2B2B;
    }
}

@media screen and (min-width: 1280px) {
    .whole_banner p.banner_title{
        font-size: 18px;
        top: 18%;
        right: 8%;
    }
    .whole_banner p.banner_title span{
        font-size: 28px;
    }
    .whole_banner p.banner_tips{
        font-size: 14px;
        top: 38%;
        right: 8%;
    }
    .whole_banner p.banner_join{
        font-size: 14px;
        padding: 8px 12px;
        line-height: 24px;
        left: 19.5%;
        top: 76%;
    }
}
@media screen and (min-width: 1360px) {
    .whole_banner p.banner_title{
        font-size: 20px;
        top: 20%;
        right: 19%;
    }
    .whole_banner p.banner_title span{
        font-size: 36px;
    }
    .whole_banner p.banner_tips{
        font-size: 14px;
        top: 44%;
        right: 19%;
    }
    .whole_banner p.banner_join{
        font-size: 14px;
        padding: 8px 12px;
        line-height: 24px;
        left: 19.5%;
        top: 76%;
    }
}
@media screen and (min-width: 1440px) {
    .whole_banner p.banner_title{
        font-size: 24px;
    }
    .whole_banner p.banner_title span{
        font-size: 42px;
    }
    .whole_banner p.banner_tips{
        font-size: 18px;
    }
    .whole_banner p.banner_join{
        font-size: 18px;
        padding: 0px 18px;
        line-height: 40px;
    }
    .wh_mask .wh_mask_inner{
        padding-top: 2%;
    }
}
@media screen and (min-width: 1600px) {
    .whole_banner p.banner_title{
        font-size: 28px;
    }
    .whole_banner p.banner_title span{
        font-size: 52px;
    }
    .whole_banner p.banner_tips{
        font-size: 22px;
    }
    .whole_banner p.banner_join{
        font-size: 22px;
        padding: 0px 24px;
        line-height: 48px;
    }
}


.subcategory li a,.menu li a{
    color: #666;
    line-height: 28px;
}
.subcategory li a:hover,.menu li a:hover{
    color: #EE7B1A;
}

/* 协议 */
.recommened-box #wrapperLeft {
    width:100%;
    height:38.6rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}
.recommened-box .user-item{
    width: 38.6rem;
    height: 38.6rem;
    overflow: hidden;
}
.recommened-box #seen-box{
    padding-top: 9.4rem;
}
.recommened-box #wrapperLeft ul {
    position: absolute;
    left: 0;
    top: 0;
}
.recommened-box #wrapperLeft li {
    float: left;
    list-style: none;
    box-sizing:border-box;
    cursor: pointer;
    margin-right: 2rem;
    position: relative;
}

.recommened-box #wrapperLeft li img {
    width: 100%;
    /*height: 100%;*/
    object-fit:contain;
}

.recommened-box #wrapperRight {
    width:100%;
    height:38.6rem;
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
}
.recommened-box #wrapperRight ul {
    position: absolute;
    left: 0;
    top: 0;
}
.recommened-box #wrapperRight li {
    float: left;
    list-style: none;
    box-sizing:border-box;
    cursor: pointer;
    margin-right: 2rem;
    position: relative;
}
.recommened-box #wrapperRight li a,
.recommened-box #wrapperLeft li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.recommened-box #wrapperRight li img {
    width: 100%;
    /*height: 100%;*/
    object-fit:contain;
}
.recommened-box .user-box main{
    margin-top: 2rem;
}
.recommened-box .title-big .title2 span:first-child{
    color: #000;
}
.recommened-box .user-item .characters{
    position: absolute;
    z-index: 10;
    width: 95%;
}
.recommened-box .user-item .characters .user-text{
    font-size: 1.6rem;
    font-family: 'PopLight', Poppins;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 2.2rem;
    opacity: 0;
    height: 6.6rem;
    overflow: hidden;
}
/* .recommened-box .user-item:hover .characters .user-text{
    opacity: 1;
} */
.recommened-box .user-item .user-info{
    display: flex;
    position: absolute;
    bottom: -18rem;
    /* right: 2rem; */
    width: 100%;
    justify-content: space-between;
}
.recommened-box .user-name{
    font-size: 1.8rem;
    font-family: 'AkroBlack', Akrobat;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 2.2rem;
    margin-right: 2rem;
}
.recommened-box .click-number{
    font-size: 1.8rem;
    font-family: 'AkroBlack', Akrobat;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 2.2rem;
}
.recommened-box .click-number span:first-child{
    color: #EE7B1A ;
}
.recommened-box .title-big .title1 {
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    width: 100%;
    text-align: center;
}
@media (max-width: 751px){

    .recommened-box .title-big{
        margin: 0 auto;
    }
    .recommened-box .title-big .title1{
        font-size: 60px !important;
    }
}
@media (min-width: 751px){
    .recommened-box .title-big{
        margin: 1.4rem auto 0 auto;
    }
    .recommened-box .title-big .title1{
        font-size: 13rem !important;
    }
}
@media (min-width:1367px) {
    .recommened-box .title-big .title1{
        font-size: 18rem !important;
    }
    .title-big{
        height: 20rem !important;
    }
}


/* 表单 */
.form_box {
    position: relative;
    background: #eee;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 60px;
}

.form_box .form_bg {
    position: relative;
    width: 1321px;
    height: 3125px;
    background: url("https://webp.cqggedm.com/image/catalog/activity/max_review_program/form_bg.png") no-repeat center;
    background-size: 100% 100%;
}

.form_box .form_bg_it {
    position: relative;
    width: 1112px;
    height: 1320px;
    background: url("https://webp.cqggedm.com/image/catalog/racingDriver/it/form_back.png") no-repeat center;
    background-size: 100% 100%;
}

.form_box .form_bg_es {
    position: relative;
    width: 1112px;
    height: 1320px;
    background: url("https://webp.cqggedm.com/image/catalog/racingDriver/es/form_back.png") no-repeat center;
    background-size: 100% 100%;
}

.form {
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    width: 1070px;
}

.form .error_tips {
    position: absolute;
    top: -35px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ff0000;
    display: none;
}

.form .error_email_tips {
    position: absolute;
    top: -35px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ff0000;
    display: none;
}
.form_box .form_alltit {
    font-family: 'PopBold', Poppins;
    font-weight: bold;
    font-size: 24px;
    color: #EE7B1A;
    font-style: normal;
    text-transform:uppercase;
    margin: 40px 0 0;
}
.form_box .form_alldetail {
    font-family: 'PopLight', Poppins;
    font-size: 16px;
    color: #707070;
    line-height: 22px;
    margin-top: 10px;
}
.form_box .form_alldetail a{
    color:#EE7B1A;
} 
.form_box .form_alldetail a:hover{
    text-decoration: underline;
}
.form_item {
    display: flex;
    justify-content: space-between;
}
.form_200 textarea {
    height: 200px;
}
.form_item_other {
    display: none;
    margin: 0;
}
.form_item_other textarea {
    height: 100px;
}
.form_item_tit {
    font-family: 'PopRegular', Poppins;
}

.form_item p {
    /* width: 48%; */
    display: flex;
    flex:1;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-radius: 0px;
    border: 1px solid #212121;
    margin-right: 28px;
    padding: 0 0 0 10px;
}
.form_item p.item_p {
    font-size: 20px;
    color:#212121;
    
}

.form100 p {
    width: 100%;
}

.form_item p.form_txt {
    flex-wrap: wrap;
    margin-top: 22px;
}

.form_item p.form_txt span {
    width: 100%;
    margin-bottom: 12px;
}

.form_item p span {
    display: block;
    /* width: 20px; */
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

.form_item p span i {
    color: #ff0000;
    font-weight: normal;
}
.form_item_tit {
    justify-content: flex-start;
    font-size:20px;
    color:#212121;
    font-family: 'PopRegular', Poppins;
}
.form_alltit i,.form_item_tit i {
    color: #ff0000;
    font-weight: normal;
    font-size: 24px;
    margin-right: 10px;
    font-family: 'PopBold', Poppins;
}

.form_item p input {
    /* width: 289px; */
    padding: 0 10px 0 0;
    flex: 1;
    border:none;
    /* border: 2px solid #808080; */
    /* border-radius: 5px; */
    font-size: 18px;
    background-color: #fff !important;
    font-family: 'PopSemiBold', Poppins;
    color:#212121;
}
.form_item p input::placeholder,.form_item p textarea::placeholder {
    color: #888;
    font-weight:normal;
    font-family: 'PopRegular', Poppins;
}
.form_item p input.foc::placeholder,.form_item p textarea.foc::placeholder {
    color: #888;
    font-weight:normal;
    font-family: 'PopRegular', Poppins;
}
.form_item p .car {
    width: 730px;
    border: 2px solid #808080;
    border-radius: 5px;
    font-size: 18px;
    background-color: #fff !important;
}

.form_item p.form_txt textarea {
    /* width: 397px; */
    width: 409px;
    height: 108px;
    border: 2px solid #808080;
    border-radius: 5px;
    resize: none;
    font-size: 18px;
    line-height: 18px;
    background-color: #fff;
}

.form100 p.form_txt textarea {
    width: 100%;
}

.form_attach {
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}

.upload_area {
    display: flex;
    align-items: center;
}

.upload_area .uploadBtn {
    cursor: pointer;
    width: 98px;
    height: 25px;
    border: 2px solid #EE7B1A;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #EE7B1A;
}

.upload_area .uploadBtn img {
    width: 24px;
    height: 24px;
}

.upload_area input {
    display: none;
}

.filename {
    position: relative;
    margin-left: 15px;
    padding: 2px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    border: 2px solid #bebebe;
}

.filename > img {
    width: 21px;
    height: 24px;
    margin-right: 5px;
}

.filename > span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filename > i {
    position: absolute;
    font-size: 15px;
    right: -8px;
    top: -8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: red;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.form .submit {
    margin: 54px auto 0;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    background: #EE7B1A;
    /* border-radius: 10px; */
    font-size: 24px;
    color: #000;
    font-family: 'PopBold', Poppins;
    text-transform: uppercase;
}

.form .disabled {
    pointer-events: none;
    cursor: default;
}

.process_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 300;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.process_box .sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.process_box .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}

.process_box .sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.process_box .sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.process_box .sk-chase-dot:nth-child(2) {
    animation-delay: -1s;
}

.process_box .sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.process_box .sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.process_box .sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.process_box .sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.process_box .sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.process_box .sk-chase-dot:nth-child(2):before {
    animation-delay: -1s;
}

.process_box .sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.process_box .sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.process_box .sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.process_box .sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

.process_box p {
    font-size: 14px;
    color: #fff;
    margin-top: -28px;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%,
    0% {
        transform: scale(1);
    }
}

@media (max-width:1300px) {
    .form {
        max-width: 1070px;
        width: auto;
    }
    .form_item textarea {
        height: 90px;
    }
    .form_200 textarea {
        height: 150px;
    }
}