/* PC端样式 - 媒体查询 */
@media screen and (min-width: 960px) {
    .main {
        background-color: #FFFFFF;
    }

    .layout_title {
        width: 100%;
        height: 8rem;
        background: url('//cdn.xuansiwei.com/yangy11566/1756179296874/xiaoquanlihengfu_r__1600-996_c__caaf87_.jpg?x-oss-process=style/small') center no-repeat;
        background-size: cover;
        text-align: center;
    }

    .layout_img1 {
        width: 11.05rem;
        margin-top: 2.75rem;
    }

    .layout_policy {
        width: 100%;
        text-align: center;
        padding-top: 0.8rem;
        background: #FFFAF4;
    }

    .layout_policy_title {
        font-family: STSongti-SC, STSongti-SC;
        font-weight: 900;
        font-size: 0.36rem;
        color: #333333;
        line-height: 0.50rem;
        letter-spacing: 0.06rem;
        font-style: normal;
    }

    .layout_policy_con {
        display: flex;
        flex-direction: row;
        padding: 0.6rem 2rem 0.96rem 2.33rem;
    }

    .layout_policy_left {
        display: flex;
        flex-direction: column;
    }

    .layout_policy_item {
        width: 3.74rem;
        height: 0.80rem;
        background-size: 100% 100%;
        position: relative;
        margin-top: 0.48rem;
        text-align: left;
    }

    .layout_policy_item:nth-child(1) {
        margin-top: 1.6rem;
    }

    .layout_policy_item_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.24rem;
        color: #663E0F;
        line-height: 0.33rem;
        letter-spacing: 0.02rem;
        text-align: left;
        font-style: normal;
    }

    .layout_policy_right {
        margin-left: 1.2rem;
        display: flex;
        flex-direction: row;
    }

    .layout_policy_right_1 {
        width: 4.75rem;
        height: 4.45rem;
        position: relative;
    }

    .layout_policy_right_1 img {
        width: 4.75rem;
        height: 4.45rem;
    }

    .layout_policy_right_1 span:nth-child(2) {
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.24rem;
        color: #FFFFFF;
        line-height: 0.33rem;
        letter-spacing: 0.01rem;
        text-align: left;
        font-style: normal;
        position: absolute;
        top: 2rem;
        left: 0.3rem;
    }

    .layout_policy_right_1 span:nth-child(3) {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 0.2rem;
        color: #FFFFFF;
        line-height: 0.36rem;
        text-align: left;
        font-style: normal;
        position: absolute;
        bottom: 0.7rem;
        left: 0.3rem;
    }

    .layout_increase {
        width: 100%;
        height: 8.8rem;
        /* background: url('//cdn.xuansiwei.com/yangy11566/images/layout/bj2.png') center no-repeat; */
        /* background-color: #ccc; */
        background-size: 100% 100%;
        text-align: center;
        padding-top: 0.8rem;
    }

    .layout_increase_list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 1.35rem 2.8rem 0.6rem;
    }

    .layout_increase_item {
        width: 2.8rem;
        margin-left: 0.9rem;
        text-align: center;
    }

    .layout_increase_item:nth-child(1) {
        margin-left: 0rem;
    }

    .layout_increase_item img {
        width: 2.6rem;
        height: 2.6rem;
    }

    .layout_increase_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.28rem;
        color: #000;
        line-height: 0.4rem;
        letter-spacing: 0.05rem;
        text-align: center;
        font-style: normal;
        /* margin-bottom: 0.6rem; */
    }

    .layout_increase_right img {
        width: 7.3rem;
        height: 3.91rem;
        margin-left: 0.56rem;
    }

    .layout_feature {
        width: 100%;
        text-align: center;
        margin-top: 0.8rem;
    }

    .layout_feature_list {
        display: flex;
        flex-direction: row;
        margin: 0.63rem 2rem 0.3rem;
        border-radius: 0.12rem;
    }

    .layout_feature_item {
        width: 4.93rem;
        position: relative;
        /* margin-left: 0.2rem; */
        cursor: pointer;
    }

    .layout_feature_item:nth-child(1) {
        margin-left: 0;
    }

    .layout_feature_item_img {
        width: 4.93rem;
        height: 3.4rem;
        object-fit: cover;
        overflow: hidden;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
    }

    .layout_feature_item_img img {
        width: 4.93rem;
        height: 3.4rem;
        object-fit: cover;
        transition: all 1s;
    }

    .layout_feature_item_img img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transition: all 1s;
    }

    .layout_feature_item_div {
        width: 100%;
        height: 2.25rem;
    }

    .layout_feature_item_pos {
        width: 100%;
        height: 2.25rem;
        background: #FEEFDC;
        text-align: center;
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/list_icon.png') center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0.5rem;
        left: 0;
        z-index: 2;
    }

    .layout_feature_item_title {
        display: block;
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.24rem;
        color: #663E0F;
        line-height: 0.33rem;
        letter-spacing: 0.01rem;
        text-align: center;
        font-style: normal;
        padding-top: 0.39rem;
    }

    .layout_feature_item_text {
        display: block;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.2rem;
        color: #663E0F;
        line-height: 0.36rem;
        text-align: center;
        font-style: normal;
        padding-top: 0.1rem;
    }

    .layout_suit {
        width: 100%;
        height: 9.7rem;
        text-align: center;
        padding-top: 4.3rem;
        position: relative;
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/bj3.png') center no-repeat;
        background-size: 100% 100%;
    }

    .layout_suit_center {
        width: 5.34rem;
        height: 5.34rem;
    }

    .layout_suit_item {
        width: 2.38rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
    }

    .layout_suit_item:nth-child(1) {
        top: 5.58rem;
        left: 3.32rem;
    }

    .layout_suit_item:nth-child(2) {
        top: 2.5rem;
        left: 4.2rem;
    }

    .layout_suit_item:nth-child(3) {
        top: 1.1rem;
        left: 6.9rem;
    }

    .layout_suit_item:nth-child(4) {
        top: 1.1rem;
        right: 6.9rem;
    }

    .layout_suit_item:nth-child(5) {
        top: 2.5rem;
        right: 4.2rem;
    }

    .layout_suit_item:nth-child(6) {
        top: 5.58rem;
        right: 3.32rem;
    }

    .layout_suit_item:nth-child(7) {
        bottom: 2.5rem;
        right: 4.2rem;
    }

    .layout_suit_item:nth-child(8) {
        bottom: 1.1rem;
        right: 6.9rem;
    }

    .layout_suit_item:nth-child(9) {
        bottom: 1.1rem;
        left: 6.9rem;
    }

    .layout_suit_item:nth-child(10) {
        bottom: 2.5rem;
        left: 4.2rem;
    }

    .layout_suit_item_img {
        width: 1.62rem;
        height: 1.62rem;
        border: 0.12rem solid #EBC694;
        border-radius: 50%;
        overflow: hidden;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        cursor: pointer;
    }

    .layout_suit_item_img img {
        width: 100%;
        height: 100%;
        transition: all 1s;
    }

    .layout_suit_item_img img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transition: all 1s;
    }

    .layout_suit_item_title {
        font-family: STSongti-SC, STSongti-SC;
        font-weight: 900;
        font-size: 0.19rem;
        color: #FFFFFF;
        line-height: 0.5rem;
        letter-spacing: 0.01rem;
        text-align: center;
        font-style: normal;
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/item_icon.png') center no-repeat;
        background-size: 100% 100%;
        width: 2.22rem;
        height: 0.5rem;
        margin-top: 0.16rem;
    }

    .layout_suit_item_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.17rem;
        color: #333333;
        line-height: 0.24rem;
        letter-spacing: 0.01rem;
        font-style: normal;
        margin-top: 0.1rem;
    }

    .layout_suit_bj {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3.09rem;
        z-index: -1;
    }

    .layout_enlarge {
        width: 100%;
        height: 8.8rem;
        background: #FFFAF4;
    }

    .layout_enlarge_list {
        padding: 1.45rem 2rem;
        display: flex;
        flex-direction: row;
    }

    .layout_enlarge_item {
        width: 3rem;
        height: 5.89rem;
        position: relative;
        margin-left: 0.2rem;
        cursor: pointer;
    }

    .layout_enlarge_item:hover {
        width: 5.6rem;
        transition: all 1500ms ease;
        -webkit-transition: all 1500ms ease;
    }

    .layout_enlarge_item:nth-child(1) {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/layout11.png') center no-repeat;
        background-size: 100% 100%;
        transition: background-image 0.3s;
        /* 平滑过渡背景图 */
    }

    .layout_enlarge_item:nth-child(1):hover,
    .layout_enlarge_item:nth-child(1):active {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/layout1.png') center no-repeat;
        background-size: 100% 100%;
    }

    .layout_enlarge_item:nth-child(2) {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/layout21.png') center no-repeat;
        background-size: 100% 100%;
        transition: background-image 0.3s;
        /* 平滑过渡背景图 */
    }

    .layout_enlarge_item:nth-child(2):hover，.layout_enlarge_item:nth-child(2):active {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/layout2.png') center no-repeat;
        background-size: 100% 100%;
    }

    .layout_enlarge_item:nth-child(3) {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/layout31.png') center no-repeat;
        background-size: 100% 100%;
        transition: background-image 0.3s;
        /* 平滑过渡背景图 */
    }

    .layout_enlarge_item:nth-child(3):hover {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/layout3.png') center no-repeat;
        background-size: 100% 100%;
    }

    .layout_enlarge_item:nth-child(4) {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/layout41.png') center no-repeat;
        background-size: 100% 100%;
        transition: background-image 0.3s;
        /* 平滑过渡背景图 */
    }

    .layout_enlarge_item:nth-child(4):hover {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/layout4.png') center no-repeat;
        background-size: 100% 100%;
    }

    .layout_enlarge_item:nth-child(1) {
        margin-left: 0;

    }

    .layout_enlarge_item_img {
        /* width: 100%; */
        height: 5.89rem;
    }

    .layout_enlarge_item_text {
        position: absolute;
        width: 100%;
        top: 2.5rem;
        text-align: center;
    }

    .layout_enlarge_item_text span:nth-child(1) {
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.28rem;
        color: #FFFFFF;
        line-height: 0.40rem;
        letter-spacing: 0.05rem;
        text-align: center;
        font-style: normal;
        display: block;
    }

    .layout_enlarge_item_text span:nth-child(2) {
        display: block;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 0.22rem;
        color: #FFFFFF;
        line-height: 0.3rem;
        letter-spacing: 0.04rem;
        text-align: center;
        font-style: normal;
        margin-top: 0.2rem;
    }

    .main_service {
        width: 100%;
        height: 7.94rem;
        background: url('//cdn.xuansiwei.com/yangy11566/images/index/bj3.png') center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        position: relative;
    }

    .main_service_title {
        font-family: STSongti-SC, STSongti-SC;
        font-weight: 900;
        font-size: 0.36rem;
        color: #333333;
        line-height: 0.5rem;
        letter-spacing: 0.06rem;
        text-align: center;
        font-style: normal;
        padding-top: 0.7rem;
    }

    .main_service_icon {
        width: 1.62rem;
        margin-top: 0.1rem;
    }

    .main_service_list {
        margin: 0.87rem 2rem;
    }

    .main_service_item {
        width: 2.15rem;
        margin: 0 0.46rem;
    }

    .main_service_item_top {
        width: 2.14rem;
        height: 2.14rem;
        background: url('//cdn.xuansiwei.com/yangy11566/images/index/bj5.png') center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        line-height: 2.14rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.3rem;
        color: #FFFFFF;
        letter-spacing: 0.03rem;
        text-align: center;
        font-style: normal;
    }

    .main_service_item_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 0.26rem;
        color: #663E0F;
        line-height: 0.37rem;
        letter-spacing: 0.02rem;
        text-align: center;
        font-style: normal;
        margin: 0.5rem 0.16rem;
    }

}

