/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;background: #f5f5f5;}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #185fad;
	--main-color2: #109B04;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{}
.iTxt{}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}
.comPad{padding: 20px;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}
.bannerSwiper .part{display: block;width: 100%;height: 100%;}
.bannerSwiper .part img{}

.mainFull{width: 100%;max-width: 750px;margin: 0 auto;background: #fff;min-height: 100vh;border: 1px solid #ddd;}

/*header*/
.header{width: 100%;background-image: linear-gradient(to right,#fcf5c7 0,#e5fbb5 100%);padding: 20px 10px;padding-bottom: 30px;}
.header .warp{width: 100%;height: 80px;}
.header .logo img{width: auto;max-width: 150px;max-height: 60px;}
.logoTxt{color: #666;font-size: 14px;}
.logoTxt strong{color: #000;display: block;font-size: 20px;margin-bottom: 5px;}
.header .links a{display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 14px;color: #000;}
.header .links a img{width: 30px;margin-bottom: 5px;}

.iMenu{background: #fff;border-radius: 10px;position: relative;margin-top: -10px;overflow: hidden;}
.iMenu ul li{width: 16.66%;padding: 5px;}
.iMenu .part{display: block;width: 100%;text-align: center;}
.iMenu .part .img{width: 100%;}
.iMenu .part .img img{width: 100%;max-width: 50px;}
.iMenu .part .tit{font-size: 16px;color: #000;margin-top: 10px;}

.iLiks{background: #f3f3f5;padding: 20px 10px;}
.iLiks ul li{width: 20%;padding: 10px 5px;}
.iLiks .part{display: block;width: 100%;text-align: center;}
.iLiks .part .img{width: 100%;}
.iLiks .part .img img{width: 100%;max-width: 50px;border-radius: 5px;}
.iLiks .part .tit{font-size: 16px;color: #000;margin-top: 10px;}

.iNotice{background: #fafbdc;padding: 5px 20px;height: 40px;overflow: hidden;line-height: 30px;position: relative;padding-left: 50px;}
.iNotice .icon{width: 25px;height: 25px;background: #f5a045;border-radius: 50%;color: #fff;font-size: 14px;position: absolute;left: 10px;top: 50%;transform: translateY(-50%);line-height: 1;display: flex;justify-content: center;align-items: center;}
.iNotice .slide{width: 100%;overflow: hidden;}
.iNotice .tit{font-size: 14px;color: #333;}

/*iSearch*/
.iSearch{position: relative;width: 100%;background-image: linear-gradient(to right,#fcf5c7 0,#e5fbb5 100%);}
.iSearch .box{position: relative;width: 100%;height: 40px;border: 2px solid #000;border-radius: 10px;padding: 3px;display: flex;justify-content: space-between;align-items: center;background: #fff;}
.iSearch input{width: 100%;height: 100%;padding: 0 10px;flex: 1;outline: none;background: transparent;border: none;border-radius: 10px;}
.iSearch button{width: 60px;height: 100%; border-radius: 8px;color: #fff;font-size: 14px;border: none;background: #f5a045;}

.mainCon{width: 100%;}
.mainSelect{border-bottom: 1px solid #ddd;}
.mainSelect ul li a{display: inline-block;padding: 15px;font-size: 14px;color: #666;cursor: pointer;line-height: 1;}
.mainSelect ul li .icon{padding-left: 10px;position: relative;top: -1px;}
.mainSelect i{vertical-align: middle;}

.proBtn.active span i:before{content: "\f009";}

/*.iTc*/
.iTc{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 9999;display: none;}
.iTc.active{display: block;}
.iTcWarp{width: 100%;position: relative;width: 100%;height: 100%;display: flex;align-items: flex-end;}
.iTcCloseBg{position: absolute;left: 0;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
.iTcClose{font-size: 24px;color: rgb(153, 153, 153);cursor: pointer;}
.iTcBox{position: relative;z-index: 9;background: rgb(255, 255, 255);width: 100%;max-height: 70%;border-radius: 20px 20px 0px 0px;padding: 20px;overflow: auto;}
.iTcInner{width: 100%;} 
.iTcInner .top{margin-bottom: 15px;}
.iTcInner .title{font-size: 18px;color: #333;font-weight: bold;}

/*排序方式*/
.sortList{width: 100%;}
.sortList ul li{border-bottom: 1px solid rgb(238, 238, 238);}
.sortList ul li:first-child{border-top: 1px solid rgb(238, 238, 238);}
.sortList ul li a{font-size: 14px;color: rgb(51, 51, 51);display: block;padding: 12px 0px;cursor: pointer;}
.sortList ul li.on{background: rgb(240, 249, 255);}

/*筛选*/
.selectList{width: 100%;}
.selectList dl{margin-bottom: 20px;}
.selectList dl dt{font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.selectList dl dd{}
.selectList .priceBox{width: 100%;margin-bottom: 15px;}
.selectList .priceBox span{display: inline-block;margin: 0 10px;font-size: 14px;color: #333;}
.selectList .priceBox input{width: 100%;flex: 1;border: 1px solid rgb(221, 221, 221);border-radius: 4px;font-size: 14px;height: 38px;padding: 0 10px;}
.priceTag{width: 100%;}
.listTag .box{display: inline-block;padding: 8px 16px;border-radius: 4px;border: 1px solid rgb(221, 221, 221);background: rgb(255, 255, 255);color: rgb(51, 51, 51);font-size: 14px;cursor: pointer;margin-bottom: 10px;margin-right: 10px;}
.listTag .box.on{border: 1px solid rgb(64, 158, 255);background: rgb(236, 245, 255);color: rgb(64, 158, 255);}
.listTag .box.tjzq{border: 1px solid rgb(255, 71, 87);background: rgb(255, 255, 255);color: rgb(255, 71, 87);}

.selectList .bottom{padding-top: 20px;border-top: 1px solid #EEE;}
.selectList .bottom .btn{width: calc(50% - 5px);height: 49px;background: rgb(240, 240, 240);color: rgb(102, 102, 102);font-size: 16px;border-radius: 5px;border: none;}
.selectList .bottom .btn1{}
.selectList .bottom .btn2{background: rgb(64, 158, 255);color: #fff;}

/*区服*/

.proList{width: 100%;padding: 10px;}
.proList ul{width: 100%;}
.proList ul li{width: 100%;margin-bottom: 10px;}
.proList .part{display: block;background: #fff;border-radius: 8px;padding: 15px;box-shadow: 0 1px 3px rgb(0 0 0 / 10%);width: 100%;}
.proList .part .img{width: 100%;height: 150px;border-radius: 5px;}
.proList .part .img img{width: 100%;height: 100%;object-fit: cover;object-position: top;}
.proList .part .desc{margin-top: 12px;}
.proList .part .top{width: 100%;}
.proList .part .tit{flex: 1;font-size: 16px;color: #333;line-height: 1.6;}
.proList .part .price{font-size: 20px;color: #ff4757;margin-left: 10px;font-weight: bold;}
.proList .part .txt{margin-top: 8px;font-size: 14px;color: #333;}
.proList .part .info{margin-top: 8px;font-size: 12px;color: #999;}
.proList .part .info em{display: inline-block;padding: 2px 8px;border-radius: 4px;font-size: 12px;background: #e8f5e9;color: #4caf50;margin-left: 5px;}

.proList.active ul li{width: calc(50% - 5px);}
.proList.active .part{padding: 10px;overflow: hidden;}

.footer{padding: 10px;text-align: center;font-size: 14px;color: #666;}
.innerHead .return{position: fixed;top: 15px;left: 15px;width: 40px;height: 40px;background: rgba(0,0,0,0.5);border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #fff;z-index: 100;cursor: pointer;}

/*prodetail*/
.prodetail{width: 100%;min-height: 100vh;overflow: hidden;padding: 35px 20px;}
.prodetail img{max-width: 100%;}
.prodTop{margin-bottom: 15px;}
.prodTop .title{font-size: 16px;color: #333;}
.prodTop .price{font-size: 20px;color: #ff4757;margin-left: 10px;font-weight: bold;}
.prodTxt{font-size: 16px;color: #333;overflow: auto;}
.prodTxt img{max-width: 100%;}
.prodInfo{margin: 20px 0;font-size: 12px;color: #999;}
.prodInfo .tag span{display: inline-block;margin-right: 10px;margin-bottom: 5px;}
.prodInfo .tag em{display: inline-block;padding: 2px 8px;background: #f0f0f0;border-radius: 4px;font-size: 12px;background: #e8f5e9;color: #4caf50;}
.prodetail .tips{font-size: 12px;color: #999;margin-top: 15px;padding-top: 15px;border-top: 1px solid #eee;}

.prodSlide{margin-top: 20px;}
.prodSlide .tab{border-bottom: 1px solid #eee;margin-bottom: 15px;}
.prodSlide .tab ul li{text-align: center;padding: 12px 0;font-size: 14px;color: #666;position: relative;flex: 1;}
.prodSlide .tab ul li.on:after{content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 40px;height: 2px;background: #409eff;}
.prodSlide .panel{width: 100%;}
.prodSlide .title{font-size: 16px;color: #333;margin-bottom: 10px;padding-left: 10px;border-left: 3px solid #409eff;}
.prodSlide .info{width: 100%;}
.prodSlide .info img{width: 100%;border-radius: 5px;}
.prodSlide .info2{line-height: 1.6;padding: 15px;background: rgb(245, 245, 245);border-radius: 8px;margin-bottom: 15px;font-size: 14px;color: #666;}
.prodSlide .info2 h2{font-weight: bold;margin-bottom: 8px;color: rgb(51, 51, 51);font-size: 16px;}
.prodSlide .info2 img{max-width: 100%;}
.prodSlide .txt{font-size: 14px;color: #666;margin-bottom: 8px;padding-left: 13px}

.inside{width: 100%;min-height: 100vh;overflow: hidden;}


@media only screen and (max-width: 750px) {
.comPad{padding: 15px 10px;}
.header .logo img{max-width: 100px;}
.logoTxt{font-size: 12px;}
.logoTxt strong{font-size: 18px;}
.header{padding: 10px;padding-bottom: 20px;}
.header .links a img{width: 25px;}
.header .warp{height: 50px;}
.header .logo img{max-height: 50px;}
.iMenu{padding: 15px 5px;}
.iMenu ul li{padding: 5px 2px;}
.iMenu .part .img img{max-width: 42px;}
.iMenu .part .tit{font-size: 13px;}
.iLiks .part .img img{max-width: 50px;}
.iLiks .part .tit{font-size: 13px;}


.mainSelect ul li a{padding: 15px 10px;}



.proList .part .top{display: block;}
.proList .part .tit{font-size: 14px;}
.proList .part .price{font-size: 16px;margin-top: 5px;}
.proList .part .txt{margin-top: 5px;font-size: 12px;}
.proList .part .info em{margin-left: 0;margin-top: 2px;}



}
