﻿@charset "utf-8";
@import url("/css/jxs_3.1.0_iconfont.css");

/* CSS Document */
/***********通用基本类1************/

/*格式化样式*/
* {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
  font-family: PingFang SC, "苹方", "微软雅黑", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
*:focus {
  outline: none;
}
html {
  font-size: 65%;
  font-size: 10px;
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
}
body {
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  position: relative;
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
}
img {
  border: none;
  vertical-align: top;
}
input {
  vertical-align: middle;
  line-height: normal;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="submit"],
input[type="button"],
input[type="text"],
select,
button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"],
input[type="tel"],
textarea {
  font-size: 1.4rem;
}

/*拖动块的样式*/
input[type="range"] {
  -webkit-appearance: none; /*清除系统默认样式*/
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /*清除滑块系统默认样式*/
}

/*input[type="radio"]:checked,input[type="radio"]{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*css定义超链接四个状态也有顺序的。*/
/*a:link, a:visited{text-decoration: none;color: #ffffff;} !*/ /*todo 这里修改的弹出框的样式20180911 *!*/
/*a:hover, a:active{text-decoration: none;color: #43baff;border: none;}*/
/*a:-webkit-any-link{text-decoration: none;}*/
/*以上语句分别定义了"链接、已访问过的链接、鼠标停在上方时、点下鼠标时"的样式。
注意，必须按以上顺序写，否则显示可能和你预想的不一样。记住它们的顺序是“LVHA”。*/
ul {
  clear: both;
  overflow: hidden;
  width: 100%;
}
ul,
li {
  list-style: none;
}

/*输入框提示文字样式*/
input::-webkit-input-placeholder {
  color: #d3d2d2;
}
input:-moz-placeholder {
  color: #d3d2d2;
}
input::-moz-placeholder {
  color: #d3d2d2;
}
input:-ms-input-placeholder {
  color: #d3d2d2;
}

textarea::-webkit-input-placeholder {
  color: #d3d2d2;
}
textarea:-moz-placeholder {
  color: #d3d2d2;
}
textarea::-moz-placeholder {
  color: #d3d2d2;
}
textarea:-ms-input-placeholder {
  color: #d3d2d2;
}

/*文字排版、颜色*/
.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;
}
.f28 {
  font-size: 28px;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.t2 {
  text-indent: 2em;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.deep_gray {
  color: #333333;
}
.light_gray {
  color: #c4c4c4;
}
.gray,
a.gray {
  color: #999999;
}
.blue {
  color: #599bff;
}
.red,
a.red {
  color: #e64340;
}
.yellow {
  color: #ffa726;
}
.green {
  color: #2ba866;
}
.lh150 {
  line-height: 150%;
}
.lh180 {
  line-height: 180%;
}
.lh200 {
  line-height: 200%;
}
.text_unl {
  text-decoration: underline;
}
.text_no_unl {
  text-decoration: none;
}

/*背景填充色*/
.bg_white {
  background-color: #fff;
}
.bg_main {
  background-color: #f5f6f6;
}
.bg_personal {
  background-color: #f5f6f6;
}
.bg_red {
  background-color: #e64340;
}
.bg_blue {
  background-color: #599bff;
}
.bg_yellow {
  background-color: #ffa726;
}
.bg_green {
  background-color: #2ba866;
}
.bg_unable {
  background-color: #e4e4e4;
}
.bg_able {
  background-color: #2ba866;
}
.bg_linear_green {
  background: linear-gradient(to right, #2bc988, #2ba866);
}

/*边框*/
.border_all {
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.border_left {
  border-left: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.border_right {
  border-right: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.border_top {
  border-top: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.border_bottom {
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}

/*投影*/
.box_shadow_person {
  box-shadow: 0 5px 25px -5px rgba(181, 181, 181, 0.67);
}

/*定位*/
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.left {
  float: left;
  display: inline-block;
}
.right {
  float: right;
  display: inline-block;
}
.clear {
  clear: both;
}
.clear_l {
  clear: left;
}
.clear_r {
  clear: right;
}
.v_middle {
  vertical-align: middle;
}
.position_r {
  position: relative;
}
.position_a {
  position: absolute;
}
.position_f {
  position: fixed;
}
.abs_top {
  position: absolute;
  top: 0;
}
.abs_left {
  position: absolute;
  left: 0;
}
.abs_bottom {
  position: absolute;
  bottom: 0;
}
.abs_right {
  position: absolute;
  right: 0;
}
.fixed_bottom_0 {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #f1f1f1;
}
.fixed_bottom_50 {
  position: fixed;
  bottom: 50px;
  border-top: 1px solid #f1f1f1;
}
.fixed_bottom_60 {
  position: fixed;
  bottom: 60px;
  border-top: 1px solid #f1f1f1;
}
.fixed_top {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #f1f1f1;
}
.zoom {
  zoom: 1;
}
.hidden {
  visibility: hidden;
}
.none {
  display: none;
}

/*长度高度*/
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.3%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w {
  width: 100%;
}
.h5 {
  height: 5px;
  line-height: 5px;
}
.h10 {
  height: 10px;
  line-height: 10px;
}
.h25 {
  height: 25px;
  line-height: 25px;
}
.h30 {
  height: 30px;
  line-height: 30px;
}
.h35 {
  height: 35px;
  line-height: 35px;
}
.h40 {
  height: 40px;
  line-height: 40px;
}
.h50 {
  height: 50px;
  line-height: 50px;
}
.h55 {
  height: 55px;
  line-height: 55px;
}
.h60 {
  height: 60px;
  line-height: 60px;
}
.h70 {
  height: 70px;
  line-height: 70px;
}
.h80 {
  height: 80px;
  line-height: 80px;
}
.h {
  height: 100%;
}
.block {
  display: block;
}

/*外边距*/
.mg_5 {
  margin: 5px;
}
.mg_10 {
  margin: 10px;
}
.mg_15 {
  margin: 15px;
}
.mg_30 {
  margin: 30px;
}
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_100 {
  margin-top: 100px;
}
.mb_5 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_15 {
  margin-bottom: 15px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_100 {
  margin-bottom: 100px;
}
.ml_5 {
  margin-left: 5px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_15 {
  margin-left: 15px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_30 {
  margin-left: 30px;
}
.ml_50 {
  margin-left: 50px;
}
.ml_100 {
  margin-left: 100px;
}
.mr_5 {
  margin-right: 5px;
}
.mr_10 {
  margin-right: 10px;
}
.mr_15 {
  margin-right: 15px;
}
.mr_50 {
  margin-right: 50px;
}
.mr_100 {
  margin-right: 100px;
}

/*内边距*/
.pd_5 {
  padding: 5px;
}
.pd_10 {
  padding: 10px;
}
.pd_15 {
  padding: 15px;
}
.pd_20 {
  padding: 20px;
}
.pd_30 {
  padding: 30px;
}
.pt_5 {
  padding-top: 5px;
}
.pt_10 {
  padding-top: 10px;
}
.pt_15 {
  padding-top: 15px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_30 {
  padding-top: 30px;
}
.pt_50 {
  padding-top: 50px;
}
.pb_5 {
  padding-bottom: 5px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pb_15 {
  padding-bottom: 15px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pb_100 {
  padding-bottom: 100px;
}
.pl_5 {
  padding-left: 5px;
}
.pl_10 {
  padding-left: 10px;
}
.pl_15 {
  padding-left: 15px;
}
.pl_20 {
  padding-left: 20px;
}
.pl_100 {
  padding-left: 100px;
}
.pr_5 {
  padding-right: 5px;
}
.pr_10 {
  padding-right: 10px;
}
.pr_15 {
  padding-right: 15px;
}
.pr_20 {
  padding-right: 20px;
}
.pr_100 {
  padding-right: 100px;
}

/*文本*/
.text_overflow_hidden {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.box_align_center {
  margin-right: auto;
  margin-left: auto;
}

/*圆角*/
.bd_radius_5 {
  border-radius: 5px;
}
.bd_radius_10 {
  border-radius: 10px;
}

.vertical_align {
  display: table-cell;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.text-break {
  word-wrap: break-word;
  overflow: hidden;
  word-break: break-all;
}
/*======================CSS垂直居中=======================*/
/*以下样式针对IE*/
.edge {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.container {
  position: relative;
  display: block;
}
/*===============================================*/

/*CSS Hack*/
.class {
  background-color: #fff; /*所有浏览器*/
  *background-color: #fff; /*IE*/
  _background-color: #fff; /*IE6*/
}
/*======万能Float闭合======*/
.clear_all:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear_all {
  display: inline-block;
} /* for IE/Mac */
/*<!-- main stylesheet ends, CC with new stylesheet below... -->*/
.clear_all {
  zoom: 1; /* triggers hasLayout */
  display: block; /* resets display for IE/Win */
} /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
/*======万能Float闭合2======*/
.overflow-hidden {
  overflow: hidden;
} /*控制背景溢出*/
.equal-height {
  margin-bottom: -32800px;
  padding-bottom: 32800px;
} /*控制高度足够小*/

/*======万能Float闭合3======*/
.clear_all {
  height: 0px;
  clear: both;
  font-size: 0px;
  line-height: 0px;
  zoom: 1;
}

/*iconfont字体*/
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  -moz-osx-font-smoothing: grayscale;
}

/*多色iconfont字体*/
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/*所有数字需要特殊样式的字体*/
.number_text {
  font-family: "Bahnschrift", PingFang SC, "苹方", "微软雅黑", "Microsoft YaHei";
  font-weight: 400;
}

/*图片放大*/
.big_img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: scroll;
  border: none;
  display: flex;
}
.big_img img {
  width: 100%;
  margin: auto;
}

/*驳回页面的通用模板样式*/
.turned_down_content {
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px;
}
.turned_down_notice {
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px;
  line-height: 20px;
  color: #ffa726;
  background: #f5f6f6;
  font-size: 1.2rem;
}
.turned_down_content .turned_down_title {
  width: 100%;
  height: auto;
  position: relative;
  color: #333;
  font-size: 1.8rem;
  margin: 0 0 15px 0;
  font-weight: 600;
}
.turned_down_content .turned_down_title span.iconfont {
  color: #f55b46;
  margin-right: 10px;
  font-size: 3.4rem;
  position: relative;
  top: 5px;
}
.turned_down_content .turned_down_reason {
  width: 100%;
  height: auto;
  margin: 30px 0;
  position: relative;
  font-size: 1.6rem;
}
.turned_down_content .turned_down_reason .reason_title {
  width: 100%;
  height: auto;
  color: #333;
  margin-bottom: 5px;
}
.turned_down_content .turned_down_reason .reason_text {
  color: #999;
  margin-bottom: 10px;
}
.turned_down_content .turned_down_reason .reason_img {
  width: 103px;
  height: 103px;
  overflow: hidden;
}
.turned_down_content .turned_down_reason .reason_img img {
  width: 100%;
}
.turned_down_content .turned_down_reason .reason_img.big_img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: scroll;
  border: none;
  display: flex;
}
.turned_down_content .turned_down_reason .reason_img.big_img img {
  width: 100%;
  margin: auto;
}

/*按钮通用样式*/
.button_bt {
  height: auto;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
}
.button_bt_green {
  height: auto;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.7rem;
  background: #2ba866;
  color: #fff;
  font-weight: 400;
}
.button_bt_red {
  height: auto;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.7rem;
  background: #e64340;
  color: #fff;
  font-weight: 400;
}
.button_bt_gray {
  height: auto;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.7rem;
  border: 1px solid #999;
  color: #999;
  font-weight: 400;
}
.button_bt_unable {
  height: auto;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.7rem;
  background: #e4e4e4;
  color: #fff;
  font-weight: 400;
}

/*弹出框样式*/
.popup_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  min-height: 100vh;
}
.popup_confirm_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  min-height: 100vh;
}

/*弹出框 - 背景*/
.popup_box_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/*弹出框 - 内容*/
.popup_confirm_content {
  width: 85%;
  height: auto;
  margin: auto;
  border-radius: 10px;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}
.popup_confirm_content .confirm_text {
  width: 100%;
  height: auto;
  padding: 40px;
  font-size: 1.7rem;
  color: #000;
  line-height: 24px;
  font-weight: 400;
}
.popup_confirm_content .confirm_bt_box {
  width: 100%;
  height: auto;
  color: #2ba866;
  font-size: 1.8rem;
  line-height: 45px;
  border-top: 1px solid #e7e7e7;
  position: relative;
}
.popup_confirm_content .confirm_bt_box:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}
.popup_confirm_content .confirm_bt_box .confirm_bt {
  width: 50%;
  height: auto;
  line-height: 45px;
  text-align: center;
  font-weight: 400;
}

.popup_text_content {
  width: 85%;
  height: auto;
  margin: 40% auto;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  z-index: 2;
}
.popup_content {
  width: 81%;
  height: auto;
  margin: auto;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

/*弹出框 - 标题*/
.popup_content .popup_title {
  width: 100%;
  color: #999;
  padding: 15px 0;
  line-height: 24px;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}

/*弹出框 - 文字内容*/
.popup_content .popup_text {
  width: 100%;
  color: #000;
  margin: 15px 0;
  line-height: 28px;
  padding: 0 15px;
  text-align: center;
  font-size: 1.7rem;
}
.popup_content .notice_text {
  padding: 15px;
  color: #000;
  font-size: 1.7rem;
} /*文字提示内容*/
.popup_content .popup_text span {
  color: #ffa726;
  margin: 0 5px;
} /*文字突出*/
.popup_content .popup_text label {
  color: #ff0000;
  margin: 0 5px;
} /*文字突出*/
.popup_content .popup_text .iconfont {
  font-size: 3.2rem;
  position: relative;
  top: 2px;
  display: block;
  color: #ccc;
  margin-bottom: 15px;
}
.popup_content .popup_text.success_msg .iconfont {
  font-size: 3.2rem;
  color: #5cbf14;
} /*有图标的成功提示*/

/*弹出框 - 按钮*/
.popup_content .popup_button {
  width: 100%;
  height: auto;
  position: relative;
  line-height: 50px;
  color: #2ba866;
  font-size: 1.8rem;
  border-top: 1px solid #e7e7e7;
}

/*起提示作用的单个按钮*/
.popup_content .popup_button .button_bt.notice_sure {
  width: 100%;
  height: 34px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  line-height: 34px;
  border-radius: 5px;
  letter-spacing: 0.05rem;
}

/*需要确认或取消的按钮*/
.popup_content .popup_button .button_bt {
  width: 50%;
  height: auto;
  position: relative;
  text-align: center;
  line-height: 50px;
}
.popup_content .popup_button .button_bt:first-child {
  border-right: 1px solid #f1f1f1;
}
.popup_content .popup_button .button_bt.confirm {
  color: #2ba866;
}
.popup_content .popup_button .button_bt.cancel {
  color: #999;
}

/*弹出框 - 关闭按钮*/
.popup_content .close_bt {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ccc;
  width: 40px;
  height: 40px;
  padding: 10px;
  text-align: center;
}

/*消息提示框*/
.message_tips {
  position: fixed;
  width: 46%;
  height: 130px;
  left: 27%;
  top: 35%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  z-index: 25;
}
.message_tips i {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 20px auto;
  border: 1px solid #fff;
  position: relative;
}
/*成功信息 提示*/
.message_tips i.success:before {
  content: "";
  width: 22px;
  height: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 12px;
  top: 14px;
}
/*失败或错误信息 提示*/
.message_tips i.false:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 11px;
  top: 24px;
}
.message_tips i.false:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 11px;
  top: 24px;
}

/*底部导航栏 - 样式*/
.footer_nav {
  position: fixed;
  height: 49px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  bottom: 0;
  z-index: 15;
  color: #c7c7c7;
  display: flex;
  align-items: center;
}
.footer_nav .footer_nav_bt {
  color: #cccccc;
  line-height: 20px;
  position: relative;
  font-size: 1.1rem;
  height: 49px;
}
.footer_nav .footer_nav_bt svg {
  display: block;
  width: 100%;
}
.footer_nav .footer_nav_bt svg.icon {
  width: 20px;
  height: 20px;
  margin: 5px auto 0 auto;
}
.footer_nav .footer_nav_bt span {
  display: block;
  position: absolute;
  top: 5px;
  right: 32%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.footer_nav .footer_nav_bt.new_msg span {
  background-color: #e64340;
  border: 1px solid #fff;
}

#main .footer_nav .footer_nav_bt:nth-child(1),
#community .footer_nav .footer_nav_bt:nth-child(2),
#tool .footer_nav .footer_nav_bt:nth-child(3),
#order .footer_nav .footer_nav_bt:nth-child(4),
#personal .footer_nav .footer_nav_bt:nth-child(5) {
  color: #2ba866;
}

/*周边产品 - 底部导航栏 - 样式*/
.periphery_footer_nav {
  position: fixed;
  height: 49px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  bottom: 0;
  z-index: 15;
  color: #c7c7c7;
}
.periphery_footer_nav .footer_nav_bt {
  color: #cccccc;
  line-height: 18px;
  position: relative;
  font-size: 1.1rem;
  height: 49px;
}
.periphery_footer_nav .footer_nav_bt svg {
  display: block;
  width: 100%;
}
.periphery_footer_nav .footer_nav_bt svg.icon {
  width: 22px;
  height: 22px;
  margin: 5px auto 0 auto;
}
.periphery_footer_nav .footer_nav_bt span {
  display: block;
  position: absolute;
  top: 5px;
  right: 35%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.periphery_footer_nav .footer_nav_bt.new_msg span {
  background-color: #e64340;
  border: 1px solid #fff;
}

#periphery_index .periphery_footer_nav .footer_nav_bt:nth-child(1),
#periphery_cart .periphery_footer_nav .footer_nav_bt:nth-child(2),
#periphery_mine .periphery_footer_nav .footer_nav_bt:nth-child(3) {
  color: #2ba866;
}

/*底部导航栏交互所需css*/
.bottom_option_box {
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 1100;
  background: transparent;
}
.bottom_option_box:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.bottom_option_box_hide {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: -500px;
  z-index: 11000;
  background: transparent;
}
.bottom_option_box_hide {
  -webkit-animation: bottom_hideBox 0.6s both 0s;
}
.bottom_option_box {
  -webkit-animation: bottom_showBox 0.6s both 0s;
}

@-webkit-keyframes bottom_hideBox {
  0% {
    bottom: 0px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@-webkit-keyframes bottom_showBox {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes bottom_DivTopMoveDown {
  0% {
    bottom: 0px;
    opacity: 1;
  }
  100% {
    bottom: -100%;
    opacity: 1;
  }
}

@-webkit-keyframes bottom_DivDownMoveTop {
  0% {
    bottom: -100%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes bottom_DivLeftMoveRight {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}

@-webkit-keyframes bottom_DivRightMoveLeft {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
