html,
body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
}

.webapp .nav-wrap {
  position: relative;
  background: #2b2b2b;
}

#banner-section {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.banner-images-area {
  overflow: hidden;
}

.banner-image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.banner-image-item.active {
  opacity: 1;
  z-index: 10;
}

.banner-image-item img {
  width: 100%;
  height: 100%;
}

.banner-pagination-area {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 0;
  z-index: 15;
}

.banner-pagination-area .banner-pagination-wrap {
  display: inline-block;
  margin: 0 auto;
  height: 5px;
}

.banner-pagination-area .banner-pagination-item {
  display: inline-block;
  width: 35px;
  height: 5px;
  margin: 0 3px;
  background: #fff;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.banner-pagination-area .banner-pagination-item.active {
  opacity: 1;
}

.banner-btn {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  opacity: .3;
  cursor: pointer;
}

.banner-btn-prev {
  left: 30px;
  background-image: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/sliderL.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 15;
}

.banner-btn-prev:hover {
  background-image: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/sliderLH.png");
}

.banner-btn-next {
  right: 30px;
  background-image: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/sliderR.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 15;
}

.banner-btn-next:hover {
  background-image: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/sliderRH.png");
}

#banner-section:hover .banner-btn {
  display: block;
}

.banner-wrap {
  width: 100%;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.tpl-banner {
  width: 100%;
  min-width: 750px;
  position: relative;
  font-size: 0;
}

.tpl-banner img {
  width: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/sliderL.png")0 0 no-repeat;
  left: 30px;
  background-size: 100% 100%;
}

.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/sliderLH.png")0 0 no-repeat;
  left: 30px;
  background-size: 100% 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/sliderR.png")0 0 no-repeat;
  right: 30px;
  background-size: 100% 100%;
}

.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/sliderRH.png")0 0 no-repeat;
  right: 30px;
  background-size: 100% 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  opacity: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0);
}

.banner-wrap:hover .swiper-button-next,
.banner-wrap:hover .swiper-button-prev {
  opacity: 1;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
}

.swiper-wrapper .slide5 {
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/slider5bg.jpg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.swiper-wrapper .slide3 {
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/slider3bg.jpg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.swiper-wrapper .slide2 {
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/slider2bg.jpg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.swiper-wrapper .slide1 {
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/tpl-banner.jpg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.swiper-wrapper .slide4 {
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/salon.jpg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.make-homepage {
  margin: 10px auto 0;
  box-sizing: border-box;
  position: relative;
}

.make-flex-box{
  display: flex;
  margin-bottom: 20px;
}

.make-sidebar {
  vertical-align: top;
  width: 150px;
  box-sizing: border-box;
  z-index: 5;
  border-radius: 8px;
}

.make-sidebar .sidebar-title {
  width: 150px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 18px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/classification.png");
  background-size: 108%;
  background-position: center;
  box-shadow: 0px 2px 4px 0px rgba(48, 145, 242, 1);
  color: #fff;
}

.make-sidebar .active {
  color: #3091F2;
  font-weight: bold;
  background: url('/static/official/images/app_template/选中背景.png') no-repeat 8px 4px;
  background-size: 135px 36px;
  line-height: 45px;
}

.make-sidebar>ul>li>div>span {
  width: 83px;
  display: inline-block;
}

.make-sidebar>ul>li>div>span:hover {
  color: #3091F2;
}

.make-sidebar>ul>a>li:hover {
  color: #3091F2;
}

.make-sidebar>ul>li>ul>li:hover {
  color: #3091F2;
}

.make-sidebar>ul {
  width: 150px;
  background: #fff;
  border-top: 0;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 0px rgba(218, 218, 218, 1);
  position: relative;
}

.make-sidebar>ul>li ul {
  width: 142px;
  background: #fff;
  border-top: 0;
  list-style: none;
  box-sizing: border-box;
}

.make-sidebar ul li {
  width: 150px;
  line-height: 45px;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  color: #59607B;
  font-weight: 400;
  cursor: pointer;
}



.make-sidebar>ul>li{
  border-top: 1px solid #E3E2F1;
}

.make-sidebar>ul>li:last-child {
  border-bottom: none;
}

.make-sidebar>ul>li>ul>li {
  border-bottom: none;
}

.make-sidebar img {
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
  margin: -2px 0 0 9px;
}

.make-sidebar img.arrows {
  margin: 10px 5px 0 0;
  float: right;
}

.make-sidebar>ul>li>ul>li {
  color: #9FA5BB;
  width: 142px;
}

.make-sidebar>ul>li>ul>li span {
  display: inline-block;
  border-bottom: 1px solid #ecebf5;
  width: 93px;
  text-align: left;
  margin-left: 20px;
  padding-left: 17px;
  line-height: 45px;
  height: 45px;
}

.make-sidebar>ul>li>ul>li:last-child span {
  border-bottom: none;
}

.make-sidebar-common {
  width: 150px;
  height: 45px;
  border-bottom: 1px solid #E3E2F1;
}

.make-main {
  margin-left: 20px;
}

.tpl-navs-wrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
}

.wrap-angle {
  width: 0;
  height: 0;
  font-size: 0;
  border: 10px solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 15px;
  left: -15px;
}

/* 二级菜单栏 */

.tpl-first-navs {
  color: #3b3b3b;
  font-size: 14px;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  flex-direction: row;
}

.tpl-first-navs span {
  display: inline-block;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  text-align: center;
  cursor: pointer;
  color: #9FA5BB;
  border: 1px solid rgba(213, 213, 222, 1);
  line-height: 17px;
  margin: 10px 5px;
}

.tpl-first-navs .active {
  color: #fff;
  border-color: #3091F2;
  background-color: #3091F2;
}

.tpl-content .active {
  display: block;
}


/* 官方推荐 */

.hot-recommended {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.hot-recommended .maker-line {
  margin-top: 23px;
  display: inline-block;
  width: 3px;
  background: #3091F2;
  vertical-align: middle;
}

.hot-recommended .hot-recommended-title {
  display: inline-block;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #303445;
  margin-left: 11px;
  vertical-align: middle;
}

.hot-recommended ul #new-recommended {
  vertical-align: middle;
  background: #fff;
  height: 134px;
  position: relative;
  border: none;
  display: inline-block;
  margin-left: 30px;
  background: linear-gradient(180deg, rgba(94, 196, 250, 1) 0%, rgba(48, 145, 242, 1) 100%);
}

#new-recommended:hover {
  box-shadow: 0px 2px 8px rgba(57, 171, 255, 0.5);
}

.clearfix li:hover {
  box-shadow: 0 2px 4px #e3e3e3;
}

#new-recommended .newTitle p {
  display: inline-block;
  margin-left: 9px;
  font-size: 34px;
  line-height: 36px;
  font-family: "MicrosoftYaHei-Bold";
  color: #fff;
  letter-spacing: 4px;
  vertical-align: middle;
}

#new-recommended .new-explain {
  font-size: 16px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #fff;
  margin-top: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#new-recommended .new-count {
  margin-top: 28px;
}

#new-recommended .new-count img {
  display: inline-block;
  width: 17px;
  height: 10px;
  vertical-align: middle;
}

