/*
 修改说明:
 2018-05-11 修改 acc-bc-add-div的width属性
 */

/*================================ 通用 ================================*/
body {
  margin: 80px 0;
  font-size: 14px;
  font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif !important;
  background-color: #f0f0f2;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  color: #b4b4b4;
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:active:focus {
  outline: 0;
  outline-offset: 0;
}

div.container {
  width: 1442px;
}

@media (max-width: 768px) {
  div.container {
    width: 100%;
  }
}

a {
  text-decoration: none;
}

a:hover {
  color: #f74832;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #9e9e9e;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9e9e9e;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9e9e9e;
}

.no-padding {
  padding: 0;
}

.no-right-padding {
  padding-right: 0;
}

.no-left-padding {
  padding-left: 0;
}

.auto-no-l-pg {
  padding-left: 15px;
}

@media (max-width: 768px) {
  .auto-no-l-pg {
    padding-left: 0;
  }
}

.df-btn {
  border-radius: 0;
  background-color: #dbdbdb;
  border: 1px solid #777;
}

.copy-right {
  font-size: 16px;
}

@media (max-width: 768px) {
  .copy-right {
    font-size: 14px;
  }
}

.bank-card-info {
  width: 100%;
  height: 28px;
  line-height: 1.6666666;
  border: 1px solid #cfd7e7;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .bank-card-info {
    font-size: 14px;
  }
}

.all-bank-select-div {
  overflow-X: hidden;
}

.all-bank-select-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.all-bank-select-li {
  float: left;
  width: 283px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #B0C2E1;
  margin: 10px 10px 0 0;
  overflow: hidden;
  padding-left: 15px;
  cursor: pointer;
}

.all-bank-select-li:hover {
  border: 1px solid red;
}

.all-bank-select-li-no-margin {
  margin-right: 0;
}

.all-bank-select-btn {
  margin-top: 10px;
}

.all-bank-select-li-selected {
  border: 1px solid red;
}

/*2018-05-11 修改 acc-bc-add-div的width属性*/
.acc-bc-add-div {
  width: 48%;
  box-shadow: 0 0 8px #c8c8c8;
  margin: 20px 0;
  padding: 20px 0 20px 35px;
  position: relative;
}

@media (max-width: 768px) {
  .acc-bc-add-div {
    width: 97%;
    /*height: 99px;*/
    padding: 10px 0 10px 25px;
    font-size: 14px;
  }
}

.orange-dot {
  height: 10px;
  width: 10px;
  background-color: #f74832;
  border-radius: 50%;
  margin-right: 5px;
}

.news-tab-dot {
  height: 10px !important;
  width: 10px;
  background-color: #f74832;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 0;
}

.acc-bc-add-div-second {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .acc-bc-add-div-second {
    margin-left: 0;
  }
}

.col1, .col2, .col3,
.col4, .col5 {
  width: 288px
}

@media (max-width: 768px) {
  .col1 {
    width: 105px;
  }

  .col2, .col5 {
    width: 60px;
  }

  .col3, .col4 {
    width: 75px;
  }
}

.br {
  display: none;
}

@media (max-width: 768px) {
  .br {
    display: block;
  }
}

.index-tr {
  width: 99%;
  height: 65px;
  background-color: #FFFFFF
}

@media (max-width: 768px) {
  .index-tr {
    height: 53px;
  }
}

.tran-col1 {
  width: 200px;
  margin-left: 20px
}

.tran-col2 {
  width: 480px
}

@media (max-width: 768px) {
  .tran-col1 {
    width: 300px;
    margin-left: 20px
  }

  .tran-col2 {
    width: 180px
  }

  .tran-col5 {
    width: 357px;
  }
}

.tran-col3 {
  width: 270px
}

.tran-col4 {
  width: 330px
}

.tran-col5 {
  width: 157px;
}

.tran-record-table {
  width: 1350px;
  margin: 0 auto;
  padding-left: 20px;
  color: #a1a3a8;
  border: 1px solid #d8dfff
}

.tran-record-query-list tr {
  height: 70px;
}

@media (max-width: 768px) {
  .tran-record-query-list tr {
    height: 58px;
  }

  .tran-record-query-list h4 {
    margin: 0;
  }

  .tran-record-table {
    width: 100%;
  }

  .tran-record-table h5 {
    display: none;
  }

  .tran-record-table h4 {
    font-size: 16px;
  }
}

.table > tbody > .index-tr > td.index-td {
  font-size: 16px;
  color: #787878;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .index-td {
    font-size: 12px;
  }
}

.index-td span {
  display: inline-block;
  width: 90px;
}

.acc-bc-add-default {
  width: 90px;
  height: 22px;
  margin: -10px 15px 0;
  color: #67bf6d;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .acc-bc-add-default {
    width: 71px;
    height: 20px;
    margin-top: 1px;
    font-size: 12px;
  }
}

.acc-bc-add-ml10 {
  margin-left: 10px;
}

.acc-bc-add-c4175e2 {
  color: #4175e2;
}

.acc-bc-add-row2 {
  width: 622px;
  margin-top: 26px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 768px) {
  .acc-bc-add-row2 {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 14px;
  }
}

.acc-bc-add-row3 {
  margin-top: 14px;
}

.acc-bc-add-btn {
  margin: 0 15px 0 0;
  color: #f74832;
  font-size: 15px;
  top: 30px;
  right: 0;
  cursor: pointer;
  border-bottom: 1px solid;
}

@media (max-width: 768px) {
  .acc-bc-add-btn {
    font-size: 12px;
  }
}

.acc-bc-add-btn-green {
  color: green;
}

.acc-bc-add-btn-blue {
  color: blue;
}

.acc-bc-add-btn-right {
  right: 40px;
}

@media (max-width: 768px) {
  .acc-bc-add-btn-right {
    font-size: 12px;
  }
}

/*================================ faye ================================*/
.fee-table tr:first-child {
  font-size: 16px;
  height: 90px;
  color: #333;
}

.fee-table tr:first-child > td {
  border-top: none ! important;
}

.fee-table tr {
  height: 100px;
  color: #a5a5a5;
  font-size: 15px;
  text-align: center;
}

.fee-table tr td {
  padding-top: 30px ! important;
}

.cur {
  cursor: pointer;
}

.i-style {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

.i-user {
  background: url(../image/jibeninf.png) no-repeat center;
}

.i-lock {
  background: url(../image/lockinf.png) no-repeat center;
}

.i-per {
  background: url(../image/persent.png) no-repeat center;
}

.i-creditlimit {
  background: url(../image/creditlimit_normal.png) no-repeat center;
}

.i-commission {
  background: url(../image/commission_normal.png) no-repeat center;
}

.i-news {
  background: url(../image/news_normal.png) no-repeat center;
}

.i-left {
  background: url(../image/arrow_left.png) no-repeat center;
  margin-left: 15px;
}

#btnBase:hover .i-user {
  background: url(../image/jibeninf1.png) no-repeat center;
}

#btnSafe:hover .i-lock {
  background: url(../image/lockinf1.png) no-repeat center;
}

#btnRate:hover .i-per {
  background: url(../image/persent1.png) no-repeat center;
}

#btnCreditLimit:hover .i-creditlimit {
  background: url(../image/creditlimit_active.png) no-repeat center;
}

#btnCommission:hover .i-commission {
  background: url(../image/commission_active.png) no-repeat center;
}

#btnNews:hover .i-news {
  background: url(../image/news_active.png) no-repeat center;
}

.pa-l40 {
  padding-left: 40px;
}

#btnBase:hover .i1 {
  background: url(../image/arrow_left1.png) no-repeat center;
}

#btnSafe:hover .i2 {
  background: url(../image/arrow_left1.png) no-repeat center;
}

#btnRate:hover .i3 {
  background: url(../image/arrow_left1.png) no-repeat center;
}

#btnCommission:hover .i5, #btnCreditlimit:hover .i4, #btnNews:hover .i6 {
  background: url(../image/arrow_left1.png) no-repeat center;
}

.credit-limit-card {
  border: 1px solid #dadfff;
  padding: 15px;
}

.f32-18 {
  color: #323232;
  font-size: 18px;
}

.item-commssion {
  padding-top: 30px;
  font-size: 18px;
  padding-bottom: 30px;
}

.credit-limit {
  padding: 10px 0 30px 0;
  list-style: none;
}

.credit-limit-card {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .credit-limit .green24 {
    font-size: 18px;
  }

  .credit-limit .grayb4_14 {
    font-size: 12px;
  }

  .credit-limit .f32-18 {
    font-size: 14px;
  }

  .sm-padding {
    padding-left: 5px;
    padding-right: 5px;
  }

  .credit-limit {
    padding-top: 0;
  }
}

.f30 {
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}

.crownicon {
  height: 18px;
  width: 27px;
  margin-right: 10px;
  margin-left: 20px;
}

.gray96_14 {
  color: #969696;
  font-size: 14px;
}

.grayb4_14 {
  color: #b4b4b4;
  font-size: 14px;
}

.star_icon {
  width: 117px;
  height: 16px;
}

.margin-right-20 {
  margin-right: 20px;
}

.f24 {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}

.green24 {
  font-size: 24px;
  color: #46af4d;
}

.green18 {
  font-size: 18px;
  color: #46af4d;
}

.line38 {
  height: 38px;
  line-height: 38px;
}

.comname {
  height: 20px;
  line-height: 20px;
  margin-top: 40px;
}

.item-commssion-left .comtil {
  height: 20px;
  line-height: 20px;
}

.item-commssion-left .comlimit {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}

/*.item-commssion-left .grayb4_14{*/
/*height:30px;*/
/*line-height:30px;*/
/*margin-top:10px;*/
/*}*/
.item-commssion-left .cominfor {
  height: 30px;
  line-height: 30px;
  margin-top: 40px;
}

.item-commssion-left .grayb4_14 {
  margin-top: 20px;
}

.item-commssion-right .commission-bar1 {
  margin-top: 40px;
}

.item-commssion-right .commission-bar2 {
  margin-top: 25px;
}

.item-commssion-right, .item-commssion-left {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .item-commssion-right {
    border-left: 1px solid #e6e6e6;
  }
}

@media (max-width: 768px) {
  .item-commssion-right {
    margin-top: 40px;
  }
}

