.startDownloadTip,
.failedDownloadTip,
.timeoutDownloadTip {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 462px;
  height: 212px;
  padding: 66px 35px;
  border-radius: 8px;
  color: rgba(16, 16, 16, 100);
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  font-family: Roboto;
}

.mengban {
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.okBtn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #5f9df8;
  color: rgba(255, 255, 255, 100);
  font-size: 14px;
  text-align: center;
  font-family: Roboto;
  cursor: pointer;
}

.title,
.info {
  margin-bottom: 20px;
}

iframe {
  height: 255px;
}

@media screen and (max-width: 1280px) {
  .all-body .area-input {
    width: 100%;
  }

  .all-body .area-input .input-left {
    flex: 1;
    width: auto;
  }
}

@media screen and (max-width: 550px) {
  .all-body {
    margin: 30px 0 0;
  }

  .all-body .area-input .input-left span.mobile-hide {
    display: none;
  }

  .all-body .area-input .input-left span img {
    width: 20px;
  }
}


/*
*通用样式
*/

.body-loading {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  display: none;
  min-height: 500px;
  left: 0px;
  top: 0px;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: -76px 0 0 -76px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #409eff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/***********dm样式*************/

#sectionYoutubeBody,
#sectionDmsaveBody,
#sectionPincaseBody,
#sectionTwiclipsBody,
#sectionVimeoBody,
#sectionTwitterBody,
#sectionInstagramBody,
#sectionFacebookBody {
  display: none;
  position: relative;
  min-height: 450px;
  padding: 20px 0;
}

#sectionDmsaveBody .top {
  width: 68%;
  border: 1px solid #dddddd;
  background-color: white;
  margin-left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 0;
}

#sectionDmsaveBody .main {
  margin-bottom: 20px;
  width: 85%;
}

#sectionDmsaveBody .main .videoTitle {
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 28px;
  color: rgb(48, 50, 51);
  font-style: normal;
  letter-spacing: 0px;
  line-height: 34px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#sectionDmsaveBody .main .duration {
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 16px;
  color: rgb(144, 147, 153);
  font-style: normal;
  letter-spacing: 0px;
  line-height: 24px;
  text-decoration: none;
  text-align: left;
}

#sectionDmsaveBody .main .videoPlayer {
  /* border: 1px solid #ccc; */
  max-width: 49%;
  min-height: 250px;
  max-height: 259px;
  overflow: hidden;
  display: inline-block;
}

#sectionDmsaveBody .main .downloadBtns {
  width: 48%;
  float: right;
  height: 250px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

#sectionDmsaveBody .download,
#sectionTwitterBody .downloadYoutube,
#sectionYoutubeBody .downloadYoutube,
.insButoon {
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 4px;
  border: 0;
  background-color: rgba(64, 158, 255, 100);
  color: rgba(255, 255, 255, 100);
  font-size: 14px;
  text-align: center;
  font-family: Roboto;
  cursor: pointer;
}

#sectionDmsaveBody .download:hover {
  background-color: rgb(64 144 255);
}

#sectionDmsaveBody #quality {
  width: 30%;
  height: 30px;
  border-radius: 4px;
  margin-right: 36px !important;
  background-color: rgba(255, 255, 255, 100);
  color: rgba(96, 98, 102, 100);
  font-size: 16px;
  text-align: left;
  font-family: Roboto;
  border: 1px solid rgb(144, 147, 153);
  text-indent: 5px;
}

#sectionDmsaveBody .fatherProgress,
#sectionYoutubeBody .fatherYoutubeProgress {
  overflow: hidden;
  width: 73%;
  height: 25px;
  border-radius: 25px;
  background-color: rgba(224, 227, 234, 100);
  position: relative;
}

#sectionDmsaveBody .fatherProgress span,
#sectionYoutubeBody .fatherYoutubeProgress span {
  color: #fff;
  padding-right: 4px;
  line-height: 25px;
  float: right;
}

