.f-32 {
  font-size: 32px;
}

.f-12 {
  font-size: 12px;
}

.f-20 {
  font-size: 20px;
}

.m-l-16 {
  margin-left: 16px;
}

.m-l-10 {
  margin-left: 6px;
}

.m-r-16 {
  margin-right: 10px;
}

.m-t-34 {
  margin-top: 34px;
}

.m-t-32 {
  margin-top: 32px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-48 {
  margin-top: 48px;
}

.m-t-64 {
  margin-top: 64px;
}

.banner {
  position: relative;
  background-color: #f7f9f7;
}

.new-piliang {
  font-size: 16px;
  padding: 3px 12px;
  background-color: #F57C00;
  color: #fff;
  border-radius: 4px;
}

.quick-use {
  vertical-align: bottom;
}

.banner-title {
  margin-top: 33px;
}

.banner-title span {
  vertical-align: middle;
}

.text-black {
  color: rgba(0, 0, 0, .87);
}

.return-old {
  display: inline-block;
  margin-top: 16px;
}

/*视频*/
.batch-video {
  width: 464px;
  height: 297px;
  float: right;
  background: url(//static.clewm.net/static/images/batch/batch_solution_tiny_e310e9c.png) no-repeat;
  cursor: pointer;
  box-shadow: 0 1px 8px rgba(34, 54, 68, .15);
  background-size: 464px 297px;
  border-radius: 4px;
}

.batch-video-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=00);
}

.batch-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -50px;
  display: block;
  width: 87px;
  height: 87px;
  background: url(//static.clewm.net/static/images/batch/play-icon@1x_8d4c5c8.png) no-repeat;
  background-position: 0 0;
}

.batch-video-text {
  position: absolute;
  left: 228px;
  top: 196px;
  display: none;
  color: #fff;
}

.batch-video:hover .batch-video-bg {
  opacity: .5;
  filter: alpha(opacity=50);
}

.batch-video:hover .batch-video-play {
  background-position: 0 -87px;
}

.batch-video:hover .batch-video-text {
  display: block;
}

.batch-video-end-bg .batch-video-end {
  background: url("//static.clewm.net/static/images/index/vPlay@2x_0a9169a.png") no-repeat;
  width: 88px;
  height: 88px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -44px;
  margin-top: -44px;
  cursor: pointer;
}

.video-close {
  color: #fff;
  position: absolute;
  right: 8px;
  top: 0;
  padding: 5px 10px;
  cursor: pointer;
}

.video-close i {
  font-size: 28px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .05);
}

.video-close:hover {
  opacity: 1;
}

/* new version */

.mb40 {
  margin-bottom: 40px;
}

.mt24 {
  margin-top: 24px;
}

.mt72 {
  margin-top: 72px;
}

.mt80 {
  margin-top: 80px !important;
}

.mt97 {
  margin-top: 97px;
}

.mt44 {
  margin-top: 44px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.banner-section {
  /*padding: 48px 0;*/
  padding: 40px 0 48px;
  /* background: #F7F9F7; */
}

.banner-section .banner-title2 {
  font-style: normal;
  font-weight: 500;
  /*font-size: 32px;*/
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: #222;
  margin-bottom: 0;
}

.banner-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);;
  margin-bottom: 0;
}

.banner-desc-static {
  font-size: 14px;
  margin-top: 26px;
  text-align: center;
  color: #999;
  margin-top: 24px;
}

.banner-card-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}

.banner-card + .banner-card {
  margin-left: 24px;
}

.banner-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 32px 36px;
  background: #FFFFFF;
  /*box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);*/
  border-radius: 2px;
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.banner-card.no-padding {
  padding: 0px;
}

.test-banner-card {
  padding: 24px 30px;
  height: 248px;
}

.banner-card-content {
  width: 412px;
  margin: 32px auto 28px;
}

.banner-card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  /*color: #4A4A4A;*/
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.banner-card-title.center {
  margin: 0 auto 24px;
  justify-content: center;
}

.banner-card-title .clifont {
  font-size: 24px;
  margin-right: 8px;
  font-weight: normal;
  display: flex;
  align-items: center;
}

