.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.88rem;
}
.content .con-img{
    width: 100%;
    height: 4.5rem;
}
.con-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.content .con-signUp{
    width: 100%;
    height: 6.42rem;
    margin-top: 0.6rem;
}
.con-signUp .sig-title{
    width: 100%;
    height: 0.62rem;
    border-bottom: 0.01rem solid #ff9e02;
}
.sig-title .title{
    width: 1.94rem;
    height: 0.62rem;
    border-top-right-radius: 0.8rem;
    background: #ff9e02;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.62rem;
}
.content .form{
    width: 6.14rem;
    height: 5rem;
    padding: 0 0.68rem;
    margin-top: 0.3rem;
}
.form .name{
    width: 100%;
    height: 0.73rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.name span{
    width: auto;
    height: 0.73rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.73rem;
}
.name .input{
    width: 4.43rem;
    height: 100%;
    background: #f2f2f2;
    border-radius: 0.1rem;
    border: 0.01rem solid #dddddd;
}
.input #name{
    display: block;
    width: 4.3rem;
    height: 0.71rem;
    margin-top: 0.01rem;
    border: none;
    outline: none;
    margin-left: 0.08rem;
    background: #f2f2f2;
}
.name .iconfont{
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.3rem;
    color: red;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.2rem;
}
.form .tel{
    width: 100%;
    height: 0.73rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.tel span{
    width: auto;
    height: 0.73rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.73rem;
}
.tel .input{
    width: 4.43rem;
    height: 100%;
    background: #f2f2f2;
    border-radius: 0.1rem;
    border: 0.01rem solid #dddddd;
}
.input #tel{
    display: block;
    width: 4.3rem;
    height: 0.71rem;
    margin-top: 0.01rem;
    border: none;
    outline: none;
    margin-left: 0.08rem;
    background: #f2f2f2;
}
.tel .iconfont{
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.3rem;
    color: red;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.2rem;
}
.form .detail{
    width: 100%;
    height: 1.42rem;
    display: flex;
    margin-top: 0.3rem;
}
.detail span{
    width: auto;
    height: 0.72rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.72rem;
}
.detail #detail{
    width: 4.43rem;
    height: 100%;
    background: #f2f2f2;
    border-radius: 0.1rem;
    border: 0.01rem solid #dddddd;
    margin-left: 0.24rem;
    outline: none;
}
.form .btn{
    width: 100%;
    height: 0.8rem;
    background: #ff9e02;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 0.6rem;
    border-radius: 0.15rem;
}