#sectionDmsaveBody .fatherProgress .child,
#sectionYoutubeBody .fatherYoutubeProgress .childYoutube {
  width: 2%;
  min-width: 2%;
  height: 100%;
  border-radius: 25px;
  background-color: #5793f7;
  text-align: center;
  transition: width .4s;
}

#sectionDmsaveBody #videoCard .progressText,
#sectionYoutubeBody #videoYoutubeCard .progressYoutubeText {
  margin-top: 10px;
  width: 80%;
  height: 26px;
  color: rgba(144, 147, 153, 100);
  font-size: 14px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
}

#sectionDmsaveBody .startDownload,
#sectionYoutubeBody .startYoutubeDownload {
  display: none;
}

#sectionDmsaveBody .progressText,
#sectionDmsaveBody .fatherProgress,
#sectionYoutubeBody .progressText,
#sectionYoutubeBody .fatherProgress {
  margin-left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 950px) {

  #sectionDmsaveBody .fatherProgress span,
  #sectionYoutubeBody .fatherYoutubeProgress span {
    font-size: 12px;
  }
}

@media screen and (max-width: 843px) {

  #sectionDmsaveBody #videoCard h3,
  #sectionYoutubeBody #videoYoutubeCard h3,
  .videoTwitterTitle,
  .videoInstagramTitle {
    font-size: 16px;
  }

  #sectionDmsaveBody #videoCard select,
  #sectionDmsaveBody .videoWeight,
  #sectionYoutubeBody .videoYoutubeWeight {
    font-size: 14px;
  }

  #sectionDmsaveBody .timerInput,
  #sectionYoutubeBody .timerYoutubeInput {
    font-size: 13px;
  }
}

@media screen and (max-width: 692px) {

  #sectionDmsaveBody .top,
  #sectionYoutubeBody .topYoutube {
    width: 90%;
  }

  #sectionDmsaveBody #videoCard .videoPlayer,
  #sectionYoutubeBody #videoYoutubeCard .videoYoutubePlayer,
  .videoTwitterPlayer {
    max-width: 100%;
  }

  #sectionDmsaveBody #videoCard .downloadBtns {
    float: none;
    width: 100%;
    height: 150px;
  }
}

#sectionDmsaveBody h3,
#sectionYoutubeBody h3,
.videoTwitterTitle,
.videoInstagramTitle {
  color: rgba(48, 50, 51, 100);
  font-size: 20px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
  margin-bottom: 5px;
}


/************pincase*************/

.topPincase {
  width: 68%;
  border: 1px solid #dddddd;
  background-color: white;
  margin-left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 0;
}

#downloadCardPincase .startDownloadBtn {
  border-radius: 10px;
  background-color: rgba(138, 17, 17, 100);
  color: rgba(255, 255, 255, 100);
  font-size: 80%;
  padding: 5px 17px;
  text-align: center;
  font-family: Roboto;
  border: 0;
}

#downloadCardPincase .startDownloadBtn a {
  color: #fff;
  text-decoration: none;
}

#sectionPincaseBody .cardTextPincase {
  width: 54%;
  color: rgba(96, 98, 102, 100);
  font-size: 18px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
  margin: 0 0 20px 50%;
  transform: translateX(-50%);
}


/* 图片卡片的下载按钮颜色 */

#sectionPincaseBody img+.downloadBtns>ul li button {
  background-color: #7c1f19;
}

#sectionPincaseBody video+.downloadBtns>ul li button {
  background-color: #336bd4;
}


/* 视频卡片的最后一个li标签变色 */

#sectionPincaseBody video+.downloadBtns>ul li:last-child button {
  background-color: #7c1f19;
}

@media screen and (max-width: 980px) {
  .topPincase {
    width: 90%;
  }

  #sectionPincaseBody .cardText {
    width: 90%;
    margin: 0 auto 20px;
    transform: none;
  }
}

#sectionPincaseBody .main {
  width: 85%;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sectionPincaseBody .main .videoPlayer {
  width: 30%;
  min-height: 300px;
  max-height: 387px;
  margin-left: 25%;
  transform: translateX(-50%);
  display: inline-block;
}

