﻿@charset "utf-8";
/* CSS Document */

body {
  background-color: #ffd2a8;
  font-family: AlibabaL;
  line-height: 1.6;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0;
}

/**首页**/
.indexHead {
  display: block;
  width: 7.5rem;
  height: 3rem;
}

.indexHead img {
  width: 100%;
  height: auto;
}

.activeBox {
  width: 7.5rem;
  padding: 0.2rem 0;
}

.IndexNav,
.host-unit {
  width: 7.1rem;
  height: 0.6rem;
  margin: 0.23rem auto;
  display: flex;
  justify-content: space-around;
  font-family: AlibabaR;
}

.IndexNav .dropdown {
  width: calc(100% / 3);
  height: 0.61rem;
  background-color: #fcfaf2;
  border-radius: 0.3rem;
  border: solid 0.02rem #fdd495;
  /* margin-right: 0.2rem; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}

.IndexNav .dropdown .h2 {
  font-size: 0.30rem;
  color: #f99a01;
}

.downward {
  width: 0.24rem;
  height: 0.14rem;
  font-size: 0.3rem;
  background: url(../images/downward.png) no-repeat;
  background-size: 100%;
}

/* 选择主办单位 */
.host-unit .lists {
  width: 100%;
  height: 0.61rem;
  background-color: #fcfaf2;
  border-radius: 0.3rem;
  border: solid 0.02rem #fdd495;
  /* margin-right: 0.2rem; */
  display: flex;
  align-items: center;
  position: relative;
}

.host-unit .lists .h2 {
  padding-left: 0.2rem;
  color: rgb(237, 110, 120);
}

.host-unit .lists .downward {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/*transform: rotate(90deg);*/
.dropdown .sub-menu {
  width: 2rem;
  max-height: 4.6rem;
  position: absolute;
  top: 0.68rem;
  left: 0rem;
  border: solid 0.02rem #FDD495;
  z-index: 9;
  background-color: #FCFAF2;
  border-radius: 0.4rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.29rem;
  letter-spacing: 0.01rem;
  color: #f99a01;
}

.dropdown .sub-menu li {
  height: 0.46rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.host-unit .sub-menu {
  width: 100%;
  color: rgb(40, 39, 35);
  border: none;
  border-radius: unset;
  position: unset;
  max-height: 100%;
}

.company-list {
  display: flex;
  position: absolute;
  top: 0.68rem;
  left: 0rem;
  width: 100%;
  max-height: 9rem;
  z-index: 9;
}

.company-list .list {
  border: solid 0.02rem #FDD495;
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
  position: relative;
}

.host-unit .sub-menu li {
  width: 94%;
  height: auto;
}

.host-unit .word-list {
  width: 4%;
  position: absolute;
  right: 2%;
  z-index: 9;
  font-size: 0.2rem;
  line-height: 1.2;
  top: 50%;
  transform: translateY(-50%);
}

.host-unit .word-list li {
  text-align: center;
  line-height: 1.5;
}

.host-unit .word-list .active {
  color: red;
}

.host-unit .sub-menu li .option {
  padding-bottom: 0.1rem;
  border-bottom: solid 0.02rem #FDD495;
}

.host-unit .sub-menu li .company {
  padding: 0.1rem 0;
  border-bottom: solid 0.01rem #FDD495;
  font-size: .25rem;
  color: rgba(0, 0, 0, .8);
}

.activeList {
  width: 7.32rem;
  min-height: 3.2rem;
  margin: 0 auto;
  background-color: #FCFAF2;
  border-radius: 0.2rem;
}

.activeList dl {
  width: 3.4rem;
  /*height: 2.6rem;*/
  float: left;
  margin-left: 0.18rem;
  margin-bottom: 0.12rem;
}

.activeList dl dt {
  position: relative;
  width: 3.4rem;
  height: 1.82rem;
  border-radius: 0.14rem;
  overflow: hidden;
  background-color: gainsboro;
}

.activeList dl dt img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.activeList dl dt b {
  /*  position: absolute;
                right: 0.1rem;
                bottom: 0.1rem;
                background-color: rgba(3,0,0,1);
                color: #fff;
                font-size: 0.2rem;
                width: auto;
                height: 0.3rem;
                line-height: 0.3rem;
                padding: 0 0.05rem;
                letter-spacing: -0.01rem;
                border: 0.02rem solid rgba(252, 250, 242, 1);
                border-radius: 0.15rem;
                opacity: 0.8;
                white-space: nowrap;
                font-weight: 400;
                overflow: hidden;
                text-overflow: ellipsis;

    padding: 0.07rem 0.12rem 0.08rem 0.12rem;*/
  background-color: #030000;
  border-radius: 0.15rem;
  border: solid 0.02rem #fcfaf2;
  opacity: 0.8;
  position: absolute;
  right: 0.1rem;
  bottom: .1rem;
  font-size: 0.2rem;
  line-height: .3rem;
  color: #ffffff;
  white-space: nowrap;
  padding: 0.07rem 0.12rem 0.08rem 0.12rem;
}

.activeList dl dd {
  /*padding-top: 0.1rem*/
  font-family: AlibabaL;
}

.activeList dl dd h3,
.activeList dl dd p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.activeList dl dd h3 {
  font-size: 0.32rem;
  letter-spacing: -0.02rem;
  color: #000000;
  opacity: 0.8;
  display: block;
}

.activeList dl dd p {
  font-size: 0.25rem;
  color: #000000;
  opacity: 0.6;
  display: block;
}

.activeList-label {
  font-family: AlibabaR;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.93rem;
  height: 0.34rem;
  border-top-left-radius: 0.14rem;
  border-bottom-right-radius: 0.14rem;
  text-align: center;
  color: #FFF;
  font-size: 0.2rem;
}

.orginBg {
  background-color: #EB6100;
}

.blueBg {
  background-color: #00A0E9;
}

.redBg {
  background-color: #E5004F;
}

.SearchLib {
  width: 6.98rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
  color: #EF3E3E;
  margin: 0 auto;
  background-color: #fcfaf2;
  border-radius: 0.3rem;
  border: solid 0.02rem #fdd495;
}

.Comh2 {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
  color: #EF3E3E;
  margin: 0 auto 0.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 6.98rem;
}

/* 定制活动表格 */
input,
textarea {
  outline: none;
}

.cusActive select {
  margin-left: -0.08rem;
  outline: none;
  /*去掉默认的下拉三角*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*添加下拉三角图标*/
  background: url("../img/task5-2_07.jpg") no-repeat right center transparent;
}

.cusTable {
  width: 7.1rem;
  margin: 0.4rem auto;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding-top: 0.6rem;
}

.cusHead {
  padding-bottom: 0.3rem;
}

.cusTableHead {
  position: absolute;
  width: 4.46rem;
  height: 0.53rem;
  top: -0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/TableHeadBg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: 0.53rem;
  color: #FFF;
  font-size: 0.3rem;
}

.proMessage li {
  margin-bottom: 0.29rem;
  font-size: 0.3rem;
  color: #494947;
}

.proMessage li label {
  display: inline-block;
  text-align: right;
  width: 1.8rem;
  line-height: 0.8rem;
}



.proMessage li input[type="radio"] {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  border: solid 0.01rem #E6E6E6;
  background-color: #F5F5F5;
  margin: 0 0.1rem;
}

.proMessage li input[type="text"],
.cusActive .selectActive {
  display: inline-block;
  width: calc(100% - 2rem);
  height: 0.8rem;
  line-height: 0.8rem;
  border: 0.01rem solid #E6E6E6;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding-left: .2rem;
  border-radius: 0.08rem;
}

.proMessage li input[type="radio"].checked {
  border: none;
  background: url(../images/checked2.png) no-repeat;
  background-size: 100%;
}

.proMessage textarea {
  display: inline-block;
  width: 5rem;
  height: 1.3rem;
  border: 0.01rem solid #E6E6E6;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  border-radius: 0.08rem;
}

.cusActiveList {
  padding-bottom: 0.6rem;
  position: relative;
}

.cusActive {
  height: 8.48rem;
}

.cusActive .selectActive {
  margin-left: -0.08rem;
  position: relative;
  font-size: 0.3rem;
  background: url(../images/xl.jpg) no-repeat;
  background-size: 0.2rem 0.1rem;
  background-position: 4.5rem 0.35rem;
}

.cusActive .selectActive .optionActive {
  width: 5rem;
  max-height: 2.25rem;
  position: absolute;
  left: 0;
  top: 0.82rem;
  border: 0.01rem solid #E6E6E6;
  border-bottom: 0.04rem solid #E6E6E6;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding-left: 0.2rem;
  border-radius: 0.08rem;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
}

.proMessage .selectActive li {
  font-size: 0.3rem;
  line-height: 0.46rem;
}

.ActiveToPic {
  margin-left: 1.8rem;
  font-size: 0.24rem;
  color: #999999;
  margin-top: 0.2rem;
  height: 0.96rem;
}

.ActiveToPic span {
  float: left;
}

.ActiveToPic img {
  float: left;
  width: 1.78rem;
  border-radius: 0.12rem;
  margin-left: 0.12rem;
}

.addActive {
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  left: 0;
  right: 0;
  bottom: 0.62rem;
  margin: 0 auto;
  background: url(../images/addActive.png) no-repeat;
  background-size: 100%;
  z-index: 10;
}

input,
textarea {
  outline: none;
}

.examine span {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/tx2.png) no-repeat;
  background-size: 100%;
}

.cusActivebtns {
  height: 0.76rem;
  margin-bottom: 0.34rem;
  color: #FFF;
  text-align: center;
}

.cusActivebtns .cusabandon {
  display: inline-block;
  width: 2.16rem;
  height: 0.76rem;
  line-height: 0.76rem;
  background: url(../images/cusabandon.png) no-repeat;
  background-size: 100%;
  margin-right: 0.6rem;
}

.wydkBottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}

.cusActivebtns .cusaffirm {
  display: inline-block;
  width: 2.16rem;
  height: 0.76rem;
  line-height: 0.76rem;
  background: url(../images/cusaffirm.png) no-repeat;
  background-size: 100% 100%;
}

.cusmaskBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99;
}

