.i_container {
  width: 100%;
  height: auto;
}
.i_banner {
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  height: 650px;
  margin: 0 auto;
  background: url(../img/img_bg_big.webp) no-repeat center;
  background-size: cover;
}
.ib_cont {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 160px;
  justify-content: space-between;
}
.ib_cont p {
  font-size: 16px;
  color: #163561;
}
.ib_cont p.ib_title {
  font-size: 38px;
  color: #333;
  font-weight: bold;
}
.ib_titles_2 {
  position: relative;
  z-index: 1;
}
.ib_titles_2 span {
  position: absolute;
  display: inline-block;
  width: 152px;
  height: 22px;
  background-color: #92eeaa;
  z-index: -1;
  border-radius: 10px;
  opacity: 0.5;
  top: 86px;
  left: 43px;
}
.ib_cont .ib_text {
  color: #163561;
  font-size: 16px;
  position: relative;
  margin-top: 14px;
  line-height: 30px;
}
.ib_cont .ib_text.text1 {
  margin-top: 36px;
}
.ib_cont .ib_text i {
  background: url(../img/yes_index.png) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  position: absolute;
  top: 4px;
}
.ib_cont .ib_text span {
  display: inline-block;
  margin-left: 27px;
}
/*.ib_cont p:nth-child(3){font-weight: bold;margin-top: 25px;}*/
.ib_cont_left a {
  display: block;
  width: 240px;
  height: 68px;
  background-color: #2e58f0;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 68px;
  margin-top: 40px;
  cursor: pointer;
}
.ib_cont_left a i {
  background: url(../img/arrow.png) no-repeat center;
  width: 18px;
  height: 16px;
  display: inline-block;
  margin-left: 6px;
}
.ib_cont_left a:hover {
  background-color: #2e58f0;
  box-shadow: 0px 6px 18px 0px rgba(8, 114, 220, 0.3);
}
.ib_cont_left a:hover i {
  transform: translateX(6px);
}
.ib_cont_right {
  width: 649px;
  height: 412px;
  background: url(../img/banner_p.png) no-repeat center;
  margin-left: 20px;
  position: relative;
  margin-top: 0px;
  background-size: cover;
}
.earth_1 {
  position: absolute;
  left: 231px;
  top: -66px;
  animation: earanimt 4s infinite;
}
.earth_2 {
  position: absolute;
  left: 457px;
  top: -5px;
  animation: earanimt 3.5s infinite;
}
.earth_3 {
  position: absolute;
  left: 79px;
  top: -38px;
  animation: earanimt 3.5s infinite;
}
.earth_4 {
  position: absolute;
  left: 122px;
  top: 244px;
  animation: earanimt 3.5s infinite;
}
.earth_5 {
  position: absolute;
  left: 551px;
  top: 126px;
  animation: earanimt 3s infinite;
}
.earth_6 {
  position: absolute;
  left: 604px;
  top: 29px;
  animation: earanimt 4s infinite;
}
@keyframes earanimt {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -6px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ib_cont_1 {
  width: 1200px;
  /* height: 228px; */
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
}
.cont1_detail {
  width: 230px;
  height: 110px;
  font-size: 14px;
  color: #2f3948;
  padding: 0 33px;
  padding-top: 15px;
  margin: 0 15px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(180, 189, 221, 0.08),
    0 3px 14px hsla(0, 0%, 100%, 0.3), 0 12px 20px rgba(180, 189, 221, 0.2);
}
.cont1_detail .ic_img {
  width: 54px;
  height: 61px;
  position: relative;
}
.cont1_detail .ic_img img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cont1_detail .ic_bg {
  width: 54px;
  height: 61px;
  position: absolute;
}
.cont1_detail .ic_1 {
  background: url(../img/ic_1_bg.png) no-repeat center;
}
.cont1_detail .ic_2 {
  background: url(../img/ic_2_bg.png) no-repeat center;
}
.cont1_detail .ic_3 {
  background: url(../img/ic_3_bg.png) no-repeat center;
}
.cont1_detail .ic_4 {
  background: url(../img/ic_4_bg.png) no-repeat center;
}
.ib_cont_1_top {
  font-size: 36px;
  color: #2f3948;
  font-weight: bold;
  margin-top: 6px;
}
.ib_cont_1_top span {
  border-bottom: #4d7eff 3px solid;
  padding: 0 0 8px 0;
}
.cont1_induct {
  font-size: 18px;
  color: #666;
  margin-top: 0;
  line-height: 24px;
}
.ib_cont_1 .cont1_detail:hover {
  background-color: #ffffff;
}
.ib_cont_1 .cont1_detail:hover .ic_img .ic_bg {
  animation: mymove 0.5s infinite;
  -webkit-animation: mymove 0.5s infinite;
  animation-iteration-count: 1;
}
@-webkit-keyframes mymove {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(60deg);
  }
}
/* .ib_cont_1 .cont1_detail:nth-child(2){background-color: #edf1fa;border-radius: 30px;} */
.ib_cont_2 {
  background-color: #f5f7fc;
  padding: 65px 0px;
  margin-top: 80px;
}
.icont2_title {
  color: #2c2f3b;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 990px;
  margin: 0 auto;
}
.icnt2_2 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 1;
  width: 990px;
  margin: 15px auto 0 auto;
}
.ic_sudden {
  position: absolute;
  display: inline-block;
  height: 23px;
  background-color: #92eeaa;
  border-radius: 10px;
  opacity: 0.5;
  z-index: -1;
  bottom: 5px;
}
.icont2_title .ic2_d {
  width: 100px;
  right: 154px;
}
.icnt2_2 .ic2_2_d {
  width: 200px;
  left: 174px;
  bottom: -1px;
}
.icont2_cont {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
}
.icont2_cont .icont2_detail:first-child {
  border-left: none;
}
.icont2_detail {
  height: 485px;
  width: 240px;
  background: #fff;
  border-left: 1px solid #e9eef6;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.in_detail_1 {
  width: 240px;
  background: #fff;
}
.in_detail_1 .in_bottom {
  text-align: left;
  height: 175px;
  border-left: none;
}
.in_top {
  height: 270px;
  position: relative;
  position: relative;
  cursor: pointer;
}
.in_bottom {
  height: 175px;
  font-size: 13px;
  color: #666666;
  padding: 20px;
  border-top: 1px solid #e9eef6;
}
.in_bottom p {
  margin-bottom: 8px;
}
.in_top p.discount_cout {
  position: absolute;
  width: 120px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: url(../img/img_bg_1.png) no-repeat center;
  background-size: 100% 100%;
  top: 16px;
  left: 0;
  z-index: 2;
}
/*.icont2_cont .icont2_detail:last-child .in_top p.discount_cout{background: url(../img/img_bg_3.png)no-repeat center;background-size: cover;}*/
.in_detail_1 .in_top {
  border-bottom: none;
}
.in_detail_1 .in_top img.logo {
  width: 75px;
  height: auto;
}
.in_top p.all_ips {
  color: #2e58f0;
  font-size: 20px;
  padding-top: 50px;
  font-weight: bold;
}
.in_top p.ips_price {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  margin-top: 6px;
}
.in_top p.ips_price span {
  font-size: 13px;
}
.in_top p.fd_bottom {
  color: #333;
  font-size: 12px;
  margin-top: 16px;
}
.in_top p.fd_buy {
  width: 134px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  border: solid 1px #2d59f0;
  font-size: 14px;
  color: #2d59f0;
  margin: 0 auto;
  margin-top: 26px;
}
.in_bottom p.all_ips img {
  margin-top: 6px;
}
.in_bottom p:last-child img {
  margin-top: 4px;
}
.icont2_cont .icont2_detail:last-child .in_top {
  border-right: none;
}
.icont2_detail:hover {
  border: 2px solid #2e58f0;
  border-top: none;
}
.icont2_detail:hover .in_top {
  top: -20px;
}
.icont2_detail:hover .ac_span {
  display: block;
}
.icont2_detail:hover .in_top p.fd_buy {
  background-image: linear-gradient(to right, #0d81fd, #2e58f0);
  color: #fff;
}
.icont2_detail:hover .in_top p.fd_buy a {
  color: #fff;
}
.icont2_cont .icont2_detail:nth-child(1):hover {
  border: none;
}
.icont2_cont .icont2_detail:nth-child(1):hover .in_top {
  top: 0;
}
.icont2_detail .ac_span {
  display: none;
  position: absolute;
  width: 100%;
  height: 20px;
  background: #fff;
  top: 0px;
  left: -2px;
  border-left: 2px solid #2e58f0;
  border-right: 2px solid #2e58f0;
  border-top: 2px solid #2e58f0;
}
.ib_cont_3 {
  padding-top: 90px;
}
.cont3_deatil {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 440px;
  background: url(../img/kekao_bg.png) no-repeat center;
}
.cont3_deatil_k {
  position: relative;
  margin-top: 60px;
}
.cont3_deatil_k h3 {
  font-size: 22px;
  line-height: 46px;
  font-weight: bold;
  color: #262a36;
}
.cont3_deatil_k dl {
  font-size: 15px;
  color: #55575d;
  line-height: 26px;
}
.cont3_deatil_k .k_1 {
  text-align: right;
  position: absolute;
  top: 30px;
  left: 100px;
}
.cont3_deatil_k .k_2 {
  text-align: right;
  position: absolute;
  top: 345px;
  left: 100px;
}
.cont3_deatil_k .k_3 {
  text-align: left;
  position: absolute;
  top: 30px;
  right: 125px;
}
.cont3_deatil_k .k_4 {
  text-align: left;
  position: absolute;
  top: 345px;
  right: 125px;
}
.icont_bg {
  position: absolute;
  right: -95px;
  top: -150px;
  z-index: -1;
}
.c3_detail_1 {
  display: flex;
  height: 170px;
  margin-bottom: 30px;
  width: 1180px;
  margin: 0 auto;
  margin-top: 55px;
}
.c3_d {
  width: 510px;
  height: 114px;
  background-color: #ffffff;
  box-shadow: 0px 4px 25px 0px #f0f0f5;
  border-radius: 10px;
  padding: 28px 25px;
  clear: both;
  overflow: hidden;
  cursor: pointer;
}
.c3_d:hover {
  box-shadow: 0px 4px 25px 0px #dde0f1;
}
.c3_d:hover .c3_img img {
  animation: tremble 0.1s infinite;
  -webkit-animation: tremble 1s infinite;
  animation-iteration-count: 1;
}
@-webkit-keyframes tremble {
  0% {
    margin-left: 0px;
  }
  25% {
    margin-left: 10px;
  }
  50% {
    margin-left: -10px;
  }
  100% {
    margin-left: 0px;
  }
}
.c3_detail_1 .c3_d:nth-child(1) {
  margin-right: 60px;
}
.c3_img {
  width: 110px;
  height: 111px;
  background-color: #f5f7fc;
  border-radius: 10px;
  text-align: center;
  float: left;
  margin-right: 26px;
}
.c3_img img {
  display: inline-block;
  margin-top: 20px;
}
.c3_img_text {
  float: left;
  font-size: 14px;
  color: #8392a2;
  width: 372px;
}
.c3_img_text p:nth-child(1) {
  font-size: 18px;
  color: #2c2f3b;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 2px;
}
.ib_cont_4 {
  margin-top: 150px;
  background: url(../img/q_bg.png) no-repeat center top;
}
.id4_cont {
  width: 1200px;
  margin: 0 auto;
  margin-top: 47px;
  min-height: 407px;
}
.id4_cont_left {
  float: right;
}
.id4_l_cont {
  display: flex;
  margin-bottom: 30px;
}
.id4_l_cont .id4_l_cont_detail:nth-child(1) {
  margin-right: 33px;
}
.id4_l_cont_detail {
  width: 236px;
  height: 146px;
  padding-top: 25px;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #ffffff;
  box-shadow: 0px 4px 25px 0px #f0f0f5;
  border-radius: 10px;
  font-size: 12px;
}
.id4_cont_right {
  float: left;
}
.id4_l_cont_detail p:nth-child(2) {
  color: #2c2f3b;
  font-size: 16px;
  font-weight: bold;
  margin-top: 11px;
  margin-bottom: 3px;
}
.id4_cont2 .id4_cont_right {
  float: right;
}
.id4_cont2 .id4_cont_left {
  float: left;
}
.id4_cont2 {
  margin-top: 60px;
}
.ib_cont_5 {
  text-align: center;
  min-height: 420px;
  margin-top: 110px;
  margin-bottom: 136px;
}
.icnt2_2.c5_title {
  color: #2c2f3b;
  font-size: 42px;
  font-weight: bold;
}
.ib_cont_5 .icnt2_2 {
  color: #333;
}
.ib_cont_5 .icnt2_2:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}
.c5_cont {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 14px;
  color: #333;
}
.c5_detail {
  display: flex;
  height: 78px;
  width: 1046px;
  margin: 0 auto;
  margin-bottom: 13px;
}
.cd_cont {
  display: flex;
  width: 224px;
  height: 78px;
  margin-right: 50px;
  cursor: pointer;
}
.c5_detail .cd_cont:last-child {
  margin-right: 0;
}
.cd_cont:hover {
  background-color: #f5f7fa;
  border-radius: 10px;
}
.cd_cont span {
  display: block;
}
.cd_cont img {
  margin-top: -6px;
}
.cd_cont p:nth-child(1) {
  margin-right: 15px;
}
.cd_cont p:nth-child(2) {
  margin-top: 18px;
  text-align: left;
  margin-left: -26px;
}
.c6_cont {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}
.c6_detal {
  display: flex;
  margin-bottom: 55px;
}
.c6_cont .c6_detal:nth-child(2) {
  margin-bottom: 100px;
}
.cd6_cont {
  display: flex;
  font-size: 14px;
  width: 384px;
  width: 384px;
  color: #ffffff;
  margin-right: 30px;
}
.cd6_cont_id {
  width: 409px;
}
.cd6_cont span {
  display: block;
}
.cd6_cont p:nth-child(1) {
  margin-right: 17px;
  padding-top: 4px;
}
.c6_text_1 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 8px;
}
.c6_detal .cd6_cont:last-child {
  margin-right: 0;
}
.c5_detail_2 {
  width: 772px;
}
.c5_detail_2 .cd_cont p:first-child {
  position: relative;
}
.c5_detail_2 .cd_cont .crown {
  background: url(../img/crown.png) no-repeat center;
  display: inline-block;
  width: 26px;
  height: 24px;
  position: absolute;
  left: 21px;
  top: -2px;
}

