/* 报名入口模块样式 */
.bmrk-container {
    padding: 0 20px;
}

.super-box{
    position: relative;
    padding-top: 170px;
}
.super-box .d-lg-flex{
    justify-content: space-between;
    padding: 0px 0 15px 0;
}
.super-box::before{
    content: "";
    background: url('../img/super_top.png') no-repeat left top;
    position: absolute;
    top: 0;
    left: 0; 
    width: 160px;
    height: 160px;
}
.super-box::after{
    content: "";
    background: url('../img/super_bottom.png') no-repeat right bottom;
    position: absolute;
    bottom: -60px;
    /* right: -50px; */
    right: 0px;
    width: 160px;
    height: 160px;
}

.bmrk-container .signup-left-title {
    position: absolute;
    top: 65px;
    left: 130px;
}

.bmrk-container .signup-left-title p {
    margin-top: -14px;
    padding-left: 160px;
    color: rgba(255, 0, 0, 1);
    font-size: 1.5rem;
    text-align: center;
}
.bmrk-container .signup-left-title h2 {
    margin-bottom: 0;
}

.bmrk-container .btn-group {
    display: flex;
    justify-content: space-evenly;
}

.bmrk-container .btn-group .btn-img {
    width: 41%;
}

.bmrk-container .btn-group .btn-img img {
    width: 100%;
}

@media (max-width: 768px){
    .bmrk-container .signup-left-title {
        left: 0px;
    }
    .super-box::before{
        width: 0;
        height: 0;
        display: none;
    }
    .super-box::after{
        width: 0;
        height: 0;
        display: none;
    }
    .bmrk-container .signup-left-content {
        padding-left: 0px;
    }
}