/* .sign-up-status{
    display: none;
}
.account-psd-status-status{
    display: none;
}
.register-status{
    display: none;
} */
/* 登录表单样式 */
.padding-bottom-20{
    padding-bottom: 20px !important;
}
input::-webkit-input-placeholder {
    color: #afafaf !important;
    font-size: 14px !important;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
}
.invitation-card-wrappers{
    width: 500px;
    margin: 8% auto 0;
    _margin-top: 100px;
    overflow: hidden;
    z-index: 999;
    padding: 20px 0;
    background-color: #fff;
}
.invitation-card-wrapper.login-wrapper{
    width: 440px;
}
.login-modal{
     position: relative;
     /* width: 360px; */
     padding: 20px 40px 20px 40px;
     /* margin: 8% auto 0; */
     background-color: #fff;
     font-size: 0;
}
.register-modal{
    position: relative;
    padding: 0 40px 20px 40px;
    background-color: #fff;
    font-size: 0;
}
.login-modal-top-0 {
    padding-top: 0;
}

.login-modal .login-modal-top-tab {
    border-bottom: 1px solid #eee;
}

.login-modal .login-modal-top-tab .tab-list {
    position: relative;
    top: 1px;
    float: left;
    width: 180px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}
.login-modal .login-modal-top-tab .tab-list.active {
    color: #d50000;
    border-bottom: 1px solid #d50000;
}
.dx-verify {
    margin-top: 30px;
    display: none;
}
div.dx-modal, .dx_captcha.dx_captcha-type-clickword {
    top: 346px;
}

.padding-bottom-40{
    padding-bottom: 40px;
}
.login-modal-top h3{
    font-size: 20px;
    color:#333;
}
.login-close-icon{
    position: absolute;
    top:-20px;
    right:0;
    padding: 10px;
    cursor: pointer;
}
.login-close-icon img{
    width: 12px;
    height: 12px;
}

.login-tip{
    font-size: 14px;
    margin: 22px 0;
}
.login-tip-a{
    font-size: 14px;
    color: #d50000;
}
.login-tip-a:hover{
    color: #B60E0E;
}
.login-service-a{
    display: inline-block;
    margin-left: 20px;
}

.login-form{
    /* margin-top: -1px; */
}
.login-form-input{
    height: 49px;
    /* padding: 17px 0; */
    padding-left: 16px;
    border: solid 1px #ededed;
    font-size: 16px;
}
.login-form-input:last-child{
    height: 48px;
}
.login-form-input input{
    width: 100%;
    height: 100%;
    line-height: 50px;
    outline: none;
    border: none;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
}
.login-form-input input.get-code{
    width: 199px;
}
.login-getcode-wrapper{
    float: right;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
}
.login-getcode-wrapper img{
    /* vertical-align: middle; */
}
.login-verification-code{
    height: 50px;
    width: 170px;
}
.login-icon3{
    display: none;
    width: 19px;
    height: 9px;
    margin-right: 16px;
    _margin-top:20px;
}
.login-icon4{
    display: none;
    width: 20px;
    height: 14px;
    margin-right: 14px;
}
.login-icon-active{
    display: inline-block!important;
}
.login-getcode{
    width: 110px;
    height: 32px;
    vertical-align: top;
    line-height: 32px;
    text-align: center;
    margin-top: 9px;
    border-left: 1px solid #ededed;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.login-getcode:hover{
    color: #d50000;
}
.time-countdown{
    max-width: 110px;
    overflow: hidden;
}
.verifycode{
    float: left;
}
.login-form-input input.verifycodea{
    width: 170px;
}
.login-form-input input.verifycodeb{
    width: 199px;
}
.login-form-input input.verifycodec{
    width: 297px;
}

.border-bottom-none{
    border-bottom: none !important;
}
.border-top-none{
    border-top: none;
}

