	* {
		padding: 0;
	}
	
	body {
		max-width: 100%;
		margin: auto; 
	}
	
	.tupian>img {
		max-width: 100%;
		display: block;
		margin: auto;
	}
	
	.box6 div {
		max-width: 640px;
		width: 100%;
		margin: auto;
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		border: 1px solid #ccc;
		font-size: 16px;
	}
	
	.box6 div h4 {
		text-align: center;
		font-size: 16px;
		color: #010101;
		font-weight: 600;
		line-height: 20px;
	}
	
	.box6 div p {
		text-align: center;
		font-size: 1.6rem;
		font-weight: 600;
		color: #333;
	}
	
	.guanzhu {
		font-size: 20px;
		background: red;
		padding: 15px 0;
		text-align: center;
		color: #fff;
		font-weight: bold;
		border-radius: 10px;
	}
	
	.mask1 {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		background-color: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100%;
		display: none;
	}
	
	.mk1 {
		position: relative;
		top: 20%;
		box-sizing: border-box;
		padding: 15px 20px;
		text-align: center;
		background-color: #ffffff;
		border-radius: 10px;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
		font-size: 16px;
	}
	
	.fuchuang {
		position: fixed;
		right: 0;
		top: 40%;
		width: 60px;
		height: 60px;
	}
	
	.fuchuang>img {
		width: 100%;
	}
	
	.footer {
		position: fixed;
		bottom: 0;
		max-width: 746px;
		margin: 0 auto;
		height: 66px;
		border-top: 1px solid #c7c7c7;
		background-color: #64ab23;
		width: 100%;
		left: 50%;
		transform: translate(-50%);
		z-index: 4;
		box-sizing: border-box;
	}
	
	.type {
		padding-top: 8px;
		display: inline-block;
	}
	
	.tupian12>img {
		width: 50px;
		height: 50px;
		float: left;
		margin: 3px 5px;
	}
	
	.xiadj {
		display: block;
		float: right;
		background: #3a9f09;
		margin: 12px 10px 0 0;
		color: #fff;
		padding: 5px 10px;
		border-radius: 5px;
	}
	
	.diankai1 {
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	
	.jiawx1 {
		width: 100%;
		height: 100%;
		/* line-height: 100%; */
		position: absolute;
		/* width: 100%; */
		top: 39%;
		left: 0;
		right: 0;
		text-align: center;
		color: red;
		font-size: 0.2rem;
		font-weight: bold;
		-webkit-user-select: text;
		-moz-user-select: text;
		-o-user-select: text;
		user-select: text;
	}
	
	.jiawx2 {
		width: 100%;
		height: 100%;
		/* line-height: 100%; */
		position: absolute;
		/* width: 100%; */
		top: 63%;
		left: 0;
		right: 0;
		text-align: center;
		color: red;
		font-size: 0.2rem;
		font-weight: bold;
		-webkit-user-select: text;
		-moz-user-select: text;
		-o-user-select: text;
		user-select: text;
	}
	
	img {
		pointer-events: none;
	}
	      .tishi{
		background: rgb(249, 249, 249);
		position: fixed;
		z-index: 1000;
		width: 270px;
		padding: 10px 0 15px 0;
		line-height: 24px;
		left: 0px;
		right: 0px;
		margin: auto;
		color: #272727;
		font-weight: bold;
		font-size: 14px;
		top: 200px;
		text-align: center;
		border-radius: 5px;
    box-shadow: rgb(132, 132, 132) 0px 0px 10px;  
		display: none;
	}
	#queren{width: 80px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #62ab36;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #545454;
    margin: 0 5px;
    text-align: center;
	}
	#queren>a{color: #fff;width: 100%;display: block;}
	#quxiao{    width: 80px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #b5b5b5;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #545454;    
	margin: 0 5px;
    text-align: center;
	}
	.zihao{
		font-size:18px;
		padding:0 0 5px 0;}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}		
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.2)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.daoh{
    position: absolute;
    top: 0.06rem;
    left: 0.85rem;
    font-size: 0.03rem;
    width: 1.18rem; 
		}
	  .daoha{
    position: absolute;
    top: 0.03rem;
    right: 0.62rem;
    font-size: 0.035rem;
    width: 0.27rem;
    height: 0.1rem;
		}
		.daoh>div{
		display: inline-block;
    	margin-right: 0.05rem;
		}
		.daoh>div>a{     color: #000; 
    text-decoration: none;
		}
		.daoh>div>a:hover{color: #ca1830; font-weight:bold;}
		.xuanzhong{color: #ca1830 !important; font-weight:bold;}