.banner-card-title .icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.banner-card-title #TextBatchIcon {
  background: url(//static.clewm.net/static/images/batch/text-batch-icon_91de149.svg) no-repeat;
  background-size: 100% 100%;
}

.banner-card-title #WebBatchIcon {
  background: url(//static.clewm.net/static/images/batch/web-batch-icon_524cdf3.svg) no-repeat;
  background-size: 100% 100%;
}

.banner-card-title #DynamicBatchIcon {
  background: url(//static.clewm.net/static/images/batch/dynamic-batch-icon_ee4b036.svg) no-repeat;
  background-size: 100% 100%;
}

.banner-card-divider {
  width: 100%;
  min-height: 1px;
  background: rgba(120, 130, 140, 0.2);
}

.banner-card-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.85);
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: 20px;
}

.banner-card-desc li {
  list-style-type: disc;
  margin-bottom: 0;
}

.banner-card-desc .desc-line + .desc-line {
    margin-top: 4px;
}

.banner-card-desc .desc-label {
    display: inline-block;
    width: 80px;
    color: #666666;
}

.banner-card-desc .desc-content {
    color: rgba(0, 0, 0, 0.85);
}

.banner-card-btn-wrapper {
  display: flex;
}

.banner-card-btn, .banner-card-default-btn, .banner-card-primary-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  /* width: 120px; */
  /*height: 32px;*/
  border: 1px solid #0B993F;
  box-sizing: border-box;
  /*border-radius: 4px;*/
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /*line-height: 32px;*/
  line-height: 36px;
  text-align: center;
  color: #0B993F;
  cursor: pointer;
}

.banner-card-btn.fixed-size-btn,
.banner-card-default-btn.fixed-size-btn,
.banner-card-primary-btn.fixed-size-btn {
  width: 200px;
  height: 42px;
}

.banner-card-default-btn {
  flex-direction: row;
  border: 1px solid #D9D9D9;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 12px;
}
.banner-card-default-btn:focus {
  color: rgba(0, 0, 0, 0.85);
  background: #f8f8f8;
}
.banner-card-default-btn:hover {
  color: rgba(0, 0, 0, 0.85);
  background: #f8f8f8;
}
.banner-card-default-btn .loading {
  margin-right: 8px;
  animation: spin 1s linear infinite;
}

.banner-card-primary-btn {
  color: #166bc7;
  border-color: #166bc7;
}
.banner-card-primary-btn:hover {
  color: #fff;
  background-color: #3989d4;
  border-color: #3989d4;
}
.banner-card-primary-btn:focus {
  color: #fff;
  background-color: #3989d4;
  border-color: #3989d4;
}


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

.banner-card-btn-double {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  /* width: 120px; */
  /*height: 32px;*/
  border: 1px solid #0B993F;
  box-sizing: border-box;
  /*border-radius: 4px;*/
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /*line-height: 32px;*/
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  color: rgba(0,0,0,.85);
  -webkit-text-stroke: .1px rgba(0,0,0,.15);
  border-color: hsla(210,8%,51%,.25);
}

.banner-card-btn-double:focus {
  color: #0B993F;
  border: 1px solid #0B993F;
}

.banner-card-btn-double:hover {
  color: #0B993F;
  border: 1px solid #0B993F;
}

.template-button {
  font-size: 14px;
  padding: 0 16px;
  height: 38px !important;
  line-height: 38px !important;
}

.banner-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-link .cliLink {
  display: flex;
  align-items: center;
}

.banner-link .clifont {
  font-size: 16px;
}

.section-body {
  margin: 0 auto;
}

.section {
  padding: 80px 0;
  background-color: #fff;
}

.section-title {
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #222;
  font-weight: bold;
}

.section-desc {
  margin-top: 8px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #666666;
}

.section-main {
  margin-top: 64px;
}

.section-footer {
  margin-top: 40px;
  text-align: center;
}

.section-footer p {
  font-size: 16px;
  line-height: 150%;
  color: #666;
}

.section-main-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #166BC7;
}

.section-main-sub-title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #333;
}

.section-main-desc {
  font-size: 14px;
  line-height: 22px;
  color: #777;
}

.section-main-desc p+p {
  margin-top: 8px;
}

.section-card-wrapper {
  display: flex;
  justify-content: space-between;
}

