/* .no-more {
    letter-spacing: -1px;
    color: #e1e1e1;
    text-align: center;
    background: #fff;
    padding: 15px 0 0px;
    font-size: 12px;
}
.no-more span {
    letter-spacing: 0;
    margin: 0 19px;
} */
.sigma-content{
    margin-top: 15px;
    text-align: center;
    background-color: #fff;
}
.sigma-middle-line:before{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;/*颜色需与主题大背景色一致*/ 
    position: relative;
    top: 14px;/*调节线高*/
    left: 0;
}
.sigma-line-text{
    display: inline-block;
    background: #fff;
    padding: 0 18px 0 18px;
    position: relative;
    font-size: 16px;
    color: #888;
}
.inputBox {
    border: 1px solid #c1c1c1;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-align: left;
}
.loginBox .inputBox.green{
    border: 1px solid #01d2a8;
}
.loginBox .inputBox.red{
    border: 1px solid red;
}
.loginBox .inputBox .input {
    font-size: 14px;
    color: #888;
    padding:0 20px 0 10px;
    display: inline-block;
}
.loginBox .inputBox input {
    font-size: 14px;
    /* width: 300px; */
}
.loginBox .inputBox .icon{
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.loginBox .inputBox .trades-password,.loginBox .inputBox .confirm-password{
	width: 240px;
}
.loginBox .inputBox  #pwdtrade{
    width: 230px;
}
.loginBox .btn-login{
	height: 40px;
    line-height: 40px;
    background: #709b33;
    color: #fff;
    margin-top: 30px;
    border-radius: 20px;
}
.loginBox .btn-login:hover{
    background: #8aba46;
}
.loginBox .btn-login input{
	background: none;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 40px;
	cursor: pointer;
}
.loginBox .email-error{
    font-size: 12px;
    color: #fb2121;
    text-align: left;
    position: absolute;
    top: 98px;
}
.password-error{
    font-size: 12px;
    color: #fb2121;
    text-align: left;
    position: absolute;
    top: 170px;
}
.onepassword-error{
	top: 185px;
}
.loginBox .right{
	font-size: 13px;
	color: #01d2a8;
	margin-top: 20px;
}
.loginBox .agree{
	text-align: left;
	margin-top: 15px;
	font-size: 14px;
}
.xuan-group input{display:none;opacity:0;}
.xuan-group input[type=checkbox]+label, .xuan-group input[type=radio]+label {
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*cursor: pointer;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin:2px;
}
.xuan-group input[type=checkbox]+label:before, .xuan-group input[type=radio]+label:before {
    line-height: 20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    content: '';
    color: #fff;
    border: 1px solid #dce4e6;
    background-color: #f3f6f8;
    /* border-radius: 3px; */
}
.xuan-group input[type=checkbox]:checked+label:before,.xuan-group input[type=radio]:checked+label:before{
    content:' ';
    background: url(../images/selected_iocn2.png) no-repeat;
    background-size:100%;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #273f59 inset;
    -webkit-text-fill-color: #e4e4e4;
}
.xuan-group a{
    color: #fff;
}
.xuan-group a:hover,.loginMsg .right a:hover{
    text-decoration: underline;
    color: #fff;
}