@charset "UTF-8";
header {
  width: 100%;
  height: 68px;
}

header > a {
  width: 100%;
  height: 100%;
}
header > a > img {
  width: 100%;
  height: 100%;
}

::v-deep .tbody-input .el-input__inner {
  border-radius: 6px 0 0 6px;
  border: 0;
}

nav {
  width: 100%;
  height: 854px;
  overflow: hidden;
  position: relative;
}

nav .navbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% ;
  height: 100%;
}

nav .tnav {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}

nav .tnav .t-title {
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 71px;
}
nav .tnav .tbody-sousuo {
  margin: 60px 0 33px;
}
nav .tnav .tbody-sousuo div {
  display: flex;
}
nav .tnav .tbody-sousuo .tbody-input {
  width: 320px;
  height: 50px;
  border: 0;
  border-radius: 6px 0 0 6px;
  padding-left: 8px;
  font-size: 16px;
}
nav .tnav .tbody-sousuo .tbody-input input {
  height: 50px;
  border-radius: 6px 0 0 6px;
  border: 0;
}
nav .tnav .tbody-sousuo .tbody-btn {
  width: 93px;
  background-color: #232830;
  border: 1px solid #ff7800;
  margin: -1px 0 0 -1px;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  color: #ffffff;
}
nav .tnav .tbody-sousuo .tbody-ul {
  display: flex;
  margin-top: 12px;
}
nav .tnav .tbody-sousuo .tbody-ul li a {
  font-size: 12px;
  color: #ffffff;
  margin-left: 20px;
}
nav .tnav .tbody-sousuo .tbody-ul li:first-child {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
}
nav .tnav .tbody-sousuo .tbody-ul li:first-child img {
  width: 10px;
  height: 12px;
  margin-right: 6px;
}
nav .tnav .tbody-sousuo .tbody-ul li:hover a {
  color: #ff0000;
}
nav .tnav .t-logo {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 713px;
  height: 140px;
}
nav .tnav .tbanner {
  width: 1190px;
  height: 422px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 17px;
  overflow: hidden;
}
nav .tnav .tbanner .banbox {
  display: flex;
  flex-wrap: wrap;
}
nav .tnav .tbanner .banbox .banli {
  width: 16.66%;
  margin: 34px 0 0;
  text-align: center;
}
nav .tnav .tbanner .banbox .banli p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
nav .tnav .banbot {
  display: flex;
  height: 98px;
  margin-top: 42px;
  background-color: #FFF9F0;
}
nav .tnav .banbot li {
  width: 20%;
  text-align: center;
  position: relative;
}
nav .tnav .banbot li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
nav .tnav .banbot li span {
  font-size: 18px;
  color: #333333;
  line-height: 98px;
  margin-left: 14px;
}
nav .tnav .dynamics {
  display: flex;
  height: 60px;
  align-items: center;
}
nav .tnav .dynamics img {
  width: 96px;
  height: 22px;
  margin: 0 25px 0 30px;
}
nav .tnav .dynamics .swiper {
  width: 450px;
  height: 60px;
  margin: 0;
  overflow: hidden;
}
nav .tnav .dynamics .swiper .swiper-wrapper {
  font-size: 18px;
  color: #FFD9AF;
  line-height: 60px;
}
nav .swiper {
  height: 672px;
}
nav .swiper-wrapper {
  height: 672px;
}
nav .swiper-slide {
  height: 672px;
}
.main_bg{
  background: #f8f8f8;
  padding-bottom: 30px;
}

.index-p1 {
  font-size: 32px;
  line-height: 36px;
  color: #333333;
  text-align: center;
  margin: 57px 0 20px;
}

.index-p2 {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  text-align: center;
  margin: 0 0 30px;
}

.top-coupon{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 12px 0;
}
.top-coupon .top-coupon-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
}

.top-coupon .top-coupon-left .left-img-txt{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #666666;
  margin-bottom: 12px;
}

.top-coupon .top-coupon-left .left-img-box{
  display: flex;
  align-items:  center;
}


