/* 头部 */

.header {
  background-color: #2a2a2a;
  border: 0;
  -webkit-box-shadow: 0 0 0.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 0.25rem rgba(108, 118, 134, 0.1);
  padding: 0 10px;
  height: 70px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

/* 左侧菜单 */

.side-menu {
  bottom: 0;
  top: 50px;
  width: 240px;
  padding: 20px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 0.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 0.25rem rgba(108, 118, 134, 0.1);
  position: fixed;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.float-right {
  float: right;
}

.menu-title {
  padding: 12px 25px !important;
  letter-spacing: 0.035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
  color: #707070;
}

.sidebar-inner {
  height: 100%;
}

.iconfont-symbol {
  width: 18px;
  height: 18px;
  fill: currentColor;
  overflow: hidden;
  display: inline-block;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  color: #707070;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-menu {
  padding: 30px 0;
  width: 100%;
}

#sidebar-menu ul ul {
  max-height: 2000px;
  opacity: 1;
  overflow: hidden;
  padding: 10px 0;
}

#sidebar-menu ul ul li {
  border-top: 0;
}

#sidebar-menu ul ul li.active a {
  color: #5985ee;
  font-weight: 700;
}

#sidebar-menu ul ul a {
  color: rgba(15, 31, 62, 0.8);
  display: block;
  padding: 12px 25px;
  cursor: pointer;
}

#sidebar-menu ul ul a:hover {
  color: #0f1f3e;
}

#sidebar-menu>ul>li.nav-active>a {
  background-color: #eff3f6;
  font-weight: 700;
}

#sidebar-menu>ul>li .iconsanjiao {
  transform: rotate(0deg);
  transition: 0.3s linear;
  width: 12px;
  height: 12px;
}

#sidebar-menu>ul>li>a {
  color: #464f66;
  display: block;
  padding: 14px 25px;
  background-color: #fff;
  font-size: 13.5px;
}

#sidebar-menu>ul>li>a:hover {
  color: #464f66;
  text-decoration: none;
}

#sidebar-menu>ul>li>a.active {
  color: #464f66;
}

#sidebar-menu>ul>li>a.active i {
  color: #464f66;
}

#sidebar-menu>ul>li>a span {
  vertical-align: middle;
}

#sidebar-menu>ul>li>a span i {
  font-size: 18px;
  line-height: 22px;
}

#sidebar-menu>ul>li>a>i {
  display: inline-block;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

/* 联系方式 */

.contact {
  padding: 14px 25px;
  margin-bottom: 30px;
}

.contact_text {
  color: #464f66;
  font-size: 13.5px;
  display: flex;
  flex-direction: row;
}

.contact_text .text-box {
  color: #b2b2b2;
  font-size: 13.5px;
  line-height: 20px;
}

