header {
  width: 100%;
}

header .welcome {
  width: 100%;
  height: 30px;
  background-color: #f6f7fb;
  line-height: 30px;
}

header .welcome div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

header .welcome div p {
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}

header .welcome div p span {
  display: inline;
  color: #e92817;
}

header .logo {
  width: 1200px;
  height: 48px;
  margin: 12px auto;
}

header .logo a {
  height: 48px;
}

header .logo a img {
  width: auto;
  height: 100%;
}

.banner {
  width: 100%;
  height: 551px;
  background: url(../../../images/news/stgs/banner.png?v=2) no-repeat center top;
  background-size: 1920px 551px;
  position: relative;
}

.banner::after {
  display: block;
  content: '';
  width: 100%;
  height: 450px;
  background: #f2333d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.ranking {
  width: 1200px;
  margin: 0 auto;
  margin-top: -68px;
  position: relative;
  z-index: 1;
}

.ranking video {
  float: left;
  display: block;
  width: 660px;
  height: 370px;
  background-color: #160102;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.ranking .tips-cont {
  float: right;
  width: 500px;
}

.ranking .tips-cont h6,
.ranking .tips-cont p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 15px;
}

.ranking .tips-cont h6 a,
.ranking .tips-cont p a {
  display: inline;
  color: #f2333d;
}

.ranking .tips-cont h6 {
  color: #222222;
  line-height: 1;
  font-weight: normal;
  margin-top: 80px;
}

.ranking .tips-cont .ranking-btn {
  width: 100%;
  height: 77px;
}

.ranking .tips-cont .ranking-btn a {
  width: 240px;
  height: 77px;
  float: left;
  background: url(../../../images/news/stgs/btn.png) no-repeat center center;
  background-size: 100%;
}

h1 {
  width: 1200px;
  font-size: 18px;
  line-height: 25px;
  color: #222222;
  margin: 50px auto 30px auto;
  font-weight: normal;
}

h1 img {
  float: left;
  margin: 0 10px 0 20px;
  transform-origin: top center;
  -ms-transform-origin: top center;
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
  animation: bellring 2.5s ease infinite;
  -ms-animation: bellring 2.5s ease infinite;
  -moz-animation: bellring 2.5s ease infinite;
  -webkit-animation: bellring 2.5s ease infinite;
  -o-animation: bellring 2.5s ease infinite;
}

@keyframes bellring {

  0%,
  30% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }

  37% {
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
  }

  44% {
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
  }

  51% {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }

  58% {
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
  }

  65% {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }

  72% {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }

  79% {
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }

  86% {
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
}

h1 span {
  display: inline;
  color: #f2333d;
}

.tips {
  width: 1200px;
  margin: 30px auto;
  color: #f2333d;
  line-height: 1;
  text-align: right;
}

