#Mongolia_layer {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	width: 100%;
	filter: alpha(opacity = 15);
	opacity: 0.15;
	display: none;
	z-Index: 4;
}

#tipWindow_layer {
	position: absolute;
	width: 320px;
	height: 60px;
	top: 100px;
	left: 40%;
	background-color: #fff;
	display: none;
	border: 2px solid #c0c0c0;
	text-align: center;
	z-index: 4;
	line-height: 60px;
}

#Mongolia_layer_2 {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	width: 100%;
	filter: alpha(opacity = 15);
	opacity: 0.15;
	display: none;
	z-Index: 4;
}

.confirmWindow_layer {
	font-size: 12px;
	width: 300px;
	height: 140px;
	border: solid 2px #c0c0c0;
	background-color: #ffffff;
	color: #2e35c1;
	z-Index: 4;
	/* margin-bottom: 10px; */
}

.confirmWindow_content {
	height: 120px;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

div#confirmWindow_content_sure {
	height: 23px;
	width: 61px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #2e35c1;
	color: #fff;
	font-size: 14px;
	padding-top: 5px;
	cursor: pointer;
	text-align: center;
}

div#confirmWindow_content_inf {
	font-size: 14px;
	margin-bottom: 20px;
	float: left;
	margin-left: -6px;
}

img#attention {
	float: left;
	margin-left: 91px;
	margin-top: -6px;
}

.clear {
	both: clear;
}

/**windowShow**/
.recoverAll{
	background-color: #aaaaaa;
	z-index: 5;
	opacity: 0.35;
	position: absolute;
	top:0;
}
.order_div {
    position: absolute !important;
    width: 100% !important;
    min-width: 1280px;
}
div#tipWinowSure {
	display:none;
	position:absolute;
	width: 326px;
	height: 167px;
	background-color: #ffffff;
	border: solid 1px #c0c0c0;
	z-index: 6;
}
div#tipWinowSure_body {
    width: 64%;
    margin: 0 auto;
    padding-top: 34px;
    text-align: center;
}

img#tipWinowSure_attention {
    margin: 6px 13px 0px 33px;
    float: left;
}

span#tipWinowSure_inf {
    padding-top: 7px;
}

a.tipWinowSure_delSure {
    width: 64px;
    height: 30px;
    background-color: #0049b4;
    color: #ffffff;
    margin: 0 auto;
}
div.tipWinowSure_delSure {
    background-color: #3285FF;
    width: 60px;
    height: 25px;
    text-align: center;
    color: #ffffff;
    padding: 3px 0px 0px 0px;
    margin: 0 auto;
    margin-top: 50px;
    float: left;
    margin: 40px 0px 0px 0px;
    cursor: pointer;
}
div#tipWinowSure_inf {
    float: left;
    margin-top: 10px;
}
div#tipWinowSure_close {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    cursor: pointer;
}
#tipWinowSure_yes{
	margin-left: 84px;
	margin-right: 40px;
}