.header {
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  padding: 11px 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
 .template-item-title{
   font-size:13px !important;
 }
.tuoImg {
  width: 182px !important;
  height: 75px !important;
  position: absolute;
  top: -4px !important;
  left: 0px !important;
  display: none;
}
.logo:hover .tuoImg {
  display: block;
}
.logo:hover .tuoImg-common {
  display: block;
}
.fixed-header-wrap {
  position: relative;
}
/********** 搜索框 20210701 start  **********/
.search-wrap-0701 {
  width: 560px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #0078f8;
  border-radius: 6px;
  /* margin: 0 auto; */
  position: relative;
}
.search-wrap-0701-box {
  flex: 1;
  display: flex;
  justify-content: center;
}

.search-wrap-0701 .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 下拉搜索 */
.search-wrap-0701 .search-box .search-selection {
  width: 100px;
  height: 44px;
}

.search-wrap-0701 .search-box .search-selection .show-text {
  width: 100px;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  color: #666;
  text-align: center;
  cursor: pointer;
}

.search-wrap-0701 .search-box .search-selection .show-text a {
  font-size: 13px;
  color: #666;
}

.search-wrap-0701 .search-box .search-selection .show-text i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('../imgs/home/home_bottom_icon.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
}

.search-wrap-0701 .search-box .search-selection:hover .show-text i {
  /* transform: rotate(180deg); */
}

.search-wrap-0701 .search-box .search-selection .hover-wrap {
  display: none;
  width: 100px;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 200;
  box-shadow: 0px 3px 6px rgba(16, 47, 80, 0.06);
}

.search-wrap-0701 .search-box .search-selection .hover-wrap ul {
  width: 100px;
  background-color: #fff;
  padding: 15px 0;
  margin-top: 2px;

  border-radius: 4px;
}

/* .search-wrap-0701 .search-box .search-selection:hover .hover-wrap{
  display: block;
} */
.search-wrap-0701 .search-box .search-selection .hover-wrap li {
  padding: 6px 0;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  text-align: center;
  cursor: pointer;
}

.search-wrap-0701 .search-box .search-selection .hover-wrap li:hover {
  background-color: #eff5fc;
  color: #0078f8;
}

/* 输入框 */
.search-wrap-0701 .search-box .search-inputwrap {
  flex: 1;
  height: 44px;
}

.search-wrap-0701 .search-box .search-inputwrap .search-input {
  width: 300px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-left: 2px solid #ebebeb;
  outline: none;
  color: #000;
  padding: 0 15px;
  margin-top: 7px;
}

/* 搜索按钮 */
.search-wrap-0701 .search-box .search-btnwrap {
  width: 100px;
  height: 44px;
  background: #0078f8;
}

.search-wrap-0701 .search-box .search-btnwrap .btn-search {
  width: 100px;
  display: block;
  height: 44px;
  line-height: 44px;
  background-color: #007bf8;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url('../imgs/home/home_search_icon.png') no-repeat;
  background-size: 20px 20px;
  background-position: 22px;
  text-indent: 32px;
  cursor: pointer;
  /* letter-spacing: 10px; */
}

.search-wrap-0701 .search-box .search-btnwrap .btn-search:hover {
  background-color: #3695f9;
}

.search-wrap-0701 .focus-wrap {
  display: none;
  width: 860px;
  /* height: 420px; */
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(16, 47, 80, 0.06);
  border-radius: 4px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  padding: 10px 0;
}

.search-wrap-0701 .focus-wrap .history-wrap {
  line-height: 40px;
  margin: 0 20px;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}

.search-wrap-0701 .focus-wrap .history-wrap .his-label {
  font-size: 12px;
  font-weight: 400;
  color: #969696;
  float: left;
}

.search-wrap-0701 .focus-wrap .history-wrap .his-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 750px;
  white-space: nowrap;
  overflow: hidden;
  height: 44px;
}

.search-wrap-0701 .focus-wrap .history-wrap .his-wrap .his-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.search-wrap-0701 .focus-wrap .history-wrap .his-delete-btn {
  border: none;
  background: transparent;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}

