@font-face {
    font-family: Organetto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Organetto-Bold.woff2) format('woff2')
}
@font-face {
    font-family: GoogleSans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/GoogleSans-Regular.woff2) format('woff2')
}
@font-face {
    font-family: GoogleSans;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/GoogleSans-Medium.woff2) format('woff2')
}
@font-face {
    font-family: GoogleSans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/GoogleSans-Bold.woff2) format('woff2')
}
body {
    line-height: 1;
    overflow: visible;
}
* {
    font-family: GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif;
    margin: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

a {
    display: block;
    color: #000;
    text-decoration: none;
}

li {
    list-style: none;
}
img {
    display: block;
}
/* lazyload */
.lazyload {
    background-color: #f5f5f5;
    background-image: url(../images/load.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* m or p */
.mt32 {
    margin-top: 32px;
}
/* ads */
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
.beyond-spec-ads1 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 0;
    margin-bottom: 0;
}

.beyond-comm-ads1 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 0;
    margin-bottom: 24px;
}

.beyond-spec-ads2 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 12px;
    margin-top: 12px;
} 
.beyond-comm-ads2 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.beyond-inside-ads2 {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.beyond-comm-ads3 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 28px;
    margin-bottom: 28px;
}

/* title */
.tit-spec-h1 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 28px;
}

.tit-comm-h1 {
    line-height: 28px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 16px;
}

.tit-comm-h2 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 24px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.tit-comm-h3 {
    line-height: 24px;
    font-weight: 700;
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 24px;
}
.tit-comm-h3 span {
    color: #006F60;
    line-height: 24px;
    font-weight: 700;
    font-size: 22px;
}
.tit-comm-h4 {
    line-height: 24px;
    font-weight: 500;
    font-size: 18px;
}

.tit-comm-h5 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 4px;
}

