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: 18px;
    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;
    position: relative;
    top: -5px;
    }
    .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%; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#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{
        border-bottom: 3px solid #f4f4f4;
    background: #fff;
    text-align: left;
    font-size: 18px;
    border-radius: 15px 15px 0 0;
    padding: 12px;
    width: 100%;
    position: relative;
    top: -12px;
}

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

.isPc .picTxt .pic {
  float: left;
  width: 38%;
  margin-right: 15px;
  min-height: 100px;
}
.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;
}

.txt3 {
  position:relative;
}

.clear {
  clear: both;
}

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

p img {
  width: 100%;
}

.live-tab {
     flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  font-size: 17px;
}

.live-tab-active {
  color: #D90020;
  position:relative;
}

.live-tab-active:before {
  content: ' ';
  border-bottom: 2px solid #D90020;
  position: absolute;
  bottom: 0px;
  width: 15%;
}
.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);
}

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;
    --plainPlayWidth: 100vw;
    width: calc(var(--plainPlayWidth) / 3 / 6);
    height: calc(var(--plainPlayWidth) / 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;
}

.styleCardLive {
  --styleCardLiveWidth: 100%;
  width: calc(var(--styleCardLiveWidth) / 1.5);
  height: calc(var(--styleCardLiveWidth) / 1.5 / 16 * 9);
  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;
}

.styleCardShortVideoTitle 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;
}

.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);
}

.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);
}

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


.ant-tabs-nav-scroll{
  overflow: hidden;
    white-space: nowrap;
}
.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 {
    display: table;
    content: " ";
}

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

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


.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);
}


.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;
}


.ant-tabs-nav .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: #D90020;
    left: calc(50% - 8px);
}

.backgroundLive {
  background:rgb(221, 221, 221)
}

.displayNone {
  display: none;
}



  .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);
}
.ant-row {
      position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ant-form-item {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    margin-bottom: 24px;
    vertical-align: top;
}
.ant-col-8 {
      display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
      -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
      position: relative;
    padding-right: 0;
    padding-left: 0;
}
.ant-col {
      position: relative;
    min-height: 1px;
}
.ant-form-item-label {
      display: inline-block;
    overflow: hidden;
    line-height: 39.9999px;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
}
.ant-form-item-label>label {
  color: rgba(0, 0, 0, .85);
      font-size: 14px;
}
.ant-form-item-label>label:after {
      content: ":";
    position: relative;
    top: -.5px;
    margin: 0 8px 0 2px;
}
.ant-col-16 {
      display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
      -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  position: relative;
    padding-right: 0;
    padding-left: 0;
}
.ant-form-item-control {
      position: relative;
    line-height: 40px;
    zoom: 1;
}
.ant-form-item-children {
      position: relative;
}
.ant-input-affix-wrapper {
      -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: start;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
      padding-right: 30px;
}
.ant-input-affix-wrapper .ant-input {
      min-height: 100%;
}
.ant-input:placeholder-shown {
      text-overflow: ellipsis;
}
.ant-form-item-control:after {
      clear: both;
}
.ant-row:after {
      clear: both;
}
.ant-input {
      -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ant-input-affix-wrapper .ant-input-suffix {
      right: 12px;
      position: absolute;
    top: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, .65);
    line-height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.liveMaskNone {
  display: none;
}
