body {
    font-family: "Microsoft YaHei","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #555555;
    background: url(../images/wybg.png);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft YaHei","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
h3,h4,h5 {
    margin-top: 5px;
    font-weight: 600;
}
ol, ul {
    list-style: none;
}
a, a:hover, a:focus {
    color: #555555;
    text-decoration: none;
    outline: none;
}
/*主页*/
.logonav {
    line-height: 90px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    background-color: #fff;
}
.logonav .container{
    position: relative;
}
.logonav .container .pull-right{
    position: absolute;
    height: 30px;
    bottom: 30px;
    right: 10px;
}
.logonav .container .pull-right a {
    display: inline-block;
    height: 28px;
    width: 74px;
    background: url(../images/nav_bg.png) no-repeat;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    color: #666;
}
.logonav .container .pull-right a:hover{
    background:url(../images/nav_bg.png) 0 28px;
    color:#000;
}

.table{
    margin-bottom: 0px;
}
.table tbody tr td{
    border-top: 1px dashed #ddd;
}
.table tbody tr:last-child td{
    border-bottom: 1px dashed #ddd;
}
.panel-body .table p{
    margin: 0;
}


.form-inline .form-group {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
}
.form-group .control-label,
.form-group .form-control,
.form-group .checkbox {
    float: left;
    display: inline-block;
}
.form-group .control-label{
    text-align: right;
    width: 80px;
    margin-right: 15px;
    line-height: 32px;
}
.form-inline .form-control,
.form-inline .form-group input[type=text],
.form-inline .form-group select{
    width: 220px;
    height: 32px;
    padding: 3px 8px;
}
.form-group .checkbox {
    height: 24px;
    margin-left: 100px;
}
.form-inline .checkbox label, .form-inline .radio label{
    display: inline;
    width: auto;
}
.form-group .help-text {
    line-height: 32px;
    color: red;
    padding-left: 10px;
    display: inline-block;
    float: left;
    font-size: 12px;
}
#code{
    text-align: center;
}
#code img{
    width: 220px;
    height: 220px;
    border: 1px solid #eee;
}
#code .QRTip{
    width: 220px;
    text-align: center;
    margin: 0 auto;
    background-color: #F43C12;
    color: #fff;
    font-size: 14px;
    padding: 4px 0;
}
#code .QRTip .fa{
    font-size: 18px;
    vertical-align: middle;
    padding: 0 6px;
}
#moneytip{
    margin-bottom: 0px;
    color: #333;
}
#moneytip b{
    color: #F05033;
}
.paytype, .pay-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.paytype li.active a, .paytype li.active a:hover, .paytype li.active a:focus{
    background-color: #f4f6fd;
    font-weight: bold;
}
.bank-content{
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #f4f6fd;
}
.bank-content .tab-pane{display: none;}
.bank-content .active{display: block;}
.pay-list li {
    font-weight: bold;
    width: 23%;
    float: left;
    margin: 4px 0 4px 10px;
    border: 1px solid #f4f6fd;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.pay-list li:hover, .pay-list li.active{
    border: 1px solid #F05033;
}
    .pay-list li .des {
        float: left;
        margin-left: 5px;
        text-align: left;
    }

    .pay-list li span {
        display: block;
    }
.font-red {
    color: red;
}
    .pay-list li img {
        /*width: 100px;*/
    }

    .pay-list li label {
        margin: 0;
        float: left;
    }
.pay-list li label input{
    vertical-align: middle;
}
.pay-list li label span{
    display: none;
}
#allmoey{
    color: red;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}
#showDiscount{
    color: red;
    font-size: 12px;
    margin-left: 46px;
    height: 36px;
    line-height: 36px;
    display: none;
}
#AdditionalInfo {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgb(238, 255, 253);
}
#IntegralInfo {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgb(238, 255, 253);
}
#EquipmentInfo {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgb(238, 255, 253);
}
#AmountRewardInfo {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgb(238, 255, 253);
}
.ShowInfo .remark {
        line-height: 200%;
        color: red;
        font-size: 14px;
    }
.ShowInfo ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.ShowInfo li {
    list-style: none;
    line-height: 150%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 14px;
}
#goodinfo2 {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgb(238, 255, 253);
}
#goodinfo3 {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgb(238, 255, 253);
}
#goodinfo4 {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgb(238, 255, 253);
}
#goodinfo5 {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgb(238, 255, 253);
}
#moneytip{
    display: none;
    font-size: 16px;
    line-height: 26px;
}
.card_list{
    border-radius: 4px;
    background-color: #dff0d8;
    margin-bottom: 8px;
    padding-top: 10px;
    max-width: 360px;
}

.modal {height: 100%;}
.modal .modal-dialog {top: 20%;}
.bootbox-alert .modal-dialog,.bootbox-confirm .modal-dialog{max-width: 400px;}


/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}
.p-xs {
    padding: 10px;
}
.p-sm {
    padding: 15px;
}
.p-m {
    padding: 20px;
}
.p-md {
    padding: 25px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 40px;
}
.p-w-xs {
    padding: 0 10px;
}
.p-w-sm {
    padding: 0 15px;
}
.p-w-m {
    padding: 0 20px;
}
.p-w-md {
    padding: 0 25px;
}
.p-w-lg {
    padding: 0 30px;
}
.p-w-xl {
    padding: 0 40px;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}

/*文字*/
.text-green{
    color: #1FA67A;
}
.text-red{
    color: #FF0000;
}
.text-navy {
    color: #1ab394;
}
.text-primary {
    color: inherit;
}
.text-success {
    color: #1c84c6;
}
.text-info {
    color: #23c6c8;
}
.text-warning {
    color: #f8ac59;
}
.text-danger {
    color: #ed5565;
}
.text-muted {
    color: #7266ba;
}
.text-white {
    color: #ffffff;
}
@media (max-width: 767px){
    #sheet, #cards {
        width: 100%;
    }
    #code, #cardd {
        display: none;
    }
    .form-inline .form-group {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .pay-list li{width: 30%}
    #card .pay-list li{width: 18%}
}
/*小屏幕竖屏*/
@media (max-width: 480px) {
    .logonav .container .pull-left{
        display: block;
        height: 60px;
    }
    .logonav .container .pull-right{
        display: block;
        height: 30px;
        margin-top: 10px;
        position: relative;
        zoom: 1;
    }
    .checkbox, .radio{
        margin-bottom: 0px;
    }
    .nav-tabs li a {
        padding: 10px;
    }
    .pay-list li {
        text-align: left;
        padding: 4px 10px;
        width: 30%;
    }
    .pay-list li label img{
        display: none;
    }
    .pay-list li label span{
        display: inline-block;
        vertical-align: middle;
    }
    #card .pay-list li{
        width: 30%;
        padding: 0 10px;
    }
}
/*超小屏幕*/
@media (max-width: 380px) {
    .form-group .control-label{
        width: 60px;
    }
    .form-inline .form-control,
    .form-inline .form-group input[type=text],
    .form-inline .form-group select{
        width: 180px;
    }
    .form-group .checkbox {
        height: 24px;
        margin-left: 70px;
    }
    .nav-tabs li a {
        padding: 10px 4px;
    }
    .pay-list li {
        width: 46%;
        padding: 2px 8px;
    }
    #card .pay-list li{
        width: 44%;
    }
}