/* 公共css文件 */
/* 浏览器默认配置 */
input,button{
    outline: none;
}
:focus{
    outline: 0;
}
.div-btn{
    cursor: pointer;
}
h1, h2{
    font-weight: normal;
}
.vue-left{
    text-align: left;
}
.w100{
    width: 100px;
}
.red{
    color: #fa1010;
}
label{
    margin-bottom: 0rem;
}
.el-switch__core{
    background: #c0bebe;
    border: 1px solid #c0bebe;
}
#app{
    position: relative;
}
footer{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: gray;
    text-align: center;
    font-size: 10px; 
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
}
.flexbox{
    display: flex;
}
/*首页登录背景*/
#page-login{
    background: url(/jquery/static/img/login/background_top_s.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    color: #fff;
    z-index: 1;
}
.zte-login{
    position: relative;
    color: #fff;
}
.zte-logo{
    position: relative;
    margin: 30px 0 30px 0;
    color: #fff;
}
.zte-logo-big{
    font-size: 30px;
}
.zte-logo-big>img{
    width: 124px;
    height: 32px;
}
.lt-logo-big img{
    width: auto;
    height: auto;
}
.zte-logo-title{
    font-size: 16px;
    margin-left: 10px;
    padding-left: 5px;
    border-left: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
}
.zte-customer{
    position: absolute;
    right: 0;
    top: 13px;
}
.zte-customer>span{
    margin-right: 8px;
}
/*上网向导及主页首部背景*/
header{
    background: url(/jquery/static/img/login/background_top_m.png) no-repeat;
    background-size: 100% 100%;
}
.custom-input{
    width: 310px;
    position: relative;
}
.custom-input input{
    width: 220px;
    height: 40px;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    padding: 8px;
    padding-right: 30px;
    line-height: 40px;
}
.onesync-input{
    position: relative;
}
.onesync-input input{
    width: 280px;
    height: 40px;
    border: 1px solid gray!important;
    border-radius: 10px;
    padding: 8px;
    font-size: 14px;
}
.custom-input>label{
    width: 85px;
    padding: 0;
}
/*密码按钮*/
.is-show-pwd{
    width: 28px;
    height: 28px;
    position: absolute;
    right: 3px;
    top: 6px;
    cursor: pointer;
}
/*上网方式*/
#web{
    min-height: 600px;
}
#web-options > .col-md-12:nth-child(1) {
    margin-bottom: 30px;
}
.select-web-title,
.sync-web-title {
    font-size: 16px;
    margin-bottom: 20px;
}
.zdjc-btn{
    width: 220px;
    background: #25bfff;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}
/* 拨号上网 */
#pppoe{
    padding-top: 50px;
    text-align: center;
}
#pppoe .input-error{
    margin-top: -10px;
}
.pppoe-btns{
    padding-left: 90px;
}
.pppoe-num{
    font-size: 17px;
    color: #4ecaf0;
}
.kd-input{
    margin: 15px auto;
}
.kd-input>span{
    width: 85px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.pppoe-img{
    padding-left: 45px;
    margin-bottom: 20px;
}
.pppoe-ipv6{
    text-align: left;
}
.ipv6-btn{
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
/* 配置完成 */
#success{
    padding: 0;
}
.success-form{
    padding: 30px 0 60px 0;
    text-align: center;
    border-bottom: 1px solid #c0bebe;
}
#success .success-form>.form-title{
    margin: 40px 0 20px 0;
}
.form-img{
    width: 170px;
    margin: 0 auto;
}
.form-img > img{
    width: 100%;
}
.finish{
    margin-bottom: 30px;
}
/* 配置成功底部列表 */
#success>.col-md-7{
    margin: 30px 0;
}
#success ul{
    padding-inline-start: 5px;
    margin-left: 170px;
    padding: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
