@import "header.css";
@import "footer.css";
body {
  margin: 0 auto;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", SimSun, Helvetica,
    sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz--text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  min-width: 1200px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a,
button,
input,
textarea {
  outline: 0;
}

.btn,
img {
  user-select: none;
}

::selection {
  background-color: #dda960;
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.9);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.bz {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.circle {
  border-radius: 50%;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.zF {
  z-index: 999;
}

.full {
  width: 100%;
}

.hide {
  display: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vm {
  vertical-align: middle;
}

.vtop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pr {
  position: relative;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fw {
  font-weight: 700;
}

.line {
  position: relative;
}

.line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ddd;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.fs0 {
  font-size: 0;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs32 {
  font-size: 32px;
}

.fs36 {
  font-size: 36px;
}

.fs48 {
  font-size: 48px;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c7 {
  color: #777;
}

.ca {
  color: #aaa;
}

.ca3 {
  color: #a3a3a3;
}

.cf {
  color: #fff;
}

.link {
  color: #007aff;
}

.reg {
  font-size: 60%;
  margin-right: 6px;
}

.matrixs {
  margin-left: 16px;
  margin-bottom: 12px;
}

.matrix {
  display: inline-block;
  background-color: #dda960;
  width: 8px;
  height: 8px;
  margin: 15px 16px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  behavior: url(../ie-css3.htc);
}

.btn-default {
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  width: 148px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
}

/* .btn-black {
  position: relative;
  width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  background-image: -webkit-linear-gradient(-180deg, #ffe198 0%, #c1973d 100%);
  background-image: linear-gradient(-180deg, #ffe198 0%, #c1973d 100%);
  border: 1px solid #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
} */

.btn-black {
  position: relative;
  width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  background: #dda960;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.btn:hover {
  color: #dda960;
  border-color: #dda960 !important;
}

.btn-black:hover {
  color: #fff;
  border: 1px solid #ffffff !important;
}

.btn-black:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 3px;
  padding: 8px 2.5%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 260px;
}

.btn-join:active,
.btn-join:focus,
.btn-join:hover {
  color: #fff;
}

.arrow {
  width: 16px;
  height: 16px;
  border-top: 2px solid #606060;
  border-right: 2px solid #606060;
  display: inline-block;
  margin-top: 10px;
  behavior: url(../ie-css3.htc);
}

.arrow-right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-up {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-down {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow-left {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-item1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex-item2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}

.flex-item3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}

.flex-item4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}

.back2top {
  position: fixed;
  right: 0;
  bottom: 30px;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  transition: 0.5s;
  transform: translate3d(100px, 0, 0);
  -webkit-transition: 0.5s;
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transition: 0.5s;
  -moz-transform: translate3d(100px, 0, 0);
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #fff;
  cursor: pointer;
  z-index: 10;
  behavior: url(../ie-css3.htc);
}

.back2top.is-active {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  behavior: url(../ie-css3.htc);
}

.back2top span {
  border-color: #fff;
}

.back2top:hover {
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.kf {
  position: fixed;
  right: 0;
  bottom: 140px !important;
}

.kf img {
  width: 50px;
}

@media screen and (min-width: 1920px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  h2.fs36 {
    font-weight: 100;
  }
  .section1 {
    margin: 80px auto !important;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

[title="站长统计"] {
  display: none;
}
