html,body{
    background:#F7F8F9;
    position:relative;
    height:100%;
}
.order-wrapper{
    width: 1200px;
    height: 566px;
    display:flex;
    position:absolute;
    left:50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -283px;
}
.order-left{
    width: 720px;
    height: 566px;
    background:url(../img/order/order-bg.png) center center no-repeat;
    background-size: 100% 100%;
    position:relative
}
.go-back{
    position:absolute;
    bottom: 50px;
    left: 36px;
}
.go-back:hover a:after{
    margin-left: 10px
}
.order-left a {
    color:#fff;
    font-size: 14px;
    display:flex;
    align-items: center;
}
.order-left a:after {
    content: '';
    display:block;
    width: 13px;
    height:4px;
    background:url(../img/order/order-arrow.png) center center no-repeat;
    background-size: 13px 4px;
    margin-left: 4px;
    transition: margin-left 0.25s ease;
}
.order-line{
     width: 73px;
    height:1px;
    background:#fff;
    margin-top:6px;
}
.order-right{
    width: 480px;
    height: 566px;
}
.contact-right{
    flex: 0 0 auto;
    width: 480px;
    height: 580px;
    background:#fff;
    padding: 60px 112px 0 113px;
}
.contact-right > h3 {
    font-size: 24px;
    color:#333;
    font-weight:bold;
    padding-bottom: 10px;
}
.contact-right > p {
    font-size: 16px;
    color:#666;
    margin-bottom: 31px;
}
.form-tab{
    display:flex;
    margin-bottom: 20px;
}
.form-tab > div{
    flex: 0 0 auto;
    margin-right: 28px;
    font-size: 16px;
    color:#666;
    cursor: pointer;
}
.form-tab .reverse-line{
    display:none;
    width: 21px;
    height: 2px;
    background:#1c56a0;
    margin:0 auto;
    margin-top: 6px;
}
.form-tab > div.active{
    font-weight:bold;
    color:#1c56a0;
}
.form-tab > div.active .reverse-line{
    display:block;
}
.form-content{
    position:relative;
    width: 100%;
    height: 100%;
}
.form-content > div{
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    top:0;
    display:none
}
.form-content > div.active{
    display:block
}
.form-content > div > div{
    margin-bottom: 12px;
}
.form-content label{
    display:block;
    font-size: 12px;
    color:#666;
}
.form-content input {
    outline:none;
    display:block;
    -webkit-appearance: none;
    background:#fff;
    width: 100%;
    height: 40px;
    padding:0;
    line-height: 40px;
    font-size: 12px;
    border:0;
    border-bottom: 1px solid #EBF0F4;
    color:#333;
}
::placeholder {
    color: #cdcdcd;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cdcdcd;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #cdcdcd;
}
.notice{
    font-size: 12px;
    color:#999;
    line-height: 16px;
    transform: scale(0.8333);
    transform-origin: left;
    margin-bottom: 42px !important

}
.input-wrapper{
    position:relative;
}
.img-code, .get-code{
    position:absolute;
    right:0;
    top: 50%;
    margin: 0 10px;
}
.img-code{
    width: 80px;
    height: 30px;
    margin-top: -15px
}
.get-code{
    font-size: 12px;
    margin-top: -9px;
    color:#1c56a0;
    cursor: pointer;
}
.errorMsg{
    position:absolute;
    top:240px;
    left:0;
    font-size: 13px;
    color: #ff5252;
}
.wechat-form .qrcode{
    padding-top: 12px;
}
.wechat-form .qrcode > img{
    display:block;
    width: 170px;
    height: 170px;
    margin-bottom: 19px;
}
.wechat-form .qrcode p{
    text-align:center;
    width: 170px;
    word-break: break-word;
    font-size: 12px;
    color:#333;
    line-height: 20px;
}
.reverse-btn-3{
    background:#1c56a0;
}
