/****** base ******/
html, body {
  height: 100%;
  background-color: transparent;
}
select {
  -webkit-appearance: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
.modal-body {
  font-size: 18px;
}
.bg-white {
  background-color: white;
}
.ajaxLoading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0);
}
.ajaxLoading > div {
  width: 200px;
  height: 25px;
  border-radius: 3px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -15px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.btn-gray {
  background-color: #959595;
  color: #fff;
}
ul.clearfix > li,
ol.clearfix > li {
  float: left;
}
.btn-gray.active,
.btn-gray.focus,
.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover,
.open > .dropdown-toggle.btn-gray {
  background-color: #656565;
  color: #fff;
}
.btn-padding {
  padding-left: 0;
  padding-right: 0;
}
.box-center {
  margin-left: auto;
  margin-right: auto;
}
.mt-lg {
  margin-top: 25px;
}
.mt-md {
  margin-top: 20px;
}
.mt-sm {
  margin-top: 15px;
}
.mt-xs {
  margin-top: 10px;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.text-index {
  text-indent: 2em;
}
.font-lg {
  font-size: 20px;
}
.font-md {
  font-size: 18px;
}
.font-sm {
  font-size: 16px;
}
.font-xs {
  font-size: 14px;
}
.font-bold {
  font-weight: bold;
}
.center-wrap {
  height: 100%;
  text-align: center;
}
.center-wrap:after,
.center-wrap:before {
  content: '';
  height: 100%;
  width: 0;
}
.center-wrap > .center-body {
  text-align: left;
}
.center-wrap > .center-body,
.center-wrap:after,
.center-wrap:before {
  display: inline-block;
  vertical-align: middle;
}
.container-fluid {
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
[src$="logo.png"] {
  width: 130px;
  padding: 0 12px;
}
.panel {
  text-align: left;
  display: none;
  margin: 0 auto;
}
.panel.active {
  display: block;
  overflow-y: auto;
}
.panel-heading {
  position: relative;
  min-height: 54px;
  border-bottom: none;
}
.center {
  line-height: 34px;
  height: 34px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.left,
.right {
  position: absolute;
  z-index: 1;
  top: 10px;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.btn-close,
.btn-back {
  background-color: transparent;
}
.btn-close:hover,
.btn-back:hover {
  color: #aaa;
}
.input-group .form-control:last-child {
  border-right: 1px solid #ccc;
}
.input-group .form-control:first-child {
  border-left: 1px solid #ccc;
}
.input-group .form-control {
  border-left: none;
  border-right: none;
}
[role="resend"] {
  display: none;
}

/****** no-full ******/
.no-full {
  width: 300px;
}
.no-full .panel-heading {
  background-color: transparent;
  color: #333;
}
.no-full .panel-heading .btn {
  font-size: 14px;
}
.no-full .panel-heading .center {
  font-size: 18px;
}

/****** full ******/
.full {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.full > .panel-heading {
  background-color: #323232;
  color: #fff;
  border-radius: 0;
}
.full .panel-heading .btn {
  font-size: 18px;
}
.full .panel-heading .center {
  font-size: 24px;
}

/****** login ******/
.account-log span {
  font-size: 14px;
}
.reset-password span{
  color: #158a1b;
  text-decoration: underline;
  font-size: 14px;
}
.accountList {
  width: 268px;
}

/****** user ******/
.user-list {
  font-size: 24px;
}
.user-name {
  font-size: 24px;
  padding: 10px 15px;
}
.user-list .glyphicon,
.user-name .glyphicon {
  margin-right: 15px;
  top: 3px;
  color: #5cb85c;
}
.user-list a {
  display: block;
  color: #333;
}

/****** order ******/
.order li {
  display: none;
  text-align: center;
  width: 33.33333333333333%;
}
.order-content {
  overflow: hidden;
}
.order-content > div {
  overflow: hidden;
}
.order-list {
  display: none;
}
.order-list .active {
  display: block;
}
.order a {
  display: inline-block;
}
.order a:hover {
  opacity: .8;
}
.order-list img {
  width: 60px;
}
/*.order li {
  height: 60px;
}*/
.order-result {
  display: none;
}
.order-btn {
  width: 60%;
  margin-top: 2px;
}
.phoneMoney {
  padding-top: 1px;
  padding-left: 1px;
}
.phoneMoney li {
  width: 33.333333333%;
  margin-top: -1px;
  margin-left: -1px;
}
.phoneMoney li a {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  display: block;
  background-color: #FFF;
  border: 1px solid #ccc;
}
.phoneMoney li a:hover {
  background-color: #E6E6E6;
  border-color: #ADADAD;
  position: relative;
  z-index: 1;
}
.phoneMoney li.active a {
  position: relative;
  z-index: 1;
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C;
}

/****** order ******/
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  position: relative;
  font-size: 10px;
  margin: 8px 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.icon:hover {
  opacity: .9;
}
.icon-img {
  width: 60px;
  line-height: 32px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  border: 1px solid transparent;
}
.icon-img img {
  width: 46px;
}
.icon p {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 60px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  border: 1px solid transparent;
}
.icon-big,
.icon-big .icon {
  width: 182px;
}
.icon-big .icon-img {
  width: 60px;
  line-height: 58px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
}
.icon-big p {
  left: 60px;
  width: 120px;
  line-height: 58px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  font-size: 20px;
}
.icon.alipayquick .icon-img,
.icon-alipayquick p {
  border-color: #007811;
}
.icon.alipayquick p {
  background-color: #007811;
}
.icon.alipayweb .icon-img,
.icon-alipayweb p  {
  border-color: #F08200;
}
.icon.alipayweb p {
  background-color: #F08200;
}
.icon.wx .icon-img,
.icon-wx p {
  border-color: #4CB848;
}
.icon.wx p {
  background-color: #4CB848;
}
.icon.unionpay .icon-img,
.icon-unionpay p  {
  border-color: #0B3679;
}
.icon.unionpay p {
  background-color: #0B3679;
}
.icon.xqtwx .icon-img,
.icon-xqtwx p  {
  border-color: #0B3679;
}
.icon.xqtwx p {
  background-color: #0B3679;
}

.icon.tenpay .icon-img,
.icon-tenpay p  {
  border-color: #f08200;
}
.icon.tenpay p {
  background-color: #f08200;
}
.icon.hongbao .icon-img,
.icon-hongbao p  {
  border-color: #D21919;
}
.icon.hongbao p {
  background-color: #D21919;
}
.icon.yeepayphonecard .icon-img,
.icon-yeepayphonecard p  {
  border-color: #6D6C6C;
}
.icon.yeepayphonecard p {
  background-color: #6D6C6C;
}
.new {
  position: relative;
}
.new:after,
.new:before {
  content: '';
  position: absolute;
}
.new:after {
  content: 'N';
  background-color: #ff3746;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  right: 0px;
  top: 6px;
  margin-top: -6px;
  color: #fff;
  text-align: center;
  line-height: 12px;
  font-family: sans-serif;
}
/*
.icon.alipayquick .icon-img,
.icon-alipayquick p {
  border-color: #007811;
}
.icon.alipayquick p {
  background-color: #007811;
}
.icon.alipayweb .icon-img,
.icon-alipayweb p  {
  border-color: #0b3679;
}
.icon.alipayweb p {
  background-color: #0b3679;
}
.icon.unionpay .icon-img,
.icon-unionpay p  {
  border-color: #6d6c6c;
}
.icon.unionpay p {
  background-color: #6d6c6c;
}
.icon.tenpay .icon-img,
.icon-tenpay p  {
  border-color: #f08200;
}
.icon.tenpay p {
  background-color: #f08200;
}
.icon.hongbao .icon-img,
.icon-hongbao p  {
  border-color: #d21919;
}
.icon.hongbao p {
  background-color: #d21919;
}
.icon.yeepayphonecard .icon-img,
.icon-yeepayphonecard p  {
  border-color: #0b3679;
}
.icon.yeepayphonecard p {
  background-color: #0b3679;
}*/
