.subtitle {
    font-size: 2.25rem;
    font-weight: 900;
    background-color: #fae818;
    display: inline;
    color: #000;
    padding: 0 1rem;
}

.scroll-animations {
    overflow: hidden;
}

.animated {
    visibility: hidden;
    overflow: hidden;
}

.animated.fadeInUp {
    visibility: visible;
    overflow: hidden;
}

.show-on {
    margin-top: 5rem;
}

.show-info {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 2rem;
}

.show-info .info-flex {
    display: flex;
    flex-direction: column;
}

.show-info ol {
    text-align: left;
    margin: auto;
}

.show-info h6 {
    font-size: 1.8rem;
    border-bottom: 2px dotted #fff;
    padding-bottom: 6px;
    display: inline-block;
    color: #f7df83;
    font-weight: 700;
}

.ticket .date {
    margin-top: 3rem;
}



h4.mbr-fonts-style {
    line-height: 1.4;
}

.detail>li {
    list-style: none;
    font-size: 1.5rem;
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: .25px;
}

.detail2>li {
    list-style: none;
    font-size: 1.5rem;
    color: var(--sub-color);
    font-weight: 700;
    letter-spacing: .25px;
}

.detail li img {
    width: 15px;
}

.dt-list {
    font-size: 1.25rem;
    line-height: 1.3;
    color: #222222;
    font-weight: 400;
}

.dt-list li {
    margin: .5rem 0;
    list-style: none;
    margin-left: -19px;
}

.table td,
.table th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.sp-box {
    color: #fff;
    background-color: #1a2c5d;
    padding: .6rem 0;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
    font-weight: 500;
    padding-left: 1rem;
}

.bg-white {
    background-color: #fff;
}

.inline-padding {
    padding: .75rem 1rem;
}

.table td {
    padding: 0;
}

.speaker {
    font-size: 1.25rem;
}

.img-pic img {
    width: 100%;
}

.tickets-icon {
    width: 30px;
    height: 30px;
    margin-right: .5rem;
    background-image: url(../images/tickets.svg);
    background-position: center;
    background-size: contain;
}

.btn-outline {
    border: 1px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    color: #fff000;
}

.ps {
    background-color: #ffffff;
    width: 100%;
    max-width: 1280px;
    text-align: center;
    padding: .5rem 1rem;
    color: #222;
}

.ps p {
    margin-bottom: 0;
}

.ps h6 {
    color: #a586bc;
}

.qna h4 {
    line-height: 2.5;
}

.qna .display-6 {
    line-height: 1.5;
    font-weight: 300;
}

.d-flex {
    display: flex;
}

.flex-table {
    flex-direction: row;
    justify-content: space-between;
}

.prize {
    text-align: left;
    flex-basis: 45%;
}

.pr-center {
    flex-basis: 40%;
}

.prize h2 {
    font-size: 1.7rem;
}

.prize .sp-img {
    width: 100%;
    padding: 0 3%;
}

.prize h4 {
    font-size: 1.8rem;
    border-bottom: 2px dotted #eac29a;
    padding-bottom: .6rem;
}

.prize h2,
.prize h5 {
    line-height: 1.3;
}

.prize small {
    font-size: 65%;
}

table.money-info {
    font-size: 1rem;
}
.bg-money{
    font-size: 1.8rem;
    border-top:2px solid #fff462; 
}

.nextyear p {
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 300;
}

