﻿html {
  width: 100%;
}

@font-face {
  font-family: "AlimamaShuHeiTiBold";
  src: url(https://www.igo.cn/font/AlimamaShuHeiTiBold.ttf);
}

@keyframes move{
  0%{
    transform: translateY(-3px);
  }
  50%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-3px);
  }
}
@-o-keyframes move{
  0%{
    transform: translateY(-3px);
  }
  50%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-3px);
  }
}

@-moz-keyframes move{
  0%{
    transform: translateY(-3px);
  }
  50%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-3px);
  }
}

@-webkit-keyframes move{
  0%{
    transform: translateY(-3px);
  }
  50%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-3px);
  }
}


.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body {
  background-color: #f2f2f2;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  color: #1a1a1a;
  width: 100%;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,
    Microsoft YaHei;
}

.con_wrap {
  width: 1200px;
  margin: 0 auto;
}

.trs {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block {
  display: block;
}

.light_red {
  color: #ff123f;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.w_882 {
  width: 882px;
}

.w_297 {
  width: 297px;
}

.bxz {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xt_indexmain * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xt_indexmain .banner_container {
  position: relative;
  width: 100%;
  height: 374px;
  overflow: hidden;
}

.xt_indexmain .banner_container .banner_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.xt_indexmain .banner_container .banner_wrapper .banner_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #ccc;
  background-position: top center;
  background-repeat: no-repeat;
}

.xt_indexmain .banner_container .points,
.xt_indexmain .banner_container .operate_buttons {
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -350px;
  width: 950px;
  text-align: left;
  font-size: 0;
  padding-left: 30px;
}

.xt_indexmain .banner_container .points li,
.xt_indexmain .banner_container .operate_buttons li {
  display: inline-block;
  width: 20px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 0.3;
  margin-right: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

.xt_indexmain .banner_container .points li.active,
.xt_indexmain .banner_container .operate_buttons li.active {
  opacity: 1;
  width: 35px;
  transition: all 0.3s;
}

.xt_indexmain .banner_container .btn {
  position: absolute;
  top: -200px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: "simsun";
}

.xt_indexmain .banner_container .prev {
  left: 0;
}

.xt_indexmain .banner_container .next {
  right: 210px;
}

.xt_indexmain .con_wrap {
  position: relative;
}

.xt_indexmain .left_navi {
  position: absolute;
  left: 0;
  top: -374px;
  width: 250px;
  padding: 5px 19px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 5;
}

.xt_indexmain .left_navi .item {
  padding: 13px 0 12px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.xt_indexmain .left_navi .item:last-child {
  padding-bottom: 1px;
  border: none;
}

.xt_indexmain .left_navi .item .name {
  padding-bottom: 10px;
  font-weight: 700;
  color: #333;
}

.xt_indexmain .left_navi .item .name a {
  color: #333;
  float: none;
  position: relative;
}

.xt_indexmain .left_navi .item .name a:hover {
  color: #ff123f;
}


.xt_indexmain .left_navi .item .name.hot a:after {
  content: "";
  position: absolute;
  top: -12px;
  right: -21px;
  background: url(https://www.igo.cn/images/version2025/navhot.png) no-repeat;
  width: 24px;
  height: 16px;
  background-size: 100%;
  animation: move 1s infinite linear;
}

.xt_indexmain .left_navi .item a {
  float: left;
  width: 33%;
  line-height: 23px;
  color: #666;
}

.xt_indexmain .left_navi .item a:hover {
  color: #ff123f;
}

.xt_indexmain .left_navi .item .ml {
  position: relative;
  left: -6%;
}

.xt_indexmain .left_navi .last_item {
  padding-top: 20px;
}

.xt_indexmain .left_navi .last_item .last {
  padding-right: 28px;
  line-height: 24px;
  color: #333;
  font-weight: 700;
}

.xt_indexmain .left_navi .last_item .last:hover {
  color: #ff123f;
}
.xt_indexmain .xtsameIcon {
  background: url(/images/version2025/iconbox.png) no-repeat;
}
.xt_indexmain #right_nav_icon1 {
  width: 40px;
  height: 40px;
  background-position: -0px -0px;
}
.xt_indexmain #right_nav_icon2 {
  width: 40px;
  height: 40px;
  background-position: -40px -0px;
}
.xt_indexmain #right_nav_icon3 {
  width: 40px;
  height: 40px;
  background-position: -80px -0px;
}
.xt_indexmain #right_nav_icon4 {
  width: 40px;
  height: 40px;
  background-position: -120px -0px;
}
.xt_indexmain #tool_icon1 {
  width: 29px;
  height: 30px;
  background-position: -160px -0px;
}
.xt_indexmain #tool_icon2 {
  width: 24px;
  height: 30px;
  background-position: -189px -0px;
}
.xt_indexmain #tool_icon3 {
  width: 24px;
  height: 30px;
  background-position: -213px -0px;
}
.xt_indexmain #tool_icon4 {
  width: 25px;
  height: 30px;
  background-position: -237px -0px;
}
.xt_indexmain #tool_icon5 {
  width: 32px;
  height: 26px;
  background-position: -262px -0px;
}
.xt_indexmain #tool_icon6 {
  width: 23px;
  height: 30px;
  background-position: -294px -0px;
}
.xt_indexmain #tool_icon7 {
  width: 29px;
  height: 30px;
  background-position: -317px -0px;
}
.xt_indexmain #tool_icon8 {
  width: 29px;
  height: 28px;
  background-position: -346px -0px;
}
.xt_indexmain #tool_icon9 {
  width: 28px;
  height: 28px;
  background-position: -375px -0px;
}
.xt_indexmain #caseIcon {
  background: url(/images/version2025/iconbox.png) no-repeat;
  width: 15px;
  height: 18px;
  background-position: -403px -0px;
  margin-right: 11px;
  left: 0;
}
.xt_indexmain #fire_icon {
  width: 12px;
  height: 14px;
  background-position: -418px -0px;
}
.xt_indexmain #liveIcon {
  background: url(/images/version2025/iconbox.png) no-repeat;
  width: 58px;
  height: 41px;
  background-position: -430px -0px;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 10;
}
.xt_indexmain #newsIcon {
  width: 48px;
  height: 52px;
  background-position: -488px -0px;
}