.search-wrap-0701 .focus-wrap .history-wrap .his-delete-btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.search-wrap-0701
  .focus-wrap
  .history-wrap
  .his-delete-btn
  img.delete-active-pic {
  display: none;
}

.search-wrap-0701
  .focus-wrap
  .history-wrap
  .his-delete-btn:hover
  .delete-default-pic {
  display: none;
}

.search-wrap-0701
  .focus-wrap
  .history-wrap
  .his-delete-btn:hover
  .delete-active-pic {
  display: block;
}

.search-wrap-0701 .focus-wrap .history-wrap .his-wrap li {
  margin-right: 20px;
  cursor: pointer;
}

.search-wrap-0701 .focus-wrap .history-wrap .his-wrap li:hover {
  color: #0078f8;
}

/* .search-wrap-0701 .focus-wrap .hotwords-wrap {} */

.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-label {
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
  padding: 0 20px;
}

.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap {
  min-height: 300px;
  overflow: hidden;
}

.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}

.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:hover {
  background-color: #eff5fc;
}

.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  color: #fff;
  background-color: #cad1d8;
  border-radius: 2px;
  text-align: center;
  text-indent: -1px;
}

.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:nth-child(1) span,
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:nth-child(2) span,
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:nth-child(3) span {
  background-color: #0078f8;
}

.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li a {
  margin-left: 10px;
}

.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:hover a {
  color: #0078f8;
}
.logo {
  position: relative;
}
.logo img {
  width: 36px;
  height: 36px;
}
.header-wrap h3 {
  font-size: 28px;
  line-height: 36px;
  color: #007bf8 !important;
  font-weight: bold;
  /* margin-left: 5px; */
  margin: 0 0 0 5px !important;
}
.detail-page {
  background: #f2f2f2;
  padding-top: 70px;
}

.detail_banner {
  display: none;
  text-align: center;
}

.detail_banner a {
  display: block;
}