.contact-icon {
  padding: 14px 0;
  font-size: 13.5px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.contact-icon a {
  position: relative;
}

.contact .iconfont-big {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

.contact .pop {
  position: absolute;
  bottom: 45px;
  display: none;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
}

.contact a:hover .pop {
  display: block;
}

.contact .pop-txt {
  width: max-content;
  right: 0px;
  padding: 6px 10px;
  color: #666;
}

.contact .pop-vx {
  width: 80px;
  right: -20px;
  padding: 6px;
  color: #666;
}

.contact .pop-vx img {
  width: 80px;
  height: 80px;
}

.contact .pop-vx text {
  line-height: 20px;
}

.contact .jt {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f5f5f5;
  position: absolute;
  top: 100%;
  right: 40px;
}

/* 内容 */

.content {
  margin-left: 240px;
  /* overflow: hidden; */
  min-height: 500px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 70px;
  margin-bottom: 63px;
  padding: 30px 30px 0;
  min-width:400px;
}

.Heading_h2 {
  font-weight: 600;
  line-height: 24px;
  color: #464f66;
  font-size: 24px;
}

.Heading_h2 span {
  font-weight: 400;
  line-height: 24px;
  color: #444444;
  font-size: 14px;
  margin-left: 20px;
}

.templateList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.templateGroup {
  position: relative;
  display: none;
}

.templateGroup .md {
  position: absolute;
  top: -30px;
}

.templateGroup:not(:first-child) {
  padding-top: 64px;
}

.template {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  margin-right: 16px;
  margin-left: 16px;
  text-align: center;
}

.templateCode {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  margin-right: 16px;
  margin-left: 16px;
  text-align: center;
}

.template:hover .imgWrapper {
  transform: translateY(-5px);
}

.template:hover .size {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.template .imgWrapper {
  position: relative;
  z-index: 1;
  align-self: center;
  margin-top: auto;
  transition: transform 0.3s ease-in-out;
  width:290px;
  height:500px;
  overflow:hidden;
  border-radius: 6px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  background:#fff;
}

.template .template_img {
  width: auto;
  max-width: 290px;
  height: auto;
}

.imgWrapper .codeBox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 3px;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s linear;
}

.imgWrapper .code {
  width: 110px;
  height: 142px;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  transition: 0.3s linear;
  margin-top: 100px;
}

.imgWrapper .code img {
  width: 110px;
  display: block;
}

.imgWrapper .code p {
  line-height: 30px;
  color: #555;
}

.imgWrapper .code span {
  background: #ea3838;
  border-radius: 4px;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
}

.template:hover .imgWrapper .codeBox {
  opacity: 1;
}

.template:hover .imgWrapper .code {
  margin-top: 0px;
}

.template_codeImg {
  width: auto;
  max-width: 230px;
  height: auto;
  max-height: 300px;
  border-radius: 6px;
}

.template_flag {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 20px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #f24a62;
  border-radius: 10px;
}

.title {
  margin-top: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #1a1b1c;
}

.size {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #9da2ad;
  opacity: 0;
  transform: translateY(-1px);
}

.hide {
  display: none;
}

.show {
  display: block;
}

.content .pt0 {
  padding-top: 0px;
}

.guideList {
  margin: 10px 0 20px;
}

.guideList li {
  margin-left: 16px;
  padding: 10px 0;
  line-height: 20px;
  list-style: decimal;
}

.guideList li a {
  color: #1a1b1c;
}

.template2 {
  width: 290px;
  height: 540px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-right: 16px;
  margin-left: 16px;
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
  background: #fff;
  position: relative;
}

.template2 .icon{
  width: 90px;
  position:absolute;
  top:0px;
  right:0px;
  z-index: 10;
}

.template2 .imgWrapper {
  position: relative;
  z-index: 1;
  align-self: center;
  transition: transform 0.3s ease-in-out;
  width: 290px;
  height: 430px;
  overflow: hidden;
}
.template2 .imgWrapper video{
  width: 100%;
  margin: 0 0 0;
  padding:0 5px;
}
.template2 .template_img {
  width: 100%;
  max-width: 290px;
  height: auto;
}

.template2 .tem_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #444444;
}

.template2 .tem_info .tit_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 10px;
}

.template2 .tem_info .tit_box .tit_icon {
  width: 40px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background: #5985ee;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.template2 .tem_info .tit_box span {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
  color:#444;
}

.template2 .tem_info .num_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
}

.template2 .tem_info .num_box .star {
  overflow: hidden;
  height:11px;
  display: flex;
}

.template2 .tem_info .num_box img {
  width:74px;
  height:11px;
}

.template2 .tem_info .num_box span {
  color: #868686;
  font-size:12px;
}

.template2 .tem_info .btn_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

.template2 .tem_info .btn {
  width: 110px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  transition: 0.3s;
  padding:0px;
  color:#444;
}

.template2:hover {
  box-shadow: 5px 5px 10px #ddd;
}

.template2:hover .tem_info .video_btn {
  border: 1px solid #7a929e;
  background: #7a929e;
  color: #fff;
}

.template2:hover .tem_info .buy_btn {
  border: 1px solid #ff5947;
  background: #ff5947;
  color: #fff;
}