body {
  /* background-size: cover; */
  min-width: 320px;
}

img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

/*img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}*/

.swiper {
  width: 100%;
  height: 100%;
}

.top_adv{
  width: 100%;
  height: 9.4rem;
 /* background: #DF1FB9;*/
  position: relative;
  overflow: hidden;
}
.t_height{
  width: 100%;
  height: 9.6rem;
}
.t_adv{
  position:fixed;
  bottom:0;
}
.top_adv.closed{
  height: 0;
  
}
.top_adv .closed{
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 9;
  background: url(../images/closed.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.iconMenu{
  padding: 1rem 0.5rem 0rem 0.5rem;
  border-bottom: rgba(40, 40, 40, 0.1) solid 1px;
  /* border-bottom: rgba(40, 40, 40, 0.1) solid 1px; */
}
.iconMenu .item{
  width: 16.6%;
  /* margin-bottom:1.41rem ; */
  text-align: center;
}
.iconMenu .item .icon{
  width:3.5rem;
  height: 4.928rem;
  border-radius: 5px;
  margin: 0 auto;
}
.iconMenu .item:nth-child(2n+1) .icon{
  width: 3.5rem;
}
.iconMenu .item .name{
  font-size: 1.2rem;
  margin-top:0.8rem;
  width: 100%;
  line-height: 1;
  overflow: hidden;
  height: 1.3rem;
  margin-bottom: 1.2rem;
}
.iconMenu .item:nth-child(3n+1) .name{
  color: rgba(255, 0, 0, 1);
}
.iconMenu .item:nth-child(3n-1) .name{
  color: #640CF5;
}
.iconMenu .item:nth-child(3n-3) .name{
  color: #338EF7;
}

.tagNav{
    width: 100%;
    padding: 0.5rem;
}
.tagNav .item{
  width: 20%;

  text-align: center;
  font-size: 1rem;
  color: #fff;
  padding: 0.5rem 0.5rem;

  font-weight: bold;
}
.tagNav .item a{
  color: #fff;
  display: block;
  background: #FC9615;
  border-radius: 4px;
  height: 2.46rem;
  line-height: 2.46rem;
  font-size: 1.2rem;
}

.itemgroup{
  width: 100%;
  padding-top: 16px;
}
.itemgroup .title{
  font-size: 1.2rem;
  padding: 0 1rem;
  
}
.itemgroup .title .name{
  font-size: 1.6rem;
  position: relative;
  line-height: 1;
  /* margin-right:1rem; */
  padding-left: 0.8rem;
  font-family: 'PINGFANG-BOLD';
  
}
.itemgroup .title .name::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 1.6rem;
  background: #338EF7;
  z-index: 1;
}
.itemgroup .title .tabar{
  font-size: 1.2rem;
  margin-left: 10px;
}
.itemgroup .title .tabar a{
  font-weight: 500;
  font-size: 1.2rem;
  color: #282828;
  line-height: 1.8rem;;
  padding: 2px 4px;
  /* margin: 0 0.5rem; */
}
.itemgroup .title .tabar a.active{
  background: #338EF7;
  border-radius: 4px;
  color: #fff;
  /*font-size: 1rem;*/
}
.itemgroup .itembox{
  width: 100%;
  align-items:flex-start;
  margin-top: 16px;
}
.itemgroup .itembox .item{
  width: 50%;
  padding: 0 1.1rem;
  /* margin: 0.5rem 0; */
}
.itemgroup .itembox .item.more{
  
}
.itemgroup .itembox .item.more .morebox{
  background: rgba(211, 231, 255, 0.4);
  border-radius: 8px;
  text-align: center;
  height: 10.54rem;
  align-items: center;

font-weight: bold;
font-size: 1.2rem;
color: #338EF7;
line-height: 2rem;
}
.itemgroup .itembox .item.more .morebox img{
  height: 0.7rem;
}
.itemgroup .itembox .item .img{
  position: relative;
  height: 10.54rem;
  background: #9B2DFE;
  border-radius: 8px;
  overflow: hidden;
}
.itemgroup .itembox .item .img img{
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.itemgroup .itembox .item .img .pos{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  color: #ffffff;
  padding: 1rem 1rem 0.2rem 1rem;
  font-size: 1.4rem;
}
.itemgroup .itembox .item .img .pos .view{
  background: url(../images/icon-eye.png) no-repeat right center;
  background-size: 1.17rem 0.93rem;
  padding-right: 1.3rem;
  font-size: 1.3rem;
  font-family: PingFang SC;
}
.itemgroup .itembox .item .img .pos .duration{
  font-size: 1.3rem;
  font-family: PingFang SC;
}
.itemgroup .itembox .item .titles{
  line-height: 1.875rem;
  margin-top: 9px;
  margin-bottom: 13px;
  font-size: 1.4rem;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.itemgroup .itembox .item .titles .advs{
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  background: linear-gradient(0deg, #F48800, #FFBE6B);
  border-radius: 4px;
  height: 1.6rem;
  line-height: 1.6rem;
 /* line-height: 1.3rem;*/
  padding: 0px 3px;
  float: left;
  margin-top: 1px;
  /* margin-top: 2px; */
  margin-right: 5px;
}
.ml-f{
  margin-left:6px;
}
.empty-data{
  margin-top:10.6rem;
  text-align:center;
  font-size:1.2rem;
  color: #000000;
}
.empty-data img{
  width:11rem
}
.empty-data div{
  margin-top:1.8rem
}
.tagNavs .item{
  width: 14.28%!important;
}
.it-0 a{
  background: #338EF7!important;
}
.it-1 a{
  background: #8133F7!important;
}
.it-2 a{
  background: #E233F7!important;
}
.it-3 a{
  background: #F7338F!important;
}
.it-4 a{
  background: #1827E4!important;
}
.it-5 a{
  background: #FF7E15!important;
}
.it-6 a{
  background: #1F9D57!important;
}
.txt-email{
  color:#FC9615;
  padding-left:0.2rem;
}
.copy-bnt{
  color:#338EF7;
  padding-left:0.4rem;
}
.vbox{
   background: #fff9f2;
   padding:1rem;
  font-family: PingFang SC;
}
.vd{
  width:100%;
  min-height:200px;
  margin-top: 10px;
}
.bTagNav{
  padding: 0.5rem;
}
.bTagNav .item{
   width:33.33%;
  padding: 0.5rem 0.5rem;
}
.bTagNav .item a{
  background:#E7F2FF;
  color: #7896B8;
  font-size: 1.6rem;
  font-family: PingFang SC;
  display:block;
  text-align:center;
  padding:.8rem 0;
  border-radius: 0.4rem;
}
.bact{
  background: #338EF7!important;
  color:#fff!important;
}
.mcontent{
  padding:0.5rem 1rem;
}
.cbox-o{
  width:100%;
  height:12rem;
  background: #DC405F;
  margin-bottom:1rem;
  border-radius:0.4rem;
}
.bg-f4{
  background: #F44D45;
}
.label-txt{
   position: absolute;
   color: #fff;
  background: #000000;
  padding:.5rem 2rem;
  bottom:0.8rem;
  right: 0.8rem;
  border-radius:2rem;
  opacity: 0.45;
}
.search-box{
  padding:1rem;
  overflow: hidden;
}
.inp-box{
  width:72%;
  background: #F2F2F2;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
}
.inp-box .form-control{
  padding: 0.3rem;
   background: none;
   border: none;
  font-family: PingFang SC;
  font-weight: 500;
  color: #A0A0A0;
}
.sbnt-box{
  width:28%;
  text-align: right;
}
.sbnt-box .btn{
   background: none;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.8rem 1rem;
  border: none;
  border-radius: 0.4rem;
  color: #969696;
}
.s-bnt{
  background: #338EF7!important;
  color: #fff!important;
}
.windows .boxInfo .btn-box{
  margin-top: 20px;
}
.windows .boxInfo .btn-box a{
  border-radius:  10rem;
}
.btn-primary{
  background: #338EF7;
  border-radius:  10rem;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.3rem;
  border: 0;
  padding:1rem 4rem;
  color: #FFFFFF;
}
.btn-primary:hover{
  color: #FFFFFF;
  background: #FC9615;
}
.btn-warning{
  background: #FC9615;
  font-family: PingFang SC;
  font-weight: 500;
  border-radius:  10rem;
  color: #FFFFFF;
  border: 0;
  padding:0.5rem 2rem;
  font-size:  1.3rem;
  position: absolute;
  right: 1rem;
  top:0.8rem;
}
.btn-default{
  background: #EEEEEE;
  border-radius:  10rem;
  font-family: PingFang SC;
  /*font-weight: bold;*/
  font-size: 1.3rem;
  border: 0;
  padding:1rem 4rem;
  color: #000000;
}

.tlogo{
  width: 9.4rem;
  text-align: center;
  margin: 0 auto;
}
.tlogo img{
  width: 100%;
}
.tinfo{
  text-align: center;
  color: #338EF7;
  font-size: 1.4rem;
  margin: 14px 0 16px 0;
}
.changbox{
  padding: 15px 0 5px 0;
}
.changbox li{
  background: #FFECD4;
  color: #F77807;
  font-size: 1.1rem;
border-radius: 4px;
width: 23%;
text-align: center;
line-height: 2.2;
margin-bottom: 10px;
}
.changbox li.curr{
  background: #FC9615;
  color: #ffffff;
}
.tnav .active a{
  background: #338EF7!important;
}
.tboxo{
  margin-top:10px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.4rem;
  color: #338EF7;

  background: #EDF5FF;
  padding:0.5rem 1rem;
}
.tboxt{
  height:4rem;
  background: #FC9615;
}
.tagNavs{
  background: #EDF5FF;
}
.nav-wrap{
  background-color: white;
  width: 100%;
  z-index: 100 !important;
}
.z-50{
  z-index: 50;
}
.fixed{
  position: fixed;
}
.duration-300 {
  transition-duration: 300ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid {
  display: grid;
}

#pxoxuxp {
  color: white;
  background-color: #343a40aa;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
}
    
.pxoxuxp {
  position: relative;
  width: 65%;
  height: 50%;
  /* margin: 0 auto; */
  border-radius: 0.5rem;
}
.loading{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pxoxuxp img {
  /* height: 100%;
  width: 100%; */
  object-fit: contain;
  border-radius: 0.5rem;
}

.pxoxuxp .text {
  background: #fff;
  color: #000;
  border-radius: 0.5rem;
  padding: 1rem;
  height: 100%;
  overflow-y: scroll;
}

.pxoxuxp .info {
  min-width: 4rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #343a40aa;
  padding: 0.5rem 0.5rem;
  /*border-radius: 2rem;*/
  border-bottom-left-radius: 0.5rem;
  position: absolute;
  z-index: 99;
}
.carousel-indicators{
  margin-bottom: 0.5rem;
}
.carousel-indicators li{
  opacity:1;
  width: 15px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active{
  width: 25px;
  background-color: #fed952;
  border-color: #fed952;
}