#new-recommended .new-count span {
  display: inline-block;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  color: #fff;
  margin-left: 5px;
  vertical-align: middle;
}

#new-recommended .new-count .new-detail {
  display: inline-block;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 200px;
  text-align: right;
}

.hot-recommended ul li {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  height: 134px;
  background: #fff;
  border: 1px solid rgba(238, 240, 247, 1);
  box-sizing: border-box;
}

.hot-recommended li .cover-icon {
  display: inline-block;
  vertical-align: top;
}

.hot-recommended li .recommended-explain {
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  font-size: 0;
  box-sizing: border-box;
}

.hot-recommended .recommended-explain p {
  width: 100%;
  font-size: 16px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #303455;
  margin-top: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hot-recommended .recommended-explain .explain-detail {
  margin-top: 7px;
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  color: #9FA5BB;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recommended-explain .read-count {
  margin-top: 29px;
  text-align: left;
  vertical-align: middle;
}

.recommended-explain .read-count img {
  display: inline-block;
  width: 19px;
  height: 10px;
  vertical-align: middle;
}

.recommended-explain .read-count span {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  color: #D5D5DE;
}

/* 选择模板 */

.tpl-container {
  min-height: 700px;
  background-color: #fff;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border: 1px solid #eee;
  box-sizing: border-box;
  font-size: 0;
}

.tpl-container li {
  position: relative;
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  box-sizing: border-box;
}

/* 模块拼接 */

.tpl-container .model-empty {
  cursor: pointer;
  border: 1px solid rgba(238, 240, 247, 1);
}

.model-empty-icon .checked {
  display: block;
}

.model-empty .model-name {
  border-top: 1px solid #eee;
}

.tpl-container .button-click {
  /* display: inline-block; */
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: rgb(48, 145, 242);
  float: left;
  line-height: 50px;
}

.gradual-change {
  float: left;
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 5px;
  border-right-width: 6px;
  border-color: rgb(48, 145, 242) #fff #fff rgb(48, 145, 242);
  border-style: solid;
}

.gradual-change2 {
  float: left;
  border-top-width: 26px;
  border-bottom-width: 24px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-color: #fff rgb(48, 145, 242) rgb(48, 145, 242) #fff;
  border-style: solid;
}

.model-name .bgc {
  color: #fff;
  background-color: rgba(48, 145, 242, 1);
  line-height: 51px;
}

.tpl-container li.filler {
  height: 0;
  border: none;
}

.tpl-container .empty-tpl .note-icon {
  margin: 55px auto 20px;
  width: 60px;
  height: 75px;
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/add.jpg");
  background-size: 100% 100%;
}

.tpl-container .modal-assembly .note-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/add-type-3.png");
  background-size: 100% 100%;
}

