/*!
 * Copyright 2016 ZYZH
*/
/*====================================================
	base styles
====================================================*/
html,
body {
    color: #333;
    line-height: 1.5em;
    position: relative;
    background-color: #fff;
    font-family: "Helvetica", "Microsoft YaHei", "Arial", "sans-serif";
    min-width: 1000px;
}
a {
    color: #00b1ee;
    outline: none;
}
a:hover {
    color: #00b1ee;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
a:active,
a:focus,
a img,
button {
    outline: none;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
i,
em {
    font-style: normal;
}
label {
    font-weight: normal;
}
code,
kbd,
pre,
samp {
    font-family: "Helvetica", "Microsoft YaHei", "Arial", "sans-serif";
}
.paddingL0{
    padding-left:0;
}
/**:not([class*="icon"]):not(i){font-family: "Helvetica", "Microsoft YaHei", "Arial", "sans-serif" !important;}*/

/*====================================================
	iconfont styles
====================================================*/

@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.eot"); /* IE9*/
    src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/iconfont.woff") format("woff"),
        /* chrome銆乫irefox */ url("../fonts/iconfont.ttf") format("truetype"),
        /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url("../fonts/iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*====================================================
	common styles
====================================================*/
.container {
    width: 1000px !important;
}
.form-group {
    margin: 10px 0;
    padding: 12px 0;
}
/* line */
.one-line {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.two-line {
    display: -webkit-box;
    display: -moz-box;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.three-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.button-active {
    background-color: #cb3541;
    color: #fff;
    border-radius: 3px;
}
/* title bottom */
.main-title {
    text-align: left;
    border-bottom: 1px solid #bad1be;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 30px;
}
.main-title > a {
    font-size: 18px;
    color: #333;
    margin: 0 10px;
}
.main-title > a.active {
    font-weight: bold;
}
.form-group {
    margin-bottom: 0;
    padding: 10px 0;
}
.dashed-bottom {
    border-bottom: 1px dashed #dddddd;
    padding: 12px 0;
}
.intro-bg {
    margin-bottom: 30px;
    background-color: #f4f5fa;
}
/* button */
.btn {
    padding: 5px 20px;
}
.btn-default {
    color: #8b8b8b;
}
.btn-primary {
    background-color: #00b1ee;
    border-width: 0;
}
.btn-primary:hover {
    background-color: #40c9f9;
}
/*table*/

.table > tbody > tr > td {
    padding: 16px;
    vertical-align: middle;
}
.table > thead > tr > td {
    padding: 8px 16px;
}
.table > tbody > tr:hover td {
    background-color: #e3e3e3;
}
.table td i {
    padding: 0 12px;
}
.table td .price {
    font-size: 14px;
    color: inherit;
}
.table-noborder > tbody > tr > td,
.table-noborder > tbody > th {
    border: 0;
}
.table .operation {
    font-size: 14px;
}
/*pagination*/
.pagination > li > a,
.pagination > li > span {
    border: 0;
    float: inherit;
    color: #00b1ee;
    padding: 0 12px;
    font-size: 12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    background-color: transparent;
}
.pagination > li > span,
.pagination > li > span:hover {
    color: #333;
}
/* switch */
.switch > a {
    padding: 4px 10px;
    color: #333333;
    margin: 0 10px;
}
.switch > a.active {
    background-color: #999;
    color: #fff;
    border-radius: 3px;
}
/*text*/
.text-success {
    color: #009900;
}
.text-warning {
    color: #ff8605;
}
.text-danger {
    color: #ff0000;
}
.text-12 {
    font-size: 12px;
}

.form-control {
    padding: 4px 12px;
    height: 30px;
    border-radius: 0;
}
.result-box {
    overflow: hidden;
    padding: 6% 10% 6% 20%;
    background-color: #f3f3f3;
}
.result-box .iconfont {
    margin-right: 20px;
    float: left;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
}
.result-box .result-info {
    float: left;
    width: 78%;
}
.result-step {
    padding: 15px 270px;
    font-size: 12px;
}
.result-step-top {
    padding: 15px 430px;
    font-size: 12px;
}
.result-box span {
    color: #ff8605;
}
.result-step span {
    padding: 0 10px;
}
.success {
    color: #0fcb80;
}
.error {
    color: #e1252a;
}
.warn {
    color: #f67900;
}
.one-lined {
    margin-top: 15px;
}
.bottom-style {
    margin-bottom: 0;
}

/* card */
.card_ICBC {
    background: url("../images/card_icbc.png") no-repeat;
}
.card_BC {
    background: url("../images/card_boc.png") no-repeat;
}
.card_PSBC {
    background: url("../images/card_psbc.png") no-repeat;
}
.card_BOG {
    background: url("../images/card_gansu.png") no-repeat;
}
.card_CBC {
    background: url("../images/card_cbc.png") no-repeat;
}
.card_ipay88 {
    background: url("../images/card_ipay88.png") no-repeat;
}
.card_ABC {
    background: url("../images/card_abc.png") no-repeat;
}
.card_BCS {
    background: url("../images/card_bcs.png") no-repeat;
}

.card_alipay {
    background: url("../images/card_alipay.png") no-repeat;
}
.card_weichatpay {
    background: url("../images/card_weichatpay.png") no-repeat;
}
.card_others {
    background: url("../images/card_others.png") no-repeat;
}
.card_ipay88_topup {
    background: url("../images/card_ipay88_topup.png") no-repeat;
}
.card_bestpay {
    background: url("../images/card_bestpay.png") no-repeat;
}
.card_cbce {
    background: url("../images/card_cbce.png") no-repeat;
}

.card_ICBC_large {
    background: url("../images/card_icbc_large.png") no-repeat;
}
.card_PSBC_large {
    background: url("../images/card_psbc_large.png") no-repeat;
}
.card_BOG_large {
    background: url("../images/card_gansu_large.png") no-repeat;
}
.card_BC_large {
    background: url("../images/card_boc_large.png") no-repeat;
}
.card_CBC_large {
    background: url("../images/card_cbc_large.png") no-repeat;
}
.card_ABC_large {
    background: url("../images/card_abc_large.png") no-repeat;
}

.card_IPay88_large {
    background: url("../images/card_ipay88_large.png") no-repeat;
}
.card_BCS_large {
    background: url("../images/card_bcs_large.png") no-repeat;
}

/* cards-logo */
.cards-logo {
    background-image: url("../images/card_logo.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    float: left;
    margin: 11px;
}
.cards-logo-ICBC {
    background-position: 0 0px;
}
.cards-logo-BC {
    background-position: 0 -29px;
}
.cards-logo-PSBC {
    background-position: 0 -60px;
}
.cards-logo-BOG {
    background-position: 0 -89px;
}
.cards-logo-CBC {
    background-image: url("../images/card_logo_cbc.png");
}
.cards-logo-ABC {
    background-image: url("../images/card_logo_abc.png");
}
.cards-logo-BCS {
    background-image: url("../images/card_logo_bcs.png");
}

/*====================================================
	head styles
==================================================.packet-manage .card-item .choose-card==*/
/* head */
.head {
}
.head .head-nav {
    background-color: #000;
    line-height: 50px;
    height: 50px;
}
.head .head-link,
.head .logo {
    float: left;
}
.head-nav a,
.head-nav span,
.head-nav samp {
    color: #fff;
    font-size: 12px;
}
.head-nav span {
    padding: 0 4px;
}
.head-nav .login-info {
    float: right;
}
.head-nav .login-info i {
    font-size: 10px;
    padding: 2px 6px;
    margin-left: 5px;
    background-color: #ff8605;
    font-weight: 200;
}
/* mastnav */
.mastnav {
    border-bottom: 1px solid #bbb;
    background-color: #f8f8f8;
}
.mastnav .container {
    position: relative;
}
/*logo*/
.mastnav .logo {
    padding: 15px 0;
}
.mastnav .logo img {
    float: left;
}
.mastnav .logo span {
    float: left;
    border-left: 2px solid #51a3d8;
    padding-left: 14px;
    color: #0a78bf;
    margin: 38px 0 0 20px;
    font-size: 18px;
}
/* nav */
.mastnav .nav {

}
.mastnav .nav > li:hover > a {
    background-color: #26a7fd;
    color: #fff;
    border-bottom: 2px solid #26a7fd;
}
.mastnav .nav > li > a.active:hover {
    border-bottom: 2px solid #ff8824;
}
.mastnav .nav > li > a {
    color: #333;
    padding: 15px 25px;
    border-bottom: 2px solid #fff;
}
.mastnav .nav > .home-page a {
    padding: 15px 39px;
}
.mastnav .nav .active,
.mastnav .nav > li:hover > .active {
    border-bottom: 2px solid #ff8824;
}
.mastnav .nav .dropdown:focus {
    background-color: #36abfb;
}
.mastnav .nav li .dropdown-menu {
    min-width: 106px;
    background-color: #4798ce;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.mastnav .nav li:hover .dropdown-menu {
    display: block;
}
.mastnav .nav .dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    width: 106px;
    text-align: center;
    padding: 8px 0;
}
.mastnav .nav .dropdown-menu li a:hover {
    background-color: #26a7fd;
}
/* index-head */
.index-head {
    width: 100%;
    height: 300px;
    background: #00606c url("../../custom/index-banner.png") center no-repeat;
    position: relative;
}
.index-head .head-nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    padding: 0;
}
.index-head .logo {
}
.index-head .logo span {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 14px;
}
.index-head .login-info * {
    font-size: 14px;
}
.index-head .login-info a {
    display: inline-block;
    padding: 0 4px;
    transition: all 0.6s ease-out;
}
.index-head .login-info a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ccc;
}
/* head-main */
.head-main {
    margin: 40px 0 0 100px;
    overflow: hidden;
    font-size: 12px;
}
.head-main img {
    float: left;
    border: 3px #fff solid;
    border-radius: 50%;
}
.head-main strong {
    font-size: 14px;
}
.head-main span {
    padding: 0 10px;
}
.head-main .login {
    float: left;
    margin-left: 12px;
    margin-top: 4px;
    color: #fff;
}
.head-main .login-user {
    border-bottom: 1px solid #fff;
    padding: 6px 0;
    min-width: 440px;
}
.head-main .login-time {
    padding: 6px 0;
}
/* index-nav */
.index-nav {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
}
.index-nav .nav li {
    text-align: center;
    padding-top: 12px;
    height: 80px;
}
.index-nav .nav li:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.index-nav .nav li a {
    color: #fff;
    display: block;
}
.index-nav .nav li .iconfont {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    display: block;
}
/*====================================================
	footer styles
====================================================*/
.footer {
    background-color: #3a3d42;
    color: #777d8c;
    font-size: 12px;
    width: 100%;
}
.footer .row {
    margin-bottom: 20px;
}
.footer a {
    color: #777d8c;
}
.footer span {
    padding: 0 8px;
}
.footer p {
    text-align: center;
}
.footer .link {
    padding-top: 15px;
    margin-bottom: 0;
}
.footer-change {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
/*====================================================
   index-body styles
====================================================*/
/* alert */
.alert {
    margin-bottom: 0;
    padding: 8px 25px;
    margin: 4px -15px;
}
.alert a {
    color: #333;
}
/* index-main */
.module-all {
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    overflow: hidden;
    color: #333;
}
.index-main {
    background-color: #f8f8f8;
}
/*index-title*/
.index-title {
    text-align: left;
    margin-bottom: 25px;
}
.index-title a {
    font-size: 14px;
}
.index-title-center {
    margin-left: 50px;
}

/*card-list*/
.card-list {
    padding: 0;
}
.card-list p {
    padding-left: 30px;
    font-size: 36px;
    color: #ff8605;
    margin: 40px 0 30px 0;
}
.card-list .money {
    margin: 0;
    padding: 0;
}
.card-list p span {
    padding-left: 4px;
    font-size: 14px;
    color: #333;
}
.card-list .operation {
    margin-left: 30px;
}
.card-list .choose-card {
    margin: 5px;
}
.card-list .choose-card .purse-tit {
    margin: 0 0 0 -15px;
    position: relative;
    top: 10px;
    left: 3px;
}
.card-list .choose-card > .marginL0 {
    padding-left: 0;
}
.card-list .company-name {
    padding-left: 22px;
    font-size: 20px;
    color: #333;
}
.arrow-left .iconfont,
.arrow-right .iconfont {
    font-size: 28px;
    line-height: 3;
    color: #666;
    cursor: pointer;
}
.arrow-left .iconfont.not-allow,
.arrow-right .iconfont.not-allow {
    cursor: not-allowed;
    opacity: 0.4;
}
/*.card-list .col-md-6{padding:0;}*/
.card-list .btn:first-child {
    margin-right: 20px;
}
.purse-container {
    min-width: 1000000px;
    overflow: hidden;
    transition: all 0.5s;
    min-height: 100px;
}
.purse-current {
    overflow: hidden;
}
.purse-container .purse-item {
    display: inline-block;
}
.index-main .operat .btn {
    height: 30px;
    line-height: 20px;
}
/*bank-info*/
.bank-info {
    padding: 0;
}
.bank-info h4 > em {
    padding: 0 5px;
}
.bank-info h4 > div {
    float: right;
    font-size: 14px;
    margin-top: 4px;
}
.bank-info h4 > div > span {
    color: #00b1ee;
    padding: 0 10px;
}
.bank-info .bank-newest li {
    border-bottom: 1px solid #ddd;
    margin-top: 24px;
}
.bank-info .bank-newest li a {
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    width: 94%;
    line-height: 40px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: -1px;
    text-align: left;
    display: inline-block;
    margin-left: 3%;
}
.bank-info .bank-newest .add-bank {
    border-bottom: 1px dashed #ddd;
}
.bank-info .bank-newest .add-bank a {
    border: 1px dashed #ddd;
    background-color: #f8f8f8;
}
.bank-info .bank-newest .add-bank a i {
    margin: 11px;
    font-size: 18px;
    color: #333333;
}
.bank-info .bank-newest li a:hover {
    background-color: #f2f2f2;
}
.bank-info .bank-newest img {
    padding: 0 10px 0 20px;
}
.bank-info .bank-newest samp,
.bank-info .bank-newest span {
    color: #333;
    padding: 0 5px;
}
.bank-info .bank-newest .add-bank a {
    border: none;
}
.bank-info .addBank-opeart .add-to {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.bank-info .add-to span.add {
    top: -3px;
}
.bank-info .add-to span.to {
    top: -5px;
}
/*====================================================
    iconlinks styles
====================================================*/
.iconlinks {
    text-align: left;
}
.iconlinks li {
    float: left;
    margin-bottom: 30px;
}
/* 鍏板ぇ瑕佹眰鍥炬爣钃濊壊.iconlinks li a{ display:block; text-align:center; color:#737382;width:164px } */
.iconlinks li a {
    display: block;
    text-align: center;
    color: #09aceb;
    width: 164px;
}
.iconlinks li a:hover,
.iconlinks li a:hover i {
    color: #09aceb;
}
/* 鍏板ぇ瑕佹眰鍥炬爣钃濊壊.iconlinks li .iconfont{ font-size:60px; color:#737382; line-height:60px; } */
.iconlinks li .iconfont {
    font-size: 60px;
    color: #09aceb;
    line-height: 60px;
}
/*@media (min-width:768px){*/
/*.iconlinks li a{ width:125px; }*/
/*}*/
/*@media (min-width:992px){*/
/*.iconlinks li a{ width:161px; }*/
/*}*/
/*@media (min-width:1200px){*/
/*.iconlinks li a{ width:195px; }*/
/*}*/

/*====================================================
record styles
====================================================*/
/* search-item */
.search-item {
    padding: 0 30px;
    font-size: 12px;
}
.search-item .timed i {
    float: left;
    line-height: 30px;
    color: #999;
}
.search-item .purse {
    display: none;
}

/*====================================================
record-bill styles
====================================================*/
/* bill */

.bill {
    position: relative;
    overflow: hidden;
}
.panel h4 {
    margin: 30px 0 0 30px;
    font-size: 14px;
    color: #3e3e3e;
}
.panel h4 b {
    color: #ff8605;
    font-weight: 400;
}
.statement-time {
    position: absolute;
    top: 0;
    right: 2px;
}
.statement-time i {
    width: 40px;
    line-height: 47px;
    background: url("../images/xiaoqi.png") no-repeat;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: -1px;
    right: 0;
}
.statement-time .dropdown {
    margin-right: 45px;
    padding: 0 4px;
    min-width: 128px;
    float: right;
    text-align: right;
}
.statement-time .dropdown-menu {
    padding: 4px;
    text-align: right;
    min-width: 138px;
    border-top: 0;
    position: absolute;
    right: 0;
    left: auto;
    z-index: 100;
}
.statement-time .dropdown-menu li a {
    padding: 5px 0;
    font-size: 12px;
}
.statement-time .dropdown .dropdown-toggle {
    color: #333;
    font-size: 12px;
}
.statement-time .dropdown .dropdown-toggle:hover {
    border-bottom: 1px solid #333;
}
.annular {
    width: 50%;
    float: left;
    height: 240px;
    position: relative;
}
.chart {
    position: absolute;
    width: 230px;
    height: 230px;
    left: 100px;
    top: 20px;
}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.8);
    color: #ddd;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.06em;
    pointer-events: none;
}
.doughnutTip:after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 0;
    margin: 0 0 0 -6px;
    line-height: 0;
}
.doughnutSummary {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    cursor: default;
}
.doughnutSummaryTitle {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -27%;
    font-size: 18px;
    letter-spacing: 0.06em;
}
.doughnutSummaryNumber {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -15%;
    font-size: 24px;
}
/*statement-list*/
.statement-list {
    overflow: hidden;
    width: 50%;
    float: right;
    margin-top: 50px;
}
.statement-list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    width: 50%;
}
.statement-list li i {
    width: 20px;
    height: 20px;
    margin: 0 30px 0 0;
    display: inline-block;
    float: left;
}
.statement-list .biue {
    background-color: #4f81bd;
}
.statement-list .red {
    background-color: #c0504d;
}
.statement-list .green {
    background-color: #9bbb59;
}
.statement-list .purple {
    background-color: #8064a2;
}
.statement-list li b {
    font-size: 14px;
    display: inline-block;
    float: right;
    font-weight: 400;
}

/* situation */
.situation {
    border-top: 1px dashed #bbbbbb;
    overflow: hidden;
}
.recharge {
    float: left;
    width: 50%;
    border-right: 1px #bbbbbb dashed;
    overflow: hidden;
}
.choice {
    margin-left: 36px;
}
.choice li {
    margin: 20px;
    overflow: hidden;
}
.choice li i {
    border: 1px solid #d7d7d7;
    float: left;
    margin: 0;
    height: 50px;
    width: 200px;
}
.choice li .cards {
    background-size: 96%;
    background-position: 4px center;
}
.choice li samp {
    font-size: 16px;
    float: left;
    font-weight: 600;
    line-height: 50px;
    background-color: #d7d7d7;
    width: 110px;
    text-align: right;
    padding-right: 10px;
}
/* subsidy */
.subsidy {
    float: left;
    overflow: hidden;
    width: 50%;
}
.subsidy ul li > div {
    float: left;
    font-weight: 400;
    width: 180px;
    height: 50px;
    border: 1px #d7d7d7 solid;
}
.subsidy ul li i {
    font-size: 36px;
    color: #737382;
    border: none;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
.subsidy ul li span {
    line-height: 50px;
}

/*====================================================
record-detail styles
====================================================*/
.intro {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
}
.intro p {
    padding-left: 40px;
}
section .price {
    color: #ff8605;
}
.content-list p {
    margin-bottom: 20px;
}
.content-list .sum-price {
    color: #00995d;
}
/*record-detail*/
.record-detail > div {
    padding-left: 40px;
    margin-bottom: 20px;
}
.record-detail > div > p {
    margin-bottom: 20px;
}
.record-detail .dashed-bottom {
    padding-bottom: 0;
}
.record-detail .price {
    color: #ff8605;
}
/*====================================================
capital-recharge styles
====================================================*/
.capital-order {
    background-color: #eefcff;
    padding: 20px 0 10px 20px;
    margin-bottom: 30px;
}
.capital-order p {
    font-size: 16px;
}
.capital-order .word {
    font-size: 14px;
}
.capital-order p span {
    color: #ff0000;
}
/*recharge-box*/
.recharge-box {
    overflow: hidden;
    margin-bottom: 30px;
}
.recharge-box .amount {
    cursor: pointer;
    padding: 15px;
    border: 1px dashed #bababa;
    min-width: 400px;
    width: 50%;
}
.recharge-box .img-circle {
    border: 1px dashed #dddddd;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: block;
    float: left;
}
.recharge-box .active {
    border: 1px solid #bababa;
}
.recharge-box .active .img-circle {
    border: 1px solid #64df64;
    background: url("../images/pigeon.png") no-repeat center;
}
.recharge-box p {
    float: left;
    margin: 10px 0 0 15px;
}
.green-texts {
    font-weight: 700;
    color: #339900;
    font-size: 14px;
}

/* payType */
/*.payType .nav-tabs>li.active>a{
    border:2px solid #C2D0EF;
    border-bottom:none;
}
.payType .nav-tabs>li>a{
    border:1px solid #ddd;
    border-bottom-color:transparent;
    margin-right: 4px;
}
.payType .nav-tabs{border-bottom:2px solid #C2D0EF;}
.payType .nav-tabs>li{margin-bottom:-2px;}
.payType .tab-content{border:2px solid #C2D0EF;border-top:none;}*/
/* prompt */
.prompt {
    padding: 20px 0;
}
.prompt .item {
    margin-bottom: 20px;
}
.prompt .text {
    font-size: 16px;
    margin-bottom: 4px;
}
.prompt .item span {
    display: inline-block;
    font-size: 14px;
    text-indent: 2em;
}
/*order-payment */
.order-payment .nav-tabs {
    border-bottom: 2px solid #c3d1ef;
}
.order-payment .tab-content {
    border-left: 2px solid #c3d1ef;
    border-right: 2px solid #c3d1ef;
    padding: 5px;
}
.order-payment .order-step {
    border: 2px solid #c3d1ef;
    border-top: 1px solid #c3d1ef;
}
.order-payment .nav-tabs > li > a {
    width: 150px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-right: 6px;
    position: relative;
    top: 1px;
    border: 1px solid #ddd;
    border-bottom: none;
}
.order-payment .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 2px solid #c3d1ef;
    border-bottom: none;
    color: #3780c3;
}
.order-payment .pay-box.bank-pay {
    border: none;
}
.order-payment label {
    padding-right: 20px;
    text-align: center;
}
.order-payment input[type="radio"] {
    margin-top: 12px;
}
.order-payment .cards {
    background-size: 70%;
    background-position: 5px center;
    display: inline-block;
    width: 190px;
    height: 40px;
    border: 1px solid #bababa;
    padding: 7px 6px;
}
.order-payment .radio-inline + .radio-inline {
    margin-left: 0;
}

.order-payment .scan-code {
    padding: 30px;
}
.order-payment .scan-code .scan-type {
    margin-left: 40px;
}
.order-payment .scan-code .scan-type p {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}
.order-payment .scan-type .alipay {
    margin-right: 50px;
    height: 40px;
}
.order-payment .scan-code .scan-type .weichat {
    height: 40px;
}
/*quick-pay*/
.pay-box {
    padding: 20px 0 38px 10px;
    overflow: hidden;
}
.pay-box i {
    background-color: #ffffff;
}
.pay-box .active {
    border: 1px solid #ff8605;
    position: relative;
}
.pay-box .active > samp {
    border-width: 0 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ff7a00 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.quick-pay {
    background-color: #f4f7fd;
}
.quick-pay:hover {
    background-color: #ebeff8;
}
.quick-pay .img-quick-pay {
    width: 95px;
    height: 25px;
    background: url("../../custom/quickpay.png") no-repeat;
    margin-bottom: 30px;
}
/*bank-pay*/
.bank-pay {
    border: 1px solid #c3d1ef;
}
.bank-pay p {
    margin-left: 20px;
    margin-bottom: 20px;
}

/*order-step*/
.order-step {
    border: 1px solid #c3d1ef;
    background-color: #ebeff8;
    padding: 20px;
}
.order-step .btn-block {
    width: 10%;
}

/*====================================================
capital-recharge-confirmation styles
====================================================*/
.selected-card {
    margin: 10px 0;
}
.selected-card .cards {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 10px;
    background-position: 3px center;
    background-size: 75%;
}
/*====================================================
capital-payment styles
====================================================*/
/*payment*/
.content-main {
    padding: 40px 150px;
    overflow: hidden;
}
.payment-main {
    margin-bottom: 30px;
    overflow: hidden;
}
.payment-main .card-box {
    border: 1px solid #ddd;
    float: left;
    padding: 0 8px;
    width: 84%;
}
.payment-main .card-box .img-circle {
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 14px 0;
    float: left;
}
.payment-main .interchanged {
    cursor: pointer;
}
.payment-main .interchanged span {
    line-height: 20px;
}
.payment-main i {
    font-size: 38px;
    font-weight: 100;
    line-height: 48px;
    margin-left: 6px;
    color: #737383;
}
.payment-main .arrow-icon i {
    padding-right: 160px;
}
.payment-main .return {
    cursor: pointer;
    position: relative;
    left: 15px;
}
.payment-main .return i {
    position: absolute;
    left: 10px;
}
.payment-main .return span {
    position: absolute;
    left: 50px;
}
.payment-main .right-line{padding:20px;border-right:1px solid #ddd;}
.payment-main .down{border-top:1px solid #ddd;margin-top: 48px;}
.payment-main .up{border-bottom:1px solid #ddd;margin-bottom: 33px;}
.payment-main .switch {
    margin-left: 16px;
    padding-top: 30px;
}
.payment-main .switch span {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
}
.payment-main .switch .balance {
    float: left;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 0 20px;
    border-left: 1px solid #333;
}
.payment-main .change-button{cursor: pointer;padding-right: 0;height: 50px;  line-height: 50px;}
.payment-main .change-button i{float: left;padding-left: 23px;}
.payment-main .select {
    width: 40%;
    margin-right: 20px;
}
.form-horizontal .forget {
    color: #00b1ee;
    font-size: 12px;
    line-height: 35px;
    padding-left: 0;
}
.ransfer-notes {
    max-width: 90%;
    padding-top: 10px;
}

.pay-prompt .text {
    font-size: 16px;
    margin-bottom: 4px;
}
.pay-prompt .item {
    margin-bottom: 20px;
}
.pay-prompt .item span {
    font-size: 14px;
}
/*payment-info*/

/*====================================================
capital-bank styles
====================================================*/
/*bank-content*/
.bank-content {
    margin: 30px;
    overflow: hidden;
}
.bank-content .col-md-3 {
    margin: 15px 0;
}
.bank-content .add-bank {
    border: 1px dashed #ddd;
    padding: 47px 50px;
    border-radius: 10px;
}
.bank-content .add-bank p {
    text-align: center;
    color: #000;
}
.bank-content .add-bank:hover {
    background-color: #f3f3f3;
}
.bank-content .bank-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 13px;
    overflow: hidden;
    background-color: #f3f3f3;
}
.bank-content .bank-box .number {
    margin: 30px 0;
}
.bank-content .bank-box p {
    font-size: 22px;
    overflow: hidden;
}
.bank-content .bank-box p span {
    font-size: 14px;
    line-height: 30px;
}

/*bank-box*/
.bank-box .bank-main .cards {
    float: left;
    width: 123px;
    height: 30px;
    background-size: 100%;
    background-position: 2px center;
}
.bank-box .bank-main span {
    float: right;
}
.bank-box .bank-main p {
}
.bank-box:hover {
    border-color: #ff8605;
    background-color: #f1f8ff;
    cursor: pointer;
}
.bank-box .bank-button span {
    padding: 8px;
    float: none;
}

/*====================================================
account styles
====================================================*/
/*btn-common*/
.loss-step {
    padding-left: 0;
}

/*account*/
.account {
    margin-bottom: 20px;
}
.account .module-all {
    border-bottom: 0;
    padding-top: 30px;
}

.user-info {
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 40px 0;
    height: 406px;
}
.wiscard-info {
    padding: 40px 0;
    border-bottom: 1px dashed #ddd;
    height: 406px;
}
/*====================================================
account-byname styles
====================================================*/

.main-edit .bottom-line {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
/* 鎵爜寮瑰嚭妗�*/
.main-edit .modal-dialog {
    width: 640px;
    margin: 30px auto;
}
.main-edit .modal.in .modal-dialog {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-50%);
}
.main-edit .modal-content {
    border-radius: 0;
}
.main-edit .modal-content .header {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #2e2e2e;
    color: #fff;
}
.main-edit .modal-content .header button.close {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    line-height: 40px;
    font-size: 32px;
}
.main-edit .modal-content .modal-body {
    padding: 46px 36px;
}
.main-edit .modal-content .modal-body .left-side {
    width: 60%;
}
.main-edit .modal-content .modal-body .left-side .code-kuang {
    vertical-align: middle;
    text-align: center;
    line-height: 288px;
    width: 312px;
    height: 312px;
    padding: 10px;
    background: url("../images/code-kuang.png") no-repeat center;
}
.main-edit .modal-content .modal-body .left-side img {
}
.main-edit .modal-content .modal-body .right-side {
    width: 40%;
}
.main-edit .modal-content .modal-body .right-side .pay-money {
    color: #ff7800;
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 40px;
}
.main-edit .modal-content .modal-body .right-side .type-tit {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.main-edit .modal-content .modal-body .right-side .pay-type .alipay {
    height: 25px;
    margin-right: 20px;
}
.main-edit .modal-content .modal-body .right-side .pay-type img {
    height: 25px;
    margin-bottom: 10px;
}
/*====================================================
account-range styles
====================================================*/

.main-edit {
    padding: 20px 40px;
    overflow: hidden;
}
.account .main-edit p {
    font-size: 16px;
}

/*====================================================
account-loss styles
====================================================*/
/*account-intro*/
.account-intro {
    margin-bottom: 20px;
    overflow: hidden;
}
.account-intro span {
    padding-left: 0;
    padding-top: 8px;
}
.account-intro .iconfont {
    font-size: 54px;
    line-height: 54px;
    padding-left: 26px;
}
/*loss-word*/

.loss-word .iconfont {
    color: #f25139;
}
/*account-box*/
.account-box {
    padding: 20px 10px;
    background-color: #daf3fc;
    border: 1px solid #00b0f1;
    border-radius: 10px;
    margin-bottom: 30px;
}
.account-box .form-group {
    padding: 0;
    margin: 0;
}
/*find-word*/
.find-word .iconfont {
    color: #00bf9f;
}
.find-word span {
    padding-top: 14px;
}

/*====================================================
notice-detail styles
====================================================*/
/*notice-detail*/
.notice-detail h3 {
    border-bottom: 1px dashed #ddd;
    text-align: center;
    padding-bottom: 15px;
}
.notice-detail p {
    text-indent: 2em;
    margin-bottom: 25px;
}

/*====================================================
account-loss-refer styles
====================================================*/
/*loss-refer*/
.loss-refer {
    margin-bottom: 50px;
}
.loss-refer .iconfont {
    color: #767687;
}
.loss-refer span {
    padding-top: 18px;
}

/*====================================================
services styles
====================================================*/
/*services*/
.services .module-all {
    border-bottom: none;
}
.services .module-all .iconlinks a {
    width: 110px;
}
.services .module-all .iconlinks .iconfont {
    font-size: 60px;
    line-height: 60px;
}

/*====================================================
services-pay styles
====================================================*/
/*pay*/
.pay-icon {
    padding-top: 60px;
    padding-left: 80px;
}
.pay-info {
    padding-top: 60px;
    border-left: 1px dashed #ddd;
}
.pay-info .recharge-box {
    margin-left: 54px;
}

/*====================================================
services-TV styles
====================================================*/
/*.tv-pay-link*/
.tv-pay-link h3 {
    margin-top: 0;
    display: inline-block;
}
.tv-pay-link {
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.tv-pay-link a {
    margin-left: 15px;
}
/*.tv-pay-box*/
.tv-pay-box {
    border: 1px solid #edf1f6;
}
.tv-pay-box .tvbox-head {
    height: 30px;
    background-color: #e6f2fa;
    margin-bottom: 10px;
}
/*====================================================
account-security-1锛�,3,3 styles
====================================================*/
/*.security-step*/
.security-step button {
    margin-right: 12px;
}
.security-step .content-main .form-horizontal {
    margin-top: 40px;
}
.security-step .content-main .form-horizontal a {
    margin-top: 5px;
}
/*.modify-step*/
.modify-step {
    overflow: hidden;
    margin-top: 50px;
}
.modify-step li {
    float: left;
}
.modify-step .step-box {
    padding: 10px;
    background-color: #e7e7e7;
    width: 22%;
}
.modify-step .active {
    background-color: #00b0f1;
    color: #fff;
}
.modify-step .arrow1 {
    display: block;
    border: 20px solid #e7e7e7;
    border-color: transparent transparent transparent #e7e7e7;
    border-right-width: 0;
    border-left-width: 20px;
    border-top-width: 20px;
    border-bottom-width: 21px;
}
.modify-step .arrow1-active {
    border-color: transparent transparent transparent #00b0f1;
}
.modify-step .arrow2 {
    display: block;
    border: 20px solid #fff;
    border-color: #e7e7e7 #e7e7e7 #e7e7e7 #fff;
    border-right-width: 0;
    border-left-width: 20px;
    border-top-width: 20px;
    border-bottom-width: 21px;
}
.modify-step .arrow2-active {
    border-color: #00b0f1 #fff #00b0f1 #fff;
}

/*====================================================
safety-center styles
====================================================*/
/*safety-center*/
.safety-center span {
    margin-top: 20px;
}
.safety-center a {
    margin-top: 20px;
}
.safety-center .module-all {
    border-bottom: 1px dashed #ddd;
}

/*====================================================
question styles
====================================================*/
/*question-link*/
.question-link {
    border: 1px solid #dfe3e8;
    border-top: none;
    padding: 10px 200px;
    text-align: center;
    background-color: #fbfcfd;
}
.question-link a {
    color: #000;
}
.question-link.active {
    border-bottom: 2px solid #ff7a00;
    margin-bottom: -1px;
    background-color: #fff;
}
.question-link .iconfont {
    float: left;
    font-size: 35px;
    color: #a6b9ca;
}
.question-link.active .iconfont {
    color: #ff7a00;
}

/*advice-box*/
.advice-box .box-top {
    height: 30px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.advice-box .box-main textarea {
    margin-bottom: 30px;
    text-indent: 2em;
    padding-top: 10px;
    resize: none;
    border-radius: 4px;
}

/*====================================================
question-list styles
====================================================*/
/*.advice-item*/
.advice-item {
    padding: 40px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    margin-bottom: 50px;
}
.advice-item h3 {
    margin-top: 0;
}
.advice-item p {
    line-height: 24px;
}
.advice-item .advice-word {
    padding-left: 0;
}
.advice-item .publish-time {
    color: #999;
}
.advice-item .reply-box {
    padding: 15px 10px 5px;
    background-color: #f6f8fa;
}
.advice-item .reply-box samp {
    color: #ff7a00;
}

/*====================================================
download styles
====================================================*/
/*.download-type*/
.download-type {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}
.download-type .iconfont {
    font-size: 116px;
    margin-bottom: 30px;
    line-height: 116px;
}
.download-type button {
    margin-top: 40px;
}
.download-type .purple {
    color: #8d00d9;
}
.download-type .green {
    color: #1bc800;
}
.download-type .blue {
    color: #0093ff;
}
.download-type button.purple {
    background-color: #8d00d9;
    color: #fff;
}
.download-type button.green {
    background-color: #1bc800;
    color: #fff;
}
.download-type button.blue {
    background-color: #0093ff;
    color: #fff;
}
/*txt*/
.txt {
    padding: 40px;
}
.txt ul {
    padding-left: 20px;
}

/*====================================================
capital-bank-contract styles
====================================================*/
.contract-head {
    padding: 10px 40px;
    background-color: #f2f2f2;
    margin: 50px auto;
}
/*.contract-main*/
.contract-main .bank-box {
    margin-bottom: 30px;
}
.contract-main .step-button {
    text-align: center;
}
.contract-main .cards {
    width: 100%;
    height: 110px;
    background-size: 100%;
    display: block;
    background-position: center;
}
.contract-main .active {
    border-color: #ff7a00;
    background-color: #f1f8ff;
    cursor: pointer;
    border-bottom-right-radius: 2px;
    position: relative;
}
.contract-main .active > samp {
    border-width: 0 0 18px 18px;
    border-style: solid;
    border-color: transparent transparent #ff7a00 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*====================================================
capital-bank-add styles
====================================================*/
/*prompt-message*/
.prompt-message {
    padding: 10px 10px 0;
    border: 1px solid #d5dbe2;
    background-color: #e2f3fd;
    margin-bottom: 40px;
}
.prompt-message span {
    color: #ff7a00;
}
.prompt-message i {
    color: #028bd5;
    float: left;
    padding-right: 5px;
}
.form-control-disedit {
    border: 1px solid #ccc;
    padding: 4px 12px;
    height: 30px;
    background-color: #f2f2f2;
}
.message-type {
    margin-bottom: 0;
    color: #959595;
}

/*====================================================
capital-bank-cancel styles
====================================================*/
/*bank-cancel*/
.bank-cancel .iconfont {
    float: left;
    float: left;
    font-size: 35px;
    color: #028bd5;
    margin-right: 15px;
}
.bank-cancel p {
    margin-bottom: 30px;
    margin-left: 74px;
}
.bank-cancel a {
    margin-top: 5px;
}
.bank-cancel button {
    margin-top: 30px;
}

/*====================================================
safety-modify-password styles
====================================================*/
.modify-password .step-box {
    width: 30.66%;
}

/*====================================================
login styles
====================================================*/
.login-bg {
    background: url("../images/login-bg.jpg") center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.login-logo {
    margin-bottom: 10px;
}
.login-main {
    overflow: hidden;
    width: 800px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -200px;
}
.checkbox-style {
    padding-left: 0;
}
/*lofin-box*/
.login-box .check-info {
    padding: 35px 30px 13px;
    background-color: #f2f2f2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    float: left;
    margin-bottom: 10px;
    width: 300px;
    position: relative;
    height: 250px;
}
.check-info .again {
    position: absolute;
    top: 20px;
    left: 103px;
    margin: 0;
    font-size: 12px;
    color: #ff413e;
}
.login-box .check-info label {
    font-weight: bold;
    color: #555;
    font-size: 12px;
    padding: 0 10px;
}
.login-box .check-info span {
    font-size: 10px;
    padding: 0 6px;
    background-color: #f7ecb5;
    position: absolute;
    top: 36px;
    right: 14px;
    z-index: 100;
}
.login-box .check-info button {
    background-color: #f7f7f7;
    color: #666;
    font-weight: bold;
}
.login-box .check-info button:hover {
    border-color: #55bcdf;
    color: #55bcdf;
    background-color: #f0fbfe;
    background-image: -webkit-gradient(
            linear,
            0 30%,
            0 100%,
            from(#f0fbfe),
            to(#c9e9fc)
    );
    background-image: -webkit-linear-gradient(top, #f0fbfe 30%, #c9e9fc 100%);
    background-image: -moz-linear-gradient(top, #f0fbfe 30%, #c9e9fc 100%);
    background-image: -ms-linear-gradient(top, #f0fbfe 30%, #c9e9fc 100%);
    background-image: -o-linear-gradient(top, #f0fbfe 30%, #c9e9fc 100%);
    background-image: linear-gradient(
            top,
            #f0fbfe 30%,
            #c9e9fc 100%
    ); /*棰滆壊娓愬彉鏁堟灉*/
}
.login-box .check-info img {
    max-width: 80px;
    padding-top: 2px;
}
.login-box .check-info .form-control {
    border-color: #3497aa;
}
.login-box .check-info a {
    font-size: 12px;
    color: #555;
    padding-left: 10px;
}
.login-box .school-img {
    background: url("../../custom/login-school-img.jpg") no-repeat;
    width: 500px;
    height: 250px;
    float: left;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 10px;
}
.login-box .school-img .img-tope {
    background-color: rgba(143, 176, 211, 0.4);
    height: 12px;
    border-top-left-radius: 4px;
}
/*.login-copyright*/
.login-copyright,
.login-copyright a {
    color: #fff;
    font-size: 12px;
}
.login-copyright a:hover {
    text-decoration: underline;
}
.form-group-login {
    margin: 0px;
}

/*====================================================
     record-no styles
     ====================================================*/
.red-no {
    padding: 150px 0;
}
.red-no .iconfont {
    color: #bbbbbb;
    padding: 0;
    font-size: 80px;
}
.red-no span {
    font-size: 18px;
    line-height: 1.5em;
    padding: 0;
}

/*====================================================
record-no styles
====================================================*/
.red-no {
    padding: 150px 0;
}
.red-no .iconfont {
    color: #bbbbbb;
    padding: 0;
    font-size: 80px;
}
.red-no span {
    font-size: 18px;
    line-height: 1.5em;
    padding: 0;
}

/***************====================================================
admin- style
====================================================*************/
/*bank-info*/
.bank-info .information {
    margin: 30px 0 0 36px;
}
.bank-info .information p {
    margin: 0;
    padding: 2px 0;
}

/*intro-bg*/
.intro-bg .main-title-no {
    margin-bottom: 0;
}
.intro-bg .turnover {
    padding: 8px;
}
.intro-bg .turnover a {
    margin-left: 20px;
    display: inline-block;
    color: #333;
}
.intro-bg .turnover .active {
    font-weight: 700;
}
.intro-bg .turnover a:hover {
    text-decoration: underline;
}
.intro-bg .settlement span {
    font-size: 12px;
    margin: 0 28px;
}
.intro-bg .settlement span samp {
    font-size: 14px;
    font-weight: 400;
    color: #ff0000;
    padding: 0 15px;
}

.column {
    position: relative;
    min-height: 400px;
    padding: 0;
}
.column .col-account {
    line-height: 20px;
    height: 20px;
}
.column .col-account span {
    line-height: 20px;
}
.column i {
    width: 50px;
    height: 20px;
    background-color: #333333;
    display: inline-block;
    border-radius: 16%;
}
.column .blue {
}
.column .yellow {
}

.settlement-table td {
    border: 1px solid #ddd;
    border-top: none;
    text-align: center;
}
.settlement-table thead {
    border-top: 1px solid #ddd;
    background-color: #f4f5fa;
}
.settlement-table .single {
    color: #ff9900;
}
.settlement-table .not {
    color: #ff0000;
}
.settlement-table .adopt {
    color: #33cc00;
}
.settlement-table .await {
    color: #3366ff;
}
.settlement-table > tbody > tr:hover td {
    background: none;
}

/*helpList style */
.helplist {
    padding: 10px;
    margin: 50px 0;
    font-size: 14px;
    color: #555;
    line-height: 30px;
}
.helplist p {
    margin: 0 5px;
}
.helpList h3 {
    lin-height: 40px;
    font-size: 14px;
    margin: 20px 0 0 0;
}
.helplist ul {
    list-style: square outside;
    margin: 0 10px 0 20px;
    padding-left: 10px;
}
.helplist ul li {
    list-style: inherit;
}
.helplist a {
    color: #00b1ee;
    text-decoration: underline;
}
.helplist a:link {
    color: #00b1ee;
    text-decoration: underline;
}
.helplist a:visited {
    color: #00b1ee;
    text-decoration: underline;
}
.helplist a:hover {
    color: #00b1ee;
    text-decoration: none;
}
.helplist a:active {
    color: #00b1ee;
    text-decoration: underline;
}

/*introduction*/
.introduction p {
    font-size: 16px;
    line-height: 28px;
}
.introduction .notice-detail h1 {
    border-bottom: 1px dashed #ddd;
    text-align: center;
    padding-bottom: 15px;
}
.introduction .number {
    float: left;
    font-size: 32px;
    border-radius: 50%;
    background-color: #646c6d;
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    color: #fff;
}
.introduction ul li {
    margin: 20px 0;
}
.introduction ul li .text {
    margin-left: 70px;
    overflow: hidden;
}
.introduction ul li .text span {
    color: #ff6600;
}
.introduction ul li .text .icon {
    padding: 56px 0 0 56px;
}
.introduction ul li .text .icon i {
    font-size: 40px;
}
.introduction ul li .text h3 {
    font-size: 20px;
    color: #000333;
    margin: 0 0 15px 0;
}
.introduction ul li img {
    margin: 20px 0;
}
.introduction ul li .green {
    background-color: #74be01;
}
.introduction ul li .orange {
    background-color: #ff9801;
}
.introduction ul li .green,
.introduction ul li .orange {
    color: #fff;
}
.introduction .btn-introduction {
    margin: 50px 0;
}

/*eject*/

.popup {
    width: 600px;
    display: none;
    margin: 20px 125px;
    border: 1px solid #ddd;
    padding: 0;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -300px;
    background-color: white;
    z-index: 102;
    overflow: auto;
}
.popup .prompt {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background-color: #0b9fdc;
    color: #fff;
    border-bottom: 3px solid #4cbee8;
}
.popup .one-line {
    text-align: right;
    padding-right: 20px;
    color: #bbbaba;
    padding-top: 10px;
}
.popup .result-box {
    background-color: #fff;
    padding: 10px 0;
    margin-left: 20%;
}
/*.popup .result-box .result-info p{line-height: 50px;}*/
.popup .result-step {
    height: 60px;
    line-height: 30px;
    padding: 0 200px;
}
.popup .result-step a {
    border: 1px solid #ddd;
    padding: 6px 16px;
    border-radius: 4px;
    margin-right: 10px;
}
.popup .result-step .default {
    background-color: #f3f3f3;
    color: #666;
}
.popup .result-step .success {
    background-color: #ff8605;
    color: #fff;
}
.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 101;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*====================================================
     item_pay styles
====================================================*/
.services {
    border-bottom: 1px solid #ddd;
}
.services .left-tit {
    font-size: 18px;
    position: relative;
    top: -16px;
}
.services .pay-info {
    padding: 30px 0;
    overflow: hidden;
    border-left: 1px dashed #ddd;
}
.services .pay-info .checkbox {
    padding-bottom: 20px;
    padding-left: 50px;
    margin: 0;
}
.services .pay-info .checkbox .label {
    display: block;
    padding: 15px;
    border: 1px solid #bababa;
    position: relative;
    color: #333;
    text-align: left;
    font-weight: normal;
}
.services .pay-info .checkbox .label .box {
    display: inline-block;
    border: 1px dotted #ddd;
    height: 31px;
    width: 31px;
    margin-bottom: 8px;
}
.services .pay-info .checkbox .label .box.checked {
    background: url("../images/dui.png") no-repeat center;
    border: 1px solid #28be02;
    outline-offset: -2px;
}
.services .pay-info .checkbox .label .detail {
    display: inline-block;
    margin-left: 25px;
}
.services .pay-info .checkbox .label h4 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    position: absolute;
    top: 8px;
}
.services .pay-info .checkbox .label .detail p {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.services .pay-info .checkbox .label .pull-right {
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
}

.services .btn-team {
    margin-left: 50px;
}
.services .pay-info .btn-block {
    width: 100px;
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    margin-top: 10px;
}
.services .pay-info .btn-block.btn-default {
    background: none;
    color: #00b1ee;
    border: 1px solid #00b1ee;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #00b1ee;
    border-width: 0;
    border: 1px solid #00b1ee;
}
.services .choose-content {
    margin-top: 30px;
    font-size: 16px;
}
.services .choose-content .form-group {
    margin: 0;
}
.services .choose-content .form-group .control-label {
    font-weight: 200;
    color: #000;
    padding-right: 0;
}
.services .choose-content .form-group select option {
    line-height: 32px;
    padding: 0 5px 1px;
    height: 40px;
}
.form-group .control-label {
    font-weight: 200;
    color: #000;
    padding-right: 0;
}
.form-group select option {
    line-height: 32px;
    padding: 0 5px 1px;
    height: 40px;
}
.services .choose-content .btn-team {
    margin-left: auto;
}
.wallet {
    position: relative;
}
.changeWallet {
    font-size: 14px;
    cursor: pointer;
    color: #00b1ee;
}
.wallet-box {
    position: absolute;
    top: 0;
    z-index: 10;
    background: #fff;
    line-height: 32px;
    border: 1px solid #ddd;
    display: none;
    max-height: 186px;
    overflow-y: auto;
}
.wallet-box li {
    padding: 0 20px;
    cursor: pointer;
}
.wallet-box li:hover {
    background: #00b1ee;
    color: #fff;
}

/* card-payment.html*/
.head-top .payment-top.fr a {
    color: #0072c1;
}
.pay-info .detail-info {
}
.pay-info .info-title {
    margin-top: 36px;
    line-height: 42px;
    font-size: 18px;
    color: #333;
    margin-left: 0;
}
.pay-info .info-main {
    padding: 25px 15px;
    border: 1px solid #ddd;
}
.pay-info .money {
    color: #339900;
}
.pay-info .corner {
    position: absolute;
    bottom: 0;
    right: 0;
}
.pay-info .pay-type .pay-main .tab {
    display: inline-block;
    position: relative;
    top: 7px;
}
.pay-info .pay-type .pay-main .tab .fl {
    border: 1px solid #c3d1ef;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-align: center;
    position: relative;
}
.pay-info .pay-type .pay-main .tab .fl img {
    display: none;
}

.pay-info .info-choose .check-main {
    border: 1px solid #ddd;
    padding: 8px;
    padding-right: 20px;
    overflow: hidden;
    height: 56px;
}
.pay-info .info-choose .checkbox .box {
    top: 18px;
}
.pay-info .info-choose .checkbox label {
    width: 100%;
}
.pay-info .info-choose .checkbox .detail h4 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
}
.pay-info .info-choose .checkbox .detail p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin: 0;
}
.pay-info .info-choose .checkbox .pull-right {
    line-height: 40px;
    font-size: 18px;
    color: #333;
}
.pay-info .choose-result {
    margin-top: 10px;
    background-color: #fcfcf1;
    overflow: hidden;
    padding: 15px 30px;
}
.pay-info .choose-result .checkbox {
    font-size: 16px;
}
.pay-info .choose-result .pull-right {
    font-size: 14px;
    color: #333;
}
.pay-info .choose-result .pull-right h4 {
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
}
.pay-info .choose-result .pull-right .green {
    font-size: 18px;
    color: #339900;
}
/*.pay-info .pay-type .pay-main .tab .tab1{border-right:none}*/
.pay-info .pay-type .pay-main .tab .tab2 {
    border-left: none;
}
.pay-info .pay-type .pay-main .tab .tab3 {
    border-right: none;
}
.pay-info .pay-type .pay-main .tab .fl {
    float: left;
}
.pay-info .pay-type .pay-main .tab .fl.active {
    border: 1px solid #ff7a00;
}
.pay-info .pay-type .pay-main .tab .fl.active img {
    display: inline-block;
}
.pay-info .pay-type .pay-main .tab-main {
    border: 1px solid #c3d1ef;
    padding: 30px;
    height: 166px;
}
.pay-info .pay-type .pay-main .tab-main .form-inline .btn-group {
    margin-left: 5px;
    width: 156px;
    text-align: left;
}
.pay-info .pay-type .pay-main .tab-main .form-inline .btn {
    font-size: 14px;
    padding: 7px 18px;
    color: #666;
    width: 156px;
}
.pay-info .pay-type .pay-main .tab-main .form-inline .chose .pay-num {
    line-height: 26px;
    margin-left: 15px;
    border-left: 2px solid #bababa;
    font-size: 16px;
    display: inline-block;
    padding-left: 15px;
}
.pay-info .pay-type .pay-main .tab-main .form-inline .form-group {
    margin-top: 10px;
}
.pay-info .pay-type .pay-main .tab-main .form-inline .form-group label {
    margin-right: 5px;
}
.pay-info .pay-type .pay-main .pay-ft {
    padding: 30px;
    background: #ebeff8;
    border: 1px solid #c3d1ef;
    border-top: none;
}
.pay-info .pay-type .pay-main .pay-ft .btn {
    padding: 0 20px;
    line-height: 34px;
}
.pay-info .pay-type .pay-main .pay-ft .cancel {
    margin-left: 15px;
    color: #666;
}
.pay-info .pay-type .pay-main .tab-main .titlee {
    line-height: 30px;
    text-indent: 20px;
    margin-bottom: 10px;
}
.pay-info .pay-type .pay-main .tab-content1 .radio label {
    margin-right: 10px;
}
.tab-content2 .dropdown-menu {
    width: 100%;
    min-width: 0;
}
.tab-content2 .dropdown-menu li {
    padding: 3px 18px;
}
.tab-content2 .dropdown-menu li:hover {
    background: #dfdfdf;
}

.scan-type p {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}
.weichat {
    height: 40px;
}
.alipay {
    margin-right: 50px;
    height: 40px;
}
/*====================================================
     eventrecord styles
====================================================*/

.myAttend .main-edit {
    padding: 0;
}
.myAttend table tbody tr:focus {
    outline: none;
}
.myAttend .table > tbody > tr:hover td {
    background: #f4f4f4;
}
.myAttend .sec-top {
    margin-top: 10px;
    font-size: 16px;
}
.myAttend .larger {
    font-size: 20px;
}
.myAttend .sec-top .rel {
    position: relative;
    margin-left: 20px;
}
.myAttend .sec-top .pull-left {
    padding-left: 10px;
}
.myAttend .sec-top {
    position: relative;
}
.myAttend .sec-content .sec2-title {
    padding-top: 10px;
    line-height: 36px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}
.myAttend .sec-content .panel-heading {
    padding: 0;
    height: 36px;
    line-height: 36px;
    margin: 0;
    border: none;
    background: none;
}
.myAttend .sec-content .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.myAttend .sec-content .panel-default {
    border: none;
}
.myAttend
.sec-content
.panel-group
.panel-heading
+ .panel-collapse
> .panel-body {
    border: none;
}
.myAttend .sec-content .panel-heading > a {
    display: block;
}
.myAttend .sec-content .panel-heading span {
    color: #666;
}
.colorF4 {
    background: #f4f4f4;
}
.myAttend .sec-content .attend-main {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}
.myAttend .sec-content .attend-detail .tit {
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.myAttend .sec-content .attend-detail .panel-collapse {
    background: #f4f4f4;
    padding-left: 30px;
}
.myAttend .sec-content .attend-detail .table tr > td {
    border: none;
    color: #9f9f9f;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 101;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal .modal-content {
    border-radius: 0;
}
.modal .modal-content .header {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #2e2e2e;
    color: #fff;
}
.modal .modal-content .header button.close {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    line-height: 40px;
    font-size: 32px;
}
.modal .modal-content .modal-body {
    padding: 46px 36px;
}
.modal .modal-content .modal-body .left-side {
    width: 60%;
}
.modal .modal-content .modal-body .left-side .code-kuang {
    vertical-align: middle;
    text-align: center;
    line-height: 288px;
    width: 312px;
    height: 312px;
    padding: 10px;
    background: url("../images/code-kuang.png") no-repeat center;
}
.modal .modal-content .modal-body .left-side img {
}
.modal .modal-content .modal-body .right-side {
    width: 40%;
}
.modal .modal-content .modal-body .right-side .pay-money {
    color: #ff7800;
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 40px;
}
.modal .modal-content .modal-body .right-side .type-tit {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.modal .modal-content .modal-body .right-side .pay-type .alipay {
    height: 25px;
    margin-right: 20px;
}
.modal .modal-content .modal-body .right-side .pay-type img {
    height: 25px;
    margin-bottom: 10px;
}

/*====================================================
     packet-manage styles
====================================================*/
.packet-manage .blue {
    color: #03a9f4;
}
.packet-main{
    padding-bottom:60px;
}
.packet-main .module-all:last-child{
    border-bottom:0;
}
.packet-manage .module-all{
    padding:12px 0;
}
.packet-manage .card-item .radio-inline {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 32px;
}
.packet-manage .card-item .radio-inline input {
    -webkit-appearance: none;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    right: 3px;
}
.packet-manage .card-item .radio-inline input:checked:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    content: "";
    background: #03a9f4;
    border-radius: 50%;
}
.packet-manage .card-item .choose-card {
    margin-top: 15px;
    margin-bottom: 0px;
}
.purse-tit {
    font-size: 18px;
}

.packet-manage .card-item .arrow-left .iconfont,
.packet-manage .card-item .arrow-right .iconfont{
    line-height: 4;
}
.card-img {
    width: 283px;
    height: 176px;
    position: relative;
    vertical-align: middle;
    margin-top: 35px;
}
.card-img h4 {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
}
.addBank {
    padding: 25px 0;
}
.addBank .addBank-title h4 {
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
}
.addBank .addBank-title .blue {
    margin-left: 8px;
}
.addBank .addBank-opeart {
    border-bottom: 1px dotted #ddd;
    padding: 0 10px;
    margin-top: 20px;
    display: inline-block;
}
.addBank-opeart .add-to {
    width: 310px;
    height: 40px;
    background: #f8f8f8;
    border: 1px dotted #ddd;
    color: #333;
    font-size: 14px;
    padding-left: 20px;
    display: inline-block;
}
.addBank-opeart .add-to .add {
    font-size: 20px;
    position: relative;
    top: 8px;
    color: #666;
}
.addBank-opeart .to {
    color: #333;
    position: relative;
    top: 6px;
    left: 5px;
}
.card-item .addBank-opeart .bank {
    width: 310px;
    display: inline-block;
    position: relative;
    top: 6px;
}
.card-item .addBank-opeart .bank a {
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    width: 94%;
    line-height: 40px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
    display: inline-block;
}
.card-item .addBank-opeart .bank a:hover {
    background-color: #f2f2f2;
}
.card-item .addBank-opeart samp,
.card-item .addBank-opeart span {
    color: #333;
    padding: 0 5px;
}
/* ===================
card-shop
================== */
.card-shop .shop-search{
    padding:50px 60px;
}
.card-shop .intro-bg{
    padding-bottom:30px;
    margin:0;
}
.card-shop .search-top .input-group{
    height:40px;
}
.card-shop .search-top .input-group input{
    height:40px;
    color:#999;
}
.card-shop #basic-addon{
    background:#00b1ee;
    color:#fff;
    border-color:#00b1ee;
    padding: 0 30px;
    font-size:16px;
    cursor:pointer;
}
.card-shop .intro-bg .card-detail  .card-img{
    width: 100%;
    height:100%;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.card-shop .intro-bg .card-detail  .card-text{
    height:42px;
    line-height: 42px;
    text-align: center;
    background:#fff;
    color:#333;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}/*====================================================
     card-record styles
====================================================*/
.card-record .list {
    overflow: hidden;
    padding: 40px 0 20px;
    border-bottom: 1px solid #ddd;
}
.card-record .list img{
    width: 10%;
}
.card-record .list .prompt{
    font-size: 14px;
    color: #666;
}
.card-record .list span{
    padding:0  30px 0 10px;
    font-size: 16px;
    color: #666;
}
.card-record .list{
    font-size: 16px;
}
.card-record .list .sty{
    text-align: center;
}
/* =========================
    .cancal-tips.html
======================== */

.cancel-tips .cancel-main{
    font-size:14px;
    color:#333;
    padding:15px 0;

}

.cancel-tips .module-all{
    display:table;
    margin:0 auto;
}
.warning-img{
    width:50px;
    height:50px;
    margin-right:20px;
}
.cancel-tips .cancel-main .text{
    vertical-align: middle;
}
.cancel-tips .operat{
    margin-top:30px;
    margin-left:80px;
}
.cancel-tips .operat .btn{
    margin-right:30px;
}

.getCard .warning-img{
    margin-right:0;
    margin-left:20px;
}
.getCard .loss-step .btn{
    margin-right:20px;
}
.packet-manage .fail-svg{
    width:15px;
    height:15px;
}
.purse-tit {
    font-size: 18px;
}
.packet-manage .cancel-card a{
    color:#666;
    position: relative;
    top:-10px;
}
.packet-manage .cancel-card a span{
    vertical-align: middle;
    margin-left:2px;
}
/* 生活缴费 */
.main-edit.item-list{
    padding:0;
}
.services .module-all.pay-list{
    border-bottom:1px solid #ddd;
}
.services .module-all.pay-list .item-list{
    width:100%;
    overflow:hidden;
    float:none;
    margin-bottom:0;
    position:relative;
    padding-left:20px;
}
.services .module-all.pay-list .item-list .lf{
    float:left;
    overflow:hidden;
    width:100%;
}
.services .module-all.pay-list .item-list .lf .iconfont{
    display:inline-block;
    color:#ccc;
}
.services .module-all.pay-list .item-list .lf .content{
    display:inline-block;
    margin-left:20px;
    width:80%;
    vertical-align: top;
}
.services .module-all.pay-list .item-list .lf .content .border{
    border-left:4px solid #00b1ee;
    margin-right:8px;
    font-size:12px;
}
.services .module-all.pay-list .item-list .lf .content>h4>strong{
    vertical-align:middle;
}
.services .module-all.pay-list .item-list .lf .content>p{
    margin-left:10px;
    word-wrap: break-word;
}
.services .module-all.pay-list .item-list .rt{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:30px;
    padding: 10px 20px;
}
