* {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-family: Arial, sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

h3 {
    font-size: 48px;
    font-weight: bolder;
}

h4 {
    font-size: 28px;
    font-weight: bolder;
}

h5 {
    font-size: 22px;
    font-weight: bolder;
}

h6 {
    font-size: 18px;
    font-weight: bolder;
}

.formboxs .container {
    width: 1130px;
    margin: 0 auto;
}

.container {
    width: 1130px;
    margin: 0 auto;
}

/* 标题 */
.titlebox {

    text-align: center;
    margin-bottom: 35px;
}

.titlebox h3 {
    font-weight: bolder;
    margin-bottom: 30px;
}

.titlebox img {
    width: 942px;
}

.titlebox P {
    line-height: 24px;
    text-align: center;
    margin-top: 15PX;
    margin: 0 auto;
    font-size: 18px;
}

.smbox {
    display: none !important;
}

/* 提交按钮 */
.tobtnsbox {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.tobtnsbox a {
    display: block;
    width: 305px;
    height: 47px;
    background: #1D91DA;
    border-radius: 5px;
    line-height: 29px;
    font-weight: 400;
    text-align: center;
    line-height: 47px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 20px;
    /* border: 2px solid #bafad0;
    box-shadow: 0px 1px 2px #bafad0; */
}

.tobtnsbox a:hover {
    background: #38a4e7;
    box-shadow: none;
    color: #fff;
}

.tobtnsbox a:active {
    background: #38a4e7;
    box-shadow: none;
    color: #fff;
}

.tobtnsbox p {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: normal;
}

/* 按钮 */
.submitbox {
    position: relative;
}

.circle {
    position: absolute;
    top: 14px;
    left: 154px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px dashed #d68455;
    border-style: solid dashed solid solid;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* 图标 */
.icon {
    display: inline-block;
    background-image: url('./icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    /* 设置你想要的宽度 */
    height: 15px;
    /* 设置你想要的高度 */
}

.base_flex {
    display: flex;
    flex-wrap: nowrap;
}

/* 表单 */
.formboxs {
    background: rgba(58, 58, 58, 1);

    padding-bottom: 40px;
}

.formboxs h4 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.formboxs p {
    font-weight: 400;

    font-size: 20px;
    max-width: 840px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 35px;
}

.formboxs form {
    text-align: center;
}

.formboxs label {
    font-weight: bolder;
    font-size: 14px;
    line-height: 22px;
    max-width: 50%;
    display: inline-block;
    width: 49%;
    margin-top: 10px;
    text-align: left;
}

.formboxs label:nth-child(n+6) {
    max-width: 100%;
    width: 100%;
}

.formboxs input,
.formboxs textarea {
    height: 37px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 15px;
    padding-right: 15px;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    width: 85%;
    margin-top: 5px;
    text-align: left;

}

.formboxs textarea {
    height: 104px;
    line-height: 22px;
    padding: 15px;
}

.formboxs .submit {

    border-style: none;
    border-radius: 5px;
    width: 150px;
    height: 38px;
    background: #38a4e7;
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 34px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-bottom: 0;
}

.formboxs .submit:hover,
.formboxs .submit:focus {
    cursor: pointer;
    background: #38a4e7;
}


/* 新表单 */
.nformBox {
    padding-top: 40px;
}

.nformBox .nformL {
    position: relative;
}

.nformBox .contdesc {
    background: #e7ebf4;
    border-radius: 10px 0 0 10px;
    padding: 50px 25px;
}

.nformBox .title {
    color: #38a4e7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 18px;
}

.nformBox p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 26px;
    font-weight: normal;
    color: #656869;
}

.nformBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nformBox ul li {
    margin: 18px 0;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    color: #4d4e4e;
}

.nformBox span {
    color: #38a4e7;
}

.nformBox ul li a {
    color: #38a4e7;
}

.nformBox .contdesc .arrow {
    width: 105px;
    height: 26px;
    background: url(/nimg/m-arrow.png) no-repeat;
    position: absolute;
    right: -55px;
    top: 87px;
}

.nformBox .nformR,
.nformBox .nformL {
    width: 50%;
}

.nformBox .nformR {
    background-color: #fff;
    padding: 30px 30px 30px 50px;
    border-radius: 0px 10px 10px 0px;
}

.nformBox .nformR h4 {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-weight: bold;
    line-height: 3px;

}

.nformBox .nformR p {
    color: #929090;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

/* 底部 */
footer .footerbox {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

footer .footerbox a {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 3px;
}

footer .footerbox a:hover,
footer .footerbox a:focus {
    background: rgba(242, 194, 194, 1);
}

/* 底部 */
.smfooter {

    height: 40px;

}

.smfooter .smfooterBox {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    width: 100%;
    background-color: #E0E0E0;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

.smfooter .smfooterBox .smfooterItem {
    width: 100%;
    box-sizing: border-box;

    text-align: center;
    border-right: 1px solid #fff;
}

.smfooter .smfooterBox .smfooterItem a,
.smfooter .smfooterBox .smfooterItem p {
    display: block;
    color: #DD9F42;
    padding: 8px 0;
}

.smfooter .smfooterBox .smfooterItem a span {
    font-size: 25px;
    color: #1D91DA;
}

.smfooter .smfooterBox .smfooterItem #footTotop {
    color: #1D91DA;
}

.smfooter .smfooterBox .smfooterItem p {
    margin-bottom: 0;
    margin-top: 8px;
    padding: 0;
}

.smfooter .smfooterBox .smfooterItem img {
    height: 20px;
    width: auto;
    margin: 0 auto;
}

.sQuestions h2 {
    padding: 9px 15px;
}

/* 弹框 */
#bombContain {
    z-index: 898;

    background-color: #000;

    opacity: 0.6;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    position: fixed;

}

.blocks {
    z-index: 899;

    width: calc(100% - 40px);

    height: 450px;

    top: 12%;

    left: 20px;
    right: 20px;

    margin: 0;

    padding: 0;

    background-color: #fff;

    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);

    position: fixed;


}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .container::-webkit-scrollbar {
        display: none;
    }

    .box9 .container,
    .container,.formboxs .container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .pcbox {
        display: none !important;
    }

    .smbox {
        display: block !important;
    }

    img,
    .box8 .box8List ul li,
    .box12 img,
    .formboxs input,
    .formboxs textarea,
    .bannertop .top_title,
    .box9 .titlebox p,
    .tobtnsbox a,
    .box3 .box3Con ul li,
    .box4 .vsbox .vsboxImg,
    .box5 .box5List li,
    .box6 .box6Con .box6titItem,
    .box7 .box7Con .box7Left,
    .box7 .box7Con .box7Right,
    .box8 .box8List ul li h5,
    .box9 .box9List ul li {
        max-width: 100%;
    }

    .box2 .box2con,
    .base_scacon,
    .box9 .box9List ul li,
    .box13 .box13list ul li,
    footer .footerbox,
    .formboxs label,
    .box9 .titlebox p,
    .nformBox,
    .nformBox .nformR,
    .nformBox .nformL {
        width: 100%;
        display: block;
    }

    /* 表单 */
    .nformBox .contdesc {
        margin-bottom: 0;
        border-radius: 10px 10px 0 0;
    }

    .nformBox .nformR {
        border-radius: 0 0 10px 10px;
    }

    .nformBox .nformR,
    .nformBox .contdesc {
        box-sizing: border-box;

    }

    .formboxs h4 {
        padding-top: 30px;
        font-size: 20px;
        padding-bottom: 4px;
    }

    .formboxs p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .formboxs label {
        max-width: 100%;
        font-size: 16px;
        margin-top: 12px;
    }

    .formboxs input,
    .formboxs textarea {
        width: calc(100% - 40px);
        display: block;
        max-width: 100%;
        height: 35px;
    }

    .formboxs textarea {
        height: 100px;
    }

    .formboxs .submit {
        width: 248px;
        height: 50px;
        margin: 5px auto;
        margin-top: 22px;
    }

    footer .footerbox {
        text-align: center;
    }

    footer .footerbox a {
        display: block;
        margin: 20px 0;
    }

    footer .footerbox img {
        width: 136px;
        height: 50px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .blocks .formboxs {
        background-color: #fff;
        color: #333;
        margin-top: -34px;
        padding-bottom: 10px;
    }

    .blocks .formboxs label {
        color: #333;
    }

    .blocks .formboxs h4 {
        padding-top: 5px;
    }

    .blocks .formboxs input,
    .blocks .formboxs textarea {
        height: 30px;
    }

    .blocks .formboxs textarea {
        height: 60px;
    }

    .blocks .formboxs .submit {
        height: 40px;
        font-size: 20px;
    }

    .blocks .formboxs label {
        font-size: 17px;
    }

    .blocks #closeBox {
        font-size: 36px;
        font-weight: bold;
        color: #1D91DA;
        text-align: right;
        padding-right: 13px;
    }

    .blocks .circle {
        position: absolute;
        right: 20px;
        top: 11px;
    }

}