/**
 * Created by Mr.xie on 2019/10/28 16:10.
 */
@import "normalize.css";
/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*gray*/
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*display-flex*/
/*前缀兼容样式 end*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
html,
body {
  width: 100%;
  min-width: 1300px;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 0;
}
body {
  min-height: 100%;
  padding-bottom: 424px;
  position: relative;
  background-color: #fff;
}
.color-31b486 {
  color: #31b486 !important;
}
.color-f24b4b {
  color: #f24b4b !important;
}
.color-ff9342 {
  color: #ff9342 !important;
}
.color-ff9341 {
  color: #ff9341 !important;
}
.color-666666 {
  color: #666666 !important;
}
.color-999999 {
  color: #999999 !important;
}
.color-c1c1c1 {
  color: #c1c1c1 !important;
}
.scroll {
  overflow: auto;
}
.scroll::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.scroll::-webkit-scrollbar {
  width: 6px;
  height: 20px;
}
.scroll::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.container-wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.inner-container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  position: relative;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
input,
select,
textarea,
button {
  outline: none;
  border: none;
}
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
input::-ms-clear,
input::-ms-reveal,
::-ms-clear,
::-ms-reveal {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
button:active,
a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  outline: none;
}
button:disabled,
a:disabled {
  cursor: not-allowed;
  color: #666 !important;
  background-color: #eee !important;
  border-color: #eee !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
a,
img {
  display: inline-block;
  border: none;
}
::-webkit-input-placeholder {
  font-size: 1em;
  color: #c1c1c1;
}
:-moz-placeholder {
  font-size: 1em;
  color: #c1c1c1;
}
::-moz-placeholder {
  font-size: 1em;
  color: #c1c1c1;
}
:-ms-input-placeholder {
  font-size: 1em;
  color: #c1c1c1;
}
/*
 * placeholder自定义
*/
.placeholder {
  position: relative;
}
.placeholder .placeholder-word {
  height: 1em;
  font-size: 14px;
  line-height: 1em;
  color: #c1c1c1 !important;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.f-l,
.c-f-l > * {
  float: left;
}
.f-r,
.c-f-r > * {
  float: right;
}
.o-f {
  overflow: hidden;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*
 * 首字母大写
*/
.text-cap {
  text-transform: capitalize;
}
/*
 * 大写
*/
.text-up {
  text-transform: uppercase;
}
/*
 * 小写
*/
.text-low {
  text-transform: lowercase;
}
.del {
  text-decoration: line-through;
}
/*
 * 单行省略
*/
.text-overflow {
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*
 * 蒙版
*/
.mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/*
 * 背景图居中
*/
.bg-CM,
.file-upload {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*
 * 元素居中
*/
.pos-CM,
.file-upload input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*
 * 图标初始化
*/
.icon {
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
/*
 * 图片居中显示
*/
.cover-img {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cover-img .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cover-img .img-fill {
  width: 100%;
  height: 100%;
}
.cover-img .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-img .cover,
.cover-img .contain {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.cover-img .contain {
  background-size: contain;
}
/*文件上传*/
.file-upload {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: default;
}
.file-upload input {
  cursor: default;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
}
/*数据为空时*/
.empty-wrap {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 180px;
  line-height: 20px;
}
.empty-wrap .empty-img {
  margin-bottom: 20px;
}
.empty-wrap .empty-tip {
  color: #c1c1c1;
  margin-bottom: 5px;
}
.empty-wrap .empty-btn .btn-1 {
  width: 140px;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
  border: solid 1px #ff9341;
  margin-right: 15px;
  margin-left: 15px;
}
.empty-wrap .empty-btn .btn-1.active {
  color: #ffffff;
  background-color: #ff9341;
}
.empty-wrap .empty-btn .btn-2 {
  font-size: 16px;
  color: #ff9341;
}
.empty-wrap .empty-btn .btn-2 .layui-icon {
  font-size: 14px;
}
/*分页*/
.pageWrap {
  text-align: center;
}
.pageWrap .layui-laypage a,
.pageWrap .layui-laypage span,
.pageWrap .layui-laypage button,
.pageWrap .layui-laypage input,
.pageWrap .layui-laypage select {
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.pageWrap .layui-laypage a,
.pageWrap .layui-laypage span {
  color: #888;
  margin: 0 5px;
  padding: 0 11px;
}
.pageWrap .layui-laypage button {
  padding: 0 13px;
  color: #888;
}
.pageWrap .layui-laypage input {
  width: 62px;
  padding: 0;
}
.pageWrap .layui-laypage input,
.pageWrap .layui-laypage select {
  text-align: center;
}
.pageWrap .layui-laypage input:focus,
.pageWrap .layui-laypage select:focus {
  border-color: #070e41 !important;
}
.pageWrap .layui-laypage a:hover,
.pageWrap .layui-laypage a:active {
  color: #070e41;
}
.pageWrap .layui-laypage .layui-laypage-count,
.pageWrap .layui-laypage .layui-laypage-limits,
.pageWrap .layui-laypage .layui-laypage-refresh,
.pageWrap .layui-laypage .layui-laypage-skip {
  padding: 0;
  border: none;
  background: none;
}
body {
  /*---------------重写layui radio样式----------------*/
  /*------------------------------------------------*/
  /*------------------重写layui checkbox样式-------------*/
  /*------------------------------------------------*/
  /*-------------------select----------------------*/
  /*----------------------------------------------*/
  /*--------------------时间-----------------------*/
  /*----------------------------------------------*/
  /*--------------tab切换--------------*/
  /*---------------------------------*/
  /*--------------table--------------*/
  /*---------------------------------*/
  /*弹窗*/
  /*---------------------------------*/
}
body .layui-form-radio {
  line-height: 30px;
  margin: 0 10px 0 0;
}
body .layui-form-radio > i {
  font-size: 18px;
}
body .layui-form-radio > i:hover {
  color: #ff9341;
}
body .layui-form-radioed > i {
  color: #ff9341;
}
body .layui-form-checkbox[lay-skin=primary] {
  padding-left: 22px;
  margin: 0;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: inherit !important;
}
body .layui-form-checkbox[lay-skin=primary] i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: transparent !important;
  border-color: #dbdbdb;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
body .layui-form-checkbox[lay-skin=primary] span {
  padding-right: 0;
  font-size: 14px;
  color: #999;
}
body .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #ff9341;
}
body .layui-form-checked[lay-skin=primary] i {
  font-weight: bold;
  color: #fff !important;
  background-color: #ff9341 !important;
  border-color: #ff9341 !important;
}
body .layui-form-item {
  margin-bottom: 20px;
}
body .layui-form-item:last-child {
  margin-bottom: 0;
}
body .layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin: 0;
}
body .layui-form-select .layui-input {
  padding-right: 30px !important;
}
body .layui-form-select dl dd.layui-this {
  background-color: #fd7f33;
}
body .layui-laydate .layui-this {
  background-color: #070e41 !important;
}
body .layui-laydate .layui-laydate-content td.laydate-selected,
body .layui-laydate .layui-laydate-content td:hover {
  background-color: #009df7 !important;
}
body .layui-tab {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
body .layui-tab.layui-tab-brief .layui-tab-title {
  height: auto;
  border-bottom: none;
}
body .layui-tab.layui-tab-brief .layui-tab-title li {
  min-width: 160px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  color: #333;
}
body .layui-tab.layui-tab-brief .layui-tab-title li.layui-this {
  color: #ff9341;
}
body .layui-tab.layui-tab-brief .layui-tab-title li.layui-this::after {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #ff8a4a 0%, #ff9e37 100%);
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .layui-tab.layui-tab-brief .layui-tab-content {
  padding: 0;
}
body .layui-table {
  margin: 0;
}
body .layui-table[lay-skin=line] {
  border: solid 1px #e8e8e8;
}
body .layui-table thead tr {
  background-color: #eeeeee;
}
body .layui-table thead th {
  height: 42px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #e0e0e0;
  word-break: break-all;
}
body .layui-table tbody td {
  color: #333;
  height: 52px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #e0e0e0;
  word-break: break-all;
}
body .layui-layer {
  /*tips层*/
}
body .layui-layer .layui-layer-title {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding-left: 80px;
  text-align: center;
}
body .layui-layer .layui-layer-content {
  position: initial !important;
}
body .layui-layer .layui-layer-close {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8.5px;
  right: 10px;
  background: url("/resources/img/icon_close_02.png") center center no-repeat !important;
  background-size: contain !important;
  cursor: pointer;
}
body .layui-layer.layui-layer-iframe .layui-layer-close {
  background-position: 1px -40px;
  position: relative;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../layui/css/modules/layer/default/icon.png");
}
body .layui-layer .layui-layer-btn {
  width: 100%;
  height: 120px;
  margin: 0;
  padding-top: 40px;
}
body .layui-layer .layui-layer-btn a {
  width: 130px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #ff9341;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 15px;
  border: solid 1px #ff9341;
}
body .layui-layer.layui-layer-tips .layui-layer-content {
  padding: 0 !important;
  background: #fff;
  box-shadow: none;
  border-radius: 5px;
}
body .layui-layer.layui-layer-tips .layui-layer-content .layui-layer-TipsG {
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: none;
}
body .layui-layer.layui-layer-tips .layui-layer-content .layui-layer-TipsG.layui-layer-TipsB {
  top: -6px;
  box-shadow: -4px -4px 8px 0 rgba(0, 0, 0, 0.1);
}
body .layui-layer.layui-layer-tips .layui-layer-content .layui-layer-TipsG.layui-layer-TipsL {
  top: 9px;
  right: -6px;
  box-shadow: 4px -4px 8px 0 rgba(0, 0, 0, 0.1);
}
body .layui-layer.layui-layer-tips .layui-layer-content .layui-layer-TipsG.layui-layer-TipsT {
  bottom: -6px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
body .layui-layer-1 .layui-layer-btn .layui-layer-btn0 {
  line-height: 40px;
  background-image: linear-gradient(90deg, #ff8a4a 0%, #ff9e37 100%);
  background-color: #ff8a4a;
  color: #fff;
  border: none;
}
body .layui-layer-2 .layui-layer-btn .layui-layer-btn1 {
  line-height: 40px;
  background-image: linear-gradient(90deg, #ff8a4a 0%, #ff9e37 100%);
  background-color: #ff8a4a;
  color: #fff;
  border: none;
}
body .layui-layer-dialog .layui-layer-btn {
  width: 100%;
  height: 70px;
  text-align: center;
  margin: 0;
  padding-top: 20px;
}
body .layui-layer-dialog .layui-layer-btn a {
  width: 100px;
  height: 36px;
  font-size: 16px;
  line-height: 36px !important;
  border-radius: 18px;
  margin: 0 10px;
}
body .pop {
  display: none;
}
body .pop .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
}
body .pop .layui-form {
  font-size: 14px;
}
body .pop .layui-form .label {
  width: 80px;
  line-height: 36px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
body .pop .layui-form .layui-input,
body .pop .layui-form .layui-select {
  height: 36px;
}
body .pop .layui-form .layui-textarea {
  width: 100%;
  height: 160px;
  padding-bottom: 32px;
}
body .pop .layui-form .layui-input,
body .pop .layui-form .layui-select,
body .pop .layui-form .layui-textarea {
  line-height: 20px;
  padding: 9px 10px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}
body .pop .layui-form .layui-input:hover,
body .pop .layui-form .layui-select:hover,
body .pop .layui-form .layui-textarea:hover,
body .pop .layui-form .layui-input:focus,
body .pop .layui-form .layui-select:focus,
body .pop .layui-form .layui-textarea:focus {
  box-shadow: 0 0 5px 0 rgba(253, 72, 63, 0.4);
  border-color: #ee7624 !important;
}
body .pop .layui-form .layui-input-inline {
  margin: 0;
  width: 100%;
}
body .pop .layui-form .layui-input-inline .layui-form-select dl {
  max-height: 132px !important;
}
body .pop .layui-form .list .list-item,
body .pop .layui-form .list .layui-form-item,
body .pop .layui-form .list .layui-input-inline {
  position: relative;
}
body .pop .layui-form .list .list-item {
  min-height: 36px;
  padding-left: 90px;
}
body .pop .layui-form .list .list-item:not(:last-child) {
  margin-bottom: 20px;
}
body .pop .layui-form .list .list-item.lh-normal {
  min-height: 20px;
}
body .pop .layui-form .list .list-item.lh-normal .label {
  line-height: 20px;
}
body .pop .layui-form .list .list-item .area-wrap .layui-input-inline {
  width: 32%;
}
body .pop .layui-form .list .list-item .area-wrap .layui-input-inline:not(:last-child) {
  margin-right: 2%;
}
body .pop .layui-form .list .list-item .code-wrap .layui-input-inline {
  padding-right: 100px;
}
body .pop .layui-form .list .list-item .code-wrap .layui-input-inline .getCode {
  width: 100px;
  height: 36px;
  color: #ff9341;
  border: solid 1px #ff9341;
  position: absolute;
  right: 0;
  bottom: 0;
}
body .pop .layui-form .list .list-item .code-wrap .layui-input-inline .layui-input {
  border-right: none;
}
body .pop .layui-form .list .list-item .upload-wrap {
  position: relative;
}
body .pop .layui-form .list .list-item .upload-wrap .bg-CM {
  width: 100px;
  height: 100px;
  float: left;
  border: solid 1px #eeeeee;
  background-size: contain;
  margin-bottom: 5px;
}
body .pop .layui-form .list .list-item .upload-wrap .bg-CM:not(:last-child) {
  margin-right: 5px;
}
body .pop .layui-form .list .list-item .upload-wrap .bg-CM.upload-btn {
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #c1c1c1;
  padding-top: 30px;
}
body .pop .layui-form .list .list-item .upload-wrap .bg-CM.upload-btn .icon-upload {
  width: 20px;
  height: 17px;
  background-image: url("/resources/img/icon_upload_02.png");
}
body .pop .layui-form .list .list-item .upload-wrap .tip {
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100px;
}
body .pop .layui-form .list .list-item .upload-wrap .error-tip {
  top: initial;
  bottom: 0;
}
body .pop-msg,
body .tankuan {
  border: none !important;
  border-radius: 5px !important;
  background-color: rgba(0, 0, 0, 0.6);
}
body .pop-msg .layui-layer-content,
body .tankuan .layui-layer-content {
  padding-top: 20px !important;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
}
body .pop-msg .layui-layer-btn0,
body .tankuan .layui-layer-btn0,
body .pop-msg .layui-layer-btn1,
body .tankuan .layui-layer-btn1 {
  border-radius: 4px !important;
}
body .pop-msg .layui-layer-btn0,
body .tankuan .layui-layer-btn0 {
  background-color: #ff8a4a !important;
  color: #fff !important;
}
body .pop-msg .layui-layer-btn,
body .tankuan .layui-layer-btn {
  padding-top: 10px;
}
body #layui-progress {
  padding: 0 !important;
}
#siteNav {
  background-color: #f4f4f4;
  position: relative;
  z-index: 99;
}
#siteNav .container-wrap {
  height: 46px;
  font-size: 14px;
  color: #999999;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#siteNav .container-wrap .site-nav-left,
#siteNav .container-wrap .site-nav-right,
#siteNav .container-wrap .site-item {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#siteNav .container-wrap .site-item {
  background-color: #f4f4f4;
  position: relative;
  padding: 0 12px;
}
#siteNav .container-wrap .site-item.p-0 {
  padding: 0;
}
#siteNav .container-wrap .site-item:not(:last-child) {
  margin-right: 6px;
}
#siteNav .container-wrap .site-item .icon-arrow {
  width: 10px;
  height: 6px;
  margin-top: 1px;
  margin-left: 4px;
  background-image: url("../img/icon_arrow_02.png");
}
#siteNav .container-wrap .site-item .icon_home {
  width: 16px;
  height: 14px;
  margin-right: 6px;
  background-image: url("../img/icon_home_02.png");
}
#siteNav .container-wrap .site-item .box {
  height: 0;
  color: #999999;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#siteNav .container-wrap .site-item .badge {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  right: -2px;
  top: 0;
  background-color: #f24b4b;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
}
#siteNav .container-wrap .site-item.info,
#siteNav .container-wrap .site-item.collect {
  height: 100%;
  cursor: default;
}
#siteNav .container-wrap .site-item.info {
  margin-left: 10px;
}
#siteNav .container-wrap .site-item.info .box {
  width: 280px;
}
#siteNav .container-wrap .site-item.info .box .item-1 {
  padding: 15px;
  margin-bottom: 5px;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#siteNav .container-wrap .site-item.info .box .item-1 .thumb {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#siteNav .container-wrap .site-item.info .box .item-1 .contain {
  flex: 1;
  width: 0;
}
#siteNav .container-wrap .site-item.info .box .item-1 .contain .title {
  margin-bottom: 8px;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#siteNav .container-wrap .site-item.info .box .item-1 .contain .title .name {
  width: 168px;
  height: 18px;
  color: #333333;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-right: 56px;
}
#siteNav .container-wrap .site-item.info .box .item-1 .contain .title .name .tag {
  width: 40px;
  height: 16px;
  font-size: 10px;
  line-height: 14px;
  padding-left: 11px;
  color: #ffffff;
  background-color: #5a4f44;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ffbb38;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#siteNav .container-wrap .site-item.info .box .item-1 .contain .title .name .tag .icon {
  width: 22px;
  height: 16px;
  position: absolute;
  left: -12px;
  top: -1px;
  background-size: auto 100%;
  background-image: url("../img/icon_level_01.png");
}
#siteNav .container-wrap .site-item.info .box .item-1 .contain .title .loginOut {
  font-size: 12px;
  margin-left: 6px;
  cursor: pointer;
}
#siteNav .container-wrap .site-item.info .box .item-1 .contain .title .loginOut:hover {
  color: #ff9341;
}
#siteNav .container-wrap .site-item.info .box .item-1 .contain .txt {
  font-size: 12px;
}
#siteNav .container-wrap .site-item.info .box .item-2 {
  line-height: 16px;
  text-align: center;
  padding-bottom: 20px;
}
#siteNav .container-wrap .site-item.info .box .item-2 .item:hover {
  color: #ff9341;
}
#siteNav .container-wrap .site-item.info .box .item-2 .item:not(:last-child) {
  margin-right: 36px;
  position: relative;
}
#siteNav .container-wrap .site-item.info .box .item-2 .item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  margin: auto;
  background-color: #eeeeee;
}
#siteNav .container-wrap .site-item.collect .box {
  width: 120px;
}
#siteNav .container-wrap .site-item.collect .box .item {
  height: 40px;
  padding-left: 12px;
  padding-right: 18px;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#siteNav .container-wrap .site-item.collect .box .item:hover {
  background-color: #f1f1f1;
}
#siteNav .container-wrap .site-item:hover {
  color: #ff9341;
}
#siteNav .container-wrap .site-item:hover .icon-arrow {
  background-image: url("../img/icon_arrow_03.png");
}
#siteNav .container-wrap .site-item:hover .box {
  top: 46px;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 0 1px #eeeeee;
}
#siteNav .container-wrap .site-item:hover.info,
#siteNav .container-wrap .site-item:hover.collect {
  background-color: #fff;
  box-shadow: 0 -1px 0 1px #eeeeee;
}
#siteNav .container-wrap .site-item:hover.info::after,
#siteNav .container-wrap .site-item:hover.collect::after {
  height: 1px;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  z-index: 1;
}
#siteHeader .site-item {
  background-color: #fff;
}
#siteHeader .site-item .box-1 {
  color: #666666;
  float: left;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#siteHeader .site-item .box-1 .logo {
  height: 46px;
}
#siteHeader .site-item .box-1 .item:not(:last-child) {
  margin-right: 50px;
  position: relative;
}
#siteHeader .site-item .box-1 .item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#siteHeader .site-item .box-2 {
  float: right;
}
#siteHeader .site-item .box-2 .top {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  font-size: 14px;
  padding-left: 8px;
}
#siteHeader .site-item .box-2 .top .item {
  color: #ff9341;
  height: 28px;
  line-height: 28px;
  padding-left: 12px;
  padding-right: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
