* {
    font-family: "微软雅黑";
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

html,
body {
    width: 100%;
    /*height: 100%;*/
    overflow: auto;
}


.newMsg{
    display: inline-block;
    padding-left: 14.8%!important;
    font-size: 16px;
    font-family: "微软雅黑";
}
.newMsg input{
    display: inline-block;
    padding: 0 0.4em;
    padding-bottom: 20px;

}
input[type="checkbox"]+span{
    vertical-align: middle;
    padding: 0 0em 0 0.4em;
}
/*banner*/

.bannerBox {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    display: block;
    margin: 0 auto;
    display: none;
}

.banner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.banner_phone {
    display: none;
}

.main {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 0;
    background: #FFFFFF;
    display: none;
}

.h2 {
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #b2b6b5;
    padding-left: 70px;
    background: url(../images/icon.png) 3px center no-repeat;
    background-size: 37px 41px;
    font-size: 28px;
    color: #313e5e;
    font-weight: normal;
    margin-left: 0;
}

.h2.no-bgImg {
    background: none !important;
    padding-left: 0 !important;
}

.privacyLabel {
    display: block;
    position: relative;
    padding-left: 20px;
}

.privacyLabel input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0.22em;
    left: 0;
}

.privacyLabel span {
    display: inline-block;
    vertical-align: top;
    line-height: 1.4em;
}

.formBox {
    width: 100%;
    padding: 40px 0;
}

.isntOpen {
    line-height: 80px;
    text-align: center;
    font-size: 16px;
}

.haventOpen {
    text-align: center;
}

.haventOpen p {
    line-height: 72px;
    font-size: 36px;
    font-weight: 700;
}

.svg-icon {
    height: 180px;
}

.formBox:after {
    content: "";
    display: block;
    clear: both;
    height: 100%;
    overflow: hidden;
}

.formBox>div {
    width: calc(100% - 20px);
}

.formBox_left {
    float: left;
}

.formBox_right {
    float: left;
}

.item {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.item2 {
    width: 100%;
    min-height: 40px;
    /* display: flex; */
    align-items: center;
}

.itemTitle {
    width: 170px;
    line-height: 20px;
    text-align: right;
    font-size: 16px;
    color: #282828;
    display: inline-block;
    padding-right: 20px;
    word-break: break-word;
}
.itemTitle2 {
    width: 100%;
    line-height: 20px;
    text-align: left;
    font-size: 16px;
    color: #282828;
    display: inline-block;
    padding-right: 20px;

    word-break: break-word;
    /* margin-top: -60px; */
}
.option_box2{
    width: 100%;
    padding-right: 20px;
    /* padding-left: 14.8%!important; */
}

.itemTitle-phone {
    display: none;
}

.itemTitle .star,
.uploads-item a:hover,
.uploads-item-del {
    color: #e60012;
}

.icon {
    display: inline-block;
}

.uploads-item-del {
    cursor: pointer;
}

.item .layui-upload-drag {
    width: 100%;
    display: flex;
    align-items: center;
}

.tl {
    text-align: left;
}

.mb5 {
    margin-bottom: 5px;
}

.uploads-item {
    padding: 0 15px;
    border: 1px #ccc dashed;
    line-height: 30px;
}

.flex3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uploads-item a {
    display: block;
    color: #1E9FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploads-item-fileName {
    max-width: calc(100% - 50px);
}

.uploads-item-del:hover {
    text-decoration: underline;
}

.input,
select {
    display: inline-block;
    width: calc(100% - 200px);
    height: 40px;
    line-height: 38px;
    background: #fff;
    border: solid 1px #cbcbcb;
    outline: none;
    float: right;
    padding: 0 10px;
    font-size: 16px;
    color: #282828;
}

textarea.input {
    height: 120px;
}

.option_box {
    width: calc(100% - 200px);
}


.item .option_box .option_item {
    display: inline-block;
    height: 100%;
    font-size: 16px;
    width: 33%;
    color: #282828;
    word-break: break-word;
}

.option_other {
    width: 100%;
    margin-top: 5px;
    display: none;
}

.item label {
    font-weight: 500;
}

.option_item:after {
    content: "";
    clear: both;
    display: block;
    height: 100%;
}

.option_item span {
    cursor: pointer;
    display: inline-block;
    width: calc(100% - 18px);
}

input[type="checkbox"],
input[type="radio"] {
    width: 18px;
    height: 18px;
    float: none;
    vertical-align: middle;
}

input[type="checkbox"]+span,
input[type="radio"]+span {
    vertical-align: middle;
    padding: 0 0em 0 0.4em
}

input[type="checkbox"].moreLine,
input[type="radio"].moreLine {
    vertical-align: top;
}

select {
    padding-right: 0;
}

select.input {
    padding-right: 0;
}

.error {
    min-height: 30px;
    line-height: 30px;
    color: #e60012;
    font-size: 16px;
    width: 100%;
    padding-left: 200px;
}

.radioBox {
    display: inline-block;
    float: left;
}

.radio {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.radioBox2 {
    padding-left: 40px;
}

.btnSubmit {
    width: 226px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 60px auto 0 auto;
    cursor: pointer;
    background: #f29600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.8em;
}

#loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0.5);
    background-size: 50px auto;
}

.imgSuccess {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    margin: 150px auto;
    display: none;
}

.Privacy {
    padding-left: 180px;
    font-size: 14px;
    color: #282828;
    padding-right: 30px;
}

.privacy_content_intro {
    margin-top: 20px;
}

.privacy_content {
    margin-bottom: 6px;
}

.privacy_content input {
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
}

.distpicker,
.distpicker-city {
    width: calc(100% - 200px);
}

.distpicker select {
    width: 100%;
}

.distpicker-city select {
    width: calc(50% - 0.1em);
    float: none;
}

.distpicker-city select:first-child {
    margin-right: 0.1em;
}

.distpicker-city select:last-child {
    margin-left: 0.1em;
}

.formBox {
    padding-bottom: 20px;
}


#cnzz_stat_icon_1278249780 {
    display: none !important;
}