.next-plan {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.qa {
    background-color:#2d2d2d;
    color:#fff;
}

.plan-body {
    background-color: #a9cdd1;
    color: #1a2c5d;
    border-radius: 1rem;
    padding: 2rem 1rem;
    margin: 1rem auto;
    text-align: center;
}

.plan-body h2 {
    font-size: 1.4rem;
}

.o-btn .btn {
    border-radius: 5rem;
    padding: .5rem 1rem;
    font-size: 1.2rem;
}

.talk-show {
    background-color: #5084c4;
}
.talk-show .unit-title .display-2{
    color: #1a2c5d;
}
.online-show {
    background-color: #5084c4;
}
.online-show .unit-title .display-2{
    color: #1a2c5d;
}

.sp {
    background-color: #fff000;
    color: #b60000;
    padding: 1px 6px;
    letter-spacing: 1px;
    font-weight: 500;
}

.high-light {
    font-size: 1.8rem;
    font-weight: 500;
    color: #f7e802;
    padding: 5px;
}

.high-light2 {
    color: #eb241d;
}
.high-light3 {
    font-weight: 600;
    padding: 5px 15px;
    color: var(--sub-color);
    font-size: 1.1rem;
    background-color: #ffffff;
    margin-top: -1rem;
    letter-spacing: 1px;
    border-radius: 25px;
}

.pri-box {
    color: #000000;
}

.prize-two {
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.prize-two h6 {
    color: #9e9e9e;
    font-weight: 400;
    margin-top: -10px;
}

@media (max-width: 900px) {
    .prize-two h6 {
        margin-top: -1px;
    }
    .prize h2 {
        font-size: 1.4rem;
    }
}

.btn-super {
    background-color: #cf4685;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 5rem;
}

.btn-super:hover {
    background-color: #bf0c5f;
    color: #fff;
    transition: all .5s;
}

.modal-header {
    border-bottom: 1px solid var(--main-color);
}

.modal-header .modal-title {
    color: var(--main-color);
    font-weight: 600;
    font-size: 1.5rem;
}

.money-info th,
.money-info td {
    padding: 4.5% 2%;
    text-align: center;
}

.onsale {
    background-color: #fff462;
    border: #1a2c5d;
    border-width:0.3rem;
    border-style: solid;
}
.onsale .btn-danger {
    background-color: #cf4685;
    border-color: #cf4685;
    color: #fff;
    font-size: 1rem;
    border-radius: 5rem;
    letter-spacing: 0px;
}
.onsale .btn-danger:hover {
    background-color: #bf0c5f;
    border-color: #cf4685;
    color: #fff;
}

.onsale.saleout{
    background-color: #c5c5c5;
    border: #1a2c5d;
    border-width:0.3rem;
    border-style: solid;
}
.onsale.saleout .btn-danger{
    background-color: #7b7b7b;
    color: #fff;
}



.offsale {
    background-color: #ccc;
    color: #666666;
    border: #1a2c5d;
    border-width:0.3rem;
    border-style: solid;
}

.offsale .btn-danger {
    cursor: default !important;
    border: 0px;
    background-color: #999 !important;
    color: #666 !important;
}


.side-btn {
    display: none;
}

.mbr-author-name small {
    display: block;
}

.testimonial-photo img {
    width: 84%;
    border-radius: 10rem;
}

.logo-box {
    color: #fff;
    margin: auto;
    text-align: center;
}

.logo-box li {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
}

.logo-img img {
    width: 100%;
    max-width: 100px;
}

.logo-img-l img {
    width: 100%;
    max-width: 280px;
}

.logo-img-l2 img {
    width: 100%;
    max-width: 200px;
}

.table-bordered {
    border: none;
}

.table-bordered td,
.table-bordered th {
    border: none;
}

.mob-action {
    display: none;
}

.warning{
    background-color: #b3b6b7;
    color: white;
    padding: 30px 30px 15px;
    margin-top: 60px;
}
.warning p{
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.QQ-topic{
    padding-top: 3rem;
}

.btn-sp{
    color: #ffffff;
    display: block;
    font-weight: 600;
    letter-spacing: 4px;
}
.carousel-inner{
    min-height: 400px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: -0.6875rem;
}

.articles{
    background-color:var(--main-color);
    color:white;
}
.articles_box img {
    width: 100%;
    margin-bottom: 15px;
}

.article-pic {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
}
.articles_box a{
    color: #fff;
}
.articles_box a:hover{
    color: #fff462;
}
.articles_box h6 {
    font-weight: 500;
    line-height: 1.5;
}

/*
.box_title {
    margin: 10px 0;
    display: inline-block;
    color: #ffffff;
    background: #1a2c5d;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 24px;
}
*/

.talk-show .icon {
    max-width: 95px;
    padding:10px;
}
.talk-show .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.talk-show .box_box {
    text-align: left;
    line-height: 1.2;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
.talk-show .box_box span{
    line-height: 1rem;
    font-size: 1rem;
    font-weight: 400;
}
.online-show .icon{
    max-width:200px;
    margin: 20px 0 10px 0;
}
.online-show h5{
    font-weight: bold;
    margin: 0;
}
.online-show h6{
    color: #fff;
}
.online-show .box_title {
    display: inline-block;
    color: #ffffff;
    background: #1a2c5d;
    padding: 10px 30px;
    border-radius: 50px;
    margin-bottom: 8px;
}
/*
.online-show .box_title {
    margin: 5px 0 20px 0;
    display: inline-block;
    color: #ffffff;
    background: #1a2c5d;
    padding: 12px 30px;
    border-radius: 50px;
    width: 100%;
}
.online-show .box_title h6{
    margin-bottom: 0;
}
*/



#navbarSupportedContent .nav-dropdown li .btn{
    margin: 0;
    font-size: 0.8rem;
}
.btn.btn-main{
    background-color: #fef263;
    border-color: #fef263;
    color: #2d2d3e;
    border-radius: 10rem;
}
.btn.btn-main:hover, .btn.btn-main:focus{
    background-color: #5084c4;
    border-color: #5084c4;
    color: #fff;
}

a {
    color: var(--main-color);
}
a:hover {
    color: #551b85;
}

/*依模板新增*/
li {
    margin: 10px 0;
}
#footer {
    padding: 18px 0;
    color: #fff;
}
#footer .footer_bnextmedia {
    font-weight: 600;
    list-style-type: none;
    padding-left: 0!important;
    line-height: .8;
}
#footer .footer_bnextmedia li {
    padding: 0 5px;
    display: inline-block!important;
}
#footer .footer_bnextmedia li .a_white {
    color: #fff;
}
#footer .footer_bnextmedia li .a_white:hover {
    color: #fff;
}
#footer p {
    letter-spacing: 1px;
    line-height: 1.5em;
    word-spacing: 1px;
    margin: 0;
    font-size: .875rem;
     font-weight: 300!important;
}
#banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #2d2d2d; 
    color: #fff;
}
#banner  img{
    width: 100%;
}

