.banner img, .item_icon_wrap img,
.article_content_block p img,
.bottom_item .mb_wrap img {
    max-width: 100%;
}

.menu_block {
    margin-top: 2rem;
}

.menu_block .col {
    text-align: center;
}

.icon_box {
    width: 100%;
    text-align: center;
    position: relative;
}

.icon_box .img_box {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.icon_box .circle {
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}

.icon_box img {
    max-width: 60px;
    vertical-align: middle;
}

.icon_box img.verify {
    max-width: 56px;
}

.menu_block p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1rem;
}

/* todays website */
.todays_website {
    margin: 3.5rem 0 2rem;
    border-radius: 9px;
    padding-bottom: 1.5rem;
    background: rgba(255, 255, 255, .5);
}

.todays_website .color_line {
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.todays_website .title_wrap {
    padding-left: 0.65rem;
    border-left: 4px solid var(--primaryColor);
}

.today_title {
    padding: 20px 12px;
}

.today_title h3 {
    margin: 0;
    font-size: 22px;
    color: #727272;
    margin-bottom: 0.65rem;
}

.today_title p {
    font-size: 14px;
    color: #8a8a8a;
    padding-left: 0.25rem;
    text-transform: uppercase;
}

.user_block {
    margin-bottom: 1.5rem;
    padding: 0 3.5rem 0 2.5rem;
}

.user_block .col .user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.user_block .col .user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.user_block .col .user .img_wrap img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0 auto;
}

.user_block .col .user .img_wrap,
.user_block .col .user .text_wrap {
    text-align: center;
}

.user_block .col .user .text_wrap {
    margin-top: 0.65rem;
}

.user .text_wrap span {
    font-size: 12px;
    color: #999999;
}

.user .text_wrap span.user_point {
    font-size: 10px;
    color: var(--primaryColor);
    font-weight: bold;
}

/* user slick */
.user_block .slick-prev,
.user_block .slick-next {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: var(--border);
    background: rgba(255, 255, 255, 0.8);
}

.user_block .slick-prev {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: -12px;
    transform: translateY(-70%);
}

.user_block .slick-next {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: -17px;
    transform: translateY(-70%);
}

.user_block .slick-prev .fa-angle-left {
    font-size: 1.85rem;
    color: #a9a9a9;
}

.user_block .slick-next .fa-angle-right {
    font-size: 1.85rem;
    color: #fcc314;
}

/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal.show {
    display: flex;
}

.modal.user_modal {
    overflow: hidden;
}

.modal_content {
    background-color: #fff;
    margin: 10px auto auto;
    width: 90%;
    max-width: 400px;
    height: 90vh;
    border-radius: 10px;
}

.modal_content .content {
    position: relative;
    padding: 5px;
    height: 100%;
}

.close_wrap {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 99;
}

.close,
.user_close {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #a9a9a9;
    padding: 1rem;
    border-radius: 50%;
    border: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
}

.close:hover {
    background: #a9a9a9;
    color: #fff;
}

/* Slick style */
.slick_ig {
    max-height: 67vh;
}

.slick_ig .item {
    height: 100%;
    height: 67vh;
}

.slick_ig .item img {
    width: 98%;
    height: 55vh;
    object-fit: contain;
}

.slick_ig .slick-list {
    margin-top: 2rem;
}

.slick_ig .slick-dots {
    position: absolute;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner_carousel .slick-dots {
    position: absolute;
    bottom: 4rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.slick_ig .slick-dots>li,
.banner_carousel .slick-dots>li {
    padding: 0 0.55rem;
}

.slick_ig .slick-dots>li>button,
.banner_carousel .slick-dots>li>button {
    background: #cfd4d8;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    color: transparent;
}

.slick_ig .slick-dots>li>button:active,
.slick_ig .slick-dots>li>button:focus-visible,
.banner_carousel .slick-dots>li>button:active,
.banner_carousel .slick-dots>li>button:focus-visible {
    border: none;
    border-color: transparent;
    box-shadow: none;
}

.slick_ig .slick-dots>li.slick-active>button,
.banner_carousel .slick-dots>li.slick-active>button {
    background: #fec214;
}

.slick_ig .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem 0;
    height: 100%;
}

#postModal .slick_ig {
    width:100%;
    height: auto;
    max-height: 200px;
}

#postModal .slick_ig .item {
    width:100%;
    height:100%;
}

#postModal .slick_ig .item img {
    width:100%;
    height:100%;
    max-height: 150px;
    object-fit: contain;
}

#postModal .slick_ig .slick-list {
    margin-top: 2rem;
}

#postModal .slick_ig .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem 0;
    height: 100%;
}

#postModal .article_tag{
    flex-wrap: wrap;
    align-items:stretch;
    justify-content: center;
}
#postModal .article_tag .user_img{
    flex:1;
}
#postModal .article_tag .user_tag_block{
    align-self: end;
    flex:7;
    position: relative;
}
#postModal .article_tag .user_bottom_info{
    flex: 1 0 100%;
    width: 100%;
}
#postModal .modal_content{
    padding: 5px !important;
}

#postModal .story_tool_wrap {
    position: absolute;
    right: 0;
    top: 0.25rem;
}
#postModal .story_tool_wrap .more {
    position: absolute;
    width: 100px;
    top: 25px;
    right: 0;
    background: #fff;
    border: var(--moreUlBorder);
    z-index: 1000;
}
#postModal .story_tool_wrap .more li {
    border-bottom: var(--moreLiBorder);
    color: #6b757c;
    text-align: left;
}
#postModal .story_tool_wrap .more a {
    display: block;
    padding: 10px 7px;
    width: 100%;
    border: 0;
    background: var(--contBg);
    color: #6b757c;
    font-size: 1.2rem;
    text-align: left;
    cursor: pointer;
}
#postModal .story_tool_wrap a > .icon_float {
    float: right;
}

.modal_title {
    margin-top: 0.75rem;
    padding-bottom: 2rem;
    border-bottom: var(--border);
}

.modal_title .content_title {
    display: flex;
    align-items: start;
    flex-direction: column;
    padding-left: 1rem;
    border-left: 4px solid var(--primaryColor);
}

.modal_title .content_title h4 {
    margin: 0;
    font-size: 17px;
    color: #545454;
}

.modal_title .content_title p {
    color: #989898;
    font-size: 12px;
    text-transform: uppercase;
}

