@charset "UTF-8";
html body {
  background: #3b3b3b;
  width: 100%;
  min-width: 1200px;
}

i {
  font-style: normal;
}

input, textarea {
  outline: none;
  border: none;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 20;
  font-size: 18px;
  color: #cfd1cc;
  z-index: 101;
}

.loading .box {
  width: 100%;
  height: 1px;
  background: #414141;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.loading .box span {
  height: 1px;
  background: #c4c4c4;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.loading .box p {
  font-size: 16px;
  line-height: 30px;
  color: silver;
  text-align: center;
}

.sprite {
  background: url(../images/btns.png) no-repeat 0 0;
  display: block;
}

.wraper {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.wraper .bg {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  background: url(../images/bg.jpg) no-repeat center top;
  height: 4800px;
}

.wraper .section {
  position: relative;
  z-index: 2;
  height: 4800px;
}

.wraper .section .main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
  padding-top: 795px;
}

.wraper .section .main .logo {
  position: absolute;
  width: 186px;
  height: 68px;
  top: 12px;
  left: 5px;
  margin-left: 0px;
  text-indent: -999em;
  z-index: 3;
  background: url(../images/logo.png) no-repeat 0 0;
}

.wraper .section .main .slogan {
  width: 651px;
  height: 414px;
  top: 157px;
  left: 50%;
  margin-left: -585px;
  background: url(../images/slogan.png) no-repeat 0 0;
}

.wraper .section .main .lgCon {
  width: 363px;
  height: 146px;
  top: 605px;
  left: 50%;
  margin-left: -443px;
}

.wraper .section .main .lgCon .w_btn {
  width: 363px;
  height: 146px;
  background: url(../images/btn-login.png) no-repeat 0 0;
}

.wraper .section .main .lgCon .w_btn:hover {
  background-position: 0 -146px;
}

.wraper .section .main .lgCon .eliminate {
  background: url(../images/btn-login.png) no-repeat 0 -292px;
  width: 363px;
  height: 146px;
  font-size: 18px;
  color: #fff;
  line-height: 120px;
  text-align: center;
  font-weight: bold;
}

.wraper .section .main .lgCon .eliminate a {
  color: #fff;
  text-decoration: underline;
}

.wraper .section .main .headNav {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  height: 110px;
  margin: 0 auto;
}

.wraper .section .main .headNav a {
  text-indent: -999em;
  margin: 0 -20px;
  background: url(../images/btn-navs.png) no-repeat 0px 0;
  width: 327px;
  height: 130px;
}

.wraper .section .main .headNav a:nth-child(2) {
  background-position: -327px 0;
}

.wraper .section .main .headNav a:nth-child(3) {
  background-position: -654px 0;
}

.wraper .section .main .headNav a:nth-child(4) {
  background-position: -981px 0;
}

.wraper .section .main .headNav a:hover {
  background-position-y: -130px;
}

.wraper .section .main .schedule {
  background: url(../images/con-1.png) no-repeat 0 0;
  height: 670px;
}

.wraper .section .main .schedule .btn-qq {
  top: 326px;
  left: 50%;
  margin-left: -150px;
  width: 210px;
  height: 32px;
  text-indent: -999em;
}

.wraper .section .main .schedule .btn-qq:hover {
  text-decoration: underline;
}

.wraper .section .main .liveBroadcast {
  background: url(../images/con-2.png) no-repeat 0 0;
  height: 850px;
  padding-top: 260px;
  box-sizing: border-box;
}

.wraper .section .main .liveBroadcast .listCon {
  width: 1120px;
  height: 440px;
  box-sizing: border-box;
  display: flex;
  column-gap: 37px;
  margin-left: 55px;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wraper .section .main .liveBroadcast .listCon {
    /* IE10+ specific styles go here */
    margin-right: -37px;
  }
  .wraper .section .main .liveBroadcast .listCon > * {
    margin-right: 37px;
  }
}

.wraper .section .main .liveBroadcast .listCon li {
  background: url(../images/bg-list.png) no-repeat;
  width: 242px;
  height: 200px;
  box-sizing: border-box;
  padding: 10px 11px 0;
  margin-bottom: 14px;
}

