@charset "UTF-8";
/* CSS Document */
.dlx {
  display: none;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
}

.dlx .tt {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ydl {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
  display: flex;
  align-items: center;
}

.index {
  padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
}

.index header {
  width: 100%;
  height: 0.92rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.32rem;
}

.index header .left img {
  width: 1.53rem;
  height: 0.6rem;
}

.index header .right {
  display: flex;
  align-items: center;
}

.index header .right .shu {
  width: 3.42rem;
  height: 0.6rem;
  background: #f8f8fa;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-right: 0.42rem;
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index header .right .shu input {
  display: block;
  width: 2.58rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333;
}

.index header .right .shu input::placeholder {
  display: block;
  width: 2.58rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
}

.index header .right .shu img {
  width: 0.32rem;
  height: 0.32rem;
}

.index header .right .d_box {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
  align-items: center;
  display: none;
}

.index header .right .d_box .dl a {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
}

.index header .right .d_box .zc a {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
}

.index .banner .swiper {
  position: relative;
  width: 100%;
  height: 3.16rem;
  overflow: hidden;
}

.index .banner .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .banner .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 0.04rem;
}

.index .banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index .banner .swiper-pagination-custom,
.index .banner .swiper-pagination-fraction {
  bottom: -0.1rem;
}

.index .banner .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 1.9rem 1.9rem 1.9rem 1.9rem;
}

.index .banner .swiper-pagination-bullet-active {
  width: 0.22rem;
  height: 0.08rem;
  background: #ffffff;
  border-radius: 1.9rem 1.9rem 1.9rem 1.9rem;
}

.index .neir {
  background-color: white;
  z-index: 100;
  /* 确保在内容之上 */
  padding-bottom: 5px;
}

.index .neir .sticky {
  width: 100%;
  position: relative;
  z-index: 110;
}

.index .neir .nav {
  position: relative;
  z-index: 110;
  height: 0.76rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f5f9;
}

.index .neir .nav .n1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  height: 0.76rem;
  width: 33.3%;
  text-align: center;
}

.index .neir .nav .n1 a {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.76rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .neir .nav .n1 a img {
  width: 15px;
  height: 15px;
}

.index .neir .nav .active {
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0rem 0rem rgba(0, 0, 0, 0.03);
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.index .neir .nav .active a {
  font-weight: 700;
  font-size: 0.3rem;
  color: #4268ff;
}

.index .neir .xuan_box1 {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0.09rem 0.1rem 0.2rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块 */
  /* 滚动条轨道 */
}

.index .neir .xuan_box1 ::-webkit-scrollbar {
  width: 0.04rem;
  /* 滚动条的宽度 */
}

.index .neir .xuan_box1 ::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  /* 滑块颜色 */
  border-radius: 0.1rem;
  /* 滑块圆角 */
}

.index .neir .xuan_box1 ::-webkit-scrollbar-track {
  background: none;
  /* 轨道颜色 */
}

.index .neir .xuan_box1 .main .title {
  display: flex;
  align-items: center;
}

.index .neir .xuan_box1 .main .title p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 0.35rem;
  color: #333333;
}

.index .neir .xuan_box1 .main .title span {
  display: block;
  margin-left: 0.04rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #999999;
}

