html, body {
  margin: 0;
  padding: 0;
}
body {
  overflow-y: scroll;
  display: none;
}
header{
  background-color: #282828;
  padding: .16rem;
}
.header-img-tab{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-img-tab img{
  width: 1.43rem;
  height: .48rem;
}
.header-img-tab .down-app{
  width: 1.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-img-tab .down-app .complaint-call>p{
  font-size: 0.10rem;
  color: #FFFFFF;
  line-height: 0.2rem;
}

.header-img-tab .down-app a{
  font-size: 0.16rem;
  color: #CA1211;
}
.header-menu{
  display: flex;
  margin-top: .16rem;
  display: flex;
  justify-content: space-between;
}
.header-menu-item{
  height: .21rem;
  padding: 0 .1rem;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: .21rem;
  font-size: 0.11rem;
  color: #FFFFFF;
  line-height: .21rem;
}
.tab-active{
  border: none;
  background-color: #CA1211;
}
.main-area #tab1 .banner-area {
  background: url("../img/app/banner-bg.png") no-repeat;
  background-size: cover;
  height: 3.48rem;
  padding-top: .2rem;
  position: relative;
}
.main-area .tab-content {
  padding-bottom: 0.2rem;
}
.main-area #tab1 .banner-area .banner-content {
  width: 3.02rem;
  border-radius: 0 0.34rem 0.34rem 0;
  background-color: rgba(255, 253, 250, 0.8);
  padding: .12rem .12rem .12rem .16rem;
}
.main-area #tab1 .banner-area .banner-content .synopsis-title {
  font-size: .18rem;
  line-height: .24rem;
  text-align: center;
  color: #000000;
  font-weight: 600;
}
.main-area #tab1 .banner-area .banner-content .synopsis-text {
  display: flex;
  align-items: center;
}
.main-area #tab1 .banner-area .banner-content .synopsis-text span{
  width: 2.52rem;
  font-size: .12rem;
  line-height: .168rem;
  font-weight: 400;
  color: #333333;
}
.main-area #tab1 .banner-area .banner-content .synopsis-text .open{
  display: -webkit-box;
  height: .5rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-area #tab1 .banner-area .banner-content .arrow {
  width: .2rem;
  height: .2rem;
}
.rotate-180{
  transform: rotate(180deg);
  transition: transfrom .3s ease;
}
.main-area #tab1 .banner-area .banner-content img {
  width: .2rem;
  height: .2rem;
}
.main-area #tab1 .banner-area .service-num{
  width: 1.12rem;
  height: .47rem;
  padding-top: .06rem;
  border-radius: .04rem;
  margin: auto;
  text-align: center;
  background-color: rgba(255, 253, 250, 0.8);
  position: absolute;
  bottom: .16rem;
  left: 50%;
  transform: translateX(-50%);
}
.main-area #tab1 .banner-area .service-num .title{
  font-size: .12rem;
  line-height: .168rem;
  color: #333333;
  
}
.main-area #tab1 .banner-area .service-num .num{
  font-size: .16rem;
  line-height: .24rem;
  color: #CA1211;
}

