﻿@font-face {
    font-family: 'ZhenyanGB';
    src: url('ZhenyanGB Regular.ttf') format('truetype');
}

body {
    background-color: #f7f7f7 !important;
}

* {
    box-sizing: border-box;
}
.price_top .price_change .price span{
    font-family: 'ZhenyanGB Regular';
}
@font-face {
    font-family: 'ZhenyanGB Regular';
    src: url('ZhenyanGB Regular.ttf') format('truetype');
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 260px;
    background: url('images/banner.png') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .banner .text1 {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Source Han Sans CN';
    }

    .banner .text2 {
        font-size: 18px;
        font-family: SimHei;
    }

.cmp-container {
    width: 1220px;
    margin: 30px auto;
    /* display: flex; */
    /* justify-content: space-between; */
    position: relative;
    
}

.container-l {
    float: left;
    width: 900px;

}

.container-r {
    float: right;
    width: 295px;
}

.company {
    margin-bottom: 25px;
    padding: 0 25px 25px;
    background-color: #fff;
}

    .company .cmp-tab {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
        background-color: #fff;
    }

        .company .cmp-tab p {
            height: 70px;
            line-height: 70px;
            margin-right: 40px;
            font-size: 20px;
            cursor:pointer;
        }

            .company .cmp-tab p:last-child {
                margin-right: 0;
            }

            .company .cmp-tab p.on {
                color: #34c082;
                position: relative;
            }

                .company .cmp-tab p.on:before {
                    display: block;
                    content: '';
                    background-color: rgb(52, 192, 130);
                    position: absolute;
                    width: 60px;
                    height: 3px;
                    bottom: -1.5px;
                    left: 50%;
                    margin-left: -30px;
                }

.rank-list {
    margin-bottom: 30px;
}

    .rank-list li {
        height: 50px;
        border-radius: 5px;
        margin-top: 20px;
        background-color: #F6F6F6;
        overflow: hidden;
    }

        .rank-list li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #fff;
            height: 50px;
            position: relative;
            border-radius: 5px 0 6px 5px;
        }

            .rank-list li a::after {
                content: "";
                width: 20px;
                height: 54px;
                transform: rotate(12deg);
                margin-left: -13px;
                border-radius: 0 6px 8px 0;
                position: absolute;
                left: 100%;
                top: -3px;
            }

