: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: #fff;
      color: #F96185;
      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);
    }
  .top_header .header-to:hover{
    background-color: #ad3257;
  }     
  .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 .search-icon{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 36px;
    cursor: pointer;
    background-color: #f96185;
    height: 100%;
    border-radius: 0 4px 4px 0;
  }
  .search-box .search-icon img{
      margin: 9px 0 0 10px
  }
  .search-box .search-delete {
    display: none;
    right: 39px;
    width: 16px;
    top: 8px;
    position: absolute;
  }
  .search-box input{
    width: 91.47vw;
    background-color: #fff;
    border: solid 1px #F96185;
    height: var(--size40);
    padding: var(--size16);
    font-size: 14px;
    color: black;
    outline: none;
    border-radius: 4px;
  }
  .search-box input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
    -moz-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
    -moz-box-shadow: 0 0 0 1000px #2a2a2a inset !important;
    color: black;
  }
  .search-tags{
    height: var(--size39);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: var(--size12);
    flex-wrap: wrap;
    overflow: hidden;
    margin: var(--size24) 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:black;
    border: solid 1px #E5E5E5;
    padding: 8px 16px;
    cursor: pointer;
    margin-right: var(--size10);
    display: inline-block;
    float: left;
    border-radius: 4px;
  }
  .search-tags .tag-item.active,.search-tags .tag-item.active:hover{
    background-color: #F96185;
    color: white;
  }
  .search-tags .tag-item:hover{
    border: solid 1px #E5E5E5;
    background-color: #FFF0F1;
    color:black;
  }
  .blog-view-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    color: black;
    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 #F0F0F0;
  }
  .blog-view-item a{
    display: inline-block;
    float: left;
  }
  .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: var(--size8) 0 var(--size8) 0;
      float: left;
      color: #8C8C8C;
  }
  .blog-view-item .pv-title{
    font-size: var(--size16);
    line-height: 150%;
    margin-bottom: var(--size8);
    float: left;
    height: var(--size42);
    overflow: hidden;
    word-wrap: break-word;
  }
  .pv-title a:link{
    text-decoration: none;
    color: black;
  }
  .pv-title a:visited{
    text-decoration: none;
    color: black;
  }
  .pv-title a:hover{
    text-decoration: none;
    color: #F96185;
  }
  .pv-title a:active{
    text-decoration: none;
    color: #F96185;
  }
  .pv-summary a{
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: var(--size12);
    line-height: 150%;
    margin-bottom: var(--size8);
    float: left;
    height: var(--size55);
    color: #333;
  }

  .pv-summary a:link{
    text-decoration: none;
    color: #333;
  }
  .pv-summary a:visited{
    text-decoration: none;
    color: #333;
  }
  .pv-summary a:hover{
    text-decoration: none;
    color: #333;
  }
  .pv-summary a:active{
    text-decoration: none;
    color: #333;
  }
  #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(--size8);
  }
  .blog-view-item .pv-tags span,.pv-tags span{
    font-size: var(--size12);
    height: var(--size28);
    line-height: var(--size28);
    color: #000;
    background-color: #FFF0F1;
    padding: 0px 8px;
    border-radius: 4px;
  }
  .blog-view-item .pv-tags span:hover,.pv-tags span:hover{
    background-color: #FFB5C1;
  }

  .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: auto;
    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: #ffffff;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    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: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: var(--size12);
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
  }

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

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

  .page-item.active .page-link.current {
    background-color: #f96185;
    border-color: #f96185;
    color: white;
  }

  .page-item.disabled .page-link {
    background-color: #fff;
    color: #7F7F7F;
    cursor: not-allowed;
    border-color: #fff;
    opacity: 0.6;
  }

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

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

  .ellipsis .page-link:hover {
    background: transparent;
    border: none;
  }
  .blog-author{
    width: 93.46vw;
    color: black;
    font-size: var(--size14);
    margin: 32px auto;
  }
  .blog_content{
    width: 93.46vw;
    margin: 24px auto 0;
    color:black;
  }
  .blog-main-img{
    min-height: 21vw;
  }
  .blog_content p,h1,ul,li  {
    width: 100%;
    line-height: 120%;
    word-break: break-word;
    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;
  }
  .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;
  }
  p.blog-cont-time{
    color: #8C8C8C;
    font-size: var(--size14);
    margin: var(--size8) 0 var(--size8);;
  }
  p.blog-cont-title{
    color: black;
    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: left;
  }
  .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);
    border: solid 1px #B2B2B2;
    border-radius: 16px;
  }
  .blog-form .blog-form-area{
    width: 100%;
    height: 42.66vw;
    line-height: 14.93vw;
    margin-bottom: 32px;
    border: solid 1px #B2B2B2;
    border-radius: 16px;
  }
  .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: #10101014;
    color: #fff;
    margin-top: 50px;
    margin: var(--size48) auto var(--size24);
  }

  .blog-form-submit.active{
    background-color: #f96185;
    cursor: pointer;
  }
  .blog-form-submit.active:hover{
    background-color: #D4486D;
  }
  .blog-save-tips{
    color:#00D06D;
    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 #E5E5E5;
    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: center;
    gap: var(--size12);
    flex-wrap: wrap;
    float: left;
  }
  .blog-social-item{
    display: inline-block;
    width: 45vw;
    float: left;
    text-decoration: none;
    color: black;
    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: #E5E5E5;
    overflow: hidden;
  }
  .blog-footer-box{
    background-color: #fff;
    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: #fff;
    color: #F96185;
    border-radius: 4px;
    position: absolute;
    display: block;
    right: 24px;
    top: 39px;
    height: 34px;
    width: 68px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    }
  .top_header .header-to:hover{
    background-color: #ad3257;
  }     
  .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 .search-icon{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 36px;
    cursor: pointer;
    background-color: #f96185;
    height: 100%;
    border-radius: 0 4px 4px 0;
  }
  .search-box .search-icon img{
    margin: 12px 0 0 10px;
  }
  .search-box .search-delete {
    display: none;
    right: 36px;
    width: 16px;
    top: 12px;
    position: absolute;
  }
  .search-box input{
    width: 91.47vw;
    background-color: #fff;
    border: solid 1px #F96185;
    height: 40px;
    padding: 9.5px 16px;
    font-size: 14px;
    color: black;
    outline: none;
    border-radius: 4px;
  }
  .search-box input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
    -moz-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
    -moz-box-shadow: 0 0 0 1000px #2a2a2a inset !important;
    color: black;
  }
  .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:black;
    border: solid 1px #E5E5E5;
    margin-right: 16px;
    padding:8px 16px;
    cursor: pointer;
    border-radius: 4px;
  }
  .search-tags .tag-item.active,.search-tags .tag-item.active:hover{
    background-color: #F96185;
    color: white;
  }
  .search-tags .tag-item:hover{
    border: solid 1px #E5E5E5;
    background-color: #FFF0F1;
    color:black;
  }
  .blog-view-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    color: black;
    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 #F0F0F0;
  }
  .blog-view-item a{
      display: inline-block;
      float: left;
      width: 100%;
  }
  .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: var(--size8) 0 var(--size8) 0;
      float: left;
      color: #8C8C8C;
  }
  .blog-view-item .pv-title{
    font-size: var(--size16);
    line-height: 150%;
    margin-bottom: var(--size8);
    float: left;
    height: var(--size22);
    overflow: hidden;
    word-wrap: break-word;
  }
  .pv-title a:link{
    text-decoration: none;
    color: black;
  }
  .pv-title a:visited{
    text-decoration: none;
    color: black;
  }
  .pv-title a:hover{
    text-decoration: none;
    color: #F96185;
  }
  .pv-title a:active{
    text-decoration: none;
    color: #F96185;
  }
  .pv-summary a{
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: var(--size8);
    line-height: 150%;
    margin-bottom: var(--size8);
    float: left;
    height: var(--size34);
    overflow: hidden;
    color: #333;
  }

  .pv-summary a:link{
    text-decoration: none;
    color: #333;
  }
  .pv-summary a:visited{
    text-decoration: none;
    color: #333;
  }
  .pv-summary a:hover{
    text-decoration: none;
    color: #333;
  }
  .pv-summary a:active{
    text-decoration: none;
    color: #333;
  }

  #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(--size8);
  }
  .blog-view-item .pv-tags span,.pv-tags span{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #000;
    background-color: #FFF0F1;
    padding: 0px 8px;
    border-radius: 4px
  }
  .blog-view-item .pv-tags span:hover,.pv-tags span:hover{
    background-color: #FFB5C1;
  }

  .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: auto;
    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: #ffffff;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    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: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
  }

  .page-link:hover {
    background-color: #f96185;
    border-color: #f96185;
    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: #f96185;
    border-color: #f96185;
    color:white;
  }

  .page-item.disabled .page-link {
    background-color: #fff;
    color: #7F7F7F;
    cursor: not-allowed;
    border-color: #fff;
    opacity: 0.6;
  }

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

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

  .ellipsis .page-link:hover {
    background: transparent;
    border: none;
  }
  .blog-author{
    width: 93.46vw;
    color: black;
    font-size: 14px;
    margin: 48px auto;
  }

  .blog_content{
    width: 93.46vw;
    margin: 24px auto 0;
    color:black;
  }
  .blog_content p,h1,ul,li  {
    width: 100%;
    word-break: break-word;
    font-size: 14px;
  }
  .blog_content p {
    word-break: break-word;
  }
  .blog_content a{
    color: white;
    text-decoration: none;
  }
  .blog_content img{
    margin: 10px 0;
  }
  .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;
  }
  p.blog-cont-time{
    color: #8C8C8C;
    font-size: var(--size14);
    margin: var(--size8) 0 var(--size8);;
  }
  p.blog-cont-title{
    color: black;
    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: left;
  }
  .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);
    border: solid 1px #B2B2B2;
    border-radius: 16px;
  }
  .blog-form .blog-form-area{
    width: 100%;
    height: 160px;
    line-height: 56px;
    margin-bottom: 32px;
    border: solid 1px #B2B2B2;
    border-radius: 16px;
  }
  .blog-form-submit{
    width: 300px;
    height: 51px;
    font-size: 16px;
    display: block;
    border-radius: 8px;
    line-height: 51px;
    text-align: center;
    background-color: #10101014;
    color: #fff;
    margin: 30px auto;
  }
