@charset "UTF-8";
body {
	color: #333;
	background: #f7f7f7;
	font: 400 14px/1.5 "Microsoft YaHei", sans-serif;
	-webkit-user-select: inherit;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 58.5938px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

input,
select,
textarea {
	font-size: .26rem;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

a {
	color: #333;
	text-decoration: none;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

#iHeader {
	height: .78rem;
	background: #efefef;
	display: -webkit-box;
	position: fixed;
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	border-bottom: .01rem solid #cecece;
}

#iHeader h1 {
	font-size: .32rem;
	text-align: center;
	-webkit-box-flex: 1;
	line-height: .78rem;
}


/* CSS Document*/

.new-a-back img {
	display: block;
	width: 10px;
	margin: 12px 0 0 12px;
}

.main {
	padding-top: 15px;
	padding-bottom: 15px;
}

.main #frm_login {
	padding-right: 15px;
	padding-left: 15px;
}

.main .item {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	margin-top: 15px;
}

.main .item .txt-username,
.main .item .txt-password,
.main .item .txt-password_PwdTwo,
.main .item .txt-password_PwdThree,
.main .item .txt-captcha {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-left: 10px;
}

.main .item .txt-phone {
	text-indent: 80px;
}

.main .item .txt-input {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	color: #252525;
	font-size: 14px;
	height: 44px;
	width: 100%;
}

.main .item-username .input-close {
	right: 7px;
}

.main .item .input-close {
	cursor: pointer;
	display: block;
	height: 25px;
	position: absolute;
	top: 10px;
	width: 25px;
	background-attachment: scroll;
	background-image: url(../images/u_close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	z-index: 1;
}

.main .item-password .btn-off {
	background: url("../images/u_s1.png") no-repeat scroll 0 0 / 51px 35px;
}

.main .item-password .tp-btn {
	cursor: pointer;
	display: block;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 6px;
	width: 51px;
	z-index: 1;
}

.main .item-password .btn-on {
	background: url("../images/u_s2.png") no-repeat scroll 0 0 / 51px 35px;
}

.main .item-password .btn-off_PwdTwo {
	background: url("../images/u_s1.png") no-repeat scroll 0 0 / 51px 35px;
}

.main .item-password .tp-btn_PwdTwo {
	cursor: pointer;
	display: block;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 51px;
	z-index: 1;
}

.main .item-password .btn-on_PwdTwo {
	background: url("../images/u_s2.png") no-repeat scroll 0 0 / 51px 35px;
}

.main .item-password .btn-off_PwdThree {
	background: url("../images/u_s1.png") no-repeat scroll 0 0 / 51px 35px;
}

.main .item-password .tp-btn_PwdThree {
	cursor: pointer;
	display: block;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 51px;
	z-index: 1;
}

.main .item-password .btn-on_PwdThree {
	background: url("../images/u_s2.png") no-repeat scroll 0 0 / 51px 35px;
}

.main .item-login-option {
	font-size: 14px;
	margin-bottom: 5px;
	height: 30px;
}

.main .item-login-option .aoutlogin {
	float: left;
	margin-left: 10px;
	font-size: 12px;
	color: #666666;
}

.main .item-login-option .retrieve-password {
	float: right;
	text-align: right;
	width: 50%;
	margin-right: 10px;
}

.main .item-login-option .retrieve-password a {
	color: #4eabe8;
	font-size: 12px;
	text-decoration: none;
}

.main .item-login-other dt {
	color: #666;
	font-size: 12px;
	margin-bottom: 13px;
}

.main .item-login-other dd {
	margin: 0px;
}

.main .item-login-other dd .qq {
	width: 20%;
}

.main .item-login-other dd a {
	float: left;
}

.main .item-login-other dd a span {
	display: block;
	height: 40px;
	overflow: hidden;
	width: 40px;
}

.ui-btn-wrap {
	padding-top: 5px;
	padding-bottom: 10px;
}

.ui-btn-lg {
	cursor: pointer;
	border-radius: 5px;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border: none;
}

.ui-btn-primary {
	background-clip: padding-box;
	background-color: #4eabe8;
	border-color: #4eabe8;
	color: #fff;
	text-decoration: none;
}

.ui-btn-danger {
	background-clip: padding-box;
	background-color: #de3b8a;
	border-color: #de3b8a;
	color: #fff;
}

.ui-btn-danger:visited {
	background-clip: padding-box;
	background-color: #de3b8a;
	border-color: #de3b8a;
	color: #fff;
}

.main .item-captcha {
	margin-bottom: 10px;
}

.main .item-captcha .input-info {
	margin-bottom: 10px;
}

.main .item-captcha .input-close {
	right: 79px;
}

.main .item-captcha #captcha-img {
	border-left: 1px solid #d7d7d7;
	height: 25px;
	padding-left: 7px;
	position: absolute;
	right: 0;
	top: 9px;
	width: 79px;
}

