.uzoo-side-float > div a.erwei.uzoo-side-float > div a.erweima, .uzoo-side-float > div a.cell {
	overflow: visible;
}
.uzoo-side-float > div a.cell b {
	float: left;
	overflow: hidden;
	width: 0;
	white-space: nowrap;
	background: #72450c;
	height: 54px;
	padding: 0 27px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5px;
	z-index: -1;
	font-size: 20px;
	text-align: left;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.uzoo-side-float > div a.erweima b {
	display: none;
	float: left;
	width: 140px;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	background: #72450c;
	padding: 10px 10px;
	position: fixed; /*! top:0; */
	right: 50%;
	border-radius: 5px;
	z-index: 1000000;
	text-align: center;
	line-height: 2;
	margin-right: -550px;
}
.uzoo-side-float > div a.erweima img {
	width: 100%;
	display: block;
	margin: auto;
}
.uzoo-side-float > div a.erweima b.on {
	display: block;
}
.uzoo-side-float > div a.cell b.on {
	width: 176px;
}
.uzoo-side-float {
	width: 54px;
	height: 300px;
	position: fixed;
	top: 50%;
	right: 50px;
	margin: -150px 0 0 550px;
	z-index: 999;
	left: 50%;
}
.uzoo-side-float > div {
	position: relative;
}
.uzoo-side-float > div a {
	display: block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #72450c;
	border-radius: 5px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.uzoo-side-float > div a.cell span, .uzoo-side-float > div a.qq span, .uzoo-side-float > div a.erweima span, .uzoo-side-float > div a.return span {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px;
	text-indent: -99em;
	background: url(../images/uzoo-icon.png) -32px -32px no-repeat;
}
.uzoo-side-float > div a.land, .uzoo-side-float > div a.landok {
	background: #f3a11e;
	font-size: 14px;
}
.uzoo-side-float > div a.qq span {
	background-position: -32px -64px;
}
.uzoo-side-float > div a.erweima span {
	background-position: -32px -96px;
}
.uzoo-side-float > div a.return {
	background: #dfe2ea;
}
.uzoo-side-float > div a.return span {
	background-position: -416px -288px;
}
.uzoo-side-float > div {
	padding-bottom: 6px;
}
.shopping, .users {
	background: #fff;
	padding: 20px 0px;
	margin: 20px auto;
	border-radius: 5px;
}
.shopping .left {
	width: 21%;
	float: left;
	float: left;
	text-align: left;
	font-size: 14px;
	/*! margin: 38px 0; */
	/*! background: #f8f8f8; */
	padding-left: 1%;
}
.shopping a{ text-decoration: none;}
.shopping .left .listBox, .shopping .left .bottom {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	margin-bottom: 20px;
}
.lefttitle {
	background: #72450c;
	height: 48px;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.lefttitle h3 {
	font-size: 18px;
	padding: 13px 30px;
}
.shopping .left ul {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.shopping .left ul>li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
	padding: 0px 0px 0 30px;
	background: #fff;
}
.shopping .left ul>li {
	margin: 2px;
}
.shopping .left ul>li:last-child {
	border: none;
}
.shopping .left ul>li>a {
	display: block;
	background: url(../images/icon/left_right.png) 180px no-repeat;
	text-decoration: none;
}
.shopping .left ul>li>a:hover {
	background: url(../images/icon/left_down.png) 180px no-repeat;
	color: #f3a11e;
}
.shopping .left ul>li ul li {
	border: 0;
	margin-left: -32px;
	background: #fff;
	line-height: 30px;
}
.shopping .left ul>li>div ul li a {
	background: none;
	padding-left: 18px;
}
.shopping .right {
	width: 73%;
	float: right;
	padding: 0 2%;
	border-left: 1px solid #e5e5e5;
	min-height: 400px;
}
.shopping-list .title {
	font-size: 18px;
	color: #993366;
	position: relative;
	line-height: 45px;
	height: 45px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 15px 0 25px;
}
.shopping-list .title:before {
	width: 36px;
	height: 26px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon/hot.png) no-repeat;
}
.shopping-list .title .more {
	float: right;
	font-size: 14px;
	color: #993366;
}
.shopping-list .title .more:before {
	margin-right: 5px;
}
.shopping-list dl {
	clear: both;
	background: #fff;
	padding: 12px;
	margin: 5px; /*! line-height:160px; */
	border-bottom: 1px solid #e0e0e0;
}
.shopping-list dt {
	float: left;
}
.shopping-list dt.showpic {
	width: 50%;
	height: 150px;
	width: 150px;
	overflow: hidden;
	margin-right: 15px;
	overflow: hidden;
}
.shopping-list dt.showpic img {
	width: 100%;
	float: left;
}
.shopping-list dd {
	overflow: hidden;
}
.shopping-list dd h3, .shoppinghead h3 {
	font-size: 20px;
	padding: 0 0 10px;
	line-height: 1.2;
	white-space: nowrap;
	overflow: auto;
}
.shopping-list dd p {
	line-height: 1.5;
	font-size: 14px;
	color: #999999;
}
.shopping-list dd p big, .shoppinghead dd p big {
	display: block;
	font-size: 16px;
	color: #993366;
	padding-top: 5px;
}
.shopping-list dd p small {
	font-size: 14px;
	color: #993366;
}
.shoppinghead {
	border: 1px solid #e0e0e0;
	margin: 20px;
	padding: 20px;
}
.shoppinghead .banner001 {
	height: 250px !important;
	width: 250px;
	margin-right: 25px;
}
.shoppinghead .left {
	width: 280px;
	background: #fff;
}
.product-details-tab {
	margin: 20px;
	border: 1px solid #e5e5e5;
}
.product-details-tab .title {
	line-height: 50px;
	height: 50px; /*! border-bottom:1px solid #e5e5e5; */
	margin-bottom: 15px;
}
.product-details-tab .title a {
	float: left;
	width: 50%;
	color: #261801;
	font-size: 20px;
	text-align: center;
	background: #e49d00;/*! border:1px solid #e5e5e5; *//*! border-bottom:0px solid #fff; */
}
.product-details-tab .title a.on {
	background: #fff;
}
.btn-wrap {
	padding-top: 10px /* 间距上 */;
}
.btn-wrap .btn1, .btn-wrap .btn2, .btn-wrap .btn3, .btn-wrap .btn4 {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	width: 125px;
	text-align: center;
	margin-right: 20px /* 间距右 */;
	color: #fff;
	border-radius: 5px;
}
.btn-wrap .btn1 {
	background: #ff3300;
}
.btn-wrap .btn3 {
	background: #f3a11e;
	display: none;
}
.btn-wrap .btn2 {
	background: #993366;
}
.btn-wrap .btn4 {
	background: #f3a11e;
}
.shoppinghead .btn-wrap .btn1, .shoppinghead .btn-wrap .btn2, .shoppinghead .btn-wrap .btn3, .btn-wrap .btn4 {
	height: 45px;
	line-height: 45px;
}
.product-details-tab .item {
	display: none;
	background: #fff;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.product-details-tab .item .details{ padding: 15px 10px 35px;}

.product-details-tab .item.on {
	display: block;
}
.product-details-liuyan {
	background: #fff;
	border-top: 1px solid #e5e5e5; /*! border-bottom:1px solid #e5e5e5; */ /*! margin:5px 0; */
	padding-bottom: 12px;
}
.product-details-liuyan .title {
	padding: 0 10px;
	line-height: 45px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 5px;
}
.product-details-liuyan .title h2 {
	float: left;
	font-size: 16px;
}
.product-details-liuyan .title a, .product-details-liuyan .title a:before {
	float: right;
	font-size: 12px;
}
.product-details-liuyan .title a:before {
	margin-left: 10px;
}
.product-details-liuyan dl {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}
.product-details-liuyan dt {
	line-height: 30px;
}
.product-details-liuyan dd div,.product-details-liuyan dt div {
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: -28px;
}
.product-details-liuyan dt div {
	margin-top: 2px;
}

.product-details-liuyan dt>p, .product-details-liuyan dt>h3 {
	float: left;
}
.product-details-liuyan dt .uz-icon:before {
	content: '\e60b';
	color: #e3c600;
	padding-top: 5px;
}
.product-details-liuyan dd {
	clear: both;
}
.product-details-liuyan dd p {
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 10px;
}
.product-details-liuyan .btn {
	display: block;
	line-height: 50px;
	color: #999999;
	text-align: center;
	font-size: 12px;
}
.left .ewm img {
	width: 90%;
	padding: 5%;
}
.reward {
	color: #999;
	text-align: center;
	padding: 25px 0;
	background: #fff;
	height: 100%;
}
.reward p {
	font-size: 20px;
}
.reward ul li {
	width: 27%;
	float: left;
	border: 1px solid #e3393a;
	margin: 3%;
	border-radius: 5px;
	padding: 10px;
}
.reward ul li a {
	color: #e3393a;
	font-size: 18px;
	padding: 10px 5px;
	text-align: center;
	font-style: italic
}
.reward ul li a span {
	font-style: normal;
	font-size: 14px;
	padding-left: 5px;
}
.reward ul li a p {
	color: #666;
	font-size: 14px;
}
/* 分页 */
#page {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 0;
	padding: 3% 0 0;
	margin-bottom: 40px;
}
#page * {
	text-decoration: none;
	vertical-align: middle;
}
#page > * {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
*display:inline;
*zoom:1;
}
#page a {
	display: block;
	line-height: 2em;
	height: 2em;
	min-width: 2em;
	border-radius: 2em;
	border: 1px solid #e0e0e0;
	margin: 3px;
}
#page li:hover a, #page .active a {
	border: 1px solid #993366;
	background: #993366;
	color: #fff;
}
#page .first, #page .last, #page .prev, #page .next {
	padding: 0 0.5em;
	overflow: hidden;
