.btn_icon {
  font-size: 56px;
}
.banner {
  width: 100%;
}
.banner .controls {
  padding: 0 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24%;
  height: 10%;
  background: #ffffff;
  opacity: 0.4;
}
.banner .controls .num_l {
  position: relative;
  display: flex;
  flex: 1;
  height: 100%;
}
.banner .controls .num {
  display: flex;
  flex: 1;
}
.num .page {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
}

.num .total {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  opacity: 0.2;
}

.num .xie {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  opacity: 0.2;
}
.banner .controls .change {
  display: flex;
  position: relative;
}
.line {
  width: 2px;
  height: 28px;
  margin: auto 24px auto 24px;
  background: #ccc;
  opacity: 0.4;
}
.swiper-container {
  height: 100%;
  z-index: 0;
  --swiper-navigation-size: 0;
}
.container {
  position: relative;
}
:deep.swiper {
  position: initial;
  width: 100%;
  height: 100%;
}
.swiper-button-prev {
  left: inherit;
  width: 30px;
  height: 20px;
  bottom: 0;
  left: 13%;
  top: 36%;
}
.swiper-button-next {
  width: 30px;
  height: 20px;
  bottom: 0;
  right: 13%;
  top: 41%;
}
.carousel-line {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 18px;
  display: block;
  width: 1px;
  height: 35px;
  background-color: #1a1a1a;
  opacity: 0.2;
}
.swiper-button-disabled {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: initial;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.an {
  position: relative;
  width: 600px;
  height: 100%;
  background: url(../img/xiu.png) no-repeat;
  background-size: contain;
}

.xiu_4 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 10%;
  left: 0;
  background: url(../img/xiu_5.png) no-repeat;
  background-size: cover;
}
.angel {
  position: absolute;
  top: 0px;
  left: 0;
  width: 400px;
  height: 400px;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}
.liner_ang {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: url(../img/liner_6.png) no-repeat;
  background-size: contain;
  animation: triSpin 40s linear infinite;
}
.liner_ang2 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: url(../img/liner_6.png) no-repeat;
  background-size: contain;
  animation: triSpin2 150s linear infinite;
}

.liner_ang3 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: url(../img/center_bg.png) no-repeat;
  background-size: contain;
}
@keyframes triSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes triSpin2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes balloon1 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-4deg);
    transform: translateY(0) rotate(-4deg) scale(1);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(6deg);
    transform: translateY(-10px) rotate(6deg) scale(1.1);
  }
}

@keyframes balloon2 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(4deg);
    -o-transform: translateY(0) rotate(4deg) scale(1);
    transform: translateY(0) rotate(4deg) scale(1);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(-6deg);
    -o-transform: translateY(-15px) rotate(-6deg) scale(1.1);
    transform: translateY(-15px) rotate(-6deg) scale(1.1);
  }
}

@keyframes balloon3 {
  0%,
  100% {
    -webkit-transform: translate(0, -5px) rotate(4eg);
    transform: translate(0, -5px) rotate(4eg) scale(1);
  }
  50% {
    -webkit-transform: translate(-10px, 15px) rotate(-6deg);
    transform: translate(-10px, 15px) rotate(-6deg) scale(1.1);
  }
}
.font {
  font-size: 24px;
}
.shupin {
  position: absolute;
  left: -13%;
  top: 30%;
  color: rgb(130, 188, 244);
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-animation: balloon1 10s ease-in-out infinite;
  -o-animation: balloon1 10s ease-in-out infinite;
  animation: balloon1 10s ease-in-out infinite;
  opacity: 1;
}

.shujun {
  position: absolute;
  left: 84%;
  top: 5%;
  color:rgb(168, 131, 207);
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-animation: balloon2 10s ease-in-out infinite;
  -o-animation: balloon2 10s ease-in-out infinite;
  animation: balloon2 10s ease-in-out infinite;
  opacity: 1;
}
.g3 {
  position: absolute;
  left: 73%;
  top: 92%;
  color:rgb(131, 22, 66);
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-animation: balloon3 10s ease-in-out infinite;
  -o-animation: balloon3 10s ease-in-out infinite;
  animation: balloon3 10s ease-in-out infinite;
  opacity: 1;
}
.intro {
  background: #f6f8fc;
  padding: 100px 0;
}
.intro .bullet {
  width: 100%;
  height: 240px;
  position: fixed;
  bottom: 0;
  right: -100%;
  z-index: 999999999999999;
  transition: all 0.6s ease;
}
.intro .bullet_del{
  right: -100% ;
  transition: all 0.6s ease;
}
.intro .bullet .bull {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/bullet_bg.png") no-repeat;
}
.intro .bullet .bull .bullet_r {
  position: absolute;
  top: -60px;
  right: 0;
}
.intro .bullet .bull .bullet_icon{
  font-size: 30px;
  position: absolute;
  top: 20px;
  left: 68%;
  z-index: 99999999999;
}
.intro .bullet .bullet_box {
  height: 100%;
  position: relative;
  padding-left: 40px;
}
.intro .bullet .bullet_box .league {
  position: absolute;
  top: 40px;
  left: 0;
  width: 335px;
  height: 120px;
  font-size: 83px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
  line-height: 84px;
  opacity: 0.4;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}