#sectionPincaseBody .main .downloadBtns {
  width: 48%;
  align-self: flex-start;
  margin-top: -8px;
}

#sectionPincaseBody .downloadList>li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

#sectionPincaseBody .downloadList strong,
#sectionPincaseBody .downloadList span {
  flex: 1;
  text-align: center;
  color: rgba(16, 16, 16, 100);
  font-size: 16px;
  font-family: SourceHanSansSC-regular;
}


/*****************tikfast*********************/

#sectionTikfastBody {
  padding: 20px 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body .top-main {
  width: 80%;
  padding: 40px 0;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #dddddd;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#sectionTikfastBody .top-main .tip-refresh {
  color: #aaa;
  font-size: 14px;
  margin-top: 60px;
  text-align: center;
  display: none;
}

#sectionTikfastBody .top-main .tip-refresh .refresh {
  color: #409eff;
  text-decoration: underline;
  cursor: pointer;
}

#sectionTikfastBody .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#sectionTikfastBody .top .top-left {
  width: 600px;
  height: 240px;
  padding: 20px 0;
  border-radius: 6px;
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 4px #cccccc;
  margin-left: 10px;
  position: relative;
}

#sectionTikfastBody .top .top-left .video-num {
  display: none;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e73424;
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 30px;
}

#sectionTikfastBody .top .top-left01 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 100px;
  overflow: hidden;
}

#sectionTikfastBody .top .top-left02 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding-left: 30px;
  overflow: hidden;
}

.video-content {
  width: 50%;
  max-height: 190px;
  margin-left: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.video-image {
  width: 108px;
  height: 190px;
  margin-right: 15px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-image img {
  max-width: 100%;
  max-height: 100%;
  width: 108px;
  height: auto;
  object-fit: scale-down;
}

.video-omit {
  font-size: 30px;
  color: black;
}

#sectionTikfastBody .top .top-right {
  margin-left: 4.5%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sectionTikfastBody .top .top-right a {
  text-decoration: none;
}

#sectionTikfastBody .top .top-right .right-btn {
  width: 240px;
  height: 40px;
  background-color: #1a1b38;
  margin-top: 15px;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0);
}

#sectionTikfastBody .top .top-right .right-btn:hover:not([disabled="disabled"]) {
  color: #409eff;
  border: 2px solid #409eff;
  cursor: pointer;
}

#sectionTikfastBody .top .top-right .right-btn.disabled,
#sectionTikfastBody .top .top-right .right-btn.disabled:hover {
  background: #ddd;
  cursor: not-allowed;
  border-color: #ddd;
  color: #fff;
}

#sectionTikfastBody .bottom {
  width: 300px;
  height: 54px;
  background-color: white;
  margin-top: 40px;
  line-height: 52px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #1a1b38;
  color: #1a1c38;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

#sectionTikfastBody .bottom:hover {
  border: 1px solid #409eff;
  color: #409eff;
  cursor: pointer;
}

#saasbox-nav {
  box-shadow: none !important;
}


/********************twiclips**********************/

#clipsCard,
#vodCard {
  display: none;
}

#sectionTwiclipsBody .top {
  width: 68%;
  max-width: 1000px;
  border: 1px solid #dddddd;
  background-color: white;
  margin-left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 0;
}

#sectionTwiclipsBody .title,
.info,
.main {
  margin-bottom: 20px;
}

#sectionTwiclipsBody .title {
  width: 85%;
  color: rgba(16, 16, 16, 100);
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  font-family: SourceHanSansSC-bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#sectionTwiclipsBody .info {
  width: 85%;
  color: #737579b5;
  font-size: 14px;
  font-weight: 350;
  text-align: left;
  font-family: SourceHanSansSC-regular;
  padding-left: 20px;
}

#sectionTwiclipsBody .info span {
  font-weight: 700;
  color: #616367;
}

#sectionTwiclipsBody .info .box {
  display: inline-block;
  margin-right: 20px
}

