a {
    color: #ddd;
}
.hide{
    display: none;
}
.sign-up-wrapper {
    color: #ddd;
    background-color:#444444;
    position: relative;
}
.red{
    color: #f8463a;
}
.input-group span.red{
    display: none;
}

.sign-up-body {
    width: 1200px;
    position: absolute;
    top: 50%;
    margin-top: -282px;
    left: 50%;
    margin-left: -600px;
    background: #fff;
    font-size: 16px;
    line-height: 40px;
    border-radius: 10px;
    height: 550px;

}

.sign-title-part{
    padding: 0 40px;
    line-height: 80px;
    height: 80px;
    background-color: #f1efec;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #dbd5cc;
    margin-bottom: 50px;
}
.sign-title-part .title{
    font-size: 30px;
    color: #666666;
  font-weight: normal;
  display: inline-block;
}
.sign-title-part .login-link{
    font-size: 24px;
    color: #666;
}
.sign-title-part .login-link a{
    color: #e99c3d;
}
.sign-up-body .input-group > * {
    float: left;
    position: relative;
    color: #666666;
}
.sign-maincont{
    padding: 0 10px;
}
.sign-contleft{
    width: 610px;
}
.reg-tabs-box{
    padding-left: 100px;
    margin-bottom: 25px;
    line-height: 38px;
}
.reg-tabs-box span{
    width: 200px;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #666666;
    border-bottom: 5px solid #999999;
    text-align: center;
    height: 45px;
    line-height: 1;
}
.register-pro-title {
    color: #fff;
    font-size: 24px;
    background-color: #e99c3d;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.reg-tabs-box span.active{
    color: #e99c3d;
    border-bottom: 5px solid #e99c3d;
}

.sign-contright{
    width: 410px;
    margin-right: 45px;
}
.sign-contright a.prom-link{
    display: block;
}
.sign-contright a.prom-link.last{
    margin-bottom: 15px;
}
.sign-contright img{
    width: 410px;
    height: auto;
}
.sign-contright .more-link{
    display: inline-block;
    font-size: 16px;
    color: #d1b174;
}

.input-group label {
    width: 90px;
    text-align: right;
    margin-right: 10px;
    color: #666666;
    font-size: 14px;
}

.input-clear {
    position: relative;
}
/*.sign-up-input{*/
    /*width:500px;*/
/*}*/
.input-clear input,
.sign-up-input input {
    font-size: 16px;
    color: #666;
    width: 400px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f1efec;
    background: transparent;
    padding-left: 15px;
}
.input-clear input:focus{
     border: 1px solid #e99c3d;
}
.input-clear .delete {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    padding: 0 10px;
}
.input-clear.input-password .delete{
    top: 15px;
    right: 41px;
}
.input-group {
    margin-bottom: 26px;
}
.eye-close{
    position: absolute;
    right: 4px;
    top: 1px;
    color: #666;
    font-size: 20px;
    padding: 0 10px;
    cursor: pointer;
    font-weight: 700;
}

.status i {
    margin-left: 10px;
    color: #09bb07;
    font-size: 24px;
    display: none;
}
.forAgreement {
    display: inline-block;
    width: 15px!important;
    height: 15px;
    background-color: #fff;
    border-radius: 15px;
    border:1px solid #e99c3d;
    margin-left: 40px!important;
/*    background: url(/images/icon/tip-cuo.png) no-repeat;
    background-size: 100%;
    display: none;*/
}
.forAgreement.active {
   background: url(/images/icon/tip-dui.png) no-repeat;
    background-size: 100%;
}
#agreement {
    display: none;
}
.code-tip {
    right: -438px!important;
    top: 5px!important;
}

.tip-text {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -215px;
    top: 3px;
    width: 185px;
}
.tip-text::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top: 8px;
    background: url(/images/icon/tip-cuo.png) no-repeat;
    background-size: 100%;
    display: none;
}
.wrong.tip-text::before {
    display: block;
}
.right.tip-text::before {
    background: url(/images/icon/tip-dui.png) no-repeat;
    background-size: 100%;
    display: block;

}

.sign-true {
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #2f2c23;
    padding: 0 0 6px 20px;
    margin-bottom:20px;
}