/* ------- 当前位置 ------- */
.current-positon {
  /* height: 50px; */
  font-size: 13px;
  color: #999;
  padding:14px 0;
}
.current-positon .title {
  margin-right: 12px;
}
.current-positon a {
  font-size: 13px;
  color: #999;
}
.current-positon img {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.current-positon a:hover {
  color: #007bf8;
}

/* ------- 模版信息 ------- */
.template-info {
  justify-content: space-between;
  align-items: flex-start;
}

.template-info .template-name {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  justify-content: space-between;
}
.template-name .detail-keep {
  justify-content: center;
  width: 102px;
  height: 38px;
  color: #666;
  font-size: 14px;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}
.template-name .detail-keep img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.template-name .detail-keep span {
  width: 44px;
}
/* .template-name .detail-keep:hover{
  background: #3695f9;
  color: #fff;
} */
.video-box {
  margin-bottom: 20px;
  width: 100%;
  /* height: 500px; */
}
.template-info .template-pic-list li {
  font-size: 0;
}
.template-info .template-pic-list img {
  width: 100%;
  display: block;
}
.template-info .info-r {
  width: 360px;
}
.template-info .info-r-item {
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
}
.template-info .info-r-item.download-box {
  padding: 20px;
}
.template-info .download-btn {
  justify-content: center;
  border: none;
  background: #007bf8;
  border-radius: 4px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
.template-info .download-btn:hover {
  background: #3695f9;
}
.template-info .download-btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.template-info .detail-box {
  padding: 10px 20px;
}
.template-info .detail-box li {
  height: 40px;
  justify-content: space-between;
  font-size: 13px;
}
.template-info .guess-box {
  padding: 15px 20px 13px;
}
.template-info .guess-box h3 {
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 7px;
}
.template-info .guess-list {
  justify-content: space-between;
  flex-wrap: wrap;
}
.template-info .guess-list li {
  margin: 7px 0;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.template-info .guess-list li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  /* box-shadow: 0 5px 5px 0 rgba(0, 28, 57, .1); */
}
.template-info .guess-list li a {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.template-info .guess-list li a img {
  width: 152px;
  height: 217px;
  border-radius: 4px;
  display: block;
}
/* 新增文章 标签 */
.article-item {
  list-style: disc;
  margin-bottom: 10px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.article-title {
  font-size: 20px;
}
.number {
  width: 18px;
  height: 18px;
  border: 1px solid #b4b4b4;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.course-item-list li:hover .number {
  background-color: #007bf8;
  border: 1px solid #007bf8;
  color: #fff;
}
.course-item-list li:hover .desc {
  color: #007bf8;
}
.course-item-list li {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  cursor: pointer;
}
.desc {
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-item-list li a {
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.article-title {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 21px;
  margin-bottom: 26px;
}
.tag-list li a {
  display: block;
  padding: 8px 14px;
  margin-bottom: 14px;
  color: #333;
  cursor: pointer;
  border: 1px solid #9cb0bc;
  border-radius: 4px;
  margin-right: 13px;
  font-size: 14px;
}
.tag-list li a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #007bf8;
  /* padding:8px 14px; */
}
/* .newAdd_text{
   border-bottom: 1px solid #E6E6E6;
} */
.newAdd_text a {
  color: #007bf8;
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 400;
 
}
.hot_word,.hot_tag{
  display:flex;
  flex-wrap:wrap;
}
.hot_word_box{
   border-top: 1px solid #E6E6E6;
}
.hot_word_box h3{
  font-size: 16px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
color: #0B0B0B;
margin-top:22px;
}
.hot_tag_box h3{
  margin:10px 0 30px 0;
  font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 21px;
    margin-bottom: 26px;
  
}
.hot_tag li:hover{
  background-color:#0078f8;
}
.hot_tag li:hover a{
  color:#fff !important;
}
.hot_tag_box{
 background-color:#fff;
     padding: 10px 15px;
     margin-bottom:10px;
}
.info-l-box{
      background: #f2f2f2;
}
.info-line{
  width: 100%;
    height: 10px;
}
.hot_word li{
  border:1px solid #e6e6e6;
  padding:7px 10px;
  background: #F0F6FD;
border-radius: 4px 4px 4px 4px;
margin:16px 16px 0 0;
}
.hot_tag li{
  padding:6px 15px;
  font-size: 14px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #333333;
border-radius: 4px 4px 4px 4px;
border: 1px solid #E8E8E8;
margin-right:10px;
margin-bottom:10px;
}
.hot_word li:hover{
  color:#fff;
  background-color: #0078f8;
}
.hot_word li:hover a{
  color:#fff;
}
.name_content{
  width:470px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.title_desc {
  text-align: center;
  padding: 10px 0;
  width: 148px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-wrap-0701-box p{
  font-size: 18px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: 19px;
}
.w267 {
  width: 267px;
  display: flex;
  justify-content: flex-end;
}
.template-title-text {
  width: 210px;
  overflow: hidden;
  display: flex;
}
.template-title {
  text-align: center;
  line-height: 44px;
  font-size: 13px;
}
.download-btn {
  position: absolute;
  border: none;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  width: 131px;
  height: 50px;
  background: transparent;
  border-radius: 6px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: auto;
  background: #007bf8;
  display: none;
}
.collect-btn {
  position: absolute;
  border: none;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  width: 131px;
  height: 50px;
  background: transparent;
  border-radius: 6px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6px;
  border: 2px solid #ffffff;
  color: #fff;
  display: none;
}
.download-btn:hover {
  background: #3695f9;
}
.collect-btn:hover {
  background: #3695f9;
  border: none;
}
.details-guess-box-list li:hover .template-operate-wrap {
  display: block;
}
.details-guess-box-list li:hover .download-btn {
  display: block;
}
.details-guess-box-list li:hover .collect-btn {
  display: block;
}
.template-operate-wrap {
  position: absolute;
  width: 100%;
  background: rgba(37, 46, 63, 0.5);
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding-top: 143px;
  border-radius: 4px 4px 0px 0px;
  display: none;
}
.template-operate-wrap button {
  border: none;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  width: 131px;
  height: 50px;
  margin: 0 auto 16px;
  background: transparent;
  border-radius: 6px;
}
.template-operate-wrap button.download {
  background: #007bf8;
}
.template-operate-wrap button.keep {
  border-radius: 6px;
  border: 2px solid #ffffff;
  color: #fff;
}
.template-operate-wrap button img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-top: 2px;
}
.template-operate-wrap button:hover {
  background: #3695f9;
  border: none;
}
.down_icon_img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-top: -2px;
}
.collect-icon-img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-top: -2px;
}
.download_btn{
  justify-content: center;
    border: none;
    background: #007bf8;
    border-radius: 4px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    width: 100%;
}
.download_btn img{
  width: 20px;
    height: 20px;
    margin-right: 5px;
}
.collect_text{
  width:65px;
  display: inline-block;
}
.collect-btn img{
  width:20px;
  height: 20px;
  margin-left: 4px;
  margin-top: -2px;
}
.details-guess-box h3{
  font-size: 20px;
    font-family: PingFang SC;
    color: #333333;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 26px;
}
.template-item-title {
  cursor: pointer;
}
/* 982 */
@media screen and (max-width: 1300px) {
    /* 搜索 */
    .template-item-title{
     width: 210px;
    margin: 0 auto;
    display: flex;
    }
  .search-wrap-0702{
    width:416px !important;
  }
  .search-wrap-0702 .search-box .search-inputwrap .search-input{
    width:182px !important;
  }
  .fixed-header-search{
    margin-left:45px;
  }
  .w{
    width:190px !important;
  }
  .download-btn {
    top: 116px;
  }
  .collect-btn {
    top: 182px;
  }
  .template-operate-wrap {
    padding-top: 104px;
    height: 322px;
  }
  .details-guess-box{
    width:1322px;
    margin-top: 20px;
  }
  .details-guess-box h3{
    margin-bottom:20px;
  }
  .details-guess-box-list{
    display:flex;
    flex-wrap:wrap;
  }
  .details-guess-box-list li:nth-child(5n){
  margin-right: 0;
}
  .details-guess-box-list li{
    position: relative;
    margin-right:18px;
    margin-bottom: 20px;
  }
  .details-guess-box-list li a{
    display:block;
    width:230px;
   
  }
  .template-title-box {
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.template-title {
  text-align: center;
  line-height: 44px;
  font-size: 13px !important;
}
  .template-pic-box {
  position: relative;
  width: 100%;
   height:322px;
}
  .template-pic {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0px 0px;
  display: block;
}
  .header-type{
    margin-left:45px !important;
  }
  .isHome{
      margin-right:35px !important;
  }
  .template-info .info-l {
    width: 664px;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
  }
  .header-wrap {
    width: 982px;
    margin: 0 auto;
  }
  .header-btn {
    width: 164px !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 16px !important;
  }

  .search-wrap-0701 {
    width: 400px !important;
  }
  .search-wrap-0701 .search-box .search-inputwrap .search-input {
    width: 166px !important;
  }

  .desc {
    width: 240px !important;
  }
  .title_desc {
    width: 117px;
  }
  .detail-box {
    padding: 10px 15px !important;
  }
  .guess-box {
    padding: 10px 15px !important;
  }
  .template-info .guess-list li a img {
    width: 130px;
    height: 184px;
  }
  .newAdd_text {
    background-color: #fff;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    padding: 20px 0;
  }
  .info-r {
    width: 300px !important;
  }
  .detail_banner img {
    vertical-align: top;
    width: 982px;
    height: 52px;
  }
}
.details-guess-box-list li{
      border: 1px solid #f0f0f0;
}
/* 1198*/
@media screen and (min-width: 1300px) and (max-width: 1590px) {
   /* 搜索 */
  .search-wrap-0702{
    width:506px !important;
  }
  .search-wrap-0702 .search-box .search-inputwrap .search-input{
    width:272px !important;
  }
  .fixed-header-search{
    margin-left:77px;
  }
  .header-type{
    margin-left:60px;
  }
  .w{
    width: 239px;
  }
    .details-guess-box-list li:nth-child(5n) {
    display:none;
  }
     .download-btn {
    top: 116px;
  }
  .collect-btn {
    top: 182px;
  }
  .template-operate-wrap {
    padding-top: 144px;
    height: 398px;
  }
  .details-guess-box{
    width:1322px;
    margin-top: 40px;
  }
  .details-guess-box h3{
    margin-bottom:30px;
  }
  .details-guess-box-list{
    display:flex;
    flex-wrap:wrap;
  }
  .details-guess-box-list li{
    position: relative;
    margin-right:18px;
    margin-bottom: 20px;
  }
  .details-guess-box-list li a{
    display:block;
    width:284px;
    
  }
  .template-title-box {
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.template-title {
  text-align: center;
  line-height: 44px;
  font-size: 13px !important;
}
  .template-pic-box {
  position: relative;
  width: 100%;
height:398px;
}
  .template-pic {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0px 0px;
  display: block;
}
  .header-wrap {
    width: 1198px;
    margin: 0 auto;
  }
  .search-wrap-0701 {
    width: 500px !important;
  }
  .search-wrap-0701 .search-box .search-inputwrap .search-input {
    width: 270px !important;
  }

  .header-btn {
    width: 164px !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 16px !important;
  }
  .template-info .info-l {
    width: 820px;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
  }
  .newAdd_text {
    background-color: #fff;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    padding: 20px 0;
  }
  .detail_banner img {
    vertical-align: top;
    width: 1198px;
    height: 64px;
  }
}
/* 1322*/
@media screen and (min-width: 1590px) {
  .template-item-title{
    width:226px;
    margin: 0 auto;
    display: flex;
  }

  /* 搜索 */
   .search-wrap-0702{
    width:556px !important;
  }
  .search-wrap-0702 .search-box .search-inputwrap .search-input{
    width:322px !important;
  }
  .fixed-header-search{
    margin-left:107px;
  }
  .header-type{
    margin-left:60px;
  }
  .w{
    width: 239px;
  }
  
  .content {
    width: 1322px !important;
  }
    .download-btn {
    top: 116px;
  }
  .collect-btn {
    top: 182px;
  }
  .template-operate-wrap {
    padding-top: 118px;
    height: 347px;
  }
  .details-guess-box{
    width:1322px;
    margin-top: 40px;
  }
  .details-guess-box h3{
    margin-bottom:30px;
  }
  .details-guess-box-list{
    display:flex;
    flex-wrap:wrap;
  }
  .details-guess-box-list li{
    position: relative;
    margin-right:18px;
    margin-bottom: 20px;
  }
  .details-guess-box-list li a{
    display:block;
    width:247px;
    
  }
  .template-title-box {
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.template-title {
  text-align: center;
  line-height: 44px;
  font-size: 13px !important;
}
  .template-pic-box {
  position: relative;
  width: 100%;
 height:347px;
}
  .template-pic {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0px 0px;
  display: block;
}
.details-guess-box-list li:nth-child(5n){
  margin-right: 0;
}
  .search-wrap-0701 {
    width: 600px !important;
  }
  .search-wrap-0701 .search-box .search-inputwrap .search-input {
    width: 370px !important;
  }
  .fixed-header-wrap {
    width: 1322px !important;
  }
  .header-wrap {
    width: 1322px !important;
    margin: 0 auto;
    justify-content: space-between;
  }
  .header-btn {
    width: 200px !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 16px !important;
  }
  .footer-content {
    width: 1322px !important;
  }
  .template-info .info-l {
    width: 944px;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
  }
  .newAdd_text {
    background-color: #fff;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    padding: 20px 0;
  }
  .detail_banner img {
    vertical-align: top;
    width: 1322px;
    height: 70px;
  }
}
@media screen and (min-width: 1720px) {
  .activity-closed {
    width: 1322px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -661px;
  }
    .search-wrap-0702{
    width:556px !important;
  }
  .search-wrap-0702 .search-box .search-inputwrap .search-input{
    width:325px !important;
  }
  .fixed-header-search{
    margin-left:107px;
  }
    .header-type{
    margin-left:60px !important;
  }
  .isHome{
      margin-right:50px !important;
  }
}
.detail_banner img {
  border-radius: 4px;
}
