/* 详情页样式 */

.info {
    padding: 0.24rem;
    background: #ffffff;
}

.info > div:nth-child(1) {
    display: flex;
    align-items: center;
}

.info > div:nth-child(1) img {
    height: 1.8rem;
    width: 1.8rem;
    margin-right: 0.24rem;
    border-radius: 0.4rem;
}

.info > div:nth-child(1) > div {
    width: calc(100% - 2.04rem);
}

.info > div:nth-child(1) > div > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info > div:nth-child(1) > div > div > div {
    width: 50%;
    font-size: 0.26rem;
    color: #333;
}

.info > div:nth-child(1) > div > div > div > span {
    color: #999;
}

.info > div:nth-child(1) > div > div:first-child {
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info > div:nth-child(1) > div > div:nth-child(2) {
    margin: 0.12rem 0 0.02rem 0;
}

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

.info > div:nth-child(2) a {
    display: block;
    line-height: 0.78rem;
    text-align: center;
    color: #ffffff;
    background: #07c5b9;
    border-radius: 0.1rem;
    font-size: 0.34rem;
    font-weight: bold;
}

.info > div:nth-child(2) a.disabled {
    background: rgba(0, 0, 0, 0.1);
    color: #999;
}

.desc {
    margin-top: 0.24rem;
    background: #ffffff;
}

.desc .title a {
    border: 0.02rem solid #fe9904;
    border-radius: 0.12rem;
    padding: 0 .16rem;
    color: #fe9904;
    font-size: .26rem;
    line-height: .48rem;
}

.desc .descContent {
    padding: 0.24rem;
    background: #ffffff;
}

.desc .descContent .imgBox {
    width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
}

.desc .descContent .imgBox::-webkit-scrollbar {
    display: none;
}

.desc .descContent .imgBox img {
    height: 3rem;
    width: auto;
    margin-right: 0.14rem;
    border-radius: 2px;
}

.desc .descContent .imgBox img:last-child {
    margin-right: 0;
}

.desc .descContent .content .ctitle {
    padding: 0.14rem 0.24rem;
    color: #07c5b9;
    font-weight: 700;
    font-size: 0.32rem;
    background-color: #ebfefd;
    border-radius: .08rem;
    display: flex;
    align-items: center;
    margin: 0.24rem 0;
}

.desc .descContent .content > p {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
    margin: 0.24rem 0;
}

.gameInfo {
    margin-top: 0.24rem;
    background: #ffffff;
}

.gameInfo > div:nth-child(2) {
    padding: 0.24rem;
}

.gameInfo > div:nth-child(2) > div {
    font-size: .28rem;
    color: #999;
    font-weight: bold;
    line-height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.02rem solid #f5f5f5;
}

.gameInfo > div:nth-child(2) > div:last-child {
    border-bottom: none;
}

.gameInfo > div:nth-child(2) > div > span:nth-child(2) {
    color: #1f1f1f;
    font-weight: normal;
}

.gameInfo > div:nth-child(2) > div > span:nth-child(2).link {
    background-color: #f5f5f5;
    border-radius: 0.08rem;
    padding: 0.04rem 0.16rem;
    line-height: 0.48rem;
}

.hot, .same {
    margin-top: 0.24rem;
    background: #ffffff;
}

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

.modalC > div {
    width: 6.4rem;
    background: #ffffff;
    border-radius: 0.2rem;
    padding: 0.24rem;
}

.modalC > div .mtitle {
    font-size: 0.44rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-bottom: 0.02rem solid #f5f5f5;
    padding-bottom: 0.24rem;
}

.modalC > div .mtitle2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.24rem;
}

.modalC > div .mtitle2 svg {
    width: 0.4rem;
    height: 0.4rem;
}

.modalC > div .mForm {
    margin-top: 0.24rem;
}

.modalC > div .mForm .label {
    color: #666;
    font-size: 0.28rem;
}

.modalC > div .mForm .typeList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
}

.modalC > div .mForm label {
    font-size: 0.26rem;
    color: #777;
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
    margin-bottom: 0.1rem;
}

.modalC > div .mForm label input {
    margin-right: 0.06rem;
    position: relative;
    top: 0.01rem;
}

.modalC > div .mForm .textarea {
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
}

.modalC > div .mForm .textarea textarea {
    width: 100%;
    height: 1.4rem;
    padding: 0.12rem 0.24rem;
    font-size: 0.24rem;
    line-height: 0.46rem;
    color: #333;
    border: 0.02rem solid #d8d8d8;
    border-radius: 0.1rem;
    outline: none;
}

.modalC > div .mForm > input {
    width: 100%;
    padding: 0.1rem 0.24rem;
    font-size: 0.24rem;
    line-height: 0.46rem;
    color: #333;
    border: 0.02rem solid #d8d8d8;
    border-radius: 0.1rem;
    outline: none;
    margin: 0.1rem 0 0.2rem 0;
}

.modalC > div .mForm .btnList {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.modalC > div .mForm .btnList > div {
    width: 49%;
    line-height: 0.78rem;
    text-align: center;
    font-size: 0.28rem;
    color: #ffffff;
    border-radius: 0.1rem;
}

.modalC > div .mForm .btnList > div:nth-child(1) {
    background: #ffffff;
    color: #666;
    border: 0.02rem solid #d8d8d8;
}

.modalC > div .mForm .btnList > div:nth-child(2) {
    background: #07c5b9;
    border: 0.02rem solid #07c5b9;
}

.modalC .mContent {
    max-height: 7.8rem;
    overflow: auto;
    padding-right: 0.24rem;
}

.modalC .mContent > p {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #999;
    margin-bottom: 0.24rem;
}

.modalC .mContent > div {
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
}

.reportPanel {
    display: none;
}

.authPannel {
    display: none;
}

.privacyPannel {
    display: none;
}

.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;
}
