@font-face {
  font-family: 'Koulen-Regular';
  src: url('../ttf/koulen-regular.ttf') format('truetype');
}
.fix {
  position: absolute;
  top: 12.28rem;
  left: 50%;
  width: .01rem;
  height: 31.48rem;
  background: #D1D1D1;
  z-index: 10;
}

.fixRound {
  position: absolute;
  width: 0.13rem;
  height: 0.13rem;
  background: #00ADE8;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 50%;
}

.fixOne {
  position: absolute;
  width: .01rem;
  height: 0;
  background: #00ADE8;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all .2s;
}

.free1 {
  width: 100%;
  height: 9.8rem;
  background-image: url(../png/free1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 1rem;
}

.free1 .bread2 a {
  color: #fff;
}

.free1Box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.free1Title {
  margin-top: 1.52rem;
  margin-bottom: 0.47rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.5rem;
    color: #FFFFFF;
    line-height: 0.72rem;
    text-align: center;
}

.free1Title22{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #00ADE8;
    line-height: 0.42rem;
    text-align: center;
    margin-bottom: 0.4rem;
}

.free1Text {
  font-weight: 400;
  font-size: 0.28rem;
  color: #FFFFFF;
  font-size: 0.28rem;
  margin-bottom: .95rem;
}

.free1Icon {
  display: flex;
  margin-bottom: .85rem;
}


.iconItem {
  width: 1.52rem;
  margin-right: 1.23rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 0.3rem;
  color: #FFFFFF;
}

.iconItem:last-child {
  margin-right: 0;
}

.iconItem img {
  width: 1.52rem;
  height: 1.52rem;
  margin-bottom: .15rem;
}

.free1Btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 0.02rem dotted #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}

.free1Btn div{
    width: 1.8rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  box-sizing: border-box;
  background: linear-gradient(140deg, #0085CC 0%, #00ADE8 100%);
  background-clip: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  will-change: transform;
  animation: myAnimation 2s infinite;
}

@keyframes myAnimation {
 
  0% { 
    transform: scale(1);
  }

  50%{
    transform: scaleX(1.1) scaleY(1.4);
    
  }
 
  100% { 
    transform: scale(1);
  }
}
 


.down {
  width: .33rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: .44rem;
  left: 50%;
  transform: translateX(-50%);
}

.down img:nth-child(1) {
  opacity: .1;
  animation: down1 3s linear infinite;
}

.down img:nth-child(2) {
  opacity: .5;
  animation: down2 3s linear infinite;
}

.down img:nth-child(3) {
  opacity: 1;
  animation: down3 3s linear infinite;
}

@keyframes down1 {
  0% {
    opacity: .1;
  }

  50% {
    opacity: .5;
  }

  0% {
    opacity: 1;
  }
}

@keyframes down2 {
  0% {
    opacity: .5;
  }

  50% {
    opacity: 1;
  }

  0% {
    opacity: .1;
  }
}

@keyframes down3 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  0% {
    opacity: .5;
  }
}

.free2 {
  width: 100%;
  height: 10.66rem;
  background-image: url(../png/free2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.free2 .main {
  padding-top: 0.5rem;
}

.free2t1 {
      margin-bottom: 0.07rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.72rem;
    text-align: center;
}

.free2t2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #00ADE8;
    line-height: 0.42rem;
    text-align: center;

}

.free2t3 {
    position: relative;
  font-weight: 300;
  font-size: 1.3rem;
  color: #00ADE8;
  margin-bottom: .45rem;
}

.free2t3 strong {
    font-family: Koulen-Regular;
  margin-left: .7rem;
}

.free2t3 div{
    position: absolute;
    left: 0;
    top: 1.8rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.34rem;
    margin-bottom: 1.1rem;
}

.free2t4 {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.34rem;
  margin-bottom: 1.1rem;
}

.numBox {
  display: flex;
}

.numItem {
  display: flex;
  flex-direction: column;
  margin-right: .75rem;
}

.numTop {
  display: flex;
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  line-height: 1;
}

.numBox .num {
  /*font-family: Koulen;*/
  font-family: Koulen-Regular !important;
  font-weight: 400;
  font-size: .9rem;
  color: #00ADE8;
}

.numBox .numU .numCX{
    font-family: Koulen-Regular !important;
  font-weight: 400;
  font-size: .9rem;
  color: #00ADE8;
}

.numBottom {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}

.free3 {
  width: 100%;
  height: 10.08rem;
  position: relative;
}

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

.free3pagination {
  display: flex;
  width: fit-content !important;
  flex-direction: column;
  right: 1.6rem;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 0.12rem;
  color: #707070;
}

.free3pagination .swiper-pagination-current {
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 0.4rem;
  color: #00ADE8;
}

.free3pagination .swiper-pagination-total {
  font-weight: 600;
  font-size: 0.16rem;
}

.free3Title {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-weight: 500;
  font-size: 0.5rem;
  color: #333333;
  text-align: center;
}

.free3Title .de1{
    margin-bottom: 0.07rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.72rem;
    text-align: center;
}

.free3Title .de2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #00ADE8;
    line-height: 0.42rem;
    text-align: center;
}

.free3Swiper2 {
  width: 4.5rem;
  height: 1.52rem;
  position: absolute !important;
  top: 4.25rem;
  left: 1rem;
  z-index: 10;
  overflow: visible !important;
}

.free3Swiper2 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.free3Tit {
  font-weight: 400;
  font-size: 0.2rem;
  color: #707070;
  transition: all .3s;
}

.free3Swiper2 .swiper-slide-active .free3Tit {
  font-weight: 400;
  font-size: 0.5rem;
  color: #00ADE8;
  margin-bottom: .25rem;
}

.free3Txt {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.35rem;
  text-align: right;
  display: none;
}

.free3Swiper2 .swiper-slide-active .free3Txt {
  display: block;
}

.free4 {
    position: relative;
  width: 100%;
  /*height: 9.6rem;*/
  height: 5.6rem;
  background-image: url(../png/free4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2.63rem;
  overflow: hidden;
}

.free4_title{
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.free4Swiper {
  /*width: calc(100% - 2.6rem);*/
  width: 14rem;
  /*height: 4.5rem;*/
  /*margin-left: 2.6rem !important;*/
  margin: 0 auto;
  overflow: visible;
}

.free4Swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  /*overflow: hidden;*/
}

.free4Title {
    margin-bottom: 0.07rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.72rem;
    text-align: center;
}

.free4TitleEn {
  font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #00ADE8;
    line-height: 0.42rem;
    text-align: center;
}

.free4Swiper .swiper-slide .swiper-button-next {
  position: static;
  margin: 0 !important;
  width: 0.6rem;
  height: 0.6rem;
  border: .02rem solid #00ADE8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.31rem !important;
}

.free4Swiper .swiper-slide .swiper-button-next img {
  width: .33rem !important;
  height: .2rem;
}
.free4_title .swiper-button-next::after {
  display: none;
}

.free4Swiper .swiper-slide .swiper-button-next::after {
  display: none;
}

.free4Tit {
  font-weight: 400;
  font-size: 0.36rem;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
    white-space: nowrap;
}

.free4prev,
.free4next {
  width: .5rem !important;
  height: .5rem !important;
  right: 2.35rem !important;
  left: auto !important;
  background: #00ADE8;
  border-radius: 50%;
}

.free4prev::after,
.free4next::after {
  font-size: .19rem !important;
  color: #FFFFFF;
}

.free5 {
  width: 100%;
  height: 12.13rem;
  background-image: url(../png/free5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.free5Title {
  /*font-weight: 500;*/
  /*font-size: 0.5rem;*/
  /*color: #333333;*/
  /*padding-bottom: .15rem;*/
  /*margin-bottom: .25rem;*/
  /*position: relative;*/
  /*text-align: center;*/
  /*padding-top: 1rem;*/
  padding-top: 0.8rem;
  margin-bottom: 0.07rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.72rem;
    text-align: center;
}

/*.free5Title::after {*/
/*  content: '';*/
/*  width: 1.6rem;*/
/*  height: .01rem;*/
/*  background: #CFCFCF;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/

/*.free5Title::before {*/
/*  content: '';*/
/*  width: 0.36rem;*/
/*  height: 0.02rem;*/
/*  background: #00ADE8;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/

.free5Text {
  font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #00ADE8;
    line-height: 0.42rem;
    text-align: center;
}

.free5Box {
  width: 7.62rem;
  height: 7.62rem;
  margin: .95rem auto;
  background-image: url(../png/roun.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.free5Box::after {
  content: '';
  width: 2.05rem;
  height: 0.43rem;
  background: #FFFFFF;
  position: absolute;
  top: -.17rem;
  left: 50%;
  transform: translateX(-50%);
}

.round2 {
  width: 6.6rem;
  height: 6.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.round2 .round2_con{
    position: relative;
    width: 6.6rem;
    height: 6.6rem;
    animation: round2 20s linear infinite;
}

.round2 img:nth-child(2) {
    width: 0.08rem;
    height: 0.13rem;
    position: absolute;
    top: 0.2rem;
    left: 4.52rem;
    transform: rotate(211deg);
    z-index: 999;
}

.round2 img:nth-child(3) {
    width: 0.08rem;
    height: 0.13rem;
    position: absolute;
    top: 5.61rem;
    left: 5.53rem;
    transform: rotate(-40deg);
    z-index: 999;
}

@keyframes round2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.round3 {
  width: 5.38rem;
  height: 5.38rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.round4 {
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(348deg, #0C85C5 0%, #2FB3FB 100%);
  border-radius: 50%;
}

.round5 {
  width: 3.88rem;
  height: 3.88rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 50%;
  padding: .15rem;
  box-sizing: border-box;
}

.free5Item {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
}

.free5Icon {
  width: 0.6rem;
  height: 0.6rem;
  background: linear-gradient(339deg, #0085CC 0%, #2FB3FB 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.free5Icon::after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: .08rem solid rgb(0, 173, 232, .0);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.free5Item:hover .free5Icon::after {
  animation: round 1.5s linear infinite;
}

@keyframes round {
  0% {
    border: .08rem solid rgb(0, 173, 232, .0);
  }

  50% {
    border: .08rem solid rgb(0, 173, 232, .5);
  }

  100% {
    border: .08rem solid rgb(0, 173, 232, 0);
  }
}

.free5Icon img {
  width: .3rem;
  height: .3rem;
}

.free5num {
  font-weight: bold;
  font-size: 0.18rem;
  color: #00ADE8;
  margin-left: .2rem;
  white-space: nowrap;
}

.free5tit {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  white-space: nowrap;
}

.free5Item span {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  opacity: .5;
  margin: 0 .08rem;
}

.free5Item:nth-child(n+7) {
  flex-direction: row-reverse;
}

.free5Item:nth-child(n+7) .free5num {
  margin-left: 0rem;
  margin-right: .2rem;
}

.free5Item:nth-child(1) {
  left: 4.63rem;
  top: -.17rem;
}

.free5Item:nth-child(2) {
  left: 6.55rem;
  top: 1.21rem;
}

.free5Item:nth-child(3) {
  left: 7.2rem;
  top: 2.73rem;
}

.free5Item:nth-child(4) {
  left: 7.1rem;
  top: 4.67rem;
}

.free5Item:nth-child(5) {
  left: 6.25rem;
  top: 6.08rem;
}

.free5Item:nth-child(6) {
  left: 4.6rem;
    top: 7.14rem;
}

.free5Item:nth-child(7) {
  right: 4.6rem;
  top: 7.14rem;
}

.free5Item:nth-child(8) {
  right: 6.32rem;
  top: 6.08rem;
}

.free5Item:nth-child(9) {
  right: 7.12rem;
    top: 4.5rem;
}

.free5Item:nth-child(10) {
  right: 7.2rem;
  top: 2.73rem;
}

.free5Item:nth-child(11) {
  right: 6.55rem;
  top: 1.21rem;
}

.free5Item:nth-child(12) {
  right: 4.63rem;
  top: -.17rem;
}

.free6 {
  width: 100%;
  height: 9.6rem;
  background-image: url(../png/free6.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.free6Img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.free6Title {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.free6Title p:first-child {
    margin-bottom: 0.07rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.5rem;
    color: #FFFFFF;
    line-height: 0.72rem;
    text-align: center;
}

.free6Title p:last-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.42rem;
    text-align: center;
}

.free6Swiper {
  width: 14rem;
  height: 6.1rem;
  position: absolute !important;
  margin: 0;
  top: 2.65rem;
  left: 50%;
  transform: translateX(-50%);
}

.free6Swiper .swiper-slide{
    height: 2.9rem;
    margin-top: 0 !important;
}

.free6Swiper .swiper-slide:nth-child(2n){
    margin-top: 0.3rem !important;
}

.free6Swiper .swiper-slide a {
    display: block;
  height: 2.9rem;
  background: #F8F8F8;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  /*padding: .2rem;*/
  box-sizing: border-box;
  /*margin-bottom: 0.3rem;*/
}

.free6Itemimg {
  width: 100%;
  height: 2.4rem;
  overflow: hidden;
  /*margin-bottom: .2rem;*/
}

.free6ItemTit {
  font-weight: bold;
  height: 0.5rem;
  font-size: 0.18rem;
  color: #333333;
  /*margin-bottom: .15rem;*/
  transition: all .3s;
  line-height:0.5rem;
  text-align: center;
}

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

.free6Swiper .swiper-slide a:hover .free6ItemTit {
  color: #00ADE8;
}

.free6Swiper .swiper-slide a:hover img{
    transform: scale(1.1) !important;
}

.free6ItemTxt {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6B6B6B;
  line-height: 0.26rem;
}

.free6prev,
.free6next {
    display: flex;
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 50%;
  background: rgb(255, 255, 255, .58);
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
  transition: all .3s;
  margin: 0 !important;
  transform: translateY(-50%);
  top: 5.42rem !important;
}

.free6prev {
  left: auto !important;
  left: 1.8rem !important;
}

.free6next {
  right: 1.8rem !important;
}

.free6prev:hover,
.free6next:hover {
  background: #00ADE8;
}

.free6prev::after {
  font-size: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: url('../png/arr1.png');
}

.free6next::after{
    font-size: 0;
    width: 0.5rem;
  height: 0.5rem;
  background: url('../png/arr1.png');
  transform: rotate(180deg);
}

.free6prev:hover::after{
    background: url('../png/arr2.png');
    transform: rotate(180deg);
}
.free6next:hover::after {
  background: url('../png/arr2.png');
}

/*.free6+.freeItem {*/
    /*background: #E5D224 !important;*/
/*}*/
/*.free6+.freeItem+.freeItem {*/
/*    background: #E4EDF5 !important;*/
/*}*/
/*.free6+.freeItem+.freeItem+.freeItem {*/
/*    background: #E8F7F3 !important;*/
/*}*/
/*.free6+.freeItem+.freeItem+.freeItem+.freeItem {*/
    
/*}*/

/*.freeItem .main {*/
/*  padding: 2.3rem 0;*/
/*  display: flex;*/
/*}*/

/*.freeItem .main>img {*/
/*  width: 7rem;*/
/*  height: 5rem;*/
/*  margin-right: 1.2rem;*/
/*}*/

/*.freeItemR {*/
/*  width: 4.67rem;*/
/*}*/

/*.freeItemTit {*/
/*  font-weight: 500;*/
/*  font-size: 0.5rem;*/
/*  color: #333333;*/
/*  margin-bottom: .15rem;*/
/*  margin-top: .3rem;*/
/*}*/

/*.freeItemTitEn {*/
/*  font-weight: 400;*/
/*  font-size: 0.32rem;*/
/*  color: #00ADE8;*/
/*  margin-bottom: 1.25rem;*/
/*}*/

/*.itemOther {*/
/*  display: flex;*/
/*  font-weight: 500;*/
/*  font-size: 0.4rem;*/
/*  color: #00ADE8;*/
/*  margin-bottom: .4rem;*/
/*}*/

/*.itemOther img {*/
/*  width: .4rem;*/
/*  height: .4rem;*/
/*  margin-right: .2rem;*/
/*}*/

/*.freeItemTxt {*/
/*  font-weight: 400;*/
/*  font-size: 0.18rem;*/
/*  color: #333333;*/
/*  line-height: 0.3rem;*/
/*}*/

.freeLast{
  width: 100%;
  height: 4rem;
  background-image: url(../png/last.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.freeLastTit{
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  padding-top: 1.2rem;
  text-align: center;
}

.freeLast .free1Btn{
  margin: .66rem auto;
}

@keyframes roun3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
   transform: rotate(360deg);
  }
}

.roun3{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    animation: roun3 20s linear infinite;
}

.freeList{
    display: flex;
    flex-wrap: wrap;
    width: 14rem;
    margin: 0 auto;
}

.freeList .freeItem{
    width: 6.8rem;
    height: 4.8rem;
    cursor: pointer;
    margin-right: 0.4rem;
    margin-bottom: 0.45rem;
}

.freeList .freeItem:nth-child(2n){
    margin-right: 0;
}

.freeList .freeItem .main{
    position: relative;
    width: 6.8rem;
    height: 4.8rem;
}

.main .main_img{
    width: 6.8rem;
    height: 4.8rem;
    object-fit: cover;
}

.freeItemR{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6.8rem;
    height: 0.74rem;
    border-radius: 0.2rem 0.2rem 0.05rem 0.05rem;
    background: rgba(42, 42, 42,0.6);
    padding-left: 0.4rem;
    padding-right: 0.34rem;
    box-sizing: border-box;
    transition: all 0.3s;
}

.freeItemR .itemOther{
    display: flex;
    align-items: center;
    height: 0.58rem;
    min-width: 1.36rem;
    margin-right: 0.2rem;
    padding-right: 0.2rem;
    border-right: 0.02rem solid rgba(42, 42, 42,0);
    box-sizing: border-box;
    transition: all 0.3s;
}

.freeItemR .itemOther img{
    width: 0.4rem;
    height: 0.4rem;
    filter: grayscale(100%) brightness(200%);
    margin-right: 0.2rem;
}

.freeItemR .itemOther p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.28rem;
    color: #FFFFFF;
}

.freeItemTxt{
    width: 100%;
    flex:1;
    /*width: 4.4rem;*/
        opacity: 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    transition: all 0.3s;
}

.freeList .freeItem:hover .freeItemR{
    height: 1.2rem;
    background: #00ADE8;
}

.freeList .freeItem:hover .freeItemR .itemOther{
    border-right: 0.02rem solid #5DCBF0;
}

.freeList .freeItem:hover .freeItemR .freeItemTxt{
    opacity: 1;
}

.freemod{
    width: 100%;
    background: #FFFFFF;
    padding: 0.8rem 0 1.1rem;
}

.freemod .freemod_title1{
    margin-bottom: 0.07rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.72rem;
    text-align: center;
}
.freemod .freemod_title2{
    margin-bottom: 0.6rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #00ADE8;
    line-height: 0.42rem;
    text-align: center;
}

html::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

@media only screen and (max-width: 768px) {
    .freeItemTxt{
        display: none;
    }
    .freeList .freeItem:hover .freeItemR .itemOther{
        border-right: none;
    }
.free1Box {
  width: 90%;}
  .iconItem{ width:20%; margin-right:0;}
  .free2{
      height: auto;
  }
 .free2 .main{ width:90%;}   
    
  .free2t3 div{ font-size:0.24rem;}  
    
  .free2t3 {
  margin-bottom: .75rem;}  
   .numBottom {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
} 
.free4Title p{

  font-size: 0.5rem;

}
.free4Swiper{width: 100%;}
.free4{ height:auto;}
 .free4Swiper .swiper-slide{width: 90% !important;margin: 0 auto !important;
    margin-bottom: .3rem !important;}   
.free4Swiper .swiper-wrapper{
    display: block;
}
.free6Swiper .swiper-wrapper{
    display: block;
    width: 95% !important;
    margin: 0 auto;
    overflow: hidden;
}
.freeList {
  margin: 0 auto;
  width: 95%;
  display: block;
  height: auto;
  overflow: hidden;
}
.freeList .freeItem {
  margin-right: 0.1rem;
  margin-bottom: 0.2rem;
  width: 47%;
  height: auto;
  float: left;
  margin-left: 0.1rem;
}
.freeList .freeItem .main {
    height: auto;
  width: 100%;
}
.main .main_img {
  width: 100%;
  height: 100%;
}
.freeItemR{width: 100%;
  height: .65rem;}
    
  .free6Swiper{ width:100%;}  
    
.free6Swiper {
position: absolute !important;
  margin: 0;
  top: 2.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100% !important;
    height: auto;
}  
    
.free6Swiper .swiper-slide {
  width: 47% !important;
  float: left;
  margin-right:0 ;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-right: .1rem !important;
  margin-left: .1rem;
  margin-bottom: .3rem;
}
.free6{
    height: 16rem;
}
.free6Swiper .swiper-slide:nth-child(2n){
    margin-top: 0 !important;
}
.free3Swiper2{
    width: 60%;
    left: 0.3rem;
}
.free3Txt{
    font-size: 0.24rem;
}
.free3Tit{
    font-size: 0.24rem;
}
.free1{
    height: auto;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 1rem;
}
.free5{
    overflow: hidden;
}
    

.free5Box {
  width: 5.62rem;
  height: 5.62rem;
}

.round2 {
  width: 4.6rem;
  height: 4.6rem;
}

.round2 .round2_con{
    width: 4.6rem;
    height: 4.6rem;
}

.round2 img:nth-child(2) {
    display: none;
}

.round2 img:nth-child(3) {
    display: none;
}
.round3 {
  width: 3.38rem;
  height: 3.38rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.round4 {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(348deg, #0C85C5 0%, #2FB3FB 100%);
  border-radius: 50%;
}

.round5 {
  width: 1.88rem;
  height: 1.88rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 50%;
  padding: .15rem;
  box-sizing: border-box;
}

.free5Item {
  display: block;
  text-align: center;
}

.free5Icon {
margin: 0 auto;
}
.free5Box::after{
    background: none;
}
.free5Icon::after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: .08rem solid rgb(0, 173, 232, .0);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.free5Icon img {
  width: .3rem;
  height: .3rem;
}

.free5num {

  font-size: 0.24rem;
  margin-left: 0;
}

.free5tit {
  font-weight: normal;
  font-size: 0.24rem;
}

.free5Item span {
    display: none;
}

.free5Item:nth-child(n+7) .free5num {

  margin-right: 0;
}
.free5Item:nth-child(1) {
  left: 3rem;
  top: -.5rem;
}

.free5Item:nth-child(2) {
  left: 3.85rem;
  top: 0rem;
}

.free5Item:nth-child(3) {
  left: 4.3rem;
  top: 1.5rem;
}

.free5Item:nth-child(4) {
  left: 4.8rem;
  top: 3rem;
}

.free5Item:nth-child(5) {
  left: 4.25rem;
  top: 4.4rem;
}

.free5Item:nth-child(6) {
  left: 3rem;
    top: 5.14rem;
}

.free5Item:nth-child(7) {
  right: 3rem;
  top: 5.14rem;
}

.free5Item:nth-child(8) {
  right: 4.25rem;
  top: 4.4rem;
}

.free5Item:nth-child(9) {
  right: 5.12rem;
    top: 3rem;
}

.free5Item:nth-child(10) {
  right: 5.5rem;
  top: 1.5rem;
}

.free5Item:nth-child(11) {
  right: 4.55rem;
  top: 00rem;
}

.free5Item:nth-child(12) {
  right: 3rem;
  top: -.5rem;
}
    
.numBox{
    flex-wrap: wrap;
}

.numItem{
            align-items: center;
    width: 50%;
    margin: 0;
    margin-bottom: 15px;
}
    
    
    
    
    
    
    
    
    
}