<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1220px) {
  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    font-family: PingFang SC;
  }
  .mobileshow {
    display: none;
  }
  @font-face {
    font-family: PingFang SC;
    src: url("../font/PingFang.ttf");
  }
  header {
    width: 100%;
    height: 95px;
    background-color: #303031;
  }
  header .header-layout {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    line-height: 95px;
  }
  header .header-layout .header-left {
    float: left;
    font-size: 26px;
  }
  header .header-layout .header-left a:hover {
    color: #fff;
  }
  header .header-layout .header-left a:link {
    color: #fff;
  }
  header .header-layout .header-left a:active {
    color: #fff;
  }
  header .header-layout .header-left a:visited {
    color: #fff;
  }
  header .header-layout .header-left span {
    font-weight: bold;
  }
  header .header-layout .header-right {
    float: right;
    margin-left: 40px;
  }
  header .header-layout .header-right span {
    width: 64px;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 22px;
    color: #b28750;
    padding: 6px 16px;
    border-radius: 5px;
    width: 96px;
    height: 34px;
    border: 1px solid #b28750;
    opacity: 1;
    transition: all 0.35s;
    cursor: pointer;
  }
  header .header-layout .header-right span:hover {
    color: #3e3e3e;
    background-color: #b28750;
  }
  header .header-layout .header-middle {
    float: right;
  }
  header .header-layout .header-middle ul {
    position: relative;
  }
  header .header-layout .header-middle ul li {
    float: left;
    margin-left: 10px;
    position: relative;
  }
  header .header-layout .header-middle ul li a {
    color: #fff;
  }
  header .header-layout .header-middle ul .tar::before {
    content: url("../img/product/ç»„ 374.png");
    text-align: center;
    position: absolute;
    bottom: -42px;
    left: 11.5px;
  }
  header .header-layout .header-middle ul .line {
    width: 84px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 91px;
    left: 168px;
  }
  header .header-layout .header-btn {
    display: none;
  }
  .banner {
    width: 100%;
    height: 640px;
    background-image: url(../img/joinus/_DSC3011-HDR.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .banner .banner-layout {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .banner .banner-layout p {
    margin-top: 242px;
    text-align: center;
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 67px;
    color: #ffffff;
    letter-spacing: 5px;
    opacity: 1;
  }
  .slogan {
    width: 100%;
    height: 135px;
    background-color: #545454;
  }
  .slogan .slogan-layout {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .slogan p {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 135px;
    color: #ffffff;
  }
  .main {
    width: 100%;
    padding: 140px 0;
    background-color: #303031;
  }
  .main .main-layout {
    width: 1200px;
    margin: 0 auto;
  }
  .main .main-layout .search {
    width: 100%;
    height: 255px;
    background-color: #545454;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .main .main-layout .search .bar {
    width: cal(78%);
    height: 61px;
    background: #676767;
    border: 1px solid #707070;
    opacity: 1;
    padding-left: 20px;
  }
  .main .main-layout .search .bar p {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 61px;
    color: #ffffff;
  }
  .main .main-layout .search .con {
    width: cal(80%);
    height: 151px;
    padding: 41px 0 0 20px;
  }
  .main .main-layout .search .con p {
    margin-bottom: 42px;
  }
  .main .main-layout .search .con p span {
    display: inline-block;
    height: 20px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    opacity: 1;
  }
  .main .main-layout .search .con p button {
    font-size: 14px;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 21px;
    padding: 2px 16px;
    color: #fff;
    margin: 0px 12px;
    cursor: pointer;
  }
  .main .main-layout .search .con p .active {
    background-color: #b28750;
  }
  .main .main-layout .result {
    width: 100%;
  }
  .main .main-layout .result .result-layout {
    width: 1200px;
    margin: 0 auto;
  }
  .main .main-layout .result .result-layout .notfound {
    font-size: 24px;
    line-height: 300px;
    color: #fff;
    text-align: center;
  }
  .main .main-layout .result .result-layout .res {
    transition: all 0.25s;
    width: cal(78%);
    padding: 30px 60px 43px 20px;
    background: #545454;
    border: 1px solid #707070;
    opacity: 1;
    border-radius: 8px;
    position: relative;
    margin-top: 60px;
  }
  .main .main-layout .result .result-layout .res .title {
    margin-bottom: 20px;
  }
  .main .main-layout .result .result-layout .res .title span:first-of-type {
    width: 159px;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
    letter-spacing: 2px;
    opacity: 1;
  }
  .main .main-layout .result .result-layout .res .title span:last-of-type {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-left: 50px;
    padding: 2px 0 0 16px;
    border-radius: 4px;
    position: absolute;
    right: 60px;
    top: 29px;
    color: #50B2AF;
  }
  .main .main-layout .result .result-layout .res .title span:last-of-type::before {
    content: url(../img/joinus/è·¯å¾„\ 614.png);
    position: absolute;
    left: -10px;
    top: 4px;
  }
  .main .main-layout .result .result-layout .res .info p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
  }
  .main .main-layout .result .result-layout .res .info p:last-of-type {
    margin-bottom: 0;
  }
  .main .main-layout .result .result-layout .res .toggle {
    width: 63px;
    height: 24px;
    border: 1px solid #545454;
    background-color: #545454 !important;
    opacity: 1;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 42px;
    cursor: pointer;
  }
  .main .main-layout .result .result-layout .res .toggle span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #b28750;
    opacity: 1;
    letter-spacing: 3px;
  }
  .main .main-layout .result .result-layout .res .bottom {
    bottom: 29px;
  }
  .main .main-layout .result .result-layout .res .top {
    bottom: 29px;
    box-sizing: content-box;
    border: 1px solid #545454;
    border-radius: 5px;
    color: #b28750;
    line-height: 18px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    background-color: transparent;
    user-select: none;
    cursor: pointer;
    background-image: none;
  }
  .main .main-layout .result .result-layout .res.s {
    transition: all 0.25s;
    height: 180px;
    overflow: hidden;
  }
  .main .main-layout .result .result-layout .res.s .info {
    height: 142px;
    overflow: hidden;
  }
  .main .main-layout .result .result-layout .res.show {
    display: block;
  }
  .main .main-layout .result .result-layout .res.hide {
    display: none;
  }
  .main .main-layout .result .fenye {
    float: right;
    display: flex;
    padding-top: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
  }
  .main .main-layout .result .fenye .prev,
  .main .main-layout .result .fenye .next {
    border: 1px solid #b28750;
    color: #b28750;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.25s;
    border-radius: 5px;
  }
  .main .main-layout .result .fenye .prev:hover,
  .main .main-layout .result .fenye .next:hover {
    background-color: #b28750;
    color: #fff;
  }
  .main .main-layout .result .fenye .userNum {
    width: 50px;
    height: 50px;
  }
  .main .main-layout .result .fenye .total {
    padding-left: 25px;
  }
  .contact {
    width: 100%;
    height: 396px;
    padding: 80px 0;
    background-color: #3b3b3d;
    color: #fff;
  }
  .contact .contact-layout {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .contact .contact-layout .left {
    float: left;
  }
  .contact .contact-layout .left .title {
    margin-bottom: 30px;
  }
  .contact .contact-layout .left .title p {
    height: 40px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    letter-spacing: 5px;
    opacity: 1;
  }
  .contact .contact-layout .left .title span {
    width: 92px;
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 5px;
    opacity: 1;
  }
  .contact .contact-layout .left .content p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 20px;
  }
  .contact .contact-layout .left .content p:last-of-type {
    position: absolute;
    left: 150px;
    bottom: 20px;
  }
  .contact .contact-layout .left .content img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contact .contact-layout .right {
    float: right;
    width: 396px;
    height: 396px;
  }
  .contact .contact-layout .right .map {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .contact .contact-layout .right .map img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  footer {
    width: 100%;
    height: 54px;
    background-color: #161616;
    color: #fff;
    line-height: 54px;
    text-align: center;
  }
  footer .footer-layout span:first-of-type {
    margin-right: 60px;
  }
  .top {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    cursor: pointer;
    transition: all 0.25s;
    background-image: url(../img/common/ç»„\ 821.png);
  }
  .top.hide {
    display: none;
  }
}
@media screen and (max-width: 1px) {
  .top {
    display: none;
  }
  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    font-family: PingFang SC;
    color: #fff;
    box-sizing: border-box;
  }
  @font-face {
    font-family: PingFang SC;
    src: url("../font/PingFang.ttf");
  }
  html,
  body {
    background-color: #303031;
    height: 100%;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #303031;
  }
  header .header-layout {
    width: 100%;
    height: 5rem;
    position: relative;
  }
  header .header-layout .header-left {
    margin: 0 auto;
    text-align: center;
    line-height: 5rem;
    font-size: 1.5rem;
  }
  header .header-layout .header-right {
    display: none;
  }
  header .header-layout .header-middle {
    position: absolute;
    width: 100%;
    height: 18rem;
    background-color: #555;
    left: 0;
    top: 5rem;
    display: block;
    box-sizing: border-box;
    padding-top: 5rem;
    display: none;
    transform: translate(300px, 0);
    transition: all 0.5s;
  }
  header .header-layout .header-middle ul li {
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
  }
  header .header-layout .header-middle ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  header .header-layout .header-middle ul li.tar {
    background-color: #777;
  }
  header .header-layout .header-middle ul li:nth-of-type(even) {
    display: none;
  }
  header .header-layout .header-btn {
    box-sizing: border-box;
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #b28750;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 3rem;
    line-height: 0.8rem;
    color: #b28750;
    user-select: none;
    cursor: pointer;
    transform: scale(0.8);
  }
  .banner {
    width: 100%;
    height: 15rem;
    background-color: #ccc;
    margin: 5rem auto 0;
    background-image: url(../img/joinus/_DSC3011-HDR.png);
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .banner .banner-layout {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .banner-layout p {
    font-size: 2rem;
    font-weight: bold;
  }
  .slogan {
    width: 100%;
    padding: 2rem;
    background-color: #545454;
    text-align: center;
  }
  .main {
    width: 100%;
    padding: 0.5rem;
  }
  .main .search {
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #545454;
  }
  .main .search .bar p {
    font-size: 2rem;
  }
  .main .search .con span {
    display: block;
  }
  .main .search .con button {
    padding: 0.2rem 1rem;
    margin: 0.2rem 0;
    background-color: transparent;
    border-radius: 2rem;
    border: 1px solid #b28759;
    outline: none;
    color: #b28759;
  }
  .main .search .con .active {
    background-color: #b28759;
    color: #fff;
  }
  .main .result {
    width: 100%;
  }
  .main .result .result-layout {
    margin-top: 0.5rem;
  }
  .main .result .result-layout .res {
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-color: #545454;
    margin-bottom: 0.5rem;
  }
  .main .result .result-layout .res p.title span:first-of-type {
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
    padding-bottom: 0.5rem;
  }
  .main .result .result-layout .res p.title span:last-of-type {
    line-height: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #50b2af;
    padding: 0.1rem 0.5rem;
  }
  .main .result .result-layout .res .info {
    padding-top: 0.5rem;
  }
  .main .result .result-layout .res .toggle {
    display: none;
  }
  .main .result .notfound {
    text-align: center;
    font-size: 2rem;
    line-height: 15rem;
  }
  .contact {
    box-sizing: border-box;
    padding: 0.5rem;
    overflow: hidden;
    background-color: #3b3b3d;
  }
  .contact .left .title p {
    font-size: 2rem;
  }
  .contact .left .title span {
    font-size: 1.5rem;
  }
  .contact .left .content {
    line-height: 2rem;
  }
  .contact .left .content img {
    width: 6rem;
  }
  .contact .right img {
    display: none;
  }
  footer {
    background-color: #161616;
    text-align: center;
  }
  footer span {
    display: block;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1219px) {
  .top {
    display: none;
  }
  .mobilehide {
    display: none;
  }
  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    text-align: justify;
  }
  html,
  body {
    background-color: #303031;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .header-layout {
    width: 100%;
    position: relative;
  }
  header .header-layout .header-left {
    margin: 0 auto;
    text-align: center;
    line-height: 5rem;
    font-size: 1.5rem;
    display: none;
  }
  header .header-layout .header-right {
    display: none;
  }
  header .header-layout .header-middle {
    position: absolute;
    width: 100%;
    height: 18rem;
    background-color: #888;
    left: 0;
    top: 5rem;
    display: block;
    box-sizing: border-box;
    padding-top: 5rem;
    display: none;
    transform: translate(300px, 0);
    transition: all 0.5s;
  }
  header .header-layout .header-middle ul li {
    font-size: 1rem;
    line-height: 3rem;
    text-align: center;
    text-indent: 1rem;
  }
  header .header-layout .header-middle ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  header .header-layout .header-middle ul li.tar {
    background-color: #777;
  }
  header .header-layout .header-middle ul li:nth-of-type(even) {
    display: none;
  }
  header .header-layout .header-btn {
    box-sizing: border-box;
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-align: center;
    font-size: 3rem;
    line-height: 0.8rem;
    color: #fff;
    user-select: none;
    cursor: pointer;
  }
  header .header-layout .header-btn .iconfont {
    font-size: 2rem;
  }
  .banner {
    width: 100%;
    height: 15rem;
    background-color: #ccc;
    background-image: url(../img/product/_DSC3011-HDR.png);
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .banner .banner-layout {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .banner-layout p {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .slogan {
    width: 100%;
    line-height: 5rem;
    font-size: 1.2rem;
    text-align: center;
    background-color: #545454;
  }
  .slogan p {
    text-align: center;
  }
  .main {
    width: 100%;
    padding: 0.5rem;
  }
  .main .search {
    margin-top: 1rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #545454;
  }
  .main .search .bar p {
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
  .main .search .mobilecon {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main .search .mobilecon select {
    background-color: #545454;
    width: 5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
  }
  .main .result {
    width: 100%;
  }
  .main .result .result-layout {
    margin-top: 0.5rem;
  }
  .main .result .result-layout .res {
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-color: #545454;
    margin: 1.5rem 0;
  }
  .main .result .result-layout .res p.title {
    display: flex;
    justify-content: space-between;
  }
  .main .result .result-layout .res p.title span:first-of-type {
    font-size: 1rem;
    line-height: 2rem;
    display: inline;
    padding-bottom: 0.5rem;
    width: 80%;
  }
  .main .result .result-layout .res p.title span:last-of-type {
    font-size: 0.8rem;
    line-height: 1.5rem;
    height: 1.9rem;
    border-radius: 0.25rem;
    color: #50b2af;
    padding: 0.1rem 0.5rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
  .main .result .result-layout .res .info {
    padding-top: 0.5rem;
    font-size: 0.7rem;
    text-align: justify;
  }
  .main .result .result-layout .res .toggle {
    display: none;
  }
  .main .result .fenye {
    display: none !important;
  }
  .main .result .notfound {
    text-align: center;
    font-size: 2rem;
    line-height: 15rem;
  }
  .contact {
    box-sizing: border-box;
    padding: 1rem;
    overflow: hidden;
    background-color: #3b3b3d;
  }
  .contact .left .title {
    padding: 1rem 0;
  }
  .contact .left .title p {
    font-size: 1.4rem;
    padding: 0.8 rem 0;
  }
  .contact .left .title span {
    font-size: 1.2rem;
  }
  .contact .left .content {
    font-size: 0.7rem;
    line-height: 1.75rem;
    position: relative;
  }
  .contact .left .content img {
    width: 6rem;
    padding: 0.5rem 0 0 0;
  }
  .contact .left .content p:last-of-type {
    position: absolute;
    left: 7rem;
    bottom: 1.8rem;
  }
  .contact .right img {
    display: none;
  }
  footer {
    background-color: #161616;
  }
  footer span {
    font-size: 0.7rem;
    display: block;
    line-height: 1.5rem;
    text-align: center;
  }
}
</pre></body></html>