@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.3rem;
}

.tabBox li.chose {
  font-weight: bold;
  height: 100%;
  box-sizing: border-box;
}

/* 报名弹窗 */
.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;
}

.outBox {
  width: 18.75rem;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background:#fff;
}

.topImg {
  width: 100%;
  margin: 0;
}

.tabBox {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
}

.tabBox li.chose {
  color: #ff6600;
  border-bottom: 4px solid #ff6600;
  font-size: 0.82rem;
}

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

.mainBox {
  width: 100%;
  background: #f0f0f0;
}

.mainBox .topBox {
  background: #fff;
}

.mainBox .topBox .titBox {
  padding: 1.2rem 0.7rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}

.mainBox .topBox .titBox .leftBox {
  width: 60%;
  float: left;
}

.mainBox .topBox .titBox .leftBox h5 {
  padding-left: 0.5rem;
  font-size: 1rem;
  color: #333;
  position: relative;
  line-height: 1rem;
  font-weight: bold;
}

.mainBox .topBox .titBox .leftBox h5::after {
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-15deg, #fe8f4e, #fc686f);
}

.mainBox .topBox .titBox .leftBox p {
  font-size: 0.5rem;
  color: #999999;
  margin-top: 0.4rem;
}

.mainBox .topBox .titBox .leftBox p span {
  color: #ff6600;
}

.mainBox .topBox .titBox .btn {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 1.1rem;
  color: #fff;
  float: right;
  background: linear-gradient(-45deg, #fe8f4e, #fc686f);
  border-radius: 5px;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: bold;
  display:none;
}

.mainBox .topBox .timeBox {
  padding: 0.8rem 0.7rem 0.8rem 1.7rem;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #999999;
  background: url(../images/time_icon.png?0909) no-repeat 0.7rem center;
  background-size: 0.55rem 0.55rem;
}

.mainBox .listBox {
  padding: 1.2rem 0.7rem;
}

.mainBox .listBox .itemBox {
  padding: 0 0.5rem;
  border-radius: 5px;
  background: #fff;
  margin-top: 1rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.mainBox .listBox .itemBox:nth-child(1) {
  margin-top: 0;
}

.mainBox .listBox .itemBox .lpBox {
  padding: 0.8rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.mainBox .listBox .itemBox .lpBox .imgBox {
  float: left;
  border-radius: 5px;
  overflow: hidden;
  width: 40%;
  height: 4.8rem;
  position: relative;
}

.mainBox .listBox .itemBox .lpBox .imgBox img {
  height: 100%;
  min-width:100%;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.mainBox .listBox .itemBox .lpBox .infBox {
  width: 55%;
  float: right;
}

.mainBox .listBox .itemBox .lpBox .infBox h5 {
  line-height: 1.3rem;
  font-size: 0.84rem;
  color: #333;
  font-weight: bold;
}

.mainBox .listBox .itemBox .lpBox .infBox p {
  font-size: 0.5rem;
  line-height: 0.8rem;
  color: #999999;
  margin-top: 0.2rem;
}

.mainBox .listBox .itemBox .lpBox .infBox span {
  color: #ff6600;
  font-size: 0.7rem;
  font-weight: bold;
}

.mainBox .listBox .itemBox .lpBox .itemTime {
  height: 0.6rem;
  line-height: 0.6rem;
  margin-top: 0.6rem;
  font-size: 0.6rem;
  color: #666;
}

.mainBox .listBox .itemBox .lpBox .itemTime p {
  padding-left: 0.6rem;
  float: left;
  background: url(../images/time_icon2.png?0909) no-repeat left center;
  background-size: 0.45rem 0.45rem;
}

.mainBox .listBox .itemBox .lpBox .itemTime span {
  float: right;
  padding-left: 0.6rem;
}

.mainBox .listBox .itemBox .lpBox .itemTime span.nostart {
  background: url(../images/nostart.png?0909) no-repeat left center;
  background-size: 0.5rem 0.5rem;
}

.mainBox .listBox .itemBox .lpBox .itemTime span.start {
  color: #ff6600;
  background: url(../images/start.png) no-repeat left center;
  background-size: 0.4rem 0.5rem;
}

.mainBox .listBox .itemBox .lpBox .itemTime span.end {
  background: url(../images/end.png) no-repeat left center;
  background-size: 0.5rem 0.5rem;
}

.mainBox .listBox .itemBox .btnBox {
  padding: 0.7rem 0;
  line-height: 1.7rem;
  /* text-align: center; */
}

.mainBox .listBox .itemBox .btnBox a {
  width: 23.5%;
  height: 1.7rem;
  font-size: 0.7rem;
  /* border:2px solid;
                    border-image:linear-gradient(45deg,$leftcol,$rightcol) 2 2; */
  border-radius: 5px;
  background: linear-gradient(-45deg, #fe8f4e, #fc686f);
  margin-left: 2%;
  display: inline-block;
  padding: 1px;
  box-sizing: border-box;
}

.mainBox .listBox .itemBox .btnBox a p {
  display: block;
  background: #fff;
  border-radius: 5px;
}

.mainBox .listBox .itemBox .btnBox a.btn1{
  margin-left: 0;
  background: none;
  background-size: 100% auto;
}

.mainBox .listBox .itemBox .btnBox a.btn2 {
  background:none;
  background-size: 100% auto;
}
.mainBox .listBox .itemBox .btnBox a.btn2 img,.mainBox .listBox .itemBox .btnBox a.btn3 img,.mainBox .listBox .itemBox .btnBox a.btn4 img,.mainBox .listBox .itemBox .btnBox a.btn1 img{
  width:100%;
  display:block;
}
.mainBox .listBox .itemBox .btnBox a.btn3 {
   background:none;
  background-size: 100% auto;
}

.mainBox .listBox .itemBox .btnBox a.btn4 {
   background:none;
  background-size: 100% auto;
}

.mainBox .mapBox {
  width: 100%;
  padding: 1.3rem 0.7rem;
  background: #fff;
}

.fixBox {
  width: 18.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 0.8rem;
}

.fixBox .lineBox {
  border-top: 1px solid #e0e0e0;
}

.fixBox .lineBox, .fixBox .bmbtn {
  width: 47%;
  text-align: center;
  float: left;
  height:100%;
  position:relative;
}
.fixBox .lineBox a{
  display:block;
}
.fixBox .lineBox img, .fixBox .bmbtn img {
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width:4.5rem;
}
.fixBox .lineBox img{
  width:4.5rem;
}
.fixBox .bmbtn {
  width: 53%;
  background: linear-gradient(-45deg, #fe8f4e, #fc686f);
  color: #fff;
  position: relative;
  /* font-size: 1rem; */
}
.pop{
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    background-size: 100% 100%;
    position:fixed;
    left:0;
    top:0;
    display:none;
	z-index:10;
	color:#fff;
	text-align:center;
	font-size:1rem;
}
.pop .codeBox{
	position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.pop .code{
	width:8rem;
	margin:0 auto;
	display:block;
}
.pop p{
	margin:1rem auto 0;
}
.pop .close{
    position: absolute;
    right:1rem;
    top:1rem;
	width:1rem;

}

@media screen and (min-width: 1024px) {
  .popBox .popCon {
    width: 35%;
  }
  .outBox,.fixBox{
	left:50%;
	margin-left:-9.37rem;
  }
  
}
@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 (max-width:414px) {
  .mainBox .listBox .itemBox .btnBox a{
      width: 22%;
  }
}
@media screen and (min-width: 375px){
   .popBox .popCon{
      top: 10%;
   }
}