<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鍏叡鏍峰紡琛╟ss */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* 蹇呰甯冨眬鏍峰紡css */
.ato-content {
    position: relative;
    height: 368px;
}
.ato-list{
    position: absolute;
    top: 0;
    left: 0;
}
.ato-list ul {
    height: 368px;
    left: 0;
}

.ato-list ul li {
    height: 368px;
    float: left;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
}


.ato-list ul li div {
    width: 100%;
}

.ato-list ul li div&gt;img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;
}


.ato-list-fl {
    float: left;
}



.ato-list {
    width: 100%;
    height: 368px;
    margin: 0 36px;
}

.prev{
    position: absolute;
    left: -10px;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index: 999;
}
.next{
    position: absolute;
    right: -43px;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index: 999;
}


</pre></body></html>