@charset "utf-8";
#contact .num_tip{
    position: relative;
    overflow: inherit !important;
    margin-bottom: 60px;
}
.num_tip p.line{
    height: 5px;
    width: 99.8%;
    background-color: #ae2c3d;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.num_tip ol{
    position: relative;
    font-size: 0;
    z-index: 2;
}
.num_tip ol li{
    display: inline-block;
    width: 33.3333%;
    font-size: 18px;
    color: #ffffff;
}
.num_tip ol li strong{
    display: inline-block;
    width: 100px;
    text-align: center;
    background-color: #ffffff;
}
.num_tip ol li strong .num{
    display: inline-block;
    padding: 5px;
    background-color: #e6e9ed;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.num_tip ol li strong .num i{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #a6a6a6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.num_tip .txt{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -36px;
    display: block;
    color: #666666;
    font-weight: 400;
    font-size: 13px;
}
.one{
    position: relative;
}
.one .txt{
    left: 0;
    right: auto;
}
.num_tip ol .on .num i{
    background-color: #ae2c3d;
}
.two{
    text-align: center;
    position: relative;
}
.three{
    text-align: right;
}
.three strong{
    position: relative;
    text-align: right;
}
.form_area ul li{
    border-bottom: 1px dashed #e0e0e0;
    padding: 25px 0;
}
.form_area dl dt{
    /*float: left;*/
    display: inline-block;
    width: 130px;
    text-align: right;
    vertical-align: middle;
}
.form_area dl dt .red_must_icon{
    display: inline-block;
    margin-left: 5px;
    color: #ae2c3d;
}
.form_area dl dd{
    position: relative;
    display: inline-block;
    /*float: right;*/
    width: 880px;
    margin-left: 23px;
    vertical-align: middle;
}
.form_area dl dd input{
    width: 598px;
    /*height: 42px;*/
    /*line-height: 42px;*/
    padding: 12px 0;
    text-indent: 15px;
    border: 1px solid #999999;
}
.form_area dl dd textarea{
    width: 770px;
    padding: 10px 15px;
    height: 128px;
    resize: none;
    border: 1px solid #999999;
    font-size: 14px;
}
.form_area dl dd select{
    width: 598px;
    height: 40px;
    line-height: 40px;
    background: url("../images/icon/arrow_icon02.png") no-repeat 97% center;
    border: 1px solid #999999;
    text-indent: 15px;
}
.form_area dl dd .red_tip{
    display: inline-block;
    margin-left: 20px;
    color: #ae2c3d;
}
.form_area dl.row01 dt{
    vertical-align: top;
}
.form_area dl.row01 dd .red_tip{
    margin-left: 0;
}
.form_area dl.row01 dd .red_tip{
    margin-left: 0;
}
.form_area dl dd p{
    position: absolute;
    bottom: -25px;
    font-size: 12px;
}
.form_area dl.row04{
    margin-bottom:-15px;
}
.form_area dl.row04 dt{
    vertical-align: top;
}
.form_area dl.row04 dd label{
    display: inline-block;
    margin-bottom:15px;
}
.form_area dl.row06,
.form_area dl.row07{
    margin-bottom: 45px;
}
.btn_box{
    text-align: center;
}
.btn_box a{
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ae2c3d;
    color: #ffffff;
    margin-top: 30px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn_box a:hover{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


/* 确认页面 */
#confirm .form_area{
    width: 90%;
    margin: 0 auto 30px;
}
#confirm .form_area dl dd{
    width: 777px;
}
#confirm .form_area li{
    border-bottom: none;
    padding: 15px 0;
}
#confirm .btn_box a{
    width: 250px;
}
#confirm .btn_box .floatL span{
    padding-left: 30px;
    background: url("../images/icon/arrow_icon03_l.png") no-repeat 0 center;
}
#confirm .btn_box .floatR span{
    padding-right: 30px;
    background: url("../images/icon/arrow_icon03_r.png") no-repeat right center;
}

/*感谢页面*/
#thanks .num_tip{
    margin-bottom: 68px;
}
.thanks_style{
    text-align: center;
    margin-bottom: 30px;
}
.thanks_style img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.thanks_style span{
    font-size: 40px;
    vertical-align: middle;
    font-weight: 400;
}
.thanks_txt{
    text-align: center;
    font-size: 21px;
    color: #666666;
}
/* SP */
@media only screen and (max-width: 767px){
    .num_tip ol li strong {
        width: 60px;
    }
    .num_tip ol li strong .num {
        display: inline-block;
        padding: 3px;
        background-color: #e6e9ed;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }
    .num_tip ol li strong .num i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .num_tip .txt {
        font-size: 10px;
    }
    .one .txt,
    .three .txt{
        bottom: -20px;
    }
    #contact .num_tip {
        margin-bottom: 40px;
    }
    .form_area ul li {
        border-bottom: 1px dashed #e0e0e0;
        padding: 18px 0 20px;
    }
    .form_area dl dt {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .form_area dl dd {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .form_area dl.row04 dd label {
         display: block;
    }
    .form_area dl dd textarea {
        width: 100%;
        padding: 10px 15px;
        height: 100px;
    }
    .form_area dl dd input {
        width: 100%;
        /*height: 36px;*/
        /*line-height: 36px;*/
    }
    .form_area dl dd select {
        width: 100%;
        /*height: 36px;*/
        /*line-height: 36px;*/
        background-size: 6%;
    }
    .form_area dl dd select option{
        display: block;
        width: 100%;
    }
    .form_area dl dd .red_tip {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        font-size: 12px;
    }
    .form_area dl.row06, .form_area dl.row07 {
        margin-bottom: 15px;
    }
    .form_area dl dd p {
        position: inherit;
        bottom: auto;
        font-size: 12px;
    }
    /*confirm 确认页面*/
    #confirm .btn_box a {
        float: none;
    }
    .thanks_style {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .thanks_style img {
        width: 45px;
        margin-right: 20px;
    }
    .thanks_style span {
        font-size: 28px;
    }
    .thanks_txt {
        font-size: 16px;
    }
    .thanks_txt span{
        display: block;
    }
}