*{
    　　padding: 0;
    　　margin: 0;
}
.social-share .icon-wechat .wechat-qrcode{
    left: -160px !important;
}
.page {
  display: flex;
  flex-direction: column;
  width: 99vw;
  /* height: 100vh; */
  height: auto;

  background: #F0F5FA;
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
}
.page::-webkit-scrollbar {
  display: none;
}
.header .nav {
  display: flex;
  align-items: center;
  height: 80px;
  background: #FFFFFF;
  padding: 0 24px 0 27px;
}
.header .logo {
  width: 63px;
  height: 50px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .content {
  flex: 1;
  padding-left: 5%;
}
.header .content ul {
  display: flex;
}
.header .content ul li {
  margin: auto;
  cursor: pointer;
}
.header .content ul span {
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header .content ul span.active {
  color: #0D71FC;
 }

.header .search input {
  width: 200px;
  height: 32px;
  background: rgba(0,0,0,0.05);
  border-radius: 18px 18px 18px 18px;
  text-indent: 16px;
 }

 .main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .main .container {
  width: 73%;
 }
 .crumbs {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 24px 0 6px;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
 }
 .crumbs .value {
  display: flex;
  align-items: center;
 }
 .crumbs .value img {
  margin: 0 5px;
 }
 .crumbs .value .active {
  color: #0B6BFB;
 }

 .template-ppt {
  display: flex;
 }

 .template-ppt .blank {
  width: 22px;
 }

 .template-detail {
  flex: 1;
  background: linear-gradient( 180deg, rgba(255,255,255,0.5) 0%, #F0F6FF 100%);
  box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.05);
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #FFFFFF;
  padding: 42px 32px 15px;
 }
 .template-detail .title {
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
 }
 .template-detail .description {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 22px 0 18px;
 }
 .ppt-content {
  display: flex;
 }
 .ppt-thumbnail {
  width: 128px;
  padding: 13px 16px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  position: relative;
 }
 .ppt-thumbnail .list {
  height: 1020px;
  overflow-y: scroll;
 }
 .ppt-thumbnail .list::-webkit-scrollbar {
  display: none;
 }
 .ppt-thumbnail .item {
  width: 100%;
  height: auto;
 }
 .ppt-thumbnail .item img {
  width: 100%;
  height: 100%;
 }
 .ppt-thumbnail .item:not(:last-child) {
  margin-bottom: 16px;
 }
 .ppt-thumbnail .pagination {
  position: absolute;
  bottom: 5px;
  right: 64px;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
 }
 .ppt-content .blank {
  width: 17px;
 }
 .ppt-figure {
  flex: 1;
  padding: 23px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
 }
 .ppt-figure .list {
  height: 1000px;
  overflow-y: scroll;
}
 .ppt-figure .list::-webkit-scrollbar {
  display: none;
 }
 .ppt-figure .list .item {
  width: 100%;
  height: auto;
 }
 .ppt-figure .item:not(:last-child) {
  margin-bottom: 16px;
 }
 .ppt-figure .list .item img {
  width: 100%;
  height: 100%;
 }
 .template-download {
  width: 20%;
  height: 1139px;
  background: linear-gradient( 180deg, rgba(255,255,255,0.5) 0%, #F0F6FF 100%);
  box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.05);
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #FFFFFF;
  padding: 38px 28px;
 }
 .btn-download {
  width: 100%;
  padding: 12px;
  background: linear-gradient( 130deg, #1CAAFF 0%, #0B6BFB 100%);
  box-shadow: 0px 3px 6px 0px rgba(14,115,252,0.19);
  border-radius: 86px 86px 86px 86px;
  border: 2px solid #FFFFFF;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .template-download .list {
  margin: 32px 0 21px;
 }
 .template-download .list .item {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
 }
 .template-download .list .item:not(:last-child) {
  margin-bottom: 24px;
 }
 .template-download .list .item .active {
  color: #0D71FC;
  font-size: 20px;
 }
 .template-download .list .item .bg {
  width: 58px;
  height: 22px;
  padding: 4px 12px;
  background: #AFE2FF;
  border-radius: 4px 4px 4px 4px;
 }
 .template-download .line {
  width: 356px;
  height: 1px;
  background: #CCDBE9;
  border-radius: 0px 0px 0px 0px;
 }
 .template-download .keyword {
  margin: 16px 0;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
 }
 .template-download .keyword .list {
  margin: 19px 0 0 0 !important;
 }
 .template-download .keyword .list .item {
  display: inline-block;
  flex-wrap: wrap;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 8px 12px;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  margin: 0 16px 14px 0;
 }

 .advertisement {
  margin: 50px 0 32px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  display: flex;

 }


.template-list {
  margin-bottom: 50px;
}
.template-list .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  margin-bottom: 28px;
  text-align: left;
}
.template-list .title .highlight {
  color: #0D71FC;
}
.template-list .content {
  display: flex;
  padding: 24px;
  background: linear-gradient( 180deg, rgba(255,255,255,0.5) 0%, #F0F6FF 100%);
  box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.05);
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #FFFFFF;
  flex-wrap:wrap;
}
.template-list .content .item {
  width: calc((100% / 4) - 2*24px);
  padding:24px;
  cursor: pointer;
}
.template-list .content .item .bg {
    position: relative;
    width: 100%;
    /* padding-bottom: 70%; */
    font-size: 0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 100%;
}
.source-material-list .content .item ul{
    width: 100%;
    height: 306px;

}
.social-share .icon-wechat .wechat-qrcode {
    left:-162px;
}
.template-list .content .item .bg img {
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
}

.template-list .content .item .bg:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}
.template-list .content .item .bg .picture-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: 55px;
  height: 30px;
  background: rgba(0,0,0,0.4);
  box-shadow: 0px 6px 12px 0px rgba(14,115,252,0.19);
  border-radius: 43px 43px 43px 43px;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.template-list .content .item .bg img {
  width: 100%;
  height: auto;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    object-fit: cover;
}
.template-list .content .item .row {
  display: flex;
  align-items: center;
  height: 16px;
  margin-top: 15px;
}
.template-list .content .item .row .label {
  width: 223px;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.template-list .content .item .row .view-number {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.template-list .content .item .row .view-number img {
  margin-right: 10px;
}
 .footer {
  display: flex;
  width: 100%;
  height: 346px;
  background: #E0F3FF;
  border-radius: 0px 0px 0px 0px;
  padding: 45px 0 53px 0;
 }

.qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 36%;
}
.qr-code .title {
  font-weight: normal;
  font-size: 32px;
  color: #333333;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.qr-code-img {
  margin: 19px 0 16px;
  padding: 16px;
}
.qr-code-img img {
  width: 100%;
  height: 100%;
}
.qr-code .btn-connection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 34px;
  background: #0D71FC;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  font-weight: normal;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.qr-code .btn-connection span {
  padding-left: 12px;
}
.instructions {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.classify {
  display: flex;
  flex: 1;
}
.classify .section-block {
  padding-right: 10%;
}
.classify .section-block .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
  height: 44px;
  background: linear-gradient( 106deg, rgba(13,113,252,0.2) 0%, rgba(13,113,252,0) 100%);
  border-radius: 4px 4px 4px 4px;
  font-weight: normal;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 43px;
}
.classify .section-block .item {
  display: flex;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.classify .section-block .item:not(:last-child) {
  margin-bottom: 12px;
}
.classify .section-block .item .label {
  padding-right: 12px;
  white-space: nowrap;
}

.business-code {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  margin-left: 548px;
  width: 400px;
}
.business-code span {
  white-space: nowrap;
}

.fix-right {
  position: fixed;
  right: 0;
  bottom: 0;
}
.list-fix {
  cursor: pointer;
  width: 56px;
  height: 340px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(55,99,170,0.1);
  border-radius: 100px 100px 100px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}
.pinned {
  margin-top: 16px;
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 2px 12px 0px rgba(55,99,170,0.1);
  border-radius: 100px 100px 100px 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.item-fix {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-fix:not(:last-child) {
  margin-bottom: 16px;
}
.item-fix .label, .item-pinned .label {
  font-weight: normal;
  font-size: 10px;
  color: #333333;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.item-fix-img, .item-pinned-img {
  width: 20px;
  height: 20px;
}
.item-fix-img img, .item-pinned-img img {
  width: 100%;
  height: 100%;
}
.ppt-content .item img{
    width: 100%;
}