.cusmask {
  position: absolute;
  width: 5.17rem;
  height: 5.14rem;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0.1rem;
  text-align: center;
}

.cusmask .p1 {
  font-size: 0.3rem;
  color: #141414;
  line-height: 1.3rem
}

.cusmask img {
  display: block;
  width: 3.34rem;
  height: 2.02rem;
  margin: auto;
}

.ewm-mask img {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-top: 0.3rem;
}

.cusmask .p2 {
  font-size: 0.26rem;
  color: #666666;
}

.ewm-mask .cusmask .p2 {
  margin-top: 0.2rem;
}

.ewm-mask .cusmaskBtns {
  margin-top: 0.2rem;
}

.cusmaskBtns {
  margin-top: 0.46rem;
}

.cusmaskBtns span {
  display: inline-block;
  width: 2.16rem;
  height: 0.76rem;
  color: white;
  line-height: 0.76rem;
  border-radius: 0.38rem;
}

.cusmaskBtns .indexBtn {
  background-color: #FFA326;
}

/* 填写获奖地址 */
.txdz-cusHead .proMessage li label {
  text-align: center;
}

.txdz-mask .p1 {
  font-weight: 700;
}

.txdz-mask .p2 {
  width: 3.73rem;
  margin: 0 auto;
  text-align: left;
  margin-top: 0.1rem;
}

.txdz-mask .cusmaskBtns {
  margin-top: 0.1rem;
}


/* 活动详情页 */
.DetailWrap {
  overflow-x: hidden;
  overflow-y: auto;
}

.DetailHead {
  position: relative;
  top: 0;
  left: 0;
}

.DetailHead img {
  display: block;
  width: 100%;
}

.DetailMainBox {
  min-height: 9.2rem;
  border-top: none;
  position: relative;
  margin: 0rem auto;
  padding: 0.9rem 0 1.2rem;
}

.DetailMainBox img {
  max-width: 100%;
  height: auto;
}

.DetailMain {
  padding-bottom: 1.2rem;
}

.DetailMain .DetailTime {
  position: absolute;
  top: -0.02rem;
  right: 0;
  width: 4.5rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  color: white;
  background-color: #FE3B34;
  border-bottom-left-radius: 0.2rem;
  font-size: 0.24rem;
}

.DetailMain2 .DetailTime {
  position: absolute;
  top: -0.02rem;
  right: 0;
  width: 4.5rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  color: white;
  background-color: #FE3B34;
  border-bottom-left-radius: 0.2rem;
  font-size: 0.24rem;
}

.DetailText {
  width: 6.66rem;
  margin: 0.28rem auto 0.4rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
}

.DetailPic img {
  display: block;
  width: 6.6rem;
  margin: auto;
}

/* .DetailVideo{display: block;width: 6.66rem;height: 3.79rem;border:solid 0.04rem #FED292;margin: 0.24rem auto 0;background: black;} */
.DetailVideo img {
  width: 100%;
  height: 100%;
}