footer {
  width: 100%;
  padding: 15px 0;
  letter-spacing: 2px;
  background-color: #262525;
  color: #999999;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

footer a {
  display: inline;
  color: #999999;
}

.choose {
  width: 1200px;
  margin: 0 auto 15px auto;
}

.choose div {
  width: auto;
  height: 45px;
  float: left;
  margin-right: 10px;
  position: relative;
}

.choose div p {
  height: 38px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dddddd;
  line-height: 38px;
  padding: 0 20px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.choose div p::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 20px;
  width: 11px;
  height: 7px;
  background: url(../../../images/news/sel-after.png) no-repeat center center;
  background-size: 11px 7px;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.choose div p.hover {
  border: solid 1px #f2333d;
  color: #f2333d;
}

.choose div p.hover::after {
  background: url(../../../images/news/sel-before.png) no-repeat center center;
  background-size: 11px 7px;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.choose div:first-child ul {
  width: 80px;
}

.choose div:last-child ul {
  width: 140px;
}

.choose div ul {
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(218, 218, 218, 0.6);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
}

.choose div ul.hover {
  display: block;
}

.choose div ul li {
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.choose div ul li:hover,
.choose div ul li.hover {
  background: #dc0000;
  cursor: pointer;
}

.choose div ul li:hover a,
.choose div ul li.hover a {
  color: #ffffff;
}

.choose div ul li:last-child {
  border-bottom: none;
}

.ranking-list {
  width: 1200px;
  background-color: #f2333d;
  border: 1px solid #f2333d;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
}

.ranking-list .list-head,
.ranking-list li {
  width: 100%;
  height: 80px;
}

.ranking-list .list-head h5 {
  width: 20%;
  text-align: center;
  line-height: 80px;
  float: left;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}

.ranking-list .list-head h5:nth-child(3) {
  display: none;
}

.ranking-list .list-head h5:nth-child(4) {
  width: 40%;
}

.ranking-list li {
  background: #ffffff;
}

.ranking-list li p {
  float: left;
  width: 20%;
  height: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
  color: #333333;
}

.ranking-list li p:nth-child(2) {
  color: #999999;
}

.ranking-list li p:nth-child(3) {
  color: #bb6b0d;
  display: none;
}

.ranking-list li p:nth-child(4) {
  width: 40%;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.ranking-list li p:nth-child(4) i {
  width: 100%;
  line-height: 26px;
  max-height: 52px;
  display: -webkit-box;
  color: #333333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.ranking-list li p:nth-child(4) span {
  display: none;
  padding: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #f2333d;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  z-index: 2;
}

.ranking-list li p:nth-child(5) {
  font-size: 22px;
  color: #de0f1a;
}

.ranking-list li:nth-child(odd) {
  background-color: #fff9f9;
}

.ranking-list li:nth-child(2) p:first-child,
.ranking-list li:nth-child(3) p:first-child,
.ranking-list li:nth-child(4) p:first-child,
.ranking-list li p:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.ranking-list li:nth-child(2) p:first-child::before {
  content: '';
  display: block;
  width: 31px;
  height: 30px;
  background: url(../../../images/news/stgs/one.png) no-repeat center center;
  background-size: 100%;
  margin-right: 12px;
}

.ranking-list li:nth-child(3) p:first-child::before {
  content: '';
  display: block;
  width: 31px;
  height: 30px;
  background: url(../../../images/news/stgs/two.png) no-repeat center center;
  background-size: 100%;
  margin-right: 12px;
}


.ranking-list li:nth-child(4) p:first-child::before {
  content: '';
  display: block;
  width: 31px;
  height: 30px;
  background: url(../../../images/news/stgs/three.png) no-repeat center center;
  background-size: 100%;
  margin-right: 12px;
}

.ranking-list li p:last-child span {
  width: 52px;
  border-radius: 10px;
  border: 1px solid #ffeced;
  overflow: hidden;
  margin-left: 20px;
  cursor: pointer;
  display: none;
}

.ranking-list li p:last-child span img {
  width: 52px;
}

.viewer-footer {
  display: none;
}

.layer {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  display: none;
}

.sub-msg {
  position: fixed;
  width: 620px;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 3;
  opacity: 0;
  padding: 40px 0;
}

.sub-msg .close {
  width: 30px;
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}

.sub-msg .msg-form {
  overflow-y: auto;
  width: 100%;
  height: 74vh;
  border-radius: 0 0 10px 10px;
}

.sub-msg form {
  display: block;
  width: 480px;
  margin: 0 auto;
}

.sub-msg form label {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.sub-msg form label .checked {
  opacity: 0.5;
}

.sub-msg form label .layui-input,
.sub-msg form label .layui-textarea {
  padding-left: 0;
}

.sub-msg form label input {
  width: 478px;
  height: 48px;
  background-color: #f8f7f7;
  border-radius: 25px;
  border: 1px solid #f8f7f7;
  overflow: hidden;
  font-size: 14px;
  text-indent: 20px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.sub-msg form .phone-item {
  width: 100%;
  margin-bottom: 20px;
}

.sub-msg form .phone-item label {
  margin-bottom: 0;
}

.sub-msg form .phone-item label:first-child {
  width: 290px;
}

.sub-msg form .phone-item label:first-child input {
  width: 288px;
}

.sub-msg form .phone-item label:nth-child(2) {
  width: 170px;
}

.sub-msg form .phone-item label:nth-child(2) input {
  width: 168px;
}

.sub-msg form .phone-item label:nth-child(2) button {
  padding: 0 10px;
  height: 30px;
  background-color: #f2333d;
  border-radius: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.sub-msg form label:nth-child(3) input {
  width: 288px;
  float: left;
}

.sub-msg form label:nth-child(3) img {
  width: auto;
  height: 50px;
  float: right;
  cursor: pointer;
}

.sub-msg form label select {
  width: 478px;
  height: 48px;
  background-color: #f8f7f7;
  border-radius: 25px;
  font-size: 14px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #f8f7f7;
  letter-spacing: 2px;
}

.sub-msg form label .layui-input {
  text-indent: 20px;
}

.sub-msg form label .layui-input:hover,
.sub-msg form label .layui-textarea:hover {
  border-color: #fffbfa !important;
}

.sub-msg form label .layui-form-select .layui-edge {
  right: 20px;
}

.sub-msg form label .layui-form-select dl {
  top: 48px;
  bottom: auto;
  border: solid 1px #f2333d;
}

.sub-msg form label .layui-form-select dl dd,
.sub-msg form label .layui-form-select dl dt {
  font-size: 14px;
  padding: 0 20px;
  letter-spacing: 2px;
  line-height: 40px;
}

.sub-msg form label .layui-form-select dl dd.layui-select-tips {
  padding: 0 20px !important;
}

.sub-msg form label .layui-form-select dl dd:hover {
  background-color: #fffbfa;
}

.sub-msg form label .layui-form-select dl dd.layui-this {
  background: #f2333d;
}

.sub-msg form label span {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #f2333d;
  line-height: 1;
  position: absolute;
  left: 20px;
  bottom: -16px;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.sub-msg form label span.error {
  opacity: 1;
}

.sub-msg form label input.error,
.sub-msg form label select.error,
.sub-msg form label textarea.error {
  border: 1px solid #f2333d;
}

.sub-msg form label textarea {
  width: 438px;
  height: 70px;
  border: 1px solid #f8f7f7;
  background-color: #f8f7f7;
  border-radius: 25px;
  font-size: 14px;
  line-height: 28px;
  padding: 15px 20px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.sub-msg form .imglabel {
  width: 100%;
  height: auto;
  position: relative;
}

.sub-msg form .imglabel p {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  float: left;
  color: #f2333d;
  color: #b9b8b8;
}

.sub-msg form .imglabel .layui-upload-list {
  float: left;
  margin: 15px 0 20px 0;
}

.sub-msg form .imglabel .layui-upload-list div {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  border: solid 2px #f8f7f7;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.sub-msg form .imglabel .layui-upload-list div img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sub-msg form .imglabel .upload {
  float: left;
  width: 90px;
  height: 90px;
  border: solid 2px #f8f7f7;
  border-radius: 8px;
  background: url(../../../images/news/stgs/addimg.png) no-repeat center center;
  background-size: 35px 35px;
  cursor: pointer;
  margin: 15px 0 20px 0;
}

.sub-msg form .tj {
  width: 480px;
  height: 50px;
  background-color: #f2333d;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 3px;
  color: #ffffff;
  cursor: pointer;
}

.sub-msg form .checked-no {
  opacity: 0.5;
}

.sub-msg-open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}

.sub-msg .form-tips {
  width: 100%;
  margin: 0 auto;
}

.sub-msg .form-tips p {
  text-indent: 62px;
  color: #222222;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}

.sub-msg .form-tips p img {
  width: auto;
  float: left;
  height: 14px;
  margin: 0 5px 0 62px;
}

.sub-msg .form-tips p span {
  display: inline;
  color: #f2333d;
}

.sub-msg .form-tips p:first-child {
  text-indent: 0;
  margin-top: 25px;
}