/* 初始化 */
html {-webkit-text-size-adjust: 100% !important;text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-webkit-overflow-scrolling: touch;direction: ltr !important; font-weight:normal}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure,figcaption,img {margin: 0;padding: 0}

body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,code,dfn,em,var,i,b,span,strong,a,p {font-style: normal;color: #333;font-weight:normal;font-size:16px}

button,input,textarea,select {border: 0;outline: 0}
ul,ol,li {list-style: none}
fieldset,img {border: 0}
h1,h2,h3,h4,h5,h6,code,dfn,em,var,i,b {font-style: normal;}
a {text-decoration: none;color: #555}
input,textarea {outline-style: none}




/* wpforms表单插件生成代码初始化 */
.wpforms-container .wpforms-confirmation-scroll,.wpforms-container .wpforms-error-container {line-height: 16px}
.wpforms-field-container .wpforms-field {padding: 0;margin: 0}
.wpforms-field-container input,.wpforms-field-container textarea {margin: 0;padding: 0;border: none;background: none}



/* 全局表单文字 */
input::-webkit-input-placeholder {color: #AAA;font-size: .15rem}
input::-moz-placeholder {color: #AAA;font-size: .15rem}
input:-moz-placeholder {color: #AAA;font-size: .15rem}
input:-ms-input-placeholder {color: #AAA;font-size: .15rem}

/*滚动条*/
::-webkit-scrollbar {width: 6px;height: 8px}
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: #333}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 0;background: #F1F1F1}



/* 复制选中 */
::selection {background: #338FFF;color: #FFF}
::-moz-selection {background: #338FFF;color: #FFF}
::-webkit-selection {background: #338FFF;color: #FFF}
.fl {float: left}
.fr {float: right}
.container {overflow: hidden}
.df {display: -webkit-flex;display: flex;flex-wrap: wrap;}
.pr {position: relative}
.clear {clear: both}
.center{text-align: center;}
.aligncenter{display: -webkit-flex;display: flex;align-items: center;}
.over_text{white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.link_hidden {display: none !important;}
.moudle_pc{position: relative;}
.moudle_mobile{display: none;}

@media screen and (max-width: 960px) {
	.moudle_pc{display: none !important;}
	.moudle_mobile{display: block !important;}
}

/* font size */
.fz18 {font-size: 18px;	line-height: 26px;}
.fz17 {font-size: 17px;	line-height: 24px;}
.fz16 {font-size: 16px;	line-height: 24px;}
.fz15 {font-size: 15px;line-height: 22px;}
.fz14 {font-size: 14px;	line-height: 20px;}
.fz13 {font-size: 13px; line-height: 20px;}
.fz12 {font-size: 12px;	line-height: 18px;}

@media screen and (max-width:1440px) {
	.fz18 {font-size: 17px;line-height: 24px;}
	.fz17 {font-size: 16px;line-height: 22px;}
}

@media screen and (max-width:1366px) {
	.fz18 {font-size: 16px;line-height: 22px;}
	.fz17 {font-size: 16px;}
	.fz16 {font-size: 15px;line-height: 22px;}
}

@media screen and (max-width:1200px) {
	.fz16 {font-size: 15px;}
}

@media screen and (max-width:1024px) {
	.fz18 {font-size: 15px;	line-height: 20px;}
	.fz17 {font-size: 14px;}
}

@media screen and (max-width:768px) {
	.fz18 {font-size: 14px;}
	.fz17 {font-size: 14px;line-height: 20px;}
	.fz16 {font-size: 14px;}
	.fz15,.fz14 {font-size: 13px;line-height: 18px;}
}




/* filleted corner */
.o40 {-webkit-border-radius: .4rem;border-radius: .4rem;}
.o30 {-webkit-border-radius: .3rem;border-radius: .3rem;}

@media screen and (max-width:1024px) {
	.o40 {-webkit-border-radius: .3rem;border-radius: .3rem;}
	.o30 {-webkit-border-radius: .24rem;border-radius: .24rem;}
}

@media screen and (max-width:768px) {
	.o40 {-webkit-border-radius: .2rem;border-radius: .2rem;}
	.o30 {-webkit-border-radius: .2rem;border-radius: .2rem;}
}




/* spacing */
.m140{margin-top:1.4rem;margin-bottom:1.4rem;}
.m120{margin-top:1.2rem;margin-bottom:1.2rem;}
.m110{margin-top:1.1rem;margin-bottom:1.1rem;}
.m100{margin-top:1rem;margin-bottom:1rem;}
.m80{margin-top:.8rem;margin-bottom:.8rem;}
.m70{margin-top:.7rem;margin-bottom:.7rem;}
.m60{margin-top:.6rem;margin-bottom:.6rem;}
.m50{margin-top:.5rem;margin-bottom:.5rem;}
.m40{margin-top:.4rem;margin-bottom:.4rem;}
.m30{margin-top:.3rem;margin-bottom:.3rem;}
.mt140{margin-top:1.4rem;}
.mt120{margin-top:1.2rem;}
.mt110{margin-top:1.1rem;}
.mt100{margin-top:1rem;}
.mt80{margin-top:.8rem;}
.mt70{margin-top:.7rem;}
.mt60{margin-top:.6rem;}
.mt50{margin-top:.5rem;}
.mt40{margin-top:.4rem;}
.mt30{margin-top:.3rem;}
.mt20{margin-top:.2rem;}
.mt10{margin-top:.1rem;}
.mb140{margin-bottom:1.4rem;}
.mb120{margin-bottom:1.2rem;}
.mb110{margin-bottom:1.1rem;}
.mb100{margin-bottom:1rem;}
.mb80{margin-bottom:.8rem;}
.mb70{margin-bottom:.7rem;}
.mb60{margin-bottom:.6rem;}
.mb50{margin-bottom:.5rem;}
.mb40{margin-bottom:.4rem;}
.mb30{margin-bottom:.3rem;}
.mb20{margin-bottom:.2rem;}
.mb10{margin-bottom:.1rem;}

@media screen and (max-width:1440px) {
	.m140{margin-top:1.2rem;margin-bottom:1.2rem;}
	.mt140{margin-top:1.2rem;}
	.mb140{margin-bottom:1.2rem;}
	.m120{margin-top:1.1rem;margin-bottom:1.1rem;}
	.m110{margin-top:1rem;margin-bottom:1rem;}
	.mt120{margin-top:1.1rem;}
	.mt110{margin-top:1rem;}
	.mb120{margin-bottom:1.1rem;}
	.mb110{margin-bottom:1rem;}
	.m100{margin-top:.9rem;margin-bottom:.9rem;}
	.mt100{margin-top:.9rem;}
	.mb100{margin-bottom:.9rem;}
}

@media screen and (max-width:1366px) {
	.m140{margin-top:1.1rem;margin-bottom:1.1rem;}
	.mt140{margin-top:1.1rem;}
	.mb140{margin-bottom:1.1rem;}
	.m120{margin-top:1rem;margin-bottom:1rem;}
	.mt120{margin-top:1rem;}
	.mb120{margin-bottom:1rem;}
	.m110{margin-top:.9rem;margin-bottom:.9rem;}
	.mt110{margin-top:.9rem;}
	.mb110{margin-bottom:.9rem;}
	.m100{margin-top:.8rem;margin-bottom:.8rem;}
	.mt100{margin-top:.8rem;}
	.mb100{margin-bottom:.8rem;}
	.m80{margin-top:.7rem;margin-bottom:.7rem;}
	.mt80{margin-top:.7rem;}
	.mb80{margin-bottom:.7rem;}
	.m70{margin-top:.6rem;margin-bottom:.6rem;}
	.mt70{margin-top:.6rem;}
	.mb70{margin-bottom:.6rem;}
	.m60{margin-top:.5rem;margin-bottom:.5rem;}
	.mt60{margin-top:.5rem;}
	.mb60{margin-bottom:.5rem;}
}

@media screen and (max-width:1200px) {
	.m140{margin-top:.9rem;margin-bottom:.9rem;}
	.mt140{margin-top:.9rem;}
	.mb140{margin-bottom:.9rem;}
	.m120{margin-top:.8rem;margin-bottom:.8rem;}
	.mt120{margin-top:.8rem;}
	.mb120{margin-bottom:.8rem;}
	.m110{margin-top:.75rem;margin-bottom:.75rem;}
	.mt110{margin-top:.75rem;}
	.mb110{margin-bottom:.75rem;}
	.m100{margin-top:.7rem;margin-bottom:.7rem;}
	.mt100{margin-top:.7rem;}
	.mb100{margin-bottom:.7rem;}
	.m80{margin-top:.6rem;margin-bottom:.6rem;}
	.mt80{margin-top:.6rem;}
	.mb80{margin-bottom:.6rem;}
	.m70{margin-top:.5rem;margin-bottom:.5rem;}
	.mt70{margin-top:.5rem;}
	.mb70{margin-bottom:.5rem;}
}

@media screen and (max-width:1024px) {
	.m140{margin-top:.6rem;margin-bottom:.6rem;}
	.mt140{margin-top:.6rem;}
	.mb140{margin-bottom:.6rem;}
	.m120{margin-top:.5rem;margin-bottom:.5rem;}
	.mt120{margin-top:.5rem;}
	.mb120{margin-bottom:.5rem;}
	.m110{margin-top:.5rem;margin-bottom:.5rem;}
	.mt110{margin-top:.5rem;}
	.mb110{margin-bottom:.5rem;}
	.m100{margin-top:.5rem;margin-bottom:.5rem;}
	.mt100{margin-top:.5rem;}
	.mb100{margin-bottom:.5rem;}
	.m80{margin-top:.5rem;margin-bottom:.5rem;}
	.mt80{margin-top:.5rem;}
	.mb80{margin-bottom:.5rem;}
	.m70{margin-top:.4rem;margin-bottom:.4rem;}
	.mt70{margin-top:.4rem;}
	.mb70{margin-bottom:.4rem;}
	.m60{margin-top:.4rem;margin-bottom:.4rem;}
	.mt60{margin-top:.4rem;}
	.mb60{margin-bottom:.4rem;}
	.m50{margin-top:.4rem;margin-bottom:.4rem;}
	.mt50{margin-top:.4rem;}
	.mb50{margin-bottom:.4rem;}
	.m40{margin-top:.3rem;margin-bottom:.3rem;}
	.mt40{margin-top:.3rem;}
	.mb40{margin-bottom:.3rem;}
}

@media screen and (max-width:768px) {
	.m140{margin-top:.5rem;margin-bottom:.5rem;}
	.mt140{margin-top:.5rem;}
	.mb140{margin-bottom:.5rem;}
	.m80{margin-top:.4rem;margin-bottom:.4rem;}
	.mt80{margin-top:.4rem;}
	.mb80{margin-bottom:.4rem;}
	.m60{margin-top:.4rem;margin-bottom:.4rem;}
	.mt60{margin-top:.4rem;}
	.mb60{margin-bottom:.4rem;}
	.m50{margin-top:.4rem;margin-bottom:.4rem;}
	.mt50{margin-top:.4rem;}
	.mb50{margin-bottom:.4rem;}
	.m30{margin-top:.2rem;margin-bottom:.2rem;}
	.mt30{margin-top:.2rem;}
	.mb30{margin-bottom:.2rem;}
}

@media screen and (max-width:560px) {
	.m140{margin-top:.4rem;margin-bottom:.4rem;}
	.mt140{margin-top:.4rem;}
	.mb140{margin-bottom:.4rem;}
	.m120{margin-top:.4rem;margin-bottom:.4rem;}
	.mt120{margin-top:.4rem;}
	.mb120{margin-bottom:.4rem;}
	.m110{margin-top:.4rem;margin-bottom:.4rem;}
	.mt110{margin-top:.4rem;}
	.mb110{margin-bottom:.4rem;}
	.m100{margin-top:.4rem;margin-bottom:.4rem;}
	.mt100{margin-top:.4rem;}
	.mb100{margin-bottom:.4rem;}
	.m80{margin-top:.4rem;margin-bottom:.4rem;}
	.mt80{margin-top:.4rem;}
	.mb80{margin-bottom:.4rem;}
	.m60{margin-top:.3rem;margin-bottom:.3rem;}
	.mt60{margin-top:.3rem;}
	.mb60{margin-bottom:.3rem;}
	.m50{margin-top:.3rem;margin-bottom:.3rem;}
	.mt50{margin-top:.3rem;}
	.mb50{margin-bottom:.3rem;}
	.m40{margin-top:.2rem;margin-bottom:.2rem;}
	.mt40{margin-top:.2rem;}
	.mb40{margin-bottom:.2rem;}
	.m30{margin-top:.1rem;margin-bottom:.1rem;}
	.mt30{margin-top:.1rem;}
	.mb30{margin-bottom:.1rem;}
}




.p140{padding-top:1.4rem;padding-bottom:1.4rem;}
.p120{padding-top:1.2rem;padding-bottom:1.2rem;}
.p110{padding-top:1.1rem;padding-bottom:1.1rem;}
.p100{padding-top:1rem;padding-bottom:1rem;}
.p80{padding-top:.8rem;padding-bottom:.8rem;}
.p70{padding-top:.7rem;padding-bottom:.7rem;}
.p60{padding-top:.6rem;padding-bottom:.6rem;}
.p50{padding-top:.5rem;padding-bottom:.5rem;}
.p40{padding-top:.4rem;padding-bottom:.4rem;}
.p30{padding-top:.3rem;padding-bottom:.3rem;}
.pt140{padding-top:1.4rem;}
.pt120{padding-top:1.2rem;}
.pt110{padding-top:1.1rem;}
.pt100{padding-top:1rem;}
.pt80{padding-top:.8rem;}
.pt70{padding-top:.7rem;}
.pt60{padding-top:.6rem;}
.pt50{padding-top:.5rem;}
.pt40{padding-top:.4rem;}
.pt30{padding-top:.3rem;}
.pt20{padding-top:.2rem;}
.pt10{padding-top:.1rem;}
.pb140{padding-bottom:1.4rem;}
.pb120{padding-bottom:1.2rem;}
.pb110{padding-bottom:1.1rem;}
.pb100{padding-bottom:1rem;}
.pb80{padding-bottom:.8rem;}
.pb70{padding-bottom:.7rem;}
.pb60{padding-bottom:.6rem;}
.pb50{padding-bottom:.5rem;}
.pb40{padding-bottom:.4rem;}
.pb30{padding-bottom:.3rem;}
.pb20{padding-bottom:.2rem;}
.pb10{padding-bottom:.1rem;}

@media screen and (max-width:1440px) {
	.p140{padding-top:1.2rem;padding-bottom:1.2rem;}
	.pt140{padding-top:1.2rem;}
	.pb140{padding-bottom:1.2rem;}
	.p120{padding-top:1.1rem;padding-bottom:1.1rem;}
	.pt120{padding-top:1.1rem;}
	.pb120{padding-bottom:1.1rem;}
	.p110{padding-top:1rem;padding-bottom:1rem;}
	.pt110{padding-top:1rem;}
	.pb110{padding-bottom:1rem;}
	.p100{padding-top:.9rem;padding-bottom:.9rem;}
	.pt100{padding-top:.9rem;}
	.pb100{padding-bottom:.9rem;}
}

@media screen and (max-width:1366px) {
	.p140{padding-top:1.1rem;padding-bottom:1.1rem;}
	.pt140{padding-top:1.1rem;}
	.pb140{padding-bottom:1.1rem;}
	.p120{padding-top:1rem;padding-bottom:1rem;}
	.pt120{padding-top:1rem;}
	.pb120{padding-bottom:1rem;}
	.p110{padding-top:.9rem;padding-bottom:.9rem;}
	.pt110{padding-top:.9rem;}
	.pb110{padding-bottom:.9rem;}
	.p100{padding-top:.8rem;padding-bottom:.8rem;}
	.pt100{padding-top:.8rem;}
	.pb100{padding-bottom:.8rem;}
	.p80{padding-top:.7rem;padding-bottom:.7rem;}
	.pt80{padding-top:.7rem;}
	.pb80{padding-bottom:.7rem;}
	.p70{padding-top:.6rem;padding-bottom:.6rem;}
	.pt70{padding-top:.6rem;}
	.pb70{padding-bottom:.6rem;}
	.p60{padding-top:.5rem;padding-bottom:.5rem;}
	.pt60{padding-top:.5rem;}
	.pb60{padding-bottom:.5rem;}
}

@media screen and (max-width:1200px) {
	.p140{padding-top:.9rem;padding-bottom:.9rem;}
	.pt140{padding-top:.9rem;}
	.pb140{padding-bottom:.9rem;}
	.p120{padding-top:.8rem;padding-bottom:.8rem;}
	.pt120{padding-top:.8rem;}
	.pb120{padding-bottom:.8rem;}
	.p110{padding-top:.75rem;padding-bottom:.75rem;}
	.pt110{padding-top:.75rem;}
	.pb110{padding-bottom:.75rem;}
	.p100{padding-top:.7rem;padding-bottom:.7rem;}
	.pt100{padding-top:.7rem;}
	.pb100{padding-bottom:.7rem;}
	.p80 {padding-top:.6rem;padding-bottom:.6rem;}
	.pt80 {padding-top:.6rem;}
	.pb80 {padding-bottom:.6rem;}
	.p70 {padding-top:.5rem;padding-bottom:.5rem;}
	.pt70 {padding-top:.5rem;}
	.pb70 {	padding-bottom:.5rem;}
}

@media screen and (max-width:1024px) {
	.p140{padding-top:.6rem;padding-bottom:.6rem;}
	.pt140{padding-top:.6rem;}
	.pb140{padding-bottom:.6rem;}
	.p120{padding-top:.5rem;padding-bottom:.5rem;}
	.pt120{padding-top:.5rem;}
	.pb120{padding-bottom:.5rem;}
	.p110{padding-top:.5rem;padding-bottom:.5rem;}
	.pt110{padding-top:.5rem;}
	.pb110{padding-bottom:.5rem;}
	.p100{padding-top:.5rem;padding-bottom:.5rem;}
	.pt100{padding-top:.5rem;}
	.pb100{padding-bottom:.5rem;}
	.p80{padding-top:.4rem;padding-bottom:.4rem;}
	.pt80{padding-top:.4rem;}
	.pb80{padding-bottom:.4rem;}
	.p70{padding-top:.4rem;padding-bottom:.4rem;}
	.pt70{padding-top:.4rem;}
	.pb70{padding-bottom:.4rem;}
	.p60{padding-top:.4rem;padding-bottom:.4rem;}
	.pt60{padding-top:.4rem;}
	.pb60{padding-bottom:.4rem;}
	.p50{padding-top:.4rem;padding-bottom:.4rem;}
	.pt50{padding-top:.4rem;}
	.pb50{padding-bottom:.4rem;}
	.p40{padding-top:.3rem;padding-bottom:.3rem;}
	.pt40{padding-top:.3rem;}
	.pb40{padding-bottom:.3rem;}
}

@media screen and (max-width:768px) {
	.p140{padding-top:.5rem;padding-bottom:.5rem;}
	.pt140{padding-top:.5rem;}
	.pb140{padding-bottom:.5rem;}
	.p60{padding-top:.4rem;padding-bottom:.4rem;}
	.pt60{padding-top:.4rem;}
	.pb60{padding-bottom:.4rem;}
	.p50{padding-top:.4rem;padding-bottom:.4rem;}
	.pt50{padding-top:.4rem;}
	.pb50{padding-bottom:.4rem;}
}

@media screen and (max-width:560px) {
	.p140{padding-top:.4rem;padding-bottom:.4rem;}
	.pt140{padding-top:.4rem;}
	.pb140{padding-bottom:.4rem;}
	.p120{padding-top:.4rem;padding-bottom:.4rem;}
	.pt120{padding-top:.4rem;}
	.pb120{padding-bottom:.4rem;}
	.p110{padding-top:.4rem;padding-bottom:.4rem;}
	.pt110{padding-top:.4rem;}
	.pb110{padding-bottom:.4rem;}
	.p100{padding-top:.4rem;padding-bottom:.4rem;}
	.pt100{padding-top:.4rem;}
	.pb100{padding-bottom:.4rem;}
	.p80{padding-top:.4rem;padding-bottom:.4rem;}
	.pt80{padding-top:.4rem;}
	.pb80{padding-bottom:.4rem;}
	.p60{padding-top:.3rem;padding-bottom:.3rem;}
	.pt60{padding-top:.3rem;}
	.pb60{padding-bottom:.3rem;}
	.p50{padding-top:.3rem;padding-bottom:.3rem;}
	.pt50{padding-top:.3rem;}
	.pb50{padding-bottom:.3rem;}
	.p40{padding-top:.2rem;padding-bottom:.2rem;}
	.pt40{padding-top:.2rem;}
	.pb40{padding-bottom:.2rem;}
	.p30{padding-top:.2rem;padding-bottom:.2rem;}
	.pt30{padding-top:.2rem;}
	.pb30{padding-bottom:.2rem;}
}



/* privacy */
.privacy_cont article,.privacy_cont article * {	font-size: 14px;color: #666;line-height: 24px}




/* thanks */
.thanks {position: absolute;top: 48%;left: 50%;transform: translate(-50%, -50%);width: 90%;text-align: center;overflow: hidden}
.thanks_logo {}
.thanks_logo img{height: 0.4rem;}
.thanks h2 {margin: .2rem auto;font-size: .3rem;color: #333;font-weight: bold}

@media screen and (max-width:1024px) {
	.thanks_logo img {max-height: .5rem}
	.thanks h2 {font-size: .2rem}
}

@media screen and (max-width:768px) {
	.thanks_logo img {max-height: .44rem}
	.thanks h2 {font-size: .16rem}
}




/* search results list */
.search_tit{text-align:center}
.search_tit h3{font-size:0.5rem;font-weight:bold;}
.search_tit h6{margin:.16rem 0 .36rem; font-size:.16rem;}
.in_search_cat{display: -webkit-flex;display: flex;flex-wrap: wrap;align-items: center;gap: 0 2%;justify-content: center;}
.in_search_cat dt{font-size:0.18rem;color:var(--i_color);padding: 1% 0;text-align:center;}
.in_search_cat dt.current{font-weight:bold;border-bottom:3px solid var(--i_color2);}




/* 404 */
.in404 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #FFF}
.in404_text {position: absolute;top: 44%;left: 50%;transform: translate(-50%, -50%);width: 80%;text-align: center}
.in404_text h1 {font-size: 220px;color: #BBB}
.in404_text h6 {margin: 10px auto 30px;font-size: 18px;color: #999}
.in404_text a {display: inline-block;padding: 0 40px;line-height: 32px;font-size: 15px;color: #999;border: 2px solid #DDD;-webkit-border-radius: 100px;-moz-border-radius: 100px;	border-radius: 100px}

@media screen and (max-width:959px) {
	.in404_text h1 {font-size: 180px}
}

@media screen and (max-width:768px) {
	.in404_text h1 {font-size: 140px}
	.in404_text h6 {font-size: 16px}
	.in404_text a {font-size: 14px}
}

@media screen and (max-width:560px) {
	.in404_text h1 {font-size: 70px}
	.in404_text h6 {margin: 10px auto 18px;font-size: 14px;	line-height: 20px}
	.in404_text a {font-size: 13px}
}

.link_hidden {display: none !important;}




/* 编辑器 */
/* 重置标签样式 */
article,article * {margin: revert;padding: revert;list-style: revert;color: revert;}
article p{min-height: 12px;}
article figure {margin-left: auto;margin-right: auto;}
.wp-block-column figure img {width: 100%;}
article img{width:100%;max-width:100% !important;height:initial !important}
article strong,article strong p,article strong b,article strong i,article strong span,article b,article h1,article h2,article h3,article h4,article h5,article h6 {font-size: revert;font-weight: bold;}
article .aligncenter {text-align: center;margin-left: auto;	margin-right: auto;}
article img.aligncenter{display: block;}
article .has-text-align-center {text-align: center;}
article .wp-caption {max-width: 100% !important;}


/* 默认表格 */
article .table_box{padding-bottom: 0.1rem;margin-top: 0.2rem;margin-bottom: 0.2rem;width: 100% !important;max-width: 100% !important;overflow-x: auto;}
article .table_box::-webkit-scrollbar{width:6px; height:2px}
article .table_box::-webkit-scrollbar-thumb{background: var(--i_color)}
article .table_box::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius:0; background: #F1F1F1}
article table {width: 100% !important;max-width: 100% !important;background: #FFF;border-collapse: collapse !important;	border-spacing: 0 !important;}
article tbody {width: 100% !important;max-width: 100% !important;border-bottom:1px solid #ccc !important}

article table tr{border-top:1px solid #ccc;}

article table tr,article table td {max-width: 100% !important}
article table tr,article table td,article table tr p,article table td p {margin: 0;padding: 0}
article table td {padding: 8px;}
article table td img{width: 300px;height: 300px;}

.wp-block-separator {
    border-top: 1px solid #ccc;
}

.wp-block-table td, .wp-block-table th {
    padding: .5em;
}

/* ------------------- Getwid 插件重置样式 ------------------- */
.wp-block-getwid-tabs__tab-content,.wp-block-getwid-tabs__tab-content * {margin: revert;	padding: revert;list-style: revert;}
.wp-block-getwid-accordion * {margin: initial;}
.wp-block-getwid-accordion .aligncenter {margin: 0 auto;}
.wp-block-getwid-accordion .wp-caption {max-width: 100% !important;}
.wp-block-table::-webkit-scrollbar {width: 2px;	height: 2px}
.wp-block-getwid-tabs__tab-content li {	margin-top: 0.1rem;	margin-bottom: 0.1rem;}
.wp-block-getwid-tabs__tab-content figure {margin-left: auto;margin-right: auto;}
p.has-background {padding: .1rem .2rem;}
.wp-block-getwid-tabs__tab-content h1,.wp-block-getwid-tabs__tab-content h2,.wp-block-getwid-tabs__tab-content h3,.wp-block-getwid-tabs__tab-content h4,.wp-block-getwid-tabs__tab-content h5,.wp-block-getwid-tabs__tab-content h6 {	font-weight: bold;}
.is-provider-youtube .wp-block-embed__wrapper{width:100%;position:relative;overflow:hidden}
.is-provider-youtube .wp-block-embed__wrapper:before{content:"";display:block;padding-bottom:50%}
.is-provider-youtube .wp-block-embed__wrapper iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%;object-fit:cover;}



/* Getwid 表格默认样式 */
.wp-block-getwid-tabs__tab-content table {margin-top: 0.2rem;margin-bottom: 0.2rem;width: 100% !important;max-width: 100% !important;background: #FFF;border-collapse: collapse !important;border-spacing: 0 !important;overflow-x: auto;}
.wp-block-getwid-tabs__tab-content tbody {width: 100% !important;max-width: 100% !important}
.wp-block-getwid-tabs__tab-content table tr,.wp-block-getwid-tabs__tab-content table td {max-width: 100% !important}
.wp-block-getwid-tabs__tab-content table tr,.wp-block-getwid-tabs__tab-content table td,.wp-block-getwid-tabs__tab-content table tr p,.wp-block-getwid-tabs__tab-content table td p {margin: 0;padding: 0}
.wp-block-getwid-tabs__tab-content table tr:nth-child(odd) {background: rgba(0, 0, 0, .04)}
.wp-block-getwid-tabs__tab-content table td {padding: 14px 8px;border: 1px solid var(--border_color)}



/* Getwid 选项卡 */
.wp-block-getwid-tabs {width: 100%;}
.wp-block-getwid-tabs__nav-links {margin-bottom: 0.4rem;display: -webkit-flex;display: flex;flex-wrap: wrap;border-bottom: 1px solid #CCC;}
.wp-block-getwid-tabs__nav-links li {margin: 0 .3rem;}
.wp-block-getwid-tabs__title {display: block;padding-bottom: 0.14rem;font-size: 0.18rem;color: #666;text-transform: uppercase;position: relative;}
.wp-block-getwid-tabs__title::before {content: '';position: absolute;left: 50%;transform: translate(-50%, 0);bottom: 0;width: 0;height: 3px;-webkit-border-radius: .5rem;border-radius: .5rem;background: var(--i_color2);-webkit-transition: all .5s ease;	transition: all .5s ease}
.ui-tabs-active .wp-block-getwid-tabs__title {color: var(--i_color3);	font-weight: bold;}
.ui-tabs-active .wp-block-getwid-tabs__title::before {width: 0.4rem;}