/* font */
@font-face {
    font-display: swap;
    font-family: GoogleSans;
    font-weight: 400;
    font-style: normal;
    src: local('googleSans-Regular'), url(../fonts/googleSans-Regular.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: GoogleSans;
    font-weight: 700;
    font-style: normal;
    src: local('googleSans-Bold'), url(../fonts/googleSans-Bold.woff2) format('woff2');
}
body {
    font-family: GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
    color: #333;;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background-color: #f8f9fb;
    line-height: 1.2;
    height: 100vh;
}
* {
    margin: 0;
    padding: 0;
}
a {
    display: block;
    text-decoration: none;
    color: #333;
}
/* line-height */
.layout-art-art,
.detail-art,
.article-art,
.help-art,
.detail-p,
.detail-table-des {
    line-height: 1.4;
}
/* back-drop */
#back-drop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}

#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}

#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 600px;
    position: absolute;
    top: 240px;
    left: 24%;
}

#back-drop .inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

#back-drop .inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}
/* layout-ads */
.layout-ads-pc {
    display: none;
}
.layout-ads-mb12 {
    margin-bottom: 12px;
}
.layout-ads-mb20 {
    margin-bottom: 20px;
}
.layout-ads-mb24 {
    margin-bottom: 24px;
}
.layout-ads-mb48 {
    margin-bottom: 48px;
}
.layout-ads-mt10 {
    margin-top: 10px;
}
.layout-ads-mt12 {
    margin-top: 12px;
}
.layout-ads-mt20 {
    margin-top: 20px;
}
.layout-ads-mt24 {
    margin-top: 24px;
}
.layout-ads-mt36 {
    margin-top: 36px;
}
.layout-ads-mt48 {
    margin-top: 48px;
}
.layout-beyond-ads {
    width: calc(100% + 40px);
    margin-left: -20px;
}
.layout-art-item-ads {
    width: 100%;
    width: calc( 100% + 16px );
    margin: 12px -8px 12px;
}
.layout-beyond-ads-li {
    list-style: none;
    width: calc(100% + 30px);
    margin: 12px -20px 12px;
}
/* layout */
.layout-background-fff {
    background-color: #fff;
}
.layout-bothbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.layout-leftbox,
.layout-rightbox {
    max-width: 728px;
    width: 100%;
    margin: auto;
    margin-bottom: 28px;
}
.layout-center-art-box {
    width: calc( 100% + 24px );
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    padding-bottom: 40px;
}
.layout-center-art-box-item {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
}
.layout-center-art-box-item:hover {
    background-color: #eef1f6;
    border-radius: 4px;
}
.layout-center {
    max-width: 1132px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}
