@charset "UTF-8";
html,
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 {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  background-color: #333;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default;
  background-color: #00a273;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.fujifilm__body {
  padding-bottom: 100px;
  color: #000;
  height: 100vh;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  background: #fff url(../images/common/bg.jpg) top center no-repeat;
  background-size: 100% 100%;
}

.fujifilm__body .in_bg {
  background: url(../images/common/bg1.png) center 4% no-repeat;
  background-size: 100% auto;
}

.fujifilm__body.s_1 {
  background-image: url(../images/common/bg.jpg), url(../images/common/bg1.png);
  background-position: top center , 10% center;
  background-repeat: no-repeat , no-repeat;
  background-size: 100% 100% , 100% auto;
}

.fujifilm__body .title_bar {
  margin: 20px 0 30px;
  padding: 0 60px 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

.fujifilm__body .title_bar img.logo {
  height: 60px;
}

.fujifilm__body .title_bar img.logo_right {
  height: 100px;
}

.fujifilm__body .title_bar p {
  color: #00a273;
  font-size: 28px;
  text-align: right;
  line-height: 1.2;
}

h3.page_title {
  font-size: 52px;
  color: #00a273;
  line-height: 1.2;
  font-weight: normal;
  padding: 0 60px;
  margin-bottom: 40px;
}

.shop_line {
  padding: 0 140px;
  position: relative;
  z-index: 2;
}

.shop_line img {
  display: block;
  width: 100%;
}

.form__body {
  background: url(../images/common/bg_mask.png) top center no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -30px;
  padding: 80px 60px 0;
}

.form__body h6 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.form__body .line {
  margin-bottom: 20px;
  border: 1px solid #00a273;
  background-color: #edf8f5;
  border-radius: 4em;
  display: flex;
  justify-content: space-between;
  padding: 15px 35px;
  align-items: center;
}

.form__body .line span {
  font-size: 26px;
  width: 130px;
}

.form__body .line input[type='text'] {
  background-color: transparent;
  width: calc(100% - 130px);
  font-size: 26px;
  padding: 6px 0;
}

.mt40 {
  margin-top: 40px;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.product_list li {
  margin: 10px 10px 0 0;
}

.product_list li a {
  display: block;
  border-radius: 4rem;
  border: 1px solid #00a273;
  background-color: #edf8f5;
  font-size: 26px;
  padding: 15px 30px;
  transition: all .3s;
  color: #333;
}

.product_list li a:hover {
  text-decoration: none;
}

.product_list li a.active {
  text-decoration: none;
  background-color: #b2e3d5;
}

.checkbox_line {
  margin-top: 40px;
}

.checkbox_line label {
  margin-right: 10px;
  vertical-align: middle;
}

.checkbox_line .txt {
  font-size: 24px;
}

.checkbox_line .txt a {
  color: #000;
}

.button_line {
  margin-top: 40px;
  text-align: center;
}

.button_line.ico_btn a img, .button_line.ico_btn a span {
  vertical-align: middle;
}

.button_line.ico_btn a img {
  height: 30px;
}

.button_line a {
  display: inline-block;
  background-color: #00a273;
  border-radius: 4em;
  color: #fff;
  font-weight: 700;
  font-size: 33px;
  padding: 20px 140px;
  transition: all .3s;
}

.button_line a:hover {
  text-decoration: none;
  background-color: #e6002d;
}

.button_line a.s_1 {
  width: 500px;
}

.button_line a.s_2 {
  background-color: #fff;
}

.button_line a.s_2 span {
  color: #000;
}

.pop_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.pop_mask.show {
  opacity: 1;
  visibility: visible;
}

.pop_conent {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.pop_conent.show {
  opacity: 1;
  visibility: visible;
}

.pop_conent .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  transform: translate(-50%, -50%);
  height: calc(80vh);
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 40px;
  padding: 30px;
}

#yszc h3 {
  font-size: 50px;
}

#yszc h4 {
  font-size: 32px;
}

#yszc h5 {
  font-size: 18px;
}

#yszc .p_con {
  padding-top: 40px;
}

#yszc .p_con p {
  font-size: 18px;
  line-height: 1.8;
}

#yszc .p_con h4 {
  margin-top: 20px;
}

#yszc .p_con ul li {
  font-size: 18px;
  line-height: 1.8;
}

#yszc .button_line a {
  padding: 20px 70px;
  margin: 0 40px;
}

#yszc .button_line a.cal_btn {
  background-color: #edf8f5;
  color: #000;
  border: 1px solid #00a273;
}

h3.page_title_s1 {
  padding: 0 60px;
  color: #00a273;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 40px;
}

h3.page_title_s1 span,
h3.page_title_s1 i {
  vertical-align: middle;
}

h3.page_title_s1 i {
  color: #e6002d;
  margin-left: 20px;
  font-size: 36px;
}

p.page_title_s1 {
  padding: 0 60px;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.map_con {
  border: 1px solid #00a273;
  margin: 0 60px;
  padding: 10px;
  background-color: #edf8f5;
  border-radius: 4em;
  margin-bottom: 50px;
}

.map_con img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 600px;
}

