*{
    margin: 0px;
    padding: 0px;
}
body{
    background-color: #F6F7F9;
}
/*统一带返回箭头头部*/
.user-public-top{
    width: auto;
    padding: 30px 0px 10px 15px;
    display: flex;
}
.user-public-top .angle-left{
    color: #2e2e2e;
    display: inline-block;
    vertical-align: middle;
}
/*顶部右侧文本*/
.title-right{
    text-align: right;
    margin: auto 0;
}
/*顶部右侧文本样式*/
.title-right a{
    text-decoration: none;
    color: #12baaff3;
    font-size: 12px;
}
.user-public-top .title{
    /*垂直水平居中*/
    width: 90%;
    text-align: center;
    margin: auto 0;
}
.user-public-top .title2{
    /*垂直水平居中*/
    width: 100%;
    text-align: center;
    margin: auto 0;
}
.user-public-top .title h5{
    font-size: 16px;
}
/*统一垂直防止塌陷*/
.user-public-top:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/*统一主体*/
.user-public-body{
    width: auto;
    height: 600px;
}
/*统一logo*/
.user-logo{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 30px;
    /*======================================需要修改项目LOGO======================================*/
    background: url(../img/visit-logo.png) no-repeat;
    background-size: contain;
}
/*统一输入框父级*/
.user-input{
    width: auto;
    padding: 0px 5%;
    margin-top: 50px;
}
/*普通输入框*/
.input-div{
    width: 95%;
    height: 50px;
    line-height: 50px;
    background-color: white;
    border-radius: 5px;
    border: none;
    padding: 0px 2%;
    margin-top: 20px;
}
/*默认输入框*/
.input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/*验证码输入框*/
.verify-input{
    width: 50%;
    height: 100%;
    border: none;
    outline: none;
}
/*验证码输入框*/
.verify-img{
    margin-top: 10px;
    float: right;
    width: 70px;
    height: 30px;
}
/*注册按钮*/
.btn-register{
    width: 99%;
    border: none;
    height: 45px;
    margin-top: 20px;
    border-radius: 5px;
    /*======================================按钮颜色======================================*/
    background-color: #e29a65;
    color: white;
    font-size: 16px;
    outline: none;
}
button:hover{
    cursor: pointer;
}
/*去除下滑*/
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
/*右浮动超级*/
.a-right{
    float: right;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 5px;
    color: #908e8e;
}
.a-right:hover{
    cursor: pointer;
    color: #908e8e;
}
.body-gold{
    width: 100%;
    margin-top: 10px;
}
.gold{
    width: 90%;
    background: linear-gradient(to bottom right,#25c0ec,#8cd5ee);
    border-radius: 15px;
    padding-bottom: 20px;
}
.gold .use-p{
    padding-top: 60px;
    font-size: 14px;
    vertical-align: middle;
}
.gold .use-p span:nth-of-type(1){
    font-size: 14px;
    vertical-align: middle;
}
.gold .use-p span:nth-of-type(2){
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
}
.gold .use-recording{
    display: inline-block;
    margin-top: 20px;
    color: white;
}
.use-card{
    width: 90%;
    height: 400px;
    text-align: left;
    margin-top: 20px;
}
.use-card-title{
    display: block;
    margin: 10px 0px;
}
.use-card-input{
    display: block;
    width: 96%;
    height: 50px;
    line-height: 50px;
    background-color: white;
    border-radius: 5px;
    border: none;
    padding: 0px 2%;
}