:root{
  --size8:2.13vw;
  --size9:2.4vw;
  --size10:2.66vw;
  --size11:2.93vw;
  --size12:3.2vw;
  --size13:3.46vw;
  --size14:3.73vw;
  --size15:4vw;
  --size16:4.26vw;
  --size17:4.53vw;
  --size18:4.8vw;
  --size19:5.06vw;
  --size20:5.33vw;
  --size21:5.66vw;
  --size22:5.86vw;
  --size23:6.13vw;
  --size24:6.4vw;
  --size25:6.66vw;
  --size26:6.93vw;
  --size27:7.2vw;
  --size28:7.46vw;
  --size29:7.73vw;
  --size30:8vw;
  --size31:8.26vw;
  --size32:8.53vw;
  --size33:8.8vw;
  --size34:9.06vw;
  --size35:9.3vw;
  --size36:9.6vw;
  --size37:9.86vw;
  --size38:10.13vw;
  --size39:10.4vw;
  --size40:10.6vw;
  --size41:10.93vw;
  --size42:11.2vw;
  --size43:11.47vw;
  --size44:11.73vw;
  --size45:12vw;
  --size46:12.27vw;
  --size47:12.53vw;
  --size48:12.8vw;
  --size49:13.07vw;
  --size50:13.33vw;
  --size51:13.6vw;
  --size52:13.87vw;
  --size53:14.13vw;
  --size54:14.4vw;
  --size55:14.67vw;
  --size56:14.93vw;
  --size57:15.2vw;
  --size58:15.47vw;
  --size59:15.73vw;
  --size60:16vw;
  --size61:16.27vw;
  --size62:16.53vw;
  --size63:16.8vw;
  --size64:17.07vw;
  --size65:17.33vw;
  --size66:17.6vw;
  --size67:17.87vw;
  --size68:18.13vw;
  --size69:18.4vw;
  --size70:18.67vw;
  --size71:18.93vw;
  --size72:19.2vw;
  --size73:19.47vw;
  --size74:19.73vw;
  --size75:20vw;
  --size76:20.27vw;
  --size77:20.53vw;
  --size78:20.8vw;
  --size79:21.07vw;
  --size80:21.33vw;
  --size81:21.6vw;
  --size82:21.87vw;
  --size83:22.13vw;
  --size84:22.4vw;
  --size85:22.67vw;
  --size86:22.93vw;
  --size87:23.2vw;
  --size88:23.47vw;
  --size89:23.73vw;
  --size90:24vw;
  --size91:24.27vw;
  --size92:24.53vw;
  --size93:24.8vw;
  --size94:25.07vw;
  --size95:25.33vw;
  --size96:25.6vw;
  --size97:25.87vw;
  --size98:26.13vw;
  --size99:26.4vw;
  --size100:26.67vw;
  --size110:29.33vw;
  --size120:32vw;
  --size130:34.67vw;
  --size140:37.33vw;
  --size150:40vw;
  --size160:42.67vw;
  --size170:45.33vw;
  --size180:48vw;
  --size190:50.67vw;
  --size200:53.33vw;
  --size210:56vw;
  --size220:58.67vw;
  --size230:61.33vw;
  --size240:64vw;
  --size250:66.67vw;
  --size260:69.33vw;
  --size270:72vw;
  --size280:74.67vw;
  --size290:77.33vw;
  --size300:80vw;
  --size310:82.67vw;
  --size320:85.33vw;
  --size330:88vw;
  --size340:90.67vw;
  --size350:93.33vw;
  --size360:96vw;
  --size370:98.67vw;
}
@media screen  and (min-device-width:320px) and (max-device-width:719px)
{
  *{margin:0;padding:0;font-family: 'Roboto', sans-serif;box-sizing: border-box;}
  img{border:none;}
  .top_header{
      width: 100%;
      height: 16.53vw;
      padding: var(--size19) var(--size16);
      color: #000;
      background-color: #FF75A8;
      box-sizing: border-box;
  }
  .top_header span{
    display: inline-block;
    color: black;
    font-size: var(--size14);
    height: var(--size24);
    line-height: var(--size24);
    float: left;
  }
  .top_header .header-title{
    color: white;
  }
  .top_header .header-geli{
    width: 1px;
    height: var(--size24);
    margin: 0 var(--size15);
    background-color: white;
  }
  .top_header .header-blog{
    color: white;
    border-radius: 4px;
    padding: 0px 2px;
    margin-left: 6px;
  }
  .top_header .header-mob{
      font-size: var(--size12);
  }
  .top_header .header-to{
      text-decoration: none;
      background-color: #262626;
      color: white;
      border-radius: 4px;
      position: absolute;
      display: block;
      right: var(--size16);
      top: var(--size16);
      height: var(--size30);
      width: var(--size48);
      line-height: var(--size30);
      text-align: center;
      font-size: var(--size12);
    }
  .blog-view{
    width: 100vw;
    margin: var(--size24) auto 20.9vw;
    height: auto;
    overflow: hidden;
  }
  .search-box{
      position: relative;
    width: 91.7vw;
    margin: 0 auto;
  }
  .search-box img{
    position: absolute;
    display: block;
    right: 10px;
    top: 12px;
    width: 16px;
    cursor: pointer;
  }
  .search-box .search-delete {
    display: none;
    right: 30px;
    width: 16px;
    top: 12px;
  }
  .search-box input{
    width: 91.47vw;
    background-color: #262626;
    height: var(--size40);
    padding: var(--size16);
    font-size: 14px;
    border: none;
    color: white;
    outline: none;
  }
  .search-box input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
    -moz-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
    -moz-box-shadow: 0 0 0 1000px #2a2a2a inset !important;
    color: white;
  }
  .search-tags{
    height: var(--size39);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: var(--size12);
    flex-wrap: wrap;
    overflow: hidden;
    margin: 32px 0 var(--size24);
    position: relative;
    transition: height 0.3s ease-in-out;
    padding-left: var(--size16);
  }
  .search-tags.web{
    display: none;
  }
  .search-tags.mobile{
    display: block;
    overflow-x: scroll;
  }
  .search-tags-linebox{
      display: -webkit-inline-box;
  }
  .search-tags .tag-down{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
  }

  .search-tags.active{
    height: auto;
    flex-wrap: wrap;
  }
  .search-tags.active .tag-down{
    transform: rotate(180deg);
  }
  .search-tags .tag-item{
    width: auto;
    height: auto;
    font-size: var(--size12);
    line-height: 150%;
    color: white;
    border: solid 1px #262626;
    padding: 8px 16px;
    cursor: pointer;
    margin-right: var(--size10);
    display: inline-block;
    float: left;
  }
  .search-tags .tag-item.active{
    background-color: #FF75A8;
  }
  .search-tags .tag-item:hover{
    border: solid 1px #FF75A8;
  }
  .blog-view-box{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 24px;
    color: white;
    font-size: var(--size14);
  }
  .blog-view-box .blog-view-item{
    width: 91.5vw;
    height: auto;
    padding-bottom: var(--size32);
    color: #8C8C8C;
    margin-left: var(--size10);
    border-bottom: solid 1px #262626;
  }
  .blog-view-item a{
    display: inline-block;
    float: left;
    width: 42.7vw;
  }
  .pv-more{
    display: inline-block;
    float: left;
    width: 42.7vw;
    color:white;
    height: var(--size18);
    line-height: 150%;
    text-align: left;
    font-size: var(--size12);
    margin: 0 0 var(--size8) var(--size16);
  }
  a.pv-more img{
    width: var(--size12);
    height: var(--size12);
    margin-left: 4px;
  }
  .blog-view-item .pv-title a{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .blog-view-item a img{width: 100%;}
  .blog-view-item .pv-time{
      margin: 0 0 var(--size8) var(--size16);
      float: left;
      width: 44.5vw
  }
  .blog-view-item .pv-title{
    font-size: var(--size14);
    line-height: 150%;
    margin-bottom: var(--size8);
    width: 44.5vw;
    float: left;
    height: var(--size42);
    overflow: hidden;
    margin-left: var(--size16);
    overflow: hidden;
  }
  .pv-title a:link{
    text-decoration: none;
    color: white;
  }
  .pv-title a:visited{
    text-decoration: none;
    color: white;
  }
  .pv-title a:hover{
    text-decoration: none;
    color: #FF75A8;
  }
  .pv-title a:active{
    text-decoration: none;
    color: #FF75A8;
  }
  #pv-tags{
    width: 93.46vw;
    margin: var(--size32) 0 var(--size32) var(--size12);
  }
  .blog-view-item .pv-tags,.pv-tags{
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 12px;
      float: left;
      width: 100%;
  }
  .blog-view-item .pv-tags{
    margin-top: var(--size16);
  }
  .blog-view-item .pv-tags span,.pv-tags span{
    font-size: var(--size12);
    height: var(--size20);
    line-height: var(--size20);
    color: #FF75A8;
    background-color: #262626;
    padding: 0px 8px;
    border-radius: 4px;
  }
  .blog-view-item .pv-tags span:hover,.pv-tags span:hover{
    background-color: #000;
  }

  .no-result{
      width: 60.8vw;
      height: auto;
      text-align: left;
      font-size: var(--size12);
      line-height: 150%;
      margin: 64px 19.6vw 96px;
  }
  .no-result  img{
    width: 32vw;
    height: 32vw;
    display: block;
    margin: 0 auto;
  }
  
  .no-result .result-title{
    margin: 8px 0 12px;
    word-break: break-all;
  }
  .no-result .result-title span{
    color:#FF75A8;
  }
  .no-result .result-text{}
  .no-result ul li {
    margin-top: 8px;
    list-style-position: inside;
    text-indent: 10px;
  }
   .no-result ul li::marker{
    margin: 0;
    text-indent: -5px;
  }

  /* 分页样式 */
  .pagination-container {
    display: inline-block;
    background-color: #000;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
    float: right;
  }

  .pagination-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    align-items: center;
  }

  .page-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--size24);
    height: var(--size24);
    background-color: #000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: var(--size12);
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
  }

  .page-link:hover {
    background-color: #262626;
    border-color: #262626;
    text-decoration: none;
    color: #ffffff;
  }

  .page-item.active .page-link {
    background-color: #555;
    border-color: #777;
    font-weight: bold;
    cursor: default;
  }

  .page-item.active .page-link.current {
    background-color: #262626;
    border-color: #000;
  }

  .page-item.disabled .page-link {
    background-color: #000;
    color: #777;
    cursor: not-allowed;
    border-color: #000;
    opacity: 0.6;
  }

  .page-item.disabled .page-link:hover {
    background-color: #000;
    border-color: #000;
  }

  .ellipsis .page-link {
    background: transparent;
    border: none;
    color: #999;
    min-width: 20px;
    cursor: default;
  }

  .ellipsis .page-link:hover {
    background: transparent;
    border: none;
  }
  .blog_content{
    width: 93.46vw;
    margin: 24px auto 0;
  }
  .blog_content p,h1,ul,li  {
    width: 100%;
    line-height: 120%;
    word-break: break-word;
    list-style-position: inside;
    font-size: var(--size12);
  }
  .blog_content p {
    word-break: break-word;
  }
  .blog_content a{
    color: white;
    text-decoration: none;
  }
  .blog_content img{
      margin: 10px 0;
    width: 100%;
  }
  .blog_title{
    width: 93.46vw;
    margin: 32px auto 36px;
    font-size: 14px;
    text-align: left;
    color: #8C8C8C;
    display: none;
  }
  .blog_title strong{
    color:white;
  }
  .blog_title span{
    border-radius: 4px;
    padding:0  4px;
    color: black;
  }
  .blog-cont-time{
    color: #8C8C8C;
    font-size: var(--size14);
    margin: var(--size8) 0 var(--size8);;
  }
  .blog-cont-title{
    color: white;
    font-size: var(--size16);
    line-height: 120%;
    margin: 4px 0 var(--size8);
  }
  .blog-cont-summery{
    color: #D9D9D9;
    margin-bottom: var(--size32);
    font-size: 14px;
    line-height: 150%;
    font-size: var(--size12);
  }
  .blog-form{
  width: 94.3vw;
    margin: 32px auto 36px;
    font-size: 14px;
    text-align: left;
  }
  .blog-blog{
    padding: 2px;
  }
  .blog-back{
    font-size: var(--size14);
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 4px 8px;
    margin: var(--size24) 0;
    color: black;
    text-decoration: none;
    cursor: pointer;
    display: block;
    float: right;
  }
  .blog-back:hover{
    background-color: #FFC7D8;
  }
  .blog-form-title{
    font-size: 15px;
    line-height: 150%;
    font-weight: 500;
    margin: 12.8vw 0 var(--size32);
  }
  .blog-form input ,.blog-form textarea{
    padding-left: 5px
  }
  .blog-form .blog-form-input{
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-right: var(--size25);
    margin-bottom: var(--size32);
    font-size: var(--size14);
  }
  .blog-form .blog-form-area{
    width: 100%;
    height: 42.66vw;
    line-height: 14.93vw;
    margin-bottom: 32px;
  }
  .blog-form-submit{
    width: 53.33vw;
    height: var(--size51);
    font-size: var(--size18);
    display: block;
    border-radius: 4px;
    line-height: var(--size51);
    text-align: center;
    background-color: #FF9EBE;
    margin-top: 50px;
    margin: var(--size48) auto var(--size24);
  }

  .blog-form-submit.active{
    background-color: rgb(255 117 168);
    cursor: pointer;
  }
  .blog-save-tips{
    color:#B7EB8F;
    font-size: 12px;
    line-height: 150%;
    margin:  0 0 16px;
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .blog-save-tips::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background: url(/static/images/ps-tip.png) no-repeat;
  }
  .blog-comment-box{
    width: 94.3vw;
    height: auto;
    overflow: hidden;
  }
  .blog-comment-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom:solid 1px #262626;
    margin-top: 24px;
  }
  .blog-comment-info{
    font-weight: 400;
    font-size: var(--size12);
    line-height: 150%;
    margin-bottom: 16px;
    text-align: left;
  }
  .blog-comment-author{
    font-weight: 400;
    font-size: var(--size12);
    line-height: 150%;
    text-align: right;
}
  .blog-social{
    width: 93.46vw;
    margin: var(--size32) var(--size12) var(--size48) var(--size12);
    font-size: var(--size12);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--size12);
    flex-wrap: wrap;
    float: left;
  }
  .blog-social-item{
    display: inline-block;
    width: 40.26vw;
    float: left;
    text-decoration: none;
    color: white;
    font-size: var(--size14);
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .blog-social-item a img{
    display: block;
  }
   .blog-social-item a span{
    font-size: var(--size12);
    display: block;
    width: 100%;
    text-align: center;
  }
  .blog-line{
    width: 100%;
    height: 1px;
    margin: var(--size32) auto;
    background-color: #262626;
    overflow: hidden;
  }
  .blog-footer-box{
    background-color: #000;
  }
}

