﻿.top {
    position: relative;
    text-align: center;
}

    .top > img {
        width: 100%;
        min-width: 1920px;
    }

    .top > div {
        position: absolute;
        top: 80px;
        overflow: hidden;
        width: 1180px;
        left: 50%;
        margin-left: -590px;
    }

    .top .top-left {
        float: left;
        text-align: left;
        margin-right: 200px;
        padding-top: 68px;
    }

    .top .top-right {
        float: left;
    }

    .top .top-info {
        font-size: 24px;
        color: #9DB9DE;
    }

    .top .top-phone {
        overflow: hidden;
        margin-top: 40px;
    }

    .top .btns {
        float: left;
        width: 190px;
    }

    .top .top-qrcord {
        float: left
    }

    .top .btns .btn {
        border: 1px solid rgba(255,255,255,1);
        opacity: 1;
        border-radius: 4px;
        color: white;
        width: 170px;
        margin-bottom: 20px;
        height: 50px;
        text-align: left;
        line-height: 40px;
        padding: 0;
    }

        .top .btns .btn img {
            vertical-align: middle;
            margin: 0 5px 0 15px;
        }

        .top .btns .btn span {
            vertical-align: middle;
        }


.content-item {
    position: relative;
}

    .content-item .title {
        color: #333333;
        padding-top: 60px;
        font-size: 40px;
    }

.title-info {
    color: #888888;
    font-size: 20px;
    margin: 0 auto;
}

.img {
    margin-top: 60px;
}

.content-item > .bg {
    margin: 0;
}

.content-item .item-text {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 1180px;
    margin-left: -590px;
}

.content-item .item-list {
    text-align: center;
    margin-top: 120px;
}


    .content-item .item-list .item {
        display: inline-block;
        color: white;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: #70ffcd;
        line-height: 140px;
        margin-left: 10px;
    }

    .content-item .item-list .item0 {
        background: #70ffcd;
        position: relative;
        left: 464px;
        z-index: 1;
    }

    .content-item .item-list .item1 {
        background: #70d4ff;
        position: relative;
        left: 310px;
        z-index: 2;
    }

    .content-item .item-list .item2 {
        background: #70b8ff;
        position: relative;
        z-index: 3;
        left: 156px;
    }

    .content-item .item-list .item3 {
        background: #708eff;
        position: relative;
        z-index: 4;
    }

    .content-item .item-list .item4 {
        background: #8470ff;
        position: relative;
        left: -157px;
        z-index: 3;
    }

    .content-item .item-list .item5 {
        background: #af70ff;
        position: relative;
        z-index: 2;
        left: -310px;
    }

    .content-item .item-list .item6 {
        background: #e170ff;
        position: relative;
        z-index: 1;
        left: -464px;
    }

.bg-img {
    position: relative;
    text-align: center;
    display: inline-block;
    padding-top: 40px;
}

    .bg-img .bg-item {
        position: absolute;
        color: white;
        border-radius: 50%;
    }

.bg-item1 {
    width: 80px;
    height: 80px;
    top: 230px;
    left: 210px;
    background: #ff7270;
    line-height: 80px;
}


.bg-item2 {
    width: 100px;
    height: 100px;
    top: 360px;
    left: 10px;
    background: #ff9470;
    line-height: 100px;
}

.bg-item3 {
    width: 140px;
    height: 140px;
    top: 340px;
    left: 220px;
    background: #ffb070;
    line-height: 140px;
}

.bg-item4 {
    background: #ffc170;
    width: 140px;
    height: 140px;
    font-size: 24px;
    line-height: 140px;
    position: absolute;
    left: 770px;
    top: 160px;
}

.bg-item5 {
    background: #ff70d4;
    width: 100px;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
    position: absolute;
    top: 55px;
    left: 960px;
}

.bg-item6 {
    background: #ff7091;
    width: 80px;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    position: absolute;
    left: 820px;
    top: 45px;
}

.list {
    text-align: center;
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
}

    .list > .item {
        display: inline-block;
        width: 360px;
        vertical-align: top;
        margin-top: 45px;
    }

.item-name {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.item-value {
    color: #666;
    font-size: 16px;
}