.tpl-container .modal-assembly .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #3091f2;
  border: none;
}

.tpl-container .modal-assembly:hover .name {
  background-color: #59a7f5;
}

.tpl-container .read-detail {
  padding-left: 11px;
  padding-right: 12px;
  border-top: 1px solid #dfdfdf;
  box-sizing: border-box;
}

.tpl-container li .name {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 600;
  color: rgba(48, 52, 69, 1);
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tpl-container .read-count img {
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
}

.tpl-container .read-count span {
  height: 17px;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 12px;
  font-family: "MicrosoftYaHei";
  color: rgba(213, 213, 222, 1);
}

.tpl-container li.empty-tpl .name {
  color: #cfcfcf;
  border: none;
}

.tpl-container li .code-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.tpl-container li:hover .code-mask {
  display: block;
}

.tpl-container li:hover .cover {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}

.select-btn {
  display: inline-block;
  width: 60px;
  line-height: 25px;
  margin-top: 36px;
  margin-left: 24px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, .7);
}

.select-btn.buy-btn:hover,
.select-btn.choose-btn:hover,
.select-btn.js-preview-btn {
  background-color: #fdcb2e;
  border: 1px solid #fdcb2e;
  color: #3f4125;
}

.select-btn.js-preview-btn:hover {
  opacity: 0.87;
}

.phone-component {
  position: relative;
  display: inline-block;
  width: 350px;
  height: 590px;
  margin-left: 25px;
  margin-right: 30px;
  background-image: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/phone_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: top;
  z-index: 999;
}

.phone-component .phone-contents {
  position: absolute;
  top: 56px;
  left: 32px;
  width: 286px;
  height: 464px;
  overflow: hidden;
}

.phone-component .preview-iframe {
  position: relative;
  width: 320px;
  height: 520px;
  transform: scale(0.89375);
  -webkit-transform: scale(0.89375);
  -ms-transform: scale(0.89375);
  -moz-transform: scale(0.89375);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  outline: none;
  border: none;
}

.phone-component .page::-webkit-scrollbar,
iframe::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.phone-component .page.dialog-page {
  background-color: rgba(0, 0, 0, .5);
}

.nav-component {
  display: inline-block;
  width: 260px;
  margin-top: 10px;
  vertical-align: top;
}

.nav-component .box-title {
  color: #888;
}

.nav-component .group-page-container {
  height: 300px;
  line-height: 32px;
  color: #fff;
  background-color: #fff;
  text-indent: 34px;
  border: 1px solid #d3d3d3;
  overflow-y: auto;
}

.nav-component .group-page-nav .group-nav {
  position: relative;
  background-color: #ffb129;
  cursor: pointer;
}

.nav-component .group-page-nav .group-nav:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 24px;
  height: 22px;
  background-image: url("http://cdn.jisuapp.cn/zhichi_frontend/static/official/images/app_template/icons.png");
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position-x: -96px;
}

.nav-component .group-page-nav .group-nav:hover {
  background-color: #fa0;
}

.nav-component .group-page-nav .group-nav:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 10px solid #fff;
  border-right: 6px solid transparent;
}

.nav-component .group-page-nav.active .group-nav:after {
  border-left: 6px solid transparent;
  border-bottom: 10px solid #fff;
  border-right: 6px solid transparent;
  border-top: none;
}

.nav-component .group-page-nav .page-navs {
  display: none;
  background-color: #f4f4f4;
  color: #999;
  cursor: pointer;
}

.nav-component .group-page-nav .page-navs .page-nav {
  position: relative;
  line-height: 28px;
  border-bottom: 1px solid #d3d3d3;
}

.nav-component .group-page-nav.active .page-navs {
  display: block;
}

.nav-component .group-page-nav .page-navs .active,
.nav-component .group-page-nav .page-navs li:hover {
  background-color: #009ee7;
  color: #fff;
}

.nav-component .group-page-nav .page-navs .active {
  border-bottom: none;
}

.nav-component .group-page-nav .page-navs .empty-group-tip {
  background-color: #fff !important;
  color: #666;
  text-align: center;
  text-indent: 0;
  cursor: default;
}