*zoom:1;
}
.writeliuyan {
	/*! padding: 5px 15px 5px 0; */
	text-align: right;/*! background: #f1f1f1; *//*! margin: 5px 0; */
	/*! border-bottom: 1px solid #f1f1f1 */
}
.writeliuyan a {
	font-size: 18px;
	color: #482B0B;
	background: url(../images/users/write.png) right no-repeat;
	background-size: 16%;
	padding: 0 25px;
	margin-bottom: 5px;
}
.writeliuyan .btm {
	float: right;
	margin-left: 15px;
	/*! padding: 0 10px; */
	font-size: 14px;
	position: relative;
	top: -10px;
}
.writeliuyan .btm.send, .writeliuyan .btm.sendarticle {
	background: #339dd7!important;
	border: 1px solid #999;
}
.writeliuyan .writecontent {
	padding-bottom: 45px;
}
.writeliuyan p span {
	float: left;
	padding: 2px;
	color: green
}
.writeliuyan p span.msg {
	margin-top: -12px;
}
.writeliuyan p .uz-icon:before {
	content: '\e60b';
	color: #fe9600;
	cursor: pointer
}
.writeliuyan p .uz-icon.after:before {
	color: #999
}
.main .writeliuyan,.main .product-details-liuyan {
	margin: 40px;
}