.wraper .section .main .liveBroadcast .listCon li .imgCon {
  width: 220px;
  height: 187px;
}

.wraper .section .main .liveBroadcast .listCon li .imgCon .img-box {
  width: 220px;
  height: 124px;
  overflow: hidden;
  margin-bottom: 12px;
}

.wraper .section .main .liveBroadcast .listCon li .imgCon img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.wraper .section .main .liveBroadcast .listCon li .info {
  width: 220px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.wraper .section .main .liveBroadcast .page {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.wraper .section .main .liveBroadcast .page .pNum {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin: 0px 8px;
  font-size: 22px;
  position: relative;
}

.wraper .section .main .liveBroadcast .page .pNum.on::after, .wraper .section .main .liveBroadcast .page .pNum:hover::after {
  content: '';
  width: 68px;
  height: 68px;
  background: url(../images/btns.png) no-repeat -340px 0;
  position: absolute;
  top: -9px;
  left: -9px;
}

.wraper .section .main .liveBroadcast .page .prev, .wraper .section .main .liveBroadcast .page .next {
  display: block;
  width: auto;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin: 0px 12px;
  font-size: 22px;
}

.wraper .section .main .liveBroadcast .page .prev:hover, .wraper .section .main .liveBroadcast .page .next:hover {
  text-decoration: underline;
}

.wraper .section .main .dayReward {
  background: url(../images/con-3.png) no-repeat;
  width: 1200px;
  height: 2300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 1990px;
}

.wraper .section .main .dayReward a {
  width: 166px;
  height: 60px;
  background-position: 0 0;
  left: 50%;
  text-indent: -999em;
}

.wraper .section .main .dayReward a:nth-child(1) {
  top: 655px;
  margin-left: -85px;
}

.wraper .section .main .dayReward a:nth-child(2) {
  top: 685px;
  margin-left: -488px;
}

.wraper .section .main .dayReward a:nth-child(3) {
  top: 685px;
  margin-left: 318px;
}

.wraper .section .main .dayReward a:nth-child(4) {
  top: 1240px;
  margin-left: -334px;
}

.wraper .section .main .dayReward a:nth-child(5) {
  top: 1240px;
  margin-left: 163px;
}

.wraper .section .main .dayReward a:nth-child(6) {
  top: 1575px;
  margin-left: -334px;
}

.wraper .section .main .dayReward a:nth-child(7) {
  top: 1575px;
  margin-left: 163px;
}

.wraper .section .main .dayReward a:nth-child(8) {
  top: 1915px;
  margin-left: -83px;
}

.wraper .section .main .dayReward a.on, .wraper .section .main .dayReward a:hover {
  background-position-x: -166px;
}

.wraper .section .main .dayReward .rules {
  color: #58b9e4;
  font-size: 16px;
  line-height: 20px;
  width: 960px;
  margin: 0 auto;
}

.wraper .rrNav {
  top: calc(50% - 195px/2);
  height: 195px;
  right: 5px;
  z-index: 5;
  display: none;
}

.wraper .rrNav .gnav {
  width: 150px;
  height: 195px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.wraper .rrNav .gnav a {
  display: block;
  width: 150px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  background-position: -270px -80px;
  line-height: 40px;
}

.wraper .rrNav .gnav a:hover {
  filter: brightness(0.8);
}

.pop {
  position: relative;
  display: none;
  width: 556px;
  height: 318px;
  box-sizing: border-box;
  background: url(../images/t6.png) no-repeat 0 0px;
}

.pop .btn_close {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
}

.pop .btn_close:hover {
  transform: rotate(180deg);
}

.pop .btnCon {
  width: 425px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.pop .btnCon a {
  margin: 0 auto;
}

.pop .btnCon a:hover {
  filter: brightness(0.8);
}

.pop .btnCon .u-ok {
  width: 166px;
  height: 48px;
  background-position: 0 -280px;
  display: block;
  text-indent: -999em;
}

.pop .btnCon .u-cancel {
  width: 166px;
  height: 48px;
  background-position: -166px -280px;
  display: block;
  text-indent: -999em;
}

.pop .btnCon .u-review {
  width: 494px;
  height: 66px;
  background-position: 0 -335px;
  margin: 0 auto;
  text-indent: -999em;
  cursor: default;
}

.pop .btnCon .u-review:hover {
  filter: brightness(1);
}

.pop .btnCon .u-submit {
  width: 166px;
  height: 48px;
  background-position: -332px -280px;
  margin: 0 auto;
  text-indent: -999em;
}

.pop .btnCon .u-report {
  width: 166px;
  height: 48px;
  background-position: -270px -470px;
  margin: 0 auto;
  text-indent: -999em;
}

.pop .btnCon .u-edit {
  width: 166px;
  height: 48px;
  background-position: 0 -415px;
  margin: 0 auto;
  text-indent: -999em;
}

.pop .btnCon .flag-fail {
  position: absolute;
  width: 120px;
  height: 120px;
  background-position: 0 -470px;
  top: -35px;
  right: 0;
}

.pop .btnCon .flag-ok {
  position: absolute;
  width: 120px;
  height: 120px;
  background-position: -120px -470px;
  top: -35px;
  right: 0;
}

.pop .m-layer {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.pop .m-layer p {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  flex-direction: column;
  position: relative;
  text-shadow: 0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e,0px 0px 3px #471f7e;
}

.pop .m-layer p span {
  display: block;
  font-size: 18px;
}

.pop .sod_select {
  padding-right: 30px;
  background: none;
  font-size: 18px;
}

.pop .sod_select::after {
  display: block;
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  background: url(../images/sprite.png) no-repeat -127px -281px;
  top: 0;
  right: 0;
}

.pop .sod_select .sod_label {
  color: #3b0e76;
}

.pop .sod_select .sod_list ul li {
  color: #fff !important;
}

.pop#layer0 {
  width: 676px;
  height: 418px;
  background: url(../images/t0.png) no-repeat center;
  padding-top: 110px;
}

.pop#layer0 .m-layer {
  color: #fff;
  margin-left: 60px;
  font-size: 18px;
  width: 510px;
  height: 240px;
  line-height: 30px;
  overflow: auto;
}

.pop#layer1, .pop#layer2 {
  width: 816px;
  height: 848px;
  background: url(../images/t1.png) no-repeat 0 0px;
}

.pop#layer1 .m-layer, .pop#layer2 .m-layer {
  padding: 130px 150px 0 120px;
  justify-content: start;
  display: none;
}

.pop#layer1 .m-layer.show, .pop#layer2 .m-layer.show {
  display: block;
}

