.wrapper{
    overflow: hidden;
}
.hdjl{
    margin-bottom: 40px;
}
input{
    font-size: 18px;
    color: #3a364d;
}
.message2,.message3{
    margin-bottom: 65px;
}
.message1 .img{
    width: 507px;
    float: right;
}
.message2 .img{
    width: 654px;
    float: right;
}
.message3 .img{
    width: 588px;
    float: left;
}
.message1 .group{
    width: 500px;
    float: left;
    margin-left: 50px;
}
.message2 .group{
    width: 500px;
    float: left;
}
.group p{
    font-size: 24px;
    color: #3a364d;
    font-weight: bold;
    background: url(../images/second/star.png) no-repeat left top;
    padding-left: 45px;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 100px;
}
.message1 input{
    width: 271px;
    height: 35px;
    border:1px solid #cfd9e3;
    outline: none;
    padding-left: 13px;
}
.message1 .box{
    font-size: 18px;
    color: #3a364d;
    margin-left: 75px;
    margin-bottom: 10px;
}
.next{
    margin-left: 75px;
    margin-top: 20px;
    cursor: pointer;
}
.message2 .next{
    margin-left: 56px;
}
.message2 input{
    width: 337px;
    height: 35px;
    border:1px solid #cfd9e3;
    outline: none;
    padding-left: 13px;
}
.message2 .box{
    font-size: 18px;
    color: #3a364d;
    margin-left: 56px;
    margin-bottom: 10px;
    position: relative;
}
.message2 .group p{
    margin-left: 11px;
}
.message2 textarea{
    width: 350px;
    height: 196px;
    border:1px solid #cfd9e3;
    outline: none;
    font-size: 18px;
    color: #3a364d;
    resize: none;
    background: #fff;
    margin-left: 2px;
    padding: 13px;
    box-sizing: border-box;
    vertical-align:top;
}
textarea::-webkit-input-placeholder{
    color: #cfced2;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #cfced2;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #cfced2;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #cfced2;
}
.arrow{
    width:38px;
    height: 35px;
    border-left: 1px solid #cfd9e3;
    position: absolute;
    right: 3px;
    top: 1px;
    cursor: pointer;
    background: #dfefff url(../images/arrow.png) no-repeat center;
}
.typelist{
    display: none;
    position: absolute;
    right: 2px;
    top: 37px;
    width: 86px;
    height: 143px;
    border-left: 1px solid #cfd9e3;
    border-bottom:1px solid #cfd9e3;
    border-right:1px solid #cfd9e3;
    background: #fff;
    padding: 15px 0;
    z-index: 2;
}
.typelist li{
    font-size: 16px;
    color: #333;
    cursor: pointer;
    text-align: right;
    padding-right: 15px;
}
.typelist li:hover,.typelist li.select{
    background: url(../images/icon7.png) no-repeat 15px center;
    color: #2254a5;
}
.w470{
    width: 445px;
    margin-left: 75px;
    margin-top: 30px;
}
.w470 .submit{
    display: block;
    width: 180px;
    height: 49px;
    float: left;
    cursor: pointer;
    background: url(../images/second/submit.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
}
.w470 .clear{
    width: 180px;
    float: left;
    cursor: pointer;
    margin-left: 20px;
}
.w470 .clear img{
    width: 100%;
    height: 49px;
}
#code{
    width: 165px;
    height: 35px;
    border: 1px solid #cfd9e3;
    outline: none;
    padding-left: 10px;
}  
.box .send{
    position: absolute;
    left: 267px;
    top: 0;
    width: 108px;
    height: 37px;
    font-size: 16px;
    color: #3a364d;
    text-align: center;
    background: #dfefff;
    line-height: 35px;
    border: 1px solid #cfd9e3;
    border-left: none;
    cursor: pointer;
    padding: 0;
}
.message3 .group{
    float: right;
    width: 546px;
    margin-right: 50px;
}
.message3 .group p{
    padding-left: 0;
    margin-left: 52px;
    margin-top: 100px;
}
.message3 .group .box{
    margin-left: 52px;
    margin-bottom: 10px;
    position: relative;
}
.message3 input{
    width: 414px;
    height: 35px;
    border: 1px solid #cfd9e3;
    padding-left: 13px;
    outline: none;
}
.choose{
    position: absolute;
    right: 2px;
    top: 1px;
    width: 89px;
    height: 35px;
    font-size: 16px;
    color: #3a364d;
    text-align: center;
    background: #dfefff;
    line-height: 35px;
    border-left: 1px solid #cfd9e3;
    cursor: pointer;
}
.message3 .next{
    margin-left: 52px;
    margin-top: 40px;
}
.sub_wrapper{
    display: none;
    width:100%; height:100%;left:0;top:0; position:fixed;background:rgba(0,0,0,.3);z-index: 999
}
.sub_wrapper p{
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    font-size: 30px;
}
label.error{
    color:#d2201f;
    margin-left: 88px;
    font-size: 14px;
    display: block;
}
.code label.error{
    font-weight: normal;
    margin-left: 92px;
}