.intro .bullet .bullet_box .bullet_box_top {
  display: flex;
  padding-top: 25px;
}

.intro .bullet .bullet_box .bullet_box_top .business_orders {
  font-size: 52px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 3px 7px rgba(0,0,0, 0.65);
  margin-right: 14px;
}
.intro .bullet .bullet_box .bullet_box_top .national_free .free_tel {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  text-shadow: 2px 3px 7px rgba(0,0,0, 0.65);
}
.intro .bullet .bullet_box .bullet_box_top .national_free > figure {
  width: 112px;
  height: 18px;
}
.intro .bullet .bullet_box .bullet_submit {
  display: flex;
  margin-top: 50px;
}
.intro .bullet .bullet_box .bullet_submit .username {
  display: flex;
  width: 25%;
  height: 64px;
  line-height: 64px;
  background: #ffffff;
  padding-left: 10px;
  color: #565656;
}
.intro .bullet .bullet_box .bullet_submit .username  .uname{
line-height: 64px;
width: 15%;
}
.intro .bullet .bullet_box .bullet_submit .user_tel {
  display: flex;
  width: 30%;
  height: 64px;
  line-height: 64px;
  padding-left: 10px;
  background: #ffffff;
  color: #565656;
  margin: 0 30px;
}
.intro .bullet .bullet_box .bullet_submit .user_submit {
  width: 225px;
  height: 64px;
  line-height: 64px;
  background: #db1622;
  color: #fff;
  font-size: 22px;
}
.intro .bullet .bullet_box .bullet_submit input {
  height:64px;
  line-height: 64px;
  width: 85%;
  color: #565656;
  background-color: #fff;
}
::-webkit-input-placeholder {
  color: #565656;
  font-size: 16px;
}
.intro .bullet_bg1 {
  background: linear-gradient(
    to right,
    #d70c19ff -54%,
    #ff7078ff 80%,
    #d70c19ff 100%
  );
}
.intro .bullet_bg2 {
  background-image: linear-gradient(to right, #2c24c8ff, 20%, #635deeff);
}
.intro .bullet_bg3 {
  background-image: linear-gradient(to right, #ff6c00ff, 20%, #ffc474ff);
}
.intro .bullet_bg4 {
  background-image: linear-gradient(to right, #52c41aff, 20%, #93dc6fff);
}
.intro .bullet_active {
  right: 0;
  transition: all 0.6s ease;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  display: none;
}
.intro .product .btns {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.intro .product .btns li {
  cursor: pointer;
  padding: 52px 0 52px 40px;
  flex: 1;
}
.intr {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
.intro .product .btns li .intr_desc {
  margin-bottom: 60px;
}
.intro .product .btns li .intr_use span {
  font-size: 16px;
  color: #353535;
  padding: 20px 0;
}
.intro .product .btns li .intr_use .useicon {
  display: inline-block;
  color: #353535;
  font-size: 16px;
}
.intro .product .btns li:hover .intr_use span {
  color: #fff;
}
.intro .product .btns li:hover .intr_use .useicon {
  color: #fff;
}
.intro .product .btns li .intr_desc .in_tit {
  font-size: 24px;
  color: #353535;
  margin-bottom: 16px;
}
.intro .product .btns li .intr_desc .in_dec {
  font-size: 24px;
  color: #353535;
}
.intro .product .btns li:hover .intr_desc .in_tit {
  color: #fff;
}
.intro .product .btns li:hover .intr_desc .in_dec {
  color: #fff;
}
.contents {
  overflow: hidden;
}
.contents li {
  display: none;
  justify-content: space-between;
}
.contents li .content_inner {
  display: flex;
  justify-content: space-between;
}
.product .contents li.contents_active {
  display: block;
}

.contents li .int_img .intr_text {
  height: 100%;
  width: 32%;
  background-color: rgba(46, 58, 150, 0.36);
  position: absolute;
  top: 0;
  left: 0;
  padding: 43px 45px 54px;
}
main .contact_address {
  margin-bottom: 80px !important;
  margin-top: 50px !important;
}
.honors_row {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
main .honors_row ul li figure > img {
  width: 100% !important;
}
.tit {
  font-size: 36px;
  font-weight: bold;
  color: #353535;
  margin-bottom: 32px;
}
.contents li .intr_text_right {
  width: 50%;
}
.contents li .intr_text_right figure {
  overflow: hidden;
  height: 500px;
}
.intr_text .int_t {
  margin-bottom: 32px;
}
.intr_text .int_t > a {
  display: block;
}
.intr_text .int_t > a > span {
  display: inline-block;
}
.contents li .qiye .square {
  display: inline-block;
  width: 6px;
  height: 20px;
  background: #d70c19;
  margin-right: 16px;
}
.intr_text .int_t .qiye .mini_tit {
  font-size: 24px;
  color: #414141;
  margin-bottom: 17px;
}
.intr_text .int_t .open {
  margin-left: 26px;
  font-size: 20px;
  font-weight: 300;
  color: #414141;
  line-height: 1.8;
}
.intro .product .btns li {
  position: relative;
  border-right: 1px solid #f3f3f3;
}
.intro .product .btns li.btns_active{
  background: linear-gradient(to top right, #ff7078ff, #d70c19ff);
}
.intro .product .btns li.btns_active .intr_desc .in_tit{
  color: #fff;
}
.intro .product .btns li.btns_active .intr_desc .in_dec{
  color: #fff;
}
.intro .product .btns li.btns_active .intr_use span{
  color: #fff;
}
.intro .product .btns li.btns_active  .intr_use .useicon{
  color: #fff;
}

.intro .product .btns li.btns_active .quan1 {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px 0 0 110px;
  width: 130px;
  height: 130px;
  opacity: 0.5;
  background: linear-gradient(#d70c19ff, #ff7078ff);

}
.intro .product .btns li.btns_active .quan2 {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px 0 0 90px;
  width: 80px;
  height: 80px;
  opacity: 0.5;
  background: #ff7078ff;
}
.intro .product .btns li:hover .quan1 {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px 0 0 110px;
  width: 130px;
  height: 130px;
  opacity: 0.5;
}
.intro .product .btns li:hover .quan2 {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px 0 0 90px;
  width: 80px;
  height: 80px;
  opacity: 0.5;
}
.intro .product .btns li:nth-child(1):hover .quan1 {
  background: linear-gradient(#d70c19ff, #ff7078ff);
}
.intro .product .btns li:nth-child(1):hover .quan2 {
  background: #ff7078ff;
}
.intro .product .btns li:nth-child(2):hover .quan1 {
  background: linear-gradient(#2c24c8ff, #635deeff);
}
.intro .product .btns li:nth-child(2):hover .quan2 {
  background: #635deeff;
}
.intro .product .btns li:nth-child(3):hover .quan1 {
  background: linear-gradient(#ff6c00ff, #ffc474ff);
}
.intro .product .btns li:nth-child(3):hover .quan2 {
  background: #ffc474ff;
}
.intro .product .btns li:nth-child(4):hover .quan1 {
  background: linear-gradient(#52c41aff, #93dc6fff);
}
.intro .product .btns li:nth-child(4):hover .quan2 {
  background: #93dc6fff;
}
.intro .product .btns li:nth-child(1):hover {
  background: linear-gradient(to top right, #ff7078ff, #d70c19ff);
}
.intro .product .btns li:nth-child(2):hover {
  background: linear-gradient(to top right, #635deeff, #2c24c8ff);
}
.intro .product .btns li:nth-child(3):hover {
  background: linear-gradient(to top right, #ffc474ff, #ff6c00ff);
}
.intro .product .btns li:nth-child(4):hover {
  background: linear-gradient(to top right, #93dc6fff, #52c41aff);
}
.new {
  padding: 130px 0 95px 0;
}
.trends {
  display: flex;
  justify-content: space-between;
}
.cont_active {
  display: block;
}
.tip {
  font-size: 36px;
  color: #1a1a1a;
}
.news {
  position: absolute;
  left: 0;
  top: -7%;
  font-size: 92px;
  color: #000000;
  opacity: 0.05;
}
.list {
  margin-top: 86px;
  margin-bottom: 79px;
}
.list li {
  color: #888888ff;
  font-size: 20px;
  cursor: pointer;
}
.list li:hover {
  color: #d70c19;
}
.list li.active {
  color: #d70c19;
}
.list li:first-child {
  margin-bottom: 26px;
}
.new_right {
  width: 81%;
  display: flex;
}
.new_right .tent {
  width: 100%;
}
.new_right .tent li {
  display: none;
  position: relative;
  width: 100%;
}
.new_right .tent li .n_1 {
  width: 46%;
}
.new_right .tent li .nn {
  width: 30%;
}
.new_right .tent li > div {
  border-left: 1px solid #dddddd;
}

.new_right .tent li > div:hover .tansuo {
  color: #d70c19ff;
}
.new_right .tent li > div:hover #say_i {
  color: #d70c19ff;
}
.new_right .tent li > div:hover .n_time2 {
  color: #d70c19ff;
}
.new_right .tent li .ono {
  width: 46%;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.tent .red_shu {
  padding: 0 20px 0 20px;
  position: relative;
  display: block;
}
.red {
  color: #d70c19 !important;
}
.new_right .tent .ono .red_shu:before {
  top: 1%;
  height: 285px;
}
.new_right .tent .nn .n_img {
  width: 318px;
  height: 171px;
}
.new_right .tent .ono .n_img {
  width: 520px;
  height: 280px;
}
.new_right .tent li .red_shu:before {
  top: -10%;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 0;
  background: #c22c33;
  transition: all 0.6s linear;
}
.new_right .tent li .nfwt {
  height: 66px;
  font-size: 24px;
  font-weight: bold;
  color: #666666ff;
}
.new_right .tent li .n_time {
  font-size: 14px;
  color: #888888;
  margin: 26px 0 38px;
}
.new_right .tent li .n_day {
  font-size: 18px;
  color: #888888;
}
.new_right .tent li.tent_active {
  display: block;
  display: flex;
}
.new_right .tent li > div {
  /* padding: 57px 0 18px; */
}
.new_right .tent li > div:hover {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  /* transition: all 0.3s; */
}
.new_right .tent .ono .nfwt {
  color: #d70c19;
}
.new_right .tent .ono .more_say #say_i{
    color: #d70c19;
}
.new_right .tent .ono .n_time {
  color: #d70c19;
}
.new_right .tent .ono .n_day {
  color: #d70c19;
}
.new_right .tent .ono .more_say {
  color: #d70c19;
}
.ag {
  margin-bottom: 98px;
}
.product_agent {
  display: none;
}
.agent {
  position: relative;
  padding: 40px 0;
}
.vi {
  padding: 41px 0 0;
}
.say {
  position: relative;
  display: flex;
}
.more_say {
  font-size: 20px;
  color: #353535;
  display: flex;
  margin: auto 0 auto 206px;
}
.ag_s {
  font-size: 20px;
  color: #666666;
  margin: 62px 0 40px;
}
/* .brand {
  margin: auto 0 0 206px;
} */
.more_say #say_i {
  display: block;
  color: #353535ff;
  font-size: 30px;
}
.more_say .tansuo {
  display: block;
  display: flex;
}
.more_say:hover #say_i {
  color: #d70c19ff;
}
.more_say:hover .tansuo {
  color: #d70c19ff;
}
.ag_list {
  display: flex;
  height: 680px;
  overflow: hidden;
  margin-bottom: 98px;
}
.chongci {
  position: absolute;
  bottom: -50%;
  right: 0;
  width: 62%;
  height: 12%;
  background: #f6f8fc;
  transition: all 0.6s linear;
}
.chongci .cc {
  padding: 24px 0;
  font-size: 24px;
  color: #1a1a1a;
  text-align: center;
}
.cc_display {
  bottom: 0;
  right: 0;
  transition: all 0.6s linear;
}
.ag_list li {
  position: relative;
  transition: all 1s;
}
.ag_list li.on_class {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  transition: all 0.3s linear;
}
.t1 {
  background-color: rgb(0, 0, 0, 54%);
  width: 100%;
  height: 100%;
  z-index: 3;
}
.class {
  transition: all 0.6s linear;
  background-color: inherit;
}
.t1 .center {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 187px;
  height: 195px;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all 0.6s linear;
  background: url(../img/floor.png) no-repeat;
  background-size: contain;
}
.t1 .center.c_hover {
  display: none;
  transition: all 0.6s ease;
}
.t1 .center .inner_cen {
  margin-top: 50%;
  transform: translateY(-50%);
}
.t1 .center .meeting {
  color: #fff;
}
.t1 .center .jie {
  margin: auto;
}
.t1 .center .jie span.di {
  font-size: 18px;
  color: #fff;
}
.t1 .center .jie span.da {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
}
.cli {
  position: relative;
  background-color: #fff;
}
.say_list {
  position: relative;
  display: flex;
  margin-top: 48px;
  justify-content: space-between;
  margin-bottom: 123px;
}
.say_list .display {
  display: block;
}
.desc {
  position: absolute;
  bottom: 0;
  right: 0;
}
.desc ul li {
  cursor: pointer;
  margin-top: 30px;
  color: #000000;
  overflow: hidden;
  transition: all 0.3s ease;
}
.desc ul li figure {
  width: 252px;
  height: 180px;
}
.inner {
  margin-right: 24px;
}

.inner ul li.change {
  display: block;
}
.inner ul li .fw_img {
  overflow: hidden;
  width: 840px;
  height: 600px;
}
.in_text {
  position: absolute;
  top: 10%;
  left: 42%;
  padding: 38px 48px 0;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 5%);
  background: #ffffff;
}
.in_text:hover {
  box-shadow: 5px 7px 0px 0px rgba(45, 55, 145, 0.12);
}
.changing_over {
  cursor: pointer;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 23%;
  padding: 1%;
  background-color: #fff;
}
.changing_over span:hover #icon_pre {
  color: #d70c19 !important;
}
.changing_over span:hover #icon_next {
  color: #d70c19 !important;
}
.in .in_pic {
  overflow: hidden;
}
.in_text .center a {
  font-size: 24px;
  font-weight: bold;
  color: #d70c19;
}
.in_text .cen_date {
  font-size: 14px;
  color: #888888;
  text-align: justify;
  margin: 39px 0 38px;
}
.in_text .cen_desc {
  min-height: 100px;
  width: 544px;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 40px;
}
.in_text .cen_btn {
  display: flex;
  font-size: 20px;
  color: #d70c19;
}
.in_text .cen_btn .loo {
  margin-right: 14px;
}
.video {
  position: relative;
  background: #f6f8fc;
  padding: 98px 0 100px;
}
.v .show {
  display: block !important;
}
.enterprise-video {
  position: relative;
  height: 100%;
}
.v_l {
  z-index: 2;
  width: 40%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.play {
  z-index: 99999;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.v {
  /* position: relative; */
}
.v_l li {
  cursor: pointer;
  overflow: hidden;
  margin-right: 11px;
}
.v_l .li figure {
  width: 160px;
  height: 100px;
}
.v .v_r {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.v .v_r .r_l {
  text-align: right;
  flex: 1;
  padding-right: 58px;
}
.v .v_r .r_r {
  width: 55%;
  overflow: hidden;
  position: relative;
}
#video {
  display: none;
}
.v .v_r .r_l .r_name {
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 78px;
}
.r {
  font-size: 28px;
  color: #353535;
}
.v .v_r .r_l .r_text {
  margin: 60px 0 20px;
}

.sell_bg {
  margin-bottom: 49px;
  background-color: #050524ff;
}
.sell {
  display: flex;
  height: 100%;
  margin: 0 auto;
}
.sell .sell_left {
  margin-right: 3%;
  width: 20%;
}
.sell .sell_left .network {
  margin: 55px auto 35px auto;
  width: 47px;
  height: 40px;
  color: #050524ff;
}
.sell .sell_left .sell_dot {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
#searEnter {
  font-size: 20px;
}
.sell .search_btn {
  width: 80%;
  display: flex;
  padding: 74px 0;
  justify-content: space-between;
}
.sell .search_btn #apd_sear {
  position: relative;
  width: 70%;
}
.sell #text_input {
  color: #888888ff;
  font-size: 16px;
}
#apd {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 96%;
  display: none;
  background-color: #f5f5f5;
  border-radius: 0 0 4px 4px;
}
#apd #apd_main li {
  font-size: 14px;
  color: #353535;
  margin-top: 15px;
}
#apd #apd_main li:nth-child(1) {
  padding-right: 20px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  color: #353535;
}

.search {
  display: flex;
  height: 72px;
}
.search input::-webkit-input-placeholder {
  font-size: 16px;
}
.search input {
  width: 87%;
  height: 100%;
  padding: 0 20px;
  font-size: 20px;
  color: #888888;
  border-radius: 4px 0 0 4px;
}
.search button {
  height: 72px;
  width: 13%;
  background: #4470d5;
  border-radius: 0 4px 4px 0;
  color: #fff;
}
.search button:hover {
  cursor: pointer;
}

.hezuobtn {
  width: 22%;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background: #d70c19;
  border-radius: 4px;
}
.hezuobtn a {
  color: #fff;
  font-size: 20px;
}
.video_img {
  width: 900px;
  height: 500px;
}
.play_icon {
 cursor: pointer;
  display: block;
  color: #fff;
  font-size: 84px;
}
/* 底部 */
.footer {
  width: 100%;
}
