@charset "utf-8";

.ymxq_content {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 100px;
}

.ymxq_left {
    width: 876px;
}

.ym_info {
    padding: 0 0 56px 0;
}

.ym_info .name {
    display: block;
    font-weight: 500;
    font-size: 48px;
    color: var(--color-btn-bg);
    line-height: 62px;
}

.ym_info .txt {
    font-weight: 500;
    font-size: 24px;
    color: var(--color-text-1);
    line-height: 48px;
    margin: 24px 0 16px 0;
}

.ym_info .txt .jg {
    font-weight: 600;
    color: var(--color-btn-bg);
}

.ym_info .collect_line {
    display: flex;
    align-items: center;
}

.ym_info .collect_line .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 48px;
    background: rgba(233, 233, 238, 1);
    border-radius: 8px;
    font-size: 16px;
    color: var(--color-text-1);
    gap: 5px;
    cursor: pointer;
    padding: 0 12px;
}

.ym_info .collect_line .icon i {
    font-size: 20px;
}

.ym_info .collect_line .icon i.ysc {
    color: var(--color-btn-bg);
}

.ym_info .collect_line p {
    font-size: 16px;
    color: var(--color-text-1);
    line-height: 48px;
    padding-left: 24px;
}

.xq_item {
    margin-bottom: 56px;
}

.common_xq_title {
    display: flex;
    justify-content: space-between;
    line-height: 42px;
    font-weight: 500;
    font-size: 36px;
    color: var(--color-text-1);
    margin-bottom: 24px;
}

.common_xq_title a {
    font-size: 16px;
    color: var(--color-link-text);
}

.common_xq_title a:hover {
    text-decoration: underline;
}

.cnuo_item {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #D7D7D7;
    padding: 32px;
    margin-top: 24px;
}

.cnuo_item h4 {
    font-weight: 500;
    font-size: 24px;
    color: var(--color-text-1);
    line-height: 34px;
}

.cnuo_item p {
    font-size: 16px;
    color: var(--color-text-2);
    line-height: 32px;
    margin-top: 24px;
}

.faq_item {
    background: #F7F7F7;
    border-radius: 16px;
    margin-bottom: 12px;
}

.faq_item .faq_item_title {
    position: relative;
    width: 100%;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 32px 18px 76px;
    cursor: pointer;
}

.faq_item .faq_item_title p {
    width: calc(100% - 100px);
    font-size: 17px;
    color: var(--color-text-1);
}

.faq_item .faq_item_title p i {
    position: absolute;
    left: 32px;
    top: 22px;
    font-size: 22px;
}

.faq_item .faq_item_title span {
    font-size: 17px;
    color: var(--color-text-1);
}

.faq_item .faq_info {
    display: none;
    padding: 6px 32px 24px 76px;
}

.faq_item .faq_info p {
    font-size: 16px;
    color: var(--color-text-2);
    line-height: 24px;
}
.faq_item img{
    width: 100% !important;
    height: auto !important;
}
.collect_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    height: 80px;
    border: 1px solid rgba(3, 18, 66, 0.2);
    margin-bottom: 24px;
    border-radius: 12px;
}

.collect_right {
    display: flex;
    align-items: center;
}

.collect_item .ym {
    max-width: 500px;
    font-weight: bold;
    font-size: 20px;
    color: #0166FE;
    line-height: 36px;
    transition: all .3s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.collect_item .ym:hover {
    text-decoration: underline;
    color: var(--color-link-hover);
}

.collect_right .btn {
    width: 165px;
    height: 48px;
    background: var(--color-btn-bg);
    border-radius: 6px;
    line-height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.collect_right .btn i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 4px;
    transition: all .3s;
}

.collect_right .btn:hover {
    background: var(--color-btn-hover);
}

.collect_right .jg {
    font-weight: bold;
    font-size: 16px;
    color: var(--color-text-1);
    text-align: right;
    padding-right: 18px;
}

.tongji_ul {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #D7D7D7;
    padding: 0 32px;
}

.tongji_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 86px;
    border-bottom: 1px solid #D7D7D7;
}