.blog-form-content{
  margin-bottom: 100px;
}
  .blog-form-submit.active{
    background-color: #f96185;
    cursor: pointer;
  }
  .blog-form-submit.active:hover{
    background-color: #D4486D;
  }
  .blog-save-tips{
    color:#00D06D;
    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 #E5E5E5;
    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: center;
    gap: var(--size12);
    flex-wrap: wrap;
  }
  .blog-social-item{
    display: inline-block;
    width: 28.26vw;
    float: left;
    text-decoration: none;
    color: black;
    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: #E5E5E5;
    overflow: hidden;
  }
  .blog-footer-box{
    background-color: #fff;
    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: #fff;
      color: #F96185;
      border-radius: 4px;
      position: absolute;
      display: block;
      right: 64px;
      top: 41px;
      height: 30px;
      width: 48px;
      line-height: 30px;
      text-align: center;
      font-size: 12px;
    }
  .top_header .header-to:hover{
    background-color: #ad3257;
  } 
  .blog-view{
    width:1200px;
    margin:64px auto 96px;
    height: auto;
    overflow: hidden;
  }
  .search-box{
    position: relative;
  }
  .search-box .search-icon{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 36px;
    cursor: pointer;
    background-color: #f96185;
    height: 100%;
    border-radius: 0 4px 4px 0;
  }
  .search-box .search-icon img{
    margin: 12px 0 0 10px;
  }  
  .search-box .search-delete {
    right: 38px;
    width: 16px;
    top: 12px;
    position: absolute;
  }
  .search-box input{
    width: 100%;
    background-color: #fff;
    border: solid 1px #F96185;
    height: 40px;
    padding: 9.5px 16px;
    font-size: 14px;
    color: black;
    outline: none;
    border-radius: 4px;
  }
  .search-box input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
    -moz-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
    -moz-box-shadow: 0 0 0 1000px #2a2a2a inset !important;
    color: black;
  }
  .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: 32px;
    line-height: 32px;
    font-size: 16px;
    color:black;
    border: solid 1px #E5E5E5;
    padding:0px 16px;
    cursor: pointer;
    border-radius: 4px;
  }
  .search-tags .tag-item.active,.search-tags .tag-item.active:hover{
    background-color: #F96185;
    color: white;
  }
  .search-tags .tag-item:hover{
    border: solid 1px #E5E5E5;
    background-color: #FFF0F1;
    color:black;
  }
  .blog-view-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    color:black;
    font-size:14px;
  }
  .blog-view-box .blog-view-item{
    width: 576px;
    height: auto;
    margin-bottom: 48px;
  }
  .blog-view-item .pv-time{
    margin: 24px 0 16px;
    color: #8C8C8C;
  }
  .blog-view-item .pv-title{
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 12px;
    overflow: hidden;
    word-wrap: break-word;
  }
  .pv-title a:link{
    text-decoration: none;
    color: black;
  }
  .pv-title a:visited{
    text-decoration: none;
    color: black;
  }
  .pv-title a:hover{
    text-decoration: none;
    color: #F96185;
  }
  .pv-title a:active{
    text-decoration: none;
    color: #F96185;
  }
  .pv-summary a{
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 12px;
    float: left;
    height: 63px;
    overflow: hidden;
    overflow: hidden;
    color: #333;
  }

  .pv-summary a:link{
    text-decoration: none;
    color: #333;
  }
  .pv-summary a:visited{
    text-decoration: none;
    color: #333;
  }
  .pv-summary a:hover{
    text-decoration: none;
    color: #333;
  }
  .pv-summary a:active{
    text-decoration: none;
    color: #333;
  }

  #pv-tags{
    width: 750px;
    margin:48px auto;
  }
  .blog-view-item .pv-tags,.pv-tags{
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 12px;
      width: 100%;
  }
  .blog-view-item .pv-tags span,.pv-tags span{
    height: 30px;
    color: #000;
    background-color: #FFF0F1;
    line-height: 30px;
    padding: 0px 12px;
    border-radius: 4px;
  }
  .blog-view-item .pv-tags span:hover,.pv-tags span:hover{
    background-color: #FFB5C1;
  }
  .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: auto;
    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: #ffffff;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    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: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
  }

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

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

  .page-item.active .page-link.current {
    background-color: #f96185;
    border-color: #f96185;
    color: white;
  }

  .page-item.disabled .page-link {
    background-color: #fff;
    color: #7F7F7F;
    cursor: not-allowed;
    border-color: #fff;
    opacity: 0.6;
  }

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

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

  .ellipsis .page-link:hover {
    background: transparent;
    border: none;
  }
  .blog-author{
    width: 750px;
    color: black;
    font-size: 14px;
    margin: 48px auto;
  }
  .blog_content{
    width: 750px;
    margin: 0 auto;
    color: #000;
  }
  .blog_content p,h1,ul,li  {
    width: 100%;
    word-break: break-word;
  }
  .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: #7F7F7F;
    background-color: #f7f7f7;
    padding: 7.5px 16px;
    font-weight: 400;
  }
  .blog_title strong{
      color: #32CACB;
      font-weight: 400;
  }
  .blog_title span{
    border-radius: 4px;
    padding:0  4px;
    color: #8C8C8C;
  }
  p.blog-cont-time{
    color: #8C8C8C;
    font-size: 14px;
    margin: 4px 0 16px;
  }
  p.blog-cont-title{
    color: black;
    font-size: 28px;
    line-height: 120%;
    margin: 4px 0 16px;
  }
  p.blog-cont-summery{
    color: #000;
    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: 359px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 32px;
    border: solid 1px #B2B2B2;
    border-radius: 16px;
  }
  .blog-form input.blog-form-input:nth-child(2){
    margin-left: 22px;
  }
  .blog-form .blog-form-area{
    width: 750px;
    height: 160px;
    line-height: 56px;
    margin-bottom: 32px;
    border: solid 1px #B2B2B2;
    border-radius: 16px;
  }
  .blog-form-submit{
    width: 300px;
    height: 51px;
    font-size: 18px;
    display: block;
    border-radius: 4px;
    line-height: 51px;
    text-align: center;
    margin-top: 50px;
    margin: 50px 0 0 225px;
    background-color: #10101014;
    color: #fff;
  }

  .blog-form-submit.active{
    background-color: #f96185;
    cursor: pointer;
  }
  .blog-form-submit.active:hover{
    background-color: #D4486D;
  }
  .blog-save-tips{
    color:#00D06D;
    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 #E5E5E5;
    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: black;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .blog-line{
    width: 750px;
    height: 1px;
    margin: 0 auto;
    background-color: #E5E5E5;
  }
  .blog-footer-box{
    background-color: #fff;
    color:#000;
    padding-top: 48px;
  }
  .pv-more{display: none;}
}