@keyframes bangdan1 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.1% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li1 a {
    background: #fb2c19;
    background: -webkit-linear-gradient(to right,rgba(251,44,25,0.6),#fb2c19);
    background: -o-linear-gradient(to right,rgba(251,44,25,0.6),#fb2c19);
    background: -moz-linear-gradient(to right,rgba(251,44,25,0.6),#fb2c19);
    background: linear-gradient(to right,rgba(251,44,25,0.6),#fb2c19);
    width: 830px;
    animation: bangdan1 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li1 a:after {
        background: #fb2c19;
    }

@keyframes bangdan2 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.08% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.18% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li2 a {
    background: #fb7b44;
    background: -webkit-linear-gradient(to right,rgba(251,123,68,0.6),#fb7b44);
    background: -o-linear-gradient(to right,rgba(251,123,68,0.6),#fb7b44);
    background: -moz-linear-gradient(to right,rgba(251,123,68,0.6),#fb7b44);
    background: linear-gradient(to right,rgba(251,123,68,0.6),#fb7b44);
    width: 816px;
    animation: bangdan2 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li2 a:after {
        background: #fb7b44;
    }

    .rank-list li.li2 a .starbox .mbg {
        background: linear-gradient(to right,transparent,#fc834f);
    }

@keyframes bangdan3 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.16% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.26% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li3 a {
    background: #88A877;
    background: -webkit-linear-gradient(to right,rgba(136,168,119,0.6),#88A877);
    background: -o-linear-gradient(to right,rgba(136,168,119,0.6),#88A877);
    background: -moz-linear-gradient(to right,rgba(136,168,119,0.6),#88A877);
    background: linear-gradient(to right,rgba(136,168,119,0.6),#88A877);
    width: 802px;
    animation: bangdan3 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li3 a:after {
        background: #88A877;
    }

    .rank-list li.li3 a .starbox .mbg {
        background: linear-gradient(to right,transparent,#8EAC7E);
    }

@keyframes bangdan4 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.24% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.34% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li4 a {
    background: #12C6AC;
    background: -webkit-linear-gradient(to right,rgba(18,198,172,0.6),#12C6AC);
    background: -o-linear-gradient(to right,rgba(18,198,172,0.6),#12C6AC);
    background: -moz-linear-gradient(to right,rgba(18,198,172,0.6),#12C6AC);
    background: linear-gradient(to right,rgba(18,198,172,0.6),#12C6AC);
    width: 788px;
    animation: bangdan4 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li4 a:after {
        background: #12C6AC;
    }

    .rank-list li.li4 a .starbox .mbg {
        background: linear-gradient(to right,transparent,#20C9B0);
    }

@keyframes bangdan5 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.32% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.42% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li5 a {
    background: #456CA6;
    background: -webkit-linear-gradient(to right,rgba(69,108,166,0.6),#456CA6);
    background: -o-linear-gradient(to right,rgba(69,108,166,0.6),#456CA6);
    background: -moz-linear-gradient(to right,rgba(69,108,166,0.6),#456CA6);
    background: linear-gradient(to right,rgba(69,108,166,0.6),#456CA6);
    width: 774px;
    animation: bangdan5 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li5 a:after {
        background: #456CA6;
    }

    .rank-list li.li5 a .starbox .mbg {
        background: linear-gradient(to right,transparent,#5074AB);
    }

@keyframes bangdan6 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.4% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.5% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li6 a {
    background: #3e4c4f;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.5),#3e4c4f);
    background: -o-linear-gradient(to right,rgba(62,76,79,0.5),#3e4c4f);
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.5),#3e4c4f);
    background: linear-gradient(to right,rgba(62,76,79,0.5),#3e4c4f);
    width: 760px;
    animation: bangdan6 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li6 a:after {
        background: #3e4c4f;
    }

    .rank-list li.li6 a .starbox .mbg {
        background: linear-gradient(to right,transparent,#4C595C);
    }

@keyframes bangdan7 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.48% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.58% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li7 a {
    background: #505D5F;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.5),rgba(62,76,79,0.9));
    background: -o-linear-gradient(to right,rgba(62,76,79,0.5),rgba(62,76,79,0.9));
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.5),rgba(62,76,79,0.9));
    background: linear-gradient(to right,rgba(62,76,79,0.5),rgba(62,76,79,0.9));
    width: 746px;
    animation: bangdan7 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li7 a:after {
        background: #505D5F;
    }

    .rank-list li.li7 a .starbox .mbg {
        background: linear-gradient(to right,transparent,#5C686A);
    }

@keyframes bangdan8 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.56% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.66% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li8 a {
    background: #636E70;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.8));
    background: -o-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.8));
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.8));
    background: linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.8));
    width: 732px;
    animation: bangdan8 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li8 a:after {
        background: #636E70;
    }

    .rank-list li.li8 a .starbox .mbg {
        background: linear-gradient(to right,transparent,#6F7A7C);
    }

@keyframes bangdan9 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.64% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.74% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li9 a {
    background: #757E80;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.7));
    background: -o-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.7));
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.7));
    background: linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.7));
    width: 718px;
    animation: bangdan9 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li9 a:after {
        background: #757E80;
    }

    .rank-list li.li9 a .starbox .mbg {
        background: linear-gradient(to right,transparent,#7E8789);
    }

@keyframes bangdan10 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.72% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.82% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li10 a {
    background: #879091;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.3),rgba(62,76,79,0.6));
    background: -o-linear-gradient(to right,rgba(62,76,79,0.3),rgba(62,76,79,0.6));
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.3),rgba(62,76,79,0.6));
    background: linear-gradient(to right,rgba(62,76,79,0.3),rgba(62,76,79,0.6));
    width: 704px;
    animation: bangdan10 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li10 a:after {
        background: #879091;
    }

    .rank-list li.li10 a .starbox .mbg {
        background: linear-gradient(to right,transparent,#91999A);
    }

.item-l {
    display: flex;
    align-items: center;
}

    .item-l .top {
        width: 70px;
        text-align: center;
        font-family: 'ZhenyanGB';
        font-size: 18px;
    }

    .item-l .logo {
        margin-right: 10px;
    }

        .item-l .logo img {
            display: block;
            width: 90px;
            height: auto;
        }

    .item-l .name {
        font-size: 24px;
        font-family: "Source Han Sans CN";
        font-weight: 600;
        max-width: 280px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.item-r {
    display: flex;
}

    .item-r img {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .item-r p {
        margin-left: 10px;
        padding-right: 20px;
    }

        .item-r p span {
            font-size: 16px;
            font-family: "ZhenyanGB";
        }

 .cmp-list .cmp-item  a.cmp-top {
    display: block;
}
.cmp-list .cmp-item {
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

    .cmp-list .cmp-item .cmp-top {
        background-color: #313d4b;
        padding: 25px;
    }

.cmp-info {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

    .cmp-info .number {
        width: 80px;
        text-align: center;
        height: 70px;
        line-height: 70px;
        background: url('images/1.png') center/cover;
        color: #fff;
        font-family: 'ZhenyanGB';
        font-size: 16px;
        margin-right: 20px;
    }

    .cmp-info .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        background-color: rgb(238, 238, 238);
        width: 210px;
        height: 100px;
        margin-right: 20px;
    }

        .cmp-info .logo img {
            display: block;
            max-width: 100%;
            height: auto;
        }

    .cmp-info .name-stars {
        display: flex;
        flex-direction: column;
    }

        .cmp-info .name-stars .name {
            color: #fff;
            font-size: 42px;
            font-weight: 600;
            font-family: 'Source Han Sans CN';
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 380px;
        }

        .cmp-info .name-stars .stars {
            display: flex;
        }

            .cmp-info .name-stars .stars img {
                display: block;
                width: 30px;
                height: 30px;
                margin-right: 5px;
            }

    .cmp-info .rank {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        position: absolute;
        right: 25px;
        top: 30px;
    }

        .cmp-info .rank .text1 {
            font-family: 'ZhenyanGB';
            font-size: 30px;
        }

        .cmp-info .rank .text2 {
            font-size: 16px;
        }

.cmp-describe {
    background-color: #fff;
    padding: 25px;
}

    .cmp-describe p {
        font-size: 16px;
        margin-bottom: 20px;
    }

        .cmp-describe p:last-child {
            margin-bottom: 0;
        }

        .cmp-describe p span {
            color: #999;
        }

    .cmp-describe .items {
        display: flex;
        flex-wrap: wrap;
    }

        .cmp-describe .items p {
            margin-right: 30px;
            margin-bottom: 20px;
        }

.calculate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 4px #e5e5e5;
    margin: 0 auto 30px;
    padding: 30px 45px;
}

.calculate-btn {
    width: 126px;
    height: 126px;
    position: relative;
}

    .calculate-btn .bg-rotate {
        width: 126px;
        height: 126px;
        background: url("https://cq.zhuangku.com/images/baojia/bjtn.png") no-repeat center/cover;
        -webkit-animation: rotate 0.7s linear infinite;
        -moz-animation: rotate 0.7s linear infinite;
        -o-animation: rotate 0.7s linear infinite;
        animation: rotate 0.7s linear infinite;
        animation-fill-mode: both;
    }

    .calculate-btn .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 96px;
        height: 96px;
        color: #fff;
        font-size: 16px;
        border: 1px solid #24b876;
        border-radius: 50%;
        background-color: #34c082;
        cursor: pointer;
        position: absolute;
        left: 50%;
        margin-left: -48px;
        top: 50%;
        margin-top: -48px;
    }

.calculate .calculate-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

    .calculate .calculate-title span {
        color: #34c082;
    }

.calculate .calculate-count {
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
}

    .calculate .calculate-count span {
        color: #34c082;
    }

.calculate .calculate-item {
    width: 300px;
}

    .calculate .calculate-item .inp {
        position: relative;
        margin-bottom: 30px;
    }

        .calculate .calculate-item .inp .meter {
            color: #999;
            position: absolute;
            right: 10px;
            top: 6px;
        }

    .calculate .calculate-item input[type='text'] {
        width: 100%;
        height: 36px;
        border: 1px solid #eee;
        padding: 0 10px;
    }

    .calculate .calculate-item .safty {
        display: flex;
        align-items: center;
        height: 60px;
    }

        .calculate .calculate-item .safty input[type='checkbox'] {
            margin-right: 6px;
        }

        .calculate .calculate-item .safty .safty-btn {
            color: #34c082;
            text-decoration: underline;
        }

.calculate .price-container {
    background-color: #fff;
    box-shadow: 0px 0px 4px #e5e5e5;
    padding: 15px 45px;
    margin-top: 25px;
}

.calculate .price-container .price-content {
    margin: 8px 0;
}
    .calculate .price-container .price-title {
        font-size: 16px;
    color: #555;
    text-align: center;
    }

    .calculate .price-container .price-item {
            display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 27px;
    color: #555;
    font-size:13px;
    }

        .calculate .price-container .price-item span {
            font-weight:700;
            color: #34c082;
        }

.evaluate-container {
    background-color: #fff;
    padding: 0 30px 30px;
    margin-bottom: 20px;
}

    .evaluate-container .evaluate-title {
        height: 76px;
        line-height: 76px;
        font-size: 24px;
    }

    .evaluate-container .evaluate-content {
        margin-bottom: 20px;
    }

    .evaluate-container .evaluate-content {
        display: block;
        width: 100%;
        height: 120px;
        padding: 15px;
        box-shadow: 0px 0px 4px #e5e5e5;
    }

    .evaluate-container .evaluate {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .evaluate-container .number {
        font-size: 12px;
        color: #999;
        margin-right: 10px;
    }

        .evaluate-container .number span {
            color: #fa5a5a;
        }

    .evaluate-container .btn {
        border-radius: 3px;
        background-color: #34c082;
        width: 110px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
    }

    .evaluate-container .evaluate-item {
        display:flex;
        padding: 20px 10px;
        border-bottom: 1px solid #eee;
        flex-wrap: nowrap;
    }

        .evaluate-container .evaluate-item:last-child {
            border-bottom: 0;
        }

        .evaluate-container .evaluate-item .avatar {
            width: 50px;
            flex-shrink: 0;
            margin-right: 20px;
        }

            .evaluate-container .evaluate-item .avatar img {
                display: block;
                width: 100%;
                height: auto;
                border-radius: 50%;
            }

        .evaluate-container .evaluate-item .info {
            width: 100%;
        }

            .evaluate-container .evaluate-item .info .name-date {
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #999;
                font-size: 12px;
                margin-bottom: 10px;
            }

.recommend {
    background-color: #fff;
    padding: 0 30px;
    margin-bottom: 30px;
}

.recommend-title {
    height: 76px;
    line-height: 76px;
    font-size: 24px;
}

.recommend-list {
    display: flex;
    flex-wrap: wrap;
}

.recommend-item {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.recommend-cover {
    flex-shrink:0;
    margin-right: 25px;
}

    .recommend-cover img {
        width: 280px;
        height: 180px;
    }

.recommend-content {
    width: 100%;
}

    .recommend-content .title {
        color: #000;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .recommend-content .content {
        color: #666;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .recommend-content .loadmore {
        color: #999;
    }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.news {
    padding: 15px 16px;
    background: #fff;
    margin-bottom: 25px;
}

.news-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.news-list li {
    color: #555;
    padding: 10px 0;
}
.news-list li a{
    display:inline-block;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.case_continer {
    padding: 15px 20px;
    margin-bottom: 25px;
    background-color: #fff;
}

    .case_continer .title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .case_continer .case_list li {
        width: 120px;
        float: left;
    }

        .case_continer .case_list li .case_cover {
            width: 100%;
            height: 80px;
            overflow: hidden;
        }

        .case_continer .case_list li:nth-child(1) {
            width: 100%;
        }

            .case_continer .case_list li:nth-child(1) .case_cover {
                width: 100%;
                height: 180px;
                overflow: hidden;
            }

                .case_continer .case_list li:nth-child(1) .case_cover img {
                    width: 100%;
                    height: 180px;
                }

        .case_continer .case_list li:nth-child(2) {
            margin-right: 12px;
        }

.case_list li .case_cover img {
    display: block;
    width: 100%;
    height: auto;
}

.case_continer .case_list li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_continer .case_list li:hover p {
    color: #0aa360;
}

.newzsgs {
    background-color: #fff;
    margin-bottom: 25px;
    padding-top: 20px;

}

    .newzsgs .tit_p {
        color: #000;
        font-size: 18px;
        height: 30px;
        padding-left: 10px;
    }

.cmp-contianer {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .cmp-contianer .cmp-item {
        display: block;
        width: 48%;
        margin-right: 4%;
    }

        .cmp-contianer .cmp-item:nth-child(2n) {
            margin-right: 0;
        }

        .cmp-contianer .cmp-item .cmp-logo {
            width: 100%;
            height: 50px;
            overflow: hidden;
        }

            .cmp-contianer .cmp-item .cmp-logo img {
                display: block;
                width: 100%;
                height: auto;
            }

        .cmp-contianer .cmp-item p.cmp-name {
            color: #333;
            background: none;
            margin: 0;
            padding: 0 5px;
            text-align: center;
            font-weight: 400;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 30px;
        }

.price_alert {
    margin-top: 0 !important;
    margin-bottom: 25px;
    border: 0 !important;
    /*background-image: url('https://m.zhuangku.com/NewWebMobile/images/zb22_bg.png') !important;
    background-size: 250px 20px !important;*/
}
.price_list li{
    width:100% !important;
    margin-right:0 !important;
}
/*..price_list li input[type='button'] {
    background-color: #34c082 !important;
}*/

.miaodian {
    width: 120px;
    position: fixed;
    left: auto;
    top: 21%;
    margin-left: 222px;
    display: none;
}

    .miaodian li {
        letter-spacing: 1px;
        line-height: 1.5em;
        padding: 5px 10px;
        text-align: center;
        background-color: #FFF;
        border-bottom: solid 1px #faf7e7;
        table-layout: fixed;
        word-break: break-all;
        overflow: hidden;
    }
    /*.miaodian li:nth-child(1),.miaodian li:last-child{
        text-align: center;

    }*/

        .miaodian li.active ,.miaodian li:hover{
            background-color: #be0f1b;
        }
            .miaodian li.active a, .miaodian li:hover a  {
                display: block;
                color: #FFF;
            }

        .miaodian li.gotop {
            border-bottom: none;
        }

        .miaodian li a {
            display: block;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
        }

    .miaodian.widthmd {
        padding: 0px 8px;
        background-color: #FFF;
        margin-left: -192px;
    }

        .miaodian.widthmd li {
            width: 110px;
            text-align: justify;
            border-bottom: none;
            line-height: 40px;
            margin: 5px 0;
            padding: 0 23px;
        }

            .miaodian.widthmd li .iconfont {
                display: inline-block;
                color: #d4d4d4;
                margin-right: 10px;
            }

            .miaodian.widthmd li span {
                display: inline-block;
            }

            .miaodian.widthmd li.active {
                background-color: #ffd500;
                border-radius: 4px;
            }

                .miaodian.widthmd li.active a {
                    display: block;
                    color: #555;
                }

                .miaodian.widthmd li.active .iconfont {
                    color: #333;
                }

            .miaodian.widthmd li.gotop a, .miaodian.widthmd li.gotop a .iconfont {
                color: #f8aa00;
            }
nav.nav_bg.fixedTop{
    position:relative !important;
}
.fixed2 {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: 330px;
}

.absolute {
    position: absolute;
    left: 50%;
    margin-left: 330px;
}
.view-more{
        display: block;
    /* width: 80px; */
    /* text-align: center; */
    /* height: 30px; */
    /* line-height: 30px; */
    /* border: 1px solid #eee; */
    /* border-radius: 3px; */
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    width: 200px;
    height: 42px;
    line-height: 42px;
    background: -webkit-linear-gradient(to right,#fb2c19,#fe741c);
    background: -o-linear-gradient(to right,#fb2c19,#fe741c);
    background: -moz-linear-gradient(to right,#fb2c19,#fe741c);
    background: linear-gradient(to right,#fb2c19,#fe741c);
    /* float: right; */
    text-align: center;
    border-radius: 5px;
}
.list-description {
    padding: 12px 20px;
    color: #868686;
    font-size: 14px;
    line-height: 1.8em;
    height:auto !important;
}

.cmp-list1,.recommend-list1,.case-list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cmp-list1 .cmp-item,.recommend-list1 .recommend-item{
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom:26px;
}
.cmp-list1 .cmp-item .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 85px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}
.cmp-list1 .cmp-item .logo img {
    display: block;
    max-width: 100%;
    height: auto;
}
.cmp-list1 .info .cmp-name {
    display: inline-block;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 13px;
}
.cmp-list1 .info .price {
    font-size: 12px;
    color: #888888;
    background: url(https://m.zhuangku.com/NewWebMobile/images/jia.png) no-repeat 0 center;
    background-size: 10px 15px;
    padding-left: 16px;
}
.recommend-list1 .recommend-item .recommend-cover {
    width: 190px;
    height: 110px;
    margin-right: 10px;
}
.recommend-list1 .recommend-item .recommend-cover img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 1;
}
.recommend-list1 .recommend-item .recommend-content {
    width: 210px;
}
.recommend-list1 .recommend-item .recommend-content .title {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.case-list1 .case-item{
    display: block;
    width: 250px;
    margin-bottom:26px;
}
.case-list1 .case-item .cover {
    width: 250px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 17px;
}
.case-list1 .case-item .cover img {
    display: block;
    max-width: 100%;
    height: auto;
}
.case-list1 .case-item .title {
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}