﻿@charset "utf-8";
#hearder {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
#content {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#footer {
  width: 100%;
  /*height: 180px;*/
  padding: 25px 0;
  /*background: #000 url("../images/bg4.jpg") no-repeat center 0;
  color: #ddd;*/
  border-top: 1px solid #1475fa;
  background: #fff
}
/*top*/
.w1200 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}
.top {
  background-color: rgba(255, 255, 255, 0.90);
}
@media \0screen\, screen\9 { /* 只支持IE6、7、8 */
  .top {
    background-color: #000;
    filter: Alpha(opacity=50);
    position: static;
    *zoom: 1;
  }
  .top-ny {
    background-color: #FFF;
    filter: Alpha(opacity=50);
    position: static;
    *zoom: 1;
  }
  .top *, .top-ny * {
    position: relative;
  }
}
.top {
  width: 100%;
  height: 90px;
}
.top, .top a { /*color: #333; color: #FFF;*/
}
.logo {
  width: 270px;
  height: 90px;
  /*background: url(../images/logo.png) no-repeat left center;*/
}
.logo a {
  display: block;
  width: 290px;
  height: 90px;
}
.logo-loading {
  background: url() no-repeat left center;
}
.menu {
  width: auto;
  height: 90px;
}
.menu ul {
  width: 100%;
  margin: 0 auto;
}
/*.menu ul:before, .menu ul:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 34px 15px;
  background: url("../images/nav-ico.png") no-repeat center center;
  float: left;
}*/
.menu ul li {
  height: 90px;
  float: left;
  position: relative;
}
.menu ul li img {
  /*margin-right: -10px;
  padding-left: 10px;*/
  padding: 0 10px;
  vertical-align: middle;
  vertical-align: sub;
  height: 30px;
}
.menu ul li a {
  display: inline-table;
  width: auto;
  height: 86px;
  line-height: 86px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 0 32px 0 12px;
  margin: 0 10px;
  /*color: #FFF;*/
}
.menu ul .currclass a, .menu ul li a:hover {
  border-bottom: 4px solid #1475fa
}
.menu a:hover {
  text-decoration: none;
}
.menu ul li span {
  position: absolute;
  bottom: -18px;
  left: 26px;
  color: #91CA1E;
  font-size: 12px;
}
.blink {
  animation: blink 2s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}
