/*** account menu box***/
.account-content-left {
	float: left;
	width: 20%;
	padding: 3em 1em;
	background-color: #fff;
	margin: 1em 0 3em 0;
}
.account-content-left-box {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.account-box {

}
.account-box-head {
	height: 3em;
}
.account-box-head h4 {
	font-size: 1.2em;
	margin: 0 0 2px 30px;
	font-weight: 500;
	line-height: 3em;
}
.account-box-body {

}
.account-box-nav-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.account-box-nav-list li {
	padding: 6px 0 6px 30px;
}
.account-box-nav-list li a {
	color: #757575;
	text-decoration: none;
	font-weight: 500;
	width: 100px;
}
.account-box-nav-list li.active a,
.account-box-nav-list li.active a:hover {
	color: #ff6700;
}
.account-box-nav-list li a:hover {
	color: #000;
}

/*** end account menu box ***/

/*** account/myportal content box ***/
.account-content-right {
	float: right;
	width: 78%;
	padding: 2.5em 2em;
	background-color: #fff;
	margin: 1em 0 3em 0;
}
.account-content-box {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.account-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.account-content-box-body {
	margin: 4em 1em;

}
.account-content-box-body-top {
	height: 12em;
	border-bottom: 1px solid #e0e0e0;

}
.account-content-box-body-top-left {
	position: relative;
	float: left;
	width: 50%;
	height: 160px;
	padding-left: 160px;
	padding-top: 20px;
}
.account-content-box-body-top-left img {
	position: absolute;
	left: 0;
	top: 0;
	padding: 4px;
	border: 1px solid #e0e0e0;
	border-radius: 150px;
}
.account-content-box-body-top-left h5 {
	font-size: 2em;
	font-weight: 400;
	color:#616161;
}
.account-content-box-body-top-left p {
	margin: 1em 0;
	color: #757575;
}
.account-content-box-body-top-left a {
	text-decoration: none;
}
.account-content-box-body-top-right {
	float: left;
	width: 50%;
	height: 160px;
	margin-top: 1em;
}
.account-content-box-body-top-right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #757575;
}	
.account-content-box-body-top-right ul li {
	position: relative;
	padding: 0.5em 0;
}
.account-content-box-body-top-right ul li span {
	color: #ffac13;
	margin-left: 1em;
}
.account-content-box-body-top-right ul li a {
	position: absolute;
	right: 5em;
	!top: 0;
	!background: #ff6700;
	!border-color: #ff6700;
	!color: #fff;
	!width: 100px;
	!height: 28px;
	!font-size: 12px;
	!line-height: 28px;
	!text-align: center;
	!cursor: pointer;
	text-decoration: none;
}
.account-content-box-body-top-right ul li a:hover {
	!background: #ff4800;
	!border-color: #ff4800;
}
.account-content-box-body-bottom {

}
.account-content-box-body-bottom ul {
	text-decoration: none;
	list-style-type: none;
	color: #757575;
}
.account-content-box-body-bottom ul li {
	float: left;
	width: 50%;
	margin: 4em 0 0 0;
}
.account-content-box-body-bottom .color1 {
	float: left;
	color: #fff;
	padding: 0.5em;
	background-color: #EF5F21;
	border-radius: 150px;
}
.account-content-box-body-bottom .color2 {
	float: left;
	color: #fff;
	padding: 0.5em;
	background-color: #2CBE5A;
	border-radius: 150px;
}
.account-content-box-body-bottom .color3 {
	float: left;
	color: #fff;
	padding: 0.5em;
	background-color: #2196f3;
	border-radius: 150px;
}
.account-content-box-body-bottom .color4 {
	float: left;
	color: #fff;
	padding: 0.5em;
	background-color: #ffac13;
	border-radius: 150px;
}
.account-content-box-body-bottom ul li h6 {
	float: left;
	margin: 1.5em 0.5em;
	font-size: 1.5em;
}
.account-content-box-body-bottom ul li h6 span {
	color: #ffac13;
}
.account-content-box-body-bottom ul li a {
	float: left;
	margin: -0.5em 1em;
	text-decoration: none;
}
/*** end account/myportal content box ***/

/*** coupon content box ***/
.coupon-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.coupon-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
}
.coupon-content-box-head ul .first {
	padding-left: 0;
}
.coupon-content-box-head ul .last {
	border-right: none;
}
.coupon-content-box-head ul .active {
	color: #EF5F21;
}
.coupon-content-box-head ul .active:hover {
	color: #EF5F21;
}
.coupon-content-box-head ul li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
	color: #757575;
}
.coupon-content-box-head ul li:hover {
	color:#000;
}
.coupon-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.coupon-content-box-body {
	text-align: center;
	margin: 4em 0;
}
.coupon-content-box-body ul {
	list-style-type: none;
	display: none;
}
.coupon-content-box-body ul li {
	color: #757575;
	font-size: 1.2em;
}
/*** end coupon content box ***/