.commissionbtn div a {
  height: 30px;
  line-height: 30px;
  border: 1px solid #f74832;
  width: 80px !important;
  color: #f74832;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}

.commissionbtn div a:hover {
  color: #fff;
  background-color: #f74832;
}

.commissionbtn-orange {
  height: 32px;
  line-height: 28px;
  border: 2px solid #f74832;
  width: 50px !important;
  color: #f74832;
  text-align: center;
  font-size: 16px;
}

.commissiondescribe {
  font-size: 16px;
  display: block;
  text-align: center;
}

.commissionbtn-link {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .item-commssion {
    font-size: 14px;
    height: 50px;
  }

  .item-commssion div {
    padding: 0;
  }
}

/*账户设置里左边部分大屏交互*/
.list-menu li:nth-child(1) a {
  color: #4175e2;
}

.list-menu li a:hover {
  color: #4175e2 !important;
}

.list-menu li:nth-child(4):hover .i-commission {
  background-image: url(../image/commission_active.png);
}

.tip-left {
  width: 24px;
  margin-right: 10px;
  height: 26px;
  position: relative;
  top: 6px;
  display: inline-block;
  background: url(../image/right_lg.png) no-repeat center;
}

.list-menu li:nth-child(4):hover .i4 {
  background-image: url(../image/arrow_left1.png);
}

.commissionmsg {
  color: #787878;
  font-size: 12px;
}

.redf {
  color: #f74832;
}

.remainder-num {
  margin-left: 15px;
  height: 28px;
  line-height: 28px;
}

.margin-top10 {
  margin-top: 10px;
}

.tip-left {
  width: 24px;
  margin-right: 10px;
  height: 26px;
  position: relative;
  top: 6px;
  display: inline-block;
  background: url(../image/right_lg.png) no-repeat center;
}

/*修改验证*/
.i-fail {
  background: url(../image/fail.png) no-repeat center;
}

.p-tip-style {
  vertical-align: text-bottom;
  color: #5e5e5e;
  font-size: 18px;
  height: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  margin: 60px 0;
}

.pay-ul-style {
}

.pay-ul-style li {
  display: inline-block;
  width: 33%;
  text-align: center;
  height: 40px;
  line-height: 35px;
  margin-top: 15px;
}

.pay-ul-style li span {
  width: 100%;
  height: 35px;
  display: inline-block;
  border: 1px solid #cfd7e7;
  color: #787878;
  cursor: pointer;
}

.span-active {
  border: 1px solid #4175e2 ! important;
}

.ptop10 {
  margin-top: 10px;
}

.pay-btn-ban {
  margin-top: 15px;
}

.label-style {
  margin: 15px 0 ! important;
}

.pay-form {
  margin-top: 30px;
}

.pay-form > .acc-add-mp {
  margin-top: 10px ! important;
}

.code-gray {
  color: #6e6e6e ! important;
}

/*.font-s12{font-size: 12px;}*/
.ptop12 {
  margin-top: -12px ! important;
}

.ul-tran {
  margin: 0 0;
}

.word-break {
  font-size: 14px;
  word-break: break-all;
  width: 230px;
  line-height: 20px;
  margin-top: 15px;
  text-align: right;
}

.ul-tran li {
  padding: 0 5px;
  height: 50px;
  /*border-bottom: 1px solid #cfd7e7;*/
  line-height: 50px;
  font-size: 14px;
}

.ul-tran li > label {
  color: #a5a5a5;
  font-weight: normal;
}

.ul-tran li > span {
  color: #333;
  float: right;
}

.ipay {
  width: 45px;
  display: inline-block;
}

.pay-status {
  position: relative;
  width: 75%;
  margin-right: 5px;
}

.pay-status .i1 {
  position: absolute;
  top: -10px;
  left: 0;
}

.i-pay-status1 {
  background: url(../image/1@3x.png) no-repeat center;
  background-size: 16px;
  height: 75px;
}

.i-pay-status2 {
  background: url(../image/2@3x.png) no-repeat center;
  background-size: 16px;
  height: 75px;
}

.i-pay-status3 {
  background: url(../image/3@3x.png) no-repeat center;
  background-size: 16px;
  height: 64px;
}

.i-pay-status4 {
  background: url(../image/4@3x.png) no-repeat center;
  background-size: 16px;
  width: 20px;
  display: inline-block;
  height: 17px;
  position: relative;
  top: 3px;
  right: 5px
}

.p1 {
  margin: 0 40px;
  height: 34px;
}

.p2 {
  margin-top: -30px;
  color: #a5a5a5;
  font-size: 12px;
}

.p3 {
  display: inline-block;
  margin-left: 10%;
  font-size: 14px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pay-center {
  text-align: center;
  position: relative;
}

.pay-jd {
  margin-left: 5px;
  color: #a5a5a5;
  margin-top: 20px;
}

.pay-cont {
  margin-top: 12px;
  color: #a5a5a5;
  width: 70px;
  font-size: 12px;
}

.pay-money {
  font-size: 30px;
  color: #333;
  margin-top: 30px;

}

.p-status {
  font-size: 14px;
  color: #a5a5a5;
}

.ul-tran hr {
  margin: 0 -15px;
}

/*================================ faye ================================*/

/*================================ ZX ================================*/
.text-red {
  color: #d90c32;
}

.text-bold {
  font-weight: bold;
}

.text-ora {
  color: #f95f20;
}

.rec-bank-card-list-div div {
  padding-top: 6px;
}

.bank-card-list-div > div {
  width: 100%;
  min-height: 28px;
  line-height: 28px;
  border: 1px solid #cfd7e7;
  padding-left: 10px;
  margin-bottom: 0;
}

.bank-card-list-div > div > p {
  margin-bottom: 0;
}

.container .title {
  display: none;
}

.container .crumb-fixed {
  /*position: fixed;*/
  width: 1412px;
  z-index: 50;
}

@media (max-width: 768px) {
  .container .crumb-fixed {
    width: 92%;
  }
}

.container .crumb {
  width: 996px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

@media (max-width: 768px) {
  .container .crumb {
    width: 100%;
  }
}

.container .crumb .breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.container .crumb .breadcrumb a {
  font-size: 16px;
}

@media (max-width: 768px) {
  .container .crumb .breadcrumb {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .container .crumb .breadcrumb a {
    font-size: 14px;
  }
}

.acc-add-select {
  width: 48%;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  background-color: #f0f3f7;
  color: #555;
  border: none;
  outline: none;
  float: left;
}

.acc-add-input {
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  background-color: #f0f3f7;
  color: #555;
  border: none;
  outline: none;
}

.acc-add-arr-down {
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  top: 12px;
  right: 22px;
  border-top: 5px solid #555;
}

@media (max-width: 768px) {
  .acc-add-sel-city {
    width: 170px;
    font-size: 12px;
  }
}

.acc-add-text-area {
  width: 100%;
  height: 80px;
  padding-left: 10px;
  background-color: #f0f3f7;
  color: #555;
  border: none;
  outline: none;
  resize: none;
}

.my-home-name {
  width: 48%;
  float: right;
}

.paying-unit {
  width: 100%;
}

.choose {
  height: 3em;
}

.other-bank {
  width: 100%;
  padding: 5px;
  font-size: 20px;
  color: #4175e2;
  background-color: #fff;
  border: 2px solid #4175e2;
  border-radius: 0;
  float: right;
}

.other-bank:hover {
  color: #4175e2;
  background-color: #fff;
  border-color: #4175e2;
}

@media (max-width: 768px) {
  .other-bank {
    font-size: 14px;
  }
}

.other-bank img {
  width: 15px;
  vertical-align: middle;
  margin-bottom: -3px;
}

.other-bank span {
  font-size: 16px;
  vertical-align: middle;
}

/*2018-05-11 修改 flash-bank属性*/
.flash-bank {
  width: 100%;
  padding: 8px 12px;
  color: #fff;
  background-color: #4175e2;
  border: 2px solid #4175e2;
  border-radius: 0;
  float: left;
}

.flash-other-bank {
  width: 100%;
  padding: 8px 12px;
  color: #4175e2;
  background-color: #fff;
  border: 2px solid #4175e2;
  border-radius: 0;
  float: right;
}

.flash-bank:hover {
  color: #fff;
  background-color: #4175e2;
  border-color: #4175e2;
}

.flash-other-bank:hover {
  color: #4175e2;
  background-color: #fff;
  border-color: #4175e2;
}

@media (max-width: 768px) {
  .flash-bank {
    font-size: 14px;
  }

  .flash-other-bank {
    font-size: 14px;
  }
}

.flash-bank img {
  width: 15px;
  vertical-align: middle;
  margin-bottom: -3px;
}

.flash-other-bank img {
  width: 15px;
  vertical-align: middle;
  margin-bottom: -3px;
}

.flash-bank span {
  font-size: 16px;
  vertical-align: middle;
}

.flash-other-bank span {
  font-size: 16px;
  vertical-align: middle;
}

.point1 {
  position: absolute;
  color: #f74832;
  display: block;
  top: 8px;
  left: 321px;
  font-size: 24px
}

@media (max-width: 768px) {
  .point1 {
    position: absolute;
    color: #f74832;
    display: block;
    top: 6px;
    left: 69px;
    font-size: 24px
  }
}

.point2 {
  position: absolute;
  color: #f74832;
  display: block;
  top: 70px;
  left: 321px;
  font-size: 24px
}

@media (max-width: 768px) {
  .point2 {
    position: absolute;
    color: #f74832;
    display: block;
    top: 53px;
    left: 69px;
    font-size: 24px
  }
}

.point3 {
  position: absolute;
  color: #f74832;
  display: block;
  top: 245px;
  left: 321px;
  font-size: 24px
}

@media (max-width: 768px) {
  .point3 {
    position: absolute;
    color: #f74832;
    display: block;
    top: 199px;
    left: 69px;
    font-size: 24px
  }
}

.point4 {
  position: absolute;
  color: #f74832;
  display: block;
  top: 306px;
  left: 354px;
  font-size: 24px
}

@media (max-width: 768px) {
  .point4 {
    position: absolute;
    color: #f74832;
    display: block;
    top: 247px;
    left: 99px;
    font-size: 24px
  }
}

.acc-add-mp {
  margin-bottom: 0;
}

.acc-add-mp-sp {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .acc-add-mp-sp {
    margin-bottom: 12px;
  }
}

.detail-view-mp {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .detail-view-mp {
    margin-bottom: 6px;
  }
}

.choose h4 {
  padding: 0;
}

.bankcard {
  width: 100%;
  height: 100%;
}

.input {
  border: 1px solid #dfdfdf;
  margin-top: 0.3em;
  height: 30px;
}

.input input {
  margin-top: 0.5em;
}

.detail-progress {
  width: 100%;
  height: 2em;
  margin: 6em auto 3em;
}

.detail-progress-txt {
  width: 95%;
  margin: 0 auto;
  height: 4em;
  text-align: center;
}

.detail-progress-con {
  position: relative;
  display: inline-block;
}

.detail-progress-txt-next1 {
  position: absolute;
  top: -42px;
  left: -49px;
  width: 150px;
}

.detail-progress-txt-next3 {
  position: absolute;
  top: -42px;
  left: 414px;
  width: 150px;
}

.detail-progress-txt-next4 {
  position: absolute;
  top: -42px;
  left: 310px;
  width: 150px;
}

.detail-progress-txt-next5 {
  position: absolute;
  top: -42px;
  left: 156px;
  width: 150px;
}

.chose-bank {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .chose-bank {
    margin-top: 8px;
  }
}

.chose-pay-bank {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .chose-pay-bank {
    margin-top: 20px;
  }
}

.recount input {
  margin-top: 2.5em;
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 30px;
  margin-left: 0;
}

.next {
  margin-top: 2em;
}

.next button {
  height: 35px;
}

@media (max-width: 1200px ) and (min-width: 768px ) {
  .first {
    background-color: #FFFFFF;
    width: 100%;
    height: 120px;
    padding-top: 1em;
    padding-bottom: 40px;
    margin: 0 auto;
    padding-left: 2em;
  }
}

.second {
  height: 125px;
  background-color: #fff;
  padding: 17px 20px;
}

@media (max-width: 768px) {
  .second {
    height: 330px;
    padding: 0 20px;
  }
}

.second .title-col {
  height: 34px;
  line-height: 34px;
}

.second .money-col {
  height: 40px;
  margin-top: 13px;
}

.second .money-col div:first-child {
  height: 26px;
}

.second .money-col div:first-child span {
  vertical-align: middle;
}

.second .money-col div:first-child img {
  vertical-align: middle;
}

.second .money-col div:last-child {
  height: 14px;
}

.second .button-col {
  height: 65px;
}

@media (max-width: 768px) {
  .second .button-col {
    height: 50px;
  }

  .second div.col-md-5 {
    margin-top: 30px;
  }
}

.list-head {
  height: 55px;
  background-color: #e9edf7;
  width: 100%;
  margin: 0 15px 0 0;
  padding: 0 0 0 10px;
}

@media (max-width: 768px) {
  .list-head {
    height: 35px;
    margin: 0;
  }
}

.list-head tr {
  width: 98%;
!important;
}

.list-head p {
  line-height: 55px;
  font-size: 18px;
  color: #518ce8;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .list-head p {
    line-height: 35px;
    font-size: 14px;
  }
}

.head-list-right {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .head-list-right {
    margin-right: -10px;
    width: 66%;
  }
}

.block {
  width: 1442px;
  height: 30px;
  margin-left: -15px;
  margin-top: 30px;
  background-color: #FFFFFF;
}

.main-pay-rec-info {
  display: inline-block;
  text-decoration: none;
}

.main-pay-rec-info:hover {
  text-decoration: none;
}

.main-pay-with-info {
  display: inline-block;
  text-decoration: none;
  margin-left: 50px;
}

.main-pay-with-info:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .main-pay-with-info {
    margin-left: 10px;
  }
}

.main-pay-all-info {
  display: inline-block;
  text-decoration: none;
  margin-left: 50px;
}

.main-pay-all-info:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .main-pay-all-info {
    margin-left: 10px;
  }
}

.line {
  position: absolute;
  width: 5px;
  height: 160px;
  border-left: 1px solid #d8dfff;
  border-right: 1px solid #d8dfff;
  top: -17px;
  left: 841px;
}

.yo-line {
  position: absolute;
  width: 35px;
  height: 10px;
  border-top: 4px solid #4175e2;
  top: 90px;
  /*left: 15px;*/
}

.yo-hr {
  width: 1270px;
  height: 4px;
  margin-left: 130px;
}

.container .title .suc {
  background: url("../image/u200.png") no-repeat -479px 0;
  background-size: 9% 41%;
}

.table {
  width: 100%;
}

.title .balance {
  margin-left: -4em;
  padding-top: 2.5em;
}

.container .title .balance h5 {
  padding-right: 0;
  padding-left: 0;
}

.live-main {
  width: 1050px;
  margin: 52px auto;
  height: 470px;
  border: 1px solid #fafafa;
}

@media (max-width: 768px) {
  .live-main {
    width: 100%;
    margin: 32px auto;
  }
}

.live-main-first {
  height: 28px;
  line-height: 28px;
  margin-top: 65px;
}

@media (max-width: 768px ) {
  .live-main-first {
    margin-top: 0;
  }
}

.live-main-first .city-line {
  height: 28px;
  line-height: 28px;
}

.live-main-second {
  height: 188px;
  line-height: 188px;
  margin-top: 60px;
}

.live-main-second .btn-line {
  height: 188px;
  line-height: 188px;
}

.live-main-second_sm {
  width: 100%;
}

@media (max-width: 768px ) {
  .live-main-second_sm {
    width: 90%;
    margin: 60px auto 0;
  }
}

.city {
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  color: #787878;
  padding: 0 25px 0 15px;
  margin-top: 3px;
  border-left: 3px solid #f74832;
  display: inline-block;
  float: right;
}

@media (max-width: 768px) {
  .city {
    font-size: 14px;
    float: left;
  }
}

.elect {
  width: 180px;
  height: 100%;
  border: 1px solid #f7514f;
  background-color: #fff7f7;
  position: relative;
  margin: 0 auto;
}

.elect img {
  display: block;
  margin: 40px auto 0px;
  vertical-align: initial;
}

.elect button {
  width: 85px;
  padding: 5px;
  font-size: 16px;
  color: #f74832;
  background-color: #fff7f7;
  border: 2px solid #f74832;
  border-radius: 0;
  position: absolute;
  top: 136px;
  left: 47px;
}

.water {
  width: 180px;
  height: 100%;
  background-color: #fafbfc;
  position: relative;
}

.water img {
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  vertical-align: initial;
}

.water button {
  width: 85px;
  padding: 6px;
  font-size: 16px;
  color: #787878;
  background-color: #dedede;
  border-radius: 0;
  position: absolute;
  top: 136px;
  left: 47px;
}

.f-last {
  margin-left: 15px;
  font-size: 14px;
  color: #b4b4b4;
}

.logo-sm {
  width: 996px;
  margin: 15px auto 15px;
  overflow: hidden;
}

@media (max-width: 768px
) {
  .logo-sm {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.logo-md {
  width: 996px;
  margin: 0 auto 15px;
  overflow: hidden;
}

@media (max-width: 768px
) {
  .logo-md {
    width: 100%;
  }
}

.logo-show {
  width: 116px;
  height: 30px;
  float: left;
  margin-top: -6px;
}

.logo-show img {
  margin: -12px 20px;
}

.logo-show p {
  display: block;
  margin: -25px 53px;
  font-size: 22px;
  width: 50px;
}

.dou-line {
  float: left;
  width: 440px;
  height: 4px;
  border-bottom: 1px dashed #d8dfff;
  border-top: 1px dashed #d8dfff;
}

.name {
  margin-left: -2em;
}

.hom-ie {
  width: 1000px;
  margin: 37px auto 0;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .hom-ie {
    width: 100%;
    margin: 0 auto;
  }

  .hom-ie > .title {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sm-plus {
    display: inline;
    color: #178FE5;
    font-size: 30px;
  }
}

.acc-man {
  height: 150px;
  line-height: 150px;
  border-radius: 5px;
  box-shadow: 0 0 8px #c8c8c8;
  margin: 0 0 50px 77px;
  text-align: center;
}

.acc-man-no-border {
  height: 150px;
  line-height: 150px;
  margin: 0 0 50px 77px;
  text-align: center;
}

@media (max-width: 768px) {
  .acc-man,
  .acc-man-no-border {
    margin: 0 0 50px 0;
  }
}

.pay-fam-cont {
  /*height: 295px;*/
  margin-top: 84px;
  border: 4px solid #fafafa
}

@media (max-width: 768px ) {
  .pay-fam-cont {
    margin-top: 26px;
    border: 4px solid #fafafa
  }
}

.acc-man-home {
  height: 100px;
  line-height: 80px;
  border-right: 1px solid #eaeeff;
  margin: 25px 0;
  text-align: center;
}

.home-png {
  padding-left: 95px;
  padding-top: 20px
}

@media (max-width: 768px) {
  .home-png {
    padding-left: 0;
    padding-top: 20px
  }
}

.home-txt {
  padding-top: 20px;
  margin-left: -15px
}

@media (max-width: 768px) {
  .home-txt {
    padding-top: 20px;
    margin-left: 15px
  }
}

.home-txt p {
  margin-bottom: 0;
}

.acc-man-home-lef {
  height: 100px;
  line-height: 25px;
  border-right: 1px solid #eaeeff;
  padding: 25px 0 0 10px;
  margin: 25px 0;
  text-align: left;
}

.accmanhomemod {
  height: 100px;
  line-height: 25px;
  padding-top: 25px;
  margin: 25px 0;
  text-align: center;
}

.accmanhomemod a {
  padding: 0 15px;
  color: #f74832;
  text-decoration: none;
  border: 1px solid #f74832;
}

.hometxt2 {
  padding-top: 33px;
  margin-left: -32px
}

@media (max-width: 768px ) {
  .hometxt2 {
    padding-top: 24px;
    margin-left: 0
  }
}

.hometxt3 {
  padding-top: 33px;
  margin-left: -32px
}

@media (max-width: 768px ) {
  .hometxt3 {
    font-size: 18px;
    padding-top: 24px;
    margin-left: 0
  }
}

.input-style {
  width: 100%;
  height: 28px;
  background-color: #f0f3f7;
  border: none;
  padding-left: 10px;
  display: inline-block;
}

.input-money {
  width: 33%;
  float: left;
}

.input-fee {
  width: 65%;
  float: right;
}

.reg-input {
  margin-left: -6px;
  width: 300px;
  height: 28px;
  background-color: #f0f3f7;
  border: none;
  padding-left: 13px;
  display: inline-block;
}

@media (max-width: 768px) {
  .reg-input {
    width: 150px;
  }
}

.reg-input-show {
  width: 400px;
  height: 28px;
  background-color: #fff;
  border: none;
  padding-left: 13px;
  display: inline-block;
}

@media (max-width: 768px) {
  .reg-input-show {
    width: 100%;
  }
}

.reg-create {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.addpoint1 {
  position: absolute;
  color: #f74832;
  display: block;
  top: 8px;
  left: 57px;
  font-size: 24px
}

@media (max-width: 768px) {
  .addpoint1 {
    position: absolute;
    color: #f74832;
    display: block;
    top: 6px;
    left: 153px;
    font-size: 24px
  }
}

.accaddfamlogosm {
}

@media (max-width: 768px) {
  .accaddfamlogosm {
    margin-top: 3em;
  }
}

.addpoint2 {
  position: absolute;
  color: #f74832;
  display: block;
  top: 70px;
  left: 57px;
  font-size: 24px
}

@media (max-width: 768px) {
  .addpoint2 {
    position: absolute;
    color: #f74832;
    display: block;
    top: 55px;
    left: 153px;
    font-size: 24px
  }
}

.fam-pay {
  font-size: 18px;
  color: #4175e2;
  margin-left: 20px;
  margin-top: 33px;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 768px) {
  .fam-pay {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -2px;
  }
}

.fam-charge {
  font-size: 18px;
  color: #4175e2;
  margin-left: 20px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .fam-charge {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.fam-remove {
  font-size: 18px;
  color: #f74832;
  margin-left: 20px;
  text-decoration: none;
  margin-right: 40px
}

@media (max-width: 768px) {
  .fam-remove {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 30px;
  }
}

.pay-fam-add {
  display: inline-block;
  font-size: 18px;
  color: #4175e2;
  margin-left: 20px;
  margin-top: 33px;
  text-decoration: none;
  padding-right: 40px;
}

@media (max-width: 768px) {
  .pay-fam-add {
    font-size: 14px;
    padding-right: 40px;
    margin-left: 0;
    margin-top: 0;
  }
}

.home-menu {
  border-bottom: 4px solid #eee;
}

.home-menu a {
  text-decoration: none;
}

.home-menu-item {
  display: inline-block;
  font-size: 20px;
  color: #6e6e6e;
  margin: 0 0 -4px 0;
  padding: 20px 10px;
  cursor: pointer;
}

.home-menu-item:hover {
  color: #f74832;
}

.home-menu-action {
  border-bottom: 4px solid #4175e2;
}

.home-menu-plus {
  font-size: 20px;
  color: #178FE5;
}

.home-menu-span {
  font-size: 17px;
  color: #4175e2;
  display: inline-block;
  margin: 0 0 -4px 0;
  padding: 20px 10px;
  float: right;
}

.home-menu-span a {
  color: #4175e2;
}

.acc-menu a {
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .right-txt {
    padding: 1em 1em;
  }
}

.acc-man-home-mod {
  height: 100px;
  line-height: 25px;
  padding-top: 25px;
  margin: 25px 0;
  text-align: center;
}

.acc-man-home-mod a {
  padding: 0 15px;
  color: #f74832;
  text-decoration: none;
  border: 1px solid #f74832;
}

.acc-man-home-mod div {
  width: 50px;
  height: 22px;
  border: 1px solid #f74832;
  display: inline-block;
  padding-left: 10px;
  margin-right: 20px;
}

.acc-man-home span {
  font-size: 20px;
  color: #6e6e6e;
  border-bottom: 3px solid #f74832;
  padding-bottom: 15px;
}

.payment-charge {
  width: 200px;
}

@media (max-width: 768px) {
  .payment-charge {
    width: 140px;
  }
}

.payment-pwd {
  width: 100%;
  margin-left: 0;
}

.acc-man-home span span {
  width: 20px;
  height: 10px;
  margin-left: 10px;
  margin-top: 3px;
  display: block;
  border-bottom: 3px solid #f74832;
}

.main-inf {
  width: 100%;
  height: 40em;
  border: 1px solid #dfdfdf;
  padding-top: 2em;
}

.main-inf > .row {
  margin: 1em 0;
}

.main-inf h4 {
  padding: 0;
}

.main-inf .fam {
  width: 18em;
  height: 2.5em;
  border: 1px solid #dfdfdf;
}

.main-inf .region {
  width: 10em;
  height: 2.5em;
  border: 1px solid #dfdfdf;
}

.main-inf textarea {
  width: 18em;
  height: 10em;
  resize: none;
  border: 1px solid #dfdfdf;
}

.pay-way-line {
  padding-top: 20px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #d8dfff;
}

.acc-bank-card-select {
  width: 267px;
  height: 28px;
  background-color: #f0f3f7;
  border: none;
  padding-left: 10px;
  color: #aaa;
}

@media (max-width: 768px) {
  .acc-bank-card-select {
    width: 180px;
    height: 23px;
  }
}

.pay-way-line span {
  line-height: 34px;
  color: #787878;
  font-size: 18px;
}

.pay-way-line-two {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #d8dfff;
  border-top: 1px solid #d8dfff;
  padding: 25px 0;
}

@media (max-width: 768px) {
  .pay-way-line-two {
    padding: 15px 0;
  }
}

.list-menu {
  height: 400px;
  width: 240px;
  float: left;
  background-color: #f8fafc;
}

@media (max-width: 768px) {
  .list-menu {
    height: 190px;
    width: 100px;
    float: left;
    background-color: #f8fafc;
  }
}

.list-menu li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dotted #dadfff
}

@media (max-width: 768px) {
  .list-menu li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dotted #dadfff
  }
}

.list-menu2 {
  width: 100%;
}

.list-menu2 li {
  float: right;
  height: 60px;
  line-height: 60px;
}

.btn-base {
  font-size: 18px;
  text-decoration: none
}

.btn-safe {
  font-size: 18px;
  text-decoration: none;
  color: #333333
}

.btn-commission, .btn-creditlimit, .btn-news {
  font-size: 18px;
  text-decoration: none;
  color: #333333
}

.btn-base:hover, .btn-safe:hover, .btn-rate:hover, .btn-commission:hover, .btn-creditlimit:hover, .btn-news:hover {
  color: #337ab7;
  text-decoration: none;
}

.btn-rate {
  font-size: 18px;
  color: #333333;
  text-decoration: none;
}

@media (max-width: 768px ) {
  .btn-base {
    font-size: 12px;
    text-decoration: none
  }

  .btn-safe {
    font-size: 12px;
    text-decoration: none;
    color: #333333
  }

  .btn-rate {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
  }

  .btn-commission, .btn-creditlimit, .btn-news {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
  }

  .sm-none {
    display: none;
  }
}

@media (min-width: 768px ) {
  .lg-none {
    display: none;
  }
}

.head-img {
  width: 70px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 50%;
  height: 70px;
}

@media (max-width: 768px) {
  .head-img {
    width: 40px;
    height: 40px;
    margin-top: 4px;
    margin-left: 0;
  }
}

.f-blue {
  color: #4175e2;
}

.f-blue:hover {
  color: #f74832;
}

.hover-style:hover {
  cursor: pointer;
}

.acc-set-img {
  height: 89px;
  line-height: 89px;
  display: inline-block;
}

@media (max-width: 768px) {
  .acc-set-img {
    height: 50px;
    line-height: 50px;
    display: inline-block;
  }
}

.last-div {
  height: 66px;
  line-height: 66px;
  display: inline-block;
  width: 10%;
}

@media (max-width: 768px ) {
  .last-div {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 10%;
  }
}

.last-div-img {
  height: 89px;
  line-height: 89px;
  display: inline-block;
  width: 10%;
}

@media (max-width: 768px ) {
  .last-div-img {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 10%;
  }
}

.acc-photo-two {
  padding-top: 5px;
  padding-left: 15px;
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .acc-photo-two {
    padding-top: 5px;
    padding-left: 15px;
    margin-bottom: 30px
  }
}

.news-page {
  width: 1442px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 16px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .news-page {
    width: 100%;
    font-size: 14px;
    background-color: #f0f0f2;
    padding-bottom: 0;
  }

  .acc-photo-two {
    padding-top: 5px;
    padding-left: 15px;
    margin-bottom: 30px
  }

  .news-box {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
}

.news-box {
  border-bottom: 0;
  border-top: 0;
  background-color: #fff;
  padding-left: 15px;
  font-size: 14px;
}

.news-box .news-title {
  padding: 5px 5px 3px 0;
}

.news-box .news-time {
  padding: 2px 5px 3px 0;
  border-bottom: 1px solid #dcdcdc;
  color: #b4b4b4;
  font-size: 12px;
}

.news-box .news-content {
  padding: 5px 5px 5px 0;
  color: #969696;
}

.acc-photo-inf {
  padding-left: 170px;
}

@media (max-width: 768px) {
  .acc-photo-inf {
    padding-left: 18px;
  }
}

.user-photo-400 {
  width: 400px;
  height: 400px;
}

.user-photo-400 {
  width: 300px;
  height: 300px;
}

.user-photo-100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.user-photo-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-photo-80 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.user-photo-30 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.acc-set-2 {
  height: 66px;
  line-height: 66px;
  display: inline-block;
}

@media (max-width: 768px) {
  .acc-set-2 {
    height: 50px;
    line-height: 50px;
    display: inline-block;
  }
}

.list-item {
  width: 75%;
  float: left;
  margin-left: 20px;
  /*padding-left: 70px;*/
  box-shadow: 0 0 8px #c8c8c8;
  min-height: 400px;
}

@media (max-width: 768px) {
  .list-item {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.inf-one-left {
  width: 15%;
  font-size: 16px;
}

@media (max-width: 768px) {
  .inf-one-left {
    width: 19%;
    font-size: 12px;
  }
}

.inf-two-left {
  color: #a5a5a5;
  font-size: 15px
}

@media (max-width: 768px) {
  .inf-two-left {

    font-size: 12px
  }
}

.inf-thr-left {
  color: #4679e3;
  font-size: 15px;
  text-decoration: none
}

@media (max-width: 768px) {
  .inf-thr-left {
    font-size: 12px;
  }
}

.item-li {
  height: 66px;
  border-bottom: 1px solid #e6e6e6
}

@media (max-width: 768px ) {
  .item-li {
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.list-img {
  height: 90px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 768px) {
  .list-img {
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
  }
}

.safe-set-one {
  height: 66px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .safe-set-one {
    height: 50px;
    border-bottom: 1px solid #f2f5fa;
    margin-top: 0
  }
}

.logo-pwd {
  width: 15%;
  font-size: 16px;
}

@media (max-width: 768px ) {
  .logo-pwd {
    width: 20%;
    font-size: 12px;
  }
}

.safe-set-two {
  color: #a5a5a5;
  font-size: 15px
}

@media (max-width: 768px) {
  .safe-set-two {
    font-size: 12px
  }
}

.safe-size {
  width: 70%;
}

@media (max-width: 768px) {
  .safe-size {
    width: 65%;
  }
}

.cash-rate {
  height: 70px;
  line-height: 89px;
  font-size: 20px;
  font-weight: bold
}

@media (max-width: 768px) {
  .cash-rate {
    height: 35px;
    line-height: 52px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 1em;
  }
}

.rate-td {
  height: 80px;
  font-size: 18px
}

@media (max-width: 768px) {
  .rate-td {
    height: 50px;
    font-size: 12px
  }
}

.reset-more {
  color: #4679e3;
  font-size: 15px;
  text-decoration: none
}

@media (max-width: 768px) {
  .reset-more {
    color: #4679e3;
    font-size: 12px;
    text-decoration: none
  }
}

.pay-way-line-two-acc-bank {
  height: 325px;
  width: 90%;
  margin: 0 auto 1px;
  border-bottom: 1px solid #d8dfff;
  border-top: 1px solid #d8dfff;
  padding-top: 25px;
}

@media (max-width: 768px) {
  .pay-way-line-two-acc-bank {
    height: 240px;
    width: 90%;
    margin: 0 auto 1px;
    border-bottom: 1px solid #d8dfff;
    border-top: 1px solid #d8dfff;
    padding-top: 15px;
  }
}

.acc-bank-card-add-input {
  width: 267px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .acc-bank-card-add-input {
    width: 175px;
  }
}

.bank-card-select-div {
  width: 267px;
}

@media (max-width: 768px) {
  .bank-card-select-div {
    width: 175px;
  }
}

.pay-way-line-two span {
  font-size: 18px;
  color: #787878;
}

@media (max-width: 768px) {
  .pay-way-line-two span {
    font-size: 15px;
    color: #787878;
  }
}

.add-bank-mp {
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .add-bank-mp {
    margin-bottom: 15px
  }
}

#toExcelDialog .modal-content {
  width: 1000px;
  left: -195px;
}

.pay-way-bank {
  display: inline-block;
  font-size: 18px;
  color: #787878;
}

.pay-way-bank span {
  font-size: 14px;
}

.acc-pay-acc-man-live {
  width: 100%;
  margin-top: 64px;
  border: none
}

@media (max-width: 768px) {
  .acc-pay-acc-man-live {
    margin-top: 8px;
  }
}

.add-account {
  font-size: 24px;
  color: #f74832;
  text-decoration: none;
  padding: 10px 40px;
  border: 1px solid #f74832;
}

.add-account:hover {
  color: #f74832;
  text-decoration: none;
}

/*================================ CX ================================*/
.ui-top-logo-img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
}

.all-bank-select-div .list-group-item {
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.all-bank-select-div .list-group-item p {
  margin-bottom: 0;
}

.btn-center {
  text-align: center;
}

@media (max-width: 768px) {
  .text-left-xs {
    text-align: left;
  }

  label[for='txtOptionSms'] {
    width: 120px;
    margin-left: -10px;
  }
}

.upload {
  width: 84%;
  height: 28px;
  line-height: 28px;
  background-color: #eee;
  padding-left: 10px;
  float: left;
}

.upload input {
  width: 70%;
  opacity: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.upload-btn {
  width: 15%;
  height: 28px;
  line-height: 0.5;
  float: right;
}

.family-info-color78 {
  color: #787878;
}

.family-info-color74b {
  color: #74b04e;
  font-size: 16px;
}

@media (max-width: 768px) {
  .family-info-color74b {
    font-size: 14px;
  }
}

/*银行图标样式 结束*/
/*分页样式*/
.paging-main {
  width: 1442px;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .paging-main {
    width: 100%;
  }
}

.white-background-height {
  height: 600px;
}

.reg-ok {
  vertical-align: middle;
  font-size: 22px;
  color: #787878;
}

.font-style {
  font-size: 18px;
  color: #6e6e6e;
  font-weight: normal;
  margin-bottom: 0;
  text-align: right;
  height: 28px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .font-style {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
}

.acc-add-style {
  font-size: 18px;
  color: #6e6e6e;
  font-weight: normal;
  margin-bottom: 0;
  text-align: right;
  height: 28px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .acc-add-style {
    text-align: left;
    font-size: 14px;
  }
}

.static-padding-top4 {
  padding-top: 4px;
}

.static-padding-top7 {
  padding-top: 7px;
}

.detail-color9b {
  font-size: 16px;
  color: #9b9b9b;
}

.detail-color78 {
  font-size: 16px;
  color: #787878;
}

.detail-color748 {
  font-size: 16px;
  color: #f74832;
}

.detail-money {
  font-size: 22px;
}

@media (max-width: 768px) {
  .detail-color9b,
  .detail-color78,
  .detail-color748 {
    font-size: 14px;
  }

  .detail-money {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .time-lately {
    margin-top: 1em;
  }

  .static-padding-top4 {
    padding-top: 0;
  }

  .static-padding-top7 {
    padding-top: 0;
  }
}

.suc-button {
  margin: 50px auto;
}

@media (max-width: 768px) {
  .suc-button {
    margin: 30px auto;
  }

  .suc-button div.col-xs-4 {
    padding: 0;
  }
}

.detail-btn {
  width: 200px;
  height: 40px;
  background-color: #f74832;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding-top: 8px;
}

.detail-btn:hover {
  color: #fff;
}

.flex {
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /*display: -moz-flex; /!* Firefox 18+ *!/*/
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-item-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}

.flex-item-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}

.flex-item-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex-align {
  align-items: center;
}

.w120 {
  width: 120px;
}

.commissiontilbar .flex-item-4.active {
  color: #4175e2;
  border-bottom: 2px solid #4175e2;
}

.commissiontilbar .flex-item-4, .commissiontilbar .news_list_title {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #d8dfff;
}

.commissiontilbar .flex-item-4 div, .commissiontilbar .news_list_title div {
  height: 24px;
  line-height: 24px;
  margin-top: 8px;
  border-right: 1px solid #d8dfff;
}

.commissiontilbar .news_list_title.active {
  color: #4175e2;
  border-bottom: 2px solid #4175e2;
}

.news_list_title {
  font-size: 16px;
  width: 90px;
  position: relative;
}

.click-style {
  cursor: pointer
}

.commissiontd {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #d8dfff;
}

.commissiontd:nth-child(2n) {
  background-color: #f8fafc;
}

.flex-item-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}

.commissiontime1 {
  font-size: 16px;
  color: #6e6e6e;
}

.commissiontime2 {
  font-size: 14px;
  color: #b4b4b4;
}

.border-left {
  border: 0 !important;
}

@media (max-width: 768px) {
  .commissiontd div {
    font-size: 12px;
  }

  .commissiontime1 {
    font-size: 12px;
  }

  .commissiontime2 {
    font-size: 10px;
  }
}

.comtitlebar {
  height: 40px;
  width: 4px;
  background-color: #f74832;
  display: inline-block;
  margin-right: 8px;
}

.green30 {
  color: #46af4d;
  font-size: 30px;
}

.greenf {
  color: #46af4d;
}

.commissionpage {
  height: 40px;
  line-height: 40px;
  text-align: right;
  margin-top: 30px;
  color: #b4b4b4;
  font-size: 16px;

}

.commission-search {
  margin-top: 0 !important;
}

.commissionpage .fristpage, .commissionpage .lastpage {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  border: 1px solid #b4b4b4;
  width: 50px;
  border-radius: 12px;
  text-align: center;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .commdetail {
    display: none;
  }
}

.line20 {
  height: 20px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .detail-btn {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}

.no-list-div {
  text-align: center;
  padding: 20px 0;
}

.no-list {
  width: 204px;
  height: 128px;
  text-align: center;
}

.no-list-title {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}

.detail-btn-two {
  width: 200px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  color: #f74832;
  text-decoration: none;
  padding-top: 8px;
  border: 2px solid #f74832;
  line-height: 20px;
}

@media (max-width: 768px) {
  .detail-btn-two {
    width: 100%;
    font-size: 16px;
    border: 1px solid #f74832;
    line-height: 22px;
  }

  .detail-btn-three {
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 320px) {
  .detail-btn-two {
    width: 86px;
  }
}

.ban-lan-way {
  margin-top: 60px;
  margin-bottom: 25px
}

@media (max-width: 768px) {
  .ban-lan-way {
    margin-top: 30px;
    margin-bottom: 25px
  }
}

.reg-check {
  width: 83px;
  padding: 4px;
  font-size: 14px;
  color: #518ce8;
  background-color: #fff;
  border: 1px solid #518ce8;
  line-height: 1.3333333;
  border-radius: 0;
}

.margin-left60 {
  margin-left: -60px;
}

@media (max-width: 768px) {
  .margin-left60 {
    margin-left: -27px;
  }
}

.reg-check-02 {
  font-size: 14px;
  color: #f74832;
  text-decoration: none;
}

.reg-check-02:hover {
  color: #f74832;
  text-decoration: none;
}

.reg-check-02-div {
  width: 150px;
  height: 28px;
  line-height: 28px;
}

.reg-ok-info {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .reg-ok-info {
    margin-bottom: 30px;
  }
}

.reg-ok-info .p1 {
  font-size: 16px;
  color: #787878;
  margin: 0;
}

@media (max-width: 768px) {
  .reg-ok-info .p1 {
    font-size: 14px;
  }
}

.reg-ok-btn {
  margin-bottom: 20px;
}

.reset-pwd-sp {
  padding-left: 90px;
  color: #aaaaaa;
  font-size: 16px
}

@media (max-width: 768px) {
  .reset-pwd-sp {
    padding-left: 0;
    color: #aaaaaa;
    font-size: 10px
  }
}

.two-way {
  margin-top: 90px;
}

@media (max-width: 768px) {
  .two-way {
    margin-top: 2em;
  }
}

.one-way {
  height: 192px;
}

@media (max-width: 768px) {
  .one-way {
    height: 126px;
  }
}

.message-way {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px #c8c8c8;
  padding-left: 3em;
  padding-top: 3em;
}

@media (max-width: 768px) {
  .message-way {
    margin: 0 auto;
    padding-left: 1em;
    padding-top: 1em;
  }
}

.message-way h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #6e6e6e;
}

@media (max-width: 768px) {
  .message-way h3 {
    font-size: 18px;
  }
}

.message-way h5 {
  margin-top: 0;
  color: #aaa;
}

.message-way span {
  width: 118px;
  height: 38px;
  border: 2px solid #f74832;
  display: inline-block;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  color: #f74832;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .message-way span {
    width: 85px;
    height: 31px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 0;
  }
}

.reset-row {
  width: 100%;
  height: 50px;
  margin-left: 0;
  margin-top: 20px;
  padding-top: 10px;
}

.reset-show {
  float: left;
  height: 30px;
  width: 33.3%;

  margin-top: -10px;
  font-size: 16px;
}

.reset-show > span {
  display: block;
  width: 20em;;
  margin: 0 auto;
}

.reset-line {
  float: left;
  width: 33.3%;
  height: 3px;
  border-bottom: 1px solid #d8dfff;
  border-top: 1px solid #d8dfff;

}

@media (max-width: 768px) {
  .person-way {
    margin-top: 1em;
  }
}

.reset-pwd-sp-num {
  font-size: 16px;
  color: #aaaaaa
}

@media (max-width: 768px) {
  .reset-pwd-sp-num {
    font-size: 12px;
    color: #aaaaaa
  }
}

.top-chinese {
  font-size: 22px;
  color: #6e6e6e;
  display: inline;
}

@media (max-width: 1263px) {
  .top-chinese {
    font-size: 20px;
  }
}

@media (max-width: 1114px) {
  .top-chinese {
    font-size: 18px;
  }
}

.top-english {
  font-size: 18px;
  margin-left: 17px;
  color: #aaa;
}

@media (max-width: 1263px) {
  .top-english {
    font-size: 16px;
    margin-left: 7px;
  }
}

@media (max-width: 1114px) {
  .top-english {
    font-size: 14px;
    margin-left: 7px;
  }
}

.top-sub-title {
  font-size: 16px;
  color: #aaa;
}

.top-sub-num {
  font-size: 20px;
  color: #46af4d;
}

.top-sub-menu {
  font-size: 16px;
  color: #4175e2;
}

.with-sub-ok {
  margin-top: 73px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 768px) {
  .with-sub-ok {
    margin-top: 2em;
    margin-bottom: 15px
  }
}

.with-sub-txt span {
  font-size: 16px;
  color: #787878;
}

@media (max-width: 768px) {
  .with-sub-txt span {
    font-size: 14px;
  }
}

.caption-info {
  margin-top: 25px;
  margin-bottom: 10px;
  border-left: 1px solid #f74832;
  height: 23px;
  line-height: 23px;
  padding: 0;
}

@media (max-width: 768px) {
  .caption-info {
    margin-top: 0;
  }
}

.caption-info span {
  color: #626262;
  font-size: 18px;
  padding-left: 20px;
  font-weight: bold;
  border-left: 3px solid #f74832;
}

.caption-detail {
  padding-top: 12px;
  background-color: #f8fafc;
}

@media (max-width: 768px) {
  .caption-detail {
    padding-top: 6px;
  }
}

.caption-detail .row {
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .caption-detail .row {
    margin-bottom: 3px;
  }
}

.with-draw-fs {
  font-size: 14px;
  color: #6b6b6b;
}

.with-pay-pwd {
  width: 100%;
  margin-left: 0;
}

.sms-pwd {
  width: 57%;
  float: left;
}

.sms-btn {
  width: 40%;
  float: right;
}

.pay-pwd {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .pay-pwd {
    margin-top: 0;
  }
}

.type2 {
  position: relative;
}

.btn-excel {
  position: absolute;
  width: 100px;
  height: 40px;
  font-size: 16px;
  background: #fff;
  color: #f74832;
  border: 2px solid #f74832;
  top: -10px;
  right: 115px;
  border-radius: 0;
  line-height: 38px;
  text-align: center;
}

.btn-excel:hover {
  background: #f74832;
  color: #fff;
}

.btn-excel-top {
  top: 5.5em;
}

.statistical-results {
  float: left;
  margin-top: 2em;
}

.statistical-results a {
  color: #f74832;
  text-decoration: none;
}

.btn-bottom {
  right: 3em;
  top: 5.5em;
}

@media (max-width: 768px) {
  .btn-bottom {
    right: 3em;
    top: 7em;
  }
}

.search-row {
  width: 1320px;
  margin: 60px auto 0;
  padding-left: 15px;
  font-size: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .search-row {
    width: 100%;
    margin: 15px auto 0;
  }
}

.search-row input {
  width: 110px;
  height: 30px;
  background-color: #f0f3f7;
  border: none;
  padding-left: 15px;
  font-size: 14px;
}

@media (max-width: 768px  ) {
  .search-row input {
    width: 80px;
    height: 30px;
    background-color: #f0f3f7;
    border: none;
    padding-left: 5px;
    font-size: 12px;
  }
}

.search-row .row {
  margin-bottom: 20px;
}

.search-row .time {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .search-row .time {
    margin-left: 5px;
  }
}

.search-row .time-action {
  display: inline-block;
  height: 22px;
  width: 39px;
  background-color: #4175e2;
  color: #FFFFFF;
  padding-left: 1px;
  padding-top: 1px;
  margin-left: 0;
  text-align: center;
}

.search-row .keyword {
  width: 400px;
  height: 30px;
  background-color: #f0f3f7;
  border: none;
  padding-left: 15px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .search-row .keyword {
    width: 212px;
    height: 30px;
    background-color: #f0f3f7;
    border: none;
    padding-left: 7px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .advance-ding {
    margin-top: 1em;
  }

}

.arrow {
  height: 14px;
  width: 14px;
  background: url(../image/arrow_down.png) no-repeat center;
  color: #f74832;
  display: inline-block;
  margin-top: 7px;
  margin-left: 4px;
  background-size: 100%;
}

@media (max-width: 768px) {
  .arrow {
    height: 10px;
    width: 10px;
  }
}

.arrow-top {
  background-image: url(../image/arrow_up.png);

}

.create-time {
  font-size: 16px
}

@media (max-width: 768px ) {
  .create-time {
    font-size: 15px
  }
}

@media (max-width: 768px) {
  .tran-table-div {
    margin-top: 0;
  }
}

.tran-table {
  background-color: #e8ecfd;
  height: 54px;
  color: #a1a3a8;
  font-size: 16px
}

@media (max-width: 768px) {
  .tran-table {
    background-color: #e8ecfd;
    height: 33px;
    color: #a1a3a8;
    font-size: 14px
  }
}

.acc-bank-card-list-div {
  width: 60%;
  min-height: 200px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 18px;
}

@media (max-width: 768px ) {
  .acc-bank-card-list-div {
    width: 100%;
    padding-top: 0;
  }
}

.type .type-line {
  display: inline-block;
  width: 66px;
  height: 27px;
  border: 1px solid #4175e2;
  padding-top: 2px;
  /*margin-left: -5px;*/
  text-align: center;
  cursor: pointer;
  margin-bottom: 6px;
}

.type .type1 {
  padding-left: 4px;
}

.commissline {
  height: 27px;
  display: inline-block;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #4175e2;
  padding-top: 2px;
  margin-left: -5px;
  text-align: center;
  cursor: pointer;
}

.type .type-action {
  background-color: #4175e2;
  color: #FFFFFF;
}

.check-suc {
  margin-top: 60px;
  font-size: 32px;
  font-weight: bold;
  padding-left: 12px;
}

.check-suc img {
  width: 32px;
  vertical-align: middle;
}

.check-suc-info {
  margin-top: 25px;
  margin-left: 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .check-suc {
    margin-top: 10px;
    margin-left: 0;
    font-size: 20px;
  }

  .check-suc-info {
    margin-top: 15px;
    margin-left: 0;
    overflow: hidden;
  }
}

.check-suc-info img {
  float: left;
  margin-right: 15px;
}

.check-suc-info img .check-suc-inf-rig {
  float: left;
  margin-left: 10px;
}

.check-suc-tab {
  width: 98%;
  margin-top: 30px;
  margin-left: 15px;
  height: 300px;
}

@media (max-width: 768px) {
  .check-suc-tab {
    width: 98%;
    margin-top: 15px;
    margin-left: 0;
    height: 300px;
  }
}

.check-table-body td {
  border: 1px solid #eff3f8;
}

.re-q-pho {
  width: 100%;
  height: 24px;
  border-left: 3px solid #f74832;
  padding-left: 15px;
}

.bind-suc {
  margin-top: 7em;
}

@media (max-width: 768px) {
  .bind-suc {
    margin-top: 13em;

  }
}

.bind-suc-txt {
  margin-top: 2em;
}

.bind-suc-ok {
  font-size: 24px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .bind-suc-ok {
    font-size: 20px;
    vertical-align: middle;
  }
}

@media (max-width: 768px) {
  .acc-logo-t {
    margin-top: -28px;
  }
}

@media (max-width: 768px) {
  .acc-logo-t h3 {
    font-size: 18px;
  }
}

.save-img {
  display: inline-block;
  width: 300px;
  height: 35px;
  background-color: #f74832;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .save-img {
    display: block;
    width: 180px;
    height: 35px;
    background-color: #f74832;
    border: none;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
  }
}

.save-img p {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
}

.con-pro {
  font-size: 14px;
  color: #5e5e5e;
  margin: 5px;
}

.reset-pwd {
  width: 640px;
  height: 90px;
  background-color: #f8fafc;
  margin: 60px auto;
  padding-left: 185px;
  padding-top: 22px;
  color: #666666;
  font-size: 16px;
}

@media (max-width: 768px ) {
  .reset-pwd {
    width: 100%;
    height: 90px;
    background-color: #f8fafc;
    margin: 40px 0 30px 0;
    padding-left: 50px;
    padding-top: 22px;
    color: #666666;
    font-size: 16px;
  }
}

.reset-pwd h5 {
  font-size: 16px;
}

.reset-pwd-con {
  font-size: 18px;
  color: #6c6c6c;
}

.reset-pwd-con-2 {
  font-size: 16px;
  color: #9f9f9f;
  padding-left: 0;
}

.reset-pwd-input {
  width: 240px;
  height: 25px;
  background-color: #f0f3f7;
  border: none;
  padding-left: 10px;
  color: #9f9f9f;
}

@media (max-width: 768px) {
  .reset-pwd-input {
    width: 131px;
    height: 25px;
    background-color: #f0f3f7;
    border: none;
    padding-left: 10px;
    color: #9f9f9f;
  }
}

.reset-pwd-forge {
  color: #f74832;
  font-size: 10px;
}

.reset-pwd-btn {
  width: 240px;
  height: 33px;
  background-color: #f74832;
  color: #FFFFFF;
  font-size: 16px;
  border: none;
  text-align: center;
  line-height: 33px;
  text-decoration: none;
}

.reset-pwd-btn:hover {
  text-decoration: none;
  color: #fff;
}

.reset-ok {
  margin: 10em auto 3em;
  width: 60%;
  height: 30px;
  padding-left: 18em;
}

@media (max-width: 768px) {
  .reset-ok {
    margin: 4em auto 3em;
    width: 100%;
    height: 30px;
    padding-left: 4em;
    font-size: 14px;
    vertical-align: text-bottom;
  }
}

.reset-ok img {
  vertical-align: top;
}

.acc-pay-pwd-new-row {
  margin-top: 120px
}

@media (max-width: 768px) {
  .acc-pay-pwd-new-row {
    margin-top: 20px
  }
}

.reset-ok h3 {
  vertical-align: baseline;
  color: #5e5e5e;
}

@media (max-width: 768px) {
  .reset-ok h3 {
    vertical-align: text-bottom;
    color: #5e5e5e;
    font-size: 18px;
    height: 20px;
    line-height: 26px;
    padding-left: 10px;
    font-weight: 600;
  }
}

.reset-ok-btn {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 33px;
  background-color: #f74832;
  color: #FFFFFF;
  font-size: 16px;
  border: none;
  text-align: center;
  line-height: 33px;
  text-decoration: none;
}

.reset-ok-btn:hover {
  text-decoration: none;
  color: #fff;
}

.first2 {
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 7px;
  padding-bottom: 7px;
}

.ind-border {
  display: inline-block;
  width: 10px;
  height: 22px;
  border-left: 3px solid #f74832;
  vertical-align: sub;
}

.ind-font {
  font-size: 24px;
  color: #6e6e6e
}

@media (max-width: 768px) {
  .ind-font {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .first2 {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 3px;
  }
}

.cho-chang {
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .cho-chang {
    width: 65px;
    font-size: 12px;
    right: 12px;
  }
}

.first1 {
  width: 1442px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .first1 {
    width: 100%;
  }
}

.index-char {
  width: 85px;
  padding: 5px;
  font-size: 20px;
  color: #fff;
  background-color: #f74832;
  border: 2px solid #f74832;
  border-radius: 0;
  margin-top: 13px;
  vertical-align: middle;
}

.index-char:hover {
  color: #fff;
  background-color: #f74832;
  border-color: #f74832;
}

@media (max-width: 768px) {
  .index-char {
    width: 60px;
    margin-top: 5px;
    font-size: 16px;
  }
}

.index-with {
  width: 85px;
  padding: 5px;
  font-size: 20px;
  color: #f74832;
  background-color: #fff;
  border: 2px solid #f74832;
  border-radius: 0;
  margin-top: 13px;
  vertical-align: middle;
}

.index-with:hover {
  color: #fff;
  background-color: #f74832;
  border-color: #f74832;
}

@media (max-width: 768px) {
  .index-with {
    width: 60px;
    margin-top: 5px;
    font-size: 16px;
  }
}

.index-check {
  display: inline-block;
  width: 95px;
  height: 40px;
  line-height: 40px;
  color: #518ce8;
  font-size: 20px;
  text-decoration: none;
  margin-top: 13px;
  margin-left: 30px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .index-check {
    width: 70px;
    font-size: 16px;
    margin-left: 7px;
    margin-top: 5px;
  }
}

.pay-pay-by-bj-money {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1442px) {
  .block {
    width: 100%;
    margin: 15px auto 0;
  }

  .first1 {
    width: 100%;
  }

  .inf {
    height: 90px;
    margin-left: -16px;
  }

  .type {
    width: 100%;
  }
}

.submit-btn-style {
  width: 100%;
  padding: 5px;
  font-size: 20px;
  color: #fff;
  background-color: #f74832;
  border: 2px solid #f74832;
  border-radius: 0;
}

.submit-btn-style:hover {
  color: #fff;
  background-color: #f74832;
  border-color: #f74832;
}

@media (max-width: 748px) {
  .submit-btn-style {
    font-size: 14px;
  }
}

.submit-btn-style2 {
  width: 100%;
  padding: 5px;
  font-size: 20px;
  color: #f74832;
  background-color: #fff;
  border: 2px solid #f74832;
  border-radius: 0;
}

.submit-btn-style2-blue {
  color: #4175e2;
  background-color: #fff;
  border: 2px solid #4175e2;
}

.submit-btn-style2:hover {
  color: #f74832;
  background-color: #fff;
  border-color: #f74832;
}

.submit-btn-style2-blue:hover {
  color: #4175e2;
  border-color: #4175e2;
}

@media (max-width: 748px) {
  .submit-btn-style2 {
    font-size: 14px;
  }
}

.width42p {
  width: 42%;
}

@media (max-width: 748px) {
  .width42p {
    width: 40%;;
  }
}

.width46p {
  width: 46%;
}

.index-none {
  height: 30em;
  width: 100%;
  background-color: #FFFFFF;
  margin-top: -20px;
  overflow: hidden;
}

.index-none-rec {
  height: 30em;
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .index-none-rec {
    height: 20em;
  }
}

.index-none span {
  font-size: 16px;
  color: #919191;
  margin: 60px auto 40px;
  width: 12em;
  display: block
}

@media (max-width: 768px) {
  .index-none span {
    margin: 10px auto 10px;
    width: 12em;
    display: block
  }
}

.index-none img {
  margin: 0 auto;
  display: block;
}

.index-none-rec span {
  font-size: 16px;
  color: #919191;
  margin: 60px auto 40px;
  width: 12em;
  display: block
}

@media (max-width: 768px) {
  .index-none-rec span {
    margin: 10px auto 10px;
    width: 12em;
    display: block
  }
}

.index-none-rec img {
  margin: 0 auto;
  display: block;
}

.rec-pay-pwd {
  width: 255px;
}

@media (max-width: 768px) {
  .rec-pay-pwd {
    width: 197px;
  }
}

.option-sms {
  width: 156px;
}

@media (max-width: 768px ) {
  .option-sms {
    width: 97px;
  }
}

.my-page-style {
  float: right;
  margin-right: 35px;
}

.pagination-sum-page {
  height: 35px;
  line-height: 35px;
  margin-top: 20px;
  float: left;
}

@media (max-width: 768px) {
  .my-page-style {
    margin-right: -6%;
  }

  .my-page-style .pagination {
    margin-bottom: 0;
  }

  .pagination-sum-page {
    margin: 10px 0 0 192px;
  }
}

.navbar-right .dropdown-menu {
  left: 28px;
}

.validate-text {
  width: 100%;
  color: #f74832;
  font-size: 14px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top36 {
  margin-top: 36px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .margin-top36 {
    margin-top: 12px;
  }
}

.margin-top36-2 {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .margin-top36-2 {
    margin-top: 12px;
  }
}

.reset-a-div {
  position: absolute;
  top: 60px;
  left: 82px;
}

.color-green {
  color: green;
}

.color748 {
  color: #f74832;
}

.color9e {
  color: #9e9e9e;
}

.color6e {
  color: #6e6e6e;
}

.color9d {
  color: #9b9b9b
}

.main-ye {
  font-size: 20px;
  color: green;
}

.main-dj {
  font-size: 14px;
  color: #6b795d;
}

.line-height-height25 {
  min-height: 16px;
}

@media (max-width: 768px) {
  .line-height-height25 {
    min-height: 8px;
  }
}

.line-height-height28 {
  height: 28px;
  line-height: 28px;
}

.with-ok-img {
  position: absolute;
  top: 20px;
  left: 135px;
  opacity: 0.4;
}

@media (max-width: 768px) {
  .with-ok-img {
    left: 14px;
  }
}

.with-ok-btn {
  margin-top: 2em;
  height: 2.5em;
  background-color: #f74832;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 0;
  line-height: 30px;
}

.with70p {
  width: 70%;
}

.with100p {
  width: 100%;
}

.font14px {
  font-size: 14px;
}

.to-recording-link {
  position: absolute;
  top: 22px;
  right: 16px;
  z-index: 100;
  font-size: 16px;
}

/*.to-recording-link a {*/
/*text-decoration: none;*/
/*}*/

.to-recording-link img {
  vertical-align: inherit;
}

.to-recording-link span {
  color: #518ce8;
  font-size: 16px;
}

.top-title-text1 {
  display: inline;
  color: #6e6e6e;
  font-size: 24px;
}

@media (max-width: 768px) {
  .top-title-text1 {
    font-size: 20px;
  }
}

.top-title-text2 {
  margin-left: 17px;
  color: #aaaaaa;
  font-size: 18px;
}

.top-title-btn {
  float: right;
  margin: 10px 32px -30px 0;
}

@media (max-width: 768px) {
  .top-title-text2 {
    margin-left: 6px;
    color: #aaaaaa;
    font-size: 16px;
  }

  .top-title-btn {
    margin-right: 8px;
  }
}

.top-title-text3 {
  padding-left: 90px;
  color: #aaaaaa;
  font-size: 16px;
}

.top-title-text4 {
  color: #46af4d;
  font-size: 20px;
}

.top-title-menu {
  padding: 5px 0 0 6px;
  margin-right: 20px;
  color: #4175e2;
  font-size: 16px;
  display: inline-block;
  float: right;
}

.border-right-double {
  border-right: 3px double #d8dfff;
}

@media (max-width: 768px) {
  .border-right-double {
    padding: 10px 0;
    border-right: 0;
    border-bottom: 3px double #d8dfff;
  }
}

.main-page-bank-menu div {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}

.main-page-bank-menu div img,
.main-page-bank-menu div a {
  vertical-align: middle;
}

.credit-container {
  height: 600px;
}

.credit-bank-list {
  min-height: 135px;
  margin: 60px 0 0 45px;
  padding: 0;
  box-shadow: 0 0 10px #949494;
  font-size: 16px;
}

@media (max-width: 768px) {
  .credit-bank-list {
    margin: 20px 0 0 0;
  }
}

.credit-bank-list .row:first-child {
  padding-top: 32px;
}

.credit-bank-list .row:last-child {
  padding: 23px 35px 10px 35px;
  overflow: hidden;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.real-name-border {
  display: inline-block;
  height: 21px;
  width: 60px;
  border: 1px solid #f74832;
  font-size: 14px;
  text-align: center;
  color: #f74832;
  margin-left: 10px;
  margin-bottom: 20px;
}

.real-img {
  width: 10%;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .real-img {
    width: 30%;
  }
}

.real-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  vertical-align: middle;
}

.real-info {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .real-info {
    width: 40%;
  }
}

.real-line1 {
  width: 98%;
  margin-top: 30px;
  border: 1px dashed;
  color: #d8dfff;
  margin-bottom: 0;
}

.real-line2 {
  width: 98%;
  margin-top: 0;
  border: 1px dotted;
  color: #d8dfff;
}

.bank-option-icon {
  width: 15px;
  height: 15px;
  margin-right: 4px;;
}

.pay-option-sty span, .pay-option-sty a {
  border: 0;
}

.pay-option-sty a:hover {
  color: blue;
  text-decoration: none;
}

@media (min-width: 768px) {
  .pay-option-sty {
    padding-top: 5px;
  }
}

.other-bank em {
  font-style: normal;
  font-size: 20px;
}

.padding0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gocomlist:hover, .gomemberlist:hover {
  color: #006400;
}

.padding-right0 {
  padding-right: 0 !important;
}

.padding-left0 {
  padding-left: 0 !important;
}

.paddingt30 {
  margin-top: 30px;
}

.paddingt20 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .expense-minshow {
    padding-top: 3.2em;
  }
}

.padding-left10 {
  padding-left: 10px !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.a-visitsty {
  color: #518ce8;
}

.navbar-default .navbar-toggle:visited, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle:active {
  background-color: #ddd;
}

.border-left-none {
  border-left: 0 !important;
}

.border-right-none {
  border-right: 0 !important;
}

.go-detail-style:hover {
  color: #4175e2;
  cursor: pointer;
}

.paddingt73 {
  padding-top: 73px;
}

.progress-dot {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #dedede;
}

.progress-unit {
  height: 30px;
  margin-bottom: 6px;
}

.progress-line {
  height: 2px;
  margin-top: 12px;
  background-color: #dedede;
}

.progress-text-left {
  margin-left: -14px;
}

.progress-text-right {
  margin-right: -14px;
}

.progress-gray-bg {
  background-color: #dedede;
}

.progress-green-bg {
  background-color: #00a346;
}

.progress-gray-f {
  color: #dedede;
}

.progress-green-f {
  color: #00a346;
}

input {
  outline: none;
}

.instant-password {
  height: 0;
  padding: 0;
  border: 0;
  width: 0
}

.kkt-resubmit {
  height: 38px;
  width: 100px;
  border: 1px solid #f74832;
  color: #f74832;
  background-color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.kkt-resubmit:hover {
  color: #fff;
  background-color: #f74832;
}

@media (max-width: 768px) {
  .kkt-resubmit {
    border: 0;
    top: -10px;
    right: -10px;
  }

  .kkt-resubmit:hover {
    color: #f74832;
    background-color: #fff;
  }
}

.addJFContent {
  height: 40px;
  line-height: 40px;
  color: #666;
  text-align: center;
  /*position: fixed;*/
  /*bottom: 5px;*/
  /*left: 0;*/
  /*right: 0;*/
}

.add-unit {
  cursor: pointer;
}

.choose_bank {
  width: 22px;
  height: 17px;
}

#selectBankModal .list-group-item div:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

#selectBankModal .list-group-item div:nth-child(2) {
  margin-right: 15px;
  align-self: center;
  width: 22px;
  height: 17px;
}

.select-bank {
  background: url(../image/choose_bank.png) no-repeat center;
  background-size: 22px 17px;
}

.progress_sm {
  display: none;
  padding: 0;
}

.progress_lg {
  display: block;
  padding: 0;
}

.progress_lg .col-sm-4, .progress_sm .col-sm-4 {
  padding: 0;
}

@media (max-width: 768px) {
  .progress_sm {
    display: block;
  }

  .progress_lg {
    display: none;
  }
}

.refound_choose .flex {
  padding-top: 10px;
  padding-bottom: 10px;
}

.orangefe_renzheng {
  color: #f74832;
  margin-left: 15px;
}

.white-dot {
  background-color: #fff;
}

.none_list {
  text-align: center;
}

.none_list img {
  width: 204px;
  height: 128px;
  margin-top: 30px;
}

.resalePublic {
  width: 78px;
  text-align: center;
  padding: 3px 0 !important;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .resalePublic {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

/*断字*/
.word-break-all {
  word-break: break-all;
}

/*超字数变为省略号*/
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block {
  display: block;
}

/*业绩优惠券*/
.coupon-block {
  background: url(../image/unused-coupon.png) no-repeat center;
  background-size: 100% 100%;
  color: #f74832;
  font-size: 12px;
  margin-right: 15px;
  width: 33%;
  padding: 10px;
}

.used-coupon-block {
  background: url(../image/used-coupon.png) no-repeat center;
  background-size: 100% 100%;
  color: #b4b4b4;
}

.flex .coupon-block:nth-child(1) {
  margin-left: 15px;
}

.margin-l-10 {
  margin-left: 10px;
}

.f30-im {
  font-size: 30px;
}

.padding-l-15 {
  padding-left: 15px;
}

.padding-r-15 {
  padding-right: 15px;
}

.padding-t-20 {
  padding-top: 20px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.color-orange-im {
  color: #f74832 !important;
}

.color-gray {
  color: #b4b4b4;
}

.pc_arrow_size {
  width: 21px;
}

.margin-l-30 {
  margin-left: 30px;
}

.margin-l-r-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.item-commission-top {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.border-t {
  border-top: 1px solid #dcdcdc;
}

.coupon_none_size {
  width: 102px;
  height: 64px;
}

/*费率*/
.box-shadow {
  box-shadow: 0 0 8px #c8c8c8;
}

.rate-title {
  border-bottom: 1px solid #e6e6e6;
}

.rate-title li {
  float: left;
  width: 33.33%;
  text-align: center;
  font-size: 16px;
  padding: 20px 0px;
}

/*抢总代*/
.upGradeList {
  width: 1000px;
  margin: 0 auto;
}

.upGradeList li {
  float: left;
  width: 480px;
  border: 1px solid #969696;
  margin: 10px;
}

/*确认订单*/
.thisList {
  border: 1px solid #f74832 !important;
  background: url(../image/mall/email_selected.png) no-repeat bottom right;
}

.thisList .upGradeListMoney, .thisList .upGradeListTitle, .thisList .upGradeListOldMoney {
  color: #f74832;
}

.upGradeListTitle {
  margin-top: 13px;
  margin-left: 15px;
  margin-bottom: 12px;
  font-size: 24px;
  color: #969696;
}

.upGradeListMoney {
  font-size: 60px;
  /*color: #F74732;*/
}

.upGradeListOldMoney {
  font-size: 20px;
  margin-bottom: 35px;
  color: #969696;
}

.thisUpgrade li {
  padding: 10px 0px;
}

.putUpgrade {

}

/*成功*/
.upGradeSuccess {
  width: 1000px;
  margin: 0 auto;
}

.upGradeSuccessImg {
  display: block;
  width: 400px;
  margin: 70px auto 0px;
}

.upGradeSuccessText {
  font-size: 40px;
  color: #F74832;
}

.inviteFriends {
  display: block;
  padding: 10px 50px;
  margin: 80px auto;
  background-color: #F74832;
  color: #fff;
  font-size: 20px;
  border: 0 none;
  outline: none;
}

.noClick {
  opacity: 0.5;
}

/*邀请好友*/
.iFMTK {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 11;
}

.iFerweima {
  position: absolute;
  width: 850px;
  height: 370px;
  top: 50%;
  margin-top: -185px;
  left: 50%;
  margin-left: -425px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.erweimaText span {
  float: right;
  margin-right: 25px;
}

.erweimaText {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-indent: 30px;
  background-color: #F4F4F4;
}

.iFerweima img {
  display: block;
  margin: 64px auto 37px;
  width: 140px;
  height: 140px;
}

.saoYS {
  font-size: 18px;
  color: #F74732;
}

.hand-style {
  cursor: pointer;
}

/*缴费->手机充值*/
.payMobileBox {
  width: 600px;
  margin: 0 auto;
}

.thisBankCard {
  font-size: 18px;
  margin: 15px 0px;
}

.payMobileLeft {
  float: left;
  width: 160px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #6e6e6e;
}

.payMobileRight {
  float: right;
  width: 400px;
  height: 42px;
  line-height: 32px;
}

.pageBank {
  color: #6e6e6e;
  font-size: 16px;
}

.payMobileBankCard {
  margin-left: 10px;
}
#pageBank{
  height: 64px;
}

.border-all {
  border: 1px solid #DCDCDC;
}

.otherBank {
  height: 42px;
  line-height: 38px;
}

.otherBank p {
  width: 201px;
  text-align: center;
  color: #4175E2;
  border: 2px solid #4175E2;
}

.bgc-h {
  width: 220px;
  background-color: #F0F3F7;
  text-indent: 10px;
}

.color-font {
  color: #F74832 !important;
}

.iptStyle {
  border: 0 none;
  outline: none;
  text-indent: 10px;
  font-size: 14px;
  color: #555;
}

.payAcc {
  width: 201px;
  padding: 5px;
  text-align: center;
  background-color: #F74832;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.enterNameNum{
  width: 54%;
  margin: 0 auto;
  height: 46px;
  padding: 84px 0px 140px;
  font-size: 26px;
}

/*加个手势*/
.cursor-pointer {
  cursor: pointer;
}

.display-none {
  display: none;
}

.CouponBox {
  width: 251px;
  background-color: #fff;
  margin-left: 184px;
  padding: 10px;
}

.CouponBox p {
  margin: 5px;
  padding: 5px;
}

.jiantou {
  margin-top: 8px;
  margin-right: 10px;
}

.CouponBox p {
  height: 38px;
  line-height: 30px;
}

/*手机缴费支付*/
.margin-0-auto {
  margin: 0 auto;
}

.payMoneyLeft {
  float: left;
  width: 47%;
  color: #555;
}

.payMoneyRight {
  float: right;
  width: 50%;
}

.payMoney-bg {
  background-color: #FAFBFD;
}

.ipt-bg {
  background-color: #F0F3F7;
}

.padding-5-10 {
  padding: 5px 10px;
}

.margin-l-dx {
  margin-left: 33%;
  color: #555;
}

.margin-l-zf {
  margin-left: 34.4%;
  color: #555;
}

.payMoneyIpt {
  width: 110px;
  height: 38px;
}

.width-178 {
  width: 178px;
  display: inline-block;
  padding: 9px 0px;
}

/*手机缴费成功*/
.successTJ {
  margin-top: 60px;
  font-size: 30px;
  color: #6E6E6E;
}

.successBank {
  margin-top: 32px;
  font-size: 18px;
  color: #A3A3A3;
}

.successMoney {
  font-size: 18px;
  color: #A3A3A3;
}

.successBtnBox {
  width: 682px;
}

.successBtn {
  font-size: 20px;
  padding: 8px 60px;
  margin: 50px 5px;
  border: 2px solid #F74832;
}

.successBtn-bg-F7 {
  background-color: #F74832;
}

.color-white {
  color: white;
}

#contentPayMoney a:hover {
  color: white;
}

.color-blue {
  color: #518ce8;
}

.border-all-blue {
  border: 1px solid #518ce8;
}

.padding-7-10 {
  padding: 7px 10px;
}

.padding-8-10 {
  padding: 8px 10px;
}

.manage-name-length {
  max-width: 100px;
  height: 20px;
  display: inline-block;
}
.height20{
  height:20px;
}
.user-photo-max{
  width:280px;
  height:280px;
  border:1px solid #dcdcdc;
  background: url(../image/no-header-squear.png) no-repeat center;
  background-size: auto 100%;
}
.padding-l-0-im{
  padding-left:0!important;
}