.main .item-captcha .err-tips {
	color: #848689;
	font-size: 12px;
	margin: 13px 0 0px;
}

.main .item-captcha .err-tips a {
	color: #0052ce;
	text-decoration: none;
}

.register_verify {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.register_verify .ok_iocn {}

.register_verify h1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #f23436;
	margin-top: 20px;
}

.register_verify h2 {
	line-height: 50px;
	color: #333333;
	font-size: 14px;
}

.register_verify h3 {
	color: #333333;
	margin-bottom: 20px;
}

.register_verify p {
	margin-top: 20px;
}

.register_verify p a {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	margin-top: 10px;
}

.header {
	height: 44px;
	background: #efefef;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #cecece;
}

.new-a-back {
	height: 40px;
	position: absolute;
	width: 45px;
}

.header h2 {
	color: #7b7b7b;
	font-size: 16px;
	font-weight: normal;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-weight: bold;
}


/*shoppistrong*/

.shopList li {
	display: -webkit-box;
	padding: 10px;
	border-bottom: 1px solid #e4e3e5;
}

.carCell {
	-webkit-box-flex: 1;
}

.shopList img {
	display: block;
	width: 79px;
	height: 79px;
	border: 1px solid #dddcdc;
	margin: 0 10px;
}

.shopList {
	background: #fff;
	margin-top: 10px;
	border-top: 1px solid #e4e3e5;
}

