@charset "utf-8";

* {
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-ms-tap-highlight-color: rgba(0,0,0,0)
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

img {
	border: 0 none;
	vertical-align: top
}

ol,ul {
	list-style: none
}

input,select,button,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-family: inherit
}

input[type=button],input[type=submit],textarea,select,button {
	-webkit-appearance: none;
	border-radius: 0
}

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

address,cite,dfn,em,var,i {
	font-style: normal
}

strong {
	font-weight: 700
}

s {
	text-decoration: none
}

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

a:visited {
	color: #666
}

body {
	margin: 0 auto;
	min-width: 320px;
	max-width: 640px;
	height: 100%;
	font-size: 13px;
	font-family: Helvetica,STHeiti STXihei,Microsoft YaHei,Arial;
	line-height: 1.5;
	color: #666;
	-webkit-text-size-adjust: 100%!important;
	background-color: #e5e5e5
}

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

.g-f12 {
	font-size: 12px
}

.g-f14 {
	font-size: 14px
}

.g-fw {
	font-weight: 700
}

.g-fl {
	float: left
}

.g-fr {
	float: right
}

.g-al {
	text-align: left
}

.g-ar {
	text-align: right
}

.g-am {
	text-align: center
}

.g-pt10 {
	padding-top: 10px
}

.g-pl10 {
	padding-left: 10px
}

.g-mt10 {
	margin-top: 10px
}

.g-ml10 {
	margin-left: 10px
}

.g-tip {
	position: fixed;
	z-index: 10;
	top: 40%;
	right: 50%
}

.g-tip .box {
	position: relative;
	top: -50%;
	left: 50%;
	color: #F2F2F2;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	text-align: center;
	opacity: .8;
	background-color: #000;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.g-tip.hide {
	display: none
}

.g-loading {
	position: fixed;
	z-index: 10;
	top: 40%;
	left: 50%;
	width: 60px;
	height: 60px
}

.g-loading:after {
	content: '';
	display: block;
	position: relative;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
	opacity: .8;
	border-radius: 8px;
	background: #000 url(../../images/tm/ico-loading-v2.gif) 10px 10px no-repeat;
	background-size: 40px 40px
}

.g-loading.hide {
	display: none
}

.mod-bar {
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 15px;
	background-color: #ff5722;
	background-color: #5422ff;
	position: relative;
	text-align: center
}

.mod-bar a.logo {
	width: 80px;
	text-align: center;
	display: block;
	margin: auto;
	padding: 12px;
	height: 18px
}

.mod-bar a.logo img {
	vertical-align: top
}

.mod-bar span.choose-city,.mod-bar a.l-member,.mod-bar a.r-member,.mod-bar a.l-home,.mod-bar a.r-home,.mod-bar a.back,.mod-bar a.text {
	position: absolute;
	height: 30px;
	line-height: 30px;
	margin-top: 6px;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 15px;
	background: url(../../images/tm/common-bg.png) right 10px no-repeat;
	background-size: 80px 243px
}

.mod-bar span.choose-city {
	margin-left: 10px;
	padding-right: 18px
}

.mod-bar a.l-member {
	width: 46px;
	display: block;
	background-position: -42px -24px
}

.mod-bar a.r-member {
	left: auto;
	right: 0;
	width: 46px;
	display: block;
	background-position: -42px -24px
}

.mod-bar a.text {
	padding: 0 10px;
	left: auto;
	right: 0;
	background: 0 0
}

.mod-bar a.l-home {
	width: 40px;
	display: block;
	line-height: 80px;
	padding: 0 10px;
	overflow: hidden;
	background: url(../../images/tm/i-home.png) center center no-repeat;
	background-size: 23px 22px
}

.mod-bar a.r-home {
	width: 40px;
	display: block;
	line-height: 80px;
	padding: 0 10px;
	left: auto;
	right: 0;
	overflow: hidden;
	background: url(../../images/tm/i-home.png) center center no-repeat;
	background-size: 23px 22px
}

