.detail-images-block {
    position: relative;
    white-space: nowrap;
    height: 286px;
    -webkit-transition: all 600ms cubic-bezier(.075, .82, .165, 1);
    transition: all 600ms cubic-bezier(.075, .82, .165, 1)
}

.detail-images-block .detail-top-images-box {
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 182px;
    margin-right: 24px;
    height: 286px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.detail-top-images-left-button {
    position: absolute;
    border: none;
    outline: none;
    height: 53px;
    width: 35px;
    opacity: .59;
    bottom: -53px;
    top: -53px;
    left: 10px;
    margin: auto;
    background: #000000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 1000;
    cursor: pointer
}

.detail-top-images-left-button i {
    color: #fff;
    font-size: 24px;
    opacity: 1
}

.detail-top-images-right-button {
    position: absolute;
    border: none;
    outline: none;
    height: 53px;
    width: 35px;
    opacity: .59;
    bottom: -53px;
    top: -53px;
    right: 10px;
    margin: auto;
    background: #000000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 1000;
    cursor: pointer
}

.detail-top-images-right-button i {
    color: #fff;
    font-size: 24px;
    opacity: 1
}

.yxf-d7a4fb83 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    overflow: hidden;
    z-index: 1600
}

.yxf-d7a4fb83 .yxf-26a9ea35 {
    position: absolute;
    right: 0;
    cursor: pointer
}

.yxf-d7a4fb83 .yxf-467fdcdf {
    position: absolute;
    margin: auto;
    width: 570px;
    height: 570px;
    top: -235px;
    bottom: -235px;
    right: -235px;
    left: -235px;
    background-position: center center;
    background-repeat: no-repeat
}

.yxf-d7a4fb83 .yxf-467fdcdf .yxf-b94282f4 {
    position: absolute;
    width: 400px;
    height: 300px;
    top: 200px;
    margin: auto;
    left: -200px;
    right: -200px;
    text-align: center
}

.yxf-d7a4fb83 .yxf-467fdcdf .yxf-b94282f4 .detail-top-div-icon {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover
}

.yxf-d7a4fb83 .yxf-467fdcdf .yxf-b94282f4 .detail-top-div-name {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 700;
    color: #141c20
}

.yxf-d7a4fb83 .yxf-467fdcdf .detail-top-div-down {
    position: absolute;
    width: 182px;
    height: 54px;
    bottom: 80px;
    margin: auto;
    left: -61px;
    right: -61px
}

.yxf-d7a4fb83 .yxf-467fdcdf .detail-top-div-down button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    width: 182px;
    height: 54px;
    background: #44bc0c;
    color: #ebf6e5;
    font-weight: 400;
    font-size: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

.yxf-d7a4fb83 .yxf-467fdcdf .detail-top-div-down button .yxf-e5af1a74 {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: -2px;
    margin-left: 0
}

.yxf-d7a4fb83 .yxf-467fdcdf .detail-top-div-down button > span {
    margin-left: 10px;
    vertical-align: middle
}

.yxf-d7a4fb83 .yxf-467fdcdf .detail-top-div-down button > i {
    vertical-align: middle;
    font-size: 22px
}

.detail-html {
    position: relative;
    background: #f8f8f8
}

.detail-html .detail-body {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    margin-top: 72px;
    margin-bottom: 55px
}

.detail-html .detail-body::before, .detail-html .detail-body::after {
    content: ' ';
    clear: both;
    display: table
}

.detail-html .detail-body-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 24px 0;
    height: 68px;
    line-height: 20px;
    color: #8a8a8f;
    font-size: 18px
}

.detail-html .detail-body-title .detail-body-title-index {
    color: #ffc117;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transform: rotate(-346deg);
    transform: rotate(-346deg)
}

.detail-html .detail-body-title .detail-body-title-name {
    color: #333333;
    font-size: 20px;
    font-weight: 700
}

.detail-html .detail-top-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 1200px;
    height: 354px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.detail-html .detail-top-div .detail-top-div-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 410px
}

.detail-html .detail-top-div .detail-top-div-left .detail-top-div-icon {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover
}

.detail-html .detail-top-div .detail-top-div-left .detail-top-div-name {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 700;
    color: #141c20
}

.detail-html .detail-top-div .detail-top-div-left .detail-top-div-tags {
    position: relative;
    margin-top: 16px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    padding: 0 10px
}

