/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
p,
span,
a,
em,
li,div {
  font-family: "siyuan-light";
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
ul {
  font-family: "siyuan-bold";
}
.font-bold {
  font-family: "siyuan-bold";
}
input,
button,
select,
textarea {
  outline: none;
  font-family: "siyuan-light";
}
html,
body {
  height: 100%;
}
a {
  text-decoration: none;
  /*阻止按钮内部字体选择*/
  -webkit-user-select: none;
  /*移动端点击背景透明*/
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
ul li {
  list-style-type: none;
}
body {
  overflow: -Scroll;
  overflow-x: hidden;
}
.banner-font-bold{
  font-family: "siyuan-bolder";
}
/*公共部分*/
/*logo字体  &#xe602;*/
@font-face {
	font-family: lifesmart-logo;
 src: url('../font/lifesmart1.ttf'), url('../font/lifesmart1.woff'), url('../font/lifesmart1.eot');  /* IE9+ */
}
/*logo7字体  &#xe602;*/
@font-face {
	font-family: logo7;
  src: url('../font/lifesmart1.ttf'), url('../font/lifesmart1.woff'), url('../font/lifesmart1.eot'); /* IE9+ */
}
/*三横 &#xf008;*/
@font-face {
	font-family: nav-icon1;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}
/*关闭&#xe800;*/
@font-face {
	font-family: close-icon;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}
/*call-icon 电话 &#xe801*/
@font-face {
	font-family: call-icon;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}
/*email-icon 邮件 &#xe802*/
@font-face {
	font-family: email-icon;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}
/*up-icon 向上&#xe803*/
@font-face {
	font-family: up-icon;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}
/*down-icon 向下 &#xe804*/
@font-face {
	font-family: down-icon;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}
/*left-icon 向左 &#xe805*/
@font-face {
	font-family: left-icon;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}
/*right-icon 向右 &#xe806*/
@font-face {
	font-family: right-icon;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}
/*download-icon 向下 &#xe807*/
@font-face {
	font-family: download-icon;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}
/*down2-icon 向下 &#xe808*/
@font-face {
	font-family: down2-icon;
	src: url('../font/icon.ttf'), url('../font/icon.woff'), url('../font/icon.eot'); /* IE9+ */
}

@font-face {
  font-family: "siyuan-bolder";
  src: url("../font/Roboto-Bold.ttf");
}
@font-face {
  font-family: "siyuan-bold";
  src: url("../font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "siyuan-light";
  src: url("../font/Roboto-Light.ttf");
}
body {
  background: #fafafa;
}
/*头部导航开始*/
.nav-icon {
  width: 30px;
  text-align: center;
  font-size: 0.27rem;
}
.nav-icon2 {
  text-align: center;
}
.nav {
  overflow: hidden;
  height: 60px;
  max-width: 1500px;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-warning {
  color: #ff9090;
  margin-top: 12px;
}

.navBar {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 30px;
}
.navBar a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  margin-right: 30px;
  font-size: 18px;
  color: #000;
}
.navBar a.on {
  font-family: "siyuan-bold";
}

@media screen and (min-width: 769px) {
  .header-wraps {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
  }
  .headers {
    width: 100%;
    background: #000000;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .nav a {
    color: #fff;
  }
  .nav-logo {
    margin-left: 30px;
  }
  .nav-logo a {
    font-family: lifesmart-logo;
    font-size: 48px;
  }

  .nav-list a {
    float: right;
    display: block;
    margin-right: 32px;
    font-size: 16px;
  }
  .nav-list a:first-child {
    margin-right: 26px;
  }
  .mobile_nav {
    display: none;
  }
  .mobile-img {
    display: none;
  }
  /*footer*/
  footer {
    width: 100%;
    background: #fafafa;
    position: relative;
  }
  .footer-mobile {
    display: none;
  }
  .footer {
    margin: 0px auto;
    color: #000;
    font-size: 14px;
    max-width: 1200px;
    padding: 0px 20px;
  }
  footer .footer-email {
    width: 75px;
    height: 50px;
    position: absolute;
    top: -25px;
    right: 0px;
  }
  footer .footer-email > span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../image/newWeb/email.png) no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 25px;
  }
  footer .footer-email p {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 60px;
    right: 25px;
  }
  footer .footer-email:hover {
    width: 200px;
    height: 85px;
  }
  footer .footer-email:hover p {
    opacity: 1;
  }
  .contact-information {
    padding-top: 70px;
    border-bottom: 1px solid #fff;
    line-height: 70px;
  }
  .call {
    margin-right: 50px;
  }
  .call-icon {
    font-family: call-icon;
    font-size: 12px;
  }
  .email-icon {
    font-family: email-icon;
    font-size: 12px;
  }
  .company-link {
    overflow: hidden;
    display: flex;
    padding: 80px 0px 50px;
    justify-content: space-between;
  }
  .company-link > .ul-wrapper {
    display: flex;
    justify-content: space-around;
  }
  .social-net,
  .store {
    width: 80px;
    margin-left: 126.4px;
  }
  .company-link ul {
    width: 150px;
    line-height: 45px;
    font-weight: 600;
  }

  .company-link ul li {
    font-weight: 300;
    line-height: 35px;
    height: 35px;
  }
  .company-link ul li a,
  .social-net a,
  .store a {
    display: inline;
    color: #000;
  }
  .company-link a {
    color: #fff;
    line-height: 45px;
  }
  .social-net,
  .store {
    float: left;
    line-height: 36px;
  }
  .social-net a,
  .store a {
    font-weight: 600;
  }
  .about-us ul:nth-child(4),
  .about-us ul:last-child {
    margin-left: 0;
  }
  .social-net a,
  .store a {
    display: block;
  }

  .msg-send textarea {
    width: 380px;
    height: 163px;
    padding: 13px 17px;
    display: block;
    border: none;
    resize: none;
    background-color: #fff;
  }
  .content-warning {
    width: 383px;
  }
  .msg-send input,
  .msg-send button {
    width: 198px;
    height: 50px;
    margin-top: 12px;
    border: none;
  }
  .msg-send input {
    margin-right: 16px;
    text-align: center;
    background-color: #fff;
  }
  .msg-send button {
    width: 198px;
    background: #04b592;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
  }
  /*占位符颜色*/
  .msg-send textarea::-webkit-input-placeholder,
  .msg-send input::-webkit-input-placeholder {
    color: #898f92;
    font-weight: 600;
  }
  .msg-send textarea:-moz-placeholder,
  .msg-send input:-moz-placeholder {
    color: #898f92;
    font-weight: 600;
  }
  .msg-send textarea::-moz-placeholder,
  .msg-send input::-moz-placeholder {
    color: #898f92;
    font-weight: 600;
  }
  .msg-send textarea:-ms-input-placeholde,
  .msg-send input:-ms-input-placeholde {
    color: #898f92;
    font-weight: 600;
  }
  /*输入框字体颜色大小*/
  .msg-send input[placeholder],
  [placeholder],
  *[placeholder],
  .msg-send textarea[placeholder],
  [placeholder],
  *[placeholder] {
    color: #707679;
    font-size: 14px !important;
  }
  .copyright {
    margin-top: 15px;
    font-weight: 300;
    overflow: hidden;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column-reverse;
    line-height: 3;
    position: relative;
  }
  .copyright div a {
    margin: 0px 10px;
  }
  .copyright div a:hover {
    color: #551a8b;
  }
  .copyright::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 50%;
  }
  .copyright a {
    color: #000;
  }
}