.audio-box {
  width: 6.66rem;
  height: 0.84rem;
  background-color: #FED292;
  margin: 0.4rem auto 0;
  border-radius: 0.14rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.audio-box {
  padding: 0.16rem 0.42rem
}

.audio-box .audio-btn {
  width: 0.59rem;
  height: 0.6rem;
  float: left;
  cursor: pointer
}

.audio-box .icon-play {
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
}

.audio-box .icon-pause {
  background: url(../images/pause.png) no-repeat;
  background-size: 100% 100%;
}

.audio-box .times-all,
.audio-box .times-now {
  font-size: 0.3rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #FF3A34;
  float: left;
  line-height: 0.5rem
}

.audio-box .times-all {
  margin-left: 0.06rem
}

.audio-box .audio-progress {
  width: 4.2rem;
  height: 0.18rem;
  background: white;
  border-radius: 0.15rem;
  margin-top: 0.16rem;
  float: left;
  margin-left: 0.1rem;
  position: relative
}

.audio-box .audio-progress .icon-progress {
  width: 0.12rem;
  height: 0.34rem;
  background: #FF3A34;
  border-radius: 0.15rem;
  position: absolute;
  left: 0rem;
  top: -0.08rem
}

.BtnBox {
  width: 7.5rem;
  height: 1rem;
  padding-top: 0.1rem;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.BtnBox div {
  float: left;
  min-width: 2rem;
  height: 0.76rem;
  text-align: center;
  line-height: 0.76rem;
  color: #FFF;
  margin-left: 0.2rem;
  border-radius: 0.38rem;
  padding: 0 0.16rem;
  font-size: 0.34rem;
  /*font-family: AlibabaR;*/
}

.BtnBox div a {
  display: block;
  color: #FFF;
}

.backBtn {
  background-color: rgb(252, 188, 148);
}

.canjiaBtn {
  background: url(../images/canjiaBtn.png) no-repeat;
  background-size: 100% 100%;
}

.yellowBtn {
  background: url(../images/yellowBtn.png) no-repeat;
  background-size: 100% 100%;
}

.phbBtn {
  background: url(../images/phbBtn.png) no-repeat;
  background-size: 100% 100%;
}

.resulteBtn {
  background: url(../images/redBtn.png) no-repeat;
  background-size: 100% 100%;
}

/* 登录页 */
.headPic {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem auto;
  border-radius: 0.16rem;
}

.Loginmain {
  padding-top: 0.1rem
}

.Login {
  width: 100%;
  height: 0.84rem;
  background: #fff;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #333;
  padding: 0 0.1rem
}

.Login span {
  display: inline-block;
  float: left;
  width: 0.78rem
}

.Login input {
  font-size: 0.3rem;
  border: none;
  padding-left: 0.2rem;
  outline: none;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 70%;
  float: left
}

.bordertbm {
  border-bottom: 0.02rem solid #ffd2a8
}

.remind {
  line-height: 0.4rem;
  font-size: 0.3rem;
  padding: 0 0.15rem;
  height: 0.4rem;
  margin: 0.2rem 0;
}

.remind i {
  display: inline-block;
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.07rem 0.08rem 0 0
}

.remind i img {
  width: 0.3rem;
  height: 0.3rem;
}

.Loginbtn {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 0.35rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #f33923;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
}

.colRed {
  color: red;
}

.register {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.24rem
}

input:disabled,
textarea:disabled {
  -webkit-text-fill-color: grey;
  -webkit-opacity: 1;
  color: grey;
  background-color: #fff;
}

/* 单选题 */
.Answercard {
  background: #f33923;
  background-size: 100%;
  min-height: 2.3rem;
  padding-bottom: 0.4rem;
}

.CountDown {
  width: 100vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  color: white;
  font-size: 0.32rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.Cartit {
  height: 0.9rem;
  border-bottom: 0.02rem solid #fcfcfc;
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
}

.Cartit {
  height: 0.9rem;
  border-bottom: 0.02rem solid #fcfcfc;
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
}

.Cartit span {
  display: inline-block;
  font-size: 0.3rem;
}

.subject {
  width: 6.95rem;
  color: #ffffff;
  margin: 0 auto;
  padding-top: .39rem;

  font-size: 0.34rem;
  font-family: AlibabaR;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0rem;
}

.subject span {
  display: inline-block;
  width: 1.07rem;
  height: 0.44rem;
  color: #f33923;
  background-color: #FCF8E2;
  margin-right: 0.1rem;
  border-radius: 0.04rem;
  line-height: 0.44rem;
  text-align: center;
}

.Cardline {
  width: 100%;
  height: 0.12rem;
  margin-bottom: 0.2rem;
}

.Cardline img {
  display: block
}

.Padlr15 {
  padding: 0 0.3rem 1.28rem;
}

.Answer .optionsImg {
  margin: 0;
}

.Answer .audio-box {
  margin: 0;
}

.Answer .DetailVideo {
  margin: 0;
}

.Ptm {
  line-height: 0.5rem;
  position: relative;
  font-size: 0.34rem;
  overflow: hidden;
  margin: 0.3rem 0;
  font-family: AlibabaR;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #212121;
}

.Ptm span {
  float: left;
  width: 6.1rem;
  line-height: 0.5rem;
  margin-top: 0.22rem;
  margin-bottom: 0.22rem;
}

.Ptm input {
  float: left;
  border: 0.02rem solid #ccc;
  width: 0.4rem;
  height: 0.4rem;
  left: 0;
  top: 0.3rem;
  position: absolute;
}

.Ptm input.tiankongIpt {
  float: none;
  width: 4rem;
  height: .6rem;
  border: 0.05rem solid #ccc;
  position: static;
}

.Ptm img {
  display: block;
  width: 100%;
}

.Ptm i {
  display: inline-block;
  float: left;
  margin: 0.05rem 0.14rem 0 0;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/y1.png) no-repeat;
  background-size: 100% 100%;
}

.Ptm i.y2 {
  background: url(../images/y2.png) no-repeat;
  background-size: 100% 100%;
}

.Btncon2 {
  text-align: center;
  width: 100%;
  height: 1rem;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  padding: 0.1rem 0;
  background-color: #FCFAF2;
  display: flex;
  justify-content: space-evenly;
}


.Btncon2 a {
  display: inline-block;
  color: #fff;
  font-size: 0.34rem;
  width: 2.16rem;
  height: 0.76rem;
  text-align: center;
  border-radius: 0.7rem;
  margin-left: 0.21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: AlibabaR;
}

.Redbtn {
  background: url(../images/canjiaBtn.png) no-repeat;
  background-size: 100% 100%;
}

.whitebtn {
  color: #F33923 !important;
  box-sizing: border-box;
  border: solid 1px #F33923;
  background-color: #FCFAF2;
}

/* .Orangebtn{background: url(../images/canjiaBtn.png) no-repeat;background-size: 100% 100%;} */
.Orangebtn {
  background-color: rgb(252, 188, 148);
}

.goBackbtn {
  background-color: rgb(252, 188, 148);
}

.Graybtn {
  background: #CCC;
}

.greenbtn {
  background: url(../images/phbBtn.png) no-repeat;
  background-size: 100%;
}

.lookbtn {
  position: fixed;
  bottom: 1rem;
  left: 0;
}

.Textcon {
  width: 90%;
  height: 2rem;
  border: 0.02rem solid #e6e6e6;
  border-radius: 0.08rem;
  margin: 0 auto;
  display: block;
  outline: none;
  vertical-align: top;
  line-height: 0.52rem;
  font-size: 0.3rem;
  resize: none
}

/* 多选 */
.Ptm i.check {
  background: url(../images/check.png) no-repeat left top;
  background-size: 100% 100%
}

.Ptm i.checked {
  background: url(../images/checked.png) no-repeat left top;
  background-size: 100% 100%
}

input:disabled,
textarea:disabled {
  -webkit-text-fill-color: grey;
  -webkit-opacity: 1;
  color: grey;
  background-color: #fff;
}

/* 图片放大 */
.none {
  display: none;
}

.maskBoxPic .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.maskBoxPic .close {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 12;
  background: url(../images/suoxiao.png) no-repeat;
  background-size: 100% 100%;
}

.maskBoxPic .imgShow {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 11;
}

/*已完成*/
.Answer_dl {
  width: 100%;
  padding-top: 2rem;
}

.Answer_dl dt {
  width: 3.34rem;
  height: 1.96rem;
  margin: 0 auto;
  margin-bottom: 0.1rem;
}

.Answer_dl dd {
  text-align: center;
  font-size: 0.3rem;
  color: #999
}

.Answer_dl dd.fs18 {
  font-size: 0.36rem;
  margin: 0.46rem auto 0.28rem;
  color: #333333;
  font-family: AlibabaR;
}

.Btncon2.btn3 {
  position: relative !important;
  background-color: #FFF;
  margin-top: 0.42rem;
}

.Btncon2.btn3 .greenbtn {
  margin-left: 0;
}

.Answer-banner {
  position: absolute;
  width: 3.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  top: 0.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #F43C22;
  font-size: 0.3rem;
  border-radius: 0.3rem;
  color: #FFF;
  text-align: center;
}

.Answer-banner {
  position: absolute;
  width: 3.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  top: 0.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #F43C22;
  font-size: 0.3rem;
  border-radius: .3rem;
  color: #FFF;
  text-align: center;
}

/* 查看错题 */
.laiyuan {
  margin: 0.4rem 0;
  box-sizing: border-box;
  padding: 0 0.2rem;
  font-size: 0.3rem;
}

.zqda {
  box-sizing: border-box;
  padding: 0 0.2rem;
  font-size: 0.3rem;
}

/* 领红包 */
.bonusMaskBox .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.bonusMaskBox .bonus {
  width: 5.2rem;
  height: 5.93rem;
  background: url(../images/bonus.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  text-align: center
}

.bonus .p1 {
  font-size: 0.48rem;
  font-weight: 700;
  margin-top: 1.1rem;
  color: #333333;
}

.bonus .p2 {
  font-size: 1rem;
  font-weight: 900;
  color: #F33923;
}

.bonus .p3 {
  text-align: center;
  display: inline-block;
  margin: 1.1rem auto 0;
}

.bonus .p3 a {
  float: left;
  width: 2.16rem;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  font-size: 0.3rem;
  border-radius: 0.38rem;
}

.bonus .p3 a.ckBtn {
  border: solid 0.03rem #FFDF5D;
  line-height: 0.7rem;
  color: #FFDF5D;
}

.bonus .p3 .bdBtn {
  background: url(../images/bdBtn.png) no-repeat;
  background-size: 100% 100%;
  color: #4D1B02;
  margin-left: 0.2rem;
}

.bonus .p4 {
  font-size: 0.26rem;
  margin-top: 0.1rem;
  color: #F2BA84;
}

/* 排行榜 */
.rankWrap {
  overflow: hidden;
}

.rankHeadBox {
  width: 7.5rem;
  height: 3.97rem;
  background: url(../images/rankHead.png) no-repeat;
  background-size: 100%;
  position: relative;
}

.rankHead {
  width: 6.62rem;
  height: 1.44rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.14rem;
  margin: 0 auto;
}

.rankHead .headT1 {
  width: 1.6rem;
  text-align: center;
  color: #FAD798;
  font-size: 0.3rem;
  margin: 0.3rem 0rem 0;
  overflow: hidden;
}

.rankHead .headT1 .p1 {
  font-size: 0.32rem;
  font-weight: 700;
}

.rankHead .headT1 .p2 {
  font-size: 0.24rem;
}

.rankHead .headT2 {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: solid 0.02rem #FED292;
  border-radius: 50%;
  margin-top: 0.22rem;
}

.rankHead .headT3 {
  margin-top: 0.2rem;
  margin-left: 0.1rem;
}

.rankHead .headT3 .p1 {
  font-size: 0.32rem;
  color: #FCFCFC;
  width: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.rankHead .headT3 .p2 {
  font-size: 0.3rem;
  color: #FAD5D1;
}

.rankHead .headT3 .p3 {
  font-size: 0.3rem;
  color: #FCFCFC;
  width: 2.7rem;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.rankHead .headT4 {
  font-size: 0.3rem;
  color: #FAD5D1;
  line-height: 1.44rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.rankHead .headT5 {
  font-size: 0.3rem;
  color: #FAD5D1;
  line-height: 1.44rem;
}

.rankHead .headT6 {
  font-size: 0.4rem;
  color: #FAD5D1;
  line-height: 1.44rem;
  text-align: center;
}

.rankHead .headT7 {
  margin-top: 0.5rem;
  margin-left: 0.1rem;
}

.rankHead .myresult {
  position: absolute;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  right: 0;
  top: -0.25rem;
  background: url(../images/bdBtn.png) no-repeat;
  background-size: 100% 100%;
  color: #4D1C02;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 700;
}

.rankMainBox {
  width: 7.02rem;
  height: 10rem;
  margin: -0.02rem 0.21rem 0;
  background-color: #F3E9DB;
  position: relative;
  overflow: hidden;
}

.rankMainWhite {
  width: 6.4rem;
  height: 9rem;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.58rem;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.rankMainBox .p1 span {
  height: 0.44rem;
  font-size: 0.36rem;
  font-family: AlibabaR;
  display: inline-block;
}


.rankMainBox .span1.curr,
.rankMainBox .span2.curr,
.rankMainBox .span3.curr {
  background: url(../images/rankMainWhite1.png) left bottom no-repeat;
  background-size: 100%;
  color: #F13B25;
}

.rankMainBox .bgTab {
  position: absolute;
  top: 1.1rem;
  left: 0;
  z-index: 7;
}

.rankMainBox .qgTab {
  position: absolute;
  top: 1.1rem;
  left: 0;
  z-index: 6;
}

.rankMainBox .jgTab {
  position: absolute;
  top: 1.1rem;
  left: 0;
  z-index: 5;
}

.rankMainBox .zwTab {
  position: absolute;
  top: 0rem;
  z-index: 8;
  width: 6.45rem;
  text-align: center;
  box-sizing: border-box;
  padding: 1.2rem 0 1.2rem;
  background-color: #FFF;
  min-height: 100%;
}

.rankMainBox .zwTab img {
  width: 2.86rem;
}

.rankMainBox .tdImg {
  text-align: center;
}

.rankMainBox .tdImg span {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  border: solid 0.02rem #4E1C02;
  border-radius: 50%;
  background-color: #F35040;
  font-size: 0.3rem;
  color: #FFF;
}

.rankMainBox table {
  margin-top: 0.2rem;
  background-color: #FFF;
}

.rankMainBox thead {
  height: 0.6rem;
  background: url(../images/rankMainWhite2.png) no-repeat;
  background-size: 5.93rem 0.58rem;
}

.rankMainBox thead th {
  color: #F55F4C;
  font-size: 0.3rem;
  font-weight: 400;
}

.rankMainBox thead .th1 {
  width: 1.2rem;
}

.rankMainBox thead .th2 {
  width: 2.1rem;
}

.rankMainBox thead .th3 {
  width: 1.46rem;
}

.rankMainBox thead .th4 {
  width: 1.26rem;
}

.rankMainBox tbody tr td {
  padding: 0.2rem 0;
  text-align: center;
}

.rankMainBox .tdImg img {
  width: 0.39rem;
  height: 0.47rem;
  margin-top: 0.1rem;
}

.rankMainBox tbody .td2 {
  text-align: center;
  font-size: .28rem;
}

.rankMainBox tbody .td2 img {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
}

.rankMainBox tbody .td2 span {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  width: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #212121;
}

.rankMainBox tbody .td3 {
  color: red;
  font-weight: 700;
  font-size: 0.3rem;
}

.rankMainBox tbody .td4 {
  color: gray;
  font-size: 0.3rem;
}

.OptionPic {
  display: block;
  height: 2rem;
  width: 6.66rem;
  margin: auto;
}

.OptionPic img {
  display: block;
  height: 2rem;
  width: auto;
  /*border:solid 0.04rem #FED292;*/
}

/* 加载更多 */
.jiazai {
  display: block;
  width: 6.4rem;
  height: .3rem;
  line-height: 1;
  text-align: center;
  color: #999;
  margin: .1rem auto 0;
}

.Graybtn {
  background: #e6e6e6;
  border-radius: 0.4rem;
}

.Pdb15 {
  padding-bottom: 1.5rem
}

.showAnswer {
  padding-bottom: 0.6rem;
}


/* 公布答案样式 */
.Answer .gbda {
  margin-top: 0.4rem;
  font-size: .34rem;
}

.Answer h1 {
  color: #f33923;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.Answer h1 p:after {
  border-top: 0.04rem dashed #f33923;
  background: transparent;
  display: block;
  content: " ";
  height: 100%;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 60%;
}

.Answer h1 p:before {
  border-top: 0.04rem dashed #f33923;
  background: transparent;
  display: block;
  content: " ";
  height: 100%;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 0%;
}

.Answer h2 {
  margin-top: 0.1rem;
}

.Answer h3 {
  margin-top: 0.1rem;
}

.Answer h3 span {
  color: red;
}

.Answer h4 {
  color: gray;
}

.Answer h4 {
  line-height: 0.4rem;
}

.Answer h4 .Fdimg {
  margin-bottom: 0.1rem;
}

.Answer h4 img {
  display: inline-block;
  width: 6.6rem;
  margin-top: 0.1rem;
}

/* 排行榜返回 */
.rankWrap .back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2rem;
  z-index: 10;
}

.rankWrap .back img {
  width: 1rem;
  height: auto;
}

video {
  display: block;
  width: 6.66rem;
  height: 3.79rem;
  border: solid 0.04rem #FED292;
  margin: 0.24rem auto 0;
  background: black;
}

/* 抽奖 */
.lotteryWrap .BtnBox {
  background-color: rgb(253, 213, 149);
}

.lotteryBox {
  width: 7.09rem;
  height: 7.57rem;
  background: url(../images/lotteryBox.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.2rem auto 0.4rem;
  overflow: hidden;
}

.lotteryResult {
  width: 4.52rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background-color: #DA2207;
  text-align: center;
  color: #FDD595;
  font-size: 0.3rem;
  border-radius: 0.3rem;
  margin: 0.3rem auto 0.4rem;
  box-shadow: inset 0 .02rem .04rem 0 rgba(179, 30, 4, 1);
}

.lotteryResult span {
  display: inline-block;
  width: 4.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#lottery {
  width: 6.7rem;
  height: 5.8rem;
  overflow: hidden;
  background-color: rgba(255, 133, 30, 0.8);
  border-radius: 0.25rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.1rem;
}

#lottery table {
  width: 100%;
  height: 100%;
}

#lottery table td {
  display: inline-block;
  width: 2.06rem;
  height: 1.77rem;
  background-color: #FFF;
  color: #1D1D1D;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  border-radius: 0.2rem;
  margin: 0.05rem;
}

#lottery table td img {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
}

#lottery table td p {
  font-size: 0.24rem;
  color: #1D1D1D;
}

#lottery table td.lottery-light {
  box-sizing: inline-block;
  border: solid 0.08rem red;
}

#begin {
  display: block;
  width: 100%;
  height: 1.78rem;
  color: #FFF;
  background-color: #FFA326;
  border-radius: 0.1rem;
  padding: 0.4rem 0.5rem;
}

#begin span {
  display: block;
  font-size: 0.49rem;
  font-weight: 900;
  width: 1rem;
  height: 1rem;
  line-height: 0.5rem;
}

