<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft Yahei",STHeiti,SimSun,sans-serif !important;
}
body {
    line-height:1;
    overflow-x: hidden;

}
html,body,.container{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
.container{
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background: #fff;
}
.btn a{
    color: #fff;
}
.main{
    -webkit-overflow-scrolling : touch;
    margin-bottom: 1rem;
}
.embeds{
    height: 7.4rem;
    background: #313131;
}


ul li{
    list-style: none;
}
:focus {
	outline: 1;
}
a{
    text-decoration: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:#0f0f0f;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}






.embed {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.13);
    position: fixed;
    z-index: 9;
    background-color: #fff;
  }

  .Hitle {
    font-size: 0.44rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  .more {
    position: fixed;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1.2rem;
    z-index: 999;
  }
  .layers {
    width: 100%;
    height: 100%;
    z-index: 998;
    background: #cccccc;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .learnMoreBtn {
    height: 1rem;
    line-height: 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #4a8bf2;
    font-weight: bold;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    z-index: 9;
  }
  .b {
    bottom: 0 !important;
  }
  .t {
    bottom: -9.92rem;
  }
  
  .learnMore {
    width: 100%;
    height: 9.92rem;
    position: fixed;
    bottom: -9.92rem;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background: #fff;
    z-index: 9999;
  }
  .learnMore .Hitle {
    font-size: 0.28rem;
    height: 0.94rem;
    line-height: 0.94rem;
    box-shadow: 0 .04rem .04rem 0 rgba(0, 0, 0, 0.06);
  }
  .learnMore .mains {
    height: 8.98rem;
    width: 100%;
    text-align: center;
  }
  .learnMore .mains .img {
    width: 4.68rem;
    height: 5.48rem;
    margin: 0.32rem auto 0;
    background: #dceaff;
    overflow: hidden;
  }
  .learnMore .mains .img img {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.56rem;
  }
  .learnMore .mains .img .texts {
    height: 1.32rem;
    line-height: 1.32rem;
    font-size: 0.3rem;
    text-align: center;
  }
  .learnMore .mains .tel {
    font-size: 0.28rem;
    margin: 0.5rem auto;
  }
  .learnMore .mains .timer {
    font-size: 0.28rem;
  }
  .learnMore .mains .wx {
    font-size: 0.28rem;
    margin-top: 0.34rem;
  }
  .layer {
    width: 6.3rem;
    height: 100%;
    background: rgba(55, 76, 91, 0.45);
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    background: #fff;
    overflow-y: scroll;
    z-index: 999;
  }
  .layer .header {
    width: 100%;
    height: 1.11rem;
    box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, 0.13);
  }
  .layer .header .icon {
    float: left;
    width: 1.64rem;
  }
  .layer .header .close {
    float: right;
  }
  .layer .Hitle {
    font-size: 0.35rem;
    text-align: left;
    text-indent: 0.76rem;
    font-weight: bold;
    margin-top: 0.5rem;
  }
  .layer .subTitle {
    text-indent: 0.8rem;
    font-size: 0.24rem;
    text-align: left;
    margin-top: 0.5rem;
    color: #898989;
  }
  .layer .lists {
    margin-left: 1.1rem;
  }
  .layer .lists .list {
    width: 50%;
    line-height: 1rem;
    text-align: left;
    font-size: 0.28rem;
    float: left;
    color: #0f0f0f;
  }
  .layer .Hitle:last-child {
    padding-bottom: 0.6rem;
  }
  .rightIn {
    right: -6.3rem;
  }
  .leftOut {
    right: 0;
  }
  

  .footer {
    width: 100%;
    height: 4.2rem;
    background: #000000;
    display: flex;
    justify-content: space-between;
  }
  .footer_left {
    font-size: .24rem;
    color: #FFFFFF;
    text-align: center;
    margin: 1.1rem 0 0 .44rem;
  }
  .footer_left_qrcode {
    width: 1.55rem;
    height: 1.55rem;
    margin-bottom: .3rem;
  }
  .footer_right {
    text-align: center;
    padding-right: 1.08rem;
    padding-top: .45rem;
  }
  .footer_right_title {
    font-size: .26rem;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: .35rem;
  }
  .footer_right_mobile {
    font-size: .36rem;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: .3rem;
  
  }</pre></body></html>