.wait-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.wait-main {
    width: 480px;
    min-height: 180px;
    height: fit-content !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.wait-main.close {
    min-height: 220px;
}

.wait-head {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding: 0 20px;
    background: #CBCBCB;
    color: #1d1d1d;
}

.wait-head.color {
    background: #0078d4 !important;
    color: #ffffff !important;
}

.wait-main p {
    max-width: calc(100% - 1em);
    height: 130px;
    line-height: initial !important;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5em;
    word-break: break-word;
    -ms-word-break: break-word;
    word-wrap: break-word;
}
.wait-main p a{
    width: 100%;
    text-align: center;
    /* line-height: 2; */
    font-size: 16px;
    padding-bottom: 15px;
    color: rgb(242, 150, 0);
}
.wait-main p img{
    width: 155px;
    height: 155px;
}

.wait-main p.close {
    height: auto !important;
    min-height: 110px;
    line-height: initial !important;
}

.wait-main p span {
    width: 100%;
    text-align: center;
}

.wait-content {
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wait-close {
    display: none;
    width: 120px;
    height: 40px;
    background: #CBCBCB;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #1d1d1d;
    cursor: pointer;
    margin-bottom: 1em;
}

.wait-close.color {
    background: #0078d4 !important;
    color: #ffffff !important;
}

.des-content {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #282828;
    line-height: 26px;
    margin-bottom: 15px;
    word-break: break-word;
    -ms-word-break: break-word;
    word-wrap: break-word;
}

.des-content * {
    line-height: initial;
}

.des-content table {
    border-collapse: collapse;
}

#privacyStatement {
    display: inline-block;
    word-break: break-word;
}

@media only screen and (max-width: 1440px) {
    body {
        background-position: top center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .newMsg{
        padding-left: 14.8%!important;
        display: inline-block;

    }
    .itemTitle2 {
        width: 100%;
        line-height: 20px;
        text-align: left;
        font-size: 16px;
        color: #282828;
        display: inline-block;
        padding-right: 0px!important;
        word-break: break-word;
        /* margin-top: -60px; */
    }
    .option_box2{
        width: 100%;
        padding: 0;
        
    }
}

@media only screen and (max-width: 1140px) {
    .main {
        padding: 20px 30px;
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
    }

    .formBox {
        padding-right: 0px;
        padding-left: 0;
    }

    .formBox>div {
        width: 50%;
    }
    .newMsg{
        display: inline-block;
        width: 100%!important;
        /* margin-top: 22%; */
        padding-left: 14.8%!important;

    }

    .Privacy {
        padding-right: 0;
        padding-left: 200px;
    }
    .option_box2{
        width: 100%;
        padding: 0;
    }
    
}

@media only screen and (max-width: 1140px) {
    .h2 {
        margin: 0;
        width: 100%;
    }
    /* .newMsg{
        margin-top: 0;
    } */
}

/* 超小屏幕（手机，小于 768px） */

@media only screen and (max-width: 768px) {
    .alert-i {
        width: 240px;
        height: 155px;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 5px;
        display: none;
        z-index: 99999;
        background: #fff;
        overflow: hidden;
    }

    .title-i {
        height: 38px;
        line-height: 38px;
        padding-left: 15px;
        background: #F8F8F8;
    }

    .alert-i span {
        line-height: 60px;
        padding-left: 15px;
        font-size: 15px;
    }

    .wait-main {
        width: 325px;
        min-height: 120px;
        height: fit-content !important;
    }

    .wait-main.close {
        min-height: 165px;
    }

    .wait-head {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0 15px;
    }

    .wait-main p {
        height: 80px;
        line-height: initial;
        font-size: 15px;
    }

    .wait-main p.close {
        height: auto !important;
        min-height: 80px;
    }

    .wait-close {
        width: 100px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    .des-content {
        width: calc(100vw - 40px);
    }

    .des-content * {
        max-width: calc(100vw - 40px);
    }

    .des-content img {
        height: auto !important;
    }

    .distpicker select {
        width: 100%;
    }

    .distpicker-city select:first-child {
        margin-right: .2em;
    }

    .distpicker-city select:last-child {
        margin-left: .2em;
    }

    .distpicker-city select {
        width: calc(50% - .2em);
    }

    .h2 {
        margin: 0;
        width: 100%;
        height: auto;
        min-height: initial;
        line-height: normal;
        border-bottom: solid 1px #b2b6b5;
        padding-left: 50px;
        background: url(../images/icon.png) 3px center no-repeat;
        background-size: 30px 30px;
        font-size: 20px;
        color: #313e5e;
        font-weight: normal;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #banner_pc {
        display: none !important;
    }

    .banner_phone {
        display: block;
    }

    .imgSuccess {
        width: calc(100% - 80px);
        max-width: 500px;
    }

    .formBox_left,
    .formBox_right {
        float: none;
    }

    .formBox>div {
        width: 100%;
    }

    .haventOpen p {
        line-height: 48px;
        font-size: 24px;
    }

    .svg-icon {
        height: 120px;
        margin-top: 24px;
    }

    .btnSubmit {
        margin: 0 auto 0 auto;
    }

    .itemTitle {
        width: 200px;
        line-height: 20px;
    }

    /*.icon {
        display: none;
    }*/

    .titleEN {
        display: block;
    }

    .input,
    select,
    .distpicker,
    .distpicker-city {
        width: calc(100% - 200px);
    }

    .error {
        min-height: 25px;
        line-height: 25px;
    }

    .formBox {
        padding: 20px 0;
    }

    .main {
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .Privacy {
        padding-left: 0;
    }

    .btnSubmit {
        margin-top: 30px;
    }

    .privacyLabel input[type=checkbox] {
        top: 0.20em;
    }

    .privacyLabel {
        display: block;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    body {
        background-position: top center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 480px) {
    .newMsg{
        padding-left: 0px!important;
        display: inline-block;

    }
    body {
        background-image: none;
    }

    body::after {
        content: '';
        display: block;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .item {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .formBox {
        padding: 20px 10px 10px;
    }

    .h2 {
        margin: 0;
        width: 100%;
        font-size: 16px;
        background-size: 24px 24px;
        padding-left: 2.8em;
    }

    .itemTitle {
        /* font-size: 16px;
        width: 100%;
        text-align: left;
        padding-bottom: 2px; */
        
        width: 200px;
        line-height: 20px;
        text-align: left;
        font-size: 16px;
        color: #282828;
        display: inline-block;
        padding-right: 20px;
        word-break: break-word;
    }

    .item .option_box {
        width: 100%;
    }

    .item .option_box .option_item {
        width: 100%;
        font-size: 14px;
    }

    input[type="checkbox"],
    input[type="radio"] {
        width: 16px;
        height: 16px;
    }

    .option_item span {
        width: calc(100% - 16px);
    }

    .itemTitle-pc {
        display: none !important;
    }

    .itemTitle-phone {
        display: block;
    }

    .input,
    select,
    .distpicker,
    .distpicker-city {
        width: 100%;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        padding: 0 5px;
    }

    .distpicker,
    .distpicker-city {
        padding: 0;
    }

    select {
        padding-right: 0;
    }

    .error {
        font-size: 14px;
        padding-left: .5em;
        min-height: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width:420px) {
    .newMsg{
        padding-left: 0px!important;
        display: inline-block;

    }
    .privacyLabel span {
        display: inline-block;
        vertical-align: top;
        line-height: 22px;
    }

    .privacyLabel input[type=checkbox] {
        top: 2px;
        height: 16px;
        width: 16px;
        line-height: 17px;
        outline: none;
    }

    .privacyLabel {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 330px) {
    .main {
        padding: 20px;
    }

    .h2 {
        font-size: 16px;
    }

    .radioBox2 {
        padding-left: 20px;
    }
}

.cur {
    opacity: 0.5 !important;
    pointer-events: none !important;
    background: #999999 !important;
}

.alert-i {
    width: 300px;
    height: 165px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    display: none;
    z-index: 99999;
    background: #fff;
    overflow: hidden;
}

.title-i {
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    background: #F8F8F8;
}

.alert-i span {
    line-height: 70px;
    padding-left: 15px;
}

.btn-s {
    text-align: center;
}

#btnalert {
    border: 0;
    background: cornflowerblue;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}


.xy-warning {
    width: 100%;
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 40px;
    background-color: #fffbe8;
    color: #ed6a0c;
}

.xy-warning-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xy-warning-close {
    font-size: 24px;
    cursor: pointer;
}