.activityOne{
    min-width: 1400px;
}
/*头部*/
.landing_head{
    display: flex;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.head_left,.head_right{
    flex: 1;
    display: flex;
    justify-content: center;
}
.landing_head p,.landing_head a{
    color: black;
    font-size: 14px;
}
.head_left span,.head_right span{
    margin-left: 15px;
}
.landing_head .line{
    width: 1px;
    background: black;
}
.head_right img{
    margin-right: 5px;
    width: 15px;
    height: 14px;
}
/*logo*/
.logo{
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.logo_one{
    width: 200px;
    text-align: center;
}
.logo_two{
    width: 600px;
    padding-left: 50px;
    padding-right: 50px;
}
.logo .el-input-group__prepend{
    border-color: red!important;
}
.logo .el-input__inner{
    border-color: red!important;
    border-left: 0;
}
.logo .el-input-group__append{
    border-color: red!important;
    background-color: red!important;
    color: white!important;
}
.el-select .el-input {
    width: 130px;
  }
.input-with-select .el-input-group__prepend {
background-color: #fff;
}
.logo_tre{
    width: 90px;
    text-align: center;
    cursor: pointer;
}
.logo_tre p,.logo_four p{
    color: red;
    font-size: 14px;
}
/*land*/

/*头部导航*/
.land{
    display: flex;
    flex-direction: column;
}
.land_top{
    width: 100%;
    height: 50px;
    background: rgba(233, 11, 0, 1);
}
.land_top ul{
    display: flex;
    width: 70%;
    margin: 0 auto;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}
.land_top ul li{
    width: 14%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.land_top ul li:hover{
    background: rgba(207, 0, 0, 1);
}
.land_top ul li a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.logo_click{
    background: rgba(207, 0, 0, 1);
}
/*nav*/
.nav{
    height: 250px;
    background: #4f4849;
}
.nav >div{
    display: flex;
    width: 65%;
    height: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
}
.nav >div div{
    text-align: center;
    height: 150px;
}
.nav .line{
    width: 1px;
    background: white;
    height: 135px;
}
.nav p{
    color: white;
}
.nav span p{
    font-size: 18px;
}
.nav a p{
    margin-top: 10px;
    font-size: 14px;
}

/*foot*/
.foot{
    height: 150px;
    background: #2f2a2a;
    color: white;
    font-size: 14px;
}
.foot >div{
    display: flex;
    width: 45%;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}
.foot >div >div{
    display: flex;
    flex-direction: column;
    width: 70%;
}
.foot >div >div div{
    display: flex;
    height: 40px;
    justify-content: center;
}
.foot >div >div span{
    display: flex;
    align-items: center;
}
.foot p{
    margin-left: 15px;
}
.revert{
    position: relative;
    right: -150px;
    cursor: pointer;
}


/*中间内容*/
.content{
    background: #f8f8f8;
}
.content_mid{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 40px;
}

.content_mid{
    border-radius: 5px 5px 0 0;
}
.public_top{
    background-image: -moz-linear-gradient( 35deg, rgb(255,112,74) 0%, rgb(255,92,71) 76%, rgb(254,71,67) 100%);
    background-image: -webkit-linear-gradient( 35deg, rgb(255,112,74) 0%, rgb(255,92,71) 76%, rgb(254,71,67) 100%);
    background-image: -ms-linear-gradient( 35deg, rgb(255,112,74) 0%, rgb(255,92,71) 76%, rgb(254,71,67) 100%);
    height: 45px;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    color: white;
}
.public_top span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100%;
    font-size: 18px;
}
.public_top img{
    margin: 0 10px;
}

.member_mid{
    background: white;
    display: flex;
    padding: 20px 0;
    flex-direction: column;
}
.member_mid >section{
    width: 1180px;
    margin: 0 auto;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.member_mid >section li{
    padding: 10px 0; 
}
.line{
    border-bottom: 1px dotted #ddd;
}
.member_mid >section li a{
    display: flex;
    font-size: 16px;
    height: 50px;
    align-items: center;
    text-indent: 15px;
}
.member_mid >section li a p{
    color: #999;
}
.member_mid >section li a:hover{
    color: red;
}


/*签到弹框*/
.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: 220px;
    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;
}

.concur_des{
    display: flex;
    flex-direction: column;
    flex: 5;
    margin-top: 15px;
    padding: 0 20px 20px 20px;
}
.concur_des >div:nth-child(1){
    height: 100px;
    border-bottom: 1px solid #ddd;
}
.concur_des >div:nth-child(1) >span:nth-child(1){
    font-size: 18px;
    line-height: 50px;
}
.concur_des >div:nth-child(1) >span:nth-child(2){
    display: flex;
    line-height: 50px;
    font-size: 15px;
    color: #999;
    letter-spacing: 2px;
}
.concur_des >div:nth-child(1) >span:nth-child(2) h1{
    display: flex;
    margin-right: 40px;
}
.concur_des >div:nth-child(2){
    margin: 0 auto;
    margin-top: 40px;
}
.concur_des >div:nth-child(2) p{
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}