/* 移动端样式 - 媒体查询 */
@media screen and (max-width: 960px) {
    .main {
        background-color: #FFFFFF;
    }

    .layout_title {
        width: 100%;
        height: 6.09rem;
        background: url('//cdn.xuansiwei.com/yangy11566/1756179296874/xiaoquanlihengfu_r__1600-996_c__caaf87_.jpg?x-oss-process=style/small') center no-repeat;
        background-size: cover;
        text-align: center;
    }

    .layout_img1 {
        width: 6.85rem;
        margin-top: 2rem;

    }

    .layout_policy {
        width: 100%;
        text-align: center;
        padding-top: 0.4rem;
        background: #FFFAF4;
        margin-top: 0.4rem;
    }

    .layout_policy_title {
        font-family: STSongti-SC, STSongti-SC;
        font-weight: 900;
        font-size: 0.36rem;
        color: #333333;
        line-height: 0.50rem;
        letter-spacing: 0.06rem;
        font-style: normal;
    }

    .layout_policy_con {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.3rem 0.2rem 0.3rem;
    }

    .layout_policy_left {
        display: flex;
        flex-direction: column;
    }

    .layout_policy_item {
        width: 5.71rem;
        margin-top: 0.15rem;
        text-align: center;
    }

    .layout_policy_item:nth-child(1) {
        margin-top: 0.26rem;
    }

    .layout_policy_item_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.32rem;
        color: #663E0F;
        line-height: 0.45rem;
        letter-spacing: 0.02rem;
        text-align: left;
        font-style: normal;
    }

    .layout_policy_right {
        display: flex;
        flex-direction: column;
    }

    .layout_policy_right_1 {
        width: 5.2rem;
        height: 5.2rem;
        overflow: hidden;
        position: relative;
    }

    .layout_policy_right_1 img {
        width: 5.2rem;
        height: 5.2rem;
    }

    .layout_policy_right_1 span:nth-child(2) {
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.24rem;
        color: #FFFFFF;
        line-height: 0.33rem;
        letter-spacing: 0.01rem;
        text-align: left;
        font-style: normal;
        position: absolute;
        top: 2rem;
        left: 0.3rem;
    }

    .layout_policy_right_1 span:nth-child(3) {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 0.2rem;
        color: #FFFFFF;
        line-height: 0.36rem;
        text-align: left;
        font-style: normal;
        position: absolute;
        bottom: 0.7rem;
        left: 0.3rem;
    }

    .layout_increase {
        width: 100%;
        height: auto;
        /* background: url('//cdn.xuansiwei.com/yangy11566/images/layout/min/bj2.png') center no-repeat; */
        /* background-color: #ccc; */

        background-size: 100% 100%;
        text-align: center;
        padding-top: 0.4rem;
        margin-top: 0.68rem;
    }

    .layout_increase_list {
        display: block;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0.3rem;
    }

    .layout_increase_item {
        width: 100%;
        height: auto;
        margin-left: 0rem;
        text-align: center;
    }

    .layout_increase_item:nth-child(1) {
        margin-left: 0rem;
    }

    .layout_increase_item img {
        width: 2.6rem;
        height: 2.6rem;
    }

    .layout_increase_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.34rem;
        color: #000;
        line-height: 0.6rem;
        letter-spacing: 0.05rem;
        text-shadow: 0 0.01rem 0.02rem #B37D3C;
        text-align: center;
        font-style: normal;
        /* margin-bottom: 0.15rem; */
    }

    .layout_increase_right img {
        width: 7.3rem;
        height: 3.91rem;
        margin-left: 0.56rem;
    }

    .layout_feature {
        width: 100%;
        text-align: center;
        margin-top: 0.8rem;
    }

    .layout_feature_list {
        display: flex;
        flex-direction: column;
        margin: 0.32rem;
    }

    .layout_feature_item {
        width: 100%;
        position: relative;
        margin-top: 0.12rem;
        cursor: pointer;
        display: flex;
        flex-direction: row;
    }

    .layout_feature_item:nth-child(1) {
        margin-top: 0;
    }

    .layout_feature_item_img {
        width: 4.93rem;
        height: 3.4rem;
        object-fit: cover;
        overflow: hidden;
        /* transition: all 500ms ease;
        -webkit-transition: all 500ms ease; */
    }

    .layout_feature_item_img img {
        width: 4.93rem;
        height: 3.4rem;
        object-fit: cover;
        /* transition: all 1s; */
    }

    /* .layout_feature_item_img img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transition: all 1s;
    } */

    .layout_feature_item_div {
        width: 3.09rem;
        height: 3.4rem;
    }

    .layout_feature_item_pos {
        width: 3.09rem;
        height: 3.4rem;
        background: #FEEFDC;
        text-align: center;
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/min/list_icon.png') center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0rem;
        right: 0rem;
        z-index: 2;
    }

    .layout_feature_item_title {
        display: block;
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.32rem;
        color: #663E0F;
        line-height: 0.45rem;
        letter-spacing: 0.01rem;
        text-align: center;
        font-style: normal;
        padding-top: 0.8rem;
    }

    .layout_feature_item_text {
        display: block;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.28rem;
        color: #663E0F;
        line-height: 0.36rem;
        text-align: center;
        font-style: normal;
        padding: 0.15rem 0.1rem 0.15rem 0.36rem;
    }

    .layout_suit {
        width: 100%;
        text-align: center;
        margin-top: 0.4rem;
        padding-top: 0.4rem;
        position: relative;
        background: #FFFAF4;
    }

    .layout_suit_center {
        width: 5.34rem;
        height: 5.34rem;
    }

    .layout_suit_list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0.32rem;
    }

    .layout_suit_item {
        width: 3.23rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.32rem;
        margin-left: 0.4rem;
    }

    .layout_suit_item:nth-child(1),
    .layout_suit_item:nth-child(2) {
        margin-top: 0;
    }

    .layout_suit_item:nth-child(2n-1) {
        margin-left: 0;
    }

    .layout_suit_item_img {
        width: 2.43rem;
        height: 2.45rem;
        overflow: hidden;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        cursor: pointer;
        border: 0.12rem solid #EBC694;
        border-radius: 50%;
    }

    .layout_suit_item_img img {
        width: 100%;
        height: 100%;
        transition: all 1s;
    }

    .layout_suit_item_img img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transition: all 1s;
    }

    .layout_suit_item_title {
        font-family: STSongti-SC, STSongti-SC;
        font-weight: 900;
        font-size: 0.3rem;
        color: #FFFFFF;
        line-height: 0.73rem;
        letter-spacing: 0.01rem;
        text-align: center;
        font-style: normal;
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/min/item_icon.png') center no-repeat;
        background-size: 100% 100%;
        width: 3.23rem;
        height: 0.73rem;
        margin-top: 0.19rem;
    }

    .layout_suit_item_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.28rem;
        color: #333333;
        line-height: 0.4rem;
        letter-spacing: 0.01rem;
        font-style: normal;
        margin-top: 0.1rem;
    }

    .layout_suit_bj {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3.09rem;
        z-index: -1;
    }

    .layout_enlarge {
        width: 100%;
        margin-top: 0.3rem;
    }

    .layout_enlarge_list {
        padding: 0.12rem 0.32rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .layout_enlarge_item2 {
        width: 6.85rem;
        height: 3.65rem;
        position: relative;
        margin-bottom: 0.12rem;
        cursor: pointer;
    }

    .layout_enlarge_item2:nth-child(1) {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/min/layout1.png') center no-repeat;
        background-size: 100% 100%;
    }

    .layout_enlarge_item2:nth-child(2) {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/min/layout2.png') center no-repeat;
        background-size: 100% 100%;
        transition: background-image 0.3s;
    }


    .layout_enlarge_item2:nth-child(3) {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/min/layout3.png') center no-repeat;
        background-size: 100% 100%;
    }

    .layout_enlarge_item2:nth-child(4) {
        background: url('//cdn.xuansiwei.com/yangy11566/images/layout/min/layout4.png') center no-repeat;
        background-size: 100% 100%;
    }

    .layout_enlarge_item_text {
        position: absolute;
        width: 100%;
        top: 1.26rem;
        text-align: center;
    }

    .layout_enlarge_item_text span:nth-child(1) {
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.34rem;
        color: #FFFFFF;
        line-height: 0.48rem;
        letter-spacing: 0.06rem;
        text-align: center;
        font-style: normal;
        display: block;
    }

    .layout_enlarge_item_text span:nth-child(2) {
        display: block;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 0.28rem;
        color: #FFFFFF;
        line-height: 0.4rem;
        letter-spacing: 0.05rem;
        text-align: center;
        font-style: normal;
        margin-top: 0.15rem;
    }

















    .main_service {
        width: 100%;
        height: 7.94rem;
        background: url('//cdn.xuansiwei.com/yangy11566/images/index/bj3.png') center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        position: relative;
    }

    .main_service_title {
        font-family: STSongti-SC, STSongti-SC;
        font-weight: 900;
        font-size: 0.36rem;
        color: #333333;
        line-height: 0.5rem;
        letter-spacing: 0.06rem;
        text-align: center;
        font-style: normal;
        padding-top: 0.7rem;
    }

    .main_service_icon {
        width: 1.62rem;
        margin-top: 0.1rem;
    }

    .main_service_list {
        margin: 0.87rem 2rem;

    }

    .main_service_item {
        width: 2.15rem;
        margin: 0 0.46rem;

    }

    .main_service_item_top {
        width: 2.14rem;
        height: 2.14rem;
        background: url('//cdn.xuansiwei.com/yangy11566/images/index/bj5.png') center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        line-height: 2.14rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 0.3rem;
        color: #FFFFFF;
        letter-spacing: 0.03rem;
        text-align: center;
        font-style: normal;
    }

    .main_service_item_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 0.26rem;
        color: #663E0F;
        line-height: 0.37rem;
        letter-spacing: 0.02rem;
        text-align: center;
        font-style: normal;
        margin: 0.5rem 0.16rem;
    }
}