@import "base.css";
@import "style-tc.css";
@import "hover.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  min-width: 1100px!important;
  width: 100%;
  margin: 0 auto!important;
  background: #ff4c00;
}
body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  body {
    background: #ff4c00;
  }
  :root {
    --baseWidth: 7rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --baseWidth: 12rem;
  }
}
.wrap {
  width: var(--baseWidth);
  margin: auto;
  text-align: center;
  position: relative;
}
.banner-box {
  position: relative;
  height: 9.48rem;
  width: 100%;
  text-align: center;
  background: url("../images/banner.png") no-repeat center top;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.banner-box .wrap {
  height: 9.48rem;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.banner-box .logo {
  width: 2.41rem;
  height: 0.78rem;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-box .logo img {
  width: 1.82rem;
  margin: auto;
}
.banner-box .banPic {
  width: 100%;
  clear: both;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.banner-box .banPic.show {
  display: flex;
}
.banner-box .banPic img.theme01 {
  width: 8.25rem;
  display: block;
  position: absolute;
  left: 1.72rem;
  top: 0.59rem;
  animation: scale2 1s linear infinite alternate;
  -o-animation: scale2 1s linear infinite alternate;
  -moz-animation: scale2 1s linear infinite alternate;
  -webkit-animation: scale2 1s linear infinite alternate;
}
.banner-box .banPic img.ban_ip01 {
  width: 1.48rem;
  display: block;
  position: absolute;
  top: 0.61rem;
  right: 2.36rem;
  animation: moveY 1s linear infinite alternate;
  -o-animation: moveY 1s linear infinite alternate;
  -moz-animation: moveY 1s linear infinite alternate;
  -webkit-animation: moveY 1s linear infinite alternate;
}
.banner-box .banPic img.ban_gold01 {
  width: 0.52rem;
  display: block;
  position: absolute;
  right: 1.93rem;
  top: 2.75rem;
  animation: moveY 1s linear infinite alternate;
  -o-animation: moveY 1s linear infinite alternate;
  -moz-animation: moveY 1s linear infinite alternate;
  -webkit-animation: moveY 1s linear infinite alternate;
}
.banner-box .banPic img.ban_flower {
  width: 10.79rem;
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 1.64rem;
  animation: showL 1s linear infinite alternate;
  -o-animation: showL 1s linear infinite alternate;
  -moz-animation: showL 1s linear infinite alternate;
  -webkit-animation: showL 1s linear infinite alternate;
}
.banner-box .banPic img.ban_dl01 {
  width: 7.54rem;
  display: block;
  position: absolute;
  top: 0;
  right: -4rem;
}
.banner-box .banPic img.ban_dl02 {
  width: 7.6rem;
  display: block;
  position: absolute;
  top: 2.2rem;
  left: -4rem;
}
.banner-box .banPic img.theme02 {
  width: 8.24rem;
  display: block;
  position: absolute;
  left: 1.72rem;
  top: 0.64rem;
  animation: scale2 1s linear infinite alternate;
  -o-animation: scale2 1s linear infinite alternate;
  -moz-animation: scale2 1s linear infinite alternate;
  -webkit-animation: scale2 1s linear infinite alternate;
}
.banner-box .banPic .searchIcon {
  width: 1.09rem;
  height: 0.93rem;
  display: block;
  position: absolute;
  top: 3.96rem;
  right: 2.43rem;
}
.banner-box .banPic .searchIcon img {
  position: absolute;
  width: 100%;
}
.banner-box .banPic img.ban_gold02 {
  width: 6.31rem;
  display: block;
  position: absolute;
  left: 2.65rem;
  top: 0.85rem;
  animation: moveY 1s linear infinite alternate;
  -o-animation: moveY 1s linear infinite alternate;
  -moz-animation: moveY 1s linear infinite alternate;
  -webkit-animation: moveY 1s linear infinite alternate;
}
.phase {
  width: 100%;
  clear: both;
  margin-top: 6.87rem;
  height: 2.61rem;
  background: url("../images/ban-phase01.png") no-repeat center top / auto 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.phase::before {
  content: '';
  width: 9.39rem;
  height: 0.37rem;
  display: block;
  background: url("../images/ban-schedule01.png") no-repeat center / 100%;
  margin-top: 0.55rem;
}
.phase .item {
  width: 5rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-top: -0.42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Noto Serif SC', serif;
  align-content: center;
  color: #5c5c5c;
}
.phase .item i {
  width: 0.46rem;
  height: 0.46rem;
  display: block;
  margin: auto 2rem;
  clear: both;
  background: url("../images/ban-icon01.png") no-repeat center / 100%;
}
.phase .item .box {
  width: 2.56rem;
  height: 1.06rem;
  border: solid 0.02rem #fda24a;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.1rem;
  padding: 0;
  margin-top: 0.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.phase .item time {
  width: 1.56rem;
  height: 0.51rem;
  display: block;
  background: url("../images/ban-time02.png") no-repeat center top / 100%;
  font-size: 0.22rem;
  line-height: 0.43rem;
  font-weight: bold;
  color: #fff;
  margin: 0.09rem auto 0.03rem;
}
.phase .item span {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  display: block;
}
.phase .item.now {
  color: #f24400;
}
.phase .item.now .box {
  background: #fff;
}
.phase .item.now time {
  background: url("../images/ban-time01.png") no-repeat center top / 100%;
}
.phase .item.now i {
  background: url("../images/ban-icon02.png") no-repeat center / 100%;
}
.phase.levelSecond::before {
  background: url("../images/ban-schedule02.png") no-repeat center / 100%;
}
.phase.levelSecond .item01.now {
  color: #f24400;
}
.phase.levelSecond .item01.now time {
  background: url("../images/ban-time01.png") no-repeat center top / 100%;
}
.phase.levelSecond .item01.now i {
  background: url("../images/ban-icon02.png") no-repeat center / 100%;
}
.phase.levelSecond .item02.now {
  color: #0095a2;
}
.phase.levelSecond .item02.now time {
  background: url("../images/ban-time03.png") no-repeat center top / 100%;
}
.phase.levelSecond .item02.now i {
  background: url("../images/ban-icon03.png") no-repeat center / 100%;
}
.pageBox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #ff4f00 url("../images/sec-bg01.jpg") no-repeat center top;
}
.sections {
  width: 100%;
  clear: both;
  float: left;
}
.baseKuang {
  width: 100%;
  min-height: 2.5rem;
  background: url("../images/sec-k03.png") no-repeat center / 100% 100%;
  position: relative;
  margin: 2.3rem auto 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.baseKuang::before {
  content: '';
  width: 100%;
  height: 2.3rem;
  display: block;
  background: url("../images/sec-k01.png") no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: -2.3rem;
}
.baseKuang::after {
  content: '';
  width: 100%;
  height: 1.7rem;
  display: block;
  background: url("../images/sec-k02.png") no-repeat center / 100%;
  position: absolute;
  left: 0;
  bottom: -1.7rem;
}
.baseKuang .secTit {
  width: 100%;
  clear: both;
  margin-top: -2.66rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.baseKuang .secTit img {
  height: 1.51rem;
  display: block;
}
.baseKuang .secMain {
  position: relative;
  z-index: 2;
}
.sec01 {
  background: url("../images/s1-bg.jpg") no-repeat center top;
  height: 10.79rem;
}
.sec01 .baseKuang {
  margin: 2.53rem auto 1.7rem;
}
.sec01 .s1-main {
  width: 10.57rem;
  height: auto;
}
.sec01 .s1-main .pic-box {
  width: 100%;
  height: 5.95rem;
  background: #fff;
  border-radius: 0.1rem;
  margin-top: -0.23rem;
  overflow: hidden;
}
.sec01 .s1-main .pic-box img {
  width: 100%;
  display: block;
}
.sec01 .s1-btm {
  width: 100%;
  clear: both;
  margin-top: 0.28rem;
  margin-bottom: -0.77rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec01 .s1-btm a {
  width: 2.82rem;
  height: 0.84rem;
  display: block;
  background: url("../images/s1-btn01.png") no-repeat center / 100%;
  font-size: 0.34rem;
  line-height: 0.84rem;
  color: #fff;
}
.sec01 .s1-btm a span {
  background: linear-gradient(to bottom, #fff 0%, #fff499 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec01 .s1-btm p {
  font-size: 0.2rem;
  line-height: 1;
  color: #87553c;
  width: 100%;
  clear: both;
  padding-top: 0.2rem;
}
.sec02 {
  height: 20.2rem;
  background: url("../images/s2-bg.jpg") no-repeat center top;
}
.sec02 .s2-main {
  width: 100%;
  margin-top: -0.4rem;
  float: left;
  margin-bottom: -0.86rem;
}
.sec02 .s2-main .tips {
  width: 7.67rem;
  height: 0.74rem;
  display: block;
  border-radius: 0.5rem;
  margin: auto;
}
.sec02 .s2-main .tips img {
  width: 100%;
  display: block;
  border-radius: 0.5rem;
  box-shadow: 0 0.15rem 0.15rem rgba(209, 19, 0, 0.42);
}
.sec02 .s2-main .yhqCard {
  width: 9.84rem;
  clear: both;
  margin: 0.25rem auto 0;
  position: relative;
}
.sec02 .s2-main .yhqCard img {
  width: 100%;
  display: block;
}
.sec02 .s2-main .yhqCard a {
  width: 1.31rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.45rem;
  margin-top: -0.655rem;
  animation: scale2 0.5s linear infinite alternate;
  -o-animation: scale2 0.5s linear infinite alternate;
  -moz-animation: scale2 0.5s linear infinite alternate;
  -webkit-animation: scale2 0.5s linear infinite alternate;
}
.sec02 .s2-main .itembox {
  width: 100%;
  clear: both;
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec02 .s2-main .itembox .item {
  width: 5.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0.15rem 0.31rem;
}
.sec02 .s2-main .itembox .item.type1 {
  height: 4.66rem;
}
.sec02 .s2-main .itembox .item.type2 {
  height: 3.27rem;
  margin-bottom: 0;
}
.sec02 .s2-main .itembox .item.type2 a {
  margin-top: -0.45rem;
}
.sec02 .s2-main .itembox .item a {
  width: 1.85rem;
  height: 0.54rem;
  display: block;
  margin-top: -0.33rem;
}
.sec02 .s2-main .itembox .item a img {
  width: 100%;
  display: block;
}
.sec02 .s2-main .zhu {
  font-size: 0.2rem;
  line-height: 1;
  color: #87553c;
  width: 100%;
  clear: both;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
}
.sec03 {
  height: 8.33rem;
  background: url("../images/s3-bg.jpg") no-repeat center top;
}
.sec03 .s3-main {
  width: 100%;
  margin-top: -0.42rem;
  float: left;
  margin-bottom: -0.86rem;
}
.sec03 .s3-main .tips {
  width: 9.91rem;
  height: 0.86rem;
  display: block;
  margin: auto;
}
.sec03 .s3-main .tips img {
  width: 100%;
  display: block;
  border-radius: 0.15rem;
  box-shadow: 0 0.15rem 0.15rem rgba(122, 153, 148, 0.42);
}
.sec03 .s3-main .itembox {
  width: 100%;
  clear: both;
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec03 .s3-main .itembox .item {
  width: 3.2rem;
  margin: 0 -0.05rem;
}
.sec03 .s3-main .itembox .item img {
  width: 100%;
  display: block;
  transition: all 0.8s;
}
.sec03 .s3-main .itembox .item:hover img {
  transform: scale(1.1);
}
.sec03 .s3-main .zhu {
  font-size: 0.2rem;
  line-height: 1;
  color: #87553c;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 2;
}
.sec04 {
  height: 6.57rem;
  background: url("../images/s4-bg.jpg") no-repeat center top;
}
.sec04 .s4-main {
  width: 100%;
  clear: both;
  margin: -0.38rem auto -0.84rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec04 .s4-main .item {
  width: 5.13rem;
  height: 1.51rem;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  box-sizing: border-box;
  margin: 0 0.135rem 0.18rem;
}
.sec04 .s4-main .item.item1 {
  border: solid 0.01rem #79beff;
  background: url("../images/s4-img01.png") no-repeat center / 100%;
}
.sec04 .s4-main .item.item1 span {
  background: #2f9dea;
}
.sec04 .s4-main .item.item1 .project {
  background: rgba(47, 157, 234, 0.1);
}
.sec04 .s4-main .item.item2 {
  border: solid 0.01rem #ffb24f;
  background: url("../images/s4-img02.png") no-repeat center / 100%;
}
.sec04 .s4-main .item.item2 .top span {
  background: #ff9c1b;
  margin: auto 0.08rem;
}
.sec04 .s4-main .item.item2 .top i {
  top: -0.36rem;
  right: 0;
}
.sec04 .s4-main .item.item2 .project {
  background: rgba(255, 156, 27, 0.1);
}
.sec04 .s4-main .item.item2 .project p {
  letter-spacing: -1px;
}
.sec04 .s4-main .item.item3 {
  border: solid 0.01rem #d785e4;
  background: url("../images/s4-img03.png") no-repeat center / 100%;
}
.sec04 .s4-main .item.item3 span {
  background: #a860f1;
}
.sec04 .s4-main .item.item3 .project {
  background: rgba(168, 96, 241, 0.1);
}
.sec04 .s4-main .item.item4 {
  border: solid 0.01rem #29bab1;
  background: url("../images/s4-img04.png") no-repeat center / 100%;
}
.sec04 .s4-main .item.item4 .top span {
  background: #47c6eb;
  font-size: 0.18rem;
  margin: auto 0.04rem;
}
.sec04 .s4-main .item.item4 .top i {
  bottom: -0.58rem;
  right: -0.24rem;
}
.sec04 .s4-main .item.item4 .project {
  background: rgba(71, 198, 235, 0.1);
}
.sec04 .s4-main .item .top {
  width: 100%;
  clear: both;
  margin-top: 0.19rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.sec04 .s4-main .item .top span {
  font-size: 0.2rem;
  line-height: 0.35rem;
  height: 0.35rem;
  display: block;
  color: #fff;
  font-weight: bold;
  border-radius: 0.05rem;
}
.sec04 .s4-main .item .top i {
  position: absolute;
  width: 0.83rem;
  height: 0.5rem;
  animation: moveX1 0.8s linear infinite alternate;
  -o-animation: moveX1 0.8s linear infinite alternate;
  -moz-animation: moveX1 0.8s linear infinite alternate;
  -webkit-animation: moveX1 0.8s linear infinite alternate;
}
.sec04 .s4-main .item .project {
  width: 4.72rem;
  height: 0.59rem;
  margin-top: 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec04 .s4-main .item .project p {
  font-size: 0.18rem;
  line-height: 0.23rem;
  color: #333;
  width: 4.4rem;
  display: block;
  text-align: left;
}
.sec04 .s4-main .item .project p b {
  font-weight: bold;
  color: #ff4d00;
}
.sec04 .s4-main .zhu {
  font-size: 0.2rem;
  line-height: 1;
  color: #87553c;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 2;
  margin-top: 0.18rem;
}
.sec05 {
  height: auto;
  padding-bottom: 0.78rem;
  background: #fc2800 url("../images/s5-bg.jpg") no-repeat center top;
}
.sec05 .s5-main {
  width: 100%;
  clear: both;
  margin: -0.38rem auto -0.73rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec05 .s5-main .comment,
.sec05 .s5-main .comDraw {
  width: 10.28rem;
  height: auto;
  background: url("../images/s5-img01.png") repeat-y center top / 100%;
  border-radius: 0.2rem;
  border: solid 0.02rem #ffffff;
  box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.4);
  margin-bottom: 0.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec05 .s5-main .comment {
  align-content: flex-start;
}
.sec05 .s5-main .comment p {
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #a04936;
  padding: 0.2rem 0 0.15rem;
  letter-spacing: -1px;
}
.sec05 .s5-main .comment textarea {
  width: 9.97rem;
  height: 1.54rem;
  display: block;
  resize: none;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
  border: solid #f3b67d 0.01rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.12rem rgba(255, 200, 130, 0.3) inset;
  background: #fff;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
.sec05 .s5-main .comment a {
  width: 2.06rem;
  height: 0.58rem;
  display: block;
  margin-top: -0.29rem;
  margin-bottom: 0.15rem;
  border-radius: 0.5rem;
  background: url("../images/s5-btn01.png") no-repeat center / 100%;
  box-shadow: 0 0.02rem 0.03rem #f9d7b7;
  font-size: 0.3rem;
  line-height: 0.58rem;
  font-weight: 700;
  text-shadow: 1px 0 0 #b3643a;
}
.sec05 .s5-main .comment a span {
  line-height: 1;
  background: linear-gradient(to bottom, #b3643a 0%, #863b2c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-main .comDraw {
  height: 1.03rem;
}
.sec05 .s5-main .comDraw a {
  width: 2.37rem;
  height: 0.81rem;
  display: block;
  margin: auto 0.18rem;
  font-size: 0.32rem;
  line-height: 0.81rem;
  font-weight: 700;
  transition: all 0.5s;
  background: url("../images/s5-btn03.png") no-repeat center / 100%;
}
.sec05 .s5-main .comDraw a span {
  background: linear-gradient(to bottom, #fff 0%, #ffeacf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-main .comDraw a:hover {
  transform: scale(1.1);
}
.sec05 .s5-main .commentList {
  width: 10.3rem;
  min-height: 3rem;
  border-radius: 0.2rem;
  border: solid 0.02rem #fff;
  background: #fff5e7;
  background: -webkit-linear-gradient(left, #fff, #ffeacf);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, #ffeacf);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, #ffeacf);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, #ffeacf);
  /* 标准的语法 */
  box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.4);
  margin-top: 0.3rem;
  margin-bottom: -0.13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec05 .s5-main .commentList .tit {
  font-size: 0.29rem;
  line-height: 0.34rem;
  color: #9e5133;
  height: 1.89rem;
  width: 0.62rem;
  background: url("../images/s5-img02.png") no-repeat center top / 100%;
  border-radius: 0.5rem;
  margin-left: -0.25rem;
}
.sec05 .s5-main .commentList .tit span {
  width: 0.54rem;
  display: block;
  margin: 0.03rem;
  border-radius: 0.5rem;
  padding: 0.22rem 0;
  font-weight: bold;
  background: linear-gradient(to bottom, #f97900 0%, #e32b00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-main .commentList .cont-list {
  width: 9.56rem;
  margin: 0 0.2rem 0.3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec05 .s5-main .commentList .cont-list .cont-item {
  width: 100%;
  background: #fd8b00;
  border-radius: 0.15rem;
  border: solid 0.01rem #f3b67d;
  box-sizing: border-box;
  margin-bottom: 0.22rem;
}
.sec05 .s5-main .commentList .cont-list .cont-item:first-child {
  margin-top: 0.27rem;
}
.sec05 .s5-main .commentList .cont-list .cont-item:last-child {
  margin-bottom: 0;
}
.sec05 .s5-main .commentList .cont-list .cont-item .content {
  width: 100%;
  background: #fff;
  border-radius: 0.15rem;
  border: solid 1px #fff;
  box-sizing: border-box;
  font-size: 0.2rem;
  line-height: 1.3;
  text-align: left;
  color: #7e7e7e;
  padding: 0.1rem 0.3rem;
  min-height: 0.95rem;
}
.sec05 .s5-main .commentList .cont-list .cont-item .btm {
  padding: 0.07rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  line-height: 1;
  color: #fff;
}
.sec05 .s5-main .commentList .cont-list .cont-item .btm .left {
  margin-left: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec05 .s5-main .commentList .cont-list .cont-item .btm .left time {
  margin-left: 0.15rem;
}
.sec05 .s5-main .commentList .cont-list .cont-item .btm .left::after {
  content: '';
  width: 4.5rem;
  height: 1px;
  margin-right: auto;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  /* 标准的语法 */
}
.sec05 .s5-main .commentList .cont-list .cont-item .btm .right {
  margin-right: 0.2rem;
}
.sec05 .s5-main .commentList .cont-list .cont-item .btm .right a {
  width: 0.4rem;
  height: 0.34rem;
  display: block;
  line-height: 0.34rem;
  color: #fff;
  text-align: left;
  padding-left: 0.32rem;
  background: url("../images/zan01.png") no-repeat center left / 0.24rem;
}
.sec05 .s5-main .commentList .cont-list .cont-item .btm .right a.on,
.sec05 .s5-main .commentList .cont-list .cont-item .btm .right a:hover {
  background: url("../images/zan02.png") no-repeat center left / 0.24rem;
}
.sec05 .s5-main .commentList .page {
  width: 100%;
  clear: both;
  font-size: 0.16rem;
  margin: 0 auto 0.17rem;
}
.sec05 .s5-main .commentList .page a {
  border: none;
}
.sec06 {
  height: auto;
}
.sec06 .baseKuang {
  margin: 2.53rem auto 1.7rem;
}
.sec06 .s6-main {
  width: 100%;
  clear: both;
  margin: -0.36rem auto -0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec06 .s6-main .s6-tips {
  width: 10.3rem;
  height: 1.34rem;
  display: block;
  background: #ffedae;
  border-radius: 0.1rem;
  border: solid 0.02rem #ffd885;
  text-align: center;
}
.sec06 .s6-main .s6-tips .tit {
  width: 1.61rem;
  height: 0.34rem;
  display: block;
  background: #f95b0d;
  border-radius: 0.5rem;
  float: left;
  margin-top: 0.18rem;
  margin-left: 0.32rem;
  margin-bottom: 0.08rem;
  line-height: 0.34rem;
  font-size: 0.23rem;
  font-weight: bold;
  text-align: center;
}
.sec06 .s6-main .s6-tips .tit span {
  line-height: 1;
  background: linear-gradient(to bottom, #fff 0%, #fff499 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec06 .s6-main .s6-tips p {
  width: 9.6rem;
  clear: both;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #984908;
  text-align: left;
  margin: auto;
}
.sec06 .s6-main .signCont {
  width: 10.3rem;
  min-height: 3rem;
  margin-top: 0.24rem;
  padding-bottom: 0.3rem;
  border-radius: 0.3rem;
  border: solid #6cc6c8 0.02rem;
  background: #039fa7;
  background: -webkit-linear-gradient(#00b8bc, #068691);
  background: -moz-linear-gradient(#00b8bc, #068691);
  background: -o-linear-gradient(#00b8bc, #068691);
  background: linear-gradient(#00b8bc, #068691);
  box-shadow: 0.02rem 0.03rem 0 rgba(255, 255, 255, 0.65) inset;
  padding-top: 0.24rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec06 .s6-main .signCont .sign {
  width: 3.31rem;
  height: 1.62rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: url("../images/s6-img01.png") no-repeat center / 100%;
  margin: 0 -0.025rem -0.2rem;
}
.sec06 .s6-main .signCont .sign.award {
  background: url("../images/s6-img03.png") no-repeat center / 100%;
  animation: scale2 0.5s linear infinite alternate;
  -o-animation: scale2 0.5s linear infinite alternate;
  -moz-animation: scale2 0.5s linear infinite alternate;
  -webkit-animation: scale2 0.5s linear infinite alternate;
}
.sec06 .s6-main .signCont .sign.signAns {
  background: url("../images/s6-img02.png") no-repeat center / 100%;
}
.sec06 .s6-main .signCont .sign time {
  font-size: 0.34rem;
  line-height: 1;
  color: #944504;
  font-family: 'Noto Serif SC', serif;
  width: 100%;
  margin-top: 0.32rem;
}
.sec06 .s6-main .signCont .sign a {
  width: 1.83rem;
  height: 0.53rem;
  display: block;
  margin-top: 0.06rem;
  background: url("../images/s6-icon01.png") no-repeat center / 100%;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.03rem 0.03rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.sec06 .s6-main .signCont .sign.now a,
.sec06 .s6-main .signCont .sign.suc a {
  background: url("../images/s6-icon02.png") no-repeat center / 100%;
  text-shadow: none;
}
.sec06 .s6-main .signCont .sign.now a span,
.sec06 .s6-main .signCont .sign.suc a span {
  line-height: 1;
  height: 0.4rem;
  background: linear-gradient(to bottom, #fff 0%, #fff499 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec06 .s6-main .signCont .sign.now a span::after,
.sec06 .s6-main .signCont .sign.suc a span::after {
  content: '';
  width: 0.26rem;
  height: 0.25rem;
  display: inline-block;
  background: url("../images/s6-icon03.png") no-repeat center / 100%;
}
.sec06 .s6-main .signCont .expand-box {
  width: 9.9rem;
  background: white;
  border-radius: 0.05rem;
  margin: 0.15rem 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sec06 .s6-main .signCont .expand-box h3 {
  font-size: 0.28rem;
  line-height: 1;
  color: #237f75;
  font-weight: bold;
  font-family: 'Noto Serif SC', serif;
  padding: 0.23rem 0 0.19rem;
}
.sec06 .s6-main .signCont .expand-box ul {
  width: 9.6rem;
  clear: both;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.sec06 .s6-main .signCont .expand-box ul li {
  width: 1.8rem;
  height: 0.46rem;
  display: block;
  background: rgba(248, 96, 43, 0.1);
  background: -webkit-linear-gradient(left, rgba(254, 114, 44, 0.1), rgba(242, 77, 42, 0.1));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(254, 114, 44, 0.1), rgba(242, 77, 42, 0.1));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(254, 114, 44, 0.1), rgba(242, 77, 42, 0.1));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(254, 114, 44, 0.1), rgba(242, 77, 42, 0.1));
  /* 标准的语法 */
  border-radius: 0.05rem;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.46rem;
  color: #b65738;
  cursor: pointer;
}
.sec06 .s6-main .signCont .expand-box ul li.on,
.sec06 .s6-main .signCont .expand-box ul li:hover {
  background: #f8602b;
  background: -webkit-linear-gradient(left, #fe722c, #f24d2a);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fe722c, #f24d2a);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fe722c, #f24d2a);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fe722c, #f24d2a);
  /* 标准的语法 */
  color: #fff;
}
.sec06 .s6-main .signCont .expand-box .ansbox {
  width: 9.54rem;
  height: auto;
  clear: both;
  margin: 0 auto 0.27rem;
  border: solid 0.01rem #6cc6c8;
  background: #f4fafd;
  display: none;
}
.sec06 .s6-main .signCont .expand-box .ansbox.show {
  display: block;
}
.sec06 .s6-main .signCont .expand-box .ansbox .tit {
  width: 100%;
  height: 0.5rem;
  clear: both;
  background: #6cc6c8;
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #fff;
  font-family: 'Noto Sans SC', sans-serif;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo {
  width: 7.9rem;
  padding: 0.3rem 0 0.35rem;
  margin: auto;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo h4 {
  font-size: 0.2rem;
  line-height: 0.26rem;
  text-align: left;
  margin-bottom: 0.3rem;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo .options {
  width: 100%;
  clear: both;
  font-size: 0.2rem;
  line-height: 0.32rem;
  text-align: left;
  margin-left: 0.25rem;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo .options span {
  width: 100%;
  clear: both;
  display: block;
  cursor: pointer;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo .options span::before {
  content: '';
  width: 0.21rem;
  height: 0.21rem;
  display: inline-block;
  background: url("../images/chose-icon01.png") no-repeat center / 100%;
  margin-left: -0.25rem;
  margin-right: 0.04rem;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo .options span.on::before {
  background: url("../images/chose-icon02.png") no-repeat center / 100%;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo .send {
  width: 1.81rem;
  height: 0.41rem;
  display: block;
  margin: 0.1rem auto;
  background: url("../images/s6-icon04.png") no-repeat center / 100%;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #fff;
  cursor: pointer;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo .answer {
  width: 100%;
  text-align: left;
  font-size: 0.2rem;
  font-weight: bold;
  margin: 0.26rem auto 0;
  color: #58a8aa;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo .answer.error {
  color: #f00;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo .analysis {
  width: 100%;
  text-align: left;
  font-size: 0.2rem;
  line-height: 0.26rem;
  margin: 0.15rem auto 0;
  color: #58a8aa;
}
.sec06 .s6-main .signCont .expand-box .ansbox .queInfo .analysis.error {
  color: #f00;
}
.sec06 .s6-btn-r a {
  width: 0.35rem;
  height: auto;
  display: block;
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #fff;
  font-family: 'Noto Serif SC', sans-serif;
  background: #f36f34;
  background: -webkit-linear-gradient(#e63a16, #ffa351);
  background: -moz-linear-gradient(#e63a16, #ffa351);
  background: -o-linear-gradient(#e63a16, #ffa351);
  background: linear-gradient(#e63a16, #ffa351);
  padding: 0.08rem 0;
  border-radius: 0 0.13rem 0.13rem 0;
  border: solid 0.02rem #ffe096;
  border-left: 0;
  margin-bottom: 0.1rem;
  text-align: center;
}
.sec06 .s6-btn-r a i {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  margin: 0.1rem auto 0;
}
@media screen and (min-width: 800px) {
  .sec06 .s6-main .signCont .expand-box ul li:nth-child(5n) {
    margin-right: 0;
  }
  .s6-btn-r {
    position: absolute;
    top: -0.27rem;
    right: -0.36rem;
  }
  .sec08 .s8-main .welfarebox .welf .welfCont ul li:nth-child(4n+1) {
    margin-left: 0.18rem;
  }
}
.sec07 {
  height: auto;
}
.sec07 .s7-main {
  width: 100%;
  clear: both;
  margin: -0.28rem auto -0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec07 .s7-main .vidbox {
  width: 11.3rem;
  min-height: 3rem;
  padding-bottom: 0.3rem;
  border-radius: 0.3rem;
  border: solid #6cc6c8 0.02rem;
  background: #039fa7;
  background: -webkit-linear-gradient(#00b8bc, #068691);
  background: -moz-linear-gradient(#00b8bc, #068691);
  background: -o-linear-gradient(#00b8bc, #068691);
  background: linear-gradient(#00b8bc, #068691);
  box-shadow: 0.02rem 0.03rem 0 rgba(255, 255, 255, 0.65) inset;
  padding-top: 0.24rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec07 .s7-main .vidbox .vidPlayer {
  width: 5.63rem;
  height: auto;
  min-height: 1rem;
  background: #000;
}
.sec07 .s7-main .vidbox .vidMenu {
  width: 5.16rem;
  height: 3.17rem;
  background: #fff;
  border-radius: 0.1rem;
  margin-left: 0.06rem;
}
.sec07 .s7-main .vidbox .vidMenu ul {
  width: 4.8rem;
  float: left;
  margin-left: 0.3rem;
  margin-top: 0.2rem;
}
.sec07 .s7-main .vidbox .vidMenu ul li {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #333;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
}
.sec07 .s7-main .vidbox .vidMenu ul li:hover,
.sec07 .s7-main .vidbox .vidMenu ul li.on {
  color: #ff2f13;
}
.sec08 {
  height: auto;
  padding-bottom: 0.8rem;
}
.sec08 .s8-main {
  width: 100%;
  clear: both;
  margin: -0.44rem auto -0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec08 .s8-main .welfarebox {
  width: 11.3rem;
  min-height: 3rem;
  padding-bottom: 0.3rem;
  border-radius: 0.3rem;
  border: solid #6cc6c8 0.02rem;
  background: #039fa7;
  background: -webkit-linear-gradient(#00b8bc, #068691);
  background: -moz-linear-gradient(#00b8bc, #068691);
  background: -o-linear-gradient(#00b8bc, #068691);
  background: linear-gradient(#00b8bc, #068691);
  box-shadow: 0.02rem 0.03rem 0 rgba(255, 255, 255, 0.65) inset;
  padding-top: 0.24rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec08 .s8-main .welfarebox .welf {
  width: 11rem;
  clear: both;
  background: #50c2e1;
  border-radius: 0.25rem;
}
.sec08 .s8-main .welfarebox .welf.welf01 {
  margin-bottom: 0.5rem;
}
.sec08 .s8-main .welfarebox .welf .tit {
  width: 100%;
  height: 0.9rem;
  background: #65d2d5;
  background: -webkit-linear-gradient(#79e2c8, #50c2e1);
  background: -moz-linear-gradient(#79e2c8, #50c2e1);
  background: -o-linear-gradient(#79e2c8, #50c2e1);
  background: linear-gradient(#79e2c8, #50c2e1);
  border-radius: 0.25rem 0.25rem 0 0;
  box-shadow: 0 0.02rem 0 rgba(255, 255, 255, 0.65) inset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec08 .s8-main .welfarebox .welf .tit span {
  width: 1.28rem;
  height: 0.48rem;
  border-radius: 0.08rem;
  background: #fff296;
  background: -webkit-linear-gradient(#fffacd, #ffea5f);
  background: -moz-linear-gradient(#fffacd, #ffea5f);
  background: -o-linear-gradient(#fffacd, #ffea5f);
  background: linear-gradient(#fffacd, #ffea5f);
  font-size: 0.34rem;
  line-height: 1;
  font-weight: bold;
  color: #ff3f0b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec08 .s8-main .welfarebox .welf .tit span i {
  width: 0.34rem;
  height: 0.34rem;
  display: block;
  border-radius: 50%;
  background: #ff3f0b;
  font-size: 0.3rem;
  line-height: 0.34rem;
  color: #fffacd;
}
.sec08 .s8-main .welfarebox .welf .tit b {
  font-family: 'Noto Serif SC', serif;
  margin: auto 0.08rem;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1;
  color: #084548;
}
.sec08 .s8-main .welfarebox .welf .tit .tip {
  width: auto;
  height: 0.36rem;
  display: block;
  font-size: 0.24rem;
  line-height: 0.36rem;
  background: #ff4e00;
  padding: 0 0.15rem;
  border-radius: 0.3rem;
}
.sec08 .s8-main .welfarebox .welf .tit .tip em {
  background: linear-gradient(to bottom, #fff 0%, #fff499 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec08 .s8-main .welfarebox .welf .welfCont {
  width: 100%;
  min-height: 2rem;
  border-radius: 0.25rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec08 .s8-main .welfarebox .welf .welfCont > img {
  width: 94%;
  margin: 0.25rem auto;
  display: block;
  border-radius: 0.2rem;
}
.sec08 .s8-main .welfarebox .welf .welfCont ul {
  width: 100%;
  clear: both;
  margin-top: 0.23rem;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.sec08 .s8-main .welfarebox .welf .welfCont ul li {
  width: 2.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-left: 0.15rem;
  margin-bottom: 0.36rem;
}
.sec08 .s8-main .welfarebox .welf .welfCont ul li img {
  width: 100%;
  display: block;
}
.sec08 .s8-main .welfarebox .welf .welfCont ul li a {
  width: 1.59rem;
  display: block;
  margin: -0.21rem auto 0;
}
.sec08 .s8-main .welfarebox .welf .welfCont ul li a img {
  width: 100%;
  display: block;
}
.sec08 .s8-main .welfarebox .welf .s8-btn {
  width: 100%;
  clear: both;
  margin-top: -0.47rem;
  margin-bottom: -0.38rem;
}
.sec08 .s8-main .welfarebox .welf .s8-btn a {
  width: 2.82rem;
  height: auto;
  display: block;
  margin: auto;
}
.sec08 .s8-main .welfarebox .welf .s8-btn a img {
  width: 100%;
  display: block;
}
/*侧边悬停*/
.lfNav {
  position: fixed;
  top: 50%;
  left: 10px;
  z-index: 9;
  transform: translateY(-50%);
  width: 194px;
  height: 426px;
  background: url(../images/fixedNavBg.png) no-repeat center;
  display: none;
}
.lfNav .closefix {
  position: absolute;
  bottom: -0.41rem;
  left: 0.85rem;
  height: 32px;
  width: 32px;
}
.lfNav .closefix img {
  width: 100%;
}
.mt185 {
  margin-top: 145px;
}
.nav-bg {
  width: 116px;
  height: 48px;
  display: block;
  float: left;
  clear: both;
  margin-left: 43px;
  border-top: dashed 2px #9cc5ae;
}
.nav-bg.bm {
  border-bottom: dashed 2px #9cc5ae;
}
.nav-bg a {
  width: 100%;
  height: 48px;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
}
.nav-bg a:hover {
  font-weight: bold;
}
.left_top {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  margin-left: 44px;
}
.fixBtnM {
  display: none;
}
/*# sourceMappingURL=style.css.map */