@media( max-width:992px) {
    .col-md-2-4 {
        width: 48%;
    }
    h4.mbr-fonts-style {
        font-size: .8rem;
    }
    .inline-padding {
        padding: .75rem;
    }
    .talk-show {
        padding: 1.5rem 0;
    }
    .online-show  {
        padding: 1.5rem 0 2rem 0;
    }
    .qna .display-6 {
        font-size: .9rem;
    }
    .qna h4 {
        line-height: 1.5;
        padding: 1rem 0;
    }
    .side-btn {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 99;
        display: inline-block;
    }
    .side-btn .btn {
        padding: 5px;
        border-radius: 10rem;
        width: 70px;
        height: 70px;
        box-shadow: 1px 1px 5px #33333359;
    }
    .pri-box {
        margin: 1.25rem 0;
    }
    .testimonial-photo img {
        width: 100%;
    }
    .show-info {
        font-size: 1rem;
        padding: 5px;
        margin-top: .5rem;
    }
    .show-info h6 {
        font-size: 1.1rem;
        border-bottom: 1px dotted #fff;
    }
    .show-info ol {
        margin-left: -15px;
    }
    .show-info p {
        font-size: .8rem;
    }
    .flex-table {
        flex-direction: column;
        justify-content: space-between;
    }
    .info-flex li {
        font-size: 1rem;
    }
    .prize {
        flex-basis: 98%;
        margin: auto;
    }
    .plan-body {
        padding: 1.5rem 0;
    }
    .detail>li {
        font-size: 1.1rem;
    }
    .dt-list {
        font-size: 1rem;
    }
    .sp-box {
        font-size: 1rem;
    }
    .articles_box .col-6 {
        padding: 0 6px;
    }
    .articles_box H3 {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.35;
        margin-bottom: 30px;
    }
    .logo-box li {
        margin: 0;
    }
    .logo-box li img {
        width: 80%;
    }
    .logo-block {
        display: block !important;
    }
    .mob-action {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000000bf;
    }
    .mob-action .ticket {
        transform: scale(0.9);
    }
}

@media(max-width:768px) {
    .articles_box h6 {
        margin-bottom: 30px;
    }
    #footer {
        padding: 18px 0 80px 0;
    }
}

@media(max-width:600px) {
    .QQ-topic {
        padding-top: 2rem;
    }
    table.money-info {
        font-size: .9rem;
    }
    .nextyear p {
        line-height: 1.4;
        font-size: .9rem;
        font-weight: 300;
    }
    .ticket .date {
        margin-top: 1rem;
    }
    .warning {
        background-color: #b3b6b7;
        ;
        color: white;
        padding: 10px 20px;
        margin-top: 60px;
    }
    .mob-hide {
        display: none;
    }
    .carousel-inner {
        min-height: 300px;
    }
}


@media(max-width:576px) {
    .talk-show .icon {
        max-width: 75px;
    }
    .talk-show .flex-center {
        padding-bottom: 10px;
    }
    .online-show .icon {
        max-width: 150px;
    }
    #footer .footer_bnextmedia {
        font-size: 1rem;
        line-height: 1.5;
    }
    #footer .footer_bnextmedia li {
        margin: .2rem 0;
    }
}

@media(max-width:414px) {
    .talk-show .icon {
        max-width: 70px;
    }
    .talk-show .box_box {
        font-size: 1.2rem;
    }
    .talk-show .box_box span {
        font-size: .9rem;
    }
    .online-show .icon {
        max-width: 85px;
    }
}