.newTank{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 255;
    display: none;
}
.newTank.active{
    display: block;
}
.layui-layer-btn .layui-layer-btn0,.layui-layer-btn a{
    font-size: 14px;
}
.new-hide{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
.new-login{
    position: absolute;
    width: 90%;
    max-width: 1100px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;border-right: 10px;
}
.new-loginC{
    max-width: 800px;
    flex-wrap: wrap;
}
.padImg{
    background-size: auto 110%;
    width: 55%;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.new-input{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 20px;
}
.new-input svg{
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.new-input input{
    border: 0;
    box-shadow: unset;
    outline: none;
    font-size: 16px;
    width: 80%;
}
.new-btn-lo{
    background-color: #AA2618;
    border-radius: 6px;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    color: #FBD095;
}
.new-checkbox{

}
.chbox{
    font-size: 16px;
    margin-bottom: 60px;
    display: block;
}
.chbox input{
    margin-right: 10px;
}
.new-titles{
    text-align: center;
    color: #C3C3C3;
    font-size: 16px;
    margin-top: 40px;
}
.padDiv{
    padding: 80px 40px 40px 40px;
    box-sizing: border-box;
    width: 45%;
}
.logins{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 60px;
    width: 55%;
}
.new-ediit{
    background-color: #AA2618;
    border-radius: 10px 10px 0 0;
    padding: 16px;
    display: flex;justify-content: space-between;width: 100%;align-items: center;
}
.new-ediit .c1{
    color: #FFFFFF;
    font-size: 20px;
}
.new-ediit .c2{

}
.chang-input{
   display: flex;
    align-items: center;
    width: 47%;
    margin-bottom: 20px;
}
.chang-input .c1{
    color: #333333;
    font-size: 16px;
    width: 45%;

}
.chang-input .c1 span{
    color: #FF0000;
}
.chang-input .c2{
    width: 55%;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #E2E6EF;
    border-radius: 5px;
    outline: unset;
    box-shadow: unset;
}
.chang-inputw{
    width: 100%;
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px;
    height: 550px;
    overflow: auto;
}
.chang-input-text{
    width: 100%;
    flex-wrap: wrap;

}
.chang-input-text .c1{
    width: 100%;
    margin-bottom: 10px;
}
.chang-input-text textarea{
    width: 100%!important;
    height: 160px;
}
.colqian{
    color: rgba(170,38,24,.3);
}
.zz-zp-secBtnw{
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
}
.contain{
    position: relative;
}
.zz-zp-secBtnws{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    text-align: right;
    padding: 0 20px;
}
.zspp{
    width: 11.1%!important;
}

.new-dagou img:nth-of-type(1){
    display: inline-block;
}
.new-dagou img:nth-of-type(2){
    display: none;
}
.new-dagou.active img:nth-of-type(1){
    display: none;
}
.new-dagou.active img:nth-of-type(2){
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .padDiv{
        width: 100%;
    }
    .padImg{
        display: none;
    }
    .chang-input{
        width: 100%;
    }
    .chang-inputw {
    padding: 10px;
    }
}