html{
	font-size:100px;
}

.title{
	font-size:0.24rem;
	text-align:left;
	line-height:0.34rem;
	color:#333333;
	font-weight: bold;
	font-family:"Microsoft YaHei", "SimHei";
}
.hr1 {
    height:2px;
    border:none;
    border-top:1px solid #e6e6e6;
    clear:both;
    margin-bottom:0.15rem;
}
#about .content {
    padding-bottom:0
}
#about .teammate {
    margin-top:60px;
    margin-bottom:60px;
}
#about .teammate .bio {
    padding-top:10px
}
#about .teammate .profile-photo {
    overflow:hidden
}
#about .teammate .profile-photo img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;
}
#about .teammate:hover .profile-photo img,#about .teammate:focus .profile-photo img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
#about .teammate .bio .border {
    height:1px;
    margin:15px auto;
}
#about .teammate .bio ul {
    margin-bottom:0;
    font-size:16px;
}
#about .teammate .bio a {
    color:#666
}
#about .teammate .bio a:hover,#about .teammate .bio a:focus {
    color:#222
}
#about .twitter {
    padding:20px 0;
    background-color:#f5f5f5;
    border-top:solid 1px #e7e7e7;
}
#about .twitter p {
    margin-bottom:0
}
#about .twitter i {
    margin-bottom:10px;
    color:#00aced;
}
.pageNew {
    overflow:hidden
}
.pageNew .content {
    padding:60px 0
}
.pageNew .content2 {
    padding:0 0 0.13rem 0;
}
.pageNew .content.cover {
    padding:240px 0
}
.pageNew .heading h2 {
    margin-top:0;
    margin-bottom:20px;
}
.pageNew .border {
    width:80px;
    height:2px;
    margin:0 auto;
    background-color:#71be3c;
}
.pageNew .heading p {
    margin:20px auto 0
}
.storyContent {
    margin-top:0.10rem;
    font-size:0.18rem !important;
    line-height:0.30rem !important;
    color:#333333;
    letter-spacing:1px;
}
.storyContent img {
    /*width:100%;
    */
    height:auto;
}
.storyContent table {
    width:100%;
    height:auto;
}
iframe {
    width:100% !important;
}

.tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
     width: 50%;
    margin: auto;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
/*     color: black; */
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 2em;
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
/*     border-bottom: 1px solid rgba(239, 237, 239, 0.5); */
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 14%;
    margin: auto;
    }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
/*    tab标签选中的颜色标志      */
      border-bottom: 1px solid #40a9ff;
}
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #40a9ff; 
}
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
       }
  .tabs .tab-2 {
    width: 33%;height:auto }
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }

#showPush {
	width:100%!important
}
.fixedWidth {
  /* max-width: 750px!important; */
}
.video-js .vjs-big-play-button {
  left: calc(50% - 45px)!important;
    top: calc(50% - 24px)!important;
}

.breadcrumbs{
    background: #fff;
    /*height: 52px;*/
    line-height: 30px;
    text-align: left;
    font-size: 18px;
    border-radius: 15px 15px 0 0;
    padding: 12px;
    width: 100%;
    position: relative;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
    top: -12px;
    /*border-bottom: 3px solid #f4f4f4;*/
}

.breadcrumbs-comment {
    padding: 38px 24px;
    border-radius: 10px;
    text-align: justify;
    word-break: break-all;
    white-space: break-spaces;
    position: relative;
    top: -12px;
    font-size: 15px;
    box-shadow: 0px 2px 7px 2px #ccc;
    position:relative;
}

.breadcrumbs-comment:after {
  content: "";
    position: absolute;
    width: 172px;
    height: 39px;
    bottom: 0px;
    right: 0px;
    background: url("../img/bg-special-2.png");
    background-size: 100% 100%;
}

.breadcrumbs-comment:before {
    content: "";
    width: 69px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 10px;
    background: url("../img/bg-special-1.png");
    background-size: 100% 100%;
}

a:link, a:visited {
  text-decoration: none;
}
.isPc .picTxt {
  padding: 15px 0;
  border-bottom: 1px #e3e3e3 solid;
}

.isPc .picTxt .pic {
  float: left;
  width: 37%;
  margin-right: 15px;
}
.isPc .picTxt .pic img {
  width:100%;
  height:100%;
}

.isPc .picTxt .txt3 h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 12px;
  margin: 0px;
}

.isPc .picTxt .date {
  color: #666;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  right: 0px
}

.txt3 {
  position:relative;
}

.clear {
  clear: both;
}

figure img {
  height: 100%;
  width: 100%;
}

