@charset "UTF-8";
/*---------       字体大小       -----------*/
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/*---------       字体大小       -----------*/
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/*CSS Reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
span,
textarea,
p,
blockquote,
a,
th,
td,
header,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 12px/150% "Microsoft YaHei","iconfont",Verdana;
  /*宋体 unicode */
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  background-color: #f5f5f5;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -webikit-overflow-scrolling: touch; }

.Safari {
  padding-bottom: r(50); }

html, body {
  width: 100%;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

fieldset,
img {
  border: 0; }

li {
  list-style: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button {
  -webkit-appearance: none;
  border: 0;
  background: none; }

a {
  -webkit-touch-callout: none;
  text-decoration: none; }

:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

em, i {
  font-style: normal; }

input[type='button'] {
  border: 0; }

/*---------       字体大小       -----------*/
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/*多属性传递
ex:
@include px2rems((font-size: 28,height: 90,line-height: 90,padding-left: 20,padding-right: 20));
font-size: 0.37333rem;
height: 1.2rem;
line-height: 1.2rem;
padding-left: 0.26667rem;
padding-right: 0.26667rem;
*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*标题*/
/*小消息标签*/
/*圆角*/
/*变换*/
/*---------       字体大小       -----------*/
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/*字号*/
.lz-fs-24 {
  font-size: 0.32rem;
  line-height: 0.45333rem; }

.lz-fs-26 {
  font-size: 0.34667rem;
  line-height: 0.48rem; }

.lz-fs-28 {
  font-size: 0.37333rem;
  line-height: 0.48rem; }

.lz-fs-30 {
  font-size: 0.4rem;
  line-height: 0.53333rem; }

.lz-fs-32 {
  font-size: 0.42667rem;
  line-height: 0.53333rem; }

.lz-fs-34 {
  font-size: 0.45333rem;
  line-height: 0.56rem; }

.lz-fs-36 {
  font-size: 0.48rem;
  line-height: 0.58667rem; }

.lz-fs-38 {
  font-size: 0.50667rem;
  line-height: 0.61333rem; }

.lz-fs-40 {
  font-size: 0.53333rem;
  line-height: 0.64rem; }

/*字体颜色*/
.lz-col-666 {
  color: #666; }

.lz-col-000 {
  color: #000; }

.lz-col-333 {
  color: #333; }

.lz-col-888 {
  color: #888; }

.lz-col-999 {
  color: #999; }

.lz-col-fff {
  color: #fff; }

.lz-col-ff6e06 {
  color: #0084ff; }

/*产品详情-红*/
.lz-col-fe5066 {
  color: #fe5066; }

/*紫色*/
.lz-col-8c7fee {
  color: #0084ff; }

/*蓝色*/
.lz-col-3aaaf8 {
  color: #0084ff; }

.lz-bg-fff {
  background-color: #ffffff; }

/*标题*/
.lz-title {
  font-size: 0.45333rem;
  line-height: 1.2rem;
  color: #000; }

/*首行缩进*/
.t-indent {
  text-indent: 0.69333rem; }

/*文字排版*/
.t-align-c {
  text-align: center; }

.t-align-r {
  text-align: right; }

.t-align-l {
  text-align: left; }

/*加粗*/
.t-strong {
  font-weight: 700; }

/*边框*/
.lz_bor {
  border: 1px solid #e5e5e5; }

.lz_active_bor-b {
  border-bottom: 1px solid #0084ff; }

/*浮动*/
.fl {
  float: left; }

.fr {
  float: right; }

.hidden {
  display: none; }

/*清除浮动*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

.clear {
  clear: both;
  overflow: hidden; }

/*图片*/
.img-t {
  width: 100%;
  height: 100%;
  display: block; }

/*图片居中*/
.img-c {
  width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0 auto; }

.txt-tishi {
  color: #b2b2b2; }

a.nochange {
  color: #000; }

a.nochange:hover, a.nochange:focus {
  color: #000;
  text-decoration: none; }

.radius-50-perc {
  border-radius: 50%; }

/*版心*/
.body-container {
  width: 10rem; }

.w {
  width: 100%; }

.w-box {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0 0.26667rem;
  background-color: #fff; }

.w-box-c {
  width: 100%;
  padding: 0 0.26667rem; }

/*隐藏*/
.hide {
  display: none !important; }

.break-all {
  word-break: break-all; }

/*按钮*/
/*最大按钮*/
.wts-btn-big {
  color: #fff;
  background-color: #0084ff;
  width: 9.2rem;
  height: 1.2rem;
  font-size: 0.48rem;
  line-height: 1.2rem;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto; }

.wts-btn-big:hover, .wts-btn-big:focus {
  color: #e6e6e6;
  background-color: #006acc; }

/*中型按钮*/
.wts-btn-middle {
  color: #fff;
  background-color: #0084ff;
  width: 3.92rem;
  height: 1.06667rem;
  font-size: 0.42667rem;
  line-height: 1.06667rem;
  border-radius: 0.10667rem;
  display: block;
  text-align: center;
  margin: 0 auto; }

.wts-btn-middle:hover, .wts-btn-middle:focus {
  color: #e6e6e6;
  background-color: #006acc; }

/*全局按钮*/
.wts-btn-all {
  color: #fff;
  background-color: #0084ff;
  width: 10rem;
  height: 1.46667rem;
  font-size: 0.53333rem;
  line-height: 1.46667rem;
  border-radius: 0;
  display: block;
  text-align: center; }

.wts-btn-all:hover, .wts-btn-all:focus {
  color: #e6e6e6;
  background-color: #006acc; }

.wts-btn-big-blue {
  color: #fff;
  background-color: #3aa9f8;
  width: 9.2rem;
  height: 1.25333rem;
  font-size: 0.42667rem;
  line-height: 1.25333rem;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto; }

.wts-btn-big-blue:hover, .wts-btn-big-blue:focus {
  color: #e6e6e6;
  background-color: #0994f6; }

/*蓝色线型按钮-中*/
.wts-btn-cp {
  color: #0084ff;
  background-color: #fff;
  border: 1px solid #0084ff;
  width: 4.13333rem;
  height: 1.06667rem;
  font-size: 0.48rem;
  line-height: 1.01333rem;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto; }

.wts-btn-cp:hover, .wts-btn-cp:focus {
  color: #fff;
  background-color: #0084ff;
  border: 1px solid #0084ff; }

.wts-btn-radius {
  color: #aaa;
  background-color: #fff;
  border: 1px solid #aaa;
  width: 2.04rem;
  height: 0.73333rem;
  font-size: 0.34667rem;
  line-height: 0.73333rem;
  border-radius: 0.33333rem;
  display: block;
  text-align: center;
  margin: 0 auto; }

.wts-btn-radius:hover, .wts-btn-radius:focus {
  color: #fff;
  background-color: #aaa;
  border: 1px solid #aaa; }

/*微大型按钮*/
.wts-btn-big-01 {
  color: #fff;
  background-color: #0084ff;
  width: 7.86667rem;
  height: 1.2rem;
  font-size: 0.48rem;
  line-height: 1.2rem;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto; }

.wts-btn-big-01:hover, .wts-btn-big-01:focus {
  color: #e6e6e6;
  background-color: #006acc; }

/*查看更多*/
.wts-btn-more {
  display: block;
  border-top: 1px solid #eee;
  height: 1.14667rem;
  line-height: 1.14667rem;
  text-align: center;
  margin-left: -0.8rem;
  color: #000;
  font-size: 0.37333rem;
  position: relative; }

.wts-btn-more:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 38%;
  margin-top: -0.24rem;
  margin-left: 1.2rem;
  width: 0.29333rem;
  height: 0.29333rem;
  border-right: 0.04rem solid #000;
  border-top: 0.04rem solid #000;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

/*margin值*/
/*上*/
.margin-top-10 {
  margin-top: 0.13333rem !important; }

.margin-top-15 {
  margin-top: 0.2rem !important; }

.margin-top-20 {
  margin-top: 0.26667rem !important; }

.margin-top-30 {
  margin-top: 0.4rem !important; }

.margin-top-40 {
  margin-top: 0.53333rem !important; }

.margin-top-50 {
  margin-top: 0.66667rem !important; }

.margin-top-60 {
  margin-top: 0.8rem !important; }

/*左*/
.margin-left-10 {
  margin-left: 0.13333rem !important; }

.margin-left-20 {
  margin-left: 0.26667rem !important; }

.margin-left-30 {
  margin-left: 0.4rem !important; }

.margin-left-40 {
  margin-left: 0.53333rem !important; }

.margin-left-60 {
  margin-left: 0.8rem !important; }

/*右*/
.margin-right-10 {
  margin-right: 0.13333rem !important; }

.margin-right-20 {
  margin-right: 0.26667rem !important; }

.margin-right-30 {
  margin-right: 0.4rem !important; }

.margin-right-40 {
  margin-right: 0.53333rem !important; }

/*下*/
.margin-bottom-10 {
  margin-bottom: 0.13333rem !important; }

.margin-bottom-20 {
  margin-bottom: 0.26667rem !important; }

.margin-bottom-30 {
  margin-bottom: 0.4rem !important; }

.margin-bottom-40 {
  margin-bottom: 0.53333rem !important; }

/*padding值*/
/*上*/
.padding-top-10 {
  padding-top: 0.13333rem !important; }

.padding-top-20 {
  padding-top: 0.26667rem !important; }

.padding-top-30 {
  padding-top: 0.4rem !important; }

.padding-top-40 {
  padding-top: 0.53333rem !important; }

/*左*/
.padding-left-10 {
  padding-left: 0.13333rem !important; }

.padding-left-20 {
  padding-left: 0.26667rem !important; }

.padding-left-30 {
  padding-left: 0.4rem !important; }

.padding-left-40 {
  padding-left: 0.53333rem !important; }

/*右*/
.padding-right-10 {
  padding-right: 0.13333rem !important; }

.padding-right-20 {
  padding-right: 0.26667rem !important; }

.padding-right-30 {
  padding-right: 0.4rem !important; }

.padding-right-40 {
  padding-right: 0.53333rem !important; }

/*下*/
.padding-bottom-10 {
  padding-bottom: 0.13333rem !important; }

.padding-bottom-20 {
  padding-bottom: 0.26667rem !important; }

.padding-bottom-30 {
  padding-bottom: 0.4rem !important; }

.padding-bottom-40 {
  padding-bottom: 0.53333rem !important; }

.readys {
  background-color: #fff;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.readys .ready-img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px; }

.readys .ready-img-1 {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  opacity: .5;
  -webkit-animation: scolls 1.5s linear infinite forwards;
  animation: scolls 1.5s linear infinite forwards; }

@-webkit-keyframes scolls {
  0% {
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
    opacity: 0.5; }
  50% {
    -webkit-transform: rotate(-180deg) translate(0);
    transform: rotate(-180deg) translate(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-360deg) translate(0);
    transform: rotate(-360deg) translate(0);
    opacity: 0.5; } }

@keyframes scolls {
  0% {
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
    opacity: 0.5; }
  50% {
    -webkit-transform: rotate(-180deg) translate(0);
    transform: rotate(-180deg) translate(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-360deg) translate(0);
    transform: rotate(-360deg) translate(0);
    opacity: 0.5; } }

/*在线客服*/
a.services {
  position: fixed;
  top: 70%;
  right: 5%;
  z-index: 2222;
  display: block;
  margin: 0 auto;
  width: 1.6rem;
  height: 1.86667rem;
  text-align: center;
  background-color: #ff9306;
  border-radius: 5px;
  color: #fff; }

a.services i {
  font-size: 0.8rem;
  display: block;
  position: absolute;
  top: -0.06667rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

a.services span.services-text {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 16px; }

a.services .martop {
  margin-top: 0.86667rem; }

/*咨询*/
a.consultation {
  position: fixed;
  top: 65%;
  right: 5%;
  z-index: 555;
  display: inline-block;
  width: 1.33333rem;
  height: 1.33333rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff; }

a.consultation i {
  font-size: 0.72rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

a.consultation span {
  position: absolute;
  bottom: 0.06667rem;
  left: 50%;
  font-size: 0.32rem;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.consultation:hover, .consultation:focus {
  color: #fff; }

.lz-layers .layer-none05 {
  display: none; }

.lz-layers .layer-01 {
  display: none;
  width: 100%;
  background-color: #fff; }

.lz-layers .layer-01 .title {
  width: 100%;
  height: 1.06667rem;
  font-size: 0.45333rem;
  color: #000; }

.lz-layers .layer-03 .lay-p {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000; }

.lz-layers .layer-03 .lay-p img {
  width: 100%;
  height: 100%; }

.lz-layers .layer-03 .lay-p .p-next, .lz-layers .layer-03 .lay-p .p-finish {
  width: 40%;
  height: 7%;
  display: block;
  position: absolute; }

.lz-layers .layer-03 .lay-p .p-a-01 {
  bottom: 18%;
  left: 30%; }

.lz-layers .layer-03 .lay-p .p-a-02 {
  top: 67%;
  left: 31.2%; }

.lz-layers .layer-03 .lay-p .p-a-03 {
  top: 61%;
  left: 30%; }

.lz-layers .layer-03 .lay-p .p-a-04 {
  top: 18.59%;
  left: 30.7%; }

.lz-layers .layer-03 .lay-p .p-a-05 {
  top: 50.46%;
  left: 30%; }

.lz-layers .layer-03 .lay-p .p-finish {
  top: 66.06%;
  left: 32%; }

.lz-layers .layer-03 .avtive {
  display: block; }

.lz-layers .layer-04 {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px; }

.lz-layers .layer-04 a {
  width: 4rem;
  position: absolute;
  bottom: 20px; }

.lz-layers .layer-04 .call {
  left: 0.26667rem; }

.lz-layers .layer-04 .delete {
  right: 0.26667rem;
  border-color: #ababab;
  color: #ababab; }

.lz-layers .layer-05 {
  position: relative;
  width: 7.73333rem;
  height: 3.46667rem;
  overflow: visible;
  background-color: #fff;
  padding: 10px 10px 1.6rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.lz-layers .layer-05 #layer_05_btn {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  margin-left: -1.96rem; }

.lz-layers .layer-05 .txt_tip {
  color: #fd9143; }

.lz-layers .layer-05 .input-box {
  height: 1.06667rem;
  line-height: 1.06667rem;
  width: 6.66667rem;
  padding-left: 10px;
  margin: 15px auto 5px;
  font-size: 0.4rem;
  background-color: #f0eff5;
  border-radius: 5px; }

.lz-layers .layer-05 .input-box input {
  display: inline-block;
  height: 1.06667rem;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #f0eff5; }

.lz-layers .layer-05 .input-box .input_tel {
  width: 4rem; }

.lz-layers .layer-05 .lz-fs-30 {
  font-size: 0.37333rem; }

.lz-layers .layer-06 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4); }

.lz-layers .layer-06.active {
  display: block; }

.lz-layers .layer-06 .occupationBox {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  height: 70%;
  background-color: #fff;
  overflow-y: auto;
  padding-top: 1.33333rem;
  z-index: 22; }

.lz-layers .layer-06 .treeSecrch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  padding: 0.13333rem 0.26667rem;
  background-color: #f5f5f5; }

.lz-layers .layer-06 .treeSecrch:before {
  content: '\e679';
  font-family: "iconfont" !important;
  position: absolute;
  left: 0.4rem;
  top: 45%;
  font-size: 0.4rem;
  margin-top: -0.2rem; }

.lz-layers .layer-06 .treeSecrch .search {
  display: block;
  font-size: 0.4rem;
  line-height: 0.93333rem;
  background-color: #fff;
  text-align: left;
  width: 100%;
  height: 0.93333rem;
  padding: 0 0.13333rem 0 0.66667rem;
  margin-bottom: 0;
  border: none; }

.lz-layers .layer-06 > ul.treemenu {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
  max-height: 10.66667rem; }

.lz-layers .layer-06 .treemenu li {
  list-style: none; }

.lz-layers .layer-06 .liRemove {
  display: none !important; }

.lz-layers .layer-06 .treemenu .toggler {
  cursor: pointer; }

.lz-layers .layer-06 .treemenu .toggler:before {
  display: inline-block;
  margin-right: 2pt; }

.lz-layers .layer-06 li.tree-empty > .toggler {
  color: #aaa; }

.lz-layers .layer-06 li.tree-empty > .toggler:before {
  content: "\2212"; }

.lz-layers .layer-06 li.tree-closed > .toggler:before {
  content: "+"; }

.lz-layers .layer-06 li.tree-opened > .toggler:before {
  content: "\2212"; }

.lz-layers .layer-06 .tree {
  color: #666;
  width: 100%;
  margin: 10px auto;
  font-size: 0.4rem; }

.lz-layers .layer-06 .tree li {
  padding: 0.06667rem 0.13333rem 0.06667rem 0.26667rem; }

.lz-layers .layer-06 .tree li > a,
.lz-layers .layer-06 .tree li > span {
  padding: 0.06667rem 0.13333rem;
  border-radius: 4px; }

.lz-layers .layer-06 .tree li a {
  color: #666;
  text-decoration: none;
  line-height: 20pt;
  border-radius: 4px; }

.lz-layers .layer-07 {
  display: none;
  padding: 20px 10px; }

.lz-layers .layer-07 .code-img {
  display: block;
  margin: 0 auto;
  width: 60%; }

.lz-layers .layer-07 .lz-fs-34 {
  font-size: 0.45333rem;
  line-height: 0.53333rem; }

.lz-layers .layer-07 .btn-shibie {
  display: block;
  width: 4.26667rem;
  text-align: center;
  margin: 5px auto;
  padding: 0.06667rem;
  border: 1px solid #0084ff;
  font-size: 0.53333rem;
  border-radius: 40px;
  color: #0084ff; }

.demo-layer-01 {
  border-radius: 5px !important; }

.return_personal {
  position: fixed;
  right: 15px;
  bottom: 15%;
  z-index: 999; }

.return_personal img {
  width: 1.25333rem;
  height: 1.25333rem; }

.notice-right {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.guanbi-blank {
  width: 0.66667rem;
  height: 0.66667rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11; }

.layer-guanbi {
  position: relative; }

.layer-guanbi .layui-layer-close2 {
  opacity: 0;
  z-index: 999; }

.layer-guanbi::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -0.33333rem;
  top: -0.33333rem;
  color: #999;
  width: 0.66667rem;
  height: 0.66667rem;
  background-image: url(../images/guanbi.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10; }

.alert-force .layui-layer-title {
  background-color: #0084ff;
  color: #fff; }

.alert-force .layui-layer-content {
  font-size: 0.4rem;
  padding: 15px 10px 25px; }

.layer-alert-06 {
  margin: 0 auto;
  max-width: 9rem;
  background-color: #fff;
  overflow-y: scroll; }

.layer-alert-06 .baoxian {
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 0.56rem;
  border-bottom: 1px solid #dddddd;
  height: 1.38667rem;
  line-height: 1.38667rem; }

.layer-alert-06 .baoxianps {
  width: 91%;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
  font-size: 0.42667rem;
  padding: 0 0.13333rem 0 0.13333rem; }

.layer-alert-06 .baoxianps a {
  display: inline-block;
  color: #000000;
  line-height: 0.53333rem;
  padding: 0.26667rem 0;
  font-family: "Microsoft YaHei"; }

.layer-alert-06 .baoxianps:last-of-type {
  border: none;
  margin-bottom: 0.26667rem; }

.layer-alert-06 .baoxianps:last-of-type a {
  line-height: 0.53333rem; }

.layer-02 {
  margin: 0 auto;
  max-width: 9rem;
  background-color: #fff;
  width: 90vw;
  height: 60vh;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  word-wrap: break-word; }

.layer-02 * {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.layer-02 .layer-02-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2; }

.layer-02 .layer-02-top li {
  width: 100%;
  height: 1.33333rem;
  line-height: 1.33333rem;
  font-size: 0.53333rem;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  float: left; }

.layer-02 .layer-02-top li:not(:first-child) {
  border-left: 1px solid #e6e6e6; }

.layer-02 .layer-02-top li.active {
  border-bottom: 2px solid #0084ff;
  color: #0084ff; }

.layer-02 .layer-02-top li.active:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #0084ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px; }

.layer-02 .layer-02-bot {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.33333rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.layer-02 .layer-02-bot > li {
  width: 100%;
  display: none;
  padding: 0.4rem;
  color: #000; }

.layer-02 .layer-02-bot > li > p {
  color: #000; }

.layer-02 .layer-02-bot > li.active {
  display: block; }

.lz-layers-03 {
  background-color: #fff;
  padding: 0.4rem; }

.lz-layers-03 > a {
  display: block; }

.lz-layers-03 p {
  color: #000; }

.bac-transparent {
  background-color: transparent !important; }

.bac-transparent .layui-m-layerchild {
  background-color: transparent !important; }

.layui-m-layer-lzAlert {
  width: 80% !important; }

.layui-m-layer-lzAlert .layui-m-layercont {
  font-size: 0.4rem;
  word-break: break-all; }

.layui-m-layer-lzAlert .layui-m-layerbtn span[yes] {
  font-size: 0.4rem;
  color: #0084ff; }

.layui-m-layer-inquiry {
  width: 80% !important; }

.layui-m-layer-inquiry .layui-m-layercont {
  font-size: 0.4rem; }

.layui-m-layer-inquiry .layui-m-layerbtn {
  height: 40px;
  line-height: 40px; }

.layui-m-layer-inquiry .layui-m-layerbtn span[yes] {
  font-size: 0.4rem;
  color: #0084ff; }

.layui-m-layer-inquiry .layui-m-layerbtn span[no] {
  font-size: 0.4rem;
  color: #666; }

.body-container {
  width: 10rem;
  margin: 0 auto;
  position: relative; }

.lz-top-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.lz-dt-a-title {
  font-size: 0.45333rem;
  line-height: 1.1;
  border-left: solid #0084ff;
  border-left-width: 0.09333rem;
  padding-left: 0.17333rem; }

.radius {
  border: 1px solid #7997f0;
  color: #7997f0;
  border-radius: 0.26667rem;
  padding: 0rem 0.2rem; }

.radius-01 {
  color: #ffffff;
  background-color: #0084ff;
  border-radius: 0.06667rem;
  padding: 0rem 0.2rem;
  display: inline-block;
  line-height: 1.5; }

.radius-02 {
  color: #ffffff;
  background-color: #0084ff;
  border-radius: 50%;
  font-size: 0.34667rem;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center; }

.lz-list-block {
  position: relative; }

.lz-list-block .ul-List .item-content-sex {
  border-bottom: 1px solid #efeff4; }

.lz-list-block .ul-List .item-content {
  background-color: #fff;
  width: 100%;
  line-height: 1.36rem;
  height: 1.36rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0rem 0.4rem;
  font-size: 0.42667rem;
  border-bottom: 1px solid #e7e7e7; }

.lz-list-block .ul-List .item-content:last-child {
  border-bottom: none; }

.lz-list-block .ul-List .item-content > a.item-link {
  font-size: 0.42667rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #000; }

.lz-list-block .ul-List .item-content .item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 0.53333rem;
  padding-left: 0.93333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lz-list-block .ul-List .item-content .icons-left {
  position: absolute;
  width: 0.66667rem;
  left: 0;
  top: 0.33333rem;
  display: inline-block;
  height: 0.66667rem;
  font-size: 0.58667rem;
  color: #0084ff; }

.lz-list-block .ul-List .item-content .icon-gerenziliao {
  font-size: 0.4rem; }

.lz-list-block .ul-List .item-content .icons-right {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 1.36rem;
  line-height: 1.36rem;
  font-size: 0.48rem;
  color: #cac9ce; }

.lz-list-block .ul-List .item-content .item-form {
  padding-left: 0;
  overflow: hidden; }

.lz-list-block .ul-List .item-content .item-form .item-e-left {
  width: 30%;
  height: 100%;
  display: inline-block;
  float: left; }

.lz-list-block .ul-List .item-content .item-form .item-e-right {
  width: 68%;
  height: 100%;
  text-align: right;
  display: inline-block;
  float: right;
  color: #000; }

.lz-list-block .ul-List .item-content .item-form .item-e-right .emoji {
  vertical-align: middle;
  margin-top: -0.10667rem; }

.lz-list-block .ul-List .item-content .item-form .item-num-right {
  width: 68%;
  height: 100%;
  text-align: right;
  display: inline-block;
  float: right; }

.lz-list-block .ul-List .item-content .item-form input[type="text"] {
  border: none;
  background-color: #fff; }

.lz-list-block .ul-List .item-content .item-form .lz-radio {
  margin-top: 0.4rem; }

.lz-list-block .ul-List .item-content .item-form .date-input {
  border: none;
  text-align: right;
  background-color: #fff;
  height: 1.36rem;
  line-height: 1.36rem;
  margin-bottom: 0; }

.lz-list-block .ul-List .item-content .item-title {
  padding: 0; }

.lz-list-block .ul-List .item-content .item-title .item-img {
  position: absolute;
  right: 0;
  top: 0.06667rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%; }

.lz-list-block .ul-List .height-min {
  height: 1.2rem;
  line-height: 1.2rem; }

.lz-list-block .ul-List .item-content:last-child > a.item-link {
  border-bottom: none; }

@-webkit-keyframes commonScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes commonScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*单选框*/
.lz-radio {
  position: relative;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: none; }

.lz-radio:before {
  content: "\e623";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%; }

.lz-radio:checked::before {
  background-color: #0084ff;
  border: 1px solid #0084ff; }

.lz-radio-new {
  position: relative;
  background-color: transparent;
  padding: 0 5px 0 25px;
  display: inline-block; }

.lz-radio-new:before {
  content: "\e623";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  margin-top: -10px; }

.lz-radio-new[data-check=true]::before {
  background-color: #0084ff;
  border: 1px solid #0084ff; }

/*多选框*/
.lz-checkbox {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: none; }

.lz-checkbox:before {
  content: "\e64e";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  width: 22px;
  height: 22px;
  background-color: #fff;
  color: transparent;
  border: 1px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px; }

.lz-checkbox:checked::before {
  color: #0084ff;
  background-color: #fff;
  border: 1px solid #0084ff; }

/*多选框2-选择外层选中*/
.lz-checkbox-02 {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: none; }

.lz-checkbox-02:before {
  content: "\e64e";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  width: 22px;
  height: 22px;
  background-color: #fff;
  color: transparent;
  border: 1px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px; }

.checkLi {
  color: #0084ff !important; }

.checkLi .lz-checkbox-02:before {
  color: #0084ff;
  background-color: #fff;
  border: 1px solid #0084ff; }

.checkLi .lz-radio-new:before {
  background-color: #0084ff;
  border: 1px solid #0084ff; }

/*理赔页导航栏*/
ul.lz-ul-heads {
  background-color: #fff;
  width: 100%;
  padding: 0.26667rem 0; }

ul.lz-ul-heads > li {
  float: left;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  position: relative;
  font-size: 0.45333rem; }

ul.lz-ul-heads > li:not(:first-child) {
  border-left: 1px solid #dcdcdc; }

ul.lz-ul-heads > li.active:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.18667rem;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #0084ff; }

ul.lz-ul-heads > li.active {
  color: #0084ff; }

ul.lz-ul-heads > li.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.26667rem;
  width: 100%;
  height: 3px;
  background-color: #0084ff; }

/*分栏底部内容区域*/
.lz-ul-foot > li {
  display: none;
  text-align: center; }

.lz-ul-foot > li .icon-xiaolian,
.lz-ul-foot > li .icon-xiaolian {
  display: inline-block;
  font-size: 2rem;
  margin: 20px auto; }

.lz-ul-foot > li .icon-img {
  width: 4rem; }

.lz-ul-foot > li.active {
  display: block; }

.lz-ul-foot .news-list {
  display: block;
  background-color: #fff;
  margin-top: 10px;
  padding: 0.26667rem 0.26667rem;
  padding-left: 2.13333rem;
  position: relative; }

.lz-ul-foot .news-list .img-left {
  position: absolute;
  left: 0.26667rem;
  top: 0.26667rem;
  width: 1.6rem;
  height: 1.6rem; }

.lz-ul-foot .news-list .right .right-title {
  font-size: 0.4rem;
  color: #222;
  text-align: left;
  line-height: 1.6; }

.lz-ul-foot .news-list .right .right-time {
  float: right;
  font-size: 0.34667rem;
  color: #999; }

.lz-ul-foot .news-list .right .right-text {
  font-size: 0.32rem;
  line-height: 1.5;
  color: #999; }

.lz-ul-foot .not-read:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  right: 5px;
  top: 5px;
  background-color: #f03b53;
  border-radius: 10px; }

/*底部按钮*/
.lz-apply-btn {
  position: fixed;
  bottom: 0;
  border-top: 2px solid #fff;
  z-index: 20;
  color: #666;
  background-color: #f0f0f0;
  width: 10rem;
  height: 1.33333rem;
  font-size: 0.42667rem;
  line-height: 1.2rem;
  border-radius: 0;
  display: block;
  text-align: center;
  margin: 0 auto; }

.lz-apply-btn i {
  font-size: 0.53333rem;
  margin-right: 10px; }

/*底部提示*/
.lz-lp-footer {
  position: absolute;
  bottom: 1.33333rem;
  padding: 10px; }

.lz-lp-footer p {
  margin-bottom: 10px; }

/*顶部返回栏*/
.lz-top-title-empty {
  width: 100%;
  height: 1.2rem; }

.lz-top-title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: #0084ff;
  color: #fff;
  font-size: 0.37333rem; }

.lz-top-title .left {
  position: absolute;
  top: 0;
  left: 0.26667rem;
  color: #fff; }

.lz-top-title .right {
  position: absolute;
  top: 0;
  right: 0.26667rem;
  color: #fff; }

.lz-top-title .center {
  text-align: center;
  font-size: 0.42667rem; }

/*订单页*/
.lz-order-list {
  background-color: #fff;
  padding-top: 0.58667rem; }

.lz-order-list .titles {
  font-size: 0.48rem;
  color: #222;
  text-align: center; }

.lz-order-list .need-com {
  position: relative;
  top: -4px;
  font-size: 12px;
  line-height: 1;
  padding: 1px 8px;
  background-color: #fff;
  position: relative;
  color: #fff;
  border-radius: 5px;
  font-size: 0.37333rem;
  border: 1px solid #0084ff;
  margin-left: 5px;
  color: #0084ff; }

.lz-order-list .need-com::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-right-color: #fff; }

.lz-order-list .need-com:before {
  content: 0; }

.lz-order-list .uls-order {
  width: 100%; }

.lz-order-list .uls-order > li {
  text-align: center;
  font-size: 0.48rem;
  display: block;
  padding: 0.53333rem 0rem; }

.lz-order-list .uls-order > li .order-name {
  display: block;
  line-height: 0.53333rem;
  color: #000; }

.lz-order-list .uls-order > li .order-inform {
  font-size: 0.8rem;
  display: block;
  margin-top: 0.05333rem;
  line-height: 1.06667rem;
  color: #ff6f07; }

.lz-order-list .btn-check,
.lz-order-list .btn-pay {
  color: #ccc;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 2.4rem;
  height: 0.8rem;
  font-size: 0.37333rem;
  line-height: 0.74667rem;
  border-radius: 0;
  float: right;
  margin-left: 10px; }

.lz-order-list .btn-check:hover, .lz-order-list .btn-check:focus,
.lz-order-list .btn-pay:hover,
.lz-order-list .btn-pay:focus {
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc; }

.pay-many {
  margin-top: 0.16rem;
  line-height: 1.17333rem;
  display: block;
  padding-left: 0.4rem;
  font-size: 0.48rem; }

.lz-dropdown-menu {
  position: relative;
  margin-right: 0.26667rem; }

.lz-dropdown-menu .lz-dropdown-name {
  cursor: pointer; }

.lz-dropdown-menu .lz-dropdown-name a {
  color: #000; }

.lz-dropdown-menu ul.lz-dropdown {
  display: none;
  position: absolute;
  top: 0.8rem;
  right: 0;
  min-width: 2.66667rem;
  max-height: 4.53333rem;
  overflow: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 999;
  padding: 0.06667rem 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.lz-dropdown-menu ul.lz-dropdown li {
  min-width: 3.06667rem;
  display: block;
  background-color: #fff;
  padding: 0.06667rem 0.2rem;
  cursor: pointer;
  font-size: 0.4rem;
  line-height: 0.6rem; }

.lz-dropdown-menu ul.lz-dropdown li:hover {
  background-color: #f5f5f5; }

.lz-dropdown-menu.open ul.lz-dropdown {
  display: block; }

.lz-readys {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  z-index: 9999; }

.lz-readys .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px; }

.lz-readys .container1 > div,
.lz-readys .container2 > div,
.lz-readys .container3 > div {
  width: 10px;
  height: 10px;
  background-color: #0084ff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.lz-readys .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.lz-readys .container2 {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg); }

.lz-readys .container3 {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg); }

.lz-readys .circle1 {
  top: 0;
  left: 0; }

.lz-readys .circle2 {
  top: 0;
  right: 0; }

.lz-readys .circle3 {
  right: 0;
  bottom: 0; }

.lz-readys .circle4 {
  left: 0;
  bottom: 0; }

.lz-readys .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.lz-readys .container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.lz-readys .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.lz-readys .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.lz-readys .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.lz-readys .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.lz-readys .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.lz-readys .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.lz-readys .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.lz-readys .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.lz-readys .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.lz-readys .loadText {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  padding-bottom: 10px; }

.lz-readys .loadText .gifLoad {
  width: 60px;
  height: 60px;
  display: block;
  margin: 10px auto; }

.lz-morecontent {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #999;
  text-align: center;
  font-size: 0.48rem;
  display: block; }

.lz-morecontent i {
  margin-right: 3px;
  font-size: 0.61333rem;
  position: relative;
  top: 2px; }

.lz-morecontent i.active {
  -webkit-animation: scrolls 1s linear none;
  animation: scrolls 1s linear none; }

@-webkit-keyframes scrolls {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes scrolls {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lz-morecontent .isLoadShow {
  width: 0.6rem;
  border: 0;
  margin-right: 3px;
  position: relative;
  top: 0.10667rem;
  display: none; }

.lz-drop-down .lz-drop-down-name {
  display: inline-block;
  min-width: 2rem;
  max-width: 5.33333rem;
  height: 100%;
  max-height: 200px;
  padding-right: 0.26667rem;
  border: none;
  text-align: right;
  -webkit-appearance: none; }

.lz-drop-down .popupBox {
  display: none;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.lz-drop-down .popupBox.active {
  display: block; }

.lz-drop-down .lz-drop-down-layer {
  background-color: #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 22;
  width: 70%;
  max-width: 8rem;
  height: auto;
  max-height: 300px;
  padding: 10px 20px;
  overflow: auto !important;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.lz-drop-down .lz-drop-down-layer .lz-drop-down-option {
  position: relative;
  display: block;
  padding-left: 25px;
  min-height: 30px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0;
  color: #666; }

.lz-drop-down .lz-drop-down-layer i.lz-drop-yuan {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  border: 1px solid #999;
  border-radius: 20px; }

.lz-drop-down .lz-drop-down-layer .lz-drop-down-option:hover i.lz-drop-yuan,
.lz-drop-down .lz-drop-down-layer .lz-drop-down-option:active i.lz-drop-yuan {
  border-color: #ff6e07;
  background-color: rgba(255, 110, 7, 0.3); }

.lz-drop-down .lz-drop-down-layer .lz-drop-down-option[data-check=true] i.lz-drop-yuan {
  border-color: #ff6e07;
  background-color: #fff; }

.lz-drop-down .lz-drop-down-layer .lz-drop-down-option[data-check=true] i.lz-drop-yuan:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ff6e07;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 10px; }

.lz-drop-down .lz-drop-check-box {
  width: 100%;
  height: 100%; }

.lz-drop-down .lz-drop-check {
  text-align: center;
  min-width: 1.33333rem;
  height: 100%;
  line-height: 0.8rem;
  padding: 0 10px;
  color: #666;
  display: inline-block;
  margin: 0 2px;
  background-color: #ddd;
  border-radius: 5px; }

.lz-drop-down .lz-drop-check[data-check="true"] {
  color: #fff;
  background-color: #0084ff; }

.lz-bankBanch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.lz-bankBanch.active {
  display: block; }

.lz-bankBanch .lz-drop-search {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.lz-bankBanch .lz-drop-search .title {
  position: relative;
  width: 100%;
  height: 1.33333rem;
  line-height: 1.33333rem;
  font-size: 0.45333rem;
  text-align: center; }

.lz-bankBanch .lz-drop-search .title i {
  font-size: 0.66667rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.06667rem;
  line-height: 1.33333rem; }

.lz-bankBanch .lz-drop-search .search-box {
  position: relative;
  width: 100%;
  height: 1.33333rem;
  padding: 0.2rem 0.53333rem;
  text-align: center;
  background-color: #f5f5f5; }

.lz-bankBanch .lz-drop-search .search-box i {
  position: absolute;
  left: 0.66667rem;
  top: 50%;
  margin-top: -0.46667rem;
  font-size: 0.4rem;
  height: 0.93333rem;
  line-height: 0.93333rem;
  color: #999; }

.lz-bankBanch .lz-drop-search .search {
  display: block;
  width: 100%;
  height: 0.93333rem;
  background-color: #fff;
  color: #333;
  padding-left: 0.66667rem;
  margin: 0;
  border-color: #fff;
  font-size: 0.42667rem;
  border: none; }

.lz-bankBanch .lz-drop-search .selected {
  width: 100%;
  height: 300px;
  padding: 10px 20px;
  overflow: auto !important; }

.lz-bankBanch .lz-drop-search .selected .option {
  position: relative;
  display: block;
  min-height: 20px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0;
  color: #666;
  border-top: 1px solid #ececec; }

.lz-bankBanch .lz-drop-search .selected .option:first-child {
  border-top: none; }

.return_top {
  display: none;
  position: fixed;
  right: 0.26667rem;
  top: 80%;
  width: 1.33333rem;
  height: 1.33333rem;
  background: url("../images/d_publication_top.png");
  background-size: cover;
  z-index: 10; }

.lz-cityPicker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999; }

.lz-cityPicker .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-color: #ddd;
  padding-top: 44px; }

.lz-cityPicker .cancel {
  position: absolute;
  right: 0px;
  top: 0;
  height: 45px;
  width: 50px;
  text-align: center;
  z-index: 1000; }

.lz-cityPicker .cancel:before {
  content: "\e617";
  font-size: 26px;
  line-height: 45px;
  text-align: center; }

.lz-cityPicker .pickerName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  padding: 0 50px 0 10px;
  background-color: #eeeeee;
  z-index: 99; }

.lz-cityPicker .pickerName li {
  min-width: 10%;
  max-width: 30%;
  font-size: 16px;
  padding: 0 5px;
  line-height: 45px;
  text-align: center;
  float: left;
  height: 45px;
  overflow: hidden;
  color: #000; }

.lz-cityPicker .pickerName li.active {
  border-bottom: 2px solid #ff7007;
  color: #ff7007; }

.lz-cityPicker .pickerName li.half {
  width: 50%; }

.lz-cityPicker .domCheck {
  display: block;
  float: left;
  padding: 10px 2px;
  width: 33.3%;
  height: 100%;
  overflow: auto; }

.lz-cityPicker .domCheck:last-child {
  border-right: none; }

.lz-cityPicker .domCheck > a {
  position: relative;
  min-height: 30px;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 15px;
  text-align: center;
  color: #666;
  display: block; }

.lz-cityPicker .domCheck > a:last-child {
  border-bottom: none; }

.lz-cityPicker .domCheck > a.active {
  background: #ff7007;
  border-radius: 30px;
  color: #fff; }

.lz-cityPicker .domCheck.active {
  display: block; }

.lz-cityPicker .domCheck > span {
  font-size: 15px;
  text-align: center;
  color: #666;
  padding: 5px 10px; }

.lz-cityPicker.num-2 .domCheck {
  width: 50%; }

.lz-cityPicker.num-2 .districtBox {
  display: none; }

.lz-cityPicker.num-2 #district {
  display: none; }

.emailSuffix {
  position: relative; }

.emailSuffix .emailAuto {
  width: 100%;
  height: 100%;
  padding: 0 3px;
  float: left;
  text-align: right; }

.emailSuffix .emailAuto:focus {
  border: 1px solid #0084ff; }

.emailSuffix .emailCheck {
  display: none;
  opacity: 0.3;
  position: absolute;
  top: 1.06667rem;
  right: 0;
  font-size: 14px;
  z-index: 99;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  max-height: 3.86667rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.emailSuffix .emailCheck.show {
  display: block;
  opacity: 1;
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px); }

.emailSuffix .emailCheck > span {
  padding: 0 5px;
  height: 0.66667rem;
  line-height: 0.66667rem;
  display: block;
  float: right;
  width: 100%;
  text-align: right; }

.suspend {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 1.2rem;
  background-color: #0084ff;
  z-index: 999; }

.suspend .left,
.suspend .right {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.4rem;
  color: #fff; }

.suspend .left .iconfont,
.suspend .right .iconfont {
  font-size: 0.66667rem;
  vertical-align: middle;
  margin-right: 4px; }

.suspend .left {
  padding-right: 20px; }

.suspend .right {
  padding-left: 20px; }

.suspend .center {
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -0.73333rem;
  width: 1.46667rem;
  height: 1.46667rem;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #0084ff; }

.suspend .center > i {
  line-height: 1.33333rem;
  font-size: 0.69333rem;
  color: #0084ff; }

.lz-mask-close,
.lz-mask-out {
  position: fixed !important;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none;
  background-color: rgba(0, 0, 0, 0.3) !important; }

.m-premium-bottom-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 10rem;
  height: 100%;
  z-index: 1000;
  display: none; }

.m-premium-bottom-bg .keepUp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

.m-premium-bottom-bg .m-premium-bottom {
  position: absolute;
  top: 1.33333rem;
  left: 0;
  background: url("../images/m-premium-bac.png") top center no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 10rem;
  padding: 2.4rem 0.16rem 0;
  height: 11.33333rem;
  font-size: 0.4rem; }

.m-premium-bottom-bg .m-premium-bottom .bg-box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0.33333rem 0.13333rem; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .preBox {
  width: 100%;
  margin-bottom: 5px; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .preBox .userName,
.m-premium-bottom-bg .m-premium-bottom .bg-box .preBox .usersex {
  display: inline-block; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .preBox .name {
  display: inline-block;
  height: 0.93333rem;
  line-height: 0.93333rem;
  padding: 0 5px;
  color: #000; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .preBox #customer {
  width: 4.53333rem; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .preBox .sex-radio {
  width: 1.06667rem;
  border-radius: 5px;
  height: 0.93333rem;
  line-height: 0.93333rem;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .preBox .sex-radio[data-check=true] {
  color: #fff;
  background-color: #ff7505; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .preBox input,
.m-premium-bottom-bg .m-premium-bottom .bg-box .preBox select {
  display: inline-block;
  width: 6.8rem;
  height: 0.93333rem;
  line-height: 0.93333rem;
  border-radius: 5px;
  border: 1px solid #ccc !important;
  padding: 0 10px;
  margin: 0; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .btn {
  width: 5.6rem;
  height: 0.93333rem;
  margin: 0.2rem auto;
  display: block; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .btn > img {
  width: 100%; }

.m-premium-bottom-bg .m-premium-bottom .bg-box .desc {
  font-size: 0.34667rem;
  color: #ff6305;
  text-align: center; }

.m-premium-bottom-bg .m-premium-bottom .bg-box p.mini {
  font-size: 12px;
  color: #fff;
  padding: 0 20px; }

.blank_suspend {
  width: 100%;
  height: 1.46667rem; }

.shadeBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.shadeBox1 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.lz-bg {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -5rem;
  display: none;
  width: 10rem;
  height: 100%;
  min-height: 100vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5); }

.lz-bottom-call {
  background-color: #fff;
  padding: 0.26667rem;
  z-index: 100; }

.lz-bottom-call .call-pic {
  width: 1.46667rem; }

.lz-bottom-call .call-pic > img {
  display: block;
  height: 1.2rem; }

.lz-bottom-call .call-text {
  width: 5.26667rem;
  text-align: left; }

.lz-bottom-call .call-text .title {
  font-size: 0.42667rem;
  color: #000; }

.lz-bottom-call .call-text .phone {
  font-size: 0.37333rem;
  color: #333; }

.lz-bottom-call .call-text .phone span {
  color: #ff5500; }

.lz-bottom-call > .button {
  margin-top: 0.26667rem;
  display: block;
  width: 2.14667rem;
  height: 0.73333rem;
  border: 1px solid #ff5500;
  border-radius: 4px;
  color: #ff5500;
  text-align: center;
  line-height: 0.73333rem; }

.mescroll {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -5rem;
  z-index: 10;
  width: 10rem !important; }

#console_log {
  position: fixed;
  right: 20px;
  bottom: 100px;
  padding: 2px 15px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 30px;
  background-color: #0084ff;
  color: #fff;
  z-index: 9999; }

.layers-box .lz-layers-01 {
  display: none; }

.layers-box .lz-layers-01 input[type="text"] {
  display: block;
  margin: 20px auto 10px;
  width: 70%;
  height: 0.93333rem;
  line-height: 0.66667rem;
  font-size: 0.4rem;
  padding: 0 5px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
  color: #000; }

.layers-box .lz-layers-02 {
  display: none; }

.layers-box .lz-layers-02 .radio-box {
  margin: 10px 0;
  text-align: center;
  font-size: 0.4rem; }

.layers-box .lz-layers-02 .radio-box .lz-radio {
  margin-left: 5px;
  margin-right: 3px; }

.layers-box .lz-layers-03 {
  background-color: #fff;
  padding: 0.4rem; }

.layers-box .lz-layers-03 > a {
  display: block; }

.layers-box .lz-layers-03 p {
  color: #000; }

.layers-box .lz-layers-04 {
  display: none;
  padding: 0.4rem; }

.layers-box .lz-layers-04 > a {
  display: block; }

.layers-box .lz-layers-05 {
  display: none;
  padding: 0.4rem; }

.layers-box .lz-layers-05 p {
  color: #000; }

.layers-box .lz-layers-05 > a {
  display: block; }

.layers-box .lz-layers-06 {
  display: none;
  padding: 0.4rem; }

.layers-box .lz-layers-06 > a {
  display: block; }

.layers-box .lz-layers-06 p {
  color: #000; }

.layers-box .layers-espress {
  display: none;
  padding: 0.66667rem; }

.layers-box .layers-espress p {
  font-size: 0.42667rem;
  color: #000;
  line-height: 0.73333rem; }

.layers-box .layers-espress p .oddNum {
  color: #0084ff; }

.layer-app {
  background-color: #fff;
  width: 200px;
  padding: 10px; }

.layer-app .downloadImg {
  width: 100%; }

.layer-app p {
  line-height: 2;
  font-size: 0.4rem;
  text-align: center; }

.layer_btn_box .layui-layer-btn {
  text-align: center; }

.layer_btn_box .layui-layer-btn > a {
  padding: 0 0.66667rem; }

.layer_btn_box .layui-layer-btn0 {
  background-color: #0084ff !important;
  border-color: #0084ff !important; }

.layer_img {
  z-index: 300;
  display: none; }

.layer_img .QR-code {
  width: 8.30667rem;
  height: 7.38667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/bgsao.png") no-repeat;
  background-size: cover;
  z-index: 99;
  padding-top: 1.8rem;
  text-align: center;
  position: relative; }

.layer_img .QR-code .weixin {
  width: 7.4rem;
  height: 3.86667rem;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.layer_img .QR-code .weixin .ewmcodes {
  width: 7.33333rem;
  position: relative;
  z-index: 2; }

.layer_img .QR-code .weixin .bac_finger {
  width: 7.33333rem;
  position: absolute;
  left: 0.13333rem;
  top: 0; }

.layer_img .QR-code p {
  margin-top: 0.4rem; }

.layer_img-box {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.layer_img-box .layui-layer-content {
  background-color: transparent !important; }

.marketing-style {
  display: inline-block;
  z-index: 100;
  background-color: #ff6e07;
  font-size: 0.34667rem;
  color: #fff;
  width: 2.8rem;
  height: 0.56rem;
  line-height: 0.56rem;
  padding-left: 20px;
  border-radius: 3px;
  margin-right: 5px;
  white-space: nowrap;
  position: relative; }

.marketing-style:before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../images/d_qq.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -0.2rem; }

.layer-exp-ku:before, .layer-exp-duigou:before {
  content: "";
  display: inline-block;
  width: 0.66667rem;
  height: 0.66667rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -0.33333rem; }

.layer-exp-ku .layui-layer-content, .layer-exp-duigou .layui-layer-content {
  padding-left: 0.93333rem !important; }

.layer-exp-ku:before {
  background-image: url(../images/icon-kulian.png); }

.layer-exp-duigou:before {
  background-image: url(../images/icon-duigou.png); }

.layer-ios .layui-layer-btn {
  padding: 0;
  text-align: center; }

.layer-ios .layui-layer-btn > a {
  width: 50%;
  margin: 0;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.layer-ios .layui-layer-btn0 {
  background-color: #0084ff !important;
  border-color: #0084ff !important;
  float: right; }

.layerEnclosure {
  display: none;
  width: 10rem; }

.layerEnclosure .titles {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #000;
  font-size: 0.48rem;
  text-align: center; }

.layerEnclosure table {
  width: 10rem;
  font-size: 0.4rem; }

.layerEnclosure table td, .layerEnclosure table th {
  min-height: 1.2rem;
  padding: 3px 5px;
  border: 1px solid #eee; }

.layerEnclosure table .td-2 {
  width: 50%; }

.layerEnclosure table .td-46:first-child {
  width: 40%; }

.layerEnclosure table .td-46:last-child {
  width: 60%; }

.layerEnclosure table .table-input {
  border: none; }

.layer-alert .layui-layer-btn {
  text-align: center; }

.layer-alert .layui-layer-btn0 {
  background-color: #0084ff !important;
  border-color: #0084ff !important;
  width: 50%;
  margin: 0 auto;
  text-align: center; }

.layers-actives {
  position: relative; }

.layers-actives img {
  width: 80%;
  max-width: 8.66667rem;
  display: block;
  margin: 0 auto;
  min-height: 5.33333rem; }

.layers-actives > a {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 15px;
  left: 0; }

.help-detail {
  height: 100%;
  background: #fff url("../../images/help/bg.jpg") no-repeat;
  background-size: 100%;
  background-position: left bottom; }

.help-detail .img {
  width: 100%; }

.help-detail .btn-list {
  width: 100%;
  margin-top: 0.66667rem; }

.help-detail .btn-list .btn {
  margin: auto;
  margin-top: 0.4rem;
  width: 5.06667rem;
  height: 1.06667rem;
  line-height: 1.06667rem;
  color: #fff;
  text-align: center;
  font-size: 0.42667rem;
  background: #1C97FE;
  border: 1px solid #fff;
  border-radius: 5px;
  opacity: 0.8; }

.help-detail .download-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("../../images/help/info.png") no-repeat;
  background-size: 5.36rem 3.85333rem;
  background-position: right top; }