.detail-html .detail-top-div .detail-top-div-left .detail-top-div-tags .detail-top-div-tags-name {
    display: inline-block;
    padding: 8px 15px;
    text-align: center;
    border: 1px solid #eaebed;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    vertical-align: middle;
    color: #8a8a8f;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px
}

.detail-html .detail-top-div .detail-top-div-left .detail-top-div-tags .detail-top-div-tags-name:last-child {
    margin-right: 0
}

.detail-html .detail-top-div .detail-top-div-left .detail-top-div-down button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    width: 182px;
    height: 54px;
    background: #ffd43a;
    color: #35280b;
    font-weight: 500;
    font-size: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.detail-html .detail-top-div .detail-top-div-left .detail-top-div-down button .yxf-8eb713c1 {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: -2px;
    margin-left: 0
}

.detail-html .detail-top-div .detail-top-div-left .detail-top-div-down button > span {
    margin-left: 10px;
    vertical-align: middle
}

.detail-html .detail-top-div .detail-top-div-left .detail-top-div-down button > i {
    vertical-align: middle;
    font-size: 22px
}

.detail-html .detail-top-div .detail-top-div-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    min-width: 0;
    padding-right: 30px
}

.detail-html .detail-top-div .detail-top-div-imgs .yxf-f7750ee1 {
    position: relative;
    white-space: nowrap;
    width: 100%;
    height: 286px;
    overflow: hidden
}

.detail-html .detail-top-div .detail-top-div-imgs .yxf-f7750ee1 .yxf-3ec83194 {
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 182px;
    margin-left: 24px;
    height: 286px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover
}

.detail-html .detail-info-box {
    position: relatve;
    padding: 30px 0;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.detail-html .detail-info-box .detail-info-desc {
    width: 100%;
    padding: 30px 40px 10px 40px;
    font-size: 14px;
    color: #141c20;
    text-align: justify;
    font-weight: 700;
    line-height: 2
}

.detail-html .detail-info {
    position: relative;
    float: left;
    margin-top: 24px;
    width: 850px
}

.detail-html .right-other-game-box {
    position: relative;
    float: right;
    width: 324px;
    margin-top: 24px
}

.detail-html .detail-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    border-left: 3px solid #ffc936;
    padding-left: 18px
}

.detail-html .detail-info-title span {
    vertical-align: middle
}

.detail-html .detail-info-title small {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    vertical-align: middle
}

.detail-html .detail-box {
    margin-top: 24px;
    position: relatve;
    padding: 30px 0;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.detail-html .detail-active {
    padding: 12px
}

.detail-html .yxf-c5961c4c {
    width: 100%;
    height: 82px;
    padding: 20px 28px;
    overflow: hidden
}

.detail-html .yxf-c5961c4c .yxf-64043602 {
    position: relative;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis
}

.detail-html .yxf-c5961c4c .yxf-64043602::before {
    position: absolute;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #ffc117;
    margin: auto;
    left: -14px;
    top: -8px;
    bottom: -8px
}

.detail-html .yxf-c5961c4c .yxf-089ce664 {
    margin-top: 12px;
    font-size: 14px;
    color: #8a8a8f;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.detail-open {
    position: relative;
    padding: 40px 40px 28px 40px
}

.detail-open::before, .detail-open::after {
    content: ' ';
    clear: both;
    display: table
}

.detail-open > .yxf-aa1c6fe7 {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px
}

.detail-open > .yxf-aa1c6fe7:nth-child(3n) {
    margin-right: 0
}

.yxf-aa1c6fe7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    width: 248px;
    height: 62px;
    font-size: 16px;
    color: #141c20;
    border: 1px #eaebed solid
}

.yxf-aa1c6fe7 .yxf-8abb7742 {
    font-weight: 500;
    min-width: 0
}

.yxf-aa1c6fe7 .yxf-78a49920 {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-align: right;
    text-align: center
}

.yxf-aa1c6fe7.yxf-641abcc2 {
    color: #ff5f1c;
    font-weight: 300
}

.yxf-aa1c6fe7.yxf-641abcc2 .yxf-8abb7742 {
    font-weight: 500
}

.yxf-aa1c6fe7.yxf-641abcc2 .yxf-78a49920 {
    font-weight: 500;
    color: #141c20
}

.yxf-aa1c6fe7.yxf-b720aa5f {
    color: #1a8ef1;
    font-weight: 300
}

.yxf-aa1c6fe7.yxf-b720aa5f .yxf-8abb7742 {
    font-weight: 500
}

.yxf-aa1c6fe7.yxf-b720aa5f .yxf-78a49920 {
    font-weight: 500;
    color: #141c20
}

