body{
    background-color: #fff1e7;
}
.pr {
            position: relative;
        }
        .img-wrap{
            position: relative;
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            height: 700px;
            background-color: #fff1e7;
        }
        .my-form {
            /*position: absolute;*/
            /*left: 0;*/
            /*top: 0;*/
            width: 80%;
            height:500px;
            min-height: 230px;
            display: flex;
            flex-flow: column;
            /*justify-content: center;*/
            align-items: center;
            border-radius: 20px;
            box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
            background-color: #fff;
            /* background:url('/images/banner/2022xiaqiu/2022xiaqiu2-2-2.jpg') no-repeat center/cover; */
        }
        .myform-title{
            display: flex;
            flex-flow: column;
            justify-content: center;
            /*align-items: center;*/
        }
        .xianshag{
            font-size: 85px;
            color: #000;
            font-weight: 700;
            margin-top: 22px;
            text-align: center;
            /*margin-left:-22px;*/
        }
        .my-input{
            width: 90%;
            display: flex;
            flex-flow: row;
            justify-content: center;
            align-items: center;
        }
        .input1{
            display: flex;
            justify-content: space-between;
            flex-flow: row;
            align-items: center;
            width: 50%;
            height: 66px;
            padding: 10px 20px;
            margin:30px 0 30px 0;
            /*border-radius: 30px;*/
            border:2px solid #d83f30;
        }
        .input1 input{
            flex: 1;
            margin-left: 10px;
            border:none;
            height: 30px;
            line-height: 30px;
            background-color: #fff;
            font-size: 30px;
            color: #000;
            /*font-weight: bold;*/

        }
        .chakanxuefei{
            width: 402px;
            height: 72px;
            line-height: 90px;
            display: flex;
            flex-flow: row;
            justify-content: center;
            align-items: center;
            color: #fff;
            /*background-color: #d83f30;*/
            background:url('../images/402-72.png') no-repeat center/cover;
            border-radius: 30px;
            margin-bottom: 30px;
            font-size: 36px;
        }
        .myform-bottom{
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            background-color: rgb(154,42,31);
            padding-bottom: 20px;
        }
        .xflex{
            display: flex;
            flex-flow: row;
            justify-content: center;
            align-items: center;
        }

        .myform-bottom-title{
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            color: #000;
            margin-top: 20px;
            padding-bottom: 20px;
        }
        .baojia{
            width: 80%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size: 20px;
            background-color: #992e24;
            border: 1px solid #992e24;
            margin-bottom: 10px;
        }
        .bottom-right{
            width:450px;
            height:281px;
            display: flex;
            flex-flow: column;
            justify-content: space-around;
            align-items: center;
            background-color: #fff;
        }
        .input-bot{
            width: 80%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            border-width: 2px;
    border-style: solid;
        }
        .nav_20 li .nav_sub_20 {
            width: 120px;
            position: absolute;
            display: none;
            top: 50px;
            left: 0px;
            z-index: 998;
        }

        .nav_20 li .nav_sub_20 li {
            height: 35px;
        }

        .nav_20 li .nav_sub_20 li a {
            background: #fff;
            width: 100%;
            font-size: 15px;
            color: #444;
            height: 35px;
            line-height: 35px;
        }

        .nav_20 li .nav_sub_20 li a:hover {
            background: #6a2c14;
            line-height: 35px;
            color: #fff;
        }

        .nav_20 li:hover .nav_sub_20 {
            display: block;
        }
       .chunzhao{
            padding-top: 20px;
            color: #fff;
            font-size: 58px;
        }
        .chunzhao-en{
            font-size: 20px;
            color: #fff;
            padding-bottom: 20px;
        } 
      .sss{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
        .yflex{
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
        }
        .gundong{
            background-color: #f65a4a;
            padding-bottom: 40px;
        }
        .title-gundong{
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 80%;
            height: 80px;
            margin: 0 auto;
            color: #fff;
            font-size: 35px;
            font-weight: 700;
            background-color: #d83f30;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
        .title-gundong span{
            flex: 1;
            text-align: center;
        }
        #scroll_box{
            width: 80%;
            margin: 0 auto;
            padding: 0;
            padding: 20px 0;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }
        #scroll_box li{
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: center;
            height: 68px;
            line-height: 68px;
            line-height: 68px;
            font-size: 22px;
            border-bottom: 1px solid #ccc;
        }
        #scroll_box li span{
            flex: 1;
            text-align: center;
            
        }
        #scroll_box ul{
            list-style: none;
        }
        .baomin{
            display: inline-block;
            height: 30px;
            line-height: 30px;
            background: #fb401c;
            padding:2px 10px;
            border-radius: 4px;
            color: #fff;
        }
        .lunbo{
            height: 60px;
            padding-left: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .lunbo-right{
            flex: 1;
            height: 60px;
            /*background-color: red;*/
        }