.product_focus__body {
  text-align: center;
}

.product_focus__body .img_out {
  border-radius: 50%;
  border: 2px solid #00a273;
  overflow: hidden;
  width: 350px;
  height: 350px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  background: url(../images/common/pro_bg.png) center no-repeat;
}

.product_focus__body .img_out img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.product_focus__body .img_out p {
  color: #fff;
  font-size: 55px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  font-weight: 700;
}

.product_focus__body p {
  font-size: 26px;
  color: #00a273;
}

.scan_list_title {
  margin-top: 100px;
  text-align: center;
  padding-bottom: 10px;
}

.scan_list_title i, .scan_list_title span {
  vertical-align: middle;
}

.scan_list_title span {
  color: #00a273;
  font-size: 40px;
  font-weight: 700;
  margin: 0 30px;
}

.scan_list_title i {
  height: 1px;
  width: 20%;
  background-color: #00a273;
  display: inline-block;
}

.scan_list {
  padding: 0 60px;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 50px 0;
  justify-content: flex-start;
}

.scan_list li {
  width: calc(100% / 3 - 30px * 2 / 3);
  margin: 0 30px 30px 0;
  border: 1px solid #00a273;
  border-radius: 50%;
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 180px;
  width: 180px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
}

.scan_list li.active {
  background: url(../images/common/pro_bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
}

.scan_list li.active i {
  display: block;
}

.scan_list li:nth-child(3n) {
  margin-right: 0;
}

.scan_list li i {
  background: url(../images/common/pro_ico.png) center no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -5px;
  right: 0;
  border-radius: 50%;
  display: none;
}

.scan_list li p {
  font-size: 34px;
  line-height: 1.2;
}

.scan_list li p.s_1 {
  font-size: 30px;
}

.sacn_con {
  background: url(../images/common/pop_bg.png) center no-repeat;
  background-size: cover;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sacn_con p {
  color: #00a273;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
}

.qr_code_out__body {
  width: 570px;
  height: 570px;
  border: 1px solid #00a273;
  padding: 20px;
  margin: 100px auto 40px;
}

.qr_code_out__body video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qrcode_txt {
  color: #00a273;
  text-align: center;
  font-size: 30px;
}

.txt__con {
  padding-top: 30px;
  font-size: 30px;
  text-align: center;
}

#qr-shaded-region {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#qr-video {
  position: relative;
  z-index: 10;
}

.qs-region-box {
  height: 100%;
  width: 100%;
  /* border-width: 60px 140px;  */
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.32);
  box-sizing: border-box;
  inset: 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.left-top {
  position: absolute;
  background-color: white;
  width: 30px;
  height: 3px;
  top: -3px;
  left: 0px;
  z-index: 1000;
}

.right-top {
  position: absolute;
  background-color: white;
  width: 30px;
  height: 3px;
  top: -3px;
  right: 0px;
  z-index: 1000;
}

.left-bottom {
  position: absolute;
  background-color: white;
  width: 30px;
  height: 3px;
  bottom: -3px;
  left: 0px;
  z-index: 1000;
}

.right-bottom {
  position: absolute;
  background-color: white;
  width: 30px;
  height: 3px;
  bottom: -3px;
  right: 0px;
  z-index: 1000;
}

.left-lt {
  position: absolute;
  background-color: white;
  width: 3px;
  height: 35px;
  top: -3px;
  left: -3px;
  z-index: 1000;
}

.right-rt {
  position: absolute;
  background-color: white;
  width: 3px;
  height: 35px;
  bottom: -3px;
  left: -3px;
  z-index: 1000;
}

.left-lb {
  position: absolute;
  background-color: white;
  width: 3px;
  height: 35px;
  top: -3px;
  right: -3px;
  z-index: 1000;
}

.right-rb {
  position: absolute;
  background-color: white;
  width: 3px;
  height: 35px;
  bottom: -3px;
  right: -3px;
  z-index: 1000;
}

.scan-bar {
  width: 100%;
  height: 6px;
  /* background: rgba(0, 0, 0, 0.5) #76C02E; */
  background-color: #76C02E;
  position: relative;
  animation: mymove 3s infinite;
  -moz-animation: mymove 3s infinite;
  /* Firefox */
  -webkit-animation: mymove 3s infinite;
  /* Safari and Chrome */
  -o-animation: mymove 3s infinite;
  /* Opera */
}

@keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 100%;
  }
}

@-moz-keyframes mymove

/* Firefox */ {
  from {
    top: 0px;
  }
  to {
    top: 100%;
  }
}

@-webkit-keyframes mymove

/* Safari and Chrome */ {
  from {
    top: 0px;
  }
  to {
    top: 100%;
  }
}

@-o-keyframes mymove

/* Opera */ {
  from {
    top: 0px;
  }
  to {
    top: 100%;
  }
}

.alert-mask {
  z-index: 1000;
}