.btm {
	color: #fff!important;
	background: #e34336\9;
	background: linear-gradient(top, #f76b5f 0, #e34336 100%)!important;
	background: -o-linear-gradient(top, #f76b5f 0, #e34336 100%)!important;
	background: -ms-linear-gradient(top, #f76b5f 0, #e34336 100%)!important;
	background: -moz-linear-gradient(top, #f76b5f 0, #e34336 100%)!important;
	background: -webkit-linear-gradient(top, #f76b5f 0, #e34336 100%)!important;
	border: 1px solid #d32a1c;
	padding: 0 8px;
	float: left;
}
.user0001 {
	font-size: 14px;
	background: #fff;
}
.user0001 .head {
	height: 180px;
	text-align: center;
	padding: 30px 20px 20px;
	background: url(../images/users/user-photo-bg.png) center no-repeat;
	background-size: 100% 100%;
}
.user0001 .login {
	padding: 30px 20px 30px;
	background: #f8c659;
	margin: 20px 0;
}
.user0001 .goback, .user0001 .gohome {
	position: absolute;
	left: 3%;
	top: 2%;
}
.user0001 .gohome {
	left: 88%;
	margin-right: 2%;
}
.user0001 .goback img, .user0001 .gohome img {
	width: 32px;
}
.user0001 .photo {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	background: #fff;
	border-radius: 100px;
	border: 2px solid #fcefee;
	overflow: hidden;
}
.user0001 .photo img {
	float: left;
	max-width: 100%;
}
.user0001 p {
	font-size: 14px;
	color: #666;
	padding-top: 5px;
}
.user0001 p span {
	color: #999;
}
.user0001 .content {
	position: relative;
}

.total{ padding: 10px; height: 80px;}
.total ul li{ float: left; width: 46%; text-align: center; padding-right: 15%;}
.total ul li:last-child{padding-left: 15%;padding-right: 0;}
.total ul li p{ font-size: 18px;padding-bottom: 5px; color: #333;}
.total ul li span{color: #999;font-size: 14px; border-bottom: 2px solid #2b7dfb;}
.total ul li:last-child span{border-bottom: 2px solid #fcab52;}

.total.tui{ padding: 0px; height: 60px;}
.total.tui ul li span{ font-size: 20px; border-bottom:3px solid #6fa8fb; color:#6fa8fb; }
.total.tui ul li:last-child span{border-bottom: 3px solid #fb6eab;color:#fb6eab;}

.total.tui ul li{ text-align: left; padding: 5px 2px;}
.total.tui ul li:last-child{ text-align: right;}

.user-setup {
	padding: 10px;
	text-align: center;
	background: #fff;
	/*! width: 400px; */
	/*! margin: 20px auto; */
}
.user-setup h5 {
	font-size: 16px;
	margin: 25px 0;
}
.user-setup label {
	display: block;
	font-size: 16px;
	background: #fff;
	border: 1px solid #e5e5e5;
	line-height: 48px;
	margin: -1px;
	padding: 0 15px;
}
.user-setup label b {
	float: left;
	color: #333;
}
.user-setup label b img {
	width: 28px;
	margin-top: 10px;
	float: left;
}
.user-setup .others {
	color: #666;
	text-align: right;
}
.user-setup .others a {
	padding: 0 15px;
	color: #f8c659;
	font-weight: bold;
}
.user-setup .remenber {
	padding: 2px;
	text-align: left;
}
.user-setup .remenber span {
	vertical-align: top;
}
 .user-setup label span input:placeholder {
color:#cccccc;
}
.user-setup label span {
	display: block;
	overflow: hidden; /*! padding:0 0 0 10px; */
}
.user-setup label span input {
	width: 100%;
	font-size: 16px;
	line-height: 20px; /*! vertical-align: middle; */
	border: 0;
}
.user-setup .btn {
	display: block;
	line-height: 40px;
	margin: 15px 0;
	background: #00c00e;
	border: 1px solid #62d37a;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	background: linear-gradient(top, #00bc28 0%, #00a339 100%);
	background: -o-linear-gradient(top, #00bc28 0%, #00a339 100%);
	background: -ms-linear-gradient(top, #00bc28 0%, #00a339 100%);
	background: -moz-linear-gradient(top, #00bc28 0%, #00a339 100%);
	background: -webkit-linear-gradient(top, #00bc28 0%, #00a339 100%);
	width: 100%;
}
.user-setup .btn + a {
	color: #3cb916;
}
.user-setup .checkbox {
	line-height: 50px;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: left;
	padding: 10px 15px
}
.user-setup .checkbox a {
	color: #3cb916;
}
.user-setup .checkbox label {
	float: left;
	height: 45px;
	border: 0;
	margin: 0 10px 0 0;
	padding: 0;
	cursor: pointer;
}
.user-setup .checkbox input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}
.user-setup .checkbox span {
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #3cb916;
	border-radius: 100px;
	position: relative;
	margin-top: 15px;
	padding: 0;
}
.user-setup .checkbox input:checked {
	border: 1px solid #3cb916;
}
.user-setup .checkbox input:checked + span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #3cb916;
}
.user-setup .checkbox + .btn {
	border: 0;
	border-bottom: 1px solid #e27373;
	background: linear-gradient(top, #ff4141 0%, #d61c1c 100%);
	background: -o-linear-gradient(top, #ff4141 0%, #d61c1c 100%);
	background: -ms-linear-gradient(top, #ff4141 0%, #d61c1c 100%);
	background: -moz-linear-gradient(top, #ff4141 0%, #d61c1c 100%);
	background: -webkit-linear-gradient(top, #ff4141 0%, #d61c1c 100%);
}
.user-setup .otherlogin {
	padding: 75px 0;
	border-top: 1px solid #e2e2e2;
	margin: 10px 0;
}
.user-setup .otherlogin a {
	padding: 70px 30px 0px;
}
.user-setup .otherlogin a.weixin {
	background: url(../images/users/login-type_02.png) center top no-repeat;
}
.user-setup .otherlogin a.qq {
	background: url(../images/users/login-type_01.png) center top no-repeat;
	display: none;
}
.user-setup .otherlogin a.mobile {
	background: url(../images/users/mobile.png) center top no-repeat;
}
.user-setup .otherlogin a.email {
	background: url(../images/users/email.png) center top no-repeat;
}
.topline {
	width: 70%;
	border-top: 1px solid #e0e0e0;
	margin: 0 0 0 13%;
}
#textyc {
	width: 95%;
	margin: 2% auto;
}
#textyc img {
	width: 13%;
	height: auto;
	float: left;
	margin: 0 2.5% 2%.5 0;
}
#textyc .textycbox {
	width: 84%;
	float: right;
	padding: 0 0 2.5% 0;
	line-height: 170%;
}
#textyc .textycbox p {
	color: #999;
	font-size: 13px;
}
#textyc .textycbox a.more {
	color: #666;
	padding: 5px 0 0 0;
}
#textyc .textycbox .toollist {
	float: right;
	width: 50%;
}
#textyc .textycbox .toollist li {
	float: right;
	margin: 7% 0 0 4%;
}
#textyc .textycbox .toollist li a {
	border: 1px solid #eee;
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 100px;
	text-align: center;
	line-height: 60px;
}
#textyc .textycbox .toollist li a:hover {
	color: #39aa39;
	border: 1px solid #39aa39;
}
#textyc .textycbox .toollist .green-border {
	color: #39aa39;
	border: 1px solid #39aa39;
}
#textyc .textycbox .toollist .red-border {
	color: #e75348;
	border: 1px solid #e75348;
}
#textyc .textycbox .toollist .gray-border {
	color: #eee;
	border: 1px solid #eee;
}
#textyc .textycbox .red {
	color: #e75348;
}
#textyc .textycbox h5 {
	color: #444;
	font-size: 15px;




}
/* 

 * --> 下拉列表

=============================================================================================================================================================================*/

dl.select {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: middle;
	position: relative;
	z-index: 9999;
	text-align: left;
}
dl.select dt, dl.select dd {
	border-radius: 4px;
	border: 1px solid #caced5;
}
dl.select dt, dl.select dd div {
	padding-left: 10px;
}
dl.select dt {
	display: block;
	padding-right: 30px;
	position: relative;
	cursor: pointer;
}
dl.select dt > span {
	display: block;
}
dl.select dt > b {
	position: absolute;
	float: left;
	width: 20px;
	height: 20px;
	right: 5px;
	top: 50%;
	bottom: 0;
	margin-top: -10px;
	background: url(../images/uzoo-icon.png) -294px -294px no-repeat;
}
dl.select dd {
	visibility: hidden;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
}
dl.select.active dd {
	visibility: visible;
}
/* 

 * --> 表格

=============================================================================================================================================================================*/

.table-style {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}
.table-style table {
	border: 0;
}
.table-style th {
	text-align: left;
}
.table-style th, .table-style td {
	font-weight: 500;
	border-top: 1px solid #e0e0e0;
	padding: 13px 3px;
}
.table-style th {
	border: 0;
}
.table-style th:first-child, .table-style td:first-child {
	padding: 13px 20px;
}
.table-style .button1 {
	margin: 0 10px 0 0;
}
#user-top {
	height: 55px;
	line-height: 55px;
	background: #e75348;
	text-align: right;
	color: #fff;
}
#user-top a {
	color: #fff;
}
#user-top .left {
	float: left;
}
#user-top .left a {
	margin-left: 10px;
}
#user-top .right a {
	margin: 0 0 0 30px;
}
#user-top .right a.on, #user-top .right a:hover {
	color: #ffc7c3;
}
{
 padding: 30px 0;
}

