input, textarea {
    border: 0;
    resize: none;
}
/* 联系J9集团 */
.formMain {
    margin-top: 80px;
    margin: 80px auto 0;
    width: 1400px;
}
.formMain .formMain_bred {
    padding: 18px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
}
.formMain .formMain_cen {
    padding: 110px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.formMain .formMain_body {
    width: -webkit-calc(100% - 560px);
    width: -moz-calc(100% - 560px);
    width: calc(100% - 560px);
    background: #F3F4F8;
    border-radius: 10px;
    padding: 77px 100px 90px;
}
.formMain .formMain_title {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.5;
    color: #0B254B;
    font-weight: bold;
}
.formMain .formMain_small {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}
.product_security .formMain_small {
    margin-bottom: 20px;
}
.product_security .formMain_small a {
    color: #337ab7;
}
.formMain .myForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.formMain .formMain_li {
    width: 49.3%;
    padding: 0 5px;
    margin-bottom: 10px;
    background: #fff;
    padding: 8px 17px;
    /* height: 70px; */
    border-radius: 3px;
}
.myForm .formMain_li:last-child{
    margin-bottom: 0;
}
.formMain .independent {
    width: 100%;
}
.formMain .formMain_label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
}
.formMain .request .formMain_label span {
    position: relative;
    padding-right: 10px;
}
.formMain .request .formMain_label span::before {
    content: "*";
    position: absolute;
    top: 4px;
    right: 0;
    color: #f00;
    line-height: 1;
}
.formMain .request .formMain_icon {
    /* margin-top: 3px; */
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
.formMain .input {
    width: 100%;
    height: 28px;
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
    font-family: "微软雅黑" !important;
}
.formMain .foormMain_tagBox {
    position: relative;
}
.formMain .foormMain_tagBox .pad-tag-text {
    display: none;
    padding: 10px 22px;
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 10px;
    z-index: 10;
}
.foormMain_tagBox .pad-tag-text:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 88px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.70);
}
.foormMain_tagBox .pad-tag-text {
    top: 40px;
}
.foormMain_tagBox .pad-tag-text:before {
    top: -10px;
    left: 88px;
}
.formMain .textarea {
    font-family: "微软雅黑" !important;
    width: 100%;
    height: 110px;
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
}
.formMain .checkbox-bigbox {
    padding: 30px 0 28px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.checkbox-bigbox .formMain_label, .formMain_applyBox .formMain_label {
    width: 115px;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}
.formMain_applyBox .formMain_label {
    margin-bottom: 8px;
}

.checkbox-bigbox .checkbox-box {
    line-height: 20px;
}
.checkbox-bigbox .checkbox-li {
    margin-right: 18px;
    display: inline-block;
    line-height: 20px;
    
}
.checkbox-item {
    margin: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.checkbox-bigbox .checkbox-label {
    padding-left: 4px;
    display: inline-block;
    height: 20px;
}
.formMain_applyBox .address {
    display: none;
    margin-top: 14px;
    padding: 12px 15px;
    height: 70px;
}
.formMain .formMain_submit {
    margin-top: 60px;
    width: 100%;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #0E68AE;
    cursor: pointer;
    border-radius: 3px;
}

/* 其他 */
.formMain .formMain_other {
    width: 560px;
    padding: 0 78px;
}
.formMain .applicationArea, .formMain .buyFingerpost {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 60px;
}
.formMain .applicationArea {
    padding-bottom: 50px;
}
.formMain .other_title {
    margin-bottom: 10px;
    font-weight: bold;
    color: #0B254B;
    font-size: 30px;
    line-height: 1.5;
}
.formMain .other_small {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.625;
    color: #666666;
}
.formMain .other_applic_li {
    position: relative;
    margin-bottom: 10px;
    display: block;
    /* display: flex;
    align-items: center; */
    padding: 0 28px;
    font-size: 16px;
    line-height: 60px;
    color: #333333;
    background: #F3F4F8;
    border-radius: 3px;
}
.formMain .other_applic_li::before {
       content: "";
       position: absolute;
       top: 50%;
       right: 30px;
       width: 17px;
       height: 6px;
       background: url('/image/morar1.svg') no-repeat;
       -o-background-size: 100%;
       background-size: 100%;
       z-index: 10;
       transform: translateY(-50%);
       -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
       transition: all 0.5s;
       -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
       -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
}
.formMain .other_applic_li:hover::before {
    content: "";
    right: 20px;
}
.formMain .other_buy_icon {
    padding-bottom: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.formMain .other_buy_icon .he_img {
    width: 17px;
    height: 6px;
}
#debug_findTime {
    
}
.error {
    background: #FFF6F6;
    border: 1px solid #E63939;
}
input[type="checkbox"]:checked {
    background-color: #136bd5;
}
input[type="checkbox"] {
    accent-color:#136bd5;
}
@media screen and (max-width: 1440px) {
    .formMain {
        width: 82.5%;
    }
    .formMain .formMain_cen {
        padding: 70px 0;
    }
    .formMain .formMain_body {
        padding: 60px 50px 60px;
        width: -webkit-calc(100% - 480px);
        width: -moz-calc(100% - 480px);
        width: calc(100% - 480px);
    }
    .formMain .formMain_other {
        width: 480px;
    }
    .formMain .formMain_title {
        font-size: 40px;
    }
    /* 其他 */
    .formMain .other_title{
        font-size: 28px;
    }
}
@media screen and (max-width: 1366px) {
    /* .formMain .formMain_title {
        font-size: 40px;
    } */
     /* 其他 */
    .formMain .other_title{
        font-size: 26px;
    }
}
@media screen and (max-width: 1280px) {
    .formMain .formMain_body {
        width: -webkit-calc(100% - 370px);
        width: -moz-calc(100% - 370px);
        width: calc(100% - 370px);
    }
    .formMain .formMain_other {
        width: 370px;
        padding: 0px 20px;
        padding-left: 40px;
    }
    .formMain .formMain_title {
        font-size: 38px;
    }
}
@media screen and (max-width: 1200px) {
    .formMain {
        padding: 0 40px;
        width: 100%;
    }
    .formMain .formMain_cen {
        padding: 60px 0;
    }
    .formMain .request .formMain_icon {
        /* margin-top: .1rem; */
        width: .26rem;
        height: .26rem;
    }
}
@media screen and (max-width: 1199px) {
    .formMain {
        margin-top: 0;
    }
}
@media screen and (max-width: 991px) {
    .formMain .formMain_bred {
        display: none;
    }
    .formMain .formMain_cen {
        padding: 70px 0;
        display: block;
    }
    .formMain .formMain_body {
        width: 100%;
    }
    .formMain .formMain_other {
        width: 100%;
        padding: 0px 20px;
    }
    .formMain .formMain_title {
        font-size: 32px;
    }
    .formMain_applyBox .formMain_apply {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        font-size: 14px;
    }
    .formMain_applyBox .formMain_apply input[type="checkbox"] {
        position: relative;
        width: 15px;
        height: 15px;
        cursor: pointer;
        appearance: none; /* Removes default styling */
        border: 1px solid #136bd5;
        border-radius: 3px;
        outline: none;
        background: transparent;
        margin-left: 10px;
    }
    .formMain_applyBox .formMain_apply  input[type="checkbox"]:checked {
        background-color: #fff;
        border-color: #136bd5;
    }

    .formMain_applyBox .formMain_apply  input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 10px;
        border: solid #136bd5;
        border-width: 0 2px 2px 0;
        transform: translate(-50%, -63%) rotate(45deg);
    }
}
@media screen and (max-width: 767px) {
    .formMain {
        padding: 0 20px;
    }
    .formMain .formMain_cen {
        padding-top: 45px !important;
        display: block;
    }
    .formMain .formMain_body {
        padding: 42px 20px 40px;
    }
    .formMain .formMain_title {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .formMain .formMain_small {
        margin-bottom: 24px;
        font-size: 14px;
    }
    .formMain .formMain_li {
        width: 100%;
    }
    .formMain .formMain_label, .formMain_applyBox .formMain_label {
        font-size: 14px;
    }
    .formMain_applyBox .formMain_apply {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        font-size: 14px;
    }
    .formMain_applyBox .formMain_apply input[type="checkbox"] {
        position: relative;
        width: 15px;
        height: 15px;
        cursor: pointer;
        appearance: none; /* Removes default styling */
        border: 1px solid #136bd5;
        border-radius: 3px;
        outline: none;
        background: transparent;
        margin-left: 10px;
    }
    .formMain_applyBox .formMain_apply  input[type="checkbox"]:checked {
        background-color: #fff;
        border-color: #136bd5;
    }

    .formMain_applyBox .formMain_apply  input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 10px;
        border: solid #136bd5;
        border-width: 0 2px 2px 0;
        transform: translate(-50%, -63%) rotate(45deg);
    }
   
    .formMain .input {
        font-size: 12px;
    }
    .formMain .textarea {
        height: 90px;
    }
    .formMain .checkbox-bigbox {
        display: block;
    }
    .checkbox-bigbox .formMain_label, .checkbox-bigbox .checkbox-box, .formMain_applyBox .formMain_label{
        width: 100%;
    }
    .checkbox-bigbox .checkbox-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 8px;
    }
    .formMain_applyBox .address {
        height: 153px;
    }
    /* 其他 */
    .formMain .applicationArea, .formMain .buyFingerpost {
        padding-top: 26px;
    }
    .formMain .applicationArea {
        padding-bottom: 26px;
    }
    .formMain .other_title{
        margin-bottom: 5px;
        font-size: 22px;
    }
    .formMain .other_small {
        margin-bottom: 19px;
    }
    .formMain .other_applic_li {
        padding: 0 19px;
    }
    .formMain .formMain_submit {
        line-height: 40px;
    }
}
@media screen and (max-width: 480px) {
    .formMain .formMain_title {
        font-size: 22px;
    }
}<!--耗时1790249104.9542秒-->