.main-area #tab1 .teacher-area {
  background: linear-gradient(0deg, #fff2f2 0%, #ffffff 29%);
  padding-top: 0.2rem;
}
.main-area #tab1 .teacher-area h2 {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.22rem;
  text-align: center;
}
.main-area #tab1 .teacher-area aside {
  font-size: 0.1rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.18rem;
  text-align: center;
}
.main-area #tab1 .teacher-area .tab1-teacher-list {
  width: 3.75rem;
  padding: .2rem;
  padding-bottom: .1rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns:repeat(3, 1.06rem);
  grid-template-rows: repeat(3, 1.2rem);
  grid-row-gap: .1rem;
  grid-column-gap: .1rem;
  margin: 0 auto;
}
.main-area #tab1 .teacher-area .tab1-teacher-list li img{
  width: 1.06rem;
  height: 1.2rem;
}
.main-area #tab1 .teacher-area .tab1-teacher-list li {
  position: relative;
}
.main-area #tab1 .teacher-area .tab1-teacher-list li div {
  width: 1.06rem;
  height: 1.2rem;
  background: linear-gradient(0deg, #d03938 0%, rgba(0, 0, 0, 0) 40%);
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  opacity: 0;
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.main-area #tab1 .teacher-area .tab1-teacher-list li div p:first-child {
  font-size: 0.12rem;
  color: #FFFFFF;
  position: absolute;
  bottom: .2rem;
  left: .1rem;
}
.main-area #tab1 .teacher-area .tab1-teacher-list li div p:last-child {
  font-size: 0.08rem;
  line-height: 0.1rem;
  color: #FFFFFF;
  position: absolute;
  bottom: .1rem;
  left: .1rem;
}
.main-area #tab1 .teacher-area .tab1-teacher-list li .active {
  opacity: 1;
}
.main-area #tab1 .strategy-area{
  padding-top: .2rem;
}
.main-area #tab1 .strategy-area h2 {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  line-height: .22rem;
  text-align: center;
}
.main-area #tab1 .strategy-area aside {
  font-size: 0.1rem;
  font-weight: 400;
  color: #333333;
  line-height: .18rem;
  text-align: center;
}
.main-area #tab1 .strategy-area .link {
  font-size: 0.1rem;
  font-weight: 400;
  color: #CA1211;
  line-height: .18rem;
  text-align: center;
}
.main-area #tab1 .strategy-area .strategy .strategy-cover {
  width: 3.43rem;
  height: 2.98rem;
  background: url("../img/mobile/cover-bg2.png") no-repeat;
  background-size: 100% auto;

  margin: 0 auto;
  padding: .18rem .2rem 0 .2rem;
  box-sizing: border-box;
  position: relative;
  margin-top: .1rem;
}
.main-area #tab1 .strategy-area .strategy .strategy-cover h3 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.main-area #tab1 .strategy-area .strategy .strategy-cover .strategy-cover-text {
  font-size: 0.12rem;
  color: #333333;
  line-height: 0.168rem;
  text-align: left;
}
.main-area #tab1 .strategy-area .strategy .strategy-cover .tags {
  display: flex;
  flex-wrap: wrap;
}
.main-area #tab1 .strategy-area .strategy .strategy-cover .tags .tag {
  padding: 0 0.06rem;
  margin-right: 0.14rem;
  border: 0.01rem solid #ca1211;
  margin-top: .08rem;
  color: #ca1211;
  font-size: 0.1rem;
  line-height: 0.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-area #tab1 .strategy-area .strategy .strategy-cover .tc-name {
  position: absolute;
  left: 1.5rem;
  bottom: .5rem;
}
.main-area #tab1 .strategy-area .strategy .strategy-cover .tc-name h5 {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  font-weight: 500;
}
.main-area #tab1 .strategy-area .strategy .strategy-cover .tc-name aside {
  font-size: 0.12rem;
  color: #666666;
  line-height: 0.168rem;
}

.main-area #tab1 .strategy-area .strategy .strategy-content {
  width: 3.43rem;
  margin: 0 auto;
  padding-top: .18rem;
  box-sizing: border-box;
  position: relative;
  margin-top: .1rem;
}
.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-menu {
  height: 0.28rem;
  width: 100%;
  display: flex;
  padding: 0 .3rem;
  justify-content: space-around;
  align-items: center;
  margin-bottom: .1rem;
}

.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-menu li {
  font-size: 0.14rem;
  /* color: #CA1211; */
  line-height: 0.196rem;
  cursor: pointer;
  position: relative;
}

