﻿* {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular;
    /*消除transition闪屏*/
    /*设置内嵌的元素在 3D 空间如何呈现：保留 3D*/
    /*-webkit-transform-style: preserve-3d !important;*/
    /*（设置进行转换的元素的背面在面对用户时是否可见：隐藏）*/
    /*-webkit-backface-visibility: hidden !important;*/
}

/*vant组件样式修改*/
.van-cell__value {
    color: #8f8f8f;
    white-space: nowrap;
    text-overflow: ellipsis;
}

textarea.van-field__control {
    font-size: 16px;
    color: #444;
}

input.van-field__control {
    text-align: right;
}

.van-nav-bar__title {
    font-size: 18px;
}

div[class*=van-hairline]::after {
    border-bottom: 0.5px solid #fff;
}

[class*=van-hairline]::after {
    border: 0.5px solid #eaeaea;
}

.van-uploader {
    height: 200px;
    width: 100%;
    position: absolute !important;
    top: 0;
    z-index: 99;
    left: 50%;
    transform: translate(-50%);
}

.van-button {
    margin-top: 18px;
    cursor: pointer;
}

.van-cell {
    padding: 18px 15px !important;
    color: #444 !important;
    font-size: 16px !important;
}

.van-cell .van-cell__title {
    max-width: 90px;
}

.van-cell__value span {
    color: #8f8f8f;
}

.van-cell__value {
    color: #8f8f8f;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.van-button {
    margin-top: 15px;
}

.van-button--large {
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
}

.van-button--primary {
    color: #fff !important;
    background-color: #51ABFF !important;
    border: 1px solid #51ABFF !important;
}

.van-button {
    margin-left: 0.239rem;
    width: 93% !important;
}

input.van-field__control {
    color: #8f8f8f;
}

.van-cell__label {
    min-width: 200px;
    color: #8f8f8f !important;
}

.disabledResult .van-cell__value span {
    color: #ccc;
}

.van-checkbox {
    float: left;
    position: relative;
    top: 0.5rem;
    left: 0.1rem;
    z-index: 99;
}

.van-checkbox__icon {
    border-radius: 20px;
}

.van-contact-card::after {
    background: none;
    border-bottom: 0.5px solid #E6E6E6;
}

.van-button {
    height: 40px !important;
    line-height: 40px !important;
    margin-left: 0.239rem;
    width: 93%;
}

.van-button--primary {
    color: #fff;
    background-color: #51ABFF;
    border: 1px solid #51ABFF;
}

van-button--large {
    width: 100%;
    height: 40px;
    line-height: 48px;
}

.van-button span {
    font-size: 16px;
}

.fontright .van-field__control {
    color: #444;
}

/*页面切换动画效果*/
.slide-right-enter-active,
.slide-right-leave-active,
.slide-left-enter-active,
.slide-left-leave-active {
    will-change: transform;
    transition: all .3s ease;
    /*transtation动画导致ios左滑会闪*/
    transition-delay: 0.15s;
    position: absolute;
    width: 100%;
    left: 0;
}


.slide-right-enter {
    transform: translateX(-100%);
}

.slide-right-leave-active {
    transform: translateX(100%);
}

.slide-left-enter {
    transform: translateX(100%);
}

.slide-left-leave-active {
    transform: translateX(-100%);
}

/*body  max-width*/
body,
.switchNavbar,
.signUpBox,
.confirm_video,
.activity_head {
    max-width: 768px;
    margin: 0 auto !important;
}

body ::-webkit-scrollbar {
    display: none;
}

.compition_box .van-uploader .van-uploader__wrapper,
.compition_box .van-uploader .van-uploader__input-wrapper {
    width: 100%;
    height: 100%;
}

@media all and (min-width:800px) {

    html,
    body,
    .myselfLists .confirm_video,
    .dubbing_activity .signUpBox,
    #switchNavbarId {
        max-width: 600px;
        font-size: 60px !important;
        margin: 0 auto;
    }

    .confirm_video {
        padding: 10px 0 !important;
    }

    .signUpNow {
        font-size: 17px;
    }

    .fixBox .activity_head li:first-child {
        padding-left: 0% !important;
    }

    .fixBox .activity_head li:last-child {
        padding-right: 20% !important;
    }

}

.adaptationIphone,
.AdaptationIphoneX {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-bottom);
    background-color: #ffffff;

}

.eventHomeBody {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.bottomBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0.256rem;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}

.bottomBtn .createBtn {
    width: 100% !important;
}

.tipContent {
    font-size: 0.222rem;
    width: 200px;
    padding: 10px;
    padding: 10px;
    line-height: 1.8;
}

.setClassBox {
    padding: 20px;
    font-size: 0.239rem;
    min-height: 94vh;
}

.setClassBox .classLi {
    display: flex;
    margin-bottom:20px;
}

.setClassBox .classLi .leftli {
    margin-right: 0.171rem;
}

.setClassBox .classLi .leftli img {
    width: 1.365rem;
    height: 1.365rem;
    border-radius: 5px;
    display: block;
}

.setClassBox .classLi .rightli {
    border-bottom: 1px solid #f5f5f5;
    flex: 1;
    position: relative;
    top: 1px;
}

.setClassBox .classLi .rightli .tit {
    font-size: 0.239rem;
    color: #292929;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    margin-top: -3px;
}

.setClassBox .classLi .rightli .des {
    font-size: 0.205rem;
    color: #8F8F8F;
}

.setClassBox .classLi .artlistCheck {
    width: 100%;
    display: flex;
    position: relative;
    top: 0;
}
.classUl{
    margin-top: 20px;
}

.classLi .artlistCheck .van-checkbox__label {
    display: flex;
    width: 100%;
    margin-left: 0.239rem;
}
.lineOne {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.lineTwo {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
@media all and (min-width:550px) {
    .head_box .head_l img,
    .video_img img,
    .video_img {
        object-fit: cover;
    }

    .uploadImg,
    .headerImg img,
    .videoWrap img {
        object-fit: contain;
    }

    body .editSelectVideo .confirm_video,
    body .videoListBox .confirm_video,
    .bottomBtn {
        width: 600px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .newWeui-btn,
    .ch_label,
    .video_img,
    .channel_box,
    .ulList .liList,
    .activity_head li span,
    .editSelectVideo .ch_label input.ch_item::before,
    .videoListBox .ch_label input.ch_item::before {
        cursor: pointer;
    }

    .editSelectVideo .ch_label input.ch_item::before,
    .videoListBox .ch_label input.ch_item::before {
        left: 4rem;
    }
    .dub-activity{
        font-size: 16px !important;
    }
}