/* ============================================
   博客内容区浏览器默认样式 (基于现代浏览器整理)
   适用于 .blog_content 容器内的所有元素
   ============================================ */

/* === 全局选择器 === */
.blog_content{
    word-break: break-word; /* 或 break-all */
    word-wrap: break-word;
    overflow-wrap: break-word; /* 现代写法 */
}

.blog_content * {
  box-sizing: content-box;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  word-break: inherit;
  word-wrap: inherit;
  overflow-wrap: inherit;
}

/* === 文档根元素（在容器内）=== */
.blog_content html {
  display: block;
  line-height: normal;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* === Body元素（在容器内）=== */
.blog_content body {
  display: block;
  margin: 8px;
  line-height: normal;
  overflow-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

/* === 标题元素 === */
.blog_content h1 {
  display: block;
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}
.blog_content h2 {
  display: block;
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}
.blog_content h3 {
  display: block;
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bold;
}
.blog_content h4 {
  display: block;
  font-size: 1em;
  margin: 1.33em 0;
  font-weight: bold;
}
.blog_content h5 {
  display: block;
  font-size: 0.83em;
  margin: 1.67em 0;
  font-weight: bold;
}
.blog_content h6 {
  display: block;
  font-size: 0.67em;
  margin: 2.33em 0;
  font-weight: bold;
}

/* === 段落与引用 === */
.blog_content p {
  display: block;
  margin: 1em 0;
}
.blog_content blockquote {
  display: block;
  margin: 1em 40px;
}
.blog_content pre {
  display: block;
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre;
  margin: 1em 0;
}
.blog_content address {
  display: block;
  font-style: italic;
}
.blog_content hr {
  display: block;
  margin: 0.5em auto;
  border-style: inset;
  border-width: 1px;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* === 列表元素 === */
.blog_content ul, 
.blog_content ol {
  display: block;
  margin: 1em 0;
  padding-left: 40px;
}
.blog_content ul {
  list-style-type: disc;
}
.blog_content ol {
  list-style-type: decimal;
}
.blog_content ul ul, 
.blog_content ol ul {
  list-style-type: circle;
}
.blog_content ul ul ul, 
.blog_content ul ol ul, 
.blog_content ol ul ul, 
.blog_content ol ol ul {
  list-style-type: square;
}
.blog_content li {
  display: list-item;
  text-align: match-parent;
}
.blog_content dl {
  display: block;
  margin: 1em 0;
}
.blog_content dt {
  display: block;
  font-weight: bold;
}
.blog_content dd {
  display: block;
  margin-left: 40px;
}

/* === 链接 === */
.blog_content a {
  color: #0000ee;
  text-decoration: underline;
  cursor: pointer;
  background-color: transparent;
}
.blog_content a:visited {
  color: #551a8b;
}
.blog_content a:active {
  color: #ff0000;
}
.blog_content a:hover {
  outline-width: 0;
}
.blog_content a:active, 
.blog_content a:hover {
  outline: 0;
}

/* === 行内文本元素 === */
.blog_content em, 
.blog_content i {
  font-style: italic;
}
.blog_content strong, 
.blog_content b {
  font-weight: bold;
}
.blog_content small {
  font-size: 80%;
}
.blog_content big {
  font-size: larger;
}
.blog_content u {
  text-decoration: underline;
}
.blog_content s, 
.blog_content strike, 
.blog_content del {
  text-decoration: line-through;
}
.blog_content ins {
  text-decoration: underline;
}
.blog_content code, 
.blog_content kbd, 
.blog_content samp, 
.blog_content tt {
  font-family: monospace, monospace;
  font-size: 1em;
}
.blog_content code {
  font-family: monospace, monospace;
}
.blog_content kbd {
  font-family: monospace, monospace;
}
.blog_content samp {
  font-family: monospace, monospace;
}
.blog_content tt {
  font-family: monospace, monospace;
}
.blog_content sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}
.blog_content sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}
.blog_content mark {
  background-color: yellow;
  color: black;
}
.blog_content abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: underline dotted;
  cursor: help;
}
.blog_content bdo {
  unicode-bidi: bidi-override;
}
.blog_content br {
  display: inline;
}
.blog_content wbr {
  display: inline;
}