/* 侧边导航 */
.user-sidemenu {
	/*! float: left; */
	/*! width: 214px; */
	/*! border-right: 1px solid #e0e0e0; */
*margin-right:-1px;
/*! border-bottom: 1px solid #e0e0e0; */
}
.user-sidemenu dl {
/*! margin: 0 -1px 0 0; */
}
.user-sidemenu dl.on {
	background: #fff;
	border-radius: 4px 0 0 0;
}
.user-sidemenu dl .arrb {
	font-size: 18px;
}
.user-sidemenu dl .min-content {
	margin: 15px 0 0 0;
	padding: 0 0 13px 0;
}
.user-sidemenu dt {
	display: block;
	line-height: 60px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #e0e0e0;
}
.user-sidemenu .on dt {
}
.user-sidemenu .on dt a {
	display: block;
}
.user-sidemenu dt a {
	display: block;
}
.user-sidemenu dd {
	display: none;
}
.user-sidemenu dd a {
	display: block;
	text-indent: 25%;
	line-height: 34px;
}
.user-sidemenu dd a.topline {
	text-indent: 12%;
}
.user-sidemenu dd a.down {
	color: #e75348;
}
.user-sidemenu dt b {
	width: 26px;
	height: 26px;
	margin: 0 5px 0 0;
}
.user-sidemenu dt b.vip-center {
	background: url(../images/user-h-icon.png) no-repeat;
}
.user-sidemenu dt b.ulianmen {
	background: url(../images/user-u-icon.png) no-repeat;
}
.user-sidemenu dt b.daili {
	background: url(../images/user-l-icon.png) no-repeat;
}
.user-sidemenu li {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
.user-sidemenu ul {
	margin-bottom: -1px;
}
.user-sidemenu li.on {
	width: 100%;
	background: #fff;
	border-right: 1px solid #fff;
	position: relative;
	z-index: 1;
}
.user-sidemenu li.on a {
	margin-right: -1px;
}
/* 基本信息 */



.jbxx {
}
.jbxx ul {
	margin: 0 -9px;
	text-align: center;
*zoom:1;
}
.jbxx ul li {
	float: left;
	width: 20%;
	min-width: 180px;
	margin-bottom: 20px;
}
.jbxx ul li > a div {
	display: block;
	height: 160px;
	width: 160px;
	margin: auto;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	z-index: 0;
}
.jbxx ul li > a div.green-prompt {
	display: block;
	height: 160px;
	width: 160px;
	margin: auto;
	border: 2px solid #09c100;
	border-radius: 5px;
	z-index: 0;
}
.jbxx ul li > a div.red-prompt {
	display: block;
	height: 160px;
	width: 160px;
	margin: auto;
	border: 2px solid #e75348;
	border-radius: 5px;
	z-index: 0;
}
.jbxx .item > b {
	display: block;
	font-size: 50px;
	line-height: 1.1;
	color: #53a653;
	padding-top: 25px;
	padding-bottom: 20px;
}
.jbxx .item > b.ymgl-icon {
	background: url(../images/ymgl-icon.png) center no-repeat;
}
.jbxx .item > b.ymba-icon {
	background: url(../images/ymba-icon.png) center no-repeat;
}
.jbxx .item > b.wzgl-icon {
	background: url(../images/wzgl-icon.png) center no-repeat;
}
.jbxx .item > b.email-icon {
	background: url(../images/email-icon.png) center no-repeat;
}
.jbxx .item > b.user2-icon {
	background: url(../images/user2-icon.png) center no-repeat;
}
.jbxx .item > b.cart-icon {
	background: url(../images/cart-icon.png) center no-repeat;
	position: relative;
	top: 2px;
}
.jbxx .item > b.huise {
	color: #999;
}
.jbxx ul li .item1 {
	width: 160px;
	height: 160px;
	margin: 0 0 0 10px;
	border-color: #53a853 !important;
}
.jbxx .item.item1 a {
	display: block;
	height: 100%;
	margin: -1px;
	border-radius: 4px;
}
.jbxx .item.item1 a b {
	display: block;
	font-size: 24px;
	line-height: 1.1;
	font-weight: bold;
	color: #fff;
	padding: 55px 0 5px 0;
	padding-top: 55px;
}
.jbxx .item.item1 a span {
	color: #fff;
}
.no-prompt {
	color: #e75348;
}
.ok-prompt {
	color: #09c100;
}
.jbxx .item span.desc {
	display: block;
	line-height: 1.1;
	padding-bottom: 5px;
	color: #333;
	font-size: 16px;
}
.jbxx .item span {
	color: #888;
}
.jbxx .item .no-prompt {
	color: #e75348;
	font-weight: bold;
}
.jbxx .item .ok-prompt {
	color: #09c100;
	font-weight: bold;
}


/* 内容区顶菜单 */

.user-top-nav {
	height: 40px;
	line-height: 40px;
	text-align: right;
	padding-bottom: 20px;
	white-space: nowrap;
}
.user-top-nav a {
	color: #777;
}
.user-top-nav h5 {
	float: left;
}
.user-top-nav h5 a {
	margin-right: 30px;
	position: relative;
}
.user-top-nav h5 a:hover, .user-top-nav h5 a.on {
	color: #e75348;
}
.user-top-nav h5 a.on b {
	width: 11px;
	height: 6px;
	background: url(../images/user-cont-nav-arrow.png) center no-repeat;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 8px 0 0 -5px;
}
.date-query {
	float: right;
	margin: 3px 0 0 0;
}
.date-query label, .date-query .button {
	color: #31353e !important;
	background: #fff;
	line-height: 24px;
	height: 24px;
	border-width: 1px;
	border-style: solid;
	padding: 5px 0.8em;
	border-radius: 3px;
}
.date-query label input {
	float: left;
	border: 0;
	line-height: 25px;
	height: 25px;
	background: none;
	margin-top: -1px;
}
.date-query span {
	padding: 0 5px;
}
.date-query .button {
	margin-left: 5px;
}
/* table容器1 */

.table-cont {
	position: relative;
	white-space: nowrap;
}
.table-cont h4 {
	padding: 20px 0 10px;
}
.table-cont table {
	width: 100%;
}
.table-cont .date-query {
	position: absolute;
	bottom: 0;
}
.table-cont font {
	color: #e75348;
}
.green {
	color: #009337;
}
.grey {
	color: #797979;
}
.blue {
	color: #0074bd;
}
/* 

 * --> 会员中心

=============================================================================================================================================================================*/



.btn-wrap {
	text-align: left;
}
/* 域名管理 */

dl.select {
	width: 130px;
	line-height: 34px;
	background: #fff;
}
.domain-name-inquiry {
	line-height: 100px;
	height: 100px;
	border: 1px solid #e2cf8b;
	background: #fffffa;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 20px;
	border-radius: 5px;
}
.domain-name-inquiry .btn {
	height: 38px;
	line-height: 38px;
}
.domain-name-inquiry label {
	width: 30%;
	color: #31353e !important;
	background: #fff;
	line-height: 28px;
	height: 28px;
	border-width: 1px;
	border-style: solid;
	padding: 5px 0.8em;
	border-radius: 3px;
}
.domain-name-inquiry label input {
	width: 100%;
	height: 28px;
	line-height: 28px;
	border: 0;
	background: none;
}
.domain-name-inquiry dl.select {
	margin: 0 10px;
}

table .btn {
	margin-right: 10px;
}
table .href {
	text-decoration: underline;
	color: #004c92;
}
/* 备案资料 */

.icp-date {
	float: left;
}
.icp-date dl {
	border: 1px solid #e0e0e0;
	margin: 0 0 2.5%;
	border-radius: 3px;
}
.icp-date dt {
	line-height: 45px;
	height: 45px;
	white-space: nowrap;
	text-align: right;
	border-bottom: 1px solid #e0e0e0;
}
.icp-date dt h5 {
	float: left;
}
.icp-date dt font {
	color: #0956b5;
}
.icp-date dt > div {
	margin: 0 2%;
}
.icp-date dd > div {
	margin: 2% 3%;
}
.icp-date li {
	float: left;
	width: 50%;
*margin-right:-1px;
	line-height: 2.5;
	white-space: nowrap;
}
.icp-date li b {
	color: #787878;
}
.icp-date .btn-wrap {
	text-align: center;
	font: 0;
	padding: 3% 0;
}
.icp-date .btn-wrap .btn {
	margin: 0 8px;
}

/* 备案资料-详细 */

.icp-datail {
	overflow: hidden;
}
.icp-datail .date-upload {
	border: 1px solid #e0e0e0;
	padding: 2% 3%;
	margin: 13px 0;
}
.icp-datail .date-upload .pic, .icp-datail .date-upload .pic > div.bg {
	float: left;
	width: 100px;
	height: 70px;
	line-height: 70px;
	background: #eee;
	margin: 0 4% 0 0;
	position: relative;
}
.icp-datail .date-upload .pic > img {
	width: 100%;
	position: relative;
	z-index: 5;
}
.icp-datail .date-upload .pic > div.bg {
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	z-index: 0 !important;
}
.icp-datail .date-upload .pic span {
	line-height: 1.2;
	text-align: center;
	width: 100%;
}
.icp-datail .date-upload .pic b {
	display: block;
}
.icp-datail .date-upload .pic {
	position: absolute;
	left: 0;
}
.icp-datail .date-upload .upload-btn {
	float: right;
	margin: 0 0 0 4%;
	height: 70px;
	line-height: 70px;
	position: absolute;
	right: 0;
}
.icp-datail .date-upload .upload-btn label {
	position: relative;
	overflow: hidden;
}
.icp-datail .date-upload .upload-btn input {
	width: 100%;
	position: absolute;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.date-upload-cont {
	padding: 10px 140px 10px 125px;
	position: relative;
}
.date-upload-cont big {
	font-weight: bold;
}
.icp-datail .date-upload font {
	color: #e75348;
}
.icp-datail .date-upload a {
	color: #027a02;
	text-decoration: underline;
}
.icp-datail p {
	padding-bottom: 10px;
}
.icp-datail .btn-wrap {
	clear: both;
	text-align: center;
	padding: 3% 0;
}
/* 备案资料-OK */

.icp-datail-ok {
	padding: 3% 0;
	margin: 10% 0 0 0;
}
.icp-datail-ok .wrap {
	padding: 0 14% 0 27%;
}
.icp-datail-ok img {
	float: left;
	margin: 2% 0 0 -20%;
*margin:1.5% 0 0 -15%;
	width: 12%;
}
.icp-datail-ok h3 {
	color: #0ba000;
}
.icp-datail-ok h5 {
	padding: 10px 0 25px;
}
.icp-datail-ok .tishi-wrap {
	border: 1px solid #e2d39e;
	padding: 20px;
	border-radius: 3px;
}
.icp-datail-ok .tishi-wrap p:first-child {
	padding-bottom: 5px;
	margin-top: -5px;
}
.icp-datail-ok .tishi-wrap p {
	line-height: 2.3;


}
.icp-datail-ok font {
	color: #da3428;
}
.icp-datail-ok .tishi-wrap a {
	color: #0161b3;
	text-decoration: underline;
}
.icp-datail-ok .btn-wrap {
	padding: 0 0 3%;
}
.icp-datail-ok .tishi {
	padding: 40px 0 20px;
}
.icp-datail-ok .tishi a {
	text-decoration: underline;
	color: #da3428;
}
.prompt1, .prompt2 {
	font-size: 14px;
	line-height: 25px;
	padding: 12px;
	border-radius: 5px;
	margin: 15px 0;
}
.prompt1 img, .prompt2 img {
	float: left;
	margin-right: 10px;
}
/* 提示1 */

.prompt1 {
	border: 1px solid #e2d39e;
}
.prompt1 a {
	color: #e75348;
	text-decoration: underline;
}
/* 提示2 */

.prompt2 {
	border: 1px solid #67b657;
	background: #f5fff4;
}
.prompt2 a {
	color: #178d00;
	text-decoration: underline;
}
/* 基本信息 */

.information-main {
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	margin: 0 0 50px 0;
	padding: 20px 0;
}
.information-main .wrap h3 small {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.information-main .wrap h5 {
	color: #999;
	font-size: 14px;
	padding: 1.5% 0 0 0;
}
.information-main .wrap {
	padding: 10px 0px 15px 20px;
}
.information-main p {
	/*! line-height: 2.5; */
	padding: 0 3% 0 0;
}
.information-main a {
	text-decoration: underline;
	color: #0161b3;
}
.information-main .cont {
	position: absolute;
	width: 90%;
}
.information-main img {
	float: right;
	width: 32%;
	margin: -5% 0 0 0;
}
.information-main font {
	color: #df4134;
}
.information-main .btn-samll {
	background: #ff3300;
	color: #fff;
	text-decoration: none;
	padding: 0.2% 2% 0.2% 2%;
	font-size: 16px;
	margin: -1% 0 0 10%;
}
.service {
	min-width: 500px;
	height: 300px;
	line-height: 300px;
	text-align: right;
	border: 1px solid #e0e0e0;
	margin-top: 3%;
	position: relative;
	border-radius: 5px;
}
.service .wrap {
	padding: 25px 30px;
	line-height: normal;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.service h5 {
	width: 64%;
	margin: 15px 0;
}
.service h5 font {
	color: #9b9b9b;
}
.service h4 font {
	color: #e54b3f;
	margin-right: 50px;
}
.service h4 a {
	background: #e54b3f;
	color: #fff;
	vertical-align: top;
}
.service .wrap > img {
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.service .wrap .cont {
	position: relative;
	z-index: 1;
}
/* 

 * --> 申请取款

=============================================================================================================================================================================*/

.apply-take-money {
	border: 1px solid #e0e0e0;
	height: 60px;
	padding: 4% 0;
	text-align: right;
	border-radius: 3px;
	margin-bottom: 30px;
}
.apply-take-money .left {
	float: left;
	text-align: center;
	padding: 0 4%;
}
.apply-take-money .left a{ text-decoration: none;}
.apply-take-money .left + .left {
	padding-left: 6%;
	border-left: 1px solid #e0e0e0;
}
.apply-take-money .left1 {
	color: #bbb;
}
.apply-take-money .left2 font {
	color: #009900;
}
.apply-take-money .left3 font {
	color: #993366;
}
.agent {
	padding: 3% 0 0;
}
.agent .cont {
	margin: 0 -15px;
}
.agent .list {
	float: left;
	width: 25%;
	min-width: 230px;
	position: relative;
*margin-right:-1px;
}
.agent .list .conts {
	height: 270px;
	position: relative;
	border: 1px solid #eee;
	margin: 15px;
	z-index: 1;
	overflow: hidden;
	border-radius: 4px;
}
.agent .list div.wrap2, .agent .list div.wrap {
	background: #fff;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
}
.agent .list div.wrap img {
	margin: 0 0 25px 0;
}
.agent .list div.wrap h5, .agent .list div.wrap span {
	color: #b3b5b8;
}
.agent .list div.wrap font {
	color: #f7c5c2;
}
.agent .list div.wrap p {
	color: #dcdcdc
}
.agent .list div.wrap2 p {
	padding: 10px 0;
}
.agent .list div.wrap2 > * {
	margin-left: 25px;
	margin-right: 25px;
}
.agent .list div.wrap {
	z-index: 2;
}
.agent .list .conts:hover .wrap {
	margin-top: -270px;
	transition: margin-top .8s ease;
	-moz-transition: margin-top .8s ease;
	-webkit-transition: margin-top .8s ease;
	-o-transition: margin-top .8s ease;
}
.agent .list .conts.active {
	border: 1px solid #e75348;
}
.agent .list .conts.active div.wrap font {
	color: #e75348;
}
.agent .list .conts.active div.wrap p {
	color: #999
}
.agent .list .conts.active div.wrap span {
	color: #31353e;
}
.agent .list .conts.active div.wrap h5 {
	color: #444;
}
.agent .list .conts.active div.wrap2 h4 {
	color: #e44438;
}
.agent .list .conts.active:hover .wrap {
	margin-top: 0;
}
/* 

 * --> 收款账号管理

=============================================================================================================================================================================*/

.receivables .options {
	float: left;
	line-height: 40px;
	height: 40px;
	width: 100%;
	margin: 0;
}
.receivables .options b {
	padding-right: 30px;
}
.receivables .input-wrap {
	float: left;
	width: 100%;
}
.receivables-account-prompt {
	padding: 2%;
}
.receivables-account-prompt font {
	color: #e54b3f;
}
.receivables-account-prompt h3 + p {
	margin-top: -5px;
	padding-bottom: 5px;
}
.receivables-account-prompt p {
	line-height: 2.5;
}
.receivables-account-prompt .btn-wrap {
	padding: 4% 0 3%;
	font-size: 0;
}
.receivables-account-prompt .btn-wrap a {
	margin: 0 8px;
}
.indirect .partner {
	position: relative;
	top: 10px;
}
.indirect .partner font {
	color: #e75348;
}
.request {
	padding-left: 15%;
}
.request > * {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 0 15px 0;
}
.request > * > span {
	float: left;
	width: 5em;
	text-align: right;
	margin-right: 20px;
}
.request input {
	width: 40%;
	background: #fff;
	border: 1px solid #e0e0e0;
	height: 25px;
	line-height: 25px;
	padding: 10px;
}
.request .email a {
	margin: 0 10px;
}
.request .btn-wrap {
	padding: 3% 0;
	text-align: left;
}
.request-ok {
	padding-top: 8% !important;
}
.request-ok h5 {
	padding: 0 0 10px;
}
.request-ok h3 + h5 {
	padding: 0 0 20px;
}
.request-ok font {
	color: #e75348;
}
.obtain-link {
	position: relative;
}
.obtain-link .targer {
	display: none;
	min-height: 36px;
	position: absolute;
	top: 100%;
	margin-top: 2px;
	right: 50%;
	margin-right: -5px;
	background: #fff;
	padding: 20px 190px 35px 20px;
	cursor: default;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 50px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.obtain-link .targer.display {
	display: block;
}
.obtain-link .targer .btn {
	position: absolute;
	right: 10px;
	top: 20px;
}
.obtain-link .targer p {
	max-width: 22em;
	line-height: 1.3;
	white-space: normal;
}
.obtain-link .targer > span {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 100%;
	border-left: 10px dashed transparent;
	border-bottom: 10px dashed #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 50px rgba(0,0,0,0.2);
}

.vip-return {
	float: right;
	font-size: 14px;
}
.vip-return img {
	margin: -3px 5px 0 0;
}



.my-integral0001{ padding:0 15px;}
.my-integral0001 .title{ background: #ff4141;/*! height: 130px; */text-align: center;padding: 15px 0;}
.my-integral0001 .title .rights{text-align: right;/*! padding: 8px 5px; */color:  #f1f1f1;width: 100%;}
.my-integral0001 .title .rights a{ color: #fff; padding: 0 5px}
.my-integral0001 .title .top { text-align: left; padding: 0px 15px;color: #fff;}


.my-integral0001 .title .top h3{ font-size: 30px;line-height: 40px; font-weight: normal; }
.my-integral0001 .title .top h3 span{ font-size: 14px;}

.my-integral0001 .item {padding:10px 0 0;}
.my-integral0001 .item.on { display: block; }

.my-integral0001 .item li{border-bottom: 1px solid #e1e1e1; padding: 5px 10px 0px; color: #666;}

.my-integral0001 .item li p span{ float: right; font-weight: bold; color: #ff4141;}
.my-integral0001 .item li p b{ font-size: 12px; color: #999;}


.my-comment0001{ /*! padding: 10px; */}
.my-comment0001 .item {/*! display: none; *//*! position: absolute; */top: 0px;bottom: 0px;left: 0;right: 0;overflow:auto;padding:10px 0 0;}
.my-comment0001 .item.on { display: block; }

.my-comment0001 .item li{border-bottom: 1px solid #e1e1e1;padding: 10px 0px 5px;color: #666;}
.my-comment0001 .item li p{ clear: both;} 
.my-comment0001 .item li p span{float: right;width: 85px;font-weight: bold;color: #ff4141;background: url(../images/star.png) right repeat-x;background-size: 12px;}
.my-comment0001 .item li p b{ font-size: 12px; color: #999;}

.my-comment0001 .content{ background: #fff; padding: 0 8px;}

.my-comment0001 .left{ float: left; width: 70%;}
.my-comment0001 .cancel{float: right;/* width: 22%; */text-align:right;}
.my-comment0001 .btm{
	color: #fff !important;
	background: #e34336\9;
	background: linear-gradient(top, rgb(247, 107, 95) 0%, rgb(227, 67, 54) 100%) !important;
	background: -o-linear-gradient(top, rgb(247, 107, 95) 0%, rgb(227, 67, 54) 100%) !important;
	background: -ms-linear-gradient(top, rgb(247, 107, 95) 0%, rgb(227, 67, 54) 100%) !important;
	background: -moz-linear-gradient(top, rgb(247, 107, 95) 0%, rgb(227, 67, 54) 100%) !important;
	background: -webkit-linear-gradient(top, rgb(247, 107, 95) 0%, rgb(227, 67, 54) 100%) !important;
	border: 1px solid #d32a1c;
	/* padding: 1px 10px; */
	margin-left: 10px;
}


.product0001 dl dd h3 {
	font-size: 16px;
	padding-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 6px;

	color: #333
}

.product0001 dl dd p {
	line-height: 18px;
	overflow: hidden;
	color: #7C7976;
}

.product0001 dl dd p,.product0001 dl dd>span {
	display: block;
	font-size: 11px
}


.product0001.collect dl{border-bottom: 1px solid #e5e5e5; padding:10px 0;}

.product0001 dl dt.showpic {
	float: left;
	margin: 5px 15px 5px 10px;
	height: 110px;
	width: 88px;
	background-size: 100% !important;
}


.my-order0001 {  }
.my-order0001 .title {line-height: 39px;height: 40px;background: #fff;border-bottom: 2px solid #fff;box-shadow:0 0 5px rgba(0,0,0,0.2);text-align: center;margin-bottom: 10px;}
.my-order0001 .title a {float: left;width: 50%;line-height: 39px;height: 40px;}
.my-order0001 .title a.on { border-bottom: 2px solid #e3393a; color:#e3393a; }
.my-order0001 .item {display: none;padding:10px 0 0;}
.my-order0001 .item.on { display: block; }

.my-order0001 dl { border:1px solid #e5e5e5; margin:0 5px 8px; border-radius:2px; background: #fff; }
.my-order0001 dt { height: background:#f8f8f8; border-bottom:1px solid #e1e1e1; padding:10px 10px 5px;  }
.my-order0001 dt {text-align:left;color:#999;}
.my-order0001 dt .isok{ position: absolute; z-index: 20; /*! border: 1px solid #333; */ background: url(../images/is_ok.png) center no-repeat;background-size: 70%; height: 80px;width: 100px;left: 50%;}
.my-order0001 dt .lefts { overflow:hidden; }
.my-order0001 .ok dt h4 { color:#999; }
.my-order0001 .ok dt p { color:#999; }
.my-order0001 dt h4 { line-height:20px; color:#333; }
.my-order0001 p	{ /*! line-height:20px; */ font-size:12px; padding: 2px 0;}
.my-order0001 p	span { margin-right:10px; }
.my-order0001 dt .rights { float:right; line-height:40px; text-align:center; }
.my-order0001 dt .rights h4 { color:#333;}
.my-order0001 dt p { color:#888; }
.my-order0001 dd { padding: 0 10px; color:#999999; display: block; }
.my-order0001 dd .imgBox{ float: left; width: 105px; margin-right: 15px;}
.my-order0001 dd .imgBox img{/*! width: 95px; */ /*! height: 95px; */}

.my-order0001 dd div { padding:10px 0; }
.my-order0001 dd div>div { border-top:1px dashed #e5e5e5; }
.my-order0001 dd div>div h4{ font-size: 16px; color: #666;padding-bottom: 5px;}
.my-order0001 dd .price font { color:#e3393a; }

.prompt { text-align: center; padding: 20px 0;}
.prompt h3{ font-size: 20px;}



.collection .r {/* font-size:16px; */cursor:pointer;} 
.collection0001.edit { padding-bottom:70px;  }

.collection0001 dl { clear:both; padding:15px 0;background:#fff; border-bottom:1px solid #e0e0e0; padding-left:20px; }
.collection0001 dl:after { content:''; font-size:0; display:block; clear:both; }
.collection0001 dt { float:left; }
.collection0001 dt.showpic {width: 100px;height: 100px;line-height:100px;border:1px solid #e0e0e0;overflow:hidden;margin-right:15px;overflow:hidden;}
.collection0001 dt.btn { display:none; width:35px; height:120px; line-height:120px; text-align:center;}
.collection0001.edit .btn { display:block; }
.collection0001 dt.btn label { /*! cursor:pointer; */ /*! position:absolute; */ /*! top:0; */ /*! left:0; */ /*! bottom:0; */ /*! right:0; */ }
.collection0001 dt.btn input { opacity:0; position:absolute; /*! top:0; */ /*! left:0; */ /*! width:0; */ /*! height:0; */ }
.collection0001 dt.btn span { display:inline-block; width:16px; height:16px; border:1px solid #ccc; border-radius:100px; /*! position:relative; */ }
.collection0001 dt.btn input:checked + span { border:1px solid #3cb916;}
.collection0001 dt.btn input:checked + span:before { background:#3cb916; }

.collection0001 dd { overflow:hidden; }
.collection0001 dd h3 { font-size:16px; /*! padding-bottom:12px; */ line-height:1.1; white-space: nowrap; overflow:auto;}
.collection0001 dd p { line-height:1.5; font-size:12px; color:#999999; }
.collection0001 dd p big { display:block; font-size:16px; color:#993366; /*! padding-top:5px; */ }

.collection0001 .bottom { display:none; /*! position:fixed; */ bottom:0; left:0; right:0; height:60px; line-height:60px; background:#fefefe;
box-shadow:0 0 2px rgba(0,0,0,0.2);
margin: 50px 0;
}
.collection0001.edit .bottom { display:block; }
.collection0001 .bottom label { float:left; position:relative; padding:0 10px; }
.collection0001 .bottom button { float:right; width:100px; height:40px; color:#fff; line-height:40px; background:#fe9600; border:0; text-align:center; margin:10px 10px 10px 0; }
.collection0001 .bottom button.shoucan { background:#fa898a; }
.collection0001 .bottom input { opacity:0; position:absolute; top:0; left:0; width:0; height:0; }
.collection0001 .bottom span { display:inline-block; vertical-align:middle; width:20px; height:20px; border:1px solid #999; border-radius:100px; position:relative; margin-right:5px; top:-2px; }
.collection0001 .bottom input:checked { border:1px solid #3cb916; }
.collection0001 .bottom input:checked + span:before { content:''; position:absolute; top:4px; left:4px; width:10px; height:10px; border-radius:100px; background:#3cb916; }


.lianxi,.jifen {  /*! border-top:1px solid #e5e5e5; */ background:#fff; margin:8px 0;}
.lianxi h3 { height:40px; line-height:40px; border-bottom:1px solid #e5e5e5; font-size:16px; color:#333;padding:0 10px;  }
.lianxi h3 small { font-size:12px; color:#999; padding-left:10px; }
.lianxi p { clear:both; height:41px; padding:0 10px !important;line-height:40px; border-bottom:1px solid #e5e5e5; }
.lianxi p b { float:left; color:#999999; font-size:14px; padding-top:10px; }
.lianxi p label { overflow:hidden; display:block; }
.lianxi p label input { width:100%; padding:10px; line-height:20px; border:0; }
.jifen p span{color:#993366;}
.jifen p a{ float: right; color: green;text-decoration: underline;}

.lianxi{ border: 1px solid #e5e5e5;}

.jiesuan-nav0001 {

	line-height: 50px;
	height: 50px;
	position: relative;
	margin: 60px 0;
}


.jiesuan-nav0001 .content {
	height: 50px;
	line-height: 50px;
	/*! position: fixed; */
	/*! bottom: 0; */
	/*! left: 0; */
	/*! right: 0; */
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.jiesuan-nav0001 .content .btm{ float: right; margin-right: 95px; padding: 0 26px;line-height: 48px;}

.jiesuan-nav0001 .content>div {
	font-size: 14px;
	/*! margin-right: 110px; */
	padding: 0 15px;
	/*! text-align: right; */
}
.jiesuan-nav0001 .total-fen {color: #993366; padding:0 6px;}

.jiesuan-nav0001 .contentspan {
	color: #e94736
}

.jiesuan-nav0001 label {
	float: left
}

.jiesuan-nav0001 input[type=checkbox] {
	float: left;
	margin-right: 5px;
	font-size: 24px;
	display: inline-block;
	-webkit-appearance: none;
	background-color: transparent;
	outline: 0!important;
	position: relative
}

.jiesuan-nav0001 input[type=checkbox]:before {
	content: "\e6aa";
	color: #D3D2D1;
	line-height: 55px
}

.jiesuan-nav0001 input[type=checkbox]:checked:before {
	color: #cf372f
}

.jiesuan-nav0001 input[type=checkbox]:checked:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	background: #cf372f;
	margin: -5px 0 0 -4px
}

.jiesuan-nav0001 .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	background: #482B0B;
	color: #fff;
	text-align: center
}



.shopping-cart dl { padding:15px; }
.shopping-cart dt.btn { display:block; margin-left:-15px; }
.shopping-cart dd .number {line-height: 30px;}
.shopping-cart dd .number b { float:left; padding-right:5px; }
.shopping-cart dd .number span {float:left;width:100px;/*! padding:0 29px; */position:relative;/*! height: 20px; *//*! line-height: 20px; */}
.shopping-cart dd .number .button {line-height: 21px;font-size:24px;border:1px solid #e5e5e5;background:#f4f4f4;color:#999999;margin-top: 2px;padding-bottom: 5px; text-align: center;}
.shopping-cart dd .number .add {position:absolute;right:0px;width:30px;/* height:30px; */border-radius: 0 3px 3px 0;}
.shopping-cart dd .number .remove {position:absolute;left:0px;width:30px;/* height: 25px; */border-radius: 3px 0 0 3px;/* margin-top: 2px; */}
.shopping-cart dd .number input {width:94%;height: 30px;border:1px solid #e5e5e5;text-align:center;margin-top: 1px;padding: 0;}
.shopping-cart dd .shuoming { clear:both; line-height:1.1; color:#ffaf04; padding:20px 0 10px; }
.shopping-cart dd .shuoming:before { float:left; width:16px; height:16px; content:''; background:url(../images/icon/shuoming.png) center no-repeat; background-size:cover; margin-right:5px; } 

.shopping-cart .fapiao { margin:5px 0; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#fff; padding:10px; }
.shopping-cart .fapiao h3 { font-size:16px; color:#333; margin-bottom:5px; }
.shopping-cart .fapiao h3 small { font-size:12px; color:#999; padding-left:10px; }
.shopping-cart .fapiao label.btn { float:left; height:30px;  line-height:30px; margin-right:10px; color:#999; }
.shopping-cart .fapiao label.btn input { opacity:0; position:absolute; top:0; left:0; width:0; height:0; }
.shopping-cart .fapiao label.btn span { float:left; width:16px; height:16px; margin:7px 5px; border:1px solid #ccc; border-radius:100px; position:relative; }
.shopping-cart .fapiao label.btn input:checked + span { border:1px solid #3cb916; }
.shopping-cart .fapiao label.btn input:checked + span:before { content:''; position:absolute; top:50%; left:50%; width:8px; height:8px; margin:-4px; border-radius:100px; background:#3cb916; }



.queren-order0001 { margin:0 0 5px; }

.queren-order0001 dl { border-bottom:1px solid #e5e5e5; border-radius:2px; background: #fff; }
.queren-order0001 h4 { line-height:20px; color:#333; padding-bottom:5px; font-size: 16px;}
.queren-order0001 p	{ line-height:20px; font-size:12px; padding: 2px 0;}

.queren-order0001 .jifen>p{ background: #e5e5e5; padding: 10px;}
.queren-order0001 p	span { margin-right:10px; }
.queren-order0001 dt .right { float:right; line-height:40px; text-align:center; }
.queren-order0001 dt .right h4 { color:#e3393a; }
.queren-order0001 dd { color:#999999; }
.queren-order0001 dd div { padding:5px 10px; }
.queren-order0001 dd div .imgBox{float: left;height: 105px;margin-right: 5px;margin-top:5px;padding: 5px 10px 0 0;}
.queren-order0001 dd div .imgBox img{width: 95px;height: 95px;}
.queren-order0001 dd .price { padding:5px 0; }
.queren-order0001 dd .price font { font-size:16px; color:#e3393a; }

.queren-order0001 .bianhao { /*! border-bottom:1px solid #e5e5e5; */ /*! border-top:1px solid #e5e5e5; */ margin:5px 0; padding:15px; background:#fff; text-align:center; }
.queren-order0001 .bianhao h4 { color:#999; font-size:14px; }
.queren-order0001 .bianhao p { color:#333; font-size:14px; padding-top:5px; }
.queren-order0001 .bianhao p span { font-size:18px; color:#e3393a;  }
.queren-order0001 .btn {display:block;line-height: 40px;color:#fff;margin:10px;border-radius:5px;text-align:center;font-size:20px;}
.queren-order0001 .weixin-btn { background:#00bd2c; }
.queren-order0001 .zhifubao-btn { background:#fe9600; }
.queren-order0001 .jifen-btn { background:#993366; }

.zhifu-ok0001 {
	background: #fff;
	z-index: 9999;
	overflow: hidden;
	padding: 35px;
	text-align: center;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2)
}

.zhifu-ok0001 p {
	font-size: 14px;
	color: #A8A6A3;
	line-height: 1.1
}


.zhifu-ok0001 h3 {
	color: #514D48;
	font-size: 20px;
	font-weight: 100;
	padding: 10px
}
.vieworder{ width: 100%; padding: 6px 5px; margin-top: 20px;}


.rewards.bg {
	display: block!important;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	background: rgba(0,0,0,0);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.rewards.bg.active {
	visibility: visible;
	background: rgba(0,0,0,.6)
}

.reward-setup {
	position: fixed;
	background: #fff;
	display: none;
	z-index: 100;
	left: 5%;
	top: 32%;
	right: 5%;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}

.toparr,.rewarded {
	position: fixed;
	right: 9px;
	bottom: 102px;
	text-align: center;
	color: #8a4d32;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	z-index: 40;
	background: #e5e5e5;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
	height: 36px;
	width: 50px
}

.toparr a {
	display: block;
	color: #8a4d32;
	margin-top: -8px
}

.toparr.uz-icon-arrt::before {
	height: 3px;
	line-height: 20px
}

.rewarded {
	bottom: 55%;
	width: 80px;
	/* padding-top: 45px; */
	height: 36px;
	background: none;
	border: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	right:50%;
	margin-right: -40px;
}


.toparr.rewarded a {
	color: #fff
}



.uzmsg {font-size:1.6em; border-bottom:1px solid #6ec95f; color:#0b7a00; display: none;
position: fixed;
z-index: 998;
top: 0px;width: 100%;}

.uzmsg div { line-height:1.5em; padding:10px 0; background:#efffec;text-align: center;}
.uzmsg div span { width:1.5em; height:1em; margin:0  0.5em; vertical-align:middle; display:inline-block; *display:inline; *zoom:1; }
.uzmsg div.succss span { background:url(../images/succss.png) no-repeat;
	background-size: 100% auto;
	background-repeat:no-repeat\9;  
	background-image:none\9;  
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/succss.png',sizingMethod='scale')\9;
}

.uzmsg div.error { background:#fffca0; color:#d53d08; }
.uzmsg div.error span { width:1.5em; height:1.5em; background:url(../images/error.png) no-repeat;
	background-size: 100% auto;
	background-repeat:no-repeat\9;  
	background-image:none\9;  
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/error.png',sizingMethod='scale')\9;
}