.div{
	display: block;
	margin: 20px 20px 0px 20px;
	padding: 0px;
	border: 1px solid #E6E9ED;
}
.dir{
	border: 0px;
	font-size: 9pt;
	color: #434A54;
}

.cons{
	margin: 15px;
}
.cons > div{
	display: table-cell;
	
}

.divtop{
	border-top: 1px solid #DD0000;
}

.simCons_img{
	padding-right: 15px;
}

.simCons{
	vertical-align: middle;
}

.simCons > span{
	display: block;
	font-size: 9pt;
}

.simCons > span:first-child{
	font-weight: bold;
}

.simCons > span:nth-child(2){
	padding: 25px 0px;
}

.simCons ul{
	padding: 0px;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}

.simCons li{
	float: left;
	margin-right: 10px;
}

.simCons ul li a{
	display: block;
	border: 1px solid #E6E9ED;
	padding: 3.3px 10px 3.7px 10px;
	color: #434A54;
}

/*
.simCons ul li a:focus{
	color: #DD0000;
	border-color: #DD0000;
}
*/


.simCons ul li a.selected {
	color: #DD0000;
	border-color: #DD0000;
}

.simCons ul li a:hover{
	color: #DD0000;
	border-color: #DD0000;
}


.order{
	margin-top: 20px;
	width: 80px;
	height: 25px;
	background: #DD0000;
	color: white;
	border: none;
}

.order:HOVER{
	background: #F73500;
	cursor: pointer;
}

.backcolor {
	color: #DD0000;
}

.backcolor1{
	color: #999999;
}



/*---------------------------------------*/

select,input[type="text"]{
	width: 300px;
}

#shadow{
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	background: black;
	opacity: 0.6;
	top: 0;
	left: 0;
	z-index: 99;
}

input[type="radio"]{
	vertical-align: middle;
	margin: 0px 4px 0px 12px;
}

.buymsgBox {
	display: none;
	width: 400px;
	min-height: 155px;/* height: 155px; */
	margin: 0px auto;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -77.5px;
	margin-left: -200px;
	z-index: 100;
}

.buymsgBox .buymsg_bar {
	background: #DD0000;
	height: 30px;
}

.buymsgBox .buymsg_bar span {
	display: inline-block;
	margin-top: 3px;
}

.buymsgBox .buymsg_bar .text font {
	margin-left: 5px;
	color: white;
	font-weight: 700;
	font-size: 13px;
}

.buymsgBox .buymsg_bar .img2 {
	float: right;
	margin-right: 5px;
}

.buymsgBox .buymsg_bar .img2 img:HOVER {
	cursor: pointer;
}

.buymsgBox .buymsg_cont {
	text-align: center;
	margin-top: 30px;
}

.buymsgBox .buymsg_cont div {
	font-size: 9pt;
	color: #434A54;
	display: block;
	word-wrap: break-word;
	/*margin-bottom: 15px; 修改 */
	margin: 0px 40px 15px 40px;
	text-align: left;
}

.buymsgBox .buymsg_cont div:last-child{
	margin-bottom: 55px;
}



.buymsgBox .buymsg_cont div input{
	height:20px;
}

.buymsgBox .buymsg_btn {
	text-align: center;
	margin-bottom: 20px;
	position: absolute;
	bottom: 0px;
	width: 400px;
}

.buymsgBox .buymsg_btn ul {
	text-align: center;
	padding-left: 215px;
}

.buymsgBox .buymsg_btn li {
	display: inline-block;
}

.buymsgBox .buymsg_btn li:first-child {
	margin-right: 5px;
}

.buymsgBox .buymsg_btn input[id="buymsg_confirm"] {
	border: 0px;
	background: #DD0000;
	color: #FFF;
	font-size: 9pt;
	font-family: "微软雅黑";
	width: 68px;
	height: 24px;
	outline-style: none;
}

.buymsgBox .buymsg_btn input[id="buymsg_confirm"]:HOVER {
	background: #F73500;
	cursor: pointer;
}

.buymsgBox .buymsg_btn input[id="buymsg_cancel"] {
	border: 0px;
	background: #F5F7FA;
	border: 1px solid #E6E9ED;
	color: #434a54;
	font-size: 9pt;
	font-family: "微软雅黑";
	width: 68px;
	height: 24px;
	outline-style: none;
}

.buymsgBox .buymsg_btn input[id="buymsg_cancel"]:HOVER {
	background: #FFF;
	cursor: pointer;
}

