﻿.neilian {
    color: #444;
    padding-bottom: 2px;
    border-bottom: 2px solid #2771fa;    margin-left: 0px;
    margin-right: 0px;
}
.img2{vertical-align: middle;
    margin-right: 2px;
    box-shadow: 0px 0px 0px rgba(125, 169, 171, 0.2);
    border: 0px solid rgb(255 255 255 / 5%);
    border-radius: 0px;
    width: 16px;}
.appvideo{width: 140px;border-radius: 12px;}
  .apk-btn {
    display: inline-block;
    background: #007bff;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
  }
  .notice-mask {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgb(0 0 0 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  .notice-box {
    background: white;
    padding: 20px 0px 20px 0px;
    border-radius: 10px;
    width: 340px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }
  .btn-group button {
    margin: 20px 5px 0;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
  }
  .btn-group button:first-child {
    background-color: #007bff;
    color: white;
  }
  .btn-group button:last-child {
    background-color: #eee;
    color: #444;
  }
.btn-group{    border-top: solid 1px #ebebeb;}
.intro-text p{color: #9e9e9e !important;font-size: 14px !important;ine-height: 1.8 !important;}

  .intro-text {
    text-align: left !important;
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
    color: #9e9e9e !important;
    font-size: 14px !important;
  }

  #toggleBtn {
    display: inline;
    background: none;
    border: none;
    color: #9e9e9e;
    cursor: pointer;
    font-size: 14px;
  }

  #toggleBtn:hover {
    text-decoration: underline;
  }


.gwlogo{    text-align: center;} 
   .containea {
      margin: 0 auto;
      padding: 20px 10px 10px 10px;
        background-color: #f8fcff;
    }

    .gwlogo img {
      width: 80px;
      height:80px;
	  border-radius: 12px;
    }

    .containea h2 {
    display: block;
    font-weight: 600 !important;
    margin: 0px 0px !important;
    background: #ffffff00 !important;
    font-size: 20px !important;
    margin: 28px 0px 38px 0px !important;
    }

    p.description {
      font-size: 14px !important;
      line-height: 1.8 !important;
      color: #9e9e9e !important;
      text-align: left !important;
      margin: 14px 0 14px 0 !important;
    }

    .link-box {
      background: #fff;
      padding: 14px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      margin-bottom: 20px;
      font-size: 16px;
      text-align: left;
    }
	.link-box p{
      font-size: 14px !important;    margin: 12px 0px 12px 0px !important;}

    .link-box a {
      color: #2771fa;
      text-decoration: none;
      word-break: break-all;
    }



        .gallerz {
            display: flex;
            gap: 10px;    overflow-x: auto; /* 横向滚动 */
    white-space: nowrap;
        }
        .gallerz img {
            width: 200px;
            cursor: pointer;border: 1px solid #d9d9d9;
            transition: transform 0.3s;
        }
.image-alt-text {
    color: #ffffff;
    font-size:20px;
    text-align: center;margin-top: 10px;
}
.section {
  margin: 30px 0 !important;
}

.section table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 14px !important;
}
.section th, td {
  border: 1px solid #eee !important;
  padding: 10px !important;
  font-size: 14px !important;
  color: #444 !important;
}
.section th {
  background: #f9f9f9 !important;
  width: 30% !important;
  text-align: left !important;
  font-size: 14px !important;
  color: #444 !important;vertical-align: middle !important;  
}

.btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center; /* 关键：垂直居中对齐 */
  margin-bottom: 20px;
}
.btn-download:hover{background-color: #0056b3;color: #fff;}
.btn-download {
  display: inline-block;
  background-color: #0080ff;
  color: #fff;
  padding: 16px 0;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 1; /* 防止行高导致不居中 */
}

.more-app {
  color: #0080ff;
  font-size: 14px;
  margin-left: 10px;
  white-space: nowrap;
  line-height: 1; /* 保持一致 */
}
.pjb{color: #f00;float: right;display: flex;align-items: center;gap: 4px;}
.pjb img{width: 16px;height: 16px;box-shadow: 0px 0px 0px rgba(125,169,171,0.2);border: 0px solid rgba(0,0,0,.05);border-radius: 0px;}
.xfenxiang {
    position: fixed;
    bottom: 60px;
    right: 12px;
    width: 58px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    user-select: none;box-shadow: 3px 3px 8px rgba(125, 169, 171, 0.2);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 8px;    opacity: 1 !important;    background-color: #fff;
}

.xfenxiang img {
    width: 20px;
    display: block;
    margin: 0 auto;box-shadow: 0px 0px 0px rgba(125, 169, 171, 0.2);
    border: 0px solid rgba(0, 0, 0, .05);    opacity: 1 !important;border-radius: 0px;margin-top: 8px;
}

.share-label {
    font-size: 12px;
    color: #444;
    margin-top: 8px;
    font-weight: bold;    opacity: 1 !important;margin-bottom: 6px;
}

.copy-toast {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #24b07b;
    color: white;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 10000;
}

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .navbar {
      background: #fff;
      color: #444;
      padding: 0 20px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    }

    .logo {
      font-size: 20px;
      font-weight: bold;
    }

    #menu-toggle {
      display: none;
    }

    .hamburger {
      font-size: 28px;
      cursor: pointer;
      display: none;
      color: #444;
    }

    .menu {
      list-style: none;
      display: flex;
      gap: 20px;  z-index: 9999; /* 新增，确保弹出菜单在广告之上 */
    }

    .menu li a {
      color: #444;
      text-decoration: none;
    }
	    .menu li span {
        margin-left: 8px;
        color: #fff;
        background-color: red;
        font-size: 12px;
        line-height: 18px;
        padding: 2px 10px;
        border-radius: 4px;
    }

    @media (max-width: 768px) {
      .hamburger {
        display: block;
      }

      .menu {
        position: absolute;
        top: 60px;
        left: 0;
        background: #fff;
        width: 100%;
        flex-direction: column;
        display: none;gap: 2px;
      }

      #menu-toggle:checked + .hamburger + .menu {
        display: flex;
        border-bottom: 1px solid #eeeeee;
        background: #f9f9f9;  
      }

      .menu li {
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 20px;
      }

      .menu li + li {
        border-top: 1px solid #ddd;
      }

      .menu li a {
        flex: 1;
        font-size: 14px;
        text-decoration: none;
        color: #444;
      }

      .menu li span {
        margin-left: 8px;
        color: #fff;
        background-color: red;
        font-size: 12px;
        line-height: 18px;
        padding: 2px 10px;
        border-radius: 4px;
      }

      .hot-item {
        display: flex;
        align-items: center;
      }
    }