.section-card {
  width: 492px;
  height: 326px;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
  transition: all 0.1s;
  cursor: pointer;
}

.section-card:hover {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
}

.section-card-head {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

.section-card-link {
  display: flex;
  align-items: center;
}

.section-card-link .clifont {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.section-card #PackPrintPic {
  width: 492px;
  height: 253px;
  background: url(//static.clewm.net/static/images/batch/pack-print_d84ed82.png) no-repeat;
  background-size: 100% 100%;
}

.section-card #A4PrintPic {
  width: 492px;
  height: 253px;
  background: url(//static.clewm.net/static/images/batch/a4-print_ac4c807.png) no-repeat;
  background-size: 100% 100%;
}

.sub-section {
  background: #F8F8F8;
  border-radius: 4px;
}

.sub-section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

.sub-section-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.sub-section #labelsMakeupPic {
  width: 1000px;
  height: 518px;
  background: url(//static.clewm.net/static/images/batch/labels-makeup_8232ce6.png) no-repeat;
  background-size: 100% 100%;
}

.sub-section #labelsPrintPic {
  width: 522px;
  height: 396px;
  background: url(//static.clewm.net/static/images/batch/labels-print_c7d900e.png) no-repeat;
  background-size: 100% 100%;
}

.sub-section-a {
  padding-top: 32px;
  padding-bottom: 32px;
}

.sub-section-a .sub-section-title {
  padding-left: 40px;
}

.sub-section-a .sub-section-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}

.sub-section-b {
  padding: 32px 32px 32px 40px;
  display: flex;
  justify-content: space-between;
}

.sub-section-b .sub-section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub-section-b .cliLink {
  display: flex;
  align-items: center;
}

.sub-section-b .clifont {
  font-size: 16px;
}

.w605 {
  width: 605px;
}

.w600 {
  width: 600px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.cliLink {
  /*color: #357bb3;*/
  color: #166bc7;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.5em;
}

.cliLink:hover {
  color: #114A78;
}

.img-desc {
  margin-top: 24px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #999;
}

.last-section {
  padding: 80px 0;
  background-color: #fff;
}

.last-section h3 {
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #000;
}

.bg-grey {
  background-color: #FAFAFA;
}

.bg-grey-1 {
  background-color: #F7F9F8;
}

.ques-caption {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  color: #000000;

  margin-bottom: 51px;
}

.ques-row {
  display: flex;
  justify-content: space-between;
}

.ques-col {
  display: inline-block;
  width: 476px;
  padding-right: 6px;
}

.ques-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
}

.ques-info {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 8px;
}

.video-close {
  color: #fff;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1;
  text-shadow: 0 1px 2px #000;
}

.video-close i {
  font-size: 28px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .05);
}

.video-close:hover {
  opacity: 1;
}

.qr-style-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  z-index: 1001;
  overflow-y: scroll;
}

.qr-style-content {
  background-color: #fff;
  width: 1064px;
  height: 622px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 4px;
  z-index: 1002;
  position: relative;
  margin: 70px auto;
}

.qr-style-content>.close {
  font-weight: 400;
  position: absolute;
  z-index: 1003;
  right: 16px;
  top: 17px;
  color: #000;
  cursor: pointer;
}


.template-wrap_title {
  font-style: normal;
  /*font-weight: bold;*/
  font-size: 28px;
  line-height: 150%;
  color: #333333;
}

.template-wrap_total {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.45);
  margin-left: 16px;
}

