@charset "UTF-8";

/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  padding-bottom: 80px !important;
}

body {
  max-width: 480px;
  margin: 0 auto;
  padding-bottom: 80px;
}

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

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes scale2 {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

@keyframes ballon6 {
  0% {
    transform: translateX(-3px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-3px);
  }
}

@keyframes ballon7 {
  0% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-3px);
  }
}

/* 头图 */
.content100 {
  width: 100%;
  padding: 0 0.75rem;
  box-sizing: border-box;
}

.content1_bg {
  height: 12rem;
  background: url(../images/ban1_bg.jpg) top center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  margin-top: 1rem;
  padding-top: 7.7rem;
  margin-top: 50px;
}

.content1_bg .text-group .youhuiL p.p1col {
  color: #ff503f;
  font-size: 0.6rem;
  font-weight: bold;
}

.content1_bg .text-group .youhuiL p .font22 {
  font-size: 0.75rem;
  color: #ab1c04;
}

.content1_bg .text-group .youhuiR {
  font-size: 0.45rem;
  color: #000;
  margin-top: 0.3rem;
  line-height: 1.6;
}

/* 视频 */
.box1 {
  background: #bd0f10 url("../images/sp-bg.png") no-repeat center 1.5rem/100% 7.5rem;
  width: 100%;
  padding-top: 8.5rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}

.box1 .player {
  width: 17.45rem;
  height: 9.7rem;
  border-radius: 0.7rem;
  background: #a30509;
}

.box1 .player .vjs-tech,
.box1 .player .vjs-poster {
  border-radius: 0.75rem;
}

/*  */
.box2 {
  width: 100%;
  background: #a30509;
}

.box2 .history1 {
  width: 100%;
}

.box2 .history2 {
  width: 100%;
  display: none;
}

.box2 .history2.active {
  display: block;
}

.box2 .histoty-b {
  width: 100%;
  height: 1rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #a30509;
  background-size: cover;
}

.box2 .histoty-b .arrow {
  display: block;
  width: 1.875rem;
  height: 0.95rem;
  margin: 0 auto;
  transition: transform ease 0.2s;
}

.box2 .histoty-b .arrow.active {
  transform: rotate(180deg);
}

/* 国际教育一站式服务  更多学习选择 */
.panel4 {
  height: 16.3rem;
  background: url(../images/ban4_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 1.5rem;
}

.panel4 .panel4_main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.panel4 .panel4_main .lxyy_list {
  width: 17.25rem;
  height: 2.925rem;
  box-sizing: border-box;
  padding: 0.25rem 0;
  text-align: center;
  margin-top: 0.6rem;
  position: relative;
}

.panel4 .panel4_main .lxyy_list:nth-child(1) {
  background: url(../images/ban2-bg01.png) center no-repeat;
  background-size: 100% 100%;
}

.panel4 .panel4_main .lxyy_list:nth-child(2) {
  background: url(../images/ban2-bg02.png) center no-repeat;
  background-size: 100% 100%;
}

.panel4 .panel4_main .lxyy_list:nth-child(3) {
  background: url(../images/ban2-bg03.png) center no-repeat;
  background-size: 100% 100%;
}

.panel4 .panel4_main .lxyy_list:nth-child(4) {
  background: url(../images/ban2-bg04.png) center no-repeat;
  background-size: 100% 100%;
}

.panel4 .panel4_main .lxyy_list h3 {
  width: 0.8rem;
  position: absolute;
  font-size: 0.55rem;
  color: #fff;
  left: 6px;
  top: 5px;
  font-weight: bold;
  line-height: 1.2;
}

.panel4 .panel4_main .lxyy_list ul {
  position: absolute;
  left: 6.5rem;
  width: 6rem;
}

.panel4 .panel4_main .lxyy_list ul li {
  width: 2.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: left;
  color: #252525;
  font-size: 0.5rem;
  float: left;
  margin-right: 0.5rem;
}

.panel4 .panel4_main .lxyy_list ul li:nth-child(2n) {
  margin-right: 0;
}

.panel4 .panel4_main .lxyy_list a {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.15rem;
  height: 2.15rem;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.55rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  animation: scale2 2s linear infinite;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .2);
  box-sizing: border-box;
  padding-top: 0.3rem;
}