#success ul>li{
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}
#success ul>li>span{
    font-size: 10px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.form-next{
    line-height: 30px;
    margin: 30px 0 20px 0;
}
.form-bottom{
    font-size: 10px;
    color: #c0bebe;
}
/* wifi配置 */
#wifi{
    padding: 0 0 60px;
    margin-top: 30px;
    border: 1px solid #c0bebe;
    border-radius: 15px;
}
#wifi>.col-md-12{
    border-bottom: 1px solid #c0bebe;
    font-size: 15px;
    display: flex;
}
#wifi>.col-md-12:nth-child(1){
    padding-top: 20px;
    padding-bottom: 20px;
}
#wifi>.col-md-12:nth-child(2){
    padding-top: 30px;
    padding-bottom: 30px;
}
#wifi>.col-md-12:nth-child(3){
    border-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#wifi>.col-md-12:nth-child(4){
    border-bottom: 0px;
}
#wifi>.col-md-12 .col-md-3{
    font-weight: bold;
    text-align: right;
    padding-top: 2px;
}
#wifi .input-error{
    width: 220px;
    text-align: center;
    margin: -15px auto 0;
}
.double-title{
    font-size: 10px;
    margin-top: 8px;
}
.wifi-input{
    width: 310px;
    margin-top: 20px;
    position: relative;
}
.wifi-input>label{
    width: 90px;
    padding: 0;
    /* font-weight: bold; */
    line-height: 40px;
}
.wifi-option{
    margin-top: 20px;
}
.wifi-option>label{
    width: 90px;
    padding: 0;
    font-weight: bold;
}
.wifi-option>span{
    margin-right: 20px;
}
.wifi-option img{
    width: 20px;
    height: 20px;
}
.recommand{
    font-size: 10px;
    color: #d88220;
}
.bottom-btns{
    padding: 20px 0 40px 90px;
}
/* 修改按钮 */
.revice-btn{
    width: 180px;
}
.div-btn{
    cursor: pointer;
}
/* 移动设备 */
.mobile{
    display: none;
}
/* 弱提示 */
.strength{
    position: absolute;
    right: -20px;
    top: 6px;
}
.loadingImg{
    position: absolute;
    right: -25px;
    top: 4px;
}
.loadingImg>img{
    width: 15px;
}
/* 输入错误提示 */
.input-error{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    vertical-align: middle;
    color: #fd2222;
}
.input-error>img{
    width: 14px;
    height: 14px;
    margin-right: 3px;
}
/* 进度条 */
.progress{
    width:100%;
    height: 5px;
    background-color: #ccc;
    overflow: hidden;
    cursor: pointer;
    margin: 0!important;
}
.left{
    height:100%;
    width: 30%;
    background-color: greenyellow;
    position: relative;
}
.ball{
    height:100%;
    width:20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background-color: red;
    position: absolute;
    right: -10px;
}
/*高度设置*/
.h40{
    height: 40px;
    line-height: 40px;
}

/* 弹窗过度动画 animation */
.swiper-enter-active {
    transition: all .6s ease;
}
.swiper-enter, .swiper-leave-to{
    transform: translateY(250px);
    opacity: 0;
}
/* 左侧栏缓动动画 */
.swiper-left-enter-active {
    animation: left-show .5s;
}
.swiper-left-leave-active {
    animation: left-out .5s;
}

.swiper-right-enter-active {
    transition: all .9s ease;
}
.swiper-right-enter, .swiper-right-leave-to{
    transform: rotate(40deg);
    opacity: 0;
}
.swiper-right-leave-active {
    animation: left-out .5s;
}
.showLoading{
    animation: turn 700ms linear infinite;
}
@keyframes left-show{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    25%{
        transform: translateX(-100px);
        opacity: 0.2;
    }
    50%{
        transform: translateX(-70px);
        opacity: 0.5;
    }
    75%{
        transform: translateX(-30px);
        opacity: 0.7;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes left-out{
    25%{
        transform: translateX(0px);
        opacity: 0.7;
    }
    50%{
        transform: translateX(-30px);
        opacity: 0.5;
    }
    75%{
        transform: translateX(-70px);
        opacity: 0.3;
    }
    100%{
        transform: translateX(-200px);
        opacity: 0;
    }
}
/* 刷新图标旋转动画 */
@keyframes turn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
/* 手机端一键同步el-select */
@media (max-width: 768px) {
    .onesync-input input{
        width: 220px;
    }
}

