.h-header {
  height: 60px;
}

.h-header dl {
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.h-header dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 15px 0;
}

.h-header dl dt .logo {
  height: 100%;
  display: block;
}

.h-header dl dt .logo img {
  height: 100%;
}

.pop-eal {
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.pop-eal .cont {
  position: absolute;
  left: 10%;
  top: 32%;
  width: 80%;
}

.m-home {
  min-height: 100%;
  background: #50aafc;
  padding-bottom: 4%;
}

.m-home .brand {
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 2% 3%;
  margin: 4% 0;
}

.m-home .brand dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1% 0;
}

.m-home .brand dt a {
  height: 15px;
}

.m-home .brand dt a img {
  height: 100%;
}

.m-home .liketh-cent .liketh {
  display: none;
}

.m-home .liketh {
  margin: 4% 0;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.m-home .liketh.curr {
  display: block;
}

.m-home .liketh .title1 {
  background: #9e99ff;
  text-align: center;
  color: #fff;
  padding: 2% 3%;
}

.m-home .liketh .title1.title2 {
  text-align: left;
}

.m-home .liketh .morsess {
  display: none;
}

.m-home .liketh .more {
  display: block;
  background: #badeff;
  color: #ff6767;
  text-align: center;
  font-size: 95%;
  line-height: 2;
}

.m-home .liketh .title {
  background-image: -webkit-gradient(linear, left top, right top, from(#60c9fc), color-stop(#71a0fc), to(#817bfc));
  background-image: -webkit-linear-gradient(left, #60c9fc, #71a0fc, #817bfc);
  background-image: -o-linear-gradient(left, #60c9fc, #71a0fc, #817bfc);
  background-image: linear-gradient(90deg, #60c9fc, #71a0fc, #817bfc);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 2% 3%;
}

.m-home .liketh .title img {
  height: 20px;
  position: relative;
  top: 3px;
}

.m-home .liketh .ther-data {
  display: none;
}

.m-home .liketh .tavle table {
  width: 100.6%;
}

.m-home .liketh .tavle table th {
  font-size: 110%;
  white-space: nowrap;
}

.m-home .liketh .tavle table td p {
  font-size: 90%;
  padding: 1% 0;
}

.m-home .tio {
  color: #54acfb;
  padding: 2% 3%;
  font-size: 90%;
}

.m-home .navs {
  margin: 4% 0;
}

.m-home .navs ul li {
  padding: 0.5% 5%;
  margin: 1.2% 1%;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 90%;
  display: inline-block;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 滚动样式,上边 width: 28vw 是设置每行三个标签的样式 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width: 500px) {
  .titletext {
    display: inline-block;
    animation: move 8s infinite alternate linear;
    animation-direction: normal;
  }
}
@keyframes move {
  100% {
    left: 0;
    transform: translate(-100px);
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 滚动样式 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.m-home .navs ul li.curr {
  background: #ffab34;
  color: #fff;
}

.m-home .navs ul li.curr a {
  background: url(https://wxxcs.hl139.net/operateFront/taocan/static/img/baiwh.png) 50% no-repeat;
  background-size: cover;
}

.m-home .navs ul li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 25px;
}

.m-home .navs ul li div a {
  width: 13px;
  height: 13px;
  margin-left: 8px;
  background: url(https://wxxcs.hl139.net/operateFront/taocan/static/img/whao.png) 50% no-repeat;
  background-size: cover;
}

td .quest,
th .quest {
  height: 2.5vw;
  min-height: 13px;
  position: relative;
  top: 3px;
  padding-left: 3px;
}

.m-home .liketh .tavle .youhui {
  white-space: pre-wrap;
}

.loading-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;  /*ʹ��loading�㸡�������������棬���ҳߴ��������Ļ��Сһ��*/

  z-index: 100000; /*���� z-index ���ǵ�������������*/

  background: rgba(0, 0, 0, 0.5); /*�ڵ����������*/

  display: flex; /*����flex����*/

  opacity: 0.3;

  justify-content: center; /*loading-box�е����� ˮƽ����*/

  align-items: center; /*loading-box�е����� ��ֱ����*/
}

#tcmainactivityTable th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#kuandaiACT th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#hejiahuanACT th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#qinyouwangACT th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#liuliangACT th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#quanyiACT th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#jituanACT th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#myactivity th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#otheryewuACT th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#otheryewu th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#dataACT th {
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kdicon {
  height: 1.2em;
  margin-left: 8px;
  vertical-align: middle;
}
