<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, cite {
  margin: 0;
  padding: 0;
  color: #333;
  border: none;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, li, fieldset, legend, button, input, textarea, th, td {
  font: 14px/30px  "\82F9\679C\4E3D\4E2D\9ED1","\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  background: #fff;
}

#logout {
  display: none;
}

article, iframe {
  display: block;
  border: 0;
}

b, strong, i, em, cite {
  font-weight: normal;
  font-style: normal;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  /* width: 100%; */
  display: block;
  border: none;
}

body {
  background: #fff;
}

article, iframe {
  display: block;
  border: 0;
}

ul, li {
  list-style: none;
}

table {
  /* border-collapse: collapse; */
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input::focus-inner {
  outline: 0;
  padding: 0;
  border: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}

:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a, area {
  blr: expression(this.onFocus=this.blur())
}

a {
  color: #333;
  text-decoration: none;
}
a:hover{
  color:#fc6534;
}

.clear {
  clear: both;
  height: 0px;
  width: 100%;
  font-size: 1px;
  line-height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hide, .mobshow {
  display: none;
}
.show{
  display: block;
}
.fl {
  float: left;
}

.fr {
  float: right;
}
.tac{
  text-align: center;
}

::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}

::-webkit-scrollbar-track-piece {
  width: 8px;
  background-color: #f2f2f2
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

.colf5{
  background-color: #f5f5f5;
}
.Width{
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
.mt40{
  margin-top: 40px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt0{
  margin-top: 0 !important;
}
.mb20{
  margin-bottom: 20px;
}
.pb40{
  padding-bottom: 40px;
}

.cover,.cover02,.cover03{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
}
.cover{
  z-index: 20;
}
.fixed_box{
    position: fixed;
    z-index: 90;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    box-sizing: border-box;
    background-size: 100%;
}
.toTop{
    cursor: pointer;
}
.fixed_box1{
    background-image: url('../images/fixed_bg1.png');
    width: 128px;
    height: 404px;
    padding: 130px 8px 0 8px;
}
.fixed_box1 a{  
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #FFB751;
}
.fixed_box1 p{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}
.fixed_box1 p::before{
    content: '';
    position: absolute;
    display: block;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.fixed_box2{
    width: 128px;
}
.fixed_box2 img{
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 4px;
}
.fixed_box2::before,
.fixed_box2::after{
    content: '';
    display: block;
    position: absolute;
    background: #333333;
    bottom: 20px;
    width: 6px;
    height: calc(100% - 20px);
}
.fixed_box2::before {
    left: 20px;
}
.fixed_box2::after {
    right: 20px;
}
.fixed_box2 a,
.fixed_box2 p{  
    display: block;
    position: relative;
    z-index: 2;
    background-image: url('../images/fixed_bg2_a.png');
    background-size: 100%;
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-stroke: 1px #333333;
    text-stroke: 1px #333333;
}
.fixed_box3{
    background-image: url('../images/fixed_bg3.png');
    width: 128px;
    height: 348px;
    padding: 62px 10px 0 10px;
}
.fixed_box3 h5{
    width: 100%;
    background: linear-gradient(180deg, #FFE4AF 0%, #FFCF6E 100%);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.11);
    color: #C98315;
    font-size: 16px;
    line-height: 30px;
    border-radius: 15px;
}
.fixed_box3 a{  
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.fixed_box3 p{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}
.fixed_box3 p::before{
    content: '';
    position: absolute;
    display: block;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}


/* æ¦›æ¨¿î…»é–«å‚žåŽ¤çžå¿“ç®·éˆâ‚¬çï¿½1710px */

@media screen and ( min-width: 1200px) and ( max-width: 1709px) {

	.Width{
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }

}
@media screen and (max-width: 1200px){

  html{ font-size:20px; }
	body { font: 0.7rem/1.2rem "\82F9\679C\4E3D\4E2D\9ED1","\5FAE\8F6F\96C5\9ED1","\9ED1\4F53",Arial,sans-serif; }
	body {
    width:18.75rem;
    margin: 0 auto;
		overflow-x: hidden;
	}
	:root body { filter:none;}
  html,body{  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  ::-webkit-scrollbar-track-piece {
    width: 1px;
    background-color: #f2f2f2
  }

  ::-webkit-scrollbar {
    width: 1px;
    height: 1px
  }

  ::-webkit-scrollbar-thumb {
    height: 1px;
    background-color: rgba(0, 0, 0, .3);
  }
  .Width{
    width: 17.75rem;
    margin: 0 .5rem;
    position: relative;
  }
  .topbg,.header .mainNav,.header .login,.header .tel,.footer{
    display: none;
  }
  .mobshow{
    display: block;
  }
  .onlypc{
    display: none;
  }
  .footer-m{
    padding: .5rem 0 3rem 0;
    background-color: #333;
    text-align: center;
  }
  .footer-m.active{
    padding:.5rem 0;
  }
  .footer-m p,.footer-m a{
    font-size: .6rem;
    line-height: 1rem;
    color: #fff;
  }
/*   .footer-m.mb0{
    margin-bottom: 0 !important;
  } */
  .mt40{
    margin-top: 1.2rem !important;
  }
  .fixed_box,.fixed_box1,.fixed_box2,.fixed_box3{
    display: none;
  }
}
</pre></body></html>