@charset "UTF-8";
/* header 头部 样式  （与之前的3650头部是一样的）*/
#header{position:fixed;top:0;left:0; width:100%;display:none;background:#fff; color:#333; font-size:16px; height: 40px; line-height: 40px; text-align:center; width:100%; z-index:999; border-bottom:1px solid #ddd;}
.own_left{border-top:1px solid #333; border-left:1px solid #333; width: 12px; height: 12px; transform: rotate(-45deg); position: absolute; top:13px; left:10px;}

.header {
  height: 44px;
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
  font-size: 17px;
  color: #333;
  padding-top: 10px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.header .backa {
  display: block;
  width: 16px;
  float: left;
}
.header .header-title {
  float: left;
  width: calc(100% - 160px);
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .menua {
  display: block;
  float: right;
  width: 22px;
}
.mart44 {
  margin-top: 44px;
}
.content {
  display: flex;
  width: 100%;
  background: url('../images/bjk_bg.png') center center no-repeat;
  background-size: cover;
  padding: 35px 30px 30px;
  color: #fff;
  margin-bottom: 5px;
}
.content .content-left {
  width: calc(100% - 95px);
}
.content .content-right {
  width: 95px;
}
.content .app-name {
  font-size: 18px;
  margin-bottom: 10px;
}
.content .download-links-box {
  font-size: 13px;
}
.content .download-btn {
  display: block;
  width: 85px;
  height: 28px;
  line-height: 26px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  margin-top: 30px;
}
.content .bjk-btn {
  background: url('../images/down_bg1.png') center center no-repeat;
  background-size: cover;
}
.content .yx-btn {
  background: url('../images/down_bg2.png') center center no-repeat;
  background-size: cover;
}
.content .code-box {
  width: 88px;
  height: 88px;
  background: url('../images/code_border.png') center center no-repeat;
  background-size: cover;
  padding-top: 5px;
  margin: 0 auto;
}
.content .code-img {
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto;
}
.content .long-touch {
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}
.content-yx {
  background: url('../images/3650yx_bg1.png') center center no-repeat;
  background-size: cover;
}
/* vip 页面 */
.vip-header {
  float:left;width: 100%;
  background: #2c81de;
  border-bottom: none;
}
.vip-header .header-title {
  color: #fff;
}
.change-vip {
  height: 200px;
  background: url('../images/vip_bg.jpg') center center no-repeat;
  background-size: cover;
}
.change-vip .vip-info {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  width: 60%;
  padding-top: 85px;
  padding-left: 14px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.change-vip .change-vip-btn {
  display: block;
  width: 88px;
  height: 32px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  background: url('../images/vip_btn_bg.png') center center no-repeat;
  background-size: contain;
  margin-left: 14px;
  margin-top: 10px;
}
.six-header {
  position: relative;
  text-align: center;
  color: #024893;
  height: 20px;
  line-height: 20px;
  margin: 25px auto;
}
.six-header::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: " ";
  width: 30%;
  height: 1px;
  border-top: 1px solid #024893;
}
.six-header::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: " ";
  width: 30%;
  height: 1px;
  border-top: 1px solid #024893;
}
.vip-icon-box {
  display: flex;
  flex-wrap: wrap;
}
.vip-icon-box li {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.vip-icon-box li > a {
  display: flex;
  color: #535353;
  font-size: 12px;
  line-height: 15px;
}
.vip-icon-box .vip-icon {
  display: block;
  width: 44px;
  height: 44px;
}
.vip-icon-box .icon-tit {
  width: calc(100% - 44px);
  padding-left: 10px;
  padding-right: 5px;
}
.vip-icon-box .icon-tit > p {
  margin-top: 5px;
  height: 30px;
  overflow: hidden;
}
.vip-icon-box .icon-title {
  color: #014892;
  font-size: 15px;
}
.vip-main-box {
  display: flex;
  min-height: 180px;
}
.vip-main-box .main-img {
  width: 50%;
}
.vip-main-box .main-img > img {
  margin: 0 auto;
}
.vip-main-box .right-tit {
  width: 50%;
  padding-top: 45px;
}
.vip-main-box .right-tit:nth-child(even) {
  padding-right: 30px;
  padding-left: 8px;
}
.vip-main-box .right-tit:nth-child(odd) {
  padding-left: 30px;
  padding-right: 8px;
}
.vip-main-box .vip-main-header {
  font-size: 19px;
  color: #024893;
}
.vip-main-box .vip-main-tit {
  margin-top: 5px;
  font-size: 14px;
  color: #535353;
}
#jingxi,
#tuijian {
  background: #ebd1a3;
}
#member,
#tequan,
#jiangli {
  background: #fff;
}
#jifen {
  background: #bdddff;
}
.marb50 {
  margin-bottom: 50px;
}
.join3650 {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #2c81de;
  font-size: 17px;
  width: 100%;
}
/* 钱包 */
/* 会员卡 */
.card {
  padding-top: 20px;
  padding-bottom: 20px;
}
.card .card_number {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #001100;
  font-size: 13px;
  letter-spacing: 2px;
}
.card .show-vipcard {
  position: relative;
  width: 325px;
  margin: 0 auto;
}
.card .logo-tit {
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  float: right;
  height: 24px;
  line-height: 24px;
}
.card .yt-logo {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.show-vipcard .logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(70%);
}
.show-vipcard .logo-img {
  float: left;
  width: 137px;
  height: 27px;
}
.logo .big-img {
  margin: 0 auto;
  display: block;
}
.jifen-box {
  padding: 10px 0;
  border-bottom: 10px;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.jifen-left {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  padding-right: 12px;
  border-right: 1px solid #ddd;
  font-size: 15px;
  color: #666;
}
.jifen-left .total-tit {
  float: left;
}
.jifen-left .total-num {
  float: right;
  font-size: 18px;
  color: #f9ac17;
}
.jifen-right {
  float: right;
  width: 50%;
  padding-left: 12px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #666;
}
.jifen-right .count-fh {
  float: left;
}
.jifen-right .count-num {
  color: #f44725;
  float: right;
  font-size: 18px;
}
.fh-box {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #666;
}
.fh-box .fh-span {
  float: left;
}
.fh-box .day-fenhong {
  float: right;
  color: #f44725;
  font-size: 18px;
}
.jifen-box-qb:last-child {
  border-bottom: none;
}
.new-nav-box,
.shichang {
  border-top: 4px solid #ddd;
}
.new-nav {
  padding: 15px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.new-nav li {
  width: calc(100% / 3);
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 16px;
}
.new-nav li:nth-child(3n) {
  border-right: none;
}
.new-nav li:nth-child(4),
.new-nav li:nth-child(5),
.new-nav li:nth-child(6) {
  border-bottom: none;
}
.new-nav a {
  color: #666;
  font-size: 16px;
  text-align: center;
}
.new-nav span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}
.qianbao-tx {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background: #2c81de;
  position: fixed;
  left: 0;
  bottom: 0;
}
.fh-box-div {
  border-bottom: 1px solid #eee;
}
.fh-box-div .jifen-left {
  border-right: none;
}
.jifen-left,
.jifen-right {
  border-bottom: 1px solid #eee;
}
/* yitong */
.card-box {
  padding-top: 15px;
  background: #fff;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.card-bg {
  width: 345px;
  height: 160px;
  background: url('../images/yt_bg.jpg') center center no-repeat;
  background-size: 345px 160px;
  margin: 0 auto;
  padding-top: 25px;
}
.card-img {
  float: left;
  width: 120px;
  text-align: center;
}
.shop-logo {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
}
.shop-name {
  font-size: 17px;
  color: #fff;
  margin-top: 18px;
}
.card-tit {
  padding-right: 20px;
  padding-left: 10px;
  /*width: calc(-20%);
  float: right;*/
  color: #fff;
  text-indent: 2em;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 360px) {
  .card-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.shichang-title {
  height: 50px;
  line-height: 50px;
  color: #999999;
  font-size: 15px;
  padding-left: 12px;
  padding-right: 12px;
}
/* 我的 */
.font-he {
  font-family: "Helvetica";
  color: #fff;
}
.my-page-header {
  position: relative;
  height: 205px;
  background: url('../images/my_header.jpg') center center no-repeat;
  background-size: cover;
}
.my-page-header .mph-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.my-page-header .mph-top .msg {
  display: block;
  width: 30px;
  height: 26px;
}
.my-page-header .mph-top .set {
  display: block;
  width: 30px;
  height: 24px;
}
.my-page-header .avatar {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.my-page-header .motto {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.my-page-header .mph-make {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.my-page-header .mph-make li {
  width: calc(100% / 3);
  text-align: center;
  padding-bottom: 4px;
}
.my-page-header .mph-make .dl {
  color: #fff;
  font-size: 14px;
}
.my-page-header .mph-make .font-he {
  font-size: 17px;
}
.my-page-header .mph-make p {
  color: #c5e1ff;
  font-size: 12px;
}
.my-page-header .mph-make .ti-arcile {
  display: block;
  width: 60px;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  border: 1px solid #fff;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.my-page-main .mpm-header {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: 999;
  padding-left: 12px;
  padding-right: 12px;
}
.my-page-main .mpm-ul {
  background: #fff;
  width: 100%;
}
.mpm-ul {
  display: flex;
  flex-wrap: wrap;
}
.mpm-ul a {
  color: #666;
}
.mpm-ul li {
  width: 25%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mpm-ul li span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.mpm-ul li p {
  font-size: 13px;
}
/* 底部导航 */
.bottom-nav {
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
}
.bottom-nav .bottom-nav-ul {
  display: flex;
  justify-content: space-between;
}
.bottom-nav .bottom-nav-ul li {
  width: 20%;
  text-align: center;
}
.bottom-nav .bottom-nav-ul a {
  color: #999;
  font-size: 11px;
}
.bottom-nav .bottom-nav-ul span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.bottom-nav .bottom-nav-ul a.current {
  color: #3f91ea;
}
/* 我的粉丝 */
.fans-header .backa {
  background: url('../images/back_white.png') left center no-repeat;
  background-size: 16px 22px;
  padding-left: 20px;
  font-size: 17px;
  color: #fff;
  width: 54px;
}
.fans-header .header-title {
  width: calc(100% - 200px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mart54 {
  margin-top: 54px;
}
.fans-box {
  width: 100%;
  border-radius: 6px;
  text-align: center;
  font-size: 15px;
  color: #666;
  background: #fff;
}
.fans-box .fans-header {
  display: flex;
  height: 45px;
  line-height: 45px;
}
.fans-box .fans-header > span {
  display: block;
  width: 50%;
  height: 45px;
  line-height: 45px;
  background: #2c81de;
  color: #fff;
}
.fans-box .fans-header span:first-child {
  border-top-left-radius: 6px;
  border-right: 1px solid #eeedf3;
}
.fans-box .fans-header span:last-child {
  border-top-right-radius: 6px;
}
.fans-box .fans-detail-box {
  display: flex;
}
.fans-box .fans-detail-box > span {
  display: block;
  width: 50%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eeedf3;
}
.fans-box .fans-detail-box span:first-child {
  border-right: 1px solid #eeedf3;
}
.look-fans-detail {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background: #2c81de;
  margin-top: 30px;
  border-radius: 4px;
}
.detail {
  background: #eeedf3;
  padding: 15px;
}
.detail .detail-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.detail .detail-box:last-child {
  margin-bottom: 0;
}
.detail .detail-left {
  width: 70px;
  font-size: 15px;
  color: #333;
}
.detail .detail-right {
  display: flex;
  width: calc(100% - 70px);
  color: #999;
  text-align: center;
  font-size: 15px;
}
.detail .detail-right > span {
  display: block;
  height: 30px;
  line-height: 30px;
}
.zhanghao-tab > span {
  display: block;
  width: 50%;
  background: #fff;
}
.zhanghao-tab .zh-current {
  background: #2c81de;
  color: #fff;
}
.dj-tab > span {
  width: calc(100% / 3);
  background: #fff;
  border-right: 1px solid #eeedf3;
}
.dj-tab span:last-child {
  border-right: none;
}
.dj-tab .dj-current {
  background: #676767;
  color: #fff;
}
.zc-tab {
  justify-content: space-between;
}
.zc-tab .zhi {
  display: block;
  width: 30px;
}
.zc-tab input {
  display: block;
  height: 30px;
  line-height: 30px;
  border: none;
  background: #fff;
  width: calc(50% - 42px);
  text-align: center;
}
.fans-btn {
  width: 65px;
  margin-left: 10px;
  display: block;
  border: none;
  background: #2c81de;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 4px;
}
.search-tab .search-input {
  display: block;
  width: calc(100% - 55px);
  height: 30px;
  line-height: 30px;
  border: none;
  background: #fff;
  text-align: center;
}
.table-header {
  height: 50px;
  display: flex;
  text-align: center;
  font-size: 15px;
}
.table-header > span {
  display: block;
  width: 25%;
  height: 100%;
  line-height: 50px;
  color: #2c81de;
  border-right: 1px solid #eeedf3;
  border-bottom: 1px solid #eeedf3;
}
.table-body {
  display: flex;
  font-size: 13px;
  color: #333;
  height: 40px;
  text-align: center;
}
.table-body > span {
  display: block;
  width: 25%;
  height: 100%;
  line-height: 40px;
  border-right: 1px solid #eeedf3;
  border-bottom: 1px solid #eeedf3;
}
.table-header span:last-child,
.table-body span:last-child {
  border-right: none;
}
.top-index {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.content-index {
  margin-top: 35px;
}
.bottom-index {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* 明细 */
.jifen-box {
  padding: 45px 15px;
  background: #2c81de;
  color: #fff;
  text-align: center;
}
.jifen-box .detail-jifen {
  font-size: 30px;
}
.jifen-box .my-show {
  font-size: 12px;
  margin-top: 15px;
}
.juery-box {
  display: flex;
  justify-content: space-between;
  padding: 15px 12px;
  width: 100%;
  background: #eeedf3;
  font-size: 15px;
  color: #666;
}
.juery-box input {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  width: calc(50% - 58px);
  border: 1px solid #ddd;
}
.juery-box > span {
  display: block;
  width: 40px;
  text-align: center;
  line-height: 30px;
}
.juery-box .query-btn {
  display: block;
  border: none;
  color: #fff;
  border-radius: 2px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 25px;
  background: #2c81de;
}
.mingxi-box .mingxi-header {
  height: 35px;
  line-height: 35px;
  color: #2c81de;
  border-bottom: 1px solid #ddd;
  padding-left: 12px;
  padding-right: 12px;
}
.mingxi-box .mingxi-list {
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
}
.mingxi-box .flex-box {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.mingxi-box .flex-box > span {
  color: #333;
}
.mingxi-box .flex-box .font-he {
  font-size: 17px;
  color: #2c81de;
}
.mingxi-box .time-box > span {
  color: #999;
}
.mingxi-box .without-log {
  color: #999;
  font-size: 15px;
  text-align: center;
  margin-top: 40px;
}
.count-box {
  padding-top: 30px;
  padding-bottom: 30px;
}
.count-box .mt0 {
  margin-top: 0;
}
.tx-box {
  align-items: center;
}
.tx-box-div span {
  display: block;
}
.tx-box .time-span {
  color: #999;
}
.now-tx {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #2c81de;
  position: fixed;
  bottom: 0;
  left: 0;
}
.tab-span {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #666;
  background: #fff;
}
.tab-span > span {
  display: block;
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.tab-span .dd-current {
  color: #2c81de;
}
.dd-tab-main .dd-list {
  display: none;
}
.dd-tab-main .dd-list-current {
  display: block;
}
.dd-tab-main .without-log {
  margin-top: 30px;
  text-align: center;
  color: #999;
  font-size: 15px;
}
.jf-tab > li {
  width: calc(100% / 3);
  text-align: center;
}
.jf-tab > li span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.jf-tab .dd-current span {
  border-bottom: 1px solid #2c81de;
  color: #2c81de;
}
.bank-header {
  background: #2c81de;
  color: #fff;
}
/* 添加银行卡 */
.bank-header-title {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #999;
  padding-left: 12px;
  padding-right: 12px;
}
.input-box {
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  background: #fff;
  margin-bottom: 10px;
  color: #666;
  font-size: 15px;
}
.input-box label {
  display: block;
  width: 120px;
}
.input-box input,
.input-box select {
  display: block;
  width: calc(100% - 100px);
  border: none;
  outline: none;
  background: none;
  color: #666;
}
.input-box select.d {
  width: calc((100% - 20px) / 2);
  margin-right: 10px;
  height: 25px;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
}
.input-box #code {
  width: calc(100% - 210px);
}
.input-box .gain-code {
  display: block;
  width: 90px;
  text-align: right;
  font-size: 14px;
  color: #2c81de;
  text-decoration: underline;
}
.no-marb {
  margin-bottom: 0;
}
.confirm-btn {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 17px;
  border: none;
  color: #fff;
  border-radius: 4px;
  background: #2c81de;
  width: calc(100% - 24px);
  margin: 30px auto 0;
}
/* 有银行卡 */
.mart59 {
  margin-top: 59px;
}
.bank-card {
  display: flex;
  align-items: center;
  height: 100px;
  background: #2c81de;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
}
.bank-card .bc-left {
  width: 90px;
  text-align: center;
}
.bank-card .bank-name {
  font-size: 15px;
}
.bank-card .card-classic {
  font-size: 12px;
}
.bank-card .bc-right {
  width: calc(100% - 90px);
  font-size: 20px;
  text-align: center;
}
.change-bank {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #999;
  padding-left: 10px;
  background: #fff;
}
.change-bank span {
  font-size: 20px;
  margin-right: 10px;
}
/* 二维码 */
/*二维码*/
.erweima .card {
  margin: 0 auto;
  padding: 15px 0;
}
.erweima .card .cricle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 auto;
}
.erweima .card p img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}
.erweima .tiaoxingma {
  padding: 10px 0;
}
.erweima .tiaoxingma img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.erweima .phone-number {
  font-size: 24px;
  color: #595958;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
.erweima .erweima {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.erweima .erweima img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.erweima .make p {
  font-size: 16px;
  color: #595959;
  text-align: center;
  padding: 12px 0;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* 返回 和 刷新 */
.make-btn {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 15px;
  position: fixed;
  left: 0;
  bottom: 0;
}
.make-btn > a {
  display: block;
  width: 50%;
  float: left;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  background: #0ac3c4;
}
.make-btn .refresh {
  float: right;
  background: #26b459;
}
/* index */
.row12 {
  margin-left: -12px;
  margin-right: -12px;
}
.index-header {
  position: relative;
  width: 100%;
}
.index-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  height: 44px;
  line-height: 44px;
  width: 100%;
}
.index-header-nav p {
  font-size: 17px;
  color: #333;
}
.index-header-nav .back {
  display: block;
  width: 14px;
}
.index-header-nav .index-menu {
  display: flex;
  width: 18px;
}
.sys-tell {
  margin-top: 5px;
}
.index-nav-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  width:100%;
}
.index-nav-ul a {
  color: #666;
}
.index-nav-ul li {
  width: 25%;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.index-nav-ul li span {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto 6px;
}
.main-banner {
  background: #fff;
  border-radius: 6px;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.main-banner li {
  margin-bottom: 10px;
}
.banner-img img,
.banner-title img,
.go img {
  margin: 0 auto;
}
.main-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-ul li {
  width: 49%;
}
.main-shop {
  width: 100%;
  background: #fff;
  margin-top: 10px;
}
.main-shop .ms-top {
  display: flex;
  align-items: baseline;
}
.main-shop .ms-left {
  width: 50%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.main-shop .ms-right {
  width: 50%;
}
.main-shop .msl-top,
.main-shop .msl-bottom {
  border-bottom: 1px solid #ddd;
}
.ms-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ms-bottom li {
  width: 25%;
  border-right: 1px solid #ddd;
  background: #fff;
}
.yb-main-ul li {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.content-index {
  margin-bottom: 80px;
}
.sys-tell img {
  margin: 0 auto;
}
/* 中间层 */
.margintop230 {
  margin-top: 230px;
}
.single-header {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #bbb;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f9f9f9;
}
.single-header > .lt {
  display: block;
  float: left;
}
.single-header p {
  border-left: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  margin-left: 25px;
  float: left;
}
.single-header .san {
  float: right;
}
.single-header .lt img {
  padding-top: 3px;
}
.card-box-model {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 99;
  padding-top: 15px;
  background: #fff;
  width: 100%;
}
.main-address {
  padding-left: 40px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 50px;
}
.address-info {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  color: #666;
  padding-right: 40px;
}
.address-title {
  padding: 15px;
  margin-left: -12px;
  margin-right: -12px;
  border-bottom: 1px solid #ddd;
  color: #999;
  font-size: 15px;
}
.address-title .address-title-p {
  background: url(../images/position.png) right center no-repeat;
  background-size: 17px 17px;
}
.shop-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  z-index: 99;
  text-align: center;
}
.shop-btn .linka {
  display: block;
  float: left;
  width: 50%;
  background: #26b459;
  color: #fff;
}
.shop-btn .viplink {
  background: #0ac3c4;
}
/* 分享 */
.yq-firend {
  position: relative;
  top: -25px;
  background: #fff;
  border-radius: 4px;
  height: 120px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 20px;
  color: #4a4c5b;
  text-align: center;
}
.yq-firend .share-header {
  font-size: 24px;
}
.yq-firend .success-info {
  font-size: 13px;
  margin-bottom: 10px;
}
.yq-firend .success-info span {
  color: #fc9153;
  font-size: 16px;
}
.yq-firend .look-detail {
  font-size: 13px;
  color: #a6a6a6;
}
.tj-share {
  background: #fff;
  margin: 0 12px;
  border-radius: 4px;
  padding: 10px 0 20px;
  position: relative;
  top: -15px;
}
.tj-share .tj-share-header {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #9b9b9b;
  display: flex;
}
.tj-share .tj-share-span {
  display: inline-block;
  margin-left: 15px;
  margin-right: 20px;
  font-size: 16px;
  color: #2b2b2b;
  background: url('../images/gold.png') left center no-repeat;
  background-size: 20px 20px;
  padding-left: 20px;
}
.share-icon {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  text-align: center;
}
.share-icon span {
  display: block;
  width: 57px;
  height: 57px;
}
.share-icon a {
  color: #3c3c3c;
}
.share-icon p {
  font-size: 12px;
  margin-top: 5px;
}
.sucai-header {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #636363;
  margin-top: 20px;
}
.sucai-header::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30%;
  top: 50%;
  height: 1px;
  border-top: 1px solid #636363;
}
.sucai-header::after {
  content: "";
  position: absolute;
  right: 0;
  width: 30%;
  top: 50%;
  height: 1px;
  border-top: 1px solid #636363;
}
.choose-sucai {
  color: #636363;
  font-size: 12px;
  text-align: center;
  margin: 5px auto 20px;
}
.sucai-main-box {
  background: #fff;
  border-radius: 4px;
  padding: 10px 20px 10px;
  margin-bottom: 10px;
}
.sucai-main-box .sucai-tit {
  font-size: 15px;
  color: #333;
}
.sucai-main-box .sucai-img {
  display: flex;
  margin: 10px auto;
}
.sucai-main-box .sucai-img > span {
  display: block;
  width: 52px;
  height: 52px;
  margin-right: 5px;
}
.share-btn-box {
  display: flex;
  justify-content: flex-end;
}
.share-btn-box .share-btn {
  display: block;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  background: #2c81de;
  margin-left: 10px;
  width: 34%;
  font-size: 14px;
}
.share-btn-box .firend-btn {
  background: #08b907;
}
/*2018/7/19*/
.order-list {
  /*display:flex;*/
  margin-top: 8px;
  padding: 0 8px;
  background-color: #fff;
}
.order-list > h3 {
  padding: 5px 0;
  width: 100%;
  margin: 0;
  line-height: 2;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.order-list > h3 .fr {
  float: right;
  color: #f4676a;
}
.order-list ul {
  padding: 10px 0;
}
.order-list ul .pic {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.order-list ul .pic img {
  width: 100%;
  height: 100px;
}
.order-list ul .txt-box {
  float: right;
  width: calc(100% - 75px);
  font-size: 12px;
  color: #7d8694;
}
.order-list ul .txt-box .title {
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.order-list ul .txt-box .price {
  float: right;
  color: #3f91ea;
}
.order-list ul .txt-box .price b {
  font-size: 15px;
}
.bottom-line {
  border-bottom: 1px solid #f6f6f6;
}
.logo_box{float:left; width:100%;text-align: center; margin-top: 34px; background: #2c81de;}
.logo_box img{margin:30px 0;}
.l_content{float:left; margin-top:10px; background: #fff; width: 100%;}
.l_list{float:left; width:100%; border-bottom:1px solid #ddd;}
.l_content_l{float:left; width: 10%; text-align: center; padding:10px;}
.l_content_middle{float:left; height: 25px; margin-top:11px; width:1px; border-right:1px solid #ddd;}
.r_content_r{float:left; width: 88%; padding:2%;}
.r_content_r input{float:left; width: 100%; border:none; height: 30px; line-height: 30px;}
.r_content_r img{float:right;}
.tishi{float:right; color:#fe2c2d; margin:10px;}
.l_btn{font-size:14px; width:90%; margin-left:5%; color:#fff; background: #2c81de; height: 40px; line-height: 40px; border: none; border-radius: 5px; margin-top:30px;}
.l_id{width: 100%; float:left; text-align: center; color:#666666; margin-top:30px;}
.backa{color:#fff; width: 30%;}
.send_btn{border-radius: 5px; background: #2c81de; border:none; color:#fff; font-size: 14px; float:right; padding:8px 15px;}

/* 新增 首页 易宝堂 ， 华佗国医，宝家康专区 三个导航 */
.content-index {
  margin-top: 0;
}
.goto-box {
  display: flex;
  background: #fff;
}
.goto-box li {
  width: calc(100% / 3);
  border-bottom: 3px solid #fbcf00;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.goto-box li span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.goto-box li p {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
}
.goto-box li:nth-child(2) {
  border-bottom: 3px solid #8a6ae4;
}
.goto-box li:nth-child(3) {
  border-bottom: 3px solid #00a066;
}

.sys-tell{height: 40px; line-height: 40px; background: #fff;}
.sys_tel_l{float:left; width:19%; margin-left:5%; color:#1c8ad5;}
.sys_tel_l img{float:left; margin-top:11px; width: 30%;}
#FontScroll{overflow:Hidden;float:left; height: 40px; line-height: 40px; overflow: hidden;width: 56%;margin: 0 15px;}
#FontScroll .line{text-align:center; text-overflow:ellipsis; white-space: nowrap;}
#FontScroll .fontColor a{color:red;}
.m_more{float:left;}
#FontScroll ul li a{color:#6b6b6b;}
.m_more{color:#3185df; text-decoration: underline;}

.frame{width:100%; height: 1580px;}

@media screen and (min-width: 320px) {

  .frame{height: 1360px;}

}

@media screen and (min-width: 375px) {

  .frame{height: 1592px;}

}


@media screen and (min-width: 414px) {

  .frame{height: 1758px;}

}
img{border:none; margin:0;padding:0;}
.index_v2_adv1_box{background: #fff; width: 100%; padding:10px 0;}
.index_v2_adv1{width: 91%;margin-left:5%; margin-top:4%;}
.index_v2_adv1 img{margin-right:2%; width: 47%;}
.index_v2_adv1 img:nth-child(2n){margin-right:0;}
.index_v2_adv2{width: 91%;margin-left:5%; margin-top:4%;}
.index_v2_adv2 img{width: 100%;}
.index_v2_adv3{width: 91%;margin-left:5%; margin-top:4%;}
.index_v2_adv3 img{width: 100%;}
.index_v2_title{margin:10px 0;}
.index_v2_list{width: 48%; margin-right:2%; font-size:15px;color:#666; padding:10px; background: #fff; line-height: 25px; display: inline-block; margin-top:3%;}
.index_v2_list span{color:#ff0000;}
.index_v2_list:nth-child(2n){margin-right:0;}
.index_v2_footer_height{height: 60px;}
/*123*/