.login-checkbox-wrapper{
    width: 100%;
    margin: 19px 0 20px 0;
}
.login-checkbox-wrapper-bottom{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}
.login-checkbox{
    float: left;
    font-size: 14px;
    color:#666;
    padding-left: 20px;
}
.login-checkbox input{
    /* width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: none;
    box-sizing: border-box;
    cursor: pointer; */
}
.login-checkbox span{
    /* vertical-align: top;
    margin-left: 6px; */
    color: #666666;
    line-height: 18px;
    margin-left: -20px;
    cursor: pointer;
}
.login-account{
    float: right;
    font-size: 14px;
    color: #d50000;
    cursor: pointer;
    line-height: 26px;
}

.login-account-left {
    float: left;
    font-size: 14px;
    color: #d50000;
    cursor: pointer;
    line-height: 20px;
}

.login-account.forget {
    color: #333;
}
.login-account.forget:hover {
    color: #d50000;
}
.unpointer{
    pointer-events: none;
}
.login-btn{
    width: 360px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: -2px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    background-color: #d50000;
    cursor: pointer;

}
.login-btn:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}
.login-change{
    width: 90px;
    color: #5E6166;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
.login-change:hover{
    color: #d50000;
}

.margin-to-30{
    margin-top: 30px;
}
.login-bottom-btn{
    width: 100%;
    margin-top: 20px;
}
.login-bottom-btn img{
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.login-bottom-btn a{
    float: left;
    color: #5E6166;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.login-bottom-btn a:hover{
    color: #d50000;
}

/* 账号注册样式 */
.code-tip{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.code_icon{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-top: 20px;
}
.code_icon img{
    width: 100%;
    height: 100%;
}
.register-tip{
    margin: 22px 0 0px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.login-register-checkBox{
    margin-right: 0 !important;
}
.login-register-checkBox span{
    color: #666666;
}
.register-select{
    margin-top: 25px;
    text-align: left;
    padding-left:20px;
}
.register-select span{
    margin-left:-20px;
    cursor: pointer;
}

/* 模态框样式 */
.modal-wrapper{
    position: fixed;
    top:0;
    left:0;
    z-index: -1;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(/assets/img/banner_bg.png) left top;
    background-size: 100% 100%;
}


/* ------------复选框样式--------------- */
.checkBox input[type="checkbox"]:checked {
    position: relative;
    /* background-color: #fff; */
    border: 1px solid #d50000;
}
input[type='checkbox'] {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background-color: #fff;
    -webkit-appearance: none;
    box-sizing: border-box;
    /* border: 1px solid #e1e1e1; */
    outline: none;
    cursor: pointer;
    opacity: 0;
}
.checkBox {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    position: relative;
    margin-right: 30px;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333333!important;
    cursor: pointer;
}
.checkBox .ivu-checkbox-inner{
    position: absolute;
    top: 0px;
    z-index: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ededed;
    background-color: #fff;

}
.checkBox .ivu-checkbox-inner img{
    display: none;
}
.checkBox .ivu-checkbox-inner-checked {
    width: 14px;
    height: 14px;
    position: relative;
    position: absolute;
    background-color: #fff !important;
    border: 1px solid #d50000 !important;
    /* background: url('/assets/img/checked-icon-2x.png')no-repeat 0px 0px;
    background-size: 14px 14px; */
}
.checkBox  .ivu-checkbox-inner-checked img{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top:0;
    left:0;
}
/* ------------复选框样式--------------- */
.sign-mutiple-select,.single-select{
    /* height: 36px;
    line-height: 36px; */
    font-size: 14px;
    color: #333;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	margin-bottom: -1px; */
	/* cursor: pointer; */
	/* float: left; */
	/* width: 64px; */
}
.sign-mutiple-select.active,.single-select.active{
	background: none;
}
.width-last{
	width: 80px;
}
.sign-mutiple-select img,.single-select img{
	width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    left: -3px;
    /* margin-right: 4px; */
    vertical-align: top;
}

.login-modal .display-none{
    display: none
}

.invitation-card.login-hidden{
    width: 1px;
    height: 1px;
    background: #333;
    z-index:-1;
    display: block;
}