/* === 表单元素 === */
.blog_content input, 
.blog_content textarea, 
.blog_content select, 
.blog_content button {
  font: inherit;
  color: inherit;
  margin: 0;
  vertical-align: baseline;
}
.blog_content input, 
.blog_content textarea, 
.blog_content select {
  appearance: auto;
  background-color: white;
  border: 1px solid;
  border-color: rgb(118, 118, 118);
}
.blog_content input[type="text"], 
.blog_content input[type="password"], 
.blog_content input[type="email"], 
.blog_content input[type="url"], 
.blog_content input[type="tel"], 
.blog_content input[type="number"], 
.blog_content input[type="search"] {
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  display: inline-block;
  text-align: start;
  cursor: text;
}
.blog_content input[type="radio"], 
.blog_content input[type="checkbox"] {
  margin: 3px 0.5ex;
  padding: initial;
  background-color: initial;
  border: initial;
  display: inline-block;
  cursor: default;
}
.blog_content input[type="button"], 
.blog_content input[type="submit"], 
.blog_content input[type="reset"], 
.blog_content button {
  appearance: auto;
  background-color: buttonface;
  color: buttontext;
  padding: 1px 6px;
  border: 2px outset buttonface;
  border-color: buttonface;
  display: inline-block;
  text-align: center;
  cursor: default;
  box-sizing: border-box;
}
.blog_content input[type="file"] {
  padding: initial;
  border: initial;
  background-color: initial;
  color: inherit;
  display: inline-block;
  text-align: start !important;
  cursor: default;
}
.blog_content input[type="hidden"] {
  display: none;
}
.blog_content input[type="image"] {
  border-style: none;
  padding: 1px;
  display: inline-block;
  color: inherit;
}
.blog_content select {
  padding: 1px;
  border-radius: 0px;
  display: inline-block;
  white-space: pre;
  align-items: center;
  cursor: default;
}
.blog_content select[multiple] {
  padding: 0px;
  display: inline-block;
}
.blog_content textarea {
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(118, 118, 118);
  display: inline-block;
  font-family: monospace;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  resize: auto;
  overflow: auto;
}
.blog_content fieldset {
  display: block;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 2px groove rgb(192, 192, 192);
  min-width: 0;
}
.blog_content legend {
  display: block;
  padding: 0;
  border: 0;
  width: auto;
  max-width: 100%;
  white-space: normal;
}
.blog_content progress {
  display: inline-block;
  vertical-align: baseline;
}
.blog_content meter {
  display: inline-block;
  vertical-align: baseline;
}
.blog_content output {
  display: inline;
}

