.settings {
    width: 100%;
    height: 30vw;
}
.settings img {
    width: 100%;
    height: 100%;
}
.tailorisms {
    width: 100%;
    margin-bottom: 3vw;
}
.tailorisms_box {
    width: 75vw;
    margin:1vw auto 3vw auto;
}
.cation {
    width: 100%;
}
.cation_name {
    width: 100%;
    line-height: 60px;
    font-size: 1.2vw;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin: 1vw 0vw;
}
.cation_title {
    font-size: 0.8vw;
    color: rgb(0, 0, 0);
    line-height: 30px;
    margin-bottom: 1vw;
}
.nelal {
    width: 100%;
    display: flex;
}
.bumP {
    width: 33%;
    height: 18vw;
    position: relative;
    margin-right: 4%;
}
.bumP:nth-child(3n) {
    margin-right: 0px;
}
.bumP img {
    width: 100%;
    height: 100%;
}
.Album {
    width: 100%;
    height: 2vw;
    line-height: 2vw;
    text-align: center;
    color: #ffffff;
    background-color: rgba(24, 140, 255, .5);
    font-size: 0.8vw;
    position: absolute;bottom: 0;
}
.fixed {
    top: 5vw;
    width: 100%;
    position: fixed;
    z-index: 999;
    box-sizing: border-box;
    background-color: #fff;
}

.choose {
    border-bottom: 2px solid #0b8cd0;
    color: #0b8cd0;
}

.choose a {
    color: #0b8cd0;
}
.white-space {
    width: 100%;
    display: flex;
    margin-bottom: 2vw;
    border-bottom: 1px solid #dddddd54;

}
.lii {
    width: 11%;
    text-align: center;
    font-size: 0.8vw;
    line-height: 2vw;
}