.index .neir .xuan_box1 .main .xsx .xuan {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 {
  margin-top: 0.2rem;
  position: relative;
  width: 2.2rem;
  margin-left: 0.2rem;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .xz {
  position: relative;
  width: 2.2rem;
  height: 0.6rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #d8d8d8;
  display: flex;
  align-items: center;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .xz p {
  margin-left: 0.08rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #999999;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx1 {
  z-index: 99;
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx1 ul li {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.25rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0rem 0rem 0rem 0rem;
  cursor: pointer;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx1 ul li:hover {
  background: #f3f5ff;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx2 {
  z-index: 99;
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx2 ul li {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.25rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0rem 0rem 0rem 0rem;
  cursor: pointer;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx2 ul li:hover {
  background: #f3f5ff;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx3 {
  z-index: 99;
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx3 ul li {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.25rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0rem 0rem 0rem 0rem;
  cursor: pointer;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx3 ul li:hover {
  background: #f3f5ff;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx4 {
  z-index: 99;
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx4 ul li {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.25rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0rem 0rem 0rem 0rem;
  cursor: pointer;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx4 ul li:hover {
  background: #f3f5ff;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx5 {
  z-index: 99;
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx5 ul li {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.25rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0rem 0rem 0rem 0rem;
  cursor: pointer;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx5 ul li:hover {
  background: #f3f5ff;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx6 {
  z-index: 99;
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx6 ul li {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.25rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0rem 0rem 0rem 0rem;
  cursor: pointer;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx6 ul li:hover {
  background: #f3f5ff;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx7 {
  z-index: 99;
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx7 ul li {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.25rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0rem 0rem 0rem 0rem;
  cursor: pointer;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .ppx7 ul li:hover {
  background: #f3f5ff;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .xz::after {
  z-index: 90;
  content: "";
  position: absolute;
  right: 0.08rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/xxx.png);
  width: 0.3rem;
  height: 0.3rem;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.index .neir .xuan_box1 .main .xsx .xuan .kk1 .xz.open::after {
  z-index: 90;
  content: "";
  position: absolute;
  right: 0.08rem;
  top: 20%;
  transform: translateY(-50%);
  background: url(../image/xxx.png);
  width: 0.3rem;
  height: 0.3rem;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.index .neir .xuan_box1 .main .xia .m_l .m_o1 {
  margin-top: 0.2rem;
}

.index .neir .xuan_box1 .main .xia .m_l .m_o1 .tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #333333;
}

.index .neir .xuan_box1 .main .xia .m_l .m_o1 .nav12 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index .neir .xuan_box1 .main .xia .m_l .m_o1 .nav12 .nv {
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  padding: 0.1rem 0.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  background: #f7f7f7;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  cursor: pointer;
}

.index .neir .xuan_box1 .main .xia .m_l .m_o1 .nav12 .active {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #4268ff;
  background: #eef1ff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.index .neir .xuan_box1 .main .xia .m_l .m_o2 {
  margin-top: 0.2rem;
}

.index .neir .xuan_box1 .main .xia .m_l .m_o2 .tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #333333;
}

.index .neir .xuan_box1 .main .xia .m_l .m_o2 .nav12 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index .neir .xuan_box1 .main .xia .m_l .m_o2 .nav12 .nv {
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  padding: 0.1rem 0.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  background: #f7f7f7;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  cursor: pointer;
}

.index .neir .xuan_box1 .main .xia .m_l .m_o2 .nav12 .active {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #4268ff;
  background: #eef1ff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.index .neir .xuan_box1 .main .an {
  margin-top: 0.3rem;
  width: 100%;
  height: 0.6rem;
  background: #4268ff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.index .neir .xuan_box1 .main .an a {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
}

.index .neir .xuan_box1 .main .an a img {
  margin-left: 0.12rem;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
}

.index .neir .xuan_box1 .main .m_r {
  margin-top: 0.3rem;
  width: 100%;
  height: 0.6rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .neir .xuan_box1 .main .m_r input {
  padding-left: 0.08rem;
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #333;
}

.index .neir .xuan_box1 .main .m_r input::placeholder {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #999999;
}

.index .neir .xuan_box1 .main .m_r .anniu {
  width: 2rem;
  height: 0.6rem;
  background: #4268ff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.index .neir .xuan_box1 .main .m_r .anniu a {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
}

.index .neir .xuan_box1 .main .m_r .anniu a img {
  display: block;
  margin-left: 0.12rem;
  width: 0.3rem;
  height: 0.3rem;
}

.index .neir .box .box_list .list {
  margin-top: 0.02rem;
  width: 100%;
  height: 100%;
  padding-bottom: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0rem 0rem rgba(0, 0, 0, 0.03);
}

.index .neir .box .box_list .list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.24rem 0.32rem 0;
}

.index .neir .box .box_list .list a .title {
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 显示省略号来表示溢出的文本 */
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 0.3rem;
  color: #333333;
}

.index .neir .box .box_list .list a .biao {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index .neir .box .box_list .list a .biao .bq {
  margin-top: 0.1rem;
  padding: 0.08rem 0.28rem;
  border: 0.02rem solid #fff0d6;
  background-color: #fff4e8;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ff8200;
  border-radius: 0.04rem;
  margin-right: 0.24rem;
}

.index .neir .box .box_list .list a .biao .b1 {
  margin-top: 0.1rem;
  padding: 0.08rem 0.28rem;
  border: 0.02rem solid #fff0d6;
  background-color: #fff4e8;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ff8200;
  border-radius: 0.04rem;
  margin-right: 0.24rem;
}

.index .neir .box .box_list .list a .biao .b2 {
  margin-top: 0.1rem;
  margin-right: 0.24rem;
  padding: 0.08rem 0.28rem;
  border: 0.02rem solid #d4ddff;
  background-color: #f5f7ff;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #4268ff;
  border-radius: 0.04rem;
}

.index .neir .box .box_list .list a .xia {
  display: flex;
  justify-content: space-between;
  margin-top: 0.1rem;
}

.index .neir .box .box_list .list a .xia .x_l .time {
  margin-top: 0.16rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  display: flex;
  align-items: center;
}

.index .neir .box .box_list .list a .xia .x_l .time .sj {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}

.index .neir .box .box_list .list a .xia .x_r {
  margin-top: 0.1rem;
  background-image: url(../image/anniu.png);
  width: 1.72rem;
  height: 0.92rem;
  background-size: 100% 100%;
  padding-top: 0.1rem;
}

.index .neir .box .box_list .list a .xia .x_r p {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}

.index .neir .box .box_list .list a .xia .x_r span {
  text-align: center;
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 0.28rem;
  color: #ffffff;
}

.index .neir .box .box_list .list a .xia .x_r1 {
  margin-top: 0.1rem;
  background-image: url(../image/index_boxlist_an2.png);
  width: 1.72rem;
  height: 0.92rem;
  background-size: 100% 100%;
  padding-top: 0rem;
  font-size: 0.24rem;
  color: #999999;
  text-align: center;
  line-height: 0.92rem;
}

.index .footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0rem -0.02rem 0rem 0rem rgba(0, 0, 0, 0.03);
  padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
}

.index .footer ul {
  height: 1.18rem;
  display: flex;
  align-items: center;
  padding-top: 0.08rem;
}

.index .footer ul li {
  width: 20%;
}

.index .footer ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.index .footer ul li a img {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 auto;
}

.index .footer ul li a img:nth-child(2) {
  display: none;
}

.index .footer ul li a p {
  margin-top: 0.02rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #999999;
  text-align: center;
}

.index .footer ul .active a img:nth-child(1) {
  display: none;
}

.index .footer ul .active a img:nth-child(2) {
  display: block;
}

.index .footer ul .active a p {
  color: #4268ff;
}

.content {
  padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
}

.content header {
  width: 100%;
  height: 0.92rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.32rem;
}

.content header .left img {
  width: 1.53rem;
  height: 0.6rem;
}

.content header .right {
  display: flex;
  align-items: center;
}

.content header .right .shu {
  width: 3.42rem;
  height: 0.6rem;
  background: #f8f8fa;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-right: 0.42rem;
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content header .right .shu input {
  display: block;
  width: 2.58rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333;
}

.content header .right .shu input::placeholder {
  display: block;
  width: 2.58rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
}

.content header .right .shu img {
  width: 0.32rem;
  height: 0.32rem;
}

.content header .right .d_box {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
  align-items: center;
  display: none;
}

.content header .right .d_box .dl a {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
}

.content header .right .d_box .zc a {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
}

.content .list img {
  width: 100%;
}

.content .box {
  margin-top: 0.24rem;
  width: 100%;
  background: #ffffff;
  padding: 0 0.32rem;
  overflow: hidden;
  position: relative;
}

.content .box .content11 .tit {
  height: 0.88rem;
  display: flex;
  align-items: center;
}

.content .box .content11 .tit img {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
}

.content .box .content11 .tit .zi {
  margin-left: 0.1rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333;
}

.content .box .content11 .tit .zi p {
  margin-left: 0.05rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333;
}

.content .box .content11 .tit .zi p span {
  color: #4268ff;
}

.content .box .content11 .content1 .title {
  text-align: center;
  margin-top: 0.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 0.32rem;
  color: #333333;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 显示省略号来表示溢出的文本 */
}

.content .box .content11 .content1 p {
  margin-top: 0.2rem;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
}

.content .box .content11 .content1 p img {
  width: 100%;
}

.content .box .fu {
  position: absolute;
  z-index: 99;
  bottom: 0;
  background-image: url(../image/bg.png);
  width: 100%;
  height: 1.28rem;
  background-size: 100% 100%;
  align-items: center;
  justify-content: center;
  display: none;
}

.content .box .fu .zi {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 0.28rem;
  color: #4268ff;
  margin-right: 0.16rem;
}

.content .box .fu img {
  width: 0.4rem;
  height: 0.4rem;
}

.content .footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0rem -0.02rem 0rem 0rem rgba(0, 0, 0, 0.03);
  padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
}

.content .footer ul {
  height: 1.18rem;
  display: flex;
  align-items: center;
  padding-top: 0.08rem;
}

.content .footer ul li {
  width: 20%;
}

.content .footer ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.content .footer ul li a img {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 auto;
}

.content .footer ul li a img:nth-child(2) {
  display: none;
}

.content .footer ul li a p {
  margin-top: 0.02rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #999999;
  text-align: center;
}

.content .footer ul .active a img:nth-child(1) {
  display: none;
}

.content .footer ul .active a img:nth-child(2) {
  display: block;
}

.content .footer ul .active a p {
  color: #4268ff;
}

.competition {
  padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
}

.competition header {
  width: 100%;
  height: 0.92rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.32rem;
}

.competition header .left img {
  width: 1.53rem;
  height: 0.6rem;
}

.competition header .right {
  display: flex;
  align-items: center;
}

.competition header .right .shu {
  width: 3.42rem;
  height: 0.6rem;
  background: #f8f8fa;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-right: 0.42rem;
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.competition header .right .shu input {
  display: block;
  width: 2.58rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333;
}

.competition header .right .shu input::placeholder {
  display: block;
  width: 2.58rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
}

.competition header .right .shu img {
  width: 0.32rem;
  height: 0.32rem;
}

.competition header .right .d_box {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
  align-items: center;
  display: none;
}

.competition header .right .d_box .dl a {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
}

.competition header .right .d_box .zc a {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #4268ff;
}

.competition .banner .swiper {
  position: relative;
  width: 100%;
  height: 3.16rem;
  overflow: hidden;
}

.competition .banner .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.competition .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.competition .banner .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 0.04rem;
}

.competition .banner .swiper-container-horizontal > .swiper-pagination-bullets,
.competition .banner .swiper-pagination-custom,
.competition .banner .swiper-pagination-fraction {
  bottom: -0.1rem;
}

.competition .banner .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 1.9rem 1.9rem 1.9rem 1.9rem;
}

.competition .banner .swiper-pagination-bullet-active {
  width: 0.22rem;
  height: 0.08rem;
  background: #ffffff;
  border-radius: 1.9rem 1.9rem 1.9rem 1.9rem;
}

.competition .neir {
  padding-bottom: 5px;
  background-color: white;
  z-index: 100;
  /* 确保在内容之上 */
}

.competition .neir .sticky {
  width: 100%;
  position: relative;
  z-index: 110;
}

.competition .neir .nav {
  position: relative;
  z-index: 110;
  height: 0.76rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f5f9;
}

.competition .neir .nav .n1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  height: 0.76rem;
  width: 33.3%;
  text-align: center;
}

.competition .neir .nav .n1 a {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.76rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.competition .neir .nav .n1 a img {
  width: 15px;
  height: 15px;
}

.competition .neir .nav .active {
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0rem 0rem rgba(0, 0, 0, 0.03);
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.competition .neir .nav .active a {
  font-weight: 700;
  font-size: 0.3rem;
  color: #4268ff;
}

.competition .neir .xuan_box3 {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0.09rem 0.1rem 0.2rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块 */
  /* 滚动条轨道 */
}

.competition .neir .xuan_box3 ::-webkit-scrollbar {
  width: 0.04rem;
  /* 滚动条的宽度 */
}

.competition .neir .xuan_box3 ::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  /* 滑块颜色 */
  border-radius: 0.1rem;
  /* 滑块圆角 */
}

.competition .neir .xuan_box3 ::-webkit-scrollbar-track {
  background: none;
  /* 轨道颜色 */
}

.competition .neir .xuan_box3 .main .title {
  display: flex;
  align-items: center;
}

.competition .neir .xuan_box3 .main .title p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 0.35rem;
  color: #333333;
}

.competition .neir .xuan_box3 .main .title span {
  display: block;
  margin-left: 0.04rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #999999;
}

.competition .neir .xuan_box3 .main .xsx .xuan {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 {
  margin-top: 0.2rem;
  position: relative;
  width: 3.2rem;
  margin-left: 0.2rem;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .xz {
  position: relative;
  width: 3.2rem;
  height: 0.6rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #d8d8d8;
  display: flex;
  align-items: center;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .xz p {
  margin-left: 0.08rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #999999;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .ppx1 {
  z-index: 99;
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .ppx1 ul li {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.25rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0rem 0rem 0rem 0rem;
  cursor: pointer;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .ppx1 ul li:hover {
  background: #f3f5ff;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .ppx2 {
  z-index: 99;
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .ppx2 ul li {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.25rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0rem 0rem 0rem 0rem;
  cursor: pointer;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .ppx2 ul li:hover {
  background: #f3f5ff;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .xz::after {
  z-index: 90;
  content: "";
  position: absolute;
  right: 0.08rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/xxx.png);
  width: 0.3rem;
  height: 0.3rem;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.competition .neir .xuan_box3 .main .xsx .xuan .kk1 .xz.open::after {
  z-index: 90;
  content: "";
  position: absolute;
  right: 0.08rem;
  top: 20%;
  transform: translateY(-50%);
  background: url(../image/xxx.png);
  width: 0.3rem;
  height: 0.3rem;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o1 {
  margin-top: 0.2rem;
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o1 .tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #333333;
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o1 .nav12 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o1 .nav12 .nv {
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  padding: 0.1rem 0.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  background: #f7f7f7;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  cursor: pointer;
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o1 .nav12 .active {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #4268ff;
  background: #eef1ff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o2 {
  margin-top: 0.2rem;
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o2 .tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #333333;
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o2 .nav12 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o2 .nav12 .nv {
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  padding: 0.1rem 0.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  background: #f7f7f7;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  cursor: pointer;
}

.competition .neir .xuan_box3 .main .xia .m_l .m_o2 .nav12 .active {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #4268ff;
  background: #eef1ff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.competition .neir .xuan_box3 .main .an {
  margin-top: 0.3rem;
  width: 100%;
  height: 0.6rem;
  background: #4268ff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.competition .neir .xuan_box3 .main .an a {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
}

.competition .neir .xuan_box3 .main .an a img {
  margin-left: 0.12rem;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
}

.competition .neir .xuan_box3 .main .m_r {
  margin-top: 0.3rem;
  width: 100%;
  height: 0.6rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.competition .neir .xuan_box3 .main .m_r input {
  padding-left: 0.08rem;
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #333;
}

.competition .neir .xuan_box3 .main .m_r input::placeholder {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #999999;
}

.competition .neir .xuan_box3 .main .m_r .anniu {
  width: 2rem;
  height: 0.6rem;
  background: #4268ff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.competition .neir .xuan_box3 .main .m_r .anniu a {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
}

.competition .neir .xuan_box3 .main .m_r .anniu a img {
  display: block;
  margin-left: 0.12rem;
  width: 0.3rem;
  height: 0.3rem;
}

.competition .neir .box .box_list .list {
  padding-bottom: 0.2rem;
  margin-top: 0.02rem;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0rem 0rem rgba(0, 0, 0, 0.03);
}

.competition .neir .box .box_list .list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.24rem 0.32rem 0;
}

.competition .neir .box .box_list .list a .title {
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 显示省略号来表示溢出的文本 */
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 0.3rem;
  color: #333333;
}

.competition .neir .box .box_list .list a .biao {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.competition .neir .box .box_list .list a .biao .bq {
  margin-top: 0.1rem;
  padding: 0.08rem 0.28rem;
  border: 0.02rem solid #fff0d6;
  background-color: #fff4e8;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ff8200;
  border-radius: 0.04rem;
  margin-right: 0.24rem;
}

.competition .neir .box .box_list .list a .biao .b1 {
  margin-top: 0.1rem;
  padding: 0.08rem 0.28rem;
  border: 0.02rem solid #fff0d6;
  background-color: #fff4e8;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ff8200;
  border-radius: 0.04rem;
  margin-right: 0.24rem;
}

.competition .neir .box .box_list .list a .biao .b2 {
  margin-top: 0.1rem;
  margin-right: 0.24rem;
  padding: 0.08rem 0.28rem;
  border: 0.02rem solid #d4ddff;
  background-color: #f5f7ff;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #4268ff;
  border-radius: 0.04rem;
}

.competition .neir .box .box_list .list a .xia {
  display: flex;
  justify-content: space-between;
  margin-top: 0.1rem;
}

.competition .neir .box .box_list .list a .xia .x_l .time {
  margin-top: 0.16rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  display: flex;
  align-items: center;
}

.competition .neir .box .box_list .list a .xia .x_l .time .sj {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}

.competition .neir .box .box_list .list a .xia .x_r {
  margin-top: 0.1rem;
  background-image: url(../image/anniu.png);
  width: 1.72rem;
  height: 0.92rem;
  background-size: 100% 100%;
  padding-top: 0.1rem;
}

.competition .neir .box .box_list .list a .xia .x_r p {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}

.competition .neir .box .box_list .list a .xia .x_r span {
  text-align: center;
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 0.28rem;
  color: #ffffff;
}

.competition .neir .box .box_list .list a .xia .x_r1 {
  margin-top: 0.1rem;
  background-image: url(../image/index_boxlist_an2.png);
  width: 1.72rem;
  height: 0.92rem;
  background-size: 100% 100%;
  padding-top: 0rem;
  font-size: 0.24rem;
  color: #999999;
  text-align: center;
  line-height: 0.92rem;
}

.competition .footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0rem -0.02rem 0rem 0rem rgba(0, 0, 0, 0.03);
  padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
}

.competition .footer ul {
  height: 1.18rem;
  display: flex;
  align-items: center;
  padding-top: 0.08rem;
}

.competition .footer ul li {
  width: 20%;
}

.competition .footer ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.competition .footer ul li a img {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 auto;
}

.competition .footer ul li a img:nth-child(2) {
  display: none;
}

.competition .footer ul li a p {
  margin-top: 0.02rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #999999;
  text-align: center;
}

.competition .footer ul .active a img:nth-child(1) {
  display: none;
}

.competition .footer ul .active a img:nth-child(2) {
  display: block;
}

.competition .footer ul .active a p {
  color: #4268ff;
}

.no_data {
  height: 55vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no_data img {
  width: 240px;
}

.no_data p {
  font-size: 16px;
  margin-top: 20px;
  color: #666;
}

.no_more {
  text-align: center;
  font-size: 15px;
  margin: 10px 0;
  color: #666;
}

.custom-gd-v-login-container {
  width: 7.5rem !important;
}

.custom-gd-v-login-container .custom-gd-login-content {
  width: 7.5rem;
}

.login-cover.gd-custom-login-cover.innerContainer {
  min-width: 7.5rem !important;
}

.custom-gd-v-login-container .custom-gd-login-content {
  width: 7.5rem !important;
}

.custom-gd-v-login-container .custom-gd-login-bg {
  display: none;
}

.CloseModal {
  z-index: 10000;
  position: absolute;
  left: 10px;
  top: 10px;
  background-image: url(../image/x.png);
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