.tongji_item:last-of-type {
    border-bottom: transparent;
}

.tongji_item .lable {
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-1);
}

.tongji_item .result {
    max-width: 600px;
    font-size: 20px;
    color: var(--color-text-1);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.tongji_item .result a {
    color: var(--color-link-text);
    transition: all .3s;
}

.tongji_item .result a:hover {
    text-decoration: underline;
    color: var(--color-link-hover);
}

.ymxq_right {
    position: relative;
    width: 300px;
}

.ymBuy_content {
    width: 300px;
    background: #F7F7F7;
    border-radius: 16px;
    padding: 24px;
}

.ymBuy_content.fixed {
    position: fixed;
    top: 65px;
}

.ymBuy_content .ym {
    display: block;
    font-size: 21px;
    color: var(--color-btn-bg);
    line-height: 36px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.ymBuy_content .jg_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 16px 0;
    line-height: 24px;
}

.ymBuy_content .jg_line .t1 {
    font-size: 16px;
    color: #131313;
}

.ymBuy_content .jg_line .t2 {
    font-weight: bold;
    font-size: 16px;
    color: var(--color-btn-bg);
}

.ymBuy_content .btn {
    display: block;
    width: 100%;
    height: 48px;
    background: var(--color-btn-bg);
    border-radius: 6px;
    line-height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.ymBuy_content .btn i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
    transition: all .3s;
}

.ymBuy_content .btn:hover {
    background: var(--color-btn-hover);
}
.ymBuy_content .or,
.ym_info .or{
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0;
}
.ymBuy_content p.txt{
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.ymBuy_content a.ck{
    display: block;
    font-size: 16px;
    color: #0166FE;
    line-height: 24px;
    margin-top: 8px;
}
.ymBuy_content a.ck:hover {
    text-decoration: underline;
    color: var(--color-link-hover);
}
.sj_buy,
.sj_or{
    display: none !important;
}
/* 移动端样式 */
@media (max-width: 768px) {
    .ymxq_content {
        flex-direction: column;
        padding-bottom: 56px;
    }

    .ymxq_left,
    .ymxq_right {
        width: 100%;
        padding: 0 12px;
    }

 

    .common_xq_title {
        font-size: 28px;
    }

    .ym_info {
        padding: 0 0 32px 0;
    }

    .ym_info .name {
        font-size: 26px;
        line-height: 42px;
    }

    .ym_info .txt {
        margin: 0 0 16px 0;
    }

    .collect_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 14px;
        height: auto;
    }

    .collect_right {
        width: 100%;
        justify-content: space-between;
        margin-top: 12px;
    }

    .collect_right .btn {
        width: 110px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .cnuo_item {
        padding: 14px;
    }
    .collect_item .ym{
        line-height: 24px;
        font-size: 18px;
        width: 100%;
    }
    .cnuo_item h4 {
        font-size: 20px;
    }

    .cnuo_item p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .faq_item .faq_item_title{
        padding: 12px 12px 12px 48px;
    }
    .faq_item .faq_item_title p i{
        left: 12px;
        top: 22px;
    }
    .faq_item .faq_item_title p{
        width: calc(100% - 32px);
    }
    .faq_item .faq_info{
        padding: 6px 12px 12px 48px;
    }
    .faq_item .faq_info p{
        font-size: 14px;
    }
    .tongji_ul{
        padding: 0 14px;
    }
    .tongji_item{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .tongji_item .lable{
        font-size: 16px;
    }
    .tongji_item .result{
        max-width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
    .ymBuy_content.fixed {
        position: static;
    }
    .ymBuy_content {
       width: 100% !important;
    }
    .ym_info .collect_line{
        flex-direction: column;
        align-items: flex-start;
    }
    .ym_info .collect_line p{
        padding-left: 0;
    }
    .sj_buy{
        display: block !important;
        width: 100%;
        height: 48px;
        background: var(--color-btn-bg);
        border-radius: 6px;
        line-height: 48px;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }
    .sj_buy i {
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 8px solid #fff;
        margin-right: 10px;
        transition: all .3s;
    }
    .sj_or{ 
        display: block !important;
    }
}