.obtain-lotteryBox {
  width: 7.1rem;
  background-color: #FF851E;
  margin: 0 auto 1.2rem;
  border-radius: 0.2rem;
  position: relative;
  box-sizing: border-box;
  padding: 0.2rem;
}

.obtain-lotteryBox .cusTableHead {
  color: #FDFCFF;
}

.obtain-lotteryList {
  width: 6.7rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.3rem 0;
}

.obtain-lottery {
  margin: 0 0.22rem;
  height: 0.9rem;
}

.obtain-lottery .imgBox {
  width: 0.52rem;
  height: 0.49rem;
  border-radius: 50%;
  margin-top: 0.1rem;
  margin-right: 0.2rem;
}

.obtain-lottery .imgBox img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.obtain-lottery .txtBox {
  width: 4.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.obtain-lottery .txtBox .p1 {
  font-size: 0.3rem;
  color: #333333;
  font-weight: 700;
}

.obtain-lottery .txtBox .p2 {
  font-size: 0.24rem;
  color: #333333;
  font-weight: 400;
  opacity: 0.6;
}

.obtain-lottery .goStroll {
  width: 1.28rem;
  height: .48rem;
  border-radius: 0.24rem;
  text-align: center;
  line-height: .48rem;
  background-color: #FFA326;
  color: #FFF;
  margin-top: 0.2rem;
  font-size: 0.3rem;
}

.obtain-lottery .completed {
  width: 1.28rem;
  height: .48rem;
  border-radius: 0.24rem;
  text-align: center;
  line-height: .48rem;
  background-color: #CCCCCC;
  color: #666666;
  margin-top: 0.2rem;
  font-size: 0.3rem;
}

.obtain-lottery .godati {
  width: 1.28rem;
  height: .48rem;
  border-radius: 0.24rem;
  text-align: center;
  line-height: .48rem;
  background-color: #22AC38;
  color: #FFF;
  margin-top: 0.2rem;
  font-size: 0.3rem;
}

/* 未中奖 */
#lottery .yihan,
#lottery .zhongjiang {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 0.2rem;
  text-align: center;
}

