/* DETAIL独立样式 */

.breadcrumbs {
    background: #fff;
}

.info {
    padding: .26rem .31rem;
    position: relative;
}

.info > div:first-child {
    display: flex;
    align-items: center;
    position: relative;
}

.info > div:first-child > img {
    width: 1.52rem;
    height: 1.52rem;
    border-radius: .3rem;
    margin-right: 0.2rem;
}

.info > div:first-child > svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.6rem;
}

.info > div:first-child > div > div:first-child {
    font-size: .36rem;
    color: #15282D;
    font-weight: bold;
}

.info > div:first-child > div > div:nth-child(2) {
    font-size: .24rem;
    color: #999;
    margin: 0.16rem 0 0.1rem 0;
}

.info > div:first-child > div > div:nth-child(3) a {
    padding: 0 .16rem;
    height: .32rem;
    font-size: .18rem;
    color: #999;
    background: rgba(153, 153, 153, .1);
    border-radius: .06rem;
    margin: 0 .15rem .1rem 0;
}

.info > div:nth-child(2) {
    margin-top: .3rem;
}

.info > div:nth-child(2) a {
    display: block;
    height: .75rem;
    font-size: .32rem;
    background: #3cdfad;
    color: #fff;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.info > div:nth-child(2) a.disabled {
    background: #ccc;
}

.info > div:nth-child(3) {
    color: #ff9933;
    background: #FFF0D9;
    border-radius: .06rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    width: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 0.4rem;
}

.info > div:nth-child(3) > svg {
    height: 0.24rem;
    fill: #ff9933;
    margin-right: 0.05rem;
    position: relative;
    top: 0.02rem;
}

.descBox {
    background: #ffffff;
    padding: .3rem;
}

.descBox .tabH {
    border-bottom: 0.02rem solid #f2f2f2;
    padding: 0 0 0.2rem 0;
}

.descBox .tabH a {
    font-size: .28rem;
    color: #333;
    margin-right: 0.6rem;
    padding: 0.18rem 0;
}

.descBox .tabH a.active {
    color: #3cdfad;
    font-weight: bold;
    font-size: 0.34rem;
    border-bottom: 0.06rem solid #3cdfad;
}

.title {
    padding: 0.2rem 0;
}

.miniTitle {
    color: #333;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1rem;
}

.colorTitle {
    font-size: .24rem;
    color: #4FE1B3;
    line-height: .44rem;
    font-weight: bold;
}

.colorTitle.purple {
    color: #9933FF;
    text-indent: 2em;
}

.colorTitle.green {
    color: #009900;
    text-indent: 2em;
}

.descIntro .imgBox {
    display: flex;
    align-items: center;
    width: calc(100% + 0.3rem);
    overflow-x: auto;
}

.descIntro .imgBox::-webkit-scrollbar {
    display: none;
}

.descIntro .imgBox > img {
    width: auto;
    height: 3.4rem;
    border-radius: .1rem;
    margin-right: 0.12rem;
}

.descIntro p {
    text-indent: 2em;
    font-size: .24rem;
    line-height: .44rem;
    color: #333;
}

.descIntro p.noIndent {
    text-indent: 0;
}

.descIntro img {
    object-fit: cover;
    margin: 0.2rem 0;
    width: 100%;
}

.descIntro .version {
    font-size: .24rem;
    color: #E53333;
    margin-bottom: 0.04rem;
    padding-left: 1em;
}

.descInfo > div:nth-child(2) {
    padding: 0.18rem 0.2rem 0.29rem;
    background: #EBFCF7;
    border-radius: 0.1rem;
}

