@font-face {
    font-family: 'Panda Font';
    src: url('fonts/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Panda Font Bold';
    src: url('fonts/AlibabaPuHuiTi-2-105-Heavy.ttf') format('truetype');
    font-display: swap;
}


@charset "utf-8";body{text-align:left;padding:0;margin:0;font-size:14px; font-family: "Panda Font" !important;-webkit-text-size-adjust:none;height:auto;color:#333;background:#fff}
body{overflow-x:hidden;overflow-y:auto}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{padding:0;margin:0}
fieldset{border-top-width:0;border-left-width:0;border-bottom-width:0;border-right-width:0}
a img{border:0;padding:0;margin:0}
i{font-style:normal}
address,caption,cite,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal}
li{list-style-type:none}
caption{text-align:left}
th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:unknown{content:''}
input,textarea,select{font-family:inherit;font-size:100%}
a:link{text-decoration:none}
a:visited{color:#333;text-decoration:none}
a:hover{color:#178655;text-decoration:none}
.icon{background-image:url("../images/icon.png");display:inline-block;vertical-align:middle}
.fl{float:left}
.fr{float:right}
.left{float:left}
.right{float:right}
.clear{clear:both;font-size:0;margin:0;padding:0;display:block;_height:0;overflow:hidden}
.clearfix{*zoom:1}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
ol, ul {
    list-style: none;
}

h2 {
    color: #262626;
    font-family: "Panda Font Bold";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 38px;
    padding: 0;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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;
    vertical-align: baseline;
}

header {
    width: 100%;
    height: 65px;
    margin-bottom: 30px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

header .hea_box {
    width: 80%;
    height: 65px;
    margin: 0 auto;
    display: flex
;
    justify-content: space-between;
}

header .hea_box .heab_logo {
    display: flex
;
    align-items: center;
    height: 65px;
}

header .hea_box .heab_logo img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

header .hea_box .heab_logo span {
    font-size: 15px;
    color: #0088cc;
    color: #26A4E4;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


header .hea_box .heab_logo .menu {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    width: 380px;
    margin-left: 40px;
}

header .hea_box .heab_logo .menu a {
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
}
.aact {
    color: #26A4E4 !important;
    border-bottom: 1px solid #26A4E4;
}

header .hea_box .heab_btns {
    display: flex
;
    align-items: center;
}

header .hea_box .heab_btns .appdown {
    display: block;
    width: 100px;
    height: 30px;
    background-color: #0088cc;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

header .hea_box .heab_btns .twitter_logo {
    margin-left: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 30px;
    background-color: #fff;
    border-radius: 10px;
}

header .hea_box .heab_btns img {
    width: 21px;
    height: 17px;
}

header .heab_box {
    display: none;
    width: 80%;
    margin: 10px auto;
}


@media screen and (max-width: 750px) {
    header .heab_box {
        display: block;
    }
}
header .heab_box .hb_tit {
    display: flex;
    justify-content: space-between;
}
header .heab_box .hb_tit .hbt_left {
    display: flex;
    align-items: center;
}
header .heab_box .hb_tit .hbt_left .close {
    display: none;
}
header .heab_box .hb_tit .hbt_left span {
    margin-left: 10px;
    color: #0088cc;
    font-size: 20px;
}
header .heab_box .hb_tit .hbt_right {
    width: 100px;
    height: 30px;
    background-color: #0088cc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .heab_box .hb_tit .hbt_right a {
    color: #fff;
}
header .heab_box .hb_nav {
    background-color: #fff;
    display: none;
}
header .heab_box .hb_nav ul {
    margin-top: 10px;
}
header .heab_box .hb_nav ul li {
    margin-bottom: 10px;
}
header .heab_box .hb_nav ul li a {
    color: #000;
}


.ind-main {
    width: 100%;
    margin: 85px auto 0;
    max-width: 1200px;
}

@media screen and (max-width: 750px) {
    .ind-main {
        max-width: none;
    }

}

.ind-main .ind-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ind-main .ind-1 figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.ind-main .ind-1 figure img {
    width: auto;
    height: 100%;
}
.ind-main .ind-1 strong h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 5px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}
.ind-main .ind-1 span h2 {
    color: #999;
    font-size: 16px;
}
.ind-main .ind-2 {
    position: relative;
    margin: 30px auto 0;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.ind-main .ind-2:hover > div {
    border-bottom: 4px solid #179CDE;
}
.ind-main .ind-2 figure {
    width: 350px;
    height: 200px;
    margin: 0 0 20px;
}
.ind-main .ind-2 > div {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    transition: all 0.2s;
    border-bottom: 4px solid transparent;
}
.ind-main .ind-2 > div figure {
    width: 26px;
    height: 24px;
    margin: 0 10px 0 0;
}
.ind-main .ind-2 > div span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.ind-main .ind-3 {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0 0;
    flex-wrap: wrap;
}
.ind-main .ind-3 .ind-3-1,
.ind-main .ind-3 .ind-3-2 {
    position: relative;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.ind-main .ind-3 .ind-3-1:hover > div,
.ind-main .ind-3 .ind-3-2:hover > div {
    border-bottom: 4px solid #179CDE;
}
.ind-main .ind-3 .ind-3-1 figure,
.ind-main .ind-3 .ind-3-2 figure {
    width: 350px;
    height: 240px;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
}
.ind-main .ind-3 .ind-3-1 > div,
.ind-main .ind-3 .ind-3-2 > div {
    display: flex;
    align-items: center;
    border-bottom: 4px solid transparent;
    padding: 0 0 10px;
    transition: all 0.2s;
}
.ind-main .ind-3 .ind-3-1 > div figure,
.ind-main .ind-3 .ind-3-2 > div figure {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}
.ind-main .ind-3 .ind-3-1 > div span,
.ind-main .ind-3 .ind-3-2 > div span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.why-co {
    background-color: #F9F9FB;
    margin: 20px 0 0;
    padding: 40px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.why-co .wh-top-1 {
    display: flex;
    justify-content: center;
}
.why-co .wh-top-1 figure {
    width: 467px;
    height: 62px;
}
.why-co .wh-main {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    flex-wrap: wrap;
    transition: all 0.2s;
}
.why-co .wh-main > a {
    width: 372px;
    height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 0 24px;
    background: #FFFFFF;
    transition: all 0.2s;
}
.why-co .wh-main > a:hover {
    box-shadow: 0 0 10px rgba(38, 162, 224, 0.5);
}
.why-co .wh-main > a figure {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}
.why-co .wh-main > a > div {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.why-co .wh-main > a > div strong {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
}
.why-co .wh-main > a > div p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.wz-main {
    margin: 20px 0 0;
    padding: 40px 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.wz-main .zx-wen {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wz-main .zx-wen figure {
    height: 62px;
    width: 262px;
}
.wz-main .wz-con {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}
.wz-main .wz-con a {
    width: 372px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 20px 24px 0;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all 0.2s;
}
.wz-main .wz-con a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.wz-main .wz-con a figure {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.wz-main .wz-con a > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}
.wz-main .wz-con a > div .wz-con-tit {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    /*å¿…é¡»ç»“åˆçš„å±žæ€§ï¼Œè®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼ã€‚*/
    -webkit-box-orient: vertical;
    /*è¦æ˜¾ç¤ºçš„è¡Œæ•°*/
    -webkit-line-clamp: 2;
    /*æº¢å‡ºéƒ¨åˆ†éšè—*/
    overflow: hidden;
}
.wz-main .wz-con a > div .wz-con-con {
    margin: 5px 0;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    /*å¿…é¡»ç»“åˆçš„å±žæ€§ï¼Œè®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼ã€‚*/
    -webkit-box-orient: vertical;
    /*è¦æ˜¾ç¤ºçš„è¡Œæ•°*/
    -webkit-line-clamp: 3;
    /*æº¢å‡ºéƒ¨åˆ†éšè—*/
    overflow: hidden;
}
.wz-main .wz-con a > div .wz-con-us {
    font-size: 14px;
    color: #999;
}

.article-msg .rectangle {
    display: inline-block;
    box-sizing: border-box;
    height: 32px;
    min-width: 113px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 23px;
    line-height: 30px;
    color: #7f7f7f;
    padding: 0 20px;
    margin-right: 10px;
}
@media screen and (max-width: 750px) {


    .ind-main .ind-2{
        display: none;
    }
    .ind-main .ind-3 .ind-3-1,
    .ind-main .ind-3 .ind-3-2{
        display: none;
    }
    .why-co .wh-top-1 figure {
        width: 90%;
    }
    .why-co .wh-main {
        /*justify-content: center;*/
        display: grid;
        grid-template-columns: 48% 48%;
        grid-template-rows: 230px;
        grid-auto-flow: 230px;
        gap: 10px 0;
    }
    .why-co .wh-main > a {
        /*width: 354px;*/
        /*width: 48%;*/
        width: 100%;
        height: 100%;
        flex-direction: column;
        /*height: 230px;*/

    }
    .wz-main .wz-con {
        justify-content: center;
    }
    .wz-main .wz-con > a {
        width: 354px;
        margin: 0 0 24px 0;
    }
    .why-co .wh-main > a > div strong{
        font-size: 20px;
    }
    .why-co .wh-main > a figure{
        margin: 0;
    }
}
#myModal .modal-content {
    margin-top: 50%;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
#myModal .modal-content .modal-body {
    display: flex;
}
#myModal .modal-content .modal-body .sea_inp {
    position: relative;
}
#myModal .modal-content .modal-body .sea_inp input {
    display: block;
    height: 40px;
    width: 250px;
    border-radius: 20px;
    padding-left: 35px;
    border: none;
    font-size: 16px;
}
#myModal .modal-content .modal-body .sea_inp svg {
    position: absolute;
    top: 24%;
    left: 10px;
}
#myModal .modal-content .modal-body .sea_btn {
    margin-left: 20px;
}
#myModal .modal-content .modal-body .sea_btn button {
    width: 100px;
    height: 42px;
    background-color: #47b96d;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.error_jpg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.error_jpg img {
    width: 567px;
    height: 463px;
}
.error_jpg div {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.error_jpg div a {
    color: #47ba6d;
}


.wh-top-1{
    position: relative;
    /*flex-direction: column;*/
}
.wh-top-1 h2{
    position: relative;
    z-index: 3;
}
.wh-top-1::after{
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 2;
    content:'';
    display: block;
    width: 100px;
    height: 10px;
    background: #88caec;
}

.zx-wen{
    position: relative;
    /*flex-direction: column;*/
}
.zx-wen h2{
    position: relative;
    z-index: 3;
}
.zx-wen::after{
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 2;
    content:'';
    display: block;
    width: 40px;
    height: 10px;
    background: #88caec;
}

/*.wh-top-1::before{*/
/*    position: absolute;*/
/*    bottom: -8px;*/
/*    left: 50%;*/
/*    transform: translateX(50%);*/
/*    z-index: 1;*/
/*    content:'why';*/
/*    display: block;*/
/*    width: 100px;*/
/*    height: 10px;*/
/*    background: #88caec;*/
/*}*/



.single-page .article-details h2{
    line-height: 2 !important;
    margin: 10px 0 !important;
}
.single-page .article-details a{
    color: #26A4E4;
}






.article-details h1,
.article-details h2,
.article-details h3,
.article-details h4,
.article-details h5,
.article-details h6{
    color: #262626;
}

code{
    background: #eee;
    padding: 2px 5px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 5px;
    font-family: "Panda Font";
}

.single-page .article-details ul li {
    min-height: 30px;
    padding: 0 0 0 5px;
    box-sizing: border-box;
}



.single-page .article-details a {
    color: #26A4E4;
}

.single-page .article-details ul li::after{
    background: #26A4E4 !important;
    top: 12px !important;
}


.single-page .article-details h2::before{
    background-color: transparent !important;
}
.single-page .article-details h2{
    padding-left: 0 !important;
}
.single-page .article-details .actth{
    position: relative;
    padding-left: 8px !important;
}
.single-page .article-details p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.article-text table td {
    text-align: center;
}

/* h2 {
	margin: 30px 0 15px;
	font-size: 24px;
	color: #333333;
	letter-spacing: 0;
	line-height: 30px;
}

h3 {
	font-size: 20px;
} */

.back-to.phone {
    display: none;
}

.author-box {
    width: 100%;
    margin: 1.5rem 20px;
}

.author-box.pc {
    display: flex;
}

.author-box.phone {
    display: none;
}

.author-box .author-portraits {
    margin-right: 24px;
}

.author-box span,
.author-box a {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
}

.author-box .author-msg,
.author-box .author-box-date,
.author-box .author-box-classify {
    height: 47px;
    line-height: 47px;
}

.author-box .author-box-classify {
    margin-left: 40px;
}

.author-box .author-box-date {
    margin-left: 40px;
}

.author-box .author-msg .author-icon,
.author-box .author-box-date .author-icon,
.author-box .author-box-classify .author-icon {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.author-box .author-msg {
    display: flex;
}

.author-box .author-msg .author-portraits {
    width: 47px;
    border-radius: 50%;
}

.author-box .author-msg .author-portraits img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* .author-box .author-box-classify a:hover {
	text-decoration: underline;
} */

.article-body .article-img-box {
    width: 100%;
    min-height: 410px;
}

.article-body .article-img-box img {
    width: 100%;
}

.article-body .article-text-box {
    border-bottom: 1px solid #dcdcdc;
    min-height: 300px;
}

.article-body .article-text-box a {
    color: #47ba6d;
}

.article-body .article-btn-box {
    width: 100%;
    text-align: center;
}

.article-body .article-btn-box .btn-VPN {
    display: block;
    max-width: 350px;
    width: 100%;
    height: 54px;
    background: #47ba6d;
    border-radius: 27px;
    border: none;
    outline: none;
    color: #fff;
    font: 600 18px/54px 'Panda Font Bold';
}

.article-body .article-btn-box .btn-VPN:hover {
    background: #4ecc78;
}

.article-body .author-bottom-box .authorTwo {
    margin: 45px 0 10px 0;
}

.article-body .examples {
    margin-bottom: 35px;
}

.article-body .examples h3 {
    font-size: 18px;
    line-height: 24px;
}

.article-body .examples .examples-content {
    display: flex;
    justify-content: space-between;
}

.article-body .examples .examples-content .example-item {
    width: 260px;
}

.article-body .examples .examples-content .example-item .example-item-img {
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.article-body .examples .examples-content .example-item .example-item-img .exampleImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.article-body .examples .examples-content .example-item .example-text {
    margin-top: 5px;
}

.article-body .featured {
    margin-top: 3rem;
}

.article-body .featured .featured-title-box {
    display: flex;
    justify-content: space-between;
}

.article-body .featured .featured-title-box .scroll-btn.pc {
    display: block;
}

.article-body .featured .featured-title-box button {
    padding: 0 10px;
    border: 0;
    background-color: transparent;
    color: #333;
}

.article-body .featured .featured-title-box h3 {
    font-size: 18px;
    line-height: 24px;
}

.article-body .featured .featured-content-box {
    width: 100%;
    overflow: hidden;
}

.article-body .featured .featured-content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.article-body .featured .featured-item ~ .featured-item {
    margin-left: 8px;
}

.article-body .featured .featured-content .featured-item .featured-item-img {
    width: 195px;
    height: 101px;
    border-radius: 5px;
    overflow: hidden;
}

.article-body .featured .featured-content .featured-item .featured-item-img .featuredImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1139px) {
    .article-body .featured .featured-content .featured-item .featured-item-img .featuredImg {
        height: 85px;
        object-fit: cover;
    }
}

.article-body .featured .featured-content .featured-item .featured-text {
    width: 195px;
    font-family: 'Panda Font';
    /* font-weight: 600; */
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-body .article-banner {
    margin-top: 33px;
}

.article-body .article-banner .article-banner-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 22px;
}

.article-body .article-banner .article-banner-img a {
    display: inline-block;
}

.article-body .article-banner .article-banner-img .bannerImg {
    box-shadow: rgb(0 0 0 / 15%) 0 12px 12px;
    border-radius: 22px;
    object-fit: contain;
}

.article-body .article-banner .article-banner-img .bannerImg.pc {
    display: inline-block;
}

.article-body .article-banner .article-banner-img .bannerImg.phone {
    display: none;
}

/* .article-body .article-banner .article-banner-img a:hover {
	display: block;
	border-radius: 9px;
}

.article-body .article-banner .article-banner-img a:hover .bannerImg {
	opacity: 0.6;
} */

.aside-left {
    margin-right: 20px;
}

.aside-left .share-item {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 15px;
}

.aside-left .share-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aside-left .share-item:hover {
    background: #000;
    border-radius: 4px;
}

.aside-left .share-item:hover img {
    opacity: 0.6;
}

@media only screen and (max-width: 1179px) and (min-width: 769px) {
    .article-body .article-img-box {
        width: 100%;
        height: auto;
    }

    .article-body .article-banner .article-banner-img {
        height: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .article-text {
        margin: 24px 0 0;
        /* font-size: 14px;
        line-height: 24px; */
    }

    .article-text table td {
        /* font-size: 14px;
        line-height: 24px; */
    }

    /* h2 {
        margin-top: 40px;
        font-size: 18px;
        line-height: 30px;
    }
    h3 {
        font-size: 16px;
        line-height: 18px;
    } */
    .back-to {
        height: 62px;
    }

    .back-to.phone {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .back-to a img {
        margin-right: 8px;
    }

    .back-to a span {
        font-size: 18px;
        color: #333333;
        line-height: 16px;
    }

    form {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .author-box {
        width: 100%;
    }

    .author-box.pc {
        display: none;
    }

    .author-box.phone {
        display: flex;
        align-items: flex-end;
        justify-content: initial;
        margin: 24px 0;
    }

    .author-box span,
    .author-box a {
        font-size: 12px;
        line-height: 12px;
    }

    .author-box .author-name,
    .author-box .author-box-date,
    .author-box .author-box-classify {
        height: 12px;
        line-height: 12px;
    }

    .author-box .author-name .author-icon,
    .author-box .author-box-date .author-icon,
    .author-box .author-box-classify .author-icon {
        margin-right: 4px;
        width: 12px;
        height: 12px;
    }

    .author-box .author-name {
        margin-bottom: 8px;
    }

    .author-box .author-msg {
        height: 36px;
        display: flex;
        align-items: center;
    }

    .author-box .author-msg .author-portraits {
        width: 36px;
        height: 36px;
    }

    .author-box .author-msg .author-portraits img {
        vertical-align: inherit;
    }

    .author-box .author-msg .author-name {
        margin-bottom: 0;
    }

    .author-box .author-portraits img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }

    .author-box .author-portraits {
        margin-right: 12px;
    }

    .author-box .author-box-classify {
        margin-left: 24px;
    }

    .author-box .author-box-date {
        margin-left: 0;
    }

    .article-body .article-img-box {
        width: 100%;
        min-height: auto;
    }

    .article-body .article-text-box {
        padding-bottom: 40px;
    }

    .article-body .examples h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .article-body .examples .examples-content {
        flex-direction: column;
    }

    .article-body .examples .examples-content .example-item {
        width: 100%;
        background: #ffffff;
    }

    .article-body .examples .examples-content .example-item .example-item-img {
        width: 100%;
        height: auto;
    }

    .article-body .examples .examples-content .example-item .example-text {
        margin: 5px 0 30px 0;
        width: 100%;
        height: 48px;
        font-size: 14px;
        line-height: 24px;
    }

    .article-body .featured .featured-title-box .scroll-btn.pc {
        display: none;
    }

    .article-body .featured .featured-title-box h3 {
        font-size: 16px;
        line-height: 18px;
    }

    /* .article-body .featured .featured-content {
        flex-direction: column;
    } */
    .article-body .featured .featured-item {
        background: #ffffff;
        box-shadow: 0 2px 6px 0 rgba(153, 153, 153, 0.08);
    }

    .article-body .featured .featured-item ~ .featured-item {
        margin-left: 0;
        margin-top: 0;
    }

    .article-body .featured .featured-content .featured-item .featured-item-img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        overflow: hidden;
    }

    .article-body .featured .featured-content .featured-item .featured-text {
        width: 100%;
        margin: 16px 0;
        font-size: 14px;
        line-height: 24px;
    }

    .article-body .article-banner {
        margin: 40px 0 0;
    }

    .article-body .article-banner .article-banner-img {
        height: auto;
    }

    .aside-left {
        position: absolute;
        top: 202px;
        left: 16px;
        margin-right: 0;
    }

    .aside-left .share-item {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-top: 0;
        margin-right: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .article-body .article-banner .article-banner-img .bannerImg.pc {
        display: none;
    }

    .article-body .article-banner .article-banner-img .bannerImg.phone {
        display: block;
        margin: auto;
    }
}

@media only screen and (width: 768px) {
    .article-body .article-banner .article-banner-img {
        width: 100%;
        height: auto;
    }
}


.mx-examples-content {
    display: grid !important
;
    grid-template-rows: 183px 183px 183px !important;
    grid-template-columns: 260px 260px 260px !important;
    gap: 20px 0;
}


.pad-mian{
    display: flex;
    margin: 34px auto;
    align-items: center;
}
.pad-mian a{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pad-mian .asct{
    color: #26A4E4;
}

.pad-mian svg{
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin: 0 4px;
}

.article-msg .rectangle {
    border: 1px solid #26A4E4 !important;
    color: #26A4E4 !important;
}


.panda-category ul li {
    border: 1px solid #26A4E4 !important;
}

.mxx-active {
    background: #26A4E4 !important;
}


.panda-category ul .mxx-active a {
    color: #FFFFFF !important;
}

.mxs-title {
    height: 60px;
}

.mx-mo {
    display: none !important;
}

.article-msg div {
    display: flex
;
    align-items: center;
}

.article-msg div svg {
    margin: 0 5px 0 0;
}


@media screen and (max-width: 750px) {
    header .hea_box {
        display: none;
    }

    header {
        height: auto;
    }

    .article-body .examples .examples-content {
        flex-direction: column;
    }

    .mx-examples-content {
        display: grid !important
    ;
        grid-template-rows: 183px !important;
        grid-template-columns: 260px !important;
        grid-auto-rows: 183px !important;
        gap: 20px 0;
        justify-content: center !important;
    }

    .panda-category .recommended .left .topic-image {
        width: 100% !important;
    }

    .recent-posts .item:nth-child(3n + 1) img {
        height: 171px !important;
        width: 100% !important;
    }


}

.single-page .aside-right-box {
    margin-top: 50px !important;
}


.single-page .aside-right {
    top: 140px !important;
}

#myModal .modal-content {
    margin-top: 50%;
    background-color: transparent;
    box-shadow: none;
    border: none;
}


.mask{
    width: 100%;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    top: 0px;
}

#myModal .modal-content .modal-body .sea_btn button {
    background-color: #26A4E4 !important;
}

#myModal .modal-content .modal-body {
    justify-content: center;
}

button {
    outline: none;
    border: none;
}

.single-page .article-details .actth::before {
    background: #26A4E4 !important;
    position: absolute;
    content: " ";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
}

#faqsu-faq-list .faqsu-faq-question:after {
    content: "?";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #c6d0db;
    background: #F0F4F8;
    border-radius: 40px;
    font-size: 20px;
}

.single-page .article-details .actth {
    position: relative;
    padding-left: 8px !important;
}

.single-page .article-details h3, .single-page .article-details h3 .strong {
    margin: 0 0 5px 0;
    color: #262626;
    font-family: "Panda Font Bold";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 20px;
    line-height: 1.7;
}


.single-page .aside-right-box {
    margin-top: 50px !important;
}

.faqsu-faq-question{
    padding-left: 20px;
}
.single-page .aside-right {
    top: 140px !important;
}

#faqsu-faq-list .faqsu-faq-question:before{
    background: #26A4E4 !important;
    position: absolute;
    content: " ";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
}

#faqsu-faq-list .faqsu-faq-question{
    font-size: 20px;
}



.item:hover {
    box-shadow: 0 22px 22px 0 rgba(0, 0, 0, 0.1);
}