<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åˆå§‹åŒ– */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
*{
    font-family: SiYuan;
}
body {
    font: 12px/1.5 "Microsoft YaHei", "å®‹ä½“", Tahoma, Arial, sans-serif;
    background-color: #F7F7F7;
}
em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
}

strong {
    font-weight: normal;
}

.clearfix:after {
    content: â€œâ€;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: "Microsoft YaHei";
}


input {
    font-family: "Microsoft YaHei";
}

/*å•è¡Œæº¢å‡º*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*å¤šè¡Œæº¢å‡º æ‰‹æœºç«¯ä½¿ç”¨*/
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

/* ç§»åŠ¨ç«¯ç‚¹å‡»aé“¾æŽ¥å‡ºçŽ°è“è‰²èƒŒæ™¯é—®é¢˜è§£å†³ */
a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w33 {
    width: 33.333333%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}

body {
    max-width: 750px;
    margin: 0 auto;
    background: white;
    /* overflow: hidden; */
}
input {
    font-family: "Microsoft YaHei";
}
.flex_c{
    display: flex;
}

@font-face {
    font-family: Montserrat;
    src:url('../font/Montserrat-Bold.ttf')
}

@font-face{
	font-family:"SiYuan";
	src:url("../font/sourcehansans.ttf") format("truetype")
}

@font-face {
    font-family: Montserrat_num;
    src: url('../font/Montserrat-Medium.ttf');
}
@font-face {
    font-family: Montserrat_num;
    src: url('../font/Montserrat-Medium.ttf');
}
@font-face {
    font-family: Montserrat_ExtraLight;
    src: url('../font/Montserrat-ExtraLight.ttf');
}

.tit a
{
    display:inline-block;
    width:90%    
}
.header{
    width: 100vw;
    max-width: 750px;
    background: #ffff;
    height: .95rem;
    vertical-align:middle;
    position: relative;
}
.head{
    max-width: 750px;
    width: 90%;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.list img{
    width: .6rem;
    cursor: pointer;
}
.logo img{
    width: 1.8rem;
}
.head .headR .lang{
    font-size: .24rem;
    margin: 0 .2rem;
    line-height: .64rem;
}
.head .headR .search{
    position: relative;
    background: url(/static/m/images/search-icon.jpg) center center no-repeat;
    width: 0.28rem;
    background-size: contain;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.head .logo img{
    margin: auto 0;
}
img 
{
    user-select: none;
    border: 0;
    vertical-align: middle;
}
.list .list_safe&gt;div{
    font-size: .32rem;
}
.listCon {
    background: #ededed;
    position: absolute;
    top: 0.95rem;
    left: 0;
    width: 100%;
    height: 95vh;
    overflow-y: scroll;
    display: none;
}
.listCon .list_safe {
    width: 90%;
    margin: 0 auto;
}
.listCon .list_safe .tit {
    position: relative;
}
.listCon .list_safe .tit&gt;div {
    font-size: .32rem;
    border-bottom: 1px solid #c6c6c6;
    padding: 0.42rem 0;
}
.listCon .list_safe .tit .add{
    height: 0.45rem;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    padding-right: 0.2rem;
}
.listCon .list_safe .tit .reduce{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    padding-right: 0.2rem;
    border-bottom: none;
}
.listCon .list_safe .tit&gt;.hidden{
    font-size: .24rem;
    width: 90%;
    margin: 0 auto;
}
.listCon .list_safe .tit&gt;.hidden li{
    border-bottom: 1px solid #c6c6c6;
    padding: .42rem 0;
}
.hidden{
    display: none;
}
.header {
    position: fixed;
    top: 0;
    z-index: 1000;
}
.search_con {
    width: 100%;
    height: .49rem;
    position: fixed;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    top: .95rem;
    z-index: 110;
    background: white;
    display: flex;
    justify-content: space-around;
}
.none
{
   display:none   
 }
 .search_con input {
    border: none;
    outline: none;
    padding-left: 0.4rem;
    background: url(/static/m/images/search-icon.jpg) no-repeat 0 center;
    background-size: 0.28rem;
    width: 3rem;
}
.search_con button {
    border: none;
    background: white;
    color: #00b1d7;
    cursor: pointer;
}
.hid {
    display: none;
    font-size: .3rem;
    width: 90%;
    margin: 0 auto;
}
.hid p
{
    height: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f6f6f6;
    
}
.hid p:last-child
{
    border-bottom: none
}
::-webkit-scrollbar {

    display: none; /* Chrome Safari */
  
  }
  footer
{
    margin-top:1rem    
}
  .foot .logo{
    border-bottom: .02rem solid #008fdb;
    padding: .5rem 0 .2rem;
  }
  .foot .logo img{
    margin-left: .4rem;
  }
  .foot  .consult{
    width: 90%;
    margin: 0 auto;
    border-bottom: .02rem solid #c6c6c6;
    position: relative;
  }
  .foot  .consult .title{
    font-size: .24rem;
  }
  .foot  .consult .phone .phone_num{
    font-size: .36rem;
    color:#008fdb ;
    font-family:Montserrat_num ;
  }
  .foot  .consult .email .email_site{
    font-size: .3rem;
    color:#666666 ;
  }
  .foot  .consult .phone, .foot  .consult .email{
    padding: .4rem 0;
    
  }
  .foot  .consult .icon{
    position: absolute;
    top: 40%;
    right: 0;
  }
  .foot  .bto{
    width: 90%;
    margin: 0 auto;
    font-size: .18rem;
    line-height: .35rem;
    padding: .2rem 0;
  }
  .foot  .bto .company,.foot  .bto .scheme{
    color:#666666 ;
  }
  .foot  .bto .licence{
    color: #999999;
  }
  .foot  .bto a{
    color: #333333;
    font-family: SiYuan;
  }
  .foot .consult .icon img{
    width: 1.56rem;
  }
  .tit .add img,.tit .reduce img{
    width: .32rem;
  }
  .pull-down .right img
  {
    width:.26rem    
  }</pre></body></html>