@charset "utf-8";
/* A 基础通用样式区 */
html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
[v-cloak]{
    display: none !important;
}
*{
    outline: none;
}
/* B 滚动条全局样式区 */
.box::-webkit-scrollbar {
    width: 5px;
}
.mobile .box::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.1);
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #bbb;
    background-color: rgba(0,0,0,0.4);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* ********************************************************************* */
/* 通用样式区 */
.bg{
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index: 0;
}
#XYUS{
    padding: 20px 0;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    font-family: "微软雅黑";
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-title{
    align-items:center;
    justify-content: space-between;
    margin-bottom:10px;
    height: 45px;
    display: flex;
}
.box-title img{
    width: 100px;
    height: auto;
    float: left;
}
.box-title h3{
    color: #606266;
    margin: 10px 0;
    float: right;
    user-select: none;
}
/* 其他方式登录 */
.oth-login img{
    width: 40px;
    height: 40px;
    cursor: pointer;
    /* box-shadow: 0 0 1px 1px #EEE; */
    margin: 0 20px;
}
.oth-login img:hover {
    box-shadow: 0 0 3px 3px #DDD;
}
.oth-login *{
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 5px;
    margin: 0 15px;
}
.oth-login *:hover{
    box-shadow: 0 0 3px 3px #DDD;
}
.oth-login{
    display: flex;
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center;
    justify-content: flex-start;
    padding: 0;
}
.oth-login:empty{
    display: none;
}
/* 非法进入 */
#errjoin{
    margin-top: 50px;
}
#errjoin .errjoin-tips{
    width:350px;
    margin: 0 auto;
}
#errjoin .errjoin-box{
    text-align: center;
    margin-top:20px;
}

/* 快速注册弹框 */
#succ-box-full{
    background-color: #fff;
}
#succ-box-full p:nth-of-type(1),#succ-box-full p:nth-of-type(2){
    font-size: 18px;
    margin: 15px 0;
}
#succ-box-full p:nth-of-type(1) span,#succ-box-full p:nth-of-type(2) span{
    font-size: 20px;
}
.box{
    flex-shrink: 0;
    margin:0 auto;
    /* box-shadow: 0 0 3px 1px #DDD; */
    position: relative;
    /* background-color: #fff; */
}
.goback{
    position: absolute;
    left:-90px;
    top:0px;
}
.noRobotText{
    color: #67C23A;
}

/* ********************************************************************* */
/* 登录样式区 */
.login-btn{
    text-align:center;
}
.login-box{
    max-width:300px;
    padding: 20px 40px;
    margin-top:50px;
}
.join-reg-pc{
    text-align:center;
    color:#303133;
    font-size:14px;
    margin-top: 10px;
}
.join-reg-mo{
    text-align:center;
    margin-top:10px;
}
.join-reg-mo .el-button{
    width:100%;
}

/* ********************************************************************* */
/* 注册样式区 */

.checkCode{
    height: 35px;
    display: block;
    border-bottom:1px solid #DCDFE6;
    border-left:none;
    cursor: pointer;
}
.passinput input{
    padding-right:110px !important;
}
.quickreg-box{
    text-align:center;
    margin-top:-20px;
    margin-bottom: 0px;
}
.quickreg-box .el-button{
    width:100%;
}
.reg-btn-box{
    margin-bottom: 35px;
}
.reg-box{
    max-width: 350px;
    padding: 20px 80px;
    margin-top:50px;
}
.reloadCheckCode{
    position:absolute;
    right:-40px;
    top:5px;
}
.regType{
    border-bottom:2px solid #E4E7ED;
    margin-bottom: 20px;
    display: flex;
}
.regType>span{
    display: block;
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}
.regType>span.active{
    color: #00BFFF;
    border-bottom-color: #00BFFF;
}
.pass-rate{
    position:absolute;
    right:30px;
    top:8px;
}
.read-wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 14px;
    justify-content: space-between;
    margin: 15px 0;
}
.read-box{
    display: flex;
    align-items:center;
    color: #333;
    display: inline-block;
}
.read-box > span{
    top: 0px;
    display: inline-block;
    position: relative;
}
.read-box > .el-checkbox{
    margin-right:3px;
}
.forgetpass{
    text-align: right;
    margin-top:-20px;
    line-height: 36px;
}
.unameStateIco{
    position: absolute;
    right: 80px;
    color: #67C23A;
    line-height: 36px;
    top: 0;
}
.notOpenReg{
    text-align: center;
    font-size:14px;
    color:#999;
    margin:200px 0;
}

