﻿[v-cloak] {
    display: none;
}

* {
    padding: 0;
    margin: 0;
}

.container {
    margin: auto;
    background-color: #FFFFFF;
}

.box_top {
    width: 100%;
    height: 60px;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-width: 1161px;
}

    .box_top .content_top {
        width: 1161px;
        height: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin: auto;
    }

    .box_top .left_top {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
    }

        .box_top .left_top .logo01 {
            /*width: 94px;*/
            height: 32px;
        }

        .box_top .left_top .aline {
            width: 1px;
            height: 22px;
            opacity: 0.5;
            background-color: #FFFFFF;
            margin: 0 13px;
        }

        .box_top .left_top .logo02 {
            width: 46px;
            height: 32px;
        }

    .box_top .right_top p.txt {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #fff;
    }

.banner {
    width: 100%;
    min-width: 1161px;
    height: 205px;
    background: rgba(2, 20, 50, 0.85);
    text-align: center;
    background-image: url(/ViewScripts/signup/img/bg.png);
    background-size: cover;
}

    .banner .banner_content {
        width: 1161px;
        display: inline-block;
        position: relative;
        height: 100%;
        margin: auto;
    }

        .banner .banner_content .title {
            font-size: 32px;
            font-family: MicrosoftYaHeiSemibold;
            color: #FFFFFF;
            margin-top: 31px;
            text-align: left;
        }

        .banner .banner_content .box_nav {
            display: flex;
            flex-wrap: nowrap;
            position: absolute;
            bottom: 0;
            left: 0;
        }

            .banner .banner_content .box_nav .item_nav {
                margin-right: 40px;
                width: 64px;
                height: 21px;
                font-size: 16px;
                font-family: MicrosoftYaHei;
                color: #FFFFFF;
                line-height: 21px;
                height: 41px;
            }

            .banner .banner_content .box_nav .item_active {
                font-size: 16px;
                font-family: MicrosoftYaHei;
                color: #2679FF;
                position: relative;
            }

                .banner .banner_content .box_nav .item_active .line {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 64px;
                    height: 4px;
                    background: #2679FF;
                }

    .banner .box_third {
        margin: 10px 0 0 0px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 1160px;
    }

        .banner .box_third .left_third .left_three_one {
            text-align: left;
        }

            .banner .box_third .left_third .left_three_one .one01 {
                width: 60px;
                height: 16px;
                font-size: 12px;
                font-family: MicrosoftYaHei;
                color: white;
                line-height: 16px;
                text-align: left;
            }

            .banner .box_third .left_third .left_three_one .one02 {
                width: 104px;
                height: 16px;
                font-size: 13px;
                font-family: MicrosoftYaHei;
                color: #ffffff;
                line-height: 16px;
                text-align: left;
            }

        .banner .box_third .money {
            position: absolute;
            right: 0px;
            top: 28px;
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-end;
            align-content: flex-end;
            justify-content: flex-end;
        }

            .banner .box_third .money .icon1 {
                font-size: 14px;
                height: 14px;
                line-height: 14px;
                font-family: MicrosoftYaHeiSemibold;
                color: white;
                margin-bottom: 2px;
            }

            .banner .box_third .money .icon2 {
                height: 24px;
                line-height: 24px;
                font-size: 24px;
                font-family: MicrosoftYaHeiSemibold;
                color: white;
                font-weight: bold;
            }

        .banner .box_third .btn {
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            align-content: center;
            top: 105px;
            right: 0;
            position: absolute;
            width: 120px;
            height: 46px;
            background: #2876F3;
            cursor: pointer;
        }
            .btn.award {
                background: #E02020 !important;
            }

            .banner .box_third .btn img {
                width: 24px;
                height: auto;
            }

            .banner .box_third .btn .btn1 {
                font-size: 16px;
                font-family: MicrosoftYaHei;
                color: #FFFFFF;
            }

        .banner .box_third .box_time {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            align-content: center;
            justify-content: flex-end;
            position: absolute;
            right: 138px;
            top: 120px;
        }

            .banner .box_third .box_time img {
                width: 14px;
                height: 14px;
            }

            .banner .box_third .box_time p .time1 {
                font-size: 12px;
                font-family: MicrosoftYaHei;
                color: white;
                margin: 0 5px;
            }

            .banner .box_third .box_time p .time2 {
                font-size: 15px;
                font-family: MicrosoftYaHei;
                color: white;
            }

