div.details-mail {
    height: auto;
    max-width: 1920px;
    background-color: #f1f3f8;
    padding-top: 20px;
}
/* 平台头部信息 */
div.details-header {
    height: auto;
    width: 1200px;
    margin: auto;
    background-color: #fff;
    padding-bottom: 20px;
}

    div.details-header > div {
        display: inline-block;
    }

div.details-header-img {
    position: relative;
    vertical-align: top;
    float:left;
    width:350px;
    height:300px;
}

    div.details-header-img > img.details-logo {
        position: absolute;
        left: 1px;
        top: 1px;
    }

div.details-aside {
    margin-left: 25px;
    float:left;
    width:800px;
}

    div.details-aside > ul > li {
        font-size: 14px;
        margin-top: 25px;
    }

        div.details-aside > ul > li > span {
            color: #e14829;
        }

            div.details-aside > ul > li > span.details-name {
                font-size: 18px;
                color: #333;
            }

        div.details-aside > ul > li > a {
            color: #3887dd;
        }

    div.details-aside > button {
        height: 30px;
        width: 100px;
        border-radius: 4px;
        font-size: 14px;
        outline: none;
        border: none;
        color: #fff;
        /*background-color: #e14829;*/
        margin-top: 43px;
        margin-left: 5px;
        cursor: pointer;
    }

    div.details-aside button.details-button {
        margin-left: -5px;
    }
    div.details-aside > button:nth-child(2) {
        background-color: #02a7f0;
    }
    div.details-aside > button:nth-child(3) {
        background-color: orange;
    }
    div.details-aside > button:last-child {
        background-color: #bbbb26;
    }
/* 平台介绍栏详情 */
div.details-content {
    height: auto;
    width: 1200px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}

    div.details-content > ul {
        height: auto;
        width: 1200px;
        background-color: #f8f8f8;
    }

        div.details-content > ul > li {
            display: inline-block;
            height: 50px;
            width: 150px;
            line-height: 50px;
            text-align: center;
            font-size: 16px;
        }

            div.details-content > ul > li:first-child {
                background-color: #fff;
            }

            div.details-content > ul > li > a {
                color: #666;
            }

            div.details-content > ul > li:first-child > a {
                color: #e14829;
            }
/* 平台介绍 */
div.platform-introduction {
    padding: 50px 20px 30px 20px;
    width: 1160px;
    text-align:left;
}
/* 基本信息 */
div.details-information > img {
    margin-left: 20px;
}

.details-information-table {
    width: auto;
    width: auto;
    margin: auto;
    font-size: 14px;
    margin-top: 5px;
    border-right: 1px solid #eee;
}

    .details-information-table tr {
        height: 50px;
    }

        .details-information-table tr > td:nth-child(odd) {
            width: 160px;
            background-color: #eaf4fc;
            text-align: right;
            padding: 0 20px;
            border-bottom: 1px solid #fff;
            color: #174e87;
        }

        .details-information-table tr > td:nth-child(even) {
            width: 340px;
            padding: 0 20px;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }
/* 平台优势 */
div.platform-advantage {
    width: auto;
    width: auto;
    margin: auto;
    position: relative;
    padding: 40px 0 0 0;
    text-align: center;
}

    div.platform-advantage > h3 {
        font-size: 28px;
        color: #3887dd;
    }

div.platform-border-left {
    position: absolute;
    left: 30px;
    top: 65px;
    height: 1px;
    width: 480px;
    background: linear-gradient(to left,#ccc 0%,#fff 100%);
}

div.platform-border-right {
    position: absolute;
    left: 685px;
    top: 65px;
    height: 1px;
    width: 480px;
    background: linear-gradient(to right,#ccc 0%,#fff 100%);
}

div.platform-advantage-img {
    margin-top: 30px;
}
/* 开户流程 */
div.opening-process {
    width: auto;
    width: auto;
    margin: auto;
    position: relative;
    padding-bottom: 60px;
    text-align: center;
}

    div.opening-process > h3 {
        font-size: 28px;
        color: #3887dd;
    }

div.opening-border-left {
    position: absolute;
    left: 30px;
    top: 57px;
    height: 1px;
    width: 480px;
    background: linear-gradient(to left,#ccc 0%,#fff 100%);
}

div.opening-border-right {
    position: absolute;
    left: 685px;
    top: 57px;
    height: 1px;
    width: 480px;
    background: linear-gradient(to right,#ccc 0%,#fff 100%);
}

div.opening-process-img {
    margin-top: 30px;
}
/* 锚点 */
#details-information,
#platform-advantage,
#opening-process {
    position: absolute;
    left: 1px;
    top: -70px;
    height: 40px;
    width: 100%;
}
/*#opening-process {
    width: 100%;
    height: 110px;
}*/

.details-information,
.opening-process {
    position: relative;
    padding: 35px 0 0 0;
}


/*返佣流程*/
.RestoreProcess-content {
    width: 1080px;
    height: auto;
    margin: auto;
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
}
.RestoreProcess-box table tr td {
    border: 0.01rem solid #ccc;
}
.RestoreProcess-box > label {
    display: inline-block;
    color: #bda27f;
    font-weight: 600;
}

.RestoreProcess-box > span {
    display: inline-block;
    width: 1000px;
    height: 1px;
    border-top: 1px dashed #bda27f;
    margin-left: 18px;
    vertical-align: middle;
}

.RestoreProcess-box > p {
    margin-top: 20px;
    line-height: 35px;
}

    .RestoreProcess-box > p > a {
        color: #e14829;
        text-decoration: underline;
    }

.RestoreProcess-content-p {
    margin-top: 20px;
}