/* other */
.maxbox {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.leftbox {
    width: 100%;
}
.radio,
.checkbox,
.pcpart,
.maxpcpart,
.pcpart-flexbox {
    display: none !important;
}
.line-clamp-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
/* header */
.header {
    border-bottom: 1px solid #EEE;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.header-mob {
    margin-left: 16px;
    height: 26px;
}
.icon-menu {
    height: 26px;
    width: 26px;
    fill: #999;
}
.footer-logo {
    height: 56px;
}
.header-logo {
    height: 40px;
}
.footer-logo img,
.header-logo img {
    height: 100%;
    /* width: 100%; */
    object-fit: cover;
}

.header-pc {
    display: none;
    height: 100%;
}

.header-item {
    position: relative;
    height: 100%;
    /* padding: 0 16px; */
}

.header-item:hover .header-list {
    display: block;
}

.header-item-btn {
    border-radius: 4px;
    padding: 12px;
    font-size: 18px;
    margin-top: 12px;
    font-weight: 500;
    color: #333;
    /* background-color: #F9F9F9; */
}

.header-item-btn:hover {
    background-color: #F0F0F0;
    color: #21433E;
}

.header-list {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    width: 280px;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    z-index:9;
}

.header-list-con {
    padding: 16px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

a.header-list-con:hover {
    background-color: #F5F5F5;
}
/* header-menu */
.header-menu-btn {
    height: 26px;
    display: block;
    width: 26px;
    position: relative;
    left: 224px;
}

#header-menu-btn:checked ~ .header-menu {
    right: 0;
}
.header-menu {
    display: flex;
    position: fixed;
    right: -300px;
    top: 0;
    background-color: #f0f0f0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    padding: 22px 24px 24px 24px;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    transition: right 0.3s ease-in-out;
}

.header-des {
    margin-top: 16px;
    color: #666;
    line-height: 22px;
}
.header-des .icon-copyright {
    fill: #666;
}
.icon-menu {
    height: 26px;
    width: 26px;
    fill: #999;
}
.header-menu-tit {
    font-weight: 500;
    font-size: 18px;    
    padding-top: 16px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-radio {
    height: 16px;
    width: 16px;
    transform: rotate(90deg);
    margin-right: 12px;
    fill:#999
}
.header-menu-con {
    padding: 8px 16px;
    display: flex;
    align-items: center;
}
.icon-right {
    height: 12px;
    width: 12px;
    margin-left: 8px;
}
/* footer */
.footer {
    width: 100%;
    background-color: #21433E;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 80px;
}

.footer-main {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    gap: 36px;
}

.footer-list {
    gap: 28px;
}

.footer-tit {
    color: #ffffff80;
    font-weight: 500;
    margin-bottom: 16px;
}
.footer-info {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.footer-back {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 12px;
    background: #2E5650;
    height: 48px;
    width: 204px;
}
.footer-back:hover {
    background: #34615A;
}
/* .footer-back:hover .icon-back {
    fill: #34615A;
} */
.icon-back {
    height: 20px;
    width: 20px;
    fill: #fff;
    margin-bottom: 1.5px;
}
.footer-des {
    color: #ffffff80;
    margin: 24px 0;
    line-height: 22px;
}
.header-des span
.footer-des span {
    display: flex;
}
.icon-copyright {
    height: 10px;
    width: 10px;
    fill: #ffffffbf;
    margin: 0 4px 2px 0px;
}
.header-des .icon-copyright{
    fill: #666;
}
.footer-list-item {
    margin-bottom: 16px;
}
.footer-list-item:last-of-type {
    margin-bottom: 0;
}
.footer-list-con {
    color: #ffffffbf;
}
.footer-list-con:hover {
    color: #fff;
}
/* breadcrumb */
.breadcrumb {
    display: none;
    width: 100%;
    margin-bottom: 16px;
}
.breadcrumb-list {
    display: flex;
    align-items: center;
}
.breadcrumb-con {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
a.breadcrumb-con{
    text-wrap: nowrap;
    border-radius: 4px;
    background: #F6F8F8;
    padding: 2px 8px;
    color:  #666;
}
a.breadcrumb-con:hover {
    color: #006F60;
}
.breadcrumb-arrow {
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
    margin: 0 12px 0 10px;
}
/* pagination */

.pagination {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.pagination li {
    border-radius: 8px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
}
.dot,
.pagination a {
    font-weight: 500;
    font-size: 14px;
}
.pagination a:hover{
    background-color: #009480;
    color: #fff;
}
li.active a{
    background-color: #21433E;
    color: #fff;
}
/* sidebar */
.sidebar-item {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #EEE;
    margin-bottom: 12px;
}
.sidebar-item:hover {
    border-color: #009480;
}
.sidebar-item:hover .sidebar-tit{
    color: #009480;
}

.sidebar-con {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    text-align: left;
    transition: background-color 0.3s;
    /* height: 86.6px; */
}
.sidebar-con .icon-right {
    width: 12px;
    height: 12px;
    margin-left: 14px;
    fill: #CCC;
    flex-shrink: 0;
}
.sidebar-info {
    flex: 1;
}
.sidebar-img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 14px;
}

.sidebar-tit {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
}

.sidebar-des {
    line-height: 1.2;
    color: #999;
    font-size: 14px;
    margin-top: 4px;
}

/* showmore */
.showmore {
    width: 100%;
    height: 60px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    color: #943333;
    border: 2px solid #943333;
    margin-top: 20px;
    border-radius: 40px;
    padding: 0 24px;
    
}
.showmore:hover {
    background-color: #943333;
    color: #fff;
}


.showmore-main2,
.showmore-main1 {
  display: none;
}
#showmore1:checked ~ .header-menu-item .showmore-main1,
#showmore2:checked ~ .header-menu-item .showmore-main2  {
  display: block;
}
#showmore1:checked ~ .header-menu-item  .showmore1-btn .icon-radio,
#showmore2:checked ~ .header-menu-item  .showmore2-btn .icon-radio  {
  transform: rotate(-90deg);
}

/* card10 */
.card10-item {
    width: calc(50% - 6px);
    border-radius: 4px;
    list-style: none;
    border-radius: 12px;
    background: #F9F9F9;
}
.card10-item:hover {
    background: #F0F0F0;
}
.card10-item:hover .card10-con{
    font-weight: 500;
    color: #21433E;
}
.card10-con {
    line-height: 20px;
    display: flex;
    padding: 18px 14px 18px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #333;
}
.card10-con .icon-right {
    width: 14px;
    height: 14px;
    fill: #BBBBBB;
    flex-shrink: 0;
}
/* card6 */
.card6box {
    margin-bottom: 12px;
}
.card6-item {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px;
    border-radius: 12px;
    overflow: hidden; 
    border: 1px solid #eee;
}
.card6-tit {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.card6-item:hover {
    box-shadow: 0px 2px 16px 2px #00000014;
}

.card6-item:hover .card6-btn {
    height: 40px;
    width: 40px;
}
.card6-item:hover .card6-bottombox {
    gap: 8px;
}

.card6-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 8 / 5;
    flex-shrink: 0;
}

.card6-info {
    padding: 16px;
}

.card6-cat {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}
/* .card6-other-info {
    margin-top: 12px;
} */
.card6-locbox,
.card6-phonebox {
    display: flex;
    align-items: center;
}
.card6-locbox {
    margin-top: 8px;
}
.card6-loc,
.card6-phone {
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}
.card6-locbox .icon-loc,
.card6-phonebox .icon-phone {
    height: 16px;
    width: 16px;
    margin-right: 8px;
    fill: #009480;
    flex-shrink: 0;
}

.card6-btn {
    height: 36px;
    width: 36px;
    flex-shrink: 0;
    transition: 0.3s;
}
.card6-btn .icon-right {
    height: 22px;
    width: 22px;
    fill: #fff;
    margin-left: 0;
}
.card6-bottombox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 12px;
    gap: 12px;
    margin-top: 12px;
    border-radius: 4px;
    background: linear-gradient(270deg, rgba(248, 248, 248, 0.10) 0%, #F8F8F8 100%);
}
/* card1 */
.card1-item {
    width: calc(50% - 20px);
}
.card1-con {
    border-radius: 12px;
}
.card1-imgbox {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff00;
}
.card1-img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: 0.3s;
}
.card1-imgbox:hover .card1-img  {
    transform: scale(1.1);
}
.card1-imgbox:hover {
    border: 4px solid #009480;
    box-sizing: border-box;
}
.card1-info {
    padding-top: 20px;
}
.card1-tit {
    text-align: center;
}
.card1-des {
    color: #999;
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
}
/* nearme */
.nearme-results {
    font-size: 12px;
    line-height: 24px;
}
.nearme-results span {
    display: none;
}
.nearme-selectbox {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.nearme-select-item {
    position: relative;
    flex: 1;
    max-width: 250px;
}
.nearme-select {
    border: 1px solid #EEE;
    border-radius: 4px;
    padding: 8px 26px 8px 12px;
    font-size: 14px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.nearme-select-item .icon-right {
    position: absolute;
    right: 12px;
    top: calc(50% - 6px); 
    transform: rotate(90deg);
    fill: #009480;
}
.nearme-select-item:hover .nearme-select {
    border-color: #009480;
    color: #009480;
}
/* .nearme-select-item:hover .icon-right {
    fill: #009480;
} */
/* detail */
.detail-des {
    color: #333;
    line-height: 24px;
}
.detail-overview {
    gap: 24px;
}
.detail-infobox {
    width: 100%;
}
.detail-info-main {
    width: 100%;
    max-height: 334px;
    overflow: hidden;
}
.detail-info {
    color: #999;
    margin-top: 4px;
    margin-bottom: 12px;
    line-height: 24px;
}
.detail-loclist {
    color: #999;
    line-height: 25px;
    margin-top: 4px;
}

.detail-loclist-btn {
    display: block;
    margin-top: 4px;
    color: #009480;
    font-weight: 500;
}
#detail-loclist:checked ~ .detail-info-main {
    max-height: 9999999px;
}
#detail-loclist:checked ~ .detail-loclist-btn {
    display: none !important;
}
/* detail-service */
.detail-servicebox {
    column-gap: 24px;
    row-gap: 12px;
}
.detail-service-item {
    width: 100%;
    display: flex;
    align-items: center;
}
.detail-service-tit {
    font-weight: 400;
    color: #333;
    line-height: 1.2;
}
.detail-service-item .icon-tip {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    flex-shrink: 0;
}
/* index */
.gapbox {
    gap: 12px;
}
.gapbox40 {
    gap: 40px;
}
.gapbox56 {
    gap: 56px;
}
.gapbox-change {
    gap: 8px;
}
.index-mintit {
    color: #009480;
    font-weight: 700;
    line-height: 20px;
    padding-top: 32px;
    text-align: center;
}
.index-tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 8px;
    text-align: center;
}
.index-banner {
    height: 360px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;   
    align-items: center;
}
.index-banner-main {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.index-banner-tit span,
.index-banner-maxtit,
.index-banner-tit {
    font-family: Organetto, sans-serif;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
}
.index-banner-maxtit {
    font-size: 48px;
    line-height: 56px;
}
.index-banner-tit span {
    color: #FFD58C;
}
.index-banner-btnbox {
    background: #ffffff33;
    border-radius: 16px;
    padding: 6px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.index-banner-btn {
    border-radius: 16px;
    background: #009480;
    color: #FFF;
    font-weight: 500;
    line-height: 24px; 
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.icon-bannerbtn {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.index-banner-btn:hover {
    background: #008573;
}
.index-banner-des {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 50px;
    background: #53361c80;
    color: #ffffffbf;
    line-height: 24px;
}
.icon-des {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.index-typebox {
    row-gap: 32px;
    column-gap: 40px;
}
.index-state {
    background-color: #F6F8F8;
    padding-bottom: 48px;
    margin-top: 40px;
}
.index-state-item {
    width: 100%;
    border-radius: 12px;
    background: #FFF;
}
.index-state-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 26px;
    padding: 18px;
    color: #333;
}
.index-state-item:hover {
    box-shadow: 0px 0px 20px 0px #E4EAEA;
}
.index-state-con:hover {
    color: #1FA08F;
}
.index-state-con span {
    color: #999;
}
.index-feature-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.index-feature-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.index-feature-tit {
    margin-top: 28px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;  
    text-align: center;
}
.index-feature-des {
    color: #666;
    line-height: 1.5;
    text-align: center;
}
/* index-services */
.index-services-item {
    width: 100%;
    border-radius: 12px;
    border: 4px solid transparent;
    overflow: hidden;
    height: 300px;
    position: relative;
    flex-shrink: 0;
}
.index-services-item:hover {
    border: 4px solid #009480;
}
.index-services-item:hover .icon-star {
    fill: #009480;
}
.index-services-con {
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent, transparent, #111);
}
.index-services-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.index-services-tip {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding: 6px 10px;
    color: #009480;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    width: fit-content;
    z-index: 1;
}
.icon-star {
    width: 14px;
    height: 14px;
    fill: #009480;
    margin-right: 4px;
}
/* .index-services-info {
    padding: 0 8px;
    z-index: 1;
} */
.index-services-tit {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 700;
}
.index-services-des{
    font-size: 14px;
    color: #ffffffcc;
    font-weight: 500;
    line-height: 18px;
    height: 36px;
}

@media (min-width: 380px) {
    .nearme-results,
    .nearme-results span {
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 640px) {
    .gapbox-change {
        gap: 12px;
    }
    .pcpart {
        display: block !important;
    }
    .pcpart-flexbox {
        display: flex !important;
    }
    .mobpart {
        display: none !important;
    }
    /* ads */
    .beyond-inside-ads2 {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }

    /* title */
    .tit-spec-h1 {
        font-size: 40px;
    }

    .tit-comm-h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .tit-comm-h2 {
        font-size: 28px;
        margin-top: 32px;
        margin-bottom: 24px;
    }
    /* header */
    .header {
        justify-content: space-between;
    }
    .header-mob {
        display: none;
    }
    .header-pc {
        display: flex;
    }
    /* footer */
    .footer {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .footerbox {
        display: flex;
        justify-content: space-between;
    }
    .footer-main {
        flex-direction: row;
        gap: 12px;
        /* width: calc(100% - 280px); */
        margin-top: 0;
        justify-content: space-between;
    }
    .footer-tit {
        margin-bottom: 28px;
    }
    .footer-info {
        margin-right: 12px;
    }
    .footer-list {
        width: calc(50% - 126px);
    }
    .footer-list-item {
        margin-bottom: 26px;
    }
    /* breadcrumb */
    .breadcrumb {
        display: block;
    }
    /* card10 */
    .card10-item {
        width: calc(25% - 9px);
    }
    /* card6 */
    .card6box {
        margin-bottom: 12px;
    }
    .card6-con {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .card6-img {
        height: 180px;
        width: 220px;
        flex-shrink: 0;
        border-radius: 0;
    }
    .card6-info {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    /* .card6-bottombox {
        padding: 12px;
    } */
    .card6-btn {
        margin: 0 20px;
        flex-shrink: 0;
        margin-bottom: 20px;
    }

    .card6-item:hover .card6-btn {
        margin-left: 16px;
    }
    .card6-topbox {
        display: flex;
    }
    /* card1 */
    .card1-item {
        width: calc(20% - 32px);
    }
    /* .card1-con {
        padding: 12px;
    } */
    /* detail */
    .detail-infobox {
        width: calc(50% - 12px);
    }
    .detail-service-item {
        width: calc(50% - 12px);
    }
    /* index */
    .index-banner {
        height: 560px;
    }
    .index-banner-tit span,
    .index-banner-tit {
        font-size: 64px;
    }
    .index-banner-maxtit {
        font-size: 88px;
        line-height: 96px;
    }
    .index-banner-btnbox {
        margin-top: 48px;
        margin-bottom: 42px;
    }
    .index-banner-btn {
        padding: 18px 32px;
        font-size: 18px;
    }
    .index-banner-des {
        font-size: 18px;
    }
    .index-tit {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 56px;
        margin-top: 16px;
    }
    .index-mintit {
        padding-top: 80px;
    }
    .index-state {
        padding-bottom: 88px;
        margin-top: 80px;
    }
    .index-state-item {
        width: calc( 50% - 6px);
    }
    .index-services-item {
        width: calc( 50% - 8px );
    }
    /* .index-services-info {
        padding: 0 16px;
    } */
    .index-feature-item {
        width: calc(33.3333% - 37.33333px);
    }
}
@media (min-width: 901px) {
    .index-state-item {
        width: calc(25% - 9px);
    }
}
@media (min-width: 1024px) {
    .maxpcpart {
        display: block;
    }
    .leftbox {
        width: 728px;
    }
    .doublebox {
        display: flex;
        justify-content: space-between;
    }
    .rightbox {
        margin-left: 36px;
        width: 30%;
        max-width: 300px;
        margin-top: 0;
        position: sticky;
        top: 32px;
        align-self: flex-start;
        max-height: calc(100vh - 48px);
        overflow-y: auto;
    }
    .rightbox  .tit-comm-h3{
        margin-top: 0;
    }
    .footer-main {
        width: calc(100% - 400px);
    }
    /* ads */
    .beyond-spec-ads1 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
        /* margin-bottom: 32px; */
    }

    .beyond-comm-ads1 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }

    .beyond-spec-ads2 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
        /* padding: 0 12px; */
    }

    .beyond-inside-ads2 {
        min-width: 728px;
        width: 100%;
        margin-left: 12px;
        margin-right: 12px;
    }

    .beyond-comm-ads2 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
    }

    .beyond-comm-ads3 {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .index-services-item {
        width: calc( 25% - 12px );
    }
}