/*样式清除*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	box-sizing: border-box;

}
/* 公共样式中的默认超链接 */
a{
	text-decoration:none;color: #666666; cursor: pointer;
}
a:hover {
	text-decoration: none;
}
body{
	font-size:12px;font-family:'Microsoft YaHei';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/*查询样式*/
.dz_content{
	width: 1200px;
	height:auto; margin: 0 auto; font-size: 14px; border: 1px solid #cccccc; text-align: left;
}
.dz_h2{
	font-size: 14px;
}
.dz_ul2{
	/* text-align: left; */
}
.dz_box{
	display: inline-block; width: 560px; height: 260px; margin: 10px; text-align: left;
	border: 1px solid #cccccc;
}
.dz_leftbox{
	width: 226px; height: 234px; display: flex; align-items: center; float: left;
	border: 1px solid #cccccc;
}
.dz_leftbox img{
	max-width: 100%; max-height: 100%; display: block; margin: 0 auto;
}
.dz_rightbox{
	display: inline-block; width: 320px; float: right; text-align: left;
	border: 1px solid #cccccc;
}
.dz_p{
	font-size: 16px; font-weight: 600; overflow: hidden; margin: 10px 0px;
	width: 90%; white-space: nowrap;
}
.dz_ptext{
	line-height: 20px; font-size: 12px; height: 160px; overflow: hidden;
}
.dz_btns{
	display: inline-block; width: 100px; height: 36px; line-height: 36px; border: none; text-align: center; background: rgb(0, 64, 152);
	color: #ffffff; cursor: pointer;
}

/* 会员登录 */
.dz_login{
	width: 480px; height: 336px; text-align: center;
	position: fixed;
	top: 30%; left: 35%;
	background: #ffffff; z-index: 4;
	display: none;
}
.dz_login_title{
	background: rgb(0,64,152); line-height: 50px; color: #ffffff; margin-bottom: 40px;
}
.dz_login_title p{
	display: inline-block; width: 420px; font-size: 16px; font-weight: 600;
}
.dz_login_close{
	cursor: pointer;
}
.dz_login_div{
	margin: 10px 0px;
}
.dz_label2{
	display: inline-block; font-size: 16px; text-align: right;
}
.dz_label{
	display: inline-block; width: 110px; font-size: 16px; text-align: right;
}
.dz_login_btn{
	display: inline-block; width: 386px; height: 46px; background: rgb(0,64,152); border: none; margin: 30px 0px 20px 0px;
	color: #ffffff; font-size: 16px;
}
.dz_tips{
	color: red;
}
.dz_login_sign{
	color: rgb(0,64,152); cursor: pointer; display: inline-block; width: 100px; font-size: 16px;
}

/* 会员注册 */
.dz_sign{
	width: 480px; height: auto; text-align: center;
	position: absolute;
	top: 5%; left: 35%;
	background: #ffffff; z-index: 4;
	display: none;
}
.dz_p_tips{
	margin-left: 128px; text-align: left;
}
.dz_radio_sp{
	width: 326px; display: inline-block; text-align: left;
}
.dz_sel{
	width: 317px; height: 44px; border: 1px solid #ccc;
}

#page{
	float: right; margin-top: 10px;
}
#page a, #page span {
	display: inline-block; line-height: 30px; padding: 0 10px; background: #333; color: #fff; cursor: pointer; margin: 0 2px; font-size: 12px;
}
#page a.current {
	background: #efefef; color: #333;
}

/*input框样式*/
.dz_input{
	display: inline-block; border: 1px solid #ccc; line-height: 40px;
    padding-left:5px; width: 310px; border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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
}
.dz_input:focus{
    border-color: #66afe9; outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.dz_input2{
	width: 30px;
}
#dz_phonenumber{
	width: 174px;
}
#dz_getcode{
	width: 130px;
}
#dz_code{
	width: 174px;
}
#v_container{
	width: 130px;
}