#siteHeader .site-item .box-2 .top .item:hover {
  background-image: url("../img/bg_07.png");
}
#siteHeader .site-item .box-2 .top .item.active {
  color: #fff;
  background-image: url("../img/bg_08.png");
}
#siteHeader .site-item .box-2 .mid {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#siteHeader .site-item .box-2 .mid .input-wrap {
  position: relative;
}
#siteHeader .site-item .box-2 .mid .input-wrap .input {
  width: 554px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 2px 0 0 2px;
  border: solid 2px #ff9341;
  border-right: none;
  padding-right: 57px;
  padding-left: 15px;
}
#siteHeader .site-item .box-2 .mid .input-wrap .icon-camera {
  width: 27px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icon_camera_01.png");
  cursor: pointer;
}
#siteHeader .site-item .box-2 .mid .input-wrap .icon-camera:hover {
  background-image: url("../img/icon_camera_01.png");
}
#siteHeader .site-item .box-2 .mid .btn {
  width: 86px;
  height: 46px;
  font-size: 18px;
  color: #ffffff;
}
#siteHeader .site-item .box-2 .mid .btn.btn-1 {
  background-color: #ffa56b;
  border-radius: 0 2px 2px 0;
}
#siteHeader .site-item .box-2 .mid .btn.btn-1:hover {
  background-image: linear-gradient(90deg, #ff8a4a 0%, #ff9e37 100%);
}
#siteHeader .site-item .box-2 .mid .btn.btn-2 {
  background-color: #8c8c8c;
  border-radius: 2px;
  margin-left: 15px;
}
#siteHeader .site-item .box-2 .mid .btn.btn-2:hover {
  background-image: linear-gradient(90deg, #777777 0%, #6f6f6f 50%, #666666 100%);
}
#siteHeader .site-item .box-2 .bottom {
  width: 640px;
  padding-top: 8px;
  line-height: 20px;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#siteHeader .site-item .box-2 .bottom > :nth-child(n) {
  margin-right: 20px;
}
#siteHeader .site-item .box-2 .bottom .title {
  color: #666666;
}
#siteHeader .site-item .box-2 .bottom .item {
  cursor: pointer;
  color: #999;
}
#siteHeader .site-item .box-2 .bottom .item:hover {
  color: #ff9341;
}
#siteHeader .site-item .box-3 {
  width: 80px;
  height: 100px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #ff9341;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  float: right;
}
#siteHeader .site-item .box-3 .qr {
  width: 70px;
  height: 70px;
  margin-bottom: 2px;
}
#siteHeader .site-item-1 {
  min-height: 180px;
}
#siteHeader .site-item-1 .box-1 {
  padding-top: 57px;
  padding-right: 60px;
}
#siteHeader .site-item-1 .box-1 .logo {
  height: 66px;
}
#siteHeader .site-item-1 .box-2 {
  float: left;
  padding-top: 51px;
}
#siteHeader .site-item-1 .box-3 {
  margin-top: 40px;
  margin-left: 100px;
}
#siteHeader .site-item-2 {
  min-height: 140px;
}
#siteHeader .site-item-2 .box-1 {
  padding-top: 41px;
}
#siteHeader .site-item-2 .box-1 .logo {
  height: 58px;
}
#siteHeader .site-item-2 .box-1 .item-2 {
  font-size: 20px;
}
#siteHeader .site-item-2 .box-2 {
  padding-top: 41px;
}
#siteHeader .site-item-2 .box-3 {
  margin-top: 20px;
}
#siteHeader .site-item-3 {
  min-height: 100px;
  background-image: linear-gradient(90deg, #ff8a4a 0%, #ff9e37 100%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
#siteHeader .site-item-3 .box-1 {
  color: #fff;
  padding-top: 25px;
}
#siteHeader .site-item-3 .box-1 .item-2 {
  font-size: 20px;
}
#siteHeader .site-item-4 {
  min-height: 140px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
