html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333; }

html.watch {
  width: 100%;
  height: 100%; }
  html.watch body {
    width: 100%;
    height: 100%;
    overflow: hidden; }

* {
  box-sizing: border-box; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix:before, .clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  padding-top: 32px;
  z-index: 10; }
  .banner .logo {
    width: 274px;
    height: 64px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url("../images/icon_name.png"); }
  .banner .logo-name {
    width: 1207px;
    height: 130px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url("../images/title.png"); }
  .banner .time-wrap {
    width: 710px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 9px;
    color: #1a008e;
    background: #dafef7;
    border-radius: 40px; }

.zx-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: #464bb6; }
  .zx-banner .img-1 {
    position: absolute;
    top: 0;
    right: 220px;
    width: 184px;
    height: 73px;
    background-size: 100% 100%;
    background-image: url("../images/img-1.png"); }
  .zx-banner .img-2 {
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 189px;
    height: 128px;
    background-size: 100% 100%;
    background-image: url("../images/img-2.png"); }
  .zx-banner .img-3 {
    position: absolute;
    bottom: 0;
    left: 126px;
    width: 136px;
    height: 165px;
    background-size: 100% 100%;
    background-image: url("../images/img-3.png"); }
  .zx-banner .img-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 206px;
    height: 201px;
    background-size: 100% 100%;
    background-image: url("../images/img-4.png"); }
  .zx-banner .img-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-image: url("../images/img-6.png"); }

.wrapper-box {
  padding-top: 300px;
  padding-bottom: 50px;
  background: #f8f8f8; }

.wrapper {
  position: relative;
  width: 1000px;
  height: auto;
  padding: 46px 50px 50px 50px;
  margin: 0 auto;
  z-index: 30;
  background: #fff; }

.content-font {
  font-size: 16px; }

.title-name {
  margin-top: 17px;
  margin-bottom: 8px;
  font-weight: bolder; }

.img-list-wrap {
  width: 100%;
  height: auto;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .img-list-wrap.is-prohibit .prohibit {
    display: block; }
  .img-list-wrap .prohibit {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: none; }
  .img-list-wrap .list {
    width: 260px;
    margin-bottom: 78px; }
    .img-list-wrap .list.active .vote-wrap .type-box {
      background: #4d77f8;
      border: 1px solid #4d77f8; }
    .img-list-wrap .list.active .prohibit {
      display: none; }
    .img-list-wrap .list a {
      position: relative;
      width: 100%;
      height: 195px;
      display: block;
      background-size: cover;
      background-repeat: no-repeat; }
    .img-list-wrap .list .title-num {
      position: absolute;
      top: 0;
      left: 0;
      height: 30px;
      padding-left: 12px;
      padding-right: 12px;
      line-height: 30px;
      font-size: 14px;
      color: #fff;
      background: rgba(0, 0, 0, 0.6); }
    .img-list-wrap .list .mess-wrap {
      width: 100%;
      height: 45px;
      padding-right: 10px;
      padding-left: 10px;
      font-size: 16px;
      color: #fff;
      background: rgba(0, 0, 0, 0.6);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .img-list-wrap .list .operation {
      position: relative;
      width: 100%;
      height: auto;
      margin-top: 13px; }
    .img-list-wrap .list .vote-wrap,
    .img-list-wrap .list .watch-wrap {
      position: relative;
      width: 122px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      text-align: center;
      border: 1px solid #333;
      border-radius: 5px;
      display: block; }
    .img-list-wrap .list .vote-wrap {
      color: #4d77f8;
      border-color: #4d77f8;
      cursor: pointer; }
      .img-list-wrap .list .vote-wrap .type-box {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 28px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        margin: auto;
        display: inline-block;
        color: #fff;
        border: 1px solid #c7c7c7;
        border-radius: 3px; }
      .img-list-wrap .list .vote-wrap .vote-name {
        margin-left: 40px; }
      .img-list-wrap .list .vote-wrap input {
        display: none; }
    .img-list-wrap .list .watch-wrap {
      color: #f28a8a;
      border-color: #f28a8a; }
      .img-list-wrap .list .watch-wrap.active {
        color: #f28a8a; }

.submit-box {
  width: 368px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background: #7092f9;
  display: block;
  border: 1px solid transparent;
  outline: none;
  list-style: none;
  cursor: pointer; }
  .submit-box:active {
    background: #1a008e; }

.swiper-box {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .swiper-box.active {
    z-index: 88; }
  .swiper-box .clear-img {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 45px;
    cursor: pointer; }
  .swiper-box .img-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    background-size: cover; }
  .swiper-box .mess-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.6); }

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.success-img {
  width: 100px;
  height: 100px;
  margin: 100px auto 20px auto;
  background-image: url(../images/icon_ok.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.success-text {
  margin-bottom: 90px;
  text-align: center;
  font-size: 20px;
  color: #69ca67; }
