/*h5注册*/
.user-register {padding: 5%;}
.user-register .logo{}
.user-register .logo img {width: 80px;}

.user-register .register-box {margin-top: 5%;}
.user-register .register-box .title {font-size: 24px;font-weight: bold;margin-bottom: 6%;color: #000;}
.user-register .register-box .input-box {margin-bottom: 20px}
.user-register .register-box .input-box .icon {margin-bottom: 12px}
.user-register .register-box .input-box .icon span {color: #959595;font-size: 14px;padding-left: 6px}
.user-register .register-box .input-box .icon img {width: 20px;height: 20px;}
.user-register .register-box .input-box .input input {height: 49px;line-height: 49px;width: 100%;font-size: 16px;text-indent: 25px;background: #1E1E1E;border-radius: 49px;color: #A9A9A9;}
.user-register .register-box .input-box.code input {text-indent: 25px;width: 97%;}
.user-register .register-box .input-box.code .input .left {width: 65%}
.user-register .register-box .input-box.code .input .right {width: 35%}
.user-register .register-box .input-box.code .send-code {font-size: 13px;color: #1E201F;font-weight: bold;background: #C9FB06;border-radius: 49px;height: 49px;line-height: 49px;width: 85%;display: inline-block;float: right}
.user-register .click-btn {text-align: center;margin-top: 15%;}
.user-register .click-btn a {display: inline-block;width: 95%;height: 54px;line-height: 54px;color: #1E201F;font-size: 18px;font-weight: bold;background-color: #C9FB06;border-radius: 10px}

.user-register .user-agreement {margin-top: 5%;font-size: 12px;text-align: left;color: #959595;}
.user-register .user-agreement .content var {color: #17191A;}
.user-register .user-agreement .ect-click-ico i {width: 12px;height: 12px;border-radius: 12px;}

/*下载app*/
.user-app {background: url("../image/user/H5xiazaiye.png")no-repeat;background-size: 100% 100%;}
.user-app .open-app,.user-app .down-app {position: fixed;bottom: 13%;left: 0;right: 0;}
.user-app .open-app {bottom: 3%;}
.user-app .ect-sub-btn a {background: #FA671A;height: 54px;line-height: 54px;width: 216px;font-weight: bold;font-size: 18px;}
.user-app .ect-sub-btn.open-app a {background: #FC9114;}

/*帮助中心*/
.user-help {border-radius: 14px 14px 0 0;z-index: 9999999;background: #fff;margin-top: 50px;padding: 0 3%;}
.user-help .title {height: 56px;line-height: 56px;border-bottom: 1px solid #E5E5E5;}
.user-help .title .left {font-size: 16px;font-weight: bold;}
.user-help .list {height: 56px;line-height: 56px;}
.user-help .list .sign {width: 6%;}
.user-help .list .row.column-default {border-bottom: 1px solid #E5E5E5;display: flex;text-indent: 3%;width: 90%;}
.user-help .list .row.column-default .ect-look-more {width: 5px;height: 8px;}
.user-help .list .row.sign i {width: 8px;height: 8px;background: #C7CED3;display: block;border-radius: 8px;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}
.user-help .list.ect-hide {display: none;}
