body{
	background-color: #f3f3f3;
	overflow: auto;
}

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

.inner .inner-left{
	width: 80px;
	margin-bottom: 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 998;
	border: 1px solid #ddd;
	background-color: white;
	box-shadow: 0 0 5px 1px #ddd;
}

.outfull{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 16px;
	background-color: white;
	display: none;
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 60px;
	z-index: 99;
}

.inner .inner-left .full{
	width: 100%;
	line-height: 3em;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background-color: white;
	cursor: pointer;
}

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

.inner .inner-left .like{
	width: 100%;
	line-height: 3em;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background-color: white;
	cursor: pointer;
}

.inner-nav-icon{
	width: 32px;
	height: 30px;
	margin: 15px auto 0px;
	background-image: url('../images/icon-list.png');
}

.like .inner-nav-icon{
	background-position: 0 -29px;
}

.inner .inner-left .share{
	width: 100%;
	line-height: 3em;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background-color: white;
	cursor: pointer;
}

.share .inner-nav-icon{
	height: 34px;
	background-position: 0 -59px;
}

.inner .inner-left .say{
	width: 100%;
	line-height: 3em;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background-color: white;
	cursor: pointer;
}

.say .inner-nav-icon{
	height: 32px;
	background-position: 0 -95px;
}

.inner .inner-left .send{
	width: 100%;
	line-height: 3em;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background-color: white;
	cursor: pointer;
}

.send .inner-nav-icon{
	height: 33px;
	background-position: 0 -130px;
}

.inner .inner-right{
	width: 225px;
	margin-bottom: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
}

.inner .inner-right .me{
	width: 100%;
	height: 68px;
	line-height: 66px;
	font-size: 20px;
	border-top: 1px solid #ddd;
	background-color: #fafafa;
}

.inner .inner-right .me > :nth-child(1){
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}

.inner .inner-right .me > :nth-child(2){
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 16px;
}

.inner .inner-right .me > :nth-child(3){
	vertical-align: middle;
	cursor: pointer;
	float: right;
	margin: 24px 16px 0 0;
	line-height: normal;
}

.inner .inner-right .book-share{
	width: 100%;
	font-size: 16px;
	background-color: white;
}

.inner .inner-right .book-share .book-share-info{
	padding: 10px 0 0;
}

.book-share .book-share-info .img-box{
	width: 201px;
	height: 268px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.book-share .book-share-info .img-box img{
	width: 100%;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	margin: auto;
}

.book-info{
	width: 100%;
	height: 60px;
	line-height: 2em;
	font-size: 14px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 8px;
}

.book-info>:first-child{
	padding-left: 16px;
}

.book-info>:last-child{
	padding-left: 16px;
	color: #ddd;
}

.inner-right .share-me{
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px 1px #ddd;
}

.inner .inner-right .catalog{
	width: 100%;
	font-size: 16px;
	border: 1px solid #ddd;
	margin-top: 20px;
	background-color: white;
	box-shadow: 0 0 5px 1px #ddd;
}

.inner .inner-right .catalog .catalog-title{
	line-height: 35px;
	padding-left: 16px;
	text-align: left;
	color: #93755e;
	font-weight: bold;
	background-color: #f6f8f9;
}

.inner .inner-right .catalog .catalog-info .catalog-info-inner{
	padding-left: 14px;
	line-height: 35px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	color: #ff6600;
	border-left: 2px solid white;
}

.catalog-info li.on{
	border-left: 2px solid #ff6600;
}

.catalog-info .mulu-type-box>:last-child{
	border-bottom: none;
}

.catalog-info .mulu-type{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #ff6600;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.mulu-type .mulu-type-ul{
	padding-left: 22px;
	padding-right: 10px;
}

.mulu-type .mulu-type-ul>:last-child>.mulu-type-inner{
	border-bottom: none;
}

.mulu-type .mulu-type-ul a .mulu-type-inner{
	list-style-type: disc;
	color: #333;
	line-height: 1.5em;
	margin: 2px 0px;
	border-bottom: 1px solid #ddd;
}

.mulu-type-inner.on{
	color: #ff6600;
}

.mulu-type.on{
	height: auto !important;
}

.mulu-type p{
	line-height: 35px;
	padding-left: 14px;
	border-left: 2px solid white;
}

.catalog-info .mulu-type p.on{
	border-left: 2px solid #ff6600;
}

.info-toptwo{
	color: #93755e;
	font-size: 14px;
	line-height: 35px;
	padding-left: 16px;
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;
}

.info-toptwo.on{
	color: #ff6600;
}

.swiper{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.swiper-container {
    width: 846px;
    color: #ccc;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px 2px #ccc;
    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;
	position: fixed;
	left: 0;
	z-index: 999;
}

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;
	background: rgba(0, 0, 0, .2);
	background-image: none !important;
	position: fixed;
	right: 0;
	z-index: 999;
}

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;
}

.page{
	width: 100%;
	color: #333;
}

.page .product-box .product{
	width: 100%;
	line-height: 2em;
}

