﻿@import "icon/iconfont.css"/*tpa=/assets/icon/iconfont.css*/;
body{background:url(../static/images/bg.jpg) top center no-repeat #0a090f;background-attachment:fixed; }
.headerr{width:600px; height:400px; margin:0 auto; background-image:url(../static/images/logo11.png);align-items: center; }
/* 选择所有带有 class="date" 的元素 */
.date {
    color: gray; /* 默认日期颜色为灰色 */
}
 
/* 选择今天日期的元素，并将颜色设置为红色 */
.date-today {
    color: red;
}
.tp_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp_flex_size {
  font-size: 12px !important;
}
.new_a {
  color: inherit;
}
.lf_float {
  float: center;
}
.chat{
  position: fixed;
  z-index: 999999;
  right: 0;
  bottom: 167px;
  cursor: pointer;
  background: url("../static/images/chat.png")/*tpa=/static/images/chat.png*/;
  width: 45px;
  height: 327px;
}
.rg_float {
  position: absolute;
  top: 0;
  right: 0;
}
.a_size {
  display: block;
  width: 100%;
  height: 100%;
}
.new_box_sz {
  width: 1280px;
  height: auto;
  margin: 25px auto;
}
.tp_header {
  height: 80px;
  width: 100%;

font-size:16px; height:80px; line-height: 80px; background-color: #0000006c;margin: 0 auto;width: 100%;border: 0px dashed #5a5a5a;
  position: fixed;
  top: 0;
  z-index: 886;
  align-items: center;
  display: flex;
}
.hd_size {
  width: 69%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lf_box {
  position: relative;
  left: -16px;
  top: 15px;

}
.rg_box {
color: #ffffff;
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rg_help {
  position: relative;
}
.rg_help:hover .help_box {
  display: block;
  cursor: pointer;
}
.rg_help:hover .help_a {
  color: #893929 !important;
}
.rg_help:hover .ic_acitve {
  display: inline-block;
  transform: rotate(180deg);
  color: #893929;
}
.help_box {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 9998;
  top: 16px;
}
.pull_ic {
  width: 20px;
  height: 20px;
}
.help_top {
  width: 10%;
  height: auto;
  margin-top: 10px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
.help_top .hp_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.help_top .hp_ul li {
  width: 100%;
  height: 30px;
  font-size: 15px;
  font-family: Fontquan-XinYiJiXiangSong;
  font-weight: 400;
  color: #3D3C4E;
  line-height: 30px;
  text-align: center;
}
.help_top .hp_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.help_top .hp_ul li a:hover {
  color: #893929;
}
.help_top::after {
  position: absolute;
  top: 5px;
  right: calc(50% - 5px);
  width: 10px;
  height: 10px;
  z-index: 9999;
  content: "";
  background: #fff;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.rg_title a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
}
.options_active {
  color: #eca222 !important;
}
.rg_title a:hover {
  color: #eca222;
}
.tp_box_background {
  width: 100%;
  height: 100px;
  margin: auto;
  margin-top: 88px;
 
}
.new_ct {
  width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: -201px;
  box-sizing: border-box;
}
.item2{
  width: 300px;
  border: 1px solid rgba(230,230,230);
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.07);
  border-radius: 8px;
}
.item2 .intro .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  color: #333;
}
.item2 .intro .line {
  margin: 6px 0;
  width: 40px;
  height: 2px;
  background-color: #ffb040;
  border-radius: 1px;
}
.item2 .intro{
  padding: 19px;
}
.item2 .intro .subtitle {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0;
  color: #666;
}
.new_bg_pd {
  background: url("../static/images/bgBig2.png")/*tpa=/static/images/bgBig2.png*/ no-repeat;
  width:306px;
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.2);
  border-radius: 13px;
  background-size: 100% 100%;
}
.new_ul::-webkit-scrollbar {
  width: 5px;
}

.new_ul::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #393939;
}

