/*声明 WebFont*/

body {
  font-size: 14px;
  color: #333333;
  font-family: sans-serif, Arial;
  margin: 0;
  padding: 0;
  background-color: #F7F8FC;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
li {
  list-style-type: none;
}
input {
  outline: none;
}
/*页面宽度 - 根据设计页面宽度修改*/
.full {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
}
/*用于铺满屏幕宽度 【铺满容器宽度用w100p】*/
.all {
  width: 1200px;
}
/* 可结合"m[0a~100a]"使窗口居中: <div class="all m0a"></div> ; */
.pc_elem {
  display: block !important;
}
.m_elem {
  display: none !important;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.top_wrap {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
}
.top_wrap .top_content {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  position: relative;
}
.top_wrap .top_content .logo,
.top_wrap .top_content ul,
.top_wrap .top_content .search {
  display: inline-flex;
}
.top_wrap .top_content .logo {
  padding-right: 52px;
  position: relative;
  top: 20px;
}
.top_wrap .top_content ul {
  padding-left: 0px;
  position: absolute;
  top: 24px;
  margin: 0;
}
.top_wrap .top_content ul li {
  margin-right: 39px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  font-family: 'SourceHanSansSC-Bold';
  cursor:pointer;
}
.top_wrap .top_content ul .kill {
  background: #FEF3F1;
  border-radius: 31px;
  width: 88px;
  text-align: center;
}
.top_wrap .top_content ul .kill a {
  color: #E83B18;
}
.top_wrap .top_content ul .activ618 a {
  color: #333333;
}
.top_wrap .top_content ul .softwareall {
  background: #F0F0F0;border-radius: 31px;width: 88px;text-align: center;
}
.top_wrap .top_content ul .softwareall_activ {
  background: #FEF3F1  !important;color:#E83B18 !important;

}

.top_wrap .top_content .search {
  position: absolute;
  right: 0px;
}
.top_wrap .top_content .search .search_input {
  width: 440px;
  height: 44px;
  border-radius: 38px;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  color: #999999;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 50px;
  margin-top: 18px;
  background: #F6F6F6;
}
.top_wrap .top_content .search .search_btn {
  width: 38px;
  height: 38px;
  background: url('../images/20215111421.png') #333333 no-repeat center center;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 4px;
  cursor: pointer;
}
.top_wrap .top_content .search .search_btn:hover {
  background: url('../images/20215111421.png') #E83A17 no-repeat center center;
}
.mrbanner {
  height: 440px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.mrbanner #nav {
  height: 0px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 99;
}
.absolute_box {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.mrbanner .content {
  text-align: center;
  padding-top: 20px;
  position: relative;
}
.mrbanner .content .pro_tab {
  width: 200px;
  height: 400px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}
.prosuls {
  margin: 0;
  padding: 0;
  padding-top:15px;
}
.prosuls li {
  height: 27px;
  margin-bottom: 13px;
  text-align: left;
}
.prosuls li .protype {
  padding-left: 30px;
  width: 170px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  color: #666666;
  font-size: 16px;
  font-family: 'SourceHanSansSC-Regular';
}
.prosuls li .protype .arrow {
  width: 7.6px;
  height: 14px;
  background: url('../images/2021512945.png') no-repeat center center;
  background-size: cover;
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}
.prosuls li .protype:hover {
  background-color: white;
  font-family: 'SourceHanSansSC-Bold';
  color: #333333;
}
.prosuls li .prohide {
  display: none;
}
.prosuls li .procontent {
  position: absolute;
  top: 20px;
  left: 200px;
  width: 1000px;
  height: calc(100% - 20px);
  background-color: white;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.prosuls li .procontent .navside_wrap {
  padding-bottom: 30px;
  background-color: white;
  /* border-radius: 20px; */
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.prosuls li .procontent .navside_wrap .navsidecontent_wrap {
  vertical-align: top;
  width: 920px;
  padding-left: 40px;
  display: inline-block;
}
.prosuls li .procontent .navside_wrap .navsidecontent_wrap .warp_list {
  padding-top:0px;
  
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.prosuls li .procontent .navside_wrap .navsidecontent_wrap .warp_list .title-top {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  font-family: 'SourceHanSansSC-Bold';
}
.prosuls li .procontent .navside_wrap .navsidecontent_wrap .warp_list .proeml {
  /* height: 32px; */
  padding-top: 28px;
  position: relative;
  display:inline-block;
}
.prosuls li .procontent .navside_wrap .navsidecontent_wrap .warp_list .proeml a {
  font-family: 'SourceHanSansSC-Regular';
  color: #333333;
}
.prosuls li .procontent .navside_wrap .navsidecontent_wrap .warp_list .proeml a img {
  padding-right: 10px;
  width: 52px;
}
.prosuls li .procontent .navside_wrap .navsidecontent_wrap .warp_list .proeml a span {
  font-size: 16px;
  display: inline-block;
  width: 120px;
  vertical-align: middle;
}
.prosuls li .procontent .navside_wrap .navside_right {
  /* width: 250px; */
  display: inline-block;
  position: relative;
  top: 40px;
}
.prosuls li .procontent .navside_wrap .navside_right .slideimg {
  padding-bottom: 8px;
}
.mrbanner .content .row {
  width: 1000px;
  position: absolute;
  top: 192px;
  left: 200px;
}
.mrbanner .content .row .sw_upper {
  width: 56px;
  height: 56px;
  background: url('../images/20215111705.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 22px;
  opacity: 0.5;
}
.mrbanner .content .row .sw_next {
  width: 56px;
  height: 56px;
  background: url('../images/20215111706.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0px;
  opacity: 0.5;
}
.mrbanner .content .row .sw_upper:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.mrbanner .content .row .sw_next:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.mrbanner .pro_banner {
  width: 100%;
  height: 440px;
  max-width: 1920px;
  min-width: 1200px;
  position: absolute;
  top: 0;
}
.mrbanner .pro_banner .banner-swiper .swiper-wrapper .banimg {
  max-width: 1920px;
  min-width: 1200px;
  width: 100% !important;
  height: 440px;
  
}
.mrbanner .pro_banner .banner-swiper .swiper-wrapper .banimg img {
  height: 100%;
  width: 100%;
  background-position-x: center !important;
}
.mr_shops {
  width: 222px !important;
  height: 270px !important;
  border-radius: 16px;
  background: white;
  position: relative;
  display: inline-block;
  margin-right: 12px !important;
  /* cursor: pointer; */
  text-align: center;
}
.mr_shops:hover{
  /* top:-3px; */
  -webkit-box-shadow: #e2e2e2 0px 0px 16px;
  -moz-box-shadow: #e2e2e2 0px 0px 16px;
  box-shadow: #e2e2e2 0px 0px 16px;
}
.mr_shops .sale_code {
  font-family: 'SourceHanSansSC-Regular';
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #E83B18;
  background: #FDECE8;
  padding: 3px 4px 2px 4px;
  border-top-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.mr_shops .shop_img {
  padding-top: 0px;
  padding-bottom: 1px;
}
.mr_shops .shop_img img {
  width: 200px;
  height: 200px;
}
.mr_shops .shop_title {
  font-size: 14px;
  font-family: 'SourceHanSansSC-Regular';
  text-align: center;
  padding: 0 11px;
  height: 42px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.mr_shops .price {
  font-size: 16px;
  padding-top: 6px;
}
.mr_shops .price .now_price {
  color: #E83A17;
}
.mr_shops .price .orig_price {
  color: #999999;
  text-decoration: line-through;
}
.shop_pages {
  position: absolute;
  top: 39px;
  right: 0px;
}
.shop_pages .upper,
.shop_pages .next {
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #DCE1E8;
  border-radius: 8px;
}
.shop_pages .upper {
  background: url('../images/20215131403.png') no-repeat center center;
}
.shop_pages .next {
  background: url('../images/20215131402.png') no-repeat center center;
}
.shop_pages .upper:hover {
  background: url('../images/20215131412.png') no-repeat center center;
  border: 1px solid #E83A17;
}
.shop_pages .next:hover {
  background: url('../images/20215131413.png') no-repeat center center;
  border: 1px solid #E83A17;
}
.appwares {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.appwares .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 33px;
  position: relative;
}
.appwares .content h3 {
  text-align: left;
  margin: 0;
  font-size: 24px;
  font-family: 'SourceHanSansSC-Bold';
  font-weight: 700;
  color: #333333;
}
.appwares .content .row {
  display: flex;
  justify-content: space-between;
}
.appwares .content .row .stkill {
  width: 232px;
  height: 280px;
  background: url('../images/20215131016.png') no-repeat center center;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 16px;
}
.appwares .content .row .stkill .title {
  text-align: center;
  padding-top: 38px;
  font-weight: 700;
  font-size: 30px;
  font-family: 'SourceHanSansSC-Bold';
}
.appwares .content .row .stkill .electric {
  width: 31.11px;
  height: 56px;
  padding-top: 13px;
  display: block;
  margin: 0 auto;
}
.appwares .content .row .stkill .surplus {
  display: block;
  padding-top: 26px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'SourceHanSansSC-Regular';
}
.appwares .content .row .stkill .surplus p {
  padding-bottom: 15px;
}
.appwares .content .row .stkill .surplus .countdown {
  font-size: 16px;
  font-family: 'SourceHanSansSC-Regular';
  font-weight: 700;
}
.appwares .content .row .stkill .surplus .countdown span:nth-child(1),
.appwares .content .row .stkill .surplus .countdown span:nth-child(3),
.appwares .content .row .stkill .surplus .countdown span:nth-child(5) {
  padding-left: 5px;
  margin-left: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #E83A17;
}
.appwares .content .row .stkill .surplus .countdown span:nth-child(2),
.appwares .content .row .stkill .surplus .countdown span:nth-child(4),
.appwares .content .row .stkill .surplus .countdown span:nth-child(6) {
  padding-right: 4px;
  margin-right: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #E83A17;
}
.appwares .content .row .stkill .surplus .countdown span {
  /* letter-spacing: px; */
  color: #ffffff;
  background-color: #E83A17;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.appwares .content .row .mrkillshop {
  margin: 0px;
}
.appwares .content .row .mrkillshop .shop_list {
  width: 958px;
  margin-top: 16px;
}
.appwares .content .row .recommend {
  margin-top: 16px;
}
.appshops {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.appshops .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 33px;
  position: relative;
}
.appshops .content h3 {
  text-align: left;
  margin: 0;
  font-size: 24px;
  font-family: 'SourceHanSansSC-Bold';
  font-weight: 700;
  color: #fff;
  margin-top:10px;
}
.appshops .content h3 a{ color: #fff;}

.appshops .content h3:after{content:""; position:absolute; width:40px; height:2px; top:100px; left:10px; background:#fff;}

.appshops .content .shop_pages {
  cursor: pointer;
  font-size: 14px;
}

.appshops .content .title-top{ height:360px; padding:10px;}

.appshops .content .more {
  height:30px;
  display: inline-block;
  position: absolute;
  bottom:30px; 
  line-height:30px;;
}

.appshops .content .shoptype {
  text-align: left;
  line-height:26px;
  width:212px;
  height:160px;
  padding:10px;
}
.appshops .content .shoptype ul{
	
}
.appshops .content .shoptype a {
  color: #fff;
  line-height:20px;
}


.appshops .content .goodslist {
  text-align: left;
  display: flex !important;
}
.appshops .content .goodslist .advert {
  width: 232px;
  margin-right: 10px;
  display: inline-block;
  height:560px;
}

.appshops .content .goodslist .product {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.appshops .content .goodslist .product .shop_content,
.appshops .content .goodslist .product .mrshopall {
 
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.appshops .content .goodslist .product .shop_content .mr_shops,
.appshops .content .goodslist .product .mrshopall .mr_shops {
  
  margin-bottom: 20px;
}
.appshops .content .goodslist .product .shop_content .classifyempty,
.appshops .content .goodslist .product .mrshopall .classifyempty {
  width: 232px;
  visibility: hidden;
  height: 0px;
}
.appshops .content .goodslist .hoxse {
  width: 958px;
}
.shoptype_list {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.shoptype_list .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
.shoptype_list .content .paths {
  height: 50px;
  text-align: left;
  margin: 0;
  font-weight: 400;
  font-family: 'SourceHanSansSC-Regular';
}
.shoptype_list .content .paths a {
  font-size: 13px;
  color: #666666;
}
.shoptype_list .content .paths a:last-child {
  color: #333333;
}
.shoptype_list .content .paths .more {
  width: 7.6px;
  height: 8px;
  display: inline-block;
  background: url(../images/20215141014.png) no-repeat center center;
  padding: 0 4px;
}
.shoptype_list .content .shop_content {
 
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.shoptype_list .content .shop_content .mr_shops {

  margin-bottom: 10px;
}
.shoptype_list .content .shop_content .classifyempty {
  width: 232px;
  visibility: hidden;
  height: 0px;
}
.bottomemp {
  height: 100px;
}
.mr_page{
  text-align: center;
  margin-top: 20px;
}
.mr_page .layui-laypage a,.mr_page .layui-laypage span{
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px !important;
  background-color: #fff;
  color: #333;
  font-size: 14px !important;
}
.mr_page .layui-laypage .layui-laypage-count{
  background-color: unset !important;
}
.mr_page .layui-laypage span .layui-laypage-em{
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #f12d00 !important;
}

.dhtxtall{
  width: 200px;
  height: 400px;
  background: rgba(255, 255, 255, 100);
  box-shadow: 1px 1px 20px 0px #00000014;
  border-radius: 16px;
}
.dhtxtall .procontent{
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
  
  top:0px !important;
}
.dhtxtall .navside_wrap{
  box-shadow: 1px 1px 20px 0px #00000014;
}

.zm{height:245px; background:url(../images/zm.png) no-repeat; margin-top:20px; margin-bottom:20px;cursor:pointer;}
.zm h2{ padding-left:750px; padding-top:100px; font-size:30px; color:#fff;}
.zm h3{ padding-left:750px; padding-top:20px; font-size:24px; color:#fff;}
.topnav{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  left: 134px;
  top: 1px;
  display: none;
}
.dhtxtall .prosuls li .procontent .navside_wrap .navsidecontent_wrap .warp_list .proeml a span {
  font-size: 12.5px;
  width: 122px;
}
.topnav .absolute_box {
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 17px;
}
.listx1{ background:url(../images/listx1.png) no-repeat top center #8dc361;}
.listx1 .shoptype{ background:#1c4197}

.listx2{ background:url(../images/listx2.png) no-repeat top center #73a7e1;}
.listx2 .shoptype{ background:#73a7e1}

.listx3{ background:url(../images/listx3.png) no-repeat top center #ee9752;}
.listx3 .shoptype{ background:#ee9752}

.listx4{ background:url(../images/listx4.png) no-repeat top center #b683e2;}
.listx4 .shoptype{ background:#b683e2}

.listx5{ background:url(../images/listx5.png) no-repeat top center #8dc361;}
.listx5 .shoptype{ background:#8dc361}

.listx6{ background:url(../images/listx6.png) no-repeat top center #8dc361;}
.listx6 .shoptype{ background:#8dc361}

.listx7{ background:url(../images/listx7.png) no-repeat top center #8dc361;}
.listx7 .shoptype{ background:#8dc361}


.listx8{ background:url(../images/listx8.png) no-repeat top center #8dc361;}
.listx8 .shoptype{ background:#8dc361}

.listx9{ background:url(../images/listx9.png) no-repeat top center #8dc361;}
.listx9 .shoptype{ background:#8dc361}

.listx10{ background:url(../images/listx10.png) no-repeat top center #8dc361;}
.listx10 .shoptype{ background:#8dc361}