.ant-modal-mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    filter: alpha(opacity=50);
}
table {
  width:100%!important;
}
table th, table td {
    border: 1px solid #ccc;
    padding: 0.4rem;
}
figcaption{margin-bottom:12px;}

.ant-tabs-nav-wrap {
  margin-bottom: -1px;
    overflow: hidden;
  margin-left: -16px;
}

.shiwuda-ant-tabs-nav-wrap {
  margin-bottom: -1px;
    overflow: hidden;
}

.ant-tabs-nav-scroll,.shiwuda-ant-tabs-nav-scroll{
  overflow: hidden;
    white-space: nowrap;
}
.ant-tabs-nav,.wushida-ant-tabs-nav {
    width:100%;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
    list-style: none;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
}

.ant-tabs-nav:after, .ant-tabs-nav:before,.shiwuda-ant-tabs-nav:after, .shiwuda-ant-tabs-nav:before {
    display: table;
    content: " ";
}

.ant-tabs-nav .ant-tabs-tab-active {
      color: #e52b38;
}

.shiwuda-ant-tabs-nav .shiwuda-ant-tabs-tab-active {
      color: #ffffff!important;
}

.shiwuda-ant-tabs-nav .shiwuda-ant-tabs-tab-active {
      color: #ffffff!important;
    font-weight: 500;
}

.ant-tabs-nav .ant-tabs-tab {
  position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 12px 8px 4px;
    font-size:17px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .3s cubic-bezier(.645,.045,.355,1);
    transition: color .3s cubic-bezier(.645,.045,.355,1);
}

.shiwuda-ant-tabs-nav .shiwuda-ant-tabs-tab {
  position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    color:rgba(255,255,255,0.7);
    padding: 12px 8px 4px;
    font-size:17px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .3s cubic-bezier(.645,.045,.355,1);
    transition: color .3s cubic-bezier(.645,.045,.355,1);
}

.ant-tabs-nav .ant-tabs-tab:before {
      position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    border-top: 2px solid transparent;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    content: "";
    pointer-events: none;
}

.shiwuda-ant-tabs-nav .shiwuda-ant-tabs-tab:before {
      position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    border-top: 2px solid transparent;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    content: "";
    pointer-events: none;
}

.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}

.shiwuda-ant-tabs-nav .shiwuda-ant-tabs-tab:last-child {
  margin-right: 0;
}

.ant-tabs-nav .ant-tabs-tab-active::after {
  content: "";
    display: inline-block;
    width: 16px;
    position: absolute;
    height: 2px;
    bottom: 0px;
    background: #e52b38;
    left: calc(50% - 8px);
}

.shiwuda-ant-tabs-nav .shiwuda-ant-tabs-tab-active::after {
  content: "";
    display: inline-block;
    width: 40px;
    position: absolute;
    height: 2px;
    bottom: 0px;
    background: #ffffff;
    left: calc(50% - 20px);
}

.activeDisplay {
  display: none;
}

::-webkit-scrollbar {
   display: none;
}

figcaption {
  color: #808080;
  font-size: 16px!important;
  padding: 8px 0 0;
}

.plain-img {
  --plainWidth: 100vw;
  width: calc(var(--plainWidth) / 3);
  height: calc(var(--plainWidth) / 3 / 4 * 3);
  position: relative;
  text-align: center;
}

.plain-img-video-play {
    position: absolute;
    --plainWidth: 100vw;
    width: calc(var(--plainWidth) / 3 / 6);
    height: calc(var(--plainWidth) / 3 / 6);
    bottom: 12px;
    right: 12px;
}

.big-img {
  --bigWidth: 100vw;
  width: calc(var(--bigWidth));
  height: calc(var(--bigWidth) / 16 * 9);
  position: relative;
}

.zhaitu-img {
  --zhaituWidth: 100vw;
  width: calc(var(--zhaituWidth));
  position: relative;
}

.big-img-video-play {
    position: absolute;
    --bigPlayWidth: 100vh;
    width: calc(var(--bigPlayWidth) / 30);
    height: calc(var(--bigPlayWidth) / 30);
    /*top: calc(50% - var(--bigPlayWidth) / 3 / 4 / 2);
    left: calc(50% - var(--bigPlayWidth) / 3 / 4 / 2);*/
    bottom:12px;
    left: 12px;
}

.treble {
  display: flex;
}
.treble-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.treble-div-img {
  --trebleWidth: 100vw;
  width: calc(var(--trebleWidth) / 3 - 6px);
  height: calc((var(--trebleWidth) - 6px) / 3 / 4 * 3);
  border-radius: 8px;
}

.treble-div-img:nth-of-type(2) {
  margin-left: 8px;
  margin-right: 8px;
}

