.form{
    width: 100%;
    line-height: 80px;
}
.form_main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.form_main input{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #cfcccc;
    padding: 5px 10px;
    line-height: 25px;
}
.form_main  .btn{
    width: 350px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    font-size: 17px;
    margin-top: 22px;
    text-align: center;
    color: #fff;
    background-color: rgba(239, 51, 64, 1);
    cursor: pointer;
}
.form_content{
    width: 300px;
    line-height: 100px;
    position: fixed;
    box-shadow: 0 2px 14px #9697b480;
    border-radius: 5px;
    top:43%;
    left: 43%;
    background-color: #fff;
    z-index: 999;
    text-align: center;
    display: none;
}


.page3TitCn1{
    clear: both;
    height: 35px;
    font-size: 18px;
    text-align: center;
}
.page7Form input{
    height: 40px;
    line-height:40px;
    border-bottom: 1px #faf8f8 solid;
}
.page7Form .jiage_sub{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #fff solid;
    font-size: 15px;
    width: 100%;
    border-radius: 13px;
}
.page7Form textarea{
    width: 99%;
    height: 80px;
    line-height:80px;
    border-bottom: 1px #faf8f8 solid;
    margin-bottom:0px;
}
.bottom7TitCn1{
    border-radius: 0 0 8px 8px;
    width: 98%;
    height: 45px;
    padding: 0px;
    margin-left: 1%;
    background-color: #ffffff98;
    text-align: center;
    color: red;
    font-size: 18px;
    font-weight: 600;

}
.page7Form{
    border-radius: 8px 8px 0 0;
    width: 94%;
    height: 237px;
    padding: 20px 2%;
    margin-left: 1%;
    background-color: #b70707c2;

}
.contact{
    font-size: 13px;

}
.page7{
    width: 96%; height: 395px;
    margin-left:2%;
    background-image: url(https://static.xuan-wing.com/static/template1/page7bg.png);
    font-size: 14px;
    color:#fff;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
}

.secretOrder-box{
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://static.xuan-wing.com/static/img/a6.png);
    border-radius: 10px;
    position: fixed;
    top: 28%;
    width: 98%;
    z-index: 999;
    background-color: #fff;
    display: none;
}

.form_main .secretOrder-box .btn{
    width: 83%;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 17px;
    margin-top: 22px;
    text-align: center;
    color: #fff;
    background-color: rgba(239, 51, 64, 1);
    cursor: pointer;
}


.form_main .page7 .btn{
    background-color: #fff;
    color: #000;
    border-color: #ffff;
}

.label_title1 {
    color: #a8a8b4;
    font-weight: 600;
    font-size: 19px;
}

.rete_p{
    height: 11px;
}
.rich_text{
    padding: 10px;
    min-height: 200px;
}
.submit-btn-return1{
    background: #c0bfbf;
    border-radius: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    margin: 10px 30px;
    overflow: hidden;
    font-size: 20px;
}
.submit-btn-return {
    background: #be031f;
    border-radius: 100px;
    height: 50px;;
    text-align: center;
    line-height: 50px;;
    color: #FFFFFF;
    margin: 10px 30px;
    overflow: hidden;
    font-size: 20px;
}
a{
    /*color: #fff;*/
    text-decoration: none;

}
.form1{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width:1200px) and (min-width: 175px){
    .form_main {
        display: block;
        margin-bottom: 10px;
    }
    .form_main input {
        width: 96%;
        border-radius: 20px;
        border: 1px solid #cfcccc;
        padding: 5px 2%;
        line-height: 24px;

    }
    .form_main .inp_box1 {
        width: 96%;
        border-radius: 0px;
        border:0px;
        border-bottom: 1px solid #cfcccc;
        padding: 5px 2%;
        line-height: 24px;
        color: #fff;
        background-color: #a1201d;

    }
    .form {
        line-height: 50px;
    }
    .form_content {
        width: 300px;
        line-height: 100px;
        position: fixed;
        box-shadow: 0 2px 14px #9697b480;
        border-radius: 5px;
        top: 43%;
        left: 10%;
        background-color: #fff;
        z-index: 999;
        text-align: center;
        display: none;
    }
}