.panel4 .panel4_main .lxyy_list01 a {
  background-image: linear-gradient(to right, #fecd4d, #fe7e00);
}

.panel4 .panel4_main .lxyy_list02 a {
  background-image: linear-gradient(to right, #ce472e, #b11714);
}

/* 多样授课模式 助你安心学习 */
.panel5 {
  height: 23.8rem;
  background: url(../images/ban5_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 3.25rem;
}

.panel5 .panel5_main {
  width: 17.275rem;
  height: 20.125rem;
  margin: 0 auto;
  background: url(../images/ban5main_bg.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 0.25rem;
  box-sizing: border-box;
  padding: 0 1rem;
}

.panel5 .panel5_main ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.panel5 .panel5_main ul li {
  width: 7.5rem;
  height: 8.125rem;
  box-sizing: border-box;
  padding: 0.25rem 0;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.panel5 .panel5_main ul li dl {
  text-align: center;
}

.panel5 .panel5_main ul li dl dt {
  font-size: 0.7rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
  color: #000000;
}

.panel5 .panel5_main ul li dl dt span {
  color: #991618;
}

.panel5 .panel5_main ul li dl dd {
  color: #252525;
  font-size: 0.55rem;
  line-height: 1.5;
}

.panel5 .panel5_main ul li img {
  width: 3.35rem;
  height: 3.35rem;
  margin: 0 auto;
}

.panel5 .panel5_main ul li a {
  display: block;
  margin: 0 auto;
  width: 3.375rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
  border-radius: 0.4rem;
  animation: scale2 2s linear infinite;
  background-image: linear-gradient(to right, #ce472e, #b11714);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .2);
}

/* 学术沉淀 师资 */
.ban4 {
  padding-bottom: 0.5rem;
  background: #a30509;
}

.ban4 .tit_bg {
  height: 4.675rem;
  padding-top: 2rem;
  background: url(../images/ban6_bg.jpg) top center no-repeat;
  box-sizing: border-box;
  background-size: 100% 100%;
}

.ban4 h3 {
  width: 9rem;
  height: 2.15rem;
  background: url(../images/ban3_tit01.png) center no-repeat;
  background-size: 100% 2.15rem;
}

.ban4 .sectitbg {
  width: 17.18rem;
  height: 2rem;
  margin: 0.5rem auto;
  background: url(../images/sec_titbg.png) 0 0 no-repeat;
  background-size: 100% 2rem;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.5rem;
  color: #fff;
  padding: 0.2rem 0.5rem 0 0.5rem;
}

.ban4 .laoshi_swiper {
  /* margin-top: 1rem; */
}

.ban4 .laoshi_swiper h5.haiguiP {
  width: 6.35rem;
  height: 0.88rem;
  text-align: center;
  margin: 0 auto;
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem 0 1rem 0;
  border: 2px solid #ce472e;
  background: rgba(255, 255, 255, .2);
}

.ban4 .laoshi_swiper p.ban4_titm {
  font-size: 0.55rem;
  color: #fff;
  margin-top: -2.4rem;
  margin-bottom: 0.3rem;
  text-align: center;
}

/* 教师轮播 */
.ban4 .jiaoshi {
  width: 17.2rem;
  margin: .2rem auto 0;
  padding-top: .2rem;

}


.ban4 .jiaoshi .mySwiper .swiper-slide {
  width: 17.2rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.ban4 .jiaoshi .mySwiper .swiper-slide img {
  width: 6.35rem;
  height: 8.05rem;
  display: block;
  margin: .25rem auto 0;
}

.ban4 .jiaoshi .mySwiper .swiper-slide .ls_right {
  padding: 0 .6rem;
}

.ban4 .jiaoshi .mySwiper .swiper-slide .ls_right h6 {
  font-size: .75rem;
  color: #333;
  text-align: left;
  font-weight: bold;
  line-height: .8rem;
  margin-top: -.45rem;
  padding-left: 0.5rem;
}

.ban4 .jiaoshi .mySwiper .swiper-slide .ls_right h6 span {
  font-weight: normal;
  margin-left: 0.5rem;
}

.ban4 .jiaoshi .mySwiper .swiper-slide .ls_right h5 {
  width: 8.35rem;
  height: .85rem;
  display: flex;
  font-weight: normal;
  font-size: .5rem;
  color: #fff;
  border-radius: .4rem;
  margin: .25rem auto 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #0051a5, #d1e0ef);
}

.ban4 .jiaoshi .mySwiper .swiper-slide .ls_right p {
  font-size: .5rem;
  color: #333;
  line-height: .75rem;
  margin-top: .5rem;
}

.ban4 .jiaoshi .mySwiper .swiper-slide .ls_right p b {
  width: 2.6rem;
  height: 0.8rem;
  margin-right: .5rem;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: normal;
  font-size: .5rem;
  color: #ce472e;
  border-radius: .75rem 0 .75rem 0;
  border: 1px dashed #ce472e;
}

.ban4 .jiaoshi .mySwiper .swiper-slide .ls_right p:last-child b {
  margin-bottom: 2.6rem;
}

.ban4 .jiaoshi .mySwiper .swiper-slide .ls_right p:last-child b.lineH {
  margin-bottom: 1.6rem;
}

.ban4 .jiaoshi .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  background-color: #cccccc;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 4px !important;
}

.ban4 .jiaoshi .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: .25rem;
  background-color: #ce472e;
}

.ban4 .jiaoshi .ls_icon {
  width: 5.85rem;
  height: 1.5rem;
  display: block;
  margin: .75rem auto 0;
}

.ban4 .jiaoshi .ls_icon img {
  width: 5.85rem;
  height: 1.5rem;
}

.conpub .cent_btn {
  display: block;
  width: 10.13rem;
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(to right, #fd6b34, #fbc950);
  border-radius: 1rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  font-weight: bold;
  animation: ball-scale-multiple 1s 0s linear infinite alternate;
}

/* 感恩大回馈 */
.panel7 {
  padding-bottom: 0.2rem;
  height: 10.45rem;
  padding-top: 2rem;
  background: url(../images/ban7_bg.jpg) top center no-repeat;
  box-sizing: border-box;
  background-size: 100% 100%;
}

.panel7 .yhzds_main_Rlist {
  background: #ffffff;
  border: 1px solid #f66d21;
  box-sizing: border-box;
  padding: 0.3rem 1rem;
}

.panel7 .yhzds_main_Rlist ul li {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  border-bottom: 0.025rem dashed #ce472e;
  box-sizing: border-box;
  position: relative;
  padding-left: 1rem;
}

.panel7 .yhzds_main_Rlist ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0.675rem;
  height: 0.675rem;
  left: 0rem;
  top: 0.375rem;
  background: url(../images/youhui_icon.png) 0 0 no-repeat;
  background-size: 100% 100%;
  animation: ballon3 3s infinite;
}

.panel7 .yhzds_main_Rlist ul li span {
  display: inline-block;
  border-radius: 0.5rem;
  width: 3.825rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.55rem;
  background: #ce472e;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.panel7 .yhzds_main_Rlist ul li a {
  font-size: 0.55rem;
  color: #2b2b2b;
  margin-left: 0.25rem;
  transition: all .3s;
}

.panel7 .yhzds_main_Rlist ul li a b {
  color: #ce472e;
}

.panel7 .yhzds_main_Rlist ul li a:hover {
  color: #ce472e;
}

.panel7 .yhzds_main_Rlist p {
  margin-top: 0.375rem;
}

.panel7 .yhzds_main_Rlist p img {
  width: 5.3rem;
  height: 0.5rem;
  margin-left: 0.95rem;
}

.panel7 .yhzds_main_Rlist a.zixunbtn {
  display: block;
  margin: 0 auto;
  width: 10.35rem;
  height: 1.15rem;
  line-height: 1.15rem;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.3rem;
  border-radius: 1rem;
  animation: scale2 2s linear infinite;
  background-image: linear-gradient(to right, #ce472e, #b11714);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .2);
}

/* 项目推荐 */
.panel8 {
  padding-bottom: 0.5rem;
  background: #9f0509;
}

.panel8 .tit_bg {
  height: 2.175rem;
  padding-top: 2rem;
  background: url(../images/ban8_bg.jpg) top center no-repeat;
  box-sizing: border-box;
  background-size: 100% 100%;
}

.panel8 .panel8_main ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.panel8 .panel8_main ul li {
  width: 8.4rem;
  height: 5.25rem;
  box-sizing: border-box;
  padding: 0.25rem 0;
  text-align: center;
  margin-bottom: 0.6rem;
}

.panel8 .panel8_main ul li:nth-child(1) {
  background: url(../images/xmtj_bg01.png) center no-repeat;
  background-size: 100% 100%;
}

.panel8 .panel8_main ul li:nth-child(1) a {
  margin-top: 0.7rem;
}

.panel8 .panel8_main ul li:nth-child(2) a {
  margin-top: 0.7rem;
}

.panel8 .panel8_main ul li:nth-child(2) {
  background: url(../images/xmtj_bg02.png) center no-repeat;
  background-size: 100% 100%;
}

.panel8 .panel8_main ul li:nth-child(3) {
  background: url(../images/xmtj_bg03.png) center no-repeat;
  background-size: 100% 100%;
}

.panel8 .panel8_main ul li:nth-child(4) {
  background: url(../images/xmtj_bg04.png) center no-repeat;
  background-size: 100% 100%;
}

.panel8 .panel8_main ul li dl {
  text-align: center;
  margin-top: 0.5rem;
}

.panel8 .panel8_main ul li dl dt {
  font-size: 0.55rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
  color: #000000;
}

.panel8 .panel8_main ul li dl dt span {
  color: #991618;
}

.panel8 .panel8_main ul li dl dd {
  font-size: 0.5rem;
  margin-top: 0.25rem;
  color: #000000;
  line-height: 1.5;
}
.panel8 .panel8_main ul li dl dd b.font_gap{letter-spacing: -1px;}

.panel8 .panel8_main ul li a {
  display: block;
  margin: 0 auto;
  width: 4.125rem;
  height: 0.925rem;
  margin-top: 0.2rem;
  line-height: 0.925rem;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1rem;
  animation: scale2 2s linear infinite;
  background-image: linear-gradient(to right, #ce472e, #b11714);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .2);
}

/* 预约领取 免费资料 */
.box11 {
  height: 23.775rem;
  background: url(../images/ban9_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 2.85rem;
}

input,
button {
  border: none;
  box-sizing: border-box;
  outline: 0;
}

.box11 .box11-content {
  width: 17.4rem;
  height: 20.85rem;
  background: url(../images/form-03.jpg) center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -0.325rem;
}

.box11 .form-zl {
  box-sizing: border-box;
  padding: 13rem 1.3rem 0;
  width: 100%;
}

.box11 .form-zl .form-item {
  background: #fff;
  border-radius: .7rem;
  height: 1.425rem;
  line-height: 1.425rem;
  margin-bottom: .5rem;
  width: 14.725rem
}

.box11 .form-zl .form-item input {
  height: 1.425rem;
  width: 14.725rem;
  border-radius: 0.7rem;
  text-indent: 0.5rem;
}

.box11 .common-txt {
  color: #454545;
  display: inline-block;
  width: 100%
}

.box11 .lq-btn {
  background-image: linear-gradient(96deg, #fecd4d, #fe7e00);
  border-radius: .7rem;
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  height: 1.425rem;
  line-height: 1.425rem;
  margin-top: .5rem;
  text-align: center;
  width: 14.675rem;
  animation: ballon7 1s linear infinite;
}

/* 雅思/托福/爱德思官方合作伙伴 */
.content9_bg {
  padding-bottom: 0.2rem;
  height: 18.3rem;
  padding-top: 0.1rem;
  background: url(../images/ban11_bg.jpg) top center no-repeat;
  box-sizing: border-box;
  background-size: 100% 19rem;
  padding-top: 2.5rem;
}

.content9_bg ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.content9_bg ul li {
  width: 8.28rem;
  height: 7rem;
  margin-bottom: 0.8rem;
}

.content9_bg ul li:nth-child(3) {
  margin-bottom: 0;
}

.content9_bg ul li:nth-child(4) {
  margin-bottom: 0;
}

.content9_bg ul li img {
  width: 8.4rem;
  height: auto;
}
.content9_bg ul li:nth-child(2n) img{
  width: 8.25rem;
}

.content9_bg ul li p {
  color: #fff;
  font-size: 0.6rem;
  margin-top: 0.2rem;
  text-align: center;
}

.content9_bg ul li p.last  {
  white-space: nowrap;
  position: relative;
  left: -.4rem;
}

/* 选择新航道 */
.content12_bg {
  height: 12rem;
  background: url(../images/ban12_bg.jpg) top center no-repeat #a30509;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 1.7rem;
}
.content12_bg .changeBtn{
  width: 15rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.content12_bg .changeBtn li{
  width: 3.65rem;
  height: 1.15rem;
  background: #ffe1ae;
  border-radius: 1.25rem;  
}
.content12_bg .changeBtn li p{
  background-image: linear-gradient(to bottom, #f1281b, #b93d46  90%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 0.6rem;
  text-align: center;
  line-height: 1.15rem;
  font-weight: bold;
}

.content12_bg .changeBtn li.act{
  background: linear-gradient(96deg, #fecd4d, #fe7e00);
}
.content12_bg .changeBtn li.act p{
  background-image: linear-gradient(to bottom, #fff 50%, #cba5a5);
  -webkit-background-clip: text;
  color: transparent;
}

.content12_bg .imgBox{
  width: 17.25rem; /*690*/
  height: 7.5rem;/*300*/
  background: linear-gradient(to bottom, #fff6c0, #fdbd76);
  border-radius: .75rem;
  margin: .5rem auto 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content12_bg .innerBox{
  width: 17.15rem;
  height: 7.4rem;
  background: linear-gradient(to bottom, #ffdfaf, #ffc78a);
  border-radius: .7rem;
}

.content12_bg .swiper_img{
  width: 16.75rem;
  height: 6.2rem;
  margin: .5rem auto;
  overflow: hidden;
  position: relative;
}
.content12_bg .swiper_img ul{
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.content12_bg  .swiper_img img{  
  border: .1rem solid #fff;
  box-sizing: border-box;
  width: 4.05rem;
}