.breadcrumbs {
    display: flex;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 12px;
    color: #999999;
    white-space: pre;
    z-index: 1;
}

.breadcrumbs>div {
    display: flex;
    align-items: center;
}

.breadcrumbs>div a {
    transition: all 0.2s;
    color: #444;
}

.breadcrumbs>div span:not(:last-child)::after {
    content: ' > ';
}

.download-detail-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 36px;
    padding: 0 16px 15px 14px;
    width: 1200px;
    height: 283px;
    background-size: 100% 100%;
}

.download-detail-header.app {
    background-image: url(../images/app_detail_header_background.png);
}

.download-detail-header .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 185px;
    padding: 0 30px;
    width: 100%;
    height: 193px;
}

.download-detail-header .main .left {
    display: flex;
    gap: 22px;
    flex: 1;
    min-width: 0;
}

.download-detail-header .main .left .icon {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 20px;
    flex-shrink: 0;
}

.download-detail-header .main .left .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    flex: 1;
    min-width: 0;
    min-height: 130px;
}

.download-detail-header .main .left .content .title {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
}

.download-detail-header .main .left .content .description {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, auto);
    grid-auto-flow: column;
    justify-content: space-between;
    gap: 14px 65px;
    font-size: 14px;
    color: #666666;
    white-space: pre-wrap;
}

.download-detail-header .main .left .content .description .score {
    font-weight: bold;
    color: #2e97ff;
}
 .content div > p:nth-of-type(1).wyc {
   display: inline;
}
.download-detail-header .button-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex-shrink: 0;
}

.download-detail-header .button-wrap>div {
    display: flex;
    justify-content: center;
    position: relative;
}

.download-detail-header .button-wrap>div .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 55px;
    border-radius: 35px;
    background-color: #777777;
    background-size: 100% 100%;
}

.download-detail-header .button-wrap>div.android .button {
    cursor: pointer;
    border-radius: unset;
    background-color: unset;
    background-image: url(../images/button_background_1.png);
}

.download-detail-header .button-wrap>div.android .button::before {
    content: '';
    margin-right: 15px;
    flex-shrink: 0;
    width: 18px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url(../images/android_icon_1.png);
}

.download-detail-header .button-wrap>div .button>span {
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 1;
}

.download-detail-header .button-wrap>div .qrcode {
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 100%;
    width: 155px;
    padding: 8px 0 20px 0;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(100, 100, 100, 0.5);
    transition: all 0.4s;
}

.download-detail-header .button-wrap>div .qrcode img {
    width: 125px;
    height: 125px;
}

.download-detail-header .button-wrap>div .qrcode span {
    font-size: 14px;
    color: #999999;
}

.download-detail-header .button-wrap:hover .qrcode {
    visibility: visible;
    opacity: 1;
}

.main_layout {
    display: flex;
}

.main_layout>.left {
    width: 835px;
    padding: 15px;
}

.main_layout .h6 {
    color: #000;
    font-size: 18px;
}

.main_layout .h6::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    background: url(../images/news_icon_1.png) no-repeat;
    background-size: contain;
    float: left;
}

.main_layout>.left .content {
    line-height: 48px;
    font-size: 16px;
    color: #666;
    padding: 20px 15px;
}

.main_layout>.left .content p {
    text-indent: 2em;
    line-height: 32px;
    font-size: 16px;
}

.main_layout>.left .content h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to right, transparent, #ffbf83, transparent);
    padding-left: 10px;
    border-left: 2px solid #edf7ff;
    margin: 15px 0;
}
.main_layout>.left .content h3 span{
    color: #000 !important;
}
.main_layout>.right {
    width: 355px;
    margin-left: 15px;
    padding: 15px 0;
}

.main_layout .right .right_down {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
}

.main_layout .right .right_down .flex {
    display: flex;
    position: relative;
}

.main_layout .right .right_down .mt-20 {
    margin-top: 20px;
}

.main_layout .right .right_down a img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-right: 15px;
}

.main_layout .right .right_down a .flex_div {
    display: flex;
    flex-direction: column;
}

.main_layout .right .right_down a .flex_div h6 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}

.main_layout .right .right_down a .flex_div h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 14px;
    color: #666;
}

.main_layout .right .right_down a .flex_div h4 {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.main_layout .right .right_down a .li_down {
    max-width: 70px;
    min-width: 70px;
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    background-color: #fe8934;
    align-self: center;
    margin-left: auto;
    margin-right: 10px;
}

.main_layout .right .w_img {
    width: 100%;
}

.mt-30 {
    margin-top: 30px;
}

.public-right-game {
    margin-top: 20px;
}

.public-right-game .right_game_zx li {
    width: 100%;
    border-bottom: 1px dashed #999;
    padding-bottom: 14px;
    margin-top: 20px;
}

.public-right-game .right_game_zx li a {
    display: block;
    position: relative;
    font-size: 14px;
}

.public-right-game .right_game_zx li a p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-right-game .right_game_zx li a .p1 {
    color: #333;
}

.public-right-game .right_game_zx li a .p2 {
    margin-top: 10px;
    color: #999;
}

.public-right-game .right_game_zx li a .go {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_album_more.png);
    background-repeat: no-repeat;
}

.public-right-game .right_game_zx li a:hover .p1 {
    color: #0f83ff;
}

.public-right-game .right_game_zx li a:hover .go {
    background-position: -20px;
}

.main_layout>.left .content img {
    width: 50% !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}

.fontas {
    font-size: 20px;
    color: #f0412a;
    position: absolute;
    right: 29px;
    top: -6px;
    font-style: italic;
    font-weight: bold;
}

.gdInfoBox {
    margin: 30px 0;
}

.gdTitle {
    justify-content: space-between;
    color: #999;
    display: flex;
    align-items: center;
}

.gdTitle .titleL {
    font-size: 20px;
    line-height: 20px;
}

.boxCont {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}

.boxCont ul {
    width: 415px;
    padding: 11px 20px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

@media screen and (max-width: 750px) {
    .m_hide {
        display: none;
    }

    .download-detail-header.app {
        width: 100%;
        background-image: none;
        justify-content: flex-start;
    }

    .download-detail-header .main {
        gap: 0;
        height: unset;
        position: relative;
    }

    .download-detail-header .main .left {
        flex-direction: column;
    }

    .download-detail-header .main .left .icon {
        align-self: center;
    }

    .download-detail-header .main .left .content .description {
        grid-template-columns: 3fr;
        gap: 13px 40px;
    }

    .download-detail-header .button-wrap {
        position: absolute;
        top: 140px;
        right: 0;
    }

    .main_layout {
        flex-direction: column;
    }

    .main_layout .left,
    .main_layout .right {
        width: 100%;
        margin-left: 0;
    }
}