.xt_indexmain .right_navi {
  width: 210px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: -337px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xt_indexmain .right_navi * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xt_indexmain .right_navi .item {
  padding: 10px 0 10px 6px;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  overflow: hidden;
  transition: all 0.2s;
}

.xt_indexmain .right_navi .item:last-child {
  border-bottom: none;
}

.xt_indexmain .right_navi .top {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.xt_indexmain .right_navi .top .icon {
  width: 40px;
  height: 40px;
  margin-right: 9px;
}

.xt_indexmain .right_navi .top .right_navi_arrow {
  margin-right: 0;
  position: absolute;
  right: 6px;
  transition: all 0.2s;
}

.xt_indexmain .right_navi .item.active {
  height: 110px;
  transition: all 0.2s;
}

.xt_indexmain .right_navi .item.active b {
  color: #ff123f;
}

.xt_indexmain .right_navi .item.active .right_navi_arrow {
  transform: rotateZ(180deg);
  transition: all 0.2s;
}

.xt_indexmain .right_navi .item .links {
  flex-wrap: wrap;
  margin-top: 13px;
}

.xt_indexmain .right_navi .item .links a {
  width: 50%;
  color: #666666;
  font-size: 13px;
  line-height: 14px;
  margin-top: 8px;
  transition: all 0.2s;
}

.xt_indexmain .right_navi .item .links a:hover {
  transition: all 0.2s;
  color: #ff123f;
}

.xt_indexmain .right_navi .item .links a:nth-child(1),
.xt_indexmain .right_navi .item .links a:nth-child(2) {
  margin-top: 0;
}

.xt_indexmain .superiorty {
  padding-top: 8px;
  width: 936px;
  margin-left: auto;
  height: 93px;
  background: url("https://www.igo.cn/images/superiorty_bg.png") no-repeat right
    bottom;
  overflow: hidden;
}

.xt_indexmain .superiorty .item {
  float: left;
  line-height: 18px;
  color: #666;
  text-align: center;
}

.xt_indexmain .superiorty .item .num {
  padding: 13px 0 7px;
  line-height: 25px;
  font-size: 25px;
  font-weight: 700;
  color: #ff123f;
  font-family: "Arial";
}

.xt_indexmain .superiorty .item1 {
  width: 190px;
}

.xt_indexmain .superiorty .item2 {
  width: 200px;
}

.xt_indexmain .superiorty .item3 {
  width: 166px;
}

.xt_indexmain .superiorty .item4 {
  width: 215px;
}

.xt_indexmain .superiorty .item5 {
  width: 158px;
}

.panel {
  width: 1200px;
  margin: 30px auto 0;
}

.panel .left {
  float: left;
}

.panel .right {
  float: right;
}

.panel .panel_title {
  padding: 0 0 0 30px;
  font-family: "Microsoft Yahei";
  font-size: 22px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
  color: #ff123f;
}

.panel .right_tabs {
  margin: 0 30px 0 0;
}

.panel .right_tabs li {
  height: 60px;
  font-size: 16px;
  color: #383838;
  line-height: 60px;
  padding-left: 9px;
  font-weight: normal;
}

.panel .right_tabs .item {
  position: relative;
  padding: 0 9px;
  cursor: pointer;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,
  Microsoft YaHei;
}

.panel .right_tabs .item a {
  color: #383838;
}

.panel .right_tabs .item.active {
  color: #ff123f;
}

.panel .right_tabs .item.active a {
  color: #ff123f;
}

.panel .right_tabs .item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  margin-left: -12px;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ff123f transparent;
}

.panel .right_tabs .more {
  color: #808080;
  vertical-align: top;
  font-size: 14px;
  line-height: 60px;
}

.panel .right_tabs .more:hover {
  color: #ff123f;
}

.panel .right_tabs .more b {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 11px;
  background: url("https://www.igo.cn/images/sprite.png") no-repeat -141px -330px;
}

.case_content {
  width: 830px;
  background-color: #fff;
}

.case_content .tab {
  height: 50px;
  background-color: #d9d9d9;
  overflow: hidden;
}

.case_content .tab .item {
  float: left;
  width: 25%;
  line-height: 50px;
  text-align: center;
  font-family: "Microsoft Yahei";
  font-size: 22px;
  color: #000000;
  cursor: pointer;
}

.case_content .tab .item a {
  position: relative;
  /* padding-left: 22px;*/
  color: #000;
}

.case_content .tab .item.active {
  background-color: #ff123f;
  color: #fff;
}

.case_content .tab .item.active a {
  color: #fff;
}

.case_content .box {
  padding: 20px 20px 30px;
  box-sizing: border-box;
}

.case_content .f_case {
  overflow: hidden;
}

.case_content .f_case .list {
  width: 100%;
  overflow: hidden;
}

.case_content .f_case .list .c_cell {
  float: left;
  width: 270px;
  height: 62px;
  margin: 0 10px 7px 0;
  padding: 5px 0 5px 5px;
  background-color: #f2f2f2;
  color: #555;
}

.case_content .f_case .list .c_cell:nth-child(2n) {
  margin-right: 0;
}

.case_content .f_case .list .s_logo {
  float: left;
  width: 52px;
  height: 100%;
  background-color: #ccc;
}

.case_content .f_case .list .s_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.case_content .f_case .list .s_logo:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.case_content .f_case .list .info {
  float: left;
  width: 114px;
  margin: 0 8px;
}

.case_content .f_case .list .info .s_name {
  display: block;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0 13px;
}

.case_content .f_case .list .info .s_name:hover {
  color: #ff123f;
}

.case_content .f_case .list .info .detail span:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  background-image: url("https://www.igo.cn/images/sprite.png");
  content: "";
}

.case_content .f_case .list .info .d_name {
  position: relative;
  padding-left: 18px;
}

.case_content .f_case .list .info .d_name:before {
  width: 14px;
  background-position: -141px -3px;
}

.case_content .f_case .list .info .d_step {
  position: relative;
  float: right;
  padding-left: 28px;
}

.case_content .f_case .list .info .d_step:before {
  width: 25px;
  background-position: -141px -26px;
}

.case_content .f_case .list .right_btn {
  float: right;
  width: 62px;
  height: 62px;
  margin-top: -5px;
  text-align: center;
  background: url(https://www.igo.cn/images/case_btn.jpg);
  padding: 11px 0 0;
  color: rgba(255, 255, 255, 0);
  line-height: 20px;
}

.case_content .f_case .list .right_btn:hover {
  font-size: 16px;
  background: #ff123f;
  color: rgba(255, 255, 255, 1);
}

.case_content .f_case .right_link {
  float: right;
  width: 245px;
  height: 200px;
  overflow: hidden;
}

.f_lxcase {
  height: 200px;
}

.f_lxcase .list {
  width: 374px;
  font-size: 14px;
  line-height: 32px;
}
.f_lxcase .list p {
  width: 374px;
  box-sizing: border-box;
}
.f_lxcase .list a {
  width: 348px;
  display: block;
  color: #4d4d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f_lxcase .list p span {
  width: 7px;
  height: 7px;
  background-color: #d6d6d6;
  margin-right: 16px;
  border-radius: 7px;
  position: relative;
  left: 3px;
}
.f_lxcase .list p:hover a {
  color: #ff123f;
}

.case_content .f_admit .table_header,
.case_content .f_Ep .table_header,
.case_content .f_high .table_header {
  width: 100%;
  line-height: 14px;
  height: 25px;
  /*margin-bottom: 7px;*/
  border-bottom: 1px solid #ff123f;
  text-align: center;
  color: #383838;
}

.case_content .f_admit .table_header td a,
.case_content .f_high .table_header td a,
.case_content .f_Ep .table_header td a {
  color: #808080;
}

.case_content .f_admit .table_header td a:hover {
  color: #ff123f;
}

.case_content .f_admit .table_header td,
.case_content .f_Ep .table_header td,
.case_content .f_high .table_header td {
  position: relative;
  font-weight: 700;
  color: #808080;
}

.case_content .f_admit .table_header .b_line:after,
.case_content .f_Ep .table_header .b_line:after,
.case_content .f_high .table_header .b_line:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 4px;
  background-color: #ff123f;
}

.case_content .f_admit .table_container,
.case_content .f_Ep .table_container,
.case_content .f_high .table_container {
  height: 175px;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
}

.case_content .f_admit .table_container .table_body,
.case_content .f_Ep .table_container .table_body,
.case_content .f_high .table_container .table_body {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.case_content .table_container .table_body tr.odd {
  background-color: #f2f2f2;
}

.case_content .f_admit .table_container .table_body tr:hover td,
.case_content .f_Ep .table_container .table_body tr:hover td,
.case_content .f_high .table_container .table_body tr:hover td {
  color: #ff123f;
}

.case_content .f_admit .table_container .table_body tr:hover a,
.case_content .f_Ep .table_container .table_body tr:hover a,
.case_content .f_high .table_container .table_body tr:hover a {
  color: #ff123f;
}

.case_content .f_admit .table_container .table_body td,
.case_content .f_Ep .table_container .table_body td,
.case_content .f_high .table_container .table_body td {
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  box-sizing: border-box;
}

.case_content .f_admit .table_container .table_body td,
.case_content .f_Ep .table_container .table_body td {
  border-right: 2px solid #fff;
}

.case_content .f_admit .table_container .table_body a,
.case_content .f_Ep .table_container .table_body a,
.case_content .f_high .table_container .table_body a {
  color: #666;
}

.case_content .f_admit .table_container .table_body .btn,
.case_content .f_Ep .table_container .table_body .btn,
.case_content .f_high .table_container .table_body .btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  background-color: #ff123f;
  border-radius: 25px;
}

.case_content .f_admit .table_container .table_body .btn:hover,
.case_content .f_Ep .table_container .table_body .btn:hover,
.case_content .f_high .table_container .table_body .btn:hover {
  background-color: #c61133;
}

.case_content .f_high {
  position: relative;
}

.case_content .f_high .right_form {
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
  height: 200px;
  padding-top: 22px;
  background: #5a8cff url("https://www.igo.cn/images/high_formBg.jpg") no-repeat
    center 5px;
}

.case_content .f_high .right_form .name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.case_content .f_high .right_form .top_form {
  padding: 8px 15px 0;
}

.case_content .f_high .right_form .top_form .form_item {
  position: relative;
  margin-bottom: 7px;
}

.case_content .f_high .right_form .top_form .label {
  float: left;
  width: 57px;
  padding-right: 5px;
  line-height: 20px;
  text-align: right;
  color: #fff;
  font-size: 13px;
}

.case_content .f_high .right_form .top_form .user-txt {
  width: 180px;
  height: 30px;
  padding-left: 10px;
  background-color: #fff;
  outline: none;
}