#siteHeader .site-item-4 .box-1 {
  padding-top: 40px;
}
#siteHeader .site-item-4 .box-1 .logo {
  height: 54px;
}
#siteHeader .site-item-4 .box-1 .item:not(:last-child)::after {
  height: 40px;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#siteHeader .site-item-4 .box-1 .item-2 {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#siteHeader .site-item-4 .box-1 .item-2 .bg-CM {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#siteHeader .site-item-4 .box-1 .item-2 .content .data {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
#siteHeader .site-item-4 .box-1 .item-2 .content .data .go-shop {
  color: #ff9341;
  margin-left: 15px;
  position: relative;
  padding-right: 12px;
}
#siteHeader .site-item-4 .box-1 .item-2 .content .data .go-shop .icon-arrow {
  width: 6px;
  height: 10px;
  background-image: url("../img/icon_arrow_12.png");
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#siteHeader .site-item-4 .box-2 {
  padding-top: 50px;
}
#siteHeader .site-item-5 {
  min-height: 140px;
  background-image: linear-gradient(90deg, #ff8a4a 0%, #ff9e37 100%);
}
#siteHeader .site-item-5 .box-1 {
  color: #ffffff;
  padding-top: 43px;
}
#siteHeader .site-item-5 .box-1 .logo {
  height: 54px;
}
#siteHeader .site-item-5 .box-1 .item:not(:last-child)::after {
  height: 40px;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#siteHeader .site-item-5 .box-1 .item-2 {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#siteHeader .site-item-5 .box-1 .item-2 .bg-CM {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#siteHeader .site-item-5 .box-1 .item-2 .content {
  font-size: 20px;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#siteHeader .site-item-5 .box-1 .item-2 .content .collect-btn {
  width: 52px;
  height: 20px;
  font-size: 14px;
  color: #ff9341;
  background-color: #ffffff;
  border: solid 1px #ff9341;
  margin-top: 1px;
  margin-left: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#siteHeader .site-item-5 .box-1 .item-3 {
  line-height: 28px;
}
#siteHeader .site-item-5 .box-3 {
  margin-top: 20px;
  margin-right: 100px;
}
#siteHeader .site-item-6 {
  min-height: 100px;
  background: none;
}
#siteHeader .site-item-6 .box-1 {
  padding-top: 25px;
  color: #ffffff;
}
#siteHeader .site-item-6 .box-1 .item-2 {
  font-size: 20px;
}
#siteHeader .site-item-7,
#siteHeader .site-item-8 {
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
#siteHeader .site-item-7 .box-1,
#siteHeader .site-item-8 .box-1 {
  color: #999999;
  padding-top: 25px;
}
#siteHeader .site-item-7 .box-1 .item-2,
#siteHeader .site-item-8 .box-1 .item-2 {
  font-size: 20px;
}
#siteHeader .site-item-8 .box-1 {
  color: #666;
}
#siteHeader .site-item-8 .box-2 {
  padding-top: 27px;
}
#siteFooter {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
#siteFooter .top {
  background-color: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
}
#siteFooter .top .container-wrap {
  height: 100px;
  font-size: 20px;
  color: #333333;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#siteFooter .top .container-wrap,