.styleCardImg {
  --styleCardWidth: 100vh;
  height: calc(var(--styleCardWidth) / 36);
  margin-right: 12px;
  display:flex;
  justify-content: center;
  align-items: center;
}

.styleCardShortVideo {
  --styleCardShortVideoWidth: 100%;
  width: calc(var(--styleCardShortVideoWidth) / 2.7);
  height: calc(var(--styleCardShortVideoWidth) / 2.7 / 9 * 16);
  position: relative;
  margin: 0px 6px;
  flex: none;
}

.shiwudaStyleCardShortVideo {
  --styleCardShortVideoWidth: 100%;
  width: calc(var(--styleCardShortVideoWidth) / 2.7);
  height: calc(var(--styleCardShortVideoWidth) / 2.7 / 9 * 16 + 66px);
  position: relative;
  margin: 0px 6px;
  flex: none;
}

.styleCardLive {
  --styleCardLiveWidth: 100%;
  width: calc(var(--styleCardLiveWidth) / 1.5);
  height: calc(var(--styleCardLiveWidth) / 1.5 / 16 * 9);
  position: relative;
  margin: 0px 6px;
  flex: none;
}

.shiwuda-styleCardLive {
  --styleCardLiveWidth: 100%;
  width: calc(var(--styleCardLiveWidth) / 1.5);
  height: calc(var(--styleCardLiveWidth) / 1.5 / 16 * 9 + 54px);
  position: relative;
  margin: 0px 6px;
  flex: none;
}

.styleCardShortVideo:first-child {
  margin-left: 0px;
}

.styleCardLive:first-child {
  margin-left: 0px;
}

.styleCardShortVideoTitle {
  position: absolute;
    bottom: 0px;
    font-size: 15px;
    padding: 12px;
    color: #fff;
    width: 100%;
    background-image: linear-gradient(transparent, rgba(0,0,0,0.6));
    min-height: 66px;
    border-radius: 5px;
}

.shiwudaStyleCardShortVideoTitle-rongmei {
    font-size: 15px;
    width: 100%;
    min-height: 66px;
    border-radius: 5px;
}

.shiwudaStyleCardShortVideoTitle {
    bottom: 0px;
    font-size: 17px;
    padding: 12px 0px;
    color: #fff;
    width: 100%;
    min-height: 66px;
    border-radius: 5px;
}

