<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.m_ys_img{
    display: none !important;
}
.go-back{
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
  transform: rotate(180deg);
}
.banner_box {
  height: 304px;
  position: relative;
}
.banner_box img {
  width: 100%;
  height: 100%;
}
.banner_box .swiper-container {
  height: 304px;
}
.banner_box .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1200px;
  height: 304px;
  z-index: 9;
  box-sizing: border-box;
  padding: 20px 0 0 80px;
}
.bg-full1 {
  background:url('../images/banner1.png') no-repeat center;
}
.bg-full2 {
  background:url('../images/banner2.png') no-repeat center;
}
.bg-full3 {
  background:url('../images/banner3.png') no-repeat center;
}
.bg-full4 {
  background:url('../images/banner4.png') no-repeat center;
}
.box-title {
  width: 625px;
  height: 200px;
  color: rgb(255, 255, 255);
  font-family: "FZLTCHJW";
  font-size: 62px;
  line-height: 62px;
  font-weight: 600;
  display: flex;
    align-items: center;
}
.nav {
  width: 100%;
  height: 67px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.nav::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(247, 246, 249, 0.35);
}
.nav ul {
  display: block;
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.nav li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 67px;
  font-size: 20px;
  color: #fff;
  position: relative;
}
.nav li:before {
  content: "";
  display: none;
  width: 73px;
  height: 1px;
  background: rgb(247, 246, 249);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1px;
}
.nav li:hover:before,
.nav li.active:before {
  display: block;
}
.nav li a {
  color: #fff;
}
.box .container {
  padding: 52px 0 20px;
}
.title {
  font-size: 36px;
  font-family: "FZLTCHK";
  color: rgb(51, 51, 51);
  text-align: center;
  font-weight: 600;
}
.title span {
  color: #e96b2c;
}
.tips {
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin: 20px 0 40px;
}
.icon-box {
  display: flex;
  justify-content: center;
}
.ys_img{
    display: block;
    margin: 0 40px;
}
.icon-box img{
    height: 170px;
}
.icon-box p{
    text-align: center;
}
.content {
  margin: 40px 0 0;
}
.form-box {
  width: 660px;
  height: 786px;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding: 35px 40px;
}
.form-tips {
  color: #e9692c;
  font-size: 18px;
}
.input-box {
  /* display: flex; */
  margin-top: 20px;
}
.input-box .label {
  margin-right: 20px;
  color: #333;
  font-size: 16px;
  line-height: 56px;
  float: left;
}
.input-box input,
.input-box select {
  height: 56px;
  box-sizing: border-box;
  border: 1px solid rgba(51, 51, 51, 0.5);
  padding: 0 15px;
}
.input-box input {
  width: 490px;
  float: right;
}
.select-content {
  margin-right: 12px;
  margin-bottom: 10px;
  width: 155px;
  height: 56px;
  position: relative;
}
.select-content-poa {
  position: absolute;
  top: 0;
  width: 155px;
  height: 56px;
  z-index: 99;
}
.input-box select {
  width: 155px;

  background: url('../images/select.png') no-repeat center;
  background-position: 92% center;
  padding: 0 23px 0 10px;
}
.input-box .select-content:nth-child(3n) {
  margin-right: 0;
}
.input-box .yzm input {
  width: 350px;
  float: none;
  vertical-align: middle;
}
.input-box .yzm .sendCode {
  width: 136px;
  color: #fff;
  background: rgb(248,129,35);
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
input[type=checkbox]{
  cursor: pointer;
  position: relative;
  width: 15px;
  height: 15px;
  font-size: 14px;
  /* vertical-align: middle; */
  -webkit-appearance: none;
}

input[type=checkbox]::after{
  position: absolute;
  top: 0;
  /* background-color: #fff; */
  color: #000;
  width: 15px;
  height: 15px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  /* border-radius: 3px */
  border: 1px solid #aaa;
}
input[type=checkbox]:checked::after{
  content: "âœ“";
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgb(248,129,35);
  border: 1px solid transparent;
}
.input-box .yzm .sendCodeNum {
  display: inline-block;
  width: 136px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  vertical-align: middle;
  background: rgba(248,129,35,.5);
}
.select-box {
  width: 490px;
}
.argee {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  color: #333;
}
.argee input {
  margin-right: 13px;
}
.search {
  width: 282px;
  height: 65px;
  background: linear-gradient(
    90deg,
    rgb(238, 162, 57) 0%,
    rgb(233, 107, 44) 100%
  );
  box-shadow: 0px 13px 25px 0px rgba(233, 107, 44, 0.31);
  border-radius: 40px;
  margin: auto;
  cursor: pointer;
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-size: 26px;
}
.footer-box {
  margin-top: 50px;
}
.footer-box li {
  float: left;
  width: 289px;
  height: 205px;
  background-color: rgb(254, 248, 241);
  margin-right: 14px;
  position: relative;
  overflow: hidden;
}
.footer-box li:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.footer-box li:nth-child(4n) {
  margin-right: 0;
}
.footer-box li img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;

}
.adv-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 246px;
  height: 76px;
  background: url('../images/nav_bg.png') no-repeat center;
  text-align: center;
  line-height: 30px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px;

}
.disclaimers {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}
/* ç»“æžœé¡µ */
.heroList {
  background: linear-gradient(
    0deg,
    rgb(248, 129, 35) 0%,
    rgb(249, 166, 55) 100%
  );
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 30px 20px 17px;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.crown {
  position: absolute;
  right: 53px;
  top: 24px;
  width: 151px;
  height: 112px;
  background: url('../images/guan.png') no-repeat center;
  z-index: -1;
}
.heroList h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 33px;
}
.zwDetail {
  background: rgb(253, 248, 235);
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 1);
}
.city {
  position: absolute;
  top: -16px;
  left: 32px;
  width: 76px;
  height: 32px;
  background: linear-gradient(
    90deg,
    rgb(236, 51, 36) 0%,
    rgb(248, 111, 35) 100%
  );
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.zwDetail-fl {
  width: 80%;
}
.zwDetail-fl h3 {
  font-size: 20px;
}
.zwDetail-fl h6 {
  font-size: 18px;
  font-weight: 400;
}
.zwDetail-fr a {
  display: none;
  color: #e96b2c;
  font-size: 18px;
}
.myRanking {
  margin: 9px 0;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding: 15px 30px 20px;
}
.myRanking-fl {
  font-size: 16px;
}
.myRanking-fr {
  color: #e96b2c;
  font-size: 18px;
  cursor: pointer;
}
.myRanking-fr img {
  vertical-align: middle;
}
.myRanking-fr .rotate {
  animation: rotate 2s ;
}
@keyframes rotate {
  0% {
    transform: rotate(480deg);
  }
}

table {
  width: 100%;
  text-align: center;
}
.myRanking th {
  color: #e96c2c;
  font-size: 18px;
  width: 25%;
}
.myRanking td {
  font-size: 14px;
  color: #666666;
}
.zw-ranking {
  border-radius: 10px;
  background: rgb(254, 254, 254);
  box-sizing: border-box;
  padding: 0 0 20px;
}
.zw-tab {
  border-bottom: 1px solid rgba(214, 214, 214, .5);
  margin-bottom: 5px;
}
.zw-tab li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  line-height: 55px;
}
.zw-tab li:nth-child(2) {
  width: 50%;
}
.zw-tab li.active, .zw-tab li:hover {
  color: #e96b2c;
}
.m-tabl-all {
  display: none;
}
.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}
.zw-ranking th {
  width: 25%;
  text-align: center;
  height: 36px;
  font-weight: 400;
  color: #666;
  font-size: 16px;
}
.zw-ranking tbody tr {
  border-top: 1px solid rgba(214, 214, 214, .5);
  height: 60px;
}
.zw-ranking tbody tr:nth-child(1) {
  background:  rgb(251,243,253);
  border-top: none;
}
.zw-ranking tbody td {
  font-size: 18px;
  color: #333;
}
.zw-ranking tbody td img {
  display: block;
  margin: auto;
}
.zw-ranking tbody tr:nth-child(2) {
  background:  rgb(243,248,254);
}
.zw-ranking tbody tr:nth-child(3) {
  background: #fdfbf4;
}
.dynamic {
  margin-top: 47px;
}
.dynamic-title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.result-list {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: 1px solid rgba(188, 188, 188, .2);
  overflow: hidden;
}
.result-head {
  background-color: rgb(248, 144, 43);
  height: 66px;
  color: #fff;
  font-size: 20px;
  line-height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result-head .listyle {
  line-height: 27px;
}
.listyle{
  /* float: left; */
  width: 14%;
  text-align: center;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.result-body {
  height: 62px;
  border-top: 1px solid rgba(188, 188, 188, .3);
  line-height: 62px;
  font-size: 18px;
  color: #333;
  box-sizing: border-box;
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result-body:nth-child(1) {
  /* border-top: none; */
}
.result-body:hover {
  background-color: rgb(253, 248, 235);
  color: #e9692c;
}
.dynamic-swiper .swiper-container {
  height: 744px;
}
.dynamic-swiper .swiper-slide {
  /* height: 62px; */
}

.swiper-wrapper{
  transition-timing-function: linear;
}
/* æ‚¬æµ® */
.xfCode {
  position: fixed; right:10px; bottom:20%;
	padding:140px 0 0 10px;
	background: url(../images/xf.png) no-repeat left top;
  z-index: 99;
}
.xfCode .con {
	width:180px; padding:10px 0 15px;
	background: #fff; box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
	text-align: center;
}
.xfCode h4 {
	font-size: 26px; line-height:34px; letter-spacing: 2px;
}
.xfCode p {
  font-size:18px; line-height:26px; letter-spacing: 4px;
}
.xfCode p span { color:#f56a3b; }
.xfCode img {
  display:block; width: 130px; height: 130px; padding:10px; margin:8px auto 0;
	background: #fff; border:1px solid #ddd;
}
.bottomBar{
    display:block;position:fixed;bottom: 0px;background:rgba(0,0,0,0.7); height:55px;width:100%;z-index: 99;
}
.ys_top{
    display:block;cursor:pointer;text-align:center;line-height:50px;width:860px;margin:0 auto;
}
.ysimg01{
    float:left;width:30px;cursor:pointer;margin-top:15px;
}
.ysimg02{
    position: relative;bottom: 55px;float: right;width: 380px;right: 0;
}
.ys_top b{
    color: #fff;font-size: 25px;line-height: 57px;
}
.ys_top span{
    background: #f46c04;padding: 8px;border-radius: 25px;margin-bottom: 10px;
}
@media only all and (max-width: 1080px) {
  .ht_top h1{
    margin-left: 1rem;
  }
  .go-back{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0.2rem;
    top: 0.8rem;
    transform: rotate(180deg);
  }
    .m_ys_img{
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }
  .xfCode {
    display: none;
  }
  .banner_box {
    height: 5rem;
    position: relative;
  }
  .bg-full {
    background-size: 100% 100%!important;
  }
  .bg-full1 {
    background:url('../images/mbanner1.png') no-repeat center;
  }
  .bg-full2 {
    background:url('../images/mbanner2.png') no-repeat center;
  }
  .bg-full3 {
    background:url('../images/mbanner3.png') no-repeat center;
  }
  .bg-full4 {
    background:url('../images/mbanner4.png') no-repeat center;
  }
  .banner_box .swiper-container {
    height: 5rem;
  }
  .banner_box .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5rem;
    z-index: 9;
    box-sizing: border-box;
    padding: .8rem 0 0 1.2rem;
  }
  .box-title {
    width: 8rem;
    height: 3rem;
    font-size: 1rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
  }
  .nav {
    width: 100%;
    height: 2.25rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #f88123;
  }
  .nav::before {
    display: none;
  }
  .nav ul {
    width: 100%;
    background: linear-gradient( 90deg, rgb(250,166,55) 0%, rgb(248,129,35) 61%, rgb(234,119,47) 99%);
  }
  .nav li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 2.25rem;
    font-size: .7rem;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .4);
  }
  .nav li:last-child {
    border-right: none;
  }
  .nav li:before {
    display: none;
  }
  .nav li:hover:before,
  .nav li.active:before {
    display: none;
  }
  .nav li.active, .nav li:hover {
    background: linear-gradient( 0deg, rgb(248,129,35) 0%, rgb(250,183,64) 92%, rgb(255,197,76) 100%);
    border-right: none;
  }
  .nav li a {
    color: #fff;
  }
  .box {
    margin-top: -.3rem;
    border-radius: .5rem .5rem 0 0 ;
    background: #fff;
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  .box .container {
    padding: .5rem .8rem 0;
  }
  .title {
    font-size: .7rem;
  }
  .tips {
    font-size: .6rem;
    margin: .2rem 0 .4rem;
  }
  .icon-box {
    display: none;
  }
  .content {
    margin: 0 0 0;
  }
  .form-box {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
    padding: .8rem 1rem;
    border: 1px solid rgba(214, 214, 214,.38);
    margin: auto;
    border-radius: .3rem;
  }

  .form-tips {
    font-size: .6rem;
  }
  .input-box {
    /* display: flex; */
    margin-top: .5rem;
  }
  .input-box .label {
    display: none;
    margin-right: .2rem;
    font-size: .6rem;
    line-height: 1.5rem;
    width: 17%;
  }
  .input-box input,
  .input-box select {
    height: 1.5rem;
    padding: 0 .2rem;
  }
  .input-box input {
    width: 100%;
  }
  .select-content  {
    float: left;
    width: 32.2%;
    margin-right: .2rem;
    margin-bottom: .2rem;
    height: 1.5rem;
  }
  .select-content-poa {
    top: 0;
    width: 100%;
    height: 1.5rem;
  }
  .select-content:nth-child(3n) {
    margin-right: 0;
  }
  .input-box select {
    width: 100%;
    background: url('../images/select.png') no-repeat center;
    background-position: 92% center;
    font-size: .4rem;
    padding: 0 .9rem 0 .2rem;

  }
  .input-box .yzm input {
    width: 67%;
  }
  .input-box .yzm .sendCode {
    width: 30%;
    font-size: .6rem;
  }
  .input-box .yzm .sendCodeNum {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .select-box {
    width: 100%;
  }
  .argee {
    text-align: center;
    margin: .5rem 0;
    font-size: .7rem;
    color: #333;
    line-height: 1rem;
  }
  .argee input {
    margin-right: .4rem;
    width: .7rem;
    height: .7rem;
    vertical-align: middle;
  }
  .argee a {
    vertical-align: middle;
  }
  .search {
    width: 14rem;
    height: 2rem;
    background: linear-gradient(
      90deg,
      rgb(238, 162, 57) 0%,
      rgb(233, 107, 44) 100%
    );
    box-shadow: 0px .2rem .6rem 0px rgba(233, 107, 44, 0.31);
    border-radius: 1rem;
    margin: auto;
    cursor: pointer;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    font-size: .8rem;

  }
  input[type=checkbox] {
    font-size: .6rem;
    width: .7rem;
    height: .7rem;
    border-radius: 0;
    -webkit-appearance: none;
  }
  input[type=checkbox]:checked::after {
    font-size: .5rem;
    line-height: .7rem;
    width: .7rem;
    height: .7rem;
  }
  input[type=checkbox]::after {
    /* width: .7rem;
    height: .7rem; */
    /* border: 1px solid #333; */
    border: none;
  }

  .examples {
    display: none;
  }
  .footer-box {
    margin-top: 1rem;
  }
  .footer-box li {
    float: left;
    width: 49%;
    height: 5rem;
    background-color: rgb(254, 248, 241);
    margin-right: 2%;
  }
  .footer-box li:nth-child(2n) {
    margin-right: 0;
  }
  .disclaimers {
    margin-top: .5rem;
    text-align: center;
    font-size: .6rem;
    line-height: .8rem;
    box-sizing: border-box;
    padding: 0 .8rem;
  }
  /* ç»“æžœé¡µ */
  .heroList {
    box-shadow: 0px 0px .7rem 0px rgba(0, 0, 0, 0.06);
    padding: .8rem .5rem .5rem;
    border-radius: .25rem;
  }
  .crown {
    position: absolute;
    right: 1rem;
    top: .6rem;
    width: 4rem;
    height: 3rem;
    background-size: 100%;
  }
  .heroList h2 {
    font-size: .8rem;
    margin-bottom: .9rem;
  }
  .zwDetail {
    border-radius: .25rem;
    position: relative;
    padding: .5rem;
    box-shadow: inset 0px 0px .5rem 0px rgba(255, 255, 255, 1);
  }
  .city {
    position: absolute;
    top: -.7rem;
    left: 1rem;
    width: 3.5rem;
    height: 1.25rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.25rem;
  }
  .zwDetail-fl {
    width: 80%;
  }
  .zwDetail-fl h3 {
    font-size: .8rem;
  }
  .zwDetail-fl h6 {
    font-size: .6rem;
  }
  .zwDetail-fr a {
    font-size: .7rem;
  }
  .myRanking {
    margin: .25rem 0;
    border-radius: .25rem;
    padding: .4rem .5rem .5rem;
  }
  .myRanking-fl {
    float: left;
    font-size: .7rem;
  }
  .myRanking-fr {
    float: right;
    font-size: .7rem;
  }
  .myRanking-fr img {
    vertical-align: middle;
    width: .6rem;
    margin-top: -.2rem;
  }
  .zw-ranking {
    position: relative;
    z-index: 20;
  }
  .myRanking th {
    font-size: .7rem;
    width: 25%;
  }
  .myRanking td {
    font-size: .6rem;
    color: #666666;
  }
  .tabl-all {
    display: none;
  }
  .m-tabl-all {
    display: block;
  }
  .zw-tab {
    margin-top: 8rem;
    background: #fff;
    border-radius: .5rem .5rem 0 0;
  }
  .zw-tab li {
    font-size: .7rem;
    line-height: 1.5rem;
  }
  .zw-ranking th {
    font-size: .6rem;
    height: 1.5rem;
  }
  .zw-ranking tbody tr {
    height: 1.8rem;
    background: none!important;
  }
  .zw-ranking tbody td {
    font-size: .6rem;
  }
  .tab-item {
  }
  .topThree {
    position: absolute;
    box-sizing: border-box;
    /* padding: ; */
    z-index: 1;
  }
  .topThree p {
    text-align: center;
    color: #fff;
    font-size: .7rem;
  }
  .first {
    width: 14rem;
    height: 7rem;
    background: url('../images/m_one.png') no-repeat center;
    background-size: 100%;
    top: -6.8rem;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4.1rem 4rem 1rem;
  }
  .second {
    width: 6rem;
    height: 6.5rem;
    background: url('../images/m_two.png') no-repeat center;
    background-size: 100%;
    top: -5.5rem;
    left: .5rem;
    z-index: -1;
    padding: 3rem 1rem 1rem;

  }
  .third {
    width: 6rem;
    height: 6.5rem;
    background: url('../images/m_three.png') no-repeat center;
    background-size: 100%;
    top: -5.5rem;
    right: .5rem;
    z-index: -1;
    padding: 3rem 1rem 1rem;

  }
  .dynamic {
    margin-top: 1rem;
  }
  .dynamic-title {
    font-size: .7rem;
    font-weight: 600;
    margin-bottom: .5rem;
  }
  .result-list {
    box-shadow: 0px 0px .5rem 0px rgba(0, 0, 0, 0.06);
    border-radius: .25rem;
    overflow: hidden;
  }
  .result-head {
    height: 1.5rem;
    font-size: .7rem;
    line-height: 1.5rem;
  }
  .result-head .listyle {
    line-height: 0.7rem;
  }
  .listyle{
    width: 20%;
    line-height: .8rem;
  }
  .result-body {
    height: 3rem;
    line-height: 1.5rem;
    font-size: .6rem;
    padding: .3rem 0;
  }
  .swiper-slide:nth-child(1) .result-body  {
    border-top: none;
  }
  .dynamic-swiper .swiper-container{
    height: 18rem;
  }
  .adv-title {
    position: absolute;
    bottom: .5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6rem;
    height: 2rem;
    background-size: 100%;
    line-height: .8rem;
    font-size: .7rem;
    box-sizing: border-box;
    padding: .25rem;
  }
    .ys_top{
        width: 100%;
    }
    .ysimg01 {
        float: left;
        width: 30px;
        cursor: pointer;
        margin-top: 15px;
        margin-left: 10px;
    }
    .ys_top b{
        display: none;
    }
    .ys_top span {
        background: #f46c04;
        border-radius: 10px;
        margin-bottom: 10px;
        display: inline-block;
        padding: 0 10px;
        line-height: 30px;
        margin-top: 14px;
    }
    .ysimg02 {
        position: relative;
        bottom: 7px;
        float: left;
        width: 206px;
        right: 11px;
        margin-left: 24px;
    }
    .m_ys_img img {
        width: 70px;
        height: 70px;
        margin: 0 10px;
    }
}
</pre></body></html>