.nianling{padding: 1px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    color: #444;margin-left: 8px;background-color: #f8fcff;}

    .tab-nav {
      display: flex;
      border-bottom: 1px solid #e0e0e0;
      font-family: Arial, sans-serif;
      font-size: 18px;margin-top: 20px;
    }
    .tab-nav div {
      padding: 10px 20px;
      cursor: pointer;
      color: black;
      position: relative;
    }
    .tab-nav .active {
      color: #444;
      font-weight: bold;
    }
    .tab-nav .active::after {
      content: "";
      position: absolute;
      left: 10%;
      right: 10%;
      bottom: -1px;
      height: 2px;
      background-color: #444;
    }
	.tab-nav h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
    .tab-nav a{color: #444;}

.lsbbaz{float: right;
    display: flex;
    align-items: center;
    gap: 4px;}
.lsbbaz img{    width: 14px;
    height: 14px;
    box-shadow: 0px 0px 0px rgba(125, 169, 171, 0.2);
    border: 0px solid rgba(0, 0, 0, .05);
    border-radius: 0px;}
.shuoming{
    display: flex;
    align-items: center;
}.shuoming img{
margin-right: 5px;box-shadow: 0px 0px 0px rgba(125,169,171,0.2);
    border: 0px solid rgba(0, 0, 0, .05);
}
.gfzb{color: #24b07b;float: right;display: flex;align-items: center;gap: 4px;}
.gfzb img{width: 16px;height: 16px;box-shadow: 0px 0px 0px rgba(125,169,171,0.2);border: 0px solid rgba(0,0,0,.05);border-radius: 0px;}
.xzxffx{    padding: 10px 0px;text-align: center; font-size: 14px;}
.xzxffx span{    margin: 0 14px;
    color: #e2e4e5;}
.copy-toast {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #24b07b;
    color: white;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
}
        .mena {
            display: flex;
            align-items: center;
            justify-content: flex-start; /* 靠左对齐 */
            padding: 0;
            margin: 0;font-size: 14px;
        }

        .menu-item {
            position: relative;
            padding: 0 15px; /* 适当增加间距 */
        }

        /* 让第一个菜单项左边无间距 */
        .menu-item:first-child {
            padding-left: 0;
        }

        .menu-item:not(:last-child)::after {
            content: "";
            position: absolute;
            left: 100%; /* 让竖线放在菜单项的右边 */
            top: 50%;
            transform: translateX(-50%) translateY(-50%); /* 确保竖线在中间 */
            width: 1px;
            height: 60%;
            background-color: #ccc;
        }

.entry-content .app-tagline{margin: 2px 0 2px 0;
    line-height: 1.8;
    color: #444;}
.entry-content .app-tagline a{color: #b1782a;
    background-color: #f4e5d0;
    font-size: 12px;
    line-height: 24px;
    padding: 2px 10px;
    border-radius: 4px;}

.entry-content .app-description p {
font-size: 14px;margin: 8px 0 8px 0;
    color: #444;
    line-height: 1.5;
    margin-bottom: 5px;
}
.app-description{   margin: 20px 0px 40px 0px;}

        .gallery {
            display: flex;
            gap: 10px;    overflow-x: auto; /* 横向滚动 */
    white-space: nowrap;
        }
        .gallery img {
            width: 140px;
            cursor: pointer;border: 1px solid #d9d9d9;
            transition: transform 0.3s;
        }
        .zoomed-image-container {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            z-index: 1000;
            touch-action: none;
            flex-direction: column;
        }
        .zoomed-image {
            cursor: pointer;
        }
        .image-counter {
            color: white;
            font-size: 20px;
        }
        .zoomed-image-container.active {
            display: flex;
        }

.download-button:hover{background-color: #0056b3;}

.app-container {
    margin: auto;
    background: #fff;
    border-radius: 10px;
}

.app-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;margin-top: 20px;
}

.app-icon {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-right: 15px;
}

.app-info {
    flex: 1;
}

.entry-content .app-name {
font-size: 20px;
    line-height: 1.5;
    margin: 2px 0px;
}

.app-tagline {
    color: #666;
    font-size: 14px;
}

.tags {
    margin-top: 5px;
}

.tag {
    display: inline-block;
    background: #e6f0ff;
    color: #007bff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 5px;
}

.app-stats {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 20px;
}

.stat {
    font-size: 14px;
    color: #333;
}

.stat strong {
    display: block;
    font-size: 16px;
}

.download-button {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;
}

.screenshots {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.screenshots img {
    width: 30%;
    border-radius: 8px;
}

.app-description h2 {
    font-size: 18px;
    margin-bottom: 10px;
}


/* 下载按钮基础样式 */
.google-download-btn, .google-alt-btn {
    display: flex; /* 让内容可居中 */
    align-items: center; /* 让图标与文本垂直居中 */
    justify-content: center; /* 让内容在按钮内水平居中 */
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 10px auto;
    width: 100%; /* 让按钮占满父容器 */
    box-sizing: border-box; /* 确保 padding 不会撑大按钮 */
}

.google-download-btn:hover {
    background: #0056b3;
    color: #fff;
}

.google-download-btn {
    background: #007bff;
    color: #fff;
    text-align: center;
}

/* 自定义下载图标 */
.xztbx {
    display: inline-block;
    width: 20px; /* 图标宽度 */
    height: 20px; /* 图标高度 */
    background: url("https://img.qsxzcdn.com/soft/soft/wp-content/uploads/2025/03/1.png") no-repeat center center;
    background-size: contain;
    margin-right: 8px; /* 控制图标与文字的间距 */
}


.qwxz{text-align: center;padding: 30px 0px;}
.qwxz span{    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 80px;}
.qwxz span:hover{background-color:#0056b3}

a.active.rediaa {
    border-bottom: 2px solid #ff6600;
    padding-bottom: 5px;
    color: #ff6600; /* 确保颜色应用 */
}
.u{padding-bottom: 1px;
    border-bottom: 1px solid #2771fa;}
/* 默认情况下，隐藏元素 */
.yddff, .rediaa {
    display: none;
}

@media (max-width: 768px) {
    .yddff {
        display: flex;
        overflow-x: auto; /* 启用横向滚动 */
        -webkit-overflow-scrolling: touch; /* 增强移动端滚动体验 */
        padding: 20px 10px;
        scrollbar-width: none; /* Firefox 隐藏滚动条 */
    }

    /* 适用于 WebKit 内核 (Chrome, Safari) */
    .yddff::-webkit-scrollbar {
        display: none;
    }
}

    .rediaa {
display: inline-block;
    white-space: nowrap;
    margin: 10px 10px;font-size: 16px;
    }

    .rediaa:hover {
        background-color: #e0e0e0; /* 添加悬停效果 */
    }

    .rediab {
        display: inline-block;
        padding: 10px 15px;
        margin-left: 12px;
        margin-right: 12px;
        background-color: #f1f1f1;
        border-radius: 5px;
        text-decoration: none;
        color: #000000;
        white-space: nowrap; /* 防止文字换行 */
    }

    .rediab:hover {
        background-color: #e0e0e0; /* 添加悬停效果 */
    }
}.nocomments{color: #f00;margin: 60px;text-align: center;}.must-log-in{    margin: 40px 0px;}.table-container{width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;}table{min-width:100%;border-collapse:collapse;}th,td{padding:8px;border:1px solid #ddd;text-align:left;}.show_text{width:100%;margin:0 auto;overflow:hidden;height:510px;position:relative;}.mask{width:100%;position:absolute;bottom:0;background-image:linear-gradient(to top,hsla(0,0%,100%,1),hsla(0,0%,100%,0));pointer-events:none;}.showall{text-align:center;cursor:pointer;}@media screen and (max-width:1200px){.ydding{border-bottom:0px solid #eeeeee;height:58px;line-height:58px;color:#555;padding-left:20px;background-color:#f5f5f5;}}#dropdownContent{display:none;padding:0px 0px 8px 0px;background-color:#f5f5f5;}.container{display:flex;align-items:center;margin:40px 0px 40px 20px;}.container a{display:flex;align-items:center;}.container img{margin-right:5px;vertical-align:middle;}.yddfl{padding:10px 0px 20px 0px;font-size:16px;text-align:center;background-color:#f5f5f5;}@media screen and (max-width:1200px){.entry-header .comments-link{margin-top:10px;font-size:0.928571429rem;line-height:10px;color:#9e9e9e;}}.xzaif{display:block;margin:10px 0px;}.yddfl a{color:#000;padding-right:12px;}@media screen and (max-width:1200px){.xzaif{display:none;}}@media screen and (max-width:1200px){.mianbaoxie{display:none;}}@media screen and (max-width:1200px){.dinglogo{display:none;}}@media screen and (min-width:1200px){.ydding{display:none;}}@media screen and (min-width:1200px){.yddfl{display:none;}}overflow-y:auto;.ad-tert{margin:500px;}.ad-container{display:flex;align-items:center;text-align:center;}.entry-title h1{display:inline;margin-right:10px;}.ad-line{flex-grow:1;height:1px;background:#ebebeb;}.ad-text{white-space:nowrap;padding:0px 10px;font-size:14px;color:#00aecd;}.adslot_1{width:300px;height:150px;text-align:center;}@media (min-width:600px){.adslot_1{width:300px;height:250px;}}@media (min-width:1000px){.adslot_1{width:700px;height:200px;}}.yddbfhdb{display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background:url(https://img.qsxzcdn.com/soft/soft/wp-content/uploads/2023/10/1-4-1.png) no-repeat;background-size:16px 16px;}.fhdb{display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background:url(https://img.qsxzcdn.com/soft/soft/wp-content/uploads/2023/10/1-4-1.png) no-repeat;background-size:16px 16px;}.zhan1{display:block;height:40px;line-height:40px;color:#555;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:15px;}.xml{list-style:none;padding:8px 0px 8px 28px;font-size:14px;}.xml a{color:#9e9e9e;}.no_bullets{border-radius:12px;box-shadow:3px 3px 8px rgba(125,169,171,0.2);border:1px solid rgba(0,0,0,.05);padding:0px 20px 20px 20px;margin-bottom:40px;}.toc_title{border-bottom:1px dashed #DDD;}.no_bullets ul{list-style:disc outside;border-radius:8px;padding:20px 30px;background:#ffffff;}.copy-able{border-radius:6px;color:#fff;background-color:#2771fa;padding:4px 4px;font-size:14px;}.dingsou-logo{display:none;}.wapsouding{display:none;}@media screen and (max-width:1200px){.dingsou-logo{display:inline;margin-left:0px;font-family:PingFangSC-Regular;font-size:16px;color:#444444;text-align:left;padding-left:16px;height:18px;line-height:18px;border-left:1px solid #DDD;margin-top:7px;}}@media screen and (max-width:1200px){.wapsouding{display:inline;margin-left:20px;display:inline-block;width:18px;height:18px;margin-right:5px;vertical-align:-3px;background:url(https://img.qsxzcdn.com/soft/soft/wp-content/uploads/2023/09/3-1-1.png) no-repeat;background-size:18px 18px;}}.fixed_side{display:block}.fixed{position:fixed;top:44px;z-index:66;}@media screen and (max-width:1200px){.fixed_side{display:none;text-align:center;margin:10px 0px 0px 0px;border:0px solid #dfdfdf;}}.ycad{display:none;}@media screen and (max-width:1200px){.ycad{display:block;text-align:center;margin:10px 0px 0px 0px;border:0px solid #dfdfdf;}}.xzaih{display:block;}@media screen and (max-width:1200px){.xzaih{display:none;text-align:center;margin:10px 0px 0px 0px;border:0px solid #dfdfdf;}}.wapsousuo{margin-left:20px;display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background:url(https://img.qsxzcdn.com/wp-content/uploads/2023/01/ss.png) no-repeat;background-size:16px 16px;}tr>tb:first-child{background-color:#000;}.chacha{color:#eb5350;}.gougou{color:#63ca31;}.example_responsive_1{width:345px;line-height:150px;}@media(min-width:500px){.example_responsive_1{width:468px;line-height:150px;}}@media(min-width:800px){.example_responsive_1{width:780px;line-height:150px;}}.plnr{margin:14px 0 14px 0;line-height:1.8;color:#444;}#section p{margin:14px 0 14px 0;line-height:1.8;color:#444;}.sousuo{color:#fff;background:#2771fa;border:none;border-radius:0 4px 4px 0;padding:0 15px;height:36px;cursor:pointer;}.searchform{display:flex;justify-content: center;align-items:center;}.comment-content{margin:14px 0 14px 0;line-height:1.8;color:#444;}.imgPreview{display:none;top:0;width:100%;height:100%;position:fixed;background:rgba(0,0,0,0.7);}.imgPreview img{z-index:100;position:fixed;top:50%;transform:translate(-50%,-50%);left:50%;}.aite{color:#9e9e9e;padding-right:10px;}.aite a{color:#9e9e9e;}.reply{float:right;}.edit-link{float:right;}#q{width:200px;border:2px solid #cad9ea;border-right:0;border-radius:4px 0 0 4px;line-height:normal;height:36px;}.yhqb{font-size:17px;font-weight:700;}.yhqe{font-size:12px;}.yhqlq{width:90px;height:34px;border:1px solid #ed6c2c;text-align:center;border-radius:8px;font-size:12px;color:#ffffff;background:#ed6c2c;line-height:34px;display:block;margin:10px 0px;}.yhqklrq{margin:10px 0px 10px 0px;padding:0px 0px 0px 5%;}.yhqzt{font-size:12px;}.wp-block-media-text__content a{padding-bottom:1px;border-bottom:1px solid #2771fa;}.wp-block-media-text__content p{font-size:12px;color:#9e9e9e;}.wp-block-media-text__content img{align-items:center;}#list-box{position:fixed;left:50%;margin-left:238px;top:355px;z-index:2;transition:margin-left 0.1s ease-out;}.item{text-align:center;margin-top:20px;}.submit{color:#fff;background-color:#2771fa;background-image:none;border:1px solid #2771fa;border-radius:4px;box-shadow:none;font-size:14px;padding:8px 20px;}.ad-yhq{color:#f123;border-bottom:1px solid #f00;padding-bottom:2px;}#author{height:25px;border-radius:4px;margin-right:10px;width:120px;}#comment{-moz-box-sizing:border-box;resize:none;box-sizing:border-box;font-size:14px;height:70px;border-radius:4px;line-height:1.714285714;padding:10px;padding:0.714285714rem;width:100%;}.entry-content 1{padding:0px 0px 0px 0px;}.entry-content 1::after{content:url(https://img.qsxzcdn.com/llq/wp-content/uploads/2022/05/37.png);padding:0px 0px 0px 2px;position:relative;vertical-align:top;bottom:2px;}.ycad{display:block;text-align:center;margin:10px 0px 0px 0px;border:0px solid #dfdfdf;}.wp-block-table th{vertical-align:middle;padding:.5em;border:1px solid currentColor;border:1px solid #cad9ea;font-size:14px;}.entry-content h2::before{}.entry-content h3::before{}.wp-block-table.is-style-regular tr:first-child{background-color:#ebeef2;color:#444;font-weight:bold;}.wp-block-table.is-style-regular tr:hover{background-color:#ebeef2;}.wp-block-table.is-style-stripes tr:first-child{background-color:#ebeef2;color:#444;font-weight:bold;}.softwzxz{float:left;width:100%;height:134px;margin:0px 0 28px 0;border-radius:8px;}.comlias{float:left;width:380px;height:114px;border-radius:8px;}.comlias ul{padding:5px 0;}.ciju{width:100%;height:70px;float:left;margin:6px 0 0px 0px;}.comlias ul li img{float:left;margin:0px 26px 0px 0px;border:1px solid rgba(0,0,0,.05);border-radius:12px;height:80px;}.comlias ul div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#666;}.cybtc{display:block;margin-bottom:12px;font-size:18px;color:#666;font-weight:400;}.cybtc:hover{color:#2771fa;}.dd{width:110px;height:38px;border:0px solid #dddddd;text-align:center;border-radius:4px;font-size:14px;color:#fff;line-height:38px;display:block;background-color:#2771fa;}.dd:hover{display:block;background:#004cff;color:#ffffff;text-decoration:none;}.wzxzul{list-style:disc outside;border-radius:8px;padding:14px 0px;background:#E5F2FF;}@media screen and (max-width:1200px){.wgt-like{display:none;}}.wgt-like{top:40%;display:block;left:1%;position:fixed;width:46px;z-index:1001;}.help-tip{width:46px;height:174px;padding:12px 15px 8px;box-sizing:border-box;background:#f8f8f9;}.help-tip-text{width:16px;font-size:16px;color:#9e9e9e;line-height:22px;letter-spacing:0;word-wrap:break-word;}.wgt-likewh{margin-left:4px;}.like-btn{padding:6px 10px 15px 11px;background:#f8f8f9;display:block;position:relative;width:46px;height:56px;margin-top:6px;box-sizing:border-box;cursor:pointer;text-decoration:none;outline:0;}.like-icon{display:block;width:25px;height:25px;background:url(//exp-new.bdstatic.com/static/exp-pc/article/widget/like/img/like_ffa511b.png?__sprite) no-repeat;}.like-num{position:absolute;color:#9e9e9e;font-size:12px;font-family:PingFangSC-Medium;width:46px;height:14px;left:0;bottom:7px;letter-spacing:0;line-height:14px;text-align:center;margin-top:10px;}.like-animation{position:absolute;display:block;width:50px;height:50px;left:-2px;bottom:21px;}.dislike-btn{padding:6px 10px 15px 11px;background:#f8f8f9;display:block;position:relative;width:46px;height:56px;margin-top:6px;box-sizing:border-box;cursor:pointer;text-decoration:none;outline:0;}.cai-icon{display:block;width:25px;height:25px;background:url(//exp-new.bdstatic.com/static/exp-pc/article/widget/like/img/dislike_9de9080.png?__sprite) no-repeat;}.fx-icon{display:block;width:25px;height:25px;background:url(https://img.qsxzcdn.com/wp-content/uploads/2022/05/1.png) no-repeat;}.entry-content ol li,.comment-content ol li{margin:10px 0px;}.related_posts{background:#fff;border:0px solid #c4d6ec;box-shadow:0px 0px 0px rgba(125,169,171,0.2);}.entry-content ul li,.comment-content ul li,.mu_register ul li{margin:10px 0px;word-break:break-all;}strong{padding:0 1px 2px;}.wp-block-quote:not(.is-large):not(.is-style-large):before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBkPSJNOSAyMWMwIC41LjQgMSAxIDFoNGMuNiAwIDEtLjUgMS0xdi0xSDl2MXptMy0xOUM4LjEgMiA1IDUuMSA1IDljMCAyLjQgMS4yIDQuNSAzIDUuN1YxN2MwIC41LjQgMSAxIDFoNmMuNiAwIDEtLjUgMS0xdi0yLjNjMS44LTEuMyAzLTMuNCAzLTUuNyAwLTMuOS0zLjEtNy03LTd6IiBmaWxsPSIjZWE4NjAwIi8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIvPjwvc3ZnPg==);background-repeat:no-repeat;content:'';height:24px;margin-left:-40px;margin-top:30px;position:absolute;width:24px;}.banquan{color:#9e9e9e;font-size:12px;margin:50px 0px 50px 0px;}.dbad{margin-bottom:30px;}.xgwz-title{font-size:18px;font-weight:700;}.xgwz-fg{border-top:dashed 1px #dfdfdf;padding-top:48px;}.xgwz-title a{color:#2771fa;}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;}h1,h2,h3,h4,h5,h6{clear:both;}html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:auto;}a:focus{outline:thin dotted;}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;}del{color:#333;}ins{background:#fff9c0;text-decoration:none;}hr{background-color:#ccc;border:0;height:1px;margin:24px;margin-bottom:1.714285714rem;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}small{font-size:smaller;}img{box-shadow:3px 3px 8px rgba(125,169,171,0.2);border:1px solid rgba(0,0,0,.05);border-radius:12px;-ms-interpolation-mode:bicubic;}.clear:after,.wrapper:after,.format-status .entry-header:after{clear:both;}.clear:before,.clear:after,.wrapper:before,.wrapper:after,.format-status .entry-header:before,.format-status .entry-header:after{display:table;content:"";}.archive-title,.page-title,.widget-title,.entry-content th,.comment-content th{font-size:32px;font-weight:400;line-height:1.2;}article.format-quote footer.entry-meta,article.format-link footer.entry-meta,article.format-status footer.entry-meta{font-size:11px;font-size:0.785714286rem;line-height:2.181818182;}button,input,select,textarea{outline:none;font-family:inherit;}button,input{line-height:normal;outline:none;}textarea{font-size:100%;overflow:auto;vertical-align:top;}input[type="checkbox"],input[type="radio"],input[type="file"],input[type="hidden"],input[type="image"],input[type="color"]{border:0;border-radius:0;padding:0;}.menu-toggle,input[type="submit"],input[type="button"],input[type="reset"],article.post-password-required input[type=submit],.bypostauthor cite span{}.menu-toggle,button,input[type="submit"],input[type="button"],input[type="reset"]{cursor:pointer;}button[disabled],input[disabled]{cursor:default;}.menu-toggle:hover,.menu-toggle:focus,button:hover,input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,article.post-password-required input[type=submit]:hover{color:#fff;background-color:#004cff;}.menu-toggle:active,.menu-toggle.toggled-on,button:active,input[type="submit"]:active,input[type="button"]:active,input[type="reset"]:active{}.bypostauthor cite span{color:#fff;background-color:#2771fa;background-image:none;border:1px solid #2771fa;border-radius:4px;box-shadow:none;}img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto;}img.size-full,img.size-large,img.header-image,img.wp-post-image{max-width:100%;height:auto;}embed,iframe,object,video{max-width:100%;}.entry-content .twitter-tweet-rendered{max-width:100% !important;}.alignleft{float:left;}.alignright{float:right;}.aligncenter{display:block;margin-left:auto;margin-right:auto;}.wp-caption{max-width:100%;padding:4px;}.wp-caption .wp-caption-text,.gallery-caption,.entry-caption{font-style:italic;font-size:12px;font-size:0.857142857rem;line-height:2;color:#757575;text-align:center;}img.wp-smiley,.rsswidget img{border:0;border-radius:0;box-shadow:none;margin-bottom:0;margin-top:0;padding:0;}.entry-content dl.gallery-item{margin:0;}.gallery-item a,.gallery-caption{width:90%;}.gallery-item a{display:block;}.gallery-caption a{display:inline;}.gallery-columns-1 .gallery-item a{max-width:100%;width:auto;}.gallery .gallery-icon img{height:auto;max-width:90%;padding:5%;}.gallery-columns-1 .gallery-icon img{padding:3%;}.site-content nav{clear:both;line-height:2;overflow:hidden;}#nav-above{padding:24px 0;padding:1.714285714rem 0;}#nav-above{display:none;}.paged #nav-above{display:block;}.nav-previous,.previous-image{float:left;width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;}.nav-next,.next-image{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:right;text-align:right;width:40%;font-size:14px;}.nav-single + .comments-area,#comment-nav-above{border:1px solid #c4d6ec;padding:20px;background:#f8fcff;margin:48px 0;margin:3.428571429rem 0;}.author .archive-header{margin-bottom:24px;margin-bottom:1.714285714rem;}.author-info{border-top:1px solid #ededed;margin:24px 0;margin:1.714285714rem 0;padding-top:24px;padding-top:1.714285714rem;overflow:hidden;}.author-description p{color:#757575;font-size:13px;font-size:0.928571429rem;line-height:1.846153846;}.author.archive .author-info{border-top:0;margin:0 0 48px;margin:0 0 3.428571429rem;}.author.archive .author-avatar{margin-top:0;}html{font-size:87.5%;}body{font-size:16px;font-family:Helvetica,Arial,sans-serif;text-rendering:optimizeLegibility;color:#444;}body.custom-font-enabled{font-family:"Open Sans",Helvetica,Arial,sans-serif;}a{outline:none;color:#2771fa;text-decoration:none;blr:expression(this.onFocus=this.blur());}a:hover{color:#004cff;}.assistive-text,.site .screen-reader-text{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;}.main-navigation .assistive-text:focus,.site .screen-reader-text:hover,.site .screen-reader-text:active,.site .screen-reader-text:focus{background:#fff;border:2px solid #333;border-radius:3px;clip:auto !important;color:#000;display:block;font-size:12px;height:auto;padding:12px;position:absolute;top:5px;left:5px;width:auto;z-index:100000;}.site{padding:0 14px;background-color:#fff;}.site-content{}.widget-area{}.site-header{}.site-header h1,.site-header h2{text-align:center;}.site-header h1 a,.site-header h2 a{color:#515151;display:inline-block;text-decoration:none;}.site-header h1 a:hover,.site-header h2 a:hover{color:#2771fa;}.site-header h1{text-align:left;font-size:24px;font-size:1.857142857rem;margin-bottom:14px;margin-bottom:1rem;background-repeat:no-repeat;}.site-header h2{font-weight:normal;font-size:13px;font-size:0.928571429rem;line-height:1.846153846;color:#757575;}.header-image{margin-top:24px;margin-top:1.714285714rem;}.main-navigation{margin-top:24px;margin-top:1.714285714rem;text-align:center;}.main-navigation li{display:inline-block;margin:24px 14px 24px 0px;font-size:12px;line-height:1.42857143;}.main-navigation a{color:#5e5e5e;}.main-navigation a:hover,.main-navigation a:focus{color:#21759b;}.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul{border-bottom:1px solid #ededed;border-top:1px solid #ededed;display:inline-block !important;text-align:left;width:100%;}.main-navigation ul.nav-menu.toggled-on,.menu-toggle{display:none;}section[role="banner"]{margin-bottom:48px;margin-bottom:3.428571429rem;}.widget-area .widget{}.widget-area .widget h3{font-size:20px;}.widget-area .widget ul{padding:20px 0px;font-size:12px;line-height:28px;color:#999;}.widget-area .widget p,.widget-area .widget li,.widget-area .widget .textwidget{font-weight:400;}.widget-area .widget p{margin:1.714285714rem 0px;}.widget-area .textwidget ul,.widget-area .textwidget ol{list-style:disc outside;margin:0 0 24px;margin:0 0 1.714285714rem;}.widget-area .textwidget li > ul,.widget-area .textwidget li > ol{margin-bottom:0;}.widget-area .textwidget ol{list-style:decimal;}.widget-area .textwidget li{margin-left:36px;margin-left:2.571428571rem;}.widget-area .widget a{display:block;height:40px;line-height:40px;color:#555;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px;}.widget-area .widget a:hover{color:#2771fa;}.widget-area .widget a:visited{}.widget-area #s{width:53.66666666666%;}footer[role="contentinfo"]{clear:both;font-size:0.857142857rem;line-height:2;max-width:1200px;margin-left:auto;margin-right:auto;color:#fff;text-align:center;padding:1.714285714rem 0;}footer[role="contentinfo"] a{color:#fff;}footer[role="contentinfo"] a:hover{color:#2771fa;}.entry-meta{clear:both;}.entry-header img.wp-post-image{margin-bottom:24px;margin-bottom:1.714285714rem;}.entry-header .entry-title{font-size:32px;font-weight:600;line-height:1.2;}.entry-header .entry-title-h1{color: #191b1f;font-size:32px;font-weight:400;line-height:1.2;word-break:break-all;}.entry-header .entry-title a{color:#5e5e5e;text-decoration:none;}.entry-header .entry-title a:hover{color:#2771fa;}.entry-header .entry-format{margin-top:24px;margin-top:1.714285714rem;font-weight:normal;}.entry-header .comments-link{margin-top:10px;font-size:0.928571429rem;line-height:1.846153846;color:#9e9e9e;}.comments-link a,.entry-meta a{text-decoration:none;}.comments-link a:hover,.entry-meta a:hover{color:#2771fa;}article.sticky .featured-post{display:none;border-top:4px double #ededed;border-bottom:4px double #ededed;color:#757575;font-size:13px;font-size:0.928571429rem;line-height:3.692307692;margin-bottom:24px;margin-bottom:1.714285714rem;text-align:center;}.entry-content,.entry-summary,.mu_register{border-top:solid 1px #ebebeb;line-height:1.714285714;}.entry-content h1,.comment-content h1,.entry-content h2,.comment-content h2,.entry-content h3,.comment-content h3,.entry-content h4,.comment-content h4,.entry-content h5,.comment-content h5,.entry-content h6,.comment-content h6{margin:24px 0;margin:1.714285714rem 0;line-height:1.714285714;}.entry-content h1,.comment-content h1{font-size:21px;font-size:1.5rem;line-height:1.5;}.entry-content h2,.comment-content h2,.mu_register h2{display:block;line-height:22px;font-size:20px;font-weight:600;background:#fff;margin:50px 0px;}.entry-content h3,.comment-content h3{color: #191b1f;margin:30px 0px;font-size:18px;font-weight:600;}.entry-content h4,.comment-content h4{color: #191b1f;font-size:18px;margin:30px 0px;font-weight:700;}.entry-content h5,.comment-content h5{font-size:13px;font-size:0.928571429rem;line-height:1.846153846;}.entry-content h6,.comment-content h6{font-size:12px;font-size:0.857142857rem;line-height:1.846153846;}.entry-content p,.entry-summary p,.comment-content p,.mu_register p{color: #191b1f;margin:28px 0 28px 0;line-height:1.8;color:#444;}.entry-content a:visited,.comment-content a:visited{text-decoration:none;}.entry-content .more-link{white-space:nowrap;}.entry-content ol,.comment-content ol,.entry-content ul,.comment-content ul,.mu_register ul{margin:0 0 24px;margin:0 0 1.714285714rem;line-height:1.714285714;}.entry-content ul ul,.comment-content ul ul,.entry-content ol ol,.comment-content ol ol,.entry-content ul ol,.comment-content ul ol,.entry-content ol ul,.comment-content ol ul{margin-bottom:0;}.entry-content ul,.comment-content ul,.mu_register ul{list-style:disc outside;border-radius:8px;padding:20px 20px;background:#f8fcff;list-style-type:none;}.entry-content ol,.comment-content ol{list-style:decimal outside;border-radius:8px;padding:20px 30px;}.entry-content blockquote,.comment-content blockquote{margin-bottom:24px;margin-bottom:1.714285714rem;padding:24px;padding:1.714285714rem;}.entry-content blockquote p:last-child,.comment-content blockquote p:last-child{margin-bottom:0;word-wrap:break-word;word-break:break-all;overflow:hidden;}.entry-content code,.comment-content code{font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;font-size:0.857142857rem;line-height:2;}.entry-content pre,.comment-content pre{border:1px solid #ededed;color:#fff;font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;font-size:0.857142857rem;line-height:1.714285714;background-color:#000;margin:24px 0;margin:1.714285714rem 0;overflow:auto;padding:24px;padding:1.714285714rem;padding:4px;}.entry-content pre code,.comment-content pre code{display:block;padding:4px;}.entry-content abbr,.comment-content abbr,.entry-content dfn,.comment-content dfn,.entry-content acronym,.comment-content acronym{border-bottom:1px dotted #666;cursor:help;}.entry-content address,.comment-content address{display:block;line-height:1.714285714;margin:0 0 24px;margin:0 0 1.714285714rem;}img.alignleft,.wp-caption.alignleft{margin:12px 24px 12px 0;margin:0.857142857rem 1.714285714rem 0.857142857rem 0;}img.alignright,.wp-caption.alignright{margin:12px 0 12px 24px;margin:0.857142857rem 0 0.857142857rem 1.714285714rem;}img.aligncenter,.wp-caption.aligncenter{clear:both;margin-top:12px;margin-top:0.857142857rem;margin-bottom:12px;margin-bottom:0.857142857rem;}.entry-content dl,.comment-content dl{}.entry-content dt,.comment-content dt{font-weight:bold;line-height:1.714285714;}.entry-content dd,.comment-content dd{line-height:1.714285714;margin-bottom:24px;margin-bottom:1.714285714rem;}.entry-content table,.comment-content table{border-bottom:1px solid #ededed;font-size:16px;line-height:2;margin:30px 0px;width:100%;}.entry-content table,.comment-content table a{color:#666;}.entry-content table caption,.comment-content table caption{font-size:16px;font-size:1.142857143rem;margin:24px 0;margin:1.714285714rem 0;}.entry-content td,.comment-content td{border:1px solid #ededed;}.site-content article{border-bottom:dashed 1px #dfdfdf;margin-bottom:48px;padding-bottom:24px;word-wrap:break-word;}\
.page-links{clear:both;line-height:1.714285714;}footer.entry-meta{margin-bottom:10px;}.single-author .entry-meta .by-author{}.mu_register h2{color:#757575;font-weight:normal;}.archive-header,.page-header{margin-bottom:48px;padding-bottom:22px;padding-bottom:3.428571429rem;border-bottom:1px solid #ededed;}.archive-meta{color:#444;font-size:16px;line-height:4;margin-top:22px;margin-top:1.571428571rem;}.attachment .entry-content .mejs-audio{max-width:400px;}.attachment .entry-content .mejs-container{margin-bottom:24px;}.article.attachment{overflow:hidden;}.image-attachment div.attachment{text-align:center;}.image-attachment div.attachment p{text-align:center;}.image-attachment div.attachment img{display:block;height:auto;margin:0 auto;max-width:100%;}.image-attachment .entry-caption{margin-top:8px;margin-top:0.571428571rem;}article.format-aside h1{margin-bottom:24px;margin-bottom:1.714285714rem;}article.format-aside h1 a{text-decoration:none;color:#4d525a;}article.format-aside h1 a:hover{color:#2e3542;}article.format-aside .aside{padding:24px 24px 0;padding:1.714285714rem;background:#d2e0f9;border-left:22px solid #a8bfe8;}article.format-aside p{font-size:13px;font-size:0.928571429rem;line-height:1.846153846;color:#4a5466;}article.format-aside blockquote:last-child,article.format-aside p:last-child{margin-bottom:0;}article.format-image footer h1{font-size:13px;font-size:0.928571429rem;line-height:1.846153846;font-weight:normal;}article.format-image footer h2{font-size:11px;font-size:0.785714286rem;line-height:2.181818182;}article.format-image footer a h2{font-weight:normal;}article.format-link header{padding:0 10px;padding:0 0.714285714rem;float:right;font-size:11px;font-size:0.785714286rem;line-height:2.181818182;font-weight:bold;font-style:italic;color:#848484;background-color:#ebebeb;border-radius:3px;}article.format-link .entry-content{max-width:80%;float:left;}article.format-link .entry-content a{font-size:22px;font-size:1.571428571rem;line-height:1.090909091;text-decoration:none;}article.format-quote .entry-content p{margin:0;padding-bottom:24px;padding-bottom:1.714285714rem;}article.format-quote .entry-content blockquote{display:block;padding:24px 24px 0;padding:1.714285714rem 1.714285714rem 0;font-size:15px;font-size:1.071428571rem;line-height:1.6;font-style:normal;color:#6a6a6a;background:#efefef;}.format-status .entry-header{margin-bottom:24px;margin-bottom:1.714285714rem;}.format-status .entry-header header{display:inline-block;}.format-status .entry-header h1{font-size:15px;font-size:1.071428571rem;font-weight:normal;line-height:1.6;margin:0;}.format-status .entry-header h2{font-size:12px;font-size:0.857142857rem;font-weight:normal;line-height:2;margin:0;}.format-status .entry-header header a{color:#757575;}.format-status .entry-header header a:hover{color:#21759b;}.format-status .entry-header img{float:left;margin-right:21px;margin-right:1.5rem;}.comments-title{margin-bottom:48px;margin-bottom:3.428571429rem;font-size:16px;font-size:1.142857143rem;line-height:1.5;font-weight:normal;}.comments-area article{margin:14px 0;}.comments-area article header{}.comments-area article header img{float:left;border-radius:50%;}.comments-area article header cite,.comments-area article header time{display:block;margin-left:65px;}.comments-area article header cite{font-style:normal;font-size:15px;font-size:1.071428571rem;line-height:1.42857143;}.comments-area cite b{color:#9e9e9e;font-weight:700;font-size:12px;}.comments-area article header time{line-height:2.814285714;text-decoration:none;font-size:12px;font-size:0.857142857rem;color:#9e9e9e;}.comments-area article header a{text-decoration:none;color:#5e5e5e;}.comments-area article header a:hover{color:#21759b;}.comments-area article header cite a{color:#444;}.comments-area article header cite a:hover{text-decoration:underline;}.comments-area article header h4{position:absolute;top:0;right:0;padding:6px 12px;padding:0.428571429rem 0.857142857rem;font-size:12px;font-size:0.857142857rem;font-weight:normal;color:#fff;background-color:#0088d0;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#009cee,#0088d0);background-image:-ms-linear-gradient(top,#009cee,#0088d0);background-image:-webkit-linear-gradient(top,#009cee,#0088d0);background-image:-o-linear-gradient(top,#009cee,#0088d0);background-image:linear-gradient(top,#009cee,#0088d0);border-radius:3px;border:1px solid #007cbd;}.comments-area .bypostauthor cite span{margin-left:0.357142857rem;padding:4px 5px;font-size:12px;}.comments-area .bypostauthor cite b{font-weight:700;font-size:12px;}a.comment-reply-link,a.comment-edit-link{color:#9e9e9e;font-size:13px;font-size:0.928571429rem;line-height:1.846153846;}a.comment-reply-link:hover,a.comment-edit-link:hover{color:#21759b;}.commentlist .pingback{line-height:1.714285714;margin-bottom:24px;margin-bottom:1.714285714rem;}#respond{}#respond h3#reply-title{margin-top:20px;font-size:20px;font-weight:400;}#respond h3#reply-title #cancel-comment-reply-link{margin-left:10px;margin-left:0.714285714rem;font-weight:normal;font-size:12px;font-size:0.857142857rem;}#respond form{}#respond form p{font-size:14px;margin:30px 0px 20px 0px;}#respond form p.logged-in-as{margin-bottom:24px;margin-bottom:1.714285714rem;}#respond form label{display:block;line-height:1.714285714;}#respond form p.form-allowed-tags{margin:0;font-size:12px;font-size:0.857142857rem;line-height:2;color:#5e5e5e;}.required{color:red;}.entry-page-image{margin-bottom:14px;margin-bottom:1rem;}.template-front-page .site-content article{border:0;margin-bottom:0;}.template-front-page .widget-area{clear:both;float:none;width:auto;padding-top:24px;padding-top:1.714285714rem;border-top:1px solid #ededed;}.template-front-page .widget-area .widget li{margin:8px 0 0;margin:0.571428571rem 0 0;font-size:13px;font-size:0.928571429rem;line-height:1.714285714;list-style-type:square;list-style-position:inside;}.template-front-page .widget-area .widget li a{color:#757575;}.template-front-page .widget-area .widget li a:hover{color:#21759b;}.template-front-page .widget-area .widget_text img{float:left;margin:8px 24px 8px 0;margin:0.571428571rem 1.714285714rem 0.571428571rem 0;}.widget-area .widget ul ul{margin-left:12px;margin-left:0.857142857rem;}.widget_rss li{margin:12px 0;margin:0.857142857rem 0;}.widget_recent_entries .post-date,.widget_rss .rss-date{color:#aaa;font-size:11px;font-size:0.785714286rem;margin-left:12px;margin-left:0.857142857rem;}#wp-calendar{margin:0;width:100%;font-size:13px;font-size:0.928571429rem;line-height:1.846153846;color:#686868;}#wp-calendar th,#wp-calendar td,#wp-calendar caption{text-align:left;}#wp-calendar #next{padding-right:24px;padding-right:1.714285714rem;text-align:right;}.widget_search label{display:block;font-size:13px;font-size:0.928571429rem;line-height:1.846153846;}.widget_twitter li{list-style-type:none;}.widget_twitter .timesince{display:block;text-align:right;}.tagcloud ul{list-style-type:none;}.tagcloud ul li{display:inline-block;}.widget-area .widget.widget_tag_cloud li{line-height:1;}.template-front-page .widget-area .widget.widget_tag_cloud li{margin:0;}.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,.widget-area .gallery-columns-6 .gallery-icon img,.widget-area .gallery-columns-7 .gallery-icon img,.widget-area .gallery-columns-8 .gallery-icon img,.widget-area .gallery-columns-9 .gallery-icon img{height:auto;max-width:80%;}img#wpstats{display:block;margin:0 auto 24px;margin:0 auto 1.714285714rem;}@-ms-viewport{width:device-width;}@viewport{width:device-width;}@media screen and (min-width:600px){.author-avatar{float:left;margin-top:8px;margin-top:0.571428571rem;}.author-description{float:right;width:80%;}.site{margin:0 auto;max-width:1200px;overflow:hidden;}.site-content{border-right:1px solid #ebebeb;float:left;width:66.5%;}body.template-front-page .site-content,body.attachment .site-content,body.full-width .site-content{width:100%;}.widget-area{float:right;width:30%;}.site-header h1,.site-header h2{text-align:left;}.site-header h1{font-size:26px;font-size:1.857142857rem;margin-bottom:0;}.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul{border-bottom:1px solid #ededed;border-top:1px solid #ededed;display:inline-block !important;text-align:left;width:100%;}.main-navigation ul{margin:0;text-indent:0;}.main-navigation li a,.main-navigation li{display:inline-block;text-decoration:none;}.main-navigation li a{font-size:16px;border-bottom:0;color:#5e5e5e;line-height:3.692307692;white-space:nowrap;}.main-navigation li a:hover,.main-navigation li a:focus{color:#2771fa;}.main-navigation li{margin:0 40px 0 0;margin:0 2.857142857rem 0 0;position:relative;}.main-navigation li ul{margin:0;padding:0;position:absolute;top:100%;z-index:1;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}.main-navigation li ul ul{top:0;left:100%;}.main-navigation ul li:hover > ul,.main-navigation ul li:focus > ul,.main-navigation .focus > ul{border-left:0;clip:inherit;overflow:inherit;height:inherit;width:inherit;}.main-navigation li ul li a{background:#efefef;border-bottom:1px solid #ededed;display:block;font-size:11px;font-size:0.785714286rem;line-height:2.181818182;padding:8px 10px;padding:0.571428571rem 0.714285714rem;width:180px;width:12.85714286rem;white-space:normal;}.main-navigation li ul li a:hover,.main-navigation li ul li a:focus{background:#e3e3e3;color:#444;}.main-navigation .current-menu-item > a,.main-navigation .current-menu-ancestor > a,.main-navigation .current_page_item > a,.main-navigation .current_page_ancestor > a{color:#636363;font-weight:bold;}.menu-toggle{display:none;}#respond form textarea.blog-textarea{width:79.666666667%;}.template-front-page .site-content,.template-front-page article{overflow:hidden;}.template-front-page.has-post-thumbnail article{float:left;width:47.916666667%;}.entry-page-image{float:right;margin-bottom:0;width:47.916666667%;}.template-front-page .widget-area .widget,.template-front-page.two-sidebars .widget-area .front-widgets{float:left;width:51.875%;margin-bottom:24px;margin-bottom:1.714285714rem;}.template-front-page .widget-area .widget:nth-child(odd){clear:right;}.template-front-page .widget-area .widget:nth-child(even),.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets{float:right;width:39.0625%;margin:0 0 24px;margin:0 0 1.714285714rem;}.template-front-page.two-sidebars .widget,.template-front-page.two-sidebars .widget:nth-child(even){float:none;width:auto;}.commentlist .children{margin-left:48px;margin-left:3.428571429rem;}}@media screen and (min-width:960px){body{background-color:#ffffff;}body .site{padding:0 40px;padding:0 2.857142857rem;margin-bottom:18px;}body.custom-background-empty{background-color:#fff;}body.custom-background-empty .site,body.custom-background-white .site{padding:0;margin-top:0;margin-bottom:0;box-shadow:none;}}@media print{body{background:none !important;color:#000;font-size:10pt;}footer a[rel=bookmark]:link:after,footer a[rel=bookmark]:visited:after{content:" [" attr(href) "] ";}a{text-decoration:none;}.entry-content img,.comment-content img,.author-avatar img,img.wp-post-image{border-radius:0;box-shadow:none;}.site{clear:both !important;display:block !important;float:none !important;max-width:100%;position:relative !important;}.site-header{margin-bottom:72px;margin-bottom:5.142857143rem;text-align:left;}.site-header h1{font-size:21pt;line-height:1;text-align:left;}.site-header h2{color:#000;font-size:10pt;text-align:left;}.site-header h1 a,.site-header h2 a{color:#000;}.author-avatar,#colophon,#respond,.commentlist .comment-edit-link,.commentlist .reply,.entry-header .comments-link,.entry-meta .edit-link a,.page-link,.site-content nav,.widget-area,img.header-image,.main-navigation{display:none;}.wrapper{border-top:none;box-shadow:none;}.site-content{margin:0;width:auto;}.entry-header .entry-title,.entry-title{font-size:21pt;}footer.entry-meta,footer.entry-meta a{color:#444;font-size:10pt;}.author-description{float:none;width:auto;}.commentlist > li.comment{background:none;position:relative;width:auto;}.commentlist .avatar{height:39px;left:2.2em;top:2.2em;width:39px;}.comments-area article header cite,.comments-area article header time{margin-left:50px;margin-left:3.57142857rem;}}.ha{text-decoration:none;}.comlist{width:1200px;border:0px solid #ddd;margin:0 auto;}.hh3{border-bottom:1px dashed #ddd;height:36px;font-size:16px;color:#999;font-weight:normal;}.hul{padding:5px 0;overflow:hidden;}.hli{padding-right:10px;width:140px;float:left;margin:10px 0;height:45px;list-style-type:none;list-style-position:outside;font-style:normal;}.himg{float:left;margin-right:10px;width:45px;}.hp{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;color:#999;border:0;padding:0;margin:0;font-weight:normal;}.hspan{display:block;margin-bottom:2px;font-size:12px;color:#999;}.hspan2{float:left;width:56px;height:20px;border:1px solid #47b751;text-align:center;border-radius:5px;font-size:12px;color:#47b751;line-height:20px;margin-top:4px;}.hspan2:hover{background:#47b751;color:#fff;}.mac{display:inline-block;width:82px;padding-left:45px;font-size:14px;color:#555;position:relative;background:#f5f5f5 url(https://img.alicdn.com/imgextra/i4/810243349/O1CN01BpLW4E1absv5aEe2f-810243349.png) no-repeat;height:44px;line-height:44px;margin-left:20px;cursor:pointer;text-decoration:none;vertical-align:middle;}.android{display:inline-block;width:82px;padding-left:45px;font-size:14px;color:#555;position:relative;background:#f5f5f5 url(https://img.alicdn.com/imgextra/i3/810243349/O1CN01hEnaaT1absv5JzYkQ-810243349.png) no-repeat;height:44px;line-height:44px;margin-left:20px;cursor:pointer;text-decoration:none;vertical-align:middle;}.iPhone{display:inline-block;width:82px;padding-left:45px;font-size:14px;color:#555;position:relative;background:#f5f5f5 url(https://img.alicdn.com/imgextra/i1/810243349/O1CN01IuZ5Lq1absv1gYGe0-810243349.png) no-repeat;height:44px;line-height:44px;margin-left:20px;cursor:pointer;text-decoration:none;vertical-align:middle;}.m-video{color:#fff;font-size:16px;position:absolute;left:63.5%;top:375px;cursor:pointer;}.video-box{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;font-size:0;z-index:99999999999;}.video-box button{display:inline-block;padding:0;border:0 none;background:none;text-align:center;outline:none;cursor:pointer;}.video-box .video-button{display:inline-block;width:36px;height:36px;color:#fff;position:relative;overflow:hidden;}.video-box .video-button i{font-size:56px;}.video-box .video-button.video-btn-volume i{font-size:20px;}.video-box .video-button.video-tooltip-toggle i{font-size:20px;}.video-box .video-video{position:relative;width:100%;height:100%;overflow:hidden;}.video-box .video-video video{position:relative;display:block;top:0;left:0;width:100%;height:100%;background:#000;}.video-box .video-container{width:852px;min-height:550px;max-height:90vh;background:#000000;overflow:hidden;opacity:0;}.video-box .video-container.video-ready{opacity:1;}.video-box.quanping .video-container{width:100%;height:100%;max-height:100%;position:relative;left:0;top:0;transform:none;}.video-box.video-playing .video-div.video-hide-ui .video-ui{-webkit-transform:translateY(39px);-ms-transform:translateY(39px);transform:translateY(39px);}.video-box.heibian .video-container{padding:40px 0;}.video-box.heibian .video-div.video-hide-ui .video-ui{-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);}.video-box.heibian.quanping .video-container{padding:0;}.video-box.hideui .video-div .video-ui{-webkit-transform:translateY(39px);-ms-transform:translateY(39px);transform:translateY(39px);}.video-box .i{font-family:none;height:100%;width:100%;background-size:80%;background-position:center;background-repeat:no-repeat;}.video-box .i:before,.video-box i:after{display:none !important;}.video-box .i-voice-on{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}.video-box .i-voice-off{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}.video-box .i-bofang{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}.video-box .i-zhanting{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}.video-box .i-quanping{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}.video-box .i-suoxiao{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}.video-bg{position:absolute;height:100%;width:100%;background:#000;opacity:.9;}.video-div{background:#000;font-size:0;letter-spacing:-1px;position:absolute;height:100%;width:100%;top:0;left:0;}.video-ui{position:absolute;width:100%;height:41px;background-color:rgba(0,0,0,0.8);left:0;bottom:0;z-index:6;letter-spacing:.25px;-webkit-transition:transform 0.3s ease;-o-transition:transform 0.3s ease;-ms-transition:transform 0.3s ease;-moz-transition:transform 0.3s ease;transition:transform 0.3s ease;-webkit-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);-moz-transform:translateY(0px);transform:translateY(0px);}.video-loading-pulse{position:absolute;width:6px;height:24px;top:50%;left:50%;background-color:rgba(255,255,255,0.2);-webkit-animation:pulse 750ms infinite;animation:pulse 750ms infinite;-webkit-animation-delay:250ms;animation-delay:250ms;}.video-loading-pulse:before,.video-loading-pulse:after{content:'';position:absolute;display:block;height:16px;width:6px;background:rgba(255,255,255,0.2);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-animation:pulse 750ms infinite;animation:pulse 750ms infinite;}.video-loading-pulse:before{left:-12px;}.video-loading-pulse:after{left:12px;-webkit-animation-delay:500ms;animation-delay:500ms;}@keyframes pulse{50%{background:white;}}.video-loading{opacity:1;color:#2c97f6;font-size:0;overflow:hidden;box-shadow:0px 0px 0px 3600px #000;background:#000;width:30px;height:30px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}.video-loading i{border-radius:50%;width:24px;height:24px;display:block;border:0.25rem solid rgba(255,255,255,0.2);border-top-color:white;-webkit-animation:adeg 1s infinite linear;-o-animation:adeg 1s infinite linear;-ms-animation:adeg 1s infinite linear;-moz-animation:adeg 1s infinite linear;animation:adeg 1s infinite linear;}.video-loading .i-loading:before{display:none;opacity:0;visibility:hidden;}.video-loading.yihuanchun{opacity:0;}@keyframes adeg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.video-close{position:absolute;top:calc(52px + 2%);right:5%;width:30px;height:30px;cursor:pointer;background:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat;}.video-bofang.f-czspjuzhong{z-index:2;font-size:0;}.video-bofang.f-czspjuzhong i{display:block;border-radius:50%;text-align:center;background-color:rgba(0,0,0,0.8);color:#fff;width:60px;height:60px;cursor:pointer;line-height:62px;font-size:66px;-webkit-transition:transform 1s;-o-transition:transform 1s;-ms-transition:transform 1s;-moz-transition:transform 1s;transition:transform 1s;}.video-hide{z-index:0 !important;}.video-hide i{opacity:0;-webkit-transform:scale(3);-o-transform:scale(3);-ms-transform:scale(3);-moz-transform:scale(3);transform:scale(3);will-change:transform,opacity;z-index:0;}.video-progress{display:block;position:absolute;width:100%;bottom:36px;height:5px;cursor:pointer;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;z-index:2;}.video-progress:hover .video-progress-hover,.video-progress:hover .video-tooltip-time{opacity:1;}.video-tooltip-time{width:46px;position:absolute;height:20px;z-index:5;left:0;right:0;bottom:8px;opacity:0;-webkit-transition:opacity 0.5s;-o-transition:opacity 0.5s;-ms-transition:opacity 0.5s;-moz-transition:opacity 0.5s;transition:opacity 0.5s;}.video-tooltip-time .video-tinytip-content{margin-left:-23px;}.video-tooltip-time .video-text{background:rgba(0,0,0,0.5);padding:2px;border-radius:2px;}.video-tinytip .video-tooltip-content{display:inline-block;padding:0 4px;color:rgba(255,255,255,0.5);font-size:10px;line-height:20px;text-align:center;}.video-progress-padding{position:absolute;width:100%;height:16px;bottom:0;z-index:40;cursor:pointer;}.video-progress-list{position:relative;top:-1px;z-index:39;width:100%;height:100%;background-color:rgba(255,255,255,0.2);-webkit-transform:scaleY(0.6);-ms-transform:scaleY(0.6);transform:scaleY(0.6);transition:-webkit-transform 0.1s cubic-bezier(0.4,0,1,1);transition:transform 0.1s cubic-bezier(0.4,0,1,1);transition:transform 0.1s cubic-bezier(0.4,0,1,1),-webkit-transform 0.1s cubic-bezier(0.4,0,1,1);}.video-progress-play,.video-progress-buffer,.video-progress-hover{position:absolute;top:0;left:0;width:0;height:100%;}.video-progress-buffer{z-index:33;background-color:rgba(255,255,255,0.4);-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.video-progress-hover{z-index:34;background-color:rgba(255,255,255,0.5);opacity:0;-webkit-transition:opacity 0.25s cubic-bezier(0,0,0.2,1);-o-transition:opacity 0.25s cubic-bezier(0,0,0.2,1);-ms-transition:opacity 0.25s cubic-bezier(0,0,0.2,1);-moz-transition:opacity 0.25s cubic-bezier(0,0,0.2,1);transition:opacity 0.25s cubic-bezier(0,0,0.2,1);}.video-progress-play{z-index:35;background-color:#2c97f6;}.video-progress-handle{width:13px;height:13px;position:absolute;top:50%;right:-6.5px;margin-top:-6.5px;border-radius:50%;background-color:#2c97f6;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:-webkit-transform 0.1s cubic-bezier(0.4,0,1,1);transition:transform 0.1s cubic-bezier(0.4,0,1,1);transition:transform 0.1s cubic-bezier(0.4,0,1,1),-webkit-transform 0.1s cubic-bezier(0.4,0,1,1);}.video-progress-padding:hover + .video-progress-list{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);}.video-progress-padding:hover + .video-progress-list .video-progress-handle{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.video-controls-buttons{position:absolute;bottom:0;left:0;height:36px;width:100%;padding:0 10px;z-index:3;}.video-time-panel{font-size:12px;color:#777;display:inline-block;vertical-align:top;height:36px;padding:0 5px;line-height:36px;letter-spacing:.25px;}.video-time-panel-current{color:#DEDEDF;}.video-fullscreen{float:right;}.video-definition{float:right;width:55px;height:36px;position:relative;}.video-definition .video-button{width:100%;}.video-definition .video-button span{background:#fff;color:#333;font-size:14px;padding:2px 5px;}.video-definition .video-tooltip-content{width:80px;left:50%;margin-left:-40px;display:none;background:rgba(0,0,0,0.5);}.video-definition:hover .video-tooltip-content{position:absolute;bottom:35px;color:#aaa;display:block;z-index:6;}.video-menu .video-menu-item{display:block;width:100%;line-height:36px;font-size:14px;text-align:center;white-space:nowrap;padding:0 12px;cursor:pointer;position:relative;height:38px;background:-webkit-linear-gradient(top,transparent 0,transparent 50%,rgba(255,255,255,0.1) 50%) center bottom no-repeat;background-size:80% 1px;}.video-menu .video-menu-item:hover{color:#fff;background:rgba(255,255,255,0.12);}.video-menu .video-menu-item.video-active{color:#FF8F00;}.video-volume{float:right;position:relative;}.video-popup .video-popup-content{transform:scaleY(0);bottom:41px;position:absolute;}.video-popup .video-popup-content:after{content:'';position:absolute;bottom:-10px;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:rgba(0,0,0,0.5);}.video-popup:hover .video-popup-content{-webkit-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1);}.video-volume-slider{left:0;width:36px;height:100px;cursor:pointer;background:rgba(0,0,0,0.8);}.video-tinytip-tiao{position:absolute;top:0;left:0;width:100%;height:100%;}.video-volume-range{position:absolute;left:16px;top:10px;width:4px;height:80px;background-color:rgba(0,0,0,0.2);}.video-volume-range-current{position:absolute;left:0;bottom:0;width:100%;height:50%;background-color:#2c97f6;}.video-volume-handle{position:absolute;top:0;left:-4px;width:12px;height:3px;background-color:#fff;}@media (max-width:998px){.video-box .video-container{width:80vw;max-height:80vh;min-height:44.9vw;}}@media (max-width:468px){.video-box .video-container{width:100vw;min-height:54.9vw;}.video-loading i{font-size:26px;}.video-definition{display:none;}}.f-czspjuzhong{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.site-title{font-weight:bold;font-size:1.857142857rem;margin-bottom:0;text-align:left;margin-top:20px;}.site-title a{color:#515151;display:inline-block;text-decoration:none;text-align:left;}.site-title a:hover{color:#2771fa;}.xzaid{margin:60px 0px;}.xzaia{display:block;color:#fff;background:#2771fa;padding:0 0 0 55px;width:250px;border-radius:5px;font-size:28px;height:70px;line-height:70px;}.xzaia:hover{display:block;color:#fff;background:#004cff;padding:0 0 0 55px;width:250px;border-radius:5px;font-size:28px;height:70px;line-height:70px;}.xzaiassl{display:block;color:#fff;background:#2771fa;padding:0 0 0 55px;width:330px;border-radius:5px;font-size:28px;height:70px;line-height:70px;}.xzaiassl:hover{display:block;color:#fff;background:#004cff;padding:0 0 0 55px;width:330px;border-radius:5px;font-size:28px;height:70px;line-height:70px;}.xzaib{display:block;color:#fff;background:#13c5bf;padding:0 0 0 55px;width:250px;border-radius:5px;font-size:28px;height:70px;line-height:70px;}.xzaib:hover{display:block;color:#fff;background:#13c5bf;padding:0 0 0 55px;width:250px;border-radius:5px;font-size:28px;height:70px;line-height:70px;}.xzaii{display:inline-block;width:40px;height:40px;margin-right:20px;vertical-align:text-top;background:url(https://img.alicdn.com/imgextra/i2/810243349/O1CN01NVzh8N1absyHonBQ9_!!810243349.png) no-repeat;}.entry-content h2 a{color:#fff;}.ydqw{color:#2771fa;}.xzdngj{border:1px solid #2771fa;text-align:center;border-radius:5px;font-size:16px;color:#2771fa;padding:5px 15px;}.xzdngj:hover{color:#fff;background:#2771fa;}.shiliu{font-size:14px;}.url{color:#444;}.wrapper{margin-top:110px;}#new-mgr-nav .inner_nav_ul{max-width:100%;width:1200px;margin:0 auto;height:85px;line-height:85px;position:relative;}#new-mgr-nav .mgr_logo{height:85px;background-position:0 50%;position:relative;line-height:85px;float:left;}#new-mgr-nav .mgr_lnk{float:right;margin-right:0px;height:45px;}.comlist{width:358px;}.comlist h3{border-bottom:1px dashed #ddd;line-height:36px;height:36px;padding-left:16px;font-size:16px;color:#999;}.comlist ul{padding:5px 0;overflow:hidden;}.comlist ul li img{float:left;margin-right:25px;width:56px;border:1px solid rgba(0,0,0,.05);border-radius:12px;}.comlist ul p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;color:#999;}.cybt{display:block;margin-bottom:13px;font-size:12px;color:#757575;}.biju{width:100%;height:70px;float:left;padding:0px 0px 20px 0px;}.biju2{width:156px;float:right;margin:10px 0;height:70px;}.bijua{width:170px;height:70px;float:left;margin:10px 0;}.bijub{width:170px;float:right;margin:10px 0;height:70px;}.cybta{display:block;margin-bottom:14px;font-size:12px;color:#555;}.comliss ul li img{float:left;margin-right:16px;width:66px;border:1px solid rgba(0,0,0,.05);border-radius:12px;}.aa{width:70px;height:28px;border:1px solid #47b751;text-align:center;border-radius:8px;font-size:12px;color:#47b751;line-height:28px;display:block;}.aa:hover{display:block;background:#47b751;color:#ffffff;text-decoration:none;}.cyrj{font-size:20px;margin:0px 0px 20px 0px;color:#444;}.ml b{font-size:20px;font-weight:400;color:#444;}.ml span{font-size:20px;font-weight:400;color:#444;}#toc-title{margin:18px 0px;}.hh1{background:#f9f9f9;font-size:18px;padding:0 10px;border-left:3px solid #2771fa;margin:10px 0;}.img1{vertical-align:middle;margin-right:5px;}.heia{color:#146abe;}#mohe-softbox_pc_middle--noraml .mh-head{border-radius:12px;padding-top:60px;background-image:url(https://img.qsxzcdn.com/wp-content/uploads/2020/10/t015c3caff10d1f8c6e.png);background-repeat:no-repeat}#mohe-softbox_pc_middle--noraml .mh-logo{width:72px;height:72px;margin:0 auto 8px;overflow:hidden;background-color:#fff;box-shadow:0 3px 8px rgba(125,169,171,0.2);border-radius:15px;overflow:hidden;}#mohe-softbox_pc_middle--noraml .mh-logo img{display:block;width:72px;height:72px}#mohe-softbox_pc_middle--noraml .mh-name{margin:22px 0 5px;font-size:24px;line-height:28px;text-align:center}#mohe-softbox_pc_middle--noraml .mh-auth{text-align:center;margin:20px 0 20px}#mohe-softbox_pc_middle--noraml .mh-auth .mh-wrap{display:inline-block;padding:0px 9px;background:#ecfaf2;border-radius:12px;color:#47b751;line-height:20px}#mohe-softbox_pc_middle--noraml .mh-icon-auth{display:inline-block;width:14px;height:14px;margin:0 4px;background-image:url(https://p.ssl.qhimg.com/t01900fc27846e7cc53.png);background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01900fc27846e7cc53.png) 1x,url(https://p.ssl.qhimg.com/t01e3f055fe9ff54637.png) 2x);background-repeat:no-repeat;vertical-align:text-top}#mohe-softbox_pc_middle--noraml .mh-info{padding:0 20px 20px;border-top:1px solid #eaeaea}#mohe-softbox_pc_middle--noraml .mh-info .mh-item{margin:20px 0}#mohe-softbox_pc_middle--noraml .mh-bendi{text-align:center;font-size:14px;line-height:22px;margin:15px 0 30px}#mohe-softbox_pc_middle--noraml .mh-icon-bendi1{display:inline-block;width:14px;height:15px;margin-right:5px;vertical-align:-2px;background:url(https://img.qsxzcdn.com/wp-content/uploads/2020/10/1-3-1.png) no-repeat;}#mohe-softbox_pc_middle--noraml .mh-score{float:right;top:72px;right:30px;width:116px;height:116px;border-radius:12px;text-align:center;font-size:14px;background-color:#f8f8f9;box-shadow:3px 3px 8px rgba(125,169,171,0.2);border:1px solid rgba(0,0,0,.05);}#mohe-softbox_pc_middle--noraml .mh-score .mh-s-hd{font-size:16px;line-height:25px;margin:7px 0 2px}#mohe-softbox_pc_middle--noraml .mh-score .mh-s-bd{margin:2px 0 16px;height:8px}#mohe-softbox_pc_middle--noraml .mh-downloads{margin:20px 15px 30px;text-align:center}#mohe-softbox_pc_middle--noraml .mh-downloads .mh-btn{display:inline-block;width:248px;height:61px;color:#333;background:#fff;border:1px solid #ccc;border-radius:8px;overflow:hidden;text-decoration:none;text-align:left;vertical-align:top}#mohe-softbox_pc_middle--noraml .mh-downloads .mh-btn.mh-btn-primary{color:#fff;background:#47b751;border:1px solid #47b751}#mohe-softbox_pc_middle--noraml .mh-downloads .mh-btn:hover{background:#fff;border:1px solid #1dd160;color:#19b955}#mohe-softbox_pc_middle--noraml .mh-downloads .mh-btn:active{color:#16aa4e;background:#fff;border:1px solid #16aa4e}#mohe-softbox_pc_middle--noraml .mh-downloads .mh-btn.mh-btn-primary:hover{color:#fff;background:#1dd160;border:1px solid #1dd160}#mohe-softbox_pc_middle--noraml .mh-downloads .mh-btn.mh-btn-primary:active{background:#16aa4e}#mohe-softbox_pc_middle--noraml .mh-downloads .mh-title{font-size:24px;line-height:28px;margin-top:15px}#mohe-softbox_pc_middle--noraml .mh-downloads .mh-ml{margin-left:8px}#mohe-softbox_pc_middle--noraml .mh-icon-weishi,#mohe-softbox_pc_middle--noraml .mh-icon-bendi{display:inline-block;width:34px;height:39px;margin:15px 10px 0 42px;background-repeat:no-repeat;background-size:contain}#mohe-softbox_pc_middle--noraml .mh-icon-weishi{margin-top:12px;background-image:url(https://p.ssl.qhimg.com/t010dbd9b9ce13cd1b8.png);background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t010dbd9b9ce13cd1b8.png) 1x,url(https://p.ssl.qhimg.com/t0111942911ea908509.png) 2x)}#mohe-softbox_pc_middle--noraml .mh-icon-bendi{background-image:url(https://p.ssl.qhimg.com/t010716032d141304f9.png);background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t010716032d141304f9.png) 1x,url(https://p.ssl.qhimg.com/t01cb94b5368ff28e79.png) 2x)}#mohe-softbox_pc_middle--noraml .mh-btn:hover .mh-icon-bendi{background-image:url(https://p.ssl.qhimg.com/t01208b3f25fdff06f6.png);background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01208b3f25fdff06f6.png) 1x,url(https://p.ssl.qhimg.com/t01192d26a725728def.png) 2x)}#mohe-softbox_pc_middle--noraml .mh-btn:active .mh-icon-bendi{background-image:url(https://p.ssl.qhimg.com/t01db6bfb03716632a4.png);background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01db6bfb03716632a4.png) 1x,url(https://p.ssl.qhimg.com/t01f3ea8d0803dfcec8.png) 2x)}#mohe-softbox_pc_middle--noraml .mh-icon-bendi-hover{background-image:url(https://p.ssl.qhimg.com/t01208b3f25fdff06f6.png);background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01208b3f25fdff06f6.png) 1x,url(https://p.ssl.qhimg.com/t01192d26a725728def.png) 2x)}#mohe-softbox_pc_middle--noraml .mh-icon-bendi-active{background-image:url(https://p.ssl.qhimg.com/t01db6bfb03716632a4.png);background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01db6bfb03716632a4.png) 1x,url(https://p.ssl.qhimg.com/t01f3ea8d0803dfcec8.png) 2x)}#mohe-softbox_pc_middle--noraml .mh-split{display:inline-block;width:0;height:10px;border-right:1px solid #ccc;margin:0 10px;overflow:hidden}#mohe-softbox_pc_middle--noraml .mh-c-score{color:#fa5050}#mohe-softbox_pc_middle--noraml .mh-ratio{width:47px;height:9px;margin:0 auto;background-image:url(https://p.ssl.qhimg.com/t01da0e47cd182ed632.png);background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01da0e47cd182ed632.png) 1x,url(https://p.ssl.qhimg.com/t0185c19f8564ff5c67.png) 2x)}#mohe-softbox_pc_middle--noraml .mh-ratio-wrap{width:0;height:9px;overflow:hidden;background-image:url(https://p.ssl.qhimg.com/t01e19ea836913a40de.png);background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01e19ea836913a40de.png) 1x,url(https://p.ssl.qhimg.com/t0129014ee6b21c6f7a.png) 2x)}#mohe-softbox_pc_middle--noraml .mh-icon-bendi2{display:inline-block;width:14px;height:15px;margin-right:5px;vertical-align:-2px;background:url(https://img.qsxzcdn.com/wp-content/uploads/2020/10/2-1.png) no-repeat;}#mohe-softbox_pc_middle--noraml .mh-spliz{display:inline-block;width:0;height:10px;border-right:1px solid #ccc;margin:0 30px;overflow:hidden}.g-c-dark{font-size:14px;}.g-card{box-shadow:3px 3px 8px rgba(125,169,171,0.2);border:1px solid rgba(0,0,0,.05);border-radius:12px;font-size:13px;_zoom:1;}#mohe-softbox_pc_middle{line-height:18px;margin-bottom:50px}#mohe-softbox_pc_middle .mh-fl{float:left}#mohe-softbox_pc_middle .mh-fr{float:right}#mohe-softbox_pc_middle .mh-box{border-top:1px solid #EAEAEA}#mohe-softbox_pc_middle .mh-order{line-height:18px;color:#333;margin-bottom:8px;text-align:right}#mohe-softbox_pc_middle .mh-icon-order{display:inline-block;width:12px;height:14px;background:url(https://p.ssl.qhimg.com/t014030ecfd2f09f212.png) no-repeat;background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t014030ecfd2f09f212.png) 1x,url(https://p.ssl.qhimg.com/t01b5c250a42cda7f35.png) 2x);margin-right:5px;vertical-align:-2px}#mohe-softbox_pc_middle .mh-order a{color:inherit}#mohe-softbox_pc_middle .mh-box .mh-wrap{font-size:14px;margin:0;}#mohe-softbox_pc_middle .mh-box .mh-hd{margin:15px 0;font-size:20px;font-weight:700;}#mohe-softbox_pc_middle .mh-box .mh-hd .mh-more{position:absolute;right:0;top:0;font-weight:400}#mohe-softbox_pc_middle--intro .mh-intro .mh-list{margin:15px 0 15px -8px}#mohe-softbox_pc_middle--intro .mh-intro .mh-item{margin:20px 0px 0px 8px;}#mohe-softbox_pc_middle--intro .mh-intro .mh-item img{display:block;width:197px;height:134px;margin:6px auto 0}#mohe-softbox_pc_middle--intro .mh-intro .mh-ft{margin:20px 0px 30px 0px;word-break:break-all;word-wrap:break-word}#mohe-softbox_pc_middle--intro .mh-intro .mh-open{display:inline-block;margin-left:5px}#mohe-softbox_pc_middle--intro .mh-intro .mh-open .mh-ico-arr{display:inline-block;width:0;height:0;margin-left:4px;border:4px solid transparent;border-top:5px solid #1024ee;vertical-align:text-bottom}#mohe-softbox_pc_middle--intro .mh-intro .mh-open.mh-active .mh-ico-arr{border:4px solid transparent;border-bottom:5px solid #1024ee;vertical-align:text-top}#mohe-softbox_pc_middle--intro .mh-intro{display:none}#mohe-softbox_pc_middle--intro .mh-intro.mh-active{display:block}#mohe-softbox_pc_middle--photos .mh-mask{position:fixed;left:0;top:0;width:100%;height:100%;background:#000;opacity:.7;z-index:9999}#mohe-softbox_pc_middle--photos .mh-photos{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999}#mohe-softbox_pc_middle--photos .mh-photos .mh-list{position:absolute;left:50%;top:50%;width:920px;height:580px;margin-left:-460px;margin-top:-290px}#mohe-softbox_pc_middle--photos .mh-photos .mh-list li{display:none}#mohe-softbox_pc_middle--photos .mh-photos .mh-list li img{width:100%;height:100%}#mohe-softbox_pc_middle--photos .mh-photos .mh-list li.mh-active{display:block}#mohe-softbox_pc_middle--photos .mh-photos .mh-btn{position:absolute;top:50%;width:20px;height:37px}#mohe-softbox_pc_middle--photos .mh-photos .mh-btn.mh-prev{left:20px;background:url(https://p.ssl.qhimg.com/t01ab27898759b0fc28.png) no-repeat;background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01ab27898759b0fc28.png) 1x,url(https://p.ssl.qhimg.com/t013fe444232e55025a.png) 2x)}#mohe-softbox_pc_middle--photos .mh-photos .mh-btn.mh-next{right:20px;background:url(https://p.ssl.qhimg.com/t012e0d4ea7a445f102.png) no-repeat;background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t012e0d4ea7a445f102.png) 1x,url(https://p.ssl.qhimg.com/t0142c38f15a2c136c2.png) 2x)}#mohe-softbox_pc_middle--photos .mh-photos .mh-btn.mh-prev.mh-disabled{background:url(https://p.ssl.qhimg.com/t0196382da6c545e702.png) no-repeat;background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t0196382da6c545e702.png) 1x,url(https://p.ssl.qhimg.com/t011a460c43307aef0d.png) 2x)}#mohe-softbox_pc_middle--photos .mh-photos .mh-btn.mh-next.mh-disabled{background:url(https://p.ssl.qhimg.com/t01fbef5bcc60c90442.png) no-repeat;background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01fbef5bcc60c90442.png) 1x,url(https://p.ssl.qhimg.com/t017c6bb80b4abf7cc4.png) 2x)}#mohe-softbox_pc_middle--photos .mh-photos .mh-close{position:absolute;right:20px;top:20px;width:54px;height:54px;background:url(https://p.ssl.qhimg.com/t01c6ea65cb5314fce8.png) no-repeat;background-image:-webkit-image-set(url(https://p.ssl.qhimg.com/t01c6ea65cb5314fce8.png) 1x,url(https://p.ssl.qhimg.com/t0126f219504e943d1d.png) 2x)}.mh-name a{color:#444;}.mh-name a:hover{color:#2771fa;}.fl{margin-top:-40px;}ul.bl{padding:0;min-height:1000px;}ul.bl li{margin-top:40px;overflow:hidden;}ul.bl li .img{display:block;float:left;width:180px;height:135px;}ul.bl li .img img{width:180px;height:135px;}ul.bl li .c{float:right;width:520px;}ul.bl li .c h2{margin:0 0 20px 0;font-size:20px;height:26px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:520px;}ul.bl li .c .m{font-size:14px;color:#888;height:60px;line-height:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}ul.bl li .c .o{height:29px;line-height:40px;font-size:14px;}ul.bl li .c .o .tags{display:block;float:left;width:500px;height:40px;overflow:hidden;}ul.bl li .c .o .d{float:right;text-align:right;}ul.bl li .c .o .d .tody{color:#d22222;}.luesuotu{height:120px;width:180px;display:block;object-fit:cover;float:left;margin:0px 20px 0px 0px;background-color:#fff;box-shadow:0 3px 8px rgba(125,169,171,0.2);border-radius:15px;}.fbsj{padding-right:16px;}.ybyd{padding-right:16px;}.bwzz{padding-right:16px;}.wp-block-table.is-style-stripes tr:hover{background-color:#ebeef2;}.th{background-color:#558ec9;border:1px solid #cad9ea;}#content{width:98%;}.comliss h3{border-bottom:1px dashed #ddd;line-height:36px;height:36px;font-size:16px;color:#444;}.comliss{float:left;width:100%;}.comliss ul{padding:5px 0;background:#fff;border:0px solid #c4d6ec;box-shadow:0px 0px 0px rgba(125,169,171,0.2);overflow:hidden;}.comliss ul div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#666;}.redian{border-bottom:0px solid #555;margin-right:22px;font-size:16px;color:#555;}.ding{background-color:#ffffff;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.1);position:absolute;width:100%;z-index:99999;border-bottom:1px solid #eeeeee;}.dinglogo{float:left;height:58px;line-height:58px;color:#555;padding-left:20px;}.dingyou{float:right;height:58px;line-height:58px;color:#555;padding-right:20px;}.di{background-color:#000;border-top:1px solid #ededed;}.mianbaoxie{padding-right:30px;}.mianbaoxie a{color:#9e9e9e;}.meta-nav{display:none;}.nav-next a:hover{color:#2771fa;}.nav-previous a:hover{color:#2771fa;}.nav-next a{color:#555;}.nav-previous a{color:#555;}.dinglogo img{box-shadow:none;border:none;}.entry-header{border-bottom:dashed 0px #dfdfdf;}.biaoqian{margin:3em 0;padding:1em 0em;font-size:14px;}.flbiaoqian{border-radius:12px;margin:1em 0;padding:1em;background-color:#f8f8f9;overflow-x:auto;display:block;tab-size:8;font-size:14px;}.flbiaoqian a{color:#9e9e9e;}.flbiaoqian a:hover{color:#2771fa;}.related_posts p{color:#555;background:url(https://img.qsxzcdn.com/wp-content/uploads/2021/08/yuandian.gif) no-repeat left center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px;padding-left:14px;}.biaoqian a{color:#555;}.biaoqian a:hover{color:#2771fa;}.related_posts a{color:#555;}.related_posts a:hover{color:#2771fa;}.yuanchuang{background:#FFF;border:1px solid #E1E1E1;border-radius:2px;padding:1px 6px;}.zuozhe{padding:0px 10px 0px 10px;}@media screen and (max-width:1200px){.ding{position:absolute;background-color:#f8f8f9;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.1);}}@media screen and (max-width:1200px){.dingyou{display:none;}}.wz-logo{display:inline-block;margin-right:22px;margin-top:-4px;width:145px;background:url(https://www.qsxzz.com/lg.png) no-repeat;background-size:contain;height:54px;color:#fff;}.daily-logo{margin-left:-10px;font-family:PingFangSC-Regular;font-size:18px;color:#222;text-align:left;padding-left:16px;height:18px;line-height:18px;border-left:1px solid #DDD;margin-top:7px;}.fenlei{padding-left:10px;}.fenlei a{color:#555;}.nv-index-posts .posts-wrapper{display:flex;flex-wrap:wrap;box-sizing:content-box;}.posts-wrapper>article{margin-bottom:30px;}.layout-alternative,.layout-default{display:flex;align-items:flex-end;}.col-12{flex:0 0 100%;max-width:100%;}.article-content-col{width:100%;}.nv-non-grid-article .non-grid-content .blog-entry-title{margin-bottom:0;}.content{display:flex;width:100%;padding-bottom:10px;padding-top:40px;border-bottom:1px solid var(--nv-light-bg);}.nv-post-thumbnail-wrap{max-width:40%;margin-bottom:0;}.size-neve-blog-image{height:auto;display:flex;height:auto;max-width:100%;}.default-layout-content{padding-left:20px;font-size:14px;line-height:1.8;color:#444;display:flex;flex-direction:column;width:100%;}.blog-entry-title{font-size:20px;font-weight:600;line-height:1.2;}.blog-entry-title a{color:#555;}.blog-entry-title a:hover{color:#2771fa;}.nv-meta-list{font-size:14px;margin:20px 0px 0px 0px;color:#9e9e9e;}.nv-meta-fl{font-size:14px;color:#9e9e9e;}.nv-meta-fl a{color:#9e9e9e;}.nv-meta-fl a:hover{color:#2771fa;}.excerpt-wrap{line-height:1.714285714;font-size:14px;}.nv-post-thumbnail-wrap img{height:auto;}.attachment-neve-blog{display:flex;}audio,embed,img,object,video{height:auto;max-width:100%;}.imgbox{width:160px;box-shadow:3px 3px 8px rgba(125,169,171,0.2);border:1px solid rgba(0,0,0,.05);border-radius:12px;margin:auto;padding:10px;display:flex;justify-content:center;align-items:center;}.imgbox img{margin:auto;max-width:100%;max-height:100%;box-shadow:0px 0px 0px rgba(125,169,171,0.2);border:0px solid rgba(0,0,0,.05);border-radius:12px;width:120px;height:120px;}.reply{float:right;}.comments-area h3{padding:10px 0px 20px 0px;border-bottom:1px solid #c4d6ec;font-size:20px;font-weight:400;}.div-logo{float:left;}.div-h1{float:right;}.div-h1 h1{font-weight:400;}.xzazjc{display:inline-block;width:14px;height:15px;margin-right:5px;vertical-align:-2px;background:url(https://img.qsxzcdn.com/wp-content/uploads/2020/10/2-1.png) no-repeat;}.xzfg{display:inline-block;width:0;height:10px;border-right:1px solid #ccc;margin:0 30px;overflow:hidden;}.xztb{display:inline-block;width:14px;height:15px;margin-right:5px;vertical-align:-2px;background:url(https://img.qsxzcdn.com/wp-content/uploads/2020/10/1-3-1.png) no-repeat;}.qitaxz{margin-bottom:40px;font-size:14px;}.softwaretwo{margin-bottom:20px;}.slide a:hover{color:#757575;}.slide{padding-bottom:46px;}.btn-slide{background-color:#f8f8f9;border-bottom:1px solid #eee;border-radius:12px;box-shadow:3px 3px 8px rgba(125,169,171,0.2);border:1px solid rgba(0,0,0,.05);font-size:14px;height:40px;text-align:center;margin:0 auto;display:block;color:#757575;text-decoration:none;line-height:40px;}.box{padding:13px 0px 13px 0px;}.box h3{font-size:18px;color:#0199dc;border-bottom:1px solid #ddd;padding-left:20px;line-height:50px;margin-bottom:8px;}.box h3{margin-bottom:0;padding-bottom:8px;background:#fff;white-space:nowrap;overflow:hidden;}.box dl{overflow:hidden;border:0;padding:0;margin:0;font-weight:normal;margin:0px 0px 20px 0px;}.box dt{float:left;width:45px;padding-right:20px;}img{vertical-align:top;}.box dd p{float:left;width:206px;font-size:12px;color:#999;}.box dd p .verstit{display:block;font-size:14px;margin-bottom:20px;color:#757575;}.box dd span,.box .softph span{float:right;width:56px;height:23px;border:1px solid #47b751;text-align:center;border-radius:5px;font-size:12px;color:#47b751;line-height:23px;margin-top:10px;}.box dd span a,.box .softph span a{display:block;color:#47b751;text-decoration:none;}.box dd span a:hover{display:block;background:#47b751;color:#ffffff;text-decoration:none;}.reply span{display:none;}.dingcai a{color:#2771fa;}.dingcai{padding-top:15px;}.nydingcai a{color:#2771fa;}.nydingcai{padding-top:10px;}.dingtu{display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background:url(https://img.qsxzcdn.com/wp-content/uploads/2021/12/1-8-2.png) no-repeat;background-size:16px 16px;}.caitu{display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background:url(https://img.qsxzcdn.com/wp-content/uploads/2021/12/2-3-1.png) no-repeat;background-size:16px 16px;}.dingcai a:hover{color:#004cff;}a:active{star:expression(this.onFocus=this.blur());}.shijian{padding:0px 10px 0px 0px;}.pinglun{}.pinglun a{color:#9e9e9e;border-bottom:1px solid #dfdfdf;}.pinglun a:hover{color:#2771fa;border-bottom:1px solid #2771fa;}.yddbpinglun{color:#fff;background-color:#2771fa;box-shadow:3px 3px 8px rgba(125,169,171,0.2);border-radius:12px;padding:5px;margin-left:30px;}.yddbpinglun a{color:#fff;}.yddbpinglun a:hover{color:#fff;}.sypltx{float:left;padding:0;line-height:0;}.syplcite{line-height:1.42857143;display:block;}.syplmc{color:#9e9e9e;font-size:14px;}.sypltime{color:#999;font-size:12px;}.sypl{margin-top:60px;}.syplzc{margin-left:60px;}.syplnr{margin:30px 60px;}.depth-2{background:#ffe;border:1px solid #c4d6ec;padding:20px;margin-top:10px;}.mh-scorf{float:right;top:72px;right:30px;width:116px;height:116px;border-radius:12px;text-align:center;font-size:14px;margin:20px 0px 20px 20px;background-color:#f8f8f9;box-shadow:3px 3px 8px rgba(125,169,171,0.2);border:1px solid rgba(0,0,0,.05);}.mh-scorg{top:72px;right:30px;width:100%;height:98px;text-align:center;font-size:14px;border:1px solid #ebebeb;margin:0px auto 50px;border-width:1px 0px 1px 0px;}.comliss p{font-size:14px;color:#666;}.cybtb{display:block;margin-bottom:10px;font-size:16px;color:#666;font-weight:700;}.cc{width:120px;height:32px;border:0px solid #dddddd;text-align:center;border-radius:4px;font-size:14px;color:#fff;line-height:32px;display:block;background-color:#47b751;}.cc:hover{display:block;background:#0bd055;color:#ffffff;text-decoration:none;}.bb{width:90px;height:32px;border:0px solid #dddddd;text-align:center;border-radius:4px;font-size:14px;color:#fff;line-height:32px;display:block;background-color:#47b751;}.bb:hover{display:block;background:#0bd055;color:#ffffff;text-decoration:none;}.zyla{color:#666;text-decoration:underline;}.zyla:hover{color:#2771fa;}.cybtb:hover{color:#2771fa;}.wdad{margin-top:30px;}.xzaig{display:none;}.ml{margin:20px 0px;font-size:14px;color:#9e9e9e;border-width:0px 0px 1px 0px;}.ml p{margin:18px 0px;}.ml a{color:#2771fa;}.ml a:hover{color:#2771fa;}.dbdingcai{padding-top:15px;}.sddbdingcai{padding-top:20px;}.dbdcd{margin-right:20px;}.kanfa{font-size:16px;font-weight:bold;}.yddb{display:none;}@media screen and (max-width:1200px){.yddb{display:block;position:fixed;width:100%;left:0px;z-index:105;bottom:0px;background-color:#ffffff;border-bottom:1px solid #eee;box-shadow:3px 3px 8px rgba(125,169,171,0.2);border:1px solid rgba(0,0,0,.05);font-size:14px;height:50px;text-align:center;color:#757575;text-decoration:none;line-height:50px;}}@media screen and (max-width:1200px){.xzaig{display:block;text-align:center;margin:5px 0px;border:0px solid #dfdfdf;}}@media screen and (max-width:1200px){.yddbqy{font-size:14px;font-weight:bold;margin-right:4px;}}@media screen and (max-width:1200px){#content{width:100%;}}@media screen and (max-width:1200px){.wrapper{margin-top:0px;}}@media screen and (max-width:1200px){.site-content{margin-top:0px;}}@media screen and (max-width:1200px){.entry-header{border-bottom:dashed 0px #dfdfdf;margin-top:10px;}}@media screen and (max-width:1200px){.entry-header .entry-title-h1{word-break:break-all;font-size:22px;font-weight:600;line-height:1.2;}}@media screen and (max-width:1200px){.entry-header .entry-title{font-size:22px;font-weight:700;line-height:1.2;}}@media screen and (max-width:1200px){.daily-logo{font-size:14px;}}@media screen and (max-width:1200px){.zzhe{display:none;}}@media screen and (max-width:1200px){.mh-scorf{float:right;top:72px;right:30px;width:116px;height:116px;border-radius:12px;text-align:center;font-size:14px;margin:20px 0px 10px 20px;background-color:#f8f8f9;box-shadow:3px 3px 8px rgba(125,169,171,0.2);border:1px solid rgba(0,0,0,.05);}}@media screen and (max-width:1200px){.wz-logo{display:inline-block;margin-right:22px;margin-top:-4px;width:165px;background:url(https://www.qsxzz.com/lg.png) no-repeat;background-size:contain;height:58px;color:#fff;}}@media screen and (max-width:1200px){.entry-content h2,.comment-content h2,.mu_register h2{color: #191b1f;display:block;font-size:20px;font-weight:600;margin:30px 0px;}}@media screen and (max-width:1200px){.entry-content h3,.comment-content h3{margin:30px 0px;font-size:20px;font-weight:600;}}@media screen and (max-width:1200px){.mh-scorf{display:none;}}@media screen and (max-width:1200px){.mh-scorg{display:none;}}@media screen and (max-width:1200px){.zuozhe{display:none;}}@media screen and (max-width:1200px){.pinglun{display:none;}}@media screen and (max-width:1200px){.pcdbad{display:none;margin-top:100px;}}.pcdbad{margin-bottom:0px;}@media screen and (max-width:1200px){.pczjad{display:none;margin-top:100px;}}.pczjad{margin:5px 0px;}.yddbad{display:none;}@media screen and (max-width:1200px){.yddbad{display:block;text-align:center;margin:10px 0px 0px 0px;border:0px solid #dfdfdf;}}.syyddbad{display:none;}@media screen and (max-width:1200px){.syyddbad{display:block;text-align:center;margin:80px 0px 0px 0px;border:0px solid #dfdfdf;}}.fenxiang{display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background:url(https://img.qsxzcdn.com/sd/wp-content/uploads/2022/01/34.png) no-repeat;background-size:16px 16px;}.copy{margin:0px 20px;color:#2771fa;}ins.adsbygoogle{background:transparent !important;}ins.adsbygoogle[data-ad-status="unfilled"]{display:none !important;}ins.adsbygoogle a{display:none !important;}ins.adsbygoogle[data-ad-status="unfilled"] a{display:block;}.yddbfenxiang{display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background:url(https://img.qsxzcdn.com/sd/wp-content/uploads/2022/01/34.png) no-repeat;background-size:16px 16px;}.yddbpl{display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background:url(https://img.qsxzcdn.com/sd/wp-content/uploads/2022/01/12-1.png) no-repeat;background-size:16px 16px;}[class^="wp-block-"] figcaption{color:#757575;font-size:12px;font-size:0.857142857rem;line-height:2;font-style:italic;text-align:left;}[class^="wp-block-"].alignleft,[class^="wp-block-"] .alignleft{margin-right:24px;}[class^="wp-block-"].alignright,[class^="wp-block-"] .alignright{margin-left:24px;}.rtl [class^="wp-block-"] figcaption{text-align:right;}p.has-drop-cap:not(:focus)::first-letter{font-size:5em;margin-top:0.1em;}.wp-block-image figure:not(.aligncenter){line-height:0;margin:0 1.714285714rem;}.wp-block-image figure.alignleft{margin:0.857142857rem 1.714285714rem 0.857142857rem 0;}.wp-block-image figure.alignright{margin:0.857142857rem 0 0.857142857rem 1.714285714rem;}.wp-block-image figcaption{padding-top:0.75em;}[class^="wp-block-"].alignleft,[class^="wp-block-"] .alignleft,[class^="wp-block-"].alignright,[class^="wp-block-"] .alignright{}.wp-block-gallery{margin-bottom:24px;margin-bottom:1.714285714rem;}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{left:0;right:0;text-align:center;width:auto;}.wp-block-quote:not(.is-large):not(.is-style-large){background-color:#feeee3;border-bottom:none;border-top:none;border-radius:8px;min-height:initial;padding:10px 18px 40px 58px;}.wp-block-quote{padding:24px;padding:1.714285714rem;}.wp-block-quote cite{color:inherit;font-size:inherit;font-style:italic;}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:20px;}.wp-block-audio audio{display:block;margin-bottom:1.714285714rem;width:100%;}.wp-block-cover-image.aligncenter,.wp-block-cover.aligncenter{display:flex;}.wp-block-file .wp-block-file__button{background-color:#e6e6e6;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(to bottom,#f4f4f4,#e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);color:#7c7c7c;font-family:inherit;font-size:11px;font-size:0.785714286rem;font-weight:normal;line-height:1.428571429;padding:6px 10px;padding:0.428571429rem 0.714285714rem;}.wp-block-file .wp-block-file__button:hover,.wp-block-file .wp-block-file__button:focus{background-color:#ebebeb;background-image:-moz-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-ms-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-webkit-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-o-linear-gradient(top,#f9f9f9,#ebebeb);background-image:linear-gradient(to bottom,#f9f9f9,#ebebeb);background-repeat:repeat-x;color:#5e5e5e;}.wp-block-file .wp-block-file__button:focus{background-color:#e1e1e1;background-image:-moz-linear-gradient(top,#ebebeb,#e1e1e1);background-image:-ms-linear-gradient(top,#ebebeb,#e1e1e1);background-image:-webkit-linear-gradient(top,#ebebeb,#e1e1e1);background-image:-o-linear-gradient(top,#ebebeb,#e1e1e1);background-image:linear-gradient(to bottom,#ebebeb,#e1e1e1);background-repeat:repeat-x;border-color:transparent;box-shadow:inset 0 0 8px 2px #c6c6c6,0 1px 0 0 #f4f4f4;color:#757575;}.rtl .wp-block-file * + .wp-block-file__button{margin-left:0.75em;margin-right:0;}.wp-block-video video:not(:last-child){margin-bottom:0;}pre.wp-block-code{border:0;padding:0;}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{font-size:14px;text-transform:none;}.wp-block-table{border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;font-size:14px;line-height:2;margin:0 0 20px;width:100%;}.wp-block-table th{color:#FFFFFF;border:1px solid #cad9ea;padding:.5em;font-weight:bold;text-transform:uppercase;background-color:#6199d0;}.wp-block-table td{border:0;border:1px solid #ebebeb;font-size:14px;}.wp-block-button .wp-block-button__link{border:1px solid #d2d2d2;font-family:inherit;font-size:11px;font-size:0.785714286rem;font-weight:normal;line-height:1.428571429;padding:6px 10px;padding:0.428571429rem 0.714285714rem;}.entry-content .wp-block-button__link,.entry-content .wp-block-button__link:visited{background-color:#e6e6e6;color:#7c7c7c;}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-block-button__link:visited{background-color:inherit;border-color:inherit;}.entry-content .wp-block-button__link:hover,.entry-content .wp-block-button__link:visited:hover,.entry-content .wp-block-button__link:focus{background-color:#ebebeb;color:#5e5e5e;}.entry-content .wp-block-button__link:active{background-color:#e1e1e1;color:#757575;}.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background){background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(to bottom,#f4f4f4,#e6e6e6);}.wp-block-button__link:not(.has-text-color){box-shadow:0 1px 2px rgba(64,64,64,0.1);}.wp-block-button__link:not(.has-background):hover,.wp-block-button__link:not(.has-background):focus{background-image:-moz-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-ms-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-webkit-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-o-linear-gradient(top,#f9f9f9,#ebebeb);background-image:linear-gradient(to bottom,#f9f9f9,#ebebeb);background-repeat:repeat-x;}.wp-block-button__link:not(.has-background):active{background-image:-moz-linear-gradient(top,#ebebeb,#e1e1e1);background-image:-ms-linear-gradient(top,#ebebeb,#e1e1e1);background-image:-webkit-linear-gradient(top,#ebebeb,#e1e1e1);background-image:-o-linear-gradient(top,#ebebeb,#e1e1e1);background-image:linear-gradient(to bottom,#ebebeb,#e1e1e1);background-repeat:repeat-x;border-color:transparent;}.wp-block-button__link:not(.has-text-color):active{box-shadow:inset 0 0 8px 2px #c6c6c6,0 1px 0 0 #f4f4f4;}.wp-block-separator{border:0;}.wp-block-media-text{margin-bottom:24px;margin-bottom:1.714285714rem;}.wp-block-media-text *:last-child{}.wp-block-archives.aligncenter,.wp-block-categories.aligncenter,.wp-block-latest-posts.aligncenter{list-style-position:inside;text-align:center;}.wp-block-latest-comments{margin:0;padding:0;}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:0;box-shadow:none;}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:60px;}.wp-block-latest-comments__comment,.wp-block-latest-comments__comment-excerpt,.wp-block-latest-comments__comment-excerpt p{font-size:14px;}.wp-block-latest-comments__comment-excerpt p:last-child{margin-bottom:0;}.wp-block-latest-comments__comment-date{color:#5e5e5e;}.wp-block-latest-comments .wp-block-latest-comments__comment{margin:0;padding:24px 0;padding:1.714285714rem 0 0;}.wp-block-latest-comments article{margin-bottom:0;}.entry-content .has-blue-color,.entry-content .has-blue-color:visited{color:#21759b;}.entry-content .has-blue-background-color,.entry-content .has-blue-background-color:visited{background-color:#21759b;}.entry-content .has-dark-gray-color,.entry-content .has-dark-gray-color:visited{color:#373737;}.entry-content .has-dark-gray-background-color,.entry-content .has-dark-gray-background-color:visited{background-color:#373737;}.entry-content .has-medium-gray-color,.entry-content .has-medium-gray-color:visited{color:#9f9f9f;}.entry-content .has-medium-gray-background-color,.entry-content .has-medium-gray-background-color:visited{background-color:#9f9f9f;}.entry-content .has-light-gray-color,.entry-content .has-light-gray-color:visited{color:#e6e6e6;}.entry-content .has-light-gray-background-color,.entry-content .has-light-gray-background-color:visited{background-color:#e6e6e6;}.entry-content .has-white-color,.entry-content .has-white-color:visited{color:#fff;}.entry-content .has-white-background-color,.entry-content .has-white-background-color:visited{background-color:#fff;}.comment-notes{font-size:12px;}.wp-block-code{font-family:Menlo,Consolas,monaco,monospace;font-size:14px;color:#23282d;padding:.8em 1em;border:1px solid #e2e4e7;border-radius:4px}.wp-block-preformatted pre{font-family:Menlo,Consolas,monaco,monospace;font-size:14px;color:#23282d}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:#40464d;text-transform:uppercase;font-size:13px;font-style:normal}.wp-block-quote{margin:20px 0}.wp-block-quote cite,.wp-block-quote footer,.wp-block-quote__citation{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal}.wp-block-separator{border:none;border-bottom:2px solid #8f98a1;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-table{width:100%;min-width:240px;border-collapse:collapse}.wp-block-table td,.wp-block-table th{width:15%;vertical-align:middle;padding:.5em;border:1px solid currentColor;border:1px solid #cad9ea;font-size:14px;word-break:break-all}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;z-index:7}.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .reusable-block-indicator{background:#fff;border-left:1px dashed #e2e4e7;color:#555d66;border-bottom:1px dashed #e2e4e7;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;white-space:normal;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background:transparent;border:2px solid}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:50%;flex-grow:0}}@media (min-width:600px){.wp-block-column:nth-child(odd){margin-right:32px}.wp-block-column:not(:first-child),.wp-block-column:nth-child(2n){margin-left:32px}.wp-block-column:not(:last-child){margin-right:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 5px;color:#444;text-align:center;font-size:13px;}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{margin:28px 0px 28px 0px;max-width:96.8%;}.wp-block-image img{max-width:100%;}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{list-style:disc outside;border-radius:8px;background:#fdf1ea;align-items:center;display:grid;grid-template-rows:auto;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%;list-style:disc outside;border-radius:8px;padding:20px 10px;background:#e5f2ff;}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{padding:0 0 0 5%;word-break:break-word;grid-area:media-text-content;}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}p.is-small-text{font-size:14px}p.is-regular-text{font-size:16px}p.is-large-text{font-size:36px}p.is-larger-text{font-size:48px}p.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;font-style:normal}p.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.is-style-stripes{}.wp-block-table.is-style-stripes tr:nth-child(odd){border:1px solid #cad9ea;}.wp-block-table.is-style-stripes td{border:1px solid #cad9ea;}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{border-radius:12px;max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}