* {
	/* margin: 0; */
	/* padding: 0; */
	/* line-height: 1; */
	/* list-style: none; */
	/* font-size: 14px; */
	/* color: #333; */
	/* background-repeat: no-repeat; */
}

button,
input,
select {
	outline: none;
	border: none;
	display: block;
}

a {
	display: block;
	text-decoration: none;
}

/*img {*/
/*	display: block;*/
/*}*/

.xm-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.xm-min-w {
	min-width: 1200px;
}

.main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
	display: none;
}

#xm-header {
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

#xm-header .content {
	height: 62px;
	justify-content: space-between;
	align-items: flex-start;
}

#xm-header .logo {
	width: 74px;
	height: 38px;
	align-self: center;
}

#xm-header .logo img {
	width: 100%;
	height: 100%;
}

#xm-header .city-container {
	width: 102px;
	position: relative;
	background-position: 0 center;
}

#xm-header .city-sure {
	width: 100%;
	height: 62px;
	padding-left: 40px;
	padding-right: 15px;
	box-sizing: border-box;
	line-height: 62px;
	background-image: url(/style/2025/index/img/xm-icon-address.png), url(/style/2025/index/img/xm-icon-down.png);
	background-position: 20px center, 90px center;
	cursor: pointer;
}

#xm-header .tag {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
}

#xm-header .city-choose {
	position: absolute;
	overflow: hidden;
	width: 400px;
	display: none;
	z-index: 2;
	background-color: #fff;
}

#xm-header .city-choose ul {
	flex-wrap: wrap;
}

#xm-header .city-choose li {
	font-size: 12px;
	margin: 10px;
	cursor: pointer;
}

#xm-header .menu-container {
	width: 824px;
	box-sizing: border-box;
	padding: 0 40px 0 30px;
	align-self: center;
}

#xm-header .menu {
	justify-content: space-between;
}

#xm-header .menu-item {
	position: relative;
	cursor: pointer;
}

#xm-header .menu-item>a {
	height: 62px;
	line-height: 62px;
	box-sizing: border-box;
}

#xm-header .menu-item>a:hover {
	border-bottom: 2px solid #00a4ff;
}

#xm-header .menu-item>ul {
	height: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	transition: all 0.3s linear;
	z-index: 2;
	background-color: #fff;
}

#xm-header .menu-item>ul a {
	width: 100px;
	height: 62px;
	line-height: 62px;
	text-align: center;
}

#xm-header .menu-item>ul a:hover {
	background-color: #f7f7f7;
}

#xm-header .menu-item:nth-child(6):hover .second-menu {
	height: 254px;
}

#xm-header .telphone {
	width: 190px;
	height: 32px;
	align-self: center;
	background-color: #00a4ff;
	text-align: center;
	line-height: 32px;
	border-radius: 16px;
	color: #fff;
	background-image: url(/style/2025/index/img/xm-icon-telphone.png);
	background-position: 18px center;
}

#xm-banner {
	height: 120px;
	background-image: url(/style/2025/index/img/banner-bg.png);
	background-position: center;
	background-size: cover;
}

.xm-slogan {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	padding-top: 27px;
	padding-bottom: 16px;
}

.xm-crumbs {
	color: #fff;
	margin-right: 10px;
	font-size: 12px;
}

#xm-suspend {
	width: 100%;
	height: 68px;
	background-position: center;
	background-image: url(/style/2025/index/img/xm-suspend-bg.png);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

#xm-suspend .content {
	height: 68px;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

#xm-suspend .xmj {
	width: 177px;
	height: 125px;
	position: absolute;
	bottom: 4px;
	left: 0;
}

#xm-suspend .xmj img {
	width: 100%;
	height: 100%;
}

#xm-suspend .xmj img:hover{
	transform: scale(1.1);transition: all 0.3s linear; 
}

#xm-suspend .slogan {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	align-self: center;
	padding-left: 190px;
}

#xm-suspend .leads {
	width: 672px;
	justify-content: space-between;
	align-self: center;
}

#xm-suspend .leads .name {
	width: 200px;
	height: 46px;
	text-align: center;
	border-radius: 23px;
}

#xm-suspend .leads .phone {
	width: 284px;
	height: 46px;
	text-align: center;
	border-radius: 23px;
}

#xm-suspend .leads .leads-btn {
	width: 162px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 23px;
	background-color: #feb900;
	border: 2px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}

#xm-suspend .leads .leads-btn:hover {
	color: #fff;
	background-color: #f18908;
}

#xm-paging {
	padding: 40px 0 60px 0;
}

#xm-paging .content {
	position: relative;
}

.liebdh {
	height: 15px;
	background-color: #fff;
	padding: 20px;
	cursor: pointer;
}

.liebdh li a:hover {
	color: #5daade
}

#xm-paging .paging-container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 10px 0 8px;
}

#xm-paging .paging-container li {
	margin: 0 5px 0 5px;
}

#xm-paging .paging {
	width: 33px;
	height: 33px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 33px;
	margin-right: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

