.videoBox {
    width: 100%;
    position: relative;
}

.videoBox .back {
    position: fixed;
    top: 0.12rem;
    left: 0.12rem;
    z-index: 20;
}

.videoBox .back img {
    width: 0.24rem;
}

.videoBox .playError {
    height: 0.24rem;
    position: fixed;
    top: 0.12rem;
    right: 0.12rem;
    z-index: 20;
    padding: 0 0.08rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.1rem;
    color: rgb(106, 0, 0);
    background: linear-gradient(90deg, rgb(255, 223, 174), rgb(255, 151, 86));
    border-radius: 0.5rem;
}

.videoBox .playerBox {
    width: 100%;
    aspect-ratio: 360/202;
}

.videoBox .playerBox #artplayer {
    width: 100%;
    height: 100%;
}

.tab {
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(20, 21, 25);
    width: 100%;
    padding: 0 0.12rem;
}

.tab .left {
    display: flex;
    align-items: center;
    height: 100%;
}

.tab .left div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    margin-right: 0.16rem;
}

.tab .left div.active {
    color: rgb(255, 205, 132);
}

.tab .left div.active:after {
    content: "";
    position: absolute;
    bottom: 0.04rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.12rem;
    height: 0.04rem;
    background: rgb(255, 205, 132);
    border-radius: 0.02rem;
}

.tab .right {
    height: 0.24rem;
    border: 1px solid #fff;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
}

.tab .right img {
    width: 0.24rem;
}

.tab .right span {
    font-size: 0.1rem;
    color: #fff;
    padding: 0 0.04rem;
}