.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-menu li .strategy-line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -0.06rem;
  opacity: 0;
  transition: all 0.2s ease;
}
.tab-img-active img {
  opacity: 1 !important;
}
.tab-img-active{
  color: #CA1211;
}
.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-content-text {
  width: 3.43rem;
  /* height: 3.49rem; */
  background: url("../img/mobile/strategy-content-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 0.0rem;
  padding: .18rem .2rem;
}

.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-content-text .strategy-content-text-item .box li {
  margin-bottom: 0.1rem;
  text-align: left;
}
.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-content-text .strategy-content-text-item .box li:last-child {
  margin-bottom: 0;
  text-align: left;
}
.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-content-text .strategy-content-text-item .more {
  text-align: left;
}
.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-content-text .strategy-content-text-item .box h4 {
  font-size: 0.14rem;
  line-height: .2rem;
  position: relative;
  color: #333333;
  display: flex;
  align-items: center;
}

.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-content-text .strategy-content-text-item .box h4 .dot {
  display: flex;
  width: .15rem;
  height: .15rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid rgba(202, 18, 17, 0.2);
  align-items: center;
  justify-content: center;
  margin-right: .1rem;
}
.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-content-text .strategy-content-text-item .box h4 .dot span{
  display: inline-block;
  width: .094rem;
  height: .094rem;
  border-radius: 50%;
  background: #CA1211;
}

.main-area #tab1 .strategy-area .strategy .strategy-content .strategy-content-text .strategy-content-text-item .box p {
  width: 100%;
  font-size: 0.12rem;
  line-height: .168rem;
  color: #333333;
  margin-top: .04rem;
}
.main-area #tab2 {
  width: 100%;
  background-color: #efefef;
  padding-bottom: .1rem;
}
.main-area #tab2 .tab2-banner-bg{
  width: 3.75rem;
  height: 1.78rem;
}
.main-area #tab2 .tab2-content-area .teacher-title {
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  text-align: center;
  margin: .16rem auto;
}
#tab2 .tab2-teacher-list{
  width: 3.75rem;
  margin: 0 auto;
  padding: 0 .12rem;
  box-sizing: border-box;
}
#tab2 .tc-info-area{
  margin-bottom: 0.2rem;
  background: linear-gradient(0deg, #fff2f2 0%, #ffffff 29%);
  border-top: 2px solid #CA1211;
}
#tab2 .tc-info{
  display: flex;
  justify-content: space-between;
  padding: .14rem .06rem;
}
#tab2 .tc-info .left-info{
  width: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#tab2 .tc-info .left-info .tc-icon{
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
}
#tab2 .tc-info .left-info h4{
  font-size: .14rem;
  line-height: .2rem;
  margin-top: .06rem;
}
#tab2 .tc-info .left-info p{
  font-size: .12rem;
  line-height: .16rem;
  margin-top: .06rem;
}
#tab2 .tc-info .left-info .no{
  font-size: .10rem;
  line-height: .14rem;
  margin-top: .06rem;
}
#tab2 .tc-info .right-info{
  width: 1.8rem;
  min-height: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: .1rem;
  line-height: .14rem;
  color: #333333;
}
#tab2 .tc-info .right-info  .tc-intro-icon{
  color: #FFFFFF;
  background-color: #CA1211;
  padding: 1px .06rem;
  font-size: .1rem;
  line-height: .14rem;
  margin-bottom: .1rem;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .product-cover-area .tab-banner-aside .devider {
  height: 0.02rem;
  background: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0) 90%);
  margin-bottom: 0.1rem;
}
.main-area #tab3 .card-btn {
  height: .36rem;
  width: 100%;
  margin: auto;
  display: flex;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
}
.main-area #tab3 .card-btn .tab3-btn {
  height: .36rem;
  padding: 0 .16rem;
  font-size: .14rem;
  display: flex;
  align-items: center;
  position: relative;
}
.main-area #tab3 .card-btn .tab3-btn-active{
  font-weight: 600;
}
.main-area #tab3 .card-btn .tab3-btn-active span{
  display: block;
  width: .2rem;
  height: 2px;
  border-radius: 2px;
  background-color: #CA1211;
  position: absolute;
  bottom: 0;
  left: calc(50% - .1rem);
}