/*** order content box ***/
.order-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.order-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
}
.order-content-box-head ul .first {
	padding-left: 0;
}
.order-content-box-head ul .last {
	border-right: none;
}
.order-content-box-head ul .active {
	color: #EF5F21;
}
.order-content-box-head ul .active:hover {
	color: #EF5F21;
}
.order-content-box-head ul li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
	color: #757575;
}
.order-content-box-head ul li:hover {
	color:#000;
}
.order-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.order-content-box-body {
	font-size: 0.8em;
}
.order-detail {
	margin: 1em 0;
    !border: 1px solid #e0e0e0;
}
.order-detail-top {
	height: 7em;
	border: 1px solid #82c92f;
	background: #82c92f;
	border-radius: 4px 4px 0 0;
}
.order-status {
	text-align: left;
	margin: 1em 1em 0 1em;
	font-size: 1.5em;
	color: #fff;
	font-weight: 600;
}
.order-summary {
	color: #000;
}
.order-summary-left {
	float: left;
	margin-left: 0.8em;
	padding: 0.4em 0;
}
.order-summary-left span {
	margin: 0 0.8em;
}
.order-summary-right {
	float: right;
	margin-right: 0.8em;
}
.order-summary-right span {
	color: #EF5F21;
	font-size: 1.6em;
}
.order-detail-bottom {
	margin-top: -1px;
	border: 1px solid #e0e0e0;
	padding: 2em 0;
}
.order-detail-bottom-left {
	float: left;
	width: 80%;
}
.order-detail-bottom-left ul {
	list-style-type: none;
	height: 80px;
}
.order-detail-bottom-left ul li {
	float: left;
	width: 25%;
	text-align: center;
	height: 80px;
}
.order-detail-bottom-left ul li p {
	margin-top: 2.7em;
	font-size: 1.1em;
}
.order-detail-bottom-left ul li img {
	height: 80px;
	width: 80px;
}
.order-detail-bottom-right {
	float: right;
	width: 20%;
	margin-top: 2.7em;
}
.order-detail-bottom-right ul {
	list-style-type: none;
	vertical-align: top;
	margin-right: 0.8em;
}
.order-detail-bottom-right ul li {
	text-align: center;
	vertical-align: top;
	height: 5em;
	padding: 1em;

}
.order-detail-bottom-right ul li a {
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 1.1em;
	padding: 0.8em 2em;
	text-decoration: none;
	color: #757575;
	
}
.order-detail-bottom-right ul li a:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
/*** end order content box ***/