/* === 按钮特殊状态 === */
.blog_content button:enabled:hover,
.blog_content input[type="button"]:enabled:hover,
.blog_content input[type="submit"]:enabled:hover,
.blog_content input[type="reset"]:enabled:hover {
  border-color: rgb(102, 102, 102);
  cursor: pointer;
}
.blog_content button:enabled:active,
.blog_content input[type="button"]:enabled:active,
.blog_content input[type="submit"]:enabled:active,
.blog_content input[type="reset"]:enabled:active {
  border-style: inset;
  border-color: rgb(102, 102, 102);
}
.blog_content button:disabled,
.blog_content input:disabled {
  color: rgb(128, 128, 128);
  cursor: default;
}
.blog_content button:focus,
.blog_content input:focus,
.blog_content select:focus,
.blog_content textarea:focus {
  outline: auto 5px -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* === 表格元素 === */
.blog_content table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
  text-indent: 0;
}
.blog_content caption {
  display: table-caption;
  text-align: center;
}
.blog_content col {
  display: table-column;
}
.blog_content colgroup {
  display: table-column-group;
}
.blog_content tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.blog_content tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.blog_content thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.blog_content td, 
.blog_content th {
  display: table-cell;
  vertical-align: inherit;
  padding: 1px;
}
.blog_content th {
  font-weight: bold;
  text-align: center;
}
.blog_content tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