.top-coupon .top-coupon-left .left-img-box img{
  width: 244px;
  height: 109px;
  margin-right: 26px;
}
.top-coupon .top-coupon-left .left-img-box img:nth-child(3){
  margin-right: 0;
  padding-right: 40px;
  border-right: 1px solid #E1E1E1;
}
.top-coupon .top-coupon-right .c-r-txt {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #666666;
}

.top-coupon .top-coupon-right .c-r-txt1 {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #666666;
  margin: 8px 0 10px;
 }

.top-coupon .top-coupon-right .coupon-item-box {
  position: relative;
}

.top-coupon .top-coupon-right .coupon-item-box img{
  width: 282px;
  height: 83px;
}

.top-coupon .top-coupon-right .coupon-item-box .coupon-item-left{
  position: absolute;
  top: 18px;
  left: 18px;
  color: #FFFFFF;
}
.top-coupon .top-coupon-right .coupon-item-box .coupon-item-left .coupon-item-top{
  display: flex;
  align-items: flex-start;
  height: 30px;
  line-height: 30px;
  margin-bottom: 6px;
}

.top-coupon .top-coupon-right .coupon-item-box .coupon-item-left .coupon-item-top .top-price{
  font-size: 40px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #FFFFFF;

}

.top-coupon .top-coupon-right .coupon-item-box .coupon-item-right{
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}

.hotProduct{
  width: 1200px;
  height: 243px;
  display: flex;
  align-items: center;
  margin: 0 auto  40px;
  padding-top: 20px;
}

.hotProduct .hot-left{
  width: 210px;
  height: 243px;
}
.hotProduct .hot-left img{
  width: 210px;
  height: 243px;
}

.hotProduct .hot-right{
  flex: 1;
  height: 243px;
  background-color: #fff;
}
.main-boxs{
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
  background-color: #fff;
}
.shortcuts{
  border-bottom: 1px solid #E9EAF2;
}
.shortcut{
  width: 100%;position: absolute;top: 0px;left: 0;z-index: 99;
}
.main-boxs .main {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto  40px;
  backdrop-filter: blur(2px);
}
.main-boxs .main .main-box .main-left{
  width: 403px;
  height: 482px;
  margin-right: 18px;
  background: greenyellow;
}

.main-boxs .main .main-box .main-left .swiper {
  width: 403px;
  height: 482px;
  margin: 0;
  overflow: hidden;
}
.main-boxs .main .main-box .main-left .swiper .swiper-wrapper {
  height: 482px;
}
.main-boxs .main .main-box .main-left .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-pagination-bullet-active{
  background: #fff !important;
}
.main-boxs .main .service-box {
  width: 1200px;
  height: 302px;
  box-shadow: 0px 1px 6px #ccc;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.main-boxs .main .service-box li {
  width: 20%;
  height: 50px;
  background-color: #f7f9fd;
  text-align: center;
  cursor: pointer;
}
.main-boxs .main .service-box li p {
  margin-top: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  border-right: 1px solid #E9E9E9;
}
.main-boxs .main .service-box li:last-child p {
  border: 0;
}
.main-boxs .main .service-box .hover {
  background-color: #FE740E;
}
.main-boxs .main .service-box .hover p {
  color: #ffffff;
  border: 0;
}
.main-boxs .main .service-box .service-ul {
  position: absolute;
  top: 50px;
  left: 0;
  width: 1200px;
  height: 252px;
  display: flex;
}
.main-boxs .main .service-box .service-ul li {
  width: 20%;
  height: 100%;
  background-color: #fff;
}
.main-boxs .main .service-box .service-ul li img {
  width: 120px;
  height: 120px;
  margin: 32px 0 18px;
}
.main-boxs .main .service-box .service-ul li p {
  font-size: 18px;
  color: #333333;
}
.main-boxs .main .service-box .ul-none {
  display: none;
}
.main-boxs .main .main-box .main-left{
  width: 403px;
  height: 482px;
  margin-right: 18px;
  background: greenyellow;
}

