@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  color: #343434;
  line-height: 1.5;
  min-width: 1260px;
}

body #newBridge {
  display: none;
}

ul li {
  list-style-type: none;
}

ul li a {
  text-decoration: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #343434;
}

input,
button,
textarea {
  outline: none;
  cursor: pointer;
}

.content-width {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.sp_start_between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sp_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp_center {
  display: flex;
  align-items: center;
}

.sp_center2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp_around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sp_cm_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.z-show1 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.haxi {
  width: 100%;
  background-color: #fff;
}

/** 模板 top **/

.haxi .g-head {
  width: 100%;
  min-width: 1170px;
  height: 400px;
  background-image: url(../img/bg_h400.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 15px;
  box-sizing: border-box;
  background-color: #699ac0;
}

.haxi .g-head_v {
  width: 100%;
  min-width: 1170px;
  height: 400px;
  background-image: url(../../game202402/pc_banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 15px;
  box-sizing: border-box;
  background-color: #699ac0;
}

.haxi .g-head_v2 {
  width: 100%;
  min-width: 1170px;
  height: 400px;
  background-image: url(../../game20241127/banner2.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 15px;
  box-sizing: border-box;
  background-color: #699ac0;
}

.haxi .g-head .m-nav > ul {
  display: flex;
}

.haxi .g-head .m-nav > ul > li {
  margin-right: 35px;
}

.haxi .g-head .m-nav > ul > li:last-child {
  margin-right: 0;
}

.haxi .g-head .m-nav > ul > li > a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
}

.haxi .g-head .m-nav > ul > li > a:hover,
.haxi .g-head .m-nav > ul > li > a.active,
.haxi .g-head .m-nav > ul > li > a:visited {
  border-bottom: 5px solid #f9c300;
}

.haxi .g-head .m-nav .m-login .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 26px;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.haxi .g-head .m-nav .m-login .btn.active,
.haxi .g-head .m-nav .m-login .btn:hover {
  background: #efbd1e;
  color: #4d4d4d;
  border: 1px solid #efbd1e;
}

.haxi .g-head .m-nav .m-login > p > a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
}

.btn_login_user_name {
  max-width: 9em;
  overflow: hidden;
  margin-left: 10px;
  color: #fff;
}

/** 模板 bottom **/

.haxi .g-bottom {
  width: 100%;
}

.haxi .g-bottom .m-bottom1 {
  height: 205px;
  background-color: #f0f0f0;
}

.haxi .g-bottom .m-bottom1 .bottom1_left {
  width: 50%;
  color: #555555;
  font-size: 16px;
  padding-left: 35px;
  box-sizing: border-box;
}

.haxi .g-bottom .m-bottom1 .bottom1_left img {
  margin-right: 10px;
}

.haxi .g-bottom .m-bottom1 .bottom1_right {
  width: 50%;
  font-size: 11px;
  color: #414141;
}

.haxi .g-bottom .m-bottom1 .bottom1_right .bt_erweima {
  margin: 0 auto;
}

.g-bottom .m-bottom1 .bottom1_right .bt_erweima > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 25px;
}

.g-bottom .m-bottom1 .bottom1_right .bt_erweima > div:last-child {
  margin-right: 0;
}

.g-bottom .m-bottom1 .bottom1_right .bt_erweima > div > p {
  margin-top: 10px;
}

.haxi .g-bottom .m-bottom2 {
  height: 80px;
  background-color: #283f88;
  font-size: 13px;
  color: #f1f2f2;
}

/** 登录注册 **/

.ym_denglu .m-denglu {
  height: 446px;
  margin-top: 56px;
}

.ym_denglu .m-denglu .dl_biaoti {
  flex-direction: column;
  width: 100%;
  color: #ffffff;
}

.dl_biaoti .biaoti > p {
  font-size: 52px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  letter-spacing: 5px;
}

.dl_biaoti .more_btn {
  width: 138px;
  height: 27px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  cursor: pointer;
}

.dl_content {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 424px;
  height: 446px;
  background-color: #f0f0f0;
  color: #555555;
  border-radius: 1px 1px 1px 1px;
}

.dl_content .dl_qiehuan {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  text-align: center;
}

.dl_content .dl_qiehuan > div {
  font-size: 10px;
  color: #555555;
  margin: 10px 0 5px 0;
}

.dl_content .denglu_xinxi1 {
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.dl_content .denglu_xinxi1 .dl_title {
  height: 80px;
  font-size: 21px;
  color: #0080cc;
  font-weight: bold;
}

.dl_content .denglu_xinxi1 .dl_erweima {
  width: 274px;
  height: 274px;
  border: 1px solid #f0f0f0;
  margin-bottom: 23px;
}

.dl_content .denglu_xinxi1 .m-qiehuan {
  position: absolute;
  top: 0;
  right: 0;
  width: 113px;
  height: 113px;
  background: linear-gradient(45deg, transparent 80px, transparent 0) bottom
    left;
  cursor: pointer;
}

.dl_zhanghu .dl_qiehuan {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: 5px;
}

.dl_zhanghu .zhanghu_xinxi {
  width: 350px;
  margin-top: 30px;
  color: #343434;
}

.dl_zhanghu .zhanghu_xinxi > div {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

.dl_zhanghu .zhanghu_xinxi > div:first-child {
  margin-top: 0;
}

.dl_zhanghu .zhanghu_xinxi > div > p {
  flex-grow: 0;
  flex-shrink: 0;
  /* width: 70px; 会换行 */
  width: 72px;
  margin-right: 5px;
  word-break: keep-all;
  white-space: nowrap;
}

.dl_zhanghu .zhanghu_xinxi > div > input {
  width: 100%;
  height: 33px;
  background: #f1f2f7;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #555555;
}

.dl_zhanghu .zhanghu_xinxi > div > input:focus {
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
}

.dl_zhanghu .zhanghu_dl_btn {
  width: 280px;
  height: 39px;
  background: #f9c300;
  border-radius: 3px;
  color: #4d4d4d;
  font-size: 18px;
  margin-top: 45px;
  border: none;
}

.dl_zhanghu .zhanghu_xinxi .yanzheng {
  flex-grow: 0;
  flex-shrink: 0;
  width: 102px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background: #cccccc;
  margin-left: 15px;
  cursor: pointer;
}

.dl_zhanghu .zhanghu_xinxi .yz_number {
  width: 100%;
  height: 31px;
  -webkit-user-select: none;
  /*禁止用户选中文字*/
}

.dl_zhanghu .zhanghu_xinxi .shuaxin {
  flex-grow: 0;
  flex-shrink: 0;
  width: 31px;
  height: 31px;
}

.xieyi input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
}

.xieyi {
  height: 52px;
  width: 350px;
}

.xieyi label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #0080cc;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 5px;
}

.xieyi input:checked + label {
  background-color: none;
  border: 2px solid #0080cc;
  box-sizing: border-box;
}

.xieyi input:checked + label::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0080cc;
  position: relative;
  top: 2px;
  left: 2px;
}

/** 视频课堂 **/

.haxi_ketang {
  width: 100%;
  padding-bottom: 25px;
  box-sizing: border-box;
}

.haxi_ketang .swiper-container {
  width: 1170px;
  height: 386px;
  margin: 60px 0;
}

.haxi_ketang .swiper-container .swiper-slide {
  position: relative;
}

.haxi_ketang .swiper-container .swiper-slide > div {
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.haxi_ketang .swiper-container .swiper-slide > div .lb_title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.kecheng {
  box-sizing: border-box;
  margin-top: 15px;
}

.kecheng_liebiao .kecheng:first-child {
  margin-top: 0;
}

.kecheng .kecheng_biaoti {
  padding: 5px 0px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  color: #0080cc;
}

.kecheng .kecheng_biaoti > img {
  margin-right: 15px;
}

.fenye > li {
  display: flex;
  align-items: center;
}

.fenye > li > a {
  font-size: 14px;
  color: #959595;
  min-width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

.fenye > li + li {
  margin-left: 5px;
}

.fenye > li > a.active {
  background: #0080cc;
  border-radius: 14px;
  color: #fff;
}

.fenye > li > a img {
  width: 80%;
}

.fenye > li > span {
  color: #959595;
  margin: 0 10px;
}

.kecheng .kecheng_list {
  display: flex;
  flex-wrap: wrap;
}

.kecheng .kecheng_list .kecheng_item {
  position: relative;
  width: 222px;
  height: 266px;
  margin: 25px 15px 0 0;
  overflow: hidden;
}

.kecheng .kecheng_list .kecheng_item_ll {
  position: relative;
  width: 222px;
  height: 266px;
  margin: 25px 15px 0 0;
  overflow: hidden;
}

.kecheng .kecheng_list .kecheng_item:nth-child(5n),
.wode_shouchang .kecheng .kecheng_list .kecheng_item:nth-child(4n) {
  margin-right: 0;
}

.wode_shouchang .kecheng .kecheng_list .kecheng_item:nth-child(5n) {
  margin-right: 15px;
}

.kecheng .kecheng_list .kecheng_item .video {
  width: 100%;
  height: 100%;
}

.kecheng .kecheng_list .kecheng_item_ll .video {
  width: 100%;
  height: 100%;
}

.video_kuang {
  height: 118px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.video_fangda {
  transform: scale(1.1);
  transform-origin: center center;
  transition: all 0.2s;
}

.kecheng .kecheng_list.kecheng_list_home7 div .kecheng_item {
  width: 223.5px;
  margin-right: 0;
  margin-top: 17px;
}

.video_kuang .time_str {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 2px 2px;
}

.play_icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.kecheng .kecheng_list .kecheng_item .title1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 179px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.03));
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
}