/* === 媒体元素 === */
.blog_content img {
  display: inline-block;
  border-style: none;
  max-width: 100%;
  height: auto;
}
.blog_content iframe {
  display: inline;
  border-style: none;
}
.blog_content video {
  display: inline;
  object-fit: contain;
}
.blog_content audio {
  display: inline;
}
.blog_content canvas {
  display: inline;
}
.blog_content svg:not(:root) {
  display: inline;
  overflow: hidden;
}
.blog_content object, 
.blog_content embed {
  display: inline;
}
.blog_content param {
  display: none;
}

/* === 分区元素 === */
.blog_content div {
  display: block;
}

.blog_content span {
  display: inline;
}
.blog_content main {
  display: block;
}
.blog_content header {
  display: block;
}
.blog_content footer {
  display: block;
}
.blog_content nav {
  display: block;
}
.blog_content section {
  display: block;
}
.blog_content article {
  display: block;
}
.blog_content aside {
  display: block;
}
.blog_content figure {
  display: block;
  margin: 1em 40px;
}
.blog_content figcaption {
  display: block;
}
.blog_content details {
  display: block;
}
.blog_content summary {
  display: list-item;
  cursor: pointer;
}
.blog_content dialog {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background-color: white;
  color: black;
}
.blog_content dialog:not([open]) {
  display: none;
}
.blog_content menu {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}
.blog_content menuitem {
  display: list-item;
}