#lottery .yihan img {
  width: 2.23rem;
  height: 1.92rem;
  margin: 0.96rem 0 0.3rem;
}

#lottery .yihan p,
#lottery .zhongjiang {
  font-size: 0.3rem;
  color: #F54423;
  font-weight: 700;
}

/* 中奖 */
#lottery .zhongjiang img {
  width: 2rem;
  height: 2rem;
  margin: 0.96rem 0 0.3rem;
}

#lottery .zhongjiang .shdz {
  display: inline-block;
  width: 2.8rem;
  height: 0.8rem;
  background: url(../images/shdzBg.png) no-repeat;
  background-size: 100%;
  border-radius: 0.4rem;
  font-size: 0.32rem0;
  color: #FFF;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 0.4rem;
}


/*我要打卡*/
#dynamic_create textarea {
  width: 100%;
  background-color: #FFF;
  border: none;
  padding: 0.2rem 0;
  font-size: 0.3rem;
  color: #212121;
  box-sizing: border-box;
  padding: 0 0.2rem;
}

#dynamic_create .p1-ts {
  font-size: 0.3rem;
  background-color: #FFF;
  text-align: right;
  color: #666666;
}

#dynamic_create .p2-ts {
  font-size: 0.28rem;
  color: #999;
  line-height: 0.5rem;
  margin-left: 0.2rem;
  color: #212121;
}

#dynamic_create .p2-ts span {
  display: inline-block;
  width: 0.85rem;
  height: 0.31rem;
  background: url(../images/wxts.png) no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  line-height: 0.32rem;
  margin-right: 0.05rem;
}

#dynamic_create input[type="text"] {
  border: none;
  border-bottom: solid 0.01rem #E6E6E6;
  width: 100%;
  height: 1.03rem;
  font-size: 0.3rem;
  color: #212121;
  box-sizing: border-box;
  padding: 0 0.2rem;
}

#imgUploader {
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.1rem;
  background-color: #FFF;
  margin-top: 0.01rem;
}

#imgUploader .file-list {
  padding: 0.1rem 0;
}

#imgUploader .file-list .file-remove {
  position: absolute;
  font-size: 0.4rem;
  right: 0.05rem;
  top: 0.01rem;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  color: #141414;
  cursor: pointer;
  line-height: 0.36rem;
  z-index: 19;
  background-color: #FFF;
  border-radius: 50%;
}

#imgUploader .pb {
  padding-bottom: 0.1rem;
  color: #666666;
  margin-left: 0.1rem;
}

#imgUploader .pb a {
  color: #F43C22;
}

.thumbnails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumbnails .thumbnail {
  position: relative;
  margin: 0 0.16rem 0.1rem 0;
  padding-right: 0.05rem;
  width: 2.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.3rem;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 .03rem .2rem 0 rgba(153, 153, 153, 0.2);
  border-radius: 0.2rem;
}

.thumbnails .thumbnail .img-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 2.3rem;
  position: relative;
}

.thumbnails .thumbnail .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}

.thumbnails .thumbnail .img-wrapper .box,
.picture-tip .list .mask-box,
.video-tip .list .mask-box,
.audio-tip .list .mask-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.2s;
  z-index: 29;
}

.thumbnails .thumbnail .img-wrapper video {
  display: block;
  width: 2.3rem;
  border: none;
  margin: 0;
  background-color: white;
}

.thumbnail .add {
  width: 100%;
  height: 2.3rem;
  float: left;
  text-align: center;
  line-height: 2.8rem;
  font-weight: 100;
  cursor: pointer;
  color: #999;
  position: relative;
  background-color: #FFF;
}

