html {
  font-size: 13.33333333vw;
}
body {
  font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica;
}
html,body {
  width: 100%;
}
body,
ul,
li,
span,
p,
font,
div,
fieldset,
legend,
img,
input,
form,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
dl,
dd,
dt {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
a {
  color: #FFF;
  font-weight: lighter;
}
a:link {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a{
  -webkit-tap-highlight-color:transparent;
}
::selection {
  color: #fff;
  background: #9d496a;
}
ul,li{
  list-style: none;
}
header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: sticky;
  padding: 0 0.3rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.94rem;
  line-height: 0.94rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 0.01rem rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 99;
}
.menu_name {
  font-size: 0.4rem;
  line-height: 0.94rem;
}
.menu_name::before{
  color: #000;
}
header .logo_name {
  width: 3rem;
  height: 0.38rem;
  margin: auto 0;
  background: url("../../../images/home/pic-logo-purple.svg") center no-repeat;
  background-size: cover;
}
header .iconfont {
  color: #333;
  font-size: 0.52rem;
}

.k-head-content {
  margin: 0;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: scroll;
}
.am-drawer-sidebar {
  z-index: 2;
  position: absolute;
  transition: transform 0.3s ease-out;
  will-change: transform;
  overflow-y: auto;
}

.my-drawer .am-drawer-sidebar {
  background-color: #fff;
  position: fixed;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-content {
  width: 4.2rem;
  border-top: solid 0.01rem rgba(0, 0, 0, 0.1);
}

.drawer-content ul {
  padding-top: 0.26rem;
  margin-top: 0.94rem;
  overflow: auto;
  height: 99.06vh;
  -webkit-overflow-scrolling: touch;
}

.drawer-content ul li {
  line-height: 0.86rem;
  height: auto;
}

.drawer-content ul .cn {
  line-height: 0.86rem;
  height: auto;
  padding-right: 0.4rem;
  font-size: 0;
  padding-left: 0.61rem;
}

.drawer-content .cn a, .drawer-content .cn span {
  color: #666666;
  font-size: 0.35rem;
  display: inline-block;

}
.drawer-content .cn span{
  padding:0 0.1rem
}
.drawer-content .cn .active{
  color:#9d496a
}
.drawer-content ul li .first-level {
  display: block;
  color: #666;
  font-size: 0.36rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}


.drawer-content ul li .first-level .title {
  vertical-align: middle;
  padding: 0 0.14rem 0 0.2rem;
}

.am-drawer-open.am-drawer.am-drawer-right .am-drawer-sidebar {
  box-shadow: -1PX 1PX 2px rgba(0, 0, 0, 0.15);
}
.drawer-content .my-accordion .pad h2 {
  color: #666;
  font-size: 0.36rem;
}

.drawer-content .my-accordion .pad {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.drawer-content .my-accordion .pad h2 .title {
  vertical-align: middle;
  padding: 0 0.14rem 0 0.2rem;
}

.am-accordion .am-accordion-item .am-accordion-header {
  position: relative;
  color: #000;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  box-sizing: content-box;
  padding-left: 15px;
  padding-right: 30px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.drawer-content ul li .first-level {
  display: block;
  color: #666;
  font-size: 0.36rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.drawer-content .am-accordion .am-accordion-item .am-accordion-header {
  padding: 0;
}

.my-drawer {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  min-height: calc(100vh - 1.8rem);
}

.am-drawer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
  z-index: 2;
}

.am-accordion .am-accordion-item .am-accordion-header i {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.am-accordion .am-accordion-item .am-accordion-header i {
  right: -9999px;
}

.drawer-content .am-accordion .am-accordion-item .am-accordion-header > i {
  right: 0;
  background-image: url(../../../images/home/arrow.png);
  transform: rotate(270deg);
}

.am-drawer.am-drawer-right .am-drawer-sidebar {
  transform: translateX(120%);
}
.am-drawer.am-drawer-right .am-drawer-sidebar {
  right: 0;
  transform: translateX(100%);
}

.am-drawer-open.am-drawer.am-drawer-right .am-drawer-sidebar {
  box-shadow: -1PX 1PX 2px rgba(0, 0, 0, 0.15);
}

section {
  position: relative;
  background: #f5f5f5;
}
section .banner_index .product-image {
  display: inline-block;
  width: 100%;
  height: 7.6rem;
}
section .banner_index .product-image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
section .news-title-box {
  padding: 0.1rem 0rem 0.1rem 0rem;
}
.game-title-box{
  background:#ffffff
}
section .extra-more {
  float: right;
  height: 0.4rem;
  color: #999999;
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin-top: 0.4rem;
}
section .news_index h1 {
  font-size: 0.3rem;
  font-weight: 600;
  color: #333;
  text-indent: 0.3rem;
  padding-bottom: 0.18rem;
  border-bottom: solid 0.01rem rgba(0, 0, 0, 0.1);
}
section .news_index h1 span {
  color: #666;
  font-size: 0.24rem;
  margin-left: 0.04rem;
  font-weight: 300;
}
section .news_index ul {
  padding: 0.3rem 0.3rem 0;
}
section .news_index ul li a {
  display: block;
  padding-bottom: 0.3rem;
  line-height: 0.28rem;
  font-size: 0.28rem;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .news_index ul li div {
  width: 5.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section .news_index ul li div i {
  font-size: 0.28rem;
  color: #d7d7d7;
  margin-left: -0.1rem;
  width: 0.2rem;
}
section .news_index ul li span {
  color: #c4c4c4;
  font-size: 0.2rem;
}
section .extra-more span {
  color: #666666;
  font-size: 0.24rem;
}
section .news_index .more {
  margin: 0 0.3rem 0.45rem;
  background: #ececec;
  line-height: 0.8rem;
  color: #666666;
  font-size: 0.3rem;
  text-align: center;
  display: block;
  border-radius: 1px;
}
.foot-title {
  height: 0.76rem;
  line-height: 0.76rem;
  font-size: 0.24rem;
  color: #666;
  border-bottom: solid 1px #f1f1f1;
  text-align: center;
}
.am-accordion .am-accordion-item .am-accordion-content {
  overflow: hidden;
  background: #fff;
}

.am-accordion .am-accordion-item .am-accordion-content-active {
  display:none
}

.drawer-content .my-accordion .pad a {
  display: block;
  line-height: 0.58rem;
  color: #666;
  font-size: 0.3rem;
  text-align: left;
  text-indent: 0.2rem;
  color: #929292;
}
.drawer-content .my-accordion .pad a.first-level{
  color:#666
}

.drawer-content .my-accordion .pad .title_border {
  border-left: 0.06rem solid #afafaf;
  padding-left: 0.1rem;
  height: 0.24rem;
  color: #afafaf;
  font-size: 0.24rem;
  line-height: 100%;
  text-indent: 0;
  margin-left: 0.6rem;
  margin-top: 0.22rem;
  margin-bottom: 0.1rem;
}

.am-drawer-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0.4);
}
div:focus{
  background-color: #ffffff;
}
footer {
  position: relative;
  text-align: center;
  font-size: 0.18rem;
  color: #a4a4a4;
  line-height: 0.32rem;
}
footer h3 {
  height: 0.76rem;
  line-height: 0.76rem;
  font-size: 0.24rem;
  color: #666;
  border-bottom: solid 1px #f1f1f1;
}
footer aside {
  background: #252525;
  padding: 0.26rem 0;
}

.banner{
    height: 2.5rem;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.banner .banner-text{
  color: #ffffff;
  text-indent: 0.6rem;
  position: absolute;
  bottom: 1.4rem;
  width: 6rem;
}
.banner .title{
    font-size: 0.5rem;
}
.banner .englishTitle{
    font-size: 0.3rem;
}
.course-content{
  padding-bottom:0.3rem
}
.common-title{
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
    padding-right: 0.3rem;
}
.common-title .name{
    font-weight: bold;
    position: relative;
    padding-left: 0.5rem;
}
.common-title .name::before{
  position:absolute;
  content:"";
  height: 0.4rem;
  width: 4px;
  background: #9D496B;
  top: 0.08rem;
  left: 0.3rem;
}
.common-title .engList{
    color: #999999;
    font-size: 0.28rem;
}


.game_content {
  padding: 0.1rem 0.3rem;
  background: #ffffff;
}

.game_content article {
  padding: 0.26rem 0;
  padding-right: 0.2rem;
  background: #f4f4f4;
  margin-bottom: 0.2rem;
}

.game_content article a{
  width:100%;
  height:100%;
  display:block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.game_content .logo_url {
  width: 2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  float: left;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.game_content div {
  margin-left: 2.4rem;
  min-height: 1.3rem;
}

.game_content h3 {
  color: #333;
  font-size: 0.24rem;
  /* text-indent: 0.08rem; */
  height: 0.24rem;
  line-height: 100%;
  margin-bottom: 0.16rem;
  font-weight: 600;
  padding-top: 0.2rem;
}

.game_content div p {
  color: #858585;
  font-size: 0.2rem;
  line-height: 0.32rem;
  width: 4.3rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* -webkit-box-orient: vertical;
  text-overflow: ellipsis; */
}