.template-block_wrap {
  margin-left: -16px;
  margin-top: 12px;
  transition: all 300ms;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.template-block_wrap.fold {
  height: 196px;
  overflow: hidden;
}

.template-block_wrap.unfold {
  position: relative;
  /* height: 680px; */
  /* overflow: auto; */
}

.template-block {
  display: inline-flex;
  width: 238px;
  height: 183px;
  flex-flow: column;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 16px;
  margin-top: 12px;
  align-items: center;
  position: relative;
  padding: 0 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-block:hover {
  background-color: #fff;
  box-shadow: 0 2px 12px rgb(0 0 0 / 8%);
}

.template-block_create {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.65);
}

.template-block_create .clifont {
  font-size: 24px;
  margin-bottom: 8px;
}

.template-block_label {
  width: 104px;
  min-width: 104px;
  height: 104px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.template-block_label--img {
  max-width: 104px;
  max-height: 104px;
  border-radius: 4px;
  display: inline-block;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.template-block_info {
  margin-top: 8px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.template-block_info--title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.template-block_info--title-name {
  font-style: normal;
  font-weight: bold;
  /*font-size: 14px;*/
  line-height: 150%;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 4px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.template-block_info--desc {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 4px;
}

.template-block_preview {
  position: absolute;
  top: 8px;
  right: 14px;
  display: none;
}

.template-block:hover .template-block_preview {
  display: block;
}

.template-block_symbol {
  width: 20px;
  min-width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.template-block_symbol--static {
  background: rgba(0, 161, 59, 0.1);
  border: 1px solid rgba(0, 161, 59, 0.5);
  color: #008c33;
}

.template-block_symbol--active {
  background: rgba(22, 107, 199, 0.1);
  border: 1px solid rgba(22, 107, 199, 0.5);
  color: #166BC7;
}

.template-block_fold {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #357BB3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.template-block_fold span {
  cursor: pointer;
}

.template-block_fold .clifont {
  font-size: 20px;
  margin-left: 4px;
}


#templateCreateModal .modal-header {
  position: relative;
  border-bottom: none;
}
#templateCreateModal .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
}

#templateCreateModal .modal-dialog {
  width: 1000px;
  padding: 0;
  margin-top: calc(100vh * 0.5 - 170px);
}

.template-create_modal {
  width: 1000px;
  padding: 0;
  padding-bottom: 38px;
}
.template-create_modal--title {
  padding: 0 32px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  text-align: left;
  color: #333333;
}

.template-create_wrap {
  display: flex;
  padding: 0 32px;
  justify-content: space-between;
}
.template-create_block {
  width: 460px;
  height: 265px;
  padding: 24px 26px;
  background: #FAFAFA;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.template-create_block--header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #4A4A4A;
}

.template-create_block--header .clifont {
  font-weight: normal;
  font-size: 32px;
  margin-right: 8px;
}

.template-create_block--content {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  color: #666666;
  margin-top: 12px;
}
.template-create_block--content .desc-line {
  display: flex;
}
.template-create_block--content .desc-line + .desc-line {
  margin-top: 4px;
}
.template-create_block--content .desc-label {
  display: inline-block;
  min-width: 85px;
  color: #666666;
}
.template-create_block--content .desc-content {
  color: rgba(0, 0, 0, 0.85);
}
.template-create_block--btn {
  margin-top: 24px;
  height: 32px;
  min-width: 144px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 12px;
}
.banner-card-desc-new {
  margin: 12px 0 24px;
}
.banner-card-desc-new .desc-label {
  min-width: 80px;
}
.banner-card-desc-new .anticon-cli-question-o {
  display: inline-block;
  color: #666;
  transform: translateY(1px);
  cursor: pointer;
}
.banner-card-desc-new .popover .popover-title {
  background: #fff;
  border: none;
  line-height: 26px;
  padding: 16px 12px 8px;
}
.banner-card-desc-new .popover .popover-title .popover-title-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.banner-card-desc-new .popover .popover-title .popover-title-content .cliLink {
  font-size: 14px;
  font-weight: 400;
}
.banner-card-desc-new .popover .popover-content {
  padding: 0 12px 16px;
}


.hide {
  display: none;
}

@media screen and (max-device-width: 450px) {
  .w-1000 {
    padding: 0 !important;
  }

  .w-1000,
  .section-body,
  .block-a-wrap,
  .block-a-img {
    width: 100% !important;
    height: auto !important;
  }

  .banner-section {
    padding: 48px 16px;
  }

  .banner-section .banner-title2 {
    font-size: 28px !important;
    line-height: 1.5 !important;;
    font-weight: bold !important;;
  }

  .title-main {
    font-size: 24px !important;;
    line-height: 34px !important;;
  }

  .block-a-info__column-title {
    font-size: 18px !important;;
    line-height: 28px !important;;
  }

  .tab-content-batch-wrap__gray {
    width: calc(100vw - 32px) !important;
    min-width: 1200px;
    margin: 0 auto !important;
    padding: 20px 30px !important;
  }

  .banner-card-wrapper,
  .tab-file-box {
    display: none;
  }

  .block-b-wrap,
  .block-b-img {
    width: 100% !important;
    height: auto !important;
  }

  .block-a-info__wrap,
  .block-b-img__sub-wrap,
  .ques-row {
    flex-direction: column;
  }

  .block-a-info__column {
    padding: 0 !important;
    border: none !important;
  }

  .block-a-info__column:first-child {
    margin-bottom: 16px;
  }

  .block-b-img__sub-wrap img {
    width: 100% !important;
    height: auto !important;
  }
  .qeus-section {
    padding: 40px 24px 0 !important;
  }

  .ques-row {
    margin-top: 0 !important;
  }

  .ques-col {
    width: 100%;
    margin-bottom: 32px;
  }

  .sub-section #labelsMakeupPic {
    max-width: 100%;
  }

  .sub-section #labelsPrintPic {
    max-width: 100%;
  }
}

.community-wrapper .content-box {
  max-width: 100% !important;
}

/* .wordpress-article-box {
  width: 100% !important;
  padding-right: 0 !important;
} */

.update-wordpress .wordpress-article-box {
  width: 100% !important;
  padding-right: 0 !important;
}

.banner-card-btn:focus {
  border-color: #00a13b !important;
  color: #00a13b !important;
  background-color: #fff !important;
}

.banner-card-btn:hover {
  border-color: #00a13b !important;
  color: #fff !important;
  background-color: #00a13b !important;
}

/* 头部 ab 测试 */

/* test a */
.create-tpl-testa-wrapper {
    /* margin-top: 56px */
}

.create-tpl-testa-wrapper .action-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
}