.new_ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #9f9d9d;
}
.recom_pd {
  margin: 13px 0 0 130px;
  font-size: 12px;
  font-family: Fontquan-XinYiJiXiangSong;
  font-weight: 400;
  color: #D4C8FF;
}
* {
  margin: 0;
  padding: 0;
}
a{
  text-decoration:none;
}
.login-btn{
  width: 101px;
  height: 36px;
  background: #FFB82C;
  border-radius: 18px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.new_ul {
  width: 275px;
  height: 235px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 55px;
}
.new_ul_list {
  list-style: none;
}
.new-ul-two {
  width: 270px;
  height: 38px;
  display: inline-block;
}
.new-ul-h2 {
  font-size: 22px;
  color: #3B74A9;
  margin: 10px 0 10px 20px;
  font-weight: 400;
}
.new-ul-h2 i {
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  background: #eb4640;
}
.new-ul-h2 span {
  margin-left: 14px;
  font-weight: bold;
}
.new-ul-span {
  float: right;
  font-size: 17px;
  font-weight: bold;
  height: 43px;
  line-height: 43px;
  color: #000;
}
.new_li {
  width: 270px;
  height: 38px;
  box-sizing: border-box;
  position: relative;
}
.new_li_box {
  display: block;
  width: 240px;
  height: 37px;
  margin: auto;
  border-bottom: 1px solid #dfdee6;
  margin-left: 20px;
}
.new_li:last-child .new_li_box {
  border-bottom: 0;
  margin-bottom: 16px;
}
.new_li_tt {
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  font-weight: bold;
  color: #292929;
}
.new_li_tt a {
  color: inherit;
}
.new_lb {
  float: left;
  height: 36px;
  line-height: 36px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #656565;
background: url("../static/images/hot.gif")/*tpa=/static/images/chat.png*/;
}
.new_lb a {
  color: inherit;
}
.new_bt {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  margin: 8px 6px 0 0;
  width: 48px;
  height: 22px;
  background: linear-gradient(0deg, #8C68FF, #627CFD);
  border-radius: 3px;
  font-size: 12px;
  font-family: 宋体;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.new_bt:hover {
  background: linear-gradient(0deg, #9879FF, #7289FF);
}

.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  margin: 0 10px;
  background: #fff !important;
  opacity: 1 !important;
  border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 11px !important;
  height: 11px !important;
  background-color: #7946a6 !important;
  border: 1px solid #fff;
}
.swp_aff_cot {
  white-space: nowrap;
  display: inline-block;
  animation: marqueeAnim 9s linear 0s infinite;
}
@keyframes marqueeAnim {
  0% {
    transform: translateX(30vw);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ck_aff {
  float: left;
  margin-left: 10px;
  font-size: 14px;
  font-family: 宋体;
  font-weight: 400;
  color: #FFC258;
  line-height: 35px;
}
.ck_aff:hover {
  color: #ffd080;
}
.ck_aff a {
  color: inherit;
}
.new_course {
  float: left;
  height: 300px;
  width: 251px;
}
.new_pt {
  position: relative;
  width: 251px;
  height: 145px;
}
.new_pt .new_tp_img {
  position: absolute;
  width: 251px;
  height: 145px;
  overflow: hidden;
}
.new_pt .new_tp_img .new_lm {
  width: 251px;
  height: 145px;
  background: url("../static/images/bgTeaching1.png")/*tpa=/static/images/bgTeaching1.png*/;
  transition: all 0.6s;
}
.new_pt .new_tp_img .new_lm:hover {
  transform: scale(1.2);
}
.new_pt .new_lm1 {
  width: 251px;
  height: 145px;
  background: url("../static/images/bgTeaching2.png")/*tpa=/static/images/bgTeaching2.png*/;
  transition: all 0.6s;
}
.new_pt .new_lm1:hover {
  transform: scale(1.2);
}
.mn_pt {
  position: absolute;
  top: 17px;
  left: 14px;
  font-size: 22px;
  font-family: Fontquan-XinYiJiXiangSong;
  font-weight: bold;
}
.lm_title {
  position: absolute;
  top: 17px;
  left: 14px;
  font-size: 22px;
  font-family: Fontquan-XinYiJiXiangSong;
  font-weight: bold;
  color: #7B61C5;
}
.mn_btn {
  position: absolute;
  left: 14px;
  top: 60px;
  width: 62px;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  font-family: 宋体;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
}
.lm_btn {
  position: absolute;
  left: 14px;
  top: 60px;
  width: 62px;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  font-family: 宋体;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #6858a794;
  color: #7563B5;
  border-radius: 3px;
}
.lm_btn a {
  color: inherit;
}
.lm_btn:hover {
  background: #816FD8 !important;
  color: #FFFFFF !important;
}
.ln_title {
  position: absolute;
  top: 17px;
  left: 14px;
  font-size: 22px;
  font-family: Fontquan-XinYiJiXiangSong;
  font-weight: bold;
  color: #4B8CC4;
}
.ln_btn {
  position: absolute;
  left: 14px;
  top: 60px;
  width: 62px;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 3px;
  border: 1px solid #8AACC4;
  color: #3689C3;
}
.ln_btn a {
  color: inherit;
}
.ln_btn:hover {
  background: #3095DC !important;
  color: #FFFFFF !important;
}
.lg_box {
  width: 285px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF9EF;
}
.lg-bt-bg{
  background: white;
  width: 100%;
}
.tx_img {
  width: 100px;
  height: 100px;
  margin-top: 48px;
  background: url("../static/images/iconhead1.png")/*tpa=/static/images/iconhead1.png*/;
  margin-bottom: 20px;
}
.tx_imges {
  width: 100px;
  height: 100px;
  margin-top: 30px;
  position: absolute;
  left: 70px;
  background: url("../static/images/iconhead2.png")/*tpa=/static/images/iconhead2.png*/;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tx_imges .tx_img_size {
  margin-top: 5px;
  margin-left: 0px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
}
.tx_row {
  font-size: 16px;
  color: #333;
  margin-bottom:16px;
}
.ic_lf {
  width: 51px;
  height: 13px;
  background: url("../static/images/lf-0.png")/*tpa=/static/images/lf-0.png*/;
}
.ic_rg {
  width: 51px;
  height: 13px;
  background: url("../static/images/lf-1.png")/*tpa=/static/images/lf-1.png*/;
}
.lg_btn {
  width: 232px;
  height: 40px;
  background-color: #ffb82c;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 27px auto 33px auto;
}

.lg_succ {
  position: absolute;
  bottom: 34px;
  margin: 0 20px;
  width: 192px;
}
.lg_succ .succ_lf {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  width: 87px;
  height: 33px;
  background: url("../static/images/new/btnRed1.png")/*tpa=/static/images/new/btnRed1.png*/ no-repeat center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #010101;
  line-height: 33px;
}
.lg_succ .succ_lf:hover {
  background: url("../static/images/new/btnRed2.png")/*tpa=/static/images/new/btnRed2.png*/ no-repeat center;
}
.lg_succ .succ_lf .succ_tt {
  font-size: 15px;
  font-family: zihun95hao-shoukesong;
  font-weight: bold;
  color: #2C51BC;
}
.lg_succ .succ_rg {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 87px;
  height: 33px;
  background: url("../static/images/new/btnBlue1.png")/*tpa=/static/images/new/btnBlue1.png*/ no-repeat center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #010101;
  line-height: 33px;
}
.lg_succ .succ_rg:hover {
  background: url("../static/images/new/btnBlue2.png")/*tpa=/static/images/new/btnBlue2.png*/ no-repeat center;
}
.lg_succ .succ_rg .succ_cz {
  font-size: 15px;
  font-family: zihun95hao-shoukesong;
  font-weight: bold;
  color: #BA5010;
}
.nav_size {
  padding: 20px 15px 0 15px;
  box-sizing: border-box;
  height: 64px;
  background: #f8f8f8;
  border-radius: 6px
}

.nav_size   .nav_lf_tt {
  float: left;
  margin-right:  18px ;
  font-size: 20px;
  font-weight: bold;
  color: #8F9295;
  cursor: pointer;
  position: relative;
}
.nav_size   .nav_lf_tt:hover {
  color: #3B74A9 !important;
}
.nav_size   .nav_lf_tt:hover::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #3B74A9;
}
.nav_size   .nav-left-i {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 19px;
  height: 23px;
  background: url("../static/images/new/1_11.gif")/*tpa=/static/images/new/1_11.gif*/ no-repeat;
  background-size: 100% 100%;
}
@keyframes mymove {
  0% {
    top: -36px;
  }
  50% {
    top: -32px;
  }
  100% {
    top: -36px;
  }
}
.nav_size   .nv_active {
  width: auto;
  height: auto;
  text-align: center;
  color: #3B74A9;
  position: relative;
}
.nav_size   .nv_active::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #3B74A9;
}
.nav_size  .nav_zj {
  height: 31px;
}
.nav_size  .nav_zj .zj_size {
  margin-right: 8px;
  float: left;
  padding: 0 8px;
  height: 29px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #C9C9C9;
  border-radius: 15px;
  font-size: 14px;
  font-family: 宋体;
  font-weight: 400;
  color: #878789;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}
.nav_size  .nav_zj .zj_size:last-child {
  margin-right: 0;
}
.nav_size  .nav_zj .zj_size:hover {
  border: 1px solid #893929 !important;
  color: #893929 !important;
}
.nav_size  .nav_zj .zj_active {
  border: 1px solid #893929 !important;
  color: #893929 !important;
}
.nav_size  .nav_zj .zj_size a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}
.nav_size  .nav_ss {
  width: 150px;
  float: left;
  height: 27px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #C9C9C9;
  border-radius: 14px;
  margin: 0 10px;
}
.nav_size  .nav_ss .nav_fm {
  height: 27px;
}
.nav_size  .nav_ss .nav_fm .ss_icon {
  float: left;
  border: 0;
  outline: none;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url("../static/images/iconMagnifier.png")/*tpa=/static/images/iconMagnifier.png*/;
}
.nav_size  .nav_ss .nav_fm .ss_pl {
  float: left;
  width: 106px;
  padding: 0;
  margin: 0;
  border: 0;
  height: 27px;
  background: none;
  outline: none;
}
.nav_size  .nav_ss .nav_fm .ss_pl:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f2f3f5 inset !important;
}
.gm_box {
  width: 1280px;
  padding-bottom: 8px;
  margin: 0 auto;
}
.item2 img{
    width: 100%;
    height: 200px;
  border-radius: 8px;
}
.item2 img:hover{
  transform: scale(1.05);
  transition: all .2s linear
}
.gm_box .gm_flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.gm_box .gm_size {
  height: auto;
  background: #fff;
  border: 1px solid rgba(46, 42, 42, 0.2);
  border-radius: 4px;
  position: relative;
  padding: 7px;
}
.gm-bottom{
  display: flex;
  justify-content:space-between;
  padding: 5px 16px  0 16px;
}
.icon_computer {
  width: 40px;
  height: 40px;
  margin-right: 2px;
  vertical-align: top;
  background: url("../images/icon_computer.png")/*tpa=/images/icon_computer.png*/ no-repeat left center;
  display: inline-block;
  scale: 0.8;
}
.icon_computerr {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
  background: url("../images/icon_computerr.png")/*tpa=/images/icon_computer.png*/ no-repeat left center;
  display: inline-block;
scale: 1;
}
.gm_size h4 {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 19px;
  font-weight: normal;
  color: #000000;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #d9d5d6;
}
.gm_size h4 span {
  float: right;
  line-height: 30px;
  font-size: 16px;
  color: #373737;
  margin-top: 5px;
  max-width: 150px;
  text-overflow: ellipsis;
}
.gm_size ._text {
  height: 34px;
  line-height:34px;
  overflow: hidden;
  font-size: 14px;
  color: #8a8a8a;
  border-bottom: 1px dashed #d9d5d6;
  padding: 0 6px;
}
.gm_box .gm_size .gm_sz_ov {
  width: 298px;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.gm_box .gm_size .gm_sz_ov:hover .gm-cover {
  top: 0;
}
.gm_box .gm_size .gm_sz_ov .gm_img {
  border-radius: 2px 2px 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.gm_box .gm_size .gm_sz_ov .gm-cover {
  width: 100%;
  height: 200px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px 4px 0px 0px;
  left: 0;
  top: -200px;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 18px 0;
  transition: 0.3s all;
}
.gm_box .gm_size .gm_sz_ov .gm-cover a {
  color: inherit;
}
.gm_box .gm_size .gm_sz_ov .gm-cover h2 {
  padding: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 10px 0 20px 0;
}
.gm_box .gm_size .gm_sz_ov .gm-cover p {
  display: flex;
  flex-wrap: wrap;
}
.gm_box .gm_size .gm_sz_ov .gm-cover p span {
  position: relative;
  display: block;
  color: #fff;
  margin-right: 18px;
  padding-right: 10px;
  margin-bottom: 6px;
}
.gm_box .gm_size .gm_sz_ov .gm-cover p span:nth-child(4n)::after {
  display: none;
}
.gm_box .gm_size .gm_sz_ov .gm-cover p span:nth-child(4n) {
  margin-right: 0;
}
.gm_box .gm_size .gm_sz_ov .gm-cover p span::after {
  position: absolute;
  content: '';
  height: 14px;
  width: 2px;
  background: #fff;
  left: 56px;
  top: 4px;
}
.gm_box .gm_size .gm_sz_jp {
  position: absolute;
  z-index: 2;
  top: -3px;
  right: -3px;
  width: 63px;
  height: 63px;
  background: url("../static/images/new/iconpopular.png")/*tpa=/static/images/new/iconpopular.png*/;
  background-size: 100% 100%;
}
.gm_box .gm_size .gm_sz_xf {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  width: 63px;
  height: 63px;
  background: url("../static/images/new/iconXinfu.png")/*tpa=/static/images/new/iconXinfu.png*/;
  background-size: 100% 100%;
}
.gm_box .gm_size .gm_sz_pkb {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  width: 63px;
  height: 63px;
  background: url("../static/images/new/iconPK.png")/*tpa=/static/images/new/iconPK.png*/;
  background-size: 100% 100%;
}
.gm_box .gm_size .gm-xf-pkb {
  position: absolute;
  z-index: 3;
  top: 5px;
  right: 5px;
  width: 63px;
  height: 63px;
  background: url("../static/images/new/iconXinfu.png")/*tpa=/static/images/new/iconXinfu.png*/;
  background-size: 100% 100%;
}
.gm_box .gm_size .gm-xj-pkb {
  position: absolute;
  z-index: 4;
  top: -3px;
  right: -3px;
  width: 63px;
  height: 63px;
  background: url("../static/images/new/iconxiajia.png")/*tpa=/static/images/new/iconxiajia.png*/;
  background-size: 100% 100%;
}
.gm_box .gm_size .gm_sz_shelves {
  position: absolute;
  z-index: 2;
  top: -3px;
  right: -3px;
  width: 63px;
  height: 63px;
  background: url("../static/images/new/iconxiajia.png")/*tpa=/static/images/new/iconxiajia.png*/;
  background-size: 100% 100%;
}
._btn_gamedown {
  line-height: 32px;
  font-size: 14px;
  color: #676767;
  border: 1px solid #dddddd;
  padding: 0 4px ;
}
.homedown {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  vertical-align: text-top;
  background: url("../images/homedown.png")/*tpa=/images/homedown.png*/  no-repeat left top;
  display: inline-block;
}
.homedown.homedown2x1 {
  background-position: -18px 0;
}
.homedownB {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  vertical-align: text-top;
  background: url("../images/homedown2.png")/*tpa=/images/homedown2.png*/ /*tpa=https://tp.5uj.com/images/homedown2.png*/ no-repeat left top;
  display: inline-block;
}
.homedownB.homedownB1x1 {
  background-position: 0 0;
}
.op_key {
  position: relative;
  width: 1547px;
  height: auto;
  margin: auto;
}
.op_key .vip_vc {
  float: left;
  margin-top: 3px;
  width: 5px;
  height: 25px;
  background: #454343;
  border-radius: 3px;
  margin-right: 10px;
}
.op_key .se_img {
  width: 100%;
  height: 209px;
  position: relative;
  margin-top: 20px;
}
.op_key .se_img .se_ft {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 52px;
  top: 40px;
  text-align: center;
  font-size: 37px;
  font-family: FandolSong;
  font-weight: bold;
  color: #2B2B2B;
  line-height: 52px;
}
.op_key .se_img .se_btn {
  position: absolute;
  top: 120px;
  left: 680.5px;
  width: 143px;
  height: 38px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 21px;
  font-family: Fontquan-XinYiJiXiangSong;
  font-weight: bold;
  color: #170703;
  line-height: 38px;
  background: url("../static/images/new/btnyellow1.png")/*tpa=/static/images/new/btnyellow1.png*/ no-repeat;
}
.op_key .se_img .se_btn:hover {
  background: url("../static/images/new/btnyellow2.png")/*tpa=/static/images/new/btnyellow2.png*/ no-repeat;
}
.op_key .se_img img {
  width: 1498.8px;
}
.bs_btm {
font-size:16px; 
height:80px; 
line-height: 20px;
margin: 0 auto;
width: 100%;
border:0px dashed #5a5a5a;
}
.gm_box_lb {
}
.vip_xuz {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  width: 1162px;
  height: 590px;
}
.vip_gb {
  position: absolute;
  top: 0;
  right: 190px;
  width: 20px;
  height: 20px;
  background: url("../static/images/iconclose1.png")/*tpa=/static/images/iconclose1.png*/;
  background-size: 100% 100%;
  cursor: pointer;
}
.vip_xz_img {
  position: relative;
  top: 20px;
  width: 100%;
  height: 570px;
  background: url("../static/images/bgpop.png")/*tpa=/static/images/bgpop.png*/;
  background-size: 100% 100%;
}
.vip_tt_img {
  position: absolute;
  top: 97px;
  left: 248px;
  width: 293px;
  height: 39px;
  background: url("../static/images/bgtitle.png")/*tpa=/static/images/bgtitle.png*/;
  background-size: 100% 100%;
  font-size: 23px;
  font-family: Fontquan-XinYiJiXiangSong;
  font-weight: bold;
  color: #8776AD;
  line-height: 39px;
  text-align: center;
}
.vip_xz_ct {
  position: absolute;
  top: 170px;
  left: 99px;
  width: 600px;
  height: auto;
}
.xz_icon {
  float: left;
  margin-right: 7px;
  margin-top: 1.5px;
  width: 12px;
  height: 12px;
  background: url("../static/images/xuhao.png")/*tpa=/static/images/xuhao.png*/;
  background-size: 100% 100%;
}
.vip_xz_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vip_xz_ul li {
  margin: 10px 0;
}
.vip_xz_ul li .xz_title {
  font-size: 15px;
  font-family: NSimSun;
  font-weight: 400;
  color: #331A6C;
  opacity: 0.86;
  line-height: 20px;
}
.vip_xz_ul li .xz_title span {
  color: #F6082F;
}
.gm_tablee {
height:30px;
line-height:30px;
float:left;
white-space:nowrap;
overflow:hidden;
border-right-style:solid;
border-right-width:0px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
  padding: 0 0 0 10px;
  text-align: center;
  width:100%;
border-radius: 5px;
}
.gm_tablee .gm_tree {
border-radius: 5px;
  width:100%;
  background: #2C2C2C;
  height: 35px;
  font-size: 14px;
  font-family: 新宋体;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 35px;
}
.gm_tablee .gm_tree td {
border-radius: 5px;
border-width:0px;


}
.gm_tablee td:last-child {
border-radius: 5px;
  border-right: none;
}
.gm_jpp {
  background: #fff;

  height: 30px;
  font-size: 14px;
  font-family: 新宋体;
  color: #000000;
  line-height: 20px;
border-radius: 5px;
}
.gm_jpp:hover {
  background: #ffff00;
color:#FF0000;
}
.gm_jpp td {
border-radius: 5px;

}
.gm_table {
  table-layout: fixed;
  border-spacing: 0;
  border-top: 0px solid #3B2010;
  border-right: 0px solid #3B2010;
  border-left: 0px solid #3B2010;
  border-radius: 3px;
  text-align: center;
  width:100%;
}
.gm_table .gm_tr {
  width:100%;
  background: #2C2C2C;
  height: 40px;
  font-size: 16px;
  font-family: 新宋体;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}
.gm_table .gm_tr td {
border-width:0px;
border-style:solid; 
border-top:none;
box-shadow:0px 0px  25px 0px #aaa; 
}
.gm_table td:last-child {
  border-right: none;
}
.gm_jp {
  background: #fff;
box-shadow:0px 0px  25px 0px #aaa;
  height: 25px;
  font-size: 14px;
  font-family: 新宋体;
  color: #000000;
  line-height: 25px;
}
.gm_jp:hover {
  background: #ffff00;
color:#FF0000;
}
.gm_jp td {
  border-right: 1px solid #3B2010;
  border-bottom: 1px solid #3B2010;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gm_jp td .td_box {
  width: 65px;
}
.gm_jp td .td_box .tb_sc {
  float: left;
  width: 28px;
  height: 28px;
  background: url("../static/images/iconcollect1.png")/*tpa=/static/images/iconcollect1.png*/;
  background-size: 100% 100%;
}
.gm_jp td .td_box .tb_sc:hover {
  background: url("../static/images/iconcollect2.png")/*tpa=/static/images/iconcollect2.png*/ !important;
}
.gm_jp td .td_box .tb_sc a {
  display: block;
  width: 100%;
  height: 100%;
}
.gm_jp td .td_box .tb_sc_active {
  float: left;
  width: 28px;
  height: 28px;
  background: url("../static/images/iconcollect2.png")/*tpa=/static/images/iconcollect2.png*/ !important;
  background-size: 100% 100%;
}
.gm_jp td .td_box .tb_sc_active a {
  display: block;
  width: 100%;
  height: 100%;
}
.gm_jp td .td_box .tb_xz {
  float: right;
  width: 28px;
  height: 28px;
  background: url("../static/images/icondownload1.png")/*tpa=/static/images/icondownload1.png*/;
  background-size: 100% 100%;
}
.gm_jp td .td_box .tb_xz a {
  display: block;
  width: 100%;
  height: 100%;
}
.gm_jp td .td_box .tb_xz:hover {
  background: url("../static/images/icondownload2.png")/*tpa=/static/images/icondownload2.png*/;
}
.gm_jp td .td_btn {
  margin: 0;
  padding: 0;
  border: 0;
  width: 50px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: linear-gradient(180deg, #DE9349, #F5C920);
  border-radius: 3px;
  font-size: 14px;
  font-family: 宋体;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.gm_jp td .td_btn a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}
.gm_jp td .td_btn:hover {
  background: linear-gradient(180deg, #d89a5b, #ffdb49);
}
.gm_jp td a {
  color: inherit;
}
.gm_jp td:last-child {
  border-right: none;
}
.gm_wjp {
  background: #fff !important;
}
.lb_jp_icon {
  margin-left: 4px;
  width: 27px;
  height: 25px;
  background: url("../static/images/jp.gif")/*tpa=/static/images/jp.gif*/;
}
.course_box {
  width: 1000px;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.course_box .course_tt {
  height: 100px;
  width: 337px;
  margin: 40px 0;
}
.course_box .course_tt .cur_img {
  width: 100%;
  height: 21px;
  background: url("../static/images/bgtext1.png")/*tpa=/static/images/bgtext1.png*/;
  background-size: 100% 100%;
}
.course_box .course_tt .cur_ft {
  margin: 9px 0;
  text-align: center;
  font-size: 31px;
  font-family: Source Han Serif SC;
  font-weight: bold;
  color: #000000;
}
.course_box .course_tt .cur_img1 {
  width: 100%;
  height: 21px;
  background: url("../static/images/bgtext2.png")/*tpa=/static/images/bgtext2.png*/;
  background-size: 100% 100%;
}
.course_box .vd_box {
  width: 912px;
  height: 518px;
  border: 8px solid #893929;
  background: #000;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.92) rotate(-6deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1) rotate(6deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1) rotate(-6deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.new-time {
  float: right;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  color: #8B100F;
  font-weight: bold;
}
.binding-phoneNum {
  margin: 33px 36px 49px 36px;
  width: 386px;
  display: inline-block;
  height: auto;
}
.binding-phoneNum .binding-ico {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  margin: auto;
}
.binding-phoneNum .binding-ico .ico-1 {
  width: 14px;
  height: 20px;
  float: left;
  background: url("../static/images/new/shouji.png")/*tpa=/static/images/new/shouji.png*/ no-repeat center;
  margin: 16px 0px 0 20px;
}
.binding-phoneNum .binding-ico .ico-2 {
  width: 16px;
  height: 20px;
  float: left;
  background: url("../static/images/new/anquan.png")/*tpa=/static/images/new/anquan.png*/ no-repeat center;
  margin: 16px 16px 0 20px;
}
.binding-phoneNum .binding-ico .phone-input {
  width: 332px;
  float: right;
  height: 50px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 15px;
  outline: none;
  border-radius: 4px;
}
.binding-phoneNum .binding-ico .phone-input::placeholder {
  color: #3d3d3d63;
}
.binding-phoneNum .binding-ico .code-input {
  float: left;
  width: 160px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 15px;
  outline: none;
  border-radius: 4px;
}
.binding-phoneNum .binding-ico .code-input::placeholder {
  color: #3d3d3d63;
}
.binding-phoneNum .binding-ico .code-btn {
  float: right;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #DA2E29;
  margin: 0;
  padding: 0;
  width: 126px;
  position: relative;
  background: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
}
.binding-phoneNum .binding-ico .code-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 1px;
  height: 15px;
  background: #DCDCDC;
}
.binding-phoneNum .binding-To {
  width: 398px;
  height: 63px;
  background: linear-gradient(180deg, #DE9349, #F5C920);
  box-shadow: 0px 5px 8px 0px rgba(99, 71, 160, 0.24);
  border-radius: 32px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 63px;
  border: 0;
  cursor: pointer;
}
.binding-phoneNum .binding-To:hover {
  background: linear-gradient(180deg, #d89a5b, #ffdb49);
}
.anti-addiction  {
  position: fixed;
  width: 73px;
  border-radius: 6px;
  height: 95.3px;
  background: url("../static/images/new/16.png")/*tpa=/static/images/new/16.png*/ no-repeat;
  background-size: 100% 100%;
  top: 0%;
  right: 2%;
  z-index: 10000;
  scale: 0.8;
}
.anti-guide {
  position: fixed;
  z-index: 10;
  right: 47%;
  top: 445px;
  width: 73px;
  margin-right: 848px;
}
.anti-guide a {
  display: block;
  width: 130px;
  height: 324px;
  background: url("../static/images/new/fd1.png")/*tpa=/static/images/new/fd1.png*/ no-repeat;
  background-size: 100% 100%;
}
.may-day-box {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.may-day-box .may-content {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 1038px;
  height: 635px;
  background: url("../static/images/hd/bg.png")/*tpa=/static/images/hd/bg.png*/ no-repeat;
  background-size: 100% 100%;
}
.may-day-box .may-content .may-i {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  background: url("../static/images/hd/iocngb.png")/*tpa=/static/images/hd/iocngb.png*/ no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.may-day-box .may-content .contrast-fh {
  position: absolute;
  top: 63px;
  right: 56px;
  width: 36px;
  height: 36px;
  background: url("../static/images/hd/iconwh.png")/*tpa=/static/images/hd/iconwh.png*/ no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.may-day-box .may-content .contrast-fh:hover .contrast-bz {
  display: block !important;
}
.may-day-box .may-content .contrast-fh .contrast-bz {
  display: none;
  position: absolute;
  z-index: 3;
  top: 38px;
  right: 14px;
  width: 676px;
  height: 220px;
  background: rgba(23, 11, 7, 0.9);
  border-radius: 7px;
}
.may-day-box .may-content .contrast-fh .contrast-bz .pad {
  padding: 22px 20px;
}
.may-day-box .may-content .contrast-fh .contrast-bz .pad h3 {
  font-size: 20px;
  color: #FFCC30;
  font-weight: bold;
  margin-bottom: 10px;
}
.may-day-box .may-content .contrast-fh .contrast-bz .pad ul {
  list-style: none;
}
.may-day-box .may-content .contrast-fh .contrast-bz .pad ul li {
  font-size: 15px;
  color: #FFC995;
  line-height: 23px;
}
.may-day-box .may-content .title {
  color: #de782a;
  padding-left: 300px;
  margin-top: 70px;
}
.may-day-box .may-content .may-flex {
  position: absolute;
  top: 94px;
  left: 182px;
  width: auto;
}
.may-day-box .may-content .may-flex .may-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.may-day-box .may-content .may-flex .may-block .may-item {
  position: relative;
  width: 167px;
  height: 213px;
  margin: 10px 30px;
}
.may-day-box .may-content .may-flex .may-block .may-item .may-style1,
.may-day-box .may-content .may-flex .may-block .may-item .may-style2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  text-align: center;
  transition: transform 0.4s;
}
.may-day-box .may-content .may-flex .may-block .may-item .may-style1 {
  background: url("../static/images/hd/16.png")/*tpa=/static/images/hd/16.png*/ no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.may-day-box .may-content .may-flex .may-block .may-item .may-style2 {
  width: 167px;
  height: 213px;
  transform: scaleX(0);
  background: url("../static/images/hd/017.png")/*tpa=/static/images/hd/017.png*/ no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.may-day-box .may-content .may-flex .may-block .may-item .may-style2 .may-h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #C46510;
  background: linear-gradient(180deg, #EB6F38 0.12207031%, #FE933C 99.68261719%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 64px auto 30px auto;
  font-weight: bold;
}
.may-day-box .may-content .may-flex .may-block .may-item .may-style2 .may-p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #FFF4DB;
  text-align: center;
}
.may-day-box .may-content .may-flex .may-block .may-item .hide {
  transform: scaleX(0);
}
.may-day-box .may-content .may-flex .may-block .may-item .show {
  transform: scaleX(1);
  filter: brightness(110%);
}
.may-day-box .may-content .may-flex .may-block .may-item .show-result {
  transform: scaleX(1);
  opacity: 0.8;
}
.may-day-box .may-content .may-btn {
  position: absolute;
  bottom: -80px;
  left: 472px;
  width: 277px;
  height: 68px;
  background: url("../static/images/hd/btn1.png")/*tpa=/static/images/hd/btn1.png*/ no-repeat;
  background-size: 100% 100%;
}
.may-day-box .may-content .may-btn1 {
  position: absolute;
  bottom: -80px;
  left: 472px;
  width: 277px;
  height: 68px;
  background: url("../static/images/hd/btn2.png")/*tpa=/static/images/hd/btn2.png*/ no-repeat;
  background-size: 100% 100%;
}
.may-day-box .may-content .may-btn2 {
  position: absolute;
  bottom: -80px;
  left: 472px;
  width: 277px;
  height: 68px;
  background: url("../static/images/hd/btn3.png")/*tpa=/static/images/hd/btn3.png*/ no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.may-day-box .may-content .may-btn2:hover {
  filter: brightness(110%);
}
.may-day-box .may-content .may-btn3 {
  position: absolute;
  display: block;
  bottom: -80px;
  left: 472px;
  width: 277px;
  height: 68px;
  background: url("../static/images/hd/25.png")/*tpa=/static/images/hd/25.png*/ no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.may-day-box .may-content .may-btn3:hover {
  filter: brightness(110%);
}
.may-contrast {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}
.may-contrast .contrast-box {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1001;
  width: 1058px;
  height: 434px;
  background: url("../static/images/hd/bg1.png")/*tpa=/static/images/hd/bg1.png*/ no-repeat;
  background-size: 100% 100%;
}
.may-contrast .contrast-box .contrast-i {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  background: url("../static/images/hd/iocngb.png")/*tpa=/static/images/hd/iocngb.png*/ no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.may-contrast .contrast-box .contrast-pad {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.may-contrast .contrast-box .contrast-pad .contrast-h3 {
  width: 100%;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #C46510;
  background: linear-gradient(180deg, #EB6F38 0.12207031%, #FE933C 99.68261719%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 128px auto 28px auto;
  font-weight: bold;
  padding-top: 60px;
}
.may-contrast .contrast-box .contrast-pad .contrast-p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #FFF4DB;
  text-align: center;
}
.may-contrast .contrast-box .contrast-btn {
  cursor: pointer;
  margin: 120px auto 0 auto;
  width: 198px;
  height: 49px;
  display: block;
  background: url("../static/images/hd/btn4.png")/*tpa=/static/images/hd/btn4.png*/ no-repeat;
  background-size: 100% 100%;
}
.may-contrast .contrast-box .contrast-btn:hover {
  filter: brightness(110%);
}
.bg-bq-box {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}
.bg-bq-box .bq-notion {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1001;
  width: 703px;
  height: 336px;
  background: url("../static/images/new/bq.png")/*tpa=/static/images/new/bq.png*/ no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}
.bg-bq-box .bq-notion-i {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 22px;
  height: 22px;
  background: url("../static/images/hd/iocngb.png")/*tpa=/static/images/hd/iocngb.png*/ no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.yuanxiao-box {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  width: 963px;
  height: 659px;
}
.yuanxiao-box .yuanxiao-img {
  width: 963px;
  height: 659px;
}
.yuanxiao-box i {
  position: absolute;
  top: 10px;
  right: 52px;
  width: 46px;
  height: 46px;
  background: url("../img/btn.png")/*tpa=/img/btn.png*/ no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.yuanxiao-box i:hover {
  content: '关闭活动';
}
.agelimeit-box {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  text-align: center;
}
.agelimeit-box img {
  width: auto;
  height: 400px;
  border-radius: 4px;
}
.wiki-content {
  width: auto;
  height: auto;
  border-radius: 6px;
}
.wiki-box {
  display: flex;
  flex-wrap: wrap;
}
.wiki-box .wiki-lf-tt {
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  border-bottom: 2px solid #DA2E29;
}
.wiki-box .wiki-lf-tt .wiki-tt-ft {
  width: 98px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  cursor: pointer;
  color: #f2f2f3 !important;
  background-color: #DA2E29 !important;
  border-color: #DA2E29 !important;
}
.wiki-box .wiki-cloumn {
  display: flex;
  flex-direction: column;
}
.wiki-box .wiki-cloumn .wiki-li {
  padding: 20px 20px 20px 15px;
  display: flex;
  flex-direction: row;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-imgs {
  overflow: hidden;
  border-radius: 4px;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-li-img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  border-radius: 4px;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-li-img:hover {
  transform: scale(1.2);
}
.wiki-box .wiki-cloumn .wiki-li .wiki-h1 {
  padding: 10px 0;
  font-size: 20px;
  width: 100%;
  display: block;
  font-family: 宋体;
  color: inherit;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-text {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  height: auto;
  margin-bottom: 30px;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-text a {
  color: red;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-botton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #7B7E86;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-botton .wiki-time {
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #7B7E86;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-botton .wiki-time .wiki-lf-icon {
  float: left;
  margin-top: 3.5px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../static/images/new/time.png")/*tpa=/static/images/new/time.png*/ no-repeat;
  background-size: 100% 100%;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-botton .wiki-seve {
  float: right;
  text-align: center;
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #7B7E86;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-botton .wiki-seve .wiki-rg-icon {
  float: left;
  margin-top: 3.5px;
  width: 20px;
  height: 14px;
  margin-right: 10px;
  background: url("../static/images/new/guankan.png")/*tpa=/static/images/new/guankan.png*/ no-repeat;
  background-size: 100% 100%;
}
.wiki-box .wiki-cloumn .wiki-li .wiki-botton .wiki-seve .wiki-num {
  float: right;
}
.wiki-box .wiki-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wiki-box .wiki-page {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wiki-box .wiki-page .pagination li {
  font-size: 14px;
  float: left;
  padding: 0 10px;
  margin: 0 6px;
  width: auto;
  height: 25px;
  border-radius: 4px;
  line-height: 25px;
  background: rgba(246, 246, 246, 0.96);
  border: 1px solid #E4E4E4;
}
.wiki-box .wiki-page .pagination li:nth-of-type(1) {
  float: left;
  padding: 0 10px;
  margin: 0 6px;
  width: auto;
  height: 25px;
  line-height: 25px;
  color: #666;
  background: rgba(246, 246, 246, 0.96);
  border: 1px solid #E4E4E4;
  border-radius: 4px;
}
.wiki-box .wiki-page .pagination li:last-child {
  float: left;
  padding: 0 10px;
  margin: 0 6px;
  width: auto;
  height: 25px;
  line-height: 25px;
  color: #666;
  background: rgba(246, 246, 246, 0.96);
  border: 1px solid #E4E4E4;
  border-radius: 4px;
}
.wiki-box .wiki-page .pagination li .active {
  border: 0 !important;
  color: #f2f2f3 !important;
  background-color: #DA2E29 !important;
  border-color: #DA2E29 !important;
}
.wiki-box .wiki-page .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.wiki-box .zt-hot {
  width: 100%;
  background: #FFF;
  margin-bottom: 12px;
}
.wiki-box .zt-hot .zt-pad {
  padding: 10px 20px 20px 20px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
.wiki-box .zt-hot .zt-pad .zt-tt-box {
  padding: 13px 0;
  border-bottom: 2px solid #DA2E29;
}
.wiki-box .zt-hot .zt-pad .zt-tt-box i {
  float: left;
  margin-top: 3px;
  width: 19px;
  height: 17px;
  background: url("../static/images/new/baoshi.png")/*tpa=/static/images/new/baoshi.png*/;
  background-size: 100% 100%;
  margin-right: 7px;
}
.wiki-box .zt-hot .zt-pad .zt-tt-box span {
  font-size: 16px;
  font-family: 宋体;
  font-weight: bold;
  color: #3B3939;
}
.wiki-box .zt-hot .zt-pad .zt-rank {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wiki-box .zt-hot .zt-pad .zt-rank li:last-child .rank-li {
  border-bottom: 0;
}
.wiki-box .zt-hot .zt-pad .zt-rank .rank-li {
  padding: 14px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.13);
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
}
.wiki-box .zt-hot .zt-pad .zt-rank .rank-li .ranks-num {
  float: left;
  font-size: 12px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  background-color: #ccc;
  border-radius: 4px;
  text-align: center;
  color: white;
  margin-top: 2.5px;
}
.wiki-box .zt-hot .zt-pad .zt-rank .rank-li a {
  width: 95%;
  float: left;
  display: block;
  color: #3B3939;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
.wiki-box .zt-hot .zt-pad .zt-rank li .rank-li .ranks-num {
  background-color: #F53527;
}
.wiki-box .zt-hot .zt-pad .zt-rank li + li .rank-li .ranks-num {
  background-color: #F55727;
}
.wiki-box .zt-hot .zt-pad .zt-rank li + li + li .rank-li .ranks-num {
  background-color: #F5A527;
}
.wiki-box .zt-hot .zt-pad .zt-rank li + li + li + li .rank-li .ranks-num {
  background-color: #ccc;
}
.wiki-box .hot-tt-box {
  padding: 13px 0;
  border-bottom: 2px solid #DA2E29;
}
.wiki-box .hot-tt-box i {
  float: left;
  margin-top: 3px;
  width: 19px;
  height: 17px;
  background: url("../static/images/new/hot.png")/*tpa=/static/images/new/hot.png*/;
  background-size: 100% 100%;
  margin-right: 7px;
}
.wiki-box .hot-tt-box span {
  font-size: 16px;
  font-family: 宋体;
  font-weight: bold;
  color: #3B3939;
}
.wiki-box .hot-rank {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
}
.wiki-box .hot-rank li {
  width: 100%;
  height: 220px;
  margin: 0 0 20px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px 3px rgba(0, 0, 0, 0.1);
}
.wiki-box .hot-rank li .hot-imgs {
  width: 100%;
  height: 190px;
  display: block;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wiki-box .hot-rank li .hot-imgs .hot-img {
  width: 100%;
  height: 190px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.6s;
}
.wiki-box .hot-rank li .hot-imgs .hot-img:hover {
  transform: scale(1.2);
}
.wiki-box .hot-rank li .hot-title {
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: block;
  color: #3B3939;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wiki-box .wk-head {
  width: 100%;
  background: #fff;
  margin-bottom: 12px;
  border-radius: 4px;
}
.wiki-box .wk-head .wk-box-pad {
  padding: 20px;
}
.wiki-box .wk-head .wk-box-pad .wk-pad {
  padding: 10px 0;
  font-size: 12px;
  font-family: 宋体;
  font-weight: 300;
  color: #999999;
}
.wiki-box .wk-head .wk-box-pad .wk-pad a {
  color: inherit;
}
.wiki-box .wk-head .wk-box-pad .wk-ft-box {
  width: 100%;
  height: auto;
  text-align: center;
}
.wiki-box .wk-head .wk-box-pad .wk-ft-box h1 {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  height: auto;
  line-height: 45px;
  font-size: 30px;
  font-family: 宋体;
  font-weight: bold;
  color: #343434;
}
.wiki-box .wk-head .wk-box-pad .wk-ft-box .wk-xq {
  width: 100%;
  height: 28px;
  line-height: 14px;
  font-size: 14px;
  font-family: 宋体;
  font-weight: 300;
  color: #A0A0A0;
}
.wiki-box .wk-head .wk-box-pad .wk-ft-box .wk-options {
  font-size: 15px;
  font-family: 宋体;
  font-weight: 400;
  color: #313131;
  padding: 20px 20px 40px 20px;
}
.wiki-box .wk-head .wk-box-pad .wk-ft-box .wk-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.wiki-box .wk-head .wk-box-pad .wk-ft-box .wk-options ul li {
  display: inline-block;
  width: calc(calc(100% / 3));
  overflow: hidden;
  height: 35px;
}
.wiki-box .wk-head .wk-box-pad .wk-ft-box .wk-options ul li i {
  float: left;
  width: 3.8px;
  height: 3.8px;
  border-radius: 50%;
  background: #DA2E29;
  margin: 9.6px 10px 0 7.6px;
}
.wiki-box .wk-head .wk-box-pad .wk-ft-box .wk-options ul li .wk-op-tt {
  float: left;
  width: 92%;
  text-align: left;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wiki-box .wk-content {
  width: 100%;
  background: #fff;
  margin-bottom: 12px;
}
.wiki-box .wk-content .wk-cont-pad {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.wiki-box .wk-content .wk-cont-pad h2 {
  padding: 20px;
  font-size: 18px;
  font-family: 宋体;
  font-weight: bold;
  color: #313131;
  margin: 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #D9D9D9;
}
.wiki-box .wk-content .wk-cont-pad h2 a {
  color: inherit;
}
.wiki-box .wk-content .wk-cont-pad h2 a:hover {
  color: red;
}
.wiki-box .wk-content .wk-cont-pad .wk-html {
  font-size: 15px;
  font-weight: 400;
  color: #444444;
}
.wiki-box .wk-content .wk-cont-pad .wk-html .wk-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 0 20px 0;
}
.wiki-box .wk-content .wk-cont-pad .wk-html .wk-video .wk-video-p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #A0A0A0;
}
.wiki-box .wk-content .wk-cont-pad .wk-html p {
  text-indent: 2em;
  line-height: 30px;
}
.wiki-box .wk-content .wk-cont-pad .wk-html p img {
  position: relative;
  border: 0;
  vertical-align: middle;
  max-width: 600px;
}
