/* reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /*清除tap高亮*/
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,    padding: 30px 0.6rem;
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
ul,
ol,
li {
  list-style: none;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
  text-decoration: none;
}
h1,
h2,
strong,
b {
  font-weight: bold;
}
h3,
h4,
h5,
h6,
em {
  font-weight: 400;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
legend {
  outline: 0;
  border: none;
  resize: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
img {
  display: block;
}
a {
  display: block;
  color: #595757;
}
img {
  display: block;
  max-width: 100%;
}
body {
  position: relative;
}
/* base */
.fw {
  font-family: "Microsoft Yahei", "SimHei";
}
.fa {
  font-family: Arial;
}
.l {
  float: left;
}
.r {
  float: right;
}
.clearFix,
.clearFix::before,
.clearFix::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.di {
  display: inline;
}
.dib {
  display: inline-block;
}
.oh {
  overflow: hidden;
}
.ofy {
  overflow-y: scroll;
}
.bf {
  background: #fff;
}
.bfp {
  background: #fff9f5;
}
.bf5 {
  background: #F5F5F5;
}
.bf7 {
  background: #f7f7f7;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f40 {
  font-size: 40px;
}
.f50 {
  font-size: 50px;
}
.c0 {
  color: #000;
}
.cf {
  color: #FFF;
}
.co {
  color: #595757;
}
.bo {
  background: #595757;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.fontHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontHidden1 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.fontHidden2 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
/****/
html {
  font-size: 20px;
}

body {
  font: 0.8rem/1.6 arial, 'Microsoft Yahei', sans-serif;
  color: #000;
  background: white;
}
input {
  font-size: 0.7rem;
}
a:hover {
  color: #a5c0cd;
}
.zcon1 {
  margin: 0 auto;
  padding: 0 0.45rem;
}
.zcon2 {
  margin: 0 auto;
  padding: 30px 0.6rem;
}
.wrap {
  position: relative;
  overflow: auto;
}
.flex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mask {
  display: none;
  background-color: #ccc;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* 只支持IE6、7、8、9 */
}
.transition {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.en {
  text-transform: capitalize;
}
/*head*/
.head {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /*padding: 1rem 0 0.6rem;*/
}
.head .menu {
  width: 1.42rem;
}
.head .logo {
  width: 3rem;
}
.head .order {
  border-bottom: 0.05rem solid #332c2b;
}
.head .order a {
  font-size: 0.5rem;
  color: #332c2b;
  font-weight: bold;
}
section {
  margin: 4em 0;
}
.m-logo-text {
  padding: 70px 0;
  text-align: center;
}
.logo-text {
  line-height: 2px;
}

.menu-button {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.sidebar {
  margin: 0;
  padding: 2rem 0 3rem;
  color: #000;
  background-color: #fff;
  letter-spacing: 3px;
  display: none;
  width: 77%;
  z-index: 2000;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  /*-webkit-animation: fadeInLeft 0.5s ease 0s 1 both;*/
}
.sidebar a,
.subNav span {
  padding: 0;
  font-weight: normal;
  font-size: 0.55rem;
  color: #000;
}
.sidebar li {
  padding: 0 0.5rem;
  line-height: 1.8rem;
  font-size: 0.45rem;
  background: #f2f2f2;
  border-bottom: 0px solid #808080;
}
.sidebar li:last-child {
  border-bottom: none;
}
.sidebar li a:hover {
  color: #000;
}
.subNav-t {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.8rem;
  border-bottom: 1px dotted #666;
  margin: 0 1rem;
}
.subNav-t .logo {
  width: 5.2rem;
}
.subNav-t .close {
  width: 0.55rem;
  height: 0.55rem;
  background: url(../img/close.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.subNav {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin: 0 1rem;
  border-bottom: 1px dotted #666;
  height: 2.7rem;
  line-height: 2.7rem;
  padding: 0 0.25rem;
  align-items: center;
}
.subNav .icon {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  background: url(../img/close.png) no-repeat center;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit--webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  background-size: 100% 100%;
}
.subNav .less {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit--webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.navContent {
  display: none;
  padding: 0.4rem 0.6rem;
  border-bottom: 1px dotted #666;
  margin: 0 1rem;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation: fadeInLeft 3s ease 1s;
  animation: fadeInLeft;
  display: block;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation: fadeOutLeft 3s ease 1s;
  animation: fadeOutLeft;
}
/*order*/
.order-table {
  width: 78%;
  position: fixed;
  height: 21.7rem;
  background: #a5c0cd;
  top: 50%;
  left: 50%;
  margin-left: -39%;
  margin-top: -10.85rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 2000;
  padding: 2rem 1.6rem;
  color: #fff;
  display: none;
}
.order-table h4 {
  font-size: 0.75rem;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 0.7rem 0;
  height: auto;
  margin: 1.3rem auto;
}
.order-table p {
  font-size: 0.5rem;
  line-height: 0.8rem;
  text-transform: Uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.order-table .close {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/close-w.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
.order-table form {
  width: 8rem;
  margin: 0 auto;
}
.order-table .form-line,
.order-table .input1,
.order-table .input2 {
  width: 100%;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
  font-size: 0.5rem;
  text-align: center;
  color: #3e3a39;
  border-radius: 0;
  -webkit-appearance: none;
}
.order-table input::-webkit-input-placeholder {
  color: #3e3a39;
}
.order-table .form-line,
.order-table .input1 {
  background: #fff;
}
.order-table .input2 {
  background: #f1e5cf;
  cursor: pointer;
  font-weight: bold;

}
.order-table .form-line .input3 {
  display: inline;
  width: 68%;
  font-size: 0.5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  color: #3e3a39;
  background: url(../img/line.png) no-repeat right center;
  background-size: 1px 0.5rem;
}
.order-table .form-line .select,
.order-table .form-line .select option {
  font-size: 0.5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  width: 29%;
  text-align: center;
  color: #3e3a39;
  padding: 0 0.3rem;
}
.order-table .form-line .select {
  padding-left: 0.3rem;
  background: url(../img/down2.png) no-repeat 74% center;
  background-size: 0.25rem;
  border: none;
  outline: none;
}
.order-table .form-line .select option {
  border: none;
  padding-left: 0.4rem;
}
.order-succuss {
  display: none;
  width: 6.8rem;
  position: fixed;
  height: 4.5rem;
  background: #ddc7a1;
  top: 50%;
  left: 50%;
  margin-left: -3.4rem;
  margin-top: -2.25rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 2000;
  padding: 1.1rem 1.6rem;
}
.order-succuss .close {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/close-w.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
.order-succuss img {
  margin: 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}
.order-succuss p {
  font-size: 0.6rem;
  color: #fff;
  padding-top: 0.2rem;
}
/***轮播图***/
.banner {
  padding-top: 2.9rem;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide,
.swiper-wrapper {
  height: auto;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 0.2rem;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: #3e3a39;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.25rem;
}
/*标题统一样式*/
h4 {
  color: #fff;
  font-size: 0.6rem;
  height: 1.2rem;
  line-height: 1.2rem;
  background: #ffe739;
  width: 9.4rem;
  text-align: center;
  letter-spacing: 3px;
}
.idiv {
  padding: 0 0 0 0;
  width: 100%;
}
.idiv .idiv-h {
  margin-bottom: 0.5rem;
  text-align: center;
  margin-top: 1rem;
}
.idiv .idiv-h h4 {
  margin: 0 auto;
}
.idiv .idiv-h p {
  height: 0.4rem;
  margin-top: 0.7rem;
  background: url(../img/down.png) no-repeat top center;
  background-size: auto 100%;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: slideInDownUp;
  animation-name: slideInDownUp;
}
@-webkit-keyframes slideInDownUp {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
  }
  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  75% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes slideInDownUp {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
  }
  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  75% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*产品列表*/
ul.flex {
  width: 100%;
  flex-wrap: wrap;
}
.pro-li {
  margin-top: 0.5rem;
  width: 48.8%;
}
.case-li {
  width: 48%;
}
/*底部通用部分*/
.reservation {
  text-align: center;
  text-transform: Uppercase;
  margin-bottom: 2.25rem;
  margin-top: 3rem;
}
.reservation h3 {
  letter-spacing: 2px;
  font-size: 0.8rem;
}
.reservation .line {
  margin: 0.8rem auto;
  width: 1.2rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: #000;
}
.reservation p {
  font-size: 0.42rem;
  letter-spacing: 3px;
  margin-bottom: 0.3rem;
}
.reservation input {
  display: block;
  width: 9.4rem;
  margin: 0 auto;
  height: 1.5rem;
  margin-top: 0.7rem;
  line-height: 1.5rem;
  text-align: center;
}
.reservation .input1 {
  font-size: 0.5rem;
  background: #f1e5cf;
  color: #595757;
}
.reservation .input2 {
  font-size: 0.6rem;
  background: #ffe739;
  color: #000;
  cursor: pointer;
}
.foot-nav .footNav {
  width: 100%;
  height: 1.67rem;
  line-height: 1.67rem;
  background: #f5f5f5;
  margin-bottom: 0.3rem;
  position: relative;
  padding: 0 2rem;
}
.foot-nav .footNav span {
  font-size: 0.45rem;
  color: #595757;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
.foot-nav .footNav .icon {
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: 0.61rem;
  right: 2rem;
  background: url(../img/close.png) no-repeat center;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit--webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  background-size: 100% 100%;
}
.foot-nav .footNav .less {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit--webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.footNavContent {
  margin-bottom: 0.3rem;
  display: none;
}
.footNavContent li {
  padding: 0 2rem;
  height: 1.125rem;
  line-height: 1.125rem;
  background: #fafafa;
  margin-bottom: 0.125rem;
}
.footNavContent li a {
  font-size: 0.45rem;
  color: #3e3a39;
}
.footNavContent li:last-child {
  margin-bottom: 0;
}
.foot-bottom {
  text-align: center;
  margin: 0.85rem 0;
  letter-spacing: 3px;
}
.foot-bottom h4 {
  font-size: 0.6rem;
  color: #2f2725;
  background: #fff;
  width: 100%;
  font-weight: normal;
}
.foot-bottom h5 {
  color: #2f2725;
  font-size: 0.45rem;
  margin: 0.4rem 0 0.6rem;
  font-weight: normal;
}
.foot-bottom p {
  font-size: 0.4rem;
  color: #595757;
}
.foot-bottom span {
  width: 100%;
  transform: rotate(45deg);
  display: inline-block;
  font-size: 12px;
  margin: 0.2rem 0 0;
  color: #777;
}

/*******/
.info_body {
  color: #3e3a39;
  font-size: 0.5rem;
  line-height: 1rem;
  letter-spacing: 1px;
  margin: 1.65rem 0;
  min-height: 220px;
}
.info_body img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.info_body p {
  padding: 0.2rem 0;
}
.share-icon {
  margin-bottom: 2.5rem;
  text-align: center;
}
.share-icon a {
  display: inline-block;
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 0.75rem !important;
  float: none !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: contain;
}
.share-icon .share1 {
  background-image: url(../img/share1.png);
}
.share-icon .share2 {
  background-image: url(../img/share2.png);
}
.share-icon .share3 {
  background-image: url(../img/share3.png);
}
.share-icon .share4 {
  background-image: url(../img/share4.png);
}
.info-title {
  margin-top: 1.8rem;
  text-align: center;
}
.info-title h3 {
  color: #2f2725;
  letter-spacing: 3px;
  font-size: 0.6rem;
  display: inline-block;
  border-top: 0.05rem solid #729493;
  border-bottom: 0.05rem solid #729493;
  height: 1.4rem;
  line-height: 1.4rem;
}
.info-title-b {
  margin-top: 1.25rem;
}
.code_box {
  display: none;
  z-index: 10;
}
.code_box,
.code_bg,
.code_main {
  position: fixed;
}
.code_box,
.code_bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.code_bg {
  background: #000;
  opacity: 0.5;
}
.code_main {
  padding: 1.7rem 1.5rem;
  text-align: center;
  background: #fff;
  width: 80%;
  left: 10%;
  top: 47%;
  transform: translateY(-50%);
}
.code_main p span {
  display: block;
}
.code_main .code_title {
  font-size: 20px;
}
.code_main img {
  max-width: 100%;
  margin: 1.3rem auto;
  display: block;
}
.code_main .code_english {
  font-size: 17px;
}
.fanye {
  font-size: 0.7rem;
}

#dataNums {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.dataNums {
  display: inline-block;
  width: auto;
  height: 1rem;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
.dataNums .dataOne {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  background: linear-gradient(#3d3d3d, #545454, #3d3d3d);
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 0.15rem;
  font-size: 0.55rem;
  border-radius: 0.2rem;
  position: relative;
}
.dataOne i {
  position: absolute;
  top: 21px;
  left: 0;
  height: 2px;
  background: #545454;
  display: block;
  width: 100%;
  z-index: 99;
}
.dataNums .dataOne .dataBoc {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dataNums .dataOne .tt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dataNums .dataOne span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #fff;
}


/*   footer & service 20190916   */
.nav_footer{display: block;}
.nav_footer .nav_footer_pad{padding-top: 50px;}
.nav_footer .nf_nav{position: fixed;bottom: 0;left: 0;width: 100%;display:flex;background:#fff;padding-top:0.3rem;box-shadow: 0 -2px 2px #ccc;z-index: 20;height: 7%;}
.nav_footer .nf_nav a{ display: block;width: 100%;text-align: center;font-size: 12px;font-weight: bold;}
.nav_footer .nf_nav a.active{color: #6F96A9;}
.nav_footer .nf_nav a .mf_nav_img{height: 20px;display: block;margin: 0 auto 3px;}
.nav_footer .nf_nav a .mf_nav_img_active{display: none;}
.nav_footer .nf_nav a.active .mf_nav_img_active{display: block;}
.nav_footer .nf_nav a.active .mf_nav_img_default{display: none;}
.nav_footer .nf_nav a span{display: block;text-decoration:underline;letter-spacing: 2px;}

.service{position: fixed;bottom:45.6%;right: 0;z-index: 10;}
.service .service_li{width: 36px;height: 36px;margin-bottom: 15px;}
.service .service_li a{display: block;width: 100%;height: 100%;background-color: #A5C0CD;background-size: 80%;background-repeat: no-repeat;background-position: center;border-top-left-radius:6px;border-bottom-left-radius:6px;}
.service .service_li.service_li_online a{background-image: url("../img2/kefu.png");}
.service .service_li.service_li_qq a{background-image: url("../img2/qq.png");}
.service .service_li.service_li_order a{background-image: url("../img2/gift.png"); font-size:10px;color: #fff;text-align: center;}
.service .service_li.service_li_top a{background-image: url("../img2/top.png");}

.data_form_bg{position: fixed;width: 100%;height: 100%;bottom: 0px;left: 0;background: #000;opacity: 0.3;z-index: 11;transform: translateY(100%);
  transition: all 0.6s;  -moz-transition: all 0.6s;  -webkit-transition: all 0.6s;  -o-transition: all 0.6s;}
.data_form_fixed{position: fixed;bottom: 0px;left: 0;width: 100%;padding: 22px 35px 24px;transform: translateY(100%);border-top-left-radius:6px;border-top-right-radius:6px;background: #A5C0CD;z-index: 15;
  transition: all 0.6s;  -moz-transition: all 0.6s;  -webkit-transition: all 0.6s;  -o-transition: all 0.6s;}
.data_form_box h3{text-align: center;font-size: 20px;margin-bottom: 18px;}
.data_form_ul .data_form_li{margin-bottom: 14px;}
.data_form_ul .data_form_li input,.data_form_ul .data_form_li select,.data_form_ul .data_form_li button{
  height: 36px;padding: 0 12px;width: 100%;border-radius: 4px;box-shadow: 0 2px 2px #C0D7E2;
}
.data_form_ul .data_form_li select{background-image: url("../img2/select.png");background-position: right 10px center;background-repeat: no-repeat;background-size: 15px;}
.data_form_ul .data_form_li input,.data_form_ul .data_form_li select{font-size: 14px;}
.data_form_ul .data_form_li button{background: #ffe739;color: #000;font-size: 16px;  margin-top: 1px;}

.ad_pop_box{position: fixed;width: 100%;height: 100%;bottom: 0px;left: 0;z-index: 18;}
.ad_pop_box .ad_pop_bg{position: absolute;width: 100%;height: 100%;bottom: 0px;left: 0;background: #000;opacity: 0.3;}
.ad_pop_box .ad_pop_con{position: absolute;width: 80%;left: 10%;height: auto; top: 50%;transform: translateY(-50%);}
.ad_pop_box .ad_pop_con a{display: block;}
.ad_pop_box .ad_pop_con span.ad_pop_close{display: block;position: absolute;right: 10px;top:10px;
  background-color: rgba(249,239,239,0.3); border-radius: 50%;color:#fff;font-size: 10px;width: 16px;height: 16px;background-image: url("../img2/close.png"); background-size: 50%;background-repeat: no-repeat;background-position: center;}
.ad_pop_box .ad_pop_con span.ad_pop_go{display: block;left: 50%;transform: translateX(-50%);
  background-color: #77b1c3;border-radius: 8px;bottom: 12px;position: absolute;padding: 1px 20px;font-size: 15px;
  color: #fff;
}
.data_form_ul .data_form_li input, .data_form_ul .data_form_li select, .data_form_ul .data_form_li button {
  box-shadow: none;
  border: 1px solid #8d8d8d;
}
.rolldate-container .rolldate-btn{line-height: 60px;}
/**/
@supports (bottom: constant(safe-area-inset-bottom)) {
  div {
    margin-bottom: constant(safe-area-inset-bottom);
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .bottomBar,
  .weixin,
  .detailsBtn,
  .addCart,
  .bottomBtn,
  .futherBtn.bottomFlxBtn2 {
    bottom: 34px!important;
  }
  .bottomBar::after,
  .indexBtnx2::after,
  .detailsBtn::after,
  .addCart::after,
  .bottomBtn::after,
  .futherBtn.bottomFlxBtn2::after {
    content: ' ';
    position: fixed;
    bottom: 0!important;
    height: 34px!important;
    width: 100%;
    background: #fff;
  }
  .futherBtn.bottomFlxBtn2::after {
    background-color: #f8f8f8 !important;
  }
  .kfFlx {
    bottom: 94px !important;
  }
  .indexBtnx2,
  .shoppingCartBtn {
    bottom: 83px !important;
  }
  .kfFlx2 {
    bottom: 145px !important;
  }
  .pdbtn2 {
    padding-bottom: 4.5rem !important;
  }
  .pdbtn {
    padding-bottom: 7rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .bottomBar,
  .weixin,
  .detailsBtn,
  .addCart,
  .bottomBtn,
  .futherBtn.bottomFlxBtn2 {
    bottom: 34px!important;
  }
  .bottomBar::after,
  .indexBtnx2::after,
  .detailsBtn::after,
  .addCart::after,
  .bottomBtn::after,
  .futherBtn.bottomFlxBtn2::after {
    content: ' ';
    position: fixed;
    bottom: 0!important;
    height: 34px!important;
    width: 100%;
    background: #fff;
  }
  .futherBtn.bottomFlxBtn2::after {
    background-color: #f8f8f8 !important;
  }
  .kfFlx {
    bottom: 94px !important;
  }
  .indexBtnx2,
  .shoppingCartBtn {
    bottom: 83px !important;
  }
  .kfFlx2 {
    bottom: 145px !important;
  }
  .pdbtn2 {
    padding-bottom: 4.5rem !important;
  }
  .pdbtn {
    padding-bottom: 7rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .bottomBar,
  .weixin,
  .detailsBtn,
  .addCart,
  .bottomBtn,
  .futherBtn.bottomFlxBtn2 {
    bottom: 34px!important;
  }
  .bottomBar::after,
  .indexBtnx2::after,
  .detailsBtn::after,
  .addCart::after,
  .bottomBtn::after,
  .futherBtn.bottomFlxBtn2::after {
    content: ' ';
    position: fixed;
    bottom: 0!important;
    height: 34px!important;
    width: 100%;
    background: #fff;
  }
  .futherBtn.bottomFlxBtn2::after {
    background-color: #f8f8f8 !important;
  }
  .kfFlx {
    bottom: 94px !important;
  }
  .indexBtnx2,
  .shoppingCartBtn {
    bottom: 83px !important;
  }
  .kfFlx2 {
    bottom: 145px !important;
  }
  .pdbtn2 {
    padding-bottom: 4.5rem !important;
  }
  .pdbtn {
    padding-bottom: 7rem !important;
  }

}