.create-tpl-testa-wrapper .action-title .info-icon {
  font-size: 20px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
}

.create-tpl-testa-wrapper .batch-static-title {
  margin-top: 48px;
}

.create-tpl-testa-wrapper .create-three-type {
  display: flex;
  margin-top: 12px;
}

.create-tpl-testa-wrapper .create-three-type .create-item {
  width: 400px;
  height: 167px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 12px 16px;
  background: #fff;
  cursor: pointer;
  transition: 200ms all ease;
}

.create-tpl-testa-wrapper .create-three-type .create-item:hover {
  box-shadow: 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.create-tpl-testa-wrapper .create-three-type .create-item + .create-item {
  margin-left: 20px;
}

.create-tpl-testa-wrapper .create-three-type .create-item.blank-create {

}

.create-tpl-testa-wrapper .create-three-type .create-item.excel-create {

}

.create-tpl-testa-wrapper .create-three-type .create-item.tpl-create {

}

.create-tpl-testa-wrapper .create-three-type .create-item .item-icon {
  font-size: 24px;
  color: #999999;
  height: 36px;
}

.create-tpl-testa-wrapper .create-three-type .create-item .item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  /* margin-top: 8px; */
  color: rgba(0, 0, 0, 0.65);
}

.create-tpl-testa-wrapper .has-tpl-create-tip {
  margin-top: 12px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background: #fff;
}

.create-tpl-testa-wrapper .has-tpl-create-tip .tip-wrapper {}

.create-tpl-testa-wrapper .has-tpl-create-tip .tip-wrapper .tip-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
}

.create-tpl-testa-wrapper .has-tpl-create-tip .tip-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
}

.create-tpl-testa-wrapper .has-tpl-create-tip .ques-icon {
  margin-left: 0px;
  font-size: 18px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
}

.create-tpl-testa-wrapper .has-tpl-create-tip .ques-icon:hover {
  color: #166bc7;
}

.create-tpl-testa-wrapper .has-tpl-create-tip .tip-button {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border-color: #00a13b;
  color: #fff;
  background: #00a13b;
}

.create-tpl-testa-wrapper .has-tpl-create-tip .tip-button:hover {
  background-color: #008c33;
  border-color: #008c33;
  color: #fff;
}

/* test b */
.create-tpl-testb-wrapper {
  /* margin-top: 48px; */
}

.create-tpl-testb-wrapper .action-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
}

