@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #fff;
}

/* 头部 */
.header {
  width: 100%;
  height: 1.62rem;
  background: url(../images/topbg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  max-width: 750px;
  margin:0 auto
}
.header-logo {
  width: 1.3rem;
  height: 1.22rem;
  position: absolute;
  left: 0.8rem;
  bottom: 0;
}

/* 内容区域 */
.content {
  width: 100%;
  min-height: calc(100vh - 1.62rem);
  background: url(../images/bmbg.jpg) no-repeat center center;
  background-size: cover;
    max-width: 750px;
  margin:0 auto;
      padding-bottom: 1rem;
}
.content2 {
  width: 100%;
  min-height: 11.84rem;
  background: url(../images/bmbg.jpg) no-repeat center bottom;
  background-size: cover;
    max-width: 750px;
  margin:0 auto;
      padding-bottom: 1rem;
}

/* Logo区域 */
.logo-section {
  position: relative;
  height: 3rem;
}

.left-logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0.28rem;
}

.cba-logo {
  width: 0.73rem;
  height: 0.73rem;
  position: absolute;
  left: 0.8rem;
  top: 0.74rem;
}

.year-logo {
  width: 4.04rem;
  height: 1.39rem;
  position: absolute;
  right: 0.28rem;
  top: 0.2rem;
}

.wenzi-logo {
  width: calc(100% - 2.2rem);
  margin: 0 1.1rem;
  position: absolute;
  top: calc(0.74rem + 0.73rem + 0.38rem);
  left: 0;
}

/* 表单区域 */
.form-section {
  margin-top: 1.2rem;
  padding: 0 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.form-section2 {
  margin-top: 2.2rem;
  padding: 0 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.form-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.35rem;
  height: 0.7rem;
  position: relative;
  overflow: visible;
  z-index: 101;
}

.form-label {
  width: 1.7rem;
  text-align: left;
  padding-left: 0.38rem;
  font-size: 0.3rem;
  color: #000;
  flex-shrink: 0;
  line-height: 0.7rem;
}

.form-input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 0.3rem;
  padding: 0 0.2rem;
  background: transparent;
  display: flex;
  align-items: center;
  color: #000;
}
.form-input2 {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 0.3rem;
  padding: 0 0.2rem;
  background: transparent;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000;
}

