body {
  overflow: hidden;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.w-1920 {
  width: 19.2rem;
  margin: auto;
}
.w-1500 {
  width: 15rem;
  margin: auto;
}
/* 头部开始 */
header {
  width: 15rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .25rem;
}
header .left {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .left .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .left .logo img:nth-of-type(1) {
  width: 2.12rem;
  margin-right: .1rem;
}
header .left .logo img:nth-of-type(2) {
  width: 2.07rem;
  margin-right: .23rem;
}
header .left .title p {
  font-size: .24rem;
  font-family: SourceHanSansCN-Bold;
  text-align: left;
  color: #000000;
  font-weight: 700;
}
header .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .right img {
  width: .57rem;
  margin-left: .16rem;
}
header .right div span {
  display: block;
  padding-top: .18rem;
  font-size: .18rem;
  font-family: SourceHanSansCN-Regular;
  text-align: right;
  color: #000000;
  font-weight: 700;
}
header .right div p {
  margin-top: .1rem;
  font-size: .3rem;
  font-family: SourceHanSansCN-Bold;
  text-align: right;
  color: #000000;
  font-weight: 700;
}
/* 头部结束 */
/* banner开始 */
.banner {
  width: 19.2rem;
  margin: auto;
}
.banner .banner-img {
  height: 8.6rem;
  overflow: hidden;
}
.banner .banner-img img {
  transform: scale(1.2);
  width: 100%;
  height: 100%;
  transition: all 1.5s;
  opacity: 0;
}
.banner .banner-content-bg {
  height: 1.2rem;
  background: #ffc400;
}
.banner .banner-content-bg .banner-content {
  width: 15rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.banner .banner-content-bg .banner-content .left {
  display: flex;
}
.banner .banner-content-bg .banner-content .left img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.08rem;
}
.banner .banner-content-bg .banner-content .left ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner-content-bg .banner-content .left ul li {
  margin-left: .25rem;
}
.banner .banner-content-bg .banner-content .left ul li p {
  font-size: .36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.banner .banner-content-bg .banner-content .left ul li span {
  font-size: .64rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.banner .banner-content-bg .banner-content .right button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 3.95rem;
  height: .8rem;
  background: #000000;
  border-radius: .4rem;
}
.banner .banner-content-bg .banner-content .right button img {
  width: .36rem;
  margin-right: .1rem;
}
.banner .banner-content-bg .banner-content .right button p {
  font-size: .28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
/* banner结束 */
/* 视频部分开始 */
.Video-part {
  width: 19.2rem;
  margin: auto;
  background: #f4f4f4;
  margin-top: 2.48rem;
  padding-top: 2.84rem;
  position: relative;
  padding-bottom: 1.1rem;
}
.Video-part .video-img {
  width: 6.71rem;
  height: 3.88rem;
  background: url(../img/shipingbg.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -1.94rem;
}
.Video-part .video-img img {
  width: .45rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.Video-part .video-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
}
.Video-part .video-box .jsmodern-video {
  width: 100% !important;
  height: 100% !important;
}
.Video-part .video-box #video {
  height: 7.3rem;
  width: 13rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.Video-part .video-box #video .guanbi {
  cursor: pointer;
  width: .64rem;
  position: absolute;
  right: .1rem;
  top: .1rem;
  z-index: 1000;
  transition: all 0.5s;
  transform: scale(0.8);
}
.Video-part .video-box #video .guanbi:hover {
  transform: scale(1);
}
.Video-part .video-box #video-modal video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.Video-part .video-box .VideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: .7rem;
  height: .7rem;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  cursor: pointer;
  z-index: 10;
}
.Video-part .video-box .VideoBtn img {
  width: .7rem;
}
/* 视频部分结束 */
/* 热门推荐开始 */
.district-1 {
  width: 19.2rem;
  margin: auto;
  height: 4.92rem;
  display: flex;
  margin-top: 1.18rem;
}
.district-1 .left {
  flex: 1;
  background: #f5f5f5;
  padding-left: 2.1rem;
}
.district-1 .left .hot1-title {
  position: relative;
}
.district-1 .left .hot1-title ul {
  display: flex;
  align-items: center;
  border-bottom: .01rem solid #dfdfdf;
}
.district-1 .left .hot1-title ul li {
  cursor: pointer;
  margin-right: .66rem;
  padding: .47rem 0 .42rem 0;
  font-size: .32rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-1 .left .hot1-title ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.district-1 .left .hot1-title ul li span {
  color: #C00000;
}
.district-1 .left .hot1-title i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.89rem;
  height: .03rem;
  background-color: #000000;
}
.district-1 .left .hot1-tabs {
  margin-top: .64rem;
}
.district-1 .left .hot1-tabs .hot1-content {
  display: flex;
}
.district-1 .left .hot1-tabs .hot1-content ul {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
.district-1 .left .hot1-tabs .hot1-content ul li {
  margin-bottom: .78rem;
}
.district-1 .left .hot1-tabs .hot1-content ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.district-1 .left .hot1-tabs .hot1-content ul li p {
  font-size: .24rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  margin-bottom: .24rem;
}
.district-1 .left .hot1-tabs .hot1-content ul li span {
  font-size: .28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-1 .right {
  width: 6.42rem;
  height: 100%;
  background: #ffc400;
  position: relative;
}
.district-1 .right > img {
  position: absolute;
  left: -1.69rem;
  top: -0.82rem;
  width: 6.01rem;
}
.district-1 .right button {
  position: absolute;
  left: 2.18rem;
  top: 1.22rem;
  border: none;
  width: 2.02rem;
  height: .57rem;
  background: #ed201f;
  border: .02rem solid #f4e6b6;
  border-radius: .27rem;
  box-shadow: 0rem 0.03rem 0.06rem 0rem rgba(156, 1, 0, 0.4);
}
.district-1 .right button > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.district-1 .right button > div img {
  width: .33rem;
  margin-right: .08rem;
}
.district-1 .right button > div span {
  font-size: .26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.district-1 .right button::after {
  font-size: .26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.district-2 {
  width: 19.2rem;
  margin: auto;
  position: relative;
  margin-top: .69rem;
}
.district-2 .left {
  padding-left: 2.1rem;
  padding-top: .38rem;
}
.district-2 .left h1 {
  width: 4.18rem;
  font-size: .44rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  line-height: .72rem;
}
.district-2 .left h2 {
  margin: .5rem 0 .7rem 0;
  font-size: .5rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.district-2 .left button {
  border: none;
  width: 3.12rem;
  height: .89rem;
  background: #ffc400;
}
.district-2 .left button > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.district-2 .left button > div img {
  width: .45rem;
  margin-right: .11rem;
}
.district-2 .left button > div span {
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-2 .left button::after {
  font-size: .4rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-2 .right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 13.43rem;
  height: 4.69rem;
  background: #f5f5f5;
  border: .01rem solid #e4e4e4;
}
.district-2 .right ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.district-2 .right ul li:nth-of-type(2) {
  margin: 0 1.71rem;
}
.district-2 .right ul li img {
  height: 3.34rem;
}
.district-2 .right ul li p {
  margin-top: .25rem;
  font-size: .28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
/* 热门推荐结束 */
/* 相关推荐开始 */
.district-3 {
  width: 19.2rem;
  margin: auto;
}
.district-3 .related-recommendation-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.05rem 0 .7rem 0;
}
.district-3 .related-recommendation-title h1 {
  font-size: .5rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin-bottom: .2rem;
}
.district-3 .related-recommendation-title h1 span {
  color: #0073FE;
}
.district-3 .related-recommendation-title img {
  width: 2.82rem;
}
.district-3 .related-recommendation {
  width: 15rem;
  margin: auto;
  display: flex;
}
.district-3 .related-recommendation .left ul {
  width: 11.1rem;
  height: 6.51rem;
  overflow: hidden;
}
.district-3 .related-recommendation .left ul li {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
.district-3 .related-recommendation .left ul li:hover img {
  transform: scale(1);
}
.district-3 .related-recommendation .left ul li > img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 1s;
}
.district-3 .related-recommendation .left ul li h2 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 .5rem;
  height: .94rem;
  background: linear-gradient(87deg, #ffc400 28%, rgba(255, 196, 0, 0) 88%);
}
.district-3 .related-recommendation .left ul li h2 span {
  font-size: .36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-3 .related-recommendation .left ul li h2 img {
  width: .57rem;
  height: .57rem;
}
.district-3 .related-recommendation .right {
  flex: 1;
}
.district-3 .related-recommendation .right ul {
  width: 100%;
  height: 100%;
}
.district-3 .related-recommendation .right ul li {
  flex: 1;
  position: relative;
  font-size: 0;
}
.district-3 .related-recommendation .right ul li img {
  width: 100%;
  height: 100%;
}
.district-3 .related-recommendation .right ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: .28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}
.district-3 .related-recommendation-streamer {
  margin-top: .71rem;
  font-size: 0;
  position: relative;
}
.district-3 .related-recommendation-streamer img {
  width: 100%;
}
.district-3 .related-recommendation-streamer .left {
  width: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.district-3 .related-recommendation-streamer .left span {
  font-size: .36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-3 .related-recommendation-streamer .left p {
  margin-top: .26rem;
  font-size: .78rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
/* 相关推荐结束 */
/* 选择豫工开始 */
.district-4 {
  width: 19.2rem;
  margin: auto;
  display: flex;
  position: relative;
}
.district-4 > .left {
  flex: 1;
}
.district-4 > .right {
  width: 9.47rem;
  height: 8.87rem;
  background: #e4e4e4;
}
.district-4 .select {
  width: 15rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.district-4 .select .select-title {
  padding: .69rem 0 .43rem;
}
.district-4 .select .select-title h1 {
  font-size: .5rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  margin-bottom: .18rem;
}
.district-4 .select .select-title p {
  font-size: .24rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.district-4 .select .select-content {
  position: relative;
}
.district-4 .select .select-content .swiper-button-prev {
  left: 13.49rem;
  top: .9rem;
  width: .67rem;
  height: .67rem;
  border: .02rem solid #000000;
  border-radius: .36rem;
}
.district-4 .select .select-content .swiper-button-prev img {
  width: .17rem;
}
.district-4 .select .select-content .swiper-button-prev:hover {
  background: #ffc400;
  border-color: #ffc400;
}
.district-4 .select .select-content .swiper-button-next {
  top: .9rem;
  right: 0;
  z-index: 1000;
  width: .67rem;
  height: .67rem;
  border: .02rem solid #000000;
  border-radius: .36rem;
}
.district-4 .select .select-content .swiper-button-next img {
  width: .17rem;
}
.district-4 .select .select-content .swiper-button-next:hover {
  background: #ffc400;
  border-color: #ffc400;
}
.district-4 .select .select-content .swiper-button-prev::after {
  display: none;
}
.district-4 .select .select-content .swiper-button-next::after {
  display: none;
}
.district-4 .select .select-content .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.district-4 .select .select-content .swiper-slide .left {
  width: 9.26rem;
  height: 5.28rem;
  font-size: 0;
}
.district-4 .select .select-content .swiper-slide .left img {
  width: 9.26rem;
  height: 5.28rem;
}
.district-4 .select .select-content .swiper-slide .right {
  flex: 1;
  padding-left: .48rem;
  position: relative;
  z-index: -1;
}
.district-4 .select .select-content .swiper-slide .right h1 {
  font-size: .97rem;
  font-family: Impact, Impact-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
.district-4 .select .select-content .swiper-slide .right h2 {
  margin: 1.54rem 0 .62rem 0;
  font-size: .36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-4 .select .select-content .swiper-slide .right p {
  font-size: .22rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: .36rem;
}
.district-4 .select .select-content .ul {
  margin-top: .41rem;
  display: flex;
  align-items: center;
}
.district-4 .select .select-content .ul li {
  display: flex;
  align-items: center;
  margin-right: .61rem;
}
.district-4 .select .select-content .ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.district-4 .select .select-content .ul li img {
  width: .14rem;
  margin-right: .12rem;
}
.district-4 .select .select-content .ul li span {
  font-size: .26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.district-4 .select .select-content .ul .activate span {
  font-weight: 700;
  color: #000000;
}
.select-streamer {
  width: 19.2rem;
  margin: auto;
  position: relative;
  font-size: 0;
}
.select-streamer > img {
  width: 100%;
}
.select-streamer .select-streamer-content {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.select-streamer .select-streamer-content .left ul {
  display: flex;
  align-items: center;
}
.select-streamer .select-streamer-content .left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .26rem;
  width: 1.78rem;
  height: .63rem;
  border: .01rem solid #000000;
  border-radius: .33rem;
  font-size: .32rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.select-streamer .select-streamer-content .left h2 {
  display: flex;
  align-items: center;
  margin-top: .24rem;
}
.select-streamer .select-streamer-content .left h2 p {
  width: .92rem;
  height: .02rem;
  background-color: #000000;
}
.select-streamer .select-streamer-content .left h2 span {
  margin: 0 .25rem;
  font-size: .41rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.select-streamer .select-streamer-content .right > P {
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.select-streamer .select-streamer-content .right .baojia {
  position: relative;
  margin-top: .2rem;
  display: flex;
  align-items: center;
  padding-left: .31rem;
  width: 6.05rem;
  height: .63rem;
  background: #ffffff;
  border-radius: .32rem;
}
.select-streamer .select-streamer-content .right .baojia h2 img {
  width: .3rem;
  margin-right: .1rem;
}
.select-streamer .select-streamer-content .right .baojia h2 span {
  font-size: .35rem;
  font-family: Impact, Impact-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
.select-streamer .select-streamer-content .right .baojia button {
  position: absolute;
  top: -0.01rem;
  right: -0.02rem;
  border: none;
  width: 3.02rem;
  height: .65rem;
  background: linear-gradient(360deg, #ffaa00 1%, #ffc400 100%);
  border: .01rem solid #ffda61;
  border-radius: .33rem;
}
.select-streamer .select-streamer-content .right .baojia button > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-streamer .select-streamer-content .right .baojia button > div img {
  width: .36rem;
  margin-right: .11rem;
}
.select-streamer .select-streamer-content .right .baojia button > div span {
  font-size: .28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.select-streamer .select-streamer-content .right .baojia button::after {
  font-size: .36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
/* 选择豫工结束 */
/* 客户共同选择开始 */
.district-5 {
  width: 19.2rem;
  margin: auto;
}
.district-5 .client {
  width: 15rem;
  margin: auto;
}
.district-5 .client .client-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: .78rem 0 .52rem 0;
}
.district-5 .client .client-title h1 {
  font-size: .5rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin-bottom: .2rem;
}
.district-5 .client .client-title h1 span {
  color: #0073FE;
}
.district-5 .client .client-title img {
  width: 2.82rem;
}
.district-5 .client .client-content {
  display: flex;
  justify-content: space-between;
}
.district-5 .client .client-content .left ul li {
  width: 6.82rem;
  height: 6.43rem;
  overflow: hidden;
}
.district-5 .client .client-content .left ul li:hover img {
  transform: scale(1);
}
.district-5 .client .client-content .left ul li img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 1s;
}
.district-5 .client .client-content .right ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.district-5 .client .client-content .right ul li {
  margin-left: .13rem;
  margin-bottom: .14rem;
  width: 3.96rem;
  height: 3.15rem;
  overflow: hidden;
}
.district-5 .client .client-content .right ul li:hover img {
  transform: scale(1);
}
.district-5 .client .client-content .right ul li img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 1s;
}
.district-5 .client-streamer {
  width: 19.2rem;
  margin: auto;
  position: relative;
  font-size: 0;
  margin-top: .7rem;
}
.district-5 .client-streamer > img {
  width: 100%;
}
.district-5 .client-streamer .client-streamer-content {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.district-5 .client-streamer .client-streamer-content .left ul {
  display: flex;
  align-items: center;
}
.district-5 .client-streamer .client-streamer-content .left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .23rem;
  width: 2.09rem;
  height: .57rem;
  border: .02rem solid #000000;
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.district-5 .client-streamer .client-streamer-content .left h2 {
  margin-bottom: .4rem;
  font-size: .34rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-5 .client-streamer .client-streamer-content > img {
  width: 4.63rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-43%);
}
.district-5 .client-streamer .client-streamer-content .right .anniu {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(1) {
  width: 3.55rem;
  height: .82rem;
  border: .02rem solid #ffffff;
  border-radius: .43rem;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(1) > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(1) > div img {
  width: .51rem;
  margin-right: .13rem;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(1) > div span {
  font-size: .35rem;
  font-family: Impact, Impact-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(1)::after {
  font-size: .4rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(2) {
  margin-top: .23rem;
  border: none;
  width: 3.55rem;
  height: .82rem;
  background: #ffc400;
  border-radius: .41rem;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(2) > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(2) > div img {
  width: .3rem;
  margin-right: .11rem;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(2) > div span {
  font-size: .32rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-5 .client-streamer .client-streamer-content .right .anniu button:nth-of-type(2)::after {
  font-size: .4rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
/* 客户共同选择结束 */
/* 为什么选择我们开始 */
.district-6 {
  width: 19.2rem;
  margin: auto;
  background: #000000;
}
.district-6 .choose-us {
  width: 15rem;
  margin: auto;
}
.district-6 .choose-us .choose-us-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.01rem 0 .49rem 0;
}
.district-6 .choose-us .choose-us-title img {
  width: 2.82rem;
  margin-top: .2rem;
}
.district-6 .choose-us .choose-us-title h1 {
  font-size: .5rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .35rem;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-title ul {
  display: flex;
  align-items: center;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-title ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .53rem;
  position: relative;
  width: 2.5rem;
  height: .89rem;
  border: .01rem solid #ffffff;
  border-radius: .46rem;
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-title ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-title ul .activate {
  font-weight: 700;
  color: #000000;
  background: #ffc400;
  border-color: #ffc400;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten {
  overflow: hidden;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .scene ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .scene ul li {
  overflow: hidden;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .scene ul li:hover > img {
  transform: scale(1);
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .scene ul li > img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 1s;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .scene ul li i {
  font-size: 0;
  overflow: hidden;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .scene ul li i:hover > img {
  transform: scale(1);
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .scene ul li i img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 1s;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .certification {
  display: flex;
  justify-content: space-between;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .certification ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .certification ul li {
  overflow: hidden;
  margin-bottom: .31rem;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .certification ul li:hover > img {
  transform: scale(1);
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .certification ul li > img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 1s;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .certification .right ul {
  width: 10.26rem;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .after-sale {
  display: flex;
  justify-content: space-between;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .after-sale ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .after-sale ul li {
  overflow: hidden;
  margin-bottom: .15rem;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .after-sale ul li:hover > img {
  transform: scale(1);
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .after-sale ul li > img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 1s;
}
.district-6 .choose-us .choose-us-tabs .choose-us-tabs-conten .after-sale .right ul {
  width: 8.28rem;
}
.district-6 .choose-us-streamer {
  margin-top: .69rem;
  position: relative;
  font-size: 0;
}
.district-6 .choose-us-streamer > img {
  width: 100%;
}
.district-6 .choose-us-streamer .choose-us-streamer-content {
  width: 15rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .left {
  margin-right: 2rem;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .left p {
  font-size: .42rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin-bottom: .24rem;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .left h2 {
  font-size: .36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .left h2 span {
  margin-left: .14rem;
  font-size: .6rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .hot-line-24 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .hot-line-24 img {
  width: .82rem;
  margin-right: .1rem;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .hot-line-24 div span {
  font-size: .23rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  letter-spacing: .0138rem;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .hot-line-24 div p {
  font-size: .43rem;
  font-family: Impact, Impact-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .anniu {
  display: flex;
  align-items: center;
  margin-top: .13rem;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .anniu button {
  border: none;
  width: 3.51rem;
  height: .73rem;
  background: #ffc400;
  border-radius: .35rem;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .anniu button > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .anniu button > div img {
  width: .38rem;
  margin-right: .15rem;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .anniu button > div span {
  font-size: .34rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.district-6 .choose-us-streamer .choose-us-streamer-content .right .anniu button::after {
  font-size: .4rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #211400;
}
/* 为什么选择我们结束 */
.district-7 {
  width: 19.2rem;
  margin: auto;
  overflow: hidden;
}
.district-7 .About-Us {
  margin: .8rem 0;
  position: relative;
}
.district-7 .About-Us .left {
  width: 5.05rem;
  position: absolute;
  top: 0;
  left: 2.1rem;
}
.district-7 .About-Us .left .About-Us-title h1 {
  font-size: .74rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.district-7 .About-Us .left .About-Us-title h2 {
  margin: .32rem 0 .4rem 0;
  font-size: .4rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.district-7 .About-Us .left .About-Us-title p {
  font-size: .2rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: .32rem;
}
.district-7 .About-Us .swiper-button-prev {
  left: 2.1rem;
  top: 4.4rem;
  width: .74rem;
  height: .74rem;
  border: .02rem solid #000;
}
.district-7 .About-Us .swiper-button-prev img {
  width: .17rem;
}
.district-7 .About-Us .swiper-button-prev:hover {
  background: #ffc400;
  border-color: #ffc400;
}
.district-7 .About-Us .swiper-button-next {
  left: 3.08rem;
  top: 4.4rem;
  width: .74rem;
  height: .74rem;
  border: .02rem solid #000;
}
.district-7 .About-Us .swiper-button-next img {
  width: .17rem;
}
.district-7 .About-Us .swiper-button-next:hover {
  background: #ffc400;
  border-color: #ffc400;
}
.district-7 .About-Us .swiper-button-prev::after {
  display: none;
}
.district-7 .About-Us .swiper-button-next::after {
  display: none;
}
.district-7 .About-Us .right {
  margin-left: 8.01rem;
  width: 16.6rem;
  height: 4.92rem;
  z-index: 2;
}
.district-7 .About-Us .right .swiper {
  width: 100%;
  height: 100%;
}
.district-7 .About-Us .right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.district-7 .About-Us-streamer-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.79rem;
  background: #f5f5f5;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer {
  width: 15rem;
  margin: auto;
  height: 4.37rem;
  background: #ffffff;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer .About-Us-us-streamer-title h2 {
  padding-top: .48rem;
  font-size: .4rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin-bottom: .21rem;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer .About-Us-us-streamer-title p {
  margin: .21rem 0 .44rem 0;
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffc400;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form .form-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .4rem;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form .form-top .mingzi input {
  margin-right: .71rem;
  padding-left: .17rem;
  border: none;
  outline: none;
  width: 4.71rem;
  height: .76rem;
  background: #f5f5f5;
  border: .01rem solid #e4e4e4;
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form .form-top .dianhua input {
  padding-left: .17rem;
  border: none;
  outline: none;
  width: 5.83rem;
  height: .76rem;
  background: #f5f5f5;
  border: .01rem solid #e4e4e4;
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form .huoqubaojia {
  display: flex;
  justify-content: center;
  align-items: center;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form .huoqubaojia button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 4.11rem;
  height: .76rem;
  background: #ffc400;
  font-size: .3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.district-7 .About-Us-streamer-bg .About-Us-us-streamer form .huoqubaojia button img {
  width: .25rem;
  margin-right: .1rem;
}
/* 底部栏开始 */
footer {
  width: 19.2rem;
  margin: 0 auto;
  background-color: #1b1b1b;
}
footer .footer {
  width: 15rem;
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
footer .footer .logo {
  text-align: center;
}
footer .footer .logo > img {
  width: 2.45rem;
}
footer .footer .logo p {
  margin-top: .16rem;
  display: flex;
  align-items: center;
}
footer .footer .logo p img {
  width: .32rem;
  margin-right: .13rem;
}
footer .footer .logo p span {
  font-family: SourceHanSansCN-Regular;
  font-size: .16rem;
  color: #ffffff;
  opacity: 0.5;
}
footer .footer .footer-xian {
  width: .01rem;
  height: 1.44rem;
  background-color: #ffffff;
  opacity: 0.1;
}
footer .footer .tuijian h1 {
  font-family: SourceHanSansCN-Bold;
  font-size: .24rem;
  color: #ffffff;
}
footer .footer .tuijian ul li {
  margin-top: .2rem;
}
footer .footer .tuijian ul li span {
  margin-right: .4rem;
  font-family: SourceHanSansCN-Regular;
  font-size: .2rem;
  color: #ffffff;
  opacity: 0.5;
}
footer .footer .helpline3 button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .78rem;
  background: #ffc400;
  border-radius: .06rem;
  border: none;
}
footer .footer .helpline3 button img {
  margin-right: .17rem;
  width: .51rem;
}
footer .footer .helpline3 button span {
  font-size: .36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
footer .footer .helpline3 p {
  font-family: SourceHanSansCN-Medium;
  text-align: right;
  margin-top: .18rem;
  margin-bottom: .1rem;
  font-size: .2rem;
  color: #ffffff;
  opacity: 0.5;
}
footer .footer .helpline3 span {
  display: block;
  font-size: .5rem;
  font-family: Impact, Impact-Regular;
  font-weight: 400;
  color: #ffffff;
}
.banquan {
  border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
  width: 19.2rem;
  margin: 0 auto;
  height: .82rem;
  line-height: .82rem;
  text-align: center;
  background-color: #1b1b1b;
  font-family: SourceHanSansCN-Regular;
  font-size: .16rem;
  color: rgba(255, 255, 255, 0.3);
}
/* 底部栏结束 */
