@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-size: 0.2rem;
}



#layout {
    max-width: 19.2rem;
    min-width: 19.2rem;
    margin: 0 auto;

    position: relative;
    overflow: hidden;
}

#hint {
    position: fixed;
    left: 48%;
    top: 40%;
    z-index: 999;
}

#out {
    color: #64abe7;
    font-size: 0.14rem;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #64abe7;
    border-radius: 0.25rem;
    margin-left: 0.9rem;
    margin-top: -0.12rem;
    display: flex;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
}

#tc4png {
    opacity: 1;
}


a {
    text-decoration: none;
}

body {
    font-family: Source Han Sans CN;
    font-size: 0.2rem;
}

body {
    width: 19.2rem;
    margin: 0 auto;
}

/* 使用CSS前缀确保兼容性 */
.element {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

span:hover {
    cursor: pointer;
}

span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

p:hover {
    cursor: pointer;
}


/*视频*/

/*视频关闭按钮*/
/*视频按钮*/
.video_nav i {
    position: fixed;
    left: 50%;
    z-index: 998;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0.8;
    background: #000;
}

.shipintan {
    position: fixed;
    left: 50%;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0.1rem 0.1rem;
    border-radius: 0.1rem;
    background: linear-gradient(150deg, #1675eb, #f3f3f3);
}

.video_isd {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

video::-webkit-media-controls-timeline {
    display: var(--seekbar-display, initial);
}

.vde {
    width: 100%;
}

.show {
    background: #fff;
    padding: 0.1rem 0.2rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    border-radius: 0 0 0 0.1rem;
    cursor: pointer;
    color: #000;
}

.video_nav {
    display: none;
}


/*一张图片*/
.onebox {
    width: 15.8rem;
    display: flex;
    justify-content: center;
}

.onebox img {
    width: 15.8rem;
}

/*四图片*/
.outbox {
    width: 3.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.outbox img {
    width: 3.8rem;
}

.outbox video {
    width: 3.8rem;
}

.outbox video::-webkit-media-controls-play-button {
    display: none;
}

/*两图片*/
.inlinebox {
    width: 7.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.inlinebox img {
    width: 7.8rem;
}

/*三图片*/
.threebox {
    width: 5.14rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.threebox img {
    width: 5.14rem;
}

/*三图片*/
.threeboximg {
    width: 4.94rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.threeboximg img {
    width: 4.94rem;
}

.threecenter {
    display: flex;
    margin: 0.14rem auto;
}

.threecenter {
    display: flex;
    justify-content: center;
    color: #333;
}

.threecenter img {
    width: 0.26rem;
    position: absolute;
    transform: translate(-850%, 0%);
}

/*播放按钮+文字*/
.inlinebox .text_left {
    width: 7.8rem;
    display: flex;
    margin: 0.12rem 0rem;
    margin-bottom: 0.15rem;
    align-items: center;
}

.threebox .text_left {
    display: flex;
    width: 4.94rem;
    margin: 0.12rem 0rem;
    margin-bottom: 0.15rem;
    align-items: center;
}

.outbox .text_left {
    display: flex;
    width: 3.8rem;
    margin: 0.12rem 0rem;
    margin-bottom: 0.15rem;
    align-items: center;
}

.inlinebox .text_left span {
    color: #333;
    font-weight: 400;
    overflow: hidden;
}

.threebox .text_left span {
    color: #333;
    font-weight: 400;
    overflow: hidden;
}

.outbox .text_left span {
    color: #333;
    font-weight: 400;
    overflow: hidden;
}

.text_left img {
    width: 0.26rem;
    margin-right: 0.15rem;
}

.text_center {
    display: flex;
    justify-content: center;
    color: #333;
    font-weight: 400;
    padding: 0.12rem;
}

/*轮播图左右*/

.next {
    position: absolute;
    top: 50%;
    opacity: 0.5;
    z-index: 1;
    color: #fff;
    background: #959595;
    padding: 0.15rem 0.11rem;
    transition: 0.2s;
    transform: translate(0%, -80%);
    right: 0rem;
}

.next img {
    width: 0.19rem;
    height: 0.34rem;
}

.prev {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0.5;
    color: #fff;
    background: #959595;
    padding: 0.15rem 0.11rem;
    z-index: 1;
    transition: 0.2s;
    transform: translate(0%, -80%);
}

.prev img {
    width: 0.19rem;
    height: 0.34rem;
}

.tileft {
    display: flex;
    flex-direction: column;
}

.titleleft {
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
}

.tileft img {
    margin-top: 0.07rem;
    width: 15.8rem;
}

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

.titleright a {
    font-size: 0.2rem;
    font-weight: 400;
    color: #666;
}

.titleright a .trbtn {
    padding: 0.02rem 0.1rem;
    background: #1C70E7;
    border-radius: 0.18rem;
    border: none;
    font-size: 0.18rem;
    font-weight: 400;
    color: #fff;
}