.nav-component .style-color-wrap {
  height: 180px;
  margin-top: 10px;
  border: 1px solid #d3d3d3;
  color: #888;
}

.nav-component .style-color-wrap p {
  line-height: 30px;
  border-bottom: 1px solid #d3d3d3;
  text-indent: 6px;
}

.nav-component .style-color-wrap ul {
  padding-left: 10px;
  padding-top: 2px;
}

.nav-component .style-color-wrap li {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 1px;
  font-size: 13px;
  margin: 8px;
  vertical-align: top;
  cursor: pointer;
}

.nav-component .style-color-wrap li:hover,
.nav-component .style-color-wrap li.selected {
  border: 2px solid #1a8fda;
  border-radius: 4px;
  margin: 6px;
}

.nav-component .color-wrap {
  display: inline-block;
  margin-left: 58px;
  margin-top: 5px;
}

#add-app-dialog .zhichi-content {
  background-color: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}

.add-app-wrap {
  margin: 10px;
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 30px;
}

.add-app-wrap li {
  margin-top: 5px;
}

.add-app-wrap label {
  display: inline-block;
  width: 76px;
  text-align: right;
  color: #666;
  vertical-align: top;
}

.add-app-wrap input {
  width: 150px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  text-indent: 6px;
}

.add-app-wrap textarea {
  width: 260px;
  height: 60px;
  line-height: 30px;
  vertical-align: top;
  resize: none;
}

.add-app-wrap .change-img-wrap {
  margin-bottom: 10px;
  vertical-align: top;
  width: 80px;
  height: 80px;
}

.add-app-wrap .change-img-wrap .text {
  line-height: 22px;
  font-size: 12px;
}

.zhichi-dialog .btn {
  margin-left: 60px;
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
}

.add-app-wrap .orange-tip {
  display: inline-block;
  margin-left: 6px;
  color: #fb3;
  font-size: 12px;
  vertical-align: middle;
}

.add-app-wrap .change-img-wrap~.orange-tip {
  margin-left: 20px;
  margin-top: 30px;
}

.add-app-btns {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  background-color: #eaeaea;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #3eb4fa;
}

.add-app-btns span {
  float: left;
  width: 49%;
  cursor: pointer;
}

.add-app-btns span:first-child {
  border-right: 1px solid #ddd;
}

.webapp-box {
  z-index: 999999 !important;
}

.sp-container .sp-cancel {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333 !important;
  font-size: 14px;
  line-height: 1;
  padding: 4px 10px;
  text-shadow: 0 1px 0 #eee;
  text-decoration: none !important;
}

