.app-page{
    width: 100%;

}
.banners{
    height: 680px;
}
.page-baner{
    height: 100%;
    background: url("../images/baner.jpg");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.page-baner .texta .otext{
    font-size: 40px;
}
.page-baner .texta .stext{
    margin-top: 20px;
    color: #999999;
}
.login-w{
    background: rgb(255 255 255 / 50%);
    width: 380px;
    padding: 10px;
    border: 1px solid #FFF;
    border-image: linear-gradient(to top left,#FFF,#c3c3c3,#FFF) 1 38 1;
    z-index: 10;
    position: relative;
}
.login-w .tabs{
    display: flex;
    justify-content: space-around;
    color: #FFF;
    margin: 15px;
}
.login-w .tabs .active{
    color: #00a2f0;
}

.login-w .login-form{

}
.login-w .login-form .labels{
    padding: 15px;
}
.login-w .login-form .labels input{
    height: 40px;
    padding: 5px;
    margin: 6px 0;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
}
.btnb{
    text-align: center;
    padding: 15px;
}
.btnb button{
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    font-size: 21px;
    background: #00a2f0;
    border: none;
    color: #FFF;
    border-radius: 6px;
    cursor: pointer;
}
.buom{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buom .reg{
    color: #00a2f0;
    font-size: 16px;
}
.buom .tips{
    margin: 8px;
    color: #999999;
}
.login-w .login-form .labelb{
    padding: 15px;
}
.login-w .login-form .labelb .xiabu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-w .login-form .labelb input{
    height: 40px;
    padding: 5px;
    margin: 6px 0;
    border-radius: 6px;
    box-sizing: border-box;
    flex: 1;
}
.login-w .login-form .labelb .yzm{
    height: 40px;
    background: #00a2f0;
    margin-left: 10px;
    border-radius: 6px;
    line-height: 40px;
    padding: 0 8px;
    color: #FFF;
    cursor: pointer;
    border: none;
}
.m-middle{
    display: block;
}
.c-middle{
    width: 90%;
    display: flex;
    box-sizing: border-box;
    margin: auto;
    padding: 100px 10px;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.c-middle .pml{
    background: #f7fbff;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 220px;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.c-middle .pml .pml-img{
    margin: 40px 0;
}
.c-middle .pml .pml-img img{
    width: 84px;
    height: 84px;
}

.c-middle .pml .texts{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
.texts .dazi{
    font-size: 20px;
}
.texts .xiaozi{
    color: #999999;
    font-size: 14px;
    margin: 20px 0;
}
.hezuo{
    margin-bottom: 40px;
}
.hezuo .neirong{
    width: 90%;
    margin: auto;
    box-shadow: 1px 0px 18px 0px #eff6ff;
}
.neirong .titleb{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.azi{
    margin-top: 40px;
    font-size: 40px;
}
.bzi{
    margin-top: 20px;
    color: #999999;
}
.pai{
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}
.pai-items{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}
.pai-items img{
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
}
.pai-items span{
    font-weight: 600;
}

.pai-items:hover img{
    animation: shake 0.4s linear
}

@keyframes shake {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-20px);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0)
    }
}

.about{
    background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/6f06a8521d714dad91e174c9a4046972_mergeImage.png)
    100% no-repeat;
    background-size: 100% 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about .about-css{
    width: 50%;
    background: #FFF;
    border-radius: 10px;
    margin-top: 50px;
    padding: 38px;
    min-width: 1024px;
    line-height: 30px;
}
.pinpai{
    background: url("../images/hezuo.png")100% no-repeat;
    background-size: 100% 100%;
    height: 680px;
}

.register{
    margin-top: 100px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
}
.regg{
    width: 60%;
    min-width: 700px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 0px 18px 0px #eff6ff;
    flex-direction: column;
}
.regg .login-w{
    border: none;
}
.regg .login{
    height: 50px;
    line-height: 50px;
    text-align: right;
    width: 90%;
}
.regg .labels input{
    border: 1px solid #00a2f0;
}
.regg .labelb .xiabu input{
    border: 1px solid #00a2f0;
}
.regg .labels,.regg labelb{
    padding: 8px 15px !important;
  }
.regg .labelb .xiabu .codeimg{
    margin-left: 10px;
    max-width: 120px;
}

.btn-disabled {
    background-color: #b8b8b8 !important;
}