.detail-gift-box {
    position: relative;
    padding: 40px 40px 28px 40px
}

.detail-gift-box::before, .detail-gift-box::after {
    content: ' ';
    clear: both;
    display: table
}

.detail-gift-box > .detail-gift-info-box {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px
}

.detail-gift-box > .detail-gift-info-box:nth-child(2n) {
    margin-right: 0
}

.detail-gift-box > .detail-gift-info-box:hover {
    background: #f0f1f3;
    -webkit-box-shadow: 0 10px 18px 0 rgba(138, 138, 143, 0.08);
    box-shadow: 0 10px 18px 0 rgba(138, 138, 143, 0.08)
}

.detail-gift-info-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 20px;
    width: 378px;
    height: 100px;
    border: 1px solid #eaebed;
    cursor: pointer
}

.detail-gift-info-box .detail-gift-info-image {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd
}

.detail-gift-info-box .detail-gift-info-content {
    margin-left: 12px;
    margin-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    min-width: 0
}

.detail-gift-info-box .detail-gift-info-content .detail-gift-info-name {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.detail-gift-info-box .detail-gift-info-content .detail-gift-info-desc {
    margin-top: 10px;
    font-size: 14px;
    color: #8a8a8f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.detail-gift-info-box .detail-gift-click button {
    outline: none;
    background: #ffffff;
    border: 1px solid #eaebed;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 14px;
    width: 64px;
    height: 32px;
    color: #ff5f1c;
    cursor: pointer
}

.detail-gift-info-box .detail-gift-click button:hover {
    background: #ff5f1c;
    color: #fff
}

.yxf-9253a4a2 {
    position: relative;
    padding: 40px 40px 28px 40px
}

.yxf-9253a4a2::before, .yxf-9253a4a2::after {
    content: ' ';
    clear: both;
    display: table
}

.yxf-9253a4a2 > .yxf-8e5ea2f3 {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px
}

.yxf-9253a4a2 > .yxf-8e5ea2f3:nth-child(2n) {
    margin-right: 0
}

.yxf-8e5ea2f3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 378px;
    height: 128px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #eaebed;
    padding: 0 20px;
    cursor: pointer
}

.yxf-8e5ea2f3 .yxf-4816e87a {
    width: 124px;
    height: 92px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd
}

.yxf-8e5ea2f3 .yxf-c36c4c6a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 18px
}

.yxf-8e5ea2f3 .yxf-c36c4c6a .yxf-2bceb7f1 {
    font-size: 16px;
    color: #8a8a8f;
    text-align: justify;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 14px
}

.yxf-8e5ea2f3 .yxf-c36c4c6a .yxf-3fb0c51b {
    font-size: 20px;
    color: #ff5f1c;
    text-align: left;
    font-weight: 700
}

.yxf-8e5ea2f3:hover {
    background: #f0f1f3;
    -webkit-box-shadow: 0 10px 18px 0 rgba(138, 138, 143, 0.08);
    box-shadow: 0 10px 18px 0 rgba(138, 138, 143, 0.08)
}

.yxf-8e5ea2f3:hover .yxf-2bceb7f1 {
    color: #141c20;
    font-weight: 500
}

.right-other-game {
    padding: 30px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff
}

.right-other-game-block {
    position: relative;
    padding: 15px 2px
}

.right-other-game-block::before, .right-other-game-block::after {
    content: ' ';
    clear: both;
    display: table
}

.right-other-game-info-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 20px 16px;
    cursor: pointer
}

.right-other-game-info-box:hover {
    background: #f0f1f3
}

.right-other-game-info-box .right-other-game-info-icon {
    width: 60px;
    height: 60px;
    background-color: #ddd;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 12px
}

.right-other-game-info-box .right-other-game-info-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    min-width: 0
}

.right-other-game-info-box .right-other-game-info-content .right-other-game-info-name {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.right-other-game-info-box .right-other-game-info-content .right-other-game-info-tags {
    margin-top: 5px;
    font-size: 12px;
    color: #8a8a8f
}

.right-other-game-info-box .right-other-game-info-content .right-other-game-info-tags span {
    vertical-align: middle
}

.right-other-game-info-box .right-other-game-info-content .right-other-game-info-tags .right-other-game-info-size {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 1px;
    margin: 0 5px;
    background: #8a8a8f;
    opacity: .2
}

.right-other-game-info-box .right-other-game-info-content .right-other-game-info-desc {
    margin-top: 6px;
    font-size: 12px;
    color: #141c20;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}