.main-boxs .main .main-box .main-left .swiper {
  width: 403px;
  height: 482px;
  margin: 0;
  overflow: hidden;
}
.main-boxs .main .main-box .main-left .swiper .swiper-wrapper {
  height: 482px;
}
.main-boxs .main .main-box .main-left .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-pagination-bullet-active{
  background: #fff !important;
}
.main-boxs .main .main-box{
  display: flex;
  width: 100%;
  height: 100%;
}
.main-boxs .main .main-box .main-left{
  /*width: 30%;*/
  height: 100%;
  overflow: hidden;
}
.main-boxs .main .main-right{
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 将容器分为两列 */
  grid-auto-rows: minmax(0, max-content); /* 自动调整行高度 */
  gap: 10px; /* 设置单元格之间的间距为 10px */    我想直接最快的写出表格布局中的行与行的边框线
}
.main-boxs .main .main-right .right-item{
  width: 380px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 14px;
  box-sizing: border-box;
  padding: 27px 0 0 15px;
}
.main-boxs .main .main-right .right-item:nth-child(1){
  background: url(https://oss.71go.com/newindex/seo/index/mian4.png) no-repeat center;
  background-size: 100%;
}
.main-boxs .main .main-right .right-item:nth-child(2){
  background: url(https://oss.71go.com/newindex/seo/index/mian3.png)  no-repeat center;
  background-size: 100%;
}
.main-boxs .main .main-right .right-item:nth-child(3){
  background: url(https://oss.71go.com/newindex/seo/index/mian2.png)  no-repeat center;
  background-size: 100%;
  margin-bottom:0;
}
.main-boxs .main .main-right .right-item:nth-child(4){
  background: url(https://oss.71go.com/newindex/seo/index/mian1.png)  no-repeat center;
  background-size: 100%;
  margin-bottom:0;
}
.main-boxs .main .main-right .right-item .item-title{
  display: flex;
  align-items:  center;
  font-size: 22px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #111111;
}
.main-boxs .main .main-right .right-item .item-title img{
  width: 22px;
  height: 22px;
  margin-left: 8px;
}
.main-boxs .main .main-right .right-item .item-headTitle {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 15px 0 17px;
}
.main-boxs .main .main-right .right-item .item-price {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #F7431D;
}
.market-box {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 46px;
}
.market-box .market-li {
  height: 382px;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.market-box .market-li .market-left {
  width: 212px;
  height: 382px;
  box-sizing: border-box;
  padding: 22px 0 0 20px;
}
.market-box .market-li .market-left .title {
  width: 140px;
  height: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.market-box .market-li .market-left .title h4 {
line-height:20px;
}
.market-box .market-li .market-left .title img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.market-box .market-li .market-left .detail {
  width: 168px;
  height: 68px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  color: #ffffff;
  margin: 20px auto 32px;
  margin-left: 0;
}
.market-box .market-li .market-left .product-box .pro-li {
  width: 140px;
  height: 32px;
  margin-bottom: 15px;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
.market-box .market-li .market-left .product-box .p_hover .pro-hover {
  background: rgba(223, 223, 223, 0.4);
}
.market-box .market-li .market-left .product-box .pro-li .pro-p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}
.market-box .market-li  .p_hover .market-right{
  display: flex;
}
.market-box .market-li:nth-child(1n) .market-left {
  background: url("https://oss.71go.com/newindex/seo/index/market1.png");
}
.market-box .market-li:nth-child(2n) .market-left {
  background: url("https://oss.71go.com/newindex/seo/index/market2.png");
}
.market-box .market-li:nth-child(3n) .market-left {
  background: url("https://oss.71go.com/newindex/seo/index/market3.png");
}
.market-box .market-li:nth-child(4n) .market-left {
  background: url("https://oss.71go.com/newindex/seo/index/market5.png");
}
.market-box .market-li:nth-child(5n) .market-left {
  background: url("https://oss.71go.com/newindex/seo/index/market4.png");
}
.market-box .market-li .market-right {
  position: absolute;
  left: 220px;
  top: 0;
  width: 1120px;
  height: 382px;
  display: flex;
  flex-wrap: wrap;
  transition: all linear .3s;
  display:none ;
}
.market-box .market-li .market-right li {
  width: 320px;
  height: 187px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 26px 20px;
  margin-right: 7px;
  transition: all ease-in-out .2s;
}
.market-box .market-li .market-right li:hover{
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11);
  transform: translateY(-5px);
}
.market-box .market-li .market-right li .name {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.market-box .market-li .market-right li .name p {
  font-size: 16px;
  color: #F7431D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.market-box .market-li .market-right li .name img {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.market-box .market-li .market-right li .detail1 {
  width: 266px;
  height: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.market-box .market-li .market-right li .sku-tip {
  font-size: 14px;
  color: #888888;
  margin: 8px 0 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;

}
.market-box .market-li .market-right li .price-box {
  font-size: 24px;
  color: #F7431D;
}
.market-box .market-li .market-right li .price-box .p1 {
  font-size: 14px;
}
.market-box .market-li .market-right li .price-box .p2 {
  font-size: 14px;
  color: #666666;
}
.market-box .market-li .market-right li:nth-child(1) {
  margin-bottom: 8px;
}
.market-box .market-li .market-right li:nth-child(2) {
  margin-bottom: 8px;
}
.market-box .market-li .market-right li:nth-child(3) {
  margin-bottom: 8px;
}

.main1 {
  width: 100%;
  padding: 30px 0 40px;
  background-color: #fff;
}
.main1 .star-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main1 .star-box li {
  width: 280px;
  height: 375px;
  position: relative;
  box-sizing: border-box;
  border-bottom:5px solid transparent;
  overflow: hidden;
}
.main1 .star-box li img {
  width: 280px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.main1 .star-box li .star-t {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(180deg,transparent,transparent,rgba(0,0,0,.2),rgba(0,0,0,.6),rgba(0,0,0,.9));


}
.main1 .star-box li .star-t .p {
  background:url("https://oss.71go.com/newindex/seo/index/name_bg.png") ;
  width: 251px;
  height: 32px;
  font-size: 22px;
  color: #333333;
  margin: 19px auto;
  background-size:cover ;
  display: flex;
  align-items: center;
  justify-content: normal;
  box-sizing: border-box;
  margin-bottom: 10px;

}
.main1 .star-box li .star-t .p .p_title {
 padding-left: 30px;
  color: #fff;
}
.main1 .star-box li .star-t .dsec{
  font-size: 14px;
  color: #fff;
  opacity: .8;
  height: 73px;
  overflow: hidden;
  white-space: inherit;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 15px;
}
.main1 .star-box li .star-t .btn_box{
  width: 100%;
  font-size: 0;
  text-align: center;
}
.btn_box .btn1{
  width: 100%;
  display: inline-block;
  height: 0px;
  line-height: 36px;
  font-size: 14px;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-image: linear-gradient(91deg,#ff7775,#e2261c);
  position: relative;
  transition-property: width, height;
  transition-duration: .25s, .25s;
}
.main1 .star-box li:hover .btn_box .btn1{
  height: 36px;

}

.btn_box .btn2{
  width: 50%;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  vertical-align: middle;
  cursor: pointer;
  color: #e2261c;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(269deg,#fd441f,#e2261c);
  border-image-slice: 1;
}
.btn_box .btn1 .pop{
  width: 212px;
  height: 221px;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #fff;
  position: absolute;
  background-color: white;
  top: -239px;
  left: 50%;
  transform: translateX(-106px);
  display: none;
}
.btn_box .btn1:hover .pop{
  width: 212px;
  height: 221px;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #fff;
  position: absolute;
  background-color: white;
  top: -239px;
  left: 50%;
  transform: translateX(-106px);
  display: block;
}
.btn_box .btn1 .triangle-bottom{
  width:0;
  height:0;
  border-top:10px solid #fff;
  border-left:10px dashed transparent;
  border-right:10px dashed transparent;
  position:absolute;
  left: 100px;
  top: 223px;
}

.main1 .star-box li .star-t .triangle-bottom .code{
  position: absolute;
  top: -220px;
  height: 183px;
  width: 200px;
  left: -103px;
}
.main1 .star-box li .star-t .triangle-bottom .scan_msg {
  position: absolute;
  top: -43px;
  height: 29px;
  width: 200px;
  left: -103px;
  color: #666666;
}


.main1 .star-box li .star-t .p span {
  font-size: 16px;
  margin-left: 20px;
  height: 100%;
  line-height: 32px;

}
.main1 .star-box li .star-t .star-l {
  display: flex;
  justify-content: space-around;
}
.main1 .star-box li .star-t .star-l li {
  width: 72px;
  height: 26px;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 13px;
  font-size: 12px;
  color: #333333;
  line-height: 26px;
}
nav .board {
  height: 180px;
  position: relative;
  z-index: 10;
  margin-top: -110px;
}
nav .img-bg {
  height: 104px;
  position: relative;
  z-index: 99;
  margin-top: -156px;

}
nav .img-bg img {
  position: absolute;
  width: 1200px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
nav .img-bg .bg-t {
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #f8f9fb;
  border-radius: 10px;
}
nav .img-bg .bg-t li {
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c9c9c9;
}
nav .img-bg .bg-t .no-border{
  border-right: none;
}
nav .img-bg .bg-t li .t1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #ff6b00;
}

nav .img-bg .bg-t li .t2 {
  font-size: 17px;
  margin-top: 10px;
  color: #464a55;
}

.realtime-box {
  width: 1200px;
  height: 700px;
  box-shadow: 0px 1px 6px #ccc;
  border-top: 2px solid #BBBBBB;
  margin: 60px auto 30px;
  display: flex;
  position: relative;
  background-color: #fff;
}
.realtime-box .realtime-li {
  width: 12.5%;
  height: 46px;
  background-color: #F8F8F8;
  text-align: center;
  cursor: pointer;
}
.realtime-box .realtime-li .p1 {
  margin-top: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
}
.realtime-box .hover {
  background-color: #fff;
}
.realtime-box .hover p {
  color: #333333;
}
.realtime-box .conbody {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
  height: 432px;
  display: none;
}
.realtime-box .hover .conbody {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
  height: 432px;
  display: block;
}
.realtime-box .conbody .more {
  width: 1140px;
  height: 40px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  margin-top: 7px;
}
.realtime-box .conbody .more .p1 {
  float: left;
}
.realtime-box .conbody .more .p2 {
  float: right;
  color: #333;
}
.realtime-box .service-box {
  display: flex;
  flex-wrap: wrap;
}
.realtime-box .service-ul {
  display: flex;
  flex-wrap: wrap;
}
.realtime-box .service-ul .service-li {
  width: 50%;
  height: 127px;
  background-color: #fff;
  border-bottom: 1px solid #E9E9E9;
  text-align: left;
}
.realtime-box .service-ul .service-li a {
  display: flex;
  align-items: center;
  height: 127px;
}
.realtime-box .service-ul .service-li img {
  width: 148px;
  height: 84px;
  margin-right: 10px;
}
.realtime-box .service-ul .service-li .cont {
  flex: 1;
  padding-right: 40px;
  height: 90px;
  overflow: hidden;
}
.realtime-box .service-ul .service-li .cont .title {
  font-size: 14px;
  color: #333333;
  margin: 6px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.realtime-box .service-ul .service-li .cont .p {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.realtime-box .more1 {
  width: 1140px;
  height: 40px;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  margin-top: 7px;
}
.realtime-box .more1 .p1 {
  float: left;
}
.realtime-box .more1 .p2 {
  float: right;
  color: #333;
}
.realtime-box .video-box {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.realtime-box .video-box li {
  width: 273px;
  height: 153px;
  position: relative;
}
.realtime-box .video-box li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
}
.realtime-box .video-box li .v-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
}
.realtime-box .video-box li .v-title img {
  width: 33px;
  height: 33px;
  margin: 8px;
}
.realtime-box .video-box li .v-title span {
  font-size: 12px;
  color: #fff;
  line-height: 48px;
}/*# sourceMappingURL=index.css.map */
.swiper {
  width: 100vw;
  height: 400px;
}
.swiper .swiper-wrapper{
  height: 400px;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-pagination-bullet-active{
  background: #fff !important;
}

/*回到顶部*/
.back-to-top {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.back-to-top img{
  width: 40px;
  height: 40px;
}