
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #8cc332;
  outline: none;
}

li {
  list-style: outside none;
}

h1 {
  font-size: 16px;
}

h2, h3, h4, h5 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

/**/
.fans-foot-cookie {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1d1d1d;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  padding: 20px 100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}
.fans-foot-cookie .msg {
  flex: 0 1 auto;
  padding-right: 20px;
}
.fans-foot-cookie .msg a {
  color: #8cc332;
  text-decoration: underline;
}
.fans-foot-cookie .btns {
  flex: 0 0 auto;
  display: flex;
  padding-top: 15px;
}
.fans-foot-cookie .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  padding: 0 20px;
  height: 50px;
  border: #fff solid 1px;
  color: #fff;
}
.fans-foot-cookie .btns a:hover, .fans-foot-cookie .btns a.on {
  background: #8cc332;
  border-color: #8cc332;
  color: #fff;
}

.fans-page-layer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  transition: all 0.5s ease;
}
.fans-page-layer.show {
  opacity: 1;
  visibility: visible;
}
.fans-page-layer .container {
  width: 800px;
  min-height: 450px;
  background: #1d1d1d;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 50px 60px 60px;
}
.fans-page-layer .close {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../image/close23.png") center no-repeat;
}
.fans-page-layer .logo {
  width: 173px;
  margin: 0 auto;
}
.fans-page-layer .content {
  min-height: 230px;
  padding: 45px 0;
  line-height: 24px;
  letter-spacing: 1px;
}
.fans-page-layer .btns {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
.fans-page-layer .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 25px;
  width: 223px;
  height: 52px;
  border: #fff solid 1px;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
}
.fans-page-layer .btns a:hover, .fans-page-layer .btns a.on {
  background: #8cc332;
  border-color: #8cc332;
  color: #fff;
}

.fans-cookie {
  padding: 50px 50px 135px 50px;
  background: #1d1d1d;
  color: #fff;
  min-height: 100vh;
}
.fans-cookie .wal {
  max-width: 1540px;
  margin: 0 auto;
}
.fans-cookie .hd .name {
  padding-bottom: 10px;
  font-size: 16px;
  opacity: 0.8;
}
.fans-cookie .hd .select {
  position: relative;
  width: 448px;
  height: 60px;
  line-height: 60px;
  background: #393939;
  padding: 0 25px;
  font-size: 18px;
}
.fans-cookie .hd .select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: url("../image/select19.png") center no-repeat;
}
.fans-cookie .hd .select dl {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 100%;
  right: 0;
  background: #393939;
  display: none;
}
.fans-cookie .hd .select dl dd {
  border-top: rgba(255, 255, 255, 0.1) solid 1px;
}
.fans-cookie .hd .select dl a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 25px;
}
.fans-cookie .hd .select dl a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.fans-cookie .hd .select:hover dl {
  display: block;
}
.fans-cookie .content {
  font-size: 16px;
  line-height: 1.8em;
  max-width: 1040px;
}
.fans-cookie .content p {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 24px;
}
.fans-cookie .content .title {
  padding-bottom: 24px;
  font-size: 30px;
}
.fans-cookie .content .name {
  font-weight: 600;
  padding-bottom: 5px;
}
.fans-cookie .content a {
  color: #8cc332 !important;
}

@media screen and (max-width: 800px) {
  .fans-foot-cookie {
    font-size: 12px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    justify-content: center;
    height: auto;
    align-items: center;
  }
  .fans-foot-cookie .msg {
    line-height: 1.6em;
    padding: 0 0 10px 0;
    text-align: center;
  }
  .fans-foot-cookie .btns a {
    margin: 0 10px;
    width: 90px;
    height: 30px;
  }

  .fans-page-layer .container {
    width: 350px;
    min-height: 150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 13px;
  }
  .fans-page-layer .close {
    width: 40px;
    height: 40px;
    background-size: 14px;
  }
  .fans-page-layer .logo {
    width: 90px;
  }
  .fans-page-layer .content {
    min-height: 30px;
    padding: 15px 0;
    line-height: 1.7em;
    letter-spacing: 0;
  }
  .fans-page-layer .btns a {
    margin: 0 5px;
    width: 210px;
    height: 36px;
  }

  .fans-cookie {
    padding: 50px 15px 100px 15px;
  }
  .fans-cookie .hd .name {
    font-size: 14px;
  }
  .fans-cookie .hd .select {
    width: 250px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 15px;
  }
  .fans-cookie .hd .select:after {
    width: 40px;
    background-size: 10px;
  }
  .fans-cookie .hd .select dl a {
    line-height: 38px;
    font-size: 14px;
    padding: 0 15px;
  }
  .fans-cookie .content {
    padding-top: 35px;
    font-size: 13px;
  }
  .fans-cookie .content p {
    padding-bottom: 16px;
  }
  .fans-cookie .content .title {
    padding-bottom: 16px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=index.css.map */
