@charset "UTF-8";
/* 去除滚动条默认样式 */
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: rgba(240, 240, 240, 0);
}

.iScrollHorizontalScrollbar {
  background-color: rgba(240, 240, 240, 0);
  width: 0;
  height: 0;
}

/* 顶部tab */

.tabBox {
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.tabBox ul {
  white-space: nowrap;
  height: 100%;
  float: left;
}

.tabBox li {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 0.1rem;
}

.tabBox li.chose {
  font-weight: bold;
  height: 100%;
  box-sizing: border-box;
  color: #fd8055;
  border-bottom: 4px solid #fd8055;
  font-size: 0.82rem;
}

/* 报名弹窗 */
.popBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.popBox .popCon {
  width: 95%;
  padding: 24px 16px;
  border-radius: 15px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.popBox .popCon .bmTit {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.popBox .popCon .form_group {
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 0.8rem;
}

.popBox .popCon .form_group:nth-child(3) {
  width: 70%;
  margin-top: 1rem;
}

.popBox .popCon .form_group label, .popBox .popCon .form_group input[type='text'] {
  height: 1rem;
  line-height: 1rem;
  color: #373737;
  font-size: 0.7rem;
}

.popBox .popCon .form_group input[type='text'] {
  width: 68%;
  border-left: 1px solid #f5f5f5;
  padding: 0 0.5rem;
}

.popBox .popCon .form_group input[type='text'] ::placeholder {
  color: #ababab;
  font-size: 0.6rem;
}

.popBox .popCon .form_group .code {
  position: absolute;
  right: -4.8rem;
  bottom: 0;
  border-radius: 5px;
  width: 5rem;
  -webkit-text-fill-color: transparent;
}

.popBox .popCon .form_group .code p {
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  background: #fff;
  font-size: 0.75rem;
}

.popBox .popCon .hint {
  font-size: 0.9rem;
  color: #ababab;
  margin-top: 1rem;
}

.popBox .popCon input[type='button'] {
  width: 80%;
  height: 2rem;
  line-height: 2rem;
  background: linear-gradient(-45deg, #fe8f4e, #fc686f);
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 1rem auto 0;
  border-radius: 15px;
  display: block;
}

.popBox .popCon .close {
  position: absolute;
  right: 0.1rem;
  top: -2.5rem;
  width: 1.8rem
}

.colBor {
  /* 设置边框渐变 */
  padding: 2px;
  background: linear-gradient(-45deg, #fe8f4e, #fc686f);
}

.colWord {
  /* 设置字体渐变 */
  background: linear-gradient(-45deg, #fe8f4e, #fc686f);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  display: block;
}

.mainBox, .fm {
  width: 18.75rem;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.fm {
  z-index: 1;
  background: #fff;
}

.fm span {
  width: 3rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  border-radius: 1.15rem;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  font-size: 0.9rem;
}

.fm img {
  width: 100%;
  height: 100%;
  display: block;
}

.mainBox {
  z-index: 0;
  padding-top: 7%;
  box-sizing:border-box;
}

.mainBox .top, .mainBox .bot {
  width: 100%;
  position: absolute;
  left: 0;
}

.mainBox .top {
  height: 2.5rem;
  line-height: 2.5rem;
  background: #2391f7;
  color: #fff;
  top: 0;
  box-sizing: border-box;
}

.mainBox .top .hintword {
  position: absolute;
  right: 26%;
  bottom: -2rem;
  width: 5rem;
}

.mainBox .top .tabBox {
  float: left;
  width: 81%;
}

.mainBox .top .btn {
  width: 17%;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.9rem;
  font-size: 0.5rem;
  font-weight: bold;
  background: linear-gradient(-45deg, #fe8f4e, #fc686f);
  border-radius: 0.9rem;
}

.mainBox .bot {
  bottom: 0.55rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  color: #ff7d27;
  font-size: 0.65rem;
}

.mainBox .bot p {
  width: 30%;
  /* border:2px solid;
            border-image:linear-gradient(45deg,$leftcol,$rightcol) 2 2; */
  border-radius: 15px;
  background: linear-gradient(-45deg, #fe8f4e, #fc686f);
  margin-left: 0.4rem;
  display: inline-block;
  padding: 2px;
  box-sizing: border-box;
}

.mainBox .bot p span {
  display: block;
  background: #fff;
  border-radius: 15px;
}

.mainBox .bot p:nth-child(1) {
  margin-left: 0;
}

.mainBox .bot p.chosed span {
  background: linear-gradient(-45deg, #fe8f4e, #fc686f);
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .popBox .popCon {
    width: 35%;
  }
  .mainBox,.fm{
  	width: 18.75rem;
	left:50%;
	margin-left:-9.37rem;
  }
  .mainBox{
	padding-top: 5%;
  }
}
@media screen and (max-width: 1024px) {
  /* 去除滚动条默认样式 */
	::-webkit-scrollbar {
	  width: 0;
	  height: 0;
	  background-color: rgba(240, 240, 240, 0);
	}

	.iScrollHorizontalScrollbar {
	  background-color: rgba(240, 240, 240, 0);
	  width: 0;
	  height: 0;
	}
  
}
@media screen and (min-width: 375px){
   .popBox .popCon{
      top: 10%;
   }
}