* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: MiSans-Normal;
  src: url(../font/MiSans-Normal.ttf);
}

@font-face {
  font-family: MiSans-Regular;
  src: url(../font/MiSans-Regular.ttf);
}

@font-face {
  font-family: MiSans-Demibold;
  src: url(../font/MiSans-Demibold.ttf);
}

@font-face {
  font-family: MiSans-Light;
  src: url(../font/MiSans-Light.ttf);
}

@font-face {
  font-family: MiSans-Medium;
  src: url(../font/MiSans-Medium.ttf);
}

@font-face {
  font-family: ArchivoBlack-Regular;
  src: url(../font/ArchivoBlack-Regular.ttf);
}

@font-face {
  font-family: DOUYINSANSBOLD-GB-GBpc-EUC-H;
  src: url(../font/DouyinSansBold.otf);
}


html {
  scroll-behavior: smooth;
}

body{
    zoom: .95;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
button,
select {
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

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

/*多行溢出*/
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

/* hover-图片放大1.1 */
.scale-box {
  overflow: hidden;
}

.scale-box .scale-img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
  cursor: pointer;
  object-fit: cover;
}

.scale-box:hover .scale-img {
  transform: scale(1.1);
}


/* 常用盒子阴影 */
.shadow_box {
  box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

.main {
  width: 14.52rem;
  margin: 0 auto;
}

.page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prve,
.next {
  width: 0.47rem;
  height: 0.47rem;
  margin: 0 .16rem;
}

.prve:hover,
.next:hover{
    background: #1D2088;
    transition: all .3s;
}

.prve:hover img,
.next:hover img{
    filter: brightness(0) invert(1);
}

.pageList {
  display: flex;
  align-items: center;
}

.pageList a {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.32rem;
  color: #4D4D4D;
  margin: 0 .1rem;
}

.pageList a.active {
  color: #1D2088;
}

.an {
  position: relative;
  top: -1.1rem;
}

.comBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 3.32rem;
}

.comBoxTit {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.18rem;
  color: #000000;
  width: 100%;
  margin-bottom: .4rem;
}
.comBoxTitzw{
    text-align: center;
     font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.18rem;
  color: #000000;
  width: 100%;
}
.comBoxTitzwimg{
    width: 7rem;
    object-fit: cover;
    margin: 0.6rem auto 0;
}
.comL {
  width: 2.45rem;
}

.comLItem {
  width: 100%;
  margin-bottom: .37rem;
}

.comLItemTit {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.21rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: .24rem;
}

.comLItemTit img {
  width: .2rem;
  height: .2rem;
  flex-shrink: 0;
}

.comLSelect {
  /* display: flex; */
  /* flex-direction: column; */
  /*display: none;*/
}

.comLSelectItem label {
  display: flex;
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.19rem;
  color: #898989;
  cursor: pointer;
  margin-bottom: .23rem;
}

.comLSelectItem label::before {
  content: '';
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #C9CACA;
  flex-shrink: 0;
  margin-right: .13rem;
}

.comLSelectItem label.active::before {
    content: '√';
    text-align: center;
    background: #172A88;
        color: #fff;
    font-size: .18rem;
        font-weight: bolder;
  /*background: #172A88;*/
  /*border: 0.01rem solid transparent;*/
   width: 0.22rem;
  height: 0.22rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #C9CACA;
  flex-shrink: 0;
  margin-right: .13rem;
}

.comLSelectItem label input {
  display: none;
}

.comR{
  width: 13.36rem;
}


@media only screen and (max-width: 768px) {
   .main{
        width: auto!important;
    }
    .comR{
        width: 100%!important;
        padding-bottom: 0.2rem;
    }
    .comL {
    width: 100%!important;
    }
}