<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #fafafa;
}

/*甯歌闂*/
.logoWra {
    background: #fff;
    height: 102px;
}

.rechargeNav {
    width: 100%;
    height: 60px;
    background: #42BDFF;
}

.rechargeNav ul {
    height: 60px;
    width: 420px;
    margin: 0 auto;
}

.rechargeNav ul li {
    float: left;
    width: 140px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.rechargeNav ul li.active {
    background: #27A3ED;
}

.rechargeNav ul li a {
    color: #ffffff
}

.rechargeNav ul li.active a {
    color: #fff;
}

.rechargeNav ul li.active a:hover {
    text-decoration: none;
}

.rechargeNav ul li a:hover {
    text-decoration: underline;
}

.bank {
    width: 100%;
}

.bankNav {
    width: 1100px;
    height: 85px;
    margin: 20px auto;
}

.bankNav ul {
    width: 1100px;
    height: 85px;
}

.bankNav ul li {
    float: left;
    width: 215px;
    height: 85px;
    margin-right: 5px;
    behavior: url(ie-css3.htc);
    cursor: pointer;
}

.bankNav ul li a {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    height: 83px;
}

.bankNav ul li.cli a{
    border-color: #42BDFF;;
}

.bankNav ul li img {
    display: block;
    margin: 20px auto;
}

.cli em, .cli span {
    font-style: normal;
    font-size: 50px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    color: #ddd;
    margin-left: -10px;
}

.cli span {
    bottom: -23px;
    color: #fff;
}

.course {
    width: 1020px;
    margin: 0 auto;
    background: #fff;
    padding: 0 40px 20px;
}

.course h1 {
    color: #636363;
    font-size: 18px;
    padding: 35px 0 10px;
}

.course p {
    color: #636363;
    font-size: 16px;
    line-height: 27px;
}

.course p img {
    margin: 30px 140px 20px;
}

/*鏂版墜涓婅矾*/
.noviceNav {
    width: 100%;
    height: 60px;
    background: #42BDFF;
}

.noviceNav ul {
    height: 60px;
    width: 800px;
    margin: 0 auto;
}

.noviceNav ul li {
    float: left;
    width: 160px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.noviceNav ul li.active {
    background: #27A3ED;
}

.content {
    width: 800px;
    margin: 40px auto;
    background: #fff;
    padding: 10px 50px 50px;
}

.content h1 {
    color: #636363;
    font-size: 18px;
    padding: 35px 0 10px;
}

.content h2 {
    color: #636363;
    font-size: 16px;
    padding: 20px 0 10px;
}

.content p {
    color: #636363;
    font-size: 16px;
    line-height: 27px;
}

/*璇存槑*/
.noviceNav ul li a {
    display: block;
    width: 160px;
    height: 60px;
    color: #fff;
}

.instruction {
    width: 800px;
    margin: 40px auto;
    background: #fff;
    padding: 0 50px 50px;
}

.instruction h1 {
    color: #636363;
    font-size: 18px;
    padding: 35px 0 10px;
}

.instruction h2 {
    color: #636363;
    font-size: 16px;
    padding: 10px 0 10px;
    font-weight: normal;
}

.instruction p {
    color: #636363;
    font-size: 16px;
    line-height: 27px;
}

.indent p {
    text-indent: 2em;
}

.instruction .color {
    color: #f87103;
    font-size: 16px;
}

.instruction .green {
    color: green;
}

.instruction .instrTitle {
    padding-top: 30px;
}

.table1 {
    margin-top: 10px;
    width: 100%;
    border: none;
}

.table1 tbody tr td {
    padding: 5px;
    text-align: center;
    border-bottom: #CCCCCC 1px solid;
    color: #636363;
    line-height: 25px;
}

.footer {
    background: #fafafa;
    border-top: 1px solid #ededed;
    height: auto;
    width: 100%;
}

.siteinfo {
    text-align: center;
    line-height: 39px;
}

.siteinfo p {
    font-size: 16px;
    color: #999;
}
























</pre></body></html>