#sectionTwiclipsBody .box div {
  margin-bottom: 5px;
}

#sectionTwiclipsBody .main {
  width: 85%;
}

#sectionTwiclipsBody .main .videoPlayer {
  width: 49%;
  display: inline-block;
}

#sectionTwiclipsBody .main .downloadBtns {
  width: 48%;
  float: right;
  margin-top: -8px;
}

#sectionTwiclipsBody .clipsLinks {
  list-style: none;
}

#sectionTwiclipsBody .clipsLinks>li {
  margin: 5% 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

#sectionTwiclipsBody .clipsLinks>li::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  text-align: left;
}

#sectionTwiclipsBody .clipsLinks>li:last-child {
  border: 0;
}

#sectionTwiclipsBody .clipsLinks>li svg {
  transform: translateY(2px);
  margin-right: 20px;
  vertical-align: unset;
}

#clipsCard .clipBtn {
  float: right;
  border-radius: 10px;
  background-color: rgba(109, 40, 217, 100);
  color: rgba(255, 255, 255, 100);
  font-size: 80%;
  padding: 4px;
  text-align: center;
  font-family: Roboto;
  border: 0;
  transform: translateY(-8px);
}

#clipsCard .clipBtn a {
  color: #fff;
  text-decoration: none;
}

#sectionTwiclipsBody .download {
  width: 243px;
  height: 35px;
  line-height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px !important;
  background-color: rgba(109, 40, 217, 100);
  color: rgba(255, 255, 255, 100);
  font-size: 14px;
  text-align: center;
  font-family: Roboto;
  cursor: pointer;
}

#sectionTwiclipsBody h3 {
  color: rgba(48, 50, 51, 100);
  font-size: 20px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
  margin-bottom: 5px;
}

#sectionTwiclipsBody select {
  width: 75%;
  height: 30px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 100);
  color: rgba(96, 98, 102, 100);
  font-size: 16px;
  text-align: left;
  font-family: Roboto;
  border: 1px solid rgba(109, 40, 217, 100);
  text-indent: 5px;
}

#sectionTwiclipsBody .videoWeight {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 20px;
  border-radius: 4px;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  text-align: center;
  font-family: Roboto;
  /* border: 1px solid rgba(109, 40, 217, 100); */
  margin: 0 0 5px 5px
}

#sectionTwiclipsBody .timerInput {
  font-size: 16px;
  display: inline-block;
  margin: 10px 7% 0 0
}

#sectionTwiclipsBody .timerInput p {
  width: 77px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #6629cd;
  border-radius: 4px;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  text-align: center;
  font-family: Roboto;
  margin-top: 5px;
}

#sectionTwiclipsBody .errTip {
  display: inline-block;
  width: 158px;
  padding: 5px;
  box-sizing: border-box;
  height: 68px;
  line-height: 20px;
  border-radius: 8px;
  background-color: #fad6d3;
  color: red;
  font-size: 14px;
  font-family: Roboto;
  text-align: center;
  transform: translateY(15px);
}


/* 滑块的按钮 */

#sectionTwiclipsBody .ui-slider-handle {
  width: 7px !important;
  height: 7px !important;
  border-radius: 7px !important;
  background-color: rgba(255, 255, 255, 100) !important;
  text-align: center !important;
  border: 2px solid rgba(109, 40, 217, 100) !important;
  transform: translateY(1px);
}


/* 滑块 */

#sectionTwiclipsBody #slider-range {
  margin: 53px 0 0 2%;
  width: 90%;
  height: 2px;
}


/* 滑块的选择区域 */

#sectionTwiclipsBody .ui-widget-header {
  background: #6629cd url("../img/silder.png") 50% 50% repeat-x !important;
}


/* 显示在滑块上方的时间 */

#sectionTwiclipsBody .timebox {
  outline: none;
  border: 0;
  width: 59px;
  padding: 5px;
  font-weight: 400;
  border-radius: 5px;
  height: 20px;
  background-color: #7f7f7f;
  color: rgba(255, 255, 255, 100);
  font-size: 12px !important;
  text-align: left;
  font-family: PingFangSC-regular !important;
  position: absolute;
  top: -27px;
  transform: translateX(-50%);
}

