/*main*/
.inner{
	width: 1200px;
	margin: auto;
	margin-top: 20px;
	position: relative;
}

.swiper{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.swiper-container {
    width: 846px;
    color: #ccc;
    overflow: hidden;
    position: relative;
    color: #333;
    border: 1px solid #ddd;
    margin-left: 250px !important;
}

.swiper-wrapper{
	width: 100%;
}

body .swiper-button-prev {
	width: 60px;
	height: 85px;
	background: rgba(0, 0, 0, .2);
	background-image: none !important;
	border: none;
	position: fixed;
	left: 0;
}

body .showbtnleft{
	width: 60px;
	height: 85px;
	position: fixed;
	top: 48%;
	left: 0;
	background-color: red;
	z-index: 99;
	display: none;
	opacity: 0;
}

body .swiper-button-prev:before {
	position: absolute;
	top: 50%;
	left: 64%;
	width: 30px;
	height: 30px;
	border-top: 2px solid rgba(255, 255, 255, .7);
	border-left: 2px solid rgba(255, 255, 255, .7);
	display: block;
	content: '\20';
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

body .swiper-button-next {
	width: 60px;
	height: 85px;
	/* border-radius: 100%; */
	background: rgba(0, 0, 0, .2);
	background-image: none !important;
	border: none;
	position: fixed;
	right: 0;
}

body .showbtnright{
	width: 60px;
	height: 85px;
	position: fixed;
	top: 48%;
	right: 0;
	z-index: 99;
	display: none;
	opacity: 0;
}

body .swiper-button-next:before {
	position: absolute;
	top: 50%;
	left: 36%;
	width: 30px;
	height: 30px;
	border-top: 2px solid rgba(255, 255, 255, .7);
	border-left: 2px solid rgba(255, 255, 255, .7);
	display: block;
	content: '\20';
	transform: translate(-50%, -50%) rotate(135deg);
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
}

.swiper-slide{
	height: auto;
	background-color: white;
	/* overflow: auto; */
}

.swipediv{
	width: 100%;
	text-align: center;
}

.swipediv img{
	margin: auto;
}

.swipediv .bottominfo{
	width: 100%;
	position: absolute;
	bottom: 0;
}

.swipediv .bottominfo > :nth-child(4){
	font-weight: bold;
	color: #ccc;
}

.swipediv .bottominfo > :nth-child(5){
	color: skyblue;
}

.swipediv .bottominfo > :nth-child(6){
	color: #ccc;
}

.swipediv .bottominfo .share{
	float: left;
	width: 150px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
}

.swipediv .bottominfo .more{
	float: right;
	width: 150px;
	line-height: 30px;
	color: #ffa200;
	text-align: center;
	border-radius: 10px;
	margin-top: 20px;
	border: 1px solid #ddd;
}

.catalog-img{
	width: 100%;
	height: 150px;
	background-image: url('../images/mulu2.jpg');
	line-height: 1.5em;
	text-align: center;
	color: #8a694e;
	font-size: 30px;
	overflow: hidden;
}

.catalog-img>:first-child{
	font-size: 46px;
	margin-top: 30px;
}

.select{
	width: 100%;
	overflow: hidden;
}

.select>ul>:last-child{
	border-bottom: none;
}

.select>ul>:last-child{
	border-bottom: none;
}

.select .selecter{
	width: 96%;
	margin: 10px auto;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.selecter .selectimg{
	width: 157px;
	height: 117px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.selecter .selectimg img{
	width: 134px;
	height: 100px;
	border-radius: 10px;
	margin-top: 5px;
}

.selecter .info{
	width: 80%;
	height: 117px;
	float: right;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.selecter .info > .info-icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 42px;
	right: 18px;
	color: #666;
	font-size: 30px;
	display: none;
}

.selecter .info > .info-tt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.selecter .info > .info-msg{
	width: 575px;
	height: 65px;
	line-height: 1.5em;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
}

.info-count i{
	margin-right: 8px;
}

.selecter .info > .info-count.on{
	color: #e01222;
}

.selecter .msg{
	width: 100%;
	margin: 10px auto;
	color: #333;
	background-color: #f8f8f8;
	border-radius: 12px;
	position: relative;
	display: none;
}

.msg-tra{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f8f8f8;
    position: absolute;
    left: 1px;
    right: 1px;
    top: -10px;
    margin: 0 auto;
}

.selecter .msg ul{
	list-style: disc inside none;
	padding-left: 20px;
}

.selecter .msg ul>:last-child{
	border-bottom: none;
}

.selecter .msg ul li{
	width: 97%;
	font-size: 16px;
	line-height: 50px;
	list-style: disc inside none;
	border-bottom: 1px dashed #ddd;
}

.msg ul li span{
	color: #666;
	float: right;
}

.msg ul li span i{
	margin-right: 8px;
}

.page{
	width: 100%;
}

.page .page-inner{
	width: 100%;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page .page-inner h2{
	margin: 20px 0;
	margin-left: 20px;
}

.page .page-inner > p{
	color: #ccc;
	font-size: 14px;
	margin-left: 20px;
}

/* .page > :nth-child(4){
	color: skyblue;
} */

.page .article{
	width: 90%;
	line-height: 2em;
	margin: 20px auto;
}

.article img{
	max-width: 100%;
}

.msg li img{
	width: 100%;
}

.sharebox{
	width: 550px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: -416px;
	bottom: -90px;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	border: 1px solid rgb(255, 162, 0);
	text-align: center;
	display: none;
}

/* 登录窗口 */
.login{
	position: fixed;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	margin: auto;
	background-color: rgba(255, 255, 255, 1);
	width: 371px;
	height: 478px;
	border: 1px solid white;
	border-radius: 10px;
	z-index: 999;
	display: none;
	text-align: center;
}

.login p{
	margin: 0 auto;
	width: 280px;
}

.login img{
	width: 200px;
}

.login > :nth-child(1){
	padding-top: 60px;
}

.login > :nth-child(2){
	margin-top: 50px;
    margin-bottom: 18px;
}

.login .login-close{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffa200;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
}

.write-say{
	width: 100%;
	margin-bottom: 10px;
}

.write{
	width: 100%;
}

.write > p{
	line-height: 40px;
	font-size: 16px;
	padding-left: 20px;
	background-color: #f4f7f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.write li{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	background-color: white;
}

.write li .write-top{
	width: 100%;
	line-height: 50px;
	background-color: white;
	margin-top: 10px;
	/* border-left: 1px solid #ddd;
	border-right: 1px solid #ddd; */
}

.write-top > img{
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 20px;
}

.write-top > .write-user-info{
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}

.write-top > .write-user-info > :nth-child(1){
	margin-left: 10px;
	line-height: 25px;
	font-size: 14px;
}

.write-top > .write-user-info > :nth-child(2){
	margin-left: 10px;
	line-height: 25px;
	font-size: 12px;
	color: #ffa200;
}

.write-top > span{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.write li .write-bottom{
	line-height: 50px;
	background-color: white;
	padding-left: 73px;
	padding-right: 10px;
	/* border-left: 1px solid #ddd;
	border-right: 1px solid #ddd; */
	margin-bottom: 10px;
}

.write li .write-bottom > :nth-child(1){
	line-height: 2em;
}

.write li .write-bottom > :nth-child(2){
	line-height: 30px;
	color: #ccc;
}

.saysomething{
	width: 100%;
}

.saysomething > p{
	line-height: 40px;
	font-size: 16px;
	padding-left: 20px;
	background-color: #f4f7f9;
	border-bottom: 1px solid #ddd;
}

.saysomething .say-top{
	margin-top: 20px;
}

.saysomething .say-top .user-say{
	width: 60px;
	height: 60px;
	line-height: 75px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-color: #f4f7f9;
	/* display: inline-block; */
	float: left;
}

.saysomething .say-top .triangle-box{
	width: 20px;
	height: 20px;
	/* display: inline-block; */
	float: left;
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
}

.saysomething .say-top .left-triangle1{
	width:0; 
	height:0; 
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent; 
	border-right: 22px solid #ddd;
	position: absolute;
	left: 0;
	top: 0;
}

.saysomething .say-top .left-triangle2{
	width:0; 
	height:0; 
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent; 
	border-right: 21px solid #f4f7f9;
	position: absolute;
	left: 1px;
	top: 1px;
}

.saysomething .say-top .say-msg > textarea{
	width: 82%;
	height: 150px;
	background-color: #f4f7f9;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-sizing: border-box;
	margin-left: 1px;
	line-height: 2em;
	padding-top: 10px;
	padding-left: 10px;
}

.saysomething .say-bottom{
	width: 82%;
	margin-left: 112px;
	overflow: hidden;
}

.saysomething .say-bottom .bottom-left{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.bottom-left img{
	vertical-align: middle;
}

.saysomething .say-bottom .bottom-right{
	float: right;
	overflow: hidden;
	margin-top: 20px;
}

.bottom-right .say-login{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.bottom-right > button{
	width: 100px;
	line-height: 40px;
	background-color: #ff6600;
	text-align: center;
	color: white;
	border: none;
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	font-size: 18px;
}

.bottom-right .say-login > :nth-child(1){
	float: left;
	width: 40px;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #ddd;
}

.bottom-right .say-login > :nth-child(2){
	float: left;
	width: 40px;
	line-height: 30px;
	text-align: center;
}

.Fontsize {
	float: right;
	line-height: 60px;
	margin-right: 20px;
	margin-top: 15px;
}

.page-user{
	float: left;
	margin-left: 20px;
}

.page-user img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.page-user span{
	display: inline-block;
	vertical-align: middle;
}

.Fontsize li {
	float: left;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	cursor: pointer;
	transition: transform .3s 0s;
	-webkit-transition: all .3s 0s;
}

.Fontsize li.on,
.Fontsize li:hover {
	background: #ccc;
}

.ul-box{
	width: 100%;
	height:60px;
	line-height: 60px;
	background-color: #f8f8f8;
	margin: 10px auto;
}

.totop{
	width: 80px;
	height: 90px;
	line-height: 3em;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background-color: white;
	overflow: hidden;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999;
}

.totop img{
	width: 40%;
	display: block;
	margin: 15px auto 0px;
}

.select2{
	width: 100%;
	overflow: hidden;
}

.select2>ul>:last-child{
	border-bottom: none;
}

.select2 .selecter2{
	width: 96%;
	height: 140px;
	margin: 10px auto;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.selecter2 .selectimg2{
	width: 163px;
	height: 140px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.selecter2 .selectimg2 img{
	width: 163px;
	height: 122px;
	border-radius: 10px;
	margin-top: 5px;
}

.selecter2 .info2{
	width: 78%;
	height: 140px;
	float: right;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.selecter2 .info2 > .info2-tt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.selecter2 .info2 > .info2-msg{
	width: 575px;
	height: 65px;
	line-height: 1.5em;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
}

.selecter2 .info2 > .info2-count{
	line-height: 30px;
	margin-right: 10px;
	margin-top: 10px;
	color: #666;
	text-align: right;
}

.info2-count i{
	margin-right: 8px;
}

.select3{
	width: 100%;
	overflow: hidden;
}

.select3>ul{
	padding: 0px 20px;
	list-style: disc inside none;
}

.select3>ul>:last-child{
	border-bottom: none;
}

.select3 .selecter3{
	line-height: 50px;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	color: #666;
	border-bottom: 1px dashed #ddd;
	list-style: disc inside none;
	cursor: pointer;
}

.selecter3 span{
	color: #666;
	float: right;
	z-index: 2;
}

.selecter3 span i{
	margin-right: 8px;
}

.select4{
	width: 100%;
	overflow: hidden;
}

.select4>.select4-ul{
	margin-top: 10px;
	overflow: hidden;
}

.select4>.select4-ul>:last-child{
	border-bottom: none;
}

.select4 .selecter4{
	width: 100%;
	margin: 10px 0px;
	text-align: left;
	cursor: pointer;
}

.selecter4>.sl4-ul2{
	padding: 0 20px;
	list-style: disc inside none;
}

.selecter4>.sl4-ul2>:last-child{
	border-bottom: none;
}

.select4 .selecter4 .info4-sel{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: white;
	overflow: hidden;
	border-bottom: 1px solid #ff703a;
	position: relative;
}

.info4-tt{
	width: 240px;
	font-size: 16px;
	padding-left: 10px;
	z-index: 2;
	float: left;
	background-color: #ff703a;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.info4-tra{
	width: 105px;
	height: 50px;
	margin-top: 14px;
	margin-left: -20px;
	background-color: #ff703a;
	transform: rotateZ(50deg);
	position: absolute;
	left: 249px;
}

.info4-sel span{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 19px;
	background-color: #eebd00;
	text-align: center;
	border-radius: 50%;
	color: white;
	margin-right: 10px;
}

.sl4-li{
	line-height: 50px;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	color: #666;
	border-bottom: 1px dashed #ddd;
	list-style: disc inside none;
	cursor: pointer;
}

.sl4-li span{
	color: #666;
	float: right;
	z-index: 2;
}

.sl4-li span i{
	margin-right: 8px;
}