@media screen and (min-device-width:720px) and (max-device-width:1199px)
{
  *{margin:0;padding:0;font-family: 'Roboto', sans-serif;box-sizing: border-box;}
  img{border:none;}
  .top_header{
    width: 100%;
    height: 112px;
    padding: var(--size19) 3.32vw;
    color: #000;
    background-color: #FF75A8;
    box-sizing: border-box;
  }
  .top_header span{
    display: inline-block;
    color: black;
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    float: left;
  }
  .top_header .header-title{
    color: white;
  }
  .top_header .header-geli{
    width: 1px;
    height: 22px;
    margin: 4px 18px;
    background-color: white;
    border: none;
  }
  .top_header .header-blog{
    color: white;
    border-radius: 4px;
    padding: 0px 2px;
    margin-left: 6px;
  }
  .top_header .header-mob{
    font-size: 18px;
  }
  .top_header .header-to{
    text-decoration: none;
    background-color: #262626;
    color: white;
    border-radius: 4px;
    position: absolute;
    display: block;
    right: 24px;
    top: 39px;
    height: 34px;
    width: 68px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    }
  .blog-view{
    width: 100vw;
    margin: var(--size24) auto 20.9vw;
    height: auto;
    overflow: hidden;
  }
  .search-box{
      position: relative;
    width: 91.7vw;
    margin: 0 auto;
  }
  .search-box img{
    position: absolute;
    display: block;
    right: 10px;
    top: 12px;
    width: 16px;
    cursor: pointer;
  }
  .search-box .search-delete {
    display: none;
    right: 30px;
    width: 16px;
    top: 12px;
  }
  .search-box input{
    width: 91.47vw;
    background-color: #262626;
    height: 40px;
    padding: 9.5px 16px;
    font-size: 14px;
    border: none;
    color: white;
    outline: none;
  }
  .search-box input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
    -moz-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
    -moz-box-shadow: 0 0 0 1000px #2a2a2a inset !important;
    color: white;
  }
  .search-tags{
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: var(--size12);
    flex-wrap: wrap;
    overflow: hidden;
    margin: 22px 0 20px;
    position: relative;
    transition: height 0.3s ease-in-out;
    padding-left: var(--size16);
  }
  .search-tags.web{
    display: none;
  }
  .search-tags.mobile{
    display: block;
    overflow-x: scroll;
  }
  .search-tags-linebox{
      display: -webkit-inline-box;
  }
  .search-tags .tag-down{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
  }

  .search-tags.active{
    height: auto;
    flex-wrap: wrap;
  }
  .search-tags.active .tag-down{
    transform: rotate(180deg);
  }
  .search-tags .tag-item{
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 150%;
    color:white;
    margin-right: 16px;
    border: solid 1px #262626;
    padding:8px 16px;
    cursor: pointer;
  }
  .search-tags .tag-item.active{
    background-color: #FF75A8;
  }
  .search-tags .tag-item:hover{
    border: solid 1px #FF75A8;
  }
  .blog-view-box{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 24px;
    color: white;
    font-size: var(--size14);
  }
  .blog-view-box .blog-view-item{
    width: 91.5vw;
    height: auto;
    padding-bottom: var(--size32);
    color: #8C8C8C;
    margin-left: var(--size10);
    border-bottom: solid 1px #262626;
  }
  .blog-view-item a{
      display: inline-block;
      float: left;
      width: 40.7vw;
  }
  .pv-more{
    display: inline-block;
    float: left;
    width: 42.7vw;
    color: white;
    height: var(--size18);
    line-height: 150%;
    text-align: left;
    font-size: var(--size8);
    margin: 0 0 var(--size8) var(--size16);
  }
  a.pv-more img{
    width: var(--size12);
    height: var(--size12);
    margin-left: 4px;
  }
  .blog-view-item .pv-title a{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .blog-view-item a img{width: 100%;}
  .blog-view-item .pv-time{
      margin: 0 0 var(--size8) var(--size16);
      float: left;
      width: 44.5vw;
  }
  .blog-view-item .pv-title{
    font-size: var(--size8);
    line-height: 150%;
    margin-bottom: var(--size8);
    width: 44.5vw;
    float: left;
    height: var(--size22);
    overflow: hidden;
    margin-left: var(--size16);
    overflow: hidden;
  }
  .pv-title a:link{
    text-decoration: none;
    color: white;
  }
  .pv-title a:visited{
    text-decoration: none;
    color: white;
  }
  .pv-title a:hover{
    text-decoration: none;
    color: #FF75A8;
  }
  .pv-title a:active{
    text-decoration: none;
    color: #FF75A8;
  }
  #pv-tags{
    width: 93.46vw;
    margin: 48px 24px;
  }
  .blog-view-item .pv-tags,.pv-tags{
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 12px;
      float: left;
      width: 100%;
  }
  .blog-view-item .pv-tags{
    margin-top: var(--size16);
  }
  .blog-view-item .pv-tags span,.pv-tags span{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #FF75A8;
    background-color: #262626;
    padding: 0px 8px;
    border-radius: 4px
  }
  .blog-view-item .pv-tags span:hover,.pv-tags span:hover{
    background-color: #000;
  }

  .no-result{
      width: 60.8vw;
      height: auto;
      text-align: left;
      font-size: var(--size12);
      line-height: 150%;
      margin: 64px 19.6vw 96px;
  }
  .no-result  img{
    width: 32vw;
    height: 32vw;
    display: block;
    margin: 0 auto;
  }
  
  .no-result .result-title{
    margin: 8px 0 12px;
    word-break: break-all;
  }
  .no-result .result-title span{
    color:#FF75A8;
  }
  .no-result .result-text{}
  .no-result ul li {
    margin-top: 8px;
    list-style-position: inside;
    text-indent: 10px;
  }
   .no-result ul li::marker{
    margin: 0;
    text-indent: -5px;
  }

  /* 分页样式 */
  .pagination-container {
    display: inline-block;
    background-color: #000;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
    float: right;
  }

  .pagination-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    align-items: center;
  }

  .page-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    background-color: #000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer
  }

  .page-link:hover {
    background-color: #262626;
    border-color: #262626;
    text-decoration: none;
    color: #ffffff;
  }

  .page-item.active .page-link {
    background-color: #555;
    border-color: #777;
    font-weight: bold;
    cursor: default;
  }

  .page-item.active .page-link.current {
    background-color: #262626;
    border-color: #000;
  }

  .page-item.disabled .page-link {
    background-color: #000;
    color: #777;
    cursor: not-allowed;
    border-color: #000;
    opacity: 0.6;
  }

  .page-item.disabled .page-link:hover {
    background-color: #000;
    border-color: #000;
  }

  .ellipsis .page-link {
    background: transparent;
    border: none;
    color: #999;
    min-width: 20px;
    cursor: default;
  }

  .ellipsis .page-link:hover {
    background: transparent;
    border: none;
  }
  .blog_content{
    width: 93.46vw;
    margin: 24px auto 0;
  }
  .blog_content p,h1,ul,li  {
    width: 100%;
    word-break: break-word;
    list-style-position: inside;
    font-size: 14px;
  }
  .blog_content p {
    word-break: break-word;
  }
  .blog_content a{
    color: white;
    text-decoration: none;
  }
  .blog_content img{
      margin: 10px 0;
    width: 100%;
  }
  .blog_title{
    width: 93.46vw;
    margin: 32px auto 36px;
    font-size: 14px;
    text-align: left;
    color: #8C8C8C;
    display: none;
  }
  .blog_title strong{
    color:white;
  }
  .blog_title span{
    border-radius: 4px;
    padding:0  4px;
    color: black;
  }
  .blog-cont-time{
    color: #8C8C8C;
    font-size: var(--size14);
    margin: var(--size8) 0 var(--size8);;
  }
  .blog-cont-title{
    color: white;
    font-size: var(--size16);
    line-height: 120%;
    margin: 4px 0 var(--size8);
  }
  .blog-cont-summery{
    color: #D9D9D9;
    margin-bottom: var(--size32);
    font-size: 14px;
    line-height: 150%;
    font-size: var(--size12);
  }
  .blog-form{
    width: 94.3vw;
    margin: 0px auto 36px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 100px;
  }
  .blog-blog{
    background-color: #f5f5f5;
  }
  .blog-back{
    font-size: 20px;
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 4px 8px;
    margin: 24px 0;
    color: black;
    text-decoration: none;
    cursor: pointer;
    display: block;
    float: right;
  }
  .blog-back:hover{
    background-color: #FFC7D8;
  }
  .blog-form-title{
    font-size: 15px;
    line-height: 150%;
    font-weight: 500;
    margin: 48px 0 32px;
  }
  .blog-form input ,.blog-form textarea{
    padding-left: 5px
  }
  .blog-form .blog-form-input{
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-right: var(--size25);
    margin-bottom: var(--size32);
  }
  .blog-form .blog-form-area{
    width: 100%;
    height: 160px;
    line-height: 56px;
    margin-bottom: 32px;
  }
  .blog-form-submit{
    width: 300px;
    height: 51px;
    font-size: 16px;
    display: block;
    border-radius: 8px;
    line-height: 51px;
    text-align: center;
    background-color: #FF9EBE;
    margin: 30px auto;
  }