.kecheng .kecheng_list .kecheng_item .title1 > p {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  height: 3em;
}

.kecheng .kecheng_list .kecheng_item .shouchang {
  height: 40px;
}

.kecheng .kecheng_list .kecheng_item_ll .shouchang {
  height: 40px;
}

.kecheng .kecheng_list .kecheng_item .shouchang > p {
  font-size: 12px;
  color: #959595;
}

.kecheng .kecheng_list .kecheng_item_ll .shouchang > p {
  font-size: 12px;
  color: #959595;
}

.kecheng .kecheng_list .kecheng_item .shouchang > img {
  width: 18px;
}

.kecheng .kecheng_list .kecheng_item_ll .shouchang > img {
  width: 18px;
}

.fenlei_biaoqian {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 10px;
  color: #ffffff;
  padding: 3px 6px;
  box-sizing: border-box;
  background-color: #efbd1e;
}

.kecheng .kecheng_list2 .kecheng_item {
  height: auto;
}

.kecheng .kecheng_list2 .kecheng_item_ll {
  height: auto;
}

.kecheng .kecheng_list2 .kecheng_item .video {
  height: 118px;
}

.kecheng .kecheng_list2 .kecheng_item_ll .video {
  height: 118px;
}

.kecheng .kecheng_list2 .kecheng_item .title2 {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  /* margin-top: 15px; */
  line-height: 1.5;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kecheng .kecheng_list2 .kecheng_item_ll .title2 {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  /* margin-top: 15px; */
  line-height: 1.5;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/** 视频课堂 热门课程 **/

.yemian_lujin > ul {
  height: 50px;
}

.yemian_lujin > ul > li > a {
  font-size: 12px;
  color: #343434;
}

.yemian_lujin > ul > li > a:before {
  content: "\3E";
  display: inline-block;
  width: 20px;
  text-align: center;
}

.yemian_lujin > ul > li:nth-child(2) > a:before {
  content: "";
  width: 5px;
}

.m-liuyan_pinjia {
  align-items: flex-start;
  padding: 45px 0;
  box-sizing: border-box;
  border-top: 1px solid #959595;
  color: #343434;
}

.m-liuyan_pinjia .m-liuyan {
  width: 53%;
}

.m-liuyan_pinjia .m-liuyan .title,
.m-liuyan_pinjia .m-pingjia .title {
  font-size: 16px;
  margin-bottom: 20px;
}

.liuyan_list .liuyan_item {
  padding-top: 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #959595;
}

.liuyan_list .liuyan_item .ly_name {
  margin-top: 15px;
  margin-left: 10px;
}

.liuyan_list .liuyan_item .ly_name > p {
  color: #3b3b3b;
  font-size: 16px;
}

.liuyan_list .liuyan_item .ly_biaoqian > div {
  font-size: 14px;
  color: #ffffff;
  padding: 3px 10px;
  box-sizing: border-box;
  background-color: #efbd1e;
  border-radius: 4px;
  margin: 10px 10px 0 0;
}

.liuyan_list .liuyan_item .liuyan_xinxi {
  align-items: flex-start;
}

.liuyan_list .liuyan_item .liuyan_xinxi > p {
  color: #a3a3a3;
  font-size: 16px;
  line-height: 41px;
}

.liuyan_list .liuyan_item .ly_content {
  padding: 30px 0 30px 60px;
  box-sizing: border-box;
  line-height: 2;
}

.m-liuyan_pinjia .m-pingjia {
  width: 42%;
}

.m-liuyan_pinjia .m-pingjia .pinfen {
  margin-top: 43px;
}

.m-liuyan_pinjia .m-pingjia .pinfen > li {
  margin-right: 5px;
  font-size: 16px;
  color: #959595;
}

.m-liuyan_pinjia .m-pingjia .pinfen > li:last-child {
  margin-left: 10px;
}

.m-liuyan_pinjia .m-pingjia .pj_biaoqian > li,
.zaixian_tiwen .pj_biaoqian > li {
  margin-right: 10px;
  margin-top: 20px;
}

.m-liuyan_pinjia .m-pingjia .pj_biaoqian > li:last-child,
zaixian_tiwen .pj_biaoqian > li:last-child {
  margin-right: 0;
}

.m-liuyan_pinjia .m-pingjia .pj_biaoqian > li > a,
.zaixian_tiwen .pj_biaoqian > li > a {
  font-size: 14px;
  color: #959595;
  padding: 3px 10px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-radius: 4px;
  margin: 10px 8px 0 0;
  cursor: pointer;
}

.m-liuyan_pinjia .m-pingjia .pj_biaoqian > li > a:hover,
.m-liuyan_pinjia .m-pingjia .pj_biaoqian > li > a.active,
.zaixian_tiwen .pj_biaoqian > li > a:hover,
.zaixian_tiwen .pj_biaoqian > li > a.active {
  color: #ffffff;
  background-color: #efbd1e;
}

.m-liuyan_pinjia .m-pingjia textarea,
.zaixian_tiwen input,
.m-liuyan_pinjia .m-pingjia textarea,
.zaixian_tiwen textarea {
  width: 100%;
  height: 208px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  margin: 17px 0;
  padding: 10px;
  box-sizing: border-box;
}

.m-liuyan_pinjia .m-pingjia textarea,
.zaixian_tiwen input {
  height: 48px;
}

.m-liuyan_pinjia .m-pingjia .pingjia_tijiao_btn {
  width: 100%;
  text-align: center;
}

.m-liuyan_pinjia .m-pingjia .pingjia_tijiao_btn > button,
.zaixian_tiwen .pingjia_tijiao_btn > button {
  width: 280px;
  height: 39px;
  background: #0080cc;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  border: none;
}

/** 视频课堂 视频 **/

.haxi_ketang .shipin .video {
  width: 100%;
  height: 659px;
}

.haxi_ketang .shipin .fenxiang {
  height: 65px;
  justify-content: flex-end;
}

.haxi_ketang .shipin .fenxiang > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 25px;
  box-sizing: border-box;
}

.haxi_ketang .shipin .fenxiang > div > p {
  color: #959595;
  font-size: 16px;
  margin-top: 5px;
}

.haxi_ketang .shipin .shipin_wenzi_jieshao {
  padding-bottom: 60px;
  box-sizing: border-box;
  color: #959595;
}

.shipin .shipin_wenzi_jieshao .sp_biaoti {
  font-size: 30px;
  font-weight: bold;
  color: #0080cc;
}

.shipin .shipin_wenzi_jieshao .fabu_xinxi {
  font-size: 16px;
  color: #a3a3a3;
  margin-top: 10px;
}

.shipin .shipin_wenzi_jieshao .wenzi_xiangqing {
  margin-top: 55px;
  line-height: 2;
}

/** 行业大观 **/

.hangye_yingyong {
  width: 100%;
}

.hy_img_list {
  padding: 40px 0;
  box-sizing: border-box;
}

.hy_img_list .hy_img_item {
  position: relative;
  width: 368px;
  height: 454px;
  overflow: hidden;
}

.hy_img_list .hy_img_item .item_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  color: #ffffff;
}

.hy_img_list .hy_img_item .item_content .title {
  font-size: 22px;
  color: #ffffff;
}

.hy_img_list .hy_img_item .item_content .jieshao {
  line-height: 2;
  margin: 15px 0 10px 0;
  -webkit-line-clamp: 3;
}

.hy_img_list .hy_img_item .item_content .more {
  display: flex;
  justify-content: flex-start;
}

.hy_img_list .hy_img_item .item_content .more > span {
  width: 69px;
  height: 19px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 13px;
  cursor: pointer;
}

.hy_img_list .hy_img_item .item_content .more > span:hover {
  background: #efbd1e;
  color: #4d4d4d;
  border: 1px solid #efbd1e;
}