.main-area #tab3 .tab3-content-area {
  width: 100%;

  padding-top: .16rem;
  margin: auto;
  display: none;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .tab3-banner-title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  text-align: center;
  background-color: #fff;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .tab3-banner-aside {
  font-size: 0.13rem;
  line-height: .14rem;
  color: #666666;
  text-align: center;
  background-color: #fff;
  margin-top: .08rem;
  padding-bottom: 0.16rem;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .product-cover-area {
  width: 100%;
  display: flex;
  height: 1.78rem;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .product-cover-area .tab3-banner-bg {
  width: 40%;
  background: url("../img/app/tab3-banner-bg1.png") no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .product-cover-area .tab3-banner-bg2 {
  width: 40%;
  background: url("../img/app/cpu.png") no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .product-cover-area .tab-banner-aside {
  width: 60%;
  background-color: #2b2a29;
  padding: 0.2rem 0.16rem;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .product-cover-area .tab-banner-aside .tab3-h2 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.22rem;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .product-cover-area .tab-banner-aside .tab3-h2 .price{
  font-size: 0.10rem;
  display: inline-block;
  margin-left: 0.06rem;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .product-cover-area .tab-banner-aside .tab3-h2 .price .price-number{
  font-weight: 400;
  font-size: 0.146rem;
  color: #ffffff;
  line-height: 0.22rem;
}
.main-area #tab3 .tab3-content-area .tab3-banner-area .product-cover-area .tab-banner-aside .tab3-product-text {
  text-align: justify;
  font-size: 0.1rem;
  color: #ffffff;
  line-height: 0.14rem;
  margin-top: .16rem;
}
.main-area #tab3 .tab3-content-area .tab3-course-attempt {
  width: 100%;
  padding: .16rem;
  margin: auto;
}
.main-area #tab3 .tab3-content-area .tab3-course-attempt .tab3-course-title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  text-align: center;
  margin-bottom: 0.16rem;
}

.main-area #tab3 .tab3-content-area .tab3-course-attempt .tab3-strength-ul {
  background-color: #e3e3e3;
  margin-top: 0.16rem;
  padding: .14rem .1rem;
}
.main-area #tab3 .tab3-content-area .tab3-course-attempt .tab3-strength-ul li .tab3-strength-title {
  display: flex;
  align-items: center;
  color: #ca1211;
  font-size: 0.14rem;
}
.main-area #tab3 .tab3-content-area .tab3-course-attempt .tab3-strength-ul li .tab3-strength-title img {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.1rem;
}
.main-area #tab3 .tab3-content-area .tab3-course-attempt .tab3-strength-ul li p {
  margin-top: 0.16rem;
  color: #444444;
  font-size: 0.10rem;
  line-height: 0.2rem;
}
.main-area #tab3 .tab3-content-area .tab3-course-attempt .tab3-strength-ul li p .section-title {
  font-size: 0.12rem;
}
.main-area #tab3 .tab3-content-area .tab3-main-content {
  width: 100%;
  padding: .16rem;
  padding-top: 0;
  margin: auto;
}
.main-area #tab3 .tab3-content-area .tab3-main-content .tab3-content-title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  text-align: center;   
}
.main-area #tab3 .tab3-content-area .tab3-main-content .tab3-content-legend-ul{
  width: 100%;
  height: 3.12rem;
  background-color: red;
  position: relative;
  background: url("../img/app/tc-content1.png") no-repeat;
  background-size: 2rem 1.94rem;
  background-position: center center;
  margin-top: .16rem;
}
.main-area #tab3 .tab3-content-area .tab3-main-content .tab3-content-legend-ul2{
  width: 100%;
  height: 2rem;
  background-color: red;
  position: relative;
  background: url("../img/mobile/tc-content3.png") no-repeat;
  background-size: 100% 2rem;
  background-position: center center;
  margin-top: .16rem;
}