.pop#layer1 .m-layer dl, .pop#layer2 .m-layer dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.pop#layer1 .m-layer dl dt, .pop#layer2 .m-layer dl dt {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}

.pop#layer1 .m-layer dl dt span, .pop#layer2 .m-layer dl dt span {
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: right;
  width: 135px;
  font-size: 22px;
  color: #fff;
}

.pop#layer1 .m-layer dl dt .rCon, .pop#layer2 .m-layer dl dt .rCon {
  width: calc(100% - 135px);
  height: 42px;
  line-height: 42px;
  background: #fff;
  box-sizing: border-box;
}

.pop#layer1 .m-layer dl dt .rCon input, .pop#layer1 .m-layer dl dt .rCon textarea, .pop#layer2 .m-layer dl dt .rCon input, .pop#layer2 .m-layer dl dt .rCon textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 3px 3px;
  background: none;
  font-size: 18px;
  color: #000;
  resize: none;
}

.pop#layer1 .m-layer dl dt .rCon i, .pop#layer2 .m-layer dl dt .rCon i {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
}

.pop#layer1 .m-layer dl dt .rCon.live-box, .pop#layer2 .m-layer dl dt .rCon.live-box {
  background: none;
  display: flex;
  justify-content: space-between;
}

.pop#layer1 .m-layer dl dt .rCon .btn-live, .pop#layer2 .m-layer dl dt .rCon .btn-live {
  width: 89px;
  height: 42px;
  line-height: 42px;
  background-color: #aad1f2;
  color: #0a416f;
  font-size: 18px;
  text-align: center;
  float: left;
}

