﻿@charset "UTF-8";

/**
* 
* 其他样式
*/

.none{ display:none !important; }
.clear{  clear:both !important; }
.center{ text-align:center; }

.divbr5,.divbr10,.divbr15,.divbr20,.divbr30{ margin:0px; padding:0px; clear:both; }
.divbr5{ margin-bottom:5px; }
.divbr10{ margin-bottom:10px; }
.divbr15{ margin-bottom:15px; }
.divbr20{ margin-bottom:20px; }
.divbr30{ margin-bottom:30px; }
.br5,.br10,.br15,.br20,.br25,.br50{ display: block; clear:both; }
.br5{ margin-bottom:5px; }
.br10{ margin-bottom:10px; }
.br15{ margin-bottom:15px; }
.br20{ margin-bottom:20px; }
.br25{ margin-bottom:25px; }
.br50{ margin-bottom:50px; }

.price{
	font-size:12px;
	color: #CB4047;
}
.red{ color:red; }
.orange {
    color: #FF6109;
}
.blue{ color:#0079FF; }

/*-- 提示页面样式 */
div.prompt{
    text-align:center;
    padding:10px;
    background: none repeat scroll 0% 0% #FFF;
    margin-top: 20px;
}
div.prompt a{ padding:25px 15px 5px; display:inline-block; font-size:12px; }
div.prompt img{ vertical-align: text-bottom; }
/*-- end 提示页面样式 */

.ui-item label { display:inline-block; }
.ui-item label input[type='radio']{ float: left; }
.ui-item span.red{ float: none; }

/*-- 没有数据 */
.notdata {
    /*float: left;*/
    width: 100%;
    padding: 10px 0px 10px 25px;
    border-top: 1px dotted #CCC;
    font-size: 12px;
    /*background-color: #fff;
    box-sizing:border-box;*/
}

/*-- 字体大小 */
.fonts12{ font-size: 12px !important; }
.fonts14{ font-size: 14px !important; }

/*-- 确认订单 */
label.lab {
    width: 28%;
    text-align: right;
}
.list-form li.radio-box p{
    overflow: hidden;
} 
.list-form li label.radio-lab{
    width:4.2em;
    text-align:left;
    padding: 5px 0px;
    margin-left:8px;
}
.list-form li input.radio-btn{
    width:2.5em;
    margin: 0px 2px;
}

.list-form li .charge{
	font-size:14px;
	color: red;
	padding:2px 12px;
}

/*-- 订单查询 */
.ui-search2 {
	position: relative;
	padding: 6px 8px;
	box-shadow: 0px 1px rgba(0, 0, 0, 0.07), 0px 1px 1px rgba(0, 0, 0, 0.05);
	background: none repeat scroll 0% 0% #D5D5D5;
	transform: translate3d(0px, 0px, 0px);
}
.ui-search-form-select,.ui-search-form-input {
	background: none repeat scroll 0% 0% #FFF;
	display: block;
	border-radius: 4px;
	padding: 0px 0px 0px 5px;
	line-height: 25px;
	float:left;
	margin-right:2.5%;
}
.ui-search-keyword {
	/*background: none repeat scroll 0% 0% #FFF;*/
	display: block;
	border-radius: 4px;
	padding: 0px 0px 0px 22px;
	line-height: 25px;
	width: 100%;
	margin-bottom:7px;
	background: url('../img/icon-search.png?embed') no-repeat scroll 5px 6px / 16px auto #FFF;
	content: "";
    float:left;
    position:relative;
}
.ui-search-form-select{
	width: 100%;
}
.ui-search-form-input {
	width: 30%;
}
.ui-search-input2,.ui-search-select{
	display: inline-block;
	height: 28px;
	width: 100%;
	background-color: transparent;
	border: 0;
	outline: 0;
	font-size: 14px;
	line-height: 16px;
	-webkit-appearance: none;
}
.ui-search-input2{
    float:left;
}
.ui-search-input2,.rp {
	margin-right:0;
}
.ui-search-keyword > .ui-search-div {
    border: medium none;
    margin: 0px auto;
    padding: 0px 75px 0px 0px;
}
.ui-app * {
    -moz-box-sizing: border-box;
}
.ui-search-keyword > .ui-search-div > input[type="submit"]{
    background-color:#D5D5D5;
    border:none;
    border-left: 1px solid #D8D8D8;
    cursor: pointer;
    height: 30px;
    width: 75px;
    -moz-appearance: none;
    position: absolute;
    float:left;
    color:#666666;
}

/*-- 预览图片资料 */
.notdata.notimg{
    vertical-align: middle;
    margin: 50% auto 0px;
    width: 80% !important;
    height: 20%;    
}
.dal{
    width: 80px;
    margin: 0px auto;
}
.dal button{
    padding: 5px 15px;
    background-color: #F0F0F0;
    cursor: pointer;
    color: #16508F;
    text-decoration: none;
    outline: 0px none;
    text-align: center;
    border: 1px solid #888A85;
}

/*-- 弹出支付层 + js/colorbox/example/colorbox.css -*/
#payConfirmLayer,#detailLayer{
    font-family: "Lantinghei SC","Microsoft Yahei",Helvetica,Arial;
}
.cbox_content { padding:10px 10px 5px; min-height:80px; }
.cbox_content table td:nth-child(1){ padding-bottom:5px; }
.cbox_content input[type="password"]{ 
    margin: 1px 0px;
    vertical-align: middle;
    width: 125px;
    background-color: #FFF;
    -moz-box-sizing: border-box;
    border: 1px solid #E0E0E0;
    padding: 0px 8px;
    height: 30px;
    color: #555;
    outline: medium none;
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
    visibility: visible;
    cursor: auto;
}
#pwdmsg{
    font-size:14px; 
    display: inline-block;
    width: 100%;
    text-align: center;
}