.sp-container .sp-choose {
  margin-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/*每周更新*/
/* 
.left_info {
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 275px;
  width: 40px;
  height: 330px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fdedba;
  animation: rtl 2.5s 5s forwards;
  -webkit-animation: rtl 2.5s 5s forwards;
  -moz-animation: rtl 2.5s 5s forwards;
  -o-animation: rtl 2.5s 5s forwards;
} */

@keyframes rtl {
  to {
    left: -50px;
  }
}

@-webkit-keyframes rtl {
  to {
    left: -50px;
  }
}

@-moz-keyframes rtl {
  to {
    left: -50px;
  }
}

@-o-keyframes rtl {
  to {
    left: -50px;
  }
}

/* .left_info .left_text {
  display: inline-block;
  width: 17px;
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #434343;
} */

/*每周更新 end*/

/*添加到书签*/

.add-label-btn {
  width: 50px;
  height: 181px;
  background-color: #fff;
  position: fixed;
  left: -50px;
  top: 310px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  animation: ltr 2.5s 6s forwards;
  -webkit-animation: ltr 2.5s 6s forwards;
  -moz-animation: ltr 2.5s 6s forwards;
  -o-animation: ltr 2.5s 6s forwards;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.add-label-btn span {
  display: inline-block;
  width: 40px;
  height: 90px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  color: #464955;
  cursor: pointer;
  border-bottom: 1px solid #EEEFF8;
  margin: 0 5px;
}

.add-label-btn b {
  display: block;
  font-size: 30px;
  margin-top: 25px;
}

.add-label-btn div {
  font-size: 20px;
  color: #3091f2;
  margin-top: 13px;
  margin-bottom: 7px;
}

@keyframes ltr {
  to {
    left: 0;
  }
}

@-webkit-keyframes ltr {
  to {
    left: 0;
  }
}

@-moz-keyframes ltr {
  to {
    left: 0;
  }
}

@-o-keyframes ltr {
  to {
    left: 0;
  }
}

/*添加到书签 弹框*/

.add-label {
  position: fixed;
  z-index: 999999;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.add-label>img {
  width: 100%;
  height: 100%;
}

.add-label .swapLabel {
  position: relative;
  width: 285px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.labelPoint {
  position: relative;
  float: right;
  margin-bottom: 50px;
}

.labelButton {
  margin: 30px 0 50px 0;
}

.labelClose {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.labelClose img {
  position: relative;
  display: block;
  top: 10px;
  width: 20px;
  margin: 0 auto;
}

/*添加到书签 end*/

.payment-item {
  margin: 20px 0;
}

.payment-item>span:first-child {
  display: inline-block;
  width: 90px;
}

.payment-item>div:first-child {
  margin-bottom: 15px;
}

.payment-item .price {
  /* color: #ebae00; */
  color: #f94f21;
  font-size: 20px;
  font-weight: bold;
}

.payment-item .upgrade-tip {
  display: inline-block;
  margin-left: 20px;
}

.dialog-content .upgrade-btn {
  display: inline-block;
  margin-left: 20px;
  color: #07619c;
}

.payment-item .payment-third {
  text-align: center;
  padding: 0 50px;
  font-size: 0;
}

.payment-third-text {
  margin-top: 20px;
}

.payment-third .payment-alipay,
.payment-third .payment-wechat {
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}

.payment-third .payment-alipay>img,
.payment-third .payment-wechat>img {
  height: 44px;
  margin: 30px 0;
}

.payment-third .payment-alipay>a,
.payment-third .payment-wechat>div {
  display: block;
  height: 30px;
  width: 120px;
  margin: 0px auto 35px;
  border: 1px solid #ebae00;
  line-height: 30px;
  border-radius: 2px;
  cursor: pointer;
}

.payment-third .payment-alipay>a {
  color: #fff;
  background-color: #ebad02;
}

.payment-third .payment-wechat>div {
  color: #ebad02;
}

.payment-third .payment-wechat>div:hover {
  color: #fff;
  background-color: #ebad02;
}

.payment-wechat-qrcode {
  display: none;
  width: 50%;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}

.payment-wechat-qrcode>img {
  width: 120px;
  height: 120px;
  vertical-align: middle;
}

.payment-wechat-qrcode-tip>img {
  width: 50px;
  vertical-align: middle;
}

.nav_top {
  width: 40px;
  height: 130px;
  position: fixed;
  bottom: 30px;
  right: 35px;
  z-index: 999999;
}

.nav_top>span {
  position: relative;
  display: block;
  margin-bottom: 5px;
  height: 40px;
  background: #3091f2;
  box-shadow: 0px 0px 2px #3091f2;
}

.nav_top>span:hover {
  background: #44a0fc;
}

.nav_top .nav_help .help-tip,
.nav_top .nav_video .video-tip,
.nav_top .scrollTop .top-tip {
  display: none;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.nav_top .nav_help:hover .help-tip,
.nav_top .nav_video:hover .video-tip,
.nav_top .scrollTop:hover .top-tip {
  display: block;
}

.nav_top .nav_help:hover .use,
.nav_top .nav_video:hover .use,
.nav_top .scrollTop:hover .use {
  display: none;
}

.nav_top>span a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav_top .use {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.nav_top .scrollTop .use {
  width: 80%;
  height: 80%;
}

.nav_top>span svg {
  width: 100%;
  height: 100%;
}

.tpl-pagination {
  margin: 50px auto;
  text-align: center;
}

.tpl-pagination a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: 1px solid #DDD;
  padding: 4px 15px;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #333;
}

.tpl-pagination a.active,
.tpl-pagination a:hover {
  color: #FFF !important;
  background-color: #0087D1;
}

.tpl-pagination a:active,
.tpl-pagination a:focus,
.tpl-pagination a:visited {
  color: #333;
}

@media screen and (min-width:1921px) {
  .tpl-container .button-click {
    width: 94px;
    line-height: 60px;
  }
}

@media screen and (min-width:1920px) {
  .make-homepage {
    width: 1400px;
  }

  .make-main {
    width: 1226px;
  }

  .tpl-first-navs {
    width: 1226px;
  }

  .hot-recommended {
    width: 1226px;
  }

  .tpl-container {
    width: 1226px;
  }

  .tpl-first-navs span {
    padding: 3px 13px;
    border-radius: 14px;

  }

  .hot-recommended {
    height: 221px;
  }

  .hot-recommended .maker-line {
    height: 22px;
    margin-left: 31px;
  }

  .hot-recommended .hot-recommended-title {
    margin-top: 20px;
    font-size: 19px;
  }

  .hot-recommended ul {
    margin-top: 22px;
    margin-bottom: 20px;
    list-style: none;
    height: 134px;
    /* overflow: hidden; */
  }

  #new-recommended {
    width: 387px;
  }

  #new-recommended .new-recommended-content {
    padding-left: 25px;
    height: 100%;
  }

  #new-recommended .solution_case {
    width: 105px;
    position: absolute;
    top: -10px;
    right: 23px;
  }

  #new-recommended .solution_case img {
    width: 105px;
  }

  #new-recommended .newTitle {
    width: 100%;
    height: 34px;
    padding-top: 17px;
    /* padding-left: 25px; */
  }

  #new-recommended .newTitle .icon {
    display: inline-block;
    width: 28px;
    height: 32px;
    vertical-align: middle;
  }

  #new-recommended .newTitle .icon img {
    width: 28px;
    height: 32px;
  }

  #new-recommended .new-count .new-detail {
    margin-left: 102px;
  }

  .hot-recommended ul li {
    width: 366px;
    vertical-align: middle;
  }

  .hot-recommended li .cover-icon {
    width: 161px;
    height: 134px;
  }

  .hot-recommended li .cover-icon img {
    width: 161px;
    height: 134px;
    display: inline-block;
  }

  .hot-recommended li .recommended-explain {
    max-width: 199px;
    padding-left: 16px;
  }

  .tpl-container .content-middle {
    padding-left: 12px;
    padding-top: 10.5px;
  }

  .tpl-container li {
    margin: 10.5px 19px;
    width: 204px;
    height: 263px;
    overflow: hidden;
  }

  .tpl-container .model-empty-icon {
    width: 202px;
    height: 202px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .model-empty-icon .note-icon {
    width: 202px;
    height: 230px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: -1px;
  }

  .model-empty-icon .note-icon .model-img1 {
    width: 202px;
    height: 202px;
  }



  .gradual-change {
    border-top-width: 25px;
    border-bottom-width: 31px;
  }

  .tpl-container .empty-tpl,
  .tpl-container .modal-assembly {
    cursor: pointer;
    width: 202px;
    height: 202px;
    border: 1px solid #dfdfdf;
  }

  .tpl-container li .cover {
    width: 100%;
    height: 202px;
  }

  .tpl-container li .name {
    margin-bottom: 5px;
  }

  .tpl-container .read-detail {
    width: 204px;
    height: 61px;
    padding-top: 8px;
  }

  .tpl-container li .code-mask .code {
    display: block;
    width: 138px;
    height: 137px;
    margin: 0 auto;
    margin-top: 31px;
  }

  .select-btn.js-preview-btn {
    margin-left: 50px;
    width: 102px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    border: none;
    border-radius: 1px;
    background: rgba(48, 145, 242, 1);
  }
}