.hy_img_list .hy_img_item .sm_img_item {
  position: relative;
  height: 209px;
  overflow: hidden;
}

.hy_img_list .hy_img_item .sm_img_item .item_content .jieshao {
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}

.hy_img_list .hy_img_item .sm_img_item .item_content .more {
  justify-content: flex-start;
}

.hy_wenzi_list .hy_wenzi_item .wz_title {
  width: 100%;
  height: 55px;
  background: #0080cc;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}

.hy_wenzi_list .hy_wenzi_item .wz_title > img {
  margin: 0 15px 0 30px;
}

.hy_wenzi_list .hy_wenzi_item > ul {
  width: 100%;
  padding: 30px 0 30px 70px;
  box-sizing: border-box;
}

.hy_wenzi_list .hy_wenzi_item > ul > li > a {
  font-size: 16px;
  color: #252525;
  line-height: 42px;
  cursor: pointer;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hangye_yingyong .zixun_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 40px;
  box-sizing: border-box;
}

.hangye_yingyong .zixun_list .zixun_item {
  display: flex;
  align-items: center;
  width: 50%;
  height: 153px;
  margin-bottom: 30px;
}

.hangye_yingyong .zixun_list .zixun_item > img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  height: 100%;
}

.hangye_yingyong .zixun_list .zixun_item .zixun_wenzi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 75px 20px 30px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #959595;
}

.zixun_list .zixun_item .zixun_wenzi .biaoti {
  font-size: 16px;
  color: #252525;
  -webkit-line-clamp: 2;
}

/** 行业大观 行业 **/

.hangye_yingyong .hangye_list .hangye_item {
  display: flex;
  width: 100%;
  height: 343px;
  margin-bottom: 43px;
}

.hangye_yingyong .hangye_list .hangye_item > img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 482px;
  height: 343px;
  margin-right: 20px;
}

.hangye_yingyong .hangye_list .hangye_item .item_neirong {
  flex-direction: column;
}

.hangye_list .hangye_item .item_neirong .wz_title {
  width: 100%;
  height: 52px;
  background: #0080cc;
  font-size: 24px;
  color: #ffffff;
}

.hangye_list .hangye_item .item_neirong .wz_title > img {
  margin: 0 15px 0 30px;
}

.hangye_list .hangye_item .item_neirong > p {
  color: #959595;
  line-height: 2;
}

.hangye_list .hangye_item .item_neirong > ul {
  display: flex;
  width: 100%;
  height: auto;
}

.hangye_list .hangye_item .item_neirong > ul > li {
  margin-right: 35px;
}

.hangye_list .hangye_item .item_neirong > ul > li > a {
  display: inline-block;
  font-size: 18px;
  color: #959595;
  padding: 10px 30px;
  box-sizing: border-box;
  border: 1px solid #959595;
  border-radius: 3px;
}

.hangye_list .hangye_item .item_neirong > ul > li > a:hover,
.hangye_list .hangye_item .item_neirong > ul > li > a.active {
  background: #efbd1e;
  color: #4d4d4d;
  border: 1px solid #efbd1e;
}

/** 行业大观 行业方案 **/

.hangye_yingyong .hy_fangan_list {
  margin-bottom: 40px;
}

.hangye_yingyong .hy_fangan_list > ul > li {
  margin-top: 1px;
}

.hangye_yingyong .hy_fangan_list > ul > li .hangye_news_group_name_wapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  background: #0080cc;
  font-size: 16px;
  color: #ffffff;
  padding: 0 50px;
  box-sizing: border-box;
  cursor: pointer;
}

.hangye_yingyong
  .hy_fangan_list
  > ul
  > li
  > .hangye_news_group_name_wapper
  > img {
  margin-right: 10px;
}

.hangye_yingyong
  .hy_fangan_list
  > ul
  > li
  > .hangye_news_group_name_wapper
  > img.hidden {
  display: none;
}

.hangye_yingyong .hy_fangan_list .hangye_news_group_name_wapper .more {
  color: unset;
  word-break: keep-all;
}

.hangye_yingyong .hy_fangan_list .hy_fangan_item {
  display: none;
  padding: 20px 0 20px 65px;
  box-sizing: border-box;
}

.hy_fangan_list > ul > li .hy_fangan_item > li > a {
  line-height: 40px;
  font-size: 16px;
  color: #252525;
}

/** 仪表堂堂 **/

.yibiao_tangtang {
  width: 100%;
}

.yibiao_tangtang .m-chanpin_sousuo {
  width: 100%;
  background-color: #fff;
  background-image: url("../img/beijing2.jpg");
}

.m-chanpin_sousuo .sousuo_kuang {
  position: relative;
  width: 835px;
  height: 39px;
  border: 1px solid #979797;
  border-radius: 3px;
  background: #fff;
}

.m-chanpin_sousuo .sousuo_kuang > input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 55px 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #a6a6a6;
}

.m-chanpin_sousuo .sousuo_kuang > img {
  padding: 0 15px;
  box-sizing: border-box;
}

.m-chanpin_sousuo .chanpin_fenlei {
  display: flex;
  flex-wrap: wrap;
}

.m-chanpin_sousuo .btn_sousuo_r {
  width: 72px;
  height: 32px;
  background: #0298db;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.g-hesd2 .m-chanpin_sousuo {
  display: none;
}

.chanpin_fenlei .cp_fenlei_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 23.125%;
  height: 350px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 25px 20px 30px 20px;
  box-sizing: border-box;
  margin-right: 2.5%;
  margin-top: 25px;
}

.chanpin_fenlei .cp_fenlei_item:nth-child(4n) {
  margin-right: 0;
}

