.login_head_top{
    width: 100%;
    height: 79px;
    background-color: white;
}
.index-last-foot {
    background: #FFFFFF;
}
.login_head_box{
    height: 79px;
    display: flex;
    align-items: center;
}
.login_head_top img{
    width: 158px;
    height: 38px;
    object-fit: contain;
    cursor: pointer;
}
.login_head_fenge{
    width: 1px;
    height: 20px;
    background: #CCCCCC;
    margin: 0 20px 0 23px;
}
.login_head_text{
    height: 79px;
    font-size: 24px;
    color: #333333;
    line-height: 79px;
}
.login_content{
    width: 100%;
    min-height: 480px;
    background: linear-gradient(rgba(79, 194, 184, 1),white);
}
.login_content_box{
    height: 480px;
    display: flex;
    align-items: center;
    margin-left: 121px;
}
.login_content img{
    width: 580px;
    height: 400px;
    object-fit: contain;
}
.login_content_items{
    width: 360px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    border-radius: 0px 8px 8px 0px;
}
.itemTop{
    /*display: flex;*/
    /*justify-content: right;*/
    height: 50px;
    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: 70px;
    height: 70px;
    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;
    margin-right: 2px;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
}
.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;
    flex: 1;
}
.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;
    align-items: center;
    justify-content: 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 {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0px;
    border-radius: 4px;
}
#drag2 .drag_text {
    position: absolute;
    top: 0px;
    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: 0px;
    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 {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0px;
    border-radius: 4px;
}
#drag3 .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);
}
#drag3 .handler {
    position: absolute;
    top: 0;
    left: 0px;
    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 {
    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: 0px;
    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{
    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: 0px;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    cursor: move;
}
.scroll-container {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 400px; /* 或者你需要的宽度 */
    height: 24px;
    /*margin-bottom: 10px;*/
    position: relative;
    /*border: 1px solid #4FC2B8;*/
    border-radius: 4px;
    /*background: #4fc2b80f;*/
}

.scroll-text {
    font-size: 12px;
    color: #807f7f;
    line-height: 24px;
    position: absolute;
    white-space: nowrap;
    animation: scrollText 25s linear infinite; /* 修改时间以适应你的需求 */
}

@keyframes scrollText {
    from {
        transform: translateX(0px); /* 初始位置在容器右侧外 */
    }
    to {
        transform: translateX(-100%); /* 结束时位置在容器左侧外 */
    }
}