@media screen and (max-width:1920px) {
  .make-homepage {
    width: 1271px;
  }

  .make-main {
    width: 1098px;
  }

  .tpl-first-navs {
    width: 1098px;
  }

  .hot-recommended {
    width: 1098px;
  }

  .tpl-container {
    width: 1098px;
  }

  .tpl-first-navs span {
    padding: 3px 13px;
    border-radius: 14px;
  }

  .hot-recommended {
    height: 217px;
  }

  .hot-recommended .maker-line {
    height: 19px;
    margin-left: 33px;
  }

  .hot-recommended .hot-recommended-title {
    margin-top: 18px;
    font-size: 20px;
  }

  .hot-recommended ul {
    margin-top: 17px;
    margin-bottom: 22px;
    list-style: none;
    height: 134px;
    /* overflow: hidden; */
  }

  #new-recommended {
    width: 346px;
  }

  #new-recommended .new-recommended-content {
    padding-left: 18px;
    height: 100%;
    ;
  }

  #new-recommended .solution_case {
    width: 105px;
    position: absolute;
    top: -10px;
    right: 20px;
  }

  #new-recommended .solution_case img {
    width: 105px;
  }

  #new-recommended .newTitle {
    height: 34px;
    padding-top: 16px;
    /* padding-left: 18px; */
  }

  #new-recommended .newTitle .icon {
    display: inline-block;
    width: 29px;
    height: 33px;
    vertical-align: middle;
  }

  #new-recommended .newTitle .icon img {
    width: 29px;
    height: 33px;
  }

  #new-recommended .new-count .new-detail {
    margin-left: 68px;
  }

  .hot-recommended ul li {
    width: 327px;
    vertical-align: middle;
  }

  .hot-recommended li .cover-icon {
    width: 158px;
    height: 132px;
  }

  .hot-recommended li .cover-icon img {
    display: inline-block;
    width: 158px;
    height: 132px;
  }

  .hot-recommended li .recommended-explain {
    max-width: 163px;
    padding-left: 11px;
  }

  .tpl-container .content-middle {
    padding-left: 15px;
    padding-top: 11.5px;
  }

  .tpl-container li {
    margin: 9.5px 15px;
    width: 184px;
    height: 236px;
    overflow: hidden;
  }

  .tpl-container .model-empty-icon {
    width: 182px;
    height: 182px;
    overflow: hidden;
  }

  .model-empty-icon .note-icon {
    width: 184px;
    height: 202px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: -1px;
  }

  .model-empty-icon .note-icon .model-img1 {}

  .tpl-container .button-click {
    width: 84px;
  }

  .tpl-container .empty-tpl,
  .tpl-container .modal-assembly {
    cursor: pointer;
    width: 184px;
    height: 184px;
    border: 1px solid #dfdfdf;
  }

  .tpl-container li .cover {
    width: 100%;
    height: 181px;
  }

  .tpl-container li .name {
    margin-bottom: 2px;
  }

  .tpl-container .read-detail {
    width: 184px;
    height: 54px;
    padding-top: 6px;
  }

  .tpl-container li .code-mask .code {
    display: block;
    width: 124px;
    height: 123px;
    margin: 0 auto;
    margin-top: 23px;
  }

  .select-btn.js-preview-btn {
    margin-left: 45px;
    width: 92px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    border: none;
    border-radius: 1px;
    background: rgba(48, 145, 242, 1);
  }
}