.case_content .f_high .right_form .top_form .btn {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background-color: #673ef9;
  background: -webkit-linear-gradient(-90deg, #ff4ce0, #2b63ea);
  border-radius: 25px;
}

.case_content .f_high .right_form .top_form .arrow {
  position: absolute;
  right: 10px;
  top: 12px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #5a8cff transparent transparent transparent;
}

.case_content .f_high .right_form .top_form .list {
  position: absolute;
  top: 30px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}

.case_content .f_high .right_form .top_form .list li {
  padding-left: 10px;
  line-height: 22px;
  cursor: pointer;
}

.case_content .f_high .right_form .top_form .list li:hover {
  background-color: #eee;
}

.hot_activity {
  width: 360px;
  position: relative;
  z-index: 1;
}

.hot_activity .list {
  height: 202px;
}

.hot_activity .name,
.hot-news .name {
  padding-bottom: 19px;
  font-family: "Microsoft Yahei";
  font-size: 22px;
  font-weight: 700;
  color: #ff123f;
}

.hot_activity .name a {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  font-weight: normal;
}

.hot_activity .name a:hover {
  color: #ff123f;
}

.hot_activity .nodata {
  display: none;
}

.hot_activity .hotActivity img {
  width: calc(100% - 10px);
  height: auto;
  background: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.hot_activity .list,
.hot-news .list {
  overflow-y: auto;
}

.hot_activity .list {
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
}

.hot_activity .list a {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #1e1e1e;
  min-height: 38px;
  position: relative;
  cursor: pointer;
  padding-left: 15px;
  border-left: 1px solid #eeeeee;
  box-sizing: border-box;
  padding-bottom: 15px;
}

.hot_activity .list a:hover {
  color: #ff123f;
}

.hot_activity .list a.end {
  color: #bcbcbc;
}

.hot_activity .list a span {
  margin-right: 7px;
}
.hot_activity .list a > div:nth-child(1) p {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.hot_activity .list a > div:nth-child(1) p.time {
  color: #9f9f9f;
}

.hot_activity .list a i {
  width: 9px;
  height: 9px;
  background-color: #eeeeee;
  border-radius: 4px;
}

.hot_activity .list a::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #c3c3c3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  border-radius: 4px;
  z-index: 4;
}

.hot_activity .list a .activitybtn {
  width: 50px;
  height: 24px;
  background-color: #ff123f;
  border-radius: 11px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 0;
}

.hot_activity .list a .activitybtn:hover {
  background-color: #a01832;
}

.hot_activity .list a.end .activitybtn {
  background-color: #bcbcbc;
}

.hot_activity .list::-webkit-scrollbar,
.hot-news::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #e6e6e6;
}

.hot_activity .list::-webkit-scrollbar-thumb,
.hot-news::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}

.hot-news .item {
  position: relative;
  padding-right: 68px;
  margin-bottom: 6px;
  line-height: 22px;
}

.hot-news .item:hover a,
.hot-news .item:hover .txt a {
  color: #ff123f;
}

.hot-news .item .a_cn {
  color: #383838;
}

.hot-news .item .txt a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #383838;
}

.hot-news .select_box {
  position: absolute;
  right: 20px;
  top: 23px;
}

.hot-news .select_box .select_item {
  position: relative;
  width: 83px;
  height: 23px;
  border: 1px solid #b3b3b3;
  cursor: pointer;
}

.hot-news .select_box .selected {
  border: none;
  padding: 0 0 0 5px;
  width: 78px;
  line-height: 23px;
  color: #808080;
  cursor: pointer;
}

