* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
a {
  text-decoration:none
}
body,html {
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: rgb(100,100,100);
	/*line-height: 0;*/
}
li {
  list-style: none;
}
a,a:link,a:visited,a:hover,a:active {
  text-decoration: none;
}
input[type='checkbox']{
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    padding:0;
	margin: 0;
	margin-right: 3px;
}
input[type=checkbox]:checked{
   background: url("../img/right.png")no-repeat center;
}
.inpcenter {
	text-align: center;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}
.red {
	color: #F56C6C;
}
.zi {
	color: rgb(136,94,211);
}
.blue {
	color: #409EFF;
}
.green {
	color: #006030;
}
.hui {
	color: rgb(150,150,150);
}
.shou {
	cursor: pointer;
}
.greenB {
	padding: 2px 7px;
	border-radius: 15px;
	background: rgb(60,197,109);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin: 15px 0;
	font-size: 10px;
}
.yellowB {
	padding: 2px 15px;
	border-radius: 15px;
	background: rgb(243,240,4);
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	margin: 15px 0;
	font-size: 10px;
}
.purpleB {
	padding: 2px 15px;
	border-radius: 15px;
	background: rgb(124,27,193);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin: 15px 0;
}
.chocolateB {
	padding: 2px 7px;
	border-radius: 15px;
	background: rgb(122,72,52);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin: 15px 0;
}
.margin-l {
	margin-left: 5px;
}
/*首页*/
.topWrap {
	width: 100%;
	height: 61px;
	background: white;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #ebeef0;
}
.leftWrap {
	width: 129px;
	height: 100%;
	background: #2b3245;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	border-right: 1px solid #f2f4fa;
}
.contentWrap {
	width: 100%;
	min-height: 100%;
	padding: 61px 172px 0 129px;
	background: rgb(242,244,250);
}
.rightWrap {
	width: 172px;
	height: 100%;
	background: white;
	position: fixed;
	right: 0;
	top: 0;
	padding-top: 61px;
	z-index: 99;
	border-left: 1px solid #ebeef0;
}
.topWraps {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.topCWrap {
	height: 100%;
	display: flex;
	align-items: center;
}
.topC {
	height: 100%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	cursor: pointer;
}
.erweima {
	width: 22px;
	height: 22px;
}
.erweim {
	width: 22px;
	height: 22px;
	margin-left: 5px;
}
.erweimas {
	width: 22px;
	height: 22px;
	border-radius: 5px;
	margin-right: 5px;
}
.new {
	width: 25px;
	height: 17px;
	margin-top: -15px;
}
.topCSpan {
	margin: 0 7px;
}
.messageWrap {
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
}
.message {
	width: 20px;
	height: 20px;
}
.messages {
	width: 35px;
	height: 35px;
	margin-left: -5px;
	margin-top: -7px;
}
.messageB {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: red;
	text-align: center;
	position: absolute;
	top: -10px;
	right: -15px;
	font-size: 10px;
	color: white;
}
.leftImgWrap {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mrlogo {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	margin-top: 10px;
}
.ss1 {
	width: 18px;
	height: 12px;
	cursor: pointer;
}
.leftListWrap {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding-bottom: 100px;
	scrollbar-width: none; 
    -ms-overflow-style: none;  
}
.leftListWrap::-webkit-scrollbar {
  display: none; 
}
body::-webkit-scrollbar {
  width: 8px;
  height: 20px;
  background: rgba(0,0,0,0.2);
}
body::-webkit-scrollbar-thumb  
{  
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #2b3245;
}
.leftList {
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: rgb(180,180,180);
	margin-bottom: 14px;
}
.leftListActive {
	background: url(../img/navbj.png) no-repeat;
}
.leftImg,.leftImgb {
	width: 24px;
	height: 24px;
	margin: 0 10px;
	position: relative;
	z-index: 1;
}
.leftImgs {
	width: 10px;
	height: 10px;
}
.leftSpan {
	position: relative;
	z-index: 1;
	font-size: 13px;
	/*padding-top: 5px;*/
}
.activeImg {
	position: absolute;
	left: 0;
	width: 121px;
	height: 46px;
	z-index: 0;
}
.rightListWrap {
	width: 100%;
	height: 100%;
}
.rightList {
	width: 100%;
	height: 53px;
	display: flex;
	border-bottom: 1px solid rgb(230,230,230);
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.rightSele {
	width: 110px;
}
.activeLeft {
	color: white;
}
.contentWraps {
	width: 100%;
	padding: 0 15px;
}
.contentTop {
	width: 100%;
	padding: 28px 0;
	display: flex;
	align-items: center;
}
.contentTopView {
	width: 100%;
	padding: 8px 4px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.contentTopB {
	width: 3px;
	background: #409EFF;
	height: 20px;
	margin-right: 5px;
}
.contentTopWei {
	color: #409EFF;
}
.topListWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}
.topList {
	width: 16%;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
	border-radius: 5px;
}
.tblist {
    font-size: 24px;
    margin-top: 15px;
}
.hui1 {
	color: #000;
	margin-top: 17px;
}
.tblist1 {
	color: #F56C6C;
}
.tblist2 {
	color: #E6A23C;
}
.tblist3 {
	color: #409EFF;
	cursor: pointer;
}
.tblist4 {
	color: #67C23A;
}
.tblist5 {
	color: #909399;
}
.jyzoushi {
	width: 66.3%;
	height: 300px;
	background: white;
	border-radius: 5px;
}
.jyzoushiB {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 30px;
	height: 51px;
}
.rightChart {
	width: 100%;
	height: 280px;
}
.newUsers {
	width: 32.8%;
	height: 300px;
	background: white;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.newUsersT {
	width: 90%;
	height: 51px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgb(230,230,230);
}
.userimg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.newUsersWrap {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.userimgs {
	width: 30px;
	height: 30px;
	margin-top: 5px;
	border-radius: 50%;
}
.newDdWrap {
	width: 90%;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(230,230,230);
}
.center {
	display: flex;
	align-items: center;
}
.newDdUl {
	width: 90%;
	padding-top: 20px;
}
.newDdList {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgb(230,230,230);
	padding: 7px 0;
}
.newDdListB {
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 10px;
}
.newDdListB:hover {
	color: #409EFF;
}
.newDdListM {
	color: #E6A23C;
	margin-right: 10px;
}
.gsInfo {
	width: 80%;
}
.gsInfoList {
	width: 100%;
	padding: 15px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgb(230,230,230);
}
.yrz {
	padding: 1px 20px;
	background: #67C23A;
	color: white;
	border-radius: 20px;
	margin: 0 5px;
}
.qrz {
	padding: 2px 20px;
	border: 1px dashed rgb(150,150,150);
	color: #409EFF;
	border-radius: 20px;
	cursor: pointer;
}
.bottomB {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 5px;
}
/*会员页*/
.memberCWrap {
	width: 100%;
	padding: 0 5px;
	display: flex;
}
.memberCWrapLeft {
	width: 145px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 80px;
}
.memberCWrapRight {
	width: 100%;
	padding:  0 10px;
}
.memberRightCWrap {
	width: 100%;
	background: white;
	border-radius: 5px;
	min-height: 600px;
	padding: 30px 10px;
	margin-bottom: 10px;
}
.mbRCsousuo {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 0;
	padding-top: 30px;
}
.mbRCsousuoGrop {
	display: flex;
	align-items: center;
}
.selectB {
	height: 35px;
	width: 100px;
	border: 1px solid rgb(230,230,230);
	margin-right: 3px;
	padding: 0 5px;
}
.inpB {
	width: 400px;
	color: #999;
}
.inpa {
	width: 200px;
	color: #999;
}
.inp150 {
	width: 150px;
}
.czWrap {
	width: 100%;
	padding: 15px 10px;
	border-top: 1px solid rgb(230,230,230);
	display: flex;
	align-items: center;
}
.czBtWrap {
	padding: 7px 11px;
	border: 1px solid rgb(230,230,230);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	cursor: pointer;
	color: #999;
}
.czBtImg {
	width: 20px;
	height: 20px;
	position: relative;
}
.czBtImgs {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -100px;
	right: -110px;
	z-index: 9999;
	border: 1px solid rgb(160,160,160);
}
.mbTbtd1Wrap {
	display: flex;
	height: 58px;
	align-items: center;
	cursor: pointer;
}
.mbTbtd1Wraps {
	display: flex;
	height: 100px;
	align-items: center;
}
.pCenter {
	justify-content: center;
}
.tabUserImg {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 7px;
}
.goodsImg {
	width: 70px;
	height: 70px;
	margin-right: 7px;
}
.goodsImgs {
	width: 40px;
	height: 40px;
	margin-right: 7px;
}
.bkimg {
	border: 1px solid rgb(230,230,230);
	margin-left: 5px;
	cursor: pointer;
}
.czWraps {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mbTbtd1td {
	position: relative;
}
.tishi {
	position: absolute;
	right: -80px;
	top: -45px;
	width: 200px;
	height: 150px;
	background: white;
	border-radius: 7px;
	padding-left: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.tishiC {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 4px;
}
.hui {
	color: rgb(170,170,170);
}
.tssjx {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: -15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.tabNav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mbBtn {
	width: 100px;
	display: flex;
	height: 30px;
	justify-content: center;
	align-items: center;
	background: white;
	color: #409EFF;
	border-radius: 20px;
	cursor: pointer;
	margin: 10px 0;
	margin-bottom: 30px;
}
/*商家页*/
.businessSubListWrap {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px 40px;
}
.businessSubListWrapVIew {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 5px 10px;
}
.alignFlexStata {
	align-items: flex-start;
}
.subSpan {
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}
.subSpanView {
	width: 140px;
	text-align: right;
	margin-right: 10px;
}
.subDivWrap {
	width: 70%;
}
.erweimaWraps {
	width: 70%;
}
.subDiv {
	width: 70%;
	display: flex;
	align-items: center;
}
.baibi,.baibis {
	width: 100%;
	margin-top: 20px;
}
.baibi:first-child,.baibis:first-child {
	margin-top: 0;
}
.baibis {
	width: 100%;
	margin-top: 20px;
}
.baibis:first-child {
	margin-top: 0;
}
.subDivs {
	display: flex;
	align-items: center;
}
.subInp {
	width: 100%;
}
.ImgWrap {
	width: 200px;
	position: relative;
}
.ImgUp {
	border: 1px solid rgb(230,230,230);
	width: 180px;
	height: 180px;
	margin-bottom: 10px;
}
.ImgUpDele {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 15px;
	cursor: pointer;
}
.form-group {
	margin-bottom: 0 !important;
}
.margin {
	margin:0 10px;
}
.businessSubBtnWrap {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.businessSubBtn {
	width: 200px;
}
.leftB {
	width: 80px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(250,250,250);
	border: 1px solid rgb(230,230,230);
	border-right: none;
}
.refresh {
	width: 60px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(1,150,136);
	color: white;
	border-radius: 3px;
	cursor: pointer;
}
.danwei {
	width: 140px;
	border: 1px solid rgb(230,230,230);
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
}
.goodsSxSpn,.backGoodsList {
	margin: 0 10px;
}
.yfSelect {
	margin: 0 10px;
	width: 200px;
}
.statisticeWrap {
	width: 100%;
	border: 1px solid rgb(230,230,230);
	margin: 20px 0;
}
.statisticeTjWrap {
	width: 100%;
	border: 1px solid rgb(230,230,230);
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.statisticeWrapB {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	background: rgb(245,245,245);
}
.statisticeTjWrapB {
	width: 96%;
	height: 40px;
	display: flex;
	align-items: center;
	border-bottom:1px solid rgb(230,230,230);
}
.statisticeWrapC {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
}
.statisticeTjWrapC {
	width: 96%;
	height: 300px;
}
.statisticeWrapCList {
	width: 25%;
	height: 85px;
	border-right: 1px solid rgb(230,230,230);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.statisticeWrapCList:last-child {
	border: none;
}
.applicationCWrap {
	width: 100%;
	padding: 20px 50px;
	color: #000;
	font-size: 13px;
}
.applicationListWrap {
	width: 100%;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.applicationList {
	width: 288px;
	height: 157px;
	border: 1px solid #edf0f7;
	position: relative;
	/*box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);*/
	margin-left: 46px;
}
.applicationList:hover {
	border: 1px solid #dce1ec;
}

.applicationList:first-child {
	margin-left: 0;
}
.applicationListB {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 10px;
	padding-bottom: 0;
}
.applicationListC {
	width: 100%; 
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 35px;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.applicationListImg {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	margin-right: 20px;
}
.applicationListImgs {
	width: 20px;
	height: 20px;
}
.applicationListCc {
	height: 90px;
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
}
.goodsImg {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.tabCenter {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabCenters {
	height: 58px;
	display: flex;
	align-items: center;
}
.daifList {
	background: rgb(249,249,249);
	height: 61px;
}
.btn-primary {
	background-color: rgb(68,171,247) !important;
	border-color: rgb(68,171,247) !important;
}
.downErm {
	padding: 2px 10px;
	background: rgb(68,171,247);
	color: white;
}
/*右侧手风琴*/
.rightImg {
	margin: 0 10px;
}
.sqImg{
	margin-right: 15px;
	margin-left: 13px;
}
.action{ transition: all 0.3s ease-out;transform: rotate(180deg);}
.ewmSpan {
	color: #222;
	font-size: 13px;
}
.hoverP {
	position: absolute;
	left:50px;
	text-align: center;
	width: 88px;
	height: 40px;
	line-height: 40px;
}
.hoverPimg {
	width: 88px;height: 40px;
	position: absolute;left: 0;top: 0;z-index: 0;
}
.hoverPb {
	color: white;position: relative;z-index: 5;
}
.erweimasD {
	width: 200px;height: 200px;
	text-align: center;
	line-height: 210px;
	position: absolute;
	right: -205px;
	top: -155px;
	border-radius: 5px;
	background: white;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	z-index: 9999;
}
.erweimasDb {
	width: 200px;height: 200px;
}
.addGhUl {
	width: 100%;
}
.addGhList {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.addGhListL {
	display: flex;
	align-items: center;
}
.addGhListLImg {
	width: 40px;
	height: 40px;
	margin: 0 7px;
}
.addGhListR {
	width: 120px;
	text-align: left;
}
.yuanBt {
	border-radius: 13px;
}
.BtmarginR {
	margin-right: 5px;
}
.greenColor {
	color: rgb(24,143,60);
}
.bkImg {
	width: 50px;
	height: 50px;
	margin-right: 7px;
}
.seleimg {
	width: 320px;
}
.newwrap {
	padding-top: 0;
	padding-bottom: 0;
}
.ImgUps {
	border: 1px solid rgb(230,230,230);
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}
.ImgUpDeles {
	position: absolute;
	top: -10px;
	right: 50px;
	font-size: 15px;
	cursor: pointer;
}
.ImgUpDeles_img {
	position: absolute;
	top: -10px;
	right: 1px;
	cursor: pointer;
	width:18px;
}
.etSetWrap {
	width: 20px;
	height: 20px;
	position: relative;
}
.SetewmSmall {
	width: 20px;
	height: 20px;
}
.ljsapn {
	max-width: 80%;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	margin-right: 5px;
	color: #409EFF;
}
.zwei {
	height: 15px;
}
/*DD卡片*/
.inp300 {
	width: 300px;
}
.ddcardL {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	cursor: pointer;
}
.cardimgWrap {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgb(230,230,230);
}
.cardimg {
	width: 30px;
	height: 24px;
}
.ddcardB {
	width: 100%;
	height: 20px;
	background: rgb(100,100,100);
	color: white;
	text-align: center;
	line-height: 20px;
}
.ddcardR {
	height: 80px;
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ddcardRT {
	position: relative;
}
.cardDel {
	width: 15px;
	height: 15px;
	background: rgb(100,100,100);
	color: white;
	border-radius: 50%;
	text-align: center;line-height: 15px;
	position: absolute;
	right: -8px;
	top: -8px;
	z-index: 999;
	cursor: pointer;
}
.cardDels {
	width: 15px;
	height: 15px;
	background: rgb(100,100,100);
	color: white;
	border-radius: 50%;
	text-align: center;line-height: 15px;
	position: absolute;
	right: -8px;
	top: -8px;
	z-index: 999;
	cursor: pointer;
}
.cardimgs {
	width: 55px;
	height: 55px;
}
/*传播*/
.propagationWrap {
	display: flex;
}
.propagationL {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.propagationR {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ggWrap {
	width: 85%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(240,240,240);
}
.ggWrapB {
	color: #409EFF;
}
.propagationLimg {
	width: 90%;
}
.cardCwrap,.erweimaWrap {
	width: 100%;
}
.modalWraps {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
      }
      .infoBg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        background: rgba(0,0,0,.7);
      }
      .infoContent {
        width: 300px;
        height: 500px;
        background: #fff;
        border-radius: 30px;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 40px;
      }
      .infoContentWrap {
        width: 100%;
        height: calc(100% - 40px);
        overflow-y: auto;
      }
      .infoContentWrap::-webkit-scrollbar {
          width: 8px;
          height: 20px;
          background: rgba(0,0,0,0.2);
        }
      .infoContentWrap::-webkit-scrollbar-thumb  
        {  
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
            background-color: #2b3245;
      }
      .infoHeader {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .mySwiperWrap {
        width: 100%;
        height: 230px;
      }
      .goodsBt {
        font-weight: bold;
        padding: 5px 0 5px 10px;
      }
      .goodsInfo {
        color: #909399;
        padding: 5px 0 5px 10px;
      }
      .infoImg {
        width: 100%;
      }
      .swiperImg {
        width: 100%;
        height: 230px;
      }