/* ********************************************************************* */
/* D 快速注册后截图区 */
#SCREEN{
    background: #fff;
    border:1px solid black;
    padding: 10px;
    width: 100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:990000;
    display: none !important;
}
#SCREEN > div{
    float: right;
    width: 25px;
    height: 25px;
}
#SCREEN .close{
    position:relative;
    left: 10px;
    width:0.2em;
    height:1em;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}
#SCREEN .close:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:0.2em;
    height:1em;
    background: #333;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* ********************************************************************* */
/* 移动端模式专属样式 */
.mobile{
    margin: 0 !important;
    padding: 0 !important;
}
.mobile .noRobotText{
    text-align: center;
}
.mobile .goback{
    position: fixed;
    left: 50%;
    height: auto;
    bottom:20px;
    top: auto;
    z-index:100;
    margin-left: -36.5px;
    box-shadow: 0 0 3px 3px #F6F6F6;
}
.mobile .box{
    overflow: auto;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    max-width: 10000px;
}
.falsemo.mobile .box{
    min-height: auto;
    height: auto;
}
.mobile .login-box{
    width: 401px;
    padding: 20px 50px;
    padding-bottom: 40px;
}
.mobile .reg-box{
    width: 450px;
    padding: 20px 50px;
    padding-bottom: 40px;
}
.mobile .el-form-item--medium .el-form-item__label{
    display: none;
}
.TRUE .read-wrapper{
    flex-direction: column;
}
.TRUE .read-wrapper .read-box{
    margin-bottom: 10px;
}


    .TRUE .mobile .box{
        height: 100%;
        width: 100%;
    }
    .TRUE .oth-login::before{
        display: none !important;
    }
    .TRUE .oth-login{
        justify-content: space-around !important;
        padding: 0 20px !important;
    }
    .TRUE .oth-login img {
        width: 40px !important;
        height: 40px !important;
        margin: 0 20px !important;
    }
    .TRUE .login-box .el-form{
        position: fixed;
        top: 30%;
        width: 73%;
    }
    .TRUE .login-box .box-title img{
        position: fixed;
        left: 50%;
        top: 15%;
        margin-left: -75px;
        width: 150px;
    }
    .TRUE .oth-login{
        /* position: fixed;
        width: 73%;
        padding: 0 !important;
        bottom: 8%;
        margin-top: 0; */
    }
    .TRUE .login-box .form-item:nth-of-type(1){
        margin-top: 50%;
    }

/*.oth-login::before{
    content: "更多登录方式";
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    margin-right: 10px;
    white-space: nowrap;
}*/

.oth-login img {
    width: 30px;
    height: 30px;
    margin: 0 1px;
}

/* ********************************************************************* */
/* 以下为验证码样式 */