/* 满屏banner */
.flickerplate {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto 0;
  padding-top:90px;
  /*background: url("../images/banner.jpg") no-repeat center center;*/
}
.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none
}
.flickerplate ul.flicks > li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table
}
.flickerplate ul.flicks > li .flick-inner {
  height: 100%;
  padding: 10px;
  color: #fff;
  display: table-cell;
  vertical-align: middle
}
.flickerplate ul.flicks > li .flick-inner .flick-content {
  max-width: 68.75em;
  margin-left: auto;
  margin-right: auto
}
.flickerplate ul.flicks > li .flick-title {
  padding: 0px 0px;
  font-size: 2.778em;
  line-height: 1.995em;
  text-align: center
}
@media only screen and (max-width: 43.813em) {
  .flickerplate ul.flicks > li .flick-title {
    font-size: 1.667em
  }
}
.flickerplate ul.flicks > li .flick-sub-text {
  padding: 5px;
  font-weight: 300;
  line-height: 2.5em;
  color: rgba(255, 255, 255, 0.8);
  text-align: center
}
.flickerplate ul.flicks > li .flick-title span.flick-block-text, .flickerplate ul.flicks > li .flick-sub-text span.flick-block-text {
  padding: 12px 18px;
  background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 100;
  overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 90%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
  cursor: pointer
}
.flickerplate .arrow-navigation.left {
  left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
  opacity: 0;
  margin: 0px 0px 0px 50%;
  background-image: url("../images/flickerplate/arrow-left-light.png");
  background-repeat: no-repeat;
  background-position: left
}
.flickerplate .arrow-navigation.right {
  right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0px 0px 0px -50%;
  background-image: url("../images/flickerplate/arrow-right-light.png");
  background-repeat: no-repeat;
  background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 100;
  display: none;
}
.flickerplate .gonggao {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 100;
  /*color: #ffc688;*/
  font-size: 22px;
}
.flickerplate .dot-navigation ul {
  text-align: center;
  list-style: none;
  padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
  display: inline-block;
  float: none
}
.flickerplate .dot-navigation .dot {
  width: 14px;
  height: 14px;
  margin: 0px 6px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
  background-color: #fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
  text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
  text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
  background-image: url("../images/flickerplate/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
  background-image: url("../images/flickerplate/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
  background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
  background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
  color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
  color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
  color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
  color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
  position: relative;
  left: 0%
}
.flickerplate.animate-scroller-slide {
  padding-bottom: 0px;
  overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
  position: auto
}
/*content*/
.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.title {
  height: 80px;
  position: relative;
}
.title a {
  color: #ddd;
}
.tit01 {
  width: 435px;
  margin-left: auto;
  margin-right: auto;
}
.tit02, .tit03 {
  width: 100%;
}
/*.title-bg {
  background: url(../images/title-bg.png) no-repeat center center;
}*/
.tit01 h2:before, .tit01 h1:before {
  border-bottom: 4px solid #1475fa;
  content: "";
  position: absolute;
  left: 50%;
  top: 55px;
  display: block;
  width: 80px;
  margin-left: -40px;
  height: 0;
  z-index: 99;
}
.tit02 h2:before {
  border-bottom: 4px solid #FFF;
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  display: block;
  width: 80px;
  height: 0;
  z-index: 99;
}
.tit03 h2:before {
  border-bottom: 4px solid #1475fa;
  content: "";
  position: absolute;
  left: 0;
  /*top: 55px;*/
  bottom: 0;
  display: block;
  width: 80px;
  height: 0;
  z-index: 99;
}
.tit03 h2.text-r:before {
  left: auto;
  right: 0;
}
.title h2:before, .title h1:before, .news-list dt:before {
  transition: all 0.55s ease-in-out;
}
.title h2:hover:before, .title h1:hover:before, .news-list dt:hover:before {
  width: 120px;
  transition: all 0.55s ease-in-out;
}
.tit01 h2:hover:before, .tit01 h1:hover:before {
  margin-left: -60px;
}
.tit02 a {
  color: #FFF;
}
.title h2, .title h1 {
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 30px;
  color: #ddd;
  position: relative;
}
.tit01 span {
  font-size: 14px;
  letter-spacing: 3px;
  color: #DDD;
  text-transform: uppercase;
}
.tit02 h2 {
  display: inline;
}
.tit02 span {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
}
.tit03 span {
  display: block;
  width: 110px;
  height: 34px;
  text-transform: uppercase;
  float: right;
  margin-top: 15px;
}
.tit03 span a {
  color: #666;
  display: block;
  background: #f4f4f4;
  width: 110px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
.tit03 span a:hover {
  background: #1475fa;
  color: #FFF;
}
.game {
  width: 100%;
  height: 450px;
  background: url("../images/bg1.jpg") no-repeat center top;
  padding-top: 80px;
}
.game .video {
  width: 640px;
  height: 360px;
  background: #000
}
.game-info {
  width: 550px;
  height: auto;
}
.game-info h2 {
  width: auto;
  padding-bottom: 25px;
  margin-bottom: 5px;
  background: url("../images/title-line.png") no-repeat right bottom;
  color: #1475fa;
  font-size: 50px;
  text-align: right;
}
.game-info p {
  color: #ddd;
  font-size: 20px;
  text-align: right;
  line-height: 40px;
  padding-right: 25px;
}
.game-btn {
  padding: 20px;
  text-align: right;
  margin-top: 20px;
}
.btn1, .btn2 {
  width: 230px;
  height: 80px;
  display: inline-block;
}
.btn1 {
  background: url("../images/btn-download.png") no-repeat;
}
.btn2 {
  background: url("../images/btn-live.png") no-repeat;
}
/*advantage*/
.advantage {
  width: 100%;
  height: auto;
  /*background: url(../images/bg2.jpg) no-repeat center bottom fixed;*/
  /*transition: all .5s linear; 
  transform: scale(1.02);*/
  color: #4d4d4d;
  /*padding-bottom: 100px;*/
  padding-bottom: 30px;
}
.advantage-box {
  /*overflow: hidden;*/
  margin-top: 30px;
  display: flow-root;
}
.advantage-box:after {
  content: "";
  clear: both;
}
.advantage .title {
  width: 240px;
  margin-top: 40px;
}
.advantage-pic {
  width: 480px;
  height: 272px;
}
.advantage-info {
  width: 380px;
  height: 232px;
  padding: 20px 40px;
  background: #434343;
  font-size: 20px;
  line-height: 36px;
}
.advantage-info2 {
  width: 910px;
  height: 213px;
  padding: 20px 20px;
  font-size: 20px;
  line-height: 36px;
  /*border: 1px solid #000;
    background: rgba(0,0,0,0.5);*/
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  transition: .3s;
}
.advantage-info2 img {
  width: 300px;
}
.advantage-box-btn {
  padding: 30px 30px;
  /*background: rgba(100, 100, 100, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
    background: rgba(0,0,0,0.5);*/
  background: #ffffff;
  border-radius: 14px;
  transition: .3s;
  min-height: 193px;
  width: 175px;
}
.advantage-box-btn .btn{
    width: -webkit-fill-available
}
.advantage-info2:hover, .advantage-box-btn:hover, .itools .list ul li:hover {
  box-shadow: #1475fa33 0 6px 24px
}
.advantage-info2 .photo {
  width: 272px;
  height: 212px;
}
.advantage-info2 .mark {
  left: -10px;
  top: -10px;
  width: 139px;
  height: 139px;
  position: absolute;
}
.advantage-info2 .fl {
  position: relative;
}
.advantage-info2 .fl:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  bottom: 15px;
  background: url("../images/full-screen.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.advantage-info2 .fr {
  width: 585px;
  word-break: break-all;
  font-weight: bold;
}
.index-advantage-info2 .fr div {
  line-height: 30px;
}
.game-title {
  font-size: 30px;
  color: #00CC00;
}
.shouquan {
  color: #FF7400;
  color: #ff0000;
}
.txtEndTime {
  color: #00CC00;
}
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  /*background-image: linear-gradient(to bottom, rgb(187 18 18) 0%, rgb(134 12 14) 100%);*/
  color: #FFF;
  border: 1px solid #fffff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .1);
  padding: 10px 0px;
  width: 175px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #165dff;
  border-color: transparent;
}
.btn.active, .btn:hover {
  background: #4080ff;
  border-color: #fff;
  /*color: #000;*/
  box-shadow: #1475fa33 0 6px 24px;
  text-decoration: none;
  color: #FFF
}
.btn span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
}
.btn-hollow a {
  background-color: #511616;
  border: 1px solid #511616;
  color: #fffff;
  background-image: none;
}
/*game*/
.game-title {
  margin-bottom: 20px;
  color: #00CC00;
}
h1.game-title {
  text-align: center;
  font-size: 3.5em
}
.game-body {
  margin: 10px 0;
  padding: 25px 50px;
  overflow: hidden;
  /*border: 1px solid #000;
  background: rgba(0,0,0,0.5);*/
  box-shadow: #1475fa33 0 6px 24px;
  background: #ffffff;
  border-radius: 14px;
  transition: .3s;
}
#shipin, #shipin h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.min-h {
  min-height: 200px;
}
.f-20 {
  font-size: 2em;
}
.f-25 {
  font-size: 2.5em;
}
.f-35 {
  font-size: 3.5em;
}
/*bodyCon08*/
.photo {
  background: #151515;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 5px;
}
.bodyCon08 .students {
  margin: 0 auto;
  width: 1100px;
  height: 300px;
  position: relative;
}
#four_flash {
  position: relative;
  width: 1100px;
  height: 300px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
}
#four_flash .flashBg {
  width: 998px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#four_flash .flashBg ul.mobile {
  width: 2000%;
  height: 300px;
  position: absolute;
  top: 15;
  left: 0;
}
#four_flash .flashBg ul.mobile li {
  float: left;
  width: 300px;
  height: 340px;
  margin-left: 26px;
  padding-top: 40px;
  color: #6C6E85;
}
#four_flash .flashBg ul.mobile li:hover {
  color: #999;
}
#four_flash .flashBg ul.mobile li img {
  /*width: 100%;*/
  height: 170px;
  display: block;
  margin: 0 auto 10px;
  border: 1px solid #1475fa;
  padding: 4px;
  width: 290px;
}
#four_flash .flashBg ul.mobile li p {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
}
#four_flash .flashBg ul.mobile li a {
  text-align: center;
  color: #ddd;
  display: inherit;
  line-height: 30px;
  font-size: 18px;
}
#four_flash .but_left {
  width: 32px;
  height: 52px;
  position: absolute;
  top: 100px;
  left: 0px;
  opacity: 0.5
}
#four_flash .but_right {
  width: 32px;
  height: 52px;
  position: absolute;
  top: 100px;
  right: 0px;
  opacity: 0.5
}
#four_flash .but_left:hover {
  opacity: 1
}
#four_flash .but_right:hover {
  opacity: 1
}
/*index-contact*/
.ask {
  width: 100%;
  min-height: 510px;
  padding: 75px 0 75px;
  background: url(../images/bg3.jpg) no-repeat center bottom fixed;
  background-size: 1920px 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.ask-box {
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.5);
  width: 838px;
  min-height: 390px;
  color: #ddd;
  font-size: 18px;
  padding: 60px 130px;
  line-height: 2em;
}
.ask-box h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}
/*foot*/
.foot_logo {
  /*height: 150px;*/
}
.copyright {
  height: 35px;
}
/* 选项卡 */
.classwrap {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1200px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 1px;
  height: 52px;
  line-height: 52px;
  border-radius: 0px;
  background: #ffffff;
  border-radius: 14px;
  transition: .3s;
}
.classwrap1 {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.classitem {
  width: 25%;
  text-align: center;
  /*color: #FFF;*/
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.classitem img {
  vertical-align: middle;
  margin-top: -3px;
}
.classitem span {
  font-weight: 700;
}
.classitem img {
  height: 24px;
}
.classitem.active {
  /*background: rgba(0, 0, 0, 0.5);
	color: #1475fa;*/
  background: #f5f5f5;
  border-radius: 14px;
  transition: .3s;
  color: #1475fa;
  position: relative;
}
.classitem.active:after {
  content: "";
  width: 92%;
  height: 3px;
  background: #1475fa;
  position: absolute;
  left: 12px;
  bottom: -3px;
  border-radius: inherit;
}
.listwrap {
  display: none;
}
.active2 {
  display: block;
}
.cf-buy {
  height: 75px;
  padding: 15px 255px 0 295px;
  border-radius: 14px;
  transition: .3s;
}
.all-buy {
  border-radius: 14px;
  transition: .3s;
  display: ruby-text;
  padding: 20px;
}
.nr-left img {
  vertical-align: middle;
  margin-top: -10px;
  /*margin-bottom: 10px;*/
  max-height: 50px;
}
/*.cf-buy-a:hover .cf-buy {
  margin-top: 30px;
}*/
#nr {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  /*margin: 0;
  background: -webkit-linear-gradient(left, #ffffff, #ff0000 6.25%, #ff7d00 12.5%, #ffff00 18.75%, #00ff00 25%, #00ffff 31.25%, #0000ff 37.5%, #ff00ff 43.75%, #ffff00 50%, #ff0000 56.25%, #ff7d00 62.5%, #ffff00 68.75%, #00ff00 75%, #00ffff 81.25%, #0000ff 87.5%, #ff00ff 93.75%, #ffff00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: masked-animation 2s infinite linear;*/
}
@keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100%, 0;
  }
}
.animation {
  width: fit-content;
  font-weight: bold;
  font-size: 30px;
  background: radial-gradient(circle closest-side, #000 94%, #0000) right/calc(200% - 1em) 100%;
  /* animation: focusing 1s infinite alternate linear; */
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
  animation-name: focusing;
}
.animation::before {
  content: "";
  line-height: 1em;
  color: #0000;
  background: inherit;
  background-image: radial-gradient(circle closest-side, #fff 94%, #000);
  -webkit-background-clip: text;
  background-clip: text;
}
@keyframes focusing {
  100% {
    background-position: left
  }
}
.biaodan {
  position: relative;
}
.biaodan:after {
  display: block;
  content: "";
  position: absolute;
  width: 583px;
  height: 1000px;
  right: -10px;
  top: -20px;
  background: url(../images/011wg.com.png) no-repeat center bottom;
}
.feedback_content {
  width: 50%;
  min-height: 192px;
  background-color: #FFF;
  border: 4px solid #1475fa;
  margin-top: 4px;
  margin-bottom: 4px;
}
.feedback_content textarea {
  width: 100%;
  height: 185px;
  background-color: #FFF;
  font-size: 16px;
  color: #343434;
  text-indent: 8px;
  margin-top: 6px;
  border: none;
}
.feedback_div {
  min-width: 350px;
  min-height: 180px;
  margin-top: 6px;
}
.feedback_category {
  width: 50%;
  height: 40px;
  margin-bottom: 4px;
}
.feedback_category select {
  width: 50%;
  height: 40px;
  background-color: #FFF;
  cursor: pointer;
  font-size: 16px;
  color: #343434;
  border: 4px solid #1475fa;
  text-indent: 3px;
}
.feedback_name {
  width: 100%;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 14px;
}
.feedback_name input, .feedback_name #yuanyin {
  width: 50%;
  height: 40px;
  background-color: #FFF;
  font-size: 16px;
  color: #343434;
  border: 4px solid #1475fa;
  text-indent: 8px;
}
.feedback_name #yuanyin {
  width: 50.9%;
  height: 50px;
}
.feedback_number {
  width: 100%;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.feedback_number input {
  width: 50%;
  height: 40px;
  background-color: #FFF;
  font-size: 16px;
  color: #343434;
  border: 4px solid #1475fa;
  text-indent: 8px;
}
.feedback_button {
  margin: 30px 0;
  width: 220px;
  height: 84px;
  background-color: #d8822c;
}
.feedback_button button {
  width: 220px;
  height: 84px;
  font-size: 40px;
  background-color: #1475fa;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 45px;
  font-weight: 400;
}
.tishi {
  position: relative;
  z-index: 9999;
}
.foot_link a {
  /*color: #FFF;*/
  display: inline-block;
  padding: 5px;
}
.bg-default {
  background: #FFF;
}
.tc-orange {
  color: #de8d00;
}
.pp20 {
  box-sizing: border-box;
  padding: 20px;
}
.tc-white { /*color: #fff;*/
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.hidden {
  display: none;
}
.itit {
  margin: 20px 0;
}
.itit h2 span {
  font-size: 24px;
  padding-left: 24px;
  line-height: 100%;
}
.itit h2 span::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #de8d00;
  z-index: 2;
}
.itit h2 a.more {
  font-size: 16px;
}
.itit h2 a.more:hover {
  text-decoration: underline;
}
.itools .list ul li {
  float: left;
  width: calc(33.2% - 30px);
  margin-right: 46px;
  margin-bottom: 30px;
  color: #4d4d4d;
}
.itools .list ul li:nth-child(3n) {
  margin-right: 0;
}
.itools .list ul li .img {
  width: 100px;
  height: 100px;
}
.itools .list ul li:hover .img img {
  transform: scale(1.08);
}
.itools .list ul li .txt {
  width: calc(100% - 120px);
}
.itools .list ul li .txt h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.itools .list ul li i {
  right: 20px;
  bottom: 20px;
  font-size: 20px;
}
.itools .list p {
  line-height: 200%;
  font-size: 16px;
  transition: all 0.3s ease;
}
/*20240424*/
.border-r5 {
  border-radius: 5px;
}
.ifdiv {
  display: none;
}
.layout {
  position: relative;
  z-index: 999
}
.shuige:before {
  content: "";
  position: absolute;
  top: 0;
  left: -330px;
  width: 330px;
  height: 100vh;
  z-index: 10;
  background: url(/img/shuige-cf.png) no-repeat left top;
}
.shuige:after {
  content: "";
  position: absolute;
  top: 0;
  right: -330px;
  width: 330px;
  height: 100vh;
  z-index: 10;
  background: url(/img/shuige-cf.png) no-repeat right top;
}
/**/
.toolBox {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
}
.mr-60 {
  margin: 60px auto;
}
.heng_title {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 21px;
}
.heng_title span {
  display: inline-block;
  min-width: 120px;
  padding: 0 20px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  border-top: 3px solid #de8d00;
}
.toolBox .tool .heng_main {
  padding: 20px;
  font-size: 22px;
  /*text-align: center*/
}
.more-btn {
  display: inline-block;
  line-height: 60px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(to right, #eb3a28, #f78006);
}
.more-btn {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  max-width: 486px;
  margin: 24px auto;
}
#divbuy .more-btn {
  margin: 48px auto;
}
.more-btn.btn-bule {
  background: linear-gradient(to right, #4d35d5, #553fff);
}
.hoverable {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s ease;
}
/*.hoverable:hover { transform:translateY(-5px);  }*/
.anim {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.anim:before {
  position: relative;
  content: "";
  display: block;
  margin-top: 100%;
}
.anim:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.hoverable .anim {
  animation: anim-out .75s;
}
.hoverable .anim:after {
  animation: anim-out-pseudo .75s;
}
.hoverable .anim, .hoverable .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
@keyframes anim-in {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}
@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25)
  }
  100% {
    background: transparent
  }
}
@keyframes anim-out {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25)
  }
  100% {
    background: transparent
  }
}
/*tanchuang*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 73, 94, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
/* 弹窗内容样式 */
.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
/* 关闭按钮样式 */
.close-btn {
  position: absolute;
      top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
  background-color: #3c5dff;
  color: #FFF;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal-body {
  position: relative;
  padding: 15px;
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}
.register-login-modal .open-oauth {
  margin-bottom: 20px;
}
.register-login-modal .open-oauth .btn {
  color: #ffffff !important;
  font-size: 28px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  cursor: pointer;
  margin-left: 10px;
  margin-top: -20px;
  padding: 0;
  letter-spacing: 0;
  font-weight: normal;
}
.register-login-modal .open-oauth .btn-qq {
  /* background-color: #003aff; */
  background: linear-gradient(-125deg, #0295f9 0%, #2f49fd 100%);
  box-shadow: 0 8px 10px rgba(32, 160, 255, .3);
  /* color: #FFF; */
}
.register-login-modal .or-text {
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}
.register-login-modal .or-text span {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 8px;
  z-index: 2;
  position: relative;
  font-size: 1.128rem;
}
.register-login-modal .or-text:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}
.register-login-modal .forget-password {
  margin-top: 20px;
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #aaaaaa;
  font-size: 13px;
}
.register-login-modal .popup-logo {
  height: auto;
  margin: 0 auto;
  padding: 10px 20px;
}
.kefulogo{
  width:100%;
  height: 67px;
  display: block;
  overflow: hidden;
}
.register-login-modal .tab-content {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 4px;
}
.register-login-modal .tab-content .btn{
      width: -webkit-fill-available;
}