.thumbnail .add span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
  background: url(../images/xiangji.png) center 0.6rem no-repeat;
  background-size: 0.6rem 0.5rem;
}

.thumbnail .add .choice {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
  background: url(../images/xiangji.png) center 0.6rem no-repeat;
  background-size: 0.6rem 0.5rem;
}

.thumbnail .add .sctp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.3rem;
  opacity: 0;
}

.dynami-Btncon2 {
  background-color: rgb(242, 242, 242);
}

.textRed {
  color: red;
}

.textBlack {
  color: black;
}

.examine {
  margin-top: 1rem;
  font-size: 0.3rem;
  font-weight: 700;
  color: #D80102;
  text-align: center;
}

.examine span {
  margin-top: 0;
  margin-right: 0.1rem;
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/tx2.png) no-repeat;
  background-size: 100% 100%;
}

div.loding {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  left: 0;
}

div.loding img {
  width: 1rem;
  height: 1rem;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 0.1rem;
}

/* 今日打卡 */
.jrdk-body {
  text-align: center;
}

.jrdk-body canvas {
  width: 6.9rem !important;
  height: 11rem !important;
  margin: .5rem .3rem 1rem;
  box-shadow: 0 .03rem .2rem 0 rgba(244, 61, 33, 0.2);
}

#capture-wydk-box {
  box-sizing: border-box;
  padding-top: 1px;
}

#capture-wydk {
  width: 6.9rem;
  height: 11rem;
  box-shadow: 0 .03rem .2rem 0 rgba(244, 61, 33, 0.2);
  margin: .5rem .3rem 1rem;
  box-sizing: border-box;
  padding-top: 1px;
  position: relative;
  border-radius: .1rem;
  position: relative;
}

#capture-wydk .bigTil {
  width: 2.08rem;
  height: .56rem;
  background: url(../images/jrdk.jpg) no-repeat;
  background-size: 100%;
  color: #FFF;
  font-family: AlibabaR;
  text-align: center;
  font-size: .4rem;
  position: absolute;
  top: -.16rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.capture-wy {
  width: 6.9rem;
  height: 10.8rem;
  border: solid .02rem rgba(234, 82, 34, 0.5);
  border-radius: .12rem;
}

.wydk-main-box {
  width: 6.64rem;
  height: 9rem;
  border: solid .02rem #EA5222;
  border-radius: .1rem;
  margin: .2rem auto 0;
}

.wydk-main {
  width: 6.4rem;
  margin: auto;
}

.wydk-main-img {
  width: 6.4rem;
  height: 4.25rem;
  overflow: hidden;
  background-color: #141414;
  margin-top: .32rem;
}

.wydk-main-img img {
  display: block;
  width: 100%;
}

.wydk-p1 {
  font-size: .4rem;
  color: #F43B23;
  font-family: AlibabaR;
  text-align: center;
}

.wydk-p2 {
  font-size: .36rem;
  color: #212121;
  font-family: AlibabaR;
  text-align: center;
  margin-bottom: .16rem;
}

.redP {
  color: #F43B23 !important;
  font-size: .18rem;
  margin-left: .1rem;
}

.wydk-p3 {
  margin-bottom: .1rem;
}

.wydk-p3-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wydk-p3-center .inforBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wydk-p3-center .inforBox div {
  height: .36rem;
}

.wydk-p3-center .inforBox img {
  float: left;
  width: .46rem;
  height: .46rem;
}

.wydk-p3-center .inforBox span {
  float: left;
  color: black;
}

.wydk-p3-p {
  text-align: center;
  font-size: .28rem;
  color: gray;
  margin-top: .02rem;
  font-family: AlibabaR;
}

.wydk-p3-center img {
  display: inline-block;
  width: .36rem;
  width: .36rem;
  border-radius: 50%;
}

.wydk-p3-center span {
  font-size: .3rem;
  color: gray;
  margin-top: .02rem;
  font-family: AlibabaR;
}

.wydk-p4 {
  font-size: .32rem;
  width: 5.89rem;
  height: 1.3rem;
  margin: auto;
  overflow: hidden;
  margin-top: 0.1rem;
}

.wydk-ewm {
  display: block;
  width: 2.2rem;
  height: 2rem;
  margin: 0 auto;
  padding: .05rem;
  background-color: #FFF;
  border-radius: .2rem;
}

.wydk-ewm-txt {
  font-size: .28rem;
  font-family: AlibabaR;
  text-align: center;
}

.wydk-examine {
  margin-top: 1rem;
  font-size: .3rem;
  font-family: AlibabaR;
  color: #D80102;
  text-align: center;
}

.wydk-examine span {
  margin-top: 0;
  margin-right: .1rem;
  display: inline-block;
  width: .26rem;
  height: .26rem;
  background: url(../images/tx2.png) no-repeat;
  background-size: 100% 100%;
}

.wydkBottom {
  position: absolute;
  top: 11rem !important;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.wydkBottom .btns {
  display: inline-block;
  width: 2.16rem;
  height: .76rem;
  line-height: .76rem;
  border-radius: .38rem;
}

.wydkBottom .btns a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: .28rem;
}

.wydkBottom .dkGoback {
  background-color: #CCC;
}

.wydkBottom .dkresult {
  background: url(../images/canjiaBtn.png) no-repeat;
  background-size: 100% 100%;
}

.wydkBottom .jxdk {
  background: url(../images/jxdk.png) no-repeat;
  background-size: 100% 100%;
}