.create-tpl-testb-wrapper .action-title .info-icon {
  font-size: 20px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
}

.create-tpl-testb-wrapper .batch-static-title {
  margin-top: 32px;
}

.create-tpl-testb-wrapper .create-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item {
  margin-bottom: 20px;
  background-color: #fff;
  width: 295px;
  height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: 200ms all ease;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item:hover {
  box-shadow: 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item + .create-item {
  margin-left: 20px;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item:nth-child(4n+1) {
  margin-left: 0px;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item.blank-create {
  align-items: center;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item.excel-create {
  align-items: center;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item .item-icon {
  font-size: 24px;
  color: #999999;
  height: 36px;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item .item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /* margin-top: 8px; */
  color: rgba(0, 0, 0, 0.65);
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item.demo-create {
  padding: 16px 24px;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item .item-title {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item:hover .item-title {
  color: #008C33 !important;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item .item-desc {
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #666;
}

.create-tpl-testb-wrapper .create-box-wrapper .create-item .item-num {
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}

.create-tpl-testb-wrapper .has-tpl-create-tip {
  margin-top: 12px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background: #fff;
}

.create-tpl-testb-wrapper .has-tpl-create-tip .tip-wrapper {}

.create-tpl-testb-wrapper .has-tpl-create-tip .tip-wrapper .tip-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
}

.create-tpl-testb-wrapper .has-tpl-create-tip .tip-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
}

.create-tpl-testb-wrapper .has-tpl-create-tip .ques-icon {
  margin-left: 0px;
  font-size: 18px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
}

/* .create-tpl-testb-wrapper .has-tpl-create-tip .ques-icon:hover {
  color: #166bc7;
} */

.create-tpl-testb-wrapper .has-tpl-create-tip .tip-button {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border-color: #00a13b;
  color: #fff;
  background: #00a13b;
}

.create-tpl-testb-wrapper .has-tpl-create-tip .tip-button:hover {
  background-color: #008c33;
  border-color: #008c33;
  color: #fff;
}

.create-tpl-online-wrapper.none,
.create-tpl-testa-wrapper.none,
.create-tpl-testb-wrapper.none {
  display: none !important;
}

/* html {
  background: #fafafa;
}

body {
  opacity: 0;
} */

@media screen and (max-width: 1279px) {
  .create-tpl-testb-wrapper .create-box-wrapper {
    max-width: 1000px;
  }

  .create-tpl-testb-wrapper .has-tpl-create-tip {
    max-width: 1000px;
  }

  .create-tpl-testb-wrapper .create-item {
    max-width: calc((100% - 20px * 3) / 4);
  }

  .test-1 .banner-card {
    width: auto;
  }

  .banner-card-content {
    width: 488px !important;
    padding: 24px 16px !important;
    margin: 0 !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .create-tpl-testb-wrapper .create-box-wrapper {
    max-width: 100%;
  }

  .create-tpl-testb-wrapper .has-tpl-create-tip {
    max-width: 100%;
  }

  .create-tpl-testb-wrapper .create-item {
    max-width: calc((100% - 20px * 3) / 4);
  }

  .test-1 .banner-card {
    width: auto;
  }

  .banner-card-content {
    width: 488px !important;
    padding: 24px 16px !important;
    margin: 0 !important;
  }
}

/* 大屏适配 */
@media (min-width: 1440px) {
  .create-tpl-testb-wrapper .create-box-wrapper {
    width: 1240px;
    max-width: 100%;
  }

  .create-tpl-testb-wrapper .has-tpl-create-tip {
    width: 1240px;
    max-width: 100%;
  }

  .create-tpl-testb-wrapper .create-item {
    max-width: calc((100% - 20px * 3) / 4);
  }
}

.wikiOutlineContainer [data-target-header] {
  font-size: 14px;
  width: 244px;
}

.wikiOutlineContainer [data-target-header="H2"] {
  padding-left: 20px;
  color: rgba(0, 0, 0, .65);
}

.wikiOutlineContainer [data-target-header="H3"] {
  padding-left: 40px;
  color: rgba(0, 0, 0, .45);
}

/* 覆盖大纲激活颜色 */
.wikiOutlineContainer .item.active {
  color: #008C33 !important;
}

.case-detail-side-container {
  position: -webkit-sticky;
  position: sticky;
  width: 216px;
  top: 60px;
  align-self: flex-start;
}

.case-detail-side-container.affix {
  top: 60px;
  /* width: 260px; */
  min-width: 260px;
  margin-right: 24px;
  margin-left: -284px;
}

/* 修复引入博客页样式 */
.tab-form-box-content h1,
.tab-form-box-content h2,
.tab-form-box-content h3 {
  text-align: unset;
}

.update-wordpress {
  margin: initial;
}

/* 修复引入博客页播放器按钮错位 */
.tab-form-box-content .vjs-big-play-button {
  margin: 0 !important;
}

.tab-form-box-content .outline-float-right {
  width: 0;
}

.tab-form-box-content .case-detail-side-container {
  position: -webkit-sticky;
  position: sticky;
  width: 216px;
  top: 60px;
  align-self: flex-start;

}

.tab-form-box-content .case-detail-side-container .case-detail-side-title {
  color: rgba(0, 0, 0, .85);
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.tab-form-box-content .case-detail-side-container.affix {
  top: 60px;
  /* width: 260px; */
  min-width: 272px;
  margin-right: 24px;
  margin-left: -272px;
}

.tab-form-box-content .case-detail-side-nav {
  max-height: 85vh;
  max-height: calc(100vh - 120px);
  overflow-y: hidden;
  overflow-x: visible;
}

.tab-form-box-content .case-detail-side-nav {
  padding-top: 32px !important;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 6px;
}

.tab-form-box-content .case-detail-side-nav:hover {
  overflow-y: auto;
}

.tab-form-box-content .wikiOutlineContainer [data-target-header] {
  width: 100%;
}

.tab-form-box-content .wikiOutlineContainer [data-target-header="H2"] {
  color: rgba(60, 60, 67, 0.75);
}

.tab-form-box-content .wikiOutlineContainer [data-target-header="H3"] {
  padding-left: 32px;
  color: rgba(60, 60, 67, 0.75);
}

.with-blog-outline .article-tab-box#article {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* 覆盖大纲激活颜色 */
.tab-form-box-content .wikiOutlineContainer .item.active {
  color: #008C33;
  position: relative;
}

.tab-form-box-content .wikiOutlineContainer .item.active::before {
  content: ' ';
  width: 2px;
  height: 100%;
  left: -1px;
  background-color: #008C33;
  display: inline-block;
  position: absolute;
  top: 0;
}

/* 滚动条样式覆盖 */
.tab-form-box-content .case-detail-side-nav ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.tab-form-box-content .case-detail-side-nav ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D1D2D5;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.tab-form-box-content .case-detail-side-nav ::-webkit-scrollbar-thumb:hover {
  background-color: #737373;
}

.action-title .popover-content-size-420 {
  max-width: 380px;
  min-width: 278px;
}

.action-title .popover-content {
  padding: 20px;
}

.action-title .common-popover-content-active-code {
  font-family: Microsoft YaHei UI, Microsoft YaHei, PingFang SC, Helvetica Neue, Hiragino Sans GB, Noto Sans, Tahoma, Arial, simsun, "sans-serif";
}

.action-title .common-popover-content-active-code .tpl-popover-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}

.action-title .common-popover-content-active-code .tpl-popover-desc {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 22px;
}

.action-title .common-popover-content-active-code .tpl-popover-divider {
  border: .5px solid rgba(0, 0, 0, .06);
  margin: 16px 0;
}

.action-title .common-popover-content-active-code .tpl-popover-link {
  font-size: 14px;
  line-height: 22px;
}

.m-b-4 {
  margin-bottom: 4px
}

.m-b-8 {
  margin-bottom: 8px
}

.m-b-12 {
  margin-bottom: 12px
}

.m-b-16 {
  margin-bottom: 16px
}

.m-b-24 {
  margin-bottom: 24px
}

.m-b-64 {
  margin-bottom: 64px
}

.color85 {
  color: rgba(0, 0, 0, .85) !important
}

.color65 {
  color: rgba(0, 0, 0, .65) !important
}

.color45 {
  color: rgba(0, 0, 0, .45) !important
}
