@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: .16rem;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
  color: #f6f4fd;
  background: #1b1937;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  /*对垂直流动条有效*/
  height: 7px;
  /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #6961b8;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: '';
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.logo {
  position: absolute;
  top: .2rem;
  left: .2rem;
  z-index: 100;
}

.logo a {
  display: block;
  width: 1.81rem;
  height: .8rem;
  background: url(../images/logo.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}

.logo a:hover {
  filter: brightness(1.1);
}

.tit {
  margin: .9rem 0 .5rem;
  height: 1.15rem;
  font: 0/0 a;
  background-size: contain !important;
}

.tit.tit-01 {
  background: url(../images/tit_01.png) center center no-repeat;
}

.tit.tit-02 {
  background: url(../images/tit_02.png) center center no-repeat;
}

.tit.tit-03 {
  background: url(../images/tit_03.png) center center no-repeat;
}

.tit.tit-04 {
  background: url(../images/tit_04.png) center center no-repeat;
}

.tit.tit-05 {
  background: url(../images/tit_05.png) center center no-repeat;
}

.tit.tit-06 {
  background: url(../images/tit_06.png) center center no-repeat;
}

.sect {
  overflow: hidden;
}

.sect.sect-01 {
  position: relative;
  z-index: 2;
  height: 13.97rem;
  background: url(../images/sect_01.jpg) center center no-repeat;
  background-size: contain;
}

.sect.sect-01 .container {
  position: relative;
  z-index: 2;
}

.sect.sect-01 .menu {
  position: absolute;
  top: 6rem;
  left: .3rem;
  right: .3rem;
}

.sect.sect-01 .menu li {
  float: left;
  width: 25%;
  background-size: contain !important;
  margin-top: -2.8rem;
}

.sect.sect-01 .menu li a {
  display: block;
  height: 4.95rem;
  font: 0/0 a;
  transition: all .3s;
}

.sect.sect-01 .menu li:nth-child(even) {
  margin-top: -1.6rem;
}

.sect.sect-01 .menu li.item-01 {
  background: url(../images/btn_01.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-02 {
  background: url(../images/btn_02.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-03 {
  background: url(../images/btn_03.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-04 {
  background: url(../images/btn_04.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-05 {
  background: url(../images/btn_05.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-06 {
  background: url(../images/btn_06.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-07 {
  background: url(../images/btn_07.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-08 {
  background: url(../images/btn_08.png) center center no-repeat;
}

.sect.sect-01 .menu li:hover {
  filter: brightness(1.2);
}

.main-cont {
  padding: 0 .3rem;
}

.main-cont.main-cont-04 .cont-box, .main-cont.main-cont-05 .cont-box {
  text-align: center;
}

.tit-m {
  position: relative;
  height: .48rem;
  line-height: .48rem;
  margin-bottom: .1rem;
  padding-left: .65rem;
  font-size: .28rem;
  color: transparent;
  background-size: auto .28rem !important;
}

.tit-m em {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: .58rem;
  height: .48rem;
  background-size: contain !important;
  font: 0/0 a;
}

.tit-m em.num-01 {
  background: url(../images/num_01.png) center center no-repeat;
}

.tit-m em.num-02 {
  background: url(../images/num_02.png) center center no-repeat;
}

.tit-m em.num-03 {
  background: url(../images/num_03.png) center center no-repeat;
}

.tit-m em.num-04 {
  background: url(../images/num_04.png) center center no-repeat;
}

.tit-m em.num-05 {
  background: url(../images/num_05.png) center center no-repeat;
}

.tit-m em.num-06 {
  background: url(../images/num_06.png) center center no-repeat;
}

.tit-m .time {
  display: inline-block;
  width: 2.47rem;
  height: .48rem;
  line-height: .38rem;
  color: #fbecd3;
  font-size: .16rem;
  padding-left: .25rem;
  vertical-align: middle;
  background: url(../images/line.png) left bottom no-repeat;
  background-size: contain;
}

.tit-m.tit-m-01 {
  background: url(../images/txt_01.png) 0.65rem center no-repeat;
}

.tit-m.tit-m-02 {
  background: url(../images/txt_02.png) 0.65rem center no-repeat;
}

.tit-m.tit-m-03 {
  background: url(../images/txt_03.png) 0.65rem center no-repeat;
}

.tit-m.tit-m-04 {
  background: url(../images/txt_04.png) 0.65rem center no-repeat;
}

.tit-m.tit-m-05 {
  background: url(../images/txt_05.png) 0.65rem center no-repeat;
}

.tit-m.tit-m-06 {
  background: url(../images/txt_06.png) 0.65rem center no-repeat;
}

.tit-m.tit-m-07 {
  background: url(../images/txt_07.png) 0.65rem center no-repeat;
}

.list-01 {
  padding: 0 .2rem;
}

.list-01 li {
  margin-bottom: .3rem;
}

.list-01 li p {
  line-height: .26rem;
}

.color-yellow {
  color: #fcedcb;
}

.img {
  width: 5.6rem;
  min-height: 2.35rem;
  padding: .09rem;
  margin: .3rem 0;
  background: url(../images/bg_01.png) top center no-repeat;
  background-size: contain;
}

.img img {
  width: 5.42rem;
  height: 2.19rem;
}

.img p {
  text-align: center;
  margin: .2rem 0 0;
}

.img.img-02 {
  width: 7.09rem;
  height: 3.65rem;
  padding: .08rem .14rem;
  background: url(../images/bg_03.png) center center no-repeat;
}

.img.img-02 img {
  width: 6.82rem;
  height: 3.49rem;
}

.table {
  width: 100%;
  margin: .2rem auto .4rem;
  overflow-x: scroll;
}

.table table {
  width: 100%;
  display: table;
  text-align: center;
  color: #252652;
  font-size: .15rem;
  background: #d5d1de;
  border-radius: .2rem;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  -o-border-radius: .2rem;
  border: .01rem solid #dccbff;
  overflow: hidden;
  word-break: keep-all;
}

.table table th {
  background: #665db2;
  color: #e7e6e8;
  font-size: .18rem;
  font-weight: normal;
  height: .45rem;
  line-height: .45rem;
  border-bottom: .02rem solid #e7e6e8;
}

.table table tr {
  height: .5rem;
  overflow: hidden;
}

.table table tr + tr {
  border-top: .01rem solid #e7e6e8;
}

.table table td {
  padding: .1rem 0;
}

.cont-box {
  width: 100%;
  margin: 0 auto;
}

.cont-box .time {
  display: block;
  margin: 0 0 .15rem;
  text-align: center;
  font-size: .18rem;
}

.cont-box .img {
  margin: .2rem auto;
}

.cont-box p {
  line-height: .26rem;
  text-indent: .2rem;
}

.list-img {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

.list-img li {
  float: left;
  width: 25%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #fdefcb;
}

.list-img li .img-h {
  width: 1.04rem;
  height: 1.84rem;
  margin: 0 auto;
  padding-top: .18rem;
  background: url(../images/bg_02.png) top center no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}

.list-img li .img-h img {
  display: block;
  width: .68rem;
  height: .68rem;
  margin: 0 auto .2rem;
  border: .01rem solid #fdefcb;
}

.list-img li.num-03 {
  margin-left: 12.5%;
}

.top-link {
  position: absolute;
  right: .3rem;
  top: .3rem;
  z-index: 20;
}

.top-link a {
  display: block;
  width: 1.3rem;
  height: .4rem;
  line-height: .4rem;
  background: #3d2876;
  color: #e6daff;
  border: .01rem solid #e6daff;
  font-size: .2rem;
  text-align: center;
  border-radius: .5rem;
}

.btn-details {
  display: block;
  width: 3.59rem;
  height: 1.44rem;
  margin: -.1rem auto 1rem;
  font: 0/0 a;
  background: url(../images/btn_15.png) center center no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.line-star {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.go-top {
  position: fixed;
  bottom: .3rem;
  right: .2rem;
  display: none;
  width: .82rem;
  height: .82rem;
  background: url(../images/top.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}