.mod-bar a.back {
	width: 44px;
	display: block;
	line-height: 80px;
	padding: 0 10px;
	overflow: hidden;
	background: url(../../images/tm/i-back.png) 6px center no-repeat;
	background-size: 23px 22px
}

.mod-city-pop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	opacity: 0
}

.mod-city-pop.show {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1
}

.mod-city-pop div.title {
	background-color: #F2F2F2;
	height: 38px;
	line-height: 38px
}

.mod-city-pop div.title a.close {
	float: right;
	padding: 0 15px
}

.mod-city-pop div.search {
	position: relative;
	padding: 0 30px
}

.mod-city-pop div.search input {
	width: 100%;
	margin: 10px 0;
	border-radius: 30px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding: 3px 0;
	font-size: 14px;
	border: 1px solid #999;
	outline: 0
}

.mod-city-pop div.search ul {
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}

.mod-city-pop div.search li {
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6
}

.mod-city-pop div.search li a {
	color: #666;
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 14px
}

.mod-city-pop div.search li.none {
	text-align: center;
	padding: 8px;
	font-size: 14px
}

.mod-city-pop dl dt {
	background-color: #f2f2f2;
	padding: 4px 20px;
	color: #ee5554;
	font-size: 14px
}

.mod-city-pop dl dd {
	width: 33.3%;
	float: left
}

.mod-city-pop dl dd a {
	display: block;
	padding: 8px 0;
	text-align: center;
	font-size: 14px
}

.mod-city-pop dl:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block
}

.mod-footer {
	text-align: center;
	padding: 25px 0 40px
}

.mod-footer a {
	border-left: 1px solid #666;
	margin-left: 10px;
	padding-left: 10px
}

.mod-footer a.first {
	padding-left: 0;
	margin-left: 0;
	border-left: 0
}

.mod-footer p {
	padding-top: 5px
}

.mod-container.hidden {
	overflow-y: hidden;
	margin-bottom: 0
}