/* 打卡-排行榜 */
.rankMain .p1 {
  background-color: #FFF;
  width: 6.4rem;
  height: 0.58rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.dakaBox {
  background-color: #FFF;
}

.rankMainBox .Tab {
  position: absolute;
  left: 0;
  top: -.1rem;
  z-index: 7;
  font-size: 0.24rem;
  color: #999999;
  background-color: #F3F3F3;
  width: 6.4rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.rankMainBox .bgdk {
  z-index: 7;
}

.rankMainBox .qgdk {
  z-index: 6;
}

.rankMainBox .jgph {
  z-index: 5;
}

.rankMainBox.zuopinBox .Tab {
  background-color: #FFF;
}

.headT8 {
  margin-top: 0.3rem;
  margin-left: 0.5rem;
  text-align: center;
}

.headT8 p {
  font-size: 0.3rem;
  height: 0.34rem;
  color: #FAD5D1;
}

.dakaBox .itemBox {
  display: block;
  width: 6.4rem;
  color: #666666;
  margin-bottom: 0.2rem;
  background-color: #FFF;
}

.zanBtn {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/zan.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.06rem;
}

.zanBtn.currBtn {
  background: url(../images/currzan.png) no-repeat;
  background-size: 100% 100%;
}

.zanNum {
  font-size: 0.28rem;
  float: left;
  line-height: 0.4rem;
}

.item-head {
  height: 1.02rem;
  width: 6.4rem;
  box-sizing: border-box;
  padding: 0.2rem 0.15rem;
  overflow: hidden;
  font-size: 0.24rem;
}

.item-head .item-hleft img {
  float: left;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
}

.item-head .item-hleft span {
  margin-left: 0.1rem;
  line-height: 0.62rem;
  float: left;
  font-size: 0.3rem;
}

.item-head .item-hright {
  margin-top: 0.1rem;
}

.note-append .item-hright {
  margin-top: 0.14rem;
}

.dakaBox .zhengwen {
  width: 6.4rem;
  box-sizing: border-box;
  padding: 0rem 0.15rem;
  color: #212121;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical; */
  font-size: 0.36rem;
  letter-spacing: 0.02rem;
}

.dakaBox .picBox {
  margin: 0.2rem 0.1rem 0;
}

.dakaBox .picBox .img {
  width: 1.9rem;
  height: 1.9rem;
  background-color: #F3F3F3;
  display: inline-block;
  position: relative;
  margin-left: 0.1rem;
  margin-bottom: 0.14rem;
  overflow: hidden;
}

.dakaBox .picBox img {
  display: inline-block;
  width: 1.9rem;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.dakaBox .getData {
  font-size: 0.3rem;
  color: #666666;
  margin-left: 0.2rem;
  padding-bottom: 0.1rem;
}

.dakaBox .itemBox .videoBox {
  width: auto;
  max-width: 6rem;
  height: 3.7rem;
  margin-left: 0;
  box-sizing: border-box;
  padding: 0.2rem;
  position: relative;
}

.dakaBox .itemBox .videoBox img {
  width: 100%;
}

/* 打卡排行-详情页 */
.dkDetails {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dkDetailsBox {
  width: 100%;
  box-shadow: 0 0.03rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.1rem 0.1rem;
  padding-bottom: 0.4rem;
  position: absolute;
  background-color: #FFF;
}

.dkDetailsHead {
  height: 100%;
  position: absolute;
  list-style: none;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

.dkDetailsHead li {
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
}

.dkDetailsHead li video {
  display: block;
  /* width: 100%;
  height: auto; */
  width: auto;
  height: 100%;
  margin: 0;
  border: none;
}

.dkDetailsHead img {
  display: block;
  width: auto;
  height: 100%;
}

.dkDetailsText {
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
  color: #212121;
  font-size: 0.3rem;
}

.dkDetailsText p {
  font-family: 'AlibabaR';
  font-size: 0.4rem;
}

.dkDetailsText div {
  font-size: 0.36rem;
}

.dkDFotter {
  overflow: hidden;
  margin-top: 0.4rem;
  box-sizing: border-box;
  padding: 0 0.14rem;
  position: relative;
}

.dkDFotter img {
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-right: 0.1rem;
}

.dkDFotter .item-hleft {
  font-size: .26rem;
  float: left;
}

.dkDFotter .item-hleft .p1 {
  font-size: 0.28rem;
  color: #212121;
  font-family: 'AlibabaR';
}

.dkDFotter .item-hleft .p2 {
  font-size: 0.24rem;
  color: #999999;
}

.dkDFotter .item-hleft .p2 span {
  margin-right: 0.18rem;
}

.dkDFotter .zanNum {
  color: #666666;
}

.dkDFotter .item-hright {
  position: absolute;
  right: .3rem;
  top: .12rem;
}

#xqbanner img {
  width: 100%;
}


/* 服务协议弹框 */
.fwxyMaskBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  overflow: hidden;
  z-index: 20;
}

.fwxyMask {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 20%;
  background-color: #FFF;
  border-radius: 0.2rem 0.2rem 0 0;
}

.fwxyHead {
  width: 100%;
  height: 10%;
  border-bottom: solid 0.01rem #EEEEEE;
  font-size: 0.36rem;
  color: #F43C22;
  text-align: center;
  line-height: 1.2rem;
}

.fwxyMask .close {
  position: absolute;
  top: 0.22rem;
  right: 0.2rem;
  width: 0.27rem;
  height: 0.28rem;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
}

.fwxyTxt {
  box-sizing: border-box;
  padding: 0.2rem 0.6rem 0.8rem;
  color: #333333;
  height: 90%;
  overflow-y: scroll;
  font-size: 0.3rem;
}

.fwxyTxt p {
  margin-bottom: 0.3rem;
  line-height: 0.5rem;
}


/* 审核-结果 */
.auditResult {
  margin: 0.6rem 0;
}

.auditResult img {
  display: block;
  width: auto;
  height: 3.97rem;
  margin: 0.3rem auto;
}

.auditRL {
  width: 7.1rem;
  box-shadow: 0 0.03rem 0.2rem 0 rgba(153, 153, 153, 0.2);
  background: rgba(255, 255, 255, 1);
  font-size: 0.3rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  font-size: .3rem;
}

.auditRL .p1 {
  float: left;
  width: 4.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1rem;
  font-weight: 700;
}

.auditRL .p2 {
  line-height: 1rem;
  color: #F43D22;
}

.auditRL .p2,
.auditRL .p3,
.auditRL .p4 {
  float: right;
}

.auditRL .p1,
.auditRL .p2 {
  float: none;
}

.auditRL .p3 {
  width: 1.43rem;
  height: 0.48rem;
  border: 0.02rem solid rgba(255, 163, 38, 1);
  border-radius: 0.24rem;
  margin-top: 0.26rem;
  text-align: center;
  color: #FFA326;
}

.auditRL .p4 {
  width: 1.43rem;
  height: 0.48rem;
  margin-top: 0.26rem;
  color: #999999;
}

.auditTit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.auditTit .tips {
  height: 0.48rem;
  width: auto;
  border: 0.02rem solid rgba(255, 163, 38, 1);
  border-radius: 0.24rem;
  text-align: center;
  color: #FFA326;
  padding: 0 .15rem;
}

.auditTit .tips.ok {
  border-color: #2f9833;
  color: #2f9833;
}

.auditBttom {
  width: 7.5rem;
  height: auto;
  overflow: hidden;
  padding: 0.1rem 0;
  text-align: center;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.auditBttom a {
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 2.16rem;
  height: 0.76rem;
  border-radius: 0.7rem;
  margin-left: 0.21rem;
  font-family: AlibabaR;
  font-size: 0.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .auditBttom a:nth-child(1) {
            margin-right: 0.5rem;
        }*/


/* 作品排行 */
.hc-img-warp {
  width: 6.42rem;
  position: relative;
  height: 12.5rem;
  overflow: hidden;
  padding-top: 0.2rem;
  margin-left: 0.1rem;
}

.hc-img-warp .item {
  width: 3rem;
  height: auto;
  margin-bottom: 0.2rem;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
  background-color: #F5F5F5;
  box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, .1)
}

.hc-img-warp .img {
  width: 3rem;
  height: auto;
  border: .06rem solid #fff;
  position: relative;
}

.hc-img-warp img {
  display: block;
  width: 100%;
  height: auto;
  color: #212121;
  font-size: 0.22rem
}

.hc-img-warp .info {
  font-size: 0.3rem;
  color: #000;
  font-weight: 400;
  margin: 0.1rem 0.15rem;
  line-height: 0.32rem
}

.hc-img-warp .item .note-append {
  padding: 0 0.15rem 0.1rem
}

.hc-img-warp .item .user {
  float: left
}

.hc-img-warp .item .avatar {
  float: left;
  position: relative;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background-color: red;
  overflow: hidden
}

.hc-img-warp .item .avatar img {
  width: 100%;
  height: 100%
}

.hc-img-warp .item .name {
  float: left;
  width: 1rem;
  ;
  font-size: 0.3rem;
  color: #555;
  line-height: 0.62rem;
  margin-left: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.hc-img-warp .item .like {
  float: right
}

.hc-img-warp .item .likes {
  font-size: 0.12rem;
  color: #555;
  vertical-align: middle
}

.hc-img-warp .item .note-append::after {
  content: '';
  display: block;
  clear: both
}

.hc-img-warp .item .likes {
  font-size: 0.12rem;
  color: #555;
  vertical-align: middle
}

.hc-img-warp .item .video,
.videoBox .video {
  position: absolute;
  width: 0.58rem;
  height: 0.58rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/videop.png) no-repeat;
  background-size: 100% 100%;
}

.hc-img-warp .item .label {
  position: absolute;
  width: 0.84rem;
  height: 0.34rem;
  left: 0.1rem;
  top: 0.1rem;
  background-color: #F33923;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.26rem;
  line-height: 0.34rem;
  border-radius: 0.06rem;
}

.duotuLabel {
  position: absolute;
  top: .04rem;
  right: .04rem;
  width: .32rem;
  height: .16rem;
  background-color: rgba(0, 0, 0, .6);
  color: #FFF;
  text-align: center;
  line-height: .16rem;
  font-size: .12rem;
  z-index: 99;
}

.tuceLabel {
  position: absolute;
  top: .04rem;
  right: .04rem;
  width: .22rem;
  height: .18rem;
  background: rgba(0, 0, 0, 0.6) url(../images/tuce.png) center no-repeat;
  background-size: .15rem .14rem;
  z-index: 99;
}


/* 荣誉证书 */
#certificateWrap canvas {
  width: 7.5rem;
  height: 12.23rem;
}

#certificateWrap {
  width: 7.5rem;
  height: 12.23rem;
  background: url(../images/certificateWrap.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
}

#certificateBox {
  width: 7.01rem;
  height: 10.65rem;
  background: url(../images/certificateBox.png) no-repeat;
  background-size: 100%;
  margin: .2rem auto;
  overflow: hidden;
}

#certificate {
  width: 6.57rem;
  height: 10.12rem;
  background: url(../images/certificate.png) no-repeat;
  background-size: 100%;
  margin: .24rem auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-weight: 700;
}

#certificate .certificateLogo {
  display: block;
  width: 4.26rem;
  margin: .56rem auto .24rem;
}

