
        html,body{
            padding: 0;
            margin: 0;
            font-family: "Microsoft YaHei";
        }
        td
        {
            font-size:16px;
            font-weight:bold;
            color:#000000;
        }
        .box{
            background: #f2f2f2;
            overflow: hidden;
        }
        .head{
            background: #d13f37 url("/skin/cx/images/head_logo.jpg") center / auto 100% no-repeat;
            height: 200px;
        }
        .head .head-w{
            width: 1100px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .wrap{
            margin:60px auto;
            width:1100px;
            font-size:16px;
            border-radius: 30px;
            box-shadow: 0 10px 15px rgba(0,0,0,0.3);
            overflow: hidden;
            background: #fff;
        }
        .wrap h3{
            color: #ae2627;
            font-size: 40px;
            text-align: center;
            margin-bottom: 70px;
            margin-top: 50px;
        }
        .wrap .content{
            display: flex;
            justify-content: space-between;
        }
        .wrap .content .left p{
            margin-top: 20px;
            color: #a09f9f;
            margin-left: 30px;
            margin-bottom: 50px;
            line-height: 30px;
        }
        .wrap .content .right{
            margin-right: 50px;
            width: 430px;
        }
        .wrap .content .style_input{
        }
        .wrap .content .input_style{
            margin-top: 50px;
            border-bottom: 1px solid #dadada;
            display: flex;
            justify-content: left;
            align-items: center;
        }
        .wrap .content .input_style span{
            display: inline-block;
            margin: 0 10px 0 0;
        }
        .wrap .content .input_style input{
            border: none;
            outline: none;
            line-height: 40px;
            width: 80%;
        }
        .input_style_none{
            display: flex;
            justify-content: center !important;
        }
        .input_style_none *{
            background: #ae2627;
            color: #fff;
            width: 120px !important;
            line-height: 40px;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            padding: 0;
            font-size: 18px;
            margin: 0 10px;
            text-decoration: none;
        }
    