@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;
    flex-wrap: wrap;
}
.cusLabel {
    margin: 0;
}
input[type=radio].cusLine-radio {
    margin-left: 6px;
}
.cusLine-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    background: linear-gradient(90deg, #3366EE 0%, #3389EE 100%), #FFFFFF;
    padding: 2px 4px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 0;
}
.cusLine-form img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

#copyright-mb a {
    display: inline-block;
}

.msgCode-box {
    display: flex;
    justify-content: space-between;
}
.msgCode-input {
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    flex: 1;
}
#msg-code {
    width: 60px;
    margin-left: 10px;
}

.modal-dialog {
    /* width: 550px;
    height: 467px;
    background: #fff;
    border-radius: 32px; */
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal-content {
        width: 286px;
        height: 277px;
        background: #fff;
        border-radius: 32px; 
        margin: 0 auto;
    }
    .modal-title-new {
        font-size: 23px;
    }
    .modal-title-new {
        margin-top: 20px;
    }
    .modal-content-new {
        margin: 22px 0;
    }
}

@media (min-width: 768px) {
    .modal-content {
        width: 550px;
        height: 467px;
        background: #fff;
        border-radius: 32px; 
        margin: 0 auto;
    }
    .modal-title-new {
        font-size: 50px;
    }
    .modal-title-new {
        margin-top: 100px;
    }
    .modal-content-new {
        margin: 40px 0;
    }
}

.modal-title-new {
    height: 61px;
    line-height: 61px;
    text-align: center;
}

.modal-text-new {
    font-size: 16px;
    color: #273443;
    margin-bottom: 40px;
}

.modal-btn-new {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #3366EE 0%, #3389EE 100%);
    margin: 0 auto;
    width: 160px;
    height: 48px;
    border-radius: 26px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 900;
}

.modal-btn-new a {
    text-decoration: none
}

.modal-btn-new:hover {
    text-decoration: none;
    color: #fff;
}

.modal-btn-new img {
    width: 15px;
    height: 14px;
    margin-left: 8px;
}

.modal-footer-new {
    font-size: 16px;
    color: #273443;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-footer-new .blue {
    color: #3366EE;
    margin-left: 4px;
}

.modal-close-btn {
    position: absolute;
    top: -26px;
    right: -26px;
    width: 26px;
    height: 26px;
}