.main-area #tab3 .tab3-content-area .tab3-content-legend-desition{
  width: 1.13rem;
  color: #333333;
  font-size: 0.09rem;
  line-height: 0.13rem;
  position: absolute;
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-desition2{
  width: .9rem;
  color: #333333;
  font-size: 0.09rem;
  line-height: 0.13rem;
  position: absolute;
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-desition2 span{
  font-size: .1rem;
  line-height: 0.14rem;
  font-weight: bold;
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-desition span{
  font-size: .1rem;
  line-height: 0.14rem;
  font-weight: bold;
  margin-bottom: .08rem;
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-ul .one{
  left: 50%;
  transform: translateX(-30%);
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-ul .two{
  top: 50%;
  transform: translateY(-180%);
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-ul .three{
  top: 50%;
  right: 0;
  transform: translateY(-180%);
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-ul .four{
  bottom: 0;
  transform: translateY(-40%);
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-ul .five{
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-ul2 .one{
  left: .04rem;
  transform: translateY(30%);
} 
.main-area #tab3 .tab3-content-area .tab3-content-legend-ul2 .two{
  bottom: 10%;
  left: .04rem;
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-ul2 .three{
  right: .04rem;
  transform: translateY(30%);
}
.main-area #tab3 .tab3-content-area .tab3-content-legend-ul2 .four{
  right: .04rem;
  bottom: -14%;
  transform: translateY(-39%);
}
.main-area #tab3 .tab3-content-area .tab3-harvest {
  width: 100%;
  margin: auto;
  padding: .16rem;
}
.main-area #tab3 .tab3-content-area .tab3-harvest .tab3-harvest-title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  text-align: center;
  margin-bottom: .16rem;
}
.main-area #tab3 .tab3-content-area .tab3-harvest .tab3-harvest-ul, .tab3-harvest-ul2 {
  display: flex;
  justify-content: space-between;
}
.main-area #tab3 .tab3-content-area .tab3-harvest .tab3-harvest-ul li {
  width: 1.09rem;
  background-color: #e3e3e3;
  padding: 0.14rem 0.1rem;
}
.main-area #tab3 .tab3-content-area .tab3-harvest .tab3-harvest-ul2 li {
  width: .8rem;
  background-color: #e3e3e3;
  padding: 0.14rem 0.1rem;
}
.main-area #tab3 .tab3-content-area .tab3-harvest .tab3-harvest-ul li p {
  font-size: 0.12rem;
  line-height: .18rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.1rem;
  color: #333333;
}
.main-area #tab3 .tab3-content-area .tab3-harvest .tab3-harvest-ul li p span {
  color: #ba0d0c;
}
.main-area #tab3 .tab3-content-area .tab3-harvest .tab3-harvest-ul li aside {
  font-size: 0.1rem;
  line-height: .14rem;
}


.main-area #tab4 {
  width: 100%;
  background-color: #efefef;
}
.main-area #tab4 .tab4-content-area {
  width: 100%;
  margin: auto;
  background: url("../img/app/about-bg.png") no-repeat;
  background-size: 100% 100%;
}
.main-area #tab4 .tab4-about-banner {
  width: 100%;
  height: 1.78rem;
  display: block;
  margin: auto;
}
.main-area #tab4 .tab4-content-area {
  width: 3.43rem;
  margin: 0.2rem auto;
  padding-top: .1rem;
  padding-bottom: 0.16rem;
}
.main-area #tab4 .tab4-content-area .tab4-about-title{
  text-align: center;
  
}
.main-area #tab4 .tab4-content-area .tab4-about-title img{
  width: 0.92rem;
}

.main-area #tab4 .tab4-content-area .tab4-about-call{
  margin-top: 0.1rem;
}

.main-area #tab4 .tab4-content-area .tab4-about-call .about-call-title{
  font-size: 0.12rem;
  font-weight: bold;
}
.main-area #tab4 .tab4-content-area .tab4-about-call >p{
  font-size: 0.10rem;
  color: #333333;
  line-height: 0.24rem;
}
.main-area #tab4 .tab4-content-area .tab4-about-call img{
  width: 100%;
  margin-top: 0.1rem;
}
.main-area #tab4 .tab4-content-area .tab4-about-business-bg{
  padding-right: 0.16rem;
  padding-bottom: 0.16rem;
  padding-left: 0.28rem;
}
.main-area #tab4 .tab4-content-area .tab4-about-business-bg p{
  font-size: .1rem;
  line-height: .14rem;
  color: #333333;
  margin-top: .16rem;
  position: relative;
}
.main-area #tab4 .tab4-content-area .tab4-about-business-bg p::before{
  content: "";
  display: block;
  border: 0.02rem solid #282828;
  border-radius: 50%;
  position: absolute;
  left: -0.16rem;
  top: 0.05rem;
}
.tab4-about-licence,.tab4-about-member{
  text-align: center;
  margin-top: .2rem;
}
.tab4-about-licence img, .tab4-about-member img{
  width: 3.13rem;
}
.footer-area{
  height: 1.9rem;
  background-color: #282828;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: .16rem;
}
.footer-area .footer-social{
  width: 2.08rem;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: .12rem;
}

.footer-area .footer-social img{
  width: .6rem;
  height: .6rem;
}
.footer-area .footer-copyright{
  margin-top: .12rem;
}
.footer-area .footer-copyright p{
  text-align: center;
  font-size: .1rem;
  line-height: .14rem;
  color: #FFFFFF;
  margin-top: 4px;
}