#certificate .touxiang {
  display: block;
  width: .9rem;
  height: .9rem;
  border: solid .03rem #F33923;
  border-radius: 50%;
  margin: 0 auto;
}

#certificate .information {
  font-size: .34rem;
  color: #3D2608;
  line-height: .5rem;
  width: 6rem;
  text-align: center;
  margin: 0 auto;
}

#certificate .information .p1 {
  width: 6rem;
}

#certificate .mingci {
  font-size: .36rem;
  color: #F33923;
  line-height: .5rem;
}

#certificate .txt {
  font-size: .22rem;
  color: #3D2608;
  line-height: .4rem;
}

.certificateBot {
  display: flex;
  width: 5.5rem;
  justify-content: space-between;
  margin: .1rem auto 0;
  position: relative;
}

.certificateBot .p1 {
  font-size: .26rem;
  color: #3D2608;
  font-weight: 700;
  width: 3.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.certificateBot .jxxt {
  width: 1.17rem;
  height: .48rem;
}

.certificateBot .p2 {
  font-size: .22rem;
  color: #3D2608;
}

.certificateBot .cl {
  margin-top: .1rem;
}

.certificateBot .cc {
  width: .68rem;
  height: .98rem;
  position: absolute;
  right: 1.6rem;
  bottom: 0;
}

.certificateBot .cr {
  width: 1.46rem;
  height: 1.46rem;
}

.ryzsBottom {
  position: absolute;
  width: 7.5rem;
  height: 1.14rem;
  line-height: 1;
  bottom: 0 !important;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.ryzsBottom .btns {
  display: inline-block;
  width: 2.16rem;
  height: .76rem;
  line-height: 1;
  border-radius: .38rem;
}

.ryzsBottom .btns a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: .28rem;
}

.ryzsBottom .dkGoback {
  background-color: #CCC;
}

.ryzsBottom .dkresult {
  background: url(../images/canjiaBtn.png) no-repeat;
  background-size: 100% 100%;
}

.ryzsBottom .jxdk {
  background: url(../images/jxdk.png) no-repeat;
  background-size: 100% 100%;
}

/* 答题弹框 */
/* .popup{position: fixed;top:0;left: 0;width: 100%;height:100%;} */
.popup {
  width: 3.5rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 0.2rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  color: #F2F2F2;
  text-align: center;
  font-size: 0.3rem;
}

.alertPopup {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.alertContiner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}


/* 答题结果3 */
.thanks {
  margin: .72rem auto .52rem;
  font-size: 0.36rem !important;
  color: #333333 !important;
}

.history-result .title {
  margin-top: 1.44rem;
  width: 100%;
  height: .74rem;
  line-height: .74rem;
  font-size: .3rem;
  color: #616161;
  text-align: center;
  background-color: #ededed;
}


.history-result-ul .history-result-li {
  width: 100%;
  border-bottom: .05rem solid #ededed;
}

.history-result-ul .history-result-li:last-child {
  width: 100%;
  border-bottom: .05rem solid #ededed;
  margin-bottom: 0.97rem;
}

.history-result-li .history-result-contain {
  width: 90%;
  margin: 0 auto;
}

.history-result-contain .history-result-top {
  margin: .55rem 0 .12rem 0;
  height: 0.41rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history-result-top .left {
  font-size: .26rem;
  color: #a7a4a4;
  width: 2.15rem;
}

.history-result-top .left .day {
  white-space: nowrap;
}


.history-result-top .right {
  font-size: .3rem;
  color: #fba19f;
}

.history-result-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.17rem;
}

.history-result-contain .common-left {
  width: 2.5rem;
  display: flex;
  justify-content: space-between;
}

.history-result-bottom .left .tip {
  font-size: .24rem;
  color: #a7a4a4;
}

.history-result-bottom .left .tip .number {
  font-size: .47rem;
  color: #fba19f;
}

.history-result-bottom .right .btn {
  font-size: .24rem;
  color: #ffffff;
  border-radius: .2rem;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  -ms-border-radius: .2rem;
  -o-border-radius: .2rem;
  padding: .08rem .18rem .1rem .17rem;
}

.history-result-bottom .right .cycj {
  background-color: #f4a857;
}

.history-result-bottom .right .jqhb {
  background-color: #ea7d7d;
}

.history-result-bottom .right .ckda {
  background-color: #a7a4a4;
}

.get-answer {
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 0.97rem;
  background-color: rgb(253, 250, 241);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.get-answer .btn {
  display: inline-block;
  color: #fff;
  font-size: 0.34rem;
  width: 2.16rem;
  height: 0.76rem;
  text-align: center;
  line-height: 0.76rem;
  border-radius: 0.7rem;
  margin-left: 0.21rem;
  font-weight: 400;
}

.txt-tips {
  height: 30vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: .4rem;
}

/* 生成海报按钮 */
.share-poster {
  position: fixed;
  right: 0;
  top: calc(50vh - 2.11rem);
  width: 2.43rem;
  height: 4.23rem;
  background-image: url(../images/poster-share.gif);
  background-size: 100% 100%;
  display: block;
  z-index: 99;

}

.daka {
  width: 1.3rem;
  margin: 0.2rem auto;
  color: #fff;
  line-height: 1.2;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.38rem;
  -webkit-border-radius: 0.38rem;
  -moz-border-radius: 0.38rem;
  -ms-border-radius: 0.38rem;
  -o-border-radius: 0.38rem;
}

.daka.disabled {
  background-color: rgb(203, 203, 203);
}

/* 上传进度加载提示 */
.progress-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
  z-index: 39;
  width: 100%;
  text-align: center;
}
.progress-text .number{
  color: red;
}


/*作品列表-类型标识*/
.typ-info {display: flex;}
.typ-info span {display: flex;align-items: flex-end;height: 0.8rem;margin-top: -0.3rem;background-color: #f33923;border-radius: 0 0 45% 45%;overflow: hidden;margin-right: .1rem;color: #FCFCFC;font-size: .3rem;padding: .2rem .1rem .16rem ;}
.typ-info span.i {background-color: #f33923;}
.typ-info span.a {background-color: #27b931;}
.typ-info span.v {background-color: #1296db;}
.dakaBox .getData {display: flex;height: .5rem;}
.dakaBox .getData .time {width: 3rem;}