* {
  margin: 0;
  padding: 0;
}

body {
  padding: 2rem 0;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 0.7rem;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #ffe3c6 url(../img/banner.png) no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 3.23rem 0.43rem 2rem;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

/* 滚动槽 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  cursor: pointer;
  text-align: center;
}
.tc {
  text-align: center;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.po-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}

#main .daily {
  background: url(../img/daily.png) no-repeat;
  background-size: 100%;
  height: 5.48rem;
  background-color: #ba2722;
  box-shadow: 0rem 0rem 1.08rem 0rem rgba(168, 24, 16, 0.3);
  border-radius: 0.43rem 0.43rem 0rem 0rem;
  padding: 0.6rem 0.65rem;
  overflow: hidden;
}
#main .daily .d-left {
  margin-bottom: 0.63rem;
}
#main .daily h2 {
  width: 2.75rem;
  height: 0.57rem;
}
#main .daily h2 img {
  width: 100%;
}
#main .daily .d-left p {
  font-size: 0.5rem;
  color: #ffe7cd;
  line-height: 0.5rem;
}
#main .daily li {
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 0.63rem;
  padding: 0.2rem 0.3rem 0.2rem 0.25rem;
  height: 1.28rem;
  margin-right: 0.5rem;
}
#main .daily li .type {
  font-family: "AlibabaPuHuiTiBold";
  width: 1.65rem;
  height: 0.88rem;
  background-color: #ad1911;
  border-radius: 0.42rem;
  font-size: 0.47rem;
  font-style: italic;
  line-height: 0.88rem;
  color: #ffffff;
  text-align: center;
  margin-right: 0.2rem;
}
#main .daily li p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.51rem;
  line-height: 0.51rem;
  color: #4d4d4d;
  align-items: last baseline;
  position: relative;
  top: -0.04rem;
}
#main .daily li p .num {
  font-size: 0.8rem;
  color: #a91710;
}
#main .daily li p i {
  color: #a91710;
}
#main .daily li .t {
  font-family: "AlibabaPuHuiTiRegular";
  color: #666666;
  font-size: 0.45rem;
  line-height: 1.28rem;
  margin-left: 0.45rem;
  top: 0;
}
#main .daily ul:nth-child(2) {
  margin-top: 0.5rem;
}
#main .offerbox {
  padding: 0 0.33rem 0.33rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 1.08rem 0rem rgba(168, 24, 16, 0.3);
  border-radius: 0rem 0rem 0.43rem 0.43rem;
}
#main .offerbox .otop {
  height: 1.88rem;
}
#main .offerbox .otop h3 {
  width: 3.4rem;
  height: 0.55rem;
}
#main .offerbox .otop .btn {
  width: 3.03rem;
  height: 1.05rem;
  background-image: linear-gradient(0deg, #ffcc8a 0%, #ffe2bd 100%);
  border-radius: 0.5rem;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.51rem;
  color: #794300;
}
#main .offerbox ul {
  flex-wrap: wrap;
}
#main .offerbox li {
  width: 48%;
  margin-top: 0.5rem;
  position: relative;
}
#main .offerbox li .blow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
}
.offer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(5px);
  padding-top: 28%;
}

.offer-modal .modal-content {
  position: relative;
  max-width: 90%;
  height: 75%;
}

.offer-modal .modal-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.offer-modal .modal-close {
  position: absolute;
  background: #a60b07;
  border: 1px solid white;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2rem;
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://m.igo.cn/zt/gaokao_product/font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://m.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://m.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://m.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Medium.ttf);
}