.pop#layer1 .m-layer dl dt .rCon .btn-live:hover, .pop#layer1 .m-layer dl dt .rCon .btn-live.on, .pop#layer2 .m-layer dl dt .rCon .btn-live:hover, .pop#layer2 .m-layer dl dt .rCon .btn-live.on {
  background: url(../images/btn-live.jpg) no-repeat 0 0;
  color: #fff;
}

.pop#layer1 .m-layer .fileUrl, .pop#layer2 .m-layer .fileUrl {
  display: flex;
}

.pop#layer1 .m-layer .fileUrl::after, .pop#layer2 .m-layer .fileUrl::after {
  content: '浏览';
  width: 89px;
  height: 42px;
  position: absolute;
  background: #aad1f2;
  top: 0;
  right: 0px;
  pointer-events: none;
  text-align: center;
  color: #0c335a;
  font-size: 18px;
}

.pop#layer1 .m-layer .fileUrl .inputstyle, .pop#layer2 .m-layer .fileUrl .inputstyle {
  width: calc(411px - 89px);
  height: 42px;
}

.pop#layer1 .m-layer .fileUrl .file, .pop#layer2 .m-layer .fileUrl .file {
  width: 89px;
  height: 42px;
  opacity: 0;
  padding: 0;
}

.pop#layer1 .m-layer .btnCon, .pop#layer2 .m-layer .btnCon {
  margin-top: 30px;
}

.pop#layer1 .m-layer.ipt-disabled input, .pop#layer1 .m-layer.ipt-disabled select, .pop#layer1 .m-layer.ipt-disabled .sod_select, .pop#layer2 .m-layer.ipt-disabled input, .pop#layer2 .m-layer.ipt-disabled select, .pop#layer2 .m-layer.ipt-disabled .sod_select {
  pointer-events: none;
  background: #bbb !important;
}

.pop#layer2 {
  width: 696px;
  height: 688px;
  background: url(../images/t2.png) no-repeat 0 0px;
}

.pop#layer2 .m-layer {
  padding: 130px 130px 0 100px;
}

.pop#layer2 .m-layer dl dt:nth-child(3) .rCon {
  height: 100px;
}

.pop#layer2 .m-layer dl dt:nth-child(3) .rCon textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 3px;
  background: none;
  font-size: 18px;
  color: #3b0e76;
  resize: none;
}

.pop#layer2 .m-layer dl dt:nth-child(3) .rCon label {
  right: 5px;
  bottom: 5px;
  z-index: 1;
  position: absolute;
  color: #9b81bd;
  font-size: 18px;
  line-height: initial;
}

.pop#layer2 .m-layer dl dt:nth-child(4) .rCon {
  background: none;
  height: 80px;
}

.pop#layer2 .m-layer dl dt:nth-child(4) .rCon .fileIpt {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-position: -270px -130px;
  font-size: 0;
  margin-bottom: 15px;
  margin-right: 20px;
  float: left;
}

.pop#layer2 .m-layer dl dt:nth-child(4) .rCon .fileIpt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.pop#layer2 .m-layer dl dt:nth-child(4) .rCon .fileIpt input {
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  filter: Alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.pop#layer2 .m-layer dl dt:nth-child(4) .rCon .fileIpt .btn-clear {
  position: absolute;
  z-index: 3;
  top: -5px;
  right: -10px;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  background: #999;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pop#layer3 {
  width: 876px;
  height: 358px;
  background: url(../images/t3.png) no-repeat 0 0px;
}

.pop#layer3 .m-layer {
  padding: 150px 114px 0 60px;
  justify-content: start;
}

.pop#layer3 .m-layer dl {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.pop#layer3 .m-layer dl dt {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}

.pop#layer3 .m-layer dl dt span {
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: right;
  flex: 0 0  150px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.pop#layer3 .m-layer dl dt .rCon {
  flex: 1;
  height: 42px;
  line-height: 42px;
  background: #fff;
  box-sizing: border-box;
}

.pop#layer3 .m-layer dl dt .rCon input, .pop#layer3 .m-layer dl dt .rCon textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 3px 3px;
  background: none;
  font-size: 18px;
  color: #3b0e76;
  resize: none;
}

