body {
    line-height: 30px;
}

.content-box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sticky-box {
    width: 376px;
    max-height: 535px;
    border: 1px solid #E5E5E5;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 24px;
    background-color: #fff;
    padding: 24px 16px;
}

.sticky {
    position: sticky;
    top: 40px;
}

.text-box {
    display: flex;
    justify-content: space-between;
    margin: 24px 0 100px 0;
}

.content-text-box {
    width: 800px;
    background: #fff;
    padding: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-introduce-box {
    margin: 15px 0;
}

.content-header-font {
    width: auto;
    max-width: 525px;
    line-height: 52px;
    font-weight: 700;
    font-size: 32px;
    color: #232323;
}

.content-header-btn {
    background: #007CBB;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    padding: 8px 16px;
}


.content-introduce {
    width: 150px;
    flex-shrink: 0;
    color: #232323;
    font-weight: 700;
    font-size: 16px;
}

.txt-introduce {
    color: #232323;
    font-weight: 700;
    font-size: 16px;
}

.limit-tickets {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
}

.sticky-tickets-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.border-t-none {
    border-top: none;
}


.sticky-tickets {
    line-height: 2.2em;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 8px;
    background: #FAFAFA;
    margin: 8px 0;
}

.sticky-buy-tickets {
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    background-color: #3759A6;
    margin-top: 7px;
}

.tips-content {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px;
}

.tip {
    font-size: smaller;
    color: #409dba;
}

.tip-header {
    width: 62%;
    display: inline-block;
    font-size: 8pt;
    font-weight: 100;
    color: #409dba;
    padding-left: 2em;
    line-height: 2;
}

.txt-blue {
    color: #6A80BB;
}

@media screen and (max-width: 1200px) {
    .content-box {
        width: 98%;
    }

    .content-text-box {
        width: 100%;
    }

    .content-text-box {
        width: 100%;
    }

    .text-box {
        margin-top: 30px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .sticky-box {
        width: 100%;
    }

    .sticky-buy-tickets {
        width: 100%;
    }

    
}

@media screen and (max-width: 478px) {

    .content-box {
        width: 100%;
    }

    .content-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .content-header-btn {
        margin-top: 20px;
    }
    
}