main {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

main .content {
    display: none;
}

main .content.active {
    display: block;
}

.info {
    padding-bottoM: 0.2rem;
}

.info .user {
    padding: 0.12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info .user .left {
    display: flex;
    align-items: center;
}

.info .user .left .avatar {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
}

.info .user .left .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.info .user .left .userInfo {
    padding-left: 0.08rem;
}

.info .user .left .userInfo h5 {
    font-size: 0.14rem;
    color: #fff;
}

.info .user .left .userInfo .desc {
    margin-top: 0.03rem;
    display: flex;
    align-items: center;
}

.info .user .left .userInfo .desc span {
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 0.12rem;
}

.info .user .right span {
    display: none !important;
}

.info .user .right span.active {
    display: flex !important;
}

.info .user .right .attention {
    height: 0.24rem;
    width: 0.56rem;
    background: rgb(255, 205, 132);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: #000;
    border-radius: 0.04rem;
}

.info .user .right .attentioned {
    height: 0.24rem;
    width: 0.56rem;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 0.04rem;
}

.info .name {
    padding: 0 0.12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.info .name h1 {
    font-size: 0.16rem;
    color: #fff;
}

.info .name img {
    width: 0.08rem;
}

.info .videoInfo {
    margin-top: 0.12rem;
    display: flex;
    align-items: center;
    padding-left: 0.12rem;
}

.info .videoInfo .hot {
    display: flex;
    align-items: center;
}

.info .videoInfo .hot img {
    width: 0.12rem;
}

.info .videoInfo .hot span {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 0.04rem;
}

.info .videoInfo .line {
    height: 0.14rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 0.1rem;
}

.info .videoInfo .score {
    font-size: 0.12rem;
    color: rgb(255, 205, 132);
}

.info .tagList {
    display: flex;
    align-items: center;
    margin-top: 0.12rem;
    padding: 0 0.12rem;
}

.info .tagList a {
    height: 0.24rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 0.08rem;
    padding: 0 0.08rem;
}

.info .actions1 {
    margin-top: 0.12rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info .actions1>div {
    height: 100%;
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info .actions1>div img {
    width: 0.2rem;
    display: none;
}

.info .actions1>div .active {
    display: block;
}

.info .actions1>div span {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 0.04rem;
}

.info .lines {
    margin-top: 0.12rem;
}

.info .lines .header {
    height: 0.48rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info .lines .header .left {
    display: flex;
    align-items: center;
    height: 100%;
}

.info .lines .header .left>div {
    height: 100%;
    width: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.info .lines .header .left>div.active {
    color: rgb(255, 205, 132);
    background: rgb(16, 14, 12);
}

.info .lines .header .left>div mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.18rem;
    height: 0.11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.03rem;
    line-height: 0.11rem;
    display: none;
    flex-shrink: 0;
}

.info .lines .header .left>div mark.free {
    background: rgb(255, 74, 56);
    font-size: 0.07rem;
    color: #fff;
}

.info .lines .header .left>div mark.vip {
    background: linear-gradient(90deg, rgb(255, 223, 174), rgb(255, 151, 86));
    font-size: 0.08rem;
    color: rgb(106, 0, 0);
}

.info .lines .header .left>div mark.active {
    display: flex;
}

.info .lines .header .right {
    padding-right: 0.12rem;
    display: flex;
    align-items: center;
}

.info .lines .header .right span {
    font-size: 0.12rem;
    color: #fff;
    padding-right: 0.03rem;
}

.info .lines .header .right img {
    width: 0.06rem;
}

.info .lines .chapter {
    height: 0.56rem;
    background: rgb(16, 14, 12);
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding-left: 0.12rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.info .lines .chapter .swiper-wrapper {
    display: flex;
    align-items: center;
}

.info .lines .chapter .swiper-wrapper .swiper-slide {
    width: 0.48rem;
    height: 0.32rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.04rem;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 0.08rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.32rem;
    text-align: center;
}

.info .lines .chapter .swiper-wrapper .swiper-slide .payType {
    position: absolute;
    top: 0;
    right: 0;
}

.info .lines .chapter .swiper-wrapper .swiper-slide .payType .free {
    height: 0.12rem;
    padding: 0 0.02rem;
    background: rgb(104, 71, 255);
    border-top-right-radius: 0.04rem;
    border-bottom-left-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.08rem;
    color: #fff;
}

.info .lines .chapter .swiper-wrapper .swiper-slide .payType .vip {
    height: 0.12rem;
    padding: 0 0.02rem;
    background: linear-gradient(90deg, rgb(255, 223, 174), rgb(255, 151, 86));
    border-top-right-radius: 0.04rem;
    border-bottom-left-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.08rem;
    color: rgb(106, 0, 0);
}

.info .lines .chapter .swiper-wrapper .swiper-slide .payType .gold {
    height: 0.12rem;
    padding: 0 0.02rem;
    background: rgb(255, 69, 69);
    border-top-right-radius: 0.04rem;
    border-bottom-left-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.08rem;
    color: #fff;
}

.info .lines .chapter .swiper-wrapper .swiper-slide .payType .gold img {
    width: 0.06rem;
}

.info .lines .chapter .swiper-wrapper .swiper-slide .payType .gold i {
    padding-left: 0.02rem;
}

.info .lines .chapter .swiper-wrapper .swiper-slide mark {
    position: absolute;
    right: 0.04rem;
    bottom: 0.04rem;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: rgb(255, 69, 69);
}

.info .lines .chapter .swiper-wrapper .swiper-slide.active {
    background: rgb(16, 14, 12);
    border: 1px solid rgb(255, 205, 132);
}

.info .actions2 {
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(16, 14, 12);
}

.info .actions2>div {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info .actions2>div img {
    width: 0.2rem;
}

.info .actions2>div span {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 0.04rem;
}

.info .ad {
    width: 100%;
    margin-top: 0.12rem;
    padding: 0 0.12rem;
    aspect-ratio: 336/56;
}

.info .ad a {
    width: 100%;
    height: 100%;
}

.info .ad a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.08rem;
}

.info .guess {
    margin-top: 0.12rem;
}

.info .guess .header {
    display: flex;
    align-items: center;
    padding-left: 0.12rem;

}

.info .guess .header h3 {
    font-size: 0.16rem;
    color: #fff;
    margin-right: 0.12rem;
}

.info .guess .header .filter {
    display: flex;
    align-items: center;
    height: 0.48rem;
}

.info .guess .header .filter div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    margin-right: 0.16rem;
}

.info .guess .header .filter div.active {
    color: rgb(255, 205, 132);
}

.info .guess .header .filter div.active:after {
    content: "";
    position: absolute;
    bottom: 0.04rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.12rem;
    height: 0.04rem;
    background: rgb(255, 205, 132);
    border-radius: 0.02rem;
}

.info .guess .list {
    padding: 0 0.12rem;
}

/* 评论 */
.comment {
    padding: 0 0.12rem 1.3rem;
}

.comment ul li {
    display: flex;
    padding-top: 0.12rem;
}

.comment ul li .avatar {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
}

.comment ul li .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.comment ul li .container {
    flex: 1;
    padding-left: 0.12rem;
}

.comment ul li .container h5 {
    font-size: 0.14rem;
    color: #fff;
}

.comment ul li .container .text {
    margin-top: 0.04rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.14rem;
}

.comment ul li .container .footer {
    margin-top: 0.08rem;
    display: flex;
    align-items: center;
}

.comment ul li .container .footer .time {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.41);
    margin-right: 0.12rem;
}

.comment ul li .container .footer .like {
    display: flex;
    align-items: center;
    margin-right: 0.12rem;
}

.comment ul li .container .footer .like img {
    width: 0.14rem;
    display: none;
}

.comment ul li .container .footer .like img.active {
    display: block;
}

.comment ul li .container .footer .like span {
    padding-left: 0.03rem;
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.41);
}

.comment ul li .container .footer .replay {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.41);
}

.comment .formBox {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.24rem;
    background: rgb(40, 40, 40);
    padding: 0.12rem;
    display: flex;
    flex-direction: column;
}

.comment .formBox .textBox {
    flex: 1;
}

.comment .formBox .textBox textarea {
    width: 100%;
    height: 100%;
    background: rgb(34, 34, 34);
    padding: 0.12rem 0 0 0.12rem;
    color: #fff;
}

.comment .formBox .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.1rem;
}

.comment .formBox .action .left img {
    width: 0.24rem;
}

.comment .formBox .action .left span {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.4);
}

.comment .formBox .action .right {
    display: flex;
    align-items: center;
}

.comment .formBox .action .right span {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.4);
    padding-right: 0.12rem;
}