.layout-breadcrumbs {
    display: none;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
}
.layout-breadcrumbs-item {
    color: #999999;
    margin-left: 16px;
}
.layout-breadcrumbs-item:hover {
    color: #2c6bff;
}
.layout-maxtit {
    font-weight: 700;
    padding-top: 24px;
    padding-bottom: 16px;
    font-size: 22px;
    max-width: 728px;
}
.layout-mintit {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar .layout-mintit {
    margin-bottom: 8px;
}
/* layout-list */
.layout-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc( 100% + 20px );
    margin-left: -10px;
}
.layout-list-item {
    width: 100%;
    /* background-color: #f8f9fb; */
	border-radius: 4px;
    list-style: none;
    /* margin-bottom: 12px; */
}
.layout-list-item:hover {
    background-color: #eef1f6;
}
.layout-list-con {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout-list-tit {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 8px;
}
.layout-list-num {
    display: flex;
    white-space: nowrap;
    align-items: center;
    color: #999999;
    font-size: 14px;
}
/* layout-art */
.layout-art-con {
    position: relative;
    width: 100%;
    border-radius: 4px;
}
.layout-art-item {
    margin-bottom: 24px;
}
.layout-art-item:hover {
    background-color: #eef1f6;
    border-radius: 4px;
}
.layout-art-img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.layout-art-cat {
    color: #2c6bff;
    font-size: 14px;
    margin-top: 10px;
}
.layout-art-tit {
    height: 44px;
    font-size:18px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.layout-art-art {
    color: #999999;
    font-size: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.layout-art-select {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 24px;
}
.layout-art-select-item {
    box-sizing: border-box;
    height: 42px;
    background-color: #f8f9fb;
    border-radius: 4px;
    text-align: center;
    color: #666666;
    line-height: 42px;
    font-size: 14px;
    padding: 0px 12px;
    margin: 0px 4px 8px;
}
.layout-art-select-item:hover {
    background-color: #eef1f6;
}
.layout-art-select-item-done,
.layout-art-select-item-done:hover {
    background-color: #0f2a47;
    color: #fff;
}
/* icon */
.icon-star {
    width: 14px;
    height: 14px;
}
.icon-arrow {
    width: 6px;
    height: 6px;
    border-top: 2px solid #cccccc;;
    border-right: 2px solid #cccccc;;
    transform: rotate(45deg);
    margin-left: 8px;
}
.icon-home {
    width: 18px;
	height: 18px;
}
.icon-language {
    height: 22px;
    width: 22px;
    fill: #fff;
    margin-right: 0;
}
.icon-right {
    width: 15px;
	height: 12px;
    fill:#cccccc;
}
.icon-location {
    width: 16px;
	height: 20px;
}
.detail .icon-location,
.icon-phone,
.icon-website,
.icon-map {
    width: 24px;
	height: 20px;
    flex-shrink: 0;
}
.icon-website-link {
    width: 10px;
	height: 10px;
    margin-left: 8px;
    fill: #2c6bff;
}
.icon-nearby {
    width: 34px;
    height: 30px;
}
.icon-hour {
    width: 24px;
	height: 24px;
    flex-shrink: 0;
}
.icon-search-c {
    border-radius: 50%;
    border: 2px solid #111;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    left: 0;
}
.icon-search-l {
    background-color: #111;
    height: 7px;
    width: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(128deg);
}
/* header */
.header {
    height: 56px;
    width: 100%;
    position: relative;
    background-color: #0f2a47;
    box-shadow: 0px 0px 12px 0px
		rgba(0, 0, 0, 0.08);
}
.header-box {
    height: 100%;
    max-width: 1132px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}
.header-logo {
	height: 30px;
    margin-right: 12px;
}
.header-logo img {
	height: 100%;
}
.header-menu {
    display: flex;
    align-items: center;
    height: 100%;
}
.hm-triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #aaaaaa;
    margin-top: 4px;
    margin-left: 10px;
}
.hm-search {
    display: none;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    /* margin-left: 20px; */
    box-sizing: border-box;
}
.hm-search-input {
    font-family: GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif;
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0px 20px 0px 44px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hm-search-icon {
    border: none;
    outline: none;
    position: absolute;
    top: 11px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-color: transparent;
}
.hmmo-box .hm-search {
    height: 47px;
    display: block;
    border: 2px solid #0f2a47;
}
.hmmo-box .hm-search-input {
    padding: 0px 44px 0px 20px;
}
.hmmo-box .hm-search-icon {
    right: 16px;
    left: auto;
}
.hm-moblist {
    height: 20px;
    width: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-end;
}
.hm-moblist-btn {
    height: 2px;
    width: 12px;
    float: right;
    background-color: #fff;
}
.hm-moblist::before,
.hm-moblist::after {
    display: block;
    content: '';
    height: 2px;
    width: 20px;
    background-color: #fff;
    transition: all ease .25s
}
.hm-select {
    border-radius: 10px;
    z-index: -1;
    height: 0;
    width: max-content;
    padding: 0 0 8px;
    position: absolute;
    top: 72px;
    right: 0px;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
}
.hm-select-item {
    padding: 8px 16px;
}
.hm-select-item:hover {
    color: #2c6bff;
}
.hm-la:hover .hm-select,
.hm-la:active .hm-select {
    opacity: 1;
    height: auto;
    z-index: 99;
}
#hm-btn {
    display: none;
}
.hm-moblist-open {
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0px;
    z-index: 99;
    display: none;
    flex-direction: column;
}
.hm-moblist-main {
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}
.hmmo-tit {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hmmo-box {
    margin-bottom: 28px;
}
.hmmob-item {
    padding-bottom: 20px;
    font-size: 16px;
    padding-left: 24px;
    border-left: 1px solid #eeeeee;
}
.hmmob-item:last-of-type {
    padding-bottom: 0px;
}
.hmmob-item:hover {
    color: #2c6bff;
}
#hm-btn:checked ~ .hm-label .hm-moblist::before  {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 9px;
}
#hm-btn:checked ~ .hm-label .hm-moblist::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    bottom: 9px;
}
#hm-btn:checked ~ .hm-label .hm-moblist-btn,
#hm-btn:checked ~ .hm-la
{
    display: none;
}
#hm-btn:checked ~ .hm-moblist-open {
    display: flex;
}
/* footer */
.footer {
	width: 100%;
	background-color: #0f2a47;
	border-radius: 1px;
}
.footer-box {
    max-width: 1132px;
    margin: 0px auto;
    padding: 32px 20px;
}
.footer-logo {
	height: 30px;
    margin-bottom: 32px;
}
.footer-logo img {
	height: 100%;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.footer-menu-tit {
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 16px;
}
.fm-item {
    font-size: 15px;
	color: #f8f9fb;
	opacity: 0.65;
    margin-right: 20px;
    margin-bottom: 12px;
}
.fm-item:hover {
    opacity: 1;
}
.footer-des {
	line-height: 22px;
	color: #fff;
    margin-top: 8px;
}
/* sidebar */
.sidebar-box {
    display: flex;
    flex-wrap: wrap;
    width: calc( 100% + 24px );
    align-items: center;
    margin-bottom: 24px;
}
.sidebar-box-item {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-left: -12px;
}
.sidebar-box-item:hover {
    background-color: #eef1f6;
    border-radius: 4px;
}
.sidebar-img {
    height: 154px;
}
/* index */
.index-banner {
    height: 250px;
    background: url(../Images/mobile-banner.png) no-repeat center center;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.index-main {
    /* padding-top: 24px; */
    padding-top: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 1172px;
}
.index-tit {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
.index-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 728px;
    align-items: center;
}
.index-btn-local,
.index-btn-select-box {
    max-width: 280px;
}
.index-btn-local {
    width: 100%;
    background-color: #2c6bff;
	border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff;
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
    height: 48px;
    line-height: 48px;
}
.index-btn-local .icon-location {
    margin-right: 12px;
}
.index-btn-local:hover {
    background-color: #2c6bff;
    fill: #fff;
    color: #fff;
}
.index-btn-select-box,
.city-btn-select-box {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.index-btn-select-box .hm-triangle,
.city-btn-select-box .hm-triangle {
    position: absolute;
    right: 16px;
    top: 18px;
}
.index-btn-select,
.city-btn-select {
    font-family: GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-size: 16px;
    padding: 0px calc( 50% - 50px );
    color: #999;
    height: 100%;
    box-sizing: content-box;
    background: none;
    order: none;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}
.city-btn-select-box {
    background-color: #f8f9fb;
    margin-bottom: 12px;
}
.city-btn-select {
    padding: 0px 24px;
    text-align: start;
    width: 100%;
}
.city-btn-select-box:hover {
    background-color: #eef1f6;
}
.index-btn-select-box:hover .index-btn-select,
.city-btn-select-box:hover .city-btn-select {
    color: #2c6bff;
}
.index-btn-select-box:hover .hm-triangle,
.city-btn-select-box:hover .hm-triangle {
    border-top: 7px solid #2c6bff;
}
/* city */
.city-list {
    display: flex;
    flex-wrap: wrap;
    width: calc( 100% + 24px );
    margin-left: -12px;
}
.city-item {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.city-item:hover {
    background-color: #eef1f6;
    border-radius: 4px;
}
.city-con {
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.layout-tip {
    font-size: 14px;
    position: absolute;
    top: 12px;
    left: -6px;
    width: 52px;
    height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    background-color: #2c6bff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
    border-radius: 0px 4px 4px 0px;
}
.layout-red-tip {
    background-color: #d83838;
}
.city-tit,
.city-address {
    width: 100%;
}
.city-short,
.city-btn-box {
    width: 50%;
}
.city-img {
    height: 160px;
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.city-tit {
    font-size: 16px;
    height: 38px;
    margin: 12px 0 8px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.city-address {
    font-size: 14px;
    color: #999;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 8px;
}
.city-short {
    font-size: 14px;
}
.city-phone {
    color: #999;
}
.city-score {
    margin-top: 8px;
    display: flex;
    color: #999;
}
.city-score span{
    margin-left: 2px;
}
.city-address svg,
.city-short svg {
    height: 14px;
    width: 14px;
    margin-right: 6px;
    fill: #999;
}
.city-btn-box {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.city-phone-btn {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 44px;
    border-radius: 30px;
    border: 2px solid #0f2a47;
    box-sizing: border-box;
    fill: #0f2a47;
}
.city-view-btn {
    width: calc( 100% - 80px );
    text-align: center;
    height:40px;
    line-height: 40px;
    padding: 0 16px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #0f2a47;
}
.city-phone-btn:hover {
    border-color: #2c6bff;
    fill: #2c6bff;
}
.city-view-btn:hover  {
    background-color: #2c6bff
}
.city-btn {
    height: 50px;
    text-align: center;
    width: 100%;
    line-height: 50px;
	background-color: #f5f5f5;
	border-radius: 30px;
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
}
.city-btn:hover  {
    background-color: #eef1f6;
    /* color: #fff; */
}
/* art */
.article-info {
    display: none;
    color: #666666;
    font-size: 14px;
    align-items: center;
    margin-bottom: 20px;
}
.article-info-btn {
    background-color: #2c6bff;
    border-radius: 4px;
    padding: 4px 12px;
    margin-left: 16px;
    color: #fff;
    font-size: 14px;
}
.article-art h3 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
}
.article-art p {
    margin-top: 16px;
    margin-bottom: 16px;
}
.article-art li {
    list-style: inside;
}
.article-art img {
    width: 100%;
}
.article-btn-find {
    background: url(../Images/post-button.png) no-repeat center center;
    background-position: top;
    background-size: cover;
    height: 80px;
    width: 100%;
    background-color: #0f2a47;
    border-radius: 8px;
    margin-bottom: 16px;
}
.article-btn-find:hover .abf-right{
    background-color: #2c6bff;
}
.article-btn-find:hover .icon-location{
    fill: #2c6bff;
}
.article-btn-find-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 28px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.abf-left {
    font-weight: 700;
    display: flex;
    flex: 1;
    width: calc( 100% - 56px );
}
.abf-left .icon-location {
    display: none;
    fill: #fff;
    width: 18px;
    height: 24px;
    margin-right: 12px;
}
.abf-left-text {
    font-size: 18px;
    color: #fff;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex: 1;
}
.abf-right {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}
.article-btn-next {
    background-color: #2c6bff;
    border-radius: 30px;
    width: 100%;
    margin-top: 16px;
}
.article-btn-next-con {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 16px 0px;
    text-align: center;
}
.abf-right .icon-right {
    fill: #273b58;
    width: 20px;
    height: 16px;
}
/* detail */
.detail-table-box,
.detail-banner-item,
.detail-item{
    padding: 24px 0px;
}
.detail-banner-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail-banner-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.detail-info-item {
    margin-bottom: 16px;
}
.detail-info-link {
    color: #2c6bff;
}
.detail-info-web {
    color: #0f2a47;
    margin-bottom: 8px;
}
.detail-info-web .icon-website-link {
    fill: #0f2a47;
}
.detail-info-item,
.detail-map-des {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.detail-info-textlink {
    width: 100%;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    word-break: break-all; 
    padding-left: 32px;
    box-sizing: border-box;
    color: #999999;
    line-height: 1.4;
}
.detail-info-item svg,
.detail-map-des svg,
.detail-hour svg {
    margin-right: 8px;
}
.detail-btn {
    height: 54px;
	background-color: #0f2a47;
    color: #fff;
    fill: #fff;
	border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-btn:hover {
	background-color: #2c6bff;
}
.detail-box {
    column-count: 1;
    column-gap: 16px;
    counter-reset: count;
    width: 100%;
    margin: 0 auto;
}
.detail-item {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 16px;
}
.detail-icon {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}
.detail-ul {
    padding-left: 22px;
}
.detail-ul li{
    margin-bottom: 12px;
    padding-left: 10px;
    line-height: 24px;
}
.detail-icon-ul li{
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    line-height: 24px;
}
.detail-ul li:last-child,
.detail-icon-ul li:last-child,
.detail-info-item:last-child {
    margin-bottom: 0;
}
.detail-art h2 {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 8px;
}
/* detail-height */
.detail-load-more {
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    width: 100px;
    margin-top: 16px;
    height: 32px;
    line-height: 32px;
    background-color: #f8f8f8;
    color: #333;
    display: none;
}
.detail-load-more:hover {
    background-color: #eef1f6;
}
/* detail-hour */
.detail-hour {
    display: flex;
}
.detail-hour span{
    margin-right: 8px;
    display: inline-block;
    line-height: 24px;
}
/* detail-fe */
.detail-fe-tit {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}
.detail-fe-tit span{
    font-size: 18px;
    color: #2c6bff;
}
.detail-fe-ul {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.detail-fe-item {
    width: calc( 16.666% - 5px );
    list-style: none;
}
.dfi-div {
    width: 100%;
    height: 20px;
    background-color: #eee;
    border-radius: 4px;
}
.dfi-p {
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin-top: 10px;
    text-align: center;
}
/* detail-table */
.detail-table-box{
    width: 100%;
    height: auto;
}
.detail-p {
    font-size: 14px;
    margin-bottom: 10px;
}
.detail-table {
    margin-top: 12px;
    width: 100%;
    border-collapse: collapse;
}
.detail-table th{
    width: 50%;
    border-color: #fff;
    background-color: rgba(238,238,238,.67);
    border-bottom: 2px solid #04303a;
    font-weight: 700;
    border-left: 1px solid #fff;
}
.detail-table th,
.detail-table td{
    padding: 7px 10px;
    text-align: left;
    line-height: 20px;
    font-size: 15px;
}
table tr:nth-child(2n) td {
    background-color: rgba(238,238,238,.47);
}
.detail-table-des {
    margin-top: 12px;
    font-size: 14px;
}
/* search */
.search {
    padding-top: 24px;
}
.search-form {
    display: flex;
    height: 44px;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.search-icon {
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 14px;
    right: 24px;
    width: 14px;
    height: 18px;
}
.search-icon .icon-search-c {
    height: 8px;
    width: 8px;
}
.search-icon .icon-search-l {
    height: 9px;
    width: 2px;
    transform: rotate(136deg);
}
.search-input {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 46px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-list {
    margin-bottom: 24px;
}
.search-con {
    padding: 12px 0;
}
.search-item {
    font-family: Arial,arial, system-ui, sans-serif, serif;
    border-top: 8px solid #e8eaed;
    -webkit-font-smoothing:auto;
}
.search-item:first-of-type,
.search-item:last-of-type {
    border-top: none;
}
.search-item-link {
    color: #202124;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    margin-bottom: 4px;
}
.search-item-url-box {
    width: calc( 100% - 42px );
}
.search-item-domain,
.search-item-url {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-item-icon-bc {
    background-color: #F1F3F4;
    border-radius: 14px;
    height: 28px;
    margin-right: 14px;
    width: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.search-item-icon {
    margin: 6px;
    height: calc( 100% - 12px );
}
.search-item-tit {
    line-height: 26px;
    padding: 2px 0;
    font-size: 20px;
    color: #1a0dab;
}
.search-item-tit:hover {
    text-decoration: underline;
}
.search-item-tit b {
    color: #1a0dab;
    font-weight: 700;
}
.search-item-des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.search-item-des b {
    color: #666;
    font-weight: 700;
}
.search-item-slogan {
    font-size: 15px;
    line-height: 20px;
    color: #1a0dab;
    margin-top: 10px;
}
.search-pagination {
    margin-top: 24px;
    text-align: center;
    padding: 0 0 20px;
    overflow: hidden;
}
.search-pagination li:not(.dot) {
    display: inline-block;
    border-radius: 30px;
    margin-right: 4px;
    margin-top: 4px;
    border: 1px solid #e7e4da;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.search-pagination li:hover,
.search-pagination li:hover a {
    background-color: #eef1f6;
    color: #333;
    border-radius: 30px;
}
.search-pagination .active,
.search-pagination .active a {
    background-color: #2c6bff;
    color: #fff;
    border-radius: 30px;
}

.search-insert {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.insert-item {
    width: 100%;
    border-top: 1px solid #dadce0;
}
.insert-item:first-of-type {
    margin-top: 8px;
}
.insert-item .search-icon {
    position: relative;
    top: 0;
    right: 0;
    margin: 10px;
    margin-right: 26px;
}
.insert-item .icon-search-c {
    border: 2px solid #70757a;
}
.insert-item .icon-search-l {
    background-color: #70757a;
}
.insert-item a {
    border: none;
    outline: none;
    height: 48px;
    width: 100%;
    text-align: start;
    font-size: 14px;
    line-height: 22px;
    padding-right: 17px;
    align-items: center;
    box-sizing: border-box;
    display: flex;
}

.insert-item a:hover {
    text-decoration: underline;
}

.search-insert {
    display: flex;
    flex-wrap: wrap;
}

.search-insert-item {
    padding-top: 10px;
}

.search-insert-item h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.search-insert-item p {
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
/* help */
.help-art {
    padding-bottom: 36px;
}
/* 404 */
.page404-banner {
    height: 300px;
    background: url(../Images/homepage-banner.png) no-repeat center center;
    background-position: top;
    background-size: cover;
}
.page404-banner-main {
    padding-top: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.page404-banner-btn {
	background-color: #2c6bff;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    padding: 16px 0px;
    width: 70%;
    max-width: 320px;
    margin-top: 24px;
}
.page404-main {
    padding-top: 46px;
    padding-bottom: 46px;
}
@media screen and (min-width: 321px){
   

}
@media screen and (min-width: 361px){
    .abf-left-text {
        font-size: 22px;
    }
    /* .layout-maxtit {
        font-size: 20px;
    } */
}
@media screen and (min-width: 601px){
    /* icon */
    .icon-language {
        height: 16px;
        width: 16px;
        margin-right: 8px;
    }
    /* header */
    .header {
        height: 72px
    }
    .hm-moblist {
        margin-left: 20px;
    }
    /* .hm-moblist-main {
        padding: 20px 18px 42px 18px;
    } */
      /* footer */
      .footer-box {
        padding: 64px 20px;
    }
    .footer-menubox {
        display: flex;
    }
    .footer-menu {
        width: 33.3333%;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
    /* ads */
    .layout-ads-pc {
        display: block;
    }
    .layout-ads-mob {
        display: none;
    }
    .layout-beyond-ads{
        width: 100%;
        margin-left: 0;
    }
    .layout-beyond-ads-li {
        width: calc( 100% - 20px );
        margin-left: 10px;
    }
    .layout-art-item-ads {
        padding: 12px;
        box-sizing: border-box;
        border-radius: 4px;
        margin: 0;
        width: 50%;
    }
    /* lauoyt */
    .layout-maxtit {
        font-size: 32px;
        padding-bottom: 20px;
    }
    .layout-mintit {
        font-size: 24px;
    }
    .layout-list-item {
        width: calc( 50% - 6px );
    }
    .layout-breadcrumbs {
        display: flex;
    }
    .layout-center-art-box-item {
        width: 50%;
    }
    .layout-art-select-item, .layout-art-select-item-done {
        height: 48px;
        line-height: 48px;
        padding: 0px 16px;
        font-size: 16px;
    }
    /* sidebar */
    .sidebar-box-item {
        width: 50%;
    }
    /* index */
    .index-banner {
        height: 320px;
        margin-bottom: 30px;
        background: url(../Images/homepage-banner.png) no-repeat center center;
        background-position: center;
        background-size: cover;
    }
    /* .index-main {
        padding-top: 64px;
    } */
    .index-tit {
        margin-bottom: 20px;
        text-align: start;
        font-size: 52px;
        max-width: 728px;
    }
    .index-tit-min {
        font-size: 40px;
        font-weight: 400;
    }
    .index-btn {
        flex-direction: row;
        justify-content: flex-start;
    }
    .index-btn-local,
    .index-btn-select-box {
        width: calc( 50% - 10px );
        height: 52px;
        line-height: 52px;
    }
    .index-btn-local {
        margin-right: 20px;
        margin-bottom: 0px;
    }
    /* city */
    .city-item {
        width: 50%;
    }
    /* art */
    .article-info {
        display: flex;
    }
    .abf-left .icon-location {
        display: block;
    }
    .abf-left-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    /* detail */
    .detail-box {
        column-count: 2;
    }
    .detail-banner-item {
        width: calc( 50% - 8px );
    }
    .detail-load-more {
        display: block;
    }
    .detail-load-box {
        height: 96px;
        overflow: hidden;
    }
    .detail-fe-box {
        height: 144px;
    }
    .detail-map {
        height: 386px;
    }
    .detail-load-big-box {
        height: 338px;
        overflow: hidden;
    }
    /* 404 */
    .page404-banner-main {
        font-size: 36px;
    }
    .page404-banner-btn {
        font-size: 18px;
        width: 100%;
    }
    /* search */
    .search-item {
        font-family: Arial,arial, system-ui, sans-serif, serif;
        border-top: none;
    }
    .search-insert-item {
        padding-bottom: 10px;
    }
    .insert-item a {
        background-color: #f1f3f4;
        border-radius: 100px;
        padding-left: 17px;
    }
    .insert-item {
        width: calc( 50% - 8px );
        border-top: none;
        margin-top: 8px;
    }
}
@media screen and (min-width: 729px){


}
@media screen and (min-width: 901px){
    /* lauoyt */
    .layout-list-item {
        width: calc( 33.33% - 6px );
    }
    .layout-center-art-box-item,
    .layout-art-item-ads {
        width: 33.33%;
    }
    .layout-list-con {
        padding: 12px;
    }
    /* header */
    .hm-moblist {
        display: none;
    }
    .hm-search {
        display: block;
    }
    .hm-moblist-open {
        top: 72px;
    }
}
@media screen and (min-width: 1025px){
    /* layout */
    .layout-bothbox {
        flex-direction: row;
    }
    .layout-leftbox,
    .layout-rightbox {
        margin: 0px;
        margin-bottom: 28px;
    }
    .layout-rightbox {
        margin-left: 28px;
        max-width: 320px;
        flex: 1;
    }
    .layout-maxtit {
        max-width: 1132px;
    }
    .layout-maxtit-w728 {
        max-width: 728px;
    }
    /* haeder */
    .header-menu {
        width: 320px;
    }
    /* sidebar */
    .sidebar-box-item {
        width: 100%;
    }
}