
.preordain_cover {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: black;
    opacity: 0.4;
}
.login_register{
    position: fixed;
    width: 360px;
    height: 440px;
    background: #28BEBF;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -180px;
    z-index: 99999;
}
.login_register_title{
    padding-top: 12px;
    margin: 0 19px 10px 18px;
}
.login_register_title label{
    line-height: 18px;
    font-size: 18px;
    color: #FFFFFF;
}
.login_register_title i{
    margin-top: 2px;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}
.login_register_box{
    width: 360px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
}

.login_content_items{
    width: 360px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
}
.itemTop{
    /*display: flex;*/
    /*justify-content: right;*/
    height: 70px;
    position: relative;
}
.textTips{
    width: 106px;
    height: 24px;
    background-image: url(../imgs/auth/logintext_bg.png);
    background-size: 100% 100%;
    font-size: 14px;
    font-weight: bold;
    color: #108391;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    margin-right: -6px;
    z-index: 2;
    display: none;
    position: absolute;
    right: 70px;
}
.itemTop img{
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: absolute;
    right: 0;
}
.itemInfo{
    margin-left: 40px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}
.itemInfoTop{
    display: flex;
}
.itemInfoTop div{
    height: 21px;
    line-height: 18px;
    padding-bottom: 3px;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
}
.itemInfoTop div:last-child{
    margin-left: 29px;
}
.itemInfoTopItemActive{
    height: 21px;
    line-height: 18px;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: bold !important;
    color: #333333 !important;
    border-bottom: 2px solid #108391;;
}


.test_itemInfoTop{
    display: flex;
}
.test_itemInfoTop div{
    height: 21px;
    line-height: 18px;
    padding-bottom: 3px;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
}
.test_itemInfoTop div:last-child{
    margin-left: 29px;
}
.test_itemInfoTopActive{
    height: 21px;
    line-height: 18px;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: bold !important;
    color: #333333 !important;
    border-bottom: 2px solid #108391;;
}
.pwdContent,.phoneContent,.test_phoneContent{
    margin-top: 26px;
}
.input_ID,.input_KEY{
    width: 280px;
    height: 38px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.input_KEY button{
    width: 100px;
    height: 34px;
    background: #F79131;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 2px;
    white-space: nowrap;
}
.idErr{
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #F79131;
}
.keyErr{
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #F79131;
}
.tryErr{
    width: 200px;
    height: 13px;
    line-height: 13px;
    padding-top: 3px;
    font-size: 12px;
    color: #F79131;
    visibility: hidden;
}
.slideErr{
    width: 280px;
    height: 10px;
    padding-top: 3px;
    line-height: 10px;
    font-size: 12px;
    color: #F79131;
    text-align: center;
    padding-bottom: 4px;
}
.input_ID img,.input_KEY img{
    width: 24px;
    height: 24px;
    margin: 0 11px 0 6px ;
}
.input_ID input,.input_KEY input{
    outline: none;
    border: none;
    font-size: 14px;
    color: #999999;
    width: 100%;
}
.slide{
    width: 280px;
    height: 30px;
    background: #EEEEEE;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 30px;
    transition: left .2s ease-in-out;
}
/*.slide{*/
/*    width: 280px;*/
/*    height: 30px;*/
/*    background: #4FC2B8;*/
/*    border-radius: 4px;*/
/*    position: relative;*/
/*    font-size: 14px;*/
/*    color: #999999;*/
/*    text-align: center;*/
/*    line-height: 30px;*/
/*}*/
.slide div{
    width: 36px;
    height: 30px;
    position: absolute;
    left: 0;
}
.slide div img{
    width: 36px;
    height: 30px;
    /*position: absolute;*/
    /*left: 0;*/
}
.remember_forgot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
}
.remember{
    height: 14px;
    display: flex;
    align-content: center;
}
.remember img{
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.remember span{
    line-height: 14px;
    font-size: 14px;
    color: #999999;
    margin-left: 5px;
}
.forgot{
    font-size: 14px;
    text-decoration: underline;
    color: #4FC2B8;
}
.btns{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.btns button:first-child{
    width: 130px;
    height: 36px;
    background: #108391;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.btns button:last-child{
    width: 130px;
    height: 36px;
    font-size: 18px;
    background: #4FC2B8;
    color: #FFFFFF;
    border: none;
    margin-left: 20px;
    cursor: pointer;
}
.login_tips{
    height: 15px;
    font-size: 14px;
    color: #333333;
    margin-top: 16px;
    margin-left: 29px;
}
.login_tips span{
    color: rgba(16, 131, 145, 1);
}
.login_tips a{
    font-size: 14px;
    text-decoration: underline;
    color:rgba(16, 131, 145, 1);
}
.allbtns{
    width: 280px;
    height: 36px;
    background: #108391;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 24px;
    cursor: pointer;
}

.saomaTitle{
    width: 112px;
    height: 22px ;
    line-height: 18px;
    border-bottom: 2px solid rgba(16, 131, 145, 1);
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-left: 84px;
}
.saotips{
    width: 254px;
    height: 13px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-top: 26px;
    margin-left: 13px;
}
.mabox{
    width: 162px;
    height: 162px;
    border: 1px solid #CCCCCC;
    margin: 27px 0 0 60px;
    padding:10px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mabox img{
    width: 140px;
    height: 140px;
}
.mabox .icon-jiazailoading-A{
    color: rgba(153, 153, 153, 1);
    font-size: 40px;
    animation: roll 1s infinite;
}
.mabox .icon-jiazaishibai{
    color: rgba(153, 153, 153, 1);
    font-size: 40px;
    text-align: center;
}
.mabox .icon-jiazaishibai div{
    font-size: 14px;
}
@keyframes roll {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}
.clickChange{
    margin-left: 112px;
    height: 14px;
    font-size: 14px;
    color: #28BEBF;
    margin-top: 9px;
    cursor: pointer;
}


/*滑块*/
#drag2 {
    position: relative;
    background-color: #e8e8e8;
    width: 400px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin: 20px auto 0;
}
#drag2 .drag_bg_login_pup {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0;
    border-radius: 4px;
}
#drag2 .drag_text {
    position: absolute;
    top: 0;
    width: 400px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag2 .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    cursor: move;
}
.handler_bg {
    background: #fff url(../imgs/auth/slide.png) no-repeat center;
    background-size: 100% 100%;
}
.handler_ok_bg {
    background: #fff url(../imgs/auth/slideAfter.png) no-repeat center;
    background-size: 100% 100%;
}