.chanpin_fenlei .cp_fenlei_item .fl_name {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.chanpin_fenlei .cp_fenlei_item .fl_jieshao {
  color: #ddd;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.chanpin_fenlei .cp_fenlei_item .more {
  width: 69px;
  height: 19px;
  border: 1px solid #979797;
  border-radius: 2px;
  color: #979797;
  font-size: 13px;
  cursor: pointer;
}

.chanpin_fenlei .cp_fenlei_item .more.active,
.chanpin_fenlei .cp_fenlei_item .more:hover {
  background: #f9c300;
  border: 1px solid #f9c300;
  color: #4d4d4d;
}

.more_chanpin_list {
  margin-top: 30px;
}

.more_chanpin_list .cp_more_title {
  height: 90px;
  font-size: 24px;
  font-weight: bold;
  color: #0080cc;
}

.more_chanpin_list .cp_more_title > img {
  margin-right: 30px;
}

.chanpin_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.chanpin_list .chanpin_item {
  position: relative;
  width: 25%;
  height: 373px;
  cursor: pointer;
}

.chanpin_list .chanpin_item > img {
  width: 62%;
  display: block;
  margin: 10px auto;
}

.chanpin_list .chanpin_item .chanpin_jieshao {
  transition: all 0.1s;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  padding: 240px 45px 50px 45px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.chanpin_list .chanpin_item .chanpin_jieshao > div {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  -webkit-line-clamp: 2;
  text-align: center;
}

.chanpin_list .chanpin_item .chanpin_jieshao > p {
  color: #a6a6a6;
}

.chanpin_list .chanpin_item:hover .chanpin_jieshao {
  padding: 0 45px;
  justify-content: center;
  background-color: rgb(44, 116, 188, 0.5);
}

.chanpin_list .chanpin_item:hover .chanpin_jieshao > div {
  color: #fff;
}

.chanpin_list .chanpin_item:hover .chanpin_jieshao > p {
  color: #fff;
  margin-top: 20px;
}

/** 仪表堂堂 产品详情 **/

.chanpin_xiangqing {
  width: 100%;
  align-items: flex-start;
}

.chanpin_xiangqing .xq_content_left {
  width: calc(670% / 11.7);
}

.xq_content_left .cp_content1 {
  padding: 0 85px 0 45px;
  box-sizing: border-box;
}

.xq_content_left .cp_content1 .cp_xiangqing_btn > div,
.xq_content_left .cp_content1 .cp_xiangqing_btn > a {
  font-size: 18px;
  color: #959595;
  padding: 0 30px;
  box-sizing: border-box;
  border: 1px solid #959595;
  border-radius: 3px;
  line-height: 46px;
  margin-right: 25px;
}

.xq_content_left .cp_content1 .cp_xiangqing_btn > div:hover,
.xq_content_left .cp_content1 .cp_xiangqing_btn > div.active,
.xq_content_left .cp_content1 .cp_xiangqing_btn > a:hover,
.xq_content_left .cp_content1 .cp_xiangqing_btn > a.active {
  background: #efbd1e;
  color: #4d4d4d;
  border: 1px solid #efbd1e;
}

.xq_content_left .hy_fangan_list2 {
  margin-top: 50px;
}

.haxi_btn {
  font-size: 18px;
  color: #959595;
  padding: 0 30px;
  box-sizing: border-box;
  border: 1px solid #959595;
  border-radius: 3px;
  line-height: 46px;
  margin-right: 25px;
}

.haxi_btn.active,
.haxi_btn:hover {
  background: #efbd1e;
  color: #4d4d4d;
  border: 1px solid #efbd1e;
}

.hangye_yingyong .hy_fangan_list2 > ul > li .hy_fangan_item {
  padding: 25px 20px 25px 45px;
}

.hy_fangan_list2 .cp_wenben {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.hy_fangan_list2 .cp_wenben > p {
  color: #959595;
  line-height: 2;
  width: 80%;
}

.wenzi_content {
  color: #343434;
  /* line-height: 2; */
}

.wenzi_content img {
  max-width: 100%;
}

.hy_fangan_list2 .cp_video_wenben {
  display: flex;
}

.hy_fangan_list2 .cp_video_wenben > img {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 30px;
  width: 213px;
}

.chanpin_xiangqing .xq_content_right {
  width: calc(470% / 11.7);
}

.xq_content_right .swiper-container {
  width: 100%;
  height: 340px;
}

.xq_content_right .swiper-container .swiper-slide > img {
  width: 100%;
  height: 100%;
}

.xq_content_right .xiangguan_chanpin {
  margin-top: 27px;
}

.xq_content_right .xiangguan_chanpin .xg_title {
  width: 100%;
  height: 55px;
  background: #f5f5f5;
}

.xq_content_right .xiangguan_chanpin .xg_title > img {
  margin: 0 18px 0 30px;
}

.xq_content_right .xiangguan_chanpin .chanpin_list .chanpin_item {
  width: 50%;
  height: 290px;
}

.xq_content_right .chanpin_list .chanpin_item .chanpin_jieshao {
  padding: 180px 35px 40px 35px;
}

.xq_content_right .chanpin_list .chanpin_item .chanpin_jieshao > div {
  font-size: 15px;
}

.xq_content_right .chanpin_list .chanpin_item .chanpin_jieshao > p {
  font-size: 12px;
}

.xq_content_right .chanpin_list .chanpin_item:hover .chanpin_jieshao {
  padding: 0 45px;
}

/** 深度学院 **/

.m-xueyuan_shaixuan {
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 18px;
  color: #959595;
}

.m-xueyuan_shaixuan .shaixuan_fenlei {
  display: flex;
  margin-top: 15px;
}

.m-xueyuan_shaixuan .shaixuan_fenlei:first-child {
  margin-top: 0;
}

.m-xueyuan_shaixuan .shaixuan_fenlei > div {
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
}

.m-xueyuan_shaixuan .shaixuan_fenlei > ul {
  display: flex;
  flex-wrap: wrap;
}

.m-xueyuan_shaixuan .shaixuan_fenlei > ul > li {
  margin: 0 5px;
}

.m-xueyuan_shaixuan .shaixuan_fenlei > ul > li > a {
  display: inline-block;
  padding: 3px 8px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #959595;
  font-size: 14px;
}

.m-xueyuan_shaixuan .shaixuan_fenlei > ul > li > a:hover,
.m-xueyuan_shaixuan .shaixuan_fenlei > ul > li > a.active {
  background: #f9c300;
  color: #fff;
}

.xy_kecheng .kecheng_biaoti {
  width: 100%;
  height: 55px;
  background: #0080cc;
  padding: 0 20px;
  box-sizing: border-box;
}

.kecheng_biaoti .paixu {
  display: flex;
  font-size: 16px;
  color: #fff;
}

.kecheng_biaoti .paixu > li {
  margin-right: 30px;
}

.kecheng_biaoti .paixu > li > a {
  display: flex;
  align-items: center;
  color: #fff;
  width: 100px;
}

.kecheng_biaoti .paixu > li > a > img {
  display: none;
  margin-left: 10px;
}

.kecheng_biaoti .paixu > li > a:hover,
.kecheng_biaoti .paixu > li > a.active {
  color: #f9c300;
}

.kecheng_biaoti .paixu > li > a:hover > img,
.kecheng_biaoti .paixu > li > a.active > img {
  display: block;
}

.kecheng_biaoti .fenye > li > a {
  color: #fff;
  height: 30px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kecheng_biaoti .fenye > li > a.active {
  background: #fff;
  color: #0080cc;
}

.kecheng_biaoti .fenye > li > span {
  color: #fff;
}

/** 深度学院 视频 **/

.shendu_xueyuan .xuyuan_shipin {
  display: flex;
  width: 100%;
  height: 434px;
  margin-bottom: 30px;
}

.shendu_xueyuan .xuyuan_shipin .video {
  width: 100%;
  height: 100%;
  margin-right: 30px;
}

.xuyuan_shipin .duihuan_btn {
  background: #f9c300;
  border-radius: 3px;
  padding: 10px 25px;
  box-sizing: border-box;
  font-size: 16px;
  color: #4d4d4d;
  cursor: pointer;
}

.shendu_xueyuan .m-xuyuan_nav {
  margin-top: 30px;
}

.shendu_xueyuan .m-xuyuan_nav > ul {
  display: flex;
  width: 100%;
  height: 55px;
  background-color: #0080cc;
  padding: 0 70px;
  box-sizing: border-box;
}

.shendu_xueyuan .m-xuyuan_nav > ul > li {
  margin-right: 50px;
}

.shendu_xueyuan .m-xuyuan_nav > ul > li > a {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}

.shendu_xueyuan .m-xuyuan_nav > ul > li > a:hover,
.shendu_xueyuan .m-xuyuan_nav > ul > li > a.active {
  border-bottom: 5px solid #f9c300;
  box-sizing: border-box;
  font-size: 24px;
}

.shendu_xueyuan .kecheng_jieshao {
  display: flex;
  justify-content: space-between;
}

.kecheng_jieshao .jieshao_content {
  width: calc(770% / 11.7);
}

.kecheng_jieshao .zhujiang {
  width: calc(370% / 11.7);
  height: min-content;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #959595;
}

/** 有问必答 **/

.youwen_bida .wenda_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}

.youwen_bida .wenda_content .wenti_list {
  width: calc(270% / 11.7);
}

.wenda_content .wenti_list > ul > li {
  margin-top: 1px;
}

.wenda_content .wenti_list > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 51px;
  background: #f0f0f0;
  border-radius: 1px 1px 1px 1px;
  padding: 0 20px 0 35px;
  box-sizing: border-box;
  font-size: 18px;
  color: #959595;
  cursor: pointer;
}

.wenda_content .wenti_list > ul > li > a > img.show {
  display: block;
}

.wenda_content .wenti_list > ul > li > a > img.hide {
  display: none;
}

.wenda_content .wenti_list > ul > li > a:hover,
.wenda_content .wenti_list > ul > li > a.active {
  background: #0080cc;
  color: #fff;
  font-size: 16px;
}

.wenda_content .wenti_list > ul > li > a:hover > img.show,
.wenda_content .wenti_list > ul > li > a.active > img.show {
  display: none;
}

.wenda_content .wenti_list > ul > li > a:hover > img.hide,
.wenda_content .wenti_list > ul > li > a.active > img.hide {
  display: block;
}

.wenda_content .wenti_list > ul > li.tiwen_btn {
  margin-top: 24px;
}

.wenda_content .wenti_list > ul > li.tiwen_btn > a {
  justify-content: center;
  background: #efbd1e;
  color: #fff;
}

.youwen_bida .wenda_content .huida_list {
  width: 100%;
}

.youwen_bida .hy_fangan_list {
  margin-top: 15px;
}

.youwen_bida .hy_fangan_list > ul > li > a {
  background: #e1e1e1;
  font-size: 18px;
  color: #959595;
}

.youwen_bida .hy_fangan_list > ul > li > a.active {
  background: #0080cc;
  color: #fff;
}

.youwen_bida .hy_fangan_list > ul > li .huifu_btn {
  cursor: pointer;
}

.zaixian_tiwen > textarea {
  width: 100%;
  height: 198px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  margin: 17px 0;
  padding: 10px;
  box-sizing: border-box;
}

/** 活动一览 **/

.huodong_baoming .baoming_nav {
  background: #283f88;
  width: 100%;
  height: 50px;
}

.huodong_baoming .baoming_nav > ul {
  display: flex;
  justify-content: center;
}

.huodong_baoming .baoming_nav > ul > li > a {
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
}

.huodong_baoming .baoming_nav > ul > li > a:hover,
.huodong_baoming .baoming_nav > ul > li > a.active {
  background: #0080cc;
}

.huodong_baoming .m-zonglan .swiper-container {
  width: 100%;
  height: 343px;
  margin: 80px 0;
}

.huodong_baoming .m-zonglan .swiper-container .swiper-slide {
  position: relative;
}

.huodong_baoming .m-zonglan .swiper-container .swiper-slide > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(15, 135, 207, 0.5);
  width: 59%;
  height: 100%;
  color: #fff;
  padding: 35px;
  box-sizing: border-box;
}

.huodong_baoming .m-zonglan .swiper-container .swiper-slide > div > p {
  line-height: 2;
}

.item_more_btn {
  width: 69px;
  height: 19px;
  border: 1px solid #959595;
  border-radius: 2px;
  font-size: 13px;
  color: #959595;
  cursor: pointer;
}

.item_more_btn:hover,
.item_more_btn.active {
  background: #f9c300;
  border: 1px solid #f9c300;
  color: #4d4d4d;
}

.qudao_zhaoshang {
  padding-bottom: 50px;
  box-sizing: border-box;
}

.rencai_zhaopin {
  padding-bottom: 30px;
  box-sizing: border-box;
}

.rencai_zhaopin .zhaopin_list {
  margin: 0 auto;
}

.rencai_zhaopin .zhaopin_list .zhaopin_item {
  color: #959595;
  padding: 35px 0;
  box-sizing: border-box;
  border-bottom: 1px solid;
  border-bottom-color: rgba(149, 149, 149, 0.52);
}

.rencai_zhaopin .zhaopin_list .zhaopin_item:last-child {
  border-bottom: none;
}

.rencai_zhaopin .zhaopin_list .zhaopin_item .zp_title {
  font-size: 30px;
  font-weight: bold;
  color: #0080cc;
}

.zhaopin_list .zhaopin_item .zhiwei {
  font-size: 17px;
  color: #a3a3a3;
  margin: 45px 0;
}

/** 我的课堂 **/

.wode_ketang .m-wode_nav {
  background: #283f88;
  width: 100%;
  height: 81px;
}

.wode_ketang .m-wode_nav .wd_daohang_list {
  display: flex;
  justify-content: center;
}

.wode_ketang .m-wode_nav .wd_daohang_list > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  height: 81px;
  padding: 0 25px;
  box-sizing: border-box;
}