.pop#layer3 .m-layer dl dt .rCon i {
  margin-top: 5px;
  color: #3b0e76;
  font-size: 18px;
}

.pop#layer3 .m-layer dl dt .rCon .sod_select {
  z-index: 2;
}

.pop#layer3 .m-layer dl dt .rCon .disabled {
  background: #ece7ee !important;
  color: #3b0e76 !important;
}

.pop#layer3 .m-layer dl dt .fileUrl {
  display: flex;
}

.pop#layer3 .m-layer dl dt .fileUrl::after {
  content: '浏览';
  width: 89px;
  height: 42px;
  position: absolute;
  background: #aad1f2;
  top: 0;
  right: 0px;
  pointer-events: none;
  text-align: center;
  color: #0c335a;
  font-size: 18px;
}

.pop#layer3 .m-layer dl dt .fileUrl .inputstyle {
  height: 42px;
}

.pop#layer3 .m-layer dl dt .fileUrl .file {
  width: 89px;
  height: 42px;
  opacity: 0;
  padding: 0;
}

.pop#layer3 .m-layer dl dt .u-sign {
  flex: 0 0 106px;
  height: 42px;
  background-position: -270px -530px;
  display: block;
  text-indent: -999em;
  margin-left: 10px;
}

.pop#layer4 {
  width: 636px;
  height: 318px;
  background: url(../images/t4.png) no-repeat -19px 0px;
}

.pop#layer4 .m-layer {
  padding: 120px 130px 0 60px;
  justify-content: start;
}

.pop#layer4 .m-layer ol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(45deg, #2a48a1, #1e357c);
  z-index: 1;
  border-bottom: 1px solid #3b0e76;
}

.pop#layer4 .m-layer ol li {
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  color: #bdceff;
  box-sizing: border-box;
  padding: 0 4px;
  font-weight: bold;
}

.pop#layer4 .m-layer ol li:nth-child(1) {
  width: 188px;
  border-right: 1px solid #3b0e76;
}

.pop#layer4 .m-layer ol li:nth-child(2) {
  width: calc(446px - 188px);
}

.pop#layer4 .m-layer .sclbr {
  width: 100%;
  left: 0;
  margin-top: 0px;
  height: 88px;
  overflow-x: hidden;
  margin-top: -1px;
}

.pop#layer4 .m-layer .sclbr ul {
  width: 100%;
  padding-top: 0px;
  background: #7b98ee;
}

.pop#layer4 .m-layer .sclbr ul li {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-top: 1px solid #102153;
}

.pop#layer4 .m-layer .sclbr ul li span {
  text-align: center;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  padding: 0 4px;
}

.pop#layer4 .m-layer .sclbr ul li span:nth-child(1) {
  width: 188px;
  border-right: 1px solid #102153;
  color: #102153;
}

.pop#layer4 .m-layer .sclbr ul li span:nth-child(2) {
  width: calc(446px - 188px);
  color: #102153;
}

.pop#layer4 .sclbr::scrollbar {
  width: 8px;
}

.pop#layer4 .sclbr::scrollbar-track {
  background-color: #ba8cfc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pop#layer4 .sclbr::scrollbar-thumb {
  background-color: #7038bc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pop#layer4 .sclbr::scrollbar-button {
  background-color: #41700f;
  display: none;
}

.pop#layer4 .sclbr::-webkit-scrollbar {
  width: 8px;
}

.pop#layer4 .sclbr::-webkit-scrollbar-track {
  background-color: #ba8cfc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pop#layer4 .sclbr::-webkit-scrollbar-thumb {
  background-color: #7038bc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pop#layer4 .sclbr::-webkit-scrollbar-button {
  background-color: #41700f;
  display: none;
}

.pop#layer4 .sclbr::-moz-scrollbar {
  width: 8px;
}

.pop#layer4 .sclbr::-moz-scrollbar-track {
  background-color: #ba8cfc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pop#layer4 .sclbr::-moz-scrollbar-thumb {
  background-color: #7038bc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pop#layer4 .sclbr::-moz-scrollbar-button {
  background-color: #41700f;
  display: none;
}

