body {
    background-color: #F8F9FA;
}

.servise-main a:hover {
    text-decoration: none;
}


/* Card */

.service-card {
    position: relative;
    width: 100%;
    max-width: var(--size-safearea);
    margin: -26vh auto 120px auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-gap: 24px;
    grid-auto-flow: column;/*20210430添加*/
}

.service-card-item {
    transition: all 0.3s;
    border-radius: 8px;
}

.service-card-item:hover {
    z-index: 1;
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.075);
    transform: scale(1.017);
}

/* .service-card-item:nth-child(1) {
    transform-origin: bottom center;
    grid-column: 1 / 13 !important;
    display: flex;
    align-items: center;
    padding: 60px;
    flex-direction: column;
} */
.service-card-item:nth-child(1) {
    transform-origin: top left;
}

.service-card-item:nth-child(2) {
    transform-origin: bottom left;
}

.service-card-item:nth-child(3) {
    transform-origin: top right;
}

.service-card-item:nth-child(4) {
    transform-origin: top left;
}

.service-card-item:nth-child(odd) {
    grid-column: 1 / 7;
}

.service-card-item:nth-child(even) {
    grid-column: 7 / 13;
}

.service-card-item>span {
    font-size: 14px;
    color: var(--color-grey-black);
}

.service-card-item h3 {
    color: var(--color-black);
}


.service-bac {
    position: relative;
    height: 64vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url(/website/img/service-bac.jpg);
}

.service-bac-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #f8f9fa 4.41%, rgba(255, 255, 255, 0) 10.35%);
}

.service-bac h5 {
    margin-top: 14vh;
}

.service-bac h1 {
    text-align: center;
    margin-top: 16px;
    line-height: 140%;
}

.service-card-item {
    padding: 48px;
    background-color: white;
}

.service-card-item h3 {
    margin: 16px 0px 8px 0px;
}


/* footer */


/* 购买渠道 */

.buy-channel-ctn-main {
    padding-top: calc(72px + 100px);
}

.buy-channel-ctn {
    width: calc(100% - var(--size-grid-gap) * 2);
    max-width: var(--size-safearea);
    margin: 0 auto;
}

.buy-channel-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    grid-gap: 16px;
    margin-top: 36px;
}

.buy-channel-grid img {
    margin-bottom: 24px;
    width: 54px;
    height: 54px;
}

.buy-channel-grid>span {
    font-size: 20px;
}

.channel-online,
.channel-offline {
    background-color: white;
    padding: 54px;
}

.channel-online>span,
.channel-offline>span {
    font-size: 14px;
    margin: 8px auto 24px;
    display: block;
}

.channel-online {
    grid-column: 1 / 7;
}

.channel-offline {
    grid-column: 7 / 13;
}

.cta-link>a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cta-link svg {
    fill: var(--color-black);
    transform: translateY(1px);
}


/* 联系方式 */

.service-contact-ctn {
    margin: 0 auto 120px;
    width: calc(100% - var(--size-grid-gap) * 2);
    max-width: var(--size-safearea);
}

.service-contact-ctn>h1 {
    text-align: center;
    margin-bottom: 36px;
}

.service-contact-box {
    background-color: white;
    border-radius: 8px;
}

.service-contact-box span {
    font-size: 16px;
    color: var(--color-black);
}

.service-contact-content>div span {
    font-size: 14px;
    color: var(--color-grey-gray);
    margin-top: 4px;
}

.service-contact-content-online>a {
    width: 160px;
    height: 44px;
    background-color: var(--color-red);
    border: none;
    font-size: 14px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 12px;
}

.service-contact-content-wechat{
    display: flex;
    align-items: center;
    padding: 20px;
    margin-right: 36px;
    border-radius: 4px;
    flex-direction: row !important;
}

.service-contact-content-wechat>img {
    width: 140px;
}

.service-contact-content-wechat > a {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #5288C8;
    margin-right: 36px;
    border-radius: 4px;
}

.service-contact-content-wechat > a:nth-child(2){
    background-color: #66CB7C;
}

.social-card > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-contact-content-wechat > a >div{
    display: flex;
    color: white;
}

.service-contact-content-wechat > a > div *{
    color: currentColor;
    stroke: currentColor;
}

.service-contact-content-email{
    flex-direction: row !important;
}


.service-contact-content-email > div {
    margin: 24px;
}

.service-contact-content h5 {
    margin-bottom: 6px;
    font-weight: 400;
}

