.z-breadcrumb {
    padding: 12px 0 0px;
    position: relative;
}

.poptitle {
    width: 8px;
    margin-right: 8px;
}


.z-breadcrumb .z-page-container {
    align-items: flex-start;
}



.z-breadcrumb .z-page-container .z-breadcrumb_home a,
.z-breadcrumb .z-page-container .z-breadcrumb_home span.z-arrow {
    font-weight: 500;
    font-size: 12px;
    color: var(--ws-color-c);
    line-height: 14px;

}

.z-breadcrumb .z-page-container .z-breadcrumb_home span.z-arrow {
    margin: 0 5px;
}

.z-breadcrumb .z-page-container .z-breadcrumb_title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    color: var(--wts-default-color);
    line-height: 36px;
    margin-top: 40px;
    text-align: center;
}
.z-breadcrumb .z-page-container .z-breadcrumb_title h1{
    font-size: 36px;
}

.z-news_games {
    background: var(--ws-default-bj);
    border-radius: 0px 0px 10px 10px;
    position: relative;
    padding: 24px 32px;
}

.z-news_games::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #F76A04 0%, #2C5DEB 71%);

}

.z-news_games a {
    font-weight: 400;
    font-size: 16px;
    color: var(--wts-default-color);
    line-height: 19px;
    padding: 20px 0;
    border-bottom: 1px solid var( --ws-color-e);

}

.z-news_games a:last-child {
    border-bottom: none;
}

.z-news_games a.active {
    color: #F76A04;
}

.z-help_container.z-page-container {
    margin-top: 40px;
    align-items: flex-start;
}

.z-help {
    width: 70%;
}

.z-help .questions-content {
    border-radius: 5px;
    font-size: 14px;
    color: #1D1D1D;
    line-height: 20px;
    margin-bottom: 16px;

    background: var(--ws-default-bj);
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}

.dark .z-help .questions-content {
    border: none;
    background: var(--ws-default-bj);
    border-radius: 10px 10px 10px 10px;
    position: relative;
}

.z-help .questions-container .questions-content.open {
    background: var(--ws-default-bj);
    border-radius: 0px 0px 10px 10px;
    position: relative;
    /* allow ::after absolute positioning relative to this element */
}

.z-help .questions-container .questions-content.open::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #F76A04 0%, #2C5DEB 71%);
    z-index: 2;
    /* ensure the line is above the element background */
}

.z-help .questions-container .questions-content .question {
    padding: 14px 25px 15px;
    color: var(--wts-default-color);
}

.z-help .questions-content .question-text {
    display: none;
}

.z-help .questions-content.open .question-text span,
.z-help .questions-content.open .question-text strong {
    background: inherit !important;
}

.z-help .questions-content.open .question-text {
    display: block;
    padding: 10px 25px 20px;
    font-weight: 400;
    font-size: 14px;
    color: var(--ws-color-c);
    line-height: 21px;

}

.z-help .questions-content.open .question-text img {
    max-width: 100%;
    height: auto;

}

.z-help .questions-content .purple {
    color: var(--wts-default-color);
}

.z-help .questions-content p span {
    margin-right: 9px;
}

.z-help .questions-content .greeen {
    color: #F76A04;
    margin-right: 9px;

}

.z-contact {
    width: 25%;
    margin-left: 43px;
}

.search_input_wrap {
    width: 784px;
    margin: 24px auto 40px;
    border-radius: 5px 5px 0px 0px;
}

.search_input_wrap .search_input input {
    background: var(--ws-default-bj);
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    height: 40px;
    padding-right: 45px;
    font-size: 14px;
    color: var(--wts-default-color);

}

.search_input_wrap p {
    font-weight: 500;
    font-size: 12px;
    color: var(--ws-color-c);
    line-height: 18px;
    margin-top: 8px;
}
.search_input_wrap .search_input span ,
.contact_about a ,
.contact_about p{
    color: #fff;
}
.search_input_wrap .search_input span {
    right: 0px;
    top: 2px;
    background: #2C5DEB;
    border-radius: 6px;
    padding: 0px 24px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
 
}

.contact_about {
    padding: 24px 24px;
    background: #234ABC;
    border-radius: 10px 10px 10px 10px;
    margin-top: 24px;
    position: relative;
}

.contact_about::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 103px;
    height: 75px;
    background: url('/images/static/help_chat.webp') no-repeat;
    background-size: contain;
}

.contact_about p {
    font-weight: 400;
    font-size: 16px;
  
    line-height: 19px;

}

.contact_about a {
    display: ruby-text;
    width: 128px;
    padding: 8px 24px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px 5px 5px 5px;
  
    margin-top: 16px;

}

.faq-tips {
    margin: 40px 0;
}

.faq-tips img {
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .z-page-container {
        padding: 0 12px;
    }

    .search_input_wrap {
        width: 100%;
    }

    .z-help .questions-content p span {
        margin-right: 0;
    }

    
    .z-help_container.z-page-container {
       margin-top: 0;
        flex-direction: column-reverse;
    }

    .z-news_games {
        padding: 12px 16px;
    }
.contact_about{

    margin-bottom: 30px;
}
    .z-news_games a {
        width: 100%;
        padding: 10px 0;
    }

    .z-help {
        width: 100%;
    }

    .z-contact {
        width: 100%;
        margin-left: 0;
    }

    .z-news_games {

        white-space: nowrap;
        grid-gap: 10px;
        align-items: center;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;

    }

    .z-help .questions-content.open .question-text img {
        max-width: 100%;
    }

    .z-help .questions-container .questions-content .question {
        padding: 14px 12px;
    }

    .z-help .questions-content.open .question-text {
        padding: 10px 12px 20px;
    }
}