.hot-news .select_box .select_list {
  position: absolute;
  left: -1px;
  width: 100%;
  top: 24px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.hot-news .select_box .select_list li {
  padding-left: 5px;
  line-height: 22px;
  cursor: pointer;
}

.hot-news .select_box .city {
  height: 200px;
  overflow-y: auto;
}

.hot-news .select_box .arrow {
  position: absolute;
  right: 5px;
  top: 10px;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
}

.hot-news {
  padding: 20px 30px 30px;
  border-top: 2px solid #ff1f49;
}

.hot-news .select_box {
  top: 18px;
}

.hot-news .list {
  height: 310px;
}

.hot-news .list .item {
  line-height: 32px;
  margin-bottom: 0;
  padding-right: 30px;
}

.hot-news .list a {
  position: relative;
  padding-left: 20px;
  background: url(https://www.igo.cn/images/fz_arrow.png) no-repeat left center;
}

.hot-news .list a:hover {
  background-image: url(https://www.igo.cn/images/fz_arrow-hover.png);
}

.mid_ad {
  position: relative;
  width: 1200px;
  height: 150px;
  margin: 30px auto;
  display: block;
  background: url(/images/version2025/mid_ad.png) no-repeat top center;
}

.layer {
  margin-top: 30px;
  padding: 0 0 30px 30px;
  background-color: #fff;
  /*overflow: hidden;*/
  position: relative;
}

.layer .left {
  float: left;
}

.layer .right {
  float: right;
}

.layer .layer_title,
.lixueguihua .panel_title,
.skills .panel_title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #ff123f;
  /* margin-bottom: 20px; */
  line-height: 60px;
}
.layer .layer_title b,
.lixueguihua .panel_title b,
.skills .panel_title b{
  font-family: "Microsoft Yahei";
}

.layer .layer_title a {
  float: right;
  font-size: 14px;
  line-height: 60px;
  color: #666666;
  font-weight: normal;
}

.layer .layer_title a:hover {
  color: #ff123f;
}

.tools {
  margin-top: 0;
}

.plan_list {
  width: 470px;
}

.plan_list .item {
  position: relative;
  float: left;
  width: 230px;
  height: 150px;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  transition: all 0.3s;
  top: 0;
  background: url(/images/version2025/plan_list1.png) no-repeat;
  background-position: right bottom;
}
.plan_list .item:nth-child(2) {
  background-image: url(/images/version2025/plan_list2.png);
}
.plan_list .item:nth-child(3) {
  background-image: url(/images/version2025/plan_list4.png);
}
.plan_list .item:nth-child(4) {
  background-image: url(/images/version2025/plan_list5.png);
}
.plan_list .item:nth-child(2n) {
  margin-right: 0;
}

.plan_list .item:nth-child(1),
.plan_list .item:nth-child(2) {
  margin-bottom: 10px;
}

.plan_list .item:hover {
  transition: all 0.3s;
  top: -4px;
}

.plan_list .item .img {
  display: block;
  width: 100%;
  height: 100%;
}
.plan_list .item a {
  width: 100%;
  height: 100%;
  display: block;
}
.plan_list .txt {
  position: absolute;
  width: auto;
  height: auto;
  top: 24px;
  left: 24px;
  z-index: 2;
}

.plan_list b {
  font-family: "AlimamaShuHeiTiBold";
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 13px;
  display: block;
}

.plan_list p {
  font-size: 14px;
  line-height: 14px;
  color: #262626;
}

.plan_list p span:last-child {
  color: #000000;
}

.xt_indexmain .T_title {
  font-family: "Microsoft Yahei";
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ff123f;
  position: absolute;
  top: 30px;
}
.xt_indexmain .tools .T_title {
  position: relative;
  top: 0;
  line-height: 50px;
  margin-bottom: 10px;
}
.xt_indexmain .tools .T_title a {
  font-size: 14px;
  line-height: 15px;
  color: #666666;
  font-weight: normal;
}
.xt_indexmain .tools .T_title a:hover {
  color: #ff123f;
}
.tools {
  width: 350px;
  height: 300px;
  position: relative;
  background: #ffffff;
  padding: 0 20px 30px;
  box-sizing: border-box;
  border-top: 2px solid #ff123f;
}
.test_tools_content {
  width: 290px;
}

.tools_content .t_name,
.test_tools_content .t_name {
  line-height: 16px;
  font-size: 16px;
}

.tools_content {
  width: 100%;
  height: auto;
}

.tools_content .t_name {
  line-height: 16px;
  font-size: 16px;
}

.tools_content .list .item {
  width: 96px;
  height: 65px;
  background-color: #fff5f7;
  border-radius: 8px;
  float: left;
  margin-top: 8px;
  text-align: center;
  margin-right: 10px;
  box-sizing: border-box;
  position: relative;
  top: 0;
  transition: all 0.2s;
}

.tools_content .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 10px;
  box-sizing: border-box;
}

.tools_content .list .item:nth-child(3n) {
  margin-right: 0;
}

.tools_content .list .item:nth-child(1),
.tools_content .list .item:nth-child(2),
.tools_content .list .item:nth-child(3) {
  margin-top: 0;
}

.tools_content .list .item:hover {
  top: -4px;
  transition: all 0.2s;
}

.tools_content .list .item .icon {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4px;
}
.tools_content .list .item .icon img {
  height: 100%;
}
.tools_content .list .item .txt {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  text-align: center;
}

.tools_content .btn {
  display: block;
  font-family: "Microsoft Yahei";
  width: 180px;
  height: 40px;
  width: 290px;
  height: 60px;
  background: url(https://www.igo.cn/images/version2024/evaluation_platform1.png)
    no-repeat;
  background-size: 100%;
  margin: 15px auto 0;
  line-height: 58px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
}

.xt_test {
  align-items: stretch;
  padding-left: 0;
}

.xt_test > div {
  width: 100%;
}

.xt_test > div:nth-child(1) {
  width: 850px;
  margin-right: 28px;
}

.xt_test .layer_title {
  border-bottom: 1px solid #e6e6e6;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-left: 30px;

}

.xt_test .tab {
  box-sizing: border-box;
}

.xt_test .tab .item {
  margin: 0 12px;
  font-size: 16px;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  color: #383838;
}

.xt_test .tab .item:last-child {
  margin-right: 0;
  float: right;
  font-size: 14px;
  line-height: 15px;
  color: #666666;
}

.xt_test .tab .item.active {
  border-bottom-color: #ff123f;
  color: #ff123f;
}

.xt_test .tab .item.active::after {
  content: "";
  border: 12px solid #ff123f;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.xt_test .tab .item a {
  color: #666666;
}

.xt_test .tab .item a:hover {
  color: #ff123f;
}
.skills {
  position: relative;
  width: 320px !important;
}
.skills .layer_title {
  padding-right: 30px;
  box-sizing: border-box;
  padding-left: 0;
}

.skills .box_contains {
  padding-right: 30px;
  box-sizing: border-box;
}
.skills .box_contains .item{
  display:none;
}
.skills .box_contains .item.active{
  display: block !important;
}
.skills .box_contains a {
  line-height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #383838;
}
.skills .box_contains a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #c4c4c4;
}
.skills .box_contains a:hover {
  color: #ff123f;
}

.test_content {
  /* width: 820px; */
  /* margin-right: 30px; */
  margin-top: 0;
  position: relative;
  padding-left: 30px;
}

/*.test_content .tab .item b {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 11px;
  vertical-align: -2px;
  background: url("../images/sprite.png") no-repeat -141px -330px;
}*/
.test_content .box .item {
  width: 100%;
  overflow: hidden;
  display: none;
}

.test_content .box .item.active {
  display: flex;
}

.test_content .imgs {
  margin-right: 18px;
  flex-shrink: 0;
}

.test_content .b_img {
  width: 260px;
  height: 145px;
  display: block;
  overflow: hidden;
}

.test_content .b_img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.test_content .b_img:nth-child(1) {
  margin-bottom: 10px;
}

.test_content .b_img:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.test_content .course_list {
  width: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}

.test_content .course_list a {
  width: 174px;
  height: 145px;
  background: url(https://www.igo.cn/images/version2024/coursebg.png) no-repeat;
  background-size: 100%;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 27px 0 0 19px;
  transition: all 0.2s;
}

.test_content .course_list a:hover {
  box-shadow: 0px 0px 10px 0px rgb(12 4 7 / 15%);
  transition: all 0.2s;
}

.test_content .course_list a:nth-child(4),
.test_content .course_list a:nth-child(5),
.test_content .course_list a:nth-child(6) {
  margin-bottom: 0;
}

.test_content .course_list a:nth-child(3n) {
  margin-right: 0;
}

.test_content .course_list a p:nth-child(1) {
  font-size: 17px;
  line-height: 25px;
  color: #5a4a35;
  margin-bottom: 15px;
  font-weight: bold;
}

.test_content .course_list a p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}

.xt_test .T_title {
  position: relative;
  top: 0;
  margin-bottom: 40px;
}

.test_tools_content {
  height: auto;
}

.test_tools_content .list {
  overflow: hidden;
  box-sizing: border-box;
}

.test_tools_content .list .c_d {
  float: left;
  width: 109px;
  height: auto;
  margin: 0 41px 16px 0;
}

.test_tools_content .list .c_d img {
  width: 66px;
  margin-bottom: 12px;
}

.test_tools_content .list .c_d:nth-child(2n) {
  margin-right: 0;
}

.test_tools_content .list .c_d:nth-child(1),
.test_tools_content .list .c_d:nth-child(3) {
  margin-left: 15px;
}

.test_tools_content .list .c_d:nth-child(3),
.test_tools_content .list .c_d:nth-child(4) {
  margin-bottom: 0;
}

.test_tools_content .list .last_c_d {
  width: 100%;
  height: 60px;
  background: url(https://www.igo.cn/images/version2024/evaluation_platform2.png)
    no-repeat;
  background-size: 100%;
  margin-right: 0;
  margin-top: 23px;
  margin-bottom: 0;
  border-radius: 0;
}

.test_tools_content .list a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: normal;
  font-size: 17px;
  color: #000000;
}

.test_tools_content .list .txt {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.test_tools_content .list .txt span {
  font-size: 12px;
  color: #999999 !important;
}

.test_tools_content .list .c_d:hover .txt {
  color: #ff123f;
}

.test_tools_content .list .last_c_d .txt {
  font-weight: bold;
  font-family: "Microsoft Yahei";
  line-height: 60px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  padding-right: 44px;
}

.test_tools_content .list .last_c_d:hover .txt {
  color: #000000;
}

.soft-power_list {
  width: 820px;
}

.qz {
  background: none;
  padding: 0;
}

.qzleft,
.qzright {
  width: 590px;
  height: 310px;
  background-color: #ffffff;
  padding: 0 29px 30px;
}

.qz_leftlist {
  /* width: 306px; */
  flex-wrap: wrap;
}

.qz_leftlist a {
  width: 110px;
  height: 100px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ffe6e6;
  border-radius: 4px;
  padding-top: 10px;
}

.qz_leftlist a:nth-child(4),
.qz_leftlist a:nth-child(5),
.qz_leftlist a:nth-child(6) {
  margin-bottom: 0;
}

.qz_leftlist .icon {
  width: 46px;
  height: 47px;
  margin: 0 auto 8px;
}

.qz_leftlist .qz_leftlisticon {
  width: 46px;
  height: 38px;
  background: url(https://www.igo.cn/images/version2024/qz_leftlisticon.png)
    no-repeat;
}

.qz_leftlist .qz_leftlisticon.qz_listicon1 {
  background-position: -0px -0px;
}

.qz_leftlist a:hover .qz_listicon4 {
  background-position: -46px -0px;
}

.qz_leftlist a:hover .qz_listicon5 {
  background-position: -92px -0px;
}

.qz_leftlist a:hover .qz_listicon6 {
  background-position: -138px -0px;
}

.qz_leftlist .qz_leftlisticon.qz_listicon2 {
  height: 37px;
  background-position: -184px -0px;
}

.qz_leftlist a:hover .qz_listicon3 {
  background-position: -230px -0px;
}

.qz_leftlist a:hover .qz_listicon2 {
  background-position: -276px -0px;
}

.qz_leftlist .qz_leftlisticon.qz_listicon6 {
  height: 44px;
  background-position: -322px -0px;
}

.qz_leftlist a:hover .qz_listicon1 {
  background-position: -368px -0px;
}

.qz_leftlist .qz_leftlisticon.qz_listicon5 {
  height: 46px;
  background-position: -414px -0px;
}

.qz_leftlist .qz_leftlisticon.qz_listicon4 {
  height: 47px;
  background-position: -460px -0px;
}

.qz_leftlist .qz_leftlisticon.qz_listicon3 {
  height: 35px;
  background-position: -506px -0px;
}

.qz_leftlist a:hover {
  color: #ff123f;
}

.qzleft .swiper-container,
.qzright .swiper-container {
  width: 170px;
  flex-shrink: 0;
}

.qzleft .swiper-pagination,
.qzright .swiper-pagination {
  bottom: 10px;
}

.qzleft .swiper-pagination-bullet-active,
.qzright .swiper-pagination-bullet-active {
  background: #ffffff;
}

.qzrightlist {
  flex-wrap: wrap;
}

.qzrightlist a {
  width: 80px;
  height: 100px;
  color: #000000;
  padding-top: 11px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #ffe6e6;
  border-radius: 4px;
}

.qzrightlist a:nth-child(5),
.qzrightlist a:nth-child(6),
.qzrightlist a:nth-child(7),
.qzrightlist a:nth-child(8) {
  margin-top: 10px;
}

.qzrightlist a p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.qzrightlist .icon {
  width: 44px;
  height: 38px;
  margin: 0 auto 15px;
}

.qzrightlist .qz_rightlisticon {
  width: 46px;
  height: 38px;
  background: url(https://www.igo.cn/images/version2024/qz_rightlisticon.png)
    no-repeat;
}

.qzrightlist .qz_rightlisticon.qz_listicon6 {
  width: 31px;
  height: 38px;
  background-position: -0px -0px;
}

.qzrightlist .qz_rightlisticon.qz_listicon4 {
  width: 32px;
  height: 35px;
  background-position: -31px -0px;
}

.qzrightlist .qz_rightlisticon.qz_listicon1 {
  width: 35px;
  height: 35px;
  background-position: -63px -0px;
}

.qzrightlist .qz_rightlisticon.qz_listicon8 {
  width: 37px;
  height: 35px;
  background-position: -98px -0px;
}

.qzrightlist .qz_rightlisticon.qz_listicon7 {
  width: 44px;
  height: 35px;
  background-position: -135px -0px;
}

.qzrightlist .qz_rightlisticon.qz_listicon3 {
  width: 36px;
  height: 30px;
  background-position: -179px -0px;
}

.qzrightlist .qz_rightlisticon.qz_listicon2 {
  width: 39px;
  height: 30px;
  background-position: -215px -0px;
}

.qzrightlist .qz_rightlisticon.qz_listicon5 {
  width: 45px;
  height: 25px;
  background-position: -254px -0px;
}

.qzrightlist > a:hover .qz_rightlisticon.qz_listicon1 {
  background-position: -299px -0px;
}

.qzrightlist > a:hover .qz_rightlisticon.qz_listicon2 {
  background-position: -334px -0px;
}

.qzrightlist > a:hover .qz_rightlisticon.qz_listicon3 {
  background-position: -373px -0px;
}

.qzrightlist > a:hover .qz_rightlisticon.qz_listicon4 {
  background-position: -409px -0px;
}

.qzrightlist > a:hover .qz_rightlisticon.qz_listicon5 {
  background-position: -441px -0px;
}

.qzrightlist > a:hover .qz_rightlisticon.qz_listicon6 {
  background-position: -486px -0px;
}

.qzrightlist > a:hover .qz_rightlisticon.qz_listicon7 {
  background-position: -517px -0px;
}

.qzrightlist > a:hover .qz_rightlisticon.qz_listicon8 {
  background-position: -561px -0px;
}

.qzrightlist > a:hover p {
  color: #ff123f;
}

.top-teacher,
.share-skill,
.test-calendar,
.scholl-recommend,
.hot-news {
  background-color: #fff;
}

.teacher_contains {
  position: relative;
  margin: 20px 0 0 30px;
  height: auto;
  padding-bottom: 30px;
}

.teacher_contains .slide {
  float: left;
  position: relative;
  width: 228px;
  height: 200px;
  margin-bottom: 5px;
  border-left: 4px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.teacher_contains .slide .t_img {
  float: left;
  display: block;
  width: 224px;
  height: 100%;
  background: #535353 url("https://www.igo.cn/images/t_bg.jpg") no-repeat top
    center;
  background-size: 100% 100%;
}

.teacher_contains .slide .img {
  display: block;
  margin: 0 auto;
  width: 180px;
  position: relative;
  top: 15px;
}

.teacher_contains .slide .info {
  position: absolute;
  left: 224px;
  width: 196px;
  height: 200px;
  padding: 24px 24px 0;
  line-height: 22px;
  color: #fff;
  background: #000 url("https://www.igo.cn/images/sign.png") no-repeat 150px
    20px;
}

.teacher_contains .slide .name {
  font-size: 16px;
}

.teacher_contains .slide .city {
  padding: 6px 0;
  font-size: 12px;
}

.teacher_contains .slide .txt {
  height: 66px;
  overflow: hidden;
}

.teacher_contains .slide .btn {
  display: inline-block;
  width: 64px;
  height: 20px;
  line-height: 20px;
  margin: 10px 6px 0 0;
  background-color: #ff123f;
  color: #fff;
  border-radius: 25px;
  font-size: 12px;
}

.teacher_contains .slide .btn:hover {
  background-color: #a01832;
  border-color: #a01832;
}

.teacher_contains .maxWidth {
  width: 420px;
}

.teacher_contains .minWidth {
  width: 180px;
}
.lixueguihua {
  width: 680px;
  position: relative;
}

.lixueguihua .panel_title {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-right: 30px;
}
.lixueguihua .right_tabs li {
  font-size: 16px;
  color: #383838;
  padding-left: 9px;
  line-height: 60px;
  font-weight: normal;
}

.lixueguihua .right_tabs .item {
  position: relative;
  padding: 0 9px;
  cursor: pointer;
}

.lixueguihua .right_tabs .item a {
  color: #383838;
}

.lixueguihua .right_tabs .item.active {
  color: #ff123f;
}

.lixueguihua .right_tabs .item.active a {
  color: #ff123f;
}

.lixueguihua .right_tabs .item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ff123f transparent;
}

.lixueguihua .right_tabs .more {
  color: #808080;
  vertical-align: top;
  font-size: 14px;
  line-height: 60px;
}

.lixueguihua .right_tabs .more:hover {
  color: #ff123f;
}

.lixueguihua .right_tabs .more b {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 11px;
  background: url("https://www.igo.cn/images/sprite.png") no-repeat -141px -330px;
}
.lixueguihua .box_contains {
  overflow: hidden;
  padding-right: 30px;
}
.lixueguihua .lixueguihua_ad {
  width: 200px;
  height: 130px;
  display: block;
  margin-bottom: 10px;
  padding: 27px 0 0 27px;
  box-sizing: border-box;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.2s;
  border-radius: 6px;
  overflow: hidden;
}
.lixueguihua .lixueguihua_ad:hover {
  box-shadow: 0px 0px 10px 0px rgb(12 4 7 / 15%);
  transition: all 0.2s;
}
.lixueguihua .lixueguihua_ad.usa1 {
  background-image: url(/images/version2025/liuxueIcon/usa/1.jpg);
}
.lixueguihua .lixueguihua_ad.usa2 {
  background-image: url(/images/version2025/liuxueIcon/usa/2.jpg);
}
.lixueguihua .lixueguihua_ad.usa3 {
  background-image: url(/images/version2025/liuxueIcon/usa/3.jpg);
}
.lixueguihua .lixueguihua_ad.gbr1 {
  background-image: url(/images/version2025/liuxueIcon/gbr/1.jpg);
}
.lixueguihua .lixueguihua_ad.gbr2 {
  background-image: url(/images/version2025/liuxueIcon/gbr/2.jpg);
}
.lixueguihua .lixueguihua_ad.gbr3 {
  background-image: url(/images/version2025/liuxueIcon/gbr/3.jpg);
}
.lixueguihua .lixueguihua_ad.can1 {
  background-image: url(/images/version2025/liuxueIcon/can/1.jpg);
}
.lixueguihua .lixueguihua_ad.can2 {
  background-image: url(/images/version2025/liuxueIcon/can/2.jpg);
}
.lixueguihua .lixueguihua_ad.can3 {
  background-image: url(/images/version2025/liuxueIcon/can/3.jpg);
}
.lixueguihua .lixueguihua_ad.aus1 {
  background-image: url(/images/version2025/liuxueIcon/aus/1.jpg);
}
.lixueguihua .lixueguihua_ad.aus2 {
  background-image: url(/images/version2025/liuxueIcon/aus/2.jpg);
}
.lixueguihua .lixueguihua_ad.nzl {
  background-image: url(/images/version2025/liuxueIcon/nzl/1.jpg);
}
.lixueguihua .lixueguihua_ad.fra {
  background-image: url(/images/version2025/liuxueIcon/fra/1.jpg);
}
.lixueguihua .lixueguihua_ad.nld {
  background-image: url(/images/version2025/liuxueIcon/nld/1.jpg);
}
.lixueguihua .lixueguihua_ad.eur {
  background-image: url(/images/version2025/liuxueIcon/eur/1.jpg);
}
.lixueguihua .lixueguihua_ad.jpa {
  background-image: url(/images/version2025/liuxueIcon/jpa/1.jpg);
}
.lixueguihua .lixueguihua_ad.kor {
  background-image: url(/images/version2025/liuxueIcon/kor/1.jpg);
}
.lixueguihua .lixueguihua_ad.sga {
  background-image: url(/images/version2025/liuxueIcon/sga/1.jpg);
}
.lixueguihua .lixueguihua_ad p {
  font-size: 19px;
  line-height: 25px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 13px;
}
.lixueguihua .lixueguihua_ad span {
  font-size: 15px;
  line-height: 16px;
  color: #000000;
}
.lixueguihua .news_cell {
  width: 196px;
  margin-right: 20px;
  /*overflow: hidden;*/
}

.lixueguihua .news_cell:last-child {
  margin-right: 0;
}

.lixueguihua .news_cell .name {
  padding: 5px 0 10px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.lixueguihua .news_cell .name a {
  color: #1a1a1a;
}

.lixueguihua .news_cell .name a:hover {
  color: #ff123f;
}

.lixueguihua .list .href_link {
  line-height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #383838;
}

.lixueguihua .list .href_link:before,
.share-skill .sub_contains .list .href_link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #c4c4c4;
}

.lixueguihua .list .href_link:hover {
  color: #ff123f;
}

.lixueguihua .list .href_link:hover:before,
.share-skill .sub_contains .list .href_link:hover::before {
  background-color: #ff123f;
}

.lixueguihua > div.right .right_tabs {
  position: relative;
  left: 14px;
}

.lixueguihua > div.right .box_contains {
  padding: 14px 15px 22px 15px;
}

.xt_major {
  background: #ffffff;
  padding-bottom: 30px;
}

.xt_major h2 {
  position: relative;
}

.xt_major h2 .more {
  position: absolute;
  right: 30px;
  top: 0;
}

.xt_major h2 .more a {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}

.xt_major h2 .more a:hover {
  color: #ff123f;
}

.xt_major .content {
  padding: 30px 30px 0;
  display: flex;
  justify-content: flex-start;
}

.xt_major .tab_box {
  width: 180px;
  margin-right: 20px;
  flex-shrink: 0;
}

.xt_major .tab_box .item {
  width: 100%;
  height: 46px;
  border: solid 1px #fff5f7;
  background-color: #fff5f7;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
}

.xt_major .tab_box .item.active {
  background-color: #ff123f;
  color: #ffffff;
  font-weight: 700;
}

.xt_major .tab_box .item:last-child {
  margin-bottom: 0;
}

.xt_major .part_box {
  width: 100%;
}

.xt_major .part_box .part {
  display: none;
}

.xt_major .part_box .part.active {
  display: block;
}

.xt_major .part_box img {
  width: 100%;
  height: 100%;
}

.xt_major .part_box .top {
  display: flex;
  margin-bottom: 26px;
}

.xt_major .part_box .top .img {
  width: 220px;
  height: 165px;
  flex-shrink: 0;
  margin-right: 30px;
}

.xt_major .part_box .top h3 {
  font-size: 16px;
  line-height: 20px;
  color: #ff123f;
  margin-bottom: 10px;
}

.xt_major .part_box .top p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
}

.xt_major .part_box .top a {
  color: #ff123f;
}

.xt_major .part_box .top a:hover {
  font-weight: 700;
}

.xt_major .part_box ul {
  display: flex;
}

.xt_major .part_box li {
  width: 180px;
  height: 135px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
}

.xt_major .part_box li:last-child {
  margin-right: 0;
}

.xt_major .part_box li img {
  height: 100%;
}

.xt_major .part_box li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

.share-skill .box_contains {
  padding: 20px 0 30px 30px;
  overflow: hidden;
}

.share-skill .sub_tabs {
  width: 94px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.share-skill .sub_tabs .s_it {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
  color: #383838;
}

.share-skill .sub_tabs .s_it:hover,
.share-skill .sub_tabs .s_it.active {
  color: #ff123f;
  background-color: #f2f2f2;
}

.share-skill .sub_contains {
  width: 710px;
  margin-left: 20px;
}

.share-skill .sub_contains .list {
  width: 250px;
}

.share-skill .sub_contains .list li {
  float: left;
  width: 210px;
  margin-right: 40px;
}

.share-skill .sub_contains .list .href_link {
  line-height: 30px;
  color: #383838;
}

.share-skill .sub_contains .list .href_link:hover {
  color: #ff123f;
}

.share-skill .top_summary {
  height: 77px;
  padding: 0 0 8px 0;
  margin-bottom: 13px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}

.share-skill .top_summary .href_pic {
  width: 190px;
  height: 77px;
  overflow: hidden;
}

.share-skill .top_summary .center {
  float: left;
  width: 380px;
  margin-left: 22px;
}

.share-skill .top_summary .center .name {
  padding: 10px 0 5px;
  color: #383838;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  font-size: 18px;
}

.share-skill .top_summary .center .name:hover {
  color: #ff123f;
}

.share-skill .top_summary .center .txt {
  line-height: 22px;
  color: #383838;
}

.share-skill .top_summary .center .more_detail {
  color: #ff123f;
}

.share-skill .top_summary .center .more_detail:hover {
  text-decoration: underline;
}

.share-skill .top_summary .href_btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #ff123f;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 21px;
}

.share-skill .top_summary .href_btn:hover {
  background-color: #a01832;
  border-color: #a01832;
}

.test-calendar {
  height: 376px;
  background: #ffffff;
  overflow: hidden;
}

.test-calendar .name {
  position: relative;
  height: 40px;
  line-height: 40px;
  background-color: #ff123f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.test-calendar .choose_box {
  padding: 10px 20px 10px;
  font-size: 12px;
}

.test-calendar .choose_box .month,
.test-calendar .choose_box .subject {
  position: relative;
}

.test-calendar .choose_box .selected {
  position: relative;
  padding-left: 6px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  cursor: pointer;
  box-sizing: border-box;
}

.test-calendar .choose_box .selected .arrow {
  position: absolute;
  right: 3px;
  top: 10px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}

.test-calendar .choose_box .selected-month {
  width: 54px;
}

.test-calendar .choose_box .selected-subject {
  width: 60px;
}

.test-calendar .choose_box i {
  font-style: normal;
}

.test-calendar .choose_box .list {
  position: absolute;
  top: 27px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  z-index: 10;
}

.test-calendar .choose_box .list li {
  padding-left: 2px;
  cursor: pointer;
  line-height: 24px;
}

.test-calendar .choose_box .month-list {
  width: 56px;
  height: 200px;
  overflow-y: auto;
}

.test-calendar .choose_box .subject-list {
  width: 62px;
}

.test-calendar .href_link {
  padding: 15px 30px;
  text-align: right;
}

.test-calendar .href_link a {
  line-height: 16px;
  color: #ff123f;
}

.test-calendar .href_link .hand_icon {
  display: inline-block;
  width: 22px;
  height: 16px;
  margin-right: 5px;
  background: url("https://www.igo.cn/images/sprite.png") no-repeat -31px -637px;
  vertical-align: middle;
}

.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
  background: none;
}

.cal1 .clndr .clndr-table tr .day.event .day-contents,
.cal1 .clndr .clndr-table tr .day.my-event .day-contents {
  background: #ff123f;
  border-radius: 50%;
}

.cal1 .clndr .clndr-table tr .day .day-contents {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
}

.school_contains {
  padding: 0 0 30px 0;
  /* padding: 0 0 20px 0; */
}

.school_contains .school {
  padding: 19px 30px 0;
  width: 423px;
  line-height: 22px;
}

.school_contains .school .school_logo {
  width: 104px;
  height: 104px;
  margin: 20px 15px 0 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
}

.school_contains .school .school_logo img {
  display: block;
  width: 100%;
}

.school_contains .school a {
  color: #ff123f;
}

.school_contains .school .cn_name {
  font-size: 16px;
  font-weight: 700;
}

.school_contains .school .en_name {
  font-family: "Arial";
  font-weight: 700;
  color: #ff123f;
}

/* 2022.9.27新增新通微谈模块 */
.dis_f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis_e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dis_c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.xt_video {
  background: #ffffff;
  padding-bottom: 30px;
}

.xt_video h2 {
  position: relative;
}

.xt_video h2 .more {
  position: absolute;
  right: 30px;
  top: 0;
}

.xt_video h2 .more a {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}

.xt_video h2 .more a:hover {
  color: #ff123f;
}

.xt_livebox {
  background: #ffffff;
  padding: 25px 20px 30px;
}

.xt-live {
  width: 100%;
  padding-bottom: 0;
  padding: 0;
  position: relative;
  height: 234px;
}

.xt-live > img {
  position: absolute;
  left: 0px;
  top: -5px;
  z-index: 10;
}

.xt-live .more {
  position: absolute;
  top: -6px;
  right: 10px;
  font-size: 12px;
  z-index: 10;
  width: 82px;
  text-align: right;
  height: 24px;
}

.xt-live .more a {
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
  color: #808080;
}

.xt-live .more a:hover {
  color: #ff234d;
}

.xt-live .item_box {
  position: relative;
  height: 234px;
  z-index: 3;
}

.xt-live .loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.xt-live .loading img {
  width: 100px;
  /*animation: spin infinite 2s;*/
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.xt-live .item_box::before {
  content: "";
  width: 995px;
  height: 1px;
  background: #ff123f;
  position: absolute;
  top: 0;
  left: 80px;
}

.xt-live .item {
  width: 212px;
  margin-right: 20px;
  position: relative;
}
.xt-live .item:nth-child(5) {
  margin-right: 0;
}
.xt-live .item a {
  width: 100%;
  flex-direction: column;
  color: #000000;
}

.xt-live .item:last-child {
  margin-right: 0;
}

.xt-live .item .time {
  width: auto;
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
  padding-top: 20px;
  position: relative;
  top: -4px;
}

.xt-live .item:nth-child(1) a {
  align-items: flex-end;
}

.xt-live .item .time::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff123f;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%) rotateZ(45deg);
}

.xt-live .item .img {
  width: 100%;
  height: 130px;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
  top:0;
    transition:all .2s;
}
.xt-live .item:hover .img{
  top: -3px;
  box-shadow: 0px 0px 10px 0px rgb(8 0 3 / 18%);
  transition:all .2s;
}
.xt-live .item .img img {
  width: 100%;
  transition: all 0.2s;
}

.xt-live .item .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px 0px 4px 0px;
  font-size: 14px;
  color: #ffffff;
}

