@charset "utf-8";
.t_c {
	text-align: center;
}
.t_r {
	text-align: right
}
.padding_1em {
	padding: 0 1em
}
.width100 {
	width: 100%
}
/*.ui-page{margin-top:-2em;}*/
.ui-header, .ui-footer {
	border: 0;
	padding: 0
}
.f13 {
	font-size: .8125em
}
.ui-content {
	margin-top: -1em
}
a {
	text-decoration: none
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: normal
}
.grey {
	color: #9E9E9F
}
.xundancon .tit h2 .b_01 {
	background-color: #8D6E63
}
.text_r {
	text-align: right;
}
.red, a.red, a.red:hover, .zuce_con h2 .red {
	color: #FF5722
}
.blue {
	color: #03A9F4
}
.orange {
	color: #FF5722
}
.ui-checkbox-off:after {
	background-color: #666;
	background-color: rgba(0,0,0,.15)
}
.ui-checkbox-on:after {
	background-color: #38c;
	border-color: #38c;
	color: #fff;
}
a:after {
	cursor: pointer;
}
.f_l {
	float: left
}
.f_r {
	float: right
}


/*登录页*/
.login {
	background-color:#BF360C}
}
.login .ui-content {
	padding: 0em;
	margin: 0em;
}
.logo {
	text-align: center
}
.logo img {
	width: 30%;
	margin: .5em 0;
}
.lw_02 .btline {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A1887F;
}
.lw_02 .jiang {
	color: #FF0000;
	background-color: #D7CCC8;
	text-align: center;
	display: block;
	padding: 0px;
	clear: both;
	float: none;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	overflow: hidden;
	line-height: 1.8em;
	border-top-width: .5em;
	border-top-style: solid;
	border-top-color: #EFEBE9;
}
.lw_02 .ui-radio-off,.lw_03 .ui-radio-off {
	background-color: #FFF;
	color: #5D4037;
}

.ui-input-text .czje{color:#F00; border:1px solid #999; background-color:#fff}

.lw_02 textarea.ui-input-text{
	background-color:#fff;
	border:1px solid #A1887F}
.lw_03bg {
	background-image: url(../../images/lw_03bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFF;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 1em;
	padding-top: 1em;
	padding-bottom: .2em;
}
.lw_03 div .je strong {
	color: #BF360C;
}

.lw_03 div .je {
	background-color: #FFF;
	border: 1px solid #BF360C;
	padding: 0.2em;
	text-align: center;
}
.lw_03 div .jetable table {
	background-color: #FFF;
	margin-top: .5em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A1887F;
	border-right-color: #A1887F;
	border-bottom-color: #A1887F;
	border-left-color: #A1887F;
	color: #5D4037;
}
.lw_03 div .jetable table tr {
	background-color: #EFEBE9;
}
.lw_03 div .jetable table .bgwhite {
	background-color: #FFF;
}
.lw_03 div .jetable table tr .t_r {
	color: #BF360C;
}



.lw_03 div .jetable table tr td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A1887F;
	line-height: 1.3em;
	padding: .2em;
}
.lw_03 div .jetable table .tit {
	color: #FFF;
	background-color: #BF360C;
	text-align: center;
}






.denglu {
	margin: 0 auto 3em;
 	background-color: #ffffff;
}
.dengluinput {
	margin: 2em 1em;
	padding-bottom: 2em
}
.dengluinput .ui-input-text {
	background-color: #EFEBE9;
	border-radius:0;
	margin-bottom:1em
}
.dengluinput .ui-input-text input {
	line-height: 1.6;
	color: #5D4037;
}
.dengluinput .ui-btn {
}
.dengluinput .ui-btn:hover {
}
.dengluinput .ui-input-text .icon_user {
	background: url(../../images/login_icon_yh.png) no-repeat right center/2em 2em;
}
.dengluinput .ui-input-text .icon_password {
	background: url(../../images/login_icon_mm.png) no-repeat right center/2em 2em;
}
.zuce a {
	font-size: .8125em;
	width: 7em
}

.lw_02 .ui-input-text input{
	background-color:#fff;
	border:1px solid #A1887F}



/*按钮图标*/


.ui-icon-user:after {
	background-image: url(../../images/login_icon_yh.png);
	background-size: 1.5em 1.5em;
}
.ui-icon-key:after {
	background-image: url(../../images/login_icon_mm.png);
	background-size: 1.5em 1.5em;
}


@media (min-width:18em) {
	.ui-field-contain>label, .ui-field-contain .ui-controlgroup-label, .ui-field-contain>.ui-rangeslider>label {
	float: left;
	width: 20%;
	margin: .8em 2% 0 0
}
	.ui-field-contain>label~[class*=ui-], .ui-field-contain .ui-controlgroup-controls {
	float: left;
	width: 78%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.user_gift_buy_input .ui-field-contain .ui-input-text{
	margin-bottom:.5em}
	}