.carName {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.Spinner {
	display: block;
	overflow: hidden;
	float: left;
}

.Spinner .Amount {
	width: 36px;
	height: 14px;
	padding: 4px 5px;
	line-height: 17px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d9d9d9;
	float: left;
	text-align: center;
	color: #565656;
	outline: 0;
	box-sizing: content-box;
}

.Spinner a {
	display: inline-block;
	width: 25px;
	height: 22px;
	border: 1px solid #d9d9d9;
	background-color: #f7f7f7;
	float: left;
	cursor: pointer;
	outline: 0;
}

.Spinner a i {
	font-style: normal;
	background: url(../images/BuynBtn.png) no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	margin: 8px;
	text-indent: 999999%;
	overflow: hidden;
}

.Spinner .Decrease i {
	background-position: -9px -9px;
}

.Spinner .Increase i {
	background-position: -9px -0px;
}

.Spinner .DisDe i {
	background-position: -0px -9px;
}

.Spinner .DisIn i {
	background-position: -0px -0px;
}

.carDel {
	float: right;
	width: 22px;
	height: 22px;
	background: url(../images/del.png) center no-repeat;
	background-size: contain;
}

.carOpt {
	height: 24px;
}

.shopList input[type=checkbox] {
	width: 16px;
	height: 16px;
}

.carInfo {
	position: fixed;
	height: 46px;
	background: #555;
	width: 100%;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	line-height: 46px;
	color: #d5d5d5;
}

.carInfo p {
	-webkit-box-flex: 1;
	font-size: 18px;
	color: #fff;
}

.carInfo a {
	display: block;
	background: #f15353;
	color: #fff;
	padding: 0 14px;
}

.ciCheck {
	margin: 0 10px;
}


/*user*/

.user_top {
	background-image: url(../images/headbg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	text-align: center;
	height: 120px;
}

.user_logo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}

.user_logo .img {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.user_logo .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.user_logo img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.user_info .user_name {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 35px;
}

.user_nav_list {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-left-color: #EBEBEB;
	background-color: #fff;
}


/*.w{background-color: #FFFFFF;float: left;min-width: 320px;width: 97%;margin-top: 1%;margin-right: 1.5%;margin-bottom: 1%;margin-left: 1.5%;}*/

.user_nav_list li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	height: 50px;
}

.user_nav_list a {
	display: block;
	color: #666666;
	text-decoration: none;
	width: 100%;
	float: left;
}

.user_nav_list .money {
	background-image: url(../images/iconfont-jiaofei.png);
	background-repeat: no-repeat;
}

.user_nav_list .u_nav_icon {
	float: left;
	margin-left: 2%;
	height: 30px;
	width: 30px;
	background-size: 90%;
	margin-top: 10px;
}

.user_nav_list .u_nav_name {
	float: left;
	margin-left: 1.5%;
	line-height: 50px;
	font-size: 15px;
}

.user_nav_list .nt_icon {
	background-image: url(../images/iconfont-jiantou.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	height: 50px;
	width: 32px;
	float: right;
	margin-right: 1%;
}

.user_nav_list .u_money {
	position: relative;
	font-size: 13px;
	color: #666666;
	line-height: 51px;
	float: right;
}

.user_nav_list .u_money i {
	color: #44C0F0;
	font-style: normal;
}

.login_out {
	text-align: center;
	padding: 16px;
}

.login_out a {
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	float: left;
	color: #FFFFFF;
	background-color: #44C0F0;
	width: 100%;
}

.login_out a span {
	height: 20px;
	width: 20px;
	position: relative;
	top: 4px;
	right: 5px;
}

.login_out a i {
	font-size: 15px;
	font-style: normal;
}

.login_out a span img {
	height: 18px;
	width: 18px;
}

.user_nav_list .dingdan {
	background-image: url(../images/iconfont-dingdan%20.png);
	background-repeat: no-repeat;
}

.user_nav_list .anquan {
	background-image: url(../images/iconfont-zhanghuanquan.png);
	background-repeat: no-repeat;
}

.infoList li {
	height: 42px;
	line-height: 42px;
	display: -webkit-box;
	padding: 0 12px;
	border-bottom: 1px solid #f3f3f3;
}

.infoList li>label {
	color: #a3a3a3;
	width: 80px;
	display: block;
}

.infoList li>input {
	-webkit-box-flex: 1;
	display: block;
	border: none;
	height: 42px;
	line-height: 42px;
	outline: none;
}

.infoList .infoItem1 {
	height: 80px;
	line-height: 80px;
}

.infoItem1 img {
	display: block;
	width: 60px;
	height: 60px;
	margin-top: 10px;
}

.infoList {
	background: #fff;
}

.infoBottom {
	height: 48px;
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 5px 10px;
}

.infoBottom button {
	height: 38px;
	display: block;
	background: #3ab5f1;
	color: #fff;
	border: none;
	width: 100%;
	font-size: 16px;
}

.infoItem2 span {
	padding: 0 5px;
}

.infoItem2 input {
	display: inline-block;
	margin-right: 4px;
}

.pwdBtn {
	display: block;
	width: 96%;
	margin: 20px auto;
	height: 38px;
	background: #3ab5f1;
	color: #fff;
	border: none;
	font-size: 16px;
}

.moneyTop {
	line-height: 80px;
	background: #fff;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.moneyBox ul {
	background: #fff;
	padding: 0 10px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.moneyBox li {
	display: -webkit-box;
	padding: 12px 0;
	border-bottom: 1px solid #f2f2f2;
	margin-top: -1px;
}

.moneyBox li div {
	-webkit-box-flex: 1;
}

.moneyBox li div p:nth-child(2) {
	color: #c5c5c5;
	margin-top: 10px;
	font-size: 12px;
}

.moneyBox p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.moneyBox li span {
	display: block;
	width: 80px;
	text-align: center;
	line-height: 49px;
	color: #e57836;
}

.moneyBox li span.o {
	color: #5db95e
}

.moneyBtn {
	display: -webkit-box;
	background: #fff;
	padding: 10px;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.moneyBtn button {
	display: block;
	height: 38px;
	-webkit-box-flex: 1;
	width: 1%;
	border: none;
	background: #5eb85e;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
}

.moneyBtn button:nth-child(2) {
	margin-left: 20px;
	background: #e6e6e6;
	color: #666;
	text-align: center;
	line-height: 38px;
}

.moneyBox {
	padding-bottom: 60px;
}

.couponNav {
	display: -webkit-box;
	height: 42px;
	line-height: 42px;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}

.couponNav li {
	-webkit-box-flex: 1;
	width: 1%;
	border-right: 1px solid #e2e2e2;
	text-align: center;
}

.couponNav .active a {
	color: #0f90d2;
}

.couponList a {
	display: block;
	background: #fff;
}

.clTop {
	height: 70px;
	padding-top: 20px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background: url(../images/bg6.jpg) left bottom repeat-x #fa6900;
	background-size: 14px;
	display: -webkit-box;
}

.clTop img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 0 10px;
}

.clTop p {
	line-height: 50px;
	text-overflow: ellipsis;
	height: 50px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	-webkit-box-flex: 1;
	margin-right: 10px;
}

.couponList {
	padding: 12px 12px 60px;
}

.clBottom {
	color: #999;
	display: -webkit-box;
	padding: 10px;
}

.clBottom span {
	display: block;
	-webkit-box-flex: 1;
}

.clBottom span:nth-child(2) {
	text-align: right;
}

.couponList li {
	margin-bottom: 16px;
}

.user_nav_list .tixian {
	background-image: url(../images/iconfont-wiappquxianguanli.png);
	background-repeat: no-repeat;
}

.orderList {
	background: #fff;
	margin-top: 10px;
	border-top: 1px solid #e1e1e1;
}

.orderList li {
	display: -webkit-box;
	padding: 10px;
	line-height: 24px;
	border-bottom: 1px solid #e1e1e1;
}

.orderList img {
	display: block;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.orderList li > div {
	-webkit-box-flex: 1;
	line-height: 1;
	padding-top: 10px;
}

.orderList li > div p:nth-child(2) {
	color: #999;
	font-size: 12px;
	margin: 8px 0;
}

.orderList li > div>a {
	display: block;
	height: 26px;
	background: #cd3935;
	color: #fff;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
	width: 80px;
}


/*订单详情*/

.kd_status {
	line-height: 51px;
	position: relative;
	background-color: #fff;
	margin: 10px 10px 0;
	border-bottom: #e4e4e4 solid 1px;
	padding: 10px 25px;
}

.kd_status span.leixing {
	background: url(../images/buykd_bg.png) no-repeat 0px -45px;
	background-size: 18px;
	padding-left: 20px;
}

.kd_status span.order {
	background: url(../images/buykd_bg.png) no-repeat 0px -84px;
	background-size: 18px;
	padding-left: 20px;
}

.kd_status span {
	display: block;
	line-height: 25px;
	color: #707070;
}

.kd_status span em {
	color: #d93229;
}

.kd_status span i {
	color: #323232;
	font-size: 14px;
	font-style: normal;
}

.kd_wrap {
	background-color: #fff;
	padding: 8px 25px;
	margin: 0px 2px;
}

.section {
	padding: 12px 8px 0;
}

.kd_title {
	height: 30px;
	line-height: 20px;
}

.kd_wrap p span {
	font-size: 14px;
}

#kd_telephone {
	background: url(../images/buykd_bg.png) no-repeat 13px 1px;
	background-size: 18px;
	padding-left: 30px;
}

#kd_tele,
#comeFindMe,
#kd_telephone {
	color: #3b7dc1;
}

.kd_line {
	padding: 5px 0;
	border-bottom: 1px solid #e3e3e3;
}

.kd_tle {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#kd_detail {
	border-top: #e3e3e3 solid 1px;
	padding-top: 10px;
}

.nobor1 {
	display: inline-block;
	width: 65%;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nobor2 {
	display: inline-block;
	width: 34%;
	text-align: right;
}

.t_hide {
	text-indent: -9999px;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

.hd_tle {
	font-size: 16px;
}

.c_txt {
	text-align: center;
}

.r_txt {
	text-align: right;
}

.kd_tle {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.over_hidden {
	overflow: hidden;
}

.left {
	float: left;
}

#o_ul {
	overflow: hidden;
}

.o_li {
	padding: 10px 0;
	border-top: 1px solid #e3e3e3;
	position: relative;
	top: -1px;
}

.o_a {
	color: #707070;
	line-height: 26px;
}

.o_img {
	border: 1px solid #e3e3e3;
}

.o_a>p {
	margin-left: 70px;
}

.o_pri {
	color: #d93229;
	margin-right: 4px;
}

#kd_loaded_times p,
#kd_refund_info p {
	border-bottom: #e3e3e3 solid 1px;
	height: 50px;
	line-height: 50px;
	color: #707070;
}

.address-list li {
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #ddd;
}

.address-list h4 {
	margin-bottom: 5px;
	color: #222;
	font-weight: bold;
}

.address-list .username {
	margin-right: 30px;
}

.address {
	color: #8e8e93;
	margin-bottom: 5px;
}

.manage-address {
	text-align: right;
}

.manage-address a {
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #98989f;
	border: 1px solid #98989f;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
}

.add-address {
	height: 30px;
	line-height: 30px;
	display: block;
	background: url(../images/iconfont-jiantou.png) 98% center no-repeat;
	background-size: 24px;
}

.order_item_lists {
	padding-bottom: 10px;
}

.order_item_lists div {
	display: block;
	margin: 5px;
	float: left;
	text-align: center;
}

.order_item_lists:after,
.order_service_oper dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.order_service_oper dl dt,
.order_service_oper dl dd {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
}

.order_service_oper dl dd {
	padding-top: 3px;
}

.xinda-btn {
	cursor: pointer;
	border-radius: 3px;
	display: inline-block !important;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	width: auto;
	background-color: #BDC3C7;
	text-align: center;
	text-decoration: none;
	border: none;
}

.xinda-btn:active {
	background-color: #95A5A6;
}

.xinda-btn:disabled,
.xinda-btn:active:disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.xinda-btn-primary {
	background-color: #3498DB;
	color: #fff;
}

.xinda-btn-primary:active {
	background-color: #2980B9;
	color: #fff;
}

.xinda-btn-second {
	background-color: #1ABC9C;
	color: #fff;
}

.xinda-btn-second:active {
	background-color: #16A085;
	color: #fff;
}

.xinda-btn-danger {
	background-color: #E74C3C;
	color: #fff;
}

.xinda-btn-danger:active {
	background-color: #E74C3C;
	color: #fff;
}

.hidden,
.none {
	display: none;
}

.order-service-pic-body {
	height: 90px;
}

.order-service-pic-box {
	margin-right: 5px;
}

.order-service-pic-box a {
	display: block;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.title_right {
	display: block;
	width: .78rem;
	height: .78rem;
	padding-top: .46rem;
	background-size: .27rem .26rem;
	font-size: .2rem;
	color: #44c0f0;
	text-align: center;
	box-sizing: border-box;
}


/*星星评论*/

/*.rev_pro li {
	line-height: 20px;
	height: 20px;
}

.rev_pro li .revtit {
	text-align: right;
	display: block;
	float: left;
	margin-right: 10px;
	width: 70px;
}*/

.xinda-star {
	float: left;
	display: inline;
}

.xinda-star-star .xinda-star-icon {
	cursor: pointer;
	float: left;
	background-image: url("../images/star.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-position: -21px 0px;
}

.xinda-star-star.xinda-star-show .xinda-star-icon{
	cursor:default !important;
}

.xinda-star-icon.star-fill {
	background-position: 0px 0px;
}

.level .level_hollow {
	background-position: -21px 0px;
}

.xinda-star-star .xinda-star-text {
	padding-left: 20px;
}