.blog-form-content{
  margin-bottom: 100px;
}
  .blog-form-submit.active{
    background-color: rgb(255 117 168);
    cursor: pointer;
  }
  .blog-save-tips{
    color:#B7EB8F;
    font-size: 12px;
    line-height: 150%;
    margin:  0 0 16px;
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .blog-save-tips::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background: url(/static/images/ps-tip.png) no-repeat;
  }
  .blog-comment-box{
    width: 94.3vw;
    height: auto;
    overflow: hidden;
  }
  .blog-comment-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom:solid 1px #262626;
    margin-top: 24px;
  }
  .blog-comment-info{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom:16px;
    text-align: left;
  }
  .blog-comment-author{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
  }
  .blog-social{
    width: 93.46vw;
    margin: 32px auto 36px;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--size12);
    flex-wrap: wrap;
  }
  .blog-social-item{
    display: inline-block;
    width: 28.26vw;
    float: left;
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .blog-social-item a img{
    display: block;
  }
   .blog-social-item a span{
    font-size: var(--size12);
    display: block;
    width: 100%;
    text-align: center;
  }
  .blog-line{
    width: calc(100% - 48px);
    height: 1px;
    margin: 48px auto;
    background-color: #262626;
    overflow: hidden;
  }
  .blog-footer-box{
    background-color: #000;
    padding-top: 48px;
  }
}

