/* 首页 */
.Index{
  height: 100%;
  padding-bottom: 60px;
}
.Index-notice-box{
  height: 40px;
}
.Index-notice{
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  color: #F76A24;
  background-color: #fefcec;
}
.Index-notice img{
  width: 18px;
}
.Index-notice-cont{
  flex: 1;
  overflow-x: hidden;
  white-space: nowrap;
}
.Index-notice-cont a{
    display: inline-block;
    color: #F76A24;
    margin-right: 20px;
}
.Index-list{
  padding: 10px 20px 70px;
}
.Index-list li{
  background-color: #fff;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #f2f3f7;
}
    .Index-list li .thumb {
        width: 100%;
        height: auto;
    }
        .Index-list li .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.Index-list-info{
  padding: 10px 15px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.Index-list-info .title{
  font-weight: bold;
  color: #333;
  font-size: 16px;
  line-height: 40px;
}
.Index-list-info .detail{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.Index-list-info .price .fees{
  color: #FF6365;
}
.Index-list-info .price .gratis{
  color: #09D99C;
}
.Index-list-btns{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f2f3f7;
}
.Index-list-btns a{
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  flex: 1;
}
.Index-list-btns a:nth-child(2){
  border-left: 1px solid #f2f3f7;
}
.Index-list-btns a.finish{
  background-color: rgba(239, 239, 239, 1);
  color: #989898;
}
.Index-list-tag{
  position: absolute;
  right: 0;
  top: 15px;
  padding: 5px 20px;
  border-radius: 20px 0 0 20px;
  color: #fff;
  font-size: 14px;
}
.Index-list-tag.finish{
  background-color: #f95e5a;
}
.Index-list-tag.ongoing{
  background-color: #09d99c;
}
  /* 登录 */
.login,.register{
  padding: 0 20px;
}
.login-img{
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.login-img img{
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
}
.login-form{
  line-height: 40px;
}
.login-form img{
  width: 20px;
  margin-right: 15px;
}
.login-form input,.login-form select{
  flex: 1;
  outline: none;
  border: none;
  height: 50px;
  line-height: 50px;
}
.login-label{
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.login-register{
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.login-btn{
  margin-top: 20px;
}
/* 注册 */
.register-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.register-img img{
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
}
.register-agreement{
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.register-agreement img{
  margin-right: 5px;
}
.register-agreement span{
  color:#0079fe;
}
/*验证码*/
.login-code{
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.login-code input{
  flex-shrink: 0;
  width: 20px;
  padding: 0 10px;
}
.login-code span{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100%;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}
.login-code span:before{
  content: "";
  height: 20px;
  width: 0;
  border-left: 1px solid #999;
  position: absolute;
  left: 0;
}
/* 未登录弹框 */
.activity-details-mask .mask-box {
  width: 80vw;
}

.activity-details-mask .mask-box p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}

.activity-details-mask .mask-box .btns {
  border-top: 1px solid #e4e4e4;
  display: flex;
}

.activity-details-mask .mask-box .btns button {
  flex: 1;
  font-size: 16px;
  color: #3478F7;
  line-height: 40px;
  border: none;
  background: #fff;
}

.activity-details-mask .mask-box .btns button:nth-child(2) {
  border-left: 1px solid #e4e4e4;
}