.wode_ketang .m-wode_nav .wd_daohang_list > li > a > img {
  height: 47px;
}

.wode_ketang .m-wode_nav .wd_daohang_list > li > a:hover,
.wode_ketang .m-wode_nav .wd_daohang_list > li > a.active {
  background: #0080cc;
}

/** 我的课堂_收藏 **/

.wode_shouchang {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}

.wode_shouchang > ul {
  width: calc(200% / 11.7);
  flex: none;
}

.wode_shouchang > ul > li {
  margin-top: 1px;
}

.wode_shouchang > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 51px;
  background: #f0f0f0;
  border-radius: 1px 1px 1px 1px;
  font-size: 18px;
  color: #959595;
  padding: 0 15px 0 35px;
  box-sizing: border-box;
}

.wode_shouchang > ul > li > a > img.show {
  display: block;
}

.wode_shouchang > ul > li > a > img.hide {
  display: none;
}

.wode_shouchang > ul > li > a:hover,
.wode_shouchang > ul > li > a.active {
  background: #0080cc;
  color: #fff;
}

.wode_shouchang > ul > li > a:hover > img.show,
.wode_shouchang > ul > li > a.active > img.show {
  display: none;
}

.wode_shouchang > ul > li > a:hover > img.hide,
.wode_shouchang > ul > li > a.active > img.hide {
  display: block;
}

.wode_shouchang .right_ctn {
  width: 100%;
  margin-left: 30px;
  margin-top: 0;
}

.wode_shouchang .right_ctn .pagination {
  margin-top: 20px;
}

.shouchang_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.shouchang_list .shouchang_item {
  position: relative;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 25px;
  font-size: 11px;
  color: #959595;
}

.shouchang_list .shouchang_item:nth-child(4n) {
  margin-right: 0;
}

.shouchang_list .shouchang_item .title2 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.5;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shouchang_list .shouchang_item .video {
  width: 100%;
  height: 118px;
}

.wode_tiwen .hy_fangan_list {
  margin: 35px 0 45px 0;
}

.wode_tiwen .hy_fangan_list > ul > li .hy_fangan_item {
  padding: 25px 65px;
  box-sizing: border-box;
}

.wode_shangchuan {
  padding: 25px 0;
  box-sizing: border-box;
}

.wode_shangchuan .shangchuan_btn {
  width: 140px;
  height: 39px;
  background: #f9c300;
  border-radius: 3px;
  font-size: 18px;
  color: #4d4d4d;
  cursor: pointer;
  margin-bottom: 25px;
}

.wode_shangchuan .shouchang_list {
  width: 100%;
}

.wode_shangchuan .shouchang_list .shouchang_item {
  font-size: 12px;
  width: 18%;
  height: 266px;
  margin-right: 2.5%;
  overflow: hidden;
}

.wode_shangchuan .shouchang_list .shouchang_item:nth-child(5n) {
  margin-right: 0;
}

