
/*弹窗2019*/
.pop_up_18 {
	width: 590px;
    position: fixed;
    background: #FFF;
    left: 0;
    right: -50%;
    margin: auto;
    box-shadow: 0 5px 5px #bfb7b7;
    top: 20%;
    display: none;
    transition: 3.5s;
    z-index: 999;
    border-radius: 12px;
    overflow: hidden;
}

.pop_up_close {
	background: url(../images/out1.png) no-repeat center;
	position: absolute;
	right: 20px;
	top: 14px;
	height: 22px;
	width: 22px;
	cursor: pointer;
	transition: .5s;
}

.pop_up_close:hover {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pop_left_1{
	float: left;
	padding-left: 11px;
	width: 321px;
}

.pop_right {
	float: right;
	width: 255px;
}

.pop_left_loc {
	background: transparent;
	color: #666666;
	padding-left: 0;
	
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 32px;
	line-height: 14px;
}

.pop_left_po {
	color: #000;
	font-size: 23px;
	margin-top: 12px;
	font-weight: 600;
	margin-bottom: 14px;
	line-height: 24px;
	letter-spacing: 0;
}
.pop_left_po_2{
	margin-top: 22px;
	line-height: 14px;
	font-size: 14px;
}

.pop_left_po_3{
	overflow: hidden;
	padding-top: 14px;
	padding-bottom: 20px;
}
.pop_left_po_4{
	overflow: hidden;
	padding-top: 14px;
	padding-bottom: 14px;
}
.pop_left_po_4 li:nth-child(4){
	margin-right: 0;
}
.pop_left_po_5{
	overflow: hidden;
}
.pop_left_po_5 input{
	width: 139px;
	line-height: 32px;
	background: url(../images/dx_img_list_5.png);
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	border: none;
}
.pop_left_po_6{
	overflow: hidden;
	padding-top: 10px;
}
.pop_left_po_6 button{
	width: 139px;
	line-height: 40px;
	text-align: center;
	float: left;
	margin-right: 10px;
	color: #fff;
	border: none;
}
.pop_left_po_6 button:nth-child(2){
	background-color: #ca0012;
}
.pop_left_po_6 button:nth-child(3){
	background-color: #ff4200;
}
.pop_left_po_3 li{
	width: 56px;
	line-height: 28px;
	float: left;
	font-size: 14px;
	margin-right: 10px;
	text-align: center;
}
.pop_left_po_dx1{
	background: url(../images/dx_img_list_2.png);
}
.pop_left_po_3 .pop_left_po_dx{
	background: url(../images/dx_img_list_1.png);
	color: #ff7800;
}
.pop_left_po_4 li{
	width: 70px;
	line-height: 28px;
	float: left;
	font-size: 14px;
	margin-right: 10px;
	text-align: center;
}
.zydb_ym{
	background: url(../images/dx_img_list_3.png);
}
.pop_left_po_4 .zydb_ym1{
	background: url(../images/dx_img_list_4.png);
	color: #ff7800;
}

.pop_left_posis {
	border-bottom: 1px dashed black;
	padding-bottom: 10px;
	margin: 10px 0;
}

.pop_left_posis span {
	background: url(../images/ico_07.jpg) no-repeat right;
	padding-right: 25px;
	color: #f64400;
	float: right;
}

.pop_left_zx a {
	background: #f64400;
	color: white !important;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	width: 90px;
	border-radius: 7px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 auto;
}

.pop_left_zx a:hover {
	box-shadow: 0 2px 5px #f64400;
	transition: .1s ease;
}

.pop_left_zx {
	display: flex;
}

.pop_right a img {
	display: block;
}
