﻿@charset "utf-8";
.mian {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 640px;
	overflow: hidden;
	background-color: #fff;
	font-family: Microsoft YaHei;
}
a {
	text-decoration: none;
	color: #666;
}

.dress {
	background-color: #434343;
	padding: 1.25rem 0;
	color: #8a8a8a;
}
.dress p {
	font-size: 1rem;
	padding-left: 4%;
}
.dress ul {
	overflow: hidden;
	margin: 4%;
}
.dress li {
	float: left;
	padding-left: 1.5rem;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1rem;
}
.dress li:nth-child(1) {
	background: url("http://127.0.0.66/m/skin/css/../img/ds1.png") no-repeat left center;
	background-size: 1.25rem;
}
.dress li:nth-child(2) {
	background: url("http://127.0.0.66/m/skin/css/../img/ds2.png") no-repeat left center;
	background-size: 1.25rem;
}
.dress li:nth-child(3) {
	background: url("http://127.0.0.66/m/skin/css/../img/ds3.png") no-repeat left center;
	background-size: 1.25rem;
}
.rt {
	margin-bottom: 4rem;
	cursor: pointer;
}
.rt img {
	display: block;
	width: 100%;
}

/*----------------------- binPlus ---------------------------------*/

.elastic.toRight {
	right: 0;
}
.elastic.toRight p i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background-position: center;
}
.binPlus {
	position: fixed;
	right: 0;
	top: -24px;
	display: none;
	overflow: scroll;
	z-index: 99;
	width: 7.5rem;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.binPlus ul {
	padding: 1rem 0;
	width: 100%;
}
.binPlus ul li {
	text-align: center;
	height: 2.2rem;
	margin-bottom: 1rem;
}
.binPlus ul li img {
	width: 4.792rem;
}
.binPlus ul li h5 {
	margin-top: 0.4rem;
	font-weight: normal;
	font-size: 1rem;
}
.binPlus ul li h5 a {
	color: #fff;
}
.binPlus .btnDown {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 7.5rem;
	height: 4rem;
	background-color: rgba(0,0,0,0);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.binPlus .btnDown i {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("http://127.0.0.66/m/skin/css/../img/btndown_ico.png") no-repeat center;
	background-size: 1.667rem auto;
}
/*----------------------- binPlus ---------------------------------*/

@media screen and (min-width:320px) {
body {
	font-size: 75%;
}
}
@media screen and (min-width:375px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:480px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:540px) {
body {
	font-size: 112.5%;
}
}
@media screen and (min-width:550px) {
body {
	font-size: 125%;
}
}
@media screen and (min-width:640px) {
body {
	font-size: 150%;
}
}
/*分类标题*/
.CategoryList_Title {
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 .687rem;
	margin-top:0.1rem;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #b0b4bb;
	font-size: 0.4rem;
	background: linear-gradient(180deg, #f2f2f2 0%, #e0e0e0 100%);
}
.CategoryList_Title i {
	font-size: 0.5rem;
	margin-top: .2rem;
}
.CategoryList_Title .icon-details {
	margin-right: .5rem;
}
/*分类列表*/
.CategoryLista {
}
.CategoryLista > li > a {
	display: block;
	color: #333;
	padding: 0 1.125rem;
	font-size: 1.125rem;
}
.CategoryLista li i {
    float: left;
    margin-top: -0.65rem;
    margin-left: 115%;
    color: #656565;
    font-weight: bold;
    /* font-size: 1.6rem; */
    z-index: 99;
/*	float: left;
	margin-top: -1.25rem;
	margin-left: 95%;
	color: #656565;
	font-weight: bold;
	font-size: 1.6rem;
	z-index: 99;*/
}
.CategoryLista > li li a {
	height: .731rem;
    line-height: 0.731rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #666;
    background: #EBEBEB;
    padding: 0 .5rem;
    border-bottom: 1px solid #cfcbc1;
    border-top: 1px solid #fff;
    font-size: 0.3rem;
	/*height: 3.031rem;
	line-height: 3.031rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #666;
	background: #EBEBEB;
	padding: 0 2.062rem;
	border-bottom: 1px solid #cfcbc1;
	border-top: 1px solid #fff;
	font-size: 1rem;*/
}
.CategoryLista li:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.CategoryLista .icon-arrow-down {
	color: #f90;
}
.CategoryLista > li > ul >li >ul {
	padding: 0 1.125rem;
}
.CategoryLista > li > .list1, .CategoryLista > li > .list1 li ul {
	display: none;
}
/*搜索*/
.searchSpan {
	position: relative;
	overflow: hidden;
	margin: .687rem;
}
.searchSpan .txtSearch {
	height: 33px;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: .25rem;
	text-indent: .25rem;
	/*width: 99.9%;
	outline: none;*/
	    width: 80%;
    outline: none;
    float: left;
} 
.searchSpan .btnSearch {
	/*position: absolute;*/
	font-size:0.4rem;
	right: 0px;
	/*top: 21px;*/
	border-radius: 0 5px 5px 0;
	display: block;
	height: 33px;
	line-height: 33px;
	color: #333;
	width: 1rem;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	background: linear-gradient(180deg, #fff 0%, #ededed 100%);
	/*position: absolute;
	font-size:0.5rem;
	right: 0px;
	top: 21px;
	border-radius: 0 5px 5px 0;
	display: block;
	height: 33px;
	line-height: 33px;
	color: #333;
	width: 1.5rem;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	background: linear-gradient(180deg, #fff 0%, #ededed 100%);*/
}
/*分页*/
.pagingNav {
	padding: 1px 2px;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
}
.pagingNav p {
	height: 30px;
	line-height: 30px;
}
.pagingNav .uls {
	margin-top: -30px;
	overflow: hidden;
}
.pagingNav .uls a {
	float: left;
	margin-left: 5px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #EBEBEB;
	text-decoration: none;
	float: left
}
.pagingNav .uls a:hover, .pagingNav .uls a.cur {
	background-color: #0080cc;
	border-color: #0080cc;
	color: #fff;
}
.pagingNav .uls .tBtn:hover {
	background-color: inherit;
	color: inherit;
*background-color:transparent;
*color:#666;
}
.content img {
	max-width: 100%
}
/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

#DetailedSpan img{ max-width:100% !important; height:auto !important}
#imgsy img{ max-width:100% !important; height:auto !important}