@charset "utf-8";
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,
font,
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,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html,
body {
    height: 100%;
}
a {
    text-decoration: none;
}
img {
    vertical-align: top;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
pre {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    *white-space: normal !important;
}
body {
    overflow: hidden;
    position: relative;
}
.tc {
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
iframe {
    width: 100%;
    height: 100%;
}
.search {
    background: white;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 20px 20px 10px 20px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px #b1b1b1;
    -moz-box-shadow: 2px 2px 10px #b1b1b1;
    -ms-box-shadow: 2px 2px 10px #b1b1b1;
    -o-box-shadow: 2px 2px 10px #b1b1b1;
    box-shadow: 2px 2px 10px #b1b1b1;
}
.search .close {
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 24px;
    text-align: center;
    right: -10px;
    top: -10px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: none;
}
.icon {
    position: absolute;
    width: 32px;
    height: 32px;
    left: -10px;
    top: -10px;
    background: url("../images/icon.png") no-repeat;
    background-size: cover;
    display: none;
}
.searchUl {
    width: 300px;
}
.searchUl li {
    margin-bottom: 10px;
}
.searchUl li select {
    width: 100%;
    padding: 0 5px;
    height: 37px;
    border-color: #d4d3d3ee;
    background: #fbfbfb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}
.searchUl li #searchBtn,
#back {
    padding: 8px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    background: #06af71;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}
#back {
    background: #8d8d8d;
}
.tips {
    text-align: center;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 80%;
    padding: 12px 20px;
    z-index: 9;
    line-height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: none;
}
.tips span {
    display: none;
    position: absolute;
    border-bottom: 20px solid rgba(0,0,0,0.5);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
.tips span:after {
    border-top: 20px solid rgba(0,0,0,0.5);
    border-bottom: 20px solid transparent;
}
.disTable {
    display: table;
    width: 100%;
}
.disTable span {
    width: 50%;
    display: table-cell;
    padding: 0 5px 0 0;
}
.disTable span:nth-child(2) {
    padding: 0 0 0 5px;
}
@media only screen and (max-width: 768px) {
    .searchUl {
        width: 100%;
    }
    .search {
        top: inherit;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    .search .close {
        display: block;
    }
    .search .tips {
        display: none;
    }
}