.user_info {
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_info .user_info_block {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user_info img,
.article_tag .user_img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.user_info .user_article {
    margin-left: 0.75rem;
}

.user_info .user_article p {
    color: var(--primaryColor);
    font-size: 15px;
    font-weight: bold;
}

.user_info .user_article p.small {
    color: #898989;
    font-size: 12px;
    font-weight: 500;
}

.user_info .tool_box .tool_btn {
    border: none;
    background: transparent;
    padding: 0.5rem;
}

.user_info .tool_box .tool_btn .icon_ellipsis {
    font-size: 2.5rem;
    color: #fff;
}

/* user modal nav */
.user_nav_tool {
    margin-top: 1.5rem;
}

.user_nav_tool .nav_tool {
    border: var(--border);
    border-radius: 5px;
    padding: 0.65rem 1rem;
    text-align: center;
    cursor: pointer;
}

.user_nav_tool .active .nav_tool {
    border-color: #fec214;
    color: #fec214;

}

.user_sub_code {
    margin: 1.25rem 0 2.5rem;
    padding: 1.5rem;
    background: #f5f5f5;
    border-radius: 5px;
}

.article_page, .user_article_content::-webkit-scrollbar,
.collapse_btn, .streaming_section .video_box .rwd_link_btn,
.streaming_section .video_box > img.src {
    display: none;
}

.article_page.show {
    display: block;
    border: var(--border);
    border-radius: 5px;
    width: 100%;
    overflow-x: hidden;
}

.code_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0.85rem;
}

.code_wrap:last-child, .ad_block_bg .content_wrap:last-child,
.empiric_ul li:last-child, .ad_safety_bg .content_wrap.two,
.category_content .article_list .list_wrap:last-child,
.ad_casino .small_sub_title p, .list_item:last-child,
.point_table .table_body > div:last-child,
.siede_point .point_table .table_body .tr:last-child,
.foot_wrap .bottom_item:last-child {
    margin-bottom: 0;
}

.code_wrap .code_icon {
    width: 17px;
    height: 17px;
    background: #8a8a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    margin-right: 0.35rem;
}

.code_wrap .code_icon .fa-globe,
.code_wrap .code_icon .fa-ticket {
    font-size: 0.85rem;
    color: #fff;
}

.code_wrap .code_icon .fa-ticket {
    margin-left: 0.15rem;
}

.code_web_link {
    display: flex;
    align-items: center;
}

.code_web_link .fa-instagram {
    margin: 0 0.5rem;
    font-size: 14px;
    color: var(--primaryColor);
}

.code_wrap p,
.code_wrap .code_web_link a {
    color: #8a8a8a;
}

.code_wrap span {
    font-weight: bold;
    text-decoration: underline;
}

.user_article_content {
    width: 100%;
    margin-top: 1.5rem;
    max-height: calc(95vh - 340px);
    overflow: auto;
    scrollbar-width: none;
}

.user_article .article_tag {
    padding: 15px;
}

.article_tag {
    display: flex;
    align-items: center;
}

.user_tag_block {
    width: 100%;
    padding-left: 1.65rem;
}

.user_top_info {
    padding-bottom: 0.85rem;
    border-bottom: var(--border);
}

.user_top_info p {
    font-size: 13px;
    color: #a0a0a0;
}

.user_top_info .user_name {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.user_top_info .user_name span {
    font-size: 13px;
    font-weight: 500;
    margin-left: 1rem;
}

.article_img_block img {
    width: 100%;
    max-width: 100%;
}

.user_bottom_info {
    margin-top: 0.85rem;
}

.user_bottom_info .tag_group {
    display: flex;
    flex-wrap: wrap;
}

.user_bottom_info .tag_group p {
    color: var(--primaryColor);
    margin-right: 0.75rem;
    font-weight: bold;
}

.article_content_block {
    margin-top: 0.5rem;
}

.article_content_block p {
    color: #8c8c8c;
    line-height: 1.5;
}

#postModal .modal_content, .index_ad_block,
.index_wrapper, .content_wrap .title_wrap,
.ad_play_safe .content_wrap, .ad_playground .content_wrap,
.ad_casino .content_wrap, .streaming_section .video_box,
.scroll_streaming_video > .video_wrap {
    position: relative;
}
#postModal .user_article {
    border-bottom: 3px solid #e5ecee;
}
#postModal .user_article .other_info.row {
    justify-content: center;
    align-items: center;
    padding: 0;
}
#postModal .user_article .other_info.row .good,#postModal .user_article .other_info.row .message {
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid #e5ecee;
    padding: 5px 0;
    text-align: center;
    color: #8c8c8c;
    cursor: pointer;
}
#postModal .user_article .other_info.row .good.active,#postModal .user_article .other_info.row .message.active {
    color: var(--primaryColor);
}

#postModal .user_article .other_info.row .good svg,#postModal .user_article .other_info.row .message svg{
    margin-right: 3px;
}
#postModal .modal_content .subModal_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1200;
    background: #eee;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, height 1s ease-in-out;
}
#postModal .modal_content .subModal_content.show {
    opacity: 1;
    visibility: visible;
    height: 67%;
}
/* ////////////////////////// */
#postModal .modal_content .subModal_content .commentsBlock {
    position: relative;
    padding: 5rem 0;
    width: 100%;
    height: 100%;
}
#postModal .modal_content .subModal_content .commentsBlock .inserComment{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 0;
    margin: 0;
    align-items: center;
    justify-content:center;
    width: 100%;
    height: 5rem;
    text-align: center;
    border-top: 2px solid var(--primaryColor);
    font-size: 14px;
    color: #999;
}
#postModal .modal_content .subModal_content .commentsBlock .inserComment .inserInputBlock input,
#postModal .modal_content .subModal_content .commentsBlock .commentsContent .comments .article_content_block > textarea{
    border-radius: 8px;
    width:100% !important;
    line-height:20px !important;
    padding-left: 5px;
    border: 1px solid #a9a9a9;
    background: #f5f5f5;
}
#postModal .modal_content .subModal_content .commentsBlock .inserComment .inserInputBlock input::placeholder{
    color: #999;
}
#postModal .modal_content .subModal_content .commentsBlock .inserComment .inserBtnBlock span{
    padding: 3px 5px;
    border: 2px solid #a9a9a9;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    display: block;
}
/* //////////////////////////////// */
#postModal .modal_content .subModal_content .commentsBlock .commentsContent{
    height: 100%;
    overflow-y: auto;
}
#postModal .modal_content .subModal_content .commentsBlock .commentsContent .comments {
    background-color: #fff;
}
#postModal .modal_content .subModal_content .commentsBlock .commentsContent .comments .article_content_block > span{
    padding: 3px 5px;
    border: 2px solid #a9a9a9;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    width: auto;
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    color: #a9a9a9;
}
.customizationGood > svg{
    color: #a9a9a9 !important;
    width: 15px !important;
    height: 15px !important;
    background: transparent !important;
}
.member_name .customizationGood > svg{
    width: 20px !important;
    height: 20px !important;
}
.customizationGood.active > svg{
    color: var(--primaryColor) !important;
}


.user_modal .user_info {
    padding-bottom: 1.5rem;
    border-bottom: var(--border);
}

.no_content {
    text-align: center;
}

.no_content p {
    font-size: 12px;
    color: #999999;
}

/* ad block (index) */
.index_ad_block img.safe_image {
    position: absolute;
    top: 60px;
    right: 10px;
    opacity: .7;
}

.content_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_title.banner_bg {
    padding: 1.5rem 0;
    background: linear-gradient(90deg, rgba(250, 245, 255, 0) 0%, #E9D4FF 50.5%, rgba(250, 245, 255, 0) 100%);
}

.index_image_top > .content_title > p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.3;
    text-align: center;
}

.index_image_top > .content_title > p.index_title {
    font-size: 38px;
    color: transparent;
    font-family: 'Black Han Sans', sans-serif !important;
    background: linear-gradient(180deg, #000000 0%, #581A89 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    position: relative;
}

.index_image_top > .content_title > p.index_title::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    color: #fff;
    -webkit-text-stroke: 4px white;
}

.content_slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.content_slogan img {
    max-width: 270px;
}

.content_text {
    position: relative;
    text-align: center;
}

.content_text .text_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.content_text .text_wrap p {
    font-size: 24px;
    color: #555557;
    text-transform: uppercase;
    font-weight: bold;
}

.content_text .text_wrap p.primary_color {
    color: var(--primaryColor);
}

.content_text p {
    font-size: 1.5rem;
    color: #8f8f8f;
    text-transform: uppercase;
    font-weight: bold;
}

.stars_wrap {
    margin-top: 1.5rem;
}

.stars_wrap .star_icon {
    font-size: 2rem;
    color: #f2d232;
    margin-right: 0.5rem;
}

.stars_wrap .star_icon:last-child {
    margin-right: 0;
}

.content_text::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -70px;
    width: 50px;
    height: 5px;
    background: var(--primaryColor);
}

.content_text::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -70px;
    width: 50px;
    height: 5px;
    background: var(--primaryColor);
}

.content_ad_wrap {
    margin-top: 1rem;
}

.ad_style {
    width: 100%;
}

.ad_style img {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    border-radius: 5px;
}

