.loginAboutWrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #050713;
    display: flex;
    flex-flow: column nowrap;
}
.customerAbout{
    display: flex;
    align-items: center;
    margin-right: 21px;
}
.loginAboutWrapper .headRight{
    align-items: center;
}
.customerAbout .icon-kefudianhua{
    font-size: 16px;
    margin-right: 3px;
    color: #AFAFAF;
}
.customerAbout p{
    font-size: 12px;
    font-family: '宋体';
    color: #C6C6C6;
}
.loginAboutContent{
    width: 100%;
    flex: 1;
    overflow: hidden;
    background-image: url('../../images/WQX/images/loginBg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #050713;
    position: relative;
}
.loginAboutContent .loginAboutWrapperTitle{
    width: 100%;
    font-size: 60px;
    font-family: '宋体';
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 100px;
}
.loginAboutContent .loginAboutFrameStart{
    width: 354px;
    background: rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 20px 0px rgba(52, 49, 50, 1);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    margin-top: -195px;
    right: 468px;
    padding: 35px 38px 0;
    box-sizing: border-box;
}
.loginAboutFrameStartWitheLayui .personalOrTeamTab{
    position: absolute;
    top:4px;
    left: -30px;
}
.loginAboutFrameStartWitheLayui .personalOrTeamTabItem{
    width: 30px;
    height: 85px;
    background-image: url(../../images/WQX/images/loginTabxie.png);
    font-size: 16px;
    font-family: '宋体';
    color: #FFFFFF;
    writing-mode: vertical-lr;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.loginAboutFrameStartWitheLayui .personalOrTeamTabItem:nth-child(1){
    margin-bottom: 15px;
}
.loginAboutFrameStartWitheLayui .personalOrTeamTabItemActive{
    background-image: url(../../images/WQX/images/loginTabxieRed.png);
}
.loginAboutFrameStartTabContent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginAboutFrameStartTabContent .loginAboutFrameStartTabContentItem{
    font-size: 16px;
    font-family: '宋体';
    color: #CCCCCC;
    padding-bottom: 6px;
    box-sizing: border-box;
    cursor: pointer;
}
.loginAboutFrameStartTabContent .loginAboutFrameStartTabContentItem:nth-child(1){
    margin-right: 41px;
}
.loginAboutFrameStartTabContent .loginAboutFrameStartTabContentItemActive{
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.frameStartRegisterContent{
    margin-bottom: 23px;
    margin-top: 34px;
}
.frameStartRegisterContent .loginFormIconfont{
    color: #CCCCCC;
    font-size: 20px;
}
.loginAboutFrameStartTitle{
    font-size: 16px;
    font-family: '宋体';
    font-weight: 400;
    color: #FFFFFF;
}
.loginAboutBottom{
    width: 100%;
    height: 30px;
    background: #333333;
}
.loginAboutBottomStart{
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333333;
    padding: 0 6px;
    box-sizing: border-box;
}
.loginAboutBottomStart .bottomText{
    font-size: 12px;
    font-family: '宋体';
    color: #C6C6C6;
}
.loginAboutFrameStartWitheLayui .registerBtn {
    height: 40px;
    background: #004CA1;
    border-radius: 5px;
    font-size: 16px;
    font-family: '宋体';
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
/* 用户协议区域样式 */
.loginAboutFrameStartWitheLayui .userAgreementArea{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: '宋体';
    color: #999999;
}
    .loginAboutFrameStartWitheLayui .userAgreementArea a {
        color: #999999;
    }
    .loginAboutFrameStartWitheLayui .userAgreementArea .layui-form-checkbox{
    margin-top: 0 !important;
}
/* 改layui组件样式 */
.loginAboutFrameStartWitheLayui .regOther{
    text-align: right;
    font-size: 12px;
    font-family: '宋体';
}
.loginAboutFrameStartWitheLayui .layui-input{
    background-color: transparent;
    font-size: 14px;
    font-family: '宋体';
    color: #CCCCCC;
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    border-radius: 2px;
}
.loginAboutFrameStartWitheLayui .layui-input::placeholder{
    color: #CCCCCC;
    font-size: 14px;
    font-family: '宋体';
}
.loginAboutFrameStartWitheLayui .layui-input:focus{
    border-color: #d2d2d2!important;
}
/* 解决select自定义验证时会触发的红色边框线 */
.loginAboutFrameStartWitheLayui .layui-form-danger+.layui-form-select .layui-input{
    border-color: #CCCCCC !important;
}
.loginAboutFrameStartWitheLayui .vercodeBtn{
    width: 57px;
    height: 27px;
    background: #332;
    font-size: 14px;
    font-family: '宋体';
    color: #C9C8C8;
    line-height: initial;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.loginAboutFrameStartWitheLayui .vercodeBtnStart{
    background: #C9C8C8;
    color: #fff;
}
/* .loginAboutFrameStartWitheLayui .vercodeBtn.bgBlackColorWhite{
    background: #332;
    color: #C9C8C8;
} */
.loginAboutFrameStartWitheLayui .layui-input-affix .layui-icon{
    color: #CCCCCC;
}