/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-width:1380px;
  margin: 0 auto;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  background: #fff;
  color: #363636;
  overflow-x: hidden;
}
h1,
h2,
h3 {
  font-weight: 500;
}
img {
  border: none;
}
a {
  cursor: pointer;
  color: #363636;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #f60;
}
ul {
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  outline: none;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
}
div {
  box-sizing: border-box;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.warpin {
  width: 1280px;
  margin: 0 auto;
}
.index_baner_cont {
  width: 100%;
  position: relative;
  height: 150px;
}

.index_baner_cont .bg {
  display: block;
  width: 100%;
}
.index_baner_cont .pulic_head_cont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}
.index_baner_cont .swiper-slide img{
  display: block;
  height: 100%;
  width: 100%;
}
.index_baner_cont .baner_txt {
  position: absolute;
  top: 65%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%,-50%);
  z-index: 11;
}
.index_baner_cont .baner_txt h2 {
  font-size: 30px;
  color: #ffffff;
}
.index_baner_cont .baner_txt p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
}
.pulic_head_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 5%;
  width: 100%;
}
.pulic_head_cont .logo {
  display: block;
}
.pulic_head_cont .logo img {
  width: 143px;
}
.pulic_head_cont .r_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .r_cont .navi {
  display: flex;
  align-items: center;
}
.pulic_head_cont .r_cont .navi .li {
  position: relative;
  margin: 0 14px;
  font-size: 14px;
  color: #ffffff;
}
.pulic_head_cont .r_cont .navi .li span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  text-align: center;
  padding: 4px 0;
  background: #fd274a;
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
}
.pulic_head_cont .r_cont .login_cont {
  margin: 0 18px;
  display: flex;
  align-items: center;
}
.pulic_head_cont .r_cont .login_cont .login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 38px;
  border-radius: 5px;
  border: 2px solid #67646c;
  font-size: 14px;
  color: #fff;
  margin: 0 18px;
}
.pulic_head_cont .r_cont .login_cont .regis_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 38px;
  border-radius: 5px;
  background: linear-gradient(to right, #8200ff, #2400ff);
  border: 2px solid #1ce2fc;
  font-size: 14px;
  color: #ffffff;
}
.pulic_head_cont .r_cont .login_cont .regis_btn a {
  color: #fff;
}
.pulic_head_cont .r_cont .login_cont .regis_btn span {
  position: absolute;
  width: 194px;
  height: 40px;
  background: linear-gradient(to right, rgba(130, 0, 255, 0.37), rgba(36, 0, 255, 0.37));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
  border: 2px solid #1ce2fc;
  border-radius: 10px;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.pulic_head_cont .r_cont .login_cont .regis_btn span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid #1ce2fc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.pulic_head_cont .r_cont .login_cont .regis_btn span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid rgba(130, 0, 255, 0.37);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.pulic_head_cont .r_cont .login_cont .language_btn {
  display: block;
  margin-left: 15px;
}
.pulic_head_cont .r_cont .login_cont .language_btn img {
  display: block;
  width: 100%;
}
.pulic_head_cont .user_detail {
  display: flex;
  align-items: center;
}
.pulic_head_cont .user_detail .message {
  margin: 0 20px;
  position: relative;
}
.pulic_head_cont .user_detail .message img {
  display: block;
  width: 28px;
}
.pulic_head_cont .user_detail .message .num {
  position: absolute;
  right: -6px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fe3652;
  font-size: 12px;
  color: #fff;
}
.pulic_head_cont .user_detail .user_infor {
  position: relative;
  padding: 20px 20px;
}
.pulic_head_cont .user_detail .user_infor::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #dedfdf;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pulic_head_cont .user_detail .user_infor .head {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.pulic_head_cont .user_detail .user_infor .head .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 4px;
}
.pulic_head_cont .user_detail .user_infor .head .ava img {
  display: block;
  width: 100%;
  height: 100%;

}
.pulic_head_cont .user_detail .user_infor .head .arr {
  width: 9px;
  margin-left: 6px;
  filter: brightness(1000%);
}
.pulic_head_cont .user_detail .user_infor .bit_form {
  display: block;
  position: absolute;
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
  width: 254px;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.17);
  transition: all 0.6s;
  opacity: 0;
}
.pulic_head_cont .user_detail .user_infor .bit_form .tip {
  padding: 24px 18px 10px;
  position: relative;
  overflow: hidden;
}
.pulic_head_cont .user_detail .user_infor .bit_form .tip::after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  opacity: 0.15;
  filter: blur(20px);
  position: absolute;
  right: -20px;
  top: -20px;
  background: rgba(57, 16, 245, 0.85);
  z-index: -1;
}
.pulic_head_cont .user_detail .user_infor .bit_form .user_deta {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.pulic_head_cont .user_detail .user_infor .bit_form .user_deta .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
}
.pulic_head_cont .user_detail .user_infor .bit_form .user_deta .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_head_cont .user_detail .user_infor .bit_form .user_deta .txt {
  width: calc(100% - 48px);
  padding-left: 10px;
}
.pulic_head_cont .user_detail .user_infor .bit_form .user_deta .txt .tle {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000000;
}
.pulic_head_cont .user_detail .user_infor .bit_form .user_deta .txt .tle .vip {
  display: flex;
  align-items: center;
  margin-left: 5px;
  border-radius: 100px;
  position: relative;
  font-size: 12px;
  background: #f8dca6;
  color: #ac7035;
  padding: 4px 8px 4px 20px;
}
.pulic_head_cont .user_detail .user_infor .bit_form .user_deta .txt .tle .vip img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
}
.pulic_head_cont .user_detail .user_infor .bit_form .user_deta .txt .id {
  font-size: 14px;
  color: #757474;
  margin-top: 5px;
}
.pulic_head_cont .user_detail .user_infor .bit_form .member_cont {
  padding: 20px 18px;
  border-radius: 10px;
  background: url(../i/user_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.pulic_head_cont .user_detail .user_infor .bit_form .member_cont .txt {
  width: 74px;
  font-size: 14px;
  color: #ffffff;
}
.pulic_head_cont .user_detail .user_infor .bit_form .member_cont .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 30px;
  background: #eabf6f;
  border-radius: 5px;
  font-size: 13px;
  color: #1b1a1a;
  margin-left: 20px;
}
.pulic_head_cont .user_detail .user_infor .bit_form .navi_dl {
  padding-bottom: 20px;
}
.pulic_head_cont .user_detail .user_infor .bit_form .navi_dl .dl {
  display: block;
  width: 100%;
  position: relative;
  padding: 8px 0 8px 28px;
  font-size: 14px;
  color: #666666;
}
.pulic_head_cont .user_detail .user_infor .bit_form .navi_dl .dl .arr {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 8px;
}
.pulic_head_cont .user_detail .user_infor .bit_form .navi_dl .dl:hover {
  background: #f5f5f9;
  color: #333333;
}
.pulic_head_cont .user_detail .user_infor .bit_form.active {
  height: auto;
  top: 83px;
  opacity: 1;
}
.pulic_head_cont .user_detail .balance {
  margin: 0 10px;
  font-size: 14px;
  color: #666666;
}
.pulic_head_cont .user_detail .balance span {
  color: #333333;
}
.pulic_head_cont .user_detail .recharge_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 38px;
  border-radius: 5px;
  background: linear-gradient(27deg, #fc3939, #fd7a83);
  font-size: 14px;
  color: #ffffff;
}

.index_idea_cont {
  width: 100%;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.index_idea_cont .warpin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index_idea_cont .warpin .list {
  min-width: 20%;
  padding:15px 0;
  /*background: #F6F7F9;*/
  border-radius: 10px;
  /*text-align: center;*/
  margin-right:20px;
}
.index_idea_cont .warpin .list .i {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 44px;
  height: 44px;*/
}
.index_idea_cont .warpin .list .i img {
  display: block;
}
.index_idea_cont .warpin .list .txt {
  /*width: calc(100% - 100px);*/
  padding-left: 6px;
}
.index_idea_cont .warpin .list .txt h2 {
  font-size: 18px;
  color: #292828;
  font-weight: bold;
}
.index_idea_cont .warpin .list .txt p {
  font-size: 14px;
  color: #8ca1b4;
}
.index_manner_cont {
  padding: 40px 0 40px;
  background: #fff;
}
.index_manner_cont .title_head {
  text-align: center;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.index_manner_cont .title_min{
  text-align: center;
  font-size: 18px;
  color: #a9a9a9;
  margin-bottom: 40px;
}
.index_manner_cont .title_head img{
  width: 30px;
}
.index_manner_cont .manner_baner_cont {
  position: relative;
}
.index_manner_cont .manner_baner_cont .manner_prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
}
.index_manner_cont .manner_baner_cont .manner_prev img {
  display: block;
  width: 100%;
}
.index_manner_cont .manner_baner_cont .manner_next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
}
.index_manner_cont .manner_baner_cont .manner_next img {
  display: block;
  width: 100%;
}
.index_manner_cont .manner_last {
  width: 100%;
  height: 158px;
  overflow: hidden;
}
.index_manner_cont .manner_last .swiper-slide {
  position: relative;
  overflow: hidden;

}
.index_manner_cont .manner_last .swiper-slide a{
  display: block;
  transition: all 0.6s;
  overflow: hidden;
}
.index_manner_cont .manner_last .swiper-slide img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.index_manner_cont .manner_last .swiper-slide:hover a{
  border-radius: 100px;
}
.index_manner_cont .manner_last .swiper-slide:hover img {
  transform: scale(1.1,1.1);
  border-radius: 100px;
}
.index_manner_cont .manner_last .swiper-slide.hover a{
  border-radius: 100px;
}
.index_manner_cont .manner_last .swiper-slide.hover img {
  transform: scale(1.1,1.1);
  border-radius: 100px;
}
.index_manner_cont .manner_last .swiper-slide span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
.index_video_content {
  /*padding: 30px 0;*/
  /*background: #f7f7f7;*/
}
.video_cont{
  display: flex;
  flex-wrap: wrap;
}
.video_cont .item {
  /*width: 305px;*/
  width: calc(94% / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.video_cont .item:nth-child(4n){
  margin-right: 0;
}
.video_cont .item .tis_cont {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.video_cont .item .tis_cont .video_bg{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: rgba(0,0,0,0.5);*/
}
.video_cont .item .tis_cont .video_bg video{
  display: block;
  width:100%;
  height:100%;
}
.video_cont .item .tis_cont .video_i {
  display: block;
  width: 100%;
  height: 173px;
}
.video_cont .item .tis_cont .video_det {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.video_cont .item .tis_cont .video_det > div {
  margin-right: 5px;
  border-radius: 100px;
}
.video_cont .item .tis_cont .video_det .pict {
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(to right, rgba(130, 0, 255, 0.85), rgba(41, 1, 255, 0.85));
}
.video_cont .item .tis_cont .video_det .time_det {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.video_cont .item .tis_cont .video_det .time_det .time{
  opacity: 0.8;
  overflow: hidden;
  transition: all 0.8s;
  width: 0;
  height: 20px;
}

.video_cont .item:hover .tis_cont .video_det .time_det .time{
  width: 80px;
}
.video_cont .item .tis_cont .video_det .time_det img {
  width: 18px;
  margin-right: 5px;
}
.video_cont .item .tis_cont .operate {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
  opacity: 0;
}
.video_cont .item .tis_cont .operate .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.66);
  border-radius: 6px;
  position: relative;
  margin-bottom: 10px;
}
.video_cont .item .tis_cont .operate .li img {
  width: 16px;
}
.video_cont .item .tis_cont .operate .li span {
  position: absolute;
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.88);
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.6s;
}
.video_cont .item .tis_cont .operate .li span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid rgba(0, 0, 0, 0.88);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.video_cont .item .tis_cont .operate .li:hover span {
  left: -72px;
  opacity: 1;
}
.video_cont .item .bit_deta {
  padding: 12px 8px;
}
.video_cont .item .bit_deta .name {
  font-size: 15px;
  color: #232323;
  padding: 4px 26px 4px 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video_cont .item .bit_deta .name .fl {
  padding: 2px 2px;
  border: 1px solid #ffd303;
  border-radius: 3px;
  font-size: 12px;
  color: #ebb512;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.video_cont .item .bit_deta .deta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video_cont .item .bit_deta .deta .sty {
  font-size: 12px;
  color: #999999;
}
.video_cont .item .bit_deta .deta .seet {
  display: flex;
  align-items: center;
}
.video_cont .item .bit_deta .deta .seet .li {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #535252;
  margin-left: 14px;
}
.video_cont .item .bit_deta .deta .seet .li:first-child {
  margin-left: 0;
}
.video_cont .item .bit_deta .deta .seet .li img {
  margin-right: 2px;
}
.video_cont .item:hover .operate {
  right: 10px;
  opacity: 1;
}
.pulic_footer_cont {
  background: #0c0905;
  /*margin-top: 30px;*/
}
.pulic_footer_cont .foot_cont {
  padding: 60px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #1c1916;
}
.pulic_footer_cont .foot_cont .logo {
  display: block;
}
.pulic_footer_cont .foot_cont .logo img {
  display: block;
  width: 144px;
}
.pulic_footer_cont .foot_cont .navi {
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.pulic_footer_cont .foot_cont .navi .li {
  font-size: 14px;
  color: #ffffff;
  margin-left: 40px;
}
.pulic_footer_cont .foot_copy {
  padding: 40px 0;
  text-align: center;
}
.pulic_footer_cont .foot_copy p {
  font-size: 12px;
  color: #666666;
  padding: 10px 0;
}
.login_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
.login_dc_bg.active {
  display: block;
}
.login_dc_bgs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
.login_dc_bgs.active {
  display: block;
}
.login_dc_cont {
  display: none;
  align-items: center;
  width: 814px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;

  border-radius: 10px;
}
.login_dc_cont .l_cont {
  width: 358px;
  position: relative;
}
.login_dc_cont .l_cont .bg {
  display: block;
  width: 100%;
}
.login_dc_cont .l_cont .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_dc_cont .l_cont .cont .title {
  text-align: center;
  margin-bottom: 50px;
}
.login_dc_cont .l_cont .cont .title h2 {
  font-size: 33px;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.login_dc_cont .l_cont .cont .title p {
  font-size: 32px;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.login_dc_cont .l_cont .cont .dl_last {
  padding-left: 36px;
}
.login_dc_cont .l_cont .cont .dl_last .dl {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.67);
  margin-bottom: 15px;
}
.login_dc_cont .l_cont .cont .dl_last .dl img {
  margin-right: 10px;
}
.login_dc_cont .r_cont {
  width: calc(100% - 358px);
  height: 490px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.login_dc_cont .r_cont .shut_btn {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../i/dc_shut.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.login_dc_cont .r_cont .cont {
  padding: 0 40px;
  width: 100%;
}
.login_dc_cont .r_cont .cont .navi{
  display: flex;
  align-items: center;
  padding:20px 0;
}
.login_dc_cont .r_cont .cont .navi a{
  font-size:15px;
  color:#333;
  margin-right: 20px;
  padding:10px 0;
}
.login_dc_cont .r_cont .cont .navi a.hover{
  color:#2200ff;
  border-bottom:1px solid #2200ff;
}
.login_dc_cont .r_cont .tle {
  font-size: 36px;
  color: #000000;
  /*margin-bottom: 36px;*/
}
.login_dc_cont .r_cont .int {
  width: 100%;
  margin-bottom: 14px;
}
.login_dc_cont .r_cont .cap{
  display: flex;
  justify-content: space-between;
}
.login_dc_cont .r_cont .cap .captcha{
  height: 50px;
  margin-left: 20px;
}
.login_dc_cont .r_cont .int img{
  height: 100%;
}
.login_dc_cont .r_cont .int input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}
.login_dc_cont .r_cont .int_tips {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
}
.login_dc_cont .r_cont .login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  background: linear-gradient(to right, #2200ff, #7f00ff);
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
.login_dc_cont .r_cont .bit_regis {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #999999;
}
.login_dc_cont .r_cont .bit_regis a {
  color: #5d40fb;
}
.login_dc_cont.active {
  display: flex;
}
.pulic_user_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  background: #fff;
}
.pulic_user_content .logo {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #313132;
}
.pulic_user_content .logo img {
  display: block;
  margin-right: 26px;
}
.pulic_user_content .user_detail {
  display: flex;
  align-items: center;
}
.pulic_user_content .user_detail .message {
  margin: 0 20px;
  position: relative;
}
.pulic_user_content .user_detail .message img {
  display: block;
  width: 23px;
}
.pulic_user_content .user_detail .message .num {
  position: absolute;
  right: -6px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fe3652;
  font-size: 12px;
  color: #fff;
}
.pulic_user_content .user_detail .user_infor {
  position: relative;
  padding: 20px 20px;
}
.pulic_user_content .user_detail .user_infor::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #dedfdf;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pulic_user_content .user_detail .user_infor .head {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}
.pulic_user_content .user_detail .user_infor .head .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 4px;
}
.pulic_user_content .user_detail .user_infor .head .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_user_content .user_detail .user_infor .head .arr {
  width: 9px;
  margin-left: 6px;
}
.pulic_user_content .user_detail .user_infor .bit_form {
  display: block;
  position: absolute;
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
  width: 254px;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.17);
  transition: all 0.6s;
  opacity: 0;
}
.pulic_user_content .user_detail .user_infor .bit_form .tip {
  padding: 24px 18px 10px;
  position: relative;
  overflow: hidden;
}
.pulic_user_content .user_detail .user_infor .bit_form .tip::after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  opacity: 0.15;
  filter: blur(20px);
  position: absolute;
  right: -20px;
  top: -20px;
  background: rgba(57, 16, 245, 0.85);
  z-index: -1;
}
.pulic_user_content .user_detail .user_infor .bit_form .user_deta {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.pulic_user_content .user_detail .user_infor .bit_form .user_deta .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
}
.pulic_user_content .user_detail .user_infor .bit_form .user_deta .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_user_content .user_detail .user_infor .bit_form .user_deta .txt {
  width: calc(100% - 48px);
  padding-left: 10px;
}
.pulic_user_content .user_detail .user_infor .bit_form .user_deta .txt .tle {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000000;
}
.pulic_user_content .user_detail .user_infor .bit_form .user_deta .txt .tle .vip {
  display: flex;
  align-items: center;
  margin-left: 5px;
  border-radius: 100px;
  position: relative;
  font-size: 12px;
  background: #f8dca6;
  color: #ac7035;
  padding: 4px 8px 4px 20px;
}
.pulic_user_content .user_detail .user_infor .bit_form .user_deta .txt .tle .vip img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
}
.pulic_user_content .user_detail .user_infor .bit_form .user_deta .txt .id {
  font-size: 14px;
  color: #757474;
  margin-top: 5px;
}
.pulic_user_content .user_detail .user_infor .bit_form .member_cont {
  padding: 20px 18px;
  border-radius: 10px;
  background: url(../i/user_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.pulic_user_content .user_detail .user_infor .bit_form .member_cont .txt {
  width: 74px;
  font-size: 14px;
  color: #ffffff;
}
.pulic_user_content .user_detail .user_infor .bit_form .member_cont .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 30px;
  background: #eabf6f;
  border-radius: 5px;
  font-size: 13px;
  color: #1b1a1a;
  margin-left: 20px;
}
.pulic_user_content .user_detail .user_infor .bit_form .navi_dl {
  padding-bottom: 20px;
}
.pulic_user_content .user_detail .user_infor .bit_form .navi_dl .dl {
  display: block;
  width: 100%;
  position: relative;
  padding: 8px 0 8px 28px;
  font-size: 14px;
  color: #666666;
}
.pulic_user_content .user_detail .user_infor .bit_form .navi_dl .dl .arr {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 8px;
}
.pulic_user_content .user_detail .user_infor .bit_form .navi_dl .dl:hover {
  background: #f5f5f9;
  color: #333333;
}
.pulic_user_content .user_detail .user_infor .bit_form.active {
  height: auto;
  top: 83px;
  opacity: 1;
}
.pulic_user_content .user_detail .balance {
  margin: 0 10px;
  font-size: 14px;
  color: #666666;
}
.pulic_user_content .user_detail .balance span {
  color: #333333;
}
.pulic_user_content .user_detail .recharge_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 38px;
  border-radius: 5px;
  background: linear-gradient(27deg, #fc3939, #fd7a83);
  font-size: 14px;
  color: #ffffff;
}
.pulic_user_content .r_cont {
  display: flex;
  align-items: center;
}
.pulic_user_content .r_cont .navi {
  display: flex;
  align-items: center;
}
.pulic_user_content .r_cont .navi .li {
  position: relative;
  margin: 0 14px;
  font-size: 14px;
  color: #ffffff;
}
.pulic_user_content .r_cont .navi .li span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  text-align: center;
  padding: 4px 0;
  background: #fd274a;
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
}
.pulic_user_content .r_cont .login_cont {
  margin: 0 18px;
  display: flex;
  align-items: center;
}
.pulic_user_content .r_cont .login_cont .login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 38px;
  border-radius: 5px;
  border: 2px solid #67646c;
  font-size: 14px;
  color: #333;
  margin: 0 18px;
}
.pulic_user_content .r_cont .login_cont .regis_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 38px;
  border-radius: 5px;
  background: linear-gradient(to right, #8200ff, #2400ff);
  border: 2px solid #1ce2fc;
  font-size: 14px;
  color: #ffffff;
}
.pulic_user_content .r_cont .login_cont .regis_btn a {
  color: #fff;
}
.pulic_user_content .r_cont .login_cont .regis_btn span {
  position: absolute;
  width: 194px;
  height: 40px;
  background: linear-gradient(to right, rgba(130, 0, 255, 0.37), rgba(36, 0, 255, 0.37));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
  border: 2px solid #1ce2fc;
  border-radius: 10px;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.pulic_user_content .r_cont .login_cont .regis_btn span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid #1ce2fc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.pulic_user_content .r_cont .login_cont .regis_btn span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid rgba(130, 0, 255, 0.37);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.pulic_user_content .r_cont .login_cont .language_btn {
  display: block;
  margin-left: 15px;
}
.pulic_user_content .r_cont .login_cont .language_btn img {
  display: block;
  width: 100%;
}
.user_pulic_content {
  background: #f4f5f8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 74px;
  display: flex;
}
.user_navi_box {
  width: 240px;
  height: calc(100vh - 74px);
  background: #fff;
  padding: 36px 16px 24px 40px;
}
.user_navi_box .video_template {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  background: #f3f7fb;
  padding-left: 20px;
  font-size: 16px;
  color: #4d1dfa;
  margin-bottom: 24px;
}
.user_navi_box .video_template img {
  width: 14px;
  margin-right: 8px;
}
.user_navi_box .navi_tle {
  padding: 10px 0 10px 16px;
  font-size: 12px;
  color: #999999;
}
.user_navi_box .navi_dl .li {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
  font-size: 14px;
  color: #666666;
  border-radius: 5px;
}
.user_navi_box .navi_dl .li img {
  margin-right: 6px;
  width: 16px;
  height: 18px;
}
.user_navi_box .navi_dl .li:hover,.user_navi_box .navi_dl .li.hover  {
  background: #f1f2f4;
  color: #333333;
}
.user_navi_box .user_infor {
  text-align: center;
}
.user_navi_box .user_infor .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.user_navi_box .user_infor .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_navi_box .user_infor .name {
  text-align: center;
  font-size: 21px;
  color: #000000;
  margin-bottom: 6px;
}
.user_navi_box .user_infor .lv {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 100px;
  background: #c0c7d6;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
}
.user_pulic_bg {
  padding: 20px 30px;
  width: 100%;
  overflow-y: scroll;
}
.user_pulic_bg .cont_bg {
  padding: 32px 30px;
  background: #fff;
  border-radius: 10px;
}
.user_pulic_bg .user_cont_title {
  margin-bottom: 20px;
}
.user_pulic_bg .user_cont_title .title_head {
  display: flex;
  align-items: center;
  /*margin-bottom: 20px;*/
  position: relative;
}
.user_pulic_bg .user_cont_title .title_head .title.active{
    border-bottom: 2px solid #6f00ff;
}
.user_pulic_bg .user_cont_title .title_head .title {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
  margin-right: 34px;
    padding: 0 0 5px;
}
.user_pulic_bg .user_cont_title .title_head .tle_navi {
  display: flex;
  align-items: center;
}
.user_pulic_bg .user_cont_title .title_head .tle_navi .li {
  margin-right: 30px;
  font-size: 17px;
  color: #7f8792;
  position: relative;
}
.user_pulic_bg .user_cont_title .title_head .tle_navi .li::after {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background: #6236ff;
  border-radius: 100px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
  opacity: 0;
}
.user_pulic_bg .user_cont_title .title_head .tle_navi .li:hover,
.user_pulic_bg .user_cont_title .title_head .tle_navi .li.hover {
  color: #5c23fc;
}
.user_pulic_bg .user_cont_title .title_head .tle_navi .li:hover::after,
.user_pulic_bg .user_cont_title .title_head .tle_navi .li.hover::after {
  bottom: -10px;
  opacity: 1;
}
.user_pulic_bg .user_cont_title .title_head .add_pro {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 34px;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(to right, #3400ff, #7000ff);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.user_pulic_bg .user_cont_title .title_head .add_pro img {
  margin-right: 8px;
  width: 15px;
}
.user_pulic_bg .user_cont_title .anima_seet {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.user_pulic_bg .user_cont_title .anima_seet .li {
  border-radius: 100px;
  margin-right: 15px;
  font-size: 14px;
  color: #666666;
  padding: 5px 8px;
}
.user_pulic_bg .user_cont_title .anima_seet .li:hover,
.user_pulic_bg .user_cont_title .anima_seet .li.hover {
  color: #fff;
  background: linear-gradient(to right, #3500ff, #6f00ff);
}
.ani_manage .tis_head {
  font-size: 15px;
  color: #3e3d3f;
  padding: 30px 0;
}
.ani_last {
  display: flex;
  flex-wrap: wrap;
}
.ani_last .ani_item {
  width: calc(96% / 5);
  margin-right: 1%;
  position: relative;
}
.ani_last .ani_item:nth-child(5n) {
  margin-right: 0;
}
.ani_last .ani_item .tis_cont {
  position: relative;
  width: 100%;
  padding: 15px 16px;
  background: #f1f2f4;
  border-radius: 10px;
  display: block;
}
.ani_last .ani_item .tis_cont .tips {
  position: absolute;
  right: 0;
  top: -11px;
  padding: 4px 8px;
  border-radius: 100px;
  font-size: 12px;
  color: #ffffff;
  background: linear-gradient(to right, #876eff, #bb7cfe);
  z-index: 4;
}
.ani_last .ani_item .tis_cont .tips::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid #bb7cfe;
  border-top: 8px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 0;
  bottom: -8px;
}
.ani_last .ani_item .tis_cont .tips.comp {
  color: #883f17;
  background: linear-gradient(to right, #ba855a, #e4b17a);
}
.ani_last .ani_item .tis_cont .tips.comp::after {
  border-right: 8px solid #e4b17a;
}
.ani_last .ani_item .tis_cont .tips.comp.active{
  color: #ffffff;
  background: linear-gradient(to right, #767676, #767676);
}
.ani_last .ani_item .tis_cont .tips.comp2.active{
  color: #ffffff;
  background: linear-gradient(to right, #ff0000, #ff0000);
}
.ani_last .ani_item .tis_cont .tips.comp.active::after{
  border-right: 8px solid #767676;
}
.ani_last .ani_item .tis_cont .tips.comp2.active::after{
  border-right: 8px solid #ff0000;
}
.ani_last .ani_item .tis_cont .video_box {
  width: 100%;
  height: 158px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ani_last .ani_item .tis_cont .video_box .video_i {
  display: block;
  width: 100%;
  /*height: 100%;*/
}
.ani_last .ani_item .tis_cont .video_box .video_det {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 6px;
  left: 10px;
}
.ani_last .ani_item .tis_cont .video_box .video_det .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  padding: 0 8px;
  height: 25px;
  background: #000;
  border-radius: 100px;
}
.ani_last .ani_item .tis_cont .video_box .video_det .time img {
  margin-right: 5px;
}
.ani_last .ani_item .tis_cont .video_box .video_det .dpi {
  padding: 0 8px;
  height: 25px;
  display: flex;
  align-items: center;
  background: #d2be25;
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
  border-radius: 100px;
}
.ani_last .ani_item .menu_btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: 8px;
  bottom: 62px;
  z-index: 6;
}
.ani_last .ani_item .menu_btn.bt8{
  bottom:8px !important;
}
.ani_last .ani_item .menu_btn .menu_dl {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  width: 140px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.ani_last .ani_item .menu_btn .menu_dl .li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #505666;
  padding: 12px 6px;
  cursor: pointer;
}
.ani_last .ani_item .menu_btn .menu_dl .li img {
  margin-right: 4px;
  filter: grayscale(1000%);
}
.ani_last .ani_item .menu_btn .menu_dl .li:hover {
  background: #f2f2f2;
}
.ani_last .ani_item .menu_btn .menu_dl .li.active img {
  filter: grayscale(0%);
}
.ani_last .ani_item .menu_btn:hover .menu_dl {
  display: block;
}
.ani_last .ani_item .bit_seet {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 62px;
  left: 8px;
  z-index: 4;
}
.ani_last .ani_item .bit_seet.bt8{
  bottom:8px !important;
}
.ani_last .ani_item .bit_seet .btn {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  background: #fff;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 12px;
  color: #333e4d;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}
.ani_last .ani_item  .bit_seet .btn img {
  margin-right: 4px;
}
.ani_last .ani_item .tis_cont .edit_btn {
  display: none;
  width: calc(100% - 70px);
  height: 32px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #383838;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 4;
}
.ani_last .ani_item .tis_cont .sche_line {
  display: none;
  width: calc(100% - 70px);
  height: 8px;
  position: absolute;
  left: 8px;
  bottom: 16px;
  border-radius: 100px;
  background: #fff;
  z-index: 3;
}
.ani_last .ani_item .tis_cont .sche_line .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #2700ff, #7c00ff);
  border-radius: 100px;
}
.ani_last .ani_item .tis_cont .sche_line .sche_num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #1e1e5b;
}
.ani_last .ani_item .tis_cont .bg {
  display: block;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.8s;
}
.ani_last .ani_item .video_name {
  padding: 10px 0 0;
  font-size: 17px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ani_last .ani_item .video_name .xrsb{
    color: red;
    font-size: 14px;
}
.ani_last .ani_item .video_ddh{
    margin-bottom: 10px;
    color: #777777;
}
.ani_last .ani_item:hover .menu_btn {
  display: flex;
}
.ani_last .ani_item:hover .edit_btn {
  display: flex;
}
.ani_last .ani_item:hover .bit_seet {
  display: flex;
}
.ani_last .ani_item:hover .sche_line {
  display: block;
}
.ani_last .ani_item:hover .tis_cont .bg {
  height: 100%;
}
.vip_recharge {
  display: flex;
  align-items: center;
  box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.35);
  padding: 4px 12px 4px 24px;
  border-radius: 100px;
  background: #f8dca6;
  font-size: 12px;
  color: #ac7035;
  position: relative;
}
.vip_recharge img {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.vip_recharge.jd{
  background: #6355ad;
  color: #d0d0dd;
}
.vip_recharge.mf {
  background: #c9d3e5;
  color: #616b7c;
}
.vip_recharge.nf {
  background: #606077;
  color: #d0d0dd;
}
.user_personal .tis_content {
  display: flex;
  align-items: center;
  padding: 30px 60px;
  position: relative;
  background: #f3f7fb;
  margin-bottom: 30px;
}
.user_personal .tis_content .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  overflow: hidden;
}
.user_personal .tis_content .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_personal .tis_content .detail_box {
  width: calc(100% - 78px);
  padding-left: 20px;
  position: relative;
}
.user_personal .tis_content .detail_box .title {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #222121;
}
.user_personal .tis_content .detail_box .id {
  font-size: 14px;
  color: #757474;
}
.user_personal .tis_content .detail_box .genre {
  font-size: 13px;
  color: #666666;
  margin-top: 10px;
}
.user_personal .tis_content .detail_box .up_member {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 34px;
  background: #6464f8;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.user_personal .infor_form {
  padding: 50px 0;
}
.user_personal .infor_form .form_cont {
  position: relative;
  width: 600px;
}
.user_personal .infor_form .form_cont .dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.user_personal .infor_form .form_cont .dl .dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 96px;
  font-size: 14px;
  color: #1f1f1f;
}
.user_personal .infor_form .form_cont .dl .dt em {
  color: 14px;
  color: #ff0000;
}
.user_personal .infor_form .form_cont .dl .dd {
  width: 494px;
}
.user_personal .infor_form .form_cont .dl .dd input {
  width: 100%;
  height: 34px;
  padding-left: 14px;
  border: 1px solid #e0e0e3;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  background: #fff;
}
.user_personal .infor_form .form_cont .dl .dd select {
  width: 100%;
  height: 34px;
  padding-left: 14px;
  border: 1px solid #e0e0e3;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}
.user_personal .infor_form .form_cont .upload_ava {
  position: absolute;
  right: -160px;
  top: 40px;
}
.user_personal .infor_form .form_cont .upload_ava .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.user_personal .infor_form .form_cont .upload_ava .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_personal .infor_form .form_cont .upload_ava .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 34px;
  background: #5d36ff;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  margin: 10px auto;
  position: relative;
}
.user_personal .infor_form .form_cont .upload_ava .sub_btn input{
  display: block;
  width:100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  opacity: 0;
}
.user_personal .infor_form .form_cont .pass_dl {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.user_personal .infor_form .form_cont .pass_dl .dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100px;
  font-size: 14px;
  color: #1f1f1f;
}
.user_personal .infor_form .form_cont .pass_dl .dt em {
  font-size: 14px;
  color: #ff0000;
}
.user_personal .infor_form .form_cont .pass_dl .dd {
  width: 494px;
  margin-left: 10px;
}
.user_personal .infor_form .form_cont .pass_dl .dd input {
  width: 100%;
  height: 34px;
  padding-left: 20px;
  border: 1px solid #e0e0e3;
  border-radius: 5px;
}
.user_personal .infor_form .form_cont .pass_dl .dd .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 38px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(to right, #3400ff, #6e00ff);
}
.member_management {
  width: 90%;
  margin: 0 auto;
}
.member_management .tis_navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.member_management .tis_navi .li {
  width: calc(100% / 4);
  padding: 14px 0;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  /*transition: all 0.8s;*/
  background: #ccc;
}
.member_management .tis_navi .li .vip_recharge {
  margin-right: 8px;
}
/*.member_management .tis_navi .li.active:nth-child(1) {
  background: #9aa6bc;
  background: url(../i/recha_bg_1.png) no-repeat center;
  background-size: cover;
}
.member_management .tis_navi .li.active:nth-child(2) {
  background: #cdab69;
  background: url(../i/recha_bg_2.png) no-repeat center;
  background-size: cover;
}
.member_management .tis_navi .li.active:nth-child(3) {
  background: #0196d5;
  background: url(../i/recha_bg_4.png) no-repeat center;
  background-size: cover;
}
.member_management .tis_navi .li.active:nth-child(4) {
    background: #292939;
    background: url(../i/recha_bg_3.png) no-repeat center;
    background-size: cover;
}*/
.member_management .tis_navi .li.active{
  /*width: 60%;*/
  background: linear-gradient( #4927ff, #9526ff);
}
.member_management .bit_content {
  padding: 15px 28px;
  background: #edeef0;
}
.member_management .bit_content .cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.member_management .bit_content .cont .limits {
  width: 312px;
  height: 506px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}
.member_management .bit_content .cont .limits .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #05052b;
  position: relative;
  z-index: 2;
}
.member_management .bit_content .cont .limits .title img {
  margin: 0 4px;
}
.member_management .bit_content .cont .limits .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.member_management .bit_content .cont .limits .dl .dt {
  font-size: 15px;
  color: #2f333b;
}
.member_management .bit_content .cont .limits .dl .dd {
  font-size: 15px;
  color: #666d79;
  text-align: right;
}
.member_management .bit_content .cont .limits .bit_trast {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 34px;
  border: 1px solid #9aa6bc;
  font-size: 14px;
  color: #9aa6bc;
}
.member_management .bit_content .cont .limits::after {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background: linear-gradient(#eff1ff, #fff);
  position: absolute;
  top: 0;
  left: 0;
}
.member_management .bit_content .cont .recharge_detail {
  width: calc(100% - 330px);
}
.member_management .bit_content .cont .recharge_detail .recharge_cont {
  margin-bottom: 10px;
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .title {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to right, #f4f5f6, #f1f2f6);
  border: 1px solid #fff;
  border-bottom: 0px;
  padding: 10px 40px 10px 14px;
  font-size: 20px;
  color: #161617;
  margin-bottom: -1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail {
  position: relative;
  padding: 30px 28px 20px 30px;
  border: 1px solid #fff;
  background: linear-gradient(to right, #f4f5f6, #e8e7f6);
  overflow: hidden;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail .price_last {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail .price_last .li {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 203px;*/
  /*height: 87px;*/
  padding: 0 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #b4b5b6;
  font-size: 20px;
  color: #5334fa;
  margin-right: 14px;
  margin-bottom: 14px;
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail .price_last .li span {
  font-size: 30px;
  color: #5334fa;
  transform: translateY(-4px);
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail .price_last .li:hover,
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail .price_last .li.hover {
  background: #f1eefa;
  border: 1px solid #5334fa;
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail .price_last .li:nth-child(4n) {
  margin-right: 0;
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail .custom_int {
  display: flex;
  align-items: center;
  width: 414px;
  height: 50px;
  border: 1px solid #b4b5b6;
  border-radius: 10px;
  overflow: hidden;
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail .custom_int input {
  width: 326px;
  height: 100%;
  padding-left: 14px;
  border: none;
  font-size: 14px;
}
.member_management .bit_content .cont .recharge_detail .recharge_cont .re_detail .custom_int .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 326px);
  height: 100%;
  background: #5334fa;
  font-size: 16px;
  color: #fff;
}
.member_management .bit_content .cont .recharge_detail .order_payment {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.member_management .bit_content .cont .recharge_detail .order_payment .title {
  font-size: 20px;
  color: #161617;
  margin-bottom: 14px;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box {
  display: flex;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .l_navi {
  width: 130px;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .l_navi .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  font-size: 15px;
  color: #656a72;
  cursor: pointer;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .l_navi .li:hover,
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .l_navi .li.hover {
  background: #f1f2f4;
  color: #2a2b2d;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .r_pay {
  width: calc(100% - 130px);
  padding-left: 20px;
  position: relative;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .r_pay h2 {
  font-size: 15px;
  color: #1c1d20;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .r_pay h2 span {
  font-size: 14px;
  color: #f44549;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .r_pay h2 span em {
  font-size: 32px;
  color: #f44549;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .r_pay p {
  font-size: 14px;
  color: #a2a6ae;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .r_pay p a {
  color: #4870f0;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .r_pay .accoun_btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 48px;
  font-size: 17px;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  background: linear-gradient(-30deg, #2700ff, #5501ff);
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .r_pay .pay_cont {
  display: none;
}
.member_management .bit_content .cont .recharge_detail .order_payment .bit_box .r_pay .pay_cont:nth-child(1) {
  display: block;
}
.payment_successful_dc {
  width: 482px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 14;
  display: none;
}
.payment_successful_dc .shut_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../i/dc_shut.png) no-repeat center;
  background-size: cover;
}
.payment_successful_dc .title_head {
  display: block;
  font-size: 18px;
  color: #232121;
}
.payment_successful_dc .tis_content {
  padding: 20px 0;
  text-align: center;
}
.payment_successful_dc .tis_content .state {
  text-align: center;
}
.payment_successful_dc .tis_content .state img {
  display: block;
  margin: 0 auto 10px;
}
.payment_successful_dc .tis_content .state h2 {
  font-size: 20px;
  color: #171717;
}
.payment_successful_dc .tis_content .state_inf {
  font-size: 15px;
  color: #999999;
}
.payment_successful_dc .tis_content .state_inf em {
  color: #ff3333;
}
.payment_successful_dc .bit_infor {
  padding: 10px;
  border: 1px solid #b4b5b6;
  border-radius: 5px;
  margin-bottom: 15px;
}
.payment_successful_dc .bit_infor .tips {
  padding: 5px 10px;
  border: 1px solid #f9db9f;
  border-radius: 5px;
  font-size: 15px;
  color: #bc8e6f;
  background: #fef7e9;
  margin-bottom: 10px;
}
.payment_successful_dc .bit_infor .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.payment_successful_dc .bit_infor .dl .dt {
  text-align: left;
  font-size: 14px;
  color: #999999;
}
.payment_successful_dc .bit_infor .dl .dd {
  text-align: right;
  font-size: 14px;
  color: #333333;
}
.payment_successful_dc .copy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  background: #2700ff;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
}
.product_table_cont {
  padding: 20px 0;
}
.product_table_cont table {
  width: 100%;
  border: 1px solid #ebebeb;
}
.product_table_cont table th {
  padding: 12px 0;
  background: #f1f2f4;
  border: 1px solid #ebebeb;
  font-size: 13px;
  color: #3d3d3d;
}
.product_table_cont table td {
  padding: 13px 0;
  text-align: center;
  font-size: 13px;
  color: #3d3d3d;
  border: 1px solid #ebebeb;
}
.product_table_cont table td .i {
  display: inline-flex;
  width: 75px;
  height: 65px;
  border: 1px solid #ebebeb;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.product_table_cont table td .i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_table_cont table td .seet_btn .btn {
  display: inline-block;
  padding: 8px 22px;
  background: #ededee;
  border-radius: 3px;
  margin: 0 4px;
  font-size: 13px;
  color: #3d3d3d;
}
.product_table_cont table td .seet_btn .btn img{
  margin-right: 4px;
  width: 18px;
}
.product_table_cont table td .seet_btn .btn.btn_1 {
  background: #6845f3;
  color: #fff;
}
.product_table_cont table .tz_1{
  display: inline-block;
  padding:5px 10px;
  border-radius: 100px;
  background: linear-gradient(to right,rgb(187,134,90),rgb(224,176,143));
  color:rgb(160,96,54);
}
.product_table_cont table .tz_1.active{
  background: linear-gradient(to right, rgb(151 151 151), rgb(173 163 156));
  color: rgb(255 255 255);
}
.product_table_cont table .tz_1.shibai{
  background: linear-gradient(to right, rgb(201 20 20), rgb(185 75 0));
  color: rgb(255 255 255);
}
.wan_inf_cont{
  position: relative;
  z-index: 2;
}
.wan_inf_cont .wan_head{
  padding:10px 0;
}
.wan_inf_cont .wan_dl{
  display: flex;
  margin-bottom: 10px;
}
.wan_inf_cont .wan_dl .tj_btn{
  display: inline-block;
  padding: 8px 22px;
  background: #7218e9;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  margin: 0 auto;
  width: 30%;
  display: none;
  cursor: pointer;
}
.wan_inf_cont .wan_dl .dt{
  width: 15%;
  font-size:22px;
  /*font-weight: bold;*/
  color:#333;
}
.wan_inf_cont .wan_dl .dd{
  width: 85%;
  padding-left:10px;
  color:#333;
}
.wan_inf_cont .wan_dl .dd .li{
  border:1px solid #999;
  margin-bottom:10px;
  padding:5px 10px;
  text-align: left;
}
.wan_inf_cont .wan_dl .dd .li input{
  border: none;
  /*border-bottom: 1px solid #959595;*/
  width: 85%;
}
.wan_inf_cont .wan_dl .dd .li:last-child{
  margin-bottom: 0;
}
.wan_inf_cont .wan_dl .dd span{
  color:#666;
}
.wan_inf_cont .wan_head_detail{
  position: absolute;
  top:100%;
  left:0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.55);
}
.wan_inf_contain{
  padding: 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.wan_inf_contain .cont_dl {
  /*width: 333px;
  margin-right: 48px;
  margin-top: 60px;
  */
  width:50%;
  padding:0 2%;
}
.wan_inf_contain .cont_dl .tle {
  width: 100%;
  height: 46px;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  padding: 0 22px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.wan_inf_contain .cont_dl .tle .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #4927ff, #9526ff);
  transform: skew(353deg);
  transform-origin: top left;
}
.wan_inf_contain .cont_dl .tle span {
  position: relative;
  z-index: 2;
}
.wan_inf_contain .cont_dl .int_cont {
  width: 100%;
  padding: 33px 18px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  transform: translateY(-10px);
  box-shadow: 1px 0px 29px rgba(153, 153, 153, 0.09);
}
.wan_inf_contain .cont_dl .int {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.wan_inf_contain .cont_dl .int input {
  width: 100%;
  height: 50px;
  padding-right: 60px;
  padding-left: 14px;
  font-size: 16px;
  color: #333;
  border: 1px solid #f0f1f3;
  border-radius: 10px;
  box-sizing: border-box;
}
.wan_inf_contain .cont_dl .int input::placeholder {
  color: #999999;
}
.wan_inf_contain .cont_dl .int .num {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #999999;
}
.wan_inf_contain .cont_dl .int .num span {
  color: #636366;
}
.wan_inf_contain .cont_dl .int:last-child {
  margin-bottom: 0;
}
.wan_inf_contain .int_cont{
  width:100%;
  padding:10px 2%;
}
.wan_inf_contain .int_cont input{
  width:100%;
  height:50px;
  border-radius: 5px;
  padding-left:10px;
  box-sizing: border-box;
  font-size:15px;
  color:#333;
  border:1px solid #a5a5a5;
}
.product_table_bit {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.product_table_bit em {
  color: #3700ff;
}
.message_tis_navi {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.message_tis_navi .li {
  padding: 4px 10px;
  border-radius: 100px;
  margin-right: 10px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.message_tis_navi .li.hover,
.message_tis_navi .li:hover {
  color: #fff;
  background: linear-gradient(to right, #3500ff, #6f00ff);
}
.message_bit_cont {
  padding: 10px 0 20px;
}
.message_bit_cont .list {
  padding: 20px 32px;
  background: #f1f2f4;
  position: relative;
  margin-bottom: 20px;
}
.message_bit_cont .list .new {
  display: block;
  width: 8px;
  height: 8px;
  background: #fe3652;
  border-radius: 100px;
  position: absolute;
  left: 16px;
  top: 10px;
}
.message_bit_cont .list .tle {
  font-size: 14px;
  color: #333333;
}
.message_bit_cont .list .time {
  font-size: 13px;
  color: #908f8f;
}
.about_cont_bg {
  padding: 30px 0;
  background: #f3f4f7;
}
.pulic_megas_tle {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 13px;
  color: #999999;
}
.pulic_megas_tle img {
  margin-right: 3px;
}
.about_content {
  background: #fff;
  overflow: hidden;
}
.about_content .navi {
  display: flex;
  align-items: center;
  padding: 0 40px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.about_content .navi .li {
  padding: 20px 0;
  margin-right: 70px;
  position: relative;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.about_content .navi .li::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #5517ff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.7s;
  opacity: 0;
}
.about_content .navi .li:hover,
.about_content .navi .li.hover {
  color: #5517ff;
}
.about_content .navi .li:hover::after,
.about_content .navi .li.hover::after {
  bottom: 0;
  opacity: 1;
}
.about_content .deta_cont {
  padding-top: 30px;
}
.about_content .deta_cont .cont{
  display: none;
}
.about_content .deta_cont .cont.hover{
  display: block;
}
.about_content .deta_cont .cont > img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.about_content .deta_cont .cont .det_dl {
  padding: 30px 20px;
}
.about_content .deta_cont .cont .det_dl video{
  width: 100%;
  height: auto;
}
.about_content .deta_cont .cont .det_dl .list {
  margin-bottom: 24px;
}
.about_content .deta_cont .cont .det_dl .list h2 {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: bold;
  margin-bottom: 10px;
}
.about_content .deta_cont .cont .det_dl .list h3 {
  font-size: 16px;
  color: #1b1b1b;
  font-weight: bold;
  margin-bottom: 10px;
}
.about_content .deta_cont .cont .det_dl .list p {
  font-size: 14px;
  color: #1b1b1b;
  margin-bottom: 10px;
}
.about_content .deta_cont .cont .det_dl .last {
  margin-bottom: 40px;
}
.about_content .deta_cont .cont .det_dl .last h1 {
  font-size: 20px;
  font-weight: bold;
  color: #1b1b1b;
  margin-bottom: 14px;
}
.privi_case_1 {
  padding: 110px 0;
  background: url(../i/member_tis_bg.png) no-repeat center top;
  background-size: cover;
}
.privi_case_1 .title_head {
  text-align: center;
  margin-bottom: 46px;
}
.privi_case_1 .title_head h2 {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}
.privi_case_1 .title_head p {
  font-size: 18px;
  color: #ffffff;
}
.privi_case_1 .last_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.privi_case_1 .last_cont .list {
  width: 398px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #cfcdcd;
}
.privi_case_1 .last_cont .list .head {
  padding: 34px 0 34px 24px;
  position: relative;
  overflow: hidden;
}
.privi_case_1 .last_cont .list .head h2 {
  font-size: 32px;
  color: #ffffff;
}
.privi_case_1 .last_cont .list .head p {
  font-size: 16px;
  color: #ffffff;
}
.privi_case_1 .last_cont .list .head::after {
  content: "";
  display: block;
  width: 131px;
  height: 120px;
  background: url(../i/mem_v.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -20px;
  bottom: -10px;
}
.privi_case_1 .last_cont .list .head::before {
  content: "";
  display: block;
  width: 240px;
  height: 100%;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  left: -25%;
  top: 0;
  filter: blur(120px);
}
.privi_case_1 .last_cont .list:nth-child(1) .head {
  background: #9ba8bf;
}
.privi_case_1 .last_cont .list:nth-child(2) .head {
  background: #c4a058;
}
.privi_case_1 .last_cont .list:nth-child(3) .head {
  background: #292939;
}
.privi_case_1 .last_cont .list .bit_deta {
  padding: 50px 30px 20px;
}
.privi_case_1 .last_cont .list .bit_deta .head_pirce {
  text-align: center;
  height: 70px;
}
.privi_case_1 .last_cont .list .bit_deta .head_pirce h2 {
  font-size: 18px;
  color: #999999;
}
.privi_case_1 .last_cont .list .bit_deta .head_pirce h2 span {
  font-size: 46px;
  color: #202020;
  line-height: 24px;
  height: 24px;
}
.privi_case_1 .last_cont .list .bit_deta .head_pirce h2 em {
  font-size: 19px;
  color: #313131;
  display: inline-block;
  vertical-align: bottom;
}
.privi_case_1 .last_cont .list .bit_deta .head_pirce p {
  font-size: 15px;
  color: #999999;
}
.privi_case_1 .last_cont .list .bit_deta .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #2900ff, #7002ff);
  margin-bottom: 20px;
}
.privi_case_1 .last_cont .list .bit_deta .sub_btn.free {
  background: #fff;
  border: 1px solid #cccccc;
  color: #333333;
}
.privi_case_1 .last_cont .list .bit_deta .infor h2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 12px;
}
.privi_case_1 .last_cont .list .bit_deta .infor p {
  position: relative;
  font-size: 15px;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 20px;
}
.privi_case_1 .last_cont .list .bit_deta .infor p .i {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.privi_case_1 .last_cont .list .bit_deta .infor p .i img {
  display: block;
}
.privi_case_2 {
  padding: 90px 0 80px;
  background: #f3f6ff;
}
.privi_case_2 .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #1d2029;
  margin-bottom: 30px;
}
.privi_case_2 .table_cont {
  width: 100%;
}
.privi_case_2 .table_cont .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ced4e8;
}
.privi_case_2 .table_cont .tr > div {
  width: calc(100% / 4);
}
.privi_case_2 .table_cont .thead {
  background: #e5ebff;
}
.privi_case_2 .table_cont .thead .th {
  padding: 32px 0 20px;
  border-right: 1px solid #ced4e8;
  text-align: center;
  font-size: 20px;
  color: #1d2029;
}
.privi_case_2 .table_cont .thead .th h2 {
  font-size: 17px;
  color: #474952;
}
.privi_case_2 .table_cont .thead .th p {
  padding: 8px 0;
  font-size: 15px;
  color: #999999;
}
.privi_case_2 .table_cont .thead .th p em {
  font-size: 28px;
  font-weight: bold;
  color: #303135;
}
.privi_case_2 .table_cont .thead .th a {
  display: inline-block;
  width: 174px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  font-size: 17px;
  color: #ffffff;
  background: linear-gradient(to right, #2d01ff, #6403fe);
}
.privi_case_2 .table_cont .thead .th a.free {
  border: 1px solid #1859f9;
  background: #fff;
  color: #1659f8;
}
.privi_case_2 .table_cont .thead .th:last-child {
  border-right: 0;
}
.privi_case_2 .table_cont .thead .th:first-child {
  text-align: left;
  padding-left: 26px;
}
.privi_case_2 .table_cont .tbody .td {
  padding: 14px 0;
  text-align: center;
  border-right: 1px solid #e5e5e8;
  font-size: 16px;
  color: #333333;
}
.privi_case_2 .table_cont .tbody .td:nth-child(1) {
  text-align: left;
  padding-left: 26px;
}
.privi_case_3 {
  padding: 76px 0 64px;
}
.privi_case_3 .title {
  text-align: center;
  padding: 30px 0;
  font-size: 40px;
  font-weight: bold;
  color: #1d2029;
}
.privi_case_3 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.privi_case_3 .last_cont .list {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #efefef;
  padding: 24px 22px;
}
.privi_case_3 .last_cont .list:nth-child(2n) {
  margin-right: 0;
}
.privi_case_3 .last_cont .list h2 {
  font-size: 20px;
  color: #1d2029;
  margin-bottom: 10px;
}
.privi_case_3 .last_cont .list p {
  font-size: 15px;
  color: #535866;
}
.template_detail_content {
  padding: 30px 0;
  background: #fafafa;
}
.template_detail_content .cont_bg {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.template_detail_content .l_cont {
  width: 828px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.template_detail_content .l_cont .tis_video {
  width: 100%;
}
.template_detail_content .l_cont .tis_video img,
.template_detail_content .l_cont .tis_video video {
  display: block;
  width: 100%;
  height: 600px;
}
.template_detail_content .l_cont .bit_detail {
  padding: 12px;
}
.template_detail_content .l_cont .video_data {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
.template_detail_content .l_cont .video_data .li {
  display: flex;
  margin-right: 30px;
  font-size: 14px;
  color: #3f3f3f;
}
.template_detail_content .l_cont .video_data .li img {
  margin-right: 4px;
}
.template_detail_content .l_cont .video_data .li span {
  color: #000000;
}
.template_detail_content .l_cont .video_infor {
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
.template_detail_content .l_cont .video_infor .tips {
  font-size: 12px;
  color: #999999;
  margin-bottom: 18px;
}
.template_detail_content .l_cont .video_infor .dl_last {
  /*display: flex;
  flex-wrap: wrap;*/
}
.template_detail_content .l_cont .video_infor .dl_last .dl {
  /*width: 42%;*/
  padding: 5px 0;
  font-size: 14px;
  color: #666666;
  display: flex;
  /*justify-content: space-between;*/
}
.template_detail_content .l_cont .video_infor .dl_last .dl span {
  color: #999999;
  margin-right: 10px;
}
#users_product_id {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
#shitu_id {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
#jiantou{
  position: absolute;
  content: "";
  top: 50%;
  left: 95%;
  transform: translate(-50%, -50%) rotate(315deg);
  border-left: 2px solid gray;
  border-bottom: 2px solid gray;
  width: 10px;
  height: 10px;
}
.template_detail_content .l_cont .video_story {
  padding: 14px 0;
}
.template_detail_content .l_cont .video_story .tis_title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}
.template_detail_content .l_cont .video_story .tis_title span {
  font-size: 18px;
  margin-right: 6px;
  color: #333333;
}
.bottom_vieo .video_story .tis_title{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}
.bottom_vieo .video_story .tis_title span{
  font-size: 18px;
  margin-right: 6px;
  color: #333333;
}
.bottom_vieo .video_story .video_cont{
  display: flex;
  justify-content: space-between;
}
.bottom_vieo .video_story video{
  width: 49%;
  margin-bottom: 20px;
}
.template_detail_content .l_cont .video_story .det_img {
  display: block;
}
.template_detail_content .l_cont .video_story .det_img img {
  display: block;
  width: 100%;
}
.template_detail_content .r_cont {
  width: 430px;
  padding: 32px 20px;
  background: #fff;
  border-radius: 10px;
}
.template_detail_content .r_cont .tis_navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.template_detail_content .r_cont .tis_navi .li {
  padding: 10px 0;
  width: 32%;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  font-size: 16px;
  color: #525456;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.template_detail_content .r_cont .tis_navi .li span {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #fd274a, #fd7762);
  border-radius: 5px;
  border-bottom-left-radius: 0;
  font-size: 12px;
  color: #fff;
  padding: 3px 6px;
}
.template_detail_content .r_cont .tis_navi .li:hover,
.template_detail_content .r_cont .tis_navi .li.hover {
  color: #5427ff;
  font-size: 16px;
  border: 1px solid #5427ff;
}
.template_detail_content .r_cont .price_det {
  margin-bottom: 10px;
}
.template_detail_content .r_cont .price_det .price {
  font-size: 16px;
  color: #333333;
}
.template_detail_content .r_cont .price_det .price span {
  font-size: 38px;
  font-weight: bold;
  color: #353535;
}
.template_detail_content .r_cont .price_det .price s {
  font-size: 14px;
  color: #999999;
  margin-left: 4px;
}
.template_detail_content .r_cont .price_det .tags {
  display: flex;
  align-items: center;
}
.template_detail_content .r_cont .price_det .tags .li {
  padding: 4px 6px;
  border-radius: 5px;
  margin-right: 4px;
  font-size: 12px;
  color: #999999;
  background: #f6f6f6;
}
.template_detail_content .r_cont .log_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.template_detail_content .r_cont .log_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 52px;
  border-radius: 5px;
  font-size: 17px;
  color: #ffffff;
  background: linear-gradient(to right, #4927ff, #9526ff);
}
.template_detail_content .r_cont .log_btn .btn img {
  margin-right: 4px;
}
.template_detail_content .r_cont .log_btn .btn.join {
  background: #fff;
  color: #5827ff;
  border: 1px solid #6132ff;
  width: 24%;
}
.template_detail_content .r_cont .ind_tag {
  display: flex;
  padding: 20px 0;
  width: 100%;
  /*justify-content: space-between;*/
  align-items: center;
}
.template_detail_content .r_cont .ind_tag .li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #798186;
  margin-right: 10px;
}
.template_detail_content .r_cont .ind_tag .li img {
  margin-right: 4px;
}
.template_detail_content .r_cont .ind_tag .li.zb {
  border-radius: 3px;
  background: linear-gradient(to right, #f5d993, #e4bc7d);
  font-size: 15px;
  color: #2d2c2c;
  padding-right: 5px;
}
.template_detail_content .r_cont .ind_tag .li.zb .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 3px;
  background: #333333;
  margin-right: 5px;
  font-weight: bold;
}
.template_detail_content .r_cont .ind_tag .li.zb .i img {
  display: block;
  margin: 0;
}
.template_detail_content .r_cont .buys_use {
  font-size: 15px;
  color: #333333;
}
.template_detail_content .r_cont .buys_use span {
  padding: 4px 8px;
  border: 1px solid #4f9df5;
  border-radius: 5px;
  margin-left: 8px;
  font-size: 12px;
  color: #457fd1;
  background: #eef5ff;
}
.template_detail_content .r_cont .pur_last {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
.template_detail_content .r_cont .pur_last .li {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  font-size: 14px;
  color: #565656;
}
.template_detail_content .r_cont .pur_last .li img {
  margin-right: 10px;
}
.template_detail_content .r_cont .pur_last .li:nth-child(odd) {
  background: #f6f6f6;
}
.template_detail_content .r_cont .limita_txt {
  font-size: 12px;
  color: #999999;
  padding: 16px 0;
}
.pulic_video_recom {
  padding: 30px 0;
}
.pulic_video_recom .title_head {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333333;
}
.my_anima_content .search_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.my_anima_content .search_head .r_tle {
  padding: 22px 58px;
  background: linear-gradient(to right, #4927ff, #8f26ff);
  font-size: 17px;
  color: #ffffff;
}
.my_anima_content .search_head .l_cont {
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.my_anima_content .search_head .l_cont .tle {
  font-size: 18px;
  color: #151515;
  margin-right: 70px;
}
.my_anima_content .search_head .l_cont .int {
  width: 564px;
  height: 40px;
}
.my_anima_content .search_head .l_cont .int input {
  width: 100%;
  height: 100%;
  padding-left: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #fff url(../i/ico_11.png) no-repeat 98% center;
  background-size: 14px;
}
.my_anima_content .screen_tle {
  padding: 14px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.my_anima_content .screen_tle span {
  margin-right: 22px;
}
.my_anima_content .screen_tle span em {
  font-size: 12px;
  color: #686a72;
}
.my_anima_content .anima_last {
  display: flex;
  flex-wrap: wrap;
}
.my_anima_content .anima_last .item {
  width: calc(97% / 4);
  margin-right: 1%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
.my_anima_content .anima_last .item:nth-child(4n) {
  margin-right: 0;
}
.my_anima_content .anima_last .item .tis_cont {
  position: relative;
  overflow: hidden;
}
.my_anima_content .anima_last .item .tis_cont .video_i {
  display: block;
  width: 100%;
}
.my_anima_content .anima_last .item .tis_cont .zt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 10px;
  border-bottom-right-radius: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #5d3f2e;
  background: linear-gradient(to right, #bb865b, #e4b17a);
}
.my_anima_content .anima_last .item .tis_cont .infor {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.my_anima_content .anima_last .item .tis_cont .infor .time {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #fff;
  margin-right: 2px;
}
.my_anima_content .anima_last .item .tis_cont .infor .time img {
  width: 18px;
  margin-right: 4px;
}
.my_anima_content .anima_last .item .tis_cont .infor .dpi {
  padding: 5px 8px;
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(to right, rgba(130, 0, 255, 0.85), rgba(41, 1, 255, 0.85));
}
.my_anima_content .anima_last .item .bit_cont {
  padding: 14px 16px;
}
.my_anima_content .anima_last .item .bit_cont .name_tle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.my_anima_content .anima_last .item .bit_cont .name_tle .name {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
}
.my_anima_content .anima_last .item .bit_cont .name_tle .name img {
  margin-left: 4px;
}
.my_anima_content .anima_last .item .bit_cont .name_tle .time {
  font-size: 14px;
  color: #999999;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .l_box {
  font-size: 14px;
  color: #777777;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .l_box .seet_dl {
  display: flex;
  align-items: center;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .l_box .seet_dl .li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  color: #333e4d;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .l_box .seet_dl .li img {
  margin-right: 4px;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .more_btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  position: relative;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .more_btn > img {
  margin-right: 4px;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .more_btn .more_det {
  display: none;
  position: absolute;
  right: -10px;
  bottom: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .more_btn .more_det .dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  padding: 10px 0;
  font-size: 15px;
  color: #505666;
  cursor: pointer;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .more_btn .more_det .dd img {
  filter: grayscale(1000%);
  margin-right: 4px;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .more_btn .more_det .dd:hover {
  background: #f2f2f2;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .more_btn .more_det .dd.active img {
  filter: grayscale(0%);
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .more_btn:hover .more_det {
  display: block;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .sche_line {
  width: 70%;
  height: 8px;
  position: relative;
  border-radius: 100px;
  background: #eef0f4;
  z-index: 3;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .sche_line .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #2700ff, #7c00ff);
  border-radius: 100px;
}
.my_anima_content .anima_last .item .bit_cont .bit_foot .sche_line .sche_num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
  color: #4625fd;
}
.animal_share_bg {
  padding: 80px 0 120px;
  background: #f3f7fb;
}
.animal_share_bg .warpin {
  display: flex;
  justify-content: space-between;
  width: 1190px;
}
.animal_share_bg .l_box {
  width: 834px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.animal_share_bg .l_box .video_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.animal_share_bg .l_box .video_box img {
  display: block;
  width: 100%;
}
.animal_share_bg .l_box .video_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
.animal_share_bg .l_box .video_detail .title_box h2 {
  font-size: 22px;
  color: #121212;
  margin-bottom: 6px;
}
.animal_share_bg .l_box .video_detail .title_box p {
  font-size: 14px;
  color: #999999;
  margin: 0 5px;
}
.animal_share_bg .l_box .video_detail .title_box p:first {
  margin-left: 0;
}
.animal_share_bg .l_box .video_detail .set_btn {
  display: flex;
  align-items: center;
}
.animal_share_bg .l_box .video_detail .set_btn .btn {
  padding: 10px 16px;
  border-radius: 10px;
  background: #e9ecee;
  font-size: 15px;
  color: #000000;
  margin-left: 20px;
}
.animal_share_bg .l_box .video_detail .set_btn .btn img {
  margin-right: 4px;
}
.animal_share_bg .l_box .video_detail .set_btn .btn.down {
  background: linear-gradient(-45deg, #4a27ff, #9426ff);
  font-size: 15px;
  color: #ffffff;
}
.animal_share_bg .r_box {
  width: 303px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 0 20px;
}
.animal_share_bg .r_box .user_infor {
  text-align: center;
}
.animal_share_bg .r_box .user_infor .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.animal_share_bg .r_box .user_infor .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.animal_share_bg .r_box .user_infor .name {
  text-align: center;
  font-size: 21px;
  color: #000000;
  margin-bottom: 6px;
}
.animal_share_bg .r_box .user_infor .lv {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 100px;
  background: #c0c7d6;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
}
.animal_share_bg .r_box .copy_address {
  display: flex;
  align-items: center;
  border-radius: 14px;
}
.animal_share_bg .r_box .copy_address .txt {
  width: 172px;
  height: 38px;
  background: #ebeced;
  padding-left: 6px;
}
.animal_share_bg .r_box .copy_address .copy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 172px);
  height: 100%;
  background: linear-gradient(to right, #4624fc, #9326ff);
  font-size: 14px;
  color: #ffffff;
}
.animal_share_bg .r_box .share_link {
  margin: 20px 0;
}
.animal_share_bg .r_box .share_link h2 {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 12px;
}
.animal_share_bg .r_box .share_link .last {
  display: flex;
  flex-wrap: wrap;
}
.animal_share_bg .r_box .share_link .last .li {
  display: block;
  width: 42px;
  margin-right: 10px;
}
.animal_share_bg .r_box .share_link .last .li img {
  display: block;
  width: 100%;
}
.animate_maya {
  width: 535px;
  padding: 40px 24px;
  background: #fff;
}
.animate_maya .title_head {
  font-size: 27px;
  color: #252525;
  margin-bottom: 10px;
}
.animate_maya .title_jianjie{
  padding: 10px 0 20px 0;
  font-size: 18px;
  color: #252525;
}
.animate_maya .dl {
  margin-bottom: 20px;
}
.animate_maya .dl .dt {
  position: relative;
  font-size: 15px;
  color: #282727;
  margin-bottom: 5px;
}
.animate_maya .dl .dt span {
  font-size: 14px;
  color: #b2b1b1;
}
.animate_maya .dl .dt em {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #f93e3e;
}
.animate_maya .dl .dd {
  position: relative;
}
.animate_maya .dl .dd .txt {
  width: 100%;
  height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding-left: 14px;
  font-size: 15px;
  /*color: #c8c9ca;*/
  color: #464646;
}
.animate_maya .dl .dd .txt.active{
  background: #dddddd;
}
.animate_maya .dl .dd .upload_btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 15px;
  background: #eaedf1;
  border-radius: 5px;
  padding-left: 14px;
  appearance: none;
}
.animate_maya .dl .dd .upload_btn img {
  margin-right: 4px;
}
.animate_maya .dl .dd .video_pro {
  display: flex;
  flex-wrap: wrap;
}
.animate_maya .dl .dd .video_pro .list {
  width: 49%;
  margin-right: 2%;
  /*margin-bottom: 10px;*/
  border: 1px solid #cfcfcf;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 10px;
}
.animate_maya .dl .dd .video_pro .list:nth-child(2n) {
  margin-right: 0;
}
.animate_maya .dl .dd .video_pro .list .i {
  display: flex;
  align-items: center;
  width: 62px;
  height: 36px;
}
.animate_maya .dl .dd .video_pro .list .i span {
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 5px;
  background: #eaedf1;
}
.animate_maya .dl .dd .video_pro .list .det {
  width: calc(100% - 62px);
  padding-left: 10px;
}
.animate_maya .dl .dd .video_pro .list .dets{
  width: 100%;
  font-size: 15px;
  padding: 10px;
  text-align: center;
}
.animate_maya .dl .dd .video_pro .list .det h2 {
  font-size: 15px;
  color: #181919;
  margin-bottom: 4px;
}
.animate_maya .dl .dd .video_pro .list .det p {
  font-size: 12px;
  color: #666666;
}
.animate_maya .dl .dd .video_pro .list.active,
.animate_maya .dl .dd .video_pro .list:hover {
  border: 1px solid #6046fc;
  background: #f3f1fd;
}
.animate_maya .dl .dd .video_pro .list.active .i span,
.animate_maya .dl .dd .video_pro .list:hover .i span {
  background: #b7a9fb;
}
.animate_maya .dl .dd .video_pro .list.active .det h2,
.animate_maya .dl .dd .video_pro .list:hover .det h2 {
  color: #181919;
  font-size: 15px;
}
.animate_maya .dl .dd .video_pro .list.active .det p,
.animate_maya .dl .dd .video_pro .list:hover .det p {
  color: #755acc;
}
.animate_maya .dl .dd .video_pro .list.active::after,
.animate_maya .dl .dd .video_pro .list:hover::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #2500ff;
  border-top-left-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.animate_maya .dl .dd .num {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666666;
}
.animate_maya .bit_step {
  margin-top: 50px;
}
.animate_maya .bit_step .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 44px;
  border-radius: 100px;
  margin: 0 auto 20px;
  background: linear-gradient(to right, #2200ff, #7f00ff);
  font-size: 15px;
  color: #ffffff;
}
.btn_subs.active{
  background: #fd650c;
}
.btn_sub{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12%;
  height: 44px;
  border-radius: 10px;
  /* margin: 0 auto 20px; */
  background: #005883;
  font-size: 16px;
  color: #ffffff;
}
.btn_sub:hover{
  color: #fff;
}
.btn_subs:hover{
  color: #fff;
}
.btn_subs{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 44px;
  border-radius: 100px;
  margin: 0 auto 20px;
  background: green;
  font-size: 16px;
  color: #ffffff;
}
#cp_title{
  width: 30%;
  height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding-left: 14px;
  font-size: 16px;
  color: #464646;
  display: flex;
  margin-bottom: 10px;
}
#cp_title_cz{
  height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding-left: 14px;
  font-size: 16px;
  color: #464646;
  display: flex;
}
.head_bt{
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
.head_ms{
  font-size: 18px;
  margin-bottom: 10px;
}
.animate_maya .bit_step .save {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 44px;
  border-radius: 100px;
  margin: 0 auto 30px;
  background: #eaedf1;
  font-size: 16px;
  color: #161616;
}
.system_content {
  position: relative;
}
.system_content .upload_last {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.system_content .upload_last>div{
  width: 32%;
  margin-right: 1%;
}
.system_content .upload_last>div:nth-child(3n){
  margin-right: 0;
}
.system_content .upload_last .list {
  width: 100%;
  border: 1px dashed #acacac;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  padding: 5px 0px;
}
.system_content .upload_last .list .cont{
  position: relative;
  width: 90%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system_content .upload_last .list .cont .tianjia{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
.system_content .upload_last .list_title{
  font-size: 17px;
  color: #747a81;
  padding: 5px 0;
  text-align: center;
}
.system_content .upload_last .list img {
  max-width: 100%;
  max-height:100% ;
}
.system_content .upload_last  .tianjia img{
    width:100px;
    height:100px;
}
.system_content .upload_last .list img.tj_add{
  /*width: 60px;
  height: 60px;*/
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.system_content .bit_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 22px;
  color: #b2b1b1;
}
.system_content .bit_txt img {
  margin: 0 5px;
}
.system_content .tis_prompt {
  position: absolute;
  right: 5%;
  top: 10px;
  width: 328px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  display: none;
}
.system_content .tis_prompt .title {
  display: block;
  width: 90%;
  padding: 6px 0;
  text-align: center;
  background: #eff3fb;
  border-radius: 5px;
  font-size: 14px;
  color: #667282;
  margin: 10px auto;
}
.system_content .tis_prompt .dl {
  padding: 12px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.system_content .tis_prompt .dl h2 {
  font-size: 15px;
  color: #1b1b1b;
}
.system_content .tis_prompt .dl p {
  font-size: 12px;
  color: #999999;
}
.system_content .tis_prompt .more {
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  color: #838d9b;
  display: block;
}
.system_detail {
  /*padding: 20px 0;*/
  display: flex;
  flex-wrap: wrap;
}
.system_detail .li{
  position: relative;
  width: 32%;
  margin-right:2%;
  margin-bottom: 20px;
}
.system_detail .li .i{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}
.system_detail .li:nth-child(3n){
  margin-right: 0;
}
.system_detail .li .txt{
  position: absolute;
  bottom:0;
  left:0;
  padding:10px;
  background: rgba(0,0,0,0.25);
  font-size:20px;
  color:#fff;
  width:100%;
  text-align: center;
}
.system_detail img {
  display: block;
  width: 100%;
  /*height: 300px;*/
}
.system_detail .tle{
  font-size: 16px;
  margin-top: 10px;
}
.system_detail .dd {
  position: relative;
  margin:10px auto;
}
.system_detail .dd .text {
  width: 100%;
  height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding-left: 14px;
  font-size: 16px;
  /*color: #c8c9ca;*/
  color: #464646;
}
.system_detail .dd .text.active{
  background: #dddddd;
}
.system_detail .dd .num {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666666;
}
.system_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 12;
  display: none;
}
.system_dc_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 1020px; */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 13;
  display: none;
  height: 70vh;
}
.system_dc_box .l_cont {
  /*width: 670px;
  background: #f4f3f3;
  padding: 30px;*/
  width: 50vw;
  background: #f4f3f3;
  padding: 30px;
  height: 100%;
}
.system_dc_box .l_cont .title_head {
  font-size: 16px;
  color: #999999;
  /*margin-bottom: 50px;*/
  padding: 0 0 0 50px;
}
.system_dc_box .l_cont .title_head span {
  font-size: 16px;
  color: #111111;
  font-weight: bold;
}
.system_dc_box .l_cont .animal_system_video{
  display: none;
  width: 454px;
}
.system_dc_box .l_cont .animal_system_video video{
  display: block;
  width: 100%;
}
.system_dc_box .l_cont .animal_system {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
    margin:0 auto;
}
.system_dc_box .l_cont .animal_system::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.system_dc_box .l_cont .animal_system .ani_i {
  display: block;
  width: 100%;
  height: 100%;
}
.system_dc_box .l_cont .animal_system .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 3;
}
.system_dc_box .l_cont .animal_system .cont h2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.system_dc_box .l_cont .animal_system .cont .sche_line {
  width: 300px;
  height: 8px;
  border-radius: 100px;
  background: #fff;
  margin: 20px auto;
  position: relative;
}
.system_dc_box .l_cont .animal_system .cont .sche_line .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #2700ff, #7c00ff);
  border-radius: 100px;
}
.system_dc_box .l_cont .animal_system .cont .sche_line .sche_num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  font-size: 12px;
  color: #1e1e5b;
  z-index: 12;
}
.system_dc_box .l_cont .animal_system .cont .time {
  text-align: center;
  font-size: 16px;
  color: #1e1d1d;
}
.system_dc_box .l_cont .bit_seet {
  margin-top: 30px;
}
.system_dc_box .l_cont .bit_seet .add_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 38px;
  border: 1px solid #2200ff;
  font-size: 16px;
  color: #2200ff;
  border-radius: 5px;
}
.system_dc_box .l_cont .bit_seet p {
  font-size: 15px;
  color: #7b7878;
  margin-top: 10px;
}
.system_dc_box .r_cont {
  width: 20vw;
  position: relative;
  padding: 10% 18px 0;
  height: 100%;
}
.system_dc_box .r_cont .shut_btn {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 15px;
  color: #999999;
  cursor: pointer;
}
.system_dc_box .r_cont .shut_btn span {
  color: #333333;
}
.system_dc_box .r_cont .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.system_dc_box .r_cont .title p {
  font-size: 14px;
  color: #999999;
  /*margin-right: 10px;*/
  width: 80px;
}
.system_dc_box .r_cont .title h2 {
  font-size: 18px;
  /*font-weight: bold;*/
  color: #111111;
}
.system_dc_box .r_cont .member_infor .title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
.system_dc_box .r_cont .member_infor .divide_last {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.system_dc_box .r_cont .member_infor .divide_last .li {
  width: 50%;
  height: 40px;
  padding: 10px;
  border-radius: 10px;
  background: #eedffe;
  font-size: 13px;
  color: #3d350e;
  display: flex;
  align-items: center;
}
.system_dc_box .r_cont .member_infor .divide_last .li span {
  font-size: 22px;
  font-weight: bold;
  color: #1d1d1d;
}
.system_dc_box .r_cont .member_infor .divide_last .prise {
  width: 50%;
  height: 80px;
  background: url(../i/system_dc_1.png) no-repeat center;
  background-size: cover;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin-left: -26px;
}
.system_dc_box .r_cont .member_infor .divide_last .prise .tle {
  font-size: 13px;
  color: #b79676;
  width: 32px;
}
.system_dc_box .r_cont .member_infor .divide_last .prise .pri {
  width: calc(100% - 32px);
  padding-left: 6px;
}
.system_dc_box .r_cont .member_infor .divide_last .prise .pri h2 {
  font-size: 24px;
  font-weight: bold;
  color: #f9c28c;
  height: 26px;
}
.system_dc_box .r_cont .member_infor .divide_last .prise .pri p {
  font-size: 12px;
  color: #f9c28c;
}
/*.system_dc_box .r_cont .member_infor .bit {*/
/*  padding: 0 0 14px 0;*/
/*  text-align: center;*/
/*  font-size: 16px;*/
/*  color: #6e6b6b;*/
/*}*/
.system_dc_box .r_cont .bit {
  padding: 0 0 14px 0;
  text-align: center;
  font-size: 16px;
  color: #6e6b6b;
  margin-top: 20px;
}
.system_dc_box .r_cont .member_infor .jiage_text{
  font-size: 14px;
  color: #999999;
  /* margin-right: 10px; */
  width: 130px;
}
.system_dc_box .r_cont .member_infor_text{
  display: flex;
  align-items: center;
}
.system_dc_box .r_cont .member_infor_text>div{
  font-size: 18px;
}
.system_dc_box .r_cont .member_infor #shipin_price{
  font-size: 26px;
  font-weight: bold;
  color: #f90000;
}
.system_dc_box .r_cont .pay_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 45px;
  border-radius: 100px;
  background: linear-gradient(to right, #2200ff, #7f00ff);
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
}
.system_dc_box .r_cont .foot_adver {
    margin: 0px 0px 20px 0;
}
.system_dc_box .r_cont .foot_adver .title {
  width: 100%;
  height: 44px;
  position: relative;
  background: #fbf4ea;
  font-size: 16px;
  color: #aa7c5b;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system_dc_box .r_cont .foot_adver .title span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 6px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: linear-gradient(to right, #2200ff, #7f00ff);
  font-size: 15px;
  color: #fff;
}
.system_dc_box .r_cont .foot_adver .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #2200ff;
  border-top: 3px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.system_dc_box .r_cont .foot_adver .txt {
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.system_dc_box .r_cont .foot_adver .txt em {
  color: #333333;
}
.system_upload_dc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background: #fff;
  border-radius: 10px;
  padding: 24px 34px;
  z-index: 14;
  display: none;
}
.system_upload_dc .shut_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../i/dc_shut_1.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.system_upload_dc .head_tle {
  font-size: 20px;
  color: #222121;
}
.system_upload_dc .rename_int {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.system_upload_dc .rename_int input {
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 30px;
  border: none;
  font-size: 18px;
  /*background: #fff url(../i/ico_14.png) no-repeat 1% center;*/
  background-size: 20px;
}
.system_upload_dc .upload_last {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.system_upload_dc .upload_last>div{
  width: 32%;
  margin-right: 1%;
}
.system_upload_dc .upload_last .list {
  width: 100%;
  /*margin-right: 2%;
  margin-bottom: 20px;*/
  /*display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;*/
  position: relative;
}
.upload_last .list.active{
  filter: grayscale(100%);
  cursor: no-drop;
}
.system_upload_dc .upload_last .list img{
  display: block;
  max-width:100%;
  max-height: 100%;
}
.system_upload_dc .upload_last .list input{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  opacity: 0;
}
.system_upload_dc .upload_last .list .cont {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
  margin: 0 auto;
  border: 2px solid #d2d2d2;
}
.system_upload_dc .upload_last .list .cont img {
  width: 280px;
  height: 205px;
}
.system_upload_dc .upload_last .list .cont .tianjia{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.system_upload_dc .upload_last .list p {
  font-size: 18px;
  color: #767696;
  padding:5px 0;
  text-align: center;
}
.system_upload_dc .upload_last .list:nth-child(3n) {
  margin-right: 0;
}
.system_upload_dc .save_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 44px;
  background: #3e00ff;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
}
.bgs_tu{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background: rgba(255,255,255,0.3);
  top: 0;
  display: none;
}
.video_dc_box{
  display: none;
  width: 814px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px;
}
.video_dc_box video{
  width: 100%;
  height: 500px;
}
.video_search{
  padding:20px 0;
  display: flex;
  justify-content: center;
}
.video_search .int_box{
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  overflow: hidden;
}
.video_search .int_box input{
  width: 550px;
  height: 50px;
  background: #fff;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
  border: none;
}
.video_search .int_box .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
  background: linear-gradient(to right, #F8D448, #F8D448);
  font-size: 16px;
  color: #000;
  border: none;
}
.ysxy{
  display: flex;
  justify-content: space-between;
}
.ysxy_radio{
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}
.ysxy_radio input{
  margin-right: 5px;
}
.ysxy_text{
  font-size: 14px;
}
.ysxy a{
  color: #4e6ef2;
}
.shuoming{
  margin-top: 20px;
}
.shuoming a{
  color: #4e6ef2;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #4e6ef2;
}
.kewords{
  font-size: 16px;
  color: #939191;
  margin-top: 10px;
  text-align: center;
}
.kewords a{
  font-size: 16px;
  color:#c49619;
  margin-right: 5px;
}
/*.kewords a:nth-child(2n){
  color:#c49619;
  margin-right: 5px;
}*/

/*我的钱包*/
.user_transac .head_inf {
  margin-bottom: 30px;
}
.user_transac .head_inf .inf_dl {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.user_transac .head_inf .rechar_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  background: linear-gradient(27deg, #fc3939, #fd7a83);
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}
.user_transac .head_inf .rechar_txt {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.user_transac .head_inf .rechar_txt a {
  color: #6464f8;
}
.user_transac .transac_form {
  padding: 20px 0;
}
.user_transac .transac_form .title_head {
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
  color: #333;
}
.user_transac .transac_form .sele_dl {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.user_transac .transac_form .sele_dl .dt {
  width: 120px;
  font-size: 12px;
  color: #666;
}
.user_transac .transac_form .sele_dl .dd {
  width: calc(100% - 120px);
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.user_transac .transac_form .sele_dl .dd input {
  width: 220px;
  height: 30px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
}
.user_transac .transac_form .sele_dl .trans_ul {
  display: flex;
}
.user_transac .transac_form .sele_dl .trans_ul .li {
  padding: 4px 8px;
  margin-right: 16px;
  font-size: 14px;
  color: #333;
  border-radius: 3px;
}
.user_transac .transac_form .sele_dl .trans_ul .li.hover {
  background: #6464f8;
  color: #fff;
}
.user_transac .transac_form table {
  width: 100%;
}
.user_transac .transac_form table th {
  padding: 10px 0;
  text-align: center;
  background: #eeeff1;
  font-size: 14px;
  color: 333;
}
.user_transac .transac_form table td {
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
}
.rechar_btns{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 34px;
  background: #6464f8;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
}
.center_video{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 11;
}
.zhifu_btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.zhifu_btn .btn{
  width: 27%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: linear-gradient(to right, #3e3bff, #3e3bff);
  color: #fff;
  border-radius: 10px;
  opacity: 0.3;
  cursor: pointer;
}
.zhifu_btn .btn.hover{
  opacity: 1;
}
.hydb_cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.hydb_cont .hydb_list{
  width: 100%;
}
.hydb_cont img{
  width: 100%;
}
/*.kt_title{
  font-size: 16px;
  position: absolute;
  z-index: 2;
  text-align: center;
  padding: 10px 0;
  top: 10vh;
  left: 0;
  width: 100%;
  !*background: #818181;*!
  color: red;
}*/
.kt_title{
  font-size: 26px;
  position: absolute;
  z-index: 2;
  text-align: center;
  padding: 10px 0;
  top: 10vh;
  left: 0;
  width: 100%;
  /* background: #818181; */
  color: red;
  display: flex;
  justify-content: center;
}
.tanchu_text_xz{
  text-align: center;
  font-size: 16px;
  margin-top: 5%;
}
.tanchu_text_xz a{
  color: #3e3bff;
}
/*改版样式*/
.filter_content {
  background: #fff;
  padding-bottom: 10px;
  /*padding-top: 15px;*/
}
.filter_content .dl {
  padding: 14px 16px 0 0;
  display: flex;
}
.filter_content .dl .dt {
  /*width: 116px;*/
  font-size: 19px;
  color: #333;
  line-height: 35px;
  font-weight: 600;
}
.filter_content .dl .dd {
  width: calc(100% - 116px);
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.filter_content .dl .dd .limit {
  position: absolute;
  left: 0;
  top: 7px;
  line-height: 20px;
  width: 50px;
  text-align: center;
  font-size: 14px;
  color: #e50000;
}
.filter_content .dl .dd .li {
  padding: 0 10px;
  border-radius: 3px;
  font-size: 14px;
  color: #71757D;
  margin-right: 14px;
  height: 35px;
  line-height: 35px;
}
.filter_content .dl .dd .li:hover,
.filter_content .dl .dd .li.hover {
  background: #F6F8F9;
  border-radius: 10px;
  color: #6962FF;
  font-weight: 600;
}
.filter_content .dl .dd .int_lab {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.filter_content .dl .dd .int_lab input {
  width: 76px;
  height: 28px;
  margin: 0 10px;
  border: 1px solid #e7e7e7;
  padding-left: 4px;
  border-radius: 3px;
}
.filter_content .dl .dd select {
  border: 1px solid #e8e8e8;
  margin-right: 5px;
  padding: 0 12px;
}
.filter_content .screen {
  padding: 14px 16px  40px;
  display: flex;
  background: #f9fafc;
}
.filter_content .screen .dt {
  width: 116px;
  font-size: 15px;
  color: #000000;
  line-height: 35px;
}
.filter_content .screen .dd {
  width: calc(100% - 116px);
  position: relative;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
}
.filter_content .screen .dd .empty {
  position: absolute;
  left: 0;
  top: 7px;
  line-height: 20px;
  width: 50px;
  text-align: center;
  font-size: 14px;
  color: #e50000;
}
.filter_content .screen .dd .tips_li {
  position: relative;
  padding: 6px 44px 6px 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #251f1f;
  margin-right: 14px;
  border: 1px solid #e60d0d;
  overflow: hidden;
}
.filter_content .screen .dd .tips_li .shut {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 12px;
  height: 100%;
  background: url(../i/ico_14.png) no-repeat center;
  background-size: 9px;
  cursor: pointer;
}
.filter_content .screen .dd .tips_li:hover .shut {
  background: #e50000 url(../i/ico_14h.png) no-repeat center;
}
.filter_content .bit_sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.filter_content .bit_sort .l_sort {
  display: flex;
  align-items: center;
}
.filter_content .bit_sort .l_sort .sort_dl {
  display: flex;
  margin-right: 20px;
  font-size: 14px;
  color: #444343;
  padding-right: 14px;
  background: url(../i/sort_arr.png) no-repeat right center;
  cursor: pointer;
}
.filter_content .bit_sort .l_sort .sort_dl:hover {
  color: #f86514;
  background: url(../i/sort_arr_h.png) no-repeat right center;
}
.filter_content .bit_sort .r_seek {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #444343;
}
.filter_content .bit_sort .r_seek .seek_btn {
  display: flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid #f64242;
  margin-left: 18px;
  font-size: 12px;
  color: #e50000;
}
.filter_content .bit_sort .r_seek .seek_btn img {
  margin-right: 4px;
}
/***************************/
.add4_case_1 {
  /*height: 820px;*/
  background: url(../i/news/add4_bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.add4_case_1 .title_head {
  text-align: center;
  width: 100%;
  padding: 0 25%;
}
.add4_case_1 .title_head h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}
.add4_case_1 .title_head h2 span {
  color: #e82255;
}
.add4_case_1 .title_head h3 {
  font-size: 80px;
  line-height: 1;
  margin-top: 10px;
}
.add4_case_1 .title_head p {
  font-size: 20px;
  color: #666;
  line-height: 1.4;
  margin-top: 40px;
}
.add4_case_1 .last_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.add4_case_1 .last_cont .list {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 216px;
  height: 150px;
  margin: 0 20px;
}
.add4_case_1 .last_cont .list .bg {
  display: block;
  width: 100%;
  height: 100%;
}
.add4_case_1 .last_cont .list .txt_box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(transparent, #000);
  font-size: 20px;
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.add4_case_2 {
  padding: 50px 0;
  background: #f5f5f7;
}
.add4_case_2 .tis_nav {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add4_case_2 .tis_nav .li {
  display: flex;
  align-items: center;
  padding: 0 0 14px 0;
  font-size: 20px;
  color: #181818;
  margin: 0 45px;
  border: 2px solid transparent;
  cursor: pointer;
}
.add4_case_2 .tis_nav .li img {
  margin-right: 5px;
  width: 30px;
  height: 26px;
}
.add4_case_2 .tis_nav .li:hover,
.add4_case_2 .tis_nav .li.hover {
  border-bottom: 2px solid #e82255;
  color: #e82255;
}
.add4_case_2 .bit_cont {
  margin-top: 40px;
}
.add4_case_2 .bit_cont .last_cont {
  display: flex;
  justify-content: center;
}
.add4_case_2 .bit_cont .last_cont .list {
  width: 560px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  margin-bottom: 20px;
  margin: 0 40px;
}
.add4_case_2 .bit_cont .last_cont .list .img_box {
  width: 240px;
  height: 240px;
}
.add4_case_2 .bit_cont .last_cont .list .img_box img {
  display: block;
  width: 100%;
  height: 100%;
}
.add4_case_2 .bit_cont .last_cont .list .txt_box {
  width: 190px;
}
.add4_case_2 .bit_cont .last_cont .list .txt_box h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 24px;
}
.add4_case_2 .bit_cont .last_cont .list .txt_box p {
  font-size: 14px;
  line-height: 30px;
  color: #9c9c9c;
}
.add4_case_2 .bit_cont .last_cont .list .txt_box .upload_btn {
  position: relative;
  margin-top: 15px;
}
.add4_case_2 .bit_cont .last_cont .list .txt_box .upload_btn .btn {
  display: none;
  font-size: 16px;
  line-height: 26px;
  width: 90px;
  text-align: center;
  border-radius: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #e82255;
  position: absolute;
  left: 0;
  top: 0;
}
.add4_case_2 .bit_cont .last_cont .list .txt_box .upload_btn .arr {
  width: 18px;
}
.add4_case_2 .bit_cont .last_cont .list:hover .txt_box .upload_btn .btn {
  display: inline-block;
}
/****************************/
.anima_intell_content {
  /*background: url(../i/addznsc_i_1.png) no-repeat center;*/
  background-size: cover;
}
.anima_intell_content .content {
  display: block;
  width: 1280px;
  margin: 0 auto;
}
.anima_intell_content .title_head {
  /*padding: 60px 0 30px;*/
  text-align: center;
}
.anima_intell_content .title_head h2 {
  font-size: 44px;
  font-weight: bold;
  color: #1c1f23;
  margin-bottom: 20px;
}
.anima_intell_content .title_head p {
  font-size: 21px;
  color: #6c7176;
}
.anima_intell_content .case_1 {
  display: flex;
  justify-content: space-between;
}
.anima_intell_content .case_1 .l_cont {
  width: 58%;
}
.anima_intell_content .case_1 .l_cont h2 {
  font-size: 40px;
  font-weight: bold;
  color: #1c1f23;
  margin-bottom: 20px;
}
.anima_intell_content .case_1 .l_cont .last_cont {
  margin-bottom: 35px;
}
.anima_intell_content .case_1 .l_cont .last_cont:last-child {
  margin-bottom: 0;
}
.anima_intell_content .case_1 .l_cont .last_cont .dt {
  font-size: 24px;
  color: #4d5560;
  margin-bottom: 20px;
}
.anima_intell_content .case_1 .l_cont .propor_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.anima_intell_content .case_1 .l_cont .propor_dl > div{
  margin-right: 50px;
}
.anima_intell_content .case_1 .l_cont .propor_dl .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width:90px;
  height: 90px;
  /*border:3px solid #9F9F9F;*/
  border-radius: 5px;
  padding: 2px;


}
.anima_intell_content .case_1 .l_cont .propor_dl .li .det {
  border-radius: 3px;
  background: linear-gradient(#9d3bff, #5e3cff);
}
.anima_intell_content .case_1 .l_cont .propor_dl .li.pro_1 .det {
  width: 73px;
  height: 43px;
}
.anima_intell_content .case_1 .l_cont .propor_dl .li.pro_2 .det {
  width: 43px;
  height: 67px;
}
.anima_intell_content .case_1 .l_cont .propor_dl .li.pro_3 .det {
  width: 59px;
  height: 43px;
}
.anima_intell_content .case_1 .l_cont .propor_dl >div.active .li{
  border:3px solid #d71345;
}
.anima_intell_content .case_1 .l_cont .propor_dl >div.active .li .det {
}
.anima_intell_content .case_1 .l_cont .propor_dl .bili{
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #7a7a7a;
}
.anima_intell_content .case_1 .l_cont .cor_dl {
  display: flex;
  flex-wrap: wrap;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li {
  display: block;
  width: 90px;
  height: 55px;
  margin-right: 10px;
  margin-bottom: 6px;
  transition: all 0.6s;
  cursor: pointer;
  border: 5px solid #fff;
  padding:5px;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li span{
  display: block;
  width:100%;
  height: 100%;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.active {
  box-shadow: 0px 5px 5px rgb(153 153 153 / 50%);
  /*transform: translateY(-15px);*/
  border: 5px solid #d71345;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li:hover {
  box-shadow: 0px 5px 5px rgb(153 153 153 / 50%);
  /*transform: translateY(-10px);*/
  border: 5px solid #d71345;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_1 span{
  background: #d71345;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_2 span{
  background: #ffd400;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_3 span{
  background: #7fb80e;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_4 span{
  background: #50b7c1;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_5 span{
  background: #2a5caa;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_6 span{
  background: #694d9f;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_7 span{
  background: #77787b;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_8 span{
  background: #0a6e79;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_9 span{
  background: #095861;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_10 span{
  background: #b7b94e;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_11 span{
  background: #3477d1;
}
.anima_intell_content .case_1 .l_cont .cor_dl .li.cor_12 span{
  background: #df7326;
}
.anima_intell_content .case_1 .r_cont {
  width: 40%;
  height: 400px;
  /*background: linear-gradient(-45deg, #a699fe, #c590fe);*/
}
.anima_intell_content .case_1 .r_cont img,
.anima_intell_content .case_1 .r_cont video {
  width: 100%;
  height: 100%;
}
.tijiao_btn{
  margin-top: 60px;
}
.anima_intell_content .case_2 {
  padding: 60px 0 0;
}
.anima_intell_content .case_2 .man_last {
  margin-bottom: 60px;
}
.anima_intell_content .case_2 .man_last .dt {
  font-size: 24px;
  color: #4d5560;
  margin-bottom: 26px;
}
.anima_intell_content .case_2 .man_last .man_dl {
  display: flex;
  flex-wrap: wrap;
}
.anima_intell_content .case_2 .man_last .man_dl > div{
    margin-right: 18px;
    width: 130px;
}
.anima_intell_content .case_2 .man_last .man_dl .dd {
  position: relative;
  display: block;
  width: 130px;
  height: 118px;
  border-radius: 10px;
  background: #000000;
  overflow: hidden;
  transition: all 0.6s;
  cursor: pointer;
}
.anima_intell_content .case_2 .man_last .man_dl .dd.active{
  /*border: 5px solid #7227fb;*/
  box-shadow: 0px 5px 5px rgb(153 153 153 / 50%);
  /*transform: translateY(-15px);*/
  border: 5px solid #d71345;
}
.anima_intell_content .case_2 .man_last .man_dl .dd:hover{
  box-shadow: 0px 5px 5px rgb(153 153 153 / 50%);
  /*transform: translateY(-10px);*/
  border: 5px solid #d71345;
}
.anima_intell_content .case_2 .man_last .man_dl .dd img {
  display: block;
  width: 100%;
  height: 100%;
}
.anima_intell_content .case_2 .man_last .man_dl .dd .txt {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background: #484c508a;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.anima_intell_content .case_2 .man_last .man_dl .dd:nth-child(8n) {
  margin-right: 0;
}
.anima_intell_content .case_2 .mall_cont .head_tle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.anima_intell_content .case_2 .mall_cont .head_tle .list {
  width: 50%;
  position: relative;
  padding-left: 40px;
}
.anima_intell_content .case_2 .mall_cont .head_tle .list .ring {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 2px solid #d0d1d1;
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
}
.anima_intell_content .case_2 .mall_cont .head_tle .list .tle {
  font-size: 24px;
  color: #4d5560;
}
.anima_intell_content .case_2 .mall_cont .head_tle .list .txt {
  font-size: 18px;
  color: #c2c3c4;
}
.anima_intell_content .case_2 .mall_cont .head_tle .list.active .ring {
  border: none;
  background: url(../i/addznsc_i_2.png) no-repeat center;
  background-size: cover;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont {
  padding: 0 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 0px 30px rgba(153, 153, 153, 0.09);
  display: flex;
  flex-wrap: wrap;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl {
  /*width: 333px;
  margin-right: 48px;
  margin-top: 60px;
  */
  width:50%;
  padding:0 2%;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .tle {
  width: 100%;
  height: 46px;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  padding: 0 22px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .tle .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #4927ff, #9526ff);
  transform: skew(353deg);
  transform-origin: top left;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .tle span {
  position: relative;
  z-index: 2;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .int_cont {
  width: 100%;
  padding: 33px 18px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  transform: translateY(-10px);
  box-shadow: 1px 0px 29px rgba(153, 153, 153, 0.09);
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .int {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .int input {
  width: 100%;
  height: 50px;
  padding-right: 60px;
  padding-left: 14px;
  font-size: 16px;
  color: #333;
  border: 1px solid #f0f1f3;
  border-radius: 10px;
  box-sizing: border-box;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .int input::placeholder {
  color: #999999;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .int .num {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #999999;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .int .num span {
  color: #636366;
}
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl .int:last-child {
  margin-bottom: 0;
}/*
.anima_intell_content .case_2 .mall_cont .deta_cont .cont .cont_dl:nth-child(3n) {
  margin-right: 0;
}*/
.deta_inf_contain .deta_inf_nav{
  display: flex;
}
.deta_inf_contain .deta_inf_nav .inf_li{
  position: relative;
  margin-right: 30px;
  padding:10px 0;
  font-size:18px;
  color:#333;
  cursor: pointer;
}
.deta_inf_contain .deta_inf_nav .inf_li:after{
  content: "";
  display: block;
  width: 0;
  height:6px;
  border-radius:100px;
  background: #5127ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.deta_inf_contain .deta_inf_nav .inf_li:hover:after,
.deta_inf_contain .deta_inf_nav .inf_li.hover:after{
  width: 50%;
}
.deta_inf_contain .inf_tips{
  padding:10px 0 5px;
  font-size:16px;
  color:#666;
}
.deta_inf_contain .int_cont{
  width: 100%;
  padding: 10px 2%;
  /*display: flex;
  align-items: center;*/
}
.deta_inf_contain .int_cont input{
  width:48%;
  height:50px;
  border-radius: 5px;
  padding-left:10px;
  box-sizing: border-box;
  font-size:15px;
  color:#333;
  border:1px solid #a5a5a5;
  margin-right: 20px;
}
.deta_inf_contain .int_cont select{
  width:48%;
  height:50px;
  border-radius: 5px;
  padding-left:10px;
  box-sizing: border-box;
  font-size:15px;
  color:#333;
  border:1px solid #a5a5a5;
}
.deta_inf_contain .bit_btn{
  padding:10px 0;
  width:100%;
}
.deta_inf_contain .bit_btn .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  border-radius: 5px;
  /*background: linear-gradient(to right, #2901ff, #8200ff);*/
  background: rgba(243, 246, 251);
  font-size: 20px;
  color: #9526ff;
    cursor: pointer;
}
.anima_intell_content .case_3 {
  padding: 80px 0 20px;
}
.anima_intell_content .case_3 .deta_content {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 10px rgb(187 175 175 / 75%);
  border-radius: 10px;
  overflow: hidden;
}
.anima_intell_content .case_3 .deta_content .l_cont {
  /*width: 534px;*/
    width: 100%;
}
.anima_intell_content .case_3 .deta_content .l_cont .tis_cont .upload_content {
  width: 100%;
  padding: 25px 30px 0px 30px;
  border-radius: 10px;
  background: #fff;
}
.anima_intell_content .case_3 .deta_content .l_cont .tis_cont .upload_content .tle {
  font-size: 17px;
  color: #747a81;
  margin-bottom: 10px;
}
.anima_intell_content .case_3 .deta_content .l_cont .tis_cont .upload_content .paishe{
  font-size: 14px;
  margin-bottom: 20px;
  color: #7a6b6b;
}
.anima_intell_content .case_3 .deta_content .l_cont .tis_cont .upload_content input {
  width: 100%;
  height: 56px;
  border: 1px solid #ecedee;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}
.anima_intell_content .case_3 .deta_content .l_cont .tis_cont .upload_content .upload_last{
  padding:20px 0;
}
.anima_intell_content .case_3 .deta_content .l_cont .tis_cont .upload_content .upload_last .cont{
  width: 280px;
  height: 205px;
}
.anima_intell_content .case_3 .deta_content .l_cont .tis_cont .upload_content .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to right, #2901ff, #8200ff);
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
}
.anima_intell_content .case_3 .bit_nav {
  display: flex;
  align-items: center;
  /*margin-top: 22px;*/
  /*padding-left:30px;*/
  margin-bottom: 20px;
}
.anima_intell_content .case_3  .bit_nav .li {
  padding: 14px 0;
  position: relative;
  font-size: 18px;
  color: #726363;
  margin-right: 50px;
  cursor: pointer;
}
.anima_intell_content .case_3  .bit_nav .li.active {
  font-size: 18px;
  color: #9526ff;
}
.anima_intell_content .case_3 .bit_nav .li.active::after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  border-radius: 100px;
  background: #5127ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.anima_intell_content .case_3  .bit_nav .li:last-child{
  margin-right:0;
}
.shiyi img{
  display: block;
  width:100%;
}
.my_product_all{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding:20px 30px;
  background: #fff;
}
.my_product_all .swiper-slide{
  padding:10px;
  background: #fff;
  border-radius: 10px;
  border:1px solid #fff;
}

.my_product_all .tis_i{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
  height: 220px;
  cursor: pointer;
}
.my_product_all .tis_i img{
  width: 100%;
}
.my_product_all .txt{
  padding:10px 0;
  font-size:15px;
  color:#333;
  text-align: center;
}
.my_product_all .swiper-slide.active{
  border:1px solid #9526ff;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 15%);
}
.my_product_all .swiper-slide.active .txt{
  color:#9526ff;
}
.anima_intell_content .case_3 .deta_content .r_cont {
  width: 600px;
}
.anima_intell_content .case_3 .deta_content .r_cont .tis_name {
  margin-bottom: 30px;
}
.anima_intell_content .case_3 .deta_content .r_cont .tis_name h2 {
  font-size: 26px;
  color: #1c1f23;
  padding: 25px 0;
}
.anima_intell_content .case_3 .deta_content .r_cont .tis_name input {
  width: 100%;
  height: 64px;
  background: #fff;
  border: 2px solid #5127ff;
  text-align: center;
  font-size: 20px;
  border-radius: 100px;
}

.tijiao_btn .bit_btn{
    width: 60%;
    margin: 0 auto;
}
.tijiao_btn .r_cont .tis_name {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.tijiao_btn .tis_name h2 {
  font-size: 26px;
  color: #1c1f23;
  padding: 25px 0;
}
.tijiao_btn .tis_name input {
  width: 100%;
  height: 64px;
  background: #fff;
  border: 2px solid #5127ff;
  text-align: center;
  font-size: 20px;
  border-radius: 100px;
}
.tijiao_btn .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border-radius: 100px;
  background: linear-gradient(to right, #4927ff, #9326ff);
  font-size: 26px;
  color: #ffffff;
  box-shadow: 2px 0 32px rgba(128, 107, 240);
  cursor: pointer;
}
.tijiao_btn .bit_btn .btn span {
  color: #e5c2fb;
}
.tijiao_btn .bit_btn .btn.btn_ys_2 {
  background: transparent;
  color: #4819ea;
  border: 2px solid #5127ff;
  margin-top: 30px;
  box-shadow: none;
}

.anima_intell_content .case_3 .deta_content .r_cont .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border-radius: 100px;
  background: linear-gradient(to right, #4927ff, #9326ff);
  font-size: 26px;
  color: #ffffff;
  box-shadow: 2px 0 32px rgba(128, 107, 240);
}
.anima_intell_content .case_3 .deta_content .r_cont .bit_btn .btn span {
  color: #e5c2fb;
}
.anima_intell_content .case_3 .deta_content .r_cont .bit_btn .btn.btn_ys_2 {
  background: transparent;
  color: #4819ea;
  border: 2px solid #5127ff;
  margin-top: 30px;
  box-shadow: none;
}
.anima_intell_content .case_4 {
  padding: 90px 0 90px 0;
}
.anima_intell_content .case_4 .index_video_content{
  background: none;
}
.anima_intell_content .case_4 .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to right, #2901ff, #8200ff);
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
}


.index_change_nav {
  display: flex;
  align-items: center;
  padding: 16px 0 60px;
}
.index_change_nav .warpin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_change_nav .list {
  width: 340px;
  height: 130px;
  margin-right: 28px;
  padding: 26px 38px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: rgb(245 245 245);
}
.index_change_nav .list h2 {
  font-size: 22px;
  color: #333333;
  z-index: 2;
}
.index_change_nav .list p {
  font-size: 16px;
  color: #d7d8dd;
  position: relative;
  z-index: 2;
}
.index_change_nav .list:last-child {
  margin-right: 0;
}
.index_change_nav .list::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: -90px;
  background: #b19eff;
  filter: blur(63px);
  border-radius: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.index_change_nav .list:hover,
.index_change_nav .list.hover {
  background: #f2faff;
}
.index_change_nav .list:hover::after,
.index_change_nav .list.hover::after {
  opacity: 1;
  bottom: -77px;
}
.add4_case_1 .case_4 .title_head{
  padding: 100px 0 30px;
  text-align: center;
}
.add4_case_1 .case_4 .title_head h2{
  font-size: 53px;
  font-weight: bold;
  color: #1c1f23;
  margin-bottom: 20px;
}
.add4_case_1 .more_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to right, #2901ff, #8200ff);
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
}
.add4_case_1 .zhixun{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to right, #2901ff, #8200ff);
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
}
.video_dc_box .tishi{
  padding: 10px 0 0;
  text-align: center;
  font-size: 18px;
  color: red;
}
.pulic_floor_code{
  position: fixed;
  right:0;
  top:60vh;
  width: 60px;
}
.pulic_floor_code .li{
  width: 60px;
  padding:10px 0;
  text-align: center;
  background: #3d1eeb;
  font-size:15px;
  color:#fff;
  position: relative;
}
.pulic_floor_code .li .code_cont{
  display: none;
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  background: #fff;
  padding: 0 5px 5px 5px;
}
.pulic_floor_code .li .code_cont img{
  display: block;
  width:100%;
}
.wx_cont{
  text-align: center;
  cursor: pointer;
  width: 150px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 50px;
  margin-right: 180px;
}
.wx_cont .wx_cont_img{
  padding: 20px 0;
  width: 100px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.wx_cont .wx_cont_img img{
  width: 100%;
}
.wx_cont .wx_cont_text{
  padding: 10px 0;
  font-size: 24px;
  color: #333;
}
/*
.pulic_floor_code .li:hover .code_cont{
  display: block;
}*/
.radio_box{
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.radio_box .list{
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio_box .list span{
  font-size: 14px;
}
.radio_box .list input{
  width: 25px !important;
  height: 25px !important;
  margin-right: 10px
}
.yzm_tel{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 34px;
  background: #5d36ff;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
}
.yzm_tel:hover{
  color: #ffffff;
}
.pulic_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
.pulic_dc_bg.active{
  display: block;
}
.wan_inf_dc{
  position: absolute;
  top:50%;
  left:50%;
  width:1000px;
  background: #fff;
  border-radius: 10px;
  padding:10px;
  z-index: 12;
  display: none;
  transform: translate(-50%,-50%  );
}
.wan_inf_dc.active{
  display: block;
}
.wan_inf_dc .title_int{
  width: 100%;
  height:40px;
  padding-left:10px;
  font-size:16px;
  color:#333;
  margin-bottom: 20px;
}
.wan_inf_dc .bit_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
}
.wan_inf_dc .gb_btn{
  display: flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  background: #999;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  margin: 0 20px;
  cursor: pointer;
}
.wan_inf_dc .tj_btn{
  display: flex;
  width: 140px;
  height: 35px;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  background: #7218e9;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  margin: 0 20px;
  cursor: pointer;
}