@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: url(../images/lightly_bj.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.lightly {
    position: absolute;
    left: 50%;
    width: 10.625%;
    height: 17.11111111%;
    top: 77.77777778%;
    background: url(../images/cage_bj_bottom.png) no-repeat left top;
    background-size: contain;
}

.lightly .cage {
    width: 100%;
    height: 100%;
}

.lightly .animal-type {
    position: absolute;
    top: 35.71428571%;
    left: 19.48051948%;
    width: 35.29411765%;
}

.lightly .cage-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cage.png) no-repeat;
    background-size: contain;
}

.lightly .cage-box img {
    width: 100%;
}

.lightly .lightly-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.method {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -303px;
    padding: 60px 70px 0;
    width: 467px;
    height: 60px;
    bottom: 30px;
    background: url(../images/method_kg.png) no-repeat;
}

.method-con {
    position: relative;
    height: 30px;
    overflow: hidden;
}

.method-con .marquee {
    position: absolute;
    font: 18px/30px "微软雅黑"
}

.greenery {
    display: none;
    position: absolute;
    top: -142px;
    left: 54px;
    width: 100px;
}

.shuidi {
    position: absolute;
    top: -122px;
    left: 54px;
    width: 100px;
}

.method-success {
    z-index: 4;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -132px 0 0 -250px;
    padding: 100px 30px 0;
    width: 440px;
    height: 168px;
    background: url(../images/method-done.png);
}

.method-success h2 {
    font-weight: normal;
    text-align: center;
}

.method-success a {
    display: block;
    margin: 30px auto 0;
    width: 160px;
    height: 46px;
    background: url(../images/confirm.png);
}

.method-close {
    position: absolute;
    right: 48px;
    top: 12px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url(../images/qf-d-close22x22.png);
}

.shopping-cart {
    position: fixed;
}

.friendly-link h1 {
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    width: 70px;
    float: left;
    height: 22px;
    margin-bottom: 10px;
    color: #D55D2C;
}

.friendly-link ol {
    margin: 10px;
    padding: 10px;
    border: 1px #ff6b01 solid;
    overflow: hidden;;
    clear: both;
}

.friendly-link ol li {
    float: left;
    line-height: 25px;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.friendly-link ol li a {
    color: #656464;
}

.friendly-link ol li a:hover {
    color: #d88b21;
}