.xt-live .item .img span i {
  width: 4px;
  height: 4px;
  margin-right: 4px;
}

.xt-live .item .img span i.green {
  background-color: #79c211;
}

.xt-live .item .img span i.red {
  background-color: #ff123f;
}

.xt-live .item .i_t {
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 20px;
  margin-top: 14px;
}

.xt-live .item:hover p,
.xt-live .item:hover .time {
  color: #ff234d;
}

.xt-live .item .img:after {
  /* content: ""; */
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  position: absolute;
  top: 0;
  left: 0;
}

.xt-live .item:hover .img:after {
  background: none;
}

.xt_video div.videos {
  height: 355px;
  padding: 0 30px;
  margin-top: 30px;
  position: relative;
}

.xt_video div.videos .video {
  width: 200px;
  height: 355px;
  background-color: #000000;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 33px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}

.xt_video div.videos .video:last-child {
  margin-right: 0;
}

.xt_video div.videos video {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.xt_video div.videos img {
  z-index: -1;
}

.xt_video div.videos .video p {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 15px;
  z-index: 10;
  box-sizing: border-box;
}

.xt_video div.videos .video p span {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}

.xt_video div.videos .video a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9;
}

.xt_video div.videos .video:hover img {
  width: 45px;
  z-index: 10;
}

.xt_video div.videos .loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.xt-live .loading img {
  width: 100px;
  /*animation: spin infinite 2s;*/
}

/* 2022.9.27新增新通微谈模块 END*/

.xt-evaluate {
  height: auto;
  border-top: 4px solid #ff1c47;
  background: url("https://www.igo.cn/images/form_bg.jpg") no-repeat top center;
  padding-bottom: 30px;
}

.xt-evaluate .name {
  padding: 25px 0 35px;
  line-height: 24px;
  font-size: 24px;
  color: #ff123f;
  font-weight: bold;
}

.xt-evaluate .name .icon {
  display: inline-block;
  width: 20px;
  height: 11px;
  margin: 0 8px;
  background: url("https://www.igo.cn/images/sprite.png") no-repeat 0 -642px;
}

.evaluate_form {
  margin-left: 34px;
}

.evaluate_form .form_item {
  position: relative;
  width: 305px;
  height: 30px;
  margin: 0 0 23px 55px;
}

.evaluate_form .form_item .label {
  width: 75px;
  line-height: 30px;
}

.evaluate_form .form_item .user_val {
  width: 230px;
  height: 30px;
  padding: 3px 8px;
  border: 1px solid #333;
  background-color: #f2f2f2;
}

.evaluate_form .form_item .arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
}