#xm-paging .paging-active {
	border: none;
}

#xm-paging .paging-prev,
#xm-paging .paging-next {
	height: 33px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 33px;
	margin-right: 10px;
	box-sizing: border-box;
	padding: 0 10px;
}

#xm-footer {
	background-color: #2e3033;
	margin-top: 34px;
}

#xm-footer .content {
	padding-top: 42px;
	padding-bottom: 100px;
}

#xm-footer .nav-container {
	width: 840px;
	margin: 0 auto;
	justify-content: space-between;
}

#xm-footer .nav:first-child {
	margin-bottom: 20px;
}

#xm-footer .nav {
	color: #fff;
	margin-bottom: 12px;
	text-align: center;
}

#xm-footer .nav>a {
	font-size: 12px;
	color: #8c8c8d;
}

#xm-footer .copy {
	text-align: center;
	color: #8c8c8d;
	font-size: 12px;
	padding-top: 35px;
}

#xm-footer .copy a {
	display: inline-block;
	color: #8c8c8d;
	font-size: 12px;
}

#xm-form {
	width: 700px;
	height: 400px;
	background-image: url(/style/2025/index/img/xm-form.png);
	background-size: cover;
	background-position: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 3;
	border-radius: 21px;
}

#xm-form .content {
	width: 100%;
	height: 100%;
	position: relative;
}

#xm-form .leads {
	width: 284px;
	position: absolute;
	left: 347px;
	top: 63px;
	z-index: 2;
}

#xm-form .leads input {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	border-radius: 26px;
	border: 2px solid #5daade;
	padding-left: 38px;
	margin-bottom: 24px;
}

#xm-form .lesson-container {
	width: 100%;
	background-color: #fff;
	height: 52px;
	box-sizing: border-box;
	border-radius: 26px;
	border: 2px solid #5daade;
	margin-bottom: 24px;
	line-height: 52px;
	background-image: url(/style/2025/index/img/xm-icon-down02.png);
	background-position: 228px center;
}

#xm-form .select-lesson {
	padding-left: 38px;
}

#xm-form .lesson {
	display: none;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

#xm-form .lesson li {
	width: 100%;
	height: 52px;
	line-height: 52px;
	background-color: #fff;
	padding-left: 38px;
	box-sizing: border-box;
}

#xm-form .lesson li:hover {
	background-color: #f7f7f7;
}

#xm-form .leads-btn {
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-image: url(/style/2025/index/img/xm-form-btn.png);
	background-size: cover;
	font-size: 22px;
	color: #a13f24;
	cursor: pointer;
}

#xm-form .close {
	position: absolute;
	width: 30px;
	height: 30px;
	/*background-color: #fff;*/
	top: 0;
	right: 0;
}

#xm-form .privacy {
	text-align: center;
	color: #ccc;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
}

#xm-suspend .close {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100px;
	height: 30px;
	background-color: #00a4ff;
	border-top-right-radius: 30px;
	background-image: url(/style/2025/index/img/xm-close.png);
	background-size: 20px 20px;
	background-position: 40px center;
}


/* form è¡¨å•æäº¤æ–¹å¼ æ ·å¼ */
#xm-suspend form {
	width: 100%;
	justify-content: space-between;
}

#xm-form form {
	height: 284px;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

#xm-form .leads-btn {
	border-radius: 26px;
}

#introduction form {
	justify-content: space-between;
	flex-direction: column;
	box-sizing: border-box;
}

#introduction .age {
	width: 100%;
	height: 44px;
	background-color: #f6f6f6;
	margin-bottom: 22px;
	box-sizing: border-box;
	padding-left: 20px;
	border-radius: 5px;
}

#subscribe-leads form {
	flex-direction: column;
	height: 200px;
	justify-content: space-between;
}

#subscribe-leads .age {
	width: 100%;
	background-color: #f7f7f7;
	height: 44px;
	box-sizing: border-box;
	padding-left: 22px;
	margin-bottom: 8px;
	border-radius: 5px;
}

.gd10 {
	padding: 15px;
}

.article-content strong {
	font-size: 16px;
}

.column-content-gwab {
	font-size: 12px;
	color: #b5b6b6;
	padding-left: 30px;
}

.column-content-gwabs {
	width: 20px;
	height: 20px;
	position: relative;
	top: 15px;
	left: -30px;
	margin: 0 5px;
}

.column-content-gwabs a:hover {
	color: #f92604;
}

.column-content-gwaba {
	font-size: 12px;
	color: #b5b6b6;
	padding-left: 30px;
}

.column-content-gwaba a:hover {
	color: #f92604;
}
.pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow: auto;
}
.article-content pre {
padding: 20px;
    font-size: 14px;
    line-height: 1.45;
    background: #2b303b;
    border-radius: 3px;
    border: 0;
    color: #eee;
    overflow-x: scroll;
}

.leads-mianze{
    font-size: 12px;
    padding: 22px 0 0 0;
    color: #757575;
    line-height: 20px;
    text-align: center;
}
.xm-crumbs-container { 
   color: #fff;
}

