/* 活动详情文本 */
.activity-details-content .img img {
  width: 100%;
  height: 170px;
}

.activity-details-content .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}

.activity-details-content .tit {
  padding: 0 10px;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}

.activity-details-content .info {
  padding: 0 10px;
  font-size: 14px;
  line-height: 32px;
  color: #333;
}

.activity-details-explain {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.activity-details-btn {
  padding: 0 10px;
  margin: 10px 0;
}
.activityInfo .applyCont {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
}
/* 未登录弹框 */
.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;
}

/* 悬浮规则 */
.activity-details-rule {
  position: fixed;
  right: 10px;
  bottom: 120px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 14px;
  background-color: #ffba78;
  text-align: center;
  line-height: 50px;
  border: 1px solid #807d7a;
}

.activity-details-rule-mask {
  font-size: 14px;
}

.activity-details-rule-mask h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #0099ff;
  color: #fff;
  padding: 16px 0;
}

.activity-details-rule-mask .info {
  padding: 10px 20px;
  line-height: 24px;
}

.activity-details-rule-mask .btns {
  text-align: center;
  margin: 10px 0;
}

.activity-details-rule-mask .btns button {
  background-color: #0099ff;
  border-radius: 5px;
  padding: 6px 20px;
  color: #fff;
  border: none;
}

/* 报名活动列表 activityList */
.activityList-search {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
}

.activityList-search-cancel {
  color: #3478F7;
  font-size: 14px;
  padding: 0 10px;
}

.activityList-search-box {
  border-radius: 40px;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  flex: 1;
  display: flex;
  align-items: center;
}

.activityList-search-box input {
  outline: none;
  flex: 1;
}

.activityList-search-box img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.activityList-search-record {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  min-height: 70vh;
  padding: 20px;
  background-color: #f5f5f5;
}

.activityList-search-record .record-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.activityList-search-record .record-top span:first-of-type {
  font-size: 14px;
}

.activityList-search-record .record-top .delete-btn {
  font-size: 14px;
  color: #999;
}

.activityList-search-record .record-top .delete-btn img {
  width: 14px;
  margin-right: 3px;
}

.activityList-search-record .record-list {
  display: flex;
  flex-wrap: wrap;
}

.activityList-search-record .record-list span {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  color: #999;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 10px;
  margin-right: 15px;
  margin-bottom: 8px;
}

.activityList-list {
  padding: 70px 15px 20px;
}

.activityList-list li {
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
}

.activityList-list li .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

.activityList-list li .info {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.activityList-list li .info span {
  width: 49%;
  display: inline-block;
}

.activityList-list li .link {
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
}

.activityList-list li .link a {
  color: #ccc;
}

.activityList-list li .link a img {
  width: 14px;
  vertical-align: text-bottom;
}

.activityList-list li .tag {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px 0 0 20px;
  color: #fff;
  background-color: rgb(9, 217, 156, .8);
}

/* 报名信息表单 enrollForm */
.enrollForm .header-right {
  color: #0079FE;
}

.enrollForm-form {
  padding: 10px 20px;
}

.enrollForm-form-box {
  margin-bottom: 10px;
}

.enrollForm-form-title {
  font-size: 14px;
  line-height: 40px;
}

.enrollForm-form-title span {
  color: #FF4A4A;
}

.enrollForm-form-input {
  font-size: 14px;
}

    .enrollForm-form-input .selects {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #e4e4e4;
        outline: none;
        line-height: 24px;
        border-radius: 5px;
        padding: 10px 15px;
    }

.enrollForm-form-input input[type='text'],
.enrollForm-form-input textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  outline: none;
  line-height: 24px;
  border-radius: 5px;
  padding: 10px 15px;
}

.enrollForm-form-file {
  border: 1px #ccc solid;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
}

.enrollForm-form-file>img {
  width: 30px;
  height: 30px;
}

.enrollForm-form-file-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.enrollForm-form-file-list .img {
  width: 100%;
  height: 100px;
  position: relative;
}

.enrollForm-form-file-list .img .file-img {
  width: 100%;
  height: 100%;
}

.enrollForm-form-file-list .img .close {
  padding: 3px;
  position: absolute;
  background-color: rgba(255, 255, 255, .7);
  border-bottom-left-radius: 8px;
  right: 0;
  top: 0;
}

.enrollForm-form-file-list .img .close img {
  width: 18px;
  height: 18px;
}

.enrollForm-form-btn {
  margin-top: 30px;
}

.enrollForm-form-check {
  font-size: 14px;
  color: #999;
}

.enrollForm-form-check img {
  width: 20px;
}

.enrollForm-form-box #sex {
  flex: 1;
  outline: none;
  border: none;
  height: 50px;
  line-height: 50px;
  width: 100%;
}

/* 报名费用  payFee.html */
.payFee {
  background-color: #fff;
  min-height: 100vh;
}

.payFee-info {
  line-height: 40px;
  font-size: 14px;
}

.payFee-info .title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
}

.payFee-info .detail {
  padding: 0 20px;
  color: #999;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.payFee-info .detail p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payFee-info .detail span {
  color: #333;
}

.payFee-info .price {
  padding: 0 20px;
  text-align: right;
  font-size: 14px;
}

.payFee-info .price {
  color: #F56C6C;
}

.payFee-btns {
  margin-top: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payFee-btns button {
  width: calc(50vw - 30px);
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #0079FE;
  color: #0079FE;
  background-color: #fff;
}

.payFee-btns button:last-of-type {
  color: #fff;
  background-color: #0079FE;
}

.payFee-submit-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.payFee-submit-info img {
  width: 20vw;
}

.payFee-submit-info p {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
}

.payFee-btns-after {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 16px;
}

.payFee-btns-after button {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #0079FE;
  color: #0079FE;
  background-color: #fff;
}
/*性别选择*/
ul.select-sex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
ul.select-sex li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1;
}
ul.select-sex li:not(:last-of-type){
    margin-right: 6px;
}
ul.select-sex li:before{
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border: 1px solid #666;
    position: relative;
    top: 1px;
}
ul.select-sex li.cur:before{
    border-color: #0079FE;
    background: #0079FE;
}