/* === 语义化文本元素 === */
.blog_content time {
  display: inline;
}
.blog_content data {
  display: inline;
}
.blog_content var {
  font-style: italic;
}
.blog_content cite {
  font-style: italic;
}
.blog_content dfn {
  font-style: italic;
}
.blog_content q {
  display: inline;
}
.blog_content q::before {
  content: open-quote;
}
.blog_content q::after {
  content: close-quote;
}
.blog_content ruby {
  display: inline;
}
.blog_content rt {
  line-height: normal;
  text-emphasis: none;
}
.blog_content rp {
  line-height: normal;
  display: none;
}
.blog_content bdi {
  display: inline;
}
.blog_content meter {
  display: inline-block;
  vertical-align: -0.2em;
}
.blog_content progress {
  display: inline-block;
  vertical-align: -0.2em;
}

/* === 其他元素 === */
.blog_content template {
  display: none;
}
.blog_content slot {
  display: contents;
}
.blog_content marquee {
  display: inline-block;
  width: 200px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.blog_content blink {
  text-decoration: blink;
}
.blog_content nobr {
  white-space: nowrap;
}
.blog_content noembed {
  display: none;
}
.blog_content noframes {
  display: none;
}
.blog_content plaintext {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
.blog_content xmp {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
.blog_content listing {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
.blog_content center {
  display: block;
  text-align: center;
}
.blog_content frame, 
.blog_content frameset {
  display: block;
}
.blog_content isindex {
  display: inline;
}
.blog_content keygen {
  display: inline;
}
.blog_content nextid {
  display: none;
}
.blog_content spacer {
  display: inline;
}

/* === 伪元素 === */
.blog_content ::before, 
.blog_content ::after {
  display: inline;
}
.blog_content ::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
.blog_content ::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
.blog_content ::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.blog_content ::-moz-placeholder {
  color: rgb(117, 117, 117);
  opacity: 1;
}
.blog_content :-ms-input-placeholder {
  color: rgb(117, 117, 117);
}
.blog_content ::placeholder {
  color: rgb(117, 117, 117);
  opacity: 1;
}
.blog_content ::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}
.blog_content ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.blog_content ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.blog_content ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
.blog_content ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* === 打印样式 === */
@media print {
  .blog_content h1 {
    page-break-before: always;
  }
  .blog_content h1, 
  .blog_content h2, 
  .blog_content h3, 
  .blog_content h4, 
  .blog_content h5, 
  .blog_content h6 {
    page-break-after: avoid;
  }
  .blog_content ul, 
  .blog_content ol, 
  .blog_content dl {
    page-break-before: avoid;
  }
}
