@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
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,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #000;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transparency {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.transparency.transparency-visible {
  opacity: 1;
  visibility: visible;
}
#searchPopup {
  position: absolute;
  z-index: 999;
  top: 140px;
  left: 0;
  width: 100%;
  height: 70px;
  opacity: 0;
  visibility: hidden;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  transition: opacity .3s, visibility .3s;
}
#searchPopup > .container {
  position: relative;
  padding-right: 50px;
}
#searchPopup.searchPopup-visible {
  opacity: 1;
  visibility: visible;
  animation: slideInDown .3s;
}
#searchPopup.searchPopup-visible .close {
  transform: translateY(0) scale(1);
}
#searchPopup .btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: url(../images/search.png) no-repeat center;
}
#searchPopup .close {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: transform .3s;
  transform: translateY(0) scale(1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: url(../images/cloase.png) no-repeat center;
}
#searchPopup input[type="search"] {
  height: 55px;
  line-height: 55px;
  border: none;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]:focus {
  color: #fff;
}
#searchPopup input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.header-search .pull-right {
  width: 28px;
  height: 28px;
}
.header-search .pull-right a {
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  background: url("../images/search.png") no-repeat center center;
  background-size: 16px;
}
.header .header-search .search {
  z-index: 9;
  position: relative;
}
.header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}
.header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}
.header-search .search .search-main {
  top: 20px;
  right: -20px;
  z-index: 9;
  width: 340px;
  display: none;
  padding: 20px;
  position: absolute;
}
.header-search .search-container {
  background-color: #fff;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header-search .search-container .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 42px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  -webkit-appearance: none;
  background-color: #ffffff;
}
.header-search .search-container .btn {
  top: 0;
  right: 0;
  color: #043b83;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: url(../images/search.png) no-repeat center center #ee922b;
  background-size: 20px;
}
.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
