* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.popup {
    float: left;
    /*position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);*/
}

.popupBox {
    position: relative;
}

.popupTitle {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    background: #333333;
    color: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

    .popupTitle span {
        color: #E5B532;
        margin-right: 5px;
    }

    .popupTitle p {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popupTitle img {
        margin-right: 5px;
    }

.popupCenter {
    width: 748px;
    border-radius: 5px;
    height: 840px;
    background: #FFFFFF;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    overflow: hidden;
}

.popupType ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popupType {
    background: #ddd;
}

    .popupType ul li {
        flex: 1;
        border-bottom: 4px solid transparent;
        cursor: pointer;
    }

        .popupType ul li.active {
            border-bottom: 4px solid #F6D065FF;
            background: #FFFFFF;
        }

.ListType {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #DDDDDDFF;
}

.ListTypeItem {
    flex: 1;
    color: #9D9D9DFF;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

    .ListTypeItem.active {
        border-bottom: 2px solid #FD7848FF;
        color: #FD7848FF;
    }

.type1 {
    font-size: 19px;
    font-weight: 500;
}

.type2 {
    font-size: 13px;
}

.popupList {
    background: #FFFFFF;
    display: none;
}

    .popupList.active {
        display: block;
    }

.PriceList {
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    display: none;
}

    .PriceList.active {
        display: flex;
    }

.PriceListItem {
    margin-right: 30px;
    text-align: center;
    padding: 12px 14px;
    border: 1px solid #F0F0F0FF;
    width: 100px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

    .PriceListItem.active {
        background: #FEF9F2FF;
        border: 1px solid #F2C95BFF;
    }

        .PriceListItem.active:after {
            content: "";
            background: url(../img/video/img_11.png) no-repeat;
            background-size: 100%;
            width: 58px;
            height: 25px;
            position: absolute;
            top: -8px;
            right: -7px;
        }

.mg .PriceListItem.active:after {
    content: "";
    background: url(../img/video/img_6.png) no-repeat;
    background-size: 100%;
    width: 58px;
    height: 25px;
    position: absolute;
    top: -8px;
    right: -7px;
}

.aqy .PriceListItem.active:after {
    content: "";
    background: url(../img/video/img_1.png) no-repeat;
    background-size: 100%;
    width: 58px;
    height: 25px;
    position: absolute;
    top: -8px;
    right: -7px;
}

.youku .PriceListItem.active:after {
    content: "";
    background: url(../img/video/img_12.png) no-repeat;
    background-size: 100%;
    width: 58px;
    height: 25px;
    position: absolute;
    top: -8px;
    right: -7px;
}

.PriceList .PriceListItem:last-child {
    margin-right: 0;
}

.PriceListItem span {
    font-size: 15px;
    color: #443520FF;
    margin-bottom: 12px;
}

.PriceDetail {
    font-size: 30px;
    color: #443520FF;
    font-weight: bold;
}

    .PriceDetail font {
        font-size: 12px;
    }

.PriceTips {
    font-size: 12px;
    color: #9F9D9CFF;
}

.enterInput input {
    width: 320px;
    padding: 16px;
    border: none;
    outline: none;
    border-bottom: 2px solid #F9D675FF;
    font-size: 22px;
    text-align: center;
    color: #663D00FF;
}

.enterInput {
    margin: 25px auto;
    width: 320px;
}

.subMit {
    width: 225px;
    height: 44px;
    background: linear-gradient(90deg, rgba(255, 222, 136, 1) 0%, rgba(242, 202, 91, 1) 100%);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.18);
    opacity: 1;
    border-radius: 29px;
    margin: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #663D00FF;
}

.detailBox {
    overflow-x: scroll;
    width: 750px;
    user-select: none;
}

    .detailBox img {
        -webkit-user-drag: none;
    }

    .detailBox::-webkit-scrollbar { /*滚动条整体样式*/
        width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 7px;
    }

    .detailBox::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #F3CB5F;
    }

    .detailBox::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #E0E0E0;
        margin: 0 35px;
    }

.closeIcon {
    cursor: pointer;
}
/* .detailBox::-webkit-scrollbar {display:none} */
