.container {
    padding: 20px 15px 60px 15px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.container h2 {
    font-size: 16px;
    color: #000;
}

.quick-pay {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
}
.quick-pay ul li {
    width: 21%;
    height: 40px;
    line-height: 40px;
    background: #e0e6e9;
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: 0 2% 3% 2%;
    border-radius: 2.5px;
    float: left
}

.quick-pay ul li.active {
    background: #008aff;
    color: #FFFFFF;
}

.other-pay {
    padding-top: 15px;
    padding-bottom: 31px;
}

.other-pay input {
    display: inline-block;
    width: 128px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    font-size: 26px;
    color: #333333;
    border-bottom: 1.5px solid #f2f2f2;
    outline: none;
    border: 0
}

.money {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: -5px 0 7.5px rgba(0, 138, 255, .1);
    padding: 0 15px;
    background: #FFFFFF;
}

.money p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
}

.money p span {
    padding-left: 17.5px;
    font-size: 18px;
    color: #fe403c;
    font-weight: bold;
}

.money p span i {
    font-weight: bold;
    font-size: 18px;
    color: #fe403c;
}

.money button {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    border-radius: 34px;
    outline: none;
    display: inline-block;
    width: 100%;
    background: #008aff;
    width: 80px;
    flex-shrink: 0;
    border: 0
}

.aui-arrow:after {
    border-width: 0
}


.pay-type-tips{
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    height: 3.25rem;
    width: 100%;
    border: 2px solid #158ae3;
    border-radius: 2.05rem;
    font-size: 0.98rem;
    color: #158ae3;
    padding-left: 2.4rem;
    padding-right: 0.5rem;
    margin-bottom: 1.35rem;
}
.pay-type-tips .types {
    /* display: flex; */
    /* align-items: center; */
    height: 100%;
}
.pay-type-tips .types i {
    display: inline-block;
    width: 2.85rem;
    height: 100%;
    background: url(../image/icon-wxpay.png) center center no-repeat;
    background-size: 0.45rem 0.4rem;
}
.pay-type-tips .types i.wx {
    background: url(../image/icon-wxpay-active.png) left center no-repeat;
    background-size: 1.45rem 1.4rem;
}
.pay-type-tips .types i.ali {
    background: url(../image/icon-alipay-active.png) left center no-repeat;
    background-size: 1.47rem 1.38rem;
}
.pay-type-tips .types .types-tips{
    line-height: 3.2rem;
    width: calc(100% - 8rem);
    display: inline-block;
    text-align: center;
    padding-left: -2.85rem;
}
.other-box{
  padding-bottom: 15px;
}
.other-box h2{
  float: left;
  line-height: 40px;
}
.other-box .other-pay{
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  margin-left: 20px;
  border-bottom: 1.5px solid #9e9e9e
}
.other-box .other-pay input{
  padding-left: 5px;
}

/*.p_r .pay-type-tips{
  border:2px solid #e0e0e0;
  color: #333
}
.p_r .pay-type-tips .types{
  display: block;
}
.p_r .pay-type-tips .types i.wx {
    background: url(../image/icon-wxpay.png) left center no-repeat;
    background-size: 1.45rem 1.4rem;
}
.p_r .pay-type-tips .types i.ali {
    background: url(../image/icon-alipay.png) left center no-repeat;
    background-size: 1.47rem 1.38rem;
}*/
.p_r .pay-type-tips .types{
    color: #158ae3   
}
.pay-type-tips .types i.wx-g {
    background: url(../image/icon-wxpay-g.png) left center no-repeat;
    background-size: 1.45rem 1.4rem;
}