#sectionTwiclipsBody .spanTimer {
  background: none;
  outline: none;
  padding: 0;
  width: 16px;
  border: 0;
}

#sectionTwiclipsBody .spanTimer:focus {
  border: none;
}

#sectionTwiclipsBody .lableList {
  margin-top: 5px;
  width: 80%;
}

#sectionTwiclipsBody .lableList span {
  padding: 2px 4px;
  display: inline-block;
  margin: 4px;
  height: 20px;
  line-height: 17px;
  border-radius: 8px;
  background-color: rgba(232, 232, 232, 100);
  color: rgba(16, 16, 16, 100);
  font-size: 12px;
  text-align: center;
  font-family: Roboto;
  cursor: pointer;
}

#sectionTwiclipsBody .fatherProgress {
  overflow: hidden;
  display: none;
  width: 57%;
  height: 30px;
  border-radius: 25px;
  background-color: rgba(224, 227, 234, 100);
  text-align: center;
  position: relative;
}

#sectionTwiclipsBody .fatherProgress span {
  color: #fff;
  padding-right: 4px;
  line-height: 30px;
  float: right;
}

#sectionTwiclipsBody .fatherProgress .child {
  width: 2%;
  height: 100%;
  border-radius: 25px;
  background-color: #5793f7;
  text-align: center;
  transition: width .4s;
}

#sectionTwiclipsBody iframe {
  height: 255px;
}

#sectionTwiclipsBody #sectionBody {
  display: none;
  position: relative;
  min-height: 450px;
  padding: 60px 0 0 0;
}

#vodCard .progressText {
  margin-top: 10px;
  display: none;
  width: 734px;
  height: 26px;
  color: rgba(144, 147, 153, 100);
  font-size: 16px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
}

@media screen and (max-width: 1700px) {
  #sectionTwiclipsBody #slider-range {
    margin-left: 7%;
  }

  #sectionTwiclipsBody .all-body .area-input {
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  #sectionTwiclipsBody .all-body .area-input {
    width: 70%;
  }

  #sectionTwiclipsBody .all-body .area-input .input-left {
    flex: 1;
    width: auto;
  }
}

@media screen and (max-width: 1100px) {
  #sectionTwiclipsBody #slider-range {
    margin-left: 15%;
  }

  #sectionTwiclipsBody select {
    width: 50%;
  }

  #sectionTwiclipsBody .all-body .area-input {
    width: 70%;
  }
}

@media screen and (max-width: 950px) {
  #sectionTwiclipsBody .fatherProgress span {
    font-size: 12px;
  }
}

@media screen and (max-width: 843px) {
  #vodCard h3 {
    font-size: 16px;
  }

  #vodCard select,
  .videoWeight {
    font-size: 14px;
  }

  #sectionTwiclipsBody .timerInput {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  #sectionTwiclipsBody .all-body .area-input .input-left {
    width: 80%;
  }

  #sectionTwiclipsBody .top {
    width: 90%;
    margin: 0 auto;
    transform: none;
  }

  #sectionTwiclipsBody .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 692px) {

  #vodCard .videoPlayer,
  #clipsCard .videoPlayer {
    display: block;
    width: 100%;
    margin: 0 auto 25px;
  }

  #vodCard .downloadBtns,
  #clipsCard .downloadBtns {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 570px) {
  #sectionTwiclipsBody .all-body {
    margin: 0 15px;
  }

  #sectionTwiclipsBody .all-body .area-input .input-left span.mobile-hide {
    display: none;
  }

  #sectionTwiclipsBody .all-body .area-input .input-left span img {
    width: 20px;
  }
}


/********************vimeo**********************/

#sectionVimeoBody .topVimeo {
  width: 90%;
  border: 1px solid #dddddd;
  background-color: white;
  margin-left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 30px 0;
}