/*** review content box ***/
.review-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.review-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
}
.review-content-box-head ul .first {
	padding-left: 0;
}
.review-content-box-head ul .last {
	border-right: none;
}
.review-content-box-head ul .active {
	color: #EF5F21;
}
.review-content-box-head ul .active:hover {
	color: #EF5F21;
}
.review-content-box-head ul li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
	color: #757575;
}
.review-content-box-head ul li:hover {
	color:#000;
}
.review-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.review-content-box-body {
	text-align: center;
	margin: 4em 0;
}
.review-goods-list {

}
.review-goods-list ul {
	text-decoration: none;
	list-style-type: none;
}
.review-goods-list ul li {
	float: left;
	width: 33.3%;
	padding-bottom: 3em;
	border-bottom: 1px solid #e0e0e0;
}
.review-goods-list ul li p {
	margin: 0.3em 0;
	color: #757575;
	font-size: 0.9em;
}
.review-goods-list ul li p span {
	color:#EF5F21;
	font-size: 1.5em;
}
.review-goods-list ul li p a img {
	height: 150px;
	width: 150px;
}
.review-goods-list ul li h4 a {
	text-decoration: none;
	font-size: 0.8em;
	color: #000;
}
.review-goods-list ul li h4 a:hover {
	color: #EF5F21;
}
.review-goods-list ul li h5 {
	margin-top: 2em;
}
.review-goods-list ul li h5 a {
	padding: 0.6em 2.5em;
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 0.9em;
	text-decoration: none;
	color: #757575;
	transition: all .4s;
}
.review-goods-list ul li h5 a:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
.review-goods-list ul li h5 .disabled:hover {
	border-color: #b0b0b0;
	background: #b0b0b0;
	color: #fff;
	transition: all .4s;
	cursor: default;
}
/*** end review content box ***/


/*** address content box ***/
.address-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.address-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
}
.address-content-box-head ul .first {
	padding-left: 0;
}
.address-content-box-head ul .last {
	border-right: none;
}
.address-content-box-head ul .active {
	color: #EF5F21;
}
.address-content-box-head ul .active:hover {
	color: #EF5F21;
}
.address-content-box-head ul li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
	color: #757575;
}
.address-content-box-head ul li:hover {
	color:#000;
}
.address-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.address-content-box-body {
	text-align: center;
	margin: 2em 0;
}
.address-list {

}
.address-list-top {
	height: 3em;
	border: 1px solid #82c92f;
	padding: 0.8em 0;
	background: #82c92f;
	margin-top: 1em;
	border-radius: 4px 4px 4px 4px;
}
.address-list-top-left {
	float: left;
	width: 80%;
}
.address-list-top-left span {
	float: left;
	color: #fff;
}
.address-list-top-right {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 1em;
}
.address-list-top-right span {
	margin: 0 0.5em;
	cursor: pointer;
}
.address-list-top-right span:hover {
	color: #EF5F21;
}
.address-list-bottom {
	border: 1px solid #e0e0e0;
	margin-top: -1px;
	display: none;
	!height: 10em;
}
.address-list-bottom form {
	padding: 1em 2em;
}
.address-list-bottom form .selectcity {
	text-align: left;
}
.address-list-bottom form input[type="submit"],
.address-addnew-box form input[type="submit"],
.address-list-bottom form input[type="button"],
.address-addnew-box form input[type="button"],
.address-addnew input[type="button"]
{
	float: left;
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 1em;
	padding: 0.2em 2em;
	text-decoration: none;
	color: #757575;
	margin-right: 1em;
}
.address-list-bottom form input[type="submit"]:hover,
.address-addnew-box form input[type="submit"]:hover,
.address-addnew input[type="button"]:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
.address-list-bottom form input[type="button"]:hover,
.address-addnew form input[type="button"]:hover {
	border-color: #b0b0b0;
	background: #b0b0b0;
	color: #fff;
	transition: all .4s;
}
.address-addnew {
	margin: 2em 0;
}
.address-addnew-head {
	float: left;
	width: 100%;
}
.address-addnew-box {
	display: none;
	border: 1px solid #e0e0e0;
}
.address-addnew-box form {
	padding: 1em 2em;
}
.address-addnew-box form .selectcity {
	text-align: left;
}
/*** end address content box ***/

