/**下拉列的选中样式**/
.gd_selected_style {background-Color: #102681;color: #FF0000;}
img{ border:0; margin-right:0px; _behavior:url('iepngfix.htc');}
/**弹出选择框按钮样式**/
.gd_selected_button{background:url('../images/searchbox_button.png') no-repeat center;border-style:none;}

/**下拉列只读的情况下的文本框样式（有个下拉箭头）**/
.gd_dropinput{background:url(../images/downxia.gif) right #fff no-repeat;}

/**必填项星号样式**/
.must_input {color:#FF0000;}

.redFont{ color:#BA020F;}
.priceFont{ color:#FF5500;}
/**************文本过长浮动显示***************/
.spanFloat{padding-left:0px;overflow: hidden; display: block; white-space: nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis;font: 12px/18px "Microsoft YaHei";}

/**************新弹出框公共样式 start***************/
.xubox_title_0{
	background: none repeat scroll 0 0 #039cbe !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center !important;
}
.xubox_title_0 em{
	color: #fff !important;
   	display: inline-block !important;
   	font: bold 17px/50px "Microsoft YaHei" !important;
   	top: 0px !important;
   	height: 50px !important;
   	line-height: 50px !important;
   	width: auto !important;
}
.xubox_title em{
	position: static !important;
	vertical-align:middle;
}

.xubox_title_0 i{
	background: url("../images/cngc/newPage/opbo_tit4.jpg") no-repeat scroll 0 0 #039cbe !important;
	top: 0px !important;
	height: 47px !important;
	width: 25px !important;
	display: inline-block !important;
	vertical-align:middle;
}
.xubox_title i{
	position:static !important;
}
.xubox_msg{
	top: 77px !important;
}
.xubox_text{
	top: 80px !important;
}
/**************新弹出框公共样式 end***************/

/**************新弹出框公共样式2 start***************/
.filter-blur{
	-ms-filter: blur(Add="1", Direction="45", Strength="5");
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}
#mask {
    position: fixed;
    z-index: 2100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .1;
    filter: alpha(opacity=60);
}

#Popup {
    position: fixed;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2115;
    border: #cdcdcd solid 1px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: #cdcdcd 1px 1px 10px;
    overflow: hidden;
}


#Popup h2 .close {
    position: absolute;
    z-index: 1006;
    top: 5px;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
    color: #969696;
    width: 31px;
    height: 27px;
    background:url(../images/cngc/newPage/payClose.png) no-repeat;
}

.icon {
    font-family: "icon";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.waiting-pay {
    padding: 40px 40px 30px;
    width: 480px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
}

.waiting-pay .open-new {
    font-size: 22px;
}

.waiting-pay .open-new, .waiting-pay .tip, .waiting-pay .btn-group{
	text-align: center;
}

.waiting-pay .tip {
    margin-top: 18px;
}

.waiting-pay .btn-group {
    margin-top: 45px;
}

.waiting-pay .btn-group .button.issue {
    background-color: #fafafa;
    border-color: #d1d1d1;
    color: #000000;
}

.waiting-pay .btn-group .button {
    margin-right: 25px;
}

.waiting-pay .button {
    line-height: 40px;
}

.waiting-pay .button {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 16px;
    min-width: 135px;
    height: 42px;
    border: #58bc7e solid 1px;
    border-radius: 4px;
    background-color: #6dca90;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    outline: none;
}

.waiting-pay .button:hover {
    background-color: #62b581;
}

.waiting-pay .button:hover{
	text-decoration: none;
	color: #fff;
}

.waiting-pay .misc {
    margin-top: 37px;
    padding-top: 20px;
    border-top: #e2e2e2 solid 1px;
}
/**************新弹出框公共样式2 end***************/