.evaluate_form .form_item .list {
  position: absolute;
  right: 0;
  top: 30px;
  width: 230px;
  line-height: 24px;
  border: 1px solid #333;
  border-top: 0;
  background-color: #f2f2f2;
  z-index: 2;
}

.evaluate_form .form_item .list li {
  cursor: pointer;
  padding-left: 8px;
}

.evaluate_form .form_item .list li:hover {
  color: #fff;
  background-color: #f00;
}

.evaluate_form .form_item1 .user_val {
  width: 70px;
  float: left;
}

.evaluate_form .form_item1 .label2 {
  width: 65px;
  margin-left: 25px;
}

.evaluate_form .form_item1 .list {
  width: 70px;
}

.evaluate_form .form_item2 .user_val,
.evaluate_form .form_item2 .get-code {
  float: left;
}

.evaluate_form .form_item2 .user_val {
  width: 210px;
}

.evaluate_form .form_item2 .get-code {
  width: 84px;
  line-height: 30px;
  color: #fff;
  background: #333;
  text-align: center;
  margin-left: 11px;
  cursor: pointer;
}

.evaluate_form .form_item2 .code-stop {
  background: #e0e0e0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.29) inset;
  color: #000;
}

.evaluate_form .btn {
  width: 240px;
  height: 36px;
  margin: 0 0 0 445px;
  line-height: 36px;
  background-color: #ff204b;
  color: #fff;
  border-radius: 18px;
  clear: both;
  font-size: 16px;
  font-weight: bold;
}