@media screen and (max-width: 1200px) {
  .msg-send input,
  .msg-send button {
    display: block;
    margin-right: 0;
  }
  .msg-send textarea {
    width: 164px;
  }
  .content-warning {
    width: 164px;
  }
}

@media screen and (max-width: 1300px) {
  .social-net img {
    width: 70px;
  }
  .company-link ul,
  .social-net,
  .store,
  .about-us {
    width: 160px;
    margin-left: calc((100% - 440px - 198px) / 4);
  }
  .social-net,
  .store {
    width: 80px;
  }
}

@media screen and (max-width: 970px) {
  .copyright div:first-child {
    font-size: 12px;
  }
  .footer {
    font-size: 12px;
  }
}

@media screen and (max-width: 850px) {
  .copyright div:last-child {
    font-size: 12px;
  }
}

/*769px以下尺寸*/
@media screen and (max-width: 768px) {
  body {
    background: #fff;
  }
  .nav-logo {
    position: relative;
  }
  .nav-logo a {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: lifesmart-logo;
    font-size: 1rem;
    line-height: 1.78rem;
    color: #000;
  }
  footer .footer-email {
    display: none;
  }
  .nav-list {
    display: none;
  }
  .mobile_nav {
    display: block;
  }
  .mobile-img img {
    width: 100%;
    height: auto;
    line-height: 1.78rem;
  }
  .nav {
    background: #fff;
    overflow: hidden;
    height: 1.78rem;
    display: block;
  }
  .navBar {
    padding: 5px 0px;
    display: flex;
    justify-content: space-around;
  }
  .navBar a {
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    font-size: 16px;
  }
  .nav-icon {
    height: 1.78rem;
    font-family: nav-icon1;
    font-weight: lighter;
    line-height: 1.78rem;
    margin-right: 0.45rem;
    float: right;
    font-weight: 100;
    font-size: 0.4rem;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  }
  .nav-icon2 {
    display: none;
    font-family: close-icon;
  }
  .mobile-nav-list {
    width: 100%;
    position: absolute;
    display: none;
    top: 1.77rem;
    z-index: 10;
    background: #fff;
  }
  .mobile-nav-list a {
    display: block;
    line-height: 1.78rem;
    font-size: 0.4rem;
    font-weight: 300;
    text-align: center;
    border-top: 1px solid #eee;
    color: #000;
  }
  /*footer*/
  .footer {
    display: none;
  }
  .footer-mobile {
    font-size: 0.35rem;
    background: #fafafa;
  }
  .mobile-qr-code {
    padding-top: 0.6rem;
  }
  .mobile-qr-code p {
    font-size: 0.32rem;
    color: #cacaca;
    font-weight: 600;
    line-height: 1rem;
    text-align: center;
  }
  .mobile-qr-code img {
    width: 2.9rem;
    display: block;
    margin: 0 auto;
  }
  .mobile-icon {
    padding: 0.3rem 0.45rem;
    border-bottom: 1px solid #747a7d;
  }
  .mobile-icon p {
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.44rem;
    display: inline-block;
  }
  .mobile-icon p:last-child {
    color: #666;
  }
  .mobile-icon p:first-child {
    color: #8a8b8c;
  }
  .call-icon {
    font-family: call-icon;
  }
  .email-icon {
    font-family: email-icon;
  }
  .product-up-icon,
  .about-up-icon,
  .follow-up-icon,
  .support-up-icon {
    font-family: up-icon;
  }
  .product-down-icon,
  .about-down-icon,
  .follow-down-icon,
  .support-down-icon {
    font-family: down-icon;
  }
  .mobile-footer-link {
    padding: 0.45rem;
    line-height: 1rem;
  }
  .mobile-footer-link span:nth-child(1) {
    font-family: "siyuan-bold", "PingFang SC";
  }
  .mobile-footer-link a {
    display: block;
    color: #000;
    border-bottom: 1px solid #b2b2b2;
  }
  .about-us-sort,
  .product-sort,
  .follow-us-sort,
  .support-sort {
    border-bottom: 1px solid #b2b2b2;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  }
  .product-up-icon,
  .product-down-icon,
  .about-up-icon,
  .about-down-icon,
  .follow-up-icon,
  .follow-down-icon,
  .support-up-icon,
  .support-down-icon {
    display: block;
    float: right;
    cursor: pointer;
  }
  .mobile-product-link a,
  .mobile-about-us a,
  .mobile-follow-us a,
  .mobile-support a,
  .product-up-icon,
  .about-up-icon,
  .follow-up-icon,
  .support-up-icon {
    display: none;
    font-size: 0.32rem;
    margin-left: 0.32rem;
    cursor: pointer;
  }
  .mobile-msg-send {
    width: calc(100% - 0.9rem);
    margin: 0.45rem;
  }
  .mobile-msg-send textarea {
    width: calc(100% - 0.37rem * 2);
    height: 2.23rem;
    padding: 0.37rem;
    resize: none;
    border: none;
    background-color: #fff;
  }
  .content-warning {
    width: calc(100% - 0.37rem * 2);
  }
  .mobile-msg-send input {
    width: calc((100% - 0.9rem - 0.74rem) / 2 - 0.185rem);
    height: 1rem;
    margin-top: 0.33rem;
    padding: 0 0.37rem;
    border: none;
    background-color: #fff;
  }
  .mobile-msg-send button {
    width: calc((100% - 0.9rem - 0.74rem) / 2 + 0.555rem);
    height: 1rem;
    margin: 0.33rem 0 0 0.37rem;
    text-align: center;
    background: #04b592;
    color: #fff;
    border: none;
    font-size: 0.35rem;
    font-weight: 600;
    cursor: pointer;
  }
  /*占位符颜色*/
  .mobile-msg-send textarea::-webkit-input-placeholder,
  .mobile-msg-send input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 600;
  }
  .mobile-msg-send textarea:-moz-placeholder,
  .mobile-msg-send input:-moz-placeholder {
    color: #ccc;
    font-weight: 600;
  }
  .mobile-msg-send textarea::-moz-placeholder,
  .mobile-msg-send input::-moz-placeholder {
    color: #ccc;
    font-weight: 600;
  }
  .mobile-msg-send textarea:-ms-input-placeholde,
  .mobile-msg-send input:-ms-input-placeholde {
    color: #ccc;
    font-weight: 600;
  }
  .mobile-msg-send input[placeholder],
  [placeholder],
  *[placeholder],
  .msg-send textarea[placeholder],
  [placeholder],
  *[placeholder] {
    color: #ccc !important;
    font-size: 0.35rem !important;
  }
  .mobile-copyright>a {
    margin: 1.12rem 0 0 0.45rem;
  }
  .mobile-copyright a {
    font-size: 0.35rem;
    color: #666;
  }
  .mobile-copyright div {
    margin: 0.66rem 0 0 0.45rem;
    padding-bottom: 1.51rem;
    font-size: 0.32rem;
    color: #666;
  }
  .mobile-copyright p{
    line-height: 1.5;
  }
}