/*** favorite content box ***/
.favorite-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.favorite-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
}
.favorite-content-box-head ul .first {
	padding-left: 0;
}
.favorite-content-box-head ul .last {
	border-right: none;
}
.favorite-content-box-head ul .active {
	color: #EF5F21;
}
.favorite-content-box-head ul .active:hover {
	color: #EF5F21;
}
.favorite-content-box-head ul li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
	color: #757575;
}
.favorite-content-box-head ul li:hover {
	color:#000;
}
.favorite-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.favorite-content-box-body {
	text-align: center;
	margin: 4em 0;
}
.favorite-goods-list {

}
.favorite-goods-list ul {
	text-decoration: none;
	list-style-type: none;
}
.favorite-goods-list ul li {
	float: left;
	width: 33.3%;
	padding-bottom: 3em;
	border-bottom: 1px solid #e0e0e0;
}
.favorite-goods-list ul li p {
	margin: 0.3em 0;
	color: #757575;
	font-size: 0.9em;
}
.favorite-goods-list ul li p span {
	color:#EF5F21;
	font-size: 1.5em;
}
.favorite-goods-list ul li p a img {
	height: 150px;
	width: 150px;
}
.favorite-goods-list ul li h4 a {
	text-decoration: none;
	font-size: 0.8em;
	color: #000;
}
.favorite-goods-list ul li h4 a:hover {
	color: #EF5F21;
}
.favorite-goods-list ul li h5 {
	margin-top: 2em;
}
.favorite-goods-list ul li h5 .delete {
	padding: 0.6em 2.5em;
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 0.9em;
	text-decoration: none;
	color: #757575;
	transition: all .4s;
	margin: 0 0.5em;
}
.favorite-goods-list ul li h5 .addcart {
	padding: 0.6em 1.5em;
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 0.9em;
	text-decoration: none;
	color: #757575;
	transition: all .4s;
	margin: 0 0.5em;
}
.favorite-goods-list ul li h5 .addcart:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
.favorite-goods-list ul li h5 .delete:hover {
	border-color: #b0b0b0;
	background: #b0b0b0;
	color: #fff;
	transition: all .4s;
}
/*** end favorite content box ***/