.wode_shangchuan .shouchang_list .shouchang_item .zhuangtai {
  padding: 3px 10px;
  box-sizing: border-box;
  background: #959595;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}

.guankan_jilu {
  padding: 35px 0;
  box-sizing: border-box;
}

.guankan_jilu table {
  width: 100%;
}

.guankan_jilu table tr {
  display: flex;
  width: 100%;
  color: #959595;
  font-weight: 400;
  padding: 10px 45px;
  box-sizing: border-box;
}

.guankan_jilu table tr:nth-child(odd) {
  background: #d7e6f5;
}

.guankan_jilu table tr th {
  text-align: left;
  flex-shrink: 0;
  flex-grow: 0;
}

.guankan_jilu table tr th:nth-child(1) {
  width: 25%;
}

.guankan_jilu table tr th:nth-child(2) {
  width: 15%;
}

.guankan_jilu table tr th:nth-child(3) {
  width: 60%;
}

.jifen_renwu {
  padding: 40px 0;
  box-sizing: border-box;
}

.jifen_renwu .renwu {
  width: 1036px;
  margin: 0 auto;
}

.jifen_renwu .renwu > ul {
  display: flex;
  flex-wrap: wrap;
  height: 460px;
  background: #06f;
  margin-top: -25px;
  padding: 30px 80px;
  box-sizing: border-box;
  position: relative;
}

.jifen_renwu .renwu > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  margin-right: 52px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.jifen_renwu .renwu > ul > li:nth-child(4n) > a {
  margin-right: 0;
}

.jifen_renwu .renwu > ul > li > a > p {
  margin-top: -25px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jifen_renwu .renwu > ul > li > a > div {
  padding: 3px 20px;
  box-sizing: border-box;
  background: #f9c300;
  border-radius: 3px;
  font-size: 18px;
  color: #00137d;
  margin-top: 20px;
}

.jifen_renwu .renwu > ul > li > a > div.active {
  background: #00137d;
  color: #fff;
}

.jifen_renwu .renwu > ul .line1,
.jifen_renwu .renwu > ul .line2 {
  position: absolute;
  width: 70%;
  height: 1px;
  background: #63caf7;
  top: 86px;
  left: 150px;
  z-index: 1;
}

.jifen_renwu .renwu > ul .line2 {
  top: 287px;
}

.jifen_renwu .guize {
  width: 1036px;
  margin: 0 auto;
  margin-top: 20px;
}

.jifen_renwu .guize .guize_content {
  background: #06f;
  margin-top: -25px;
  padding: 78px 50px 60px 50px;
  box-sizing: border-box;
  color: #ffffff;
  line-height: 2;
}

/** 积分商城 **/

.jifen_shangcheng .kecheng .kecheng_list .kecheng_item .shouchang {
  height: 60px;
  align-items: flex-end;
  font-size: 12px;
  color: #959595;
}

.jifen_shangcheng .jifen_number {
  margin-bottom: 5px;
}

.jifen_shangcheng .jifen_number > p {
  font-weight: bold;
  font-size: 15px;
  color: #f9c300;
  margin-left: 5px;
}

.jifen_shangcheng .jf_duihuan_btn {
  background: #f9c300;
  border-radius: 3px;
  padding: 5px 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: #4d4d4d;
  cursor: pointer;
}

.jifen_shangcheng .jf_duihuan_btn_v2 {
  background: #f9c300;
  border-radius: 3px;
  padding: 5px 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: #4d4d4d;
  cursor: pointer;
}

.jifen_shangcheng .kecheng .kecheng_list .kecheng_item {
  margin-top: 0;
  margin-bottom: 45px;
}

.duihuan_tanchuang {
  position: fixed;
  top: 10px;
  z-index: 5;
  width: 1170px;
  height: 100vh;
}

.jifen_shangcheng .tc_duihuan {
  width: 390px;
  height: 580px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.jifen_shangcheng .tc_duihuan > img {
  width: 100%;
  height: 210px;
}

.jifen_shangcheng .tc_duihuan .duihuan_xiangqing {
  padding: 0 30px;
  box-sizing: border-box;
}

.duihuan_xiangqing .xiangqing1 {
  flex-direction: column;
  align-items: flex-start;
  height: 110px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(153, 153, 153, 0.59);
  padding: 20px 0;
  box-sizing: border-box;
}

.duihuan_xiangqing .xiangqing1 .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.duihuan_xiangqing .xiangqing1 .number {
  width: 100%;
  color: #959595;
}

.duihuan_xiangqing .xiangqing1 .number > div > p {
  font-size: 16px;
  font-weight: bold;
  color: #f9c300;
  margin-left: 5px;
}

.duihuan_xiangqing .xiangqing2 {
  /* height: 71px; */
  border-bottom: 1px solid;
  border-bottom-color: rgba(153, 153, 153, 0.59);
  color: #959595;
  line-height: 2;
}

.duihuan_xiangqing .quxiao_btn,
.duihuan_xiangqing .duihuan_btn {
  padding: 9px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 35px;
}

.duihuan_xiangqing .quxiao_btn {
  background: #959595;
  color: #fff;
  margin-right: 10px;
}

.duihuan_xiangqing .duihuan_btn {
  background: #f9c300;
  color: #4d4d4d;
}

.m-jifen {
  position: relative;
  background: url(../img/tc_beijing.png);
  background-repeat: no-repeat;
  width: 387px;
  height: 643px;
}

.m-jifen > ul {
  position: absolute;
  top: 170px;
  left: 35px;
}

.m-jifen > ul > li {
  margin-top: 1px;
}

.m-jifen > ul > li > a {
  display: flex;
  align-items: center;
  width: 330px;
  height: 44px;
  background: url(../img/tc_li.png);
  background-repeat: no-repeat;
}

.m-jifen > ul > li > a > img {
  margin: 0 5px;
}

.m-jifen > ul > li > a > p {
  width: 190px;
  font-size: 16px;
  color: #b3c7ff;
}

.m-jifen > ul > li > a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 27px;
  background: #f0b124;
  border-radius: 3px;
  font-size: 16px;
  color: #d8592e;
  margin: 2px 0 0 25px;
}

.m-jifen > ul .huoqu_btn {
  position: relative;
  width: 256px;
  height: 70px;
  margin: 0 auto;
  margin-top: 20px;
}

.m-jifen > ul .huoqu_btn > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  height: 70px;
  font-size: 30px;
  color: #d8592e;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

/** 个人中心 **/

.haxi .g-hesd2 {
  background: none;
  height: 122px;
  background-color: #283f88;
}

.geren_zhongxin {
  padding: 35px 0 42px 0;
  box-sizing: border-box;
}

.geren_zhongxin .geren_list {
  flex-direction: column;
  width: calc(243% / 11.7);
  height: 570px;
}

.geren_zhongxin .geren_list .geren_xinxi {
  width: 100%;
  height: 254px;
  border-radius: 1px;
  border: 1px solid #e1e1e1;
  padding: 20px;
  box-sizing: border-box;
}

.geren_zhongxin .geren_list .geren_xinxi > ul {
  display: flex;
  margin-top: 30px;
}

.geren_zhongxin .geren_list .geren_xinxi > ul > li {
  width: 33.3%;
}

.geren_zhongxin .geren_list .geren_xinxi > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #959595;
  line-height: 2;
}

.geren_zhongxin .geren_list .menu {
  width: 100%;
  height: 306px;
  border-radius: 1px;
  border: 1px solid #e1e1e1;
  padding: 10px 0 10px 63px;
  box-sizing: border-box;
}

.geren_zhongxin .geren_list .menu > ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
}

.geren_zhongxin .geren_list .menu > ul > li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #959595;
}

.geren_zhongxin .geren_list .menu > ul > li > a:hover,
.geren_zhongxin .geren_list .menu > ul > li > a.active {
  color: #c60c30;
}

.geren_zhongxin .geren_list .menu > ul > li > a > img {
  width: 24px;
  margin-right: 17px;
}

.geren_zhongxin .xinxi_content {
  width: calc(908% / 11.7);
  height: 570px;
  min-height: 570px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 24px;
  box-sizing: border-box;
}

/** 个人中心 个人资料 **/

.geren_zhongxin .xinxi_content .ziliao_xinxi {
  width: max-content;
  margin: 0 auto;
  text-align: center;
}

.geren_zhongxin .xinxi_content .ziliao_xinxi ul {
  width: max-content;
  text-align: left;
  margin: 25px 0;
}

.geren_zhongxin .xinxi_content .ziliao_xinxi ul > li {
  margin-bottom: 10px;
}

.geren_zhongxin .xinxi_content .ziliao_xinxi ul > li > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #959595;
  line-height: 30px;
}

.geren_zhongxin .xinxi_content .ziliao_xinxi ul > li > a > p {
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
}

.geren_zhongxin .xinxi_content .ziliao_xinxi ul > li > a > input {
  width: max-content;
  line-height: 30px;
  font-size: 14px;
  color: #959595;
  padding: 0 15px;
  box-sizing: border-box;
  border: none;
  background: none;
}

.geren_zhongxin .xinxi_content .ziliao_xinxi ul > li > a > input.active {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-sizing: border-box;
}