.descInfo > div:nth-child(2) > div {
    font-size: .24rem;
    color: #999;
    line-height: .66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.descInfo > div:nth-child(2) > div > span:nth-child(2) {
    color: #1f1f1f;
}

.descInfo > div:nth-child(2) > div > span:nth-child(2).link {
    color: #3CD59B;
}

.gameListWrap {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

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

.relevantTab a {
    font-size: .24rem;
    color: #999;
    margin-right: 0.9rem;
    height: 0.3rem;
}

.relevantTab a.active {
    color: #333;
    font-weight: bold;
    border-bottom: 0.1rem solid #3cdfad;
}

.relevantBox {
    margin-top: 0.3rem;
}

.relevantBox .relevantItem {
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
}

.relevantBox .relevantItem > a {
    display: block;
    width: 49%;
    background: #EBFCF7;
    font-size: .18rem;
    padding-bottom: 0.14rem;
    border-radius: 0.1rem;
}

.relevantBox .relevantItem > a > div:nth-child(1) {
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.relevantBox .relevantItem > a > div:nth-child(1) img {
    height: 1.83rem;
    width: 100%;
    object-fit: cover;
}

.relevantBox .relevantItem > a > div:nth-child(1) > div {
    position: absolute;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 0.08rem 0.16rem;
    color: #fff;
    font-size: 0.24rem;
    left: 0;
    bottom: 0;
}

.relevantBox .relevantItem > a > div:nth-child(2) {
    padding: 0 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.relevantBox .relevantItem > a span {
    color: #999;
    display: flex;
    align-items: center;
}

.relevantBox .relevantItem > a span svg {
    fill: #3CD59B;
    height: 0.24rem;
    width: 0.24rem;
    margin-right: 0.05rem;
    margin: 0.14rem 0;
}

.relevantBox .relevantItem .gameListWrap {
    width: 49%;
}

.relevantBox .relevantItem .gameListWrap .gameItem {
    width: 50%;
    min-width: 50%;
    margin-bottom: 0.1rem;
    padding-bottom: 0;
}

.comment .score {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment .score > div:first-child {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.comment .score > div:first-child > div {
    width: 100%;
    text-align: center;
    font-size: .82rem;
    color: #28282C;
}

.comment .score > div:first-child span {
    font-size: .24rem;
    color: #999;
}

.comment .score > div:nth-child(2) {
    width: 58%;
}

.comment .score > div:nth-child(2) > div {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 0.1rem;
}

.comment .score > div:nth-child(2) > div > input {
    -webkit-mask: url(../img/start.png);
    -webkit-mask-size: .18rem;
    -webkit-mask-repeat: repeat-x;
    height: .18rem;
}

.comment .score > div:nth-child(2) > div .process {
    width: 2.64rem;
    min-width: 2.64rem;
    height: 0.08rem;
    background-color: #DFDFDF;
    border-radius: .04rem;
    margin-left: 0.4rem;
}

.comment .score > div:nth-child(2) > div .process > div {
    height: 100%;
    background-color: #B5B5B5;
    border-radius: .04rem;
}

.comment .score > div:nth-child(2) > div:first-child > input {
    width: 0.9rem;
}

.comment .score > div:nth-child(2) > div:first-child .process > div {
    width: 80%;
}

.comment .score > div:nth-child(2) > div:nth-child(2) > input {
    width: 0.72rem;
}

.comment .score > div:nth-child(2) > div:nth-child(2) .process > div {
    width: 70%;
}

.comment .score > div:nth-child(2) > div:nth-child(3) > input {
    width: 0.54rem;
}

.comment .score > div:nth-child(2) > div:nth-child(3) .process > div {
    width: 60%;
}

.comment .score > div:nth-child(2) > div:nth-child(4) > input {
    width: 0.36rem;
}

.comment .score > div:nth-child(2) > div:nth-child(4) .process > div {
    width: 50%;
}

.comment .score > div:nth-child(2) > div:nth-child(5) > input {
    width: 0.18rem;
}

.comment .score > div:nth-child(2) > div:nth-child(5) .process > div {
    width: 40%;
}

.comment .commentForm {
    padding-bottom: 0.8rem;
}

.comment .commentForm .starBox {
    color: #999;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
}

.comment .commentForm .starBox input {
    height: .6rem;
    width: 3rem;
    -webkit-appearance: none;
    margin: 0;
    outline: 0;
}

.comment .commentForm .starBox input[type="range" i]::-webkit-slider-runnable-track {
    background: #FCBC14;
    height: .6rem;
    -webkit-mask: url(../img/bigStart.png);
    -webkit-mask-size: .6rem;
    -webkit-mask-repeat: repeat-x;
}

.comment .commentForm .starBox input[type="range" i]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 100%;
    box-shadow: 999px 0 0 999px #B5B5B5;
}

.comment .commentForm .starBox input[type=range]::-moz-range-track {
    background: #B5B5B5;
    height: inherit;
}

.comment .commentForm .starBox input[type=range]::-moz-range-progress {
    background: #FCBC14;
    height: inherit;
}

.comment .commentForm .starBox input[type=range]::-moz-range-thumb {
    width: 0;
    opacity: 0;
}

.comment .commentForm textarea {
    width: 100%;
    height: 1.6rem;
    padding: 0.1rem 0.16rem;
    border: 1px solid rgba(100, 100, 100, .1);
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #333;
    resize: none;
    outline: none;
    margin-top: 0.2rem;
}

.comment .commentForm .tips {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 0.2rem;
    color: #333;
}

.comment .commentForm .tips > span:first-child {
    margin-right: 0.2rem;
    color: red;
}

.comment .commentForm .inputBox {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}

.comment .commentForm .inputBox > input {
    padding: 0.14rem 0.1rem;
    font-size: .2rem;
    border: 0;
    border-radius: .05rem;
    background-color: #f7fffd;
    border: .01rem solid #3CDFAD;
    outline: none;
    margin-right: 0.2rem;
}

.comment .commentForm .inputBox > input:nth-child(2) {
    width: 1.5rem;
}

.comment .commentForm .inputBox img {
    border-radius: .05rem;
    height: 0.54rem;
}

.comment .commentForm .submit {
    color: white;
    font-size: .24rem;
    border-radius: .06rem;
    background-color: #3CDFAD;
    padding: 0.1rem 0.26rem;
    margin: 0.2rem 0;
    float: right;
}

.reportPop {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.reportPop > div {
    width: 6.11rem;
    min-height: 4.5rem;
    background: linear-gradient(180deg, #40E7BD 0%, #fff 100%);
    border-radius: 0.12rem;
    padding: 0.2rem;
}

.reportPop > div .popTitle {
    font-size: 0.36rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reportPop > div .popTitle > div:first-child {
    width: 100%;
    text-align: center;
}

.reportPop > div .popTitle svg {
    width: 0.4rem;
    height: 0.4rem;
    fill: #ffffff;
}

.reportPop > div .reportForm {
    background: #ffffff;
    padding: 0.2rem;
    border-radius: 0.12rem;
    margin-top: 0.2rem;
}

.reportPop > div .reportForm .t {
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.2rem;
}

.reportPop > div .reportForm .radioBox > div {
    font-size: 0.24rem;
    color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.reportPop > div .reportForm .radioBox > div > input {
    margin-right: 0.2rem;
}

.reportPop > div .reportForm textarea {
    width: 100%;
    height: 1.2rem;
    padding: 0.1rem 0.16rem;
    border: 0;
    border-radius: 0.1rem;
    font-size: 0.22rem;
    color: #333;
    background: #F0F0F0;
    resize: none;
    outline: none;
}

.reportPop > div .reportForm > input {
    width: 100%;
    padding: 0.18rem 0.16rem;
    border: 0;
    border-radius: 0.1rem;
    font-size: 0.22rem;
    color: #333;
    background: #F0F0F0;
    resize: none;
    outline: none;
}

.reportPop > div .reportForm .submit {
    font-size: 0.32rem;
    color: #ffffff;
    background: #3CDFAD;
    border-radius: 20rem;
    display: inline-block;
    padding: 0.1rem 0.6rem;
    margin-top: 0.4rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.modalPop {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.modalPop > div {
    width: 6.11rem;
    background: #fff;
    border-radius: 0.12rem;
    overflow: hidden;
}

.modalPop > div .popTitle {
    font-size: 0.36rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    background: #3cdfad;
    justify-content: space-between;
    padding: 0.1rem 0.2rem;
}

.modalPop > div .popTitle > div:first-child {
    width: 100%;
}

.modalPop > div .popTitle svg {
    width: 0.4rem;
    height: 0.4rem;
    fill: #fff;
}

.modalPop > div .modalForm {
    padding: 0.2rem;
    font-size: 0.24rem;
    color: #999;
    max-height: 6rem;
    overflow: auto;
}

.modalPop > div .modalForm > b {
    color: #333;
    margin-top: 0.2rem;
    display: block;
}

.modalPop > div .submit {
    font-size: 0.32rem;
    color: #ffffff;
    background: #3CDFAD;
    border-radius: 20rem;
    display: inline-block;
    padding: 0.1rem 1.4rem;
    white-space: nowrap;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.imgZoom {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    overflow: hidden;
    display: none;
}

.imgZoom .zoomTitle {
    position: absolute;
    top: 0.24rem;
    left: 0.24rem;
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
}

.imgZoom .zoomTitle svg {
    width: 0.4rem;
    height: 0.4rem;
    fill: #fff;
}

.imgZoom .imgZoomBox {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.imgZoom .imgZoomBox img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    object-fit: contain;
}

.empty {
    height: 0.3rem;
}
