﻿@charset "utf-8";
/*
	Name: Agent_Style v1.0 -LESS Framework
	Author: Liuqq
	Styles updated: 2018/5/3
-------------------------------*/
/*base style define*/
/*---------------------------------------*/
body,
dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
body {
  max-width: 640px;
  margin: 0 auto !important;
  background: #fff;
  line-height: 1.42857143;
  color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
img {
  border: 0;
}
* {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
i,
em,
cite {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #333;
}
.hide {
  display: none;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'iconfont';
  /* project id 721747 */
  src: url('../fonts/font_721747_ufkmyfu4dj.eot');
  src: url('../fonts/font_721747_ufkmyfu4dj.eot') format('embedded-opentype'), url('../fonts/font_721747_ufkmyfu4dj.woff2') format('woff2'), url('../fonts/font_721747_ufkmyfu4dj.woff') format('woff'), url('../fonts/font_721747_ufkmyfu4dj.ttf') format('truetype'), url('../fonts/font_721747_ufkmyfu4dj.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.container {
  width: 100%;
  padding: 0 0.75rem;
  margin: 0 auto;
}
.c-row {
  margin: 0 -0.75rem;
}
.c-col-1,
.c-col-2,
.c-col-3,
.c-col-4,
.c-col-5,
.c-col-6,
.c-col-7,
.c-col-8,
.c-col-9,
.c-col-10,
.c-col-11,
.c-col-12 {
  float: left;
  position: relative;
  padding: 0 0.75em;
  min-height: 1px;
}
.c-col-1 {
  width: 8.33333333%;
}
.c-col-2 {
  width: 16.66666667%;
}
.c-col-3 {
  width: 25%;
}
.c-col-4 {
  width: 33.33333333%;
}
.c-col-5 {
  width: 41.66666667%;
}
.c-col-6 {
  width: 50%;
}
.c-col-7 {
  width: 58.33333333%;
}
.c-col-8 {
  width: 66.66666667%;
}
.c-col-9 {
  width: 75%;
}
.c-col-10 {
  width: 83.33333333%;
}
.c-col-11 {
  width: 91.66666667%;
}
.c-col-12 {
  width: 100%;
}
.c-col-offset-1 {
  margin-left: 8.33333333%;
}
.c-col-offset-2 {
  margin-left: 16.66666667%;
}
.c-col-offset-3 {
  margin-left: 25%;
}
.c-col-offset-4 {
  margin-left: 33.33333333%;
}
.c-col-offset-5 {
  margin-left: 41.66666667%;
}
.c-col-offset-6 {
  margin-left: 50%;
}
.c-col-offset-7 {
  margin-left: 58.33333333%;
}
.c-col-offset-8 {
  margin-left: 66.66666667%;
}
.c-col-offset-9 {
  margin-left: 75%;
}
.c-col-offset-10 {
  margin-left: 83.33333333%;
}
.c-col-offset-11 {
  margin-left: 91.66666667%;
}
.c-col-offset-12 {
  margin-left: 100%;
}
.c-hide {
  display: none;
}
.c-fl {
  float: left ;
}
.c-fr {
  float: right;
}
.c-clear:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.c-w {
  width: 100%;
}
.c-ovh {
  overflow: hidden;
}
.c-mt08 {
  margin-top: 0.8rem !important;
}
.c-mt1 {
  margin-top: 1rem !important;
}
.c-mt33 {
  margin-top: 3.3rem !important;
}
.c-mt4 {
  margin-top: 4rem !important;
}
.c-mb05 {
  margin-bottom: 0.5rem !important;
}
.c-mb1 {
  margin-bottom: 1rem !important;
}
.c-mb2 {
  margin-bottom: 2rem !important;
}
.c-ml05 {
  margin-left: 0.5rem !important;
}
.c-bb0 {
  border-bottom: 0;
}
.c-bb05 {
  border-bottom: 0.5rem solid #f3f5f4;
}
.c-footer-pb35 {
  padding-bottom: 3.5rem !important;
}
.c-footer-pb38 {
  padding-bottom: 3.8rem !important;
}
.c-footer-pb4 {
  padding-bottom: 4rem !important;
}
.c-footer-pb45 {
  padding-bottom: 4.5rem !important;
}
.c-footer-pb5 {
  padding-bottom: 5rem !important;
}
.c-footer-pb6 {
  padding-bottom: 6rem !important;
}
.c-footer-mt6 {
  margin-bottom: 6rem !important;
}
.g-title01 {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.g-title01 span {
  display: inline-block;
  width: 8%;
  height: 1px;
  background: #333;
  vertical-align: middle;
}
.g-title01 h2 {
  display: inline-block;
  margin: 0 0.5rem;
  color: #333;
  font-size: 1.2rem;
}
.g-title02 {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.g-title02 span {
  display: inline-block;
  width: 8%;
  height: 1px;
  background: #3F83FF;
  vertical-align: middle;
}
.g-title02 h2 {
  display: inline-block;
  margin: 0 0.5rem;
  color: #3F83FF;
  font-size: 1.2rem;
}
.g-title03 {
  position: relative;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0.2rem;
  padding: 0 0.5rem;
  background: #eee;
}
.g-title03 h2 {
  float: left;
  color: #333;
}
.g-title03 h2 i.iconfont {
  margin-right: 0.5rem;
  font-size: 1.1rem;
  color: #3F83FF;
}
.g-title03 h2 span {
  font-size: 1rem;
}
.g-title03 .more {
  float: right;
  font-size: 0.8rem;
  color: #333;
}
.g-title04 {
  height: 3rem;
  padding: 0 0.5rem;
  margin-bottom: 0.2rem;
  line-height: 3rem;
}
.g-title04 h2 {
  position: relative;
  float: left;
  padding-left: 12px;
  color: #333;
  font-size: 1.05rem;
}
.g-title04 h2:before {
  position: absolute;
  left: 0;
  top: 1rem;
  content: '';
  width: 4px;
  height: 1.1rem;
  background: #3F83FF;
}
.g-title04.bb1 {
  border-bottom: 1px solid #ededed;
}
.g-title04 .more {
  float: right;
  font-size: 0.9rem;
  color: #3F83FF;
}
.g-title05 {
  width: 100%;
  height: 3rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.g-title05 span {
  display: inline-block;
  width: 8%;
  height: 2px;
  background: #3F83FF;
  vertical-align: middle;
}
.g-title05 h2 {
  display: inline-block;
  margin: 0 0.5rem;
  color: #333;
  font-size: 1.2rem;
}
.g-title06 {
  position: relative;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
.g-title06 h2 {
  color: #333;
  font-size: 1.2rem;
}
.g-title06 .line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2rem;
  height: 2px;
  margin-left: -1rem;
  background: #3F83FF;
}
.g-title07 {
  width: 100%;
  text-align: center;
}
.g-title07 h2 {
  position: relative;
  height: 2rem;
  line-height: 2rem;
  color: #333;
  font-size: 1.1rem;
}
.g-title07 h2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  width: 2rem;
  height: 2px;
  margin-left: -1rem;
  background: #3F83FF;
}
.g-title07 p {
  height: 2rem;
  line-height: 2rem;
  color: #888;
}
.btn01 {
  display: block;
  width: 95%;
  height: 3rem;
  margin: 0 auto;
  line-height: 3rem;
  border-radius: 5px;
  text-align: center;
  background: #3F83FF;
  color: #fff;
  font-size: 1rem;
}
.btn02 {
  display: block;
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  line-height: 3rem;
  border-radius: 5px;
  text-align: center;
  background: #3F83FF;
  color: #fff;
  font-size: 1rem;
}
.btn03 {
  display: block;
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  line-height: 3rem;
  border-radius: 5px;
  text-align: center;
  background: #3F83FF;
  color: #fff;
  font-size: 1rem;
}
.bread-nav {
  width: 100%;
  height: 2.6rem;
  line-height: 2.6rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px dashed #b8b8b8;
  padding: 0 0.5rem;
  overflow: hidden;
}
.bread-nav li {
  float: left;
  color: #666;
  font-size: 0.95rem;
}
.bread-nav li a {
  color: #666;
}
.bread-nav li.active {
  color: #3F83FF;
}
.bread-nav li.active a {
  color: #3F83FF;
}
/*加载更多*/
/*按钮01*/
.load-more01 {
  display: block;
  width: 36%;
  height: 2.6rem;
  margin: 0.6rem auto;
  line-height: 2.6rem;
  border: 1px solid #3F83FF;
  border-radius: 30px;
  text-align: center;
  color: #3F83FF;
  font-size: 0.95rem;
}
.load-more01 i.iconfont {
  font-size: 1rem;
}
/*分页*/
.page {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  padding: 0 0.5rem;
  text-align: center;
}
.page a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  margin-right: 0.3rem;
  background: #eee;
  text-align: center;
}
.page a.active {
  background: #3F83FF;
  color: #fff;
}
/*上一篇下一篇*/
.page-box {
  width: 100%;
  padding: 0.5rem;
  border-top: 1px dotted #ccc;
  font-size: 0.95rem;
}
.page-box p {
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  color: #666;
  overflow: hidden;
}
.page-box p a {
  color: #333;
}
/*震动*/
@-webkit-keyframes shake {
  0%,
  10% {
    transform: translateX(0);
  }
  1%,
  3%,
  5%,
  7%,
  9% {
    transform: translateX(-3px);
  }
  2%,
  4%,
  6%,
  8% {
    transform: translateX(3px);
  }
}
@-moz-keyframes shake {
  0%,
  10% {
    transform: translateX(0);
  }
  1%,
  3%,
  5%,
  7%,
  9% {
    transform: translateX(-3px);
  }
  2%,
  4%,
  6%,
  8% {
    transform: translateX(3px);
  }
}
@keyframes shake {
  0%,
  10% {
    transform: translateX(0);
  }
  1%,
  3%,
  5%,
  7%,
  9% {
    transform: translateX(-3px);
  }
  2%,
  4%,
  6%,
  8% {
    transform: translateX(3px);
  }
}
/*沿Y轴滚动*/
@-webkit-keyframes rollY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(700deg);
  }
}
@-moz-keyframes rollY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(700deg);
  }
}
@keyframes rollY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(700deg);
  }
}
/*淡入*/
.a-show {
  -webkit-animation: show 1s;
  -moz-animation: show 1s;
  -ms-animation: show 1s;
  animation: show 0.5s;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes show {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.header {
  left: 0;
  right: 0;
  position: fixed;
  overflow: hidden;
  margin: 0 auto;
  height: 2.8rem;
  background-color: #3F83FF;
  padding: 0 0.5rem;
  top: 0;
  white-space: nowrap;
  z-index: 100;
}
.header .title {
  position: absolute;
  top: 0;
  right: 5rem;
  left: 5rem;
  width: auto;
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 0.3rem;
  overflow: hidden;
  text-align: center;
}
.header .title span {
  display: block;
  font-size: 1rem;
  color: #fff;
}
.header .icon-back {
  float: left;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.8rem;
  font-weight: 100 !important;
  padding: 0 1rem;
}
.header .btn-translate-mod {
  float: right;
  line-height: 2.8rem;
  color: #fff;
  text-decoration: underline;
}
.header .btn-edit {
  float: right;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0 1rem;
}
/*底部*/
.footer {
  width: 100%;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.footer .copyright {
  text-align: center;
  line-height: 1.5rem;
  color: #ccc;
}
.footer a {
  display: block;
  width: 100%;
  line-height: 1.5rem;
  text-align: center;
  color: #ccc;
}
.float-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 3.8rem;
  background: #fff;
  box-shadow: 0 -1px 20px #cacaca;
  overflow: hidden;
}
.float-nav li {
  float: left;
  width: 25%;
  text-align: center;
}
.float-nav li a {
  position: relative;
  display: block;
  color: #373737;
}
.float-nav li a i.iconfont {
  display: block;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
.float-nav li a span {
  display: block;
  line-height: 1rem;
  font-size: 0.9rem;
}
.float-nav li a em {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 50%;
  background: #3F83FF;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}
.float-nav li a.active {
  color: #3F83FF;
}
body.ovh {
  overflow: hidden;
}
.layui-flow-more {
  margin-top: 0 !important;
}
/*背景*/
.bg {
  background: #f9f9f9;
}
.bg02 {
  background: #f6f6f6;
}
.bg03 {
  background: #f1f1f1;
}
.bg04 {
  background: #2d3131;
}
/*轮播*/
.swiper-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.swiper-banner .swiper-slide {
  float: left;
  width: 100%;
}
.swiper-banner .swiper-slide img {
  float: left;
  width: 100%;
}
.swiper-banner .swiper-pagination-bullet-active {
  background: #3F83FF;
}
.swiper-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
/*内页框架*/
.page-wrap {
  padding: 0 0.5rem 1rem;
}
/*浮动 关注公众号*/
.focus-section {
  position: fixed;
  top: 45%;
  left: 0;
  display: block;
  width: 1.6rem;
  line-height: 1.2;
  padding: 0.5rem 0;
  background: rgba(250, 130, 70, 0.8);
  border-radius: 0 5px 5px 0;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
}
.focus-section:hover,
.focus-section:active {
  color: #fff;
}
/*搜索*/
.search-section {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  cursor: pointer;
  overflow: hidden;
}
.search-section .input-mod {
  float: left;
  width: 75%;
  height: 2.4rem;
  line-height: 2.4rem;
  border: 1px solid #dedede;
  overflow: hidden;
}
.search-section .input-mod i.iconfont {
  float: left;
  width: 16%;
  text-align: center;
  font-size: 1.2rem;
}
.search-section .input-mod input {
  float: left;
  width: 84%;
  height: 2.4rem;
  line-height: 2.4rem;
  border: 0;
  color: #333;
}
.search-section .input-mod input::placeholder {
  font-size: 0.95rem;
  color: #999;
}
.search-section .btn-search {
  float: right;
  width: 25%;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  background: #3F83FF;
  color: #fff;
}
/*模式转换*/
.transform-section {
  overflow: hidden;
}
.transform-section .search-section {
  float: left;
  width: 76%;
}
.transform-section .btn-transform {
  float: right;
  margin-top: 0.5rem;
  padding-right: 0.5rem;
  line-height: 2.5rem;
  color: #666;
  font-size: 0.9rem;
  text-decoration: underline;
}
.numlist {
  position: relative;
}
.goods-screen {
  width: 100%;
  background: #fff;
  height: 3rem;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
  /*品牌*/
  /*筛选*/
  /*归属地选择*/
}
.goods-screen a:hover {
  color: #333;
}
.goods-screen .item {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  line-height: 3rem;
  font-size: 1rem;
}
.goods-screen .item.price .higher {
  display: none;
}
.goods-screen .item.price .lower {
  display: inline;
}
.goods-screen .item.price.active .higher {
  display: inline;
}
.goods-screen .item.price.active .lower {
  display: none;
}
.goods-screen .filter-list {
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 12;
  width: 100%;
}
.goods-screen .filter-list .cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  max-height: 20rem;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  overflow-y: auto;
}
.goods-screen .filter-list a {
  float: left;
  display: block;
  width: 100%;
  height: 2.6rem;
  line-height: 2.6rem;
  padding-left: 1rem;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 0.9rem;
}
.goods-screen .filter-list a.active {
  color: #3F83FF;
}
.goods-screen .filter-list.type-list a {
  width: 33.3333%;
}
.goods-screen .filter-mod {
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 5px 10px 16px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 5px #f1f1f1;
  background: #fff;
}
.goods-screen .filter-mod .tit {
  height: 2.8rem;
  line-height: 2.8rem;
  color: #333;
}
.goods-screen .filter-mod .cont {
  margin-bottom: 1rem;
  color: #999;
  overflow: hidden;
}
.goods-screen .filter-mod .cont input {
  float: left;
  display: inline-block;
  width: 34%;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: #eee;
  color: #666;
  text-align: center;
  border: 0;
}
.goods-screen .filter-mod .cont span {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
.goods-screen .filter-mod .btns {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.goods-screen .filter-mod .btns a {
  display: block;
  float: left;
  width: 50%;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
}
.goods-screen .filter-mod .btns a.cancel {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
}
.goods-screen .filter-mod .btns a.sure {
  background: #3F83FF;
  color: #fff;
}
.goods-screen .filter-loc {
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 12;
  width: 100%;
  /*遮罩*/
}
.goods-screen .filter-loc .grade-w {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 20rem;
  overflow: auto;
  background: #fff;
}
.goods-screen .filter-loc .grade-t {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 13;
  width: 100%;
  height: 20rem;
  overflow: auto;
  background: #eee;
}
.goods-screen .filter-loc .grade-t li {
  border-bottom: 1px solid #e5e5e5;
}
.goods-screen .filter-loc .grade-t li a {
  display: block;
}
.goods-screen .filter-loc .grade-t.selected {
  left: 50%;
  transition: all 0.4s;
}
.goods-screen .filter-loc li {
  height: 3rem;
  line-height: 3rem;
  padding-left: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
}
.goods-screen.posi {
  position: fixed;
  top: 0;
  z-index: 12;
}
.goods-screen.agentposi {
  position: fixed;
  top: 2.8rem;
  z-index: 12;
}
/*遮罩*/
.filter-mask {
  display: none;
  position: fixed;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  cursor: pointer;
}
/*号码列表*/
.list-mod li {
  position: relative;
  float: left;
  width: 50%;
  padding: 0.5rem 0.3rem;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.list-mod li .tit {
  line-height: 2rem;
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: bold;
  font-family: Arial;
  color: #156077;
}
.list-mod li .tit .color01 {
  color: #3F83FF;
}
.list-mod li .tit .color02 {
  color: #457932;
}
.list-mod li .tit .color03 {
  color: #23c6c8;
}
.list-mod li .desc {
  line-height: 1.3rem;
  font-size: 0.95rem;
  color: #888;
}
.list-mod li .desc em {
  margin-right: 16px;
}
.list-mod li .price {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  line-height: 2.3rem;
  color: #ed5565;
}
.list-mod li .price span {
  font-size: 0.95rem;
}
.list-mod li:nth-child(even) {
  border-right: 0;
}
/*号码详情*/
.det-cont {
  margin-top: 1rem;
  padding: 0.5rem 0.5rem 1rem;
  box-shadow: 0 0 5px #eee;
  background: #fff;
  border-radius: 10px;
}
.det-cont .num {
  line-height: 1.5rem;
  font-size: 1.3rem;
  font-family: Arial;
}
.det-cont .attr {
  padding-left: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2rem;
  font-size: 0.9rem;
  color: #999;
}
.det-cont .price {
  line-height: 1.5rem;
}
.det-cont .price span {
  color: #3F83FF;
  font-family: Arial;
}
.det-cont .price em {
  font-size: 1.3rem;
}
.det-cont .instructions {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #666;
}
.det-cont .instructions .tit {
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.det-cont .instructions .cont {
  line-height: 1.8;
}
.num-det-head {
  width: 100%;
  height: 8rem;
  padding-top: 3.5rem;
  margin-bottom: 7rem;
  background: url("../images/num-detail-bg.jpg") no-repeat;
  background-size: 100%;
}
.num-det-head .cont-bg {
  width: 90%;
  height: 10.7rem;
  margin: 0 auto;
  padding: 0.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 5px #ccc;
}
.num-det-head .cont-bg .cont {
  position: relative;
  width: 100%;
  height: 9.7rem;
  padding: 0.5rem;
  border: 1px dashed #ccc;
  border-radius: 16px;
  background: url("../images/card.jpg") 94% 0.5rem no-repeat;
}
.num-det-head .cont-bg .cont .num {
  line-height: 2.8rem;
  font-size: 1.3rem;
  font-family: Arial;
  color: #555;
}
.num-det-head .cont-bg .cont .price {
  line-height: 2rem;
}
.num-det-head .cont-bg .cont .price span.span01 {
  color: #3F83FF;
  font-family: Arial;
}
.num-det-head .cont-bg .cont .price span.span01 em {
  font-size: 1.3rem;
}
.num-det-head .cont-bg .cont .price .span02 {
  margin-left: 0.5rem;
  color: #666;
  font-size: 0.95rem;
}
.num-det-head .cont-bg .cont .attr {
  padding-left: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.3rem;
  font-size: 0.9rem;
  color: #999;
}
.num-det-head .cont-bg .cont .attr .fare {
  color: #3F83FF;
}
.num-det-head .cont-bg .cont .brand {
  position: absolute;
  right: 1.2rem;
  bottom: 2.2rem;
  line-height: 2rem;
  font-size: 1.1rem;
  color: #3F83FF;
}
.countdown-mod {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding: 0 6%;
  margin: -0.6rem auto 0.5rem;
  color: #666;
  overflow: hidden;
}
.countdown-mod .text {
  float: left;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}
.countdown-mod .time {
  float: left;
  font-size: 0.9rem;
}
.countdown-mod .time em {
  display: inline-block;
  height: 1.3rem;
  line-height: 1.3rem;
  padding: 0 0.3rem;
  margin: 0 0.2rem;
  background: #3F83FF;
  color: #fff;
  border-radius: 5px;
  vertical-align: middle;
}
.num-det-tel {
  width: 90%;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0 auto 1.5rem;
  border-radius: 6px;
  border: 1px solid #3F83FF;
  color: #555;
}
.num-det-tel a {
  display: block;
}
.num-det-tel a span {
  color: #3F83FF;
  font-size: 1.2rem;
  vertical-align: top;
}
.num-det-tel a i.iconfont {
  float: left;
  display: block;
  width: 3rem;
  margin-right: 0.5rem;
  border-radius: 6px 0 0 6px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  background: #3F83FF;
}
.instructions {
  border-top: 0.5rem solid #f6f6f6;
  font-size: 0.95rem;
  color: #666;
}
.instructions .tit {
  /*height: 2.8rem;*/
  line-height: 1.8rem;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.instructions .cont {
  padding: 0 0.5rem;
  line-height: 1.8;
}
/*购买按钮*/
.btn-buy {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background: #3F83FF;
  color: #fff;
  text-align: center;
  font-size: 0.95rem;
}
/*开户资料*/
.accountinfo {
  padding: 0.5rem;
  /*上传照片*/
}
.accountinfo .title {
  height: 2.5rem;
  margin-bottom: 0.7rem;
  line-height: 2.5rem;
  padding-left: 0.5rem;
  font-size: 0.95rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.accountinfo .input-cont {
  padding: 0 0.5rem 0.5rem;
  background: #fff;
}
.accountinfo .input-cont dl {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid #dedede;
  font-size: 1rem;
  overflow: hidden;
}
.accountinfo .input-cont dl dt {
  float: left;
  width: 30%;
  margin-right: 2%;
}
.accountinfo .input-cont dl dd {
  float: left;
  width: 68%;
  height: 3rem;
  padding-right: 1rem;
  line-height: 3rem;
  font-size: 1rem;
  text-align: right;
}
.accountinfo .input-cont dl dd input {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background: none;
  border: 0;
  font-size: 0.95rem;
  text-align: right;
  color: #888;
}
.accountinfo .input-cont dl.bb0 {
  border-bottom: 0;
  margin-bottom: 0;
}
.accountinfo .input-cont.bb05 {
  border-bottom: 0.5rem solid #f3f5f4;
}
.accountinfo .img-upload-cont {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.accountinfo .img-upload-cont .item {
  margin-bottom: 0.5rem;
}
.accountinfo .img-upload-cont .item .tit {
  height: 3rem;
  line-height: 3rem;
}
.accountinfo .img-upload-cont .item .tit span {
  font-size: 0.9rem;
  color: #666;
}
.accountinfo .img-upload-cont .item .btn-upload {
  display: block;
  width: 100%;
  min-height: 8rem;
  border: 1px dashed #c2c2c2;
  text-align: center;
}
.accountinfo .img-upload-cont .item .btn-upload i.iconfont {
  color: #c2c2c2;
  font-size: 3.2rem;
}
.accountinfo .img-upload-cont .item .btn-upload .p01 {
  color: #666;
}
.accountinfo .img-upload-cont .item .btn-upload .p02 {
  color: #888;
  font-size: 0.9rem;
}
.accountinfo .img-upload-cont .item .btn-upload img {
  max-width: 100%;
}
.accountinfo .btn-submit {
  display: block;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  margin-top: 2rem;
  background: #3F83FF;
  color: #fff;
  text-align: center;
  font-size: 0.95rem;
}
/*确认订单*/
.order-check {
  width: 100%;
  /*配送方式*/
  /*地址*/
  /*联系人信息*/
  /*金额信息*/
}
.order-check .post-method {
  padding: 0.5rem;
}
.order-check .post-method .title {
  line-height: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.95rem;
}
.order-check .post-method ul {
  overflow: hidden;
}
.order-check .post-method ul li {
  float: left;
  width: 45%;
  height: 2.2rem;
  line-height: 2rem;
  margin-right: 1rem;
  border: 1px solid #3F83FF;
  text-align: center;
  border-radius: 5px;
  font-size: 0.95rem;
}
.order-check .post-method ul li.active {
  background: url("../images/selected-icon.png") right bottom no-repeat;
}
.order-check .address {
  padding: 0 0.5rem 0.75rem;
  background: url("../images/address-bg.jpg") 0 bottom repeat-x;
  overflow: hidden;
}
.order-check .address i.iconfont {
  float: left;
  width: 8%;
  line-height: 1.5rem;
  font-size: 1.2rem;
}
.order-check .address i.iconfont.icon02 {
  float: right;
  margin-top: 0.7rem;
  color: #999;
}
.order-check .address .text {
  float: left;
  width: 82%;
  font-size: 0.95rem;
}
.order-check .address .text .name {
  margin-bottom: 0.2rem;
  line-height: 1.5rem;
  color: #333;
}
.order-check .address .text .name span {
  margin-right: 1rem;
}
.order-check .address .text .addr {
  line-height: 1.5rem;
  color: #666;
  font-size: 0.9rem;
}
.order-check .address .text.mt07 {
  margin-top: 0.7rem;
}
.order-check .person-info {
  display: none;
  width: 100%;
  padding: 0 0.5rem 0.5rem;
  background: url("../images/address-bg.jpg") 0 bottom repeat-x;
}
.order-check .person-info dl {
  height: 2.2rem;
  line-height: 2.2rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.order-check .person-info dl dt {
  float: left;
  width: 4.5rem;
  padding-right: 0.5rem;
  font-size: 0.95rem;
  text-align: right;
}
.order-check .person-info dl dd {
  float: left;
}
.order-check .person-info dl dd input {
  width: 16rem;
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0.5rem;
  color: #666;
  font-size: 0.95rem;
  border: 1px solid #ddd;
}
.order-check .goods-info {
  width: 100%;
  padding: 0.75rem 0.5rem;
  background: #f6f6f6;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.order-check .goods-info .text {
  width: 100%;
  font-size: 0.9rem;
}
.order-check .goods-info .text h2 {
  max-height: 3rem;
  line-height: 1.5rem;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  overflow: hidden;
}
.order-check .goods-info .text h2 a {
  color: #333;
}
.order-check .goods-info .text .specifi {
  margin-bottom: 0.4rem;
  color: #888;
}
.order-check .goods-info .text .specifi span {
  margin-right: 0.5rem;
}
.order-check .goods-info .text .specifi span em {
  color: #56c437;
}
.order-check .goods-info .text .attr {
  margin-bottom: 0.3rem;
}
.order-check .goods-info .text .attr .price {
  float: left;
  line-height: 1.5rem;
  color: #3F83FF;
  font-size: 1.1rem;
}
.order-check .goods-info .text .attr .price .span02 {
  margin-left: 0.5rem;
  font-size: 0.95rem;
  color: #999;
}
.order-check .goods-info:last-child {
  border-bottom: 0;
}
.order-check .extra-info {
  padding: 0.5rem;
  font-size: 0.95rem;
}
.order-check .extra-info p {
  line-height: 2rem;
  color: #555;
  overflow: hidden;
}
.order-check .extra-info p .name {
  float: left;
}
.order-check .extra-info p .num {
  float: right;
  padding-right: 0.5rem;
  font-size: 0.85rem;
}
.order-check .extra-info p .num.c01 {
  color: #3F83FF;
}
.order-check .person-info {
  padding: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}
.order-check .person-info .title {
  height: 2.2rem;
  margin-bottom: 0.2rem;
  line-height: 2rem;
  border-bottom: 1px solid #eee;
}
.order-check .person-info p {
  line-height: 1.6rem;
  color: #999;
}
.order-check .person-info p span {
  color: #666;
}
.order-check .contact-btns {
  height: 2.8rem;
  margin-top: 1rem;
  padding: 0 0.5rem;
}
.order-check .contact-btns a {
  display: block;
  width: 49%;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 10px;
  background: #f6f6f6;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
  font-size: 0.95rem;
}
.order-check .contact-btns a .iconfont {
  font-size: 1.3rem;
  margin-right: 0.3rem;
  vertical-align: middle;
  color: #999;
}
.order-check .contact-btns a.btn-tel {
  float: left;
}
.order-check .contact-btns a.btn-wechat {
  float: right;
}
/*订单确认页 合计*/
.check-order-all {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  padding-left: 0.5rem;
  background: #fff;
  border-top: 1px solid #eee;
  overflow: hidden;
  /*合计 结算*/
}
.check-order-all .results {
  overflow: hidden;
}
.check-order-all .results .price {
  float: left;
  margin-right: 0.8rem;
  padding: 0.5rem 0;
  color: #333;
  text-align: center;
}
.check-order-all .results .price .price01 {
  line-height: 1rem;
  color: #666;
  font-size: 0.8rem;
}
.check-order-all .results .price .price01 span {
  margin-right: 0.3rem;
}
.check-order-all .results .price .price01 .span01 {
  font-size: 1rem;
}
.check-order-all .results .price .price01 .span01 em {
  color: #3F83FF;
}
.check-order-all .results .price .price02 {
  line-height: 2rem;
  font-size: 0.95rem;
}
.check-order-all .results .price .price02 span {
  color: #3F83FF;
}
.check-order-all .results .price .price02 span em {
  font-size: 1.3rem;
}
.check-order-all .results .price.pricew01 {
  width: 44%;
}
.check-order-all .results .price.pricew02 {
  width: 35%;
}
.check-order-all .results .check-order-price {
  float: right;
  margin-right: 0.8rem;
  padding: 0.5rem 0;
  color: #333;
  text-align: right;
}
.check-order-all .results .check-order-price .price02 {
  line-height: 3rem;
  font-size: 0.95rem;
}
.check-order-all .results .check-order-price .price02 span {
  color: #3F83FF;
}
.check-order-all .results .check-order-price .price02 span em {
  font-size: 1.3rem;
}
.check-order-all .results .btn-settlement {
  float: right;
  display: block;
  width: 30%;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background: #3F83FF;
  color: #fff;
  font-size: 0.9rem;
}
.check-order-all .results .btn-settlement.btn01 {
  background: #e4393c;
  border-radius: 0;
}
.check-order-all .results .btn-settlement .span01 {
  display: block;
  line-height: 1.5rem;
}
.check-order-all .results .btn-settlement .span01 em {
  font-weight: bold;
  font-size: 1rem;
}
.check-order-all .results .btn-settlement .span01.mt05 {
  margin-top: 0.5rem;
}
.check-order-all .results .btn-settlement.w01 {
  width: 50%;
}
.check-order-all .results .btn-settlement.unlikable {
  background: #c9c9c9;
}
/*红包*/
.envelope {
  display: none;
  position: fixed;
  top: 15rem;
  right: 0;
  width: 23%;
  -webkit-animation: shake 7s 0s infinite;
  animation: shake 7s 0s infinite;
}
.envelope img {
  width: 100%;
}
/*遮罩*/
.mask-mod {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}
/*领取红包*/
.pop-envelope {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding-top: 110px;
}
.pop-envelope .cont {
  width: 100%;
  height: 330px;
  line-height: 60px;
  padding-top: 10.5rem;
  background: url("../images/envelope-num-bg.png") no-repeat;
  background-size: 100%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
.pop-envelope .cont .btn-open img {
  width: 24%;
}
.pop-envelope .cont .btn-open img.open {
  -webkit-animation: rollY 1s linear;
  animation: rollY 1s linear;
}
.pop-envelope .cont .info {
  display: none;
}
.pop-envelope .cont .info .num {
  padding-top: 16px;
  font-size: 2.6rem;
}
.pop-envelope .cont .info .text {
  line-height: 2rem;
  font-size: 0.8rem;
}
.pop-envelope .btn-get {
  position: relative;
  display: none;
  width: 54%;
  height: 5rem;
  margin: 0 auto;
  text-align: center;
}
.pop-envelope .btn-get img {
  width: 100%;
}
.pop-envelope .btn-get .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.pop-envelope .close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  text-align: right;
  font-size: 1.8rem;
  color: #efefef;
}
/*客服专线*/
.contact-mod {
  width: 100%;
}
.contact-mod .head-mod {
  width: 100%;
  height: 14rem;
  padding-top: 8.6rem;
  background: url("../images/tel-bg.jpg") center top no-repeat;
  background-size: 100%;
  line-height: 2.8rem;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
.contact-mod .head-mod a {
  color: #fff;
  text-decoration: underline;
}
.contact-mod .head-mod.bg02 {
  background-image: url("../images/tel-bg02.jpg");
}
.contact-mod .info {
  padding: 1rem 0.5rem;
  font-size: 0.95rem;
}
.contact-mod .info .title {
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #333;
}
.contact-mod .info .text {
  line-height: 1.6rem;
  color: #666;
}
.contact-mod .info .code {
  text-align: center;
}
.contact-mod .info .code img {
  max-width: 50%;
}
.contact-mod .info .code p {
  line-height: 2rem;
  font-size: 0.95rem;
  color: #666;
}
/*个人中心*/
.user-center .head {
  padding: 1.5rem 0.5rem;
  background: url("../images/user-bg.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.user-center .head .head-pic {
  display: block;
  margin-right: 0.5rem;
  text-align: center;
}
.user-center .head .head-pic img {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border-radius: 50%;
}
.user-center .head .info {
  margin-top: 0.7rem;
  color: #fff;
  text-align: center;
}
.user-center .head .info .name {
  margin-bottom: 0.2rem;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: bold;
}
.user-center .b-btns {
  padding: 0.5rem;
}
.user-center .b-btns .btn-login-out {
  margin-bottom: 0.5rem;
}
.user-center .b-btns .btn-complain {
  display: block;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #999;
  font-size: 1rem;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.menu-list {
  width: 100%;
  padding-bottom: 1rem;
}
.menu-list li {
  height: 3.7rem;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.menu-list li a {
  display: block;
  width: 100%;
  height: 3.7rem;
  line-height: 3.7rem;
  padding: 0 0.8rem;
  color: #333;
  font-size: 1rem;
  background: url("../images/option-li-bg.jpg") 95% center no-repeat;
  overflow: hidden;
}
.menu-list li a i.iconfont {
  margin-right: 8px;
  font-size: 1.5rem;
  vertical-align: middle;
  color: #fff;
  border-radius: 10px;
}
.menu-list li a i.iconfont.color01 {
  color: #3F83FF;
}
.menu-list li a i.iconfont.color02 {
  color: #56c437;
}
.menu-list li a i.iconfont.color03 {
  color: #239ed0;
}
.menu-list li a i.iconfont.color04 {
  color: #b263e2;
}
.menu-list li a i.iconfont.color05 {
  color: #26ca96;
}
.menu-list li a i.iconfont.color06 {
  color: #f5cc08;
}
.menu-list li a .tips {
  font-size: 0.85rem;
  color: #ff0000;
}
.menu-list li a span {
  position: relative;
}
.menu-list li a span .num {
  position: absolute;
  top: -0.2rem;
  left: 3.2rem;
  display: inline-block;
  height: 1rem;
  padding: 0 0.3rem;
  line-height: 1rem;
  background: #3F83FF;
  color: #fff;
  text-align: center;
  border-radius: 40%;
  font-size: 0.8rem;
}
/*订单中心*/
.order-list .cont {
  width: 100%;
}
.order-list .cont li {
  padding: 0.3rem 0;
  border-bottom: 0.5rem solid #f6f6f6;
  /*状态*/
  /*产品*/
}
.order-list .cont li .status-mod {
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 0.5rem;
  font-size: 1rem;
  overflow: hidden;
}
.order-list .cont li .status-mod .shop {
  float: left;
  font-size: 0.95rem;
  color: #666;
}
.order-list .cont li .status-mod .shop i.iconfont {
  margin-right: 0.3rem;
  vertical-align: top;
  font-size: 1.3rem;
}
.order-list .cont li .status-mod .shop i.iconfont.more {
  margin-left: 0.3rem;
  font-size: 0.9rem;
  color: #999;
  vertical-align: middle;
}
.order-list .cont li .status-mod .shop span {
  color: #666;
}
.order-list .cont li .item {
  border-bottom: 0.5rem solid #eee;
}
.order-list .cont li .item .order-num {
  position: relative;
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0 0.5rem 0 1rem;
  color: #666;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.order-list .cont li .item .order-num .num {
  float: left;
  font-size: 0.9rem;
}
.order-list .cont li .item .order-num .btn-del {
  float: right;
}
.order-list .cont li .item .order-num .status {
  float: right;
  font-size: 0.9rem;
  color: #3F83FF;
}
.order-list .cont li .item .order-num:after {
  position: absolute;
  content: '';
  top: 0.8rem;
  left: 0;
  display: block;
  width: 3px;
  height: 1rem;
  background: #3F83FF;
}
.order-list .cont li .item .goods-info {
  padding: 0.3rem 0.5rem 0.8rem 1rem;
  background: #fcfcfc;
  overflow: hidden;
}
.order-list .cont li .item .goods-info .info {
  position: relative;
  width: 100%;
  padding-bottom: 2.5rem;
}
.order-list .cont li .item .goods-info .info .tit {
  float: left;
  width: 68%;
}
.order-list .cont li .item .goods-info .info .tit h3 {
  height: 2.4rem;
  line-height: 2.8rem;
  font-size: 1rem;
  overflow: hidden;
}
.order-list .cont li .item .goods-info .info .tit h3 a {
  color: #333;
}
.order-list .cont li .item .goods-info .info .tit .attr {
  line-height: 1.5rem;
  color: #999;
  font-size: 0.85rem;
}
.order-list .cont li .item .goods-info .info .num {
  float: right;
  width: 30%;
  line-height: 1.2rem;
  text-align: right;
}
.order-list .cont li .item .goods-info .info .num .status {
  height: 2.4rem;
  line-height: 2.8rem;
  font-size: 0.9rem;
  color: #3F83FF;
}
.order-list .cont li .item .goods-info .info .num .price {
  font-size: 0.9rem;
  color: #3F83FF;
}
.order-list .cont li .item .goods-info .info .btn-det {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 0.6rem;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #ddd;
  color: #555;
  font-size: 0.9rem;
}
.order-list .cont li .item .goods-info .info .btn-det.btn-pay {
  right: 5.2rem;
}
/*订单详情*/
.order-detail {
  /*订单状态*/
  /*商家*/
  /*商品信息*/
  /**/
  /*地址*/
}
.order-detail .order-status {
  height: 5rem;
  line-height: 5rem;
  padding: 0 0.5rem;
  border-bottom: 1px solid #eee;
  background: url("../images/user-bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.order-detail .shop-info {
  height: 4rem;
  line-height: 3rem;
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.order-detail .shop-info i.iconfont {
  margin-right: 0.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
}
.order-detail .shop-info a {
  padding-right: 1.5rem;
  color: #333;
  font-size: 0.95rem;
  background: url("../images/option-li-bg.jpg") right center no-repeat;
}
.order-detail .goods-info {
  margin-bottom: 0.2rem;
  padding: 0.5rem 0.5rem 0.6rem;
  background: #f6f6f6;
  overflow: hidden;
}
.order-detail .goods-info .info {
  float: right;
  width: 100%;
}
.order-detail .goods-info .info .tit {
  float: left;
  width: 100%;
}
.order-detail .goods-info .info .tit h3 {
  height: 2.4rem;
  line-height: 2.8rem;
  font-size: 1.1rem;
  overflow: hidden;
}
.order-detail .goods-info .info .tit h3 a {
  color: #333;
}
.order-detail .goods-info .info .tit .attr {
  line-height: 1.5rem;
  color: #999;
  font-size: 0.85rem;
}
.order-detail .total-price {
  height: 3rem;
  line-height: 2.5rem;
  border-bottom: 0.5rem solid #eee;
  padding: 0 0.5rem;
  font-size: 0.95rem;
  overflow: hidden;
}
.order-detail .total-price .name {
  float: left;
}
.order-detail .total-price .num {
  float: right;
  color: #3F83FF;
}
.order-detail .total-price .num em {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.order-detail .total-price .num .dis {
  color: #666;
  text-decoration: line-through;
}
.order-detail .extra-info {
  padding: 0.5rem;
  border-bottom: 0.5rem solid #eee;
  font-size: 0.85rem;
}
.order-detail .extra-info p {
  line-height: 2rem;
  color: #555;
  overflow: hidden;
}
.order-detail .extra-info p .name {
  float: left;
}
.order-detail .extra-info p .num {
  float: right;
  color: #666;
}
.order-detail .address {
  padding: 0.5rem;
  overflow: hidden;
}
.order-detail .address i.iconfont {
  float: left;
  width: 8%;
  line-height: 1.5rem;
  font-size: 1.2rem;
}
.order-detail .address .text {
  float: left;
  width: 92%;
  font-size: 0.95rem;
}
.order-detail .address .text .name {
  margin-bottom: 0.2rem;
  line-height: 1.5rem;
  color: #333;
}
.order-detail .address .text .name span {
  margin-right: 1rem;
}
.order-detail .address .text .addr {
  line-height: 1.5rem;
  color: #666;
  font-size: 0.9rem;
}
/*列表为空时*/
.list-empty {
  padding: 5rem 0.5rem 0;
  color: #999;
  text-align: center;
}
.list-empty i.iconfont {
  margin-bottom: 1rem;
  font-size: 4rem;
  color: #ccc;
}
.list-empty p {
  margin-bottom: 2rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.list-empty .btn {
  display: block;
  width: 50%;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #3F83FF;
}
/*安全支付*/
body.safe-bg {
  background: #efefef;
}
.safe-pay-section {
  width: 100%;
  height: 100%;
}
.safe-pay-section .title {
  width: 100%;
  padding: 2rem 0;
  background: #4bb030;
}
.safe-pay-section .title img {
  display: block;
  width: 46%;
  margin: 0 auto 1rem;
}
.safe-pay-section .title p {
  text-align: center;
  color: #fff;
}
.safe-pay-section .protl {
  height: 3rem;
  line-height: 3rem;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
  color: #ababab;
}
.safe-pay-section .protl input {
  margin-right: 0.5rem;
}
.safe-pay-section .btn-pay {
  width: 94%;
  background: #4bb030;
}
/*支付 成功&失败*/
.pay-status {
  width: 100%;
  padding: 2rem 0;
  margin-bottom: 1rem;
  background: #fff;
  text-align: center;
}
.pay-status i.iconfont {
  display: block;
  width: 5rem;
  height: 5rem;
  padding: 0;
  margin: 0 auto;
  line-height: 5rem;
  font-size: 5rem;
  color: #3F83FF;
}
.pay-status .tips {
  height: 2.5rem;
  line-height: 3rem;
  font-size: 1.2rem;
}
/*支付成功后信息*/
.pay-success-info {
  padding: 0.75rem 0.5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pay-success-info p {
  height: 2rem;
  line-height: 2rem;
  color: #555;
  font-size: 0.95rem;
  overflow: hidden;
}
.pay-success-info p .fl {
  float: left;
}
.pay-success-info p .fr {
  float: right;
  font-size: 0.9rem;
}
/*地址列表*/
.address-list {
  /*新增地址*/
}
.address-list li {
  padding: 1rem 0 0.5rem;
  border-bottom: 0.5rem solid #eee;
}
.address-list li .addr-info {
  position: relative;
  display: block;
}
.address-list li .addr-info .name {
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.5rem;
}
.address-list li .addr-info .name span {
  margin-right: 0.5rem;
  color: #333;
  font-size: 1rem;
}
.address-list li .addr-info .addr {
  padding: 0 0.5rem 0.3rem;
  margin-bottom: 0.3rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 0.9rem;
}
.address-list li .addr-info .btn-use {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: inline-block;
  height: 1.8rem;
  line-height: 1.8rem;
  padding: 0 0.6rem;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #ddd;
  color: #555;
  font-size: 0.9rem;
}
.address-list li .op {
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.5rem;
  color: #666;
  overflow: hidden;
}
.address-list li .op .s-default {
  float: left;
}
.address-list li .op .s-default .icon {
  float: left;
  margin-right: 0.3rem;
}
.address-list li .op .s-default .icon i.iconfont {
  font-size: 1.3rem;
  vertical-align: middle;
}
.address-list li .op .s-default .icon i.iconfont.icon-y {
  display: none;
  color: #3F83FF;
}
.address-list li .op .s-default .icon i.iconfont.icon-n {
  display: inline;
  color: #666;
}
.address-list li .op .s-default .icon.selected i.iconfont.icon-y {
  display: inline;
  color: #3F83FF;
}
.address-list li .op .s-default .icon.selected i.iconfont.icon-n {
  display: none;
  color: #666;
}
.address-list li .op .s-default .text {
  float: left;
}
.address-list li .op .btn-op {
  float: right;
  color: #666;
}
.address-list li .op .btn-op i.iconfont {
  margin-right: 0.2rem;
  font-size: 1.2rem;
  vertical-align: middle;
}
.address-list li .op .btn-op.edit {
  margin-right: 1rem;
}
.address-list .addr-new {
  position: fixed;
  bottom: 3.8rem;
  left: 0;
  width: 100%;
  height: 4rem;
  padding: 0.5rem 0;
  background: #eee;
}
.address-list .addr-new .btn-new {
  display: block;
  width: 95%;
  height: 3rem;
  margin: 0 auto;
  line-height: 3rem;
  border-radius: 5px;
  text-align: center;
  background: #3f83ff;
  color: #fff;
  font-size: 1rem;
}
.address-list .addr-new .btn-new i.iconfont {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
/*地址编辑*/
.address-edit {
  width: 100%;
}
.address-edit .edit-mod {
  padding: 0.5rem 0.5rem 1rem;
  background: #fff;
}
.address-edit .edit-mod dl {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.address-edit .edit-mod dl dt {
  float: left;
  min-width: 5rem;
  margin-right: 2%;
}
.address-edit .edit-mod dl dd {
  float: left;
  width: 70%;
  border-bottom: 1px solid #dedede;
  font-size: 1rem;
}
.address-edit .edit-mod dl dd.bb0 {
  border-bottom: 0;
}
.address-edit .edit-mod dl dd input {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background: none;
  border: 0;
  font-size: 1rem;
  text-align: left;
}
.address-edit .edit-mod dl dd input.height {
  width: 35px;
}
.address-edit .edit-mod dl .portrait {
  width: 72px;
  height: 77px;
  padding-bottom: 5px;
}
.address-edit .edit-mod dl .portrait img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.address-edit .edit-mod dl .portrait .webuploader-pick {
  padding: 0;
}
.address-edit .edit-mod dl .portrait .webuploader-pick-hover {
  background: #fff;
}
.address-edit .edit-mod dl .sex {
  float: left;
  width: 70%;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.address-edit .edit-mod dl .sex span {
  display: inline-block;
  width: 22%;
  height: 2.2rem;
  line-height: 2.2rem;
  margin-right: 1%;
  font-size: 0.95rem;
  background: #eee;
  border-radius: 10px;
  text-align: center;
  color: #666;
}
.address-edit .edit-mod dl .sex span.active {
  background: #3F83FF;
  color: #fff;
}
.address-edit .edit-mod dl select {
  width: 6rem;
  height: 2rem;
  line-height: 2rem;
}
.address-edit .edit-mod dl:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.address-edit .edit-mod.bb05 {
  border-bottom: 0.5rem solid #f3f5f4;
}
.address-edit .s-default {
  height: 3rem;
  line-height: 3rem;
  color: #666;
}
.address-edit .s-default .icon {
  float: left;
  margin-right: 0.3rem;
}
.address-edit .s-default .icon i.iconfont {
  font-size: 1.3rem;
  vertical-align: middle;
}
.address-edit .s-default .icon i.iconfont.icon-y {
  display: none;
  color: #3F83FF;
}
.address-edit .s-default .icon i.iconfont.icon-n {
  display: inline;
  color: #666;
}
.address-edit .s-default .icon.selected i.iconfont.icon-y {
  display: inline;
  color: #3F83FF;
}
.address-edit .s-default .icon.selected i.iconfont.icon-n {
  display: none;
  color: #666;
}
.address-edit .s-default .text {
  float: left;
}
.address-edit .btn-save {
  display: block;
  width: 95%;
  height: 3rem;
  margin: 0 auto;
  line-height: 3rem;
  border-radius: 5px;
  text-align: center;
  background: #3F83FF;
  
  color: #fff;
  font-size: 1rem;
}
/*代理管理系统*/
.agent-section {
  /*佣金结算记录滚动显示*/
}
.agent-section .head {
  padding: 1.5rem 3%;
  background: url("../images/user-bg.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.agent-section .head .head-pic {
  float: left;
  display: block;
  margin-right: 0.5rem;
  text-align: center;
}
.agent-section .head .head-pic img {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border-radius: 50%;
}
.agent-section .head .info {
  float: left;
  margin-top: 0.7rem;
  color: #fff;
}
.agent-section .head .info .name {
  margin-bottom: 0.2rem;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: bold;
}
.agent-section .head .info .share {
  font-size: 0.9rem;
  color: #cfd5d6;
}
.agent-section .head .info .share em {
  display: inline-block;
  max-width: 7rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.agent-section .head .info .share span {
  padding: 0 0.5rem;
  background: #a2bec1;
  border-radius: 20px;
  color: #fff;
}
.agent-section .head .info .btn-links {
  height: 2rem;
  overflow: hidden;
}
.agent-section .head .info .btn-links a {
  display: inline-block;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-right: 0.3rem;
  padding: 0 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  border: 1px solid #bfc5c6;
  background: #6a797d;
  color: #fff;
}
.agent-section .money-section {
  width: 94%;
  margin: 0 auto 0.8rem;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 1px #f1f1f1;
  background: #fff;
}
.agent-section .money-section a.a-commission {
  display: block;
  border-bottom: 1px solid #eee;
  background: url("../images/agent-money-bg.jpg") center no-repeat;
}
.agent-section .money-section a.a-commission .item {
  float: left;
  width: 50%;
  line-height: 1.8;
  padding: 1rem 0;
  text-align: center;
  color: #666;
}
.agent-section .money-section a.a-commission .item .p1 {
  font-size: 0.9rem;
}
.agent-section .money-section a.a-commission .item .p1 span {
  font-size: 1.3rem;
}
.agent-section .money-section a.a-commission .item .p2 {
  font-size: 0.95rem;
}
.agent-section .money-section .a-annual-performance {
  display: block;
  padding: 0.5rem 1rem;
  line-height: 1.6rem;
  font-size: 0.9rem;
  color: #999;
  text-align: right;
}
.agent-section .money-section .a-annual-performance i.iconfont {
  font-size: 0.8rem;
}
.agent-section .order-mod {
  width: 100%;
  width: 94%;
  margin: 0 auto 0.8rem;
  padding: 0.5rem 0.5rem 1rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px #eee;
}
.agent-section .order-mod .title {
  line-height: 2.5rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.agent-section .order-mod .title h2 {
  float: left;
  font-size: 0.95rem;
  color: #666;
}
.agent-section .order-mod .title .more {
  float: right;
  font-size: 0.85rem;
}
.agent-section .order-mod .title .more a {
  color: #999;
}
.agent-section .order-mod ul {
  overflow: hidden;
}
.agent-section .order-mod ul li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.agent-section .order-mod ul li i.iconfont {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #3F83FF;
}
.agent-section .order-mod ul li span {
  font-size: 0.9rem;
  color: #666;
}
.agent-section .order-mod ul li .num {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.3rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #3F83FF;
  background: #fff;
  color: #3F83FF;
  font-size: 0.7rem;
}
.agent-section .commission-record-scroll {
  width: 100%;
  padding: 0 3%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.agent-section .commission-record-scroll li {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.9rem;
  text-align: center;
}
.agent-section .commission-record-scroll li span {
  font-size: 1rem;
}
.nav {
  width: 94%;
  margin: 0 auto 0.8rem;
  padding: 0.3rem 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px #eee;
  overflow: hidden;
}
.nav li {
  float: left;
  width: 25%;
  padding: 0.5rem 0;
}
.nav li a {
  display: block;
}
.nav li a .iconfont {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto;
  border-radius: 38%;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
.nav li a .iconfont.color01 {
  background: #f96b65;
}
.nav li a .iconfont.color02 {
  background: #ffa700;
}
.nav li a .iconfont.color03 {
  background: #17d99a;
}
.nav li a .iconfont.color04 {
  background: #899cca;
}
.nav li a .iconfont.color05 {
  background: #55c0f4;
}
.nav li a .iconfont.color06 {
  background: #ff8060;
}
.nav li a .iconfont.color07 {
  background: #bf7bb9;
}
.nav li a .iconfont.color08 {
  background: #f98f86;
}
.nav li a span {
  display: block;
  line-height: 2rem;
  font-size: 0.9rem;
  text-align: center;
  color: #666;
}
/*管理靓号列表*/
.agent-list-mod li {
  width: 100%;
  padding: 0.3rem 0.5rem;
  border-bottom: 0.5rem solid #eee;
}
.agent-list-mod li .title {
  height: 2rem;
  line-height: 2.2rem;
  font-size: 0.9rem;
  color: #666;
  overflow: hidden;
}
.agent-list-mod li .title span {
  float: left;
  display: inline-block;
}
.agent-list-mod li .title span.num {
  width: 35%;
  font-size: 1rem;
  font-weight: bold;
  font-family: Arial;
}
.agent-list-mod li .title span.type {
  width: 20%;
  text-align: center;
}
.agent-list-mod li .title span.type.w01 {
  width: 45%;
}
.agent-list-mod li .title span.price {
  width: 45%;
  text-align: right;
  color: #3F83FF;
}
.agent-list-mod li .title span.price em {
  font-size: 1.1rem;
}
.agent-list-mod li .title span.price.w01 {
  width: 20%;
}
.agent-list-mod li .title span.order-price {
  width: 65%;
  text-align: right;
  color: #3F83FF;
}
.agent-list-mod li .title span.order-price em {
  font-size: 1.1rem;
}
.agent-list-mod li .title.bb1 {
  border-bottom: 1px solid #eee;
}
.agent-list-mod li .info {
  line-height: 2rem;
  font-size: 0.9rem;
  color: #999;
}
.agent-list-mod li .info span {
  margin-right: 1rem;
}
.agent-list-mod li .info.bb0 {
  border-bottom: 0;
}
.agent-list-mod li .attr {
  height: 2rem;
  line-height: 2rem;
  border-top: 1px solid #eee;
  font-size: 0.8rem;
  overflow: hidden;
}
.agent-list-mod li .attr a {
  float: right;
  display: block;
  margin-left: 1rem;
  color: #666;
}
.agent-list-mod li .attr a i.iconfont {
  margin-right: 0.3rem;
  font-size: 1rem;
}
/*结尾款*/
.final-amount-mod {
  width: 100%;
  padding: 0 0.5rem;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
.final-amount-mod .tit {
  line-height: 3rem;
}
.final-amount-mod p {
  line-height: 3rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #ddd;
}
.final-amount-mod p input {
  display: inline-block;
  line-height: 2rem;
  width: 80%;
  border: 0;
  margin-left: 0.3rem;
  font-size: 2rem;
}
/*详情编辑*/
.edit-mod {
  padding: 0 0.5rem;
}
.edit-mod dl {
  width: 100%;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ededed;
  font-size: 0.95rem;
  overflow: hidden;
}
.edit-mod dl dt {
  float: left;
  margin-right: 2%;
}
.edit-mod dl dd {
  float: right;
  width: 68%;
  padding-right: 1rem;
  line-height: 2.8rem;
  text-align: right;
  color: #a8a8a8;
}
.edit-mod dl dd .fix {
  color: #666;
}
.edit-mod dl dd input {
  width: 100%;
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0.5rem 0;
  background: none;
  border: 0;
  font-size: 0.95rem;
  color: #000;
  text-align: right;
}
.edit-mod dl dd .nav-name {
  text-align: right;
}
.edit-mod dl dd .nav-name li {
  display: inline-block;
  width: 42%;
  height: 2.6rem;
  line-height: 2.6rem;
  margin-left: 1%;
  background: #eee;
  border-radius: 10px;
  text-align: center;
  color: #666;
}
.edit-mod dl dd .nav-name li.active {
  background: #3F83FF;
  color: #fff;
}
.edit-mod dl dd .link {
  color: #999;
}
.edit-mod dl dd .link i.iconfont {
  margin-left: 0.5rem;
}
.edit-mod dl dd span {
  display: inline-block;
  width: 80%;
  text-align: right;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
  vertical-align: middle;
}
.edit-mod dl .paymod {
  float: right;
  width: 68%;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 0.95rem;
  text-align: right;
}
.edit-mod dl .paymod span {
  display: inline-block;
  width: 40%;
  height: 2.3rem;
  line-height: 2.3rem;
  margin-left: 1%;
  background: #eee;
  border-radius: 10px;
  text-align: center;
  color: #666;
}
.edit-mod dl .paymod span.active {
  background: #3F83FF;
  color: #fff;
}
.edit-mod dl.bb0 {
  border-bottom: 0;
}
.edit-mod dl .portrait {
  float: right;
  width: 72px;
  height: 77px;
  padding-bottom: 5px;
}
.edit-mod dl .portrait img {
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid #ccc;
}
.edit-mod dl .portrait .webuploader-pick {
  padding: 0;
}
.edit-mod dl .portrait .webuploader-pick-hover {
  background: #fff;
}
.edit-mod .info {
  width: 100%;
  font-size: 0.95rem;
}
.edit-mod .info .tit {
  line-height: 2.8rem;
}
.edit-mod .info .cont {
  line-height: 1.8;
  color: #a8a8a8;
}
.edit-mod .info textarea {
  width: 100%;
  height: 5.5rem;
  line-height: 1.5rem;
  padding: 0.5rem;
  border: 1px solid #eee;
  resize: none;
  font-size: 0.95rem;
}
.edit-mod .info textarea:hover,
.edit-mod .info textarea:active {
  border-color: #3F83FF;
}
/*选项卡菜单*/
.section-tab-nav {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.section-tab-nav li {
  float: left;
  height: 3.2rem;
  line-height: 3.6rem;
  text-align: center;
  font-size: 0.95rem;
  overflow: hidden;
}
.section-tab-nav li.active {
  border-bottom: 2px solid #3F83FF;
  font-weight: bold;
}
.section-tab-nav li.col-2 {
  width: 50%;
}
.section-tab-nav li.col-3 {
  width: 33.3333%;
}
.section-tab-nav li.col-4 {
  width: 25%;
}
.section-tab-nav li.col-5 {
  width: 20%;
  font-size: 0.95rem;
}
.section-tab-nav li.col01 {
  width: 24%;
  font-size: 0.95rem;
}
.section-tab-nav li.col02 {
  width: 19%;
  font-size: 0.9rem;
}
.section-tab-nav li span {
  float: left;
  margin-right: 0.2rem;
  margin-left: 0.5rem;
}
.section-tab-nav li em {
  float: left;
  margin-top: 0.75rem;
}
.section-tab-nav li em i.iconfont {
  display: block;
  height: 1rem;
}
.section-tab-nav li em i.iconfont.top {
  line-height: 1.8rem;
  color: #333;
}
.section-tab-nav li em i.iconfont.bottom {
  line-height: 0.5rem;
  color: #333;
}
/*佣金记录*/
.commission-head {
  padding: 0 0 0.8rem;
  text-align: center;
  color: #fff;
  background: url("../images/user-bg.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.commission-head .header-mod {
  position: relative;
  width: 100%;
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.commission-head .header-mod .title {
  width: 100%;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
}
.commission-head .header-mod .title span {
  display: block;
  font-size: 1rem;
  color: #fff;
}
.commission-head .header-mod .icon-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2.8rem;
  line-height: 2.8rem;
  color: #fff;
  font-size: 1rem;
}
.commission-head .num {
  line-height: 1.8rem;
  font-size: 1.3rem;
}
.commission-head .tit {
  line-height: 1.8rem;
  font-size: 0.9rem;
  color: #cfd5d6;
}
.commission-head .info {
  line-height: 1.8rem;
  font-size: 0.9rem;
  color: #fff;
}
.commission-list {
  width: 100%;
}
.commission-list li {
  width: 100%;
  padding: 0.3rem 0.5rem;
  border-bottom: 1px solid #eee;
}
.commission-list li .title {
  height: 2rem;
  line-height: 2.2rem;
  font-size: 0.9rem;
  color: #666;
  overflow: hidden;
}
.commission-list li .title span {
  float: left;
  display: inline-block;
}
.commission-list li .title span.tit {
  width: 75%;
  height: 2rem;
  line-height: 2.2rem;
  font-size: 0.95rem;
  overflow: hidden;
}
.commission-list li .title span.num {
  width: 25%;
  text-align: right;
  color: #3F83FF;
  font-family: Arial;
  font-size: 0.8rem;
}
.commission-list li .title span.num em {
  margin-left: 0.2rem;
  font-size: 1rem;
}
.commission-list li .info {
  line-height: 2rem;
  font-size: 0.8rem;
  color: #999;
}
.commission-list li .info span {
  margin-right: 1rem;
}
/*佣金明细*/
.commission-det-title {
  height: 2.8rem;
  line-height: 2.8rem;
  margin-top: 2.8rem;
  background: #f1f1f1;
  padding: 0 0.5rem;
  overflow: hidden;
}
.commission-det-title .time {
  float: left;
  color: #333;
  font-size: 0.9rem;
  margin-right: 1.5rem;
}
.commission-det-title .num {
  float: left;
  color: #3F83FF;
  font-size: 1.1rem;
}
/*单页*/
.page-cont {
  margin-top: 3.3rem;
  line-height: 1.8;
  padding: 0 0.5rem;
  color: #666;
  font-size: 0.95rem;
}
.page-cont img {
  max-width: 100% !important;
}
.login {
  width: 100%;
  overflow: hidden;
}
.login .login-touxiang {
  width: 100%;
  margin: 5rem 0 3rem 0;
  text-align: center;
}
.login .login-touxiang img {
  display: block;
  width: 15%;
  margin: 0 auto;
}
.login .login-touxiang span {
  display: block;
  line-height: 3rem;
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
}
.login .note {
  width: 100%;
  padding: 0 5%;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  color: #999;
}
.login .login-form {
  width: 100%;
}
.login .login-form .register {
  width: 100%;
  overflow: hidden;
  padding: 1% 5%;
}
.login .login-form .register a {
  display: block;
  position: relative;
}
.login .login-form .register a input {
  display: block;
  width: 100%;
  border-radius: 5rem;
  padding-left: 2rem;
  color: #333;
  font-size: 1rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #fff;
  text-align: left;
  margin-bottom: 0.7rem;
  border: 0;
  box-shadow: 0.1rem 0.1rem 0.2rem #eee;
}
.login .login-form .register a .iconfont {
  display: block;
  color: #3F83FF;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -14px;
}
.login .login-form .register a span {
  display: block;
  position: absolute;
  height: 3rem;
  line-height: 3rem;
  font-size: 0.95rem;
  background-color: #ffbf1d;
  padding: 0 3%;
  top: 50%;
  margin-top: -1.5rem;
  right: 2rem;
  color: #fff;
  border-radius: 5rem;
  box-shadow: 0.1rem 0.1rem 0.2rem #eee;
}
.login .login-form .but {
  width: 100%;
  padding: 1% 5%;
  margin-top: 2rem;
}
.login .login-form .but .btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 2.6rem;
  line-height: 2.6rem;
  color: #fff;
  background-color: #3F83FF;
  border-radius: 5rem;
  box-shadow: 0.1rem 0.1rem 0.2rem #eee;
  font-size: 1rem;
}
/*绑定微信号*/
.bind-wechat {
  width: 100%;
  padding-top: 4.5rem;
  text-align: center;
}
.bind-wechat i.iconfont {
  font-size: 8rem;
  color: #55c752;
}
.bind-wechat .info {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.bind-wechat .tips {
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: 0.9rem;
  color: #999;
}
.bind-wechat .btn-bind {
  display: block;
  width: 80%;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto;
  background: #55c752;
  color: #fff;
  font-size: 1rem;
}
/*年度业绩总和*/
.annual-performance {
  padding: 3rem 0.5rem 1rem;
}
.annual-performance .select-time {
  height: 3rem;
  line-height: 2rem;
  padding: 0.5rem 0;
  margin-bottom: 0.6rem;
}
.annual-performance .select-time input {
  display: block;
  width: 30%;
  height: 2rem;
  line-height: 2rem;
  margin: 0 auto;
  text-align: center;
  background: #fff url("../images/year-input-bg.jpg") 86% center no-repeat;
  background-size: 15%;
  border-radius: 20px;
  border: 1px solid #eee;
  color: #666;
  font-size: 0.95rem;
}
.annual-performance .cont {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px #f1f1f1;
  background: #fff;
  padding: 0 1rem;
}
.annual-performance .cont .tit {
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
.annual-performance .cont .info {
  line-height: 2rem;
  color: #666;
  font-size: 0.95rem;
  text-align: center;
}
.annual-performance .cont .info span {
  color: #3F83FF;
  font-weight: bold;
}
.annual-performance .cont .num-mod {
  display: block;
  background: url("../images/agent-money-bg.jpg") center no-repeat;
}
.annual-performance .cont .num-mod .item {
  float: left;
  width: 50%;
  line-height: 1.8;
  padding: 1rem 0;
  text-align: center;
  color: #3b3b3b;
}
.annual-performance .cont .num-mod .item .p1 {
  font-size: 0.95rem;
}
.annual-performance .cont .num-mod .item .p1 span {
  font-size: 1.3rem;
}
.annual-performance .cont .num-mod .item .p2 {
  font-size: 0.95rem;
}
/*根目录下登录*/
.section-reglogin {
  width: 100%;
  padding: 0.5rem 1rem;
}
.section-reglogin .logo {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.section-reglogin .logo img {
  display: block;
  width: 38%;
  margin: 0 auto;
}
.section-reglogin .input-area {
  margin-bottom: 2rem;
}
.section-reglogin .input-area p {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.section-reglogin .input-area p i.iconfont {
  color: #333;
  font-size: 1.5rem;
}
.section-reglogin .input-area p i.iconfont.fl {
  float: left;
}
.section-reglogin .input-area p i.iconfont.fr {
  float: right;
  color: #666;
  font-size: 1.2rem;
}
.section-reglogin .input-area p .get-code {
  float: right;
  color: #3F83FF;
  font-size: 0.9rem;
}
.section-reglogin .input-area p input {
  float: left;
  border: 0;
  height: 4rem;
  min-width: 50%;
  max-width: 80%;
  line-height: 3rem;
  padding: 0.5rem;
  color: #333;
}
.section-reglogin .input-area p input.code-input {
  width: 50%;
}
/*绑定手机号页面*/
.bind-phone-header {
  width: 100%;
  margin-bottom: 3rem;
}
.bind-phone-header h2 {
  height: 2.6rem;
  line-height: 2.6rem;
  background: #3F83FF;
  color: #fff;
  text-align: center;
}
/*退出登录*/
.btn-quit {
  display: block;
  width: 95%;
  height: 3rem;
  margin: 0 auto;
  line-height: 3rem;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  color: #666;
  font-size: 1rem;
}
/*进入页面*/
.bg-enter {
  background: #deb36b;
}
.enter-section {
  width: 100%;
  padding: 5.5rem 0.5rem 0;
}
.enter-section .title {
  line-height: 1.8rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.enter-section .bg-img {
  display: block;
  width: 70%;
  margin: 3.5rem auto 3.5rem;
}
.enter-section .btn-enter {
  display: block;
  width: 70%;
  height: 3.2rem;
  line-height: 3.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #cea155;
  border: 2px solid #fff;
  border-radius: 30px;
}
/*站内信*/
.message-section {
  padding: 0 1rem;
}
.message-section .title {
  width: 80%;
  height: 2rem;
  margin: 0 auto 1rem;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.message-section .title a {
  float: left;
  display: block;
  width: 50%;
  height: 2rem;
  line-height: 2rem;
  color: #333;
  text-align: center;
  font-size: 0.95rem;
}
.message-section .title a.active {
  background: #ddd;
}
.message-section .cont li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
.message-section .cont li .top {
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
}
.message-section .cont li .top .name {
  float: left;
  font-size: 0.95rem;
  color: #000;
}
.message-section .cont li .top .name i.iconfont {
  color: #3F83FF;
  font-size: 1.6rem;
  vertical-align: middle;
}
.message-section .cont li .top .time {
  float: right;
  font-size: 0.8rem;
  color: #999;
}
.message-section .cont li .bottom {
  height: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
}
.message-section .cont li .bottom .tit {
  float: left;
  width: 80%;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
  color: #666;
  overflow: hidden;
}
.message-section .cont li .bottom .btn-del {
  float: right;
  width: 20%;
  text-align: right;
  font-size: 1rem;
  color: #999;
}
/*发送站内信*/
.send-message-section {
  width: 100%;
  padding: 0 1rem;
}
.send-message-section .item {
  margin-bottom: 0.5rem;
}
.send-message-section .item .tit {
  line-height: 2rem;
  font-size: 0.9rem;
}
.send-message-section .item input {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.send-message-section .item input:active,
.send-message-section .item input:hover {
  border-color: #3F83FF;
}
.send-message-section .item textarea {
  width: 100%;
  height: 4.5rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.send-message-section .item textarea:active,
.send-message-section .item textarea:hover {
  border-color: #3F83FF;
}
/*站内信详情*/
.message-detail {
  width: 100%;
  padding: 0 0.75rem;
}
.message-detail h1 {
  line-height: 1.5rem;
  color: #333;
  font-weight: bold;
}
.message-detail .attr {
  line-height: 2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #666;
  font-size: 0.9rem;
  border-bottom: 1px dashed #ddd;
}
.message-detail .attr span {
  margin-right: 0.75rem;
}
.message-detail .cont {
  line-height: 1.8rem;
  font-size: 0.9rem;
}