.geren_zhongxin .xinxi_content .ziliao_xinxi .bianji_btn {
  width: 110px;
  height: 39px;
  background: #0080cc;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}

/** 个人中心 我的积分 **/

.jifen_nav > ul > li > a {
  font-size: 18px;
  color: #959595;
}

.jifen_nav > ul > li > a:hover,
.jifen_nav > ul > li > a.active,
.jifen_nav > ul > li > a.active2 {
  color: #3d3d3d;
}

.jifen_nav > ul > li {
  margin-right: 32px;
}

.wode_jifen .jifen_xiangqing {
  width: 100%;
  height: 66px;
  background: #f4f5f7;
  border-radius: 3px;
  margin-top: 24px;
  padding: 0 80px;
  box-sizing: border-box;
}

.wode_jifen .jifen_xiangqing > ul {
  height: 100%;
}

.wode_jifen .jifen_xiangqing > ul > li > a {
  display: flex;
  align-items: center;
  color: #959595;
}

.wode_jifen .jifen_xiangqing > ul > li > a > img {
  margin-right: 10px;
}

.xiaofei_jilu > table {
  width: 100%;
  margin-top: 25px;
}

.xiaofei_jilu > table tr {
  display: flex;
  align-items: center;
  padding: 13px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.xiaofei_jilu > table tr:last-child {
  border-bottom: none;
}

.xiaofei_jilu > table tr > td {
  text-align: left;
}

.xiaofei_jilu > table tr > td:nth-child(1) {
  width: 25%;
  color: #959595;
}

.xiaofei_jilu > table tr > td:nth-child(2) {
  width: 75%;
  color: #3b3b3b;
}

.geren_zhongxin .fenye {
  justify-content: center;
  position: absolute;
  bottom: 50px;
  width: calc(858% / 11.7);
}

.geren_zhongxin .fenye > li > a {
  color: #4d4d4d;
}

.geren_zhongxin .fenye > li > a.active {
  color: #fff;
}

/** 个人中心 我的订单 **/

.wode_dingdan .dingdan_list > table {
  width: 100%;
  margin-top: 25px;
}

.wode_dingdan .dingdan_list > table tr {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #959595;
}

.wode_dingdan .dingdan_list > table tr:first-child {
  background: #f7f8f9;
}

.wode_dingdan .dingdan_list > table tr > td {
  text-align: left;
  margin-right: 2%;
  line-height: 1.5;
}

.wode_dingdan .dingdan_list > table tr > td:nth-child(1) {
  width: 13%;
}

.wode_dingdan .dingdan_list > table tr > td:nth-child(2) {
  width: 16%;
}

.wode_dingdan .dingdan_list > table tr > td:nth-child(3) {
  width: 13%;
}

.wode_dingdan .dingdan_list > table tr > td:nth-child(4) {
  width: 27%;
}

.wode_dingdan .dingdan_list > table tr > td:nth-child(5) {
  width: 15%;
  margin-right: 0;
}

.youji_dizhi .bianji_dizhi > table {
  width: 100%;
  margin-top: 25px;
}

.youji_dizhi .bianji_dizhi > table tr {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #3b3b3b;
}

.youji_dizhi .bianji_dizhi > table tr:first-child {
  background: #f7f8f9;
  color: #959595;
}

.youji_dizhi .bianji_dizhi > table tr > td {
  text-align: left;
  margin-right: 2%;
  line-height: 1.5;
}

.youji_dizhi .bianji_dizhi > table tr > td:nth-child(1) {
  width: 13%;
}

.youji_dizhi .bianji_dizhi > table tr > td:nth-child(2) {
  width: 23%;
}

.youji_dizhi .bianji_dizhi > table tr > td:nth-child(3) {
  width: 55%;
}

.youji_dizhi .bianji_dizhi > table tr > td:nth-child(4) {
  width: 5%;
  margin-right: 0;
}

.wode_dingdan .dizhi_btn {
  padding: 10px 20px;
  box-sizing: border-box;
  background: #0080cc;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  width: max-content;
  cursor: pointer;
}

.wode_dingdan .new_dizhi {
  margin-top: 30px;
}

.wode_dingdan .new_dizhi > ul > li {
  margin-top: 20px;
}

.wode_dingdan .new_dizhi > ul > li > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3b3b3b;
  height: 33px;
}

.wode_dingdan .new_dizhi > ul > li > a > p {
  width: 75px;
}

.wode_dingdan .new_dizhi > ul > li > a > input {
  width: max-content;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-right: 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

.new_dizhi .dizhi_btn {
  margin-top: 0;
}

/** 个人中心 我的消息 **/

.wode_xiaoxi .xiaoxi_list {
  margin-top: 20px;
}

.wode_xiaoxi .xiaoxi_list > li {
  margin-top: 10px;
}

.wode_xiaoxi .xiaoxi_list > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 82px;
  line-height: 1.5;
  background: #f7f8f9;
  border-radius: 3px;
  padding: 0 30px;
  box-sizing: border-box;
  border-left: 4px solid #0080cc;
}

/** 个人中心 账号安全 **/

.zhanghao_anquan .zhanghao_list {
  padding: 80px 100px 0 100px;
  box-sizing: border-box;
}

.zhanghao_list tr {
  width: 100%;
}

.zhanghao_list tr {
  display: flex;
  padding: 13px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #959595;
}

.zhanghao_list tr > td {
  text-align: left;
  line-height: 40px;
}

.zhanghao_list tr > td:nth-child(1) {
  width: 15%;
  margin-right: 3%;
  text-align: right;
}

.zhanghao_list tr > td:nth-child(2) {
  width: 55%;
  margin-right: 12%;
}

.zhanghao_list tr > td:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  margin-right: 0;
  height: 39px;
  background: #0080cc;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

/** 首页 **/

.shouye_nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.shouye_nav > ul > li {
  margin-right: 1px;
}

.shouye_nav > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 104px;
  font-size: 15px;
  color: #0080cc;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}

.shouye_nav > ul > li > a:hover,
.shouye_nav > ul > li > a.active {
  background: #fff;
}

.shouye_nav > ul > li > a > p {
  line-height: 2;
}

.shouye_nav > ul > li > a img {
  width: 55px;
  height: 55px;
}

.shouye_content .sy_content1 {
  height: 466px;
  box-sizing: border-box;
  background-image: url("../img/beijing2.jpg");
  width: 100%;
  background-size: 100%;
}

.sy_content1 .chanpin_fenlei {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sy_content1 .chanpin_fenlei .cp_fenlei_item {
  box-shadow: none;
  margin: 0;
  padding: 0 20px;
  height: 300px;
  border-radius: 0;
  border-right: 1px solid rgba(200, 200, 200, 0.5);
}

.sy_content1 .chanpin_fenlei .cp_fenlei_item:nth-child(4n) {
  border-right: none;
}

.sy_content2 {
  width: 100%;
  background-repeat: no-repeat;
}

.sy_content2 .sy_biaoti {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 50px 0 15px;
}

.sy_content2 .sy_biaoti > p {
  font-size: 22px;
  font-weight: bold;
  color: #0080cc;
  margin: 0 15px;
}

.sy_content3 {
  padding: 15px 0;
  box-sizing: border-box;
}

.sy_content4 {
  margin-top: 40px;
  width: 100%;
  height: 589px;
  background-image: url(../img/beijing1.jpg);
  background-repeat: no-repeat;
}

.sy_content4 .sy_wenti {
  width: 100%;
  height: 136px;
}

.sy_content4 .sy_wenti .sy_sousuo {
  position: relative;
  width: 462px;
  height: 39px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}

.sy_content4 .sy_wenti .sy_sousuo input {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  box-sizing: border-box;
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
}

.sy_content4 .sy_wenti .sy_sousuo input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f0f0f0;
}

.sy_content4 .sy_wenti .sy_sousuo input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f0f0f0;
}

.sy_content4 .sy_wenti .sy_sousuo input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f0f0f0;
}

.sy_content4 .sy_wenti .sy_sousuo img {
  position: absolute;
  right: 10px;
  top: 8px;
}

.sy_content4 .cj_wenti_list {
  display: flex;
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  opacity: 0.85;
}

.sy_content4 .cj_wenti_list > ul,
.sy_content4 .cj_wenti_list #sy_wenti_huifu {
  width: 50%;
}

.sy_content4 .cj_wenti_list > ul > li > a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 18px;
  color: #0a0a0a;
  padding: 0 55px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.sy_content4 .cj_wenti_list > ul > li > a:hover,
.sy_content4 .cj_wenti_list > ul > li > a.active {
  background: #ffffff;
  opacity: 0.85;
}

.sy_content4 .cj_wenti_list .wenti_xiangqing {
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 50px;
  box-sizing: border-box;
  line-height: 1.5;
  width: 100%;
  height: 100%;
}

.wenti_xiangqing .huifu_content {
  font-size: 16px;
  color: #555555;
  line-height: 2;
}

.wenti_xiangqing .sy_more_btn {
  width: 69px;
  height: 19px;
  border: 1px solid #979797;
  border-radius: 2px;
  font-size: 13px;
  color: #979797;
  cursor: pointer;
}

.wenti_xiangqing .sy_more_btn:hover,
.wenti_xiangqing .sy_more_btn.active {
  background: #f9c300;
  border: 1px solid #f9c300;
  color: #4d4d4d;
}

.ce_img {
  position: fixed;
  right: 50px;
  bottom: 20vh;
  z-index: 999999;
}

.ce_img > ul > li {
  margin-top: 20px;
}

.ce_img > ul > li:first-child {
  margin-top: 0;
}

.ce_img > ul > li a {
  display: block;
}

[onclick] {
  cursor: pointer;
}

.detail_content {
  padding: 1em 0;
}

.detail_content img {
  max-width: 100%;
}

/* 文章详情 */

.detail_content img {
  max-width: 100%;
}

.fav_btn {
  cursor: pointer;
  display: inline-block;
}

.fav_btn .fav,
.fav_btn .un_fav {
  display: none;
}

.fav_btn .fav.active,
.fav_btn .un_fav.active {
  display: inline-block;
}

.empty {
  font-size: 16px;
  font-weight: 900;
  padding: 2em;
  padding-left: 0;
}

[readonly][value=""] {
  display: none;
}

.rich_media_content {
  padding: 30px 0;
  line-height: 1.5;
}

.rich_media_content img {
  max-width: 100%;
}

.m_ping_fen_star {
  display: none;
}

.m_ping_fen_star img {
  cursor: pointer;
}

.video_time {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.5);
  z-index: 1;
}

.sy_icon_score2:hover {
  transform-origin: 50% 80%;
  -webkit-animation: sy_icon_score2_key 2s linear infinite;
  -moz-animation: sy_icon_score2_key 2s linear infinite;
  -ms-animation: sy_icon_score2_key 2s linear infinite;
  -o-animation: sy_icon_score2_key 2s linear infinite;
  animation: sy_icon_score2_key 2s linear infinite;
}

@keyframes sy_icon_score2_key {
  10%,
  30%,
  70%,
  90% {
    transform: rotate(-12deg);
  }

  20%,
  40%,
  60%,
  80% {
    transform: rotate(12deg);
  }
}

/* <!-- 侧图标 --> */
.ce_img li .pop {
  display: none;
}

.ce_img li:hover .pop {
  display: block;
}

