@charset "utf-8";
a,
b,
body,
button,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
input,
label,
li,
ol,
p,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
a,
:hover {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li,
ol,
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  color: #fff500!important;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}
img {
  border: 0;
  width: 100%;
  outline: none;
}
img {
  border: 0!important;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
html {
  width: 100%;
  min-width: 1200px;
  background-color: #0f111a;
  font-family: 'sans-serif', 'Microsoft YaHei', '微软雅黑', 'Tahoma', 'Helvetica';
}
select,
option,
input,
textarea,
button {
  font-family: 'sans-serif', 'Microsoft YaHei', '微软雅黑', 'Tahoma', 'Helvetica';
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
html.fixed,
body.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*navigation end*/
/*footer*/
footer {
  min-width: 1200px;
  background: #1a1e2a;
  width: 100%;
}
footer .footer {
  width: 1200px;
  margin: 0 auto;
  background: url("../img/uc/logoewan.png") no-repeat 20px center;
  padding: 30px 0 10px;
  font-size: 14px;
  text-align: left;
  height: 125px;
}
footer .footer section {
  color: #a4a4a4;
  width: 900px;
}
footer .footer section p {
  line-height: 26px;
  margin: 0;
}
footer .footer section a,
footer .footer section span {
  color: #a4a4a4;
  margin: 0 5px;
}
footer .footer section a:hover {
  color: #e1a252;
}
footer .footer .logo {
  width: 229px;
  height: 97px;
}
footer .footer .logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.new footer {
  position: static;
}
/*footer end*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #000000;
}
::-webkit-scrollbar-track-piece {
  background-color: #000000;
  -webkit-border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #222222;
  border: none;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #fad733;
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 375px) and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 639px) {
  html {
    font-size: 16px;
  }
}