* {
  box-sizing: border-box;
}
html,
body {
  font-family: 'Helvetica Neue', 'Hiragino Sans GB';
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: white;
  color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ovf-hidden {
  overflow: hidden;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #002855;
}
[role='button'] {
  cursor: pointer;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 17px;
}
.bigfont {
  font-size: 40px;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
body {
  max-width: 768px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 48px;
}
.button {
  /*width: 203px;
  height: 48px;
  border-radius: 24px;*/
  width:140px;
  display: inline-block;
  line-height: 56px;
  text-align: center;
  height:56px;
}
nav {
  height: 48px;
  background-color: white;
  border-bottom: 1px solid #d8d8d8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
nav:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
nav .nav-right {
  float: right;
  display: inline-block;
}
nav .nav-img {
  width: 100px;
  height: 19px;
  vertical-align: middle;
  margin-left: 15px;
}
nav .nav-link {
  display: inline-block;
  height: 48px;
  vertical-align: middle;
  text-align: center;
  line-height: 48px;
  position: relative;
}
nav .nav-link:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 14px;
  background: #002855;
  width: 100%;
}
nav .nav-btn {
  display: inline-block;
  width: 62px;
  height: 48px;
  vertical-align: middle;
  line-height: 48px;
}
nav .nav-btn-img {
  width: 25px;
  height: 17px;
  vertical-align: middle;
  margin-left: 18px;
}
.nav-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -999;
  visibility: hidden;
}
.nav-wrap.active {
  z-index: 999;
  visibility: visible;
}
.nav-mask {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.nav-section {
  position: absolute;
  background-color: #002855;
  left: 100%;
  top: 0;
  width: 248px;
  height: 100%;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.nav-section a {
  color: white;
  font-size: 17px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  display: block;
  line-height: 44px;
  padding-left: 24px;
}
.nav-section.active {
  display: block;
  left: calc(100% - 248px);
  overflow-y: auto;
}
.nav-logo {
  width: 150px;
  height: 28px;
  margin: 27px auto;
  display: block;
}
.jd-banner {
  width: 100%;
}
.slogn-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 300px;
  text-align: center;
}
.slogn-bg:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.slogn-title {
  width: 190px;
  height: 190px;
  vertical-align: middle;
}
.section {
  width: 100%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.section:nth-child(odd) {
  background-color: rgba(57, 74, 88, 0.08);
}
.section:last-child {
  padding-bottom: 18px;
}
.header-img {
  width: 100%;
  display: none;
  /*display:block;*/
}
.hp-infocell {
  border-radius: 12px;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 13px;
}
.hp-infocell .button {
  position: absolute;
  /*left: calc(50% - 101.5px);*/
  left: calc(50% - 70px);
  /*font-size:20px;*/
  font-weight:400;
  bottom: 31px;
}
.hp-info-p {
  white-space: pre-wrap;
  padding-left: 42px;
  padding-right: 42px;
}
.hp-section-1 {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.hp-section-1 .hp-info-title {
  margin-top: 70px;
  margin-bottom: 20px;
}
.hp-section-1:first-of-type .button {
  background-color: white;
  color: #002855;
}
.hp-section-1:last-of-type .hp-info-title {
  color: #002855;
}
.hp-section-1:last-of-type .hp-info-p {
  color: #394a58;
}
.hp-section-1:last-of-type .button {
  /*background-color: #002855;*/
  background-color:#40c1ac;
  color: white;
}
.hp-section-2 {
  height: 433px;
}
.hp-section-2:nth-of-type(odd) {
  background-color: #002855;
}
.hp-section-2:nth-of-type(odd) .button {
  background-color: white;
  color: #002855;
}
.hp-section-2:nth-of-type(even) {
  background-color: rgba(57, 74, 88, 0.08);
}
.hp-section-2:nth-of-type(even) .hp-info-title {
  color: #002855;
}
.hp-section-2:nth-of-type(even) .hp-info-p {
  color: #394a58;
}
.hp-section-2:nth-of-type(even) .button {
  /*background-color: #002855;*/
  background-color:#40c1ac;
  color: white;
}
.hp-section-2 .hp-info-titleimg {
  width: 180px;
  height: 180px;
  margin-top: 26px;
}
.hp-new a{
  background-color:#40c1ac;
  color:#FFF;
  left:8%  !important;
}
.hp-new2 a{
  background-color:#40c1ac !important;
  color:#FFF !important;
  left:50%  !important;
  bottom:30px  !important;
}
.hp-infocell .hp-info-bgimg {
  height:100%;
  width:100%;
  margin: 0;
}
.hp-section-2 .hp-info-title {
  margin-top: 25px;
  margin-bottom: 5px;
}
.hp-section-3 {
  height: 350px;
  background-color: white;
}
.hp-section-3 .hp-info-titleimg {
  width: 64px;
  height: 64px;
  margin-top: 39px;
}
.hp-section-3 .hp-info-title {
  color: #002855;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight:800;
}
.hp-section-3 .hp-info-p {
  color: #394a58;
}
.hp-section-3 .button {
  /*background-color: #002855;*/
   background-color:#40c1ac;
  color: white;
}
.wb-section {
  padding: 35px 28px 20px;
  position: relative;
  overflow: hidden;
}
.wb-section-1 {
  background-color: white;
  color: #394a58;
}
.wb-section-1 .wb-title {
  color: #002855;
}
.wb-title {
  text-align: center;
  margin-bottom: 24px;
}
.wb-suplink {
  margin-top: 18px;
  margin-bottom: 32px;
  display: block;
}
.wb-info-wrap {
  width: 127px;
}
.wb-info-title {
  color: #002855;
}
.wb-info-cell {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9b9b9b;
}
.wb-info-cell:last-child {
  border: none;
}
.wb-info-img {
  display: block;
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 10px;
}
.wb-section-2 {
  background-color: #002855;
}
.wb-hs-wrap {
  margin-top: 20px;
}
.wb-cell {
  width: 44%;
  text-align: center;
}
.wb-cell:first-child {
  float: left;
}
.wb-cell:last-child {
  float: right;
}
.wb-hs-img {
  width: 90px;
  height: 90px;
  margin-top: 20px;
  margin-bottom: 17px;
}
.wb-hs-p {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 10px;
}
.wb-hs-btn {
  width: 100%;
}
.wb-sv-cell {
  margin-top: 22px;
  margin-bottom: 22px;
}
.wb-sv-img {
  width: 90px;
  height: 90px;
  float: left;
}
.wb-section-3 {
  background-color: rgba(57, 74, 88, 0.08);
  color: #394a58;
}
.wb-section-3 .wb-title {
  color: #002855;
}
.wb-sv-right {
  width: 61%;
  float: right;
}
.wb-sv-title {
  color: #002855;
  margin-bottom: 10px;
}
.wb-section-4 {
  color: #394a58;
  padding-bottom: 70px;
}
.wb-hn-img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 26px;
}
.wb-hn-p {
  text-align: left;
  margin-bottom: 20px;
}
.wb-line {
  height: 1px;
  width: calc(156%);
  margin-left: -28px;
  background-color: #9b9b9b;
  margin-top: 20px;
  margin-bottom: 30px;
}
.wb-hn-cell {
  width: 23%;
  margin-left: 3px;
}
.wb-hn-cell:first-child {
  margin-left: 0;
}
.vd-wrap {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}
.vd-wrap.active {
  display: block;
}
.popup-wrap {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}
.popup-wrap.active {
  display: block;
}
.popup-container {
  background-color: white;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: zoomIn 0.3s both;
          animation: zoomIn 0.3s both;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
#popup-img {
  width: 61px;
  height: 62px;
}
#popup-title {
  color: #002855;
  margin-top: 10px;
  margin-bottom: 10px;
}
#popup-content {
  color: #394a58;
  text-align: left;
}
#wb-vd {
  margin-top: 20%;
}
.tech-section {
  padding: 20px 15px;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  color: #002855;
}
.tech-img {
  width: 100%;
}
.tech-content {
  text-align: left;
  margin-top: 10px;
}
#pd-item-container {
  background-color: white;
}
#react-root {
  display: block;
}
#react-root.dismiss {
  display: none;
}
.ppdt-close {
  width: 45px;
  height: 45px;
  top: 10px;
  right: 10px;
  position: fixed;
    z-index: 999;
}
.pd-series-title {
  background-color: #002855;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  text-transform: capitalize;
  text-align: center;
  width: 18%;
}
.pd-series-title.active {
  border-bottom: 5px solid white;
}
.series-des {
  color: #394a58;
  padding: 24px;
}
.pd-Item {
  width: 100%;
  height: 140px;
  border-bottom: 1px solid #d8d8d8;
}
.pd-item-img-con {
    width: 30%;
    height: 100%;
    display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.pd-item-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.pd-item-info {
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: middle;
}
.pd-item-title {
  color: #002855;
  margin-top: 40px;
  margin-bottom: 5px;
}
.pd-item-p {
  color: #394a58;
}
.pddt-header {
  text-align: center;
}
.pddt-header .button {
  background-color: #002855;
  color: white;
}
.offstock.button {
  background-color: #394a58;
  color: white;
}
.pddt-img {
  width: auto;
  height: 300px;
}
.pddt h2 {
  color: #002855;
  margin-bottom: 10px;
}
.pddt {
  color: #394a58;
}
.pddt-title {
  color: #002855;
  margin-top: 38px;
  padding-left: 28px;
}
.pd-nav-bottom {
  border-bottom: 0.5px solid #002855;
}
.pddt-des {
  padding: 24px 24px 0;
}
.pddt-label {
  padding-left: 28px;
  margin-bottom: 28px;
}
.pddt-nav {
  background-color: #002855;
  display: table-cell;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  text-transform: capitalize;
  width: 33.33%;
  text-align: center;
  width: 5%;
  color: white;
}
.pddt-nav.active {
  border-bottom: 5px solid white;
}
.pddt-para {
  display: none;
}
.pddt-para.active {
  display: block;
}
.pddt-feat-item {
  padding: 24px 28px;
  border-bottom: 1px solid #d8d8d8;
}
.pddt-para-contwrap {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
}
.pddt-para-contwrap:last-child {
  border-bottom: none;
}
.lf-para {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.rt-para {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}
.ch-nav-item {
  padding: 41px 20px 37px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #d8d8d8;
}
.ch-nav-item img {
  width: 79px;
  height: 79px;
  margin-bottom: 11px;
}
.ch-nav-item h2 {
  color: #002855;
  line-height: 36px;
}
.ch-nav-item p {
  white-space: pre-wrap;
  color: #394a58;
}
.filter-header {
  padding: 26px 32px 33px;
  text-align: center;
}
.filter-header h1,
.filter-header h2 {
  color: #002855;
  margin-bottom: 20px;
  text-align: left;
}
.filter-header h2 {
  margin-bottom: 12px;
}
.filter-header p {
  color: #394a58;
  text-align: left;
}
.filter-header p.tips {
  color: #002855;
  border: 1px solid #002855;
  padding: 12px;
  margin-top: 20px;
  border-radius: 8px;
}
.filter-header .button {
  margin-top: 33px;
  background-color: #40c1ac;
  color: white;
}
.filter-footer-wrap {
  background-color: rgba(57, 74, 88, 0.08);
}
.filter-info-wrap {
  background-color: rgba(57, 74, 88, 0.08);
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 32px;
  overflow: hidden;
}
.filter-info-wrap h2 {
  color: #002855;
  margin-top: 36px;
  text-align: left;
  padding: 0 17px;
}
.filter-info-wrap p {
  color: #394a58;
  text-align: left;
  padding: 0 17px;
}
.filter-info-wrap .button {
  margin-top: 33px;
  margin-left: calc(50% - 70px);
  background-color: #40c1ac;
  color: white;
}
.imgspan {
  display: inline-block;
  text-align: center;
}
.imgspan .imgspan-img {
  margin-bottom: 10px;
}
.filter-item {
  padding: 33px 28px 25px;
  background-color: white;
  margin-top: 18px;
  text-align: center;
  border-radius: 12px;
}
.filter-item h2 {
  color: #002855;
  margin-top: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.filter-item .imgspan {
  margin: 4px 9px;
  float: left;
}
.filter-item .imgspan-img {
  width: 60px;
  height: 60px;
}
.filter-item .imgspan-span {
  color: #002855;
  white-space: pre-wrap;
  text-align: center;
  width: 60px;
  padding: 0;
}
.filter-item .filter-content {
  margin-top: 25px;
  color: #394a58;
  text-align: left;
}
.filter-item-img {
  width: 225px;
  height: 204px;
}
.filter-footer {
  text-align: center;
  background-color: #002855;
  padding: 26px 35px 68px;
}
.filter-footer img {
  margin-top: 30px;
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
}
.filter-footer .button {
  background-color: white;
  color: #002855;
}
.filter-footer h2,
.filter-footer p {
  text-align: left;
}
.ch2-title {
  color: #002855;
  background-color: white;
  height: 57px;
  line-height: 57px;
  text-indent: 25px;
}
.ch2-header {
  display: inline-block;
  margin-top: 84px;
}
.ch2-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/4/4-2.png);
  width: 100%;
  height: 300px;
  text-align: center;
}
.ch2-btn.button {
  background-color: #40c1ac;
  color: white;
  margin-top: 52px;
}
.refer-page {
  color: #394a58;
  overflow: hidden;
}
.refer-nav-wrap {
  white-space: nowrap;
  overflow-x: scroll;
  background-color: white;
  border-bottom: 0.5px #002855 solid;
}
.refer-nav {
  background-color: #002855;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  text-transform: capitalize;
  width: 33.33%;
  text-align: center;
  color: white;
}
.refer-nav.active {
  border-bottom: 5px solid white;
}
.refer-info-wrap {
  background-color: rgba(57, 74, 88, 0.08);
  padding: 12px 15px;
  min-height: calc(100vh - 155px);
}
.refer-info {
  background-color: white;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 12px;
  padding: 27px 40px;
}
.refer-info .refer-info-p {
  text-align: left;
  color: #394a58;
}
.refer-info-imgspan {
  display: inline-block;
  margin-bottom: 15px;
}
.refer-info-imgspan .imgspan {
  width: 30%;
}
.refer-info-imgspan .imgspan-img {
  width: 100%;
}
.refer-info-img {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 36px 27px 0;
}
.qna-header {
  padding: 25px 29px 25px 29px;
  color: #394a58;
}
.qna-header h1 {
  color: #002855;
  margin-bottom: 10px;
}
.qna-title {
  background-color: #002855;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid white;
  padding-left: 29px;
  padding-right: 29px;
}
.qna-title h2 {
  display: inline;
}
.qna-arrow {
  float: right;
  width: 16px;
  height: 9px;
  margin-top: 19px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.qna-title.hidden .qna-arrow {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.qna-item-wrap {
  overflow: hidden;
}
.qna-item-wrap.hidden {
  height: 0;
}
.qna-item {
  border-bottom: 1px solid #9b9b9b;
  padding-left: 29px;
  padding-right: 29px;
}
.qna-item .row {
  margin-top: 17px;
  margin-bottom: 21px;
}
.qna-item p {
  color: #394a58;
  margin-left: 32px;
}
.qna-link {
  display: block;
  color: #002855;
  margin-left: 32px;
  margin-top: 10px;
}
.qna-q p {
  color: #002855;
}
.qna-tag {
  width: 24px;
  height: 24px;
  background-color: #002855;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  float: left;
}
.qna-email-wrap {
  color: #394a58;
  padding: 15px 15px 36px;
}
.qna-email-wrap p {
  padding-left: 14px;
  padding-right: 14px;
}
.qna-form {
  margin: 0 auto;
}
.qna-input {
  display: block;
  border: 1px solid #002855;
  width: 100%;
  height: 50px;
  text-indent: 22px;
  border-radius: 12px;
  margin-top: 9px;
  margin-bottom: 9px;
  box-shadow: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
textarea.qna-input {
  padding: 6px 22px;
  text-indent: 0px;
  height: auto;
}
select.qna-input {
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 14px auto;
}
input[type="date"].qna-input {
  line-height: 50px;
}
#qna-mess {
  resize: none;
  height: 200px;
  padding: 10px;
  padding-left: 22px;
  text-indent: 0px;
  line-height: 1.6;
}
#qna-submit {
  background-color: #40c1ac;
  color: white;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
.text-center{
    text-align: center;
}

#product-slide{
    padding-bottom: 36px;
}

#product{
    padding-top: 12px;
}

.gobuy{
    color: white !important;
    background-color: #40c1ac;
}
.pd-series-title2 {
	width: 28%;
}
.popfrm{
	position:fixed;
	height:auto;
  width:80%;  
	background-color:#FFF;

	left:10%;
	top:30%;
  display:none;
  border:1px solid #000;
  border-radius: 30px;
  padding:20px 0;
}
.popfrm p{
 padding:10px;
 color:#c0c0c0;
}
.popfrm h2{
  text-align: center;
  color:#000;
}

.popfrm button{
  border:none;
  margin: 0 10px;
	display:block;
	background-color:#002855;
	color:#FFF;
  padding: 10px;
  text-align: center;
  width:120px;
  float: right;
}