<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
form,
fieldset,
legend,
img,
b,
strong {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

body {
  height: 100%;
}

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

img,
fieldset {
  border: none;
  display: block;
}

a {
  text-decoration: none;
  color: #000;
}

i,
em {
  font-style: normal;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 31.25vw;
  /* font-size: 26.67vw; */
}

html,
body {
  height: 100%;
}

header {
  width: 100%;
  height: 1.68rem;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 300;
}

header .headerBox {
  height: 1.68rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.6rem;
}

header .headerBox img:nth-of-type(1) {
  display: block;
  width: 2.27rem;
  height: .56rem;
}

header .headerBox span {
  display: block;
  font-size: .48rem;
  font-family: PingFang;
  font-weight: bold;
  color: #fff;
}

header .headerBox .imgBox {
  width: 2.27rem;
  height: .56rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .headerBox .imgBox img:nth-of-type(1) {
  display: block;
  width: .6rem;
  height: .45rem;
}

.menuBox {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 300;
  left: 0px;
  top: 0px;
  display: none;
}

.menuBox .menuBox_top {
  height: 1.6rem;
}

.menuBox .menuBox_top img {
  width: .36rem;
  height: .34rem;
  position: absolute;
  left: 90%;
  top: 4%;
}

.menuBox .menu_contain {
  position: absolute;
  z-index: 300;
  width: 100%;
  height: calc(100% - 2.4rem);
}

.menuBox .menu_contain .item {
  width: 100%;
  height: 1.2rem;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: .8rem;
  transition: all .5s;
}

.menuBox .menu_contain .item .spanBox {
  padding-top: .2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menuBox .menu_contain .item .spanBox img {
  width: .39rem;
  height: .4rem;
  margin-right: .3rem;
  margin-top: .05rem;
}

.menuBox .menu_contain .item .spanBox span {
  display: block;
  font-weight: 300;
  color: #585D62;
}

.menuBox .menu_contain .item .menu_child {
  width: 8rem;
  height: 8rem;
  margin-left: 1rem;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  transition: all 2s;
}

.menuBox .menu_contain .item .menu_child span {
  display: block;
  margin-top: .4rem;
  color: #585D62;
}

.menuBox .menu_contain .item_active {
  width: 100%;
  height: 9rem;
  border-bottom: 1px solid #E2E2E2;
  padding-left: .8rem;
  transition: all .1s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.menuBox .menu_contain .item_active .spanBox {
  padding-top: .2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menuBox .menu_contain .item_active .spanBox img {
  width: .39rem;
  height: .4rem;
  margin-right: .3rem;
  margin-top: .05rem;
}

.menuBox .menu_contain .item_active .spanBox span {
  display: block;
  font-weight: 300;
  color: #585D62;
}

.menuBox .menu_contain .item_active .menu_child {
  width: 8rem;
  height: 8rem;
  margin-left: 1rem;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 2s;
}

.menuBox .menu_contain .item_active .menu_child span {
  display: block;
  margin-top: .4rem;
  color: #585D62;
}

.wrap {
  width: 100%;
}

.accordion {
  padding: 10px;
}

.accordion &gt; p {
  width: 100%;
  height: 1.2rem;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: .8rem;
  transition: all .5s;
}

.accordion &gt; p img {
  margin-right: .2rem;
  width: .39rem;
  height: .40rem;
}

.accordion &gt; div,
.accordion &gt; ul {
  display: none;
}

.accordion &gt; ul {
  list-style: none;
}

.accordion &gt; ul li {
  padding: 0 10px;
  line-height: 26px;
}

.bottom {
  background: #262626;
  width: 100%;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom .botBox {
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0.3rem 0;
}

.bottom .botBox .tops {
  width: 6.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom .botBox .tops img:nth-of-type(1) {
  width: 2.6rem;
}

.bottom .botBox .tops img {
  display: block;
  width: .58rem;
  height: .58rem;
}
.bottom .botBox .box_bottom{
  margin-top: .2rem;
}
.bottom .botBox .box_bottom p {
  font-size: .24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.Teldress span{
  font-size: .28rem;
  color: #FFFFFF!important;
  /* font-family: Microsoft YaHei; */
  font-weight: 400;
  line-height: .58rem;
}
</pre></body></html>