.pop#layer5 {
  width: 876px;
  height: 468px;
  background: url(../images/t5.png) no-repeat -19px 0px;
}

.pop#layer5 .m-layer {
  padding: 125px 120px 0 50px;
  justify-content: space-between;
  flex-direction: inherit;
  align-items: start;
  display: flex;
}

.pop#layer5 .m-layer .lCon {
  width: 380px;
  height: 216px;
  border-radius: 12px;
  background: #96bfe3;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  justify-content: space-between;
}

.pop#layer5 .m-layer .lCon li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
}

.pop#layer5 .m-layer .lCon li span {
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: right;
  width: 146px;
  font-size: 22px;
  color: #213d5b;
  font-weight: bold;
  margin-right: 10px;
}

.pop#layer5 .m-layer .lCon li i {
  display: block;
  width: 190px;
  height: 42px;
  line-height: 42px;
  background: #213d5b;
  border-radius: 42px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.pop#layer5 .m-layer .rCon {
  width: 306px;
  background: url(../images/bg-calendar.png) no-repeat 0 0;
  box-sizing: border-box;
  overflow: hidden;
}

.pop#layer5 .m-layer .rCon::after {
  display: block;
  content: '';
  width: 246px;
  height: 40px;
  position: absolute;
  background: url(../images/btns.png) no-repeat -166px -415px;
  position: relative;
  margin-top: 20px;
  left: calc(50% - 123px);
}

.pop#layer5 .m-layer .rCon .dateCon {
  width: 100%;
  height: 100%;
}

.pop#layer5 .m-layer .rCon .dateCon .showDate {
  width: 100%;
  margin: 0px auto;
  height: 38px;
  display: flex;
  box-sizing: border-box;
  padding: 0px 36px;
  justify-content: space-between;
  align-items: center;
}

.pop#layer5 .m-layer .rCon .dateCon .showDate .dateShow {
  width: 102px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #11142a;
  background: #98aff1;
  margin-right: 5px;
}

.pop#layer5 .m-layer .rCon .dateCon .showDate i {
  line-height: 20px;
  font-size: 16px;
  color: #98aff1;
}

.pop#layer5 .m-layer .rCon .dateCon .showDate .prevMon, .pop#layer5 .m-layer .rCon .dateCon .showDate .nextMon {
  width: 20px;
  height: 30px;
  display: block;
  background: url(../images/btns.png) no-repeat;
  background-position-y: -123px;
  text-indent: -999em;
}

.pop#layer5 .m-layer .rCon .dateCon .showDate .prevMon {
  background-position-x: -366px;
}

.pop#layer5 .m-layer .rCon .dateCon .showDate .nextMon {
  background-position-x: -386px;
}

.pop#layer5 .m-layer .rCon .dateCon .dateWeek {
  width: 100%;
}

.pop#layer5 .m-layer .rCon .dateCon .dateWeek ol {
  width: 100%;
  height: 28px;
  line-height: 28px;
  display: flex;
}

.pop#layer5 .m-layer .rCon .dateCon .dateWeek ol li {
  line-height: 28px;
  width: 43px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.pop#layer5 .m-layer .rCon .dateCon .dateWeek .dateLi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
}

.pop#layer5 .m-layer .rCon .dateCon .dateWeek .dateLi li {
  width: 43px;
  line-height: 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
}

.pop#layer5 .m-layer .rCon .dateCon .dateWeek .dateLi li a {
  color: #fff;
  font-size: 14px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  box-sizing: border-box;
}

.pop#layer5 .m-layer .rCon .dateCon .dateWeek .dateLi li.on a {
  color: #fff;
}

.pop#layer5 .m-layer .rCon .dateCon .dateWeek .dateLi li.tday a {
  background-color: #6783c3;
  color: #fff;
  border-radius: 12px;
}

.pop#layer6 {
  padding: 50px 90px 50px 50px;
}

.pop#layer6 p {
  height: 210px;
  font-size: 26px;
  text-shadow: none;
}

.pop#layer6 .u-ok {
  background-position: 0 -280px;
}