.form-input::placeholder {
  color: #999;
}
.form-input2::placeholder {
  color: #000;
}
/* 自定义下拉组件 */
.custom-select {
  flex: 1;
  height: 100%;
  
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select-value {
  flex: 1;
  font-size: 0.3rem;
  padding: 0 0.5rem 0 0.2rem;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-options {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  background: #efefef;
border-radius: 0.35rem;

  box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.1);
  list-style: none;
  z-index: 100;
  height: 3.5rem;
    overflow: hidden;
    overflow-y: auto;
  padding-left:0 !important;
  padding-top:0;
}

.custom-select.active .select-options {
  display: block;
}

.custom-select.active .select-arrow {
  transform: rotate(180deg);
}

.select-options li {
    margin: 0 0.1rem;
    text-indent: 1em;
  font-size: 0.3rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  color: #000;
}

.select-options li:hover,
.select-options li.selected {
  background: #c7d9f1;
}

.select-options li.selected::after {
  content: '✓';
  color: #0476fa;
  font-size: 0.3rem;
  margin-left: auto;
  padding-right: 0.2rem;
}

.select-options li:first-child {
  background: #efefef;
}

/* 自定义下拉箭头 */
.select-arrow {
  position: absolute;
  right: 0.3rem;
  width: 0.3rem;
  height: 0.16rem;
  pointer-events: none;
  transition: transform 0.2s;
}

/* 提交按钮 */
.submit-btn {
  width: 3.46rem;
  height: 0.8rem;
  background: #00d791;
  border: none;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  margin: 1.4rem auto 0;
  display: block;
  cursor: pointer;
}
.form-label {
    margin-bottom: 0rem ;position: relative;
}
.btncut {margin-bottom: 1rem;}
.tijiaochenggong  {padding:1.9rem 1.58rem 0.2rem 1.58rem; text-align: center;}
.tijiaochenggong img {width:4.4rem;}
.tijiaotie  {padding:0rem 1.58rem; text-align: center;}
.tijiaotie img {width:3.6rem;}

/* 结果列表 */
.result-list {
  padding: 0 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.result-item {
  width: 100%;
  height: 1.5rem;
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
}

.result-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 1.14rem;
  padding-left: 0.8rem;
}

.result-name {
  font-size: 0.32rem;
  font-weight: bold;
  color: #000;
}

.result-session {
  font-size: 0.32rem;
  font-weight: bold;
  color: #000;
}

.result-img {
  width: 1.14rem;
  height: 1.14rem;
  margin-right: 0.7rem;
}
.toplogo {width:100%; text-align: center; padding-top: 1.83rem; padding-left:3rem;padding-right:3rem;}
.toplogo img {width: 100%;  display: block; margin: 0 auto;}
.middle-logo{width:100%; text-align: center; padding-top: 0.9rem; padding-left:0.58rem;padding-right:0.58rem;}
.middle-logo img {width: 100%; display: block; margin: 0 auto;}
.changba-logo{width:100%; text-align: center; padding-top: 0.6rem; padding-left:1.24rem;padding-right:1.24rem;}
.changba-logo img {width: 100%; display: block; margin: 0 auto;}

/* 场次详情 */
.result-info2 {
  background: #fff;
  padding: 0.6rem;
}

.info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.info-row:last-child {
  margin-bottom: 0;
}

.info-item {
  display: flex;
  align-items: center;
  width: 48%;
}

.info-icon {
  width: 0.51rem;
  height: 0.51rem;
  margin-right: 0.1rem;
}

.info-label {
  font-size: 0.26rem;
  font-weight: bold;
  color: #000;
}

.info-value {
  font-size: 0.26rem;
  font-weight: bold;
  color: #000;
}
 .containergp-fjm {
            width: 100%;
            max-width: 750px;
         min-height: 100vh;
        }
        
        .top-layer-fjm {
            position: relative;
            background-image: url('../images/onebac-fjm.jpg');
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            height: 12.5rem;
		padding-bottom: 2.5rem;
        }
        
        .btn-container-fjm {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.3rem;
            width: 2.8rem;
            position: relative;
        }
        
        .btn-register-fjm {
            background-image: url('../images/djbm-fjm.png');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.32rem;
            line-height: 0.7rem;
            font-weight: bold;
            text-align: center;
		width: 100%;
		padding: 0.1rem 0;
        }
		.btn-register-fjm a,.btn-query-fjm a {
			display: block;
			color: #fff;
			text-decoration: none;
		}
        .btn-query-fjm {
			width: 100%;
            background-image: url('../images/cxbm-fjm.png');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.32rem;
            line-height: 0.7rem;
            font-weight: bold;
            text-align: center;
			padding: 0.1rem 0;
        }
        
        .event-info-layer-fjm {
            width: 100%;
            padding: 0.3rem 0.5rem 0.5rem;
            background-color: #fff;
        }
        
        .event-item-fjm {
            width: 100%;
            border-radius: 0.1rem;
            display: flex;
            margin-top: 0.2rem;
            overflow: hidden;
        }
        
        .event-left-fjm {
            background-color: #1140f2;
            padding: 0.3rem 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 30%;
		text-align: center;
        }
        
        .event-date-fjm {
            font-size: 0.26rem;
            line-height: 0.4rem;
            color: #fff;
            font-weight: bold;
            margin-bottom: 0.15rem;
        }
        
        .event-venue-fjm {
            font-size: 0.26rem;
            line-height: 0.35rem;
            color: #fff;
        }
        
        .event-right-fjm {
            flex: 1;
            background: linear-gradient(to right, #1140f2, #00c7d3);
            padding: 0.3rem 0.35rem;
            white-space: pre-wrap;
            font-size: 0.26rem;
            line-height: 0.4rem;
            color: #fff !important;
        }
        
        .event-right-fjm * {
            color: #fff !important;
        }
        
        .match-item-fjm {
            font-size: 0.26rem;
            line-height: 0.4rem;
            color: #fff !important;
        }
        
        .gap-right-fjm {
            width: 0.02rem;
            background-color: #fff;
        }
.dyltit-fjm {
	font-size: 0.9rem;
	line-height: 1.35rem;
	font-weight: bold;
	color: #fff;

}