.cbox_content .btn-normal {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    height: 35px;
    padding: 2px 18px;
    margin: 0px;
    text-align: center;
    color: #FFF;
    border: 0px none;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
}
.cbox_content .btn-normal[disabled] {
    background: #a6a6a6;
}
/*-- end 弹出支付层 -*/

/*-- 分页代码 -*/
.pager{ 
	padding: 10px;
	background-color:#fff; 
	width:100%; text-align:right; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
.pager > a{
	padding:3px;
	border:1px solid #157DFB;
	background-color:#0079FF;
	color:#fff;
}
.pager > a.disabled
{
    background-color:#CCCCCC;
    border: 1px solid #BFBFBF;
}
/*.pager > a:hover,.pager > a.active{
	background-color:#157DFB;
}*/
.pager input[type=text]{
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #CCCCCC; 
	padding:2px;
	height: 30px; color: #555; width: 62px; outline: none; 
	font-family: inherit; line-height: inherit; text-align:center;
}
/*-- end 分页代码 -*/

.ui-title-item a.more{
    float:right;
    padding-right: 5px;
}

/*-- inprod */
.inprod {
	
}
.inprod-list {
    margin-bottom: 20px;
    padding-bottom: 1px;
    background: none repeat scroll 0% 0% #FFF;
    border-style: solid;
    border-color: #E5E5EB;
    border-width: 1px 0px;
	overflow:hidden;
}
.inprod-list li{
	position: relative;
    margin-left: 12px;
    margin-right: 12px;
    list-style-type: none;
    font-weight: 500;
    color: #000;
	border-bottom:1px dashed #999;
	overflow:hidden;
	padding-bottom:5px;
}
.inprod-list li .title{
	margin: 5px 0px;
	color: #999;
    font-size: 16px;
	line-height: 24px;
	margin: 10px 10px 10px 0px;
}
.inprod-left {
    float: left;
}
.inprod-left .img {
    width:94px;
    height:60px;
}
.inprod-right {
    margin-left: 110px;
}
.inprod-right .symbo{
	color: #FB690D;
	font-weight: bold;
	font-size: 24px;
}
.inprod-right .price{
	color: #C90C10;
	font-weight: bold;
	font-size: 24px;
}
.inprod-right .middle{
	color: #C90C10;
    font-weight: bold;
    font-size: 16px;
}
.inprod-right .fen{
	color: #FB690D;
	font-weight: bold;
	font-size: 16px;
}
.inprod-right .old{
	color: #A8A8A8;
	font-size:12px;
	margin-left:8px;
	line-height:18px;
}
.inprod-right .jie{
	color: #FB690D;
	font-size:12px;
	line-height:18px;
}
.inprod-right .bot{
	font-size:12px;
	float:left;
	width:145px;
	line-height:20px;
}
.inprod-right .bot .left{
	float:left;
}
.inprod-right .bot .right{
	float:left;
	margin-left:8px;
}
.inprod-right .count{
	color: #C90C10;
}
.inprod-right .yu{
	color: #C90C10;
}
.inprod-right .inprod-cbox{
	float:right;
}
.inprod-right input[type='button']{
	background-color:#E33C30;
	background-image: linear-gradient(to bottom, #E33C30, #C10A09);
	border: 1px solid #BE0C09;
	color:#fff;
	width:80px;
	height:32px;
	border-radius:3px;
	font-size: 16px;    
	font-family: "Lantinghei SC","Microsoft Yahei",Helvetica,Arial;
}
.inprod-right input[type='button'].gray{
	background-color:#C4C4C4;
	background-image: linear-gradient(to bottom, #C4C4C4, #aeadad);
	border: 1px solid #aeadad;
}
.inprod-right a.go{
	background-color:#E33C30;
	background-image: linear-gradient(to bottom, #E33C30, #C10A09);
	border: 1px solid #BE0C09;
	color:#fff;
	width:80px;
	height:32px;
	display:block;
	line-height:30px;
	text-align:center;
	border-radius:3px;
}
.inprod-right a.go.gray{
	background-color:#C4C4C4;
	background-image: linear-gradient(to bottom, #C4C4C4, #aeadad);
	border: 1px solid #aeadad;
}
@media (max-width:320px) {
	.inprod-right .bot{
    	width:105px !important;
	}
	.inprod-right .bot .left{
		clear:both !important;
	}
	.inprod-right .bot .right{
		clear:both !important;
		margin-left:0px !important;
	}
}
/*-- end inprod */
