@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.eot');
    src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff'),
        url('../fonts/Bahnschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FZLanTingHeiS-R-GB';
    src: url('../fonts/FZLTHJW--GB1-0.eot');
    src: url('../fonts/FZLTHJW--GB1-0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FZLTHJW--GB1-0.woff2') format('woff2'),
        url('../fonts/FZLTHJW--GB1-0.woff') format('woff'),
        url('../fonts/FZLTHJW--GB1-0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
  box-sizing: border-box;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
 font-family: "Poppins",sans-serif;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
  -webkit-text-size-adjust: none;
  background-image: linear-gradient(90deg, #fefefe, #ededed);
  margin: 0px;
  padding: 0px;
}
body,
td,
th {
  color: #000;
  line-height: 1.8;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins",sans-serif;
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
span {
    font-family: "Poppins",sans-serif;
  font-style: normal;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
 
}
input,
textarea,
button,
select {
    font-family:"Noto Sans SC",  PingFangSC-Regular, Verdana, Arial, Helvetica, sans-serif;
  *font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #009b4d;
}
a:active {
  text-decoration: none;
}
dl,
dd,
dt {
  margin: 0px;
  padding: 0px;
}
/* css common */
.rel {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.lt,
.left {
  float: left;
}
.rt,
.right {
  float: right;
}
.clear,
.clr {
  clear: both;
}
.f-cb {
  zoom: 1;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.dn {
  display: none;
}

/*内页*/
.content{
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}
@media (max-width: 750px) {
    .content{
        font-size:3.8667vw;
    }
}

.nav{
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  max-width: 640px;
  margin: 0 auto;
  z-index: 999;
  background: #fff;
}
.nav .back-to {
    display: inline-block;
    width:20px;
    height: 50px;
    color: #000;
    font-weight: 700;
    background: url(../images/back.png) no-repeat 0;
    background-size: 20px 20px;
    cursor: pointer;
    padding-right:10px;
}
.nav .image-dialog{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 10px;
}
.nav .image-dialog .image-dialog-trigger{
  width: calc(100% - 54px);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.nav .image-dialog .input-wrapper{
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 100%;
}
.nav .image-dialog .input-wrapper .form{
    border: none;
    outline: none;
    padding: 5px;
    font-size: 15px;
    background-color: rgb(237, 237, 237);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.nav .image-dialog .input-wrapper .inputtext {
    /*color: #fff;*/
    margin-left: 18px;
    border:none;
    outline:none;
    background: none;
}
.nav .image-dialog .input-wrapper .button{
  width: 34px;
  border:none;
  background: none;
  outline: none;
  display: flex;
  align-items: flex-start;
}
.nav .image-dialog .input-wrapper .button img {
    width: 1.5rem;
    vertical-align: middle;
}
.nav .image-dialog .image-style{
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.nav .image-dialog .image-style i{
  font-size: 22px;
  display: block;
}

/*搜索*/
.nav .image-dialog-background {
    max-width: 640px;
    margin: auto;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #fafafa;
    text-align: center;
    z-index: 1;
    display: none;
}
.nav .image-dialog-background .image-dialog-animate {
    display: none;
    position: absolute;
    transform-origin: left top;
}
.nav .image-dialog-background .image-dialog-full {
    background-color: #fafafa !important;
    width: 98% !important;
    padding-left: 5%;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
}
.nav .image-dialog-background .input-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 100%;
}
.nav .image-dialog-background .input-wrapper .input {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    transition: width 3s;
}
.nav .image-dialog-background .input-wrapper .input input {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    padding-left: 0;
    -ms-flex: 1;
    flex: 1;
}
.nav .image-dialog-background .input-wrapper .input .palceholder {
    color: #000;
    margin-left: 18px;
}
.nav .image-dialog-background .input-wrapper .input .clearKeyword{
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .image-dialog-background .input-wrapper .input .clearKeyword img{
  width: 18px;
}
.nav .image-dialog-background  .image-dialog-full .cancle-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 4px;
    color: #000;
    background: none;
    border:none;
}
.nav .image-dialog-background .slot-content {
    transition: opacity 0.6s ease;
    /*opacity: 0;*/
}
.nav .image-dialog-background .slot-content .hot-wrapper {
    text-align: left;
}
.nav .image-dialog-background .slot-content .hot-wrapper .tip {
    padding: 4vw;
    text-align: left;
    font-size: .92rem;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav .image-dialog-background .slot-content .hot-wrapper .tip img{
  width: 1.2rem;
}
.nav .image-dialog-background .slot-content .hot-wrapper .label-wraper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4vw;
    align-items: center;
}
.nav .image-dialog-background .slot-content .hot-wrapper .label-wraper .label {
    padding: 0.8vw 2vw;
    border-radius: 1vw;
    font-size: .8rem;
    margin-bottom: 4vw;
    margin-right: 2vw;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav .first-menu{
  background: #fff;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
.nav .first-menu > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}
.nav .first-menu > ul > li {
    width: 25%;
    position: relative;
}
.nav .first-menu > ul > li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    border-bottom: 0.22rem solid #009b4d;
}
.nav .first-menu > ul > li > a {
    display: block;
    text-align: center;
    line-height: 3.35rem;
    color: #666;
    font-size: 1rem;
}
.nav .first-menu.en > ul > li > a{
  font-size: 0.85rem;
   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all; 
}
.nav .first-menu > ul > li.active > a{
  font-size: 1.3rem;
  color: #000;
}
.nav .first-menu.en > ul > li.active > a{
  font-size: 1.25rem;
}

.main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0 10px;
  padding-top: 3.2rem;
  padding-bottom: 1.5rem;
  position: relative;
}
/*列表模式*/
.main.liebiao-mode .card{
  margin-top: 0.87rem;
  float: left;
  height: 6.875rem;
  vertical-align: center;
  margin-left: 5%;
  width: 90%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
}
.main.liebiao-mode .card a{
    display:flex;
    align-items:center;
}
.main.liebiao-mode .card .card-img {
    width:6.875rem;
    height:6.875rem;
    float: left;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main.liebiao-mode .card .card-img .box{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    padding:10px;
}
.main.liebiao-mode .card .card-img img{
  width: 100%; 
  height: 100%;
  object-fit:contain;
}
.main.liebiao-mode .card .card-content {
    height: 100%;
    float: left;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main.liebiao-mode .card .card-content .title {
    user-select: text;
}
.main.liebiao-mode .card .card-content .desc{
    user-select: text;
}
.main.liebiao-mode .card .card-btn {
    height: 100%;
    float: right;
    display: none;
    flex-direction: column;
    justify-content: center;
}
.main.liebiao-mode .card .card-btn img {
    position: relative;
    margin-right: 0.8rem;
}

/*图片模式*/
.main.tupian-mode{
  width: 90%;
  margin:0 auto;
  padding-right: 0;
  padding-left: 0;
}
.main.tupian-mode .card{
  margin-top: 0.87rem;
  float: left;
  vertical-align: center;
  width: 49%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.main.tupian-mode .card a{
    width:100%;
    display:block;
}
.main.tupian-mode .card .card-img {
    width:100%;
    padding-bottom:100%;
    height:0;
    position:relative;
}
.main.tupian-mode .card .card-img .box{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    padding:10px;
}
.main.tupian-mode .card .card-img img{
  width: 100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.main.tupian-mode .card .card-content{
  padding:.8em;
}
.main.tupian-mode .card .card-content .title {
    user-select: text;
}
.main.tupian-mode .card .card-content .desc{
    user-select: text;
}
.main.tupian-mode .card .card-btn {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right:0.8rem;
    padding-bottom:0.8rem;
    font-size:12px;
}
.main.tupian-mode .card .card-btn img {
    position: relative;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
}

#menu{
    max-width: 640px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3.125rem;
    color: #474747;
    text-align: center;
    background-color: #fff;
    padding-bottom: env(safe-area-inset-bottom);
    display: flex;
    justify-content: space-around;
    z-index: 999;
}
#menu img.menu_img {
    margin-top: 0.2rem;
    width: 2rem;
}
#menu .menu_name {
    font-size: .75rem;
    margin-top: -0.2rem;
    color: #009b4d;
}

/*单页*/
.back{
    max-width: 640px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.75rem;
    line-height: 1;
    width: 100%;
    background-color: #f5f5f5;
    padding: 5px 10px;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
}
.back .back-to {
    display: inline-block;
    padding-left: 26px;
    height: 2.75rem;
    color: #000;
    font-weight: 700;
    background: url(../images/back.png) no-repeat 0;
    background-size: 20px 20px;
    cursor: pointer;
}
.back p {
    margin: 0;
    font-size: 1.25rem;
    height: 2.75rem;
    line-height: 2.75rem;
    vertical-align: center;
    color: #000;
}
.back .back-home {
    float: right;
    display: inline-block;
    width: 40px;
    height: 2.75rem;
    background: url(../images/home.png) no-repeat 50%;
    background-size: 20px 20px;
}
.info{
  padding-top: 2.75rem;
}
.info video{
  width: 100%;
  display: block;
}