@charset "UTF-8";
/* common */
.header {
  padding: 19px 0;
  background: linear-gradient(90deg, #F6F5FB 0%, #EEECF7 37%, #EBF1FD 69%, #FEF9FF 100%);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 221;
  position: fixed;
}

.header .logo {
  flex-shrink: 0;
}

.header .logo img {
  width: 177px;
}

.header .nav {
  margin: 0 25px 0 47px;
}

.header .nav li {
  font-size: 17px;
  margin-right: 40px;
}

.header .nav li a {
  color: #333;
}

.header .nav li:hover a, .header .nav li.on a {
  color: #5F2467;
}

.header .nav li:last-child {
  margin-right: 0;
}

.header .search {
  width: 204px;
  height: 37px;
  padding: 0 18px;
  background: #fff;
  border-radius: 40px;
}

.header .search .int input {
  width: 100%;
}

.header .search .int input::-webkit-input-placeholder {
  color: #3E3E3E;
  font-weight: 300;
}

.header .search button {
  margin-left: 15px;
  background: none;
}

.header .search button i {
  color: #6C6C6C;
  font-size: 20px;
}

.header .user {
  width: 94px;
  height: 38px;
  margin-left: 10px;
  background: linear-gradient(180deg, #5E2566 0%, #82418B 100%);
  box-shadow: 0px 4px 4px 0px rgba(95, 36, 103, 0.25);
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
}

.header .user a {
  color: #fff;
  cursor: pointer;
}

.header .user span {
  margin: 0 1px;
}

body {
  padding-top: 80px;
}

/* 友情链接 */
.links {
  width: 100%;
  clear: both;
  background: #E5E5E5;
  padding: 24px 0 14px;
  font-size: 16px;
  overflow: hidden;
}

.links .links-tit {
  font-size: 24px;
  margin-bottom: 22px;
  color: #333;
}

.links .links-list li {
  width: 25%;
  float: left;
  margin-bottom: 10px;
}

.links .links-list li a {
  color: #666;
}

.links .links-list li:hover a {
  color: #5F2467;
}

/* footer */
.footer {
  background: #171919;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.footer a {
  color: rgba(255, 255, 255, 0.64);
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 {
  padding: 16px 0;
}

.footer .ft1 .logo img {
  width: 177px;
}

.footer .ft1 .statement .p {
  margin-left: 52px;
}

.footer .ft2 {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer .ft2 .ft2-box1 .col-tit {
  margin-bottom: 16px;
  color: #fff;
}

.footer .ft2 .ft2-box1 .col1 .col-cont {
  padding-left: 21px;
}

.footer .ft2 .ft2-box1 .col1 .col-cont p {
  margin-bottom: 6px;
}

.footer .ft2 .ft2-box1 .col2 {
  margin: 0 30px 0 62px;
  width: 240px;
  flex-shrink: 0;
}

.footer .ft2 .ft2-box1 .col2 .list li {
  width: 50%;
  float: left;
  margin-bottom: 4px;
}

.footer .ft2 .ft2-box1 .col3 {
  padding-top: 16px;
}

.footer .ft2 .ft2-box1 .col3 li {
  margin-left: 30px;
  text-align: center;
}

.footer .ft2 .ft2-box1 .col3 li img {
  width: 66px;
  margin-bottom: 7px;
}

.footer .ft2 .ft2-box2 {
  padding: 25px 0 0 0;
}

.footer .ft2 .ft2-box2 a {
  margin: 0 15px 5px 0;
  display: inline-block;
  position: relative;
}

.footer .ft2 .ft2-box2 a::after {
  content: "";
  width: 1px;
  height: 12px;
  right: -10px;
  background: rgba(255, 255, 255, 0.64);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer .ft2 .ft2-box2 a:last-child::after {
  display: none;
}

.footer .ft3 {
  padding: 21px 0 46px;
}

.footer .ft3 .beian a {
  margin: 0 15px 5px 0;
  display: inline-block;
  position: relative;
}

.footer .ft3 .beian a::after {
  content: "";
  width: 1px;
  height: 12px;
  right: -10px;
  background: rgba(255, 255, 255, 0.64);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer .ft3 .beian a:last-child::after {
  display: none;
}

.kefu {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 2;
}

.kefu img {
  width: 160px;
}

/* 弹窗 */
.laybox {
  position: fixed;
  display: none;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 333;
}

.laybox .contbox {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 470px;
}

.laybox .contbox .switch {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 62px;
  height: 66px;
  z-index: 1;
}

.laybox .contbox .switch img {
  border-radius: 0 10px 0 0;
}

.laybox .xieyi {
  width: 100%;
  padding: 33px 0;
  color: #723E7A;
}

.laybox .form li {
  margin-bottom: 20px;
}

.laybox .form li .item {
  height: 40px;
  background: #fff;
  padding: 0 13px;
  border-radius: 5px;
  border: 1px solid #DCDFE6;
}

.laybox .form li .item .icon {
  margin-right: 6px;
}

.laybox .form li .item .icon img {
  width: 22px;
}

.laybox .form li .item .intbox {
  height: 100%;
}

.laybox .form li .item .intbox input {
  width: 100%;
  height: 100%;
}

.laybox .form li .item .intbox input::-webkit-input-placeholder {
  color: #A4A4A4;
}

.laybox .form li .yzm {
  width: 92px;
  height: 40px;
  background: #F5F6FF;
  border-radius: 5px;
  margin-left: 14px;
}

.laybox .form li .yzm img {
  width: 61px;
}

.laybox .form li .getcode {
  color: #723E7A;
  padding: 0 0 0 15px;
  cursor: pointer;
  background: none;
  height: 17px;
  border-left: 1px solid #E0E0E0;
}

.laybox .form2 .verify .item {
  padding-right: 0;
}

.laybox .form2 .verify .item .yzm {
  border-radius: 0 5px 5px 0;
}

.laybox .form2 .verify2 .item {
  padding-right: 0;
}

.laybox .form2 .verify2 .getcode {
  background: #723E7A;
  color: #fff;
  height: 38px;
  padding: 0 11px;
  border-radius: 0 5px 5px 0;
}

.laybox .no-account {
  text-align: right;
  color: #3D3D3D;
  margin-top: 11px;
}

.laybox .no-account a {
  color: #723E7A;
}

.laybox .lay-tips {
  width: 100%;
  padding: 16px 59px 16px 0;
  text-align: right;
}

.laybox .lay-tips span {
  background: #F5F6FF;
  border-radius: 5px;
  padding: 0 13px;
  color: #723E7A;
  height: 33px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.laybox .lay-tips span::after {
  content: "";
  width: 16px;
  height: 20px;
  background: url("../img/yjt.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.laybox .close {
  margin-top: 14px;
}

.laybox .close a {
  width: 33px;
  height: 33px;
  border: 2px solid #BABABA;
  border-radius: 50%;
  color: #BABABA;
  font-size: 16px;
  font-weight: bold;
}

.laybox .wrap {
  width: 320px;
  margin: 0 auto;
}

/* 扫码登录 */
.lay1 {
  text-align: center;
}

.lay1 .box1 {
  font-size: 20px;
}

.lay1 .box2 {
  margin: 20px 0 0;
  font-size: 16px;
  color: #999;
}

.lay1 .box2 span {
  color: #723E7A;
}

.lay1 .box3 {
  margin: 27px 0;
}

.lay1 .box3 img {
  width: 142px;
}

.lay1 .box4 {
  font-size: 16px;
  color: #000;
}

.lay1 .box4 a {
  color: #723E7A;
}

.lay1 .xieyi {
  padding: 41px 0 53px;
}

.check {
  margin-right: 10px;
  cursor: pointer;
}

.check i {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/ck1.png");
}

.check.checked i {
  background-image: url("../img/ck2.png");
}

/* 验证码登录 */
.lay2 .tabs {
  margin-bottom: 26px;
}

.lay2 .tabs li {
  padding: 0 10px 8px 10px;
  position: relative;
  color: #3D3D3D;
  font-size: 18px;
  cursor: pointer;
}

.lay2 .tabs li::after {
  content: "";
  width: 0;
  height: 3px;
  background: #723E7A;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 2px;
}

.lay2 .tabs li.on {
  color: #723E7A;
}

.lay2 .tabs li.on::after {
  width: 42px;
}

.lay2 .tabs li:nth-child(1) {
  position: relative;
}

.lay2 .tabs li:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 18px;
  background: #E0E0E0;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.lay2 .tablist .tabcont {
  display: none;
}

.lay2 .tablist .tabcont.tabcont2 .xieyi {
  margin: 42px 0 33px;
}

/* 注册 */
.lay3 .logo {
  text-align: center;
  margin: 47px 0 14px;
}

.lay3 .logo img {
  width: 177px;
}

.lay3 .reg-tit {
  text-align: center;
  font-size: 22px;
  color: #3D3D3D;
  font-weight: bold;
  margin-bottom: 39px;
}

/* 忘记密码 */
.lay4 .logo {
  text-align: center;
  margin: 47px 0;
}

.lay4 .logo img {
  width: 177px;
}

.lay4 .reg-tit {
  text-align: center;
  font-size: 22px;
  color: #3D3D3D;
  font-weight: bold;
  margin-bottom: 39px;
}

/* 首页 */
.index {
  padding: 30px 0;
}

.index .ind1 .focus {
  width: 598px;
  height: 337px;
  overflow: hidden;
  position: relative;
}

.index .ind1 .focus .hd {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.index .ind1 .focus .hd li {
  width: 30px;
  height: 15px;
  margin: 6px 0;
  cursor: pointer;
  text-align: center;
}

.index .ind1 .focus .hd li span {
  width: 2px;
  display: inline-block;
  overflow: hidden;
  height: 15px;
  line-height: 35px;
  background: rgba(255, 255, 255, 0.5);
}

.index .ind1 .focus .hd li.on span {
  background: #fff;
}

.index .ind1 .focus .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.index .ind1 .focus .bd li {
  position: relative;
}

.index .ind1 .focus .bd li img {
  display: block;
  width: 598px;
  height: 337px;
}

.index .ind1 .focus .bd li a {
  display: block;
}

.index .ind1 .focus .bd li .tit {
  background: url("../img/bg_fdc1.png") no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: auto;
  left: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
}

.index .ind1 .recommend {
  margin-left: 15px;
}

.index .ind1 .recommend li .item .fitImg2 {
  height: 162px;
}

.index .ind2 {
  overflow: hidden;
}

.index .ind2 .dl {
  position: relative;
}

.index .ind2 .dl .col1 {
  width: 45px;
}

.index .ind2 .dl .col1 .cat {
  width: 26px;
  height: 58px;
  background: #F2F2F2;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 1.3;
}

.index .ind2 .dl .col1 .cat span {
  width: 14px;
  display: block;
}

.index .ind2 .dl .col1 .jt i {
  color: #D9D9D9;
  font-size: 12px;
}

.index .ind2 .dl .col2 {
  padding: 0 20px 0 10px;
}

.index .ind2 .dl .col2 .list1 {
  overflow: hidden;
}

.index .ind2 .dl .col2 .list1 li {
  width: 12.5%;
  text-align: center;
}

.index .ind2 .dl .col2 .list1 li .item .icon img {
  width: 56px;
}

.index .ind2 .dl .col2 .list1 li .item .tit {
  margin-top: 6px;
}

.index .ind2 .dl .col2 .list1 li .ggt {
  width: 100%;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.index .ind2 .dl .col2 .list1 li .ggt img {
  width: 100%;
  height: 85px;
}

.index .ind2 .dl .col2 .list1 li:hover .ggt {
  display: block;
}

.index .ind2 .dl .col3 {
  width: 26px;
}

.index .ind2 .dl .col3 .more {
  width: 26px;
  height: 58px;
  background: #F2F2F2;
  border-radius: 5px;
  transition: all ease .3s;
}

.index .ind2 .dl .col3 .more span {
  width: 14px;
  display: block;
  color: #767676;
}

.index .ind2 .dl .col3 .more:hover {
  background: #5F2467;
}

.index .ind2 .dl .col3 .more:hover span {
  color: #fff;
}

.index .ind2 .dl2 {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px dashed #DCDCDC;
}

.index .ind2 .dl2 .list2 li {
  width: 14.28%;
  position: relative;
  text-align: center;
}

.index .ind2 .dl2 .list2 li .item {
  border-right: 1px dashed #DCDCDC;
}

.index .ind2 .dl2 .list2 li .sub {
  margin-top: 12px;
}

.index .ind2 .dl2 .list2 li .sub a {
  margin: 0 5px;
  color: #6C6C6C;
}

.index .ind2 .dl2 .list2 li .sub a:hover {
  color: #5F2467;
}

.index .ind2 .dl2 .list2 li:last-child .item {
  border-right: 0;
}

.index .ind3 ul {
  margin-right: -1px;
}

.index .ind3 li {
  width: 229px;
  height: 113px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, 0.25);
  margin-right: 14px;
}

.index .ind3 li:last-child {
  margin-right: 0;
}

.index .ind3 li .item {
  padding: 15px 15px 15px 20px;
}

.index .ind3 li .item .item1 {
  margin-bottom: 8px;
}

.index .ind3 li .item .item1 .icon {
  flex-shrink: 0;
  width: 56px;
}

.index .ind3 li .item .item1 .icon img {
  width: 56px;
}

.index .ind3 li .item .item1 .info {
  margin: 0 16px 0 10px;
}

.index .ind3 li .item .item1 .info .desc {
  color: #9C9C9C;
  font-size: 13px;
  margin-top: 3px;
}

.index .ind3 li .item .item1 .link {
  margin-top: -15px;
}

.index .ind3 li .item .item1 .link span {
  width: 20px;
  height: 20px;
  background: #906197;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
}

.index .ind3 li .item .item1 .link span i {
  font-size: 12px;
}

.index .ind3 li .item .add {
  color: #9C9C9C;
  font-size: 13px;
}

.index .ind4 .ind-type {
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 20px;
  font-size: 24px;
}

.index .ind4 .ind-list .item {
  border-radius: 13px;
  height: 238px;
  background: linear-gradient(180deg, #FFF8F3 0%, #FFFFFE 100%);
}

.index .ind4 .ind-list .item .num {
  margin-bottom: 5px;
}

.index .ind4 .ind-list .item .num span {
  min-width: 78px;
  height: 29px;
  background: linear-gradient(90deg, #FF6C00 0%, #FF9B00 100%);
  border-radius: 50px 55px 55px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.index .ind4 .ind-list .item .list {
  padding: 10px 20px;
}

.index .ind4 .ind-list .item .list li {
  margin-bottom: 15px;
}

.index .ind4 .ind-list .item .list li:last-child {
  margin-bottom: 0;
}

.index .ind4 .ind-list .item .list li .xh {
  font-size: 16px;
  font-family: 'Arial';
  color: rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

.index .ind4 .ind-list .item .list li .tit {
  margin: 0 16px;
  flex: 1;
  font-size: 15px;
  overflow: hidden;
}

.index .ind4 .ind-list .item .list li .dz {
  flex-shrink: 0;
}

.index .ind4 .ind-list .item .list li .dz span {
  min-width: 48px;
  height: 22px;
  padding: 0 10px;
  background: #FFF1E8;
  border-radius: 11px;
  color: #FF7214;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .ind5 .ind5-left {
  flex: 1;
  overflow: hidden;
  /* 活动 */
  /* 视频 */
  /* 订阅 */
}

.index .ind5 .ind5-left .hd {
  margin-bottom: 16px;
}

.index .ind5 .ind5-left .hd li,
.index .ind5 .ind5-left .hd a {
  margin-right: 40px;
  font-size: 18px;
  display: block;
  color: #303133;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}

.index .ind5 .ind5-left .hd li::after,
.index .ind5 .ind5-left .hd a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #5F2467;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease .3s;
}

.index .ind5 .ind5-left .hd li:hover, .index .ind5 .ind5-left .hd li.on,
.index .ind5 .ind5-left .hd a:hover,
.index .ind5 .ind5-left .hd a.on {
  color: #5F2467;
}

.index .ind5 .ind5-left .hd li:hover::after, .index .ind5 .ind5-left .hd li.on::after,
.index .ind5 .ind5-left .hd a:hover::after,
.index .ind5 .ind5-left .hd a.on::after {
  width: 100%;
}

.index .ind5 .ind5-left .tab-cont .tags a {
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  display: inline-block;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
  margin-right: 5px;
}

.index .ind5 .ind5-left .tab-cont .attr {
  font-size: 12px;
}

.index .ind5 .ind5-left .tab-cont .attr .tags a {
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  display: inline-block;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
  margin-right: 5px;
}

.index .ind5 .ind5-left .tab-cont .attr .tags .cat {
  background: none;
  display: flex;
  align-items: center;
  color: #666;
}

.index .ind5 .ind5-left .tab-cont .attr .tags .cat img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
}

.index .ind5 .ind5-left .tab-cont .attr .tags button {
  color: #5F2467;
  background: none;
  margin-left: 10px;
  font-size: 12px;
}

.index .ind5 .ind5-left .tab-cont .attr .time {
  color: #999;
}

.index .ind5 .ind5-left .list1 {
  border-bottom: 1px solid #f0f0f0;
}

.index .ind5 .ind5-left .list1 .topListA a {
  color: #333;
  font-size: 18px;
}

.index .ind5 .ind5-left .list1 li {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.index .ind5 .ind5-left .list1 li span {
  color: #B0B0B0;
  display: block;
  text-align: right;
  width: 100px;
  font-size: 14px;
}

.index .ind5 .ind5-left .list1 li a {
  color: #666;
  display: block;
  width: 720px;
}

.index .ind5 .ind5-left .list1 li:hover a {
  color: #5F2467;
}

.index .ind5 .ind5-left .list2 li {
  border-bottom: 1px solid #dedede;
  padding: 16px 0;
}

.index .ind5 .ind5-left .list2 li .item-pic {
  width: 200px;
  flex-shrink: 0;
  margin-right: 15px;
}

.index .ind5 .ind5-left .list2 li .item-pic .fitImg {
  height: 132px;
}

.index .ind5 .ind5-left .list2 li .item-txt .title {
  font-size: 16px;
  font-weight: bold;
}

.index .ind5 .ind5-left .list2 li .item-txt .desc {
  color: #999;
  margin: 14px 0;
  line-height: 1.6;
  height: 3.2em;
}

.index .ind5 .ind5-left .list2 li:hover .txt > a h4 {
  color: var(--mba-primary-color);
}

.index .ind5 .ind5-left .list2 li .txt {
  display: flex;
  flex: 2;
  flex-direction: column;
  justify-content: space-between;
}

.index .ind5 .ind5-left .list3 li {
  border-bottom: 1px solid #dedede;
  padding: 16px 0;
}

.index .ind5 .ind5-left .list3 li .item-info {
  flex: 1;
  overflow: hidden;
}

.index .ind5 .ind5-left .list3 li .item-info .date-addr .date {
  color: #5F2467;
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
}

.index .ind5 .ind5-left .list3 li .item-info .date-addr .addr {
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}

.index .ind5 .ind5-left .list3 li .item-info .date-addr .addr i {
  color: #999;
  font-size: 14px;
  margin: 0 3px;
}

.index .ind5 .ind5-left .list3 li .item-info .title {
  font-size: 21px;
  display: block;
  font-weight: 600;
  margin: 16px 0;
}

.index .ind5 .ind5-left .list3 li .item-btn {
  margin-left: 45px;
}

.index .ind5 .ind5-left .list3 li .item-btn a {
  border: 1px solid #5F2467;
  border-radius: 4px;
  color: #5F2467;
  padding: 10px;
  width: 130px;
  height: 43px;
  transition: all ease .3s;
  font-size: 16px;
}

.index .ind5 .ind5-left .list3 li .item-btn a:hover {
  background: #5F2467;
  color: #fff;
}

.index .ind5 .ind5-left .list4 li .item-pic {
  position: relative;
}

.index .ind5 .ind5-left .list4 li .item-pic .fitImg2 {
  height: 222px;
}

.index .ind5 .ind5-left .list4 li .item-pic .play {
  bottom: 20px;
  height: 46px;
  right: 20px;
  width: 46px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
}

.index .ind5 .ind5-left .list4 li .item-pic .num {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
}

.index .ind5 .ind5-left .list4 li .item-pic .num i {
  font-size: 14px;
  margin-right: 5px;
}

.index .ind5 .ind5-left .list4 li .title {
  font-size: 22px;
  line-height: 28px;
  height: 56px;
  font-weight: 600;
  margin: 15px 0;
}

.index .ind5 .ind5-left .list4 li .attr {
  margin: 12px 0 0 0;
}

.index .ind5 .ind5-left .dingyue {
  text-align: center;
  padding-top: 45px;
}

.index .ind5 .ind5-left .dingyue .dy1 img {
  width: 90px;
}

.index .ind5 .ind5-left .dingyue .dy2 {
  margin: 20px 0;
  line-height: 1.8;
  color: #999;
  font-size: 16px;
}

.index .ind5 .ind5-left .dingyue .dy3 a {
  border: 1px solid #5F2467;
  border-radius: 5px;
  box-sizing: border-box;
  color: #5F2467;
  display: block;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  text-align: center;
  width: 176px;
  transition: all ease .3s;
}

.index .ind5 .ind5-left .dingyue .dy3 a:hover {
  background: #5F2467;
  color: #fff;
}

.index .ind5 .ind5-right {
  width: 320px;
  flex-shrink: 0;
  margin-left: 32px;
}

.index .ind5 .ind5-right li {
  margin-bottom: 20px;
}

.index .ind5 .ind5-right li .item {
  height: 180px;
  position: relative;
}

.index .ind5 .ind5-right li .item img {
  display: block;
  height: 180px;
}

.index .ind5 .ind5-right li .item .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 12px;
  font-size: 13px;
  line-height: 1.6;
}

.index .ind6 li .item {
  height: 137px;
  background: linear-gradient(8deg, #FFF4E6 0%, #FFF1E1 100%);
  border-radius: 7px;
  padding: 5px;
}

.index .ind6 li .item .item-type {
  padding: 11px 20px;
  margin-bottom: 7px;
}

.index .ind6 li .item .item-type .cat strong {
  margin-right: 7px;
}

.index .ind6 li .item .item-type .cat img {
  max-height: 18px;
}

.index .ind6 li .item .item-type .link {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.index .ind6 li .item .item-type .link i {
  font-size: 12px;
  margin-left: 6px;
}

.index .ind6 li .item .item-type .link:hover {
  color: #5F2467;
}

.index .ind6 li .item .item-cont {
  height: 80px;
  background: rgba(255, 253, 251, 0.6);
  border-radius: 7px;
  border: 1px solid #fff;
  padding: 3px 14px;
  font-size: 13px;
}

.index .ind6 li .item .item-cont .dd {
  margin: 10px 0;
  position: relative;
  padding-left: 12px;
}

.index .ind6 li .item .item-cont .dd::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #FF7214;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index .ind6 li .item .item-cont .dd a {
  color: rgba(0, 0, 0, 0.88);
}

.index .ind6 li .item .item-cont .dd:hover a {
  color: #5F2467;
}

.index .ind7 .item {
  height: 219px;
  background: #fff;
  border: 1px solid #ECECEC;
}

.index .ind7 .item .item-type {
  height: 48px;
  background: #FEF8F4;
  padding: 0 23px;
  font-size: 18px;
}

.index .ind7 .item .item-type img {
  width: 24px;
  margin-right: 8px;
}

.index .ind7 .item .item-cont {
  padding: 25px 15px;
}

.index .ind7 .item .item-cont .dd {
  font-size: 15px;
  padding: 0 35px 0 40px;
  border-right: 1px solid #EFEFEF;
}

.index .ind7 .item .item-cont .dd .tit {
  color: #5F2467;
}

.index .ind7 .item .item-cont .dd .sub li {
  margin-top: 26px;
  white-space: nowrap;
}

.index .ind7 .item .item-cont .dd.v2 {
  padding-right: 0;
  flex: 1;
  overflow: hidden;
}

.index .ind7 .item .item-cont .dd.v2 li {
  width: 50%;
  float: left;
}

.index .ind7 .item .item-cont .dd.v3 {
  padding-right: 0;
  flex: 1;
  overflow: hidden;
}

.index .ind7 .item .item-cont .dd.v3 li {
  width: 33.33%;
  float: left;
}

.index .ind7 .item .item-cont .dd:last-child {
  border-right: 0;
}

.index .ind8 .item .fitImg {
  padding-top: 56.18%;
}

.index .ind8 .item .tit {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

.index .ind8 .item:hover .tit {
  color: #5F2467;
}

.index .ind10 {
  font-size: 16px;
}

.index .ind10 .tit {
  color: rgba(0, 0, 0, 0.64);
}

.index .ind10 .list a {
  min-width: 89px;
  height: 35px;
  padding: 0 10px;
  background: #F7F7F7;
  border-radius: 9px;
  color: rgba(0, 0, 0, 0.88);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .ind10 .list a:hover {
  background: #F9F6FA;
  color: #5F2467;
}

.index .ind11 {
  margin-bottom: 53px;
}

.index .ind11 .ind-type {
  font-size: 20px;
  margin-bottom: 14px;
  color: rgba(0, 0, 0, 0.88);
}

.index .ind11 .col1 {
  width: 546px;
  flex-shrink: 0;
}

.index .ind11 .col1 .charts {
  height: 306px;
}

.index .ind11 .col2 {
  width: 552px;
  font-size: 16px;
}

.index .ind11 .col2 .hd ul {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 9px;
}

.index .ind11 .col2 .hd ul li {
  width: 50%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #5F2467;
  cursor: pointer;
}

.index .ind11 .col2 .hd ul li.on {
  color: #FF7214;
}

.index .ind11 .col2 .bd table {
  width: 100%;
  border-collapse: collapse;
}

.index .ind11 .col2 .bd table thead {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
  font-weight: normal;
  text-align: left;
}

.index .ind11 .col2 .bd table th,
.index .ind11 .col2 .bd table td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.index .ind11 .col2 .bd table tbody td:nth-child(1) {
  color: rgba(0, 0, 0, 0.88);
}

.index .ind11 .col2 .bd table tbody td:nth-child(2), .index .ind11 .col2 .bd table tbody td:nth-child(3) {
  color: #FF7214;
}

.index .ind11 .col2 .bd table tbody td:nth-child(n+4) {
  color: #5F2467;
}

.main {
  padding: 35px 0 50px;
}

.news-list2 {
  border: 1px solid #ECECEC;
}

.news-list2 .item-type {
  background: #F5F6FF;
  padding: 12px 20px;
  font-size: 18px;
}

.news-list2 .item-type img {
  width: 24px;
  margin-right: 8px;
}

.news-list2 .list {
  overflow: hidden;
  padding: 16px 24px 0 24px;
}

.news-list2 .list li {
  max-width: 312px;
  float: left;
  margin-right: 100px;
  margin-bottom: 16px;
  position: relative;
  font-size: 15px;
  padding-left: 23px;
}

.news-list2 .list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #FF7214;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-list2 .list li .xz {
  flex-shrink: 0;
  margin-left: 23px;
}

.news-list2 .list li .xz i {
  color: #723E7A;
  font-size: 20px;
}

.news-list2 .list li:nth-child(3n) {
  margin-right: 0;
}

.g-type {
  font-size: 20px;
  font-weight: bold;
  color: #5F2467;
  padding-bottom: 8px;
  border-bottom: 2px solid #5F2467;
  margin-bottom: 16px;
}

.g-type .more {
  color: #999;
  font-weight: normal;
  font-size: 14px;
}

.g-type .more:hover {
  color: #5F2467;
}

.g-type2 {
  padding-bottom: 8px;
  border-bottom: 2px solid #5F2467;
  margin-bottom: 16px;
}

.g-type2 .tabs {
  font-size: 20px;
}

.g-type2 .tabs li {
  margin-right: 40px;
  color: #303133;
  cursor: pointer;
}

.g-type2 .tabs li.on {
  font-weight: bold;
  color: #5F2467;
}

.g-type2 .more {
  color: #999;
}

.g-type2 .more:hover {
  color: #5F2467;
}

/* 院校详情 */
.news-list1 li .item {
  padding: 15px 0;
  border-bottom: 1px dashed #D7D7D7;
}

.news-list1 li .item .tit {
  font-size: 16px;
  color: #333;
  max-width: 75%;
  flex: none;
  overflow: hidden;
}

.news-list1 li .item .time {
  color: #8F8E8E;
  flex-shrink: 0;
  margin-left: 40px;
}

.news-list1 li .item:hover .tit {
  color: #5F2467;
}

.college-detail .det1 .logo img {
  width: 275px;
  height: 75px;
  object-fit: contain;
}

.college-detail .det1 .txt {
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
}

.college-detail .det2 {
  margin: 21px 0 38px;
}

.college-detail .det2 .title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 13px;
}

.college-detail .det2 .cont .info {
  line-height: 1.8;
  font-size: 16px;
  color: #666;
}

.college-detail .det2 .cont .info p {
  margin-bottom: 2px;
}

.college-detail .det2 .cont .info a {
  color: #5F2467;
}

.college-detail .det2 .cont .pic {
  width: 310px;
  flex-shrink: 0;
  margin-left: 50px;
}

.college-detail .det2 .cont .pic img{
  width: 100%;
  height: 174px;
  object-fit: contain;
}

.college-detail .enrollment-form {
  padding: 20px 0;
}

.college-detail .enrollment-form table {
  width: 100%;
  border: 1px solid #ddd;
}

.college-detail .enrollment-form table tr,
.college-detail .enrollment-form table td {
  border: 1px solid #ddd;
}

.college-detail .enrollment-form table td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #666;
}

.college-detail .enrollment-form table td p {
  margin: 0 !important;
  padding: 0 !important;
}

.college-detail .enrollment-form table td > .recruitStus {
  width: 100%;
  height: 50px;
}

.college-detail .enrollment-form table td > .recruitStus > td {
  width: 374px;
}

.college-detail .enrollment-form table td > .recruitStus > td:first-child {
  color: #5F2467;
  font-weight: 700;
}

.college-detail .enrollment-form table td.nostyle {
  vertical-align: baseline;
}

.college-detail .enrollment-form table td.title {
  width: 120px;
  height: 68px;
  font-weight: 400;
  background-color: #f8f8f8;
}

.college-detail .enrollment-form table td:nth-child(odd) {
  background-color: #f8f8f8;
}

.college-detail .enrollment-form table .txtLeft {
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
}

.college-detail .enrollment-form table .flexCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.college-detail .enrollment-form table .flexAround {
  height: 50px;
  background-color: #f8f8f8;
}

.college-detail .det5 .dd {
  margin-bottom: 10px;
}

.college-detail .det5 .dd .dt {
  font-size: 18px;
  background-color: #f6f8fa;
  border-radius: 6px;
  padding: 16px 26px;
  cursor: pointer;
}

.college-detail .det5 .dd .dt .fold i {
  font-size: 14px;
  font-weight: normal;
}

.college-detail .det5 .dd .dt li {
  color: #333;
  margin-right: 30px;
}

.college-detail .det5 .dd .dt li.on {
  color: #5F2467;
  font-weight: 700;
}

.college-detail .det5 .dd .cont {
  padding: 20px 25px;
  line-height: 1.5;
  display: none;
}

.college-detail .det5 .dd .cont h5.color-set {
  color: #5F2467;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.college-detail .det5 .dd.open .dt .fold {
  transform: rotate(90deg);
}

.college-detail .det6 {
  overflow: hidden;
}

.college-detail .det6 .list li {
  width: 226px;
  background: #F8F8F8;
  float: left;
  margin: 0 16px 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.college-detail .det6 .list li a {
  padding: 0 10px;
  height: 55px;
  line-height: 55px;
  display: block;
}

.college-detail .det6 .list li:nth-child(5n) {
  margin-right: 0;
}

.beikao .col1 .type-tit {
  font-size: 20px;
  color: #5F2467;
  font-weight: bold;
  margin-bottom: 17px;
}

.beikao .col1 .list {
  font-size: 16px;
  line-height: 37px;
}

.beikao .col1 .list li {
  color: #333;
}

.beikao .col1 .list li a {
  color: #5F2467;
}

.beikao .col2 {
  width: 477px;
  margin-left: 45px;
  flex-shrink: 0;
}

.beikao .col2 .box1 li {
  margin-bottom: 17px;
}

.beikao .col2 .box1 li .item {
  padding: 21px 33px;
  font-size: 16px;
  line-height: 28px;
}

.beikao .col2 .box1 li .item .jt {
  margin-left: 35px;
}

.beikao .col2 .box1 li .item .jt i {
  font-size: 20px;
}

.beikao .col2 .box1 li:nth-child(1) .item {
  background: #FCECEA;
  color: #CC331F;
}

.beikao .col2 .box1 li:nth-child(2) .item {
  background: #DCF6F6;
  color: #21B3BA;
}

.beikao .col2 .box1 li:hover .item {
  transition: all ease .3s;
}

.beikao .col2 .box2 {
  padding: 18px 33px;
  height: 178px;
  background: #F4EEF4;
}

.beikao .col2 .box2 .qrcode {
  width: 118px;
}

.beikao .col2 .box2 .info {
  width: 180px;
  color: #723E7A;
}

.beikao .col2 .box2 .info .tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 7px;
}

.beikao .col2 .box2 .info ul {
  padding-left: 20px;
}

.beikao .col2 .box2 .info ul li {
  list-style-type: disc;
  margin-bottom: 2px;
}

.beikao-card {
  padding: 21px;
  font-size: 16px;
  line-height: 28px;
}

.beikao-card .jt {
  margin-left: 35px;
}

.beikao-card .jt i {
  font-size: 20px;
}

.beikao-card.bk1 {
  background: #FCECEA;
  color: #CC331F;
}

.beikao-card.bk2 {
  background: #DCF6F6;
  color: #21B3BA;
}

.beikao-card.bk2:hover {
  transition: all ease .3s;
}

.side-saoma {
  padding: 18px 33px;
  height: 178px;
  background: #F4EEF4;
}

.side-saoma .qrcode {
  width: 118px;
}

.side-saoma .info {
  margin-left: 23px;
  width: 180px;
  color: #723E7A;
}

.side-saoma .info .tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 7px;
}

.side-saoma .info ul {
  padding-left: 20px;
}

.side-saoma .info ul li {
  list-style-type: disc;
  margin-bottom: 2px;
}

/* 资讯 */
.g-type1 {
  padding-bottom: 9px;
  border-bottom: 2px solid #5F2467;
  margin-bottom: 16px;
}

.g-type1 .cat {
  font-size: 20px;
  font-weight: bold;
  color: #5F2467;
}

.g-type3 {
  margin-bottom: 22px;
}

.g-type3 .tabs li {
  margin-right: 28px;
  color: #303133;
  position: relative;
  font-size: 18px;
  padding-bottom: 5px;
}

.g-type3 .tabs li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #5F2467;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 40px;
  transition: all ease .3s;
}

.g-type3 .tabs li.on {
  color: #5F2467;
}

.g-type3 .tabs li.on::after {
  width: 100%;
}

.ms-type {
  padding-left: 17px;
  position: relative;
  margin-bottom: 30px;
  border-left: 5px solid #5F2467;
  height: 24px;
}

.ms-type .cat {
  float: left;
  font-size: 20px;
  color: #5F2467;
}

.ms-type .link {
  color: #5F2467;
}

.mba-tabs .hd li {
  cursor: pointer;
}

.mba-tabs .tablist .tab-cont {
  display: none;
}

.mba-tabs .tablist .tab-cont:nth-child(1) {
  display: block;
}

/* 资讯列表 */
.news .g-box1 {
  margin-top: 15px;
}

.news .g-box1 .col1 {
  width: 320px;
}

.news .g-box1 .col1 .zx1 {
  margin-bottom: 17px;
}

.news .g-box1 .col1 .zx1 .fitImg2 {
  height: 180px;
  position: relative;
}

.news .g-box1 .col1 .zx1 .fitImg2 .tit {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 13px;
}

.news .g-box1 .col1 .zx2 li {
  width: 156px;
}

.news .g-box1 .col1 .zx2 li .fitImg2 {
  height: 107px;
}

.news .g-box1 .col1 .zx2 li .tit {
  margin: 10px 0;
}

.news .g-box1 .col1 .zx3 {
  margin: 20px 0 0 0;
  color: #1B1B1B;
}

.news .g-box1 .col1 .zx3 .video {
  position: relative;
}

.news .g-box1 .col1 .zx3 .video .fitImg2 {
  height: 180px;
}

.news .g-box1 .col1 .zx3 .video .tit {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 13px;
}

.news .g-box1 .col1 .zx3 .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.news .g-box1 .col1 .zx3 .video .play i {
  font-size: 20px;
  color: #fff;
}

.news .g-box1 .col1 .zx3 .item-tit {
  font-size: 20px;
  margin: 14px 0 12px;
}

.news .g-box1 .col1 .zx3 .item-desc {
  margin-bottom: 10px;
  line-height: 26px;
}

.news .g-box1 .col1 .zx3 .item-attr {
  border-top: 1px dashed #D7D7D7;
  border-bottom: 1px dashed #D7D7D7;
  padding: 8px 0;
  margin-bottom: 10px;
}

.news .g-box1 .col1 .zx3 .item-attr p {
  margin: 2px 0;
}

.news .g-box1 .col1 .zx3 .item-attr p span {
  color: #723E7A;
}

.news .g-box1 .col1 .zx3 .item-zx {
  margin-top: 20px;
}

.news .g-box1 .col1 .zx3 .item-zx a {
  height: 53px;
  background: #F5F6FF;
  box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, 0.25);
  color: #723E7A;
  font-size: 16px;
  transition: all ease .3s;
}

.news .g-box1 .col1 .zx3 .item-zx a span {
  width: 17px;
  height: 17px;
  background: #906197;
  border-radius: 0px 0px 0px 0px;
  border-radius: 50%;
  font-size: 16px;
  margin-left: 5px;
  transition: all ease .3s;
}

.news .g-box1 .col1 .zx3 .item-zx a span i {
  font-size: 10px;
  color: #fff;
  transform: scale(0.8);
}

.news .g-box1 .col1 .zx3 .item-zx a:hover {
  background: #5F2467;
  color: #fff;
}

.news .g-box1 .col1 .zx3 .item-zx a:hover span {
  background: #fff;
}

.news .g-box1 .col1 .zx3 .item-zx a:hover span i {
  color: #5F2467;
}

.news .g-box1 .col2 {
  margin: 0 26px;
}

.news .g-box1 .col2 .box1 {
  height: 653px;
}

.news .g-box1 .col2 .list1 {
  margin-bottom: 37px;
}

.news .g-box1 .col2 .list1 li {
  border-bottom: 1px dashed #D7D7D7;
  font-size: 16px;
}

.news .g-box1 .col2 .list1 li a {
  padding: 16px 0;
  display: block;
  color: #666;
}

.news .g-box1 .col2 .list1 li:hover a {
  color: #5F2467;
}

.news .g-box1 .col2 .list1 li:first-child a {
  padding-top: 0;
}

.news .g-box1 .col2 .list2 {
  margin-bottom: 0;
}

.news .g-box1 .col2 .list2 li:last-child {
  border-bottom: 0;
}

.news .g-box1 .col2 .list2 li a {
  color: #333;
}

.news .g-box1 .col2 .list2 li:hover a {
  color: #5F2467;
}

.news .g-box1 .col2 .rmyx {
  margin-top: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
}

.news .g-box1 .col2 .rmyx .list li .item .icon {
  width: 45px;
  flex-shrink: 0;
  margin-right: 6px;
}

.news .g-box1 .col2 .rmyx .list li .item .icon img {
  width: 100%;
}

.news .g-box1 .col2 .rmyx .list li .item .info {
  color: #333;
  width: 85px;
}

.news .g-box1 .col2 .rmyx .list li .item .info span {
  color: #FF0000;
}

.news .g-box1 .col2 .rmjz {
  margin-top: 8px;
}

.news .g-box1 .col2 .rmjz .g-type3 {
  margin-bottom: 6px;
}

.news .g-box1 .col2 .rmjz .g-type3 li {
  margin-right: 5px;
}

.news .g-box1 .col2 .rmjz .g-type3 .num {
  font-size: 18px;
}

.news .g-box1 .col2 .rmjz .g-type3 .num span {
  color: #5F2467;
}

.news .g-box1 .col2 .rmjz .g-type3 .link {
  color: #999;
}

.news .g-box1 .col2 .rmjz .g-type3 .link:hover {
  color: #5F2467;
}

.news .g-box1 .col2 .rmjz .list li .item {
  padding: 9px 0;
  border-bottom: 1px dashed #D7D7D7;
}

.news .g-box1 .col2 .rmjz .list li .item .item-tit {
  font-size: 15px;
  color: #333;
}

.news .g-box1 .col2 .rmjz .list li .item .item-attr {
  color: #777;
  margin-top: 5px;
  font-size: 13px;
}

.news .g-box1 .col2 .rmjz .list li .item .item-attr span {
  margin-right: 8px;
}

.news .g-box1 .col2 .rmjz .list li:hover .item-tit {
  color: #5F2467;
}

.news .g-box1 .col3 {
  width: 340px;
}

.news .g-box1 .col3 .rdzx .g-type {
  margin-top: -6px;
}

.news .g-box1 .col3 .rdzx .g-type .tabs2 li {
  cursor: pointer;
  margin-left: 10px;
  width: 89px;
  height: 35px;
  background: #F7F7F7;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.88);
  font-weight: normal;
}

.news .g-box1 .col3 .rdzx .g-type .tabs2 li.on {
  background: #906197;
  color: #fff;
}

.news .g-box1 .col3 .rdzx .tablist {
  overflow: hidden;
  height: 583px;
}

.news .g-box1 .col3 .rdzx .tablist li {
  margin-bottom: 11px;
}

.news .g-box1 .col3 .rdzx .tablist li .item .item-pic {
  width: 116px;
  flex-shrink: 0;
  position: relative;
  margin-right: 16px;
}

.news .g-box1 .col3 .rdzx .tablist li .item .item-pic .fitImg2 {
  height: 88px;
}

.news .g-box1 .col3 .rdzx .tablist li .item .item-pic .num {
  width: 25px;
  height: 25px;
  background: #E40B0B;
  border-radius: 0px 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.news .g-box1 .col3 .rdzx .tablist li .item .item-info {
  font-size: 15px;
  margin-top: 5px;
  line-height: 22px;
}

.news .g-box1 .col3 .rdzx .tablist li:nth-child(2) .num {
  background: #F09000 !important;
}

.news .g-box1 .col3 .rdzx .tablist li:nth-child(3) .num {
  background: #906197 !important;
}

.news .g-box1 .col3 .zxdt {
  margin-top: 27px;
}

.news .g-box1 .col3 .zxdt .tabs {
  width: 100%;
}

.news .g-box1 .col3 .zxdt .tabs li {
  margin-right: 0;
  cursor: pointer;
}

.news .g-box1 .col3 .zxdt .tablist .list {
  height: 286px;
}

.news .g-box1 .col3 .zxdt .tablist .list li {
  margin-bottom: 11px;
  font-size: 15px;
}

.news .g-box1 .col3 .zxdt .tablist .list li a {
  display: block;
}

.news .g-box1 .col3 .zxdt .tablist .list li .item .hot {
  width: 47px;
  height: 29px;
  flex-shrink: 0;
  font-size: 14px;
  background: linear-gradient(90deg, #FF6C00 0%, #FF9B00 100%);
  border-radius: 33px 55px 55px 0px;
  color: #fff;
  margin-right: 9px;
}

.news .g-box1 .col3 .zxdt .tablist .list li .item .tit {
  color: #333;
}

.news .g-box1 .col3 .zxdt .tablist .list li.hot {
  font-size: 16px;
}

.news .g-box1 .col3 .zxdt .tablist .list li:hover .item .tit {
  color: #5F2467;
}

.news .g-box2 .list {
  padding-top: 10px;
}

.news .g-box2 .list li .item .item-pic {
  position: relative;
}

.news .g-box2 .list li .item .item-pic .fitImg2 {
  height: 128px;
}

.news .g-box2 .list li .item .item-pic .play {
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news .g-box2 .list li .item .item-pic .play i {
  color: #fff;
}

.news .g-box2 .list li .item .item-tit {
  color: #333;
  margin: 15px 0 7px;
}

.news .g-box2 .list li .item .item-time {
  font-size: 13px;
  color: #7A7A7A;
}

.news .g-box2 .list li .item:hover .item-tit {
  color: #5F2467;
}

.news .gbox3 {
  margin-bottom: 47px;
}

.news .gbox3 .card {
  margin-bottom: 8px;
  height: 247px;
  border-radius: 7px;
  border: 1px solid #ECECEC;
}

.news .gbox3 .card .item-type {
  background: #F5F6FF;
  padding: 14px 20px;
  font-size: 15px;
}

.news .gbox3 .card .list {
  overflow: hidden;
  padding: 18px 20px;
}

.news .gbox3 .card .list li {
  margin-bottom: 16px;
  position: relative;
  font-size: 13px;
  padding-left: 11px;
}

.news .gbox3 .card .list li .tit {
  color: rgba(0, 0, 0, 0.88);
}

.news .gbox3 .card .list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #FF7214;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news .gbox3 .card .list li:hover .tit {
  color: #5F2467;
}

.news .gbox3 .card.card1 .item-type {
  background: #FEF8F4;
}

.hot-news .side5-tit {
  margin-bottom: 6px;
}

.hot-news .side5-tit .tit {
  font-size: 20px;
}

.hot-news .side5-tit .tit img {
  width: 21px;
  margin-right: 10px;
}

.hot-news .side5-tit .switch {
  font-size: 13px;
  color: #868686;
  cursor: pointer;
}

.hot-news .side5-tit .switch img {
  width: 18px;
  margin-left: 6px;
}

.hot-news .side5-tit .switch:hover {
  color: #5F2467;
}

.hot-news .list {
  margin-top: 20px;
}

.hot-news .list li {
  margin-bottom: 17px;
}

.hot-news .list li .item .xh {
  width: 14px;
  margin-right: 2px;
  flex-shrink: 0;
  color: #C9CAC4;
  font-weight: bold;
}

.hot-news .list li .item .xh img {
  width: 14px;
  margin-left: -3px;
}

.hot-news .list li .item .tit {
  max-width: 275px;
  margin: 0 5px;
}

.hot-news .list li .item .tag {
  padding: 0 5px;
  height: 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}

.hot-news .list li .item .tag.s1 {
  background: #B484BB;
}

.hot-news .list li .item .tag.s2 {
  background: #42BD84;
}

.hot-news .list li .item .tag.s3 {
  background: #FF6050;
}

.hot-news .list li:nth-child(2) .item .xh {
  color: #E7384E;
}

.hot-news .list li:nth-child(3) .item .xh {
  color: #FF6150;
}

.hot-news .list li:nth-child(4) .item .xh {
  color: #FF8200;
}

/* 资讯详情 */
.news-detail .news-tit {
  font-weight: bold;
  font-size: 32px;
}

.news-detail .news-source {
  padding: 16px 0 26px;
  color: #707070;
  font-size: 16px;
  border-bottom: 1px solid #EAEAEA;
}

.news-detail .news-source span {
  margin-right: 25px;
}

.news-detail .news-box1 {
  padding: 36px 0;
}

.news-detail .news-box1 .share {
  width: 43px;
}

.news-detail .news-box1 .share ul {
  position: sticky;
  top: 100px;
  text-align: center;
}

.news-detail .news-box1 .share ul li {
  margin-bottom: 22px;
  cursor: pointer;
  position: relative;
  width: 43px;
}

.news-detail .news-box1 .share ul li a {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #F7F8FC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease .3s;
}

.news-detail .news-box1 .share ul li a i {
  color: #723E7A;
  font-size: 22px;
}

.news-detail .news-box1 .share ul li p {
  margin-top: 5px;
}

.news-detail .news-box1 .share ul li:hover a {
  background: #5F2467;
  color: #fff;
}

.news-detail .news-box1 .share ul li:hover a i {
  color: #fff;
}

.news-detail .news-box1 .share ul li:hover .qrcode {
  display: block;
}

.news-detail .news-box1 .share ul li .qrcode {
  width: 150px;
  display: none;
  background: #fff;
  padding: 10px;
  padding: 10px;
  position: absolute;
  left: 43px;
  top: -45px;
  background: #fff;
  border: 1px solid #e6ebf5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  color: #606266;
}

.news-detail .news-box1 .share ul li .qrcode img {
  width: 130px;
  height: 130px;
}

.news-detail .news-box1 .mid-cont {
  margin: 0 90px 0 82px;
}

.news-detail .news-box1 .mid-cont .content {
  font-size: 16px;
  line-height: 1.8;
  color: #646464;
}

.news-detail .news-box1 .mid-cont .xgtj {
  margin: 40px 0 48px;
}

.news-detail .news-box1 .mid-cont .xgtj .xg-tit {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}

.news-detail .news-box1 .mid-cont .xgtj .list li {
  margin: 12px 0;
}

.news-detail .news-box1 .mid-cont .xgtj .list li a {
  color: #723E7A;
}

.news-detail .news-box1 .mid-cont .xgtj .list li .tit {
  padding-left: 31px;
  background: url("../img/icon_link.png") no-repeat left center;
  background-size: 18px;
}

.news-detail .news-box1 .mid-cont .xgtj .tags {
  margin: 25px 0 18px 0;
}

.news-detail .news-box1 .mid-cont .xgtj .tags a {
  padding: 8px 20px;
  height: 41px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  justify-content: center;
  background: #F7F8FC;
  border-radius: 10px;
}

.news-detail .news-box1 .mid-cont .xgtj .tips {
  font-size: 13px;
  color: #9F9F9F;
}

.news-detail .news-box1 .mid-cont .xgtj .gonext {
  width: 100%;
  margin: 15px 0;
}

.news-detail .news-box1 .mid-cont .xgtj .gonext a {
  background: #F7F8FC;
  border-radius: 10px;
  display: block;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  color: #414141;
}

.news-detail .news-box1 .mid-cont .xgtj .gonext a:hover {
  color: #5F2467;
}

.news-detail .news-box1 .mid-cont .xg-news .xg-tit {
  color: #404040;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
  color: #404040;
}

.news-detail .news-box1 .mid-cont .xg-news .list li .item {
  padding: 18px 0;
  border-bottom: 1px solid #EFEFEF;
}

.news-detail .news-box1 .mid-cont .xg-news .list li .item .item-info .tit {
  color: #474747;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

.news-detail .news-box1 .mid-cont .xg-news .list li .item .item-info .desc {
  font-weight: 300;
  font-size: 13px;
  color: #1F1F1F;
  line-height: 26px;
  margin: 10px 0;
}

.news-detail .news-box1 .mid-cont .xg-news .list li .item .item-info .attr {
  font-size: 13px;
  color: #1F1F1F;
}

.news-detail .news-box1 .mid-cont .xg-news .list li .item .item-info .attr span {
  margin-right: 15px;
}

.news-detail .news-box1 .mid-cont .xg-news .list li .item .item-pic {
  width: 179px;
  flex-shrink: 0;
  border-radius: 15px;
  margin-left: 21px;
}

.news-detail .news-box1 .mid-cont .xg-news .list li .item .item-pic .fitImg2 {
  border-radius: 15px;
  height: 111px;
}

.news-detail .news-box1 .mid-cont .xg-news .list li .item:hover .item-info .tit {
  color: #5F2467;
}

.news-detail .news-box1 .right-cont {
  width: 322px;
  flex-shrink: 0;
}

.news-detail .news-box1 .right-cont .side1 {
  margin-bottom: 23px;
}

.news-detail .news-box1 .right-cont .side1 .item-pic .fitImg2 {
  height: 181px;
}

.news-detail .news-box1 .right-cont .side1 .item-tit {
  margin: 24px 0 8px;
  color: #333;
}

.news-detail .news-box1 .right-cont .side1 .item-time {
  color: #7A7A7A;
  font-size: 13px;
}

.news-detail .news-box1 .right-cont .side1:hover .item-tit {
  color: #5F2467;
}

.news-detail .news-box1 .right-cont .side2 .side2-tabs {
  margin-bottom: 8px;
}

.news-detail .news-box1 .right-cont .side2 .side2-tabs .tit {
  font-size: 20px;
  margin-right: 18px;
}

.news-detail .news-box1 .right-cont .side2 .side2-tabs ul {
  width: 109px;
  height: 39px;
  background: #F7F8FC;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}

.news-detail .news-box1 .right-cont .side2 .side2-tabs ul li {
  width: 54px;
  height: 29px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717171;
  cursor: pointer;
}

.news-detail .news-box1 .right-cont .side2 .side2-tabs ul li.on {
  background: #fff;
  color: #000;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li .item {
  padding: 11px 0;
  color: #454545;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li .item .xh {
  width: 30px;
  flex-shrink: 0;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li .item .tit {
  margin: 0 20px 0 0;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li .item .num {
  font-size: 13px;
  flex-shrink: 0;
  margin-left: 20px;
  color: #A6A6A6;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li .item .num i {
  margin-left: 6px;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li .item .num i.icon-up2 {
  color: #EC3B3B;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li .item .num i.icon-down2 {
  color: #1072E9;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li:nth-child(1) .item .xh {
  color: #FF351B;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li:nth-child(2) .item .xh {
  color: #F98B16;
}

.news-detail .news-box1 .right-cont .side2 .tab-cont li:nth-child(3) .item .xh {
  color: #FF8A1B;
}

.news-detail .news-box1 .right-cont .bk1,
.news-detail .news-box1 .right-cont .bk2 {
  margin: 32px 0;
}

.news-detail .news-box1 .right-cont .side3 .side3-tit {
  padding: 8px 21px;
  background: #F6F8FA;
  border-radius: 8px;
  font-size: 20px;
}

.news-detail .news-box1 .right-cont .side3 .list li .item {
  padding: 20px 0;
  border-bottom: 1px solid #EFEFEF;
  font-size: 13px;
}

.news-detail .news-box1 .right-cont .side3 .list li .item .wen {
  width: 25px;
  height: 24px;
  flex-shrink: 0;
  background: #B48EBA;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}

.news-detail .news-box1 .right-cont .side3 .list li .item .item-info {
  font-size: 13px;
}

.news-detail .news-box1 .right-cont .side3 .list li .item .item-info .title {
  height: 24px;
  font-size: 15px;
}

.news-detail .news-box1 .right-cont .side3 .list li .item .item-info .desc {
  margin: 7px 0;
  line-height: 24px;
}

.news-detail .news-box1 .right-cont .side3 .list li .item .item-info .attr {
  color: #727272;
}

.news-detail .news-box1 .right-cont .side3 .list li .item .item-info .attr span {
  margin-right: 25px;
}

.news-detail .news-box1 .right-cont .side3 .list li .item .item-info .attr span:last-child {
  margin-right: 0;
}

.news-detail .news-box1 .right-cont .side4 {
  overflow: hidden;
  margin-bottom: 20px;
}

.news-detail .news-box1 .right-cont .side4 .hd {
  margin-bottom: 21px;
}

.news-detail .news-box1 .right-cont .side4 .hd li {
  height: 39px;
  border-radius: 10px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0 13px;
}

.news-detail .news-box1 .right-cont .side4 .hd li.on {
  border-color: #FF4F4F;
  color: #FF4F4F;
}

.news-detail .news-box1 .right-cont .side4 .tablist .tab-cont ul li {
  float: left;
  width: 152px;
  margin-bottom: 13px;
}

.news-detail .news-box1 .right-cont .side4 .tablist .tab-cont ul li:nth-child(2n) {
  float: right;
}

.news-detail .news-box1 .right-cont .side4 .tablist .tab-cont ul li a {
  height: 41px;
  color: #5B5B5B;
  padding: 0 10px;
  background: #F7F8FC;
  border-radius: 10px;
  display: block;
  line-height: 41px;
  text-align: center;
}

.news-detail .news-box1 .right-cont .side4 .tablist .tab-cont ul li:hover a {
  color: #5F2467;
}

.news-detail .news-box1 .right-cont .side-saoma {
  margin: 45px 0 40px 0;
}

.news-detail .news-box1 .right-cont .side6 .type {
  font-size: 20px;
  margin-bottom: 15px;
}

.news-detail .news-box1 .right-cont .side6 .list li .item {
  position: relative;
}

.news-detail .news-box1 .right-cont .side6 .list li .item .fitImg2 {
  height: 181px;
}

.news-detail .news-box1 .right-cont .side6 .list li .item .num {
  position: absolute;
  right: 22px;
  bottom: 14px;
  padding: 0 11px;
  color: #fff;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
}

.news-detail .news-box1 .right-cont .side6 .list li .item .num i {
  font-size: 14px;
  margin-right: 3px;
}

.news-detail .news-box2 {
  margin-bottom: 37px;
  align-items: stretch;
}

.news-detail .news-box2 .card {
  width: 381px;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  padding: 20px 25px;
  margin-right: 30px;
}

.news-detail .news-box2 .card .card-type {
  margin-bottom: 25px;
}

.news-detail .news-box2 .card .card-type .tit {
  font-size: 18px;
  font-weight: bold;
  margin-right: 14px;
}

.news-detail .news-box2 .card .card-type span {
  color: #5B5B5B;
  font-size: 13px;
  font-weight: 300;
}

.news-detail .news-box2 .card.col1 .list li {
  margin-bottom: 18px;
  position: relative;
  font-size: 15px;
  padding-left: 23px;
}

.news-detail .news-box2 .card.col1 .list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #FF7214;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-detail .news-box2 .card.col2 .list li {
  margin-bottom: 21px;
}

.news-detail .news-box2 .card.col2 .list li:last-child {
  margin-bottom: 0;
}

.news-detail .news-box2 .card.col2 .list li .item .item-pic {
  width: 60px;
  margin-right: 18px;
}

.news-detail .news-box2 .card.col2 .list li .item .item-pic .fitImg2 {
  width: 60px;
  height: 60px;
}

.news-detail .news-box2 .card.col2 .list li .item .item-info .tit {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.news-detail .news-box2 .card.col2 .list li .item .item-info .price {
  font-size: 13px;
  color: #808080;
  margin-top: 8px;
  font-weight: 300;
}

.news-detail .news-box2 .card.col2 .list li:hover .item-info .tit {
  color: #5F2467;
}

.news-detail .news-box2 .card.col3 .list li .item .item-info .price span {
  color: #FF0000;
}

.news-detail .news-box2 .card:last-child {
  margin-right: 0;
}

.swp-jt .jt {
  width: 21px;
  height: 44px;
  background: #2E2E33;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  cursor: pointer;
}

.swp-jt .jt.prev {
  left: 0;
}

.swp-jt .jt.next {
  right: 0;
}

.swp-jt .jt:hover {
  background: #5F2467;
}

.swp-jt .jt.swiper-button-disabled {
  background: rgba(46, 46, 51, 0.2);
  cursor: not-allowed;
}

/* 课程列表 */
.course .course1 {
  margin-bottom: 50px;
}

.course .course1 .col1 .slides {
  position: relative;
}

.course .course1 .col1 .slides .item {
  position: relative;
}

.course .course1 .col1 .slides .item .fitImg2 {
  height: 424px;
}

.course .course1 .col1 .slides .item .play {
  position: absolute;
  left: 42px;
  bottom: 51px;
  z-index: 1;
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
}

.course .course1 .col1 .slides .item .play i {
  color: #333;
  font-size: 28px;
}

.course .course1 .col2 {
  width: 385px;
  flex-shrink: 0;
  margin-left: 25px;
  height: 424px;
  overflow: hidden;
}

.course .course1 .col2 .row1 .icon {
  margin-right: 5px;
  flex-shrink: 0;
}

.course .course1 .col2 .row1 .icon img {
  width: 40px;
}

.course .course1 .col2 .list {
  padding-right: 10px;
  height: 326px;
  overflow-y: auto;
}

.course .course1 .col2 .list::-webkit-scrollbar {
  width: 5px;
}

.course .course1 .col2 {
  width: 385px;
  flex-shrink: 0;
  margin-left: 25px;
}

.course .course1 .col2 .row1 .icon {
  margin-right: 5px;
  flex-shrink: 0;
}

.course .course1 .col2 .row1 .icon img {
  width: 40px;
}

.course .course1 .col2 .row1 .tit {
  font-size: 26px;
  color: #1C1C1C;
}

.course .course1 .col2 .edit {
  margin: 5px 0 12px;
}

.course .course1 .col2 .edit a {
  width: 62px;
  height: 41px;
  border-radius: 60px;
  border: 1px solid #CFCFCF;
}

.course .course1 .col2 .edit a img {
  width: 26px;
}

.course .course1 .col2 .list li {
  margin-bottom: 8px;
}

.course .course1 .col2 .list li .item .item-pic {
  width: 200px;
  height: 113px;
  flex-shrink: 0;
  margin-right: 13px;
  position: relative;
}

.course .course1 .col2 .list li .item .item-pic .time {
  padding: 0 7px;
  height: 18px;
  position: absolute;
  bottom: 8px;
  left: 5px;
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.course .course1 .col2 .list li .item .item-pic .fitImg2 {
  height: 113px;
}

.course .course1 .col2 .list li .item .item-info {
  font-size: 16px;
  color: #5F5F5F;
  line-height: 24px;
}

.course .course1 .col2 .list li .item .item-info .item-tit {
  -webkit-line-clamp: 4;
}

.course .course1 .col2 .list li:hover .item .item-info, .course .course1 .col2 .list li.active .item .item-info {
  color: #5F2467;
}

.course .course2 {
  padding-bottom: 15px;
}

.course .course2 .dd {
  margin-bottom: 20px;
}

.course .course2 .dd .course-type {
  font-size: 24px;
  margin-bottom: 25px;
}

.course-list li {
  margin-bottom: 20px;
}

.course-list li .item .item-pic {
  position: relative;
}

.course-list li .item .item-pic .fitImg {
  padding-top: 56.15%;
}

.course-list li .item .item-pic .play {
  position: absolute;
  right: 21px;
  bottom: 20px;
  z-index: 2;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 5px;
}

.course-list li .item .item-pic .play i {
  font-size: 22px;
}

.course-list li .item .item-pic .play.play2 {
  width: 115px;
  border-radius: 40px;
}

.course-list li .item .item-pic .play.play2 i {
  margin-right: 3px;
}

.course-list li .item .item-tit {
  margin: 18px 0 7px;
  font-size: 15px;
  color: #333;
}

.course-list li .item .item-time {
  font-size: 13px;
  color: #7E7E7E;
}

.course-list li .item:hover .item-tit {
  color: #5F2467;
}

/* 课程详情 */
.course-det1 {
  background: #652A6D;
  color: #fff;
  padding: 28px 0;
}

.course-det1 .det-title {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 24px;
}

.course-det1 .item .video {
  height: 429px;
  position: relative;
}

.course-det1 .item .video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.course-det1 .item .video .bgt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.course-det1 .item .video .cont {
  position: relative;
  z-index: 1;
  color: #fff;
}

.course-det1 .item .video .cont .play a {
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.course-det1 .item .video .cont .play a i {
  font-size: 20px;
  color: #fff;
}

.course-det1 .item .video .cont .tit {
  margin: 14px 0 16px;
}

.course-det1 .item .video .cont .btn a {
  width: 94px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  background: linear-gradient(180deg, #5E2566 0%, #82418B 100%);
  box-shadow: 0px 4px 4px 0px rgba(95, 36, 103, 0.25);
  border-radius: 10px;
}

.course-det1 .item .video .cont .btn a:hover {
  opacity: .88;
}

.course-det1 .item .video.unbuy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.course-det1 .item .video.playing::before {
  display: none;
}

.course-det1 .item .info {
  width: 362px;
  flex-shrink: 0;
  margin-left: 53px;
}

.course-det1 .item .info .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #723E7A;
  margin-bottom: 21px;
}

.course-det1 .item .info .attr {
  font-size: 15px;
}

.course-det1 .item .info .attr li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.course-det1 .item .info .attr li .label {
  width: 90px;
  flex-shrink: 0;
}

.course-det1 .item .info .attr li .cont {
  flex: 1;
  overflow: hidden;
}

.course-det1 .item .info .price {
  color: #FF9950;
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 24px;
}

.course-det1 .item .info .btn a {
  height: 53px;
  background: #EAEBF6;
  box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, 0.25);
  border-radius: 10px;
  color: #723E7A;
  transition: all ease 0.3s;
  font-size: 16px;
}

.course-det1 .item .info .btn a span {
  width: 17px;
  height: 17px;
  background: #906197;
  border-radius: 50%;
  border: 2px solid #906197;
  margin-left: 7px;
}

.course-det1 .item .info .btn a span i {
  color: #fff;
  font-size: 12px;
  transform: scale(0.7);
}

.course-det1 .item .info .btn a:hover {
  background: #fff;
}

.course-detail {
  margin-bottom: 35px;
}

.course-detail .col-left .left-box1 {
  height: 420px;
  background: #F7F8FC;
  border-radius: 10px;
  margin-bottom: 34px;
}

.course-detail .col-left .left-box1 .box1 {
  padding: 44px 32px;
}

.course-detail .col-left .left-box1 .box1 .yh-tit {
  font-size: 20px;
  padding-left: 17px;
  position: relative;
  color: #723E7A;
  margin-bottom: 42px;
}

.course-detail .col-left .left-box1 .box1 .yh-tit::before {
  content: "";
  width: 5px;
  height: 24px;
  background: #723E7A;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.course-detail .col-left .left-box1 .box1 ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 18px;
}

.course-detail .col-left .left-box1 .box1 ul li .label {
  background: #FFF0F0;
  color: #F20000;
  padding: 3px 10px;
  margin-right: 16px;
  flex-shrink: 0;
}

.course-detail .col-left .left-box1 .box1 ul li .cont {
  flex: 1;
  overflow: hidden;
}

.course-detail .col-left .left-box1 .box1 ul li .cont span {
  color: #F20000;
}

.course-detail .col-left .left-box1 .box2 {
  padding: 35px 46px;
  border-top: 1px solid #eee;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.course-detail .col-left .left-box1 .box2 li {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.course-detail .col-left .left-box1 .box2 li .icon {
  margin-right: 12px;
}

.course-detail .col-left .left-box1 .box2 li .icon i {
  color: #21BA67;
  font-size: 20px;
}

.course-detail .col-left .left-box1 .box2 li:last-child {
  margin-right: 0;
}

.course-detail .col-left .left-box2 .course-list li {
  margin-bottom: 12px;
}

.course-detail .col-right {
  width: 400px;
  margin-left: 35px;
  flex-shrink: 0;
  /* 相关视频 */
  /* 热点资讯 */
}

.course-detail .col-right .xg-video .xg-type1 {
  font-size: 18px;
  color: #5F2467;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
}

.course-detail .col-right .xg-video .list li {
  margin-bottom: 14px;
}

.course-detail .col-right .xg-video .list li .item .item-pic {
  width: 200px;
  height: 113px;
  flex-shrink: 0;
  margin-right: 13px;
  position: relative;
}

.course-detail .col-right .xg-video .list li .item .item-pic .time {
  padding: 0 7px;
  height: 18px;
  position: absolute;
  bottom: 8px;
  left: 5px;
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.course-detail .col-right .xg-video .list li .item .item-pic .fitImg2 {
  height: 113px;
}

.course-detail .col-right .xg-video .list li .item .item-info {
  font-size: 16px;
  color: #5F5F5F;
  line-height: 24px;
}

.course-detail .col-right .xg-video .list li .item .item-info .item-tit {
  -webkit-line-clamp: 3;
}

.course-detail .col-right .xg-video .list li .item:hover .item-info {
  color: #5F2467;
}

.course-detail .col-right .xg-news {
  margin-top: 28px;
}

.course-detail .col-right .xg-news .xg-type1 {
  font-size: 18px;
  margin-bottom: 20px;
}

.course-detail .col-right .xg-news .xg-type1 span {
  color: #5F2467;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #5F2467;
}

.course-detail .col-right .xg-news .list li {
  margin-bottom: 15px;
  font-size: 15px;
}

.course-detail .col-right .xg-news .list li .tit {
  color: #333;
  position: relative;
  padding-left: 18px;
}

.course-detail .col-right .xg-news .list li .tit::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #5F2467;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.course-detail .col-right .xg-news .list li:hover .tit {
  color: #5F2467;
}

/* 海豚MBA简介 */
.subcat {
  margin: 30px 0 22px;
}

.subcat li {
  margin: 0 9px;
  font-size: 17px;
}

.subcat li a {
  height: 54px;
  min-width: 169px;
  display: flex;
  color: #000;
  transition: all ease .3s;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 10px;
}

.subcat li:hover a, .subcat li.on a {
  background: #5F2467;
  color: #fff;
}

.inner-slide {
  padding: 93px 0;
  text-align: center;
  color: #fff;
}

.inner-slide .tit {
  font-size: 64px;
  font-weight: bold;
}

.inner-slide .desc {
  margin-top: 16px;
}

.about .ab1 {
  color: #646464;
  font-size: 16px;
  line-height: 26px;
  margin: 28px 0 50px;
}

.about .ab2 {
  font-weight: bold;
  font-size: 20px;
  color: #5F2467;
  padding: 16px 20px;
  background: #F6F8FA;
  border-radius: 8px;
  margin-bottom: 50px;
}

.about .page-info {
  padding: 0 0 50px 0;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.about .page-info img {
  max-width: 100% !important;
  height: auto !important;
}

/* 联系我们 */
.contact {
  padding-bottom: 52px;
}

.contact .item-info {
  color: #555;
  font-size: 16px;
  line-height: 30px;
}

.contact .item-pic {
  width: 546px;
  flex-shrink: 0;
  margin-left: 30px;
}

.contact .item-pic img {
  display: block;
}

/* 面试 */
.mianshi {
  padding-bottom: 50px;
}

.mianshi .ms-slide {
  padding: 60px 0 92px;
  text-align: center;
  color: #fff;
}

.mianshi .ms-slide .tit {
  font-size: 72px;
  font-weight: bold;
}

.mianshi .ms1 {
  margin-top: -44px;
  position: relative;
  z-index: 1;
  height: 88px;
  background: #fff;
  padding: 24px 0;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.mianshi .ms1 .search {
  width: 680px;
}

.mianshi .ms1 .search .int {
  height: 40px;
  background: #fff;
  border: 1px solid #DCDFE6;
}

.mianshi .ms1 .search .int input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.mianshi .ms1 .search button {
  width: 47px;
  height: 40px;
  flex-shrink: 0;
  background: #5E2566;
  color: #fff;
}

.mianshi .ms1 .search button i {
  font-size: 20px;
}

.mianshi .ms1 .key a {
  color: #666;
  font-size: 16px;
  margin-left: 21px;
}

.mianshi .ms1 .key a:hover {
  color: #5F2467;
}

.mianshi .ms2 {
  margin: 36px 0 30px;
}

.mianshi .ms2 .ms2-tit {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}

.mianshi .ms2 .ms2-list {
  padding: 20px 35px 15px 35px;
  background: #F5F5F5;
}

.mianshi .ms2 .ms2-list a {
  min-width: 50px;
  padding: 0 2px;
  text-align: center;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 15px 10px 0;
  color: #7C7C7C;
  font-size: 16px;
}

.mianshi .ms2 .ms2-list a:hover {
  color: #5F2467;
}

.mianshi .ms2 .ms2-list a.active {
  background: #5E2566;
  color: #fff;
}

.mianshi .ms3 {
  margin: 30px 0 37px;
}

.mianshi .ms3 .ms3-left {
  padding: 20px;
}

.mianshi .ms3 .ms3-left .g-type3 .tabs li {
  font-weight: bold;
}

.mianshi .ms3 .ms3-left .tablist .tab-cont {
  font-size: 16px;
  line-height: 1.8;
  max-height: 357px;
  overflow-y: auto;
  padding-right: 10px;
  margin-right: -5px;
}

.mianshi .ms3 .ms3-left .tablist .tab-cont::-webkit-scrollbar {
  width: 5px;
}

.mianshi .ms3 .ms3-left .tablist .tab-cont p {
  margin: 10px 0;
}

.mianshi .ms3 .ms3-right {
  width: 283px;
  flex-shrink: 0;
  margin-left: 30px;
}

.mianshi .ms3 .ms3-right .rbox1 {
  height: 194px;
  text-align: center;
  color: #C72B22;
}

.mianshi .ms3 .ms3-right .rbox1 .tit {
  font-size: 18px;
}

.mianshi .ms3 .ms3-right .rbox1 .tit img {
  width: 25px;
  margin-right: 7px;
}

.mianshi .ms3 .ms3-right .rbox1 .tel {
  font-size: 26px;
  margin: 10px 0;
}

.mianshi .ms3 .ms3-right .rbox1 .zx a {
  width: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 50px;
  color: #fff;
  background: linear-gradient(90deg, #EC3549 0%, #F45A44 100%);
  border-radius: 40px;
}

.mianshi .ms3 .ms3-right .rbox1 .zx a:hover {
  opacity: .88;
}

.mianshi .ms3 .ms3-right .rbox2 {
  margin-top: 23px;
  height: 240px;
  padding: 20px;
}

.mianshi .ms3 .ms3-right .rbox2 .tit {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 21px;
}

.mianshi .ms3 .ms3-right .rbox2 .cont {
  font-size: 15px;
  color: #000;
  line-height: 2;
}

.mianshi .ms3 .ms3-right .rbox2 .cont li {
  display: flex;
  margin: 13px 0;
}

.mianshi .ms3 .ms3-right .rbox2 .cont li .label {
  flex-shrink: 0;
}

.mianshi .ms4 li {
  margin-bottom: 35px;
}

.mianshi .ms4 li .item .fitImg {
  padding-top: 56.15%;
}

.mianshi .ms4 li .item .item-tit {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.mianshi .ms5 {
  margin-bottom: 44px;
}

.mianshi .ms5 .ms5-left .list li {
  margin-bottom: 10px;
  font-size: 16px;
}

.mianshi .ms5 .ms5-left .list li .item .tit {
  color: #333;
}

.mianshi .ms5 .ms5-left .list li .item .time {
  color: #999;
  flex-shrink: 0;
  margin-left: 45px;
  font-size: 14px;
}

.mianshi .ms5 .ms5-left .list li .item:hover .tit {
  color: #5F2467;
}

.mianshi .ms5 .ms5-right {
  width: 338px;
  margin-left: 40px;
  flex-shrink: 0;
}

.mianshi .ms5 .ms5-right .ms-cont {
  padding: 24px 20px;
  height: 142px;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
}

.mianshi .ms5 .ms5-right .ms-cont .info .tit {
  color: #5F2467;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}

.mianshi .ms5 .ms5-right .ms-cont .info .cont {
  font-size: 16px;
  color: #333;
}

.mianshi .ms5 .ms5-right .ms-cont .info .cont p {
  margin: 5px 0;
}

.mianshi .ms5 .ms5-right .ms-cont .ewm {
  width: 100px;
  margin-left: 38px;
}

/* 复试 */
.fushi {
  padding-bottom: 50px;
}

.fushi .fs-slide {
  padding: 90px 0 190px;
  color: #fff;
  text-align: center;
}

.fushi .fs-slide .tit {
  font-weight: bold;
  font-size: 48px;
  color: #fff;
}

.fushi .fs-slide .desc {
  color: #fff;
  margin-top: 25px;
  font-size: 18px;
}

.fushi .fs1 {
  width: 1056px;
  height: 136px;
  position: relative;
  margin: 0 auto;
  margin-top: -68px;
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(73, 115, 154, 0.15);
  border-radius: 8px;
  padding: 0 70px;
}

.fushi .fs1 ul {
  width: 100%;
}

.fushi .fs1 li {
  font-size: 16px;
}

.fushi .fs1 li .item .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: url("../img/icon_xh.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 6px;
  color: #fff;
  font-size: 18px;
}

.fushi .fs2 {
  margin: 26px 0 0;
}

.fushi .fs2 .fs2-left .box1 {
  height: 373px;
}

.fushi .fs2 .fs2-left .box1 .item .fitImg2 {
  height: 373px;
}

.fushi .fs2 .fs2-left .box1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.fushi .fs2 .fs2-left .box1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.fushi .fs2 .fs2-left .box2 .dd {
  padding: 25px 0;
  border-bottom: 1px solid #DEDEDE;
}

.fushi .fs2 .fs2-left .box2 .dd:last-child {
  border-bottom: 0;
}

.fushi .fs2 .fs2-left .box2 .dd .tit {
  font-size: 24px;
  margin-bottom: 16px;
}

.fushi .fs2 .fs2-left .box2 .dd .rel-news .cat {
  width: 83px;
  height: 27px;
  padding-left: 12px;
  color: #fff;
  background: url("../img/bg_type.png") no-repeat left center;
}

.fushi .fs2 .fs2-left .box2 .dd .rel-news .list li {
  margin: 0 18px;
  font-size: 16px;
  position: relative;
}

.fushi .fs2 .fs2-left .box2 .dd .rel-news .list li::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #878787;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.fushi .fs2 .fs2-left .box2 .dd .rel-news .list li a {
  color: #5D5D5D;
}

.fushi .fs2 .fs2-left .box2 .dd .rel-news .list li:hover a {
  color: #5F2467;
}

.fushi .fs2 .fs2-left .box2 .dd .rel-news .list li:last-child::after {
  display: none;
}

.fushi .fs2 .fs2-right {
  width: 321px;
  flex-shrink: 0;
  margin-left: 29px;
}

.fushi .fs2 .fs2-right .date {
  height: 282px;
  margin-bottom: 42px;
  background: url("../img/bg_date.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 17px 12px 0 12px;
}

.fushi .fs2 .fs2-right .date .txt1 {
  height: 56px;
  font-size: 16px;
  color: #fff;
}

.fushi .fs2 .fs2-right .date .list {
  padding-top: 16px;
}

.fushi .fs2 .fs2-right .date .list li {
  margin-bottom: 10px;
}

.fushi .fs2 .fs2-right .date .list li .item {
  padding: 13px 21px 13px 26px;
  background: #fff;
  border-radius: 10px;
}

.fushi .fs2 .fs2-right .date .list li .item .tit {
  font-size: 16px;
}

.fushi .fs2 .fs2-right .date .list li .item .desc {
  font-size: 14px;
  margin-top: 5px;
  color: #000;
}

.fushi .fs2 .fs2-right .date .list li .item .link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(90deg, #DDDDDD 0%, #C7C7C7 100%);
}

.fushi .fs2 .fs2-right .date .txt2 {
  font-size: 13px;
  text-align: center;
}

.fushi .fs2 .fs2-right .zsdw .zs-type {
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
}

.fushi .fs2 .fs2-right .zsdw .zs-type img {
  width: 25px;
  margin-right: 8px;
}

.fushi .fs2 .fs2-right .zsdw .slides {
  position: relative;
}

.fushi .fs2 .fs2-right .zsdw .slides .jt {
  top: 40%;
  height: 33px;
}

.fushi .fs2 .fs2-right .zsdw .slides .item {
  text-align: center;
}

.fushi .fs2 .fs2-right .zsdw .slides .item .fitImg2 {
  height: 98px;
}

.fushi .fs2 .fs2-right .zsdw .slides .item .tit {
  font-size: 16px;
  margin-top: 8px;
}

.fushi .fs3 {
  margin: 25px 0 55px;
}

.fushi .fs3 .fs3-type {
  font-size: 24px;
  margin-bottom: 37px;
}

.fushi .fs3 .fs3-type span {
  margin: 0 34px;
}

.fushi .fs3 .fs3-type img {
  width: 35px;
}

.fushi .fs3 .list li {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}

.fushi .fs3 .list li .label {
  width: 189px;
  margin-right: 11px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F6FF;
  border-radius: 10px;
  position: relative;
  font-size: 16px;
  color: #652A6D;
}

.fushi .fs3 .list li .label .xh {
  width: 61px;
  height: 28px;
  background: url("../img/icon_xh2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #5F2467;
  font-weight: bold;
  padding-left: 6px;
  text-align: left;
}

.fushi .fs3 .list li .cont {
  padding: 16px 24px;
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgba(91, 91, 91, 0.25);
  color: #3A3A3A;
  font-size: 15px;
  border-radius: 10px;
  line-height: 1.5;
}

.fushi .fs3 .list li .cont span {
  color: #CC331F;
}

.fushi .fs5 {
  margin: 23px 0 58px;
}

.fushi .fs5 .list li .item {
  padding: 15px 0;
  border-bottom: 1px dashed #D7D7D7;
}

.fushi .fs5 .list li .item .tit {
  font-size: 16px;
  color: #333;
}

.fushi .fs5 .list li .item .time {
  color: #8F8E8E;
  font-size: 14px;
  margin-left: 55px;
  flex-shrink: 0;
}

.fushi .fs5 .list li .item:hover .tit {
  color: #5F2467;
}

.fushi .fs6 {
  margin-bottom: 36px;
}

.fushi .fs6 .fs6-left .ms-type .more {
  color: #999;
}

.fushi .fs6 .fs6-left .ms-type .more:hover {
  color: #5F2467;
}

.fushi .fs6 .fs6-left .list {
  margin-top: -8px;
}

.fushi .fs6 .fs6-left .list li .item {
  padding: 5px 0;
}

.fushi .fs6 .fs6-left .list li .item .item-tit {
  color: #333;
  font-size: 16px;
}

.fushi .fs6 .fs6-left .list li .item .item-time {
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
  margin-left: 45px;
}

.fushi .fs6 .fs6-left .list li .item:hover .item-tit {
  color: #5F2467;
}

.fushi .fs6 .fs6-right {
  width: 275px;
  margin-left: 90px;
}

.fushi .fs6 .fs6-right .side2 {
  margin-top: 36px;
}

.fushi .fs6 .fs6-right .side2 .list li .xh {
  position: relative;
  text-indent: -999px;
  overflow: hidden;
}

.fushi .fs6 .fs6-right .side2 .list li .xh:before {
  content: '';
  position: absolute;
  left: 5px;
  width: 4px;
  height: 4px;
  background: #FF7214;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/* 调剂 */
.tiaoji .tj1 {
  padding-bottom: 21px;
  margin-top: 11px;
  border-bottom: 1px solid #ddd;
}

.tiaoji .tj1 a {
  font-size: 16px;
  color: #333;
  margin-left: 18px;
}

.tiaoji .tj1 a:hover {
  color: #5F2467;
}

.tiaoji .tj2 {
  margin: 25px 0 31px;
}

.tiaoji .tj2 .tj2-left {
  width: 645px;
  flex-shrink: 0;
  margin-right: 37px;
}

.tiaoji .tj2 .tj2-left .focus {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.tiaoji .tj2 .tj2-left .focus .hd {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.tiaoji .tj2 .tj2-left .focus .hd li {
  width: 30px;
  height: 15px;
  margin: 6px 0;
  cursor: pointer;
  text-align: center;
}

.tiaoji .tj2 .tj2-left .focus .hd li span {
  width: 2px;
  display: inline-block;
  overflow: hidden;
  height: 15px;
  line-height: 35px;
  background: rgba(255, 255, 255, 0.5);
}

.tiaoji .tj2 .tj2-left .focus .hd li.on span {
  background: #fff;
}

.tiaoji .tj2 .tj2-left .focus .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.tiaoji .tj2 .tj2-left .focus .bd li {
  position: relative;
}

.tiaoji .tj2 .tj2-left .focus .bd li img {
  display: block;
  width: 100%;
  height: 360px;
}

.tiaoji .tj2 .tj2-left .focus .bd li a {
  display: block;
}

.tiaoji .tj2 .tj2-left .focus .bd li .tit {
  background: url("../img/bg_fdc1.png") no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: auto;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  font-size: 14px;
}

.tiaoji .tj2 .tj2-right {
  flex: 1;
  overflow: hidden;
}

.tiaoji .tj2 .tj2-right .list1 li .item {
  margin-bottom: 23px;
}

.tiaoji .tj2 .tj2-right .list1 li .item .item-tit {
  color: #5F2467;
  font-size: 17px;
}

.tiaoji .tj2 .tj2-right .list1 li .item .item-desc {
  color: #666;
  margin-top: 8px;
  font-size: 14px;
}

.tiaoji .tj2 .tj2-right .list2 {
  margin-top: 25px;
}

.tiaoji .tj2 .tj2-right .list2 li {
  width: 123px;
  margin-right: 10px;
}

.tiaoji .tj2 .tj2-right .list2 li .fitImg2 {
  height: 68px;
}

.tiaoji .mianshi .ms5 {
  margin-bottom: 28px;
}

.tiaoji .mianshi .ms4 {
  margin-bottom: -45px;
}

.tiaoji .tj3 .dl .dd {
  margin-bottom: 20px;
}

.tiaoji .tj3 .dl .dd .g-tit {
  font-size: 18px;
  margin: 6px 0 18px;
}

.tiaoji .tj3 .dl .dd .list li {
  margin-bottom: 16px;
}

.tiaoji .tj3 .dl .dd .list li .item {
  cursor: pointer;
  padding: 20px 16px;
  height: 133px;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
}

.tiaoji .tj3 .dl .dd .list li .item .icon {
  width: 57px;
  flex-shrink: 0;
  margin-right: 10px;
}

.tiaoji .tj3 .dl .dd .list li .item .info {
  font-size: 12px;
}

.tiaoji .tj3 .dl .dd .list li .item .info .tit {
  font-size: 17px;
  font-weight: bold;
  color: #333;
}

.tiaoji .tj3 .dl .dd .list li .item .info .att1 {
  margin: 10px 0;
  font-size: 15px;
  color: #7A7A7A;
}

.tiaoji .tj3 .dl .dd .list li .item .info .att1 i {
  color: #bbb;
  font-size: 17px;
  margin-right: 7px;
}

.tiaoji .tj3 .dl .dd .list li .item .info .att1 span,
.tiaoji .tj3 .dl .dd .list li .item .info .att1 a {
  margin-right: 18px;
  position: relative;
  color: #7A7A7A;
  cursor: pointer;
}

.tiaoji .tj3 .dl .dd .list li .item .info .att1 span::after,
.tiaoji .tj3 .dl .dd .list li .item .info .att1 a::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #D0D0D0;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
}

.tiaoji .tj3 .dl .dd .list li .item .info .att1 span:last-child::after,
.tiaoji .tj3 .dl .dd .list li .item .info .att1 a:last-child::after {
  display: none;
}

.tiaoji .tj3 .dl .dd .list li .item .info .att1 span:hover,
.tiaoji .tj3 .dl .dd .list li .item .info .att1 a:hover {
  color: #5F2467;
}

.tiaoji .tj3 .dl .dd .list li .item:hover .tit {
  color: #5F2467;
}

.tiaoji .tj4 .dl .dd {
  width: 288px;
  margin-right: 16px;
}

.tiaoji .tj4 .dl .dd:last-child {
  margin-right: 0;
}

.tiaoji .tj4 .dl .dd .g-tit {
  margin-bottom: 16px;
  font-size: 18px;
  color: #000;
}

.tiaoji .tj4 .dl .dd .list {
  height: 335px;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  padding: 20px 10px 3px 16px;
}

.tiaoji .tj4 .dl .dd .list li {
  margin-bottom: 18px;
}

.tiaoji .tj4 .dl .dd .list li .item .icon {
  width: 57px;
  flex-shrink: 0;
  margin-right: 8px;
}

.tiaoji .tj4 .dl .dd .list li .item .info .tit {
  font-size: 17px;
  color: #333;
  margin: -5px 0 5px;
  font-weight: bold;
}

.tiaoji .tj4 .dl .dd .list li .item .info .desc {
  font-size: 14px;
  color: #999;
}

.tiaoji .tj4 .dl .dd .list li .item:hover .tit {
  color: #5F2467;
}

.tiaoji .tj4 .dl .dd:nth-child(4n) {
  margin-right: 0;
}

.tiaoji .tj5 {
  margin-top: 54px;
}

.tiaoji .tj5 .list .dd {
  margin-bottom: 15px;
}

.tiaoji .tj5 .list .dd .icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 16px;
  background: rgba(0, 0, 0, 0.07);
}

.tiaoji .tj5 .list .dd .info .tit {
  min-height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}

.tiaoji .tj5 .list .dd .info .cont {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.tiaoji .tj5 .list .dd .info .cont p {
  margin-bottom: 12px;
}

.tiaoji .tj5 .list .dd .info .baoming .bm-type {
  padding: 0 24px;
  color: #723E7A;
  margin: 20px 0;
  height: 50px;
  font-size: 16px;
  background: #EEF2F6;
}

.tiaoji .tj5 .list .dd .info .baoming .bm-list {
  padding-bottom: 20px;
}

.tiaoji .tj5 .list .dd .info .baoming .bm-list li {
  margin: 16px 0;
  width: 36%;
}

.tiaoji .tj5 .list .dd .info .baoming .bm-list li .item .icon2 {
  width: 57px;
  flex-shrink: 0;
  margin-right: 8px;
}

.tiaoji .tj5 .list .dd .info .baoming .bm-list li .item .info .tit {
  font-size: 17px;
  color: #333;
  margin: -5px 0 5px;
  font-weight: bold;
}

.tiaoji .tj5 .list .dd .info .baoming .bm-list li .item .info .desc {
  font-size: 14px;
  color: #999;
}

.tiaoji .tj5 .list .dd .info .baoming .bm-list li .item:hover .tit {
  color: #5F2467;
}

.tiaoji .tj5 .list .dd .info .baoming .bm-list li:nth-child(3n) {
  width: 26%;
}

.tiaoji .tj5 .list .dd .info .pic-list {
  margin: 25px 0;
  padding: 0 0 0 23px;
}

.tiaoji .tj5 .list .dd .info .pic-list li {
  width: 253px;
  margin-right: 31px;
}

.tiaoji .tj5 .list .dd .info .pic-list li .fitImg2 {
  height: 144px;
}

.tiaoji .tj5 .list .dd .info .pic-list li:nth-child(4n) {
  margin-right: 0;
}

.tiaoji .tj6 {
  margin: 36px 0 38px;
}

.tiaoji .tj6 .card {
  width: 387px;
  height: 261px;
  background: #fff;
  box-shadow: 0px 3px 17px 0px rgba(205, 205, 205, 0.25);
  border-radius: 10px;
  margin-right: 19px;
  margin-bottom: 16px;
}

.tiaoji .tj6 .card:nth-child(3n) {
  margin-right: 0;
}

.tiaoji .tj6 .card .card-tit {
  height: 55px;
  background: #F5F6FF;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
}

.tiaoji .tj6 .card .card-cont {
  padding: 20px;
}

.tiaoji .tj6 .card .card-cont li {
  margin-bottom: 22px;
  font-size: 16px;
}

.tiaoji .tj6 .card .card-cont li .item {
  color: #494949;
}

.tiaoji .tj6 .card .card-cont li .item i {
  font-size: 12px;
  margin-right: 5px;
  color: #723E7A;
}

.tiaoji .tj6 .card .card-cont li:hover .item {
  color: #5F2467;
}

.tiaoji .tj6 .card:nth-child(2) .card-tit {
  background: #FEF8F4;
}

.tiaoji .tj6 .card:nth-child(2) .card-cont li .item i {
  color: #EBB897;
}

/* 库存 */
.inner-slide2 {
  height: 300px;
}

.inner-slide2 .wp {
  position: relative;
  height: 100%;
}

.inner-slide2 .wp .crumbs {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 12px;
  color: #C0C0C0;
}

.inner-slide2 .wp .crumbs a {
  color: #C0C0C0;
}

.inner-slide2 .wp .crumbs a:hover {
  color: rgba(255, 255, 255, 0.88);
}

.inner-slide2 .wp .typename {
  position: absolute;
  left: 50%;
  font-size: 40px;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
}

.kucun {
  overflow: hidden;
  padding-bottom: 60px;
}

.kucun .border {
  border: 1px solid #ECECEC;
}

.kucun .kc1 {
  padding: 21px 0;
  background: #fff;
  box-shadow: 0px 0px 29px 2px rgba(222, 222, 222, 0.99);
  font-size: 15px;
}

.kucun .kc1 .list {
  border: 1px solid #ECECEC;
  padding: 15px;
}

.kucun .kc1 .list li {
  margin-bottom: 33px;
}

.kucun .kc1 .list li:last-child {
  margin-bottom: 0;
}

.kucun .kc1 .list li .label {
  color: #939393;
  margin-right: 10px;
}

.kucun .kc1 .list li .cont a {
  color: #222;
  margin-right: 12px;
}

.kucun .kc1 .list li .cont a:hover, .kucun .kc1 .list li .cont a.check {
  color: #ff7a00;
}

.kucun .kc2 {
  padding: 21px 0 50px;
}

.kucun .kc2 .g-tit {
  height: 50px;
  background: #FDF8F4;
  padding: 0 20px;
}

.kucun .kc2 .tabs2 {
  background: #fff;
  border-radius: 13px;
  border: 1px solid #FF7A00;
}

.kucun .kc2 .tabs2 li {
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF7A00;
  height: 25px;
  cursor: pointer;
}

.kucun .kc2 .tabs2 li.on {
  background: #FF7A00;
  color: #fff;
}

.kucun .kc2 .tabs2 li:nth-child(1) {
  border-radius: 13px 0 0 13px;
}

.kucun .kc2 .tabs2 li:last-child {
  border-radius: 0 13px 13px 0;
}

.kucun .kc2 .kc2-left .g-tit .total {
  color: #8590A6;
  font-size: 12px;
}

.kucun .kc2 .kc2-left .kc-list {
  padding: 15px 15px 0 15px;
}

.kucun .kc2 .kc2-left .kc-list li {
  margin-bottom: 17px;
}

.kucun .kc2 .kc2-left .kc-list li .item {
  height: 100px;
  background: #fff;
  box-shadow: 0px 0px 9px 1px rgba(222, 222, 222, 0.6);
  border-radius: 40px 8px 8px 8px;
  padding: 8px 10px;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-icon {
  flex-shrink: 0;
  width: 56px;
  margin-right: 10px;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-icon img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info {
  flex: 1;
  overflow: hidden;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-tit {
  margin-top: 2px;
  color: #666;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-tit .fl .tit {
  font-size: 15px;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-tit .fl .tit:hover a {
  color: #ff7a00;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-tit .fl .city {
  margin-left: 16px;
  font-size: 12px;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-tit button {
  width: 60px;
  height: 25px;
  background: linear-gradient(90deg, #FF6C00, #FF9801);
  border-radius: 5px 7px 5px 5px;
  color: #fff;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-tags {
  margin: 8px 0;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-tags span {
  margin-right: 9px;
  font-size: 12px;
  color: #FF7E2A;
  height: 20px;
  background: #FFF1E8;
  border-radius: 9px;
  padding: 4px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-cat {
  color: #939393;
  font-size: 11px;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-cat a {
  color: #939393;
}

.kucun .kc2 .kc2-left .kc-list li .item .item-info .item-cat a:hover {
  color: #ff7a00;
}

.kucun .kc2 .kc2-right {
  width: 395px;
  margin-left: 17px;
}

.kucun .kc2 .kc2-right .gbox1 .g-tit .cat img {
  width: 58px;
}

.kucun .kc2 .kc2-right .gbox1 .tablist {
  padding: 16px 25px 0 25px;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li {
  margin-bottom: 17px;
  font-size: 13px;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li .item {
  color: #202020;
  height: 25px;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li .xh,
.kucun .kc2 .kc2-right .gbox1 .tablist li .num {
  flex-shrink: 0;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li .xh {
  width: 15px;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li .tit {
  margin: 0 14px;
  color: #333;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li .num {
  color: #8590A6;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li .num i {
  margin-left: 2px;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li .num i.icon-up2 {
  color: #FF7A00;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li .num i.icon-down2 {
  color: #109FFF;
}

.kucun .kc2 .kc2-right .gbox1 .tablist li:nth-child(n+1):nth-child(-n+3) .xh {
  font-family: 'zihun265hao', 'DIN';
  font-weight: bold;
  color: #202020;
  line-height: 36px;
  background: linear-gradient(0deg, #FF6C00 0%, #FF9801 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kucun .kc2 .kc2-right .gbox1 .ggt {
  padding: 0 10px 10px 10px;
}

.kucun .kc2 .kc2-right .gbox1 .ggt img {
  display: block;
}

.kucun .kc2 .kc2-right .gbox2 {
  margin: 23px 0;
}

.kucun .kc2 .kc2-right .gbox2 .g-tit .cat {
  font-size: 20px;
  color: #202020;
}

.kucun .kc2 .kc2-right .gbox2 .g-tit .cat img {
  width: 22px;
  margin-right: 6px;
}

.kucun .kc2 .kc2-right .gbox2 .list li .item {
  padding: 17px 15px;
  border-bottom: 1px solid #ECECEC;
  font-size: 12px;
}

.kucun .kc2 .kc2-right .gbox2 .list li .item .item-tit {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
}

.kucun .kc2 .kc2-right .gbox2 .list li .item .item-desc {
  margin: 10px 0;
  color: #696969;
}

.kucun .kc2 .kc2-right .gbox2 .list li .item .item-attr {
  color: #696969;
}

.kucun .kc2 .kc2-right .gbox2 .list li .item .item-attr span {
  margin-right: 24px;
}

.kucun .kc2 .kc2-right .gbox2 .list li .item:hover .item-tit {
  color: #FF7A00;
}

.kucun .kc2 .kc2-right .gbox2 .ggt {
  padding: 10px;
}

.kucun .kc2 .kc2-right .gbox2 .ggt img {
  display: block;
}

.kucun .kc2 .kc2-right .gbox3 .tablist {
  padding: 6px 20px 20px 20px;
  overflow: hidden;
}

.kucun .kc2 .kc2-right .gbox3 .tablist .item {
  height: 30px;
  background: #FDF8F4;
  border-radius: 10px;
  padding: 0 24px;
  margin-top: 11px;
  display: flex;
  align-items: center;
  color: #202020;
}

.kucun .kc2 .kc2-right .gbox3 .tablist .item:hover {
  color: #FF7A00;
}

/* pages */
.pages {
  margin-top: 29px;
}

.pages li {
  margin-right: 10px;
}

.pages li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  height: 25px;
  padding: 0 10px;
  color: #666;
  font-size: 12px;
  transition: all ease .3s;
}

.pages li:hover a, .pages li.on a {
  background: #FF7A00;
  color: #fff;
  border-color: #FF7A00;
}

/* float */
.float {
  position: fixed;
  right: 3%;
  top: 60%;
  z-index: 223;
  transform: translateY(-50%);
}

.float li {
  margin-bottom: 14px;
  width: 80px;
  position: relative;
}

.float li > a {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  transition: all ease .3s;
}

.float li > a img {
  width: 40px;
}

.float li > a .ewm {
  width: 130px;
  height: 130px;
  position: absolute;
  display: none;
  right: 80px;
  background: #fff;
  border-radius: 0px 10px 10px 10px;
  padding: 15px;
  border: 1px solid #D6D6D6;
}

.float li > a .ewm img {
  width: 100px;
}

.float li.pk {
  margin-bottom: 25px;
}

.float li.pk > a {
  border: 0;
  width: 80px;
  height: 80px;
  background: none;
}

.float li.pk > a img {
  width: 80px;
  height: 80px;
}

.float li.gotop a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #D6D6D6;
}

.float li.gotop a i {
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../img/icon_gotop1.png");
}

.float li.gotop a:hover {
  background: #FF6C00;
  border-color: #FF6C00;
}

.float li.gotop a:hover i {
  background-image: url("../img/icon_gotop2.png");
}

.float li:hover .ewm {
  display: block;
}

.pk-cont {
  width: 350px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  right: 150px;
  top: 50%;
  display: none;
  transform: translateY(-50%);
}

.pk-cont .pk-tit {
  height: 40px;
  background: #FDF8F4;
  border-radius: 10px 10px 0 0;
  border: 1px solid #ECECEC;
  padding: 0 16px;
}

.pk-cont .pk-tit .tit img {
  width: 102px;
}

.pk-cont .pk-tit .close img {
  width: 14px;
  height: 14px;
}

.pk-cont .pk-box {
  padding: 15px;
}

.pk-cont .pk-box .no-data {
  text-align: center;
}

.pk-cont .pk-box .no-data .no-pic img {
  width: 100px;
}

.pk-cont .pk-box .no-data .txt1 {
  font-size: 16px;
  margin: 17px 0 5px;
}

.pk-cont .pk-box .txt2 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.pk-cont .pk-box .txt2 span {
  color: #FF7A00;
}

.pk-cont .pk-box .pk-cont2 {
  display: none;
  padding-top: 35px;
}

.pk-cont .pk-box .pk-cont2 ul {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 10px;
}

.pk-cont .pk-box .pk-cont2 ul li {
  padding: 11px 10px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ECECEC;
  position: relative;
  transition: all ease .3s;
}

.pk-cont .pk-box .pk-cont2 ul li .int input {
  width: 100%;
  height: 100%;
}

.pk-cont .pk-box .pk-cont2 ul li .close {
  flex-shrink: 0;
  margin-left: 15px;
  cursor: pointer;
}

.pk-cont .pk-box .pk-cont2 ul li .close i {
  color: #AFAFAF;
  font-weight: bold;
  font-size: 14px;
}

.pk-cont .pk-box .pk-cont2 ul li:last-child {
  border: 0;
}

.pk-cont .pk-box .pk-cont2 ul li:hover {
  border-color: #FFDCC3;
  z-index: 1;
}

.pk-cont .pk-box .pk-cont2 ul li:hover .int input {
  color: #FF7A00;
}

.pk-cont .pk-box .pk-cont2 ul li:hover .close i {
  color: #FF7A00;
}

.pk-cont .pk-box .pk-cont2 .pk-btn {
  padding: 38px 31px 28px 31px;
}

.pk-cont .pk-box .pk-cont2 .pk-btn button {
  width: 100px;
  height: 30px;
  background: #c8c8c8;
  border-radius: 5px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pk-cont .pk-box .pk-cont2 .pk-btn button.btn1 {
  background: #FF6C00;
  color: #fff;
}

/* mba资讯 */
.crumbs {
  font-size: 16px;
  color: #404040;
}

.crumbs img {
  width: 24px;
  margin-right: 11px;
}

.crumbs a {
  color: #404040;
}

.crumbs a:hover {
  color: #5F2467;
}

.mba-news .left-cont {
  margin-right: 67px;
}

.mba-news .mba1 {
  padding-bottom: 25px;
}

.mba-news .mba1 .tit {
  font-size: 48px;
  font-weight: bold;
  margin: 27px 0 23px;
}

.mba-news .mba1 .desc {
  color: #2A2A2A;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 35px;
  border-bottom: 1px solid #D0D0D0;
}

.mba-news .ms-type {
  font-size: 20px;
  color: #5F2467;
  margin: 28px 0;
}

.mba-news .mba2 .list li .item {
  padding: 22px 0;
  font-size: 13px;
  color: #1F1F1F;
  border-bottom: 1px solid #EFEFEF;
  align-items: flex-end;
}

.mba-news .mba2 .list li .item .item-info .item-tit {
  font-weight: bold;
  font-size: 18px;
  color: #474747;
}

.mba-news .mba2 .list li .item .item-info .item-desc {
  margin: 9px 0 18px;
  line-height: 26px;
}

.mba-news .mba2 .list li .item .item-info .item-attr {
  color: #696969;
}

.mba-news .mba2 .list li .item .item-info .item-attr .attr .zan {
  margin-right: 58px;
}

.mba-news .mba2 .list li .item .item-info .item-attr .attr img {
  width: 20px;
  margin-right: 5px;
}

.mba-news .mba2 .list li .item .item-info .item-attr .time {
  color: #1F1F1F;
}

.mba-news .mba2 .list li .item .item-pic {
  width: 180px;
  flex-shrink: 0;
  margin-left: 36px;
}

.mba-news .mba2 .list li .item .item-pic .bimg {
  border-radius: 15px;
}

.mba-news .mba2 .list li .item:hover .item-info .item-tit {
  color: #5F2467;
}

.mba-news .mba2 .list li:nth-child(1) .item {
  padding-top: 10px;
}

.mba-news .mba3 .course-list li .item {
  font-size: 15px;
}

.mba-news .mba3 .course-list li .item .item-pic {
  cursor: pointer;
}

.mba-news .mba3 .course-list li .item .item-pic .play {
  padding: 7px 15px;
  width: auto;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 26px;
  right: 8px;
  bottom: 10px;
  font-size: 12px;
}

.mba-news .mba3 .course-list li .item .item-pic .play img {
  width: 13px;
  margin-right: 5px;
}

.mba-news .mba3 .course-list li .item .item-pic .play i {
  font-size: 18px;
}

/* pages */
.pages {
  padding: 35px 0 40px;
}

.pages li {
  margin: 0 5px;
  color: #723E7A;
  font-size: 16px;
}

.pages li a {
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  border: 1px solid #723E7A;
}

.pages li:hover a, .pages li.on a {
  background: #723E7A;
  border-color: #723E7A;
  color: #fff;
}

.lay-video {
  width: 880px;
}

.lay-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.float li.pk .badge {
  background: linear-gradient(90deg, #FF6C00, #FF9801);
  box-shadow: 0px 4px 4px 0px rgba(95, 36, 103, 0.25);
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