.product-box .product img{
	width: 810px;
	height: 609px;
	display: block;
}

.product-box .product .product-msgbox{
	width: 100%;
	overflow: hidden;
	background-color: white;
	margin-bottom: 20px;
}

.product-box .product .product-msgbox .product-info{
	width: 80%;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.product-box .product .product-msgbox p{
	padding-left: 20px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}

.product-box .product .product-msgbox .rmb{
	line-height: 40px;
}

.product-box .rmb > :nth-child(2){
	font-size: 30px;
	color: #e01222;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.product-box .rmb > :nth-child(3){
	width: 50px;
	line-height: 20px;
	text-align: center;
	background-color: #e01222;
	color: white;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 9px;
}

.product-box .product-msgbox button{
	width: 120px;
	height: 38px;
	line-height: 38px;
	color: white;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
	background-color: #e01222;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

.product-box .product-share-box{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f8f8f8;
	overflow: hidden;
}

.product-box .product-share{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	overflow: hidden;
}

.product-box .product-share p{
	width: 520px;
	padding-left: 20px;
	font-size: 16px;
	color: black;
	float: left;
}

.product-box .product-share div{
	margin-left: 18px;
	float: right;
	margin-right: 10px;
}

.product-box .product-share div img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.product-box .product-share .share-1{
	background-image: url('../images/share-sprite.png');
	background-position: 0 0;
}

.product-box .product-share .share-2{
	background-image: url('../images/share-sprite.png');
	background-position: 0 -40px;
}

.product-box .product-share .share-3{
	background-image: url('../images/share-sprite.png');
	background-position: 0 -80px;
}

.product-box .product-share .share-4{
	background-image: url('../images/share-sprite.png');
	background-position: 0 -120px;
}

.product-box .product-show-box{
	width: 100%;
	text-align: center;
}

.product-box .product-show-box img{
	display: inline-block;
}

.product-box .product-show-box .product-show-nav{
	border-bottom: 1px solid #ddd;
}

.product-box .product-show-nav a{
	width: 100%;
	height: 100%;
	display: block;
}

.product-box .product-show-nav li{
	display: table-cell;
	/* position: relative; */
	width: 1%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background-color: white;
	color: #333;
	box-sizing: border-box;
	cursor: pointer;
}

.product-box .product-show-nav li:hover{
	border-bottom: 2px solid #e01222;
}

.product-box .product-show-nav .onselect{
	border-bottom: 2px solid #e01222;
	box-sizing: border-box;
}

.product-box .product-show-box img{
	width: 100%;
}

.product-box .product-show-box #howtouse > p,
.product-box .product-show-box .howtouse >p{
	line-height: 30px;
	font-size: 16px;
	padding-left: 20px;
	background-color: #f3f3f3;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
	color: #e01222;
}

.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%;
	color: #333;
}

.write{
	width: 100%;
}

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

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

.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;
}

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

.load-more-remark{
	width: 100%;
	line-height: 40px;
	margin: 30px 0;
}

.load-more-remark button{
	width: 160px;
	line-height: 40px;
	text-align: center;
	background-color: #f8f8f8;
	color: #3b92fd;
	border: none;
	display: block;
	margin: auto;
	cursor: pointer;
}

.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: #ffffff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #3b92fd;
}

.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: 95%;
	height: 150px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	box-sizing: border-box;
	line-height: 2em;
	padding-top: 10px;
	padding-left: 10px;
	margin: auto;
	display: block;
}

.saysomething .say-bottom{
	width: 95%;
	margin: auto;
	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{
	overflow: hidden;
	margin: 20px auto;
}

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

.bottom-right > p{
	width: 85%;
	display: inline-block;
	vertical-align: middle;
	color: #cccccc;
}

.bottom-right > button{
	width: 110px;
	line-height: 30px;
	font-size: 16px;
	background-color: #ff6600;
	text-align: center;
	color: white;
	border: none;
	display: inline-block;
	vertical-align: middle;
}

.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 .inner-nav-icon{
	background-position: 0 -162px;
}

.productimg{
	width: 100%;
	position: relative;
	text-align: center;
}

.dc{
	position: absolute;
	right: 16px;
	top: 14px;
	width: 133px;
	height: 146px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .6);
}

.dc-top{
	width: 100%;
	line-height: 32px;
	color: white;
	text-align: center;
}

.dc-top::before{
	content: '';
	width: 20px;
	height: 1px;
	background-color: white;
	display: inline-block;
	vertical-align: middle;
}

.dc-top::after{
	content: '';
	width: 20px;
	height: 1px;
	background-color: white;
	display: inline-block;
	vertical-align: middle;
}

.dc-price{
	width: 100%;
	line-height: 50px;
	font-size: 50px;
	color: white;
	text-align: center;
}

.dc-btn{
	width: 86%;
	line-height: 42px;
	margin: 10px auto;
	background-color: #c71521;
	border-radius: 4px;
	text-align: center;
}

.dc-btn a{
	width: 100%;
	color: white;
	font-size: 16px;
}