@media screen and (max-width: 1440px) {
  .make-homepage {
    zoom: 0.9
  }
}

/* make-lifegroup */
.make-lifegroup {
  width: 99.5%;
  height: 142px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px solid rgba(240, 240, 247, 1);
}

.make-lifegroup>a {
  cursor: pointer;
}

.tpl-content-recommend {
  overflow: hidden;
  height: 196px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  display: flex;
  flex-direction: row;
}

.tpl-content-recommend>img {
  position: absolute;
  height: 146px;
  width: 920px;
  bottom: 0px;
}

.tpl-content-recommend-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tpl-content-recommend-box img {
  width: 290px;
  height: 149px;
  cursor: pointer;
  margin: 0 15px;
}

.make-lifegroup-box {
  width: 31.5%;
  height: 112px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.make-lifegroup-box:first-child {
  background: linear-gradient(360deg, rgba(255, 127, 65, 1) 0%, rgba(255, 191, 132, 1) 100%);
}

.make-lifegroup-box:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 131, 129, 1) 0%, rgba(246, 84, 85, 1) 100%);
}

.make-lifegroup-box:last-child {
  background: linear-gradient(180deg, rgba(166, 211, 255, 1) 0%, rgba(81, 147, 255, 1) 100%);
}

.make-lifegroup-box>img {
  height: 112px;
  transform: scale(1, 1)
}

.make-lifegroup-box:hover>img {
  transform: scale(1.08, 1.08);
  transition: all 0.5s ease-out;
}