.main-area #tab1 .partners .partners-area{
  padding-top: .2rem;
}
.main-area #tab1 .partners .partners-area h2 {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  line-height: .22rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.main-area #tab1 .partners .partners-area .partners-list {
  width: 3.43rem;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.main-area #tab1 .partners .partners-area .partners-list li {
  width: 1.08rem;
  margin-left: 0.05rem;
  margin-bottom: 0.05rem;
}
.main-area #tab1 .partners .partners-area .partners-list li img {
  width:100%;
}

.main-area #Market .card-btn {
  height: .36rem;
  width: 100%;
  margin: auto;
  display: flex;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main-area #Market .card-btn::-webkit-scrollbar {
  display: none;
}

.main-area #Market .card-btn .market-btn {
  padding: 0 .16rem;
  font-size: .14rem;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.main-area #Market .card-btn .market-btn-active{
  font-weight: 600;
}
.main-area #Market .card-btn .market-btn-active span{
  display: block;
  width: .2rem;
  height: 2px;
  border-radius: 2px;
  background-color: #CA1211;
  position: absolute;
  bottom: 0;
  left: calc(50% - .1rem);
}

.main-area #Market .market-content-area {
  width: 100%;
  margin: auto;
  display: none;
  margin-bottom: 0.5rem;
}

.market-title{
  margin: auto;
}
.market-title > img{
  margin: 0.2rem 0;
  width: 100%;
  height: 100%;
}

.market-4-img{
  display: block;
  width:92%;
  margin: auto;
}

.market-1-content,.market-2-content,.layui-table-view{
  width: 92%;
  margin: auto;
}

.market-content-format-text > h3{
  font-size: 0.14rem;
  line-height: 0.34rem;
  color:#333333 !important;
}
.market-content-format-text > p{
  font-size: 0.14rem;
  line-height: 0.34rem;
  margin-bottom: 0.2rem;
  color:#333333 !important;
  text-align: justify;
}
.market-content-format-text .includes-section-p{
  margin-bottom: 0.2rem;
}
.market-content-format-text .includes-section-p >p{
  font-size: 0.15rem;
  line-height: 0.34rem;
  color:#333333 !important;
  text-align: justify;
}
.market-content-format-text .includes-section-p >aside{
  font-size: 0.15rem;
  line-height: 0.34rem;
  color:#333333 !important;
  text-indent: 0.08rem;
}

.btn-active {
  background-color: #ca1211 !important;
  color: #fff !important;
}
.stress{
  text-decoration: underline;
}
.text-wt{
  font-weight: bold;
}

.text-m-left{
  display: inline-block;
  margin-left: 0.16rem;
}

.fs-18{
font-size: 0.18rem;
}

.layui-table-view .layui-table{
  width: 100% !important;
}
.layui-table-view .layui-table-cell{
  height: 0.3rem !important;
}

.layui-table-view .layui-table tr{
  display: flex;
}

.layui-table-view .layui-table tr>td{
  display: flex;
}
.layui-table-view .layui-table tr>td>div{
flex: 1;
}
.layui-table-view .layui-table .layui-table-cell{
  display: flex;
  align-items: center;
  justify-content: center;
}

.layui-table-grid-down{
  display: none !important;
}

.layui-table-cell{
  font-size: 0.08rem;
  padding: 0 !important;
}

.layui-table-view .laytable-cell-1-0-0{
  width: 0.4rem !important;
}
.layui-table-view .laytable-cell-1-0-1{
  width: 0.8rem !important;
}
.layui-table-view .laytable-cell-1-0-2{
  width: 1.2rem !important;
}
.layui-table-view .laytable-cell-1-0-3{
  width: 1rem !important;
}

.layui-laypage-prev,.layui-laypage-next,.layui-laypage-count,.layui-laypage-curr{
  font-size: 0.1rem !important;
}
.layui-laypage-curr{
  padding: 0 0.12rem !important;
}
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span{
  height: 0.26rem !important;
  line-height: 0.26rem !important;
  margin-bottom: 0.1rem !important;
}
.layui-table-column{
  height: 0.41rem !important;
}

.layui-layer-btn0{
  color: #ffffff !important;
  background-color: #ca1211 !important;
}