.comment .formBox .action .right button {
    width: 0.6rem;
    height: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 205, 132);
    border-radius: 0.04rem;
    font-size: 0.14rem;
    color: #000;
}

/* 验证码弹窗 */
dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: none;
}

dialog .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);

}

dialog .wraper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(36, 38, 44);
    border-radius: 0.08rem;
    width: 80%;
    padding: 0 0.12rem 0.16rem;
}

dialog.captcha .wraper .header {
    height: 0.48rem;
    padding: 0 0.12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

dialog.captcha .wraper .header .center {
    font-size: 0.14rem;
    color: #fff;
}

dialog.captcha .wraper .header .right img {
    width: 0.24rem;
}

dialog.captcha .wraper .pic {
    background: rgb(51, 51, 51);
    border-radius: 0.08rem;
    padding: 0.08rem;
    aspect-ratio: 248/56;
}

dialog.captcha .wraper .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.08rem;
}

dialog.captcha .wraper .form {
    margin-top: 0.08rem;
}

dialog.captcha .wraper .form input {
    width: 100%;
    height: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 0.08rem;
    padding-left: 0.12rem;
    color: #fff;
}

dialog.captcha .wraper .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.16rem;
}

dialog.captcha .wraper .btns .change {
    height: 0.4rem;
    width: 45%;
    border: 2px solid rgb(255, 205, 132);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: rgb(255, 205, 132);
    border-radius: 0.5rem;
}