.tpl-first-navs-header {
  margin: 3px 20px 3px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tpl-first-navs-header>div {
  width: 4px;
  height: 20px;
  background: rgba(48, 145, 242, 1);
  border-radius: 4px;
  margin-right: 10px;
}

.tpl-first-navs-header>p {
  font-size: 20px;
  color: rgba(48, 52, 69, 1);
  line-height: 26px;
  font-family: MicrosoftYaHei;
  line-height: 20px
}

.tpl-content-recommend-info {
  margin: 32px 91px 35px 31px;
  width: 336px;
  overflow: hidden;
  position: relative;
}

.tpl-content-recommend-info>span {
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(48, 52, 69, 1);
  line-height: 28px;
}

.tpl-content-recommend-info>p {
  width: 474px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  height: 42px;
  overflow: hidden;
  color: #59607B;
  line-height: 21px;
  margin: 12px 0px 15px;
}

.tpl-content-recommend-info>a {
  background: rgba(48, 145, 242, 1);
  border-radius: 2px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  padding: 6px 22px;
  text-align: center;
  cursor: pointer;
}

.make-lifgroup-box-info {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
}

.make-lifgroup-box-info>span {
  font-weight: bold;
  font-size: 17px;
  position: relative;
  bottom: -3px;
}

.make-lifgroup-box-info>p {
  font-size: 12px;
  margin: 5px 0px 11px;
  position: relative;
  bottom: -2px;
}

.make-lifgroup-box-info>div {
  background-color: white;
  border-radius: 12px;
  font-size: 12px;
  width: 80px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.make-lifgroup-box-info>div span {
  line-height: 12px;
}

.make-lifgroup-box-info>div img {
  width: 6px;
  margin-left: 5px;
}

.make-lifegroup>.make-lifegroup-box:first-child .make-lifgroup-box-info>div {
  color: #FF8F52;
}

.make-lifegroup>.make-lifegroup-box:nth-child(2) .make-lifgroup-box-info>div {
  color: #F96161;
}

.make-lifegroup>.make-lifegroup-box:last-child .make-lifgroup-box-info>div {
  color: #67A3FF;
}

.tpl-content-recommend-info-bg {
  position: absolute;
  width: 578px;
  left: -55px;
  height: 197px;
  background-color: white;
  transform: skew(-30deg, 0);
}

.choice-content{
  background: #FFF;
}

.choice-content .detail-list {
  background: #fff;
  padding-top: 50px;
  min-height: 300px;
  padding-left: 53px;
  padding-right: 30px;
}

.choice-content .detail-list:after {
  content: '';
  display: block;
  clear: both;
}

.choice-content .detail-list .no-length {
  text-align: center;
  color: #9FA5BB;
}


.choice-content .detail-list .detail-item {
  float: left;
  width: 210px;
  box-sizing: border-box;
  font-size: 0;
  margin-right: 50px;
  /* margin-bottom: 30px; */
}

.choice-content .detail-list .detail-item:nth-child(4n) {
  
margin-right: 0;
}

.choice-content .detail-list .detail-item .img-wrap {
  float: left;
  position: relative;
  width: 100%;
  height: 507px;
}

.choice-content .detail-list .detail-item .img-inner {
  width: 99%;
  padding-top: 195.312%;
  background-size: 100% 100%;
  overflow: hidden;
  border: 1px solid #D5D5DE;
  border-radius: 30px;
}

.choice-content .detail-list .detail-item .img-scroll {
  width: 100%;
  overflow: scroll;
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 93px;
  border-radius: 30px;
  text-align: center;
}

.choice-content .detail-list .detail-item .img-scroll::-webkit-scrollbar {
  width: 0;
}

.choice-content .detail-list .detail-item .img-scroll::-webkit-scrollbar-track {
  background: unset;
}

.choice-content .detail-list .detail-item .img-scroll img {
  margin: 0 auto;
  width: 88%;
  border-radius: 20px;
}

.choice-content .img-inner:hover .use-mask {
  display: block !important;
}

.choice-content .detail-list .detail-item .use-mask {
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 90%;
  left: 10px;
  top: 0;
  bottom: 0;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  display: none;
}

.choice-content .detail-list .use-mask img {
  border-radius: 6px !important;
  width: 128px !important;
  height: 128px;
  margin-top: 80px !important;
  padding: 10px;
  background: #fff;
}

.choice-content .detail-list .use-mask .btn-use {
  width: 124px;
  height: 34px;
  line-height: 34px;
  background-color: #3091F2;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 60px;
}

.choice-content .detail-list .use-mask p {  
  padding-top: 10px;
}

.choice-content .detail-list .use-mask .btn-use:hover {
  opacity:0.8;
}

.choice-content .detail-list .detail-item .intro-wrap {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.choice-content .detail-list .detail-item .intro-label {
  display: inline-block;
  width: 51px;
  margin-left: 10px;
  text-align: left;
  font-size: 12px;
  color: #59607B;
  white-space: nowrap;
}

.choice-content .detail-list .detail-item .intro-info {
  width: 208px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #303445;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
}

.choice-content .detail-list .detail-item .intro-content {
  border: 1px solid rgba(213,213,222,1);
  border-radius: 4px;
  padding: 0 3px;
  font-size: 12px;
  color: #59607B;
}

.choice-content .detail-list .btn-list {
  padding-top: 16px;
  padding-left: 12px;
}

.choice-content .detail-list .btn-list > div {
  width: 82px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}

.choice-content .detail-list .btn-list .btn-preview {  
  border: 1px solid rgba(48,145,242,1);  
  color: rgba(48,145,242,1);
  position: relative;
}

.choice-content .detail-list .btn-list .btn-preview:hover .code-wrap{
  /* opacity:0.8; */
  display: block;
}

.choice-content .detail-list .btn-list .btn-preview:focus {
  outline: 0;
}

.choice-content .detail-list .btn-list .code-wrap {
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  background:rgba(255,255,255,1);
  box-shadow:0px 8px 13px 1px rgba(48,52,69,0.08);
  border-radius:10px;
  position: absolute;
  top: -155px;
  left: -35px;
  display: none;
}

.choice-content .detail-list .btn-list .code-wrap:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #fff;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
}

.choice-content .detail-list .btn-list .code-wrap img {
  width: 123px;
  height: 123px;
  margin-top: 8px;
}