/*** orderview content box ***/
.orderview-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.orderview-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
	width: 100%;
}
.orderview-content-box-head ul li {
	float: left;
	color: #000;
}
.orderview-content-box-head ul .right {
	float: right;
}
.orderview-content-box-head ul .right a {
	float: right;
	padding: 0.4em 1.5em;
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 0.9em;
	text-decoration: none;
	color: #757575;
	transition: all .4s;
	margin-left: 1em;
}
.orderview-content-box-head ul .right a:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
.orderview-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.orderview-content-box-body {
	text-align: center;
}
.orderview-tetail {

}
.order-summary {

}
.order-summary .order-status {
	text-align: left;
	margin: 1em 1em 1em 0;
	font-size: 1.5em;
	color: #757575;
}
.order-summary .order-status p {

}
.order-progress {
	height: 65px;
    margin-bottom: 15px;
}
.order-progress ul {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	border-radius: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #424242;
	background-color: #eee;

}
.order-progress ul .step {
	float: left;
	width: 20%;
	height: 20px;
}
.order-progress ul .step-active {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #83c44e;
	color: #fff;
}
.order-progress ul .step-done {
	background-color: #83c44e;
	color: #fff;
}
.order-progress ul .step-first {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.order-progress ul .step .datetime {
	margin-top: 15px;
	color: #757575;
}
.order-progress ul .step-last {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.order-goods-list {

}
.order-goods-list ul {
	list-style-type: none;
	padding: 1em;
	border: 1px solid #e0e0e0;
	margin-bottom: -1px;
}
.order-goods-list ul li {
	float: left;
	width: 25%;
	text-align: left;
	height: 80px;
}
.order-goods-list ul li p {
	margin-top: 2.2em;
	font-size: 1em;
}
.order-goods-list ul li img {
	height: 80px;
	width: 80px;
}
.order-delivery-detail {
	margin-top: 2em;
	display: block;
	margin-top: -1px;
	padding: 8px 20px;
	border: 1px solid #83c44e;
	font-size: 0.8em;
	display: none;
}
.order-delivery-detail p {
	text-align: left;
	width: 100%;
	margin: 1em 0 1em 1em;
	border-bottom: 1px solid #cfeeab;
	padding-bottom: 0.5em;
}
.order-delivery-detail ul {

}
.order-delivery-detail ul li {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	padding: 0.5em 3em;
	font-weight: 600;
}
.order-delivery-detail ul li .left {
	float:left;
	width: 30%;
}
.order-delivery-detail ul li .right {
	float:left;
	text-align: left;
	padding-left: 2em;
	width: 70%;
}
.check-delivery-detail {
	display: block;
	margin-top: -1px;
	margin-bottom: 20px;
	padding: 8px 20px;
	border: 1px solid #83c44e;
	text-align: center;
	color: #424242;
	cursor: pointer;
	text-decoration: none;
}
.orderview-address,
.orderview-pay-ship,
.orderview-invoice {
	margin: 1em 0;
	padding:1em 0;
	border-bottom: 1px solid #e0e0e0;
}
.orderview-address p,
.orderview-pay-ship p,
.orderview-invoice p
 {
	text-align: left;
	font-size: 1.2em;
}
.orderview-address ul {

}
.orderview-address ul li,
.orderview-pay-ship ul li,
.orderview-invoice ul li {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	padding: 0.5em 0;
	color: #757575;
}
.orderview-total {
	padding:1em 0;
}
.orderview-total ul {
	float: right;
	width: 25%;
	text-align: left
}
.orderview-total ul li {
	padding: 1em 0;
	text-decoration: none;
	list-style-type: none;
}
.orderview-total ul li span {
	float: right;
	color: #ff6700;
	font-size: 1.2em;
}
.orderview-total ul li p {
	padding: 1em 0;
}
.orderview-total .orderview-total-price {
	font-size: 1.8em;
	float: right;
	color: #ff6700;
	margin-top: -0.5em;
}
/*** end coupon content box ***/

/*** service content box ***/
.service-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.service-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
}
.service-content-box-head ul .first {
	padding-left: 0;
}
.service-content-box-head ul .last {
	border-right: none;
}
.service-content-box-head ul .active {
	color: #EF5F21;
}
.service-content-box-head ul .active:hover {
	color: #EF5F21;
}
.service-content-box-head ul li {
	float: left;
	color: #000;
}
.service-content-box-head ul li span {
	font-size: 1.2em;
	color: #ff6700;
}
.service-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.service-content-box-body {
	text-align: center;
	margin: 2em 0;
}
.service-type-select {
	padding: 1em 0;
}
.service-type-select .service-type-change {
	border: solid 1px #dfdfdf;
	color: #999;
	float: left;
	font-size: 1.5em;
	padding: 50px;
	text-align: center;
	width: 30%;
	margin-right: 1em;
	text-decoration: none;
	background: #fafafa;
	cursor: pointer;
}
.service-type-select .service-type-return {
	border: solid 1px #dfdfdf;
	color: #999;
	float: left;
	font-size: 1.5em;
	padding: 50px;
	text-align: center;
	width: 30%;
	text-decoration: none;
	background: #fafafa;
	cursor: pointer;
}
.service-type-select .service-type-change:hover,
.service-type-select .service-type-return:hover  {
	background: #f3f3f3;
}
.service-type-select .active {
	color: #333;
	border: solid 1px #F32F39;
	background: #fff;
	cursor: default;
}
.service-goods-list {
	margin: 1em 0;
}
.service-goods-list p {
	float: left;
	font-size: 1.2em;
	padding: 0.5em 0;
}
.service-goods-list span {
	float: right;
	font-size: 0.8em;
	color: #F32F39;
	padding-top: 0.1em;
	margin-left: 1em;
}
.service-goods-list-title {
	list-style-type: none;
	padding: 1.5em 0;
	margin-bottom: -1px;
	background: #82c92f;
	border-radius: 4px 4px 0 0;
	color: #fff;
	text-align: center;
}
.service-goods-list-title li {
	float: left;
	text-align: center;
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 1em;
}
.service-goods-list-item {
	list-style-type: none;
	padding: 1em;
	border: 1px solid #e0e0e0;
	margin-bottom: -1px;
}
.service-goods-list-item li {
	float: left;
	text-align: center;
	font-size: 0.8em;
}
.service-goods-list-item li p {
	margin-top: 2.5em;
	text-align: center;
	width: 100%;
	font-size: 1em;
}
.service-goods-list-item li img {
	height: 80px;
	width: 80px;
}
.service-goods-list-item li .decrement {
	cursor: pointer;
	background: url(/images/qty.png) 0 0 no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.service-goods-list-item li .increment {
	cursor: pointer;
	background: url(/images/qty.png) 0 -40px no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
}	
.service-goods-list-item li .disabled {
	cursor: default;
}
.service-change-qty,
.service-return-qty {
	background: #f2f2f2;
	border: 1px #e6e6e6 solid;
	color: #000;
	font-family: arial;
	height: 20px;
	line-height: 18px;
	margin: 2.8em 5px;
	text-align: center;
	vertical-align: 5px;
	width: 50px;
}
.service-form input[type="submit"] {
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 1em;
	padding: 0.6em 2em;
	text-decoration: none;
	color: #757575;
}
.service-form input[type="submit"]:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
/*** end service content box ***/

/*** addreview content box ***/
.addreview-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.addreview-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
}
.addreview-content-box-head ul .first {
	padding-left: 0;
}
.addreview-content-box-head ul .last {
	border-right: none;
}
.addreview-content-box-head ul .active {
	color: #EF5F21;
}
.addreview-content-box-head ul .active:hover {
	color: #EF5F21;
}
.addreview-content-box-head ul li {
	float: left;
	color: #000;
}
.addreview-content-box-head ul li span {
	font-size: 1.2em;
	color: #ff6700;
}
.addreview-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.addreview-content-box-body {
	float: left;
	width: 100%;
}
.addreview-left {
	float: left;
	width: 35%;
	margin: 2em 2em;
	text-align: center;
}
.addreview-left p {
	margin: 1em 0;
	font-size: 1em;
}
.addreview-left span {
	color: #ff6700;
	font-weight:600;
}
.addreview-left p span {
	color: #757575;
	font-size: 0.8em;
}
.addreview-left p img {
	height: 200px;
	width: 200px;
}
.addreview-right {
	float: right;
	width: 55%;
}
.addreview-goods-star {
	text-decoration: none;
	list-style-type: none;
	unicode-bidi: bidi-override;
	direction: rtl;
	float: left;
}
.addreview-goods-star li {
	font-family: FontAwesome;
	text-decoration: none;
	list-style-type: none;
	display: inline-block;
	position: relative;
	font-size: 2em;
	margin-right: 0.5em;
	color: #e0e0e0;
	cursor: pointer;
}
.addreview-goods-star li:hover,
.addreview-goods-star li:hover ~ li {
	color: transparent;
}
.addreview-goods-star li:hover:before,
.addreview-goods-star li:hover ~ li:before {
	content: "\f005";
	position: absolute;
	left: 0;
	color: gold;
}
.addreview-goods-star .current {
	color: gold;
}
.input-goods-star-display {
	width: 0px;
}
.addreview-star-info-list {
	float: left;
}
.addreview-star-info-list li {
	padding-top: 0.9em;
	list-style-type: none;
	display: none;
}
.addreview-star-info-list .current {
	display: block;
}
.addreview-form input[type="submit"] {
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 1em;
	padding: 0.6em 2em;
	text-decoration: none;
	color: #757575;
}
.addreview-form input[type="submit"]:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
/*** end addreview content box ***/

/*** reviewdetail content box ***/
.reviewdetail-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.reviewdetail-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
}
.reviewdetail-content-box-head ul .first {
	padding-left: 0;
}
.reviewdetail-content-box-head ul .last {
	border-right: none;
}
.reviewdetail-content-box-head ul .active {
	color: #EF5F21;
}
.reviewdetail-content-box-head ul .active:hover {
	color: #EF5F21;
}
.reviewdetail-content-box-head ul li {
	float: left;
	color: #000;
}
.reviewdetail-content-box-head ul li span {
	font-size: 1.2em;
	color: #ff6700;
}
.reviewdetail-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.reviewdetail-content-box-body {
	float: left;
	width: 100%;
}
.reviewdetail-left {
	float: left;
	width: 35%;
	margin: 2em 2em;
	text-align: center;
}
.reviewdetail-left p {
	margin: 1em 0;
	font-size: 1em;
}
.reviewdetail-left span {
	color: #ff6700;
	font-weight:600;
}
.reviewdetail-left p span {
	color: #757575;
	font-size: 0.8em;
}
.reviewdetail-left p img {
	height: 200px;
	width: 200px;
}
.reviewdetail-right {
	float: right;
	width: 55%;
	margin: 2em 0;
}
.reviewdetail-right p {
	font-size: 1.2em;
	color: #2CBE5A;
	font-weight: 600;
	margin: 0.5em 0;
}
.reviewdetail-right span {
	font-size: 0.8em;
}
.reviewdetail-right ul {
	float: left;
	!width: 100%;
	margin: 0.5em 0;
}
.reviewdetail-right ul li {
	text-decoration: none;
	list-style-type: none;
	float: left;
	display: inline-block;
	position: relative;
	font-size: 2em;
	margin-right: 0.5em;
	color: #e0e0e0;
}
.reviewdetail-right ul .current {
	color: gold;
}
.reviewdetail-right p span {
	color: #b0b0b0;
	font-size: 0.7em;
	font-weight: 400;
}
.reviewdetail-right .starinfo {
	float: left;
	margin: 0.5em 0;
}
.reviewdetail-right .starinfo li {
	text-decoration: none;
	list-style-type: none;
	display: inline-block;
	position: relative;
	font-size: 1em;
	color: #000;
	margin-top: 0.6em;
	display: none;
}
.reviewdetail-right .starinfo .current {
	display: block;
}
.reviewdetail-right div {
	margin-top: 2em;
}
.reviewdetail-right div a {
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 1em;
	padding: 0.8em 2em;
	text-decoration: none;
	color: #757575;
}
.reviewdetail-right div a:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
/*** end reviewdetail content box ***/