.service-contact-content-repair{
    flex-direction: row !important;
    flex-wrap: wrap-reverse;
}

.service-contact-content-repair > div{
    margin: 24px;
}

.service-contact-type {
    position: relative;
    display: flex;
    justify-content: space-around;
}

.service-contact-type>a>svg {
    fill: initial;
    margin-right: 8px;
    fill: var(--color-black);
}

.service-contact-type>a {
    display: flex;
    padding: 20px 16px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.service-contact-content>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 60px 0;
    justify-content: center;
}

.service-contact-content-wechat.cn{
    flex-direction: column !important;
}

.service-contact-content {
    display: grid;
    grid-template-columns: repeat(4, 100%);
    grid-template-rows: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 44px;
}

.service-contact-content span {
    display: block;
}

.service-contact-content-repair a{
    font-size: 14px;
    color: var(--color-link);
    margin-top: 8px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-contact-content-repair svg{
    fill: currentColor;
    stroke-width: 1px;
}

/*2022-11-08 新增罂顶部标题、底部卡片*/
/*标题容器*/
.bigTitleContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 80PX auto;

}
/*大标题图标*/
.bigTitleIcon{
    width: 40PX;
    height: 40PX;
    margin-bottom: 16PX;
}
/*大标题*/
.bigTitle{
    font-style: normal;
    font-weight: 600;
    font-size: 32PX;
    line-height: 130%;
    text-align: center;
    color: #2F3133;
    margin-bottom: 16PX;
}
/*大标题描述*/
.bigTitleDesc{
    font-size: 14PX;
    line-height: 130%;
    text-align: center;
    color: #2F3133;
}

/*协议详情*/
.agreement-detail {
    background: #FFFFFF;
    padding:56px 64px;
    border-radius: 16px;
    margin-bottom: 16px;
}

/*功能容器*/
.functionsContainer{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16PX;
    margin-bottom: 24PX;
}
/*功能卡片*/
.functionCard{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32PX;
    background: #FFFFFF;
    border-radius: 16PX;
    cursor: pointer;
}
.functionCardIcon{
    height: 40PX;
    width: 40PX;
    margin-bottom: 16PX;
}
.functionCardTitle{
    width: 100%;
    display: flex;
    font-style: normal;
    font-weight: 600;
    font-size: 16PX;
    text-align: center;
    color: #2F3133;
    margin-bottom: 16PX;
    justify-content: center;
    align-items: center;
}
.functionCardTitle img{
    width: 16PX;
    height: 16PX;
    margin-left: 8PX;
}
.functionCardDesc{
    font-size: 12PX;
    line-height: 130%;
    text-align: center;
    color: #8D9399;
}

@media only screen and (max-width: 767px) {
    /* Service*/
    /* .service-bac h1 {
        width: 270px;
    } */
    .service-card {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(4, auto);
    }
    .service-card-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        grid-gap: 1 / 13;
        grid-column: 2 / 12 !important;
        text-align: center;
    }
    .service-card-item>img {
        width: 48px;
    }
    .service-card-item>span {
        font-size: 12px;
    }
    .service-card-item h3 {
        margin: 16px 0px 8px 0px;
    }
    .service-contact-content-email{
        flex-direction: column !important;
    }
    /* 购买渠道 */
    .channel-online,
    .channel-offline {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-column: 1 / 13 !important;
    }
    .buy-channel-grid {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(2, auto);
    }
    .channel-online>span,
    .channel-offline>span {
        text-align: center;
        line-height: 180%;
    }
    /* 联系我们 */
    .service-contact-type>a>span {
        display: none;
    }
    .service-contact-type>a>svg {
        margin-right: 0;
    }
    .service-contact-type>a {
        padding: 16px 16px;
    }
    .service-contact-content-phone {
        padding: 0 0 56px 0;
    }
    .service-contact-box span {
        font-size: 12px !important;
    }
    .service-contact-ctn>h1 {
        margin-bottom: 24px;
    }

    .service-contact-content-wechat{
        flex-direction: column !important;
        margin-right: 0px;
    }

    .service-contact-content-wechat > a{
        margin-right: 0px;
        margin-bottom: 24px;
    }

    /*2022-11-08新增*/
    .bigTitleContainer{
        margin-top: 16px;
        margin-bottom: 32PX;
    }
    .agreement-detail{
        padding: 16px 32px;
    }
    .functionsContainer{
        grid-template-columns: 1fr;
    }
}

.topFixed span {
    font-size: 14px;
}