#drag3{
    position: relative;
    background-color: #e8e8e8;
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 16px;
}
#drag3 .drag_bg_login_pup {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0;
    border-radius: 4px;
}
#drag3 .drag_text {
    position: absolute;
    top: 0;
    width: 280px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag3 .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    cursor: move;
}



#drag4{
    position: relative;
    background-color: #e8e8e8;
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}
#drag4 .drag_bg_login_pup {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0px;
    border-radius: 4px;
}
#drag4 .drag_text {
    position: absolute;
    top: 0px;
    width: 280px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag4 .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    cursor: move;
}


#drag11{
    position: relative;
    background-color: #e8e8e8;
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 20px;
}
#drag11 .drag_bg_login_pup{
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0px;
    border-radius: 4px;
}
#drag11 .drag_text {
    position: absolute;
    top: 0px;
    width: 280px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag11 .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    cursor: move;
}

.red-alarm{
    border: 1px solid #F79131 !important;
}
.red-alarm:after{
    content: attr(data-content-after);
    font-size: 12px;
    color: #F79131;
    position: absolute;
    bottom: -20px;
}
.shake{
    animation: shake 0.1s ease infinite;
}
.shake:after{
    content: '请完成滑块验证';
    font-size: 12px;
    color: #F79131;
    position: absolute;
    bottom: -24px;
    left: 0;
}
@keyframes shake {
    0%{
        transform: translate(-10px, 0px);
    }
    50%{
        transform: translate(10px, 0px);
    }
    100%{
        transform: translate(0px, 0px);
    }
}

.toBeVIP{
    position: fixed;
    width: 300px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -150px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toBeVIP div:first-child{
    line-height: 10px;
    font-size: 16px;
    color: #666666;
    margin-top: 42px;
}
.toBeVIP div:nth-child(2){
    line-height: 10px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.buyDetail_btns{
    display: flex;
    align-items: center;
    margin-top: 26px;
}
.buyDetail_btns button:first-child{
    width: 120px;
    height: 30px;
    background: #F79131;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    cursor: pointer;
}
.buyDetail_btns button:last-child{
    width: 80px;
    height: 30px;
    background: #CCCCCC;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 10px;
    border: none;
    cursor: pointer;
}
.toCheck{
    position: fixed;
    width: 300px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -150px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toCheck .buyDetail_btns{
    margin-top: 17px;
}
.toCheck .buyDetail_btns button:first-child{
    background: #4FC2B8;
}
.toCheck div:first-child{
    margin-top: 31px;
}
.toSupplier{
    position: fixed;
    width: 360px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -180px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toSupplier_title{
    margin-top: 31px;
    line-height: 19px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.formList{
    margin-top: 40px;
}
.formItem{
    width: 280px;
    height: 40px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
}
.formItem:last-of-type{
    margin-bottom: 0;
}
.formItem_name{
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #CCCCCC;
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.formItem input{
    margin-left: 9px;
    border: none;
    outline: none;
    width: 200px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
}
