@charset "UTF-8";
/**
 * 
 * @authors zengjiahao
 * @date    2018-02-26 
 * @version 1.0
 */
/*初始化  reset*/
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
    color: #666;
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

fieldset, img {
    border: 0;
    vertical-align: top;
}

a, input, button, select, textarea {
    outline: none;
}

a, button {
    cursor: pointer;
}

.wrapmuma {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;

}

.slide {
    position: relative;

}

.slide ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


.slide li {
    position: absolute;
    width: 412px;
    height: 490px;
    left: 200px;
    top: 0;
    backdrop-filter: blur(25px);

}


.slide img {
    width: 100%;
    height: 100%;

}

body {
    background-image: url("./template/1/default/images/Frame12644.png");
    background-size: cover; /* 调整背景图大小适应整个页面 */
    background-repeat: no-repeat; /* 不重复平铺背景图 */
    background-position: center; /* 居中显示背景图 */
}


.arrow {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    position: absolute;
    margin-left: -90px;
    margin-top: 380px;
    z-index: 10;
    width: 100%;
}