.styleCardShortVideoTitle span,.shiwudaStyleCardShortVideoTitle span {
  	  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.styleCardShortVideoPlay {
      position: absolute;
    width: calc(var(--styleCardShortVideoWidth) / 20);
    height: calc(var(--styleCardShortVideoWidth) / 20);
    top: 8px;
    right: 8px;
}

.styleCardMps{
    --styleCardMpsWidth: 100%;
    width: calc(var(--styleCardMpsWidth) / 3.5);
    border: 1px solid #FFDCDFE9;
    border-radius: 5px;
    margin: 0px 6px;
    flex:none;
}
.styleCardMps:first-child {
  margin-left: 0px;
}

.styleCardMpsTitle {
  text-align: center;
    margin-bottom: 24px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 8px;
}
.styleCardSpecialDiv {
  margin: 0px 6px;
}

.styleCardSpecialDiv:first-child {
  margin-left: 0px;
}

.styleCardSpecial{
  --styleCardSpecialWidth: 100%;
  width: calc(var(--styleCardSpecialWidth) / 2.6);
  height: calc(var(--styleCardSpecialWidth) / 2.6 / 16 * 9);
  position: relative;
}

.styleCardSpecialTitle {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    padding-top: 10px;
}

.styleCardVideoTitle {
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    padding: 12px;
    color: #fff;
    width: 100%;
    background-image: linear-gradient(transparent, rgba(0,0,0,0.6));
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shiwuda-styleCardVideoTitle {
    position: relative;
    font-size: 16px;
    margin: 8px 0px 12px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.styleCardVideoPlay {
    position: absolute;
    --styleCardShortVideoPlay: 100vw;
    width: calc(var(--styleCardShortVideoPlay) / 3 / 5);
    height: calc(var(--styleCardShortVideoPlay) / 3 / 5);
    top: calc(50% - calc(var(--styleCardShortVideoPlay) / 3 / 5) / 2);
    right: calc(50% - calc(var(--styleCardShortVideoPlay) / 3 / 5) / 2);
}

.zhijixianchangStyleCardVideoPlay {
    position: absolute;
    --styleCardShortVideoPlay: 100vw;
    width: calc(var(--styleCardLiveWidth) / 3 / 5);
    height: calc(var(--styleCardLiveWidth) / 3 / 5);
    bottom: 20px;
    left:20px;
}

.topAvatarDiv {
    --topAvatarWidth: 100vw;
    width: calc(var(--topAvatarWidth) / 3);
    height: calc(var(--topAvatarWidth) / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.mediatop:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
}
.topAvatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
}

.userName {
    flex: 1;
    color: #fff;
    display: flex;
    flex-flow: column;
    font-size: 20px;
    z-index: 9;
}

.user-name-title {
    height: 50%;
    display: flex;
    align-items: center;
}
.mpsRoot {
  display: flex;
    min-height: 54px;
    --columnIconWidth: 100vh;
    height: calc(var(--columnIconWidth) / 16);
    margin: 12px 0px 0px;
}

.mpsRootColumn {
  min-width: 54px;
    display: flex;
    align-items: center;
    --columnIconWidth: 100vh;
    height: calc(var(--columnIconWidth) / 16);
    width: calc(var(--columnIconWidth) / 16);
}
.newsletter:after {
  width:15px;
  content:"";
  height:60px;
  position:absolute;
  left:-15px;
  background: #F6F6F6;
}
.newsletter:before{
  content:"";
  width:15px;
  height:60px;
  position:absolute;
  right:-15px;
  background: #F6F6F6;
}
.newsletter {
    height: 60px;
    background: #F6F6F6;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 60px;
    position:relative;
}

.special-bg {
  background: url("../img/special-bg.png");
  height: calc(var(--special-bg) / 1.3);
  background-size: cover;
  background-repeat: round;
  --special-bg: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-bg-comment {
    width: 100%;
    height: 90%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 12px;
    align-items: center;
    justify-content: center;
}

.special-bg-comment-modeworker-img {
    width: calc(var(--modeworker-img-width) / 3.5);
    height: calc(var(--modeworker-img-width) / 3.5 / 2 * 3);
    --modeworker-img-width: 100vw;
}

.special-bg-comment-modeworker-comment {
    flex: 1;
    margin-left: 10px;
    height: calc(var(--modeworker-comment) / 3.5 / 2 * 3);
    --modeworker-comment: 100vw;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 3px 8px 0px #aaa, -1px 1px 8px -2px #aaa;
    padding: 24px 0px 24px 12px;
}

.model-worker-icon {
    --model-worker-column-width: 100%;
    min-width: 100px;
    max-width: calc(var(--model-worker-column-width) * 0.3);
    margin-right: 18px;
    height: calc(var(--model-worker-column-width) * 0.3 / 2 * 3);
}

.model-worker-report {
    flex:1;
    --model-worker-column-width: 100%;
    height: calc(var(--model-worker-column-width) * 0.3 / 2 * 3);
    position:relative;
}

.lunboParent{
  --lunboWidth:100vw;
  width:var(--lunboWidth);
  height:calc(var(--lunboWidth) / 16 * 9);
  position:relative;
  overflow:hidden;
  margin: 0px -5px;
}

.shiwuda-lunboParent {
  --lunboWidth:100vw;
  width:var(--lunboWidth);
  position:relative;
  overflow:hidden;
}

.indicator {
  position: absolute;
  display: flex;
  z-index: 1;
  bottom: 6px;
  right: 10px;
}
.indicator span {
   --indicatorHeight:100vh;
  width: calc(var(--indicatorHeight) / 85);
  height: calc(var(--indicatorHeight) / 85);
  display: flex;
  border: 1px solid #bcbcbc;
  background:#bcbcbc;
  border-radius: 50%;
  margin: 0px 4px;
}

.active {
  background: #DC0A00!important;
  border:1px solid #DC0A00!important;
}

.topIcon{
  display: flex;
  align-items: self-start;
  position: relative;
}

.topIcon img {
  --top-icon-width: 100vh;
  height: calc(var(--top-icon-width) / 55);
  position: relative;
  top: 3px;
}

.top-title-first {
  margin-left:12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.shiwuda-top-title-first {
  margin-left:12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
}

.top-title {
    margin-left:12px;
    overflow: hidden;
    width-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size: 14px;
}

.container-pubu {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container-pubu img {
  --pubuWidth:calc(50vw - 12px);
  width:var(--pubuWidth);
  position: absolute;
}
.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 50%);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color .15s;
  width: 80px;
}
.viewer-button:before {
    bottom: 15px;
    left: 15px;
    position: absolute;
}
.viewer-close:before {
    content: " ";
    background-image: url('../img/close.png');
    background-repeat: round;
    width: 16px;
    height: 16px;
}
.viewer-container{
  background-color: rgba(0, 0, 0, 50%);
  z-index: 2015;
  opacity: 1;
  position: fixed;
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shiwuda-hidden {
  display:none!important;
}