/* header_new */

.header_content {
  height: 80px;
  line-height: 80px;
}
.logo a {
  margin-top: 20px;
}
.nav {
  margin-left: 280px;
}
.nav a {
  padding: 0 24px;
  position: relative;
}
.head_learn {
  padding: 0 24px;
  position: relative;
  display: inline-block;
  color: #163561;
  cursor: pointer;
}
.head_learn .hear_learn_title:hover {
  color: #2e58f0;
}
.head_learn .hear_learn_title {
  padding: 0;
}
/* .head_learn .select1{display: block;width: 6px;height: 5px;background: url(../img/select_down.png)no-repeat center;background-size: cover;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}
.head_learn .select2{display: none;width: 6px;height: 5px;background: url(../img/selected_dwon.png)no-repeat center;background-size: cover;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}
.learn_cont{width: 190px;height: auto;background-color: #ffffff;box-shadow: 0px 2px 4px 0px#e1e3eb;border-radius: 6px;position: absolute;top: 60px;left: 12px;display: none;}
.learn_cont a{height: 40px;line-height: 40px;text-align: left;font-size: 14px;color: #2c2f3b;    padding: 0 24px;display: block;} */
/*.learn_cont a:hover{background-color: #f5f7fc;}*/

.login_sign a {
  width: 60px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  color: #5c5e66;
  font-size: 14px;
}

