@charset "UTF-8";
/**
* @FileName: variable.less
* @Description: ixietong前台网站统一变量管理，可进行统一变色
* @author mingminghe@ebnew.com
* @date 2018/4/17 13:45
* @version V1.0
*/
body,
p {
    font-family: "Microsoft YaHei", SimHei, sans-serif;
}

.login--warp {
    min-width: 1200px;
    position: relative;
}

.login--box__bg {
    z-index: 1;
    min-height: 520px;
    background-color: #f7f7f7;
}

.login--box__bg .buyer_bg {
    width: 100%;
    height: 730px;
    background: url('../images/login/buyer_bg.png') no-repeat center;
}
.login--box__bg .supplier_bg{
    width: 100%;
    height: 730px;
    background: url('../images/login/supplier_bg.png') no-repeat center;
}
.login--logo img,
.login--logo {
    display: inline-block;
    height: 59px;
}

.login--logo img {
    margin-left: 3px;
}

.login-btn {
    font-size: 16px;
    line-height: 45px;
    display: block;
    width: 340px;
    height: 44px;
    margin-top: 10px;
    color: #fff;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #0e6eb8;
}

.login--box {
    width: 1200px;
    position: relative;
    z-index: 999;
    margin: 0 auto;
}


.login--box .left-text {
    position: absolute;
    top: 131px;
    left: 19%;
    font-size: 44px;
    color: #fb2334;
}

.login--box .login--box__input {
    width: 420px;
    position: absolute;
    right: 0;
}

.login--box .login--box__input .login--panel .base-wrap {
    position: relative;
    margin-top: 100px;
    width: 408px;
    height:auto;
    /* height: 396px; */
    background-color: #fff;
}
.login--box .login--box__input .login--panel .base-wrap .login--panel__form {
    /* position: relative; */
    padding: 35px;
    background-color: #fff;
    width: 408px;
    height: auto;
    /* margin-top: 120px; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.login--box .login--box__input .login--panel .base-wrap .login--panel__form .error__box {
    /* position: absolute; */
    top: 8px;
    width: 340px;
    height: 24px;
    background-color: #fff3f3;
    color: #666666;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.login--box .login--box__input .login--panel .base-wrap .login--panel__form .error__box span {
    height: 25px;
    line-height: 25px;
    background: url(../../images/login/noti.png) no-repeat 8px 0;
    padding-left: 29px;
}

