.main{
    background: #fff;
}
.header {
    height: 92px;
    width: 100%;
    display: flex;
    background: #fff;
    /* margin-top: 14px; */
}
.header .return{
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 16px;
    margin-left: 46px;
    background-image: url('../img/home/return.png');
    background-repeat: no-repeat;
}
.header .word{
	height: 60px;
	width: 192px;
    float: left;
    line-height: 60px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #292827;
    margin-left: 30px;
	margin-top: 16px;
}
.mainbox{
    margin: 0 72px;
    margin-top: 82px;
}
.mainbox .div1{
    height: 72px;
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
	width: 606px;
    color: rgba(41,40,39,0.38);
    line-height: 36px;
}
.mainbox .div2{
    margin-top: 120px;
}
.mainbox .div2 p{
    height: 88px;
    border-bottom: 1px solid #EEEEEE;
}
.mainbox .div2 p input{
    display: inline-block;
    margin: 24px auto;
    margin-left: 8px;
    height: 40px;
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    width: -webkit-fill-available;
    border: none;
}
.mainbox .div2 .code{
    width: 192px;
    height: 60px;
    background: #FDFFFD;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF7445;
    line-height: 60px;
    position: absolute;
    right: 0;
    top: 11px;
    text-align: center;
}
.mainbox .div3{
    margin-top: 110px;
    width: 624px;
    height: 96px;
    background: #FF8D66;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 96px;
    text-align: center;
}