<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin: 0;padding: 0;border: 0;list-style: none;text-decoration: none;color: inherit;font-weight: normal;font-family: "å¾®è½¯é›…é»‘";box-sizing: border-box;}
body{min-width: 1440px;}
img{vertical-align: middle;max-width: 100%;}
/*é€šç”¨æ&nbsp;‡é¢˜*/
.block h2.title{position: relative;font-size: 40px;color: #666666;text-align: center;padding-bottom: 15px;}
.block h2.title.line:after{display: block;content: "";position: absolute;width: 65px;height: 3px;background: #4585f2;bottom: 5px;left: 50%;transform: translateX(-50%);}
.block p.sub-title{font-size: 18px;color: #666666;text-align: center;}
/*æ¨¡å¼*/
.pattern{width: 100%;height: auto;overflow: hidden;padding: 120px 0;background: #fcfcfc;display: flex;justify-content: center;align-items: center;}
.pattern .pattern-l ul{display: flex;height: 170px;}
.pattern .pattern-l ul li{width: 250px;height: 100%;position: relative;color: #4b4b4b;text-align: center;transition: all .3s;}
.pattern .pattern-l ul li:hover{transition: all .3s;transform: translateY(-5px);}
.pattern .pattern-l ul li:after{position: absolute;content: "";top: 10px;right: 0;width: 1px;height: 110px;background: #e6f4ff;}
.pattern .pattern-l ul li h5{font-size: 18px;font-weight: bold;padding-bottom: 5px;padding-top: 90px;}
.pattern .pattern-l ul li p{font-size: 16px;}
.pattern .pattern-l ul li.one{background: url(../images/icon-store.png) top center no-repeat;}
.pattern .pattern-l ul li.two{background: url(../images/icon-address.png) top center no-repeat;}
.pattern .pattern-l ul li.three{background: url(../images/icon-shop.png) top center no-repeat;}
.pattern .pattern-r{width: 380px;margin-left: 80px;display: none;}
.pattern .pattern-r .title{font-size: 29px;font-weight: bold;color: #4b4b4b;}
.pattern .pattern-r .desc{font-size: 16px;color: #a8a8a8;padding: 40px 0 30px 0;}
.pattern .pattern-r a{display: inline-block;padding: 6px 15px;font-size: 16px;color: #FFFFFF;background: #4585f2;border-radius: 20px;float: right;}
.pattern .pattern-r.active{display: block;}
/*æŒ‰é’®åŠ¨ç”»æ•ˆæžœ*/
.btn{transition: all .3s;}
.btn:hover{transform: scale(0.9);transition: all .3s;}</pre></body></html>