.content_ad_wrap > .row {
    padding: 6px 10px 12px;
}

.content_ad_wrap .col-sm-4 {
    margin-bottom: 1rem;
}

.ad_img_side {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: -180px;
}

.ad_img_side img {
    margin-bottom: 1.5rem;
}

.index_ad_block:last-child {
    margin-top: 3.5rem;
}

/* ad_block - 2 */
.ad_block_bg {
    padding: 40px 0 0;
    background-color: #fff;
    background-image: url('/static/img/imdex_img_01.webp');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: right -80px top -77px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    border-radius: 12px;
}

.auto_website {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4rem;
    
}

.auto_website img {
    max-width: 270px;
    margin-bottom: 1.5rem;
}

.flex_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad_block_bg .content_wrap {
    margin-bottom: 3.5rem;
}

.ad_block_bg .content_wrap .wrap_two img {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.content_wrap .title_style {
    display: inline-block;
    background: var(--primaryColor);
    color: #fff;
    padding: 12px 30px 12px 125px;
    border-radius: 0 8px 8px 0;
}

.content_wrap .title_style img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
}

.content_wrap .title_style p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
}

.content_wrap .title_style p>span {
    font-weight: bold;
}

.index_ad_block .content_wrap .description_wrap {
    position: relative;
    margin-top: 2rem;
    padding: 20px;
}

.index_ad_block .content_wrap .description_wrap.wrap_two {
    padding-bottom: 50px;
}

.index_ad_block .description_wrap p {
    font-size: 14px;
    line-height: 1.65;
    text-transform: uppercase;
    color: #717171;
    font-weight: 500;
}

.index_ad_block .description_wrap p>span {
    color: #545454;
    font-weight: bold;
}

.index_ad_block .description_wrap p.text_title {
    font-size: 19px;
    font-weight: bold;
    color: #545454;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.ul_list_style {
    width: 90%;
    padding-bottom: 2.65rem;
    border-bottom: var(--border);
    margin-bottom: 2.65rem;
}

.ul_list_style.ul_full {
    width: 100%;
}

.empiric_ul {
    counter-reset: list-counter;
}

.empiric_ul li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 25px;
}

.empiric_ul li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #fcc314;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

/* category block */
.index_category_block {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    border-radius: 12px;
    margin-top: 2.5rem;
}

.category_wrap {
    width: 100%;
    border-bottom: var(--border);
}

