/*签到弹框*/
.fide{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.signIn_box{
    width: 550px;
    height: 600px;
    background: white;
    position: fixed;
    top: 10%;
    left: 28%;
    z-index: 99;
    display: none;
}
.signIn_top{
    background-image: url('../images/public/qiandao_01.png');
    height: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    justify-content: center;
}
.signIn_top h1{
    font-size: 28px;
    text-align: center;
    line-height: 50px;
}
.signIn_top h2{
    font-size: 20px;
}
.sign_close{
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.signIn_mid{
    height: 340px;
}
.signIn_mid >div{
    width: 460px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.signIn_mid >div >span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 15px;
}

.signIn_mid >div >span h1 p{
    line-height: 35px;
}
.signIn_mid >div >span h1{
    height: 130px;
    background: #e1e1e1;
    border-radius: 5px;
    padding-top: 20p;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
    margin-bottom: 15px;
}
.signIn_mid >div >span h1{
    width: 100px;
}
.signIn_mid >div >span:last-child h1{
    width: 215px;
}
.signIn_mid >div >span{
    width: 25%;
}
.signIn_mid >div >span:last-child{
    width: 50%;
}
.signIn_tail{
    margin-top: 65px;
    display: flex;
    justify-content: center;
}
.signIn_tail span{
    height: 40px;
    width: 185px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background: #f23831;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.logo_tre{
    cursor: pointer;
}

/* 修改的样式*/
.land_top{
    font-size: 16px;
}
.foot{
    height: 200px!important;
}
.foot img{
    width: 100%;
    height: 100%;
}
.foot >div{
    width: 1200px;
    align-items: center;
    justify-content: space-between;
}
.foot >div >span:nth-child(1){
    width: 80px;
    height: 80px;
}
.revert{
    position: inherit;
    right: 0;
    width: 60px;
    height: 60px;
}
.foot >div >div{
    width: auto;
    align-items: center;
    letter-spacing: 1px;
    font-size: 16px;
    text-indent: 10px;
}
.foot_two span{
    width: 100px;
    height: 100px;
}
.foot >div >div p{
    margin: 0;
}
.land_top ul{
    width: 1200px!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: rgba(233, 11, 0, 1)
}
.landing_head >div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.head_left, .head_right{
    flex: inherit;
}
.landing_head p, .landing_head a{
    font-size: 12px!important;
    color: #666!important;
}
.landing_head a p:hover,.logo_right a:hover{
    color: red!important;
}

.foot >div >div span{
    line-height: 40px;
}