@-webkit-keyframes stretchdelay {
	0%,40%,100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes stretchdelay {
	0%,40%,100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

#voice {
	color: #016ae0;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	text-align: left
}

.code_text {
	padding-left: 10px;
	padding-top: 10px
}

.mod-login .login-info {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px
}

.mod-login .login-info li {
	margin: 0 10px;
	border-top: 1px solid #f1f1f1;
	padding: 10px 0
}

.mod-login .login-info li:first-of-type {
	border-top: 0
}

.mod-login .login-info li input.text {
	width: 100%;
	border: 0;
	outline: 0;
	background: url(../../images/tm/user-icon.png) 4px 2px no-repeat;
	background-size: 12px 130px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.mod-login .login-info li:last-child {
	position: relative
}

.mod-login .login-info li:last-child input.text {
	background-position: 4px -60px
}

.mod-login div.btn {
	text-align: center;
	padding-top: 10px
}

.mod-login div.btn input {
	background-color: #ff5722;
	width: 95%;
	color: #fff;
	border: 0;
	padding: 10px 0;
	border-radius: 4px
}

.mod-login div.links {
	padding: 10px 15px
}

.mod-login div.links a {
	color: #069
}

.mod-register .register-info {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px
}

.mod-register .register-info li {
	margin: 0 10px;
	border-top: 1px solid #f1f1f1;
	padding: 10px 0;
	position: relative
}

.mod-register .register-info li:first-of-type {
	border-top: 0
}

.mod-register .register-info li input.text {
	width: 100%;
	border: 0;
	outline: 0;
	background: url(../../images/tm/user-icon.png) 4px 2px no-repeat;
	padding-left: 20px;
	background-size: 12px 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.mod-register .register-info li input.i-user {
	background-position: 4px 2px
}

.mod-register .register-info li input.i-phone {
	background-position: 4px -19px
}

.mod-register .register-info li input.i-code {
	background-position: 4px -40px
}

.mod-register .register-info li input.i-pwd {
	background-position: 4px -60px
}

.mod-register .register-info li input.i-card {
	background-position: 4px -80px
}

.mod-register .register-info li input.i-money {
	background-position: 4px -102px
}

.mod-register .register-info li span.i-card {
	background: url(../../images/tm/user-icon.png) 4px 2px no-repeat;
	padding-left: 20px;
	background-size: 12px 130px;
	background-position: 4px -80px;
	color: #0965b2
}

.mod-register .register-info li input.btn-code {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 39px;
	color: #fff;
	padding: 0 10px;
	background-color: #0965b2;
	border: 0
}

.mod-register div.btn {
	text-align: center;
	padding-top: 10px
}

.mod-register div.btn input {
	background-color: #0965b2;
	width: 95%;
	color: #fff;
	border: 0;
	padding: 10px 0;
	border-radius: 4px
}

.mod-register div.btn input.resent {
	color: #fff;
	background-color: #999
}

.mod-register div.btn input.disabled {
	color: #fff;
	background-color: #BCBCBC
}

.mod-register div.b-info {
	padding: 20px 10px;
	font-size: 12px;
	text-shadow: 1px 1px #fff
}

.mod-register div.b-info p.tip {
	color: red;
	font-weight: 700;
	padding: 0 0 5px 5px
}

.mod-register div.b-info ol {
	list-style-type: decimal;
	padding-left: 24px
}

.mod-register div.b-info li {
	color: #666;
	padding-bottom: 4px
}

.mod-register div.b-info li p {
	color: #333
}

.mod-usercenter .user-info {
	background: url(../../images/tm/usercenter-bg.png) no-repeat;
	background-size: 100% 93px;
	height: 93px
}

.mod-usercenter .user-info span.face {
	margin: 14px 0 0 30px;
	float: left;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 61px;
	height: 61px;
	overflow: hidden
}

.mod-usercenter .user-info span.face span.face-box {
	width: 47px;
	height: 47px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 5px;
	display: block;
	overflow: hidden
}

.mod-usercenter .user-info span.face img {
	width: 47px;
	height: 47px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden
}

.mod-usercenter .user-info .r {
	text-shadow: 1px 1px #fff;
	color: #0f5d9e;
	padding: 24px 0 0 110px;
	font-size: 15px
}

.mod-usercenter .user-info .r p {
	color: #333;
	font-size: 14px;
	padding-top: 4px
}

.mod-usercenter .user-info .r p em {
	color: #df3031;
	padding-right: 2px
}

.mod-usercenter .list-info ul {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0
}

.mod-usercenter .list-info ul li {
	margin: 0 10px;
	border-top: 1px solid #f1f1f1;
	background: url(../../images/tm/i-arr-r.png) 98% center no-repeat;
	background-size: 8px 13px
}

.mod-usercenter .list-info ul li a {
	font-size: 15px;
	display: block;
	background: url(../../images/tm/usercenter-icon-v2.png) no-repeat;
	background-size: 28px 336px;
	padding: 14px 0 14px 35px
}

.mod-usercenter .list-info ul li a.i-sale {
	background-position: 0 12px
}

.mod-usercenter .list-info ul li a.i-account {
	background-position: 0 -40px
}

.mod-usercenter .list-info ul li a.i-coupon {
	background-position: 0 -91px
}

.mod-usercenter .list-info ul li a.i-coupon i {
	width: 8px;
	height: 8px;
	margin: 8px 28px 0 0;
	float: right;
	background-color: #e91a1a;
	border-radius: 50%
}

.mod-usercenter .list-info ul li a.i-pwd {
	background-position: 0 -142px
}

.mod-usercenter .list-info ul li a.i-phone {
	background-position: 0 -194px
}

.mod-usercenter .list-info ul li a.i-phone span {
	color: #ccc;
	padding-left: 10px
}

.mod-usercenter .list-info ul li a.i-about {
	background-position: 0 -246px
}

.mod-usercenter .list-info ul li a.i-service {
	background-position: 0 -298px
}

.mod-usercenter .list-info ul li a.i-service span {
	color: #0965b2;
	padding-left: 10px
}

.mod-usercenter .list-info ul li a.i-problem {
	background: url(../../images/tm/problem-icon.png) no-repeat 0 8px;
	font-size: 15px;
	display: block;
	background-size: 28px 28px
}

.mod-usercenter .list-info ul li:first-of-type {
	border-top: 0
}

.mod-usercenter div.btn {
	text-align: center;
	margin: 15px 0 60px
}

.mod-usercenter div.btn a {
	background-color: #f95554;
	display: inline-block;
	width: 95%;
	color: #fff;
	padding: 10px 0;
	border-radius: 4px
}

.mod-mysale .mysale-tabs {
	border-top: 1px solid #ddd;
	font-size: 15px;
	background-color: #fff
}

.mod-mysale .mysale-tabs li {
	line-height: 40px;
	float: left;
	text-align: center;
	width: 33.3%
}

.mod-mysale .mysale-tabs li a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #ddd
}

.mod-mysale .mysale-tabs li a span {
	padding-left: 4px
}

.mod-mysale .mysale-tabs li a span em {
	padding: 0 2px
}

.mod-mysale .mysale-tabs li.selected {
	width: 33.4%
}

.mod-mysale .mysale-tabs li.selected a {
	color: #0965b2;
	border-bottom: 1px solid #ff5722
}

.mod-mysale .mysale-list li {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ff5722;
	margin: 10px 0;
	border-radius: 0px 0px 25px 0px;
	padding: 0 10px
}

.mod-mysale .mysale-list li h4 {
	font-weight: 400;
	color: #333;
	line-height: 34px;
	border-bottom: 1px solid #f1f1f1
}

.mod-mysale .mysale-list li h4 span {
	color: #999;
	float: right;
	font-size: 11px
}

.mod-mysale .mysale-list li h4.light {
	color: #f95554
}

.mod-mysale .mysale-list li p.title {
	color: #333;
	padding: 10px 0 6px;
	margin: 0 4px
}

.mod-mysale .mysale-list li p.des {
	color: #999;
	font-size: 10px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 8px;
	margin: 0 4px
}

.mod-mysale .mysale-list li div.operate {
	margin: 0 4px;
	position: relative;
	border-bottom: 1px solid #f1f1f1
}

.mod-mysale .mysale-list li div.operate a.btn {
	position: absolute;
	right: 0;
	top: 12px;
	background-color: #0965b2;
	border: 0;
	padding: 10px 25px;
	border-radius: 20px;
	color: #fff
}

.mod-mysale .mysale-list li div.operate a.btn.btn-expire {
	color: #f1f1f1;
	background-color: #8BC34A
}

.mod-mysale .mysale-list li div.operate a.btn.btn-finish {
	background-color: #6c0
}

.mod-mysale .mysale-list li div.operate span.money {
	float: left;
	font-size: 24px;
	color: #ff4946;
	margin: 16px 0 11px;
	font-family: "Microsoft Yahei"
}

.mod-mysale .mysale-list li div.operate span.money em {
	font-size: 14px;
	float: left;
	margin-top: 10px
}

.mod-mysale .mysale-list li div.operate span.money span {
	float: left
}

.mod-mysale .mysale-list li div.operate i {
	float: left;
	width: 39px;
	height: 15px;
	overflow: hidden;
	line-height: 100px;
	background: url(../../images/tm/index-bg.png) no-repeat;
	background-size: 39px 90px;
	margin: 26px 0 0 5px
}

.mod-mysale .mysale-list li div.info {
	padding-bottom: 10px;
	margin: 0 4px
}

.mod-mysale .mysale-list li div.info dt {
	color: #333;
	padding: 10px 0
}

.mod-mysale .mysale-list li div.info dt.enfold {
	position: relative
}

.mod-mysale .mysale-list li div.info dt.enfold:after {
	position: absolute;
	right: 5px;
	top: 14px;
	content: '';
	display: block;
	width: 11px;
	height: 7px;
	background: url(../../images/tm/i-arr.png) no-repeat;
	background-size: 11px 7px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: rotate3d(0,0,1,180deg);
	-moz-transform: rotate3d(0,0,1,180deg);
	-ms-transform: rotate3d(0,0,1,180deg);
	-o-transform: rotate3d(0,0,1,180deg);
	transform: rotate3d(0,0,1,180deg)
}

.mod-mysale .mysale-list li div.info dd {
	color: #333;
	padding: 0 0 6px
}

.mod-mysale .mysale-list li div.info dd span {
	color: #999
}

.mod-mysale .mysale-list li div.info dd a.btn {
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-left: 2%;
	background-color: #f95554;
	float: left;
	color: #fff;
	padding: 10px 0;
	border-radius: 4px;
	text-align: center
}

.mod-mysale .mysale-list li div.info dd a.rcode-btn {
	margin-left: 0;
	margin-right: 2%;
	background-color: #6c0
}

.mod-mysale .mysale-list li div.info dd a.rcode-btn span {
	padding-left: 30px;
	color: #fff;
	background: #6c0 url(../../images/tm/act-icon.png) 4px -177px no-repeat;
	background-size: 33px 230px
}

.mod-mysale .mysale-list li div.info dd a.disabled-btn {
	color: #f1f1f1;
	background-color: #ccc
}

.mod-mysale .mysale-list li div.info.enfold-close {
	height: 30px;
	overflow: hidden
}

.mod-mysale .mysale-list li div.info.enfold-close dt.enfold:after {
	-webkit-transform: rotate3d(0,0,1,0deg);
	-moz-transform: rotate3d(0,0,1,0deg);
	-ms-transform: rotate3d(0,0,1,0deg);
	-o-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg)
}

.mod-mysale div.b-info {
	padding: 20px 10px;
	font-size: 12px;
	text-shadow: 1px 1px #fff
}

.mod-mysale div.b-info p.tip {
	color: #f95554;
	font-weight: 700;
	padding: 0 0 5px 5px
}

.mod-mysale div.b-info ol {
	padding-left: 24px;
	list-style-type: decimal
}

.mod-mysale div.b-info li {
	color: #666;
	padding-bottom: 4px
}

.mod-moneylist .cash {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px
}

.mod-moneylist .cash em {
	color: red
}

.mod-moneylist .cash a {
	color: #fff;
	margin-top: -4px;
	float: right;
	padding: 4px 20px;
	border-radius: 15px;
	background-color: #0965b2
}

.mod-moneylist .list {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	background-color: #fff;
	padding: 0 10px
}

.mod-moneylist .list li {
	border-top: 1px solid #f1f1f1
}

.mod-moneylist .list li p.type {
	margin: 8px 0 0
}

.mod-moneylist .list li p.type span {
	font-size: 10px;
	color: #999;
	float: right
}

.mod-moneylist .list li p.money {
	font-size: 10px;
	color: #999;
	padding: 4px 0 8px
}

.mod-moneylist .list li p.money span {
	font-size: 12px;
	color: #333;
	float: right
}

.mod-moneylist .list li.income p.type {
	padding-left: 14px;
	background: url(../../images/tm/income.png) 0 3px no-repeat;
	background-size: 12px 12px
}

.mod-moneylist .list li.income p.money span {
	color: #c00
}

.mod-moneylist .list li.expend p.type {
	padding-left: 14px;
	background: url(../../images/tm/expend.png) 0 3px no-repeat;
	background-size: 12px 12px
}

.mod-moneylist .list li:first-of-type {
	border-top: 0
}

.mod-moneylist .list li.none {
	text-align: center;
	line-height: 100px
}

.mod-about .about {
	padding: 20px 14px;
	margin-top: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	word-wrap: break-word
}

.mod-about .about img {
	vertical-align: top;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	max-width: 100%
}

.mod-about .about p {
	padding-bottom: 10px;
	word-wrap: break-word;
	text-indent: 2em
}

.mod-about .about div.rcode {
	text-align: center
}

.mod-about .about div.rcode img {
	width: 111px;
	margin: 10px auto
}

.mod-about .about div.rcode div {
	text-align: center
}

.cash-list {
	padding: 20px 0 15px 30px
}

.cash-list a {
	font-size: 14px;
	color: #0965b2;
	text-decoration: underline
}

.mod-cash-list .list {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	background-color: #fff;
	padding: 0 10px
}

.mod-cash-list .list li {
	border-top: 1px solid #f1f1f1;
	padding: 8px 0 4px
}

.mod-cash-list .list li p.title em {
	color: #c00
}

.mod-cash-list .list li p.type {
	font-size: 10px;
	padding: 4px 0
}

.mod-cash-list .list li p.type em {
	color: #0965b2
}

.mod-cash-list .list li p.type em.error {
	color: #c00
}

.mod-cash-list .list li p.type em.success {
	color: #349834
}

.mod-cash-list .list li p.type span {
	color: #999;
	float: right
}

.mod-cash-list .list li p.sec {
	color: #999;
	font-size: 10px
}

.mod-cash-list .list li:first-of-type {
	border-top: 0
}

.mod-cash-list .list li.none {
	text-align: center;
	line-height: 100px
}

.mod-coupon {
	padding: 15px 10px
}

.mod-coupon li {
	background: url(../../images/tm/i-coupon.png) repeat-y;
	background-size: 100% auto;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px
}

.mod-coupon li .l {
	color: #999;
	width: 70%;
	padding: 14px 0 8px
}

.mod-coupon li .l p {
	padding: 0 0 6px 15px
}

.mod-coupon li .l p.price {
	color: #666
}

.mod-coupon li .l p.price-red {
	color: #e91a1a
}

.mod-coupon li .l em {
	color: #fff;
	background-color: #a2a2a2;
	padding: 3px 4px;
	border-radius: 4px
}

.mod-coupon li .l em.red {
	background-color: #e91a1a
}

.mod-coupon li .r {
	color: #494949;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	padding-top: 25px;
	position: relative
}

.mod-coupon li .r p {
	padding-bottom: 10px
}

.mod-coupon li .r p.date {
	color: #c9c9c9
}

.mod-coupon li .r p.red {
	color: #e91a1a
}

.mod-coupon li .r i {
	position: absolute;
	left: 20%;
	bottom: 5px;
	width: 52px;
	height: 38px;
	display: block;
	line-height: 100px;
	overflow: hidden
}

.mod-coupon li .r i.i-expire {
	background: url(../../images/tm/i-expire.png) no-repeat;
	background-size: 52px 38px
}

.mod-coupon li .r i.i-used {
	background: url(../../images/tm/i-used.png) no-repeat;
	background-size: 52px 38px
}

.mod-coupon li .b {
	color: #888;
	background-color: #e9e9e9;
	border: 1px solid #dbdbdb;
	border-bottom: 0;
	margin-right: 1px;
	padding: 2px 0 2px 14px
}

.mod-register .register-info {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px
}

.mod-register .register-info li {
	margin: 0 10px;
	border-top: 1px solid #f1f1f1;
	padding: 10px 0;
	position: relative
}

.mod-register .register-info li:first-of-type {
	border-top: 0
}

.mod-register .register-info li span.select-box {
	position: relative;
	display: block
}

.mod-register .register-info li span.select-box:after {
	position: absolute;
	content: ".";
	display: block;
	right: 5px;
	top: 8px;
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-width: 5px;
	border-color: #666 transparent transparent;
	overflow: hidden
}

.mod-register .register-info li input.text,.mod-register .register-info li select.text {
	width: 100%;
	border: 0;
	outline: 0;
	background: url(../../images/tm/user-icon.png) 4px 2px no-repeat;
	padding-left: 20px;
	background-size: 12px 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.mod-register .register-info li input.i-user {
	background-position: 4px 2px
}

.mod-register .register-info li input.i-phone {
	background-position: 4px -19px
}

.mod-register .register-info li input.i-code {
	background-position: 4px -40px
}

.mod-register .register-info li select.i-code {
	background-position: 4px -40px
}

.mod-register .register-info li input.i-pwd {
	background-position: 4px -60px
}

.mod-register .register-info li input.i-card {
	background-position: 4px -80px
}

.mod-register .register-info li input.i-money {
	background-position: 4px -102px
}

.mod-register .register-info li span.i-card {
	background: url(../../images/tm/user-icon.png) 4px 2px no-repeat;
	padding-left: 20px;
	background-size: 12px 130px;
	background-position: 4px -80px;
	color: #0965b2
}

.mod-register .register-info li input.btn-code {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 39px;
	color: #fff;
	padding: 0 10px;
	background-color: #0965b2;
	border: 0
}

.mod-register .register-info li.select {
	margin: 0 10px;
	padding: 11px 0;
	background: url(../../images/tm/i-arr.png) 98% center no-repeat;
	background-size: 11px 7px
}

.mod-register .register-info li.select:first-of-type {
	border-top: 0
}

.mod-register .register-info li.select span {
	color: #A9A9A9
}

.mod-register .register-info li.select span.selected {
	color: #333
}

.mod-register div.btn {
	text-align: center;
	padding-top: 10px
}

.mod-register div.btn input,.mod-register div.btn a {
	background-color: #ff5722;
	width: 95%;
	display: inline-block;
	color: #fff;
	border: 0;
	padding: 10px 0;
	border-radius: 4px
}

.mod-register div.b-info {
	padding: 20px 10px;
	font-size: 12px;
	text-shadow: 1px 1px #fff
}

.mod-register div.b-info p.tip {
	color: red;
	font-weight: 700;
	padding: 0 0 5px 5px
}

.mod-register div.b-info ol {
	list-style-type: decimal;
	padding-left: 24px
}

.mod-register div.b-info li {
	color: #666;
	padding-bottom: 4px
}

.mod-register div.b-info li p {
	color: #333
}

.cash-list {
	padding: 20px 0 15px 30px
}

.cash-list a {
	font-size: 14px;
	color: #0965b2;
	text-decoration: underline
}

.mod-cash-list .list {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	background-color: #fff;
	padding: 0 10px
}

.mod-cash-list .list li {
	border-top: 1px solid #f1f1f1;
	padding: 8px 0 4px
}

.mod-cash-list .list li p.title em {
	color: #c00
}

.mod-cash-list .list li p.type {
	font-size: 10px;
	padding: 4px 0
}

.mod-cash-list .list li p.type em {
	color: #0965b2
}

.mod-cash-list .list li p.type em.error {
	color: #c00
}

.mod-cash-list .list li p.type em.success {
	color: #349834
}

.mod-cash-list .list li p.type span {
	color: #999;
	float: right
}

.mod-cash-list .list li p.sec {
	color: #999;
	font-size: 10px
}

.mod-cash-list .list li:first-of-type {
	border-top: 0
}

.mod-cash-list .list li.none {
	text-align: center;
	line-height: 100px
}

.mod-usecode .search-box {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 20px
}

.mod-usecode .search-box .search {
	position: relative
}

.mod-usecode .search-box .search input.text {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 6px 0 6px 28px;
	background: url(../../images/tm/i-search.png) 10px 8px no-repeat;
	background-size: 13px 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.mod-usecode .search-box .search input.btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #1c7dcf;
	color: #fff;
	padding: 6px 20px;
	border: 0;
	border-radius: 0 15px 15px 0
}

.mod-usecode .search-result {
	margin-top: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 20px
}

.mod-usecode .search-result h4 {
	color: #333
}

.mod-usecode .search-result div.list {
	padding: 10px 0;
	font-size: 10px
}

.mod-usecode .search-result div.list div {
	padding: 2px 0;
	color: #999
}

.mod-usecode .search-result div.list div em {
	color: #666
}

.mod-usecode .search-result div.list div.code em {
	color: red
}

.mod-usecode .search-result input.btn {
	width: 100%;
	padding: 8px 0;
	color: #fff;
	border: 0;
	border-radius: 5px;
	background-color: #1c7dcf
}

.mod-usecode .search-result input.btn.no {
	background-color: #999
}

.mod-dealer-pop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	opacity: 0
}

.mod-dealer-pop.show {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1
}

.mod-dealer-pop div.title {
	background-color: #F2F2F2;
	height: 38px;
	line-height: 38px;
	padding-left: 4%
}

.mod-dealer-pop div.title a.close {
	float: right;
	padding: 0 15px
}

.mod-dealer-pop li {
	border-bottom: 1px solid #ddd;
	background-color: #fff
}

.mod-dealer-pop li a {
	display: block;
	padding: 4%;
	width: 92%;
	font-size: 16px
}

.mod-inviwords {
	padding-top: 10px;
	background-color: #e5e5e5
}

.mod-inviwords h5 {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.mod-inviwords h5 div {
	margin: 0 10px;
	padding: 10px 0
}

.mod-inviwords div.li {
	background-color: #fff
}

.mod-inviwords div.li:last-child div.title {
	border-bottom: 0
}

.mod-inviwords div.li.selected div.title {
	border-bottom: 0
}

.mod-inviwords div.li.selected div.title i {
	-webkit-transform: rotate3d(0,0,1,90deg);
	-moz-transform: rotate3d(0,0,1,90deg);
	-ms-transform: rotate3d(0,0,1,90deg);
	-o-transform: rotate3d(0,0,1,90deg);
	transform: rotate3d(0,0,1,90deg)
}

.mod-inviwords div.li.selected div.content {
	display: block;
	border-top: 1px solid #ddd;
	background-color: #f1f1f1;
	padding: 10px
}

.mod-inviwords div.title {
	padding: 8px 0;
	margin: 0 10px;
	border-bottom: 1px solid #ddd;
	position: relative
}

.mod-inviwords div.title i {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	width: 8px;
	height: 13px;
	display: block;
	background: url(../../images/tm/i-arr-r.png) no-repeat;
	background-size: 8px 13px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.mod-inviwords div.content {
	display: none;
	line-height: 1.5em
}

/*logo*/
.loginmain {text-align: center;}
.loginmain .kinds{padding: 10px 0;color:#7a7979;}
.loginmain img{margin:30px 30px 0px;width: 80px; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;border-radius: 50px 50px;}
.loginmain .inputstyle{border-top: 1px solid #e5e5e5;background-color: #fff;font-size: 16px;overflow: hidden;height: 40px;line-height: 40px;text-align: left;}
.loginmain .shadowright{-webkit-box-shadow:1px 0px 5px rgba(0,0,0,0.1 ); -moz-box-shadow:1px 0px 5px rgba(0,0,0,0.1 ); -o-box-shadow:1px 0px 5px rgba(0,0,0,0.1 ); box-shadow:1px 0px 5px rgba(0,0,0,0.1 );display: inline-block;width: 80px;height: 40px;vertical-align: bottom;text-align: center;color: #999;}
.loginmain .inputstyle input{margin-left: 10px;border-left: 1px solid #ccc;border: 0;}
.loginmain .borbottom{border-bottom: 1px solid #e5e5e5;}
.loginmain p.attenbz{margin:15px 10px -5px;font-size: 14px;color: #bdb9b9;text-align: center;}
.loginmain p.attenbz img{vertical-align: sub;width:17px;margin: 0px;margin-right: 5px;opacity: 1;}
.loginmain p input{color: #fff;display:block;background-color: #55a2f4;padding: 10px 0;text-align: center;margin: 20px auto;font-size: 16px;border: 0;width: 90%;border-radius: 3px;}
.loginmain p.oper{font-size: 14px;text-decoration: underline;text-align: left;margin: 10px 20px;overflow: hidden;color: #969696;}
.loginmain p.oper label{float: right;text-decoration: underline;color: #969696;
    
}3130631306