.evaluate_form .btn:hover {
  background-color: #a01832;
  border-color: #a01832;
}

.h_200 {
  height: 200px;
  overflow-y: auto;
}

.ipvideobox {
  position: fixed;
  bottom: 0;
  right: 50%;
  margin-right: 500px;
  z-index: 900;
}

*html #totop {
  position: absolute;
  cursor: pointer;
  right: 50%;
  margin-right: 500px;
  bottom: 0;
  display: none;
  top: expression(
    eval
      (
        document.documentElement.scrollTop +
          document.documentElement.clientHeight
      )-602+"px"
  );
}

.ipvideobox .ipimg {
  position: absolute;
  bottom: 100px;
  left: 10%;
  width: 527px;
  height: 272px;
}

.ipvideobox .ipimg a.ipclose {
  display: block;
  width: 32px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 148px;
  cursor: pointer;
}

.adBG {
  position: fixed;
  z-index: 999999;
  bottom: 50%;
  left: 50%;
  width: 620px;
  height: 382px;
  cursor: pointer;
  margin: 0 0 -191px -310px;
  display: none;
}

.adBG1 {
  position: fixed;
  z-index: 999999;
  bottom: 50%;
  left: 50%;
  width: 500px;
  height: 290px;
  cursor: pointer;
  margin-bottom: -185px;
  margin-left: -325px;
  display: none;
}

.adBG2 {
  position: fixed;
  z-index: 999999;
  bottom: 50%;
  left: 50%;
  width: 633px;
  height: 402px;
  cursor: pointer;
  margin-bottom: -185px;
  margin-left: -325px;
  display: none;
}

.adBG .yclose {
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  text-indent: -9999px;
}

.adBG1 .yclose {
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  text-indent: -9999px;
}

@-webkit-keyframes yclose {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
    top: 86px;
  }

  20% {
    -webkit-transform: scale(0.3, 0.3);
    opacity: 0.2;
    top: 72px;
  }

  40% {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0.4;
    top: 58px;
  }

  60% {
    -webkit-transform: scale(0.7, 0.7);
    opacity: 0.6;
    top: 44px;
  }

  80% {
    -webkit-transform: scale(0.9, 0.9);
    opacity: 0.8;
    top: 8px;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
    top: 22px;
  }
}

@-moz-keyframes yclose {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0;
    top: 86px;
  }

  20% {
    -moz-transform: scale(0.3, 0.3);
    opacity: 0.2;
    top: 72px;
  }

  40% {
    -moz-transform: scale(0.5, 0.5);
    opacity: 0.4;
    top: 58px;
  }

  60% {
    -moz-transform: scale(0.7, 0.7);
    opacity: 0.6;
    top: 44px;
  }

  80% {
    -moz-transform: scale(0.9, 0.9);
    opacity: 0.8;
    top: 8px;
  }

  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
    top: 22px;
  }
}

.fy_add {
  margin: 30px auto 0;
  position: relative;
  width: 1200px;
  height: 44px;
  padding: 0 28px 0 240px;
  background: #fff url("images/fy_title.jpg") no-repeat left center;
  overflow: hidden;
  box-sizing: border-box;
}

.fy_add:after {
  position: absolute;
  left: 214px;
  top: 0;
  right: 0;
  border-top: 3px solid #ff123f;
  content: "";
}

.fy_scroll_box {
  overflow: hidden;
  white-space: nowrap;
}