.sign-true span {
    color: #d5ae69;
    font-size: 16px;
}

.get-vercode{
    margin-left: 5px;
    display: inline-block;
    font-size: 14px;
    color: #111111;
    background: #e99c3d;
    padding: 0 16px;
    cursor: pointer;
    width: 150px;
    text-align: center;
    color: #fff;
}
.tip-text.sms-tip {
    right: -375px!important;
    top: 5px!important;
}
.count-down{
    margin-left: 5px;
    /*display: inline-block;*/
    font-size: 14px;
    color: #111111;
    background: #ccc;
    padding: 0 16px;
    cursor: pointer;
    width: 150px;
    text-align: center;
    color: #fff;
}
.ui-regain-verifcode{
    margin-left: 10px;
}
.ui-regain-verifcode {
    position: absolute;
    width: 100px;
}
.ui-regain-verifcode span{
    color: #e99c3d;
    cursor: pointer;
    display: block;
    position: absolute;
    left: -93px;
    top: 0px;
    font-size: 14px;
}
.input-clear #validCode,
.input-clear input.phone-valide{
    width:240px;
}
.valid-code img{
    margin:0 10px;
    height:40px;
    cursor: pointer;
}
.valid-code a{
    color:#666;
    font-size:14px;
}
.valid-code a:hover{
    text-decoration: underline;
    color:#999;
}

#agreement{
    width:20px;height:20px;
    background:#c5a665;
}
.sign-up-input input.sign-up-btn{
    background: #b03a34;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 5px;
    color: #fff;
    height: 50px;
    padding: 0;
}
.sign-up-input input.sign-up-btn:hover,
.get-vercode:hover{
    background: #e99c3d;
}

/*邮箱*/
.inputElem {
    width:198px;
    height:22px;
    line-height:22px;
    border:1px solid #ccc;
}
.parentCls {
    height:auto; margin:0 auto;
}
.parentCls ul{ padding-left: 10px; padding-right: 10px; }
.auto-tip li { width: 100%; height: 30px; line-height: 30px; font-size: 14px;}
.auto-tip li.hoverBg {
    background:#ddd;
    cursor:pointer;
}

.hidden {
    display:none;
}
.auto-tip{
    background:#fff;
    color:#666;
    padding:0 1em;
    box-sizing: border-box;
}
.layui-layer-msg .layui-layer-content{
    font-size: 18px;
    color: #FFFFFF;
}
.yqm{
	  width: 10px;
    transition: all 0.5s;
    height: 10px;
    display: inline-block;
    border-right: 1px #fff solid;
    border-top: 1px #fff solid;
    transform-origin: center;
    transform: rotate(135deg);
    margin-left: 10px;

}
.yqmtran{
	transform: rotate(-45deg);
}
.sign-contleft {
    /*display: none;*/
}
.sign-contleft-2 {
    width: 360px;
    height: 290px;
    margin-left: 165px;
    color: #666666;
    font-size: 18px;
    margin-right: 85px;
    padding-top: 40px;
    display: none;
}
.sign-contleft-2 .sign-up-input {

}
.success-text-box {
    height: 100px;
    border-radius: 100px;
    background-color: #f1efec;
    padding-left: 100px;
    width: 100%;
    padding-top: 12px;
    position: relative;
}
i.icon-success-duihao {
    background: url(../img/icon-success-dui.png) no-repeat;
    position: absolute;
    top: 32px;
    left: 42px;
    height: 37px;
    width: 37px;
}
.info-row {
    line-height: 1;
    margin:30px 0;
    text-align: center;
    font-size: 16px;
}
.sign-contright {
    transition: all .3s;
}
.success-text-box h3{
    font-size: 24px;
}
.register-success-box a {
    height: 50px;
    display: block;
    color: #fff;
    background-color: #b03a34;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    line-height: 50px;
    margin-bottom: 15px;
}
.register-success-box a.cunkuan {
    background-color: #e99c3d;
}
/*layer样式*/
.layui-layer-btn .layui-layer-btn0 {
    border-color: #F49C41;
    background-color: #F49C41;
    color: #fff;
    width: 80px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
}