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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: none;
  outline: none;
}
/*字之间的空格*/
.space{
    letter-spacing: 0px;
}
html,body{height: 100%;width: 100%;margin:0;padding:0;} 
/*首页样式*/
.height{
    width: 100%;
    height: 100%;
    background: url(../img/background_image.png) no-repeat center center;
    background-size: contain;
    background-attachment: fixed;
}
/*详情界面样式*/
.detail_bg{
    width: 100%;
    height: 100%;
    background-image: url(../img/background_image.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
/*查询界面样式*/
.search_container{
	height: auto;
    min-height: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#res{
	
}
.search_container .stick{
    width: 100%;
    padding-top: 10%;
}
.search_container .stick .stick_wrapper .wrapper_main .header_logo {
  width: 100%;
  text-align: center;
}
.search_container .stick .stick_wrapper .wrapper_main .title {
    height: 100px;
    width: 100%;
    margin-top: 10%;
    text-align: center;
}
.search_container .stick .stick_wrapper .wrapper_main .title h1{
    color: #B22222;
    font-family: 'DFLiJinHeiW8';
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 5px;
    font-weight: bold;
    text-shadow: -2px 3px 5px #BDB76B;
}
.search_container .stick .stick_wrapper .wrapper_main .search_center{
    text-align: center;
}
.search_container .stick .stick_wrapper .wrapper_main .search_center .center_item input{
    border: 1px solid #D3D3D3;
    width: 60%;
    margin: 10px 0;
    line-height: 28px;
    border-radius: 5px;
}
.search_container .stick .stick_wrapper .wrapper_main .search_center .center_item input:focus{
    border: 1px solid #D3D3D3;
    width: 60%;
    margin: 10px 0;
    line-height: 28px;
    border-radius: 5px;
}
/***/
.search_container .stick .stick_wrapper .wrapper_main .search_center .search{
    width: 60%;
    height: 30px;
    line-height: 30px;
    color: #B22222;
    font-size: 16px;
    border: 1px solid #da7c0c;
    border-radius: 10px;
    margin: 30px auto 0px;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.footer{
    position: relative;
    clear:both;
    margin-top: -5%;
    margin-left: 20%;
}
.footer .footer_container{
        display: flex;
}
.footer .footer_container .text{
    font-size: 12px;
}
/*详情界面样式*/
.center_item {
    line-height: 30px;
}
/*弹出框样式*/
.theme-popover{
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 20%;
    margin: -10% 0 0 -40%;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #fff;
    box-shadow: 0 0 10px #666;
    display:none;
    background: url(../img/background.png) no-repeat;
    background-size: 100% 100%;
}
.theme-poptit {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    position: relative;
}
.theme-poptit .close {
    float: right;
    color: #999;
    padding: 7px;
    margin: -11px -5px -5px;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd;
}
a {
    color: #0088DB;
    text-decoration: none;
    cursor: pointer;
}
.dform {
    padding: 10px 10px 40px;
    text-align: center;
}
.theme-popbod {
    color: #444;
}
/**
 * 遮罩层
 */
.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display:none;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.swiper-container {
    width: 100%;
    padding-top: 15%;
}
.swiper-slide {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}
.center_item2 {
    display: flex;
    padding-left: 10%;
    width: 82%;
    text-align: left;
    line-height: 20px;
}
@media only screen and (min-width: 700px) {
	.center_item2{ margin-left: 31% !important;}
}
   
.center_img{
    justify-content:center;
}
.center_img .detail_image{
    width: 160px;
    height: 200px;
    border: 1px solid #D3D3D3;
    margin-bottom: 20px;
}
.center_item2 span:first-child{
    white-space: nowrap;
}
.middle{
    text-align: center;
    margin-top: 30px;
}