/* 申请时间 */
.detail__module__apptime {
  padding: 0.26rem 0.28rem;
  background-color: #ffffff;
  margin-bottom: 0.20rem;
  border-radius: 0.24rem;
}
.mgt_20 {
  margin-top: 0.20rem;
}
.detail__module__apptime .module_content .apply-time-box {
  width: 100%;
  background: linear-gradient(180deg, #eff5ff 0%, #fafcff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem 0.08rem 0 0.08rem;
  border-radius: 0.24rem;
  box-sizing: border-box;
}

.detail__module__apptime .module_content .apply-time-box.fall {
  background: linear-gradient(180deg, #f5f6ff 0%, #f5f7ff 100%);
}

.detail__module__apptime .module_content .apply-time-box:first-of-type {
  margin-top: 0;
}

.detail__module__apptime .module_content .apply-time-box .title-box {
  position: relative;
  flex: 1;
  width: 100%;
}

.detail__module__apptime .module_content .apply-time-box .title-box .title{
  text-align: center;
  font-weight: 500;
  font-size: 0.32rem;
  color: #251102;
  margin-bottom: 0.18rem;
}

.detail__module__apptime .module_content .apply-time-box .title-box .status-img {
  width: 0.62rem;
  height: 0.3rem;
  position: absolute;
  right: 1.86rem;
  z-index: 5;
  top: 0.07rem;
}

.detail__module__apptime .module_content .apply-time-box .title-box .status-img2 {
  width: 0.62rem;
  height: 0.3rem;
  position: absolute;
  right: 1.06rem;
  z-index: 5;
  /* top: 0.07rem; */
  top: 0.02rem;
}

.detail__module__apptime .module_content .apply-time-box .tab-box-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.15rem;
}

.detail__module__apptime .module_content .apply-time-box .tab-box-container .tab-box {
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
      width: 1.56rem;
      height: 0.40rem;
      background: #ffffff;
      border-radius: 0.08rem;
      border: 0.01rem solid #fcf9f7;
      font-size: 0.24rem;
      text-align: center;
      color: #68727d;
      line-height: 0.4rem;
      margin-left: 0.2rem;
}

.detail__module__apptime .module_content .apply-time-box .tab-box-container .tab-box .status-img {
  position: absolute;
  width: 0.62rem;
  height: 0.30rem;
  top: -0.10rem;
  right: -0.30rem;
  text-align: center;
  line-height: 0.30rem;
  z-index: 5;
}

.detail__module__apptime .module_content .apply-time-box .tab-box-container .tab-box:first-of-type {
  margin-left: 0;
}

.detail__module__apptime .module_content .apply-time-box .tab-box-container .tab-box.active {
  background: #2372ff;
  border: 0.01rem solid #2372ff;
  color: #fff;
}

.detail__module__apptime .module_content .apply-time-box .tab-box-container .tab-box.active::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0px 6px;
  border-color:  #2372FF transparent transparent transparent;
  z-index: 9;  
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box {
  position: relative;
  flex: 1;
  height: 1.38rem;
  background: #ffffff;
  border-radius: 0.24rem;
  width: 100%;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-line {
  position: absolute;
  left: 20px;
  top: 40.5px;
  /* width: 780px; */
  height: 1px;
  background-color: #dcdcdc;
}

.detail__module__apptime .module_content .apply-time-box.spring .time-axias-box.finish .time-line {
  background-color: #2372FF;
}

.detail__module__apptime .module_content .apply-time-box.fall .time-axias-box.finish .time-line {
  background-color: #7650FD;
}

.detail__module__apptime .module_content .apply-time-box.spring .time-axias-box.ing .time-line {
  background-color: #2372FF;
}

.detail__module__apptime .module_content .apply-time-box.fall .time-axias-box.ing .time-line {
  background-color: #7650FD;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box {
  position: relative;
  flex: 1;
  height: 1.38rem;
  background: #ffffff;
  border-radius: 0.24rem;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box {
  display: flex;
  position: relative;
  min-width: 100%;
  /* min-height: 100%;
  height: 100%; */
  align-items: center;
  overflow-x: scroll;
  box-sizing: border-box;
  white-space: nowrap;
  padding-top: 0.2rem;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box::-webkit-scrollbar {
  display: none;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot {
  position: relative;
  height: 100%;
  flex-shrink: 0;
  width: 2.25rem;
  text-align: center;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot.mgl_one_item {
  margin-left: 2.25rem;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot:first-of-type {
  /* margin-left: 79px; */
  /* transition: all 0.3s; */
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  /* left: -50px;
  transform: translateX(-50%); */
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .text-box.name {
  top: 0;
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #020e19;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .text-box.time {
  bottom: 0;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #68727d;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #ffffff;
  border: 0.03rem solid #fff;
  border-radius: 50%;
  z-index: 88;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .dot.unfinish {
  border-color: #dcdcdc!important;
}

.round-line {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 0.32rem;
  padding-top: 0.14rem;
  text-align: center;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .line-bg {
  /* position: absolute; */
  /* width: 100%;
  left: 0;
  height: 0.02rem;
  background-color: #DCDCDC;
  z-index: 2;
  position: relative; */

  width: 100%;
  height: 0.02rem;
  background-color: #dcdcdc;
  
}

.line_back_onlytwo {
  width: 200%;
  height: 0.02rem;
  background-color: #dcdcdc;
}

.line_active {
  height: 0.02rem;
  position: absolute;
  z-index: 1;
  margin-top: -1px;
}

/* .detail__module__apptime .module_content .apply-time-box.spring .time-axias-box.finish .time-content-box .scroll-box .per-time-dot .line-bg {
  background-color: #2372FF;
}

.detail__module__apptime .module_content .apply-time-box.fall .time-axias-box.finish .time-content-box .scroll-box .per-time-dot .line-bg {
  background-color: #7650FD;
} */

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .percent {
  /* position: absolute; */
  /* left: -100%;
  top: 31.5px; */
  /* width: 30%;
  height: 0.02rem;
  z-index: 3; */
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .line_active::after {
  content: '';
  position: absolute;
  top: -14px;
  right: -17px;
  z-index: 8;
  width: 37.5px;
  height: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 6;
}

.detail__module__apptime .module_content .apply-time-box.spring .time-axias-box .time-content-box .scroll-box .per-time-dot .line_active.spring::after {
  background-image: url(https://info.compassedu.hk/znz-app/univ/icon-rocket-1.png);
}

.detail__module__apptime .module_content .apply-time-box.fall .time-axias-box .time-content-box .scroll-box .per-time-dot .line_active.fall::after {
  background-image: url(https://info.compassedu.hk/znz-app/univ/icon-rocket-2.png);
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .line_active.finish::after {
  display: none;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .line_active.unfinish::after {
  display: none;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .label {
  position: absolute;
  width: 0.8rem;
  height: 0.28rem;
  border-radius: 0.06rem;
  text-align: center;
  line-height: 0.3rem;
  top: -0.15rem;
  right: -0.07rem;
  z-index: 2;
  font-size: 0.16rem;
  z-index: 8;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .label.hold {
  color: #FF6565;
  background-color: #FEF1EA;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .time-content-box .scroll-box .per-time-dot .label.global {
  color: #FCA925;
  background-color: #FEF9EA;
  letter-spacing: 1px;
  text-indent: 2px;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .arrow-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 30px;
  display: block;
  background-color: #EEEEEE;
  cursor: pointer;
  border-radius: 2px 2px 0 0;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .arrow-btn.prev {
  left: -4px;
  transform: rotate(90deg);
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .arrow-btn.next {
  right: -4px;
  transform: rotate(-90deg);
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .arrow-btn .ta-arrow {
  position: relative;
  font-size: 24px;
  color: #B8B9B9;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .arrow-btn.active {
  background-color: #D2E2FF;
}

.detail__module__apptime .module_content .apply-time-box .time-axias-box .arrow-btn.active .ta-arrow {
  color: #2372FF;
}

.desc_wrapper {
  padding: 0.16rem 0;
  width: 100%;
}

.detail__module__apptime .module_content .apply-time-box .label-box {
  display: flex;
  /* align-items: center; */
  align-items: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0.1rem;
  box-sizing: border-box;
  margin-bottom: 0.06rem;
}

.detail__module__apptime .module_content .apply-time-box .label-box .label {
  width: 0.80rem;
  height: 0.28rem;
  border-radius: 0.06rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.3rem;
  margin-right: 0.12rem;
}

.detail__module__apptime .module_content .apply-time-box .label-box .label.l1 {
  background-color: #2372FF;
  color: #ffffff;
}

.detail__module__apptime .module_content .apply-time-box .label-box .label.l2 {
  background: linear-gradient( 138deg, #4BDA97 0%, #26D854 100%);
  color: #ffffff;
}

.detail__module__apptime .module_content .apply-time-box .label-box .label.l3 {
  background-color: #FEF1EA;
  color: #FF6565;
}

.detail__module__apptime .module_content .apply-time-box .label-box .label.l4 {
  background: #FEF9EA;
  color: #FCA925;
}

.detail__module__apptime .module_content .apply-time-box .label-box .content {
  flex: 1;
  font-size: 0.20rem;
  color: #68727d;
  line-height: 0.28rem;
}