/*遮罩层*/
.zzc{
	position: fixed; top: 0px; left: 0px; width: 100%; height: 100%;
	background: rgba(0,0,0,0.7); z-index: 2;
	display: none;
}
.zzc2{
	position: fixed; top: 0px; left: 0px; width: 100%; height: 100%;
	background: rgba(0,0,0,0.7); z-index: 4;
	display: none;
}
/*提示框样式*/
.dz_up_tips{
	/* position: fixed; top: 30%; left: 35%;  */
	position: fixed;
	top: 50%; left: 40%;
	background: #ffffff; opacity: 0.9; margin: 0 auto;
	text-align: center; font-size: 20px;  z-index: 4;
	display: none;
}
.dz_close{
    margin: 10px; cursor: pointer; width: 80px; line-height: 30px; background: #777; border: none; color: #ffffff;
}
.dz_up_tips_p{
	 width: 350px; height: 100px; line-height: 40px; font-weight: normal; color: red; display: flex;  justify-content: center; align-items: center;
}

@media only screen and (max-width: 768px) and (min-width: 320px){/*小屏*/
    .dz_content{
        width: 98%; border: 1px solid red;
    }
    .dz_box{
        width: 4.6rem; border: none; margin: 20px 10px;
    }
	.dz_leftbox{
		width: 4.6rem; height: 3rem; border: none;
	}
	.dz_p{
		font-size: 14px;
	}
	.dz_rightbox{
		width: 4.6rem; height: auto; border: none;
	}
	.dz_ptext{
		height: 2rem; overflow: hidden;
	}
	.dz_btns{
		width: 2rem; height: 0.8rem; line-height: 0.8rem;
	}
	.dz_login{
		width: 8rem; left: 13%; height: 8.5rem;
	}
	.dz_sign{
		width: 8rem; height: auto; left: 13%;
	}
	.dz_p_tips{
		margin-left: 1.6rem;
	}
	.dz_login_title p{
		width: 7rem;
	}
	.dz_input,.dz_radio_sp{
		width: 5rem !important;
      height: 0.7rem;
	}
  .dz_radio_sp{
		width: 5rem !important;
      height: 0.7rem;
	}
	.dz_sel{
		width: 5rem !important; height: 0.7rem;
	}
	.dz_login_btn{
		width: 7rem; margin: 20px 0px 20px 0px;
	}
	.dz_up_tips{
		left: 8%;
	}
	#dz_phonenumber{
		width: 2rem !important;
	}
	#dz_getcode{
		width: 3rem; height: 1rem; line-height: 1rem;
	}
	#dz_code{
		width: 2rem;
	}
	.dz_label{
		width: 2rem;
	}
}
@media only screen and (min-width: 769px){/*大屏*/

}
@media only screen and (max-width: 1024px) and (min-width: 769px){/*中屏*/
   .dz_content{
        width: 98%; border: 1px solid red;
    }
    .dz_box{
        width: 4.6rem; border: none; margin: 20px 10px;
    }
	.dz_leftbox{
		width: 4.6rem; height: 3rem; border: none;
	}
	.dz_p{
		font-size: 14px;
	}
	.dz_rightbox{
		width: 4.6rem; height: auto; border: none;
	}
	.dz_ptext{
		height: 2rem; overflow: hidden;
	}
	.dz_btns{
		width: 2rem; height: 0.8rem; line-height: 0.8rem;
	}
	.dz_login{
		width: 8rem; left: 13%; height: 8.5rem;
	}
	.dz_sign{
		width: 8rem; height: auto; left: 13%;
	}
	.dz_p_tips{
		margin-left: 1.6rem;
	}
	.dz_login_title p{
		width: 7rem;
	}
	.dz_input,.dz_radio_sp{
		width: 5rem !important;
      height: 0.7rem;
	}
	.dz_sel{
		width: 5rem !important;
      height: 0.7rem;
	}
	.dz_login_btn{
		width: 7rem; margin: 20px 0px 20px 0px;
	}
	.dz_up_tips{
		left: 8%;
	}
	#dz_phonenumber{
		width: 2rem;
	}
	#dz_getcode{
		width: 3rem; height: 1rem; line-height: 1rem;
	}
	#dz_code{
		width: 2rem;
	}
	.dz_label{
		width: 2rem;
	}
}
