#app {
    overflow: visible;
    height: auto;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    font-weight: 700;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }
}


.articles_main h1, .articles_main h2, .articles_main h3, .articles_main h4, .articles_main h5 {
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0.5em;
    /*margin-top: 48px;*/
}

body {
    /* Font */
    font-family: Montserrat, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 400;
    color: #000000;
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    /* margin-right: 5px;*/
}

img {
    border: 0;
    display: block;
}

ul, li {
    list-style: none;
    list-style-type: none;
}

button, input {
    border: 0;
    border-radius: 0;
    background: none;
    outline: none;
}

.w-width-1200 {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    min-width: 320px;
}

.w-flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    align-items: center;
    -webkit-align-items: center;
}

.w-flex-sb {
    justify-content: space-between;
}

.w-flex-sa {
    justify-content: space-around;
}

.w-mt {
    margin-top: 100px;
    border-top: .5px solid transparent;
}

.pc {
    display: flex;
}

.ipad {
    display: none;
}

.mobeil {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .w-width-1200 {
        width: 100%;
    }
}

/** iPhone **/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .w-mt {
        margin-top: 1.18rem;
    }

    .w-width-1200 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}


@media screen and (max-width: 767px) and (min-width: 320px) {
    .mobeil-phone-padding {
        padding: 0 0.8rem;
    }
}


.c-red {
    color: red;
}

.w-index-more {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 40px;
    cursor: pointer;
}

.w-index-more img {
    display: inline-block;
}

.w-content-top {
    width: 100%;
    height: 55px;
    justify-content: space-between;
    margin-top: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top {
        padding: 0 0.53rem;
    }
}

.w-content-top-icon {
    cursor: pointer;
}

