@media screen and (max-width: 768px) {
    .main-body, .main-box {
        position: relative;
    }
    .main-box {
        position: relative;
    }
    #top {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
    }
    .container {
        width: auto;
    }
    /* .navbar-right {
        position: absolute;
        right: 30px;
        top: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
    } */
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .cusMobile {
        text-align: right;
        padding-right: 24px !important;
    }
    .cusDivider {
        padding-top: 0px !important;
    }
    .m-download {
        padding-top: 15px;
    }
}
@media screen and (min-width: 768px) {
    .main-body {
        position: relative;
    }
    .main-box {
        position: relative;
    }
    #top {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
    }
    /* .navbar-right {
        position: absolute;
        right: 30px;
        top: 9px;
        display: flex;
        flex-direction: row;
        align-items: center;

    } */
    .navbar-right {
        margin-left: 0 !important;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .cusDivider {
        padding-top: 30px;
    }
}
.navbar-header {
    position: relative;
}

.cusBtn {
    background: linear-gradient(90deg, #3366EE 0%, #3389EE 100%), #FFFFFF;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
}
.cusBtn:focus {
    border: none;
    outline: none;
}
.cusBtn2 {
    right: 100px;
    background: none;
    border: 1px solid #3366EE;
    text-align: center;
    height: 32px;
    box-sizing: border-box;
    color: #3366EE;
    cursor: pointer;
    display: flex;
    width: 50px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.cusBtn2:active {
    background: none;
    border-color: #3366EE;
}
.cusBtn2:hover {
    background: none;
    border-color: #3366EE;
}
.cusBtn2 a {
    color: #3366EE;
    text-decoration: none;
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.jiaochengBtn {
    margin-right: 20px;
}
.cusFormBtn {
    border: none;
}
.cusFormBtn:focus {
    border: none;
    outline: none;
}
.footer-bottom-p{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.modal-title {
    text-align: center;
    font-size: 20px;
}
.cusLine {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cusLabel {
    margin: 0;
}
.cusLine-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    background: linear-gradient(90deg, #3366EE 0%, #3389EE 100%), #FFFFFF;
    padding: 2px 4px;
    border-radius: 3px;
    color: #fff;
}
.cusLine-form img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}