.xm-crumbs-container a{ 
   color: #fff;
}


/*æ”¿ç­–åˆ—è¡¨é¡¶éƒ¨åœ°åŒº*/
.multi-filter {
    background: var(--theme-el-bg-color);
    border-radius: var(--theme-border-radius-xl);
    /* margin-bottom: 20px; */
    padding: 20px;
    border-bottom: #F0F0F0 20px solid;
    background: #fff;
}
.multi-filter-item {
    align-items: flex-start;
    border-bottom: 1px solid var(--theme-line-color);
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
}.multi-filter-title {
    color: var(--theme-black-color);
    flex-shrink: 0;
    font-size: inherit;
    line-height: 24px;
    margin: 0 10px 0 0;
    width: 90px;
}
.h4, h4 {
    font-size: 18px;
}
.multi-filter-item.has-more .multi-filter-ul {
    max-height: 90px;
    overflow: hidden;
}
.multi-filter-ul {
    list-style: none;
    margin: 0 0 -10px;
    padding: 0;
    width: 100%;
}
.multi-filter-li {
    color: var(--theme-gray-color);
    display: inline-block;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 8px;
    vertical-align: top;
}
.multi-filter-li a {
    color: inherit;
}
a, a:hover {
    text-decoration: none;
}

.multi-filter-item.has-more .multi-filter-more {
    display: block;
}
.multi-filter-more {
    border: 1px solid hsla(var(--theme-color-hsl),.2);
    border-radius: var(--theme-border-radius-s,3px);
    box-sizing: border-box;
    color: var(--theme-light-color);
    display: none;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
    text-align: center;
    width: 24px;
}
.multi-filter-more .wi {
    transition: transform .3s;
}
.wpcom-icon {
    display: inline-block;
}
.wpcom-icon {
    display: inline-block;
}
.icon-svg, .wpcom-icon svg {
    height: 1em;
    vertical-align: -.15em;
    width: 1em;
    fill: currentColor;
    overflow: hidden;
}
.multi-filter-current {
    background: var(--theme-color);
    border-radius: var(--theme-border-radius-s,3px);
    color: #fff;
}
.multi-filter-li {
    color: var(--theme-gray-color);
    display: inline-block;
    line-height: 24px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0 8px;
    vertical-align: top;
}
a:hover {
        color: #206be7;
}
/*æ”¿ç­–åˆ—è¡¨é¡¶éƒ¨åœ°åŒº*/
/*æ”¿ç­–åˆ—è¡¨ä¾§è¾¹åœ°åŒº*/
.clear-fix {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
}

.multi-cb-filter {
    background: var(--theme-el-bg-color);
    border-radius: var(--theme-border-radius-xl);
    padding: 20px;
    /*border-bottom: #F0F0F0 20px solid;*/
    background: #fff;
    height: 326px;
    float: revert-layer;
}
.multi-filter-item {
    align-items: flex-start;
    border-bottom: 1px solid var(--theme-line-color);
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    height: 100px;
    float: left;
    float: unset;
}.multi-filter-title {
    color: var(--theme-black-color);
    flex-shrink: 0;
    font-size: inherit;
    line-height: 24px;
    margin: 0 10px 0 0;
    width: 90px;
}
.h4, h4 {
    font-size: 18px;
}
.multi-filter-item.has-more .multi-filter-ul {
    max-height: 255px;
    overflow: hidden;
}
.multi-filter-ul {
    list-style: none;
    margin: 0 0 -10px;
    padding: 0;
    width: 100%;
}
.multi-filter-li {
    color: var(--theme-gray-color);
    display: inline-block;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 8px;
    vertical-align: top;
}
.multi-filter-li a {
    color: inherit;
}
a, a:hover {
    text-decoration: none;
}

.multi-filter-item.has-more .multi-filter-more {
    display: block;
}
.multi-filter-more {
    border: 1px solid hsla(var(--theme-color-hsl),.2);
    border-radius: var(--theme-border-radius-s,3px);
    box-sizing: border-box;
    color: var(--theme-light-color);
    display: none;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
    text-align: center;
    width: 24px;
}
.multi-filter-more .wi {
    transition: transform .3s;
}
.wpcom-icon {
    display: inline-block;
}
.wpcom-icon {
    display: inline-block;
}
.icon-svg, .wpcom-icon svg {
    height: 1em;
    vertical-align: -.15em;
    width: 1em;
    fill: currentColor;
    overflow: hidden;
}
.multi-filter-current {
    background: var(--theme-color);
    border-radius: var(--theme-border-radius-s,3px);
    color: #fff;
}
.multi-filter-li {
    color: var(--theme-gray-color);
    display: inline-block;
    line-height: 24px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0 8px;
    vertical-align: top;
}
a:hover {
        color: #206be7;
}
.zuduan2 {
        margin-top: 20px;
}
/*æ”¿ç­–åˆ—è¡¨ä¾§è¾¹åœ°åŒº*/