.w-content-top-select {
    border: 0;
    font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-select {
        width: 2.3rem;
        height: 0.64rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-select {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .w-content-top-select {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-left {
        display: none;
        overflow: scroll;
        height: 55px;
    }
}

.w-content-top-left-item {
    margin-right: 34px;
    height: 55px;
    padding-top: 10px;
    line-height: 45px;
    cursor: pointer;
    position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-left-item {
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-left-item {
        margin-right: 15px;
        line-height: 35px;
    }

    .w-content-top-left-item:nth-last-child(2), .w-content-top-left-item:nth-last-child(3) {
        display: none;
    }

    .w-content-top-left-item:last-child {
        margin-right: 0;
    }
}

.w-content-top-left-item-mask {
    position: absolute;
    background-color: #fff;
    z-index: 999;
    left: 0;
    top: 55px;
    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.1);
}

.w-content-top-left-item-mask a {
    min-width: 120px;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

.w-content-top-left-item-mask a:hover {
    background-color: #00AEE2;
    color: #fff;
}

.w-content-top-left-item-mask a:nth-last-child(1), .w-content-top-left-item-mask a:nth-last-child(2) {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-left-item-mask a:nth-last-child(1), .w-content-top-left-item-mask a:nth-last-child(2) {
        display: inline-block;
    }
}

.w-content-top-left-item a {
    font-size: 16px;
    font-weight: 100;
    color: #000;
    white-space: nowrap;
}

.w-content-top-left-item a img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-left-item a {
        font-size: 14px;
    }
}

.w-content-top-left-item select {
    font-size: 16px;
    border: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-left-item select {
        font-size: 14px;
    }
}

.w-content-top-left-item.active {
    width: 100%;
    border-bottom: 2px solid #343434;
}

.w-content-top-left-item.active a {
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-left-item.active {
        border: 0;
    }
}

.w-content-top-left-item:hover {
    border-bottom: 2px solid #343434;
    transition: all .1s;
}

.w-content-top-right {
    width: 286px;
    height: 100%;
    border: 2px solid #CCD2D8;
    border-radius: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-right {
        width: 3.5rem;
        height: 0.61rem;
        border: 0.02rem solid #CCD2D8;
        border-radius: 0.06rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top-right {
        width: 270px;
    }
}

.w-content-top-right input {
    flex: 1;
    height: 100%;
    font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-right input {
        width: 1.33rem;
    }
}

.w-content-top-right button {
    margin-right: 20px;
    font-size: 16px;
    color: #343434;
    font-weight: 100;
    cursor: pointer;
}

.w-content-top-right button img {
    margin-right: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-right button {
        margin: 0;
        font-size: 0.21rem;
        margin-right: 0.13rem;
    }

    .w-content-top-right button img {
        width: 0.3rem;
        margin-right: 0.06rem;
    }
}

.w-index-article {
    align-items: flex-start;
    /*margin-top: 49px;*/
}

.w-index-article-share {
    padding: 50px 00px 0px 0;
    display: flex;
    align-items: center;
}

.w-index-article-share .h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.w-index-article-share .icons img {
    width: 38px;
    cursor: pointer;
    display: inline-block;
    margin-right: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-share {
        padding: 20px 20px 0rem 20px;
        /*justify-content: space-around;*/
    }

    .w-index-article-share .h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .w-index-article-share .icons img {
        margin-right: 0.2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-share h4 {
        padding: 0.5rem 0rem 0.5rem .4rem;
        font-size: 32px;
    }
}

.w-index-article-left {
    width: 200px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .w-index-article-left {
        display: none;
    }
}

.w-index-article-left-top {
    width: 100%;
    height: 70px;
    background: #49A6FF;
    border-radius: 16px 16px 0 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-index-article-left-list-item {
    width: 100%;
    min-height: 54px;
    height: auto;
    border-bottom: 1px solid #E4E4E4;
    justify-content: space-between;
}

.w-index-article-left-list-item-span {
    height: 100%;
    padding: 10px;
    max-height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #4A4A4A;
    font-weight: 600;
    cursor: pointer;
}

.w-index-article-left-list-item-span.active {
    color: #4AA6FF;
}

.w-index-article-left-list-item-img {
    align-self: flex-start;
    cursor: pointer;
    padding: 10px;
    padding-left: 0;
}

.w-index-article-left-list-item-ul {
    border-top: 1px solid #E4E4E4;
    padding: 10px;
}

.w-index-article-left-list-item-ul-li {
    font-weight: 100;
    margin-bottom: 10px;
}

.w-index-article-left-list-item-ul-li a {
    font-size: 12px;
    color: #787878;
}

.w-index-article-left-list-item-ul-li a:hover {
    color: #4AA6FF;
}

.w-index-article-in {
    max-width: 701px;
    margin: 0px auto;
    flex: 1;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .w-index-article-in {
        max-width: 640px;
        width: 100%;
    }
}

.w-index-article-in-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
    /*word-break: keep-all;*/
    line-height: 1.2;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-title {
        padding: 0 20px;
        font-size: 38px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-title {
        font-size: 38px;
        width: 100%;
    }
}

.w-index-article-in-info {
    margin-bottom: 40px;
    margin-top: 15px;
}

.w-index-article-in-info .avatar {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border-radius: 50%;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .w-index-article-in-info {
        padding: 0 20px;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .w-index-article-in-info .avatar {
        width: 38px;
        height: 38px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-info {
        flex-wrap: wrap;
        padding: 0 0;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-info .avatar {
        margin-right: 10px;
    }
}

.w-index-article-in-info .name {
    font-size: 16px;
    font-weight: 600;
    /*margin-bottom: 5px;*/
    color: #000;
    display: block;
    line-height: 1.2;
}

.w-index-article-in-info .name:hover {
    text-decoration: underline;
}

.w-index-article-in-info-ri img {
    margin-left: 30px;
    margin-right: 5px;
    width: 20px;
}


. div img.Browse {
    margin-right: 5px;
    margin-left: 20px;
}


.w-index-article-in-info-ri {
    /* margin-right: 70px;*/
}

.w-index-article-in-info-ri span {
    font-size: 16px;
    color: #999;
    line-height: 1.2;
    text-wrap: wrap;
}


.w-index-article-in-info .r {
    display: inline-block;
    width: 30%;
    text-align: right;
    padding-left: 0;
    margin-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-info .r {
        display: inline-block;
        width: 20%;
        text-align: right;
        padding-left: 0;
        margin-top: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-info .r {
        width: 25%;
    }
}

.w-index-article-in-info .r img {
    /*width: 40px;*/
    height: 40px;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-info .r img {
        display: inline-block;
        /*width: 0.5rem;*/
        height: 0.5rem;
        margin-left: 0;
        margin-right: 0.2rem;
    }

    .w-index-article-in-info .r img:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-info .r img {
        /*width: 30px;*/
        height: 30px;
        margin-left: 0px;
    }
}

.w-index-article-in-content {
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #F5F5F5;
    border-radius: 22px;
    padding: 56px 35px 32px;
    font-size: 18px;
    color: #000;
    font-weight: 100;
    position: relative;
    margin: 69px 0 57px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-content {
        width: 8.37rem;
        padding: 1rem 0.4rem 0.59rem;
        height: auto;
        margin: 1.38rem auto 0;
        border-radius: 0.29rem;
        font-size: 0.3rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-content {
        width: 9.1rem;
        padding: .8rem 0.4rem 0.59rem;
        height: auto;
        margin: 1.38rem auto 0;
        border-radius: 0.29rem;
        font-size: 0.25rem;
    }
}

.w-index-article-in-content::after {
    content: "";
    width: 36px;
    height: 6px;
    background: #FF823D;
    border-radius: 3px;
    position: absolute;
    left: 34px;
    top: 31px;
    word-break: break-all;
}

.w-index-article-in-content::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #272727;
    position: absolute;
    left: 0;
    bottom: -57px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-content::before {
        width: 0;
        height: 0;
    }
}

.w-index-article-in-tableofContents {
    height: 88px;
    overflow: hidden;
    transition: height .3s;
}

.w-index-article-in-tableofContents .rotate {
    transform: rotate(180deg);
}

.w-index-article-in-tableofContents div:nth-child(1) {
    border-top: 2px solid #000;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-tableofContents {
        padding: 0px 30px;
        padding-top: 30px;
    }
}

.w-index-article-in-tableofContents h3 {
    line-height: 88px;
    font-size: 24px;
    font-weight: bold;
}

.w-index-article-in-tableofContents ul li {
    margin-bottom: 15px;
    line-height: 25px;
}

.w-index-article-in-tableofContents ul li a {
    font-size: 16px;
    color: #343434;
    font-weight: 600;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-install {
        margin-top: 1.2rem;
        padding: 0 0.8rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-install {
        margin-top: .5rem;
        padding: 0 0.4rem;
    }
}

.w-index-article-in-install hgroup h3 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-install hgroup h3 {
        font-size: 0.4rem;
    }
}

.w-index-article-in-install hgroup h4 {
    font-size: 18px;
    font-weight: 100;
    margin: 30px 0;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-install hgroup h4 {
        font-size: 0.25rem;
        margin: 0.7rem 0;
    }
}

.w-index-article-in-install ul li h5 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-install ul li h5 {
        font-size: 0.3rem;
    }
}

.w-index-article-in-install ul li p {
    font-size: 18px;
    font-weight: 100;
    padding: 0 20px;
    margin: 15px 0;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-install ul li p {
        font-size: 0.25rem;
    }
}

.w-index-article-in-articlepicture {
    padding: 50px 0 56px;
    border-bottom: 1px solid #F1F1F1;
}

.w-index-article-in-articlepicture img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-articlepicture {
        padding: 0.82rem 0.8rem;
        border: 0;
    }

    .w-index-article-in-articlepicture img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-articlepicture {
        padding: 0.82rem 0.4rem;
        border: 0;
    }

    .w-index-article-in-articlepicture img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-install1 {
        padding: 0 .8rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-install1 {
        padding: 0 .4rem;
    }
}

.w-index-article-in-install1 h4 {
    font-size: 31px;
    font-weight: bold;
    margin-top: 50px;
    padding-bottom: 20px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-install1 h4 {
        font-size: 0.4rem;
        margin-top: 0.66rem;
    }
}

.w-index-article-in-install1 p {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 40px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-install1 p {
        font-size: 0.25rem;
        margin-bottom: 0.8rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-platform {
        padding: 0 .4rem;
    }
}

.w-index-article-in-platform-title {
    width: 100%;
    height: 57px;
    background: #E1EFFB;
    border-radius: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-platform-title {
        width: 100%;
        height: 0.76rem;
        border-radius: 0;
        padding: 0 .8rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-platform-title {
        width: 100%;
        height: 0.76rem;
        border-radius: 0;
        padding: 0 0;
    }
}

.w-index-article-in-platform-title span {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-platform-title span {
        font-size: 0.24rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-platform-title span {
        text-align: left;
        font-size: 0.24rem;
    }
}

.w-index-article-in-platform-title span:nth-child(1) {
    flex: 1.5;
}

.w-index-article-in-platform ul li {
    display: flex;
    align-items: center;
    height: 57px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-platform ul li {
        padding: 0 .8rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-platform ul li {
        padding: 0 0;
    }
}

.w-index-article-in-platform ul li:nth-child(2n + 0) {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
}

.w-index-article-in-platform ul li span {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}

.w-index-article-in-platform ul li span:nth-child(1) {
    color: #4AA6FF;
    flex: 1.5;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-platform ul li span {
        font-size: 0.24rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-platform ul li span {
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
        font-size: 0.2rem;
    }
}

.w-index-article-in-platform .prompt {
    margin: 15px 0 0;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 40px;
}

.w-index-article-in-platform .prompt span {
    margin-left: 5px;
    font-size: 16px;
    color: #868686;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-platform .prompt {
        padding: 0 0.8rem;
    }

    .w-index-article-in-platform .prompt img {
        width: 0.38rem;
        height: auto;
    }

    .w-index-article-in-platform .prompt span {
        font-size: 0.29rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-platform .prompt {
        padding: 0 0;
    }

    .w-index-article-in-platform .prompt img {
        width: 0.38rem;
        height: auto;
        margin-right: 5px;
    }

    .w-index-article-in-platform .prompt span {
        font-size: 0.23rem;
    }
}

.w-index-article-in-steps {
    margin-top: 40px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-steps {
        padding: 0 .8rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-steps {
        padding: 0 .4rem;
    }
}

.w-index-article-in-steps h2 {
    font-size: 32px;
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-steps h2 {
        font-size: 0.4rem;
    }
}

.w-index-article-in-steps ul li {
    font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-steps ul li {
        font-variant-position: 0.37rem;
    }
}

.w-index-article-in-steps ul li h4 {
    font-weight: bold;
    margin: 30px 0 10px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-steps ul li h4 {
        margin: 0.86rem 0 0.38rem;
    }
}

.w-index-article-in-steps ul li p {
    font-weight: 100;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-steps ul li p {
        font-size: .37rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-steps ul li p {
        font-size: .25rem;
    }
}

.w-index-article-in-steps ul li img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.w-index-article-in-unachiver {
    width: 100%;
    min-height: 148px;
    height: auto;
    background: #F5F5F5;
    border-radius: 22px;
    margin: 35px 0;
    padding: 0 35px 0 47px;
    flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
    .w-index-article-in-unachiver {
        height: 348px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-unachiver {
        width: 8.42rem;
        margin: 1.33rem auto 1.02rem;
        padding: 0.7rem 0.56rem 0.93rem;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-unachiver {
        width: 9.1rem;
        margin: 1.33rem auto 1.02rem;
        padding: 0.7rem 0.56rem 0.93rem;
        justify-content: center;
        flex-wrap: unset;
    }
}

.w-index-article-in-unachiver > img {
    width: 134px;
    height: 127px;
    margin-right: 45px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-unachiver > img {
        margin-right: 0;
        margin-bottom: 0.4rem;
    }
}

@media screen and (min-width: 1024px) {
    .w-index-article-in-unachiver-r {
        flex: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-unachiver-r {
        margin-left: 50px;
    }
}

.w-index-article-in-unachiver-r h4 {
    font-size: 24px;
    font-weight: bold;
}

.w-index-article-in-unachiver-r p {
    font-size: 17px;
    font-weight: 100;
    margin: 35px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-unachiver-r p {
        font-size: 0.34rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-unachiver-r p {
        font-size: 0.3rem;
    }
}

.w-index-article-in-unachiver-r p span {
    display: block;
    padding-left: 10px;
    position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-unachiver-r p span {
        font-size: 0.34rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-unachiver-r p span {
        font-size: 0.21rem;
        margin-bottom: 15px;
    }
}

.w-index-article-in-unachiver-r p span::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
    margin-top: -2px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-unachiver-r p span::after {
        top: calc(39px / 2 / 2);
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-unachiver-r p span::after {
        width: 6px;
        height: 6px;
        top: calc(45px / 2 / 2);
    }
}

.w-index-article-in-unachiver-r button {
    width: 199px;
    height: 48px;
    background: #1CBAFD;
    border-radius: 10px;
    padding: 0 0 0 18px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-unachiver-r button {
        width: 100%;
        height: 1.44rem;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-unachiver-r button {
        width: auto;
        height: auto;
        padding: 10px 25px;
        justify-content: center;
    }
}

.w-index-article-in-unachiver-r button img {
    width: 25px;
    height: auto;
    margin-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-unachiver-r button img {
        width: 0.74rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-unachiver-r button img {
        width: 0.5rem;
    }
}

.w-index-article-in-unachiver-r button div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.w-index-article-in-unachiver-r button div span {
    color: #FFF;
}

.w-index-article-in-unachiver-r button div span:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-unachiver-r button div span:nth-child(1) {
        font-size: 0.54rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-unachiver-r button div span:nth-child(1) {
        font-size: 0.35rem;
    }
}

.w-index-article-in-unachiver-r button div span:nth-child(2) {
    font-size: 12px;
    transform: scale(0.9);
    margin-left: -6px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-unachiver-r button div span:nth-child(2) {
        font-size: 0.3rem;
        transform: scale(1);
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-unachiver-r button div span:nth-child(2) {
        font-size: 0.2rem;
    }
}

.w-index-article-in-stepsTo {
    margin-bottom: 53px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-stepsTo {
        padding: 0 .8rem;
        border-top: 1px solid #F1F1F1;
        padding-top: 1.02rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-stepsTo {
        padding: 0 .4rem;
        border-top: 1px solid #F1F1F1;
        padding-top: 1.02rem;
    }
}

.w-index-article-in-stepsTo h2 {
    font-size: 32px;
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-stepsTo h2 {
        font-size: 0.35rem;
    }
}

.w-index-article-in-stepsTo p {
    font-size: 18px;
    font-weight: 100;
    margin-top: 40px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-stepsTo p {
        font-size: 0.25rem;
        margin-top: 0.56rem;
    }
}

.w-index-article-in-stepsTo h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-stepsTo h4 {
        font-size: 0.3rem;
        margin: 0.37rem 0;
    }
}

.w-index-article-in-stepsTo span {
    font-size: 18px;
    font-weight: 100;
    padding-left: 14px;
    position: relative;
    display: block;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-stepsTo span {
        font-size: 0.25rem;
    }
}

.w-index-article-in-stepsTo span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 50%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-stepsTo span::after {
        top: calc(39px / 2 / 2);
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-stepsTo span::after {
        top: calc(60px / 2 / 2);
    }
}

.w-index-article-in-stepsTo button {
    width: 160px;
    height: 48px;
    background: #06C668;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    margin-top: 33px;
    cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-stepsTo button {
        width: 100%;
        height: 1.44rem;
        font-size: 0.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-stepsTo button {
        width: auto;
        height: auto;
        font-size: 0.3rem;
        padding: 15px 30px;
    }
}

.w-index-article-in-user {
    margin-top: 30px;
    align-items: flex-start;
    /*padding: 52px 0;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;*/
    position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-user {
        padding: 0rem 20px;
        margin-top: 5px;
    }
}


.w-index-article-in-user-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 21px;
}

.w-index-article-in-user-ri .name {
    display: block;
    /*font-size: 18px;*/
    font-weight: 600;
    line-height: 1.2;
    color: black;
}

.w-index-article-in-user-ri .name:hover {
    text-decoration: underline;
}


.w-index-article-in-user-ri-top span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-right: 5px;
}

.w-index-article-in-user-ri-top:hover span {
    text-decoration: underline;
}

.w-index-article-in-user-ri-top-shareimg {
    padding-top: 4px;
}

.w-index-article-in-user-ri-top-shareimg img {
    display: inline-block;
    width: 33px;
    cursor: pointer;
    height: 33px;
    margin-left: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-user-ri-top-shareimg {
        display: none;
    }

    .w-index-article-in-user-avatar {
        width: 32px;
        height: 32px;
        margin-right: 10px;
        margin-top: 10px;
    }
}

.w-index-article-in-user-ri-Introduction {
    margin-top: 12px;
    font-size: 15px;
}

.w-index-article-in-user-ri-bottom {
    margin-top: 12px;
    font-size: 15px;
    margin-left: 62px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-user-ri .name {
        font-size: 16px;
    }
}


.w-index-article-in-user .shareimg {
    position: absolute;
    left: 50px;
    top: 52px;
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-user .shareimg {
        position: static;
        display: block;
    }
}

.w-index-article-in-user .shareimg img {
    width: 33px;
    height: 33px;
    margin-left: 15px;
    display: inline-block;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-user .shareimg img {
        width: 33px;
        height: 33px;
        margin-top: 0.82rem;
        margin-left: 0;
        margin-right: 0.54rem;
    }
}

.w-index-article-in-comment {
    margin-top: 40px;
    padding-bottom: 50px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment {
        padding: 0.1rem 20px 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-comment {
        padding: 1rem 0rem 0rem;
        margin-top: 0;
        padding-top: 50px;
    }
}

.w-index-article-in-comment-top span:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 100px;
}


.w-index-article-in-comment-top span:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


.w-index-article-in-comment-top .c-blue {
    color: #49A6FF;
}

.w-index-article-in-comment-table-submit button {
    width: 159px;
    height: 51px;
    color: #ffffff;
    background: #3EA6F9;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
}

.w-index-article-in-comment-table {
    font-size: 14px;
}

.w-index-article-in-comment-table-submit {
    text-align: center;
    margin-top: 50px;
}

.w-index-article-in-comment-table-submit span {
    display: inline-block;
    padding: 10px 60px;
    background-color: #3EA6F9;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment-table-submit span {
        padding: 10px 0px;
        width: 100%;
    }

    .w-index-article-in-comment-top span:nth-child(1) {
        margin-right: 30px;
    }
}

.w-index-article-in-comment-table-item img {
    width: 90px;
    height: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.w-index-article-in-comment-table-item div {
    margin-top: 20px;
}

.w-index-article-in-comment-submit-item div {
    margin-top: 20px;
    text-align: center;
}

.w-index-article-in-comment-table-item p {
    margin-bottom: 0px;
    font-size: 14px !important;
}

.w-index-article-in-comment-table-item-name {
    width: 48.5%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment-table-item-name {
        width: 100%;
    }
}

.w-index-article-in-comment-table-item-email {
    width: 48.5%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment-table-item-email {
        width: 100%;
    }
}

.w-index-article-in-comment-table-item input {
    width: 100%;
    background-color: #fff;
    margin-top: 5px;
    height: 35px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment-table-item input {
        height: 45px;
    }
}

.w-index-article-in-comment-table-item textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    margin-top: 5px;
    height: 80px;
    outline-color: #E6E6E6;
    resize: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment-table-item textarea {
        height: 100px;
    }
}

.w-index-article-in-comment-list {
    padding: 0;
    margin-top: 20px;
}

.w-index-article-in-comment-list-item {
    width: 100%;
    min-height: 100px;
    border: 1px solid #F1F1F1;
    border-radius: 12px;
    padding: 24px 29px 10px;
    margin-bottom: 13px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .w-index-article-in-comment-list-item {
        padding: 0.37rem;
    }
}

.w-index-article-in-comment-list-item.s {
    margin-bottom: 0;
}

.w-index-article-in-comment-list-item-time {
    margin: 5px 0;
    color: #999;
}

.w-index-article-in-comment-list-item-time span {
    font-size: 12px;
    margin-right: 15px;
}

.w-index-article-in-comment-list-item-time span:nth-child(2) {
    cursor: pointer;
}

.w-index-article-in-comment-list-item-time img {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 20px;
    margin-right: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment-list-item-time {
        font-size: 12px;
    }

    .w-index-article-in-comment-list-item-time img {
        height: 15px;
        width: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-comment-list-item-time {
        font-size: 14px;
    }
}

.w-index-article-in-comment-list-item .top {
    margin-bottom: 0px;
}

.w-index-article-in-comment-list-item .top img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment-list-item .top img {
        width: 1.06rem;
        height: 1.06rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-comment-list-item .top img {
        width: .7rem;
        height: .7rem;
    }
}

.w-index-article-in-comment-list-item .top h3 {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-comment-list-item .top h3 {
        font-size: 15px;
    }
}

.w-index-article-in-comment-list-item .top span {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment-list-item .top span {
        font-size: 0.37rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-comment-list-item .top span {
        font-size: 0.25rem;
    }
}

.w-index-article-in-comment-list-item p {
    font-size: 15px;
    font-weight: 100;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-comment-list-item p {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-comment-list-item p {
        font-size: 15px;
    }
}

.w-index-article-in-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.w-index-article-in-articles span {
    display: block;
}

.w-index-article-in-articles a {
    font-size: 16px;
    color: #49A6FF;
    text-decoration: none;
    line-height: 1.6;
    /*font-weight: 600;*/
}

.w-index-article-in-articles a:hover {
    text-decoration: underline;
}

.w-index-article-in-articles .article-item {
    display: flex;
    flex-direction: column;
}

.w-index-article-in-articles .date {
    font-size: 14px;
    color: #999;
}


@media screen and (min-width: 320px) and (max-width: 767px) {

    .w-index-article-in-articles {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
    }

    .w-index-article-in-articles a {
        font-size: 14px;
    }
}

.w-index-article-in-articles h3 {
    font-size: 30px;
    font-weight: 600;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-articles h3 {
        /*font-size: 0.37rem;*/
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-articles h3 {
        /* font-size: 0.3rem; */
    }
}


.w-index-article-in-articles span {
    display: block;
    padding-left: 14px;
    position: relative;
    font-size: 16px;
    font-weight: 100;
    margin-top: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-article-in-articles span {
        font-size: 0.37rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-articles span {
        font-size: 16px;
    }
}

.w-index-article-in-articles span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 50%;
}

.w-index-article-right {
    width: 192px;
    height: auto;
    background: linear-gradient(0deg, #2D4443 1%, #43656E 100%);
    border-radius: 14px;
    opacity: 0;
    position: relative;
    padding: 0 10px 20px 10px;
    flex-direction: column;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .w-index-article-right {
        display: none;
    }
}

.w-index-article-right .shutdown {
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
}

/*.w-index-article-right .productpicture {
  margin-top: 60px;
  width: 87px;
  height: auto;
  margin-bottom: 30px; }*/
.w-index-article-right h4 {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

.w-index-article-right p {
    font-size: 16px;
    /*color: rgba(255, 255, 255, 0.7);
    font-weight: 300;*/
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
}

.w-index-article-right button {
    width: 159px;
    height: 51px;
    background: #06C668;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
}

.w-index-navigation a {
    color: #000000;
}

.w-index-navigation a:hover {
    text-decoration: underline;
}

.w-index-navigation {
    padding: 40px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-navigation {
        padding: 21px .4rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-navigation {
        padding: 21px 42px;
    }
}

.w-index-navigation span {
    /* width: 702px;*/
    display: block;
    font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-navigation {
        padding: 20px 0;
    }

    .w-index-navigation span {
        width: auto;
        font-size: 14px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .w-index-navigation span {
        text-align: left;
        width: auto;
        font-size: 16px;
    }
}

.leftFiexd {
    position: fixed !important;
    top: 210px;
    background: #FFF;
    z-index: 99;
}

.popu_window_block_list {
    display: none;
}

.rightFiexd {
    display: block;
!important;
    position: fixed !important;
    top: 210px;
}

@media screen and (min-width: 320px) and (max-width: 1366px) {
    .rightFiexd {
        display: none;
    }
}


.uiwu-menu {
    position: fixed;
    z-index: 998;
    width: 280px !important;
    display: none;
    margin-left: -100px;
    overflow: hidden;
    top: 650px;
}

@media screen and (min-width: 1025px) {
    .uiwu-menu {
        display: block;
    }
}

.uiwu-menu-button {
    width: 54px;
    height: 54px;
    border-radius: 3px;
    position: absolute;
    left: -54px;
    /*top: 100px;*/
    cursor: pointer;
    transition: 400ms;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uiwu-menu-button.active {
    left: 0px;
}

.uiwu-menu-box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 26px 14px 26px 20px;
    background-color: #fff;
    transition: 400ms;
    /*top: 100px;*/
}

.uiwu-menu-box.active {
    margin-left: -330px;
}

.uiwu-menu-box img {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.uiwu-menu-box-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.uiwu-menu-box .list {
    padding-left: 22px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.uiwu-menu-box .list::before {
    content: '';
    border-left: 3px dashed #EBEBEB;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 0;
    z-index: 1;
    margin: 0;
}

.uiwu-menu-box .list .line {
    content: '';
    border-left: 3px dashed #3589FF;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 0;
    z-index: 1;
    margin: 0;
    transition: 300ms;
}

.uiwu-menu-box .list ul li {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 8px;
    list-style: none;
    cursor: pointer;
}


.uiwu-menu-box .list ul li span a:hover {
    color: #3589FF;
    font-weight: bold;
}

.uiwu-menu-list-active span a {
    font-weight: bold;
    color: #3589FF !important;
}

.uiwu-menu-box .list ul li span a {
    color: #0C0C0C;
}


.btn-box {
    margin-top: 20px;
    margin-bottom: 10px;
}

.head-icons {
    margin-left: auto;
    white-space: nowrap;
}

.head-icons img {
    width: 38px;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
}

.notice strong {
    font-weight: 600;
    color: black;
}


.notice {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    overflow: hidden;
    line-height: 1.5;
}

.notice-image {
    float: left;
    width: 14px;
    height: 14px;
    background-image: url('/images/common/notice.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: 2px;
}

.notice span {
    display: block;
    margin-left: 24px;
}

.about-author {
    font-size: 28px;
    font-weight: 700;
    margin-top: 50px;
}

.related-articles {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

.written-by {
    color: #49A6FF;
    font-size: 14px;
    font-weight: 600;
}

.approved-by {
    color: #2FD284;
    font-size: 14px;
    font-weight: 600;
}

.header-avatar {
    margin-right: 70px;
}

.header-avatar span {
    font-size: 14px;
    color: #999;
    height: 25px;
}

.header-avatar img {
    margin-left: 30px;
    margin-right: 5px;
    width: 20px;
}

.popover-wrapper {
    position: relative;
    display: inline-block;
}

.popover-toggle {
    display: none;
}

.popover-trigger {
    color: #000;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;

}

.popover-trigger:hover{
    text-decoration: underline;
}

.popover_bottom {
    /* top: 30% !important;*/
    /*left: 10% !important;*/
}

.popover {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 16px;
    display: none;
    z-index: 10;
    box-sizing: border-box;
    word-wrap: break-word;
}


.popover .magnfy {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 10px;
}

.popover h4 {
    font-size: 16px;
    font-weight: 700;
}

.popover::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}


.popover-toggle:checked + .popover-trigger + .popover {
    /*display: block;*/
}


.popover-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
    display: inline-block;
}


.popover-wrapper:hover .popover {
    display: block;
}


.banner-title{
    font-size: 20px;
    font-weight: 700;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    gap: 5px;
}
.banner-h1{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}


@media screen and (min-width: 320px) and (max-width: 767px) {

    .banner-h1{
        font-size: 24px;
    }
    .head-icons img {
        width: 32px;
        margin-left: auto;
    }

    .w-index-article-in-info-ri {
        margin-right: 20px;
        margin-left: 20px;
    }

    .w-index-article-in-info .name {
        font-size: 14px;
        line-height: 1.2;
    }

    .w-index-article-in-info-ri img {
        margin-left: 10px;
    }

    .w-index-article-in-info-ri span {
        font-size: 14px;
    }

    .div img.Browse {
        margin-left: 8px;
    }

    .notice {
        margin: 20px 20px;
    }

    .header-avatar {
        margin-right: 10px;
    }

    .about-author {
        font-size: 20px;
        margin: 30px 20px 10px;
    }

    .related-articles {
        font-size: 20px;
        margin: 10px 20px 20px;
    }

    /*.popover-toggle:checked ~ .popover {
        display: block;
    }*/
    .popover-wrapper {
        position: static; /* 保证 popover 的 absolute 相对于 body */
        display: inline-block;
    }

    .popover {
        position: absolute;
        top: auto; /* 紧贴触发元素 */
        left: 50%; /* 水平居中 */
        transform: translateX(-50%);
        width: calc(100vw - 20px); /* 屏幕自适应宽度 */
        max-width: 380px; /* 最大宽度 */
        margin-top: 4px; /* 距离触发元素间距 */
        padding: 16px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-article-in-info-ri {
        /*padding: 30px 0.4rem;*/
    }

    .popover-bottom {
        transform:none !important;
    }

    .notice {
        margin: 10px 0 20px;
    }

    .w-index-article-in-info .name {
        font-size: 16px;
    }

    .w-index-article-in-info-ri span {
        font-size: 15px;
    }

    .about-author {
        font-size: 28px;
        margin: 50px 0rem 0px 0rem;
    }

    .w-index-article-in-user {
        margin-top: 30px;
    }

    .related-articles {
        font-size: 28px;
        margin: 50px 0rem 30px 0rem;
    }

    .banner-title{
        justify-content: center;
    }
    .banner-h1{
        justify-content: center;
    }
}