.hezuo_xueyuan_box .content-width {
  display: flex;
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav {
  display: flex;
  flex-direction: column;
  width: 270px;
  box-sizing: border-box;
  padding-top: 42px;
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav .hezuo_xuyuan_nav_item {
  width: 100%;
  height: 51px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 0 28px;
  padding-left: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  transition: 0.2s;
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav .hezuo_xuyuan_nav_item.active {
  background-color: #008bd2;
  transition: 0.2s;
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav .hezuo_xuyuan_nav_item.active p {
  color: #fff;
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav .hezuo_xuyuan_nav_item p {
  font-size: 16px;
  font-weight: 500;
  color: #9e9995;
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav .hezuo_xuyuan_nav_item img {
  width: 8px;
  transition: 0.2s;
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav .hezuo_xuyuan_nav_item img.bai_arr {
  display: none;
  transform: rotate(90deg);
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav .hezuo_xuyuan_nav_item.active img.hui_arr {
  transform: rotate(-90deg);
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav .hezuo_xuyuan_nav_item.active img.bai_arr {
  display: block;
}

.hezuo_xueyuan_box .hezuo_xuyuan_nav .hezuo_xuyuan_nav_item.active img.hui_arr {
  display: none;
}

.jinjie_kecheng_fenlei {
  width: 270px;
}

.jinjie_kecheng_fenlei .jinjie_fenlei_item {
  width: 100%;
  height: 51px;
  margin-bottom: 12px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 0 28px;
  padding-left: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jinjie_kecheng_fenlei .jinjie_fenlei_item img {
  width: 8px;
}

.jinjie_kecheng_fenlei .jinjie_fenlei_item p {
  font-size: 16px;
  font-weight: 500;
  color: #9e9995;
}

.jinjie_kecheng_fenlei .jinjie_fenlei_item.active {
  background-color: #dcecfd;
}

.hezuo_xueyuan_content {
  margin-left: 35px;
  padding-bottom: 50px;
  width: 100%;
  min-height: 500px;
}

.hezuo_xueyuan_content .kecheng .kecheng_list .kecheng_item:nth-child(5n) {
  margin-right: 15px;
}

.hezuo_xueyuan_content .kecheng .kecheng_list .kecheng_item:nth-child(3n) {
  margin-right: 0;
}

.jinjie_kecheng {
  width: 900px;
  box-sizing: border-box;
  padding-top: 43px;
}

.jinjie_kecheng .jinjie_kecheng_item {
  width: 900px;
  height: 107px;
  display: flex;
  padding-right: 25px;
  align-items: center;
  border: 2px solid #008bd2;
  border-radius: 20px;
  margin-bottom: 12px;
  font-size: 0;
  box-sizing: border-box;
}

.jinjie_kecheng .jinjie_kecheng_item .item_title {
  width: 140px;
  height: 100%;
  background-color: #0075c5;
  border-radius: 16px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  flex: none;
}

.jinjie_kecheng .jinjie_kecheng_item .jinjie_kecheng_item_content {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.jinjie_kecheng
  .jinjie_kecheng_item
  .jinjie_kecheng_item_content
  .jinjie_kecheng_name_desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jinjie_kecheng
  .jinjie_kecheng_item
  .jinjie_kecheng_item_content
  .jinjie_kecheng_name_desc
  .jinjie_kecheng_name {
  font-size: 22px;
  color: #006abd;
  font-weight: bold;
  line-height: 1.5;
}

.jinjie_kecheng
  .jinjie_kecheng_item
  .jinjie_kecheng_item_content
  .jinjie_kecheng_name_desc
  .jinjie_kecheng_desc {
  font-size: 18px;
  font-weight: 400;
  color: #9e9995;
  line-height: 1.5;
}

.jinjie_kecheng .jinjie_kecheng_item .jinjie_kecheng_item_content .play_box {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 12px;
}

.jinjie_kecheng .jinjie_kecheng_item .jinjie_kecheng_item_content .play_box p {
  font-size: 15px;
  font-weight: 500;
  color: #9e9995;
  margin-right: 17px;
  white-space: nowrap;
}

.kecheng_video_detail_ll {
  box-sizing: border-box;
  padding-top: 43px;
}

.kecheng_video_detail_ll {
  width: 100%;
}

.kecheng_video_detail_ll .haxi_shipin_wenzi_jieshao {
  width: 290px;
}

.kecheng_video_detail_ll .xiliekecheng_list {
  width: 100%;
}

.kecheng_video_detail_ll .haxi_shipin_wenzi_jieshao {
  min-height: 200px;
}

.btn_mobile_sms {
  background-color: #057dba;
  color: #fff;
  outline: none;
  border: none;
  width: 6em;
  height: 33px;
  font-size: 14px;
  flex: none;
  border-radius: 4px;
  margin-left: 10px;
}

.revice_pice_code {
  padding-bottom: 36px;
}

.code_tc_bg {
  width: 357px;
  height: 284px;
}

.code_btn {
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 273px;
  height: 75px;
}

.code_btn2 {
  position: absolute;
  top: 231px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 79px;
  height: 20px;
}

.user_code_y {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding-right: 22rpx;
}

.rule_page {
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 99999;
  /* min-height: 1624px; */
  top: 0;
}

.back_img {
  opacity: 1;
  width: 45px;
  height: 45px;
}

.revice_pice_box {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
}

.revice_pice {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.huodong_yuehui {
  background-image: url("../yuehui_2025/Vector.jpg");
  background-size: 100% 100%;
  margin-bottom: 50px;
}
.huodong_yuehui .kecheng .kecheng_list {
  column-gap: 32px;
  flex-wrap: nowrap;
  padding-top: 25px;
}
.huodong_yuehui .kecheng .kecheng_list .kecheng_item {
  width: 25%;
  margin: 0;
}

.yuehui_meeting_list {
  display: flex;
  padding: 50px 0;
  width: 920px;
  flex-wrap: wrap;
  row-gap: 50px;
  position: relative;
  box-sizing: border-box;
}
.yuehui_meeting_list_line {
  position: absolute;
  left: 172px;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 0;

  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 128, 186, 1) 10%,
    rgba(0, 128, 186, 1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  /* background: linear-gradient(45deg, transparent 80px, transparent 0) bottom left; */
}
.yuehui_meeting_item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.yuehui_meeting_item .yuehui_riqi {
  width: 180px;
  flex: none;
  font-size: 24px;
  color: #0080ba;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  z-index: 1;
}
.yuehui_riqi_dot_box {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
}
.yuehui_riqi_dot {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #0080ba;
  flex: none;
  box-sizing: border-box;
}
.yuehui_meeting_item_right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}
.yuehui_meeting_item_title {
  font-weight: bold;
  font-size: 32px;
  color: #242933;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.yuehui_meeting_item_address {
  font-weight: normal;
  font-size: 24px;
  color: #242933;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.yuehui_meeting_item_btn {
  width: 158px;
  height: 48px;
  background: #ffa300;
  border-radius: 24px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: normal;
  font-size: 24px;
  color: #ffffff;
  text-transform: none;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "" !important;
  /* background-image: url("https://water.hach.com.cn/Public/res_55/html_pc2/img/bofang.png "); */
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "" !important; /* 保留 content 属性，但不设置为图片 */
  display: block; /* 确保伪元素是一个块级元素 */
  width: 40px; /* 设置伪元素的宽度 */
  height: 40px; /* 设置伪元素的高度 */
  background-image: url("https://water.hach.com.cn/Public/res_55/html_pc2/img/arrow_left_swiper.png");
  background-size: cover; /* 确保图片覆盖整个伪元素 */
  background-position: center; /* 确保图片居中显示 */
  background-repeat: no-repeat; /* 确保图片不重复 */
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: "" !important; /* 保留 content 属性，但不设置为图片 */
  display: block; /* 确保伪元素是一个块级元素 */
  width: 40px; /* 设置伪元素的宽度 */
  height: 40px; /* 设置伪元素的高度 */
  background-image: url("https://water.hach.com.cn/Public/res_55/html_pc2/img/arrow_right_swiper.png");
  background-size: cover; /* 确保图片覆盖整个伪元素 */
  background-position: center; /* 确保图片居中显示 */
  background-repeat: no-repeat; /* 确保图片不重复 */
}

/* .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  background-image: url("https://water.hach.com.cn/Public/res_55/html_pc2/img/arrow_left_swiper.png ");
} */

.shendu_img {
  width: 40px;
  /* height: 30px; */
  margin-right: 10px;
}

.shendu_text {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #ffffff;
  width: 30%;
  box-sizing: border-box;
  justify-content: center;
  height: 50px;
  background: #283f88;
  border-radius: 100px;
  font-weight: bold;
}

.active_shendu {
  background: #efbe47;
  color: #000000;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: relative;
}

.active_shendu .shendu_img {
  position: absolute;
  width: 60px;
  left: 23%;
  bottom: 8px;
}

.active_shendu2 .shendu_img {
  left: 17%;
  bottom: 8px;
}

.active_shendu .text_tips {
  margin-left: 60px;
}

.active_shendu2 .text_tips {
  margin-left: 75px;
}
