@import url("../fonts/iconfont.css");
div,form,img,ul,ol,dl,dt,dd,em,i,h2,h3,h4,span,b,p,cite{padding:0;
 border:0;margin:0;
 list-style: none;font-style:normal;
}
input[type="button"], input[type="submit"], input[type="reset"],input[type=text],input[type=password]
{ -webkit-appearance: none; } textarea { -webkit-appearance: none;}
a{text-decoration: none; font-size: 0.24rem;}
a:hover,a:visited,a:link{ color: #666; text-decoration: none;}
.mt30{margin-top: 0.3rem;}
.mt10{margin-top: 0.1rem;}
.mt20{margin-top: 0.2rem;}
.mt40{margin-top: 0.4rem;}
.bd20{border-bottom: 0.2rem solid #f6f7fa;}
.blue{color:  #4971c1;}
.iconfont{
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mt20{margin-top: 0.2rem;}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;border-radius: 0;
}
textarea { -webkit-appearance: none;}   
.clearboth{
	clear: both;
}
body,html{   
   font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
   outline: 0;
   font-size: 0.24rem;
   margin:0 auto;
   -webkit-text-size-adjust:none;
   background: #fff;
   color: #282828;
   overflow-x: hidden;
   background-color: #f6f6f6;
}
.contaiter{
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
/* 顶部 */
.top{
	width: 100%;
	height: 1rem;
	background-color: #22409a;
	position: fixed;
	line-height: 1rem;
	text-align: center;
	color: #FFF;
	font-size: 0.32rem;
	z-index: 999;
}
.top .backto{
	position: absolute;
	left: 0.2rem;
	height: 1rem;
	padding-left: 0.4rem;
	font-size: 0.28rem;
	color: #FFF;
}
.top .backto::before{
	position: absolute;
	left: 0;
	content: "\e600";
	font-size: 0.32rem;
	font-family: "iconfont";
}
.topHeight{
	width: 100%;
	height: 1rem;
}
/* 共用标题 */
.title-1{
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.38rem;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.title-1 .more{
	height: 0.7rem;
	line-height: 0.7rem;
	color: #999;
	font-size: 0.24rem;
	text-decoration: none;
	font-weight: normal;
}
/* 共用标题2 */
.title-2{
	width: 7.1rem;
	padding: 0 0.2rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.38rem;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.title-2 .more{
	height: 0.7rem;
	line-height: 0.7rem;
	color: #999;
	font-size: 0.24rem;
	text-decoration: none;
	font-weight: normal;
}
.index_top{
  width: 7.1rem;
  height: 4.56rem;
  background: url(../img/t1.png) no-repeat top;
  background-size: 7.5rem 3.87rem;
  display: flex;
  flex-direction: column;
  padding: 0 0.2rem;
}
.index_top .logo{
	width: 7.1rem;
	height: 0.96rem;
	margin-top: 0.2rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.index_top .logo img{
	height: 0.96rem;
}
/* 首页切换图 */
.index_flash{
	width: 7.5rem;
	height: 3.2rem;
	margin-top: 0.2rem;
	padding: 0 0.2rem;
}
.index_flash .swiper-container{
	width: 7.5rem;
	height: 3.2rem;
}
.index_flash .swiper-container .swiper-slide{
	width: 7.5rem;
	height: 3.2rem;
	position: relative;
}
.index_flash .swiper-container .swiper-slide img{
	width: 7.1rem;
	height: 3.2rem;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0.1rem;
}
.index_flash .swiper-container .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .5;
}
.index_flash .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	height: 4px;
    opacity: 1;
	border-radius: 2px;
    background: #fd9a37;
}

.list-1{
  width: 7.1rem;
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0.2rem 0;
}
.list-1 .items{
  width: 7.1rem;
  display: flex;
  flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-1 .items .item{
	width: 3.4rem;
	height: 3.9rem;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	display: flex;
	flex-direction: column;
	position: relative;
}
.list-1 .items .item .pic{
	width: 3.4rem;
	height: 2.3rem;
	border-radius: 0.1rem;
	background-color: #f8f8f8;
}
.list-1 .items .item .txt-1{
	width: 3.4rem;
	height: 0.43rem;
	line-height: 0.43rem;
	font-size: 0.32rem;
	margin-top: 0.12rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-1 .items .item .txt-2{
	width: 3.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 24rpx;
	color: #bbb;
	margin-top: 0.12rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-1 .items .item .txt-3{
	width: 3.4rem;
	height: 0.5rem;
	line-height: 0.5rem;
	margin-top: 0.14rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.list-1 .items .item .txt-3 .txt-3-1{
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.3rem;
	color: #28c488;
}
.list-1 .items .item .txt-3 .txt-3-1.price{
	color: #e2151a;
	font-size: 0.32rem;
	font-weight: bold;
}
.list-1 .items .item .txt-3 .txt-3-1.price::before{
	content: "￥";
	font-size: 0.24rem;
}
.list-1 .items .item .txt-3 .txt-3-2{
	width: 1.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.24rem;
	color: #fff;
	background-color: #ff8b2d;
	background-image: linear-gradient(45deg,#ff8b2d, #fe6431);
	border-radius: 0.25rem;
	text-align: center;
}
.list-1 .items .item .txt-4{
	width: 1.5rem;
	height: 0.43rem;
	background-color: rgba(0, 0, 0, 0.5);
	zoom: 1;
	border-radius: 0 0.1rem 0 0.3rem;
	font-size: 0.22rem;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 0.4rem;
}
/* 列表样式 */
.list-2{
	width: 7.5rem;
	display: flex;
	flex-direction: column;
}
.list-2 .items{
  width: 7.5rem;
  display: flex;
  flex-direction: column;	
  background-color: #FFF;
}
.list-2 .items .item{
	width: 7.1rem;
	height: 1.75rem;
	padding:0.35rem 0.2rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 0.01rem solid #f5f5f5;
	position: relative;
}
.list-2 .items .item .pic{
	width: 2.6rem;
	height: 1.75rem;
	border-radius: 0.1rem;
	background-color: #f8f8f8;
}
.list-2 .items .item .txt{
	width: 4.25rem;
	height: 1.75rem;
	display: flex;
	flex-direction: column;
}
.list-2 .items .item .txt .txt-1{
	width: 4.25rem;
	height: 0.55rem;
	line-height: 0.55rem;
	color: #1e1e1e;
	font-size: 0.32rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-2 .items .item .txt .txt-2{
	width: 3.92rem;
	height: 0.44rem;
	line-height: 0.44rem;
	color: #b0b0b0;
	font-size: 0.24rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 0.33rem;
	position: relative;
}
.list-2 .items .item .txt .txt-2::before{
	content: "\e6b5";
	font-family: "iconfont";
	position: absolute;
	left: 0;
}
.list-2 .items .item .txt .txt-2.txt-2-1{
	width: 4.25rem;
	padding-left: 0;
}
.list-2 .items .item .txt .txt-2.txt-2-1::before{
	content: "";
}

.list-2 .items .item .txt .txt-3{
	width: 4.25rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #b0b0b0;
	font-size: 0.3rem;
	margin-top: 0.24rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.list-2 .items .item .txt .txt-3 .txt-3-1{
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.3rem;
	color: #28c488;
}
.list-2 .items .item .txt .txt-3 .txt-3-1.price{
	color: #e2151a;
	font-size: 0.32rem;
	font-weight: bold;
}
.list-2 .items .item .txt .txt-3 .txt-3-1.price::before{
	content: "￥";
	font-size: 0.24rem;
}
.list-2 .items .item .yibaoming{
	position: absolute;
	padding: 0 0.17rem;
	height: 0.36rem;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0.1rem 0 0.2rem 0;
	line-height: 0.36rem;
	color: #fff;
  font-size: 0.2rem;
}
.list-2 .items .item .yibaoming .price{
	color: #1ee79a;
	display: inline;
}
.list-2 .items .item .yijieshu{
	width: 0.8rem;
	height: 0.8rem;
	border: 0.02rem solid #cbcbcb;
	border-radius: 0.47rem;
	position: absolute;
	right: 0.2rem;
	bottom: 0.4rem;
	padding:0.06rem;
}
.list-2 .items .item .yijieshu .txt-1{
	width: 0.8rem;
	height: 0.8rem;
	background-color: #cbcbcb;
	color: #FFF;
	text-align: center;
	line-height: 0.8rem;
	border-radius: 0.4rem;
	font-size: 0.22rem;
	transform: rotate(-15deg);
}
.list-2 .items .item .baomingzhong{
	width: 0.8rem;
	height: 0.8rem;
	border: 0.02rem solid #fd9a37;
	border-radius: 0.47rem;
	position: absolute;
	right: 0.2rem;
	bottom: 0.4rem;
	padding:0.06rem;
}
.list-2 .items .item .baomingzhong .txt-1{
	width: 0.8rem;
	height: 0.8rem;
	background-color: #fd9a37;
	color: #FFF;
	text-align: center;
	line-height: 0.8rem;
	border-radius: 0.4rem;
	font-size: 0.22rem;
	transform: rotate(-15deg);
}
.list-2 .items .item .quzhifu{
	width: 0.8rem;
	height: 0.8rem;
	border: 0.02rem solid #c00;
	border-radius: 0.47rem;
	position: absolute;
	right: 0.2rem;
	bottom: 0.4rem;
	padding:0.06rem;
}
.list-2 .items .item .quzhifu .txt-1{
	width: 0.8rem;
	height: 0.8rem;
	background-color: #c00;
	color: #FFF;
	text-align: center;
	line-height: 0.8rem;
	border-radius: 0.4rem;
	font-size: 0.22rem;
	transform: rotate(-15deg);
}




.list-2 .items .item .txt .txt-4{
	width: 4.25rem;
	line-height: 0.52rem;
	color: #1e1e1e;
	font-size: 0.32rem;
}


.list-3{
	width: 7.5rem;
	display: flex;
	flex-direction: column;
}
.list-3 .items{
  width: 7.1rem;
  padding:0 0.2rem 0.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFF;
}
.list-3 .items .item{
	width: 3.45rem;
	height: 2.6rem;
	margin-top: 0.2rem;
	position: relative;
}
.list-3 .items .item .pic{
	width: 3.45rem;
	height: 2.6rem;
	border-radius: 0.1rem;
	position: absolute;
	left: 0;
	top: 0;
}
.list-3 .items .item .txt{
	width: 3.45rem;
	height: 2.6rem;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	zoom: 1;
	color: #fff;
	line-height: 2.6rem;
	text-align: center;
	font-size: 0.4rem;
	letter-spacing: 0.05rem;
	font-weight: bold;
}


.list-4{
  width: 7.1rem;
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0.2rem 0;
  background-color: #FFF;
}
.list-4 .items{
  width: 7.1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-4 .items .item{
	width: 7.1rem;
	padding: 0.3rem 0;
	border-bottom: 0.01rem solid #f6f6f6;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.list-4 .items .item .pic{
	width: 2.4rem;
	height: 1.7rem;
	border: 0;
	border-radius: 0.1rem;
}
.list-4 .items .item .txt{
	width: 4.5rem;
	height: 1.7rem;
	display: flex;
	flex-direction: column;
}
.list-4 .items .item .txt-1{
	width: 4.5rem;
	line-height: 0.4rem;
	font-size: 0.3rem;
	height: 0.8rem;
	color: #222;
	margin-top: 0.1rem;
	overflow: hidden;	
	text-overflow: ellipsis;	
	display: -webkit-box;
	-webkit-line-clamp: 2;	
	-webkit-box-orient: vertical;
}
.list-4 .items .item .txt-2{
	width: 4.5rem;
	line-height: 0.45rem;
	font-size: 0.24rem;
	height: 0.45rem;
	color: #999;
	margin-top: 0.28rem;
}


.list-5{
  width: 7.1rem;
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0.2rem 0;
  background-color: #FFF;
}
.list-5 .items{
  width: 7.1rem;
  display: flex;
  flex-direction: column;
}
.list-5 .items .item{
    width: calc(100% - 22px);
    padding: 10px;
    border:1px solid  #e5e5e5;
}
.list-5 .items .item img{
    width: 100%;
    height: auto;
}
/* 内页导航 */
.cate_nav{
  width: 6.9rem;
  height: 0.99rem;
  display: block;
  white-space: nowrap;
  padding: 0 0.3rem;
  background-color: #FFF;
}
.cate_nav .swiper-container{
  width: 6.9rem;
  height: 0.99rem;
}
.cate_nav .swiper-container .swiper-slide{
	height: 0.99rem;
    display: inline-block;
	position: relative;
	line-height: 0.99rem;
	font-size: 0.3rem;
	color: #222;
	text-align: center;
}
.cate_nav .swiper-container .swiper-slide.active{
  color: #fd7a06;
}
.cate_nav .swiper-container .swiper-slide.active::after{
	content: "";
	width: 50%;
	position: absolute;
	left: 25%;
	height: 0.07rem;
	bottom: 0;
	background-color: #fd7a06;
}
/* 底部 */
.bt{
  width: 100%;
  height: 1.3rem;
}
.btbox{
  width: 100%;
  height: 1.3rem;
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  z-index:2;
}
.btbox .item{
  width: 25%;
  height: 1.3rem;  
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;  
}
.btbox .item .item-a{
  width: 100%;
  height: 0.6rem;
  text-align: center;
  margin-top: 0.2rem;
}
.btbox .item:nth-of-type(1) .item-a::after{
  content: "\e6ca";
  color: #9fa2ac;
  font-family: "iconfont";
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.btbox .item:nth-of-type(2) .item-a::after{
  content: "\e606"; 
  color: #9fa2ac;
  font-family: "iconfont";
  font-size: 0.44rem;
  line-height: 0.6rem;
}
.btbox .item:nth-of-type(3) .item-a::after{
  content: "\e6be"; 
  color: #9fa2ac;
  font-family: "iconfont";
  font-size: 0.5rem;
  line-height: 0.6rem;
}
.btbox .item:nth-of-type(4) .item-a::after{
  content: "\e60d"; 
  color: #9fa2ac;
  font-family: "iconfont";
  font-size: 0.45rem;
  line-height: 0.6rem;
}
.btbox .item .item-b{
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-weight: normal;
  font-size: 0.24rem;
  color: #9fa2ac;
  text-align: center;
}
.btbox .item.active  .item-a::after{
  color: #fd7a06;
}
.btbox .item.active .item-b{
  color: #fd7a06;
}
/* 内容详细页面 */
.show_1{
	width: 7.1rem;
	display: flex;
	flex-direction: column;
	padding: 0 0.2rem 0.3rem;
	background-color: #FFF;
}
.show_1 .show_1_1{
	width: 7.1rem;
	color: #000;
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.5rem;
	padding: 0.3rem 0;
}
.show_1 .show_1_1 .pdf{
	display: inline;
	font-family: "iconfont";
}
.show_1 .show_1_1 .pdf::before{
	content: "\e740";
	color: #e2151a;
	font-size: 0.3rem;
}
.show_1 .show_1_1 .doc{
	display: inline;
	font-family: "iconfont";
}
.show_1 .show_1_1 .doc::before{
	content: "\e7a4";
	color: #62aaec;
}
.show_1 .show_1_1 .ppt{
	display: inline;
	font-family: "iconfont";
	font-size: 0.3rem;
}
.show_1 .show_1_1 .ppt::before{
	content: "\e610";
	color: #e2151a;
}
.show_1 .show_1_2{
	width: 7.1rem;
	color: #b2b3b4;
	font-size: 0.32rem;
	line-height: 0.45rem;
}
.show_1 .show_1_4{
	width: 7.1rem;
	color: #b2b3b4;
	font-size: 0.28rem;
	line-height: 0.45rem;
}
.show_1 .show_1_3{
	width: 7.1rem;
	height: 0.55rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #999;
	font-size: 0.3rem;
	line-height: 0.55rem;
}
.show_1 .show_1_3 .show_1_3_1{
	font-size: 0.3rem;
	color: #28c488;
	width: 4.3rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.show_1 .show_1_3 .show_1_3_1.price{
	color: #e2151a;
	font-size: 0.36rem;
	font-weight: bold;
}
.show_1 .show_1_3 .show_1_3_1.price::before{
	content: "￥";
	font-size: 0.28rem;
}
.show_1 .show_1_3 .show_1_3_1 .member_price{
	padding: 0 0.2rem;
	height: 0.45rem;
	font-size: 0.28rem;
	display: inline;
	background-color: #e2151a;
	margin-left: 0.1rem;
	border-radius: 0.28rem;
	color: #fff;
	line-height: 0.45rem;
	margin-top: 0.05rem;
	font-weight: normal;
}
.show_2{
	width: 7.1rem;
	display: flex;
	flex-direction: column;
	padding: 0.3rem 0.2rem;
	background-color: #FFF;
}
.show_2 .show_2_1{
	width: 7.1rem;
	height: 0.74rem;
	line-height: 0.74rem;
	color: #000;
	font-size: 0.36rem;
	font-weight: bold;
}
.show_2 .show_2_2{
  width: 7.1rem;
  padding:0 0 0.3rem;
  line-height: 0.6rem;
  font-size:0.3rem;
  color: #333;
}
.show_2 .show_2_3{
  width: 7.1rem;
  display: flex;
  flex-direction: column;
}
.show_2 .show_2_3 .item{
  width: 6.68rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0.1rem;
  background-color: #F8F8F8;
  margin-bottom: 0.1rem;
  padding: 0 0.2rem;
  font-size: 0.32rem;
  position: relative;
}
.show_2 .show_2_3 .item .ico{
	position: absolute;
	right: 0.6rem;
	z-index: 20;	
	color: #bbb;
	top: 0;
	font-size: 0.4rem;
}
.show_2 .show_2_3 .item .ico::before{
	position: absolute;
	top: 0;
	content: "\e621";
	font-family: "iconfont";
}
.show_2 .show_2_3 .item.active{
	background-color: #1ee79a;
	color: #FFF;
}
.show_2 .show_2_3 .item.active .ico{
	color: #fff;
}
/* 内页切换图 */
.show_flash{
	width: 7.5rem;
	height: 5.07rem;
}
.show_flash .swiper-container{
	width: 7.5rem;
	height: 5.07rem;
}
.show_flash .swiper-container .swiper-slide{
	width: 7.5rem;
	height: 5.07rem;
	position: relative;
}
.show_flash .swiper-container .swiper-slide img{
	width: 7.5rem;
	height: 5.07rem;
	position: absolute;
	left: 0;
	top: 0;
}
.show_flash .swiper-container .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .5;
}
.show_flash .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	height: 4px;
    opacity: 1;
	border-radius: 2px;
    background: #fd9a37;
}
/* 详情页底部 */
/* 详情页底部按钮 */
.show_bt{
	width: 7.5rem;
	height: 1.4rem;
}
.show_bt_box{
	width: 7.5rem;
	height: 1.2rem;
	position: fixed;
	z-index: 9999;
	left: 0;
	bottom: 0;
	background-color: #fff;
	box-shadow: #e5e5e5 0px 0px 3px 3px;
}
.show_bt_box .btn{
	width: 4.6rem;
	height: 0.9rem;
	position: absolute;
	right: 0.3rem;
	top: 0.18rem;
	background-color: #ff8b2d;
	background-image: linear-gradient(45deg,#ff8b2d, #fe6431);
	border-radius: 0.45rem;
	color: #FFF;
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.32rem;
}
.show_bt_box .btn.huise{
	background-color: #d5d5d5;
	background-image: linear-gradient(45deg,#d5d5d5, #d5d5d5);
}
.show_bt_box .txt{
	width: 2.3rem;
	height: 0.9rem;
	position: absolute;
	left: 0.3rem;
	top: 0.18rem;
	color: #666;
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.36rem;
}
.show_bt_box .txt::before{
	position: absolute;
	content: "\e602";
	font-family: "iconfont";
	font-size: 0.4rem;
	left: 0.25rem;
	top: 0.00rem;
}

.show_bt_box .btn2{
	width: 2.8rem;
	height: 0.9rem;
	position: absolute;
	right: 0.3rem;
	top: 0.18rem;
	background-color: #ff8b2d;
	background-image: linear-gradient(45deg,#ff8b2d, #fe6431);
	border-radius: 0.45rem;
	color: #FFF;
	text-align: center;
	line-height: 0.45rem;
}
.show_bt_box .txt2{
	width: 4.1rem;
	height: 0.9rem;
	position: absolute;
	left: 0.3rem;
	top: 0.18rem;
	color: #666;
	text-align: left;
	line-height: 0.9rem;
	font-size: 0.3rem;
}
.show_bt_box .txt2 .price{
	display: inline;
	color: #e2151a;
	font-size: 0.32rem;
	font-weight: bold;
}
.show_bt_box .txt2 .price::before{
	content: "￥";
	font-size: 0.24rem;
}
.show_bt_box .bt-3{
	width: 6.88rem;
	height: 0.88rem;
	position: absolute;
	right: 0.35rem;
	top: 0.18rem;
	border: 0.01rem solid #2cb96a;
	border-radius: 0.45rem;
	color: #2cb96a;
	line-height: 0.88rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 0.32rem;
}
.show_bt_box .bt-3-1{
	width: 3.44rem;
	height: 0.88rem;
	text-align: center;
}
.show_bt_box .bt-3-2{
	width: 3.44rem;
	height: 0.88rem;
	text-align: center;
	color: #FFF;
	background-color: #2cb96a;
	border-radius: 0 0.43rem 0.43rem 0;
}
/* 详情页底部按钮 */
.settlement{
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  padding: 0 0.2rem 0.3rem;
}
.settlement .settlement-1{
	width: 6.7rem;
	padding: 0 0.2rem;
	display: flex;
	flex-direction: column;
}
.settlement .settlement-1 .item{
	width: 6.7rem;
	min-height: 1.1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #f6f6f6;
	background: none;
}

.settlement .settlement-1 .item:last-child{
	border-bottom: 0;
}
.settlement .settlement-1 .item .label{
	width: 1.9rem;
	height: 1rem;
	line-height: 1rem;
	color: #000;
	font-size: 0.3rem;
	position: relative;
}

.settlement .settlement-1 .item .label.xinghao::before{
	content: "*";
	color: #fa3534;
	position: absolute;
	left: -0.15rem;
	top: 0;
	line-height: 1rem;
}
.settlement .settlement-1 .item .input-box{
	width: 4.8rem;
	height: 1rem;
	position: relative;
}
.settlement .settlement-1 .item .input-box.jiantou::after{
	content: "\e609";
	position: absolute;
	right: 0;
	color: #ddd;
	font-family: "iconfont";
	font-size: 22rpx;
	line-height: 1rem;
}
.settlement .settlement-1 .item .input-box .input-1{
	width: 4.8rem;
	height: 1rem;
	line-height: 1rem;
	color: #000;
	font-size: 0.3rem;
	position: absolute;
	border: 0;
	outline: none;
}
/* 个人中心 */
.user_1{
	width: 7.5rem;
	height: 2.3rem;
	background: url(../img/t3.png) no-repeat;
	background-size: 7.5rem 2.3rem;
	display: block;
	position: relative;
}
.user_1 .pic{
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	left: 0.4rem;
	top: 0.46rem;
	border-radius: 0.55rem;
}
.user_1 .txt-1{
	width: 5.5rem;
	height: 0.6rem;
	line-height: 0.6rem;
	position: absolute;
	right: 0.2rem;
	top: 0.5rem;
	color: #FFF;
	font-size: 0.36rem;
}
.user_1 .txt-2{
	width: 5.5rem;
	height: 0.4rem;
	line-height: 0.4rem;
	position: absolute;
	right: 0.2rem;
	top: 1.1rem;
	color: #FFF;
	font-size: 0.28rem;
}
.user-2{
	width: 7.1rem;
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	margin: 0.3rem 0.2rem;
	border-radius: 0.15rem;
}
.user-2 .item{
	width: 7.1rem;
	height: 1.05rem;
	border-bottom: 0.01rem solid #F6F6F6;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.user-2 .item:last-child{
	border-bottom: 0;
}
.user-2 .item::after{
	position: absolute;
	right: 0.2rem;
	font-size: 0.3rem;
	line-height: 1.05rem;
	content: "\e609";
	font-family: "iconfont";
	color: #ddd;
}
.user-2 .item .txt-1{
	line-height: 1.05rem;
	padding-left: 0.8rem;
	font-size: 0.28rem;
	color: #222;
	position: relative;
}
.user-2 .item .txt-1::before{
	position: absolute;
	left: 0.2rem;
	font-size: 0.32rem;
	color: #999;
	content: "\ec7c";
	font-family: "iconfont";
}
.user-2 .item .txt-2{
	
}
.user-2 .item .txt-2 .txt-2-1{
	margin-right: 0.6rem;
	color: #fff;
    padding: 0 0.12rem;
	height: 0.4rem;
	margin-top: 0.32rem;
	border-radius: 0.2rem;
	background-color: #c00;
	line-height: 0.4rem;
}
.user-2 .item:nth-of-type(2) .txt-1::before{
	font-size: 0.36rem;
	content: "\e6be";
}
.user-2 .item:nth-of-type(3) .txt-1::before{
	font-size: 0.36rem;
	content: "\e6a1";
}
.user-2 .item:nth-of-type(4) .txt-1::before{
	font-size: 0.45rem;
	content: "\e649";
}
/*网站底部*/
.layui-flow-more {
    margin: 10px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
/*弹出效果*/
.mui-poppicker {
    bottom: 1.2rem!important;
}