/*** accountmanage content box ***/
.accountmanage-content-box-head {
	border-bottom: 1px solid #e0e0e0;
	height: 7em;
}
.accountmanage-content-box-head ul {
	float: left;
	margin: 0;
	padding: 18px 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.25;
}
.accountmanage-content-box-head ul .first {
	padding-left: 0;
}
.accountmanage-content-box-head ul .last {
	border-right: none;
}
.accountmanage-content-box-head ul .active {
	color: #EF5F21;
}
.accountmanage-content-box-head ul .active:hover {
	color: #EF5F21;
}
.accountmanage-content-box-head ul li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
	color: #757575;
}
.accountmanage-content-box-head ul li a {
	color: #757575;
}
.accountmanage-content-box-head ul li a:hover {
	color:#000;
	text-decoration: none;
}
.accountmanage-content-box-head h3 {
	margin: 0.5em 0;
	font-size: 2em;
	color: #757575;
}
.accountmanage-content-box-body {
	text-align: center;
	margin: 4em 0;
}
.accountmanage-security {
	margin: 2em 0;
}
.accountmanage-security-title {
	padding-bottom: 3em;
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	text-align: left;
}
.accountmanage-security-title h4 {
	font-size: 1.6em;
	float: left;
}
.accountmanage-security-title p {
	color: #757575;
	float: left;
	padding-top: 0.1em;
}
.accountmanage-security-title p span {
	color: #F32F39;
	font-size: 1.6em;
	font-weight: 600;
	margin: 0 0.5em;
	float: left;
	margin-top: -0.25em;
}
.security-slider-bar {
	width: 40%;
	position: relative;
	display: inline-block;
	float: left;
	margin: 0.6em 1em 0 1em;
}
.security-slider-bar-bg {
	border: 1px solid #ddd;
	background: #e6e6e6;
	height: 4px;
	overflow: hidden;
}
.security-slider-bar-line {
	background: #F32F39;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.security-slider-bar-icon {
	display: inline-block;
	zoom: 1;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 200px;
	top: -6px;
	z-index: 2;
	background: url(/images/drag-ico.png) 0 0 no-repeat;
}
.accountmanage-security-item {

}
.accountmanage-security-item li {
	padding: 1em 0;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: -1px;
	text-decoration: none;
	list-style-type: none;
}
.accountmanage-security-item li .icon {
	font-size: 2em;
	color: #EF5F21;
	float: left;
	width: 10%;
	margin-top: 1em;
}
.accountmanage-security-item div {
	text-align: left;
	margin-top: 1.1em;
}
.accountmanage-security-item div span {
	color: #EF5F21;
}
.accountmanage-security-item div h4 i {
	display: none;
	font-size: 0.8em;
	font-weight: 500;
}
.accountmanage-security-item div p {
	padding: 1em 0;
	color: #757575;
	font-size: 0.9em;
}
.accountmanage-security-item div .active {
	color: #EF5F21;
	display: inline-block;
}
.accountmanage-security-item a {
	top: 3.5em;
	right: 2em;
	position: absolute;
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 0.9em;
	padding: 0.5em 3em;
	text-decoration: none;
	color: #757575;
}
.accountmanage-security-item a:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
.accountmanage-profile {

}
.accountmanage-profile-left {
	float: left;
	width: 25%;
	margin: 2em 2em;
	text-align: center;
}
.accountmanage-profile-left p {
	margin: 1em 0;
	font-size: 1em;
}
.accountmanage-profile-left span {
	color: #ff6700;
	font-weight:600;
}
.accountmanage-profile-left p span {
	color: #757575;
	font-size: 0.8em;
}
.accountmanage-profile-left p img {
	width: 100px;
	height: 100px;
	border: 2px solid #e3e3e3;
	border-radius: 50%;
	padding: 4px;
	background: #fff;
	position: relative;
	z-index: 4;
}
.accountmanage-profile-right {
	float: right;
	width: 65%;
}
.accountmanage-profile-form input[type="submit"] {
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 1em;
	padding: 0.6em 2em;
	text-decoration: none;
	color: #757575;
	float: left;
}
.accountmanage-profile-form input[type="submit"]:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
.accountmanage-changepwd {

}
.accountmanage-changepwd-form input[type="submit"] {
	border: 1px solid #b0b0b0;
	cursor: pointer;
	transition: all .4s;
	font-size: 1em;
	padding: 0.6em 2em;
	text-decoration: none;
	color: #757575;
	float: left;
}
.accountmanage-changepwd-form input[type="submit"]:hover {
	border-color: #EF5F21;
	background: #EF5F21;
	color: #fff;
	transition: all .4s;
}
/*** end accountmanage content box ***/