dialog.captcha .wraper .btns .confirm {
    height: 0.4rem;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    background: rgb(255, 205, 132);
    border-radius: 0.5rem;
    font-size: 0.14rem;
    color: #000;
}

/* VIP,金币弹窗 */

dialog.playError .wraper {
    background: #fff;
}

dialog.playError .wraper .header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.16rem;
    color: #000;
    margin-top: 0.16rem;
}

dialog.playError .wraper .text {
    text-align: center;
    padding: 0.12rem 0 0.16rem;
}

dialog.playError .wraper .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

dialog.playError .wraper .btns .cancel {
    height: 0.36rem;
    width: 45%;
    background: rgb(238, 238, 238);
    border-radius: 0.5rem;
    font-size: 0.14rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

dialog.playError .wraper .btns .confirm {
    height: 0.36rem;
    width: 45%;
    background: rgb(255, 205, 132);
    border-radius: 0.5rem;
    font-size: 0.14rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* 视频详情弹窗 */

dialog.movieDesc .wraper {
    padding: 0 0.12rem 0.16rem;
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    background: rgb(36, 38, 44);
    border-radius: 0;
    height: 68%;
    height: 0;

}

dialog.movieDesc .wraper .header {
    height: 0.48rem;
    padding: 0 0.12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

dialog.movieDesc .wraper .content {
    height: calc(100% - 0.48rem);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

dialog.movieDesc .wraper .header .center {
    font-size: 0.16rem;
    color: #fff;
}

dialog.movieDesc .wraper .header .right img {
    width: 0.24rem;
}

dialog.movieDesc .wraper .movieInfo {
    margin-top: 0.08rem;
    display: flex;
}

dialog.movieDesc .wraper .movieInfo .cover {
    width: 0.93rem;
    aspect-ratio: 93/124;
}

dialog.movieDesc .wraper .movieInfo .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.08rem;
}

dialog.movieDesc .wraper .movieInfo .movieIntro {
    padding-left: 0.12rem;
}

dialog.movieDesc .wraper .movieInfo .movieIntro h1 {
    font-size: 0.16rem;
    color: #fff;
}

dialog.movieDesc .wraper .movieInfo .movieIntro .tagList {
    display: flex;
    align-items: center;
    margin-top: 0.12rem;
}

dialog.movieDesc .wraper .movieInfo .movieIntro .tagList a {
    height: 0.24rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 0.08rem;
    padding: 0 0.08rem;
}

dialog.movieDesc .wraper .movieInfo .movieIntro .chapter {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.12rem;
}

dialog.movieDesc .wraper .movieInfo .movieIntro .auther {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.12rem;
}

dialog.movieDesc .wraper .desc {
    margin-top: 0.12rem;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
}

dialog.movieDesc .wraper .actor {
    margin-top: 0.12rem;
}

dialog.movieDesc .wraper .actor h6 {
    height: 0.48rem;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
}

dialog.movieDesc .wraper .actor ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.12rem 0.3rem;
}

dialog.movieDesc .wraper .actor ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
}

dialog.movieDesc .wraper .actor ul li .avatar {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

dialog.movieDesc .wraper .actor ul li .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

dialog.movieDesc .wraper .actor ul li .name {
    font-size: 0.12rem;
    color: #fff;
    margin-top: 0.08rem;
    text-align: center;
}

dialog.movieDesc .wraper .actor ul li .sub {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.04rem;
    text-align: center;
}

/* 剧集弹窗 */

dialog.chapter .wraper {
    padding: 0 0.12rem 0.16rem;
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    background: rgb(36, 38, 44);
    border-radius: 0;
    height: 68%;
    height: 0;

}

dialog.chapter .wraper .header {
    height: 0.48rem;
    padding: 0 0.12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

dialog.chapter .wraper .header .left img {
    width: 0.24rem;
    display: none;
}

dialog.chapter .wraper .header .left img.active {
    width: 0.24rem;
    display: block;
}

dialog.chapter .wraper .header .center {
    font-size: 0.16rem;
    color: #fff;
}

dialog.chapter .wraper .header .right img {
    width: 0.24rem;
}

dialog.chapter .wraper .content {
    height: calc(100% - 0.48rem);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

dialog.chapter .wraper .content ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.08rem;
}

dialog.chapter .wraper .content ul li {
    width: 100%;
    height: 0.4rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

dialog.chapter .wraper .content ul li .payType {
    position: absolute;
    top: 0;
    right: 0;
}

dialog.chapter .wraper .content ul li .payType .free {
    height: 0.12rem;
    padding: 0 0.02rem;
    background: rgb(104, 71, 255);
    border-top-right-radius: 0.04rem;
    border-bottom-left-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.08rem;
    color: #fff;
}

dialog.chapter .wraper .content ul li .payType .vip {
    height: 0.12rem;
    padding: 0 0.02rem;
    background: linear-gradient(90deg, rgb(255, 223, 174), rgb(255, 151, 86));
    border-top-right-radius: 0.04rem;
    border-bottom-left-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.08rem;
    color: rgb(106, 0, 0);
}

dialog.chapter .wraper .content ul li .payType .gold {
    height: 0.12rem;
    padding: 0 0.02rem;
    background: rgb(255, 69, 69);
    border-top-right-radius: 0.04rem;
    border-bottom-left-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.08rem;
    color: #fff;
}

dialog.chapter .wraper .content ul li .payType .gold img {
    width: 0.06rem;
}

dialog.chapter .wraper .content ul li .payType .gold i {
    padding-left: 0.02rem;
}

dialog.chapter .wraper .content ul li mark {
    position: absolute;
    right: 0.04rem;
    bottom: 0.04rem;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: rgb(255, 69, 69);
}

dialog.chapter .wraper .content ul li.active {
    background: rgb(16, 14, 12);
    border: 1px solid rgb(255, 205, 132);
}


/* 视频报错弹窗 */
dialog.errorFeedback .wraper .header {
    height: 0.48rem;
    padding: 0 0.12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

dialog.errorFeedback .wraper .header .center {
    font-size: 0.14rem;
    color: #fff;
}

dialog.errorFeedback .wraper .header .right img {
    width: 0.24rem;
}

dialog.errorFeedback .wraper .content .inputBox {
    width: 100%;
}

dialog.errorFeedback .wraper .content .inputBox textarea {
    width: 100%;
    height: 1.24rem;
    background: #fff;
    border-radius: 0.08rem;
    padding: 0.12rem;
}

dialog.errorFeedback .wraper .content .btn {
    margin-top: 0.12rem;
}

dialog.errorFeedback .wraper .content .btn button {
    width: 100%;
    height: 0.4rem;
    background: rgb(255, 205, 132);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #000;
}

/* 悬浮导航 */
.posMenuBtn {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}

.posMenuBtn img {
    width: 0.48rem;
}

dialog.posMenu .wraper {
    padding: 0 0.12rem 0.16rem;
    width: 30%;
    position: fixed;
    top: 50%;
    left: auto;
    right: -50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 0.04rem;
    height: 65%;
    padding: 0.08rem 0;
    overflow-y: auto;

}

dialog.posMenu .wraper ul li {
    height: 0.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

dialog.posMenu .wraper ul li a {
    font-size: 0.14rem;
    color: #000;
}

/* 切换线路弹窗 */

dialog.changeLines .wraper {
    padding: 0;
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    background: rgb(36, 38, 44);
    border-radius: 0;
    height: 1.7rem;
    height: 0;

}

dialog.changeLines .wraper ul {}

dialog.changeLines .wraper ul li {
    height: 0.56rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #fff;
}

dialog.changeLines .wraper ul li.active {
    color: rgb(255, 205, 132);
}

dialog.changeLines .wraper .cancel {
    height: 0.56rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #fff;
    border-top: 8px solid rgb(51, 51, 51);
}