* {
    padding: 0;
    margin: 0;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

body {
    max-width: 450px;
    margin: 0 auto;
}

/* 滚动禁止 */
body.no-scroll {
    /* position: fixed; */
    overflow: hidden !important;
    width: 100%;
}

/* 设置鼠标指针样式为手型 */
.pointer {
    cursor: pointer;
}

.featured {
    width: 100%;
    background-color: #000000;
}

.overseasBox {
    width: 100%;
    height: 100%;
}

.flex {
    display: flex;
}

/* 自动换行 */
.overFlow {
    word-wrap: break-word;
    overflow: hidden;
}

/* 超过文本省略 */
.overFlowEllipsis {
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

/* div加滚动条 */
.overflowAuto {
    overflow: auto;
}

/* .indexBg {
    padding: 4% 3%;
    background-image: url('../img/Bg.png');
    background-size: 100% 100%;
    min-height: 92vh;
} */

.indexBgs {
    padding: 4% 3%;
    background-color: #fff;
    background-size: 100% 100%;
    min-height: 100vh;
}

.bottomLayer {
    width: 21.7%;
    height: 8%;
    position: fixed;
    bottom: 0;
    background-image: url(../img/home/bottomLayer.png);
    background-size: 100% 100%;
    padding: 0 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:450px) {
    .bottomLayer {
        width: 90%;
        height: 8%;
        position: fixed;
        bottom: 0;
        background-image: url(../img/home/bottomLayer.png);
        background-size: 100% 100%;
        padding: 0 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.layui-col-space16>* {
    padding: 0;
}

.layui-row {
    margin-left: 0 !important;
}



.bottomFixed {
    width: 11%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fixedImg {
    width: 60%;
}

.fixedText {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    transform: scale(0.7);
    white-space: nowrap;

    /* margin-top: 7px; */
}

.checkImg {
    background-image: url('../img/home/select.png');
    background-size: 100% 100%;
}


/* 道具购买详情 */
.homeContent {
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
}

.buyTopContent {
    width: 100%;
    display: flex;
}

.buyPropsIcon {
    width: 20%;
    border-radius: 5px;
}

.propsIconImg {
    width: 100%;
    border-radius: 5px;
}

.RestrictionsQuantity {
    width: 100%;
    display: flex;
    margin-top: 1%;
    color: #ABABAB;
}

.RestrictionsTime {
    width: 100%;
    display: flex;
    margin-top: 3%;
    color: #ABABAB;
}

.addreduce {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 3%;
}

.purPropType {
    width: 100%;
    border-radius: 15px;
    padding: 0% 5% 5% 5%;
    margin-top: 2%;
    background-color: #E6E6E6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.purPropTypeName {
    width: 25%;
    text-align: center;
    color: #B7B7B7;
    margin-top: 5%;
}

.purIllustrate {
    width: 100%;
    font-size: 12px;
    margin-top: 2%;
    line-height: 18px;
    color: #B7B7B7;
}

.purProductSales {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-left: 10%; */
}

.purProductSalesSJ {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}

.purAreaClothing {
    width: 100%;
    margin-top: 8%;
    margin-bottom: 8%;
}

.purAreaClothingQ {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 5%;
}

.layui-row {
    margin-left: 2%;
}

.layui-form-select {
    width: 70%;
}

.layui-form-select .layui-select-title input {
    height: 25px;
    border: 2px solid #e6e6e6;
    border-radius: 15px;
}

.purProtocol {
    width: 100%;
    margin-top: 10%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.purProtocolName {
    width: 100%;
}

.purProtocolText {
    font-size: 12px;
}

.purProtocolName .layui-form-checkbox i {
    border-radius: 15px;
    border: 1px solid #373737;
}

.layui-form-item {
    width: 100%;
    margin-top: 5%;
}

.layui-input-block {
    margin-left: 0;
}

.layui-btn {
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(to right, #FFD6A8, #FEF2B8);
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.homeBlue {
    display: none;
}

.Max {
    margin-left: 3%;
    font-size: 16px;
    font-weight: 600;
}

/* 遮罩层 */
#zao {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0.5;
    display: none;
}

.LogoName {
    width: 450px;
    height: 5vh;
    padding: 0% 1%;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 102;
}

.LogoNameImg {
    width: 90%;
    display: flex;
    align-items: center;
}

.LogoNameImgIcon {
    width: 40px;
    height: 40px;
}

.LogoNameImgText {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-left: 2%;
}

#menu {
    width: 6%;
    margin-right: 2%;
}

#menu i {
    width: 100%;
    height: 3px;
    background-color: #616ee0;
    display: block;
    border-radius: 3px;
    transition: transform .3s ease;
}

#menu i+i {
    margin-top: 32%;
}

.menuStyle i:nth-child(1) {
    transform: translateY(0.7rem) rotate(45deg) scale(1.4);
    background: #000 !important;
    transition: transform .3s ease;
}

.menuStyle i:nth-child(2) {
    opacity: 0;
}

.menuStyle i:nth-child(3) {
    transform: translateY(-0.6rem) rotate(-45deg) scale(1.4);
    background: #000 !important;
    transition: transform .3s ease;
}

/* 导航栏 */
.nav {
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    color: #8B8B8B;
    margin-top: 5vh;
    position: fixed;
    top: 0;
    z-index: 101;
}

.navName {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 2%;
}

.navName:last-child {
    margin-bottom: 2%;
}

.navNameImg {
    width: 5%;
}

.navNameText {
    font-size: 17px;
    color: #8B8B8B;
    margin-left: 2%;
}

@media screen and (max-width: 450px) {
    .LogoName {
        width: 100%;
        height: 7vh;
        padding: 2% 3%;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
    }

    /* 导航栏 */
    .nav {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        color: #8B8B8B;
        margin-top: 7vh;
        position: fixed;
        top: 0;
        z-index: 101;
    }
}