/*常规验证码*/
.verify-code {
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}
.cerify-code-panel {
	height:100%;
	overflow:hidden;
}
.verify-code-area {
	float:left;
}
.verify-input-area {
	float: left;
	width: 60%;
	padding-right: 10px;
}
.verify-change-area {
	line-height: 30px;
	float: left;
}
.varify-input-code {
	display:inline-block;
	width: 100%;
	height: 25px;
}
.verify-change-code {
	color: #337AB7;
	cursor: pointer;
}
.verify-btn {
	width: 200px;
	height: 30px;
	background-color: #337AB7;
	color:#FFFFFF;
	border:none;
	margin-top: 10px;
}
/*滑动验证码*/
.verify-bar-area {
    position: relative;
    background: #FFFFFF;
   	text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
   	border: 1px solid #ddd;
    border-radius: 0px;
}
.verify-bar-area .verify-move-block {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 0 2px #888888;
    border-radius: 0px;
}
.verify-bar-area .verify-move-block:hover {
    background-color: #337ab7;
    color: #FFFFFF;
}
.verify-bar-area .verify-left-bar {
    position: absolute;
    top: -1px;
    left: -1px;
   	background: #f0fff0;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ddd;
}
.verify-img-panel {
	margin:0;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border: 1px solid #ddd;
	border-radius: 0px;
	position: relative;
}
.verify-img-panel .verify-refresh {
	width: 25px;
	height: 25px;
	text-align:center;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.verify-img-panel .icon-refresh {
	font-size: 20px;
	color: #fff;
}
.verify-img-panel .verify-gap {
	background-color: #fff;
	position: relative;
	z-index: 2;
	border:1px solid #fff;
}
.verify-bar-area .verify-move-block .verify-sub-block {
	position: absolute;
    text-align: center;
	z-index: 3;
	border: 1px solid #fff;
}
.verify-bar-area .verify-move-block .verify-icon {
	font-size: 18px;
}
.verify-bar-area .verify-msg {
    z-index : 3;
    color: #666;
    font-size: 14px;
}

.iframe-close{
    font-size: 20px;
    position: fixed;
    z-index: 100;
    right: 15px;
    top: 15px;
    color: #666;
    cursor: pointer;
}

.tip-box{
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity:0;
    height:0;
    transition: all 0.1s;
    margin-top:50%;
    overflow: hidden;
}
.tip-wrapper{
    width: 350px;
    height: auto;
    background-color: #fff;
}
.tip-title{
    line-height: 40px;
    padding: 0 15px;
    background-color: #00BFFF;
    font-size: 16px;
    box-sizing: border-box;
    color: #FFF;
}
.tip-content{
    box-sizing: border-box;
    padding: 15px;
    line-height: 1.5em;
    font-size: 14px;
}
.tip-close{
    font-size: 14px;
    background-color: #00BFFF;
    border-radius: 1000px;
    line-height: 32px;
    cursor: pointer;
    width: 30%;
    text-align: center;
    margin: 15px auto;
    color: #FFF;
}

.warning .tip-title{
    background-color: orange;
}
.warning .tip-close{
    background-color: orange;
}
.error .tip-title{
    background-color: #F56C6C;
}
.error .tip-close{
    background-color: #F56C6C;
}
.tip-top{
    z-index: 101;
    position: fixed;
    width: 100%;
    left: 0;
    top: -43px;
    border-bottom: 1px solid #67C23A;
    text-align: center;
    color: #67C23A;
    background-color: rgb(225,243,216);
    padding: 8px 15px;
    font-size: 15px;
    box-sizing: border-box;
    transition: all 0.5s;

}



.btn{
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #DDD;
    width:100%;
    border-radius: 1000px;
    color: #666;
    background-color: #fff;
}
.btn:hover{
    background-color: rgba(0,0,0,0.02);
}
/* 标准通用按钮 */
.btn.primary{
    border: none;
    color: white;
    background:linear-gradient(to bottom, #00BFFF , #409EFF);
}
.btn.primary:hover{
    background:linear-gradient(to top, #00BFFF , #409EFF);
}
.btn.quick{
    border: none;
    color: white;
    background:linear-gradient(to bottom, gold , orange);
}
.btn.quick:hover{
    background:linear-gradient(to top, gold , orange);
}
.btn.text{
    line-height: 20px;
    border: none;
    padding: 0;
    color: #00BFFF;
}
.btn.text:hover{
    background: none;
}
.btn.row{
    width: auto;
    margin: 0 5px;
    padding: 0 15px;
    line-height: 35px;
}
.btn[disabled]{
    color: #999;
    cursor: no-drop;
    background: #ddd !important;
}
.btn.text[disabled]{
    background: transparent !important;
}
.form-item{
    margin-bottom: 20px;
    position: relative;
}
.input{
    height: 35px;
    line-height: 35px;
    border: none;
    border-bottom: 1px solid #DDD;

    width: 100%;
    text-indent: 0.5em;
    background: #FFF;
    position: relative;
    z-index: 10;
    padding-left: 0;
    padding-right: 0;

}
::-webkit-input-placeholder {
    font-size: 13px;
    color: #cccccc;
}
.input:focus{
    border-bottom-color: #00BFFF;
}

.form-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    color: red;
    font-size: 12px;
    transition: all 0.3s;
}
.form-item[err]::after{
    content: attr(err);
    bottom: -18px;
}
.form-item[err='']::after{
    content: "";
    bottom: 1px;
}

/* .form-item:not(.form-item[err]) input{
    border-bottom-color: red;
} */
.link{
    font-size: 14px;text-decoration: none;color: #00BFFF;
}

.dialog{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog-wrapper{
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
}
.dialog-title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.dialog-footer{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    position: relative;
}

#RobotCheck[IsNoRobot] .verify-move-block::after{
    color: #FFF;
}


/* 主登录框架程序 */
#XYUS-FRAME{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
#XYUS-FRAME .ico-loading{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
}
#XYUS-FRAME iframe{
    position: fixed;
    z-index: 101;
    width: 100%;
    background: #FFF;
    border: none;
    /* transform: translate(-50%,-50%);
    left: 50%;
    top: 50%; */
    height: 100%;
    padding: 5px;
}