#siteFooter .top .container-wrap .item {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#siteFooter .top .container-wrap .split {
  width: 1px;
  height: 20px;
  background-color: #eeeeee;
}
#siteFooter .top .container-wrap .icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
#siteFooter .top .container-wrap .icon.icon-1 {
  background-image: url("../img/icon_safe_01.png");
}
#siteFooter .top .container-wrap .icon.icon-2 {
  background-image: url("../img/icon_safe_02.png");
}
#siteFooter .top .container-wrap .icon.icon-3 {
  background-image: url("../img/icon_safe_03.png");
}
#siteFooter .top .container-wrap .icon.icon-4 {
  background-image: url("../img/icon_safe_04.png");
}
#siteFooter .middle {
  color: #ffffff;
  line-height: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #404040;
}
#siteFooter .middle .box-1 {
  height: 208px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
  padding-top: 40px;
}
#siteFooter .middle .box-1 .container-wrap {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#siteFooter .middle .box-1 .container-wrap .list .title {
  font-size: 20px;
  margin-bottom: 28px;
}
#siteFooter .middle .box-1 .container-wrap .list .list-item {
  margin-bottom: 16px;
}
#siteFooter .middle .box-1 .container-wrap .list .list-item .name:hover {
  color: #ff9341;
}
#siteFooter .middle .box-1 .container-wrap .qr {
  width: 110px;
  height: 137px;
  color: #ff9341;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 5px;
  background-color: rgba(102, 102, 102, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#siteFooter .middle .box-1 .container-wrap .qr .img {
  width: 100px;
  height: 100px;
  margin-bottom: 6px;
}
#siteFooter .middle .box-2 {
  color: #eeeeee;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
#siteFooter .middle .box-2 .item:hover {
  color: #ff9341;
}
#siteFooter .bottom {
  color: #eeeeee;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: #222222;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fp-menu {
  width: 70px;
  text-align: center;
  line-height: 20px;
  position: fixed;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: -700px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  z-index: 999;
}
.fp-menu .item {
  width: 70px;
  height: 70px;
  color: #666666;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.fp-menu .item:not(:last-child)::after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  left: 10px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.fp-menu .item:not(.go-top):hover,
.fp-menu .item:not(.go-top).active {
  color: #fff;
  background-image: linear-gradient(90deg, #ff8a4a 0%, #ff9e37 100%);
}
.fp-menu .item.go-top {
  color: #ff9341;
}
.fp-menu .item.go-top .icon-arrow {
  width: 14px;
  height: 20px;
  background-image: url("/resources/img/icon_arrow_07.png");
}
.fp-menu .select {
  color: #fff;
  background-image: linear-gradient(90deg, #ff8a4a 0%, #ff9e37 100%);
}
.pay-pop .share-pop {
  padding-top: 20px;
  text-align: center;
}
.pay-pop .share-pop .wrap_code {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
}