.category_flex {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.category {
    width: calc(100% / 7);
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.category p {
    font-size: 15px;
    font-weight: bold;
}

.category img {
    max-width: 22px;
    margin-right: 0.5rem;
}

.category .star_icon {
    font-size: 18px;
    color: #ffd602;
    margin-right: 0.35rem;
}

.category_flex .category p {
    text-align: center;
}

.category.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: var(--primaryColor);
    max-width: 100px;
}

.category.active p {
    color: var(--primaryColor);
}

.category_content .article_list {
    display: none;
    padding: 20px;
}

.category_content .article_list.show {
    display: block;
}

.category_content .article_list .list_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.article_subject {
    margin-right: 1.5rem;
}

.article_subject p {
    font-size: 14px;
}

.article_subject p span {
    font-weight: bold;
    color: var(--primaryColor);
}

.list_wrap .post_time {
    display: flex;
    align-items: center;
}

.post_time .date_time p {
    color: #a5a5a5;
}

.post_time .date_time p.today_time {
    color: #000;
    font-weight: bold;
}

.post_time .response {
    padding: 5px 8px;
    background: var(--primaryColor);
    border-radius: 5px;
    margin-left: 0.5rem;
}

.post_time .response p {
    color: #fff;
}

.bottom_item_full {
    text-align: center;
}

/* ad block 3 */
.web_list_bg {
    margin-top: 5rem;
    padding: 50px 0 0;
    background-image: url('/static/img/imdex_img_05.webp');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right -65px top -75px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    border-radius: 12px;
}

.web_list_bg .color_line {
    background: #fec214;
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.web_list_bg .content_wrap .title_wrap {
    display: flex;
    align-items: center;
}

.web_list_bg .content_wrap .title_style {
    width: 100%;
    background: #f6d013;
    border-radius: 0 8px 8px 0;
}

.web_list_bg .title_stylep p {
    font-weight: bold;
}

.web_list_bg .title_wrap .btn_style {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    margin: 0 2rem;
    flex: 1 0 auto;
}

.web_list_bg .title_wrap .btn_style:hover p {
    color: var(--primaryColor);
}

.web_list_bg .title_wrap .btn_style p {
    color: #898b8a;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 0.5rem;
}

.web_list_bg .title_wrap .btn_style .arrow_icon {
    font-size: 16px;
    color: #fec216;
}

.scam_website {
    padding: 40px 35px;
    margin-top: 3rem;
    position: relative;
}

.control_btn.left {
    left: 20px;
}

.control_btn.right {
    right: 20px;
}

.scam_website .website_wrap {
    position: relative;
    padding: 0 8px;
    text-align: center;
}

.scam_website .website_wrap p {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 0.5rem;
}

.scam_website .website_wrap img.bottom_img {
    border-radius: 10px;
}

/* img */
img.img-fluid {
    width: 100%;
    max-width: 100%;
}

.scam_website .skeleton_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.scam_website .control_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: 1px solid #d0d0d0;
}

.scam_website .slick-prev {
    left: 25px;
}

.scam_website .slick-next {
    right: 25px;
}

.scam_website .control_btn .fa-angle-left,
.scam_website .control_btn .fa-angle-right {
    font-size: 2rem;
    color: #a9a9a9;
}

/* safety block */
.index_ad_block.ad_safety_bg {
    margin-top: 3rem;
    padding: 0;
}

.ad_safety_bg {
    padding: 40px 0 0;
    background-image: url(/static/img/imdex_img_09.webp);
    background-size: 47%;
    background-repeat: no-repeat;
    background-position: right -100px top -97px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    border-radius: 12px;
}

.ad_safety_bg .auto_website {
    padding-top: 5rem;
}

.ad_safety_bg .content_wrap {
    margin-bottom: 3.5rem;
}

.ad_safety_bg .content_text .text_wrap p.primary_color {
    color: #3bb900;
}

.ad_safety_bg .color_line {
    background: #3bb900;
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.ad_safety_bg .content_text::after,
.ad_safety_bg .content_text::before,
.ad_safety_bg .content_wrap .title_style {
    background: #3bb900;
}

.ad_safety_bg .ul_list_style {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ad_safety_bg .content_wrap .description_wrap img.trophy_img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 0;
}

.ad_safety_bg .content_wrap img.safety_icon {
    max-width: 115px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.ad_safety_bg .rwd_title_style {
    padding: 12px 30px 12px 125px;
}

.content_wrap .green_content {
    position: relative;
    background: #fec214;
    border-radius: 10px;
    padding: 1.5rem 1.85rem;
    margin-top: 3rem;
}

.content_wrap .green_content p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.content_wrap .green_content p.large_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.ad_safety_bg .content_wrap .description_wrap .green_content img.trophy_img {
    position: absolute;
    right: -10px;
    bottom: 8px;
}

.index_ad_block .content_wrap .description_wrap.wrap_two {
    padding-bottom: 30px;
}

/* free fix */
.ad_free_fix {
    margin-top: 3rem;
    padding: 0;
}

.ad_free_fix .auto_website {
    padding-top: 5rem;
}

.ad_free_fix .auto_website img {
    max-width: 270px;
    margin-bottom: 0;
}

.ad_free_fix .content_text::after,
.ad_free_fix .content_text::before,
.ad_free_fix .content_wrap .title_style,
.ad_free_fix .color_line {
    background: #14b6fe;
}

.ad_free_fix .content_text .text_wrap p.primary_color {
    color: #14b6fe;
}

.ad_free_fix .content_wrap {
    margin-bottom: 3.5rem;
}

.ad_free_fix .color_line {
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.ad_free_fix .empiric_ul li::before {
    top: 4%;
    transform: translateY(0);
}

.ad_free_fix .ul_list_style {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.ad_free_fix .content_wrap .description_wrap img.trophy_img {
    position: absolute;
    right: 30px;
    bottom: 15vh;
    z-index: 1;
}

.ad_free_fix .content_wrap .description_wrap p.strong_text {
    font-size: 19px;
    font-weight: bold;
    color: #545454;
    margin-top: 1.75rem;
}

.ad_free_fix {
    background-image: url(/static/img/imdex_img_11.webp);
    background-size: 47%;
    background-repeat: no-repeat;
    background-position: right -100px top -97px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    border-radius: 12px;
}

/* ad block new */
.index_ad_block.ad_play_safe {
    margin-top: 2.5rem;
}

.index_ad_block.ad_play_safe,
.index_ad_block.ad_playground {
    padding: 0;
    margin-bottom: 2.5rem;
}

.ad_play_safe .content_wrap,
.ad_playground .content_wrap {
    margin-top: 3.65rem;
}

.ad_playground .content_wrap .description_wrap {
    padding-bottom: 40px;
}

.ad_play_safe,
.ad_playground {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    border-radius: 12px;
}

.ad_play_safe .ad_safe_bg {
    background: url(/static/img/ad_block_bg.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    padding: 5.5rem 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ad_play_safe .small_sub_title,
.ad_playground .small_sub_title {
    text-align: center;
}

.ad_play_safe .small_sub_title p,
.ad_playground .small_sub_title p {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.ad_play_safe .slogan_title {
    margin-bottom: 1.5rem;
}

.ad_play_safe .slogan_title h3 {
    font-size: 30px;
    color: #feba3e;
    line-height: 1.3;
    margin: 0;
}

.ad_play_safe .main_title h4 {
    font-size: 20px;
    color: #feba3e;
    line-height: 1.3;
    margin: 0;
}

.content_wrap .title_style.bg_deep_blue {
    background: #191766;
}

.content_wrap .title_style.bg_red {
    background: #dc3e3b;
}

.content_wrap .title_style.bg_khaki {
    background: #c08b3f;
}

.ad_play_safe .empiric_ul li::before,
.ad_playground .empiric_ul li::before {
    border-radius: 50%;
    top: 4%;
    transform: translateY(0);
}

.ad_casino .empiric_ul.orange li::before {
    background-color: #ff7200
}

.ad_playground .content_two {
    margin-top: 1rem;
}

.ad_casino .content_wrap {
    margin-top: 3rem;
}

.ad_play_safe .text_start,
.ad_casino .text_start {
    text-align: start;
}

.wrap_two .empiric_ul {
    margin-bottom: 2rem;
}

.ad_play_safe .description_wrap p.text_title,
.ad_casino .description_wrap p.text_title {
    font-size: 17px;
    color: #7a7a7a;
    margin-bottom: 1.25rem;
    letter-spacing: -1px;
    line-height: 1.5;
}

.ad_playground .ad_playground_bg {
    background: url(/static/img/ad_block_bg2.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    padding: 5.5rem 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ad_playground .main_title h4 {
    font-size: 28px;
    color: #7e38ff;
    line-height: 1.3;
    margin: 0;
}

.ad_playground .slogan_title {
    margin-bottom: 1.5rem;
}

.ad_playground .slogan_title h3 {
    font-size: 30px;
    color: #c08b3f;
    line-height: 1.3;
    margin: 0;
}

.ad_playground .main_title h4 {
    font-size: 20px;
    color: #c08b3f;
    line-height: 1.3;
    margin: 0;
}

.ad_casino .ad_casino_bg {
    background: url(/static/img/ad_block_bg3.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    padding: 6.5rem 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ad_casino .text_start {
    padding: 40px 20px 30px;
}

.ad_casino .text_start p {
    font-size: 13px;
    line-height: 1.65;
    text-transform: uppercase;
    color: #a5a5a5;
}

.ad_play_safe .present_img {
    max-width: 200px;
    position: absolute;
    bottom: 100px;
    right: 30px;
    z-index: 0;
    opacity: .2;
}

.ad_playground .lock_img {
    position: absolute;
    bottom: 25px;
    right: 30px;
    max-width: 170px;
    z-index: 0;
    opacity: .2;
}

.ad_casino .slot_img {
    position: absolute;
    bottom: 35px;
    right: 35px;
    max-width: 170px;
    z-index: 0;
    opacity: .2;
}

.ad_casino .slogan_title h3 {
    font-size: 32px;
    color: #ff4242;
    margin: 0;
}

.ad_casino .main_title h4 {
    font-size: 20px;
    color: #c08b3f;
    line-height: 1.3;
    margin: 0;
}

.ad_casino .fixed_width {
    width: 350px;
}

.ad_casino .content_wrap .description_wrap {
    padding-bottom: 15px;
}

/* color line */
.color_line {
    height: 7px;
    border-radius: 0 0 9px 9px;
}

.ad_play_safe .color_line {
    background: #1b187f;
}

.ad_playground .color_line {
    background: #c08b3f;
}

.ad_casino .color_line {
    background: #dc3e3b;
}

/* announcemen */
.side_icon_wrap {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1faae5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side_icon_wrap .plane_icon {
    font-size: 1.65rem;
    margin-right: 0.25rem;
    color: #fff;
}

.side_ad .side_icon_wrap {
    margin-right: 0.75rem;
}

.side_announcemen {
    position: relative;
    padding: 15px 10px;
    margin-top: 2.5rem;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    background: #fff;
}

.side_announcemen .side_flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.side_announcemen .side_flex .slick_text {
    width: 90%;
}

.side_announcemen .side_icon_wrap {
    background: var(--primaryColor);
}

.side_announcemen .side_icon_wrap .speaker_icon {
    font-size: 1.65rem;
    color: #fff;
}

.side_announcemen p {
    margin-left: 0.65rem;
    font-weight: bold;
}

.side_announcemen .slick_wrap {
    width: 100%;
}

.side_announcemen .slick_text .slick-prev,
.side_announcemen .slick_text .slick-next {
    position: absolute;
    right: -23px;
    background: transparent;
    border: none;
}

.side_announcemen .slick_text .slick-prev {
    top: 5px;
}

.side_announcemen .slick_text .slick-next {
    bottom: 5px;
}

.side_announcemen .slick_text .fa-caret-up,
.side_announcemen .slick_text .fa-caret-down {
    font-size: 16px;
    color: #cecece;
}

.side_announcemen .slick_text .slick-list {
    width: 100%;
}

.side_announcemen .slick_text .slick-slide {
    width: 100% !important;
    margin: 8px 0
}

.side_announcemen .slick_text .fa-caret-up {
    color: var(--primaryColor);
}

.side_announcemen .slick_text a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side_announcemen .no_content p {
    text-align: start;
    margin-left: 1.5rem;
}

.point {
    padding: 0.35rem 0.55rem;
    background: #cdcdcd;
    border-radius: 5px;
    text-align: center;
    margin-left: 0.85rem;
    flex: 0 auto;
}

.point p {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0;
}

.point_table .table_body .point {
    flex: 0 50px;
    flex-shrink: 0;
}

/* activity */
.side_activity {
    margin-top: 2.65rem;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.popular_activity {
    padding-bottom: 2rem;
    border-bottom: var(--border);
}

.popular_activity .title_wrap {
    padding-left: 0.65rem;
    border-left: 4px solid var(--primaryColor);
}

.popular_activity .title_wrap h3 {
    font-size: 1.75rem;
    margin: 0;
    color: #585858;
}

.popular_activity .title_wrap p {
    color: #888888;
    text-transform: uppercase;
    padding-left: 0.2rem;
    letter-spacing: .5px;
}

.activity_list {
    margin-top: 2.25rem;
}

.list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.item_icon_wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem;
    margin-right: 0.5rem;
    flex: 1 0 auto;
    margin-right: 1rem;
}

.list_item p {
    width: 100%;
    color: #8a8a8a;
    font-size: 15px;
    letter-spacing: .5px;
}

.list_item .point p {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0;
}

.item_icon_wrap.color_style {
    background: #ecc12f;
    padding: 0.25rem;
}

.item_icon_wrap .icon_star {
    color: #fff;
    font-size: 14px;
}

/* side_article */
.side_article,
.siede_point {
    margin-top: 2rem;
    border: var(--border);
    border-radius: 10px;
}

.tab_rank {
    display: flex;
    align-items: center;
    border: 2px solid var(--primaryColor);
    border-radius: 10px 10px 0 0;
}

.tab_item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 0;
    cursor: pointer;
    height: 45px;
}

.tab_item.podium_tab_item {
    padding: 1.2rem 0;
    align-items: flex-end;
}

/* .siede_point .tab_item:last-child {
    padding: 0;
} */

.tab_item .icon_border {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f1d643;
    padding: 0.35rem;
    margin-right: 0.35rem;
}

.tab_item .icon_border.icon_podium {
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    margin-right: 0.5rem;
}

/* .siede_point .tab_item.active2:last-child {
    padding: 0.65rem 0 0.65rem 1rem;
    width: 100%;
    justify-content: center;
} */
.siede_point .tab_item.active .icon_border,
.siede_point .tab_item.active2 .icon_border {
    border-color: #fff;
}

.siede_point .tab_item.active .trophy_icon,
.siede_point .tab_item.active2 .trophy_icon {
    color: #fff;
}

.tab_item .trophy_icon {
    font-size: 1.15rem;
    color: #f1d643;
}

.tab_item .icon_border.icon_podium > .trophy_icon {
    font-size: 18px;
}

.tab_item p {
    font-size: 14px;
    color: var(--primaryColor);
    font-weight: bold;
}

.item_content {
    display: none;
    padding: 15px 13px;
}

.tab_item.active {
    background: var(--primaryColor);
    cursor: auto;
    border-top-left-radius: 4px;
}

.tab_item.active2 {
    background: var(--primaryColor);
    cursor: auto;
    border-top-right-radius: 4px;
}

.tab_item.active p,
.tab_item.active2 p {
    font-weight: bold;
    color: #fff;
}

.item_content.show {
    display: block;
}

/* table */
.point_table .table_body .tr {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.point_table .table_body > div {
    margin-bottom: 0.75rem;
}

.point_table .table_body .tr:first-child {
    padding-top: 0;
}

.side_article .point_table .table_body .tr {
    border-bottom: none;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 1.25rem;
}

.side_article .point_table .table_body .tr:last-child {
    margin-bottom: 0.4rem;
}

.side_article .tr .dots_icon {
    font-size: 0.5rem;
    color: var(--primaryColor);
    margin-right: 0.55rem;
}

.side_article .article_title {
    width: 100%;
}

.side_article .article_title p {
    font-size: 14px;
    font-weight: bold;
    color: #838383;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;

}

.side_article .article_title p span {
    color: var(--primaryColor);
    margin-right: 0.35rem;
}


/* point */
.siede_point .tab_rank {
    border: 2px solid #fec214;
}

.siede_point .tab_item.active,
.siede_point .tab_item.active2 {
    background: #fec214;
}

.siede_point .tab_item p {
    color: #fec214;
}

.siede_point .tab_item.active p,
.siede_point .tab_item.active2 p {
    color: #fff;
}

.point_table .table_body .td:first-child {
    width: 55%;
    text-align: start;
    display: flex;
    align-items: center;
}

.point_table .table_body .td {
    width: 45%;
    text-align: end;
}

/* member level */
.point_table .table_body .td.rank_member_level {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.point_table .table_body .td.rank_member_level > .rank_member_icon {
    max-height: 20px;
    margin-right: 0.25rem;
}

.point_table .table_body .td.rank_member_level > .rank_member_icon.level_icon_01 {
    width: 11px;
    max-height: 17px;
}

.point_table .table_body .td.rank_member_level > .rank_member_icon.level_icon_02 {
    max-height: 18px;
}

.point_table .table_body .td.rank_member_level > .rank_member_icon.level_icon_05 {
    width: 16px;
    max-height: 21px;
}

.table_body .td p {
    color: #6e6e6e;
}

.rank_top .td p {
    font-size: 14px;
    font-weight: bold;
    color: #858585;
}

.rank_top .td:last-child p {
    font-size: 14px;
    font-weight: bold;
    color: var(--primaryColor);
}

.ranking_icon {
    margin-right: 0.5rem;
}

.rank_number {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}

.rank_number p {
    font-size: 11px;
    padding-bottom: 3px;
    font-weight: bold;
}

.siede_point .point_table .table_body .tr {
    padding: 0;
    margin-bottom: 1.25rem;
}

/* banner */
.latest_top_wr {
    margin-bottom: 2rem;
}

.banner {
    width: 100%;
    height: 315px;
    position: relative;
    background-color: #9718f1;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.banner .bannerTextArea {
    box-sizing: border-box;
    width: 60%;
    height: 100%;
    padding-top: calc(315px* 0.11);
    padding-bottom: calc(315px* 0.11);
    padding-left: 3.5%;
    float: left;
    font-weight: bold;
}
.banner .bannerTextArea .title{
    font-size: calc(315px* 0.21);
    color: #fff;
    margin-bottom: calc(315px* 0.08);
    overflow: hidden;
    word-break: keep-all;
}
.banner .bannerTextArea .title span{
    font-size: calc(315px* 0.17);
}
.banner .bannerTextArea .subTitle{
    font-size: calc(315px* 0.08);
    height: calc(315px* 0.2);
    line-height: calc(315px* 0.1);
    margin-bottom: calc(315px* 0.04);
    overflow: hidden;
    word-break: break-word;
    color: yellow;
}
.banner .bannerTextArea .content{
    font-size: calc(315px* 0.05);
    height: calc(315px* 0.14);
    line-height: calc(315px* 0.07);
    overflow: hidden;
    word-break: break-word;
    color: #fff;
}
.banner .bannerTextArea .subTitle span,.banner .bannerTextArea .content span{
    display: block;
}

.banner .bannerImgArea {
    box-sizing: border-box;
    width: 40%;
    height: 100%;
    float: right;
    padding-right: 4%;
    padding-top: calc(315px* 0.03);
    overflow: hidden;
    text-align: center;
}
.banner .bannerImgArea img {
    height: 95%;
    position: relative;
    bottom: -5%;
}

.banner.mini_game {
    width: 100%;
    height: 315px;
    background: url(/static/img/mini_game_banner.webp);
    background-size: cover;
    cursor: pointer;
}

.banner.mini_game .bannerTextArea {
    width: 100%;
    padding-top: calc(315px* 0.08);
    padding-bottom: calc(315px* 0.11);
    padding-right: 3.5%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Black Han Sans', sans-serif !important;
    font-weight: 500;
}

.banner.mini_game .bannerTextArea > .banner_top {
    padding-top: 2.5rem;
    height: 100%;
}

.banner.mini_game .bannerTextArea h2.title {
    color: #FAF5FF;
    font-weight: 500;
    font-size: calc(315px* 0.15);
    font-family: 'Black Han Sans', sans-serif !important;
    line-height: 1;
    margin-bottom: calc(315px* 0.03);
    -webkit-text-stroke: 1px #6B1FAA;
}

.banner.mini_game .bannerTextArea h3.subTitle {
    color: #FAF5FF;
    font-size: calc(315px* 0.12);
    font-weight: 500;
    font-family: 'Black Han Sans', sans-serif !important;
    height: auto;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: calc(315px* 0.04);
    -webkit-text-stroke: 1px #6B1FAA;
}

.banner.mini_game .bannerTextArea .content {
    font-size: calc(315px* 0.08);
    height: auto;
    line-height: 1.3;
    color: #FFC32A;
}

.banner.mini_game .bannerTextArea > .banner_bottom {
    font-family: 'NEXON Lv2 Gothic', sans-serif!important;
    color: #D8B3FF;
    padding-bottom: 1.5rem;
    letter-spacing: 1px;
}

.notice_block {
    width: 100%;
}

.notice_block .row {
    --bs-gutter-x: 2rem;
}

.notice_item {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice_item img {
    margin-left: -1rem;
}

.notice_wrap {
    width: 100%;
    padding: 25px;
    cursor: pointer;
    background: linear-gradient(180deg, #FAF5FF -70.91%, #FFFFFF 155.84%);
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.notice_wrap > .img_wrap {
    margin-right: 1rem;
}

.notice_wrap > .text_content > p {
    color: #919191;
    font-size: 1.35rem;
    letter-spacing: 1px;
    line-height: 1.3;
}

.notice_wrap p.notice_title {
    color: #707070;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0.65rem;
}

.notice_wrap:hover {
    background: #F3E8FF;
}

.notice_wrap:hover p.notice_title,
.notice_wrap:hover > .text_content > p {
    color: #581A89;
}

.progress_bar {
    width: 100%;
    height: 4px;
    display: flex;
    margin-top: 0.5rem;
}

.bar_all {
    width: 100%;
    background: var(--primaryColor);
}

.bar_one {
    width: 95%;
    background: var(--primaryColor);
}

.bar_two {
    width: 5%;
    background: #e2e2e2;
}

.foot_wrap {
    padding: 40px 30px 70px;
    background: #000;
    text-align: start;
}

.foot_wrap .foot_logo img {
    max-width: 300px;
}

.foot_wrap .daily_bet {
    margin-top: 2.5rem;
}

.foot_wrap .daily_bet p {
    font-size: 12px;
    color: #828282;
    margin-bottom: 10px;
    line-height: 1.5;
}

.foot_contact {
    display: flex;
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #525252;
}

.foot_contact .contact_wrap {
    width: 50%;
    display: flex;
    align-items: center;
}

.foot_contact .contact_wrap p {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    margin-left: 1rem;
}

.foot_wrap .copy_right {
    margin-top: 3rem;
}

.foot_wrap .copy_right p {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

.foot_wrap .foot_bottom {
    margin-top: 2.5rem;
}

.foot_wrap .bottom_item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0.85rem;
}

.foot_wrap .bottom_item.purple {
    background: var(--primaryColor);
}

.foot_wrap .bottom_item.gray {
    background: #373737;
}

.bottom_item .mb_text {
    margin: 0 auto;
}

.bottom_item .mb_text p {
    color: #fff;
    font-weight: bold;
}

.bottom_item .mb_wrap {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.35rem;
}

.bo_write .img_notice_text {
    display: flex;
    align-items: center;
}

.bo_write .img_notice_text .fa-circle-info {
    color: #dc3636;
}

.bo_write .img_notice_text p {
    color: #dc3636;
    margin-left: 0.5rem;
}

.foot_bottom .bottom_item a.ft-right {
    display: flex;
    align-items: center;
    width: 100%;
}

/* collapsed */
.collapsed_content {
    overflow: hidden;
    transition: max-height 1s ease-in-out, opacity 0.75s ease-in-out;
    max-height: 150px;
    opacity: 1;
    position: relative;
    padding: 0 10px;
    margin: 0 -8px;
}

.collapsed_content.expanded {
    max-height: 100vh;
    opacity: 1;
}

.collapsed_content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(247, 248, 250, 0.3), rgba(255, 255, 255, 1));
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    pointer-events: none;
    z-index: 10;
}

.collapsed_content.expanded::before {
    opacity: 0;
}

#wrapper .toggle_btn {
    background: transparent;
    color: #919191;
    font-size: 14px;
    line-height: 1;
    height: auto;
}

#wrapper .btn_text_center {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

#wrapper .toggle_btn .angles_icon {
    font-size: 25px;
    margin-bottom: 0.5rem;
}

.index_ad_block.index_image_top {
    background: url(/static/img/ind_banner_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 10px 10px;
    border-radius: 12px;
}

.index_ad_block.ad_block_bg {
    padding: 40px 0 0;
}

.index_ad_block .row {
    padding-left: 0;
    padding-right: 0;
}

/* homepage streaming */
.latest_wr .index_ad_block.streaming_section {
    display: flex;
    align-items: center;
    background-image: url(/static/img/imdex_img_stream.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right -90px top -87px;
    padding: 30px 20px;
    margin: 2.5rem 0;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    min-height: 35vh;
}

.streaming_section .streaming_text {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    padding-left: calc(var(--bs-gutter-x)* 1);
} 

.streaming_section .video_box {
    display: flex;
    align-items: center;
}

.streaming_section .video_box > video {
    width: 100%;
    border-radius: 10px;
}

.streaming_section .streaming_text > .streaming_title {
    margin-bottom: 1rem;
}

.streaming_section .streaming_text > .streaming_content {
    margin-bottom: 2.5rem;
}

.streaming_section .streaming_text > .streaming_title > p {
    font-size: 38px;
    font-weight: bold;
    font-family: 'Black Han Sans', sans-serif !important;
    background: linear-gradient(to bottom, #6d03f1 37%,#9a14f5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.streaming_section .streaming_text > .streaming_content > p {
    font-size: 16px;
    color: #8f8f8f;
    line-height: 1.5;
    letter-spacing: 1px;
}

.streaming_section .streaming_text > .streaming_link > .btn {
    width: 150px;
    padding: 0.85rem 0.65rem;
    background: var(--primaryColor);
    border-radius: 5px;
}

.streaming_section .streaming_text > .streaming_link > .btn > p {
    color: #fff;
    line-height: 1;
}

.streaming_section .video_box .play_btn,
.scroll_streaming_video > .video_wrap > .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    /* style */
    border: none;
    background: transparent;
}

#wrapper > .scroll_streaming_video {
    position: sticky;
    bottom: 58px;
    left: 10px;
    z-index: 10;
}

.streaming_section .video_box .play_btn > .fa-circle-play,
.scroll_streaming_video .play_btn > .fa-circle-play {
    font-size: 5rem;
    color: #fff;
    opacity: .5;
}

.scroll_streaming_video .play_btn > .fa-circle-play {
    font-size: 4rem;
}

.scroll_streaming_video {
    flex-direction: column;
    max-width: 30vw;
}

.scroll_streaming_video > .video_wrap,
.scroll_streaming_video > .video_wrap > video {
    width: 100%;
}

.scroll_streaming_video > .video_wrap > video {
    border-radius: 8px 8px 0 0;
}

.scroll_streaming_video > .streaming_btn {
    padding: 0.65rem 0.85rem;
    border: none;
    background: #ffdd1a;
    margin-top: -0.45rem;
    border-radius: 0 0 8px 8px;
}

.scroll_streaming_video > .video_wrap > .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
}

.scroll_streaming_video > .video_wrap > .close_btn {
    position: absolute;
    right: 4%;
    top: 6%;
    /* style */
    border: none;
    background: transparent;
}

.scroll_streaming_video > .streaming_btn > p {
    font-size: 10px;
    color: #000;
    font-weight: bold;
}

.scroll_streaming_video .close_btn > .fa-circle-xmark {
    font-size: 1.5rem;
    color: #fff;
    opacity: .7;
}

.video_box > .live_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.video_box > .live_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.video_box > .index_logo_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.video_box > .index_logo_icon > img {
    max-width: 70px;
}

.scroll_streaming_video > .video_wrap .live_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.video_box > .live_icon > .flex_live,
.scroll_streaming_video > .video_wrap .live_icon .flex_live {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f43333;
    padding: 0.5rem 0.65rem 0.55rem;
    border-radius: 5px;
    color: #fff;
}

.video_box > .live_icon > .flex_live > p,
.scroll_streaming_video > .video_wrap .live_icon p {
    text-transform: uppercase;
    font-weight: bold;
}

.video_box > .live_icon > .flex_live > .fa-circle,
.scroll_streaming_video > .video_wrap .live_icon .fa-circle {
    font-size: 0.65rem;
    margin-right: 0.35rem;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* game */
.banner.game_play {
    background: url(/static/img/mobile/background3.webp);
    background-size: cover;
    cursor: pointer;
}

.banner.game_play .bannerTextArea {
    width: 70%;
    margin: 0 auto;
    float: none;
    padding-left: 9%;
}

.banner.game_play .bannerTextArea > .wrap_flex {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.banner.game_play h2.banner_title {
    font-size: calc(315px* 0.14);
    font-family: 'Black Han Sans', sans-serif !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #3900BF;
    text-shadow: 
        2px 2px 0px #FFF8E7, 
        -2px 2px 0px #FFF8E7, 
        2px -2px 0px #FFF8E7, 
        -2px -2px 0px #FFF8E7, 
        2px 3px 0 #6B1FAA;
}

.banner.game_play h3.sub_title {
    font-size: calc(315px* 0.13);
    letter-spacing: 1.5px;
    line-height: 1;
    font-family: 'Black Han Sans', sans-serif !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #3900BF;
    text-shadow: 
        2px 2px 0px #FFF8E7,
        -2px 2px 0px #FFF8E7,
        2px -2px 0px #FFF8E7,
        -2px -2px 0px #FFF8E7,
        3px 4px 0 #6B1FAA;
}

.banner.game_play .play_content {
    width: 100%;
    padding: 1.2rem 1rem 0.35rem;
    background: #F03300;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.banner.game_play .play_content > p {
    line-height: 1;
    font-family: 'Black Han Sans', sans-serif !important;
    font-size: calc(315px* 0.155);
    color: #fff;
    text-shadow: 2px 2px 0 #6B1FAA;
}

.banner.game_play .content_bottom {
    margin-top: 1rem;
}

.banner.game_play .content_bottom > p {
    font-size: calc(315px* 0.115);
    font-family: 'Black Han Sans', sans-serif !important;
    color: #FFE090;
    text-shadow: 
    2px 2px 0px #3900BF, 
    -2px 2px 0px #3900BF, 
    2px -2px 0px #3900BF, 
    -2px -2px 0px #3900BF, 
    3px 3px 0 #6B1FAA;
}




/* RWD */
@media only screen and (max-width: 991px) {
    .content_text::before,
    .content_text::after {
        display: none;
    }

    .content_wrap .title_style {
        width: 100%;
        border-radius: 0;
        position: relative;
    }

    .ad_block_bg .content_wrap .wrap_two img,
    .ad_safety_bg .content_wrap .description_wrap img.trophy_img,
    .ad_free_fix .content_wrap .description_wrap img.trophy_img {
        z-index: 0;
        opacity: .2;
    }

    .category p {
        font-size: 14.5px;
    }

    .banner .bannerTextArea .title {
        margin-top: 0;
    }

    .banner.game_play .bannerTextArea {
        width: 80%;
        padding-left: 12%;
    }

    .banner.game_play .play_content > p {
        font-size: calc(315px* 0.15);
    }

    .banner.game_play .play_content {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }
}

@media only screen and (max-width: 768px) {
    .category_flex {
        padding: 0 10px;
    }

    .content_text .text_wrap {
        flex-direction: column;
    }

    .category_wrap {
        max-width: 750px;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .category_wrap::-webkit-scrollbar {
        display: none;
    }

    .category {
        width: auto;
        flex: 1 0 auto;
    }
    
    .article_subject p {
        max-width: 350px;
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .web_list_bg {
        background-size: 50%;
    }

    .ad_safety_bg {
        padding: 40px 0 0;
        background-size: 55%;
        background-position: right -70px top -77px;
    }

    .ad_safety_bg .content_wrap.two,
    .ad_free_fix .content_wrap.two {
        margin-bottom: 0;
    }

    .ad_free_fix {
        background-size: 55%;
        background-position: right -70px top -77px;
    }

    .ad_free_fix .auto_website {
        padding-top: 4rem;
    }

    .ad_free_fix .content_wrap .description_wrap p.strong_text {
        font-size: 16px;
    }

    .ad_play_safe .ad_safe_bg,
    .ad_playground .ad_playground_bg,
    .ad_casino .ad_casino_bg {
        background-position: left center;
    }

    /* banner - index */
    .banner {
        height: auto;
        background-image: url(/static/img/mobile/background1.webp);
        background-position: right bottom;
    }
    .banner .bannerTextArea{
        width: 100%;
        height: auto;
        min-height: 220px;
        padding: 20px;
        float: none;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .banner .bannerTextArea .title{
        font-size: 32px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .banner .bannerTextArea .title span{
        font-size: 28px;
    }
    .banner .bannerTextArea .subTitle{
        font-size: 20px;
        height: auto;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .banner .bannerTextArea .content{
        font-size: 14px;
        height: auto;
        line-height: 20px;
    }
    .banner .bannerImgArea,
    .banner.mini_game .bannerTextArea .content,
    .banner.mini_game .bannerTextArea > .banner_bottom{
        display: none;
    }

    .banner.mini_game {
        background-image: url(/static/img/mobile/background2.png);
        background-position: left;
        height: auto;
    }
    .banner.mini_game .bannerTextArea{
        padding: 20px;
    }
    .banner.mini_game .bannerTextArea > .banner_top {
        padding-top: 0.55rem;
    }
    .banner_carousel .slick-dots {
        position: absolute;
        bottom: 0;
    }

    .banner.mini_game .bannerTextArea h2.title {
        font-size: calc(315px* 0.12);
    }
    
    .banner.mini_game .bannerTextArea h3.subTitle {
        font-size: calc(315px* 0.085);
        margin-bottom: 0;
    }
    
    .banner.game_play .bannerTextArea {
        padding-top: calc(315px* 0.05);
        padding-bottom: 0;
    }

    .banner.game_play h2.banner_title,
    .banner.game_play h3.sub_title {
        font-size: calc(315px* 0.07);
    }

    .banner.game_play .content_bottom > p {
        font-size: calc(315px* 0.09);
    }

    .banner.game_play .play_content > p {
        font-size: calc(315px* 0.11);
    }

    .banner.game_play .bannerTextArea > .wrap_flex {
        width: 90%;
    }

    .banner.game_play {
        background-position: center right;
    }
}

@media only screen and (max-width: 767px) {
    .streaming_section .streaming_text {
        display: none;
    }

    .streaming_section .video_rwd {
        margin: 0 auto;
    }

    .streaming_section .video_box > video {
        border-radius: 10px 10px 0 0;
    }

    .streaming_section .video_box .rwd_link_btn {
        display: block;
        width: 100%;
        padding: 1rem 0.85rem;
        border: none;
        background: #ffdd1a;
        margin-top: -0.35rem;
        border-radius: 0 0 8px 8px;
    }

    .streaming_section .video_box .rwd_link_btn > p {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
    }

    .streaming_section .video_box {
        flex-direction: column;
    }

    .streaming_section .video_box {
        min-height: fit-content;
    }

    .latest_wr .index_ad_block.streaming_section {
        background-position: right -67px top -70px;
    }
}

@media only screen and (max-width: 680px) {
    .banner.game_play .bannerTextArea {
        width: 90%;
        padding-left: 12%;
    }
}

@media only screen and (max-width: 600px) {
    .icon_box img {
        max-width: 55px;
    }

    .icon_box img.verify {
        max-width: 51px;
    }

    .menu_block p {
        font-size: 14px;
    }

    .content_ad_wrap .row {
        --bs-gutter-x: 1rem;
    }

    .scam_website {
        padding: 30px 35px;
    }

    .index_ad_block .description_wrap p.text_title {
        font-size: 16px;
    }

    .foot_wrap .foot_logo img {
        max-width: 240px;
    }

    .side_announcemen .side_flex {
        width: 98%;
    }
    .banner .bannerTextArea {
        min-height: 200px;
    }
    .banner.mini_game .bannerTextArea h2.title {
        font-size: calc(315px* 0.09);
    }
    
    .banner.mini_game .bannerTextArea h3.subTitle {
        font-size: calc(315px* 0.07);
        margin-bottom: 0;
    }
    .banner.mini_game .bannerTextArea {
        padding: 12px 10px;
    }
    .banner.mini_game .bannerTextArea > .banner_bottom {
        margin-top: 1.5rem;
    }

    .banner .bannerTextArea .subTitle {
        font-size: 18px;
    }

    .streaming_section .video_rwd {
        width: 100%;
    }

    .latest_wr .index_ad_block.streaming_section {
        padding: 20px 10px;
        background-size: 55%;
    }

    .scroll_streaming_video {
        flex-direction: column;
        max-width: 200px;
    }

    .banner.game_play .play_content > p {
        font-size: calc(315px* 0.09);
    }

    .banner.game_play .bannerTextArea {
        width: 100%;
        padding-left: 8%;
    }

    .banner.game_play .play_content {
        padding-right: 12%;
        width: fit-content;
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    }
}

@media only screen and (max-width: 560px) {
    .icon_box img {
        max-width: 42px;
    }

    .icon_box img.verify {
        max-width: 38px;
    }

    .icon_box p, .content_text p {
        font-size: 14px;
    }

    .content_slogan img {
        max-width: 240px;
    }

    .index_ad_block img.safe_image {
        opacity: .3;
    }

    .content_text .text_wrap p {
        font-size: 24px;
    }

    .auto_website {
        width: 85%;
    }

    .content_wrap .title_style p {
        line-height: 1.3;
    }

    .article_subject p {
        max-width: 250px;
    }

    .ad_play_safe .ad_safe_bg,
    .ad_playground .ad_playground_bg {
        background-position: left -50px center;
    }

    .ad_casino .ad_casino_bg {
        background-position: left -120px center;
    }

    .side_announcemen .side_flex {
        width: 95%;
    }

    .index_image_top > .content_title > p.index_title {
        font-size: 28px;
    }

    .index_ad_block img.safe_image {
        z-index: 0;
    }

    .index_image_top > .content_title > p {
        font-size: 16px;
    }

    .content_title.banner_bg {
        position: relative;
        z-index: 10;
    }
}

@media only screen and (max-width: 480px) {
    .icon_box {
        flex-direction: column;
    }

    .icon_box p {
        margin-left: 0;
        margin-top: 0.65rem;
    }

    .icon_box img {
        max-width: 38px;
    }

    .icon_box img.verify {
        max-width: 34px;
    }

    .article_subject p {
        max-width: 200px;
    }

    .stars_wrap .star_icon {
        margin-right: 0.25rem;
    }

    .skeleton_wrap img {
        max-width: 50px;
    }

    .content_text .text_wrap p {
        font-size: 20px;
    }

    .web_list_bg .content_wrap .title_wrap {
        flex-direction: column;
        align-items: end;
    }

    .web_list_bg .content_wrap .title_style {
        border-radius: 0;
    }    

    .web_list_bg .content_wrap .title_style img {
        transform: translateY(-66%);
    }

    .web_list_bg .title_wrap .btn_style {
        margin-top: 1.5rem;
    }

    .scam_website {
        margin-top: 0;
    }

    .web_list_bg {
        background-image: none;
    }

    .foot_contact {
        flex-direction: column;
    }

    .foot_contact .contact_wrap {
        width: 100%;
    }

    .foot_contact .contact_wrap:first-child {
        margin-bottom: 1.5rem;
    }

    .today_title h3 {
        font-size: 20px;
    }

    .side_announcemen .side_flex {
        width: 92%;
    }

    /* banner - index */
    .banner .bannerTextArea {
        padding: 15px 10px;
    }
    .banner .bannerTextArea .title {
        font-size: 30px;
    }
    .banner .bannerTextArea .title span {
        font-size: 28px;
    }
    .banner .bannerTextArea .subTitle {
        font-size: 14px;
        line-height: 24px;
    }
    .banner .bannerTextArea .content {
        font-size: 12px;
        line-height: 18px;
    }
    .banner.mini_game .bannerTextArea {
        text-align: left;
    }

    .banner .bannerTextArea {
        min-height: 180px;
    }

    .banner {
        background-image: url(/static/img/mobile/background1-480.webp);
    }

    .banner.mini_game {
        background-image: url(/static/img/mobile/background2-480.webp);
    }

    .banner.game_play {
        background: url(/static/img/mobile/background3-480.webp) no-repeat;
        background-size: cover;
        background-position: right;
    }

    .banner.game_play h2.banner_title, .banner.game_play h3.sub_title {
        font-size: calc(315px* 0.065);
    }

    .banner.game_play .play_content {
        margin-top: 0.5rem;
    }

    .banner.game_play .content_bottom > p {
        font-size: calc(315px* 0.07);
    }
}

@media only screen and (max-width: 420px) {
    .banner.game_play .bannerTextArea {
        padding-left: 5%;
    }

    .banner.game_play .content_bottom > p {
        font-size: calc(315px* 0.07);
    }

    .banner.game_play .bannerTextArea > .wrap_flex {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .icon_box img {
        max-width: 35px;
    }

    .icon_box img.verify {
        max-width: 31px;
    }

    .menu_block > .row {
        --bs-gutter-x: 1rem;
    }

    .menu_block p {
        font-size: 13px;
    }

    .content_slogan img {
        max-width: 200px;
    }

    .category_content .article_list {
        padding: 20px 10px;
    }

    .article_subject p {
        max-width: 160px;
    }

    .scam_website {
        padding: 25px 35px;
        margin-top: 1rem;
        position: relative;
    }

    .scam_website .skeleton_wrap {
        transform: translate(-50%, -50%);
    }

    .skeleton_wrap img {
        max-width: 59px;
    }

    .auto_website img {
        max-width: 220px;
    }

    .index_ad_block img.safe_image {
        z-index: 0;
    }

    .index_image_top > .content_title > p {
        font-size: 14px;
    }

    .banner.game_play .play_content {
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 380px) {
    .banner.game_play .bannerTextArea {
        padding-left: 10px;
    }

    .banner.game_play .play_content > p {
        font-size: calc(315px* 0.08);
    }
    
    .banner.game_play h2.banner_title,
    .banner.game_play h3.sub_title,
    .banner.game_play .content_bottom > p {
        font-size: calc(315px* 0.06);
    }
    .banner.game_play .bannerTextArea .banner_top {
        margin-bottom: 0.85rem;
    }
}

@media only screen and (max-width: 350px) {
    .menu_block p {
        font-size: 11px;
    }
    .banner .bannerTextArea .title {
        font-size: 23px;
    }
    .banner .bannerTextArea .title span {
        font-size: 20px;
    }
    .banner .bannerTextArea .subTitle {
        font-size: 13px;
        line-height: 20px;
    }
    .banner .bannerTextArea .content {
        font-size: 11px;
        line-height: 16px;
    }
}