.content {
    width: 1161px;
    margin: 40px auto 72px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.left_content::-webkit-scrollbar {
    width: 0 !important;
}

.left_content {
    width: 765px;
}

    .left_content .item_content {
        margin-bottom: 27px;
    }

        .left_content .item_content .box_title {
            position: relative;
            height: 25px;
        }

            .left_content .item_content .box_title .txt {
                width: 60px;
                height: 20px;
                font-size: 15px;
                font-family: MicrosoftYaHeiSemibold;
                color: #202123;
                line-height: 20px;
                font-weight: bold;
            }

            .left_content .item_content .box_title .line {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 24px;
                height: 2px;
                background: #F39428;
            }

        .left_content .item_content .box_content {
            margin-top: 13px;
            font-size: 14px;
            font-family: MicrosoftYaHei;
            color: #202123;
        }

    .left_content .item_content2 .title {
        position: relative;
        height: 29px;
        border-bottom: 1px solid #efeff0;
    }

        .left_content .item_content2 .title p {
            width: 761px;
            height: auto;
        }

            .left_content .item_content2 .title p.line {
                width: 64px;
                height: 4px;
                background: #2876F3;
                position: absolute;
                bottom: 0;
                left: 0;
            }

    .left_content .item_content2 .list_content {
        margin-top: 14px;
    }

        .left_content .item_content2 .list_content .item_li_content {
            margin-top: 12px;
            width: 760px;
            background: #F9FAFC;
            border: 1px solid #ECEDEF;
            padding: 10px;
        }

            .left_content .item_content2 .list_content .item_li_content .txt1 {
                font-size: 14px;
                font-family: PingFangSC-Medium, PingFang SC;
                font-weight: 500;
                color: #323233;
                text-align: left;
            }

            .left_content .item_content2 .list_content .item_li_content .txt2 {
                font-size: 12px;
                font-family: PingFangSC-Regular, PingFang SC;
                font-weight: 400;
                color: #9FA3AF;
            }

.right_content {
    width: 362px;
    padding-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEFF0;
    text-align: center;
}

    .right_content .logo {
        width: 176px;
        height: 97px;
        /*border: 1px solid #E5E5E5;*/
        margin: 30px auto 0;
        object-fit:contain;
    }

    .right_content .title {
        text-align: left;
        font-size: 18px;
        font-family: MicrosoftYaHeiSemibold;
        color: #202123;
        margin: 12px auto 0;
        text-align: center;
    }

    .right_content .detail {
        margin: 36px auto 0;
        width: 282px;
    }

        .right_content .detail .item_detail {
            text-align: left;
            margin-bottom: 10px;
        }

            .right_content .detail .item_detail .detail01 {
                font-size: 14px;
                font-family: MicrosoftYaHei;
                color: #909399;
            }

            .right_content .detail .item_detail .detail011 {
                width: 100%;
                font-size: 14px;
                font-family: MicrosoftYaHei;
                color: #909399;
            }

            .right_content .detail .item_detail .detail02 {
                font-size: 14px;
                font-family: MicrosoftYaHei;
                color: #202123;
            }

                .right_content .detail .item_detail .detail02 span {
                    font-size: 14px;
                    font-family: MicrosoftYaHei;
                    color: #202123;
                }

                .right_content .detail .item_detail .detail02 .open {
                    font-size: 14px;
                    font-family: MicrosoftYaHei;
                    color: #2876F3;
                    cursor:default;
                }

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.left_content .btn {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 120px;
    height: 46px;
    background: #2876F3;
    cursor: pointer;
}
.left_content .btn .btn1 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.left_content .btn img {
    width: 24px;
    height: auto;
}