@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	font: 14px Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, SimSun, \5B8B\4F53, Arial, Verdana;
	color: #000;
	text-align: left;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}


em {
	font-style: normal;
	color: #F00;
	margin-right: 5px;
}
img {
	border: 0 none;
	vertical-align: middle;
}
.red {
	color: #F00;
}
.blue {
	color: #09F;
}

.pt {
	padding-top: 3px;
}
#clorder {
	margin: 0 auto;
}
.clwarp {
	width: auto;
	height: 100%;
}


@media(min-width:750px) {
.clorderl {
	float: left;
	display: inline;
	overflow: hidden;
	width: 65%;
	height: 100%;
}
.clorderr {
	float: left;
	display: inline;
	overflow: hidden;
	width: 35%;
	height: 100%;
}
}
.clforml, .clformr {
	width: 100%;
}
.clrxian {
	width: auto;
	height: auto;
	overflow: hidden;
	_height: 100%;
}
.cltitlea, .cltitleb {
	height: 60px;
	margin-bottom: 15px;
	background: url(../images/titab.png) no-repeat;
}
.cltitlea {
	background-position: 0 0;
}
.cltitleb {
	background-position: 0 -60px;
}
.clwarp label.clbdxx {
	float: left;
	display: inline;
	overflow: hidden;
	width: 25%;
	max-width: 68px;
	text-align: right;
	padding-top: 3px;
	padding-right: 3%;
	font-size: 15px;
}
.cldxbox, .clxlbox, .cltextbox, .cltext2box, .cltext3box, .clpayps {
	float: left;
	display: inline;
	overflow: hidden;
	width: 100%;
	_width: 72%;
	
}
.cldxbox, .cltext2box, .cltext3box {
	line-height: 25px;
}
input, select, textarea {
	color: #555;
}
input[type="text"], button, select, textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus, select:focus, textarea:focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6)
}
.cldxbox p {
	width: 92%;
	line-height: 1.6em;
	margin-bottom: 3px;
}
.cldxbox p img {
	margin-left: 6px;
	margin-top: -5px;
}
.cldxbox span.paybr {
	display: inline-block;
}
.clbdbox {
	float: left;
	font-size: 16px;
	width: 100%; /* 控制说明框的宽度*/
	margin-bottom: 8px;
*margin-bottom:7px;
}
.cldxbox label {
	margin-left: 6px;
	cursor: pointer;
}
.cldxbox input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 7px;
}
.cltextbox input, .cltext3box input {
	width: 92%;
	font-size: 14px;
	color: #666;
	padding: 3px 5px;
	_padding: 2px 5px;
}
.cltext3box #showmun, .cltext3box #showprice {
	clear: both;
	display: inline;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	margin: 0 5px;
}


.clxlbox select.clxl {
	padding: 1px;
}
.clxlbox select.clcpxl {
	padding: 3px;
	padding-left: 20px;
}
.clxlbox select.cldqxl {
	width: 30.70%;
	padding: 2px;
	margin-right: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.clpayps {
	font-size: 12px;
	color: #535353;
	padding-left: 9%;
	line-height: 1.8em;
}
.clpayps p {
	display: block;
	float: left;
	width: 80%;  /* 控制说明框内文字的宽度*/
	padding: 6px;
	_margin-left: -5px;
	text-align: left;
	border: 1px dotted #D2D2D2;
	background: #F5F5F5;
	border-radius: 8px;
}
.clpayps .green {
    font-size: 13px;
	color: #ff0000;
}
.cltext2box textarea {
	width: 92%;
	height: 40px;
	color: #666;
	padding: 5px;
}
.cltext3box input {
	width: 50px;
	text-align: center;
	margin-right: 8px;
}
.cltext3box img#clcode {
	margin-top: -3px;
	cursor: pointer;
}
.cltext3box a {
	font-size: 12px;
	margin-left: 6px;
}
.clsubbox {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
.clsubbox input {
	width: 50%;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-size: 15px;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
}
#clfahuo {
	width: 90%;
	font-size: 12px;
	line-height: 1.8em;
	color: #666;
	padding: 0 5%;
}
#clfahuo p {
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
.cltext4box {
	float: left;
	display: inline;
	overflow: hidden;
	width: 95%;
	_width: 92%;
}
.cltext4box #showmun {
	clear: both;
	display: inline;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #f60;
	margin: 0 5px;
}


.cltext4box #showprice {
	clear: both;
	display: inline;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 5px;
}

/* 添加分块圆角*/
.clwrap {
	padding: 10px 18px;
	height: auto;
	overflow: hidden;
*zoom:1;
}
.clwrapbox {
	overflow: hidden;
	border-radius: 7px;
	box-shadow: 0 1px 2px 2px #E4E4E4;
	padding: 12px;
	background: #fafafa;
}
.clwrap .pt15 {
	padding-top: 15px;
}
/* 添加分块圆角*/


/* 添加分栏标题*/

.cltitle {
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	background: #F1F2F2;
}
.cltitle span {
	display: block;
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}

/* 添加分栏标题*/

.btnbox {
	text-align: center;
	padding: 10px 0 0;
}
.clbtn {
	width: 50%;
	color: #FFF;
	padding: 6px 0;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
	background-repeat: repeat-x;
}
.clbtn:hover, .clbtn:focus {
	background-position: 0 -15px;
}
.btn-r {
	background-image: linear-gradient(to bottom, #FF8566 0, #FF5C33 100%);
	border-color: #FF3300;
	background-color: #FF8566\9;
}
.btn-r:hover, .btn-r:focus {
	background-color: #FF5C33;
}
.btn-g {
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	border-color: #3e8f3e;
	background-color: #5cb85c\9;
}
.btn-g:hover, .btn-g:focus {
	background-color: #419641;
}
.btn-l {
	background-image: linear-gradient(to bottom, #96DD51 0, #72D216 100%);
	border-color: #6AC714;
	background-color: #96DD51\9;
}
.btn-l:hover, .btn-l:focus {
	background-color: #72D216;
}
.btn-b {
	background-image: linear-gradient(to bottom, #66C2FF 0, #33ADFF 100%);
	border-color: #0099FF;
	background-color: #66C2FF\9;
}
.btn-b:hover, .btn-b:focus {
	background-color: #33ADFF;
}
.btn-o {
	background-image: linear-gradient(to bottom, #FFA366 0, #FF8533 100%);
	border-color: #FF6600;
	background-color: #FFA366\9;
}
.btn-o:hover, .btn-o:focus {
	background-color: #FF8533;
}
.clform-box {
	width: 100%;
	clear: both;
*zoom:1;
	margin-bottom: 10px;
}
.clform-box:after {
	content: '\20';
	clear: both;
*zoom:1;
	display: block;
	height: 0;
}
.radio {
	padding-top: 6px;
}
.input-radio {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 3px 6px 9px 0;
}




.bmtitle h1{text-align:center; font-size:15px; margin-top:15px;font-weight:bold;}
.bmtitle h1 span{color:#F00;font-size:19px;}


/*///////////////////////////////////////// clORDERCSSEND ////////////////////////////////////////*/