.fy_scroll_box .list {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.fy_scroll_box .list .item {
  display: inline-block;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  background: url("images/fy_star.jpg") no-repeat 14px center;
}

.fy_scroll_box .list .href {
  color: #383833;
  padding-left: 30px;
  font-size: 14px;
}

.fy_scroll_box .list .href:hover {
  text-decoration: underline;
  color: #ff123f;
}

/*品宣*/
.pinxuan_box {
  width: 1200px;
  margin: 10px auto 0;
  height: 80px;
  overflow: hidden;
}

.pinxuan_box * {
  box-sizing: border-box;
}

.pinxuan_box .px_intro {
  width: 250px;
  height: 100%;
  float: left;
  position: relative;
}

.pinxuan_box .px_intro .img {
  float: left;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.pinxuan_box .px_intro .px_txt {
  position: absolute;
  left: -700px;
  z-index: 1;
  float: left;
  width: 950px;
  height: 150px;
  background: #fff;
  border-top: 2px solid #ff123f;
  line-height: 30px;
  padding: 28px 30px 0;
}

.pinxuan_box .px_intro b {
  color: #ff123f;
}

.pinxuan_box .px_news_offer {
  float: right;
  width: 935px;
  height: 80px;
  background-color: #fff;
  overflow: hidden;
}

.pinxuan_box .px_news {
  float: left;
  width: 935px;
  height: 100%;
  padding: 10px 20px 10px 17px;
}

.pinxuan_box .px_news .news_left {
  padding-right: 16px;
  border-right: 1px solid #f2f2f2;
  margin-right: 27px;
}

.pinxuan_box .px_news .news_container {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.pinxuan_box .px_news .news_container a {
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  padding-left: 20px;
  position: relative;
  height: 30px;
}

.pinxuan_box .px_news .news_container a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ff123f;
  border-radius: 5px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.pinxuan_box .px_news .news_container a.hot {
  padding-left: 0;
}

.pinxuan_box .px_news .news_container a.hot::before {
  content: url(https://www.igo.cn/images/version2024/newHot.png);
  width: auto;
  height: auto;
  margin-right: 8px;
  background: none;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.pinxuan_box .px_news .news_container a:hover {
  color: #ff123f;
}

.pinxuan_box .news_item .t_name {
  display: block;
  padding: 15px 0;
  line-height: 18px;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pinxuan_box .news_item .t_name:hover {
  color: #ff123f;
}

.pinxuan_box .news_item .txt {
  height: 60px;
  line-height: 20px;
  overflow: hidden;
}

.pinxuan_box .news_item .txt .w_href {
  color: #ff123f;
  text-decoration: underline;
}

.pinxuan_box .px_news .news_container .dots {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.pinxuan_box .px_news .news_container .dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  cursor: pointer;
  border-radius: 50%;
  margin-bottom: 5px;
}

.pinxuan_box .px_news .news_container .dots span.active {
  background-color: #ff123f;
}

.pinxuan_box .px_news_offer .daily_offer {
  position: relative;
  float: right;
  width: 280px;
  height: 120px;
  margin: 7px 0 7px 15px;
}

.pinxuan_box .px_news_offer .timer {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  background-color: #ff1142;
  color: #ffffff;
  border-bottom-right-radius: 10px;
}

/* .pinxuan_box .px_news_offer .timer:after{
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #ff123f
  } */

.pinxuan_box .px_news_offer .daily_offer img {
  width: 100%;
}

.comment_box {
  width: 1200px;
  margin: 15px auto 0;
  padding: 5px 0;
  height: 40px;
  background-color: #fff;
  border-top: 2px solid #ff123f;
  overflow: hidden;
}

.comment_box .c_name {
  float: left;
  line-height: 40px;
  margin-left: 15px;
  padding: 0 17px 0 37px;
  border-right: 1px dashed #d9d9d9;
  background: url(https://www.igo.cn/images/comment_icon.jpg) no-repeat left
    center;
  font-size: 18px;
  color: #000;
}

.comment_box .hot {
  float: left;
  height: 16px;
  padding: 0 5px;
  margin: 11px 15px 0;
  line-height: 16px;
  background-color: #ff123f;
  color: #fff;
  font-size: 12px;
  font-family: "Arial";
}

.comment_container {
  position: relative;
  height: 30px;
  margin: 5px 0;
  overflow: hidden;
}

.comment_container .list_wrapper .item {
  display: block;
  height: 30px;
  width: 100%;
  line-height: 30px;
  color: #383838;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment_container .list_wrapper .item b {
  color: #000;
}

/*.pinxuan_box ul{
		float: right;
		width: 930px;height: 150px;
		background: #fff;padding: 11px 0 0 0;
	}
	.pinxuan_box li{
		float: left;
		margin: 0 5px 0 10px;
		-webkit-transition: all 0.2s;
    transition: all 0.2s;
	}
	.pinxuan_box li:hover{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	}*/
/*底部新增*/
.other-service {
  background: #fff;
}

.other-service * {
  box-sizing: border-box;
}

.other-service .service_container {
  padding: 30px 0 30px 30px;
}

.other-service .service_container ul {
  height: 260px;
  background: #fff url(https://www.igo.cn/images/other-service-bg.jpg);
}

.other-service .service_container li {
  float: left;
  width: 220px;
  height: 125px;
  border: 1px solid #e5e5e5;
  margin: 0 10px 10px 0;
  padding: 14px 0 0 12px;
  position: relative;
}
.other-service .service_container li:nth-child(6),
.other-service .service_container li:nth-child(7),
.other-service .service_container li:nth-child(8),
.other-service .service_container li:nth-child(9),
.other-service .service_container li:nth-child(10){
  margin-bottom: 0;
}
.other-service .service_container .name {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.other-service .service_container .name-eng {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  font-family: "arial";
  color: #a3a3a3;
  margin-top: 4px;
}

.other-service .service_container li .text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 125px;
  padding-left: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.other-service .service_container li p {
  display: table-cell;
  vertical-align: middle;
}

.other-service .service_container li i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
}

/* .other-service .service_container li:hover .text{display: table;} */

.intr {
  width: 100%;
  background-color: #ffffff;
  padding-top: 20px;
  margin-top: 30px;
  padding-bottom: 45px;
}

.intr .panel {
  margin-top: 10px;
}

.intr .intr_title {
  font-size: 22px;
  color: #ff123f;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.intr ul {
  margin-top: 45px;
}

.intr li {
  width: 19%;
}

.intr li p {
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
  margin-left: 15px;
  word-break: break-all;
}
.xt_product,
.xt_review {
  background: #ffffff;
  padding-bottom: 30px;
  position: relative;
}

.xt_product h2,
.xt_review h2 {
  position: relative;
}

.xt_product h2 .more,
.xt_review h2 .more {
  position: absolute;
  right: 30px;
  top: 0;
}

.xt_product h2 .more a,
.xt_review h2 .more a {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}

.xt_product h2 .more a:hover,
.xt_review h2 .more a:hover {
  color: #ff123f;
}
.xt_product .xt_product_title{
  border-bottom: 1px solid #f2f2f2;
  height: 60px;
  align-items: flex-end;
  padding-right: 30px;
}
.xt_product .xt_product_tabs li {
  height: 60px;
  font-size: 16px;
  color: #383838;
  padding-left: 9px;
  line-height: 60px;
}

.xt_product .xt_product_tabs .item {
  position: relative;
  padding: 0 9px;
  cursor: pointer;
}

.xt_product .xt_product_tabs .item a {
  color: #383838;
}

.xt_product .xt_product_tabs .item.active {
  color: #ff123f;
}

.xt_product .xt_product_tabs .item.active a {
  color: #ff123f;
}

.xt_product .xt_product_tabs .item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -12px;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ff123f transparent;
}

.xt_product .xt_product_tabs .item.hot:before {
  content: "";
  position: absolute;
  top: 5px;
  right: -4px;
  background: url(https://www.igo.cn/images/version2025/navhot.png) no-repeat;
  width: 24px;
  height: 16px;
  background-size: 100%;
  animation: move 1s infinite linear;
  transform: translateY(0);
}

.xt_product .xt_product_tabs .more {
  color: #808080;
  vertical-align: top;
  font-size: 14px;
  padding-left: 9px;
  line-height: 60px;
}

.xt_product .xt_product_tabs .more:hover {
  color: #ff123f;
}

.xt_product .xt_product_tabs .more b {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 11px;
  background: url("https://www.igo.cn/images/sprite.png") no-repeat -141px -330px;
}
.xt_product .content {
  padding: 20px 30px 0;
  height: 290px;
}
.xt_product .content ul {
  display: flex;
  justify-content: space-between;
}

.xt_product .content li {
  width: 210px;
  height: 270px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  position: relative;
  transition: all 0.2s;
}
.xt_indexmain .xt_product .top {
  background: url(/images/version2025/products/products.png) no-repeat;
}
.xt_indexmain .xt_product  #enablement_programs {
  background-position: -0px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #gaokao_product {
  background-position: -210px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #ielts {
  background-position: -420px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #igo_grow {
  background-position: -630px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #ket_pet_fce {
  background-position: -840px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #qiuzhi {
  background-position: -1050px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #us_igopackage_undergraduate {
  background-position: -1260px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #leap_plan {
  background-position: -1470px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #master_abroad_baoyan {
  background-position: -1680px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #double_escort {
  background-position: -1890px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #cultivate_product {
  background-position: -2100px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #Star_Path {
  background-position: -2310px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #master_abroad_kaoyan {
  background-position: -2520px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #pkt {
  background-position: -2730px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #uk_igopackage {
  background-position: -2940px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #us_igopackage_master {
  background-position: -3150px -0px ;
  width: 210px;
  height: 120px;
}
.xt_indexmain .xt_product  #A-level-new {
  background-position: -3360px -0px ;
  width: 210px;
  height: 120px;
}


  

.xt_product .content li:hover {
  box-shadow: 0px 0px 10px 0px rgb(12 4 7 / 15%);
  transition: all 0.2s;
}
.xt_product .content li .top {
  width: 100%;
  height: 120px;
  padding: 15px;
}

.xt_product .content li .top p {
  font-family: "Microsoft Yahei";
  font-size: 16px;
  font-weight: bold;
  color: #4e4d4d;
  line-height: 24px;
}

.xt_product .content li .btm {
  /* font-family: "Microsoft Yahei"; */
  padding: 14px 10px;
  height: calc(100% - 120px);
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  box-sizing: border-box;
}
.xt_product .content li span {
  color: #000000;
  font-weight: bold;
}

.xt_product .content li .btn {
  width: 110px;
  height: 30px;
  border-radius: 30px;
  background: #ff123f;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s;
}
.xt_product .content li .btn:hover {
  background-color: #c81135;
  transition: all 0.3s;
}

.xt_review .content {
  padding: 20px 30px 0;
  box-sizing: border-box;
}

.xt_review .swiper-wrapper {
  height: 200px;
  transition-timing-function: linear !important;
}

.xt_review .swiper-slide {
  width: 280px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin-right: 20px;
}
.xt_review .swiper-slide img {
  width: 100%;
}