#sectionVimeoBody .mainVimeo {
  width: 85%;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#sectionVimeoBody .mainVimeo .aboutVideoVimeo {
  width: 70%;
  height: 400px;
  padding: 0 5%;
}

#sectionVimeoBody .mainVimeo .videoTitle,
#sectionVimeoBody .mainVimeo .downloadTitleVimeo {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
  color: rgba(16, 16, 16, 100);
  font-size: 24px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
}

#sectionVimeoBody .mainVimeo .videoPlayer {
  /* width: 219px; */
  min-width: 80%;
  /* min-height: 230px; */
  display: inline-block;
}

#sectionVimeoBody .downloadList {
  list-style: none;
}

#sectionVimeoBody .downloadList>li {
  max-width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: rgba(68, 137, 217, 100);
  color: rgba(255, 255, 255, 100);
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
  font-family: Roboto;
  cursor: pointer;
}

#sectionVimeoBody .cardTextVimeo {
  display: none;
  width: 54%;
  color: rgba(96, 98, 102, 100);
  font-size: 18px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
  margin: 0 0 20px 50%;
  transform: translateX(-50%);
}

#sectionVimeoBody .cardContentVimeo {
  font-family: SourceHanSansSC;
  font-weight: 700;
  font-size: 18px;
  color: rgb(96, 98, 102);
  font-style: normal;
  letter-spacing: 0px;
  line-height: 30px;
  text-decoration: none;
}

@media (max-width: 780px) {
  #sectionVimeoBody .topVimeo {
    width: 90%;
    margin: 0 auto;
    transform: none;
  }

  #sectionVimeoBody .mainVimeo {
    width: 90%;
    flex-direction: column;
  }

  #sectionVimeoBody .mainVimeo .aboutVideoVimeo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  #sectionVimeoBody .downloadBtnsVimeo .downloadTitleVimeo {
    margin-bottom: 20px;
    font-size: 18px;
  }

  #sectionVimeoBody .mainVimeo .downloadBtnsVimeo {
    width: 100%;
  }

  #sectionVimeoBody .cardTextVimeo {
    width: 90%;
    margin: 0 auto 20px;
    transform: none;
  }
}


/******************youtube下载展示*****************/

#videoYoutubeCard,
.videoTwitterCard,
.videoInstagramCard,
.videoFacebookCard {
  display: flex;
  padding: 20px;
}

.youtubeVideoInf,
.twitterVideoInf,
.instagramVideoInf {
  flex: 1;
}

.youtubeDownloadInf,
.twitterDownloadInf,
.instagramDownloadInf {
  flex: 1;
  height: 460px;
  overflow: scroll;
}

#sectionYoutubeBody,
#sectionTwitterBody,
#sectionInstagramBody,
#sectionFacebookBody {
  width: 80%;
  margin-left: 10%;
  display: none;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}

#youtubeVideoDownload {
  margin-left: 20px;
}

#twitterVideoDownload {
  margin-left: 20%;
}

#youtubeVideoDownload td,
#twitterVideoDownload td {
  width: 130px;
  height: 40px;
}

#youtubeVideoDownload tr,
#twitterVideoDownload tr {
  border-bottom: 1px solid #dbdbdb;
}

.links-client-sites {
  width: 530px;
}

.links-client-sites .sites-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.links-client-sites .sites-head .sites-deng {
  width: 24px;
  height: 24px;
}

.links-client-sites .sites-head .sites-title {
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
  padding-top: 11px;
}

.links-client-sites .sites-head .sites-title p {
  color: #FF9900;
}

.links-client-sites .sites-head .sites-title p:hover {
  text-decoration: underline;
}

.links-client-sites .sites-head .sites-title p .title-videos {
  color: #FF9900
}

.links-client-sites .sites-head .sites-title p .title-music {
  color: #FF7804
}

.links-client-sites .sites-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.links-client-sites .button-download {
  width: 120px;
  height: 39px;
  line-height: 39px;
  border-radius: 5px;
  background: #FF7804;
  color: #fff;
  margin-top: 19px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 0;
}