.sod_select {
  width: 100%;
  height: 100%;
  background: #ba8cfc;
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0px 26px 0px 3px;
  font-style: normal;
  line-height: 25px;
  color: #3a3b50;
  font-size: 16px;
  user-select: none;
}

.sod_select::after {
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  background: none;
  top: 0px;
  right: 0px;
}

.sod_select select {
  display: none !important;
  outline: none;
  list-style: none;
}

.sod_select .sod_label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 0px;
  text-align: center;
  outline: none;
  list-style: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.sod_select .sod_list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  max-height: calc($num * $lh);
  width: 100%;
  margin: 0 0 0 0px;
  background: #ba8cfc;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 1;
  overflow-x: hidden;
  box-sizing: border-box;
  user-select: none;
}

.sod_select .sod_list ul {
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

.sod_select .sod_list ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  list-style-type: none;
  text-align: center;
  cursor: default;
  outline: none;
  list-style: none;
  color: #000 !important;
  font-size: 16px !important;
  margin-bottom: 0px !important;
}

.sod_select .sod_list .groupchild {
  padding-left: 20px;
}

.sod_select .sod_list .disabled {
  background: inherit;
  color: #cccccc !important;
}

.sod_select .sod_list .active {
  background: #7038bc;
  color: #000 !important;
}

.sod_select.open .sod_list {
  display: block;
}

.sod_select.disabled.open .sod_list {
  display: none;
}

.sod_select.above .sod_list {
  top: auto;
  bottom: 100%;
  border-bottom: none;
}

.sod_select.touch select {
  appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  border: none;
}

.sod_select .sclbr::scrollbar {
  width: 10px;
}

.sod_select .sclbr::scrollbar-track {
  background-color: #7c5cf1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.sod_select .sclbr::scrollbar-thumb {
  background-color: #ffbeff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.sod_select .sclbr::scrollbar-button {
  background-color: #41700f;
  display: none;
}

.sod_select .sclbr::-webkit-scrollbar {
  width: 10px;
}

.sod_select .sclbr::-webkit-scrollbar-track {
  background-color: #7c5cf1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.sod_select .sclbr::-webkit-scrollbar-thumb {
  background-color: #ffbeff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.sod_select .sclbr::-webkit-scrollbar-button {
  background-color: #41700f;
  display: none;
}

.sod_select .sclbr::-moz-scrollbar {
  width: 10px;
}

.sod_select .sclbr::-moz-scrollbar-track {
  background-color: #7c5cf1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.sod_select .sclbr::-moz-scrollbar-thumb {
  background-color: #ffbeff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.sod_select .sclbr::-moz-scrollbar-button {
  background-color: #41700f;
  display: none;
}

@keyframes suspension {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
}

@keyframes Television {
  0% {
    transform: translateY(-100px) scale(1);
    opacity: 0;
  }
  20% {
    transform: translateY(0px) scale(1.1);
    opacity: 1;
  }
  40% {
    transform: translateY(-20px) scale(1);
    opacity: 1;
  }
  60% {
    transform: translateY(0px) scale(1.05);
    opacity: 1;
  }
  80% {
    transform: translateY(-5px) scale(1);
    opacity: 1;
  }
  90%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}

@keyframes Television-l {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(8deg);
  }
  40% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes Television-r {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-3deg);
  }
  80% {
    transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes Television-lTop {
  0%, 10%, 20%, 30%, 100% {
    transform: rotate(0deg);
  }
  5%, 15%, 25% {
    transform: rotate(-4deg);
  }
}

@keyframes Television-rTop {
  0%, 10%, 20%, 30%, 100% {
    transform: rotate(0deg);
  }
  5%, 15%, 25% {
    transform: rotate(4deg);
  }
}

@keyframes xx {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.02);
    filter: brightness(1.2);
  }
}

@keyframes slg {
  0%, 50%, 100% {
    transform: rotateY(0deg) scaleX(1);
    filter: brightness(1);
  }
  25% {
    transform: rotateY(6deg);
    filter: brightness(1.5);
  }
  75% {
    transform: rotateY(-6deg);
    filter: brightness(1.5);
  }
}
