<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-menu li{
margin: 12px;
width: 60px;
height: 60px;
background: #f7f7f7;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
*{padding: 0px;margin: 0px;}
#flash{width:100%;height: 418px;position: relative;}
#flash #play{width:100%;height:418px;list-style: none;position:absolute;top:0px;left:0px;}
#flash #play li{display: none;position:absolute;top:0px;left:0px;}
#flash #play li img{float: left;}
#button{position: absolute;bottom:20px;left:470px;list-style: none;}
#button li{margin-left: 10px;float: left;}
#button li div{width:12px;height: 12px;background:#DDDDDD;border-radius: 6px;cursor: pointer;}
#prev{width:40px;height:63px;background:url(/static/mall/images/beijing.png) 0px 0px;position: absolute;top:126px;left:10px;z-index: 1000;}
#next{width:40px;height:63px;background:url(/static/mall/images/beijing.png) -40px 0px;position: absolute;top:126px;right:10px;z-index: 1000;}
#prev:hover{background:url(/static/mall/images/beijing.png) 0px -62px;}
#next:hover{background:url(/static/mall/images/beijing.png) -40px -62px;}
.banner_img{
width: 100%;
height: 415px;
}
.saleItem__footer__button--detail {
background: rgba(50, 55, 57, .6)
}
.hd-box{
background: #0C0C0C;
height: 130px;
margin-top: -100px;
}
.hd-box dl dt {
height: 42px;
font-size: 42px;
line-height: 42px;
color: #fff;
}
.hd-box dl dd {
margin-top: 16px;
height: 16px;
font-size: 16px;
line-height: 16px;
font-weight: 400;
color: #fff;
}
.hd-box dl {
margin-top: 26px;
height: 78px;
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
border-right: 1px solid hsla(0,0%,100%,.6);
flex-grow: 1;
}
.hd-box dl:last-of-type {
border-right: none;
}
.f-between {
display: flex;
justify-content: space-between;
align-items: center;
}
.g-container {
position: relative;
width: 1200px;
margin: 0 auto;
}
.bd {
margin: 25px auto;
}
.item{
            width:1200px;
            display: flex;
        }
        .item img{
            width:100%;
        }

        .item-top{
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 20px;
            padding-top: 17px;
            width: 100%;
            height: 70px;
            color: white;
            border-style: solid;
            border-width: 0px 60px 60px 0px;
            border-color: transparent transparent #03392b transparent;
        }
        .item-title{
            margin-top: 14px;margin-left: 20px;font-weight: 500;
        }
        .content-title{
            font-weight: bold;
            font-size: 22px!important;
        }
        .content{
            font-size: 20px;
            line-height: 47px;
            letter-spacing: 5px;
        }
.header__search__input::-webkit-input-placeholder {
            /* WebKit browsers锛寃ebkit鍐呮牳娴忚鍣� */
            color: #ccc;
            font-size: 14px;
        }
        .header__search__input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #ccc;
            font-size: 14px;
        }
        .header__search__input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #ccc;
            font-size: 14px;
        }
        .header__search__input:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #ccc;
            font-size: 14px;
        }
        .header__nav li {
            font-weight: bold;
        }
        .hot{
            position: absolute;
            color: white;
            height: 20px;
            line-height: 21px;
            width: 28px;
            top: -6px;
            right: 0;
            border-radius: 6px;
            font-size: 13px;
        }

        @keyframes scaleUpDown {
            0%, 100% {
                transform: scaleY(1) scaleX(1)
            }
            50%, 90% {
                transform: scaleY(1.1)
            }
            75% {
                transform: scaleY(.95)
            }
            80% {
                transform: scaleX(.95)
            }
        }
        @keyframes shake {
            0%, 100% {
                transform: skewX(0) scale(1)
            }
            50% {
                transform: skewX(5deg) scale(.9)
            }
        }
        @keyframes particleUp {
            0% {
                opacity: 0
            }
            20% {
                opacity: 1
            }
            80% {
                opacity: 1
            }
            100% {
                opacity: 0;
                top: -100%;
                transform: scale(.5)
            }
        }
        @keyframes glow {
            0%, 100% {
                background-color: #ff0000
            }
            50% {
                background-color: #ff7800
            }
        }
        .h-label{
            color: white;
            width: 20px;
            height: 20px;
            z-index: 1;
            position: absolute;
            font-size: 10px;
        }
        .fire {
            position: absolute;
            top: calc(50% - 10px);
            left: calc(50% - 14px);
            width: 20px;
            height: 20px;
            background-color: transparent;
            margin-left: auto;
            margin-right: auto;
        }

        .fire-main {
            position: absolute;
            height: 100%;
            width: 100%;
            animation: scaleUpDown 3s ease-out;
            animation-iteration-count: infinite;
            animation-fill-mode: both
        }

        .fire-main .main-fire {
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: radial-gradient(farthest-corner at 10px 0, #d43300 0, #ff0000 95%);
            transform: scaleX(.8) rotate(45deg);
            border-radius: 0 40% 60% 40%;
            /*filter: drop-shadow(0 0 10px #d43322)*/
        }

        .fire-main .particle-fire {
            position: absolute;
            top: 60%;
            left: 45%;
            width: 5px;
            height: 5px;
            background-color: #ff0000;
            border-radius: 50%;
            filter: drop-shadow(0 0 10px #d43322);
            animation: particleUp 2s ease-out 0;
            animation-iteration-count: infinite;
            animation-fill-mode: both
        }

        .fire-right {
            height: 100%;
            width: 100%;
            position: absolute;
            animation: shake 2s ease-out 0;
            animation-iteration-count: infinite;
            animation-fill-mode: both
        }

        .fire-right .main-fire {
            position: absolute;
            top: 15%;
            right: -25%;
            width: 80%;
            height: 80%;
            background-color: #ff0000;
            transform: scaleX(.8) rotate(45deg);
            border-radius: 0 40% 60% 40%;
            /*filter: drop-shadow(0 0 10px #d43322)*/
        }

        .fire-right .particle-fire {
            position: absolute;
            top: 45%;
            left: 50%;
            width: 8px;
            height: 8px;
            background-color: #ff0000;
            transform: scaleX(.8) rotate(45deg);
            border-radius: 50%;
            filter: drop-shadow(0 0 10px #d43322);
            animation: particleUp 2s ease-out 0;
            animation-iteration-count: infinite;
            animation-fill-mode: both
        }

        .fire-left {
            position: absolute;
            height: 100%;
            width: 100%;
            animation: shake 3s ease-out 0;
            animation-iteration-count: infinite;
            animation-fill-mode: both
        }

        .fire-left .main-fire {
            position: absolute;
            top: 15%;
            left: -20%;
            width: 80%;
            height: 80%;
            background-color: #ff0000;
            transform: scaleX(.8) rotate(45deg);
            border-radius: 0 40% 60% 40%;
            /*filter: drop-shadow(0 0 10px #d43322)*/
        }

        .fire-left .particle-fire {
            position: absolute;
            top: 10%;
            left: 20%;
            width: 10%;
            height: 10%;
            background-color: #ff0000;
            border-radius: 50%;
            /*filter: drop-shadow(0 0 10px #d43322);*/
            animation: particleUp 3s infinite ease-out 0;
            animation-fill-mode: both
        }

        .fire-bottom .main-fire {
            position: absolute;
            top: 30%;
            left: 20%;
            width: 75%;
            height: 75%;
            background-color: #ff7800;
            transform: scaleX(.8) rotate(45deg);
            border-radius: 0 40% 100% 40%;
            filter: blur(10px);
            animation: glow 2s ease-out 0;
            animation-iteration-count: infinite;
            animation-fill-mode: both
        }
		</pre></body></html>