@media screen and (min-device-width:1200px)
{
  *{margin:0;padding:0;font-family: 'Roboto', sans-serif;box-sizing: border-box;}
  img{border:none;}
  .top_header{
    width: 100%;
    height: 112px;
    padding: 32px 64px;
    color: #000;
    background-color: #FF75A8;
    box-sizing: border-box;
  }
  .top_header span{
    display: inline-block;
    color: white;
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    float: left;
  }
  .top_header .header-title{
    color: white;
  }
  .top_header .header-geli{
    width: 1px;
    height: 24px;
    margin: 12px 24px;
    background-color: white;
  }
  .top_header .header-mob{
    font-size: 16px;
  }
  .top_header .header-blog{
    border-radius: 4px;
    padding: 0px 2px;
    margin-left: 6px;
  }
  .top_header .header-mob{
    color:black;
  }
  .top_header .header-to{
        text-decoration: none;
      background-color: #262626;
      color: white;
      border-radius: 4px;
      position: absolute;
      display: block;
      right: 64px;
      top: 41px;
      height: 30px;
      width: 48px;
      line-height: 30px;
      text-align: center;
      font-size: 12px;
    }
  .blog-view{
    width:1200px;
    margin:64px auto 96px;
    height: auto;
    overflow: hidden;
  }
  .search-box{
    position: relative;
  }
  .search-box img{
    position: absolute;
    display: block;
    right: 10px;
    top: 12px;
    width: 16px;
    cursor: pointer;
  }
  .search-box .search-delete {
    display: none;
    right: 30px;
    width: 16px;
    top: 12px;
  }
  .search-box input{
    width: 100%;
    background-color: #262626;
    height: 40px;
    padding: 9.5px 16px;
    font-size: 14px;
    border: none;
    color: white;
    outline: none;
  }
  .search-box input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
    -moz-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
    -moz-box-shadow: 0 0 0 1000px #2a2a2a inset !important;
    color: white;
  }
  .search-tags{
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:32px;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 32px 0 64px;
    position: relative;
    transition: height 0.3s ease-in-out;
  }
  .search-tags.web{
    display: flex;
  }
  .search-tags.mobile{
    display: none;
  }
  .search-tags .tag-down{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
  }

  .search-tags.active{
    height: auto;
    flex-wrap: wrap;
  }
  .search-tags.active .tag-down{
    transform: rotate(180deg);
  }
  .search-tags .tag-item{
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 150%;
    color:white;
    border: solid 1px #262626;
    padding:8px 16px;
    cursor: pointer;
  }
  .search-tags .tag-item.active{
    background-color: #FF75A8;
  }
  .search-tags .tag-item:hover{
    border: solid 1px #FF75A8;
  }
  .blog-view-box{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 24px;
    color:white;
    font-size:14px;
  }
  .blog-view-box .blog-view-item{
    width: 384px;
    height: auto;
    margin-bottom: 48px;
  }
  .blog-view-item .pv-time{
    margin: 24px 0 16px;
  }
  .blog-view-item .pv-title{
    font-size: 24px;
      line-height: 120%;
      margin-bottom: 12px;
  }
  .pv-title a:link{
    text-decoration: none;
    color: white;
  }
  .pv-title a:visited{
    text-decoration: none;
    color: white;
  }
  .pv-title a:hover{
    text-decoration: none;
    color: #FF75A8;
  }
  .pv-title a:active{
    text-decoration: none;
    color: #FF75A8;
  }
  #pv-tags{
    width: 1200px;
    margin:48px auto;
  }
  .blog-view-item .pv-tags,.pv-tags{
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 12px;
  }
  .blog-view-item .pv-tags span,.pv-tags span{
    height: 30px;
    color: #FF75A8;
    background-color: #262626;
    line-height: 30px;
    padding: 0px 12px;
    border-radius: 4px;
  }
  .blog-view-item .pv-tags span:hover,.pv-tags span:hover{
    background-color: #000;
  }
  .blog-view-item a img{ width: 100%;}
  .no-result{
    width: 310px;
    height:266px;
    margin: 64px auto;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    margin: 64px  auto 96px;
  }
  .no-result  img{
    width: 150px;
    height:150px;
    display: block;
    margin: 0 auto;
  }
  
  .no-result .result-title{
    margin: 8px 0 12px;
    word-break: break-all;    
  }
  .no-result .result-title span{
    color:#FF75A8;
  }
  .no-result .result-text{}
  .no-result ul li {
    margin-top: 8px;
    list-style-position: inside;
    text-indent: 10px;
  }
   .no-result ul li::marker{
    margin: 0;
    text-indent: -5px;
  }

  /* 分页样式 */
  .pagination-container {
    display: inline-block;
    background-color: #000;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
    float: right;
  }

  .pagination-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    align-items: center;
  }

  .page-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    background-color: #000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
  }

  .page-link:hover {
    background-color: #262626;
    border-color: #262626;
    text-decoration: none;
    color: #ffffff;
  }

  .page-item.active .page-link {
    background-color: #555;
    border-color: #777;
    font-weight: bold;
    cursor: default;
  }

  .page-item.active .page-link.current {
    background-color: #262626;
    border-color: #000;
  }

  .page-item.disabled .page-link {
    background-color: #000;
    color: #777;
    cursor: not-allowed;
    border-color: #000;
    opacity: 0.6;
  }

  .page-item.disabled .page-link:hover {
    background-color: #000;
    border-color: #000;
  }

  .ellipsis .page-link {
    background: transparent;
    border: none;
    color: #999;
    min-width: 20px;
    cursor: default;
  }

  .ellipsis .page-link:hover {
    background: transparent;
    border: none;
  }
  .blog_content{
    width: 1200px;
    margin: 0 auto;
  }
  .blog_content p,h1,ul,li  {
    width: 100%;
    word-break: break-word;
    list-style-position: inside;
  }
  .blog_content p {
    word-break: break-word;
  }
  .blog_content a{
    color: white;
    text-decoration: none;
  }
  .blog_content img{
    margin:  10px 0;
  }
  .blog_title{
    width: 1200px;
    margin: 32px auto 36px;
    font-size: 14px;
    text-align: left;
    color: #8C8C8C;
  }
  .blog_title strong{
    color:white;
  }
  .blog_title span{
    border-radius: 4px;
    padding:0  4px;
    color: #8C8C8C;
  }
  .blog-cont-time{
    color: #8C8C8C;
    font-size: 14px;
    margin: 4px 0 16px;
  }
  .blog-cont-title{
        color: white;
    font-size: 24px;
    line-height: 120%;
    margin: 4px 0 16px;
  }
  .blog-cont-summery{
        color: #D9D9D9;
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 150%;
  }
  .blog-form{
    width: 750px;
    margin: 32px auto 36px;
    font-size: 14px;
    text-align: left;
  }
  .blog-blog{
  }
  .blog-back{
    font-size: 14px;
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 4px 8px;
    margin: 24px 0;
    color: black;
    text-decoration: none;
    cursor: pointer;
    width: 150px
  }
  .blog-back:hover{
    background-color: #FFC7D8;
  }
  .blog-form-title{
    font-size: 15px;
    line-height: 150%;
    font-weight: 500;
    margin: 48px 0 32px;
  }
  .blog-form input ,.blog-form textarea{
    padding-left: 5px
  }
  .blog-form .blog-form-input{
    width: 340px;
    height: 56px;
    line-height: 56px;
    margin-right: 25px;
    margin-bottom: 32px;
  }
  .blog-form .blog-form-area{
    width: 750px;
    height: 160px;
    line-height: 56px;
    margin-bottom: 32px;
  }
  .blog-form-submit{
    width: 300px;
    height: 51px;
    font-size: 18px;
    display: block;
    border-radius: 4px;
    line-height: 51px;
    text-align: center;
    background-color: #FF9EBE;
    margin-top: 50px;
    margin: 50px 0 0 225px;
  }

  .blog-form-submit.active{
    background-color: rgb(255 117 168);
    cursor: pointer;
  }
  .blog-save-tips{
    color:#B7EB8F;
    font-size: 12px;
    line-height: 150%;
    margin:  0 0 16px;
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .blog-save-tips::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background: url(/static/images/ps-tip.png) no-repeat;
  }
  .blog-comment-box{
    width: 750px;
    height: auto;
    overflow: hidden;
  }
  .blog-comment-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom:solid 1px #262626;
    margin-top: 24px;
  }
  .blog-comment-info{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom:16px;
    text-align: left;
  }
  .blog-comment-author{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
  }
  .blog-social{
    width: 1200px;
    margin: 32px auto 36px;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
  }
  .blog-social-item{
    display: inline-block;
    width: auto;
    float: left;
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .blog-line{
    width: 1200px;
    height: 1px;
    margin: 0 auto;
    background-color: #262626;
  }
  .blog-footer-box{
    background-color: #000;
    padding-top: 48px;
  }
  .pv-more{display: none;}
}
