@charset "UTF-8";

/*通用*/

* {
  -webkit-tap-highlight-color: transparent;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent;
}

a,
input,
label,
select,
span {
  -webkit-tap-highlight-color: transparent;
}

img[src=""] {
  opacity: 0;
}

img.c12 {
  display: block;
}

body,
html {
  color: #333;
  line-height: 1.5;
}

body {
  font-size: 16px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button {
  margin: 0;
  padding: 0;
}

fieldset,
img,
a img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

/* ---- Clearfixes ---- */

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

input,
textarea,
button {
  outline: none;
}

.text-center {
  text-align: center;
}

.space-top {
  margin-top: 0.625rem;
}

.space-bot {
  margin-bottom: 0.625rem;
}

.space-htop {
  margin-top: 0.3125rem;
}

.space-hbot {
  margin-bottom: 0.3125rem;
}

.mb15 {
  margin-bottom: 0.46875rem;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.c12 {
  width: 100% !important;
}

.c4 {
  width: 33.333% !important;
  float: left;
}

.up {
  margin-top: -0.03125rem;
}

.pr {
  position: relative !important;
}

.pa {
  position: absolute;
}

.gray {
  color: gray !important;
}

.f16 {
  font-size: 16px !important;
}

.f20 {
  font-size: 20px !important;
}

.none {
  display: none;
}

a {
  color: #4f9fda;
  text-decoration: none;
}

.exp {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.m10 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.m15 {
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
}

.p10 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.p15 {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

.desc,
.desc li {
  color: #666;
  margin-bottom: 0.3em;
}

.sf {
  font-size: 0.8em;
}

.area-space {
  height: 0.46875rem;
  background: #eee;
}

.line {
  height: 0;
  border-top: 0.03125rem solid #e8e8e8;
}

.paymode ul li.last,
.row.last {
  border-bottom: 0 none !important;
}

input.input {
  border: 0 none;
  width: 100%;
}

.nodt dt {
  display: none !important;
}

.nodt dd {
  padding-left: 0.5em !important;
}

.hasClose {
  position: relative;
}

.hasClose .close,
.pop h4 .css-close,
.css-close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url("../../images/redPkg/closeMask.png") no-repeat center center;
  right: 0;
  top: 50%;
  margin-top: -0.9375rem;
}

.close-right {
  right: 0.3125rem !important;
}

.imgText {
  text-align: center;
  display: block;
  padding: 0.1em 0;
}

.imgText img {
  width: 100%;
}

.imgText p {
  text-align: center;
  font-size: 0.9em;
  color: #949494;
  display: none;
}

body.my .imgTextArea {
  border-bottom: 0.03125rem solid #ededed;
  border-right: 0.03125rem solid #ededed;
}

/*弹出层*/

.mask {
  position: fixed;
  display: none;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
}

.mask > div {
  position: relative;
}

.mask .mask-bg {
  position: absolute;
  background-color: #000;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.mask .pop {
  position: absolute;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.625rem #999;
  padding: 0.9375rem;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  top: 45%;
  z-index: 101;
}

.ani {
  transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.25s;
  /* Opera */
}

.pop .msg {
  padding: 1.25rem 0.625rem;
  color: #444;
  text-align: justify;
  font-size: 0.9375rem;
}

.pop .msg img {
  width: auto;
}

.pop.wait {
  width: 15.625rem;
  margin-left: -7.8125rem;
}

.pop.wait .msg {
  text-align: center;
}

.pop.wait .msg p {
  margin-top: 1.25rem;
}

.pop .msg b {
  font-weight: bold;
  color: #ff6401;
  padding: 0 0.375rem;
}

.pop .btn-area {
  text-align: center;
}

.pop h4 {
  border-bottom: 0.125rem solid #e8e8e8;
  padding: 0.15625rem;
  color: #333;
  font-weight: normal;
  position: relative;
}

.pop h4 .title {
  background: url("../../images/redPkg/warn.png") no-repeat left center;
  padding-left: 1.875rem;
  font-size: 0.9375rem;
}

.pop .btn-area a {
  font-size: 0.9375rem;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.1875rem;
  -o-border-radius: 0.1875rem;
  -ms-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  -webkit-border-radius: 0.46875rem;
  display: inline-block;
}

.pop .btn-area a {
  width: 40%;
}

.pop .btn-area .cancel {
  color: #333;
  width: 48%;
  margin-right: 4%;
  border: 0.03125rem solid #e4e4e4;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #ffffff, #e6e6e6);
  background-image: linear-gradient(to top, #ffffff, #e6e6e6);
  background-image: -webkit-linear-gradient(to top, #ffffff, #e6e6e6);
}

.pop .btn-area .confirm {
  color: #2394f0;
  width: 48%;
  background: #bbdefa;
  box-shadow: 0.03125rem 0.03125rem 0.0625rem #a1d3f9 inset;
}

/*按钮*/

button,
.btn {
  display: inline-block;
  *display: inline;
  padding: 0.21875rem 0.9375rem;
  margin-bottom: 0.3125rem;
  *margin-left: .3em;
  font-size: 0.8em;
  line-height: 0.625rem;
  *line-height: 0.625rem;
  color: #666;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0.03125rem solid #e4e4e4;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #eeeeee, #dedede, #dedede;
  border-radius: 0.1875rem;
  -o-border-radius: 0.1875rem;
  -ms-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  -webkit-border-radius: 0.1875rem;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(bottom, #ffffff, #e6e6e6);
  background-image: linear-gradient(to top, #ffffff, #e6e6e6);
  background-image: -webkit-linear-gradient(to top, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#e6e6e6');
}

button:hover,
button:active,
.btn:active {
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
  background: -moz-linear-gradient(to top, #eee, #f8f8f8);
}

button.orange,
.btn.orange {
  /* --- orange color button --- */
  color: #fff;
  background-color: #ff5c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7f04), to(#fc9028));
  background: -webkit-linear-gradient(#ff7f04, #fc9028);
  background: linear-gradient(#ff7f04, #fc9028);
}

button.orange:hover,
button.orange:active,
.btn.orange:active {
  background: #d798d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc9028), to(#ff7f04));
  background: -moz-linear-gradient(to top, #fc9028, #ff7f04);
}

button.red,
.btn.red {
  /* --- orange color button --- */
  color: #fff;
  background-color: #ff5252;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5252), to(#fb5e5e));
  background: -webkit-linear-gradient(#ff5252, #fb5e5e);
  background: linear-gradient(#ff5252, #fb5e5e);
}

button.red:hover,
button.red:active,
.btn.red:active {
  background: #d798d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fb5e5e), to(#e87c7c));
  background: -moz-linear-gradient(to top, #fb5e5e, #e87c7c);
}

button.blue,
.btn.blue {
  /* --- blue color button --- */
  color: #fff;
  background-color: #008fd5;
  background: -webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#0085c6));
  background: -moz-linear-gradient(top, #008fd5, #0085c6);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffe6e6e6', GradientType = 0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffe6e6e6', GradientType = 0);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(enabled = false);
  filter: progid:dximagetransform.microsoft.gradient(enabled = false);
  *zoom: 1;
}

button.blue:hover,
button.blue:active,
.btn.blue:hover,
.btn.blue:active {
  background: #008fd5;
  background: -webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#009de9));
  background: -moz-linear-gradient(to top, #008fd5, #009de9);
}

.btn.small {
  font-size: 0.7em;
  padding: 0.0625rem 0.15625rem;
}

.btn.middle {
  font-size: 0.8em;
  padding: 0.15625rem 0.3125rem;
  line-height: 0.5625rem;
}

.llhb_quan_able .llhb_usedMark,
.noneTip,
.load-more {
  display: none;
}

/*red paper*/

.send-redbag .input-line {
  background: #fff;
  border-radius: 0.125rem;
  padding: 0.8em;
  margin: 0.46875rem 0.46875rem 0.15625rem;
  position: relative;
  border: 0.03125rem solid #e8e8e8;
  border-radius: 0.125rem;
  font-size: 0.9em;
}

.input-line label {
  float: left;
}

.input-line.flow {
  padding-left: 1.09375rem;
  background: url("../../images/redPkgphone.png") no-repeat 0.09375rem center;
  background-size: 0.96875rem 0.875rem;
}

.input-line.paperNum {
  padding-left: 1.09375rem;
  background: url("../../images/redPkgpaper.png") no-repeat 0.25rem center;
  background-size: 0.59375rem 0.71875rem;
}

.input-txt {
  float: right;
}

.send-redbag .tips {
  font-size: 0.8em;
  color: #999;
  padding: 0.2em 0.8em 0 0.09375rem;
  margin: 0 0.46875rem;
  border-bottom: 0.03125rem solid #e8e8e8;
}

.send-redbag .input-line input {
  text-align: right;
  padding: 0 0.2em;
  color: #262626;
  border: none;
  width: 4.0625rem;
  background: transparent;
  font-size: 1em;
}

.send-redbag .single-input input {
  text-align: left;
  box-sizing: border-box;
  width: 5rem;
}

.btn-submit {
  background: #fe6666;
  color: #fff;
  height: 3em;
  line-height: 3em;
  width: 90%;
  margin: 0 auto;
  border-radius: 0.15625rem;
  text-align: center;
}

.btn-disabled {
  opacity: .5;
  pointer-events: none;
}

.money-info h2 span {
  font-size: 2em;
  margin-bottom: 1em;
  color: #333;
}

/*登录注册*/

.login .blueBtn,
.blueBtn.big {
  letter-spacing: 0.2em;
  padding: 0.7em 0;
}

.login .heading {
  position: relative;
  line-height: 0;
  background: #64b5f6;
}

.dl_tab {
  position: absolute;
  bottom: 1em;
  line-height: 1;
  width: 100%;
}

.dl_tab div {
  width: 50%;
  font-weight: bold;
  padding: 0.4em 0;
  float: left;
  color: #eee;
  text-align: center;
}

.dl_tab div.active {
  color: #fff;
  position: relative;
}

.dl_tab div.active span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 0.3125rem;
  border-style: solid;
  border-bottom-color: #eee;
  bottom: -0.53125rem;
  left: 50%;
  margin-left: -0.15625rem;
}

.border_right {
  border-right: solid 0.03125rem #e8e8e8;
}

.dl_inp input {
  font-size: 1em;
}

.dl_inp dt {
  float: left;
  color: #989898;
  text-align: right;
  width: 3.75rem;
  display: block;
  padding: 0.8em 0;
}

.dl_inp dt.phone {
  background: url("../../images/redPkg/phone30.png") 0.375rem center no-repeat;
  background-size: 0.625rem 0.625rem;
}

.dl_inp dt.sms {
  background: url("../../images/redPkg/sms30.png") 0.375rem center no-repeat;
  background-size: 0.625rem 0.625rem;
}

.dl_inp dt.psw {
  background: url("../../images/redPkg/psw.png") 0.375rem center no-repeat;
  background-size: 0.625rem 0.625rem;
}

.dl_inp dt.checkrandcode {
  background: url("../../images/redPkg/checkrandcode.png") 0.375rem center no-repeat;
  background-size: 0.625rem 0.625rem;
}

.dl_inp dd {
  width: 100%;
  padding: 0.8em 0.5em 0.8em 3.75rem;
}

.dl_inp {
  background-color: #fff;
  border: 0.03125rem solid #eee;
  border-radius: 0.15625rem;
  margin-top: 0.7em;
}

.login input[type="button"] {
  position: absolute;
  right: 0.15625rem;
  top: 0.34375rem;
}

.randcode {
  position: absolute;
  right: 0.3125rem;
  top: 0.4375rem;
}

/**/

.show-phone {
  border-width: 0;
  padding: 0 !important;
  width: 100%;
  font-size: 1.5em;
  color: #333 !important;
  font-family: verdana;
}

.show-phone[readonly] {
  color: #999;
}

.head {
  height: 3.125rem;
  background: #fff;
  border-bottom: 0.046875rem solid #e8e8e8;
  overflow: hidden;
}

.head p {
  position: relative;
}

.head i {
  position: absolute;
  left: 1.25rem;
  top: 0;
  padding-left: 0.5625rem;
  height: 3.125rem;
  background: url("../../images/redPkg/head_back.png") no-repeat left center;
  background-size: 0.625rem 0.9375rem;
  display: block;
  font-style: normal;
  width: 2em;
}

.head p {
  text-align: center;
  font-size: 0.9375rem;
  color: #333;
  line-height: 3.125rem;
}

.phoneNumb .fl {
  vertical-align: middle;
  padding-top: 0.1rem;
}

.phoneNumb-r {
  display: block;
  vertical-align: middle;
  position: relative;
}

.phoneNumb .text {
  width: 100%;
  font-size: 0.23rem;
}

.phoneNumb-r em {
  position: absolute;
  background-color: #fff;
}

.paymode img.payPlatform {
  width: 2em !important;
  margin-right: 0.5em;
  float: left;
}

.paymode ul li,
.chooselist ul li {
  margin-right: 0.2em;
  position: relative;
  padding: 0.4em 0.3em 0.4em;
  border-radius: 0.15em;
  border-bottom: 0.03125rem solid #e8e8e8;
  clear: both;
  line-height: 2em;
  cursor: pointer;
}

.paymode ul li em,
em.check,
.chooselist ul li em {
  position: absolute;
  right: 0;
  top: 0.6em;
  padding: 0.6em;
  border: 0.09375rem solid #e8e8e8;
  border-radius: 50%;
}

.paymode ul li.active em,
.active em.check,
.thelocal .thelocal-list.active em,
.chooselist ul li.active em {
  background-color: #64b5f6;
  border: 0.03125rem solid #3b98ed;
}

.paymode ul li.active em:before,
.chooselist ul li.active em:before,
.thelocal .thelocal-list.active em:before,
.active em.check:before {
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 0.09375rem solid #fff;
  border-top: 0.09375rem solid #fff;
  content: '';
  display: block;
  height: 0.5625rem;
  left: 0.234375rem;
  position: absolute;
  top: 0.65625rem;
  width: 0.28125rem;
}

.row-item {
  position: relative;
  margin: 0.1em 0.5em 0.2em 0;
}

.row-item-inline,
.row-item.flowlist {
  font-family: verdana;
  color: #64b5f6;
  display: inline-block;
  text-align: center;
  padding: 0.8em 1em;
  min-width: 6em;
  border: 0.03125rem solid #cbd4db;
  *border: 0;
  border-color: #cbd4db #d3dbdf #cfcfcf;
  border-color: #cbd4db, #d1dade, #cfcfcf;
  border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.28125rem;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(bottom, #ffffff, #f2f2f2);
  background-image: linear-gradient(to top, #ffffff, #f2f2f2);
  background-image: -webkit-linear-gradient(to top, #ffffff, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#f2f2f2');
}

.row-item-block {
  border-top: 0.03125rem solid #e8e8e8;
  padding: 0.5em 1em;
}

.row-item-block:first-child {
  border-top: 0 none;
}

.row-item * {
  font-weight: normal !important;
}

.row-item-inline.active,
.row-item.flowlist.active {
  background-color: #64b5f6;
  background-image: none;
  border: 0.03125rem solid #64b5f6;
  color: #fff;
  box-shadow: 0 0 0.09375rem #5aacf5 inset;
}

.footerflow {
  border-top: 0.03125rem solid #e8e8e8;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #333;
  background: #fff;
  font-size: 1.2em;
  line-height: 2.9em;
  height: 2.9em;
}

.footerflow-l {
  padding: 0 0 0 1em;
  float: left;
}

.footerflow-l strong {
  color: #fe6666;
  margin-right: 0.15625rem;
  font-family: arial;
}

.footerflow-r {
  position: absolute;
  background: #fe6666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  width: 40%;
  top: -0.03125rem;
  right: 0;
  height: 2.9em;
}

.footerflow-l p {
  color: #999;
}

.thelocal .thelocal-list {
  display: inline-block;
  margin-right: 0.2em;
  padding: 0 0 0.2em 1.6em;
  position: relative;
}

.thelocal .thelocal-list em {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.6em;
  border: 0.09375rem solid #e8e8e8;
  border-radius: 50%;
}

#redUserBooks_10001 {
  color: #fe6666;
  font-style: normal;
  font-size: 1.2em;
}

.llhd_poplb {
  font-size: 0.23rem;
}

.llhd_poplb dl {
  overflow: hidden;
}

.llhd_poplb dt,
.llhd_poplb dd {
  float: left;
}

.llhd_poplb dd {
  color: #fe7f05;
}

.em {
  color: #fe6666;
}

.pop .msg .msg-head {
  font-size: 1.2em;
  text-align: center;
  color: #e54340;
  padding-bottom: 0.2em;
}

.pop_confirm .t {
  display: inline-block;
  width: 5em;
}

.confirm.pop {
  background-color: #f6f6f6;
}

.confirm.pop h4 {
  border-bottom: 0.046875rem solid #ddd;
}

.confirm.pop .msg {
  border-top: 0.070313rem solid #fff;
}

.status-warn {
  border: 0.03125rem solid #ece8da;
  padding-left: 1.5625rem !important;
  background: #fffbee url("../../images/redPkg/warn.png") no-repeat 0.3125rem center;
  background-size: 1rem 1rem;
}

.flowlist.pay-wx-invalid {
  color: #999;
}

/*user*/

.xwqb_mainBj {
  background: #f5f5f5;
}

.xwqb_mainBox {
  margin: 0 5%;
}

.xwqb_userInfo {
  padding: 6% 0;
  font-size: 16px;
  color: #333;
  line-height: 1.75rem;
}

.xwqb_userInfo i {
  display: inline-block;
  border: 0.0625rem solid #fff;
  width: 1.75rem;
  height: 1.75rem;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-right: 0.46875rem;
  border-radius: 0.875rem;
}

.xwqb_userInfo i img {
  width: 100%;
}

.xwqb_userSetList ul li {
  height: 1.375rem;
  line-height: 1.375rem;
  border-bottom: 0.03125rem solid #d6d6d6;
}

.xwqb_userSetList ul li a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #333;
  text-decoration: none;
  font-size: 0.2rem;
}

.xwqb_userSetList ul li span {
  color: #b3b3b3;
}

.xwqb_userSetList ul li span i {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 0.0625rem solid #b7b7b7;
  border-right: 0.0625rem solid #b7b7b7;
  margin-left: 0.15625rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer {
  text-align: center;
  position: fixed;
  bottom: 0.5em;
  color: #bdcacb;
  text-align: center;
  font-size: 0.8em;
  line-height: 2em;
  margin-top: 1em;
  width: 100%;
  text-align: center;
  padding: 1em 0;
}

/*toshbank*/

.usableFlow .btn {
  margin-top: 0.3125rem;
}

/*tocharge*/

.recharge .tab-item,
.redpaperTab .tab-item {
  width: 50%;
}

/*myaccount*/

.accountTab .tab-item {
  width: 33.33%;
}

/*我的账户--账户明细*/

.accountList .select-area,
.list-all .select-area {
  padding: 0.8em 0;
  background: #eee;
  text-align: center;
}

.accountList .select-area select,
.list-all .select-area select {
  height: 0.78125rem;
  width: 4.6875rem;
}

.accountList .dataList li {
  padding-left: 1.3125rem;
  background-size: 2em 2em !important;
}

.dataList li[data-redpaper-type="2"] {
  background: url("../../images/redPkg/paper2.png") no-repeat left center;
}

.dataList li[data-redpaper-type="3"] {
  background: url("../../images/redPkg/paper2.png") no-repeat left center;
}

.dataList li[data-redpaper-type="4"] {
  background: url("../../images/redPkg/paper2.png") no-repeat left center;
}

.accountList .dataList li span {
  float: right;
  line-height: 3em;
}

/*我的账户--我的订单*/

.myorder .sec_tab .tab-item {
  width: 50%;
  border-bottom: 0.0625rem solid #e8e8e8;
  background-color: #eee;
}

.myorder .sec_tab .tab-item.active {
  color: #64b5f6;
  border-bottom: 0.0625rem solid #64b5f6;
  background-color: #eee;
}

ul.order_list li span {
  width: 3em;
  display: inline-block;
  color: #999;
}

ul.order_list li p.status {
  position: absolute;
  right: 0;
  top: 0.5em;
}

ul.order_list li em {
  font-style: normal;
}

ul.order_list li td.status {
  text-align: right;
}

ul.order_list li em.name {
  color: #343434;
}

ul li em.datetime {
  color: #999;
}

ul.order_list li em.orderNo {
  color: #67b5f7;
}

button.pay,
button.del {
  margin-bottom: 0;
  margin-left: 0.5em;
}

/*common*/

.errorInfo {
  color: red !important;
  margin: 0.5em 0;
}

.tab17 .tab-item {
  color: #333;
  padding: 0.8em 0;
  float: left;
  border-bottom: 0.03125rem solid #e8e8e8;
  text-align: center;
}

.tab17 .tab-item.active {
  background-color: #64b5f6;
  color: #fff;
  border-bottom: 0.03125rem solid #64b5f6;
}

.sec_tab .tab-item {
  padding: 0.6em 0;
}

.sec_tab .tab-item.active {
  background-color: #fff;
}

.dataList li {
  position: relative;
  border-top: 0.03125rem solid #e8e8e8;
  overflow: hidden;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  cursor: pointer;
}

.dataList li {
  margin: 0 0.46875rem;
}

.dataList li:first-child {
  border-top: 0 none;
}

.dataList .info p.name {
  color: #333;
}

.dataList .info p.dateTime {
  color: #999;
}

.nomore {
  border: 0 none;
  background: transparent;
  color: #aaa;
}

.nomore_box {
  padding: 0.6em 0.3125rem;
}

.nomore_box > .btn {
  width: 100%;
}

p.noData {
  color: #459de4;
  font-size: 1.7em;
  text-align: center;
  padding: 1.7em 0;
}

.blueBtn {
  background: #bbdefa;
  color: #2396f1;
  box-shadow: 0.03125rem 0.03125rem 0.0625rem #add8f9 inset;
  border: 0 none;
}

button.blueBtn:hover,
button.blueBtn:active,
.btn.blueBtn:active {
  background: #cde4f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#cde4f6), to(#afd8f8));
  background: -moz-linear-gradient(to top, #cde4f6, #afd8f8);
}

.row-area {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.row-area h3 {
  font-size: 0.8em;
  color: #999;
  padding: 0.3em 0 0.6em;
  font-weight: normal;
}

.tip-txt {
  color: #999;
  font-size: 0.9em;
}

.bg {
  background-color: #eee;
}

/*common end*/

/*修改密码*/

.only_dd dl {
  border: 0 none;
  margin-top: 0.46875rem;
}

.only_dd dt {
  display: none;
}

.only_dd dd {
  padding-left: 0;
  height: auto;
}

.only_dd dd input {
  padding-left: 0;
  width: 100%;
  border: 0 none;
  padding: 0.9em 0.6em;
  border-radius: 0.5em;
}

/*我的*/

.my .headpic .username {
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  width: 100%;
  text-align: center;
}

.my .headpic .username img {
  background-color: #fff;
  padding: 0;
  border-radius: 1.09375rem;
}

.my .headpic .username p {
  line-height: 2;
  color: #fff;
}

/**/

.btn-blue {
  background: #526fde;
  background-image: -webkit-linear-gradient(bottom, #66d2fe, #526fde);
  background-image: linear-gradient(to top, #66d2fe, #526fde);
  background-image: -webkit-linear-gradient(to top, #66d2fe, #526fde);
}

/*quan*/

.quan {
  cursor: pointer;
  text-align: left;
  font-size: 0.5rem;
  margin-bottom: 0.3125rem;
  display: block;
  color: #a8d2f9;
  box-shadow: 0.09375rem 0.125rem 0.09375rem #f0f0f0;
  border: 0.03125rem solid #eee;
  border-left: 0 none;
  position: relative;
  overflow: hidden;
}

.quan > .quan_info {
  margin-left: 3.75rem;
  padding-left: 0.3125rem;
  background-color: #fff;
  height: 3.375rem;
}

.quan[data-group='2'] > ul {
  background-position: left 0.03125rem;
}

.quan[data-group='8'] > ul {
  background-position: left 0.03125rem;
}

.quan[data-group='6'] > ul {
  background-position: left -6.71875rem;
}

.quan[data-group='9'] > ul {
  background-position: left -10.09375rem;
}

.quan p.name > span {
  padding: 0.09375rem 0.15625rem;
  color: #fff;
  margin-right: 0.15625rem;
}

.quan_info .name {
  padding-top: 0.8125rem;
  color: #535252;
  padding-bottom: 0.3125rem;
}

.quan > ul > .flow {
  font-size: 0.625rem;
  font-family: arial;
  margin-top: 0.75rem;
}

.quan > ul > .quanname {
  margin-top: 0.3125rem;
}

.quan .checkit {
  position: absolute;
  right: 0.3125rem;
  top: 0.46875rem;
}

/*过期圈标签*/

.llhb_outDate {
  position: absolute;
  z-index: 9;
  top: 0.53125rem;
  right: -1.25rem;
  width: 4.6875rem;
  height: 0.9375rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
  line-height: 0.9375rem;
  font-size: 0.46875rem;
  background-color: #ff6766;
}

/*过期圈标签*/

.llhb_outDate1 {
  position: absolute;
  z-index: 9;
  top: 0.40625rem;
  right: -0.90625rem;
  width: 3.125rem;
  height: 0.625rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
  line-height: 0.625rem;
  font-size: 0.46875rem;
  background-color: gray;
}

.llhb_outDate3 {
  position: absolute;
  z-index: 9;
  top: 0.40625rem;
  right: -0.90625rem;
  width: 3.125rem;
  height: 0.625rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
  line-height: 0.625rem;
  font-size: 0.46875rem;
  background-color: #bd0ade;
}

.llhb_outDate2 {
  position: absolute;
  z-index: 9;
  top: 0.40625rem;
  right: -0.90625rem;
  width: 3.125rem;
  height: 0.625rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
  line-height: 0.625rem;
  font-size: 0.46875rem;
  background-color: #00ccff;
}

.llhb_quan_enable .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  left: 0;
  top: 0;
}