body {
    background-color: #fff !important;
    background: url(../img/wish_wall/wish_wall_bg.gif);
}

.login_nav_a {
    position: relative;
    left: 62px;
    top: -36px !important;
}

.main_div {
    background-color: #ffffff00;
}

.wish_wall {
    width: 1200px;
    background-color: #fff;
    border-radius: 15px;
    height: 500px;
    margin: 0 auto;
    padding: 20px;
}

.wall_content {
    text-align: center;
}

.top_title {
    font-size: 30px;
    margin-top: 10px;
    color: #f49cc3;
}


.wall_right {
    flex: 1;
}

#rotation {
    width: 100% !important;
    height: 435px !important;
}

.layui-carousel-arrow {
    /* opacity: 0; */
    position: absolute;
    left: 10px;
    top: 35%;
    margin-top: -18px;
    width: 50px;
    height: 100px;
    line-height: 36px;
    text-align: center;
    font-size: 30px;
    border: 0;
    border-radius: 10px;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
}

.rotation_div {
    margin-top: 20px;
}

.wish_text {
    max-height: 90%;
    font-size: 20px;
    padding: 0px 80px;
    position: relative;
    top: 40%;
    transform: translate(0, -40%);
    overflow: auto;
    margin-top: -20px;
    letter-spacing: 2px;
}

.layui-this {
    background-color: #fff !important;
}


.left_nav {
    position: fixed;
    left: 0px;
    width: 60px;
    height: 60px;
    background-color: #f6f6f682;
    top: 350px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-size: 16px;
}

.left_nav:hover {
    background-color: #fafafa;
    color: #f49cc3;
}

.wish_select_item {
    position: fixed;
    display: flex;
    background: #ffffff59;
    top: 60px;
    left: 0;
    width: 100%;
    color: #14fde7;
    padding: 5px 0;
    white-space: nowrap;
    z-index: 10;
}

.wish_select_tip {
    margin-left: 5px;
}

.wish_select_box {
    display: flex;
    position: relative;
}

.wish_select_list {
    display: flex;
}

.wish_select {
    margin: 0 0 0 5px;
}