.login--box .login--box__input .login--panel .base-wrap .login--panel__form .login-txt {
    width: 340px;
    height: 44px;
    padding: 9px 14px;
    border: 1px #d7d7d7 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-indent: 3em;
}
.login--box .login--box__input .login--panel .base-wrap .login--panel__form .login-txt-code{
    width: 200px;
}
.getCode{
    font-size: 16px;
    line-height: 45px;
    display: block;
    width: 120px;
    height: 45px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.isShow{
    color: #fff;
    background: #0e6eb8;
}
.isNotShow{
    color: #666;
    background: #f4f4f4;
    cursor: not-allowed;
}
.login--box .login--box__input .login--panel .base-wrap .login--panel__form .forgetPassword {
    color: #7c7c7c;
}

.login--box .login--box__input .login--panel .base-wrap .login--erweima__wrap {
    display: none;
    position: relative;
    padding: 47px 36px;
    background-color: #fff;
    width: 408px;
    height: 396px;
    margin-top: 65px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.login--box .login--box__input .login--panel .base-wrap .login--erweima__wrap .login--erweima__box {
    position: relative;
    height: 154px;
    margin-top: 35px;
}

.login--box .login--box__input .login--panel .base-wrap .login--erweima__wrap .login--erweima__box .example--box {
    position: absolute;
    right: 0;
    opacity: 0;
}

.login--box .login--box__input .login--panel .base-wrap .title-box {
    /* position: absolute;
    z-index: 10;
    top: 0;
    width: 408px;
    padding-left: 36px; */
    padding: 20px 35px 0 35px
}

.login--box .login--box__input .login--panel .base-wrap .title-box span {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    width: 32%;
    height: 40px;
    font-weight: bold;
    line-height: 40px;
    /* position: relative; */
    /* padding-top: 44px; */
    cursor:pointer;
}

.go-register {
    margin-top: 23px;
    line-height: 16px;
}
.go-register .register {
    color: #e50012;
    margin-left: 5px;

}
.login--box .copy-right {
    width: 466px;
    margin: 46px auto 0;
    font-size: 12px;
    color: #fff;
}

.login--box .copy-right .company {
    margin-right: 15px;
}

.login--box .copy-right .separate-i {
    margin: 0 5px;
}

@media (max-width: 1440px) {
    .login--box .slogan {
        left: 6%;
        width: 400px;
        height: 82px;
        background: url(../../images/login/slogan2.png) no-repeat center;
    }

    .login--box__input {
        right: 8%;
    }
}

.icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 42px;
    height: 42px;
}

.icon-username {
    background: #f4f4f4 url("../images/icon/username.png") no-repeat center;
}
.icon-password {
    background: #f4f4f4 url("../images/icon/password.png") no-repeat center;
}
.icon-left {
    width: 18px;
    height: 18px;
    float: left;
    background: url("../images/icon/left.png") no-repeat;
}
.agreement-open.layui-layer-dialog .layui-layer-content {
    padding: 64px 85px;
}
.agreement-open.layui-layer-dialog .layui-layer-btn {
    padding-bottom: 80px;
}
.layui-layer-dialog .layui-layer-btn a {
    width: 126px;
    height: 36px;
    line-height: 36px;
    background-color: #f31e2f;
    border: none;
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn1 {
    background-color: #f4f4f4;
    color: #4e5359;
    border: 1px solid #e6e6e6;
}
.disagree-open.layui-layer-dialog .layui-layer-content {
    padding: 93px 0 10px;
    color: #4e5359;
    text-align: center;
}
.disagree-open.layui-layer-dialog .layui-layer-content h3{
   font-size: 16px;
}
.disagree-open.layui-layer-dialog .layui-layer-content p{
   font-size: 12px;
    color: #a5a5a5;
    margin-top: 39px;
}
.err-tip {
    color: #e50012;
    font-size: 12px;
    margin-top:5px;
    display: flex;
    width:105%;
}
.err-tip .icon-err {
    width: 13px;
    height: 13px;
    /* float: left; */
    display: inline-block;
    background: url("../images/login/noti.png") no-repeat;
    background-size: cover;
}
.err-tip p {
    /* float: left; */
    line-height: 12px;
    margin-left: 4px;
}
/* 扫码登录 */
.container2{
    padding:25px 50px;
}
.container2 .title{
    display:flex;
    justify-content: space-between;
}
.container2 .title strong{
    font-size:16px;
}
.container2 .title span{
    cursor:pointer;
}
.container2 .app_img{
    margin:20px 0;
    text-align: center;
}
.code_text{
    margin-top:10px;
}
.img_login{
    width: 80px;
    height: 80px;
    position:absolute;
    top:0;
    right:0;
    overflow: hidden;
}
.img_login img{
    width:100px;
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    z-index:99;
}
.img_login .hiddenDiv{
    transform: rotateZ(180deg);
    width: 0px;
    height: 0px;
    position:absolute;
    top:0;
    right:0;
    border-color: transparent #fff;
    border-width: 0 80px 80px 0px;
    border-style: solid;
    z-index: 99;
    cursor: pointer;
}
/*  */
.login--box .login--box__input .login--panel .base-wrap .title-box
.loginType1{
    color:#0e6eb8;
}
/*二维码logo定位*/
#qrcodeCanvas{
    position: relative;
}
.qrLogo{
    position:absolute;
    width:50px;
    height:50px;
    top:50px;
    left:50px;
}
.refresh{
    cursor:pointer;
    background: rgba(0,0,0,0.4);
    display: block;
    width: 230px;
    height: 230px;
    position: absolute;
    left: 89px;
    top:66px;
    color: #fff;
    padding: 75px 0;
    line-height: 30px;
}