.login_sign a:nth-child(2) {
  border: none;
  background-color: #2e58f0;
  color: #fff;
}
.login_sign a:nth-child(2):hover {
  border: none;
  background-color: #2e58f0;
}
.in_top p.fd_buy_last {
  margin: 0 auto;
  margin-top: 34px;
  width: 134px;
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  border: solid 1px #333333;
  font-size: 14px;
  color: #333;
}
.icont2_detail:hover .in_top p.fd_buy_last {
  background-color: #333333;
  color: #fff;
}
.icont2_detail:hover .in_top p.fd_buy_last a {
  color: #fff;
}

/* box  count down */

.rank_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.rank_cont {
  width: 650px;
  height: 339px;
  background: url(../img/count_bg.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 28%;
  display: flex;
  left: calc(50% - 317px);
}
/* .rank_close{width: 20px;height: 20px;background: url(../img/close_count.png)no-repeat center;background-position: 4px 4px;position: absolute;right: 12px;top: 13px;cursor: pointer;}
.rank_close:hover{background-position: 4px -13.5px;} */
.logo_922_2 {
  margin-top: 17px;
  margin-left: 25px;
}
.rank_cont_box_left {
}
.red_tips {
  width: 230px;
  font-weight: bold;
  padding-left: 10px;
  height: 30px;
  background: url(../img/img_bg_red.webp) no-repeat center;
  background-size: cover;
  text-align: left;
  line-height: 30px;
  color: #fff;
  font-style: italic;
}
.img_ips {
  margin-top: 46px;
}
.rank_cont_box_right {
  margin-left: 50px;
  padding-top: 42px;
}
.rcb_time {
  color: #0e1b5e;
  font-size: 30px;
  font-weight: bold;
  margin-top: 8px;
}
.rcb_time_2 {
  color: #333;
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}
.rcb_time_2 span {
  color: #f12424;
}
.countdown {
  width: 325px;
  height: 90px;
  margin: 0 auto;
  margin-top: 18px;
  font-size: 40px;
  clear: both;
  overflow: hidden;
  margin-left: 0px;
}
.countdown .bloc-time {
  float: left;
  /* margin-right: 45px; */
  text-align: center;
  position: relative;
}
.countdown .bloc-time:last-child {
  margin-right: 0;
}
.countdown .count-title {
  display: block;
  margin-top: 4px;
  color: #999;
  font-size: 12px;
  width: 94px;
  text-transform: uppercase;
}
.countdown .figure {
  position: relative;
  float: left;
  height: 58px;
  width: 42px;
  margin-right: 5px;
  background-color: #3c477e;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  /* font: normal 5.94em/107px "Lato"; */
  font-weight: 700;
  color: #fff;
}
.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #0c1a5f;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: #0c1a5f;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top,
.countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #3c477e;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}
.f_mh {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
}
.last_c_title {
  position: absolute;
  z-index: 99;
  top: 60px;
}
.rcb_time_3 {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
  text-align: center;
}
.rcb_time_btn {
  padding: 0 8px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  background: #0086ff;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  margin-top: 15px;
  cursor: pointer;
}
.rcb_time_btn:hover {
  background: #2e58f0;
}
.rcb_time_4 {
  color: #333;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin-top: 8px;
}
.rcb_time_4 a:hover {
  color: #0086ff;
}
.rank_cont.on {
  animation: bounceInDown 0.5s linear;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.cunt_down_small {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  width: 683px;
  height: 54px;
  background: url(../img/time_banner_bg.webp) no-repeat center;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  display: none;
}
.cds_top {
  font-size: 18px;
  color: #0e1b5e;
  font-weight: bold;
  padding-left: 158px;
  line-height: 54px;
}
.cut_down {
  display: flex;
  margin-top: 12px;
}
.cut_down p {
  position: relative;
  width: 30px;
  height: 30px;
  background: url(../img/time_small_banner_bg.webp) no-repeat center;
  background-size: cover;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.cut_down .dot {
  font-size: 24px;
  font-weight: bold;
  color: #2b3c92;
  display: inline-block;
  margin: 0 8px;
  margin-top: -5px;
  width: 15px;
}
.time_text {
  position: absolute;
  font-size: 12px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  font-weight: normal;
}
.time_small_logo {
  position: absolute;
  top: -41px;
  left: 35px;
}
.invit_banners {
  position: fixed;
  top: 160px;
  left: 19px;
  right: 19px;
  z-index: 8;
  width: 317px;
  display: block;
}
.small_time_word {
  color: #0e1b5e;
  font-size: 12px;
  line-height: 54px;
  margin-left: 84px;
  margin-right: 14px;
  margin-top: 7px;
}

.ib_s_contaner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 45px;
  display: flex;
}
.ib_s_detail {
  width: 370px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 4px;
}
.ib_s_detail {
  margin-right: 45px;
  background: #ffffff url(../img/f_icon.png) no-repeat 20px 30px;
}
.last_ibs_detail {
  margin-right: 0;
}
.ids_top {
  width: 310px;
  margin: 0 auto;
  height: 94px;
  line-height: 94px;
  display: flex;
  position: relative;
}
.ids_top .user_header_img {
  width: 44px;
  height: 44px;
  margin-top: 27px;
  margin-right: 15px;
}
.ids_top span {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.ids_top .user_pj_img {
  width: 83px;
  height: 15px;
  margin-top: 41px;
  position: absolute;
  right: 0;
}
.ids_bottom p {
  padding-left: 25px;
  padding-right: 10px;
  color: #666666;
  font-size: 14px;
}
.ids_bottom {
  margin-top: 70px;
  line-height: 24px;
  height: 80px;
}
.ib_cont_7 {
  background-color: #f5f7fc;
  padding: 60px 0;
}
.ads_img_box {
  position: absolute;
  top: 20%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.ads_img_box img {
  cursor: pointer;
}
.rank_close {
  width: 41px;
  cursor: pointer;
  height: 41px;
  background: url(../img/ads_close.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  z-index: 99999;
}
.small_box {
  display: none;
}
.small_box img {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  width: 688px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  display: block;
}

.active_jb {
  background: url(../img/meal/ads_activity_logo.png) no-repeat center;
  background-size: cover;
  width: 115px;
  height: 76px;
  top: -38px;
  right: 6px;
  position: absolute;
  display: none;
  z-index: 9;
}
.show {
  display: block;
}

.ib_cont_6 {
  background: #0f7efc url(../img/xz_bg.png) no-repeat center;
  overflow: hidden;
}
/* grade */
/* .lel_active_box{} */
.lel_active_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.lel_container {
  position: absolute;
  left: 50%;
  width: 614px;
  height: 531px;
  background-size: cover;
  transform: translateX(-50%);
  cursor: pointer;
  top: 211px;
}
.lel_cont {
  width: 628px;
  height: 453px;
  background-size: cover;
}
.chinses_box {
  background: url(../img/banner_bg_c.png) no-repeat center;
  background-size: cover;
}
.lel_cut {
  height: 66px;
  line-height: 66px;
  clear: both;
  overflow: hidden;
  color: #f5fa46;
  font-size: 26px;
  font-weight: bold;
  padding-top: 100px;
  margin-left: 111px;
  display: block;
}
.lel_cut p {
  float: left;
}
.lel_cut span {
  float: left;
  font-size: 12px;
  color: #fff;
  font-style: inherit;
  padding-top: 6px;
  margin: 0 8px;
}
.time_cont {
  height: 66px;
}
.lel_container .rank_close {
  width: 22px;
  cursor: pointer;
  height: 22px;
  background: url(../img/ads_close.png) no-repeat center;
  background-size: cover;
  margin-left: 605px;
  margin-top: -475px;
  display: none;
}

.lel_small_box {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  width: 886px;
  height: 117px;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  display: none;
}
.lel_smbox_chin {
  background: url(../img/s_img_banner_c.png) no-repeat center;
  background-size: cover;
}
.cds_top {
  font-size: 18px;
  color: #0e1b5e;
  font-weight: bold;
  padding-left: 158px;
  line-height: 54px;
}
.small_cut {
  width: 196px;
  position: absolute;
  right: 39px;
  display: flex;
  top: 54px;
}
.small_cut p span:nth-child(1) {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
}
.small_cut p span:nth-child(2) {
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  margin-top: 3px;
  display: block;
}
.small_cut .dot {
  color: #fff;
  font-size: 30px;
  margin-top: -11px;
  margin-right: 10px;
}
.small_cut .ads_hours {
  margin-left: 5px;
}
.small_cut .dot1 {
  margin-left: 6px;
  margin-right: 4px;
}
.small_cut p span.ads_daya {
  background-color: #33fcd6;
}
.dot3 {
  margin-left: 4px;
}

/* down url */
.down_img {
  margin-right: 6px;
  display: inline-block;
  margin-top: -2px;
}
.down_img_mac {
  margin-top: -9px;
  margin-right: 6px;
  display: inline-block;
}
.ib_cont_left a.window_download,
.ib_cont_left a.mac_download {
  display: none;
}
.ib_cont_left a.window_download {
  display: block;
  background-image: linear-gradient(to right, #0d81fd, #2e58f0);
}
.ib_cont_left a.window_download b {
  background: url(../img/down_icon.png) no-repeat center;
  width: 21px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.ib_cont_8 {
  width: 1010px;
  margin: 0 auto;
  height: 577px;
  border-radius: 10px;
  border: solid 1px #e9eef6;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 103px;
  margin-bottom: 156px;
}
.ib_cont_8 .cont_8_left {
  width: 300px;
}
.ib_cont_8 .cont_8_left .left8_top {
  height: 77px;
}
.ib_cont_8 .cont_8_left .left8_top p {
  font-size: 20px;
  line-height: 77px;
  text-align: center;
  background: #0094fa;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}
.ib_cont_8 .cont_8_left ul li {
  height: 50px;
  font-size: 16px;
  color: #163561;
  line-height: 50px;
  text-align: center;
}
.ib_cont_8 .cont_8_center {
  width: 450px;
  box-shadow: 0px 4px 10px 0px #cecee0;
  position: absolute;
  left: 280px;
  top: -23px;
  border-radius: 10px;
  box-sizing: border-box;
}
.ib_cont_8 .cont_8_center .center8_top {
  height: 100px;
  text-align: center;
  background-image: linear-gradient(to right, #0d81fd, #2e58f0);
  border-radius: 10px 10px 0px 0px;
}
.ib_cont_8 .cont_8_center .center8_top img {
  margin-top: 22px;
}
.ib_cont_8 .cont_8_center .center8_top p {
  font-size: 24px;
  color: #ffffff;
  line-height: 100px;
  text-align: center;
}
.ib_cont_8 .cont_8_center ul li {
  height: 50px;
  font-size: 16px;
  color: #163561;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
/* .ib_cont_8 .cont_8_center ul li:nth-child(11){height: 0;} */
.ib_cont_8 .cont_8_center ul li:last-child {
  border-radius: 0px 0px 10px 10px;
}
.ib_cont_8 .cont_8_center ul li .down_btn {
  display: block;
  width: 240px;
  height: 54px;
  background-image: linear-gradient(to right, #0d81fd, #2e58f0);
  border-radius: 10px;
  margin: 18px auto 0 auto;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  padding-left: 38px;
}
.ib_cont_8 .cont_8_center ul li .down_btn b {
  background: url(../img/down_icon.png) no-repeat center;
  width: 21px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.ib_cont_8 .cont_8_center ul li .down_btn i {
  display: inline-block;
  background: url(../img/c_wal.png) no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 28px;
}
.title2 {
  text-align: left !important;
  width: 1170px;
  margin-bottom: 40px;
  border-left: 4px solid #0086ff;
  padding-left: 30px;
}
.ib_cont_8 .cont_8_right {
  width: 300px;
}
.ib_cont_8 .cont_8_right .right8_top {
  height: 77px;
  text-align: center;
}
.ib_cont_8 .cont_8_right .right8_top p {
  font-size: 20px;
  line-height: 77px;
  text-align: center;
  background: #0094fa;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.ib_cont_8 .cont_8_right .right8_top img {
  margin-top: 22px;
}
.ib_cont_8 .cont_8_right ul li {
  height: 50px;
  font-size: 16px;
  color: #163561;
  line-height: 50px;
  text-align: center;
}
.ib_cont_8 .cont_8_center:hover {
  border: solid 1px #1062f2;
}
.ib_cont_8 .cont_8_center ul li .down_btn:hover {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.15)
    ),
    linear-gradient(0deg, #1436e3 0%, #2e58f0 100%),
    linear-gradient(#f7f8fc, #f7f8fc);
}
.ib_cont_8 .cont_8_center ul li .down_btn:hover i {
  transform: translateX(6px);
}

.footer {
  background-color: #161c32;
  color: #5f698b;
  overflow: hidden;
  padding: 24px 0;
}
.footer_c {
  width: 1200px;
  margin: 0 auto;
}
.f_logo {
  float: left;
  margin-top: 5px;
}
.f_logo img {
  width: 100px;
  height: auto;
}
.f_sky {
  float: left;
  border-left: 1px solid #5f698b;
  padding-left: 30px;
  margin-left: 30px;
  font-size: 15px;
  line-height: 26px;
}
.f_right {
  float: right;
  margin-top: 15px;
}
.f_right a {
  margin: 0 14px;
}
