

    /*第一部分*/
    .home-center-1 {
        margin-top: 3.25rem;
        display: flex;
        padding: 0 1.5rem;
    }

    .home-center-1 h1 {
        color: #fff;
        font-size: 2.5rem;
    }

    .home-center-1 h3 {
        color: #5375E0;
        font-size: 1.625rem;
        margin-top: 1.25rem;
    }

    .home-center-1 h3 span:nth-child(1) {
        color: #fff;
        font-weight: normal;
    }

    .home-center-1 h3 span:nth-child(2) {
        color: #5375E0;
        font-weight: normal;
    }

    .home-center-1 button {
        width: 13.125rem;
        height: 4rem;
        background: linear-gradient(-10deg,#F0398D,#F09224);
        border-radius: 40px;
        color: #fff;
        font-size: 1.375rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-center-1 button img {
        margin-left: 1.2rem;
    }

    .center-1-right img {
        width: 26.25rem;
        margin-left: 10.5rem;
    }

    /*第二部分*/
    .home-center-2 {
        width: 100%;
        height: 10.63rem;
        margin-top: 1.5rem;
        background-image: url("../image/footer-top-bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        padding: 0 2.5rem;
    }

    /*查询订单*/
    .center-2-left {
        color: #fff;
        width: 12rem;
        text-align: center;
    }

    .center-2-left h2 {
        margin: 0;
        font-size: 1.75rem;
        line-height: 3rem;
    }

    .center-2-left h6 {
        font-size: 1.13rem;
        margin: 0;
    }

    .center-2-right {
        width: 51.5rem;
        height: 4.5rem;
        background: transparent;
        border: 3px solid #8A70F4;
        border-radius: 3rem;
        margin-left: 2.25rem;
        position: relative;
        display: flex;
        align-items: center;
        padding:0 1.2rem;
    }

    .search-img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .search-input {
        width: 80%;
        height: 4rem;
        padding-left: 1rem;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .center-2-right button {
        width: 9.25rem;
        height: 3.13rem;
        background: linear-gradient(-10deg, #F08E29, #F02E9A);
        border-radius: 2rem;
        font-weight: bold;
        color: #fff;
    }



    /*第三部分*/
    .home-center-3 {
        width: 100%;
        height: 12.44rem;
        background: #161D85;
        border-radius: 1rem;
        margin-top: 2rem;
        padding: 1rem 2rem;
    }

    .center-3-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .center-3-title p {
        height: 2.5rem;
        line-height: 2.5rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .center-3-title p img {

    }

    .center-3-title p span {
        color: #fff;
        font-size: 1.2rem;
    }

    .center-3-title p:nth-child(1) {

    }

    .center-3-title p:nth-child(1) img {
        margin-right: 0.8rem;
        width: 1.3rem;
    }

    .center-3-title p:nth-child(2) img {
        margin-left: 0.8rem;
    }

    /*轮播消息*/
    .loop-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 9.4rem;
    }

    .loop-outside {
        width: 62rem;
        overflow: hidden;
    }

    .loop-inside {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 300rem;
    }

    .loop-item {
        width: 18rem;
        height: 7rem;
        display: flex;
        padding: 1rem;
        background-color: #4609C3;
        box-shadow: 0rem 0rem 1rem 0rem rgba(68, 143, 241, 0.03);
        border-radius: 1rem;
        margin-right: 1rem;
    }

    .loop-item img {
        width: 1.68rem;
        height: 1.52rem;
        position: relative;
        top: 0.4rem;
    }

    .loop-item >div {
        margin-left: 0.8rem;
        color: #fff;
        width: 90%;
    }

    .loop-item >div span:nth-child(1) {
        font-size: 1.25rem;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 0.5rem;
    }

    .loop-item >div span:nth-child(2) {
        font-size: 1rem;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #cccccc;
    }

    /*第四部分*/
    .home-center-4 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 3rem;
        width: 100%;
        background-image: url("../image/center_4_bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2rem;
    }
    .home-center-4 img {
        width: 22rem;
        height: 22rem;
    }

    .center-4-right {
        color: #fff;
        width: 36rem;
    }

    .center-4-right h1 {
        font-size: 2rem;
        padding: 0;
        margin: 0;
    }

    .center-4-right h6 {
        font-size: 1rem;
        padding: 0;
        margin: 1rem 0;
    }


    .center-4-list {

    }

    .center-4-list-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 2rem;
    }

    .center-4-list-item img {
        width: 3.44rem;
        height: 3.44rem;
    }

    .center-4-list-item p {
        margin-left: 1.2rem;
    }

    .center-4-list-item p span{
        display: block;
        line-height: 2.25rem;
    }

    .center-4-list-item p span:nth-child(1) {
        font-weight: bold;
        font-size: 1.15rem;
    }

    .center-4-list-item p span:nth-child(2) {
        font-size: 0.9rem;
    }

    /*第五部分*/
    .home-center-5 {
        margin-top: 2rem;
        color: #fff;
        text-align: center;
        width: 100%;
        background: linear-gradient(to bottom, #141D7D 5%, #471AAF 25%, transparent);
        border-radius: 1rem;
        padding: 2rem 3rem;
    }

    .home-center-5 h1, .home-center-5 h5 {
        margin: 0;
        padding: 0;
    }

    .home-center-5 h5 {
        font-weight: normal;
        line-height: 3rem;
    }

    .home-center-5 h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .center-5-list {
        display: grid;
        grid-template-columns:repeat(4,21.25%);
        grid-gap: 1rem 5%;
        margin-top: 2rem;
    }

    .center-5-list-item:hover {
        background: rgba(0, 0, 0, .3);
    }

    .center-5-list-item {
        padding: 1rem 0;
        border-radius: 6px;
    }

    .center-5-list-item img {
        width: 90%;
        height: 13.24rem;
        border-radius: 8px;
    }

    .center-5-list-item h6 {
        font-size: 1.18rem;
        margin: 0;
    }

    .center-5-list-item h6:nth-child(2) {
        padding: 0 1.5rem;
        text-align: center;
        line-height: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .center-5-list-item h6:nth-child(3) {
        color: #FF4848;
    }

    /*第六部分*/
    .home-center-6 {
        width: 100%;
        margin-top: 2rem;
        background-image: url("../image/center_6_bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 2rem ;
    }

    .home-center-6 >img {
        width: 22rem;
        height: 22rem;
        margin-left: 3rem;
    }

    .center-6-left {
        width: 40rem;
        height: 100%;
        padding-left: 2rem;
    }

    .center-6-left h1, .center-6-left h5 {
        padding: 0;
        margin: 0;
    }

    .center-6-left h1 {
        line-height: 4rem;
    }

    .center-6-left h5 {
        font-weight: normal;
    }

    .center-6-list {
        margin-top: 2rem;
        display: grid;
        grid-template-columns:repeat(3,1fr);
        grid-gap: 2rem;
    }

    .center-6-list-item {
    }

    .center-6-list-item img {
        width: 4.25rem;
    }
    .center-6-list-item p {
        line-height: 2rem;
    }


    /*第七部分*/
    .home-center-7 {
        width: 100%;
        padding: 2rem 2rem 1rem 2rem;
        background-image: url("../image/center_4_bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2rem;
        color: #fff;
    }

    .home-center-7 h1, .home-center-7 h5 {
        margin: 0;
        padding-left: 2rem;
    }

    .home-center-7 h1 {
        line-height: 4rem;
    }

    .home-center-7 h5 {
        font-weight: normal;
    }

    .center-7-list {
        display: grid;
        grid-template-columns:repeat(3,1fr);
        grid-gap: 2rem;
        padding: 2rem;
    }

    .center-7-item {
        text-align: center;
        background: #4609C3;
        padding: 1rem 0;
        border-radius: 1rem;
    }

    .center-7-item h3, .center-7-item h6 {
        margin: 0;
    }

    .center-7-item h3 {
        line-height: 3rem;
    }

    /*第八部分*/
    .home-center-8 {
        margin-top: 2rem;
        padding: 2rem 0;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }

    .center-8-container-left{
        width: 45%;
    }
    .center-8-container-right{
        width: 48%;
    }

    .center-8-title {
        display: flex;
        justify-content: space-between;
        height: 2.5rem;
        line-height: 2rem;
        border-bottom: 1px solid #666;
        padding: 0 5px;
    }

    .center-8-title h2, .center-8-title h6 {
        margin: 0;
    }
    .center-8-title h6{
        align-self: end;
        color: #929699;
    }

    .center-8-bottom {
        display: flex;
        justify-content: space-between;
        align-items: start;
        height: 18rem;
    }
    .center-8-bottom-right{
        height: 18rem;
        margin-top: 1rem;
    }

    .news-list{
        height: 3rem;
        line-height: 3rem;
    }
    .news-item{
        display: flex;
        justify-content: space-between;
    }

    .news-item-a{
        color: #fff;
        display: flex;
        align-items: center;
    }

    .news-title{
        margin-left: 0.5rem;
        width: 26rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-item-icon{
        background-color: red;
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 0.2rem;
        line-height: 1.6rem;
        text-align: center;
        font-size: 0.8rem;
    }

    .new-item-time{
        width: 10rem;
        text-align: right;
    }

    .center-8-left {

        width: 40rem;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

    .center-8-left li {
        height: 3rem;
        line-height: 3rem;
        width: 50%;
    }

    /*第九部分*/
    .home-center-9 {
        color: #fff;
        background-image: url("../image/center-8-bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        padding: 2rem 3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 2rem;
    }

    .center-9-title h5 {
        font-weight: normal;

    }

    .home-center-9 button {
        width: 12.55rem;
        height: 3.5rem;
        color: #fff;
        font-size: 1rem;
        border-radius: 2rem;
        font-weight: bold;
    }

@media all and (max-device-width: 1000px) {
    .home-center-1 {
        margin-top: 3.25rem;
        display: flex;
        padding: 0 1.5rem;
    }

    .home-center-1 h1 {
        font-size: 3.3rem;
    }

    .home-center-1 h3 {
        font-size: 2.75rem;
    }

    .home-center-1 button {
        width: 18.125rem;
        height: 5rem;
        line-height: 5rem;
        background: linear-gradient(-10deg,#F0398D,#F09224);
        border-radius: 40px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.2rem;
    }

    .button-1{
        width: 1.3rem;
    }

    .center-1-right img {
        width: 22.25rem;
        margin-left: 10.5rem;
        margin-top: 4rem;
    }

    .home-center-2 {
        width: 100%;
        height: 10.63rem;
        margin-top: 2rem;
        background-image: url("../image/footer-top-bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        padding: 0 2.5rem;
    }
    /*查询订单*/
    .center-2-left {
        color: #fff;
        width: 14rem;
        text-align: center;
    }
    .center-2-left h2 {
        font-size: 2.5rem;

    }
    .center-2-left h6 {
        font-size: 2rem;
    }



    .center-2-right {
        width: 46.5rem;
        height: 6.5rem;
        border: 1px solid #8A70F4;
        border-radius: 3.25rem;
        margin-left: 2.25rem;
        padding:0 1.2rem;
    }

    .search-img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .center-2-right button {
        width: 12.25rem;
        height: 4.2rem;
        font-size: 2rem;
        line-height: 4.2rem;
        border-radius: 2.1rem;
    }

    .search-input {
        font-size: 2.5rem;
        height: 6rem;
        padding: 0 0 0 1rem;
        color: #fff;
        font-weight: 600;
        margin: 0;
    }

    input::-webkit-input-placeholder {
        color: #6887EB;
        font-size: 2.2rem;
        line-height: 3rem;
    }

    input::-moz-placeholder {
        color: #6887EB;
        font-size: 2.2rem;
        line-height: 3rem;
    }

    input:-moz-placeholder {
        color: #6887EB;
        font-size: 2.2rem;
        line-height: 3rem;
    }

    input::-ms-input-placeholder {
        color: #6887EB;
        font-size: 2.2rem;
        line-height: 3rem;
    }


    /*第三部分*/
    .home-center-3 {
        height: 21.44rem;
    }


    .center-3-title p {
        height: 4.5rem;
        line-height: 4.5rem;
    }

    .center-3-title p span {
        color: #fff;
        font-size: 2.5rem;
    }


    .center-3-title p:nth-child(1) img {
        width: 2.5rem;
    }

    .center-3-title p:nth-child(2) img {
        margin-left: 1rem;
    }

    /*轮播消息*/
    .loop-container {
        height: 14.4rem;
        margin-top: 1rem;
    }

    .loop-inside {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 300rem;
        overflow: scroll;
    }

    .loop-item {
        height: 12rem;
        flex: 0 0 30rem;
        margin-right: 1.2rem;
    }

    .loop-item img {
        width: 2.2rem;
        height: 2rem;
        position: relative;
        top: 0.6rem;
    }

    .loop-item >div span:nth-child(1) {
        font-size: 2.2rem;
    }

    .loop-item >div span:nth-child(2) {
        font-size: 2rem;
    }

    /*第四部分*/
    .home-center-4 {
        padding: 2rem 3rem;
        background-image: url("../image/center_4_bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2rem;
    }

    .home-center-4 img {
        width: 22rem;
        height: 22rem;
    }

    .center-4-right {
        color: #fff;
        width: 36rem;
    }

    .center-4-right h1 {
        font-size: 2.8rem;
        line-height: 6rem;
        height: 6rem;
        margin-bottom: 4rem;
    }

    .center-4-right img {
        width: 22rem;
    }

    .center-4-list {
        color: #fff;

    }


    .center-4-list-item img {
        width: 8rem;
        height: 8rem;
    }

    .center-4-list-item p {
        margin-left: 1.5rem;
    }

    .center-4-list-item p span{
        display: block;
        line-height: 4rem;
    }

    .center-4-list-item p span:nth-child(1) {
        font-weight: bold;
        font-size: 2.2rem;
    }

    .center-4-list-item p span:nth-child(2) {
        font-size: 1.8rem;
    }


    /*第六部分*/
    .home-center-6 {
        width: 100%;
        padding: 4rem 2rem;
    }

    .center-6-left h1 {

    }

    .center-6-left h5 {
        font-size: 2rem;
        line-height: 3rem;
    }


    .center-6-list {
        margin-top: 2rem;
        display: grid;
        grid-template-columns:repeat(3,1fr);
        grid-gap: 2rem;
    }

    .center-6-list-item {
        text-align: center;
    }

    .center-6-list-item img {
        width: 7rem;
    }

    .center-6-list-item p {
        line-height: 5rem;
        font-size: 2.2rem;
    }

    /*第七部分*/
    .home-center-7 {
        padding: 4rem 2rem;
        background-image: url("../image/center_4_bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2rem;
        color: #fff;
    }

    .home-center-7 h1, .home-center-7 h5 {
        margin: 0;
        padding-left: 2rem;
    }


    .home-center-7 h1 {
        line-height: 4rem;
    }

    .home-center-7 h5 {
        font-weight: normal;
        font-size: 2rem;
        line-height: 3rem;
    }

    .center-7-list {
        display: grid;
        grid-template-columns:repeat(2,1fr);
        grid-gap: 2rem;
        padding: 2rem;
    }

    .center-7-item {
        text-align: center;
        background: #4609C3;
        padding: 2rem 0;
        border-radius: 1rem;
    }

    .center-7-item h3, .center-7-item h6 {
        margin: 0;
    }

    .center-7-item h3 {
        font-size: 3rem;
        line-height: 5rem;
    }

    .center-7-item h6 {
        font-weight: normal;
        font-size: 2rem;
    }


    /*第八部分*/
.home-center-8 {
    display: none;
}

    .center-8-bottom {
        height: 24rem;
    }

    .center-8-bottom img {
        width: 0;
    }

    .center-8-left {
        width: 100%;
    }

    .center-8-left li {
        height: 4rem;
        line-height: 4rem;
        width: 45%;
    }

    /*第九部分*/
    .home-center-9 {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 2rem;
    }

    .home-center-9 button {
        width: 42.55rem;
        height: 8rem;
        border-radius: 4rem;
        font-size: 3rem;
    }

    .center-9-title {}

    .center-9-title h1 {
        line-height: 5rem;
    }

    .center-9-title h5 {
        font-size: 2.5rem;
        line-height: 3rem;
        height: 3rem;

    }

    .home-center-5 h5 {
        font-weight: normal;
        line-height: 4rem;
        font-size: 2rem;
    }

    .home-center-5 h1 {
        font-size: 3.5rem;
        line-height: 5rem;
    }

    .center-5-list {
        display: grid;
        grid-template-columns: minmax(30%, 1fr)  minmax(30%, 1fr) minmax(30%, 1fr);
        grid-gap: 2rem 2rem;
        margin-top: 2rem;

    }

    .center-5-list-item {

    }

    .center-5-list-item img {
        width: 16rem;
        height: 16rem;
        border-radius: 3rem;
        margin-bottom: 2rem;
    }

    .center-5-list-item h6 {
        font-size: 2.8rem;

    }

    .center-5-list-item h6:nth-child(2) {
        height: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
