* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', 'Arial', 'Helvetica', 'sans-serif';
}

html,
body {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    background-color: #eeeeee;
    box-sizing: border-box;
}
.container-full{
    position: relative;
    overflow: hidden;
}
.background-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.search-wrap {
    margin: 46vh auto 0;
    position: relative;
    width: 80%;
    z-index: 2;
}

.search-wrap input {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    box-sizing: border-box;
}

.search-wrap input:focus {
    outline: none;
}

.search-wrap input[type="submit"] {
    margin: 15px auto 0;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
    background-color: #df0101;
    box-sizing: border-box;
}

.seat-img {
    margin: 20px 0 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.seat-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.swiper-wrap {
    width: calc(100% - 40px);
    border-radius: 10px;
    margin: 0 20px 0;
    overflow: hidden;
    /* background-color: #ffffff; */
}

.swiper-wrap .swiper {
    width: 100%;
    height: auto;
    --swiper-theme-color: #ff6600;
    /* background-color: #ffffff; */
}

.swiper-wrap .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.footer {
    padding: 20px 0 20px;
    margin: 20px 0 0px;
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.footer p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.footer p a {
    color: #ffffff;
    text-decoration: none;
}
.layui-m-layercont{
    font-size: 22px;
}
.layui-m-layerbtn {
    background-color: #df0101 !important;
}
.layui-m-layerbtn span[yes] {
    color: #ffff !important;
}
