<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0 0;
    margin: 0 0;
    border-width: 0px;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #F7F8FA;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    color: #a8609f;
    letter-spacing: 0.1em;
}

P {
    color: #a8609f;
}

A {
    color: #b6ad38;
    text-decoration: none;
}

LI {
    list-style-type: none;
}

H2 {
    display: block;
    padding-left: 14px;
    font-size: 1em;
    float: left;
    margin: 0px 12px 10px 0px;
    color: #000;
}

IMG {
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
    border-radius: 5px;
}

A {
    color: #b6ad38;
    text-decoration: none;
}

svg:hover {
    transform: scale(1.3);
}

.bigButton {
    font-size: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 120px;
    width: 20%;
    line-height: 38px;
    padding: 3px 0px 3px 0px;
    display: block;
    opacity: 1;
    border: 1px solid;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: center;
    align-items: flex-start;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    color: #fefefc;
    background-color: #3dac0d;
    background-image: -moz-linear-gradient(#79d858, #3dac0d);
    background-image: -webkit-linear-gradient(#79d858, #3dac0d);
    background-image: linear-gradient(#79d858, #3dac0d);
    background-repeat: repeat-x;
    border-radius: 5px;
}

    .bigButton:hover {
        transform: scale(1.02);
    }


#clear {
    clear: both;
}

#btnNext {
    position: relative;
    float: right;
    margin: 1.4em;
}

#login {
    clear: both;
    width: 100%;
    text-align: center;
    line-height: 3.8em;
    padding-top: 15%;
}

#PhoneNumber {
    width: 30%;
}

#indexFun {
    padding-left: 30%;
}

.errorMsg {
    color: #999999;
    width: 100%;
    text-align: center;
    margin: 9% 0 9% 0;
    display: inline-block;
}

.secTil {
    padding-bottom: 14px;
    border-bottom: 3px solid #47C014;
    display: inline-block;
    margin-left: 1.4em;
    overflow: hidden;
}

    .secTil span::before {
        content: "";
        display: none;
        height: 2px;
        background: #47C014;
        width: 3px;
        margin-right: 10px;
        line-height: 30px;
        vertical-align: middle;
    }

    .secTil span {
        float: left;
        color: #b6ad38;
        overflow: hidden;
        position: relative;
        line-height: 30px;
        border-radius: 100px;
        top: 4px;
    }

.txt4 {
    color: #999999;
}

.txt4w {
    color: #ffffff;
}

.txt4b {
    color: #a8609f;
}

.title {
    font-size: 1.2em;
    color: #6a7480;
    padding: 0 1em 1.2em 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

H1 A {
    text-shadow: none;
    letter-spacing: 0.2em;
}

.label {
    display: block;
    color: #000000;
}

A:link {
    word-wrap: normal;
    text-overflow: ellipsis;
}

#navBar {
    overflow: hidden;
    width: 99.98%;
    height: 48px;
    width: 100%;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 8;
    top: 0px;
    _position: absolute;
    background-color: #3dac0d;
    background-image: -moz-linear-gradient(#79d858, #3dac0d);
    background-image: -webkit-linear-gradient(#79d858, #3dac0d);
    background-image: linear-gradient(#79d858, #3dac0d);
    background-repeat: repeat-x;
    border-color: #4a993e;
    text-align: left;
}


.tabs-nav {
    margin: 0px auto;
    width: 816px;
    max-width: 816px;
}

@media screen and (min-width:816px) {
    .tabs-nav {
        margin: 0px auto;
        width: 816px;
        max-width: 816px;
    }
}

@media screen and (max-width:816px) {
    .tabs-nav {
        margin: 0px auto;
        width: 100%;
    }
}

.tabs-nav a {
    color: #fefefc;
    font-weight: bold;
    line-height: 20px;
    display: block;
    text-decoration: none;
    padding: 13px 0px 13px 0px;
}

    .tabs-nav a:hover {
        color: #fefefc;
    }

.tabs-nav LI {
    float: left;
    width: 14%;
    text-align: center;
    font-weight: bold;
    min-width: 12px;
    max-width: 120px;
    overflow: hidden;
    word-wrap: normal;
    padding: 1px 1px 1px 1px;
    margin: 0px 1% 0px 0px;
    text-align: center;
    border-radius: 25px;
}

    .tabs-nav LI:hover {
        padding: 0px 0px 0px 0px;
        background-color: #79d858;
        color: #fefefc;
        border: 1px dotted #e5e5e5;
    }

LI.tabs-selected {
    font-weight: bold;
    background-color: #fefefc;
}

    LI.tabs-selected a {
        color: #47C014;
    }

#container {
    margin: 0px auto;
    width: 816px;
    max-width: 816px;
    padding-top: 50px;
    min-height: 413px;
    position: relative;
    text-align: left;
    background-color: white;
}

@media screen and (min-width:816px) {
    #container {
        margin: 0px auto;
        width: 816px;
        max-width: 816px;
    }
}

@media screen and (max-width:816px) {
    #container {
        margin: 0px auto;
        width: 100%;
    }
}

#bottom {
    clear: both;
    width: 99.98%;
    text-align: center;
    color: #999;
    height: 28px;
    line-height: 28px;
}

#statusInfo {
    padding-left: 15px;
    text-align: left;
}

.controls {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 10px;
    text-align: right;
}

#loadingBox {
    top: 200px;
    width: 60px;
    left: 50%;
    height: 34px;
    margin-left: -30px;
    z-index: 10000;
    position: fixed;
    background-image: url(http://a.tbcdn.cn/mw/base/styles/component/more/images/loading.gif);
    background-repeat: no-repeat;
    background-size: auto;
}

#loadingImage {
    display: none;
    border: 1px dotted #00CC00;
    padding: 1px;
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
}

#iframe_BigImage {
    position: absolute;
}

#divpad {
    padding: 7px;
}

.clear {
    ZOOM: 1;
}

EM {
    FONT-WEIGHT: normal;
    FONT-STYLE: normal;
}

.mod {
    padding: 10px;
    height: 170px;
    FLOAT: left;
    WIDTH: 170px;
    TEXT-ALIGN: center;
    display: flex;
    align-items: center;
    justify-content: center;
    place-content: center;
}

    .mod:hover {
        transition-timing-function: ease-in;
        transition-duration: 1s;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

.hd {
    display: none;
    MARGIN: 0px auto 20px;
    font-size: 0.8em;
    WIDTH: 100%;
    TEXT-ALIGN: center;
    FONT-WEIGHT: normal;
    FONT-STYLE: normal;
    COLOR: #797979;
    overflow: hidden;
}

#imgborder {
    border: 0px dotted rgb(102, 102, 102);
    margin: 1px;
}

.greentext {
    color: #03c;
}

.igreenhead {
    color: #009933;
    line-height: 60px;
}

.greenhead {
    color: #009933;
    line-height: 24px;
}

.blacktext {
    text-decoration: none;
}

#centresomething {
    top: 10px;
    width: 894px;
    position: relative;
    text-align: center;
}

#rightsomething {
    top: 10px;
    width: 894px;
    position: relative;
    text-align: right;
    color: #009933;
}

.list {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px dotted white;
}

.longLink {
    color: #a8609f;
}

.comment_cont {
    line-height: 2.1em;
    text-align: justify;
    word-wrap: break-word;
    width: 100%;
    position: relative;
    table-layout: fixed;
    padding: 0.5em 0em 0.5em 0px;
}

    .comment_cont p {
        margin: 0.6em 0;
    }

    .comment_cont table {
        border-spacing: 0px;
        font-size: 0.9em;
        line-height: 1.9em;
    }

    .comment_cont td {
        background: #fff;
        vertical-align: text-bottom;
        word-wrap: break-word;
        white-space: pre-line;
        overflow-wrap: break-word;
        text-wrap: unrestricted;
        word-break: break-all;
        word-break: break-word;
        color: #4f6b72;
    }

        .comment_cont td img {
            padding: 0em 0em 0em 0.2em;
        }

        .comment_cont td.ot {
            white-space: nowrap;
            padding: 0.5em 0.5em 0.5em 0;
        }

        .comment_cont td.otWord {
            padding: 0.5em 0.5em 0.5em 0.5em;
        }

        .comment_cont td.ho {
            visibility: hidden;
            padding: 0.5em 0.5em 0.5em 0;
        }

        .comment_cont td.hoWord {
            padding: 0.5em 0.5em 0.5em 0.5em;
            color: #a8609f;
            background: #F5FAFA;
        }

            .comment_cont td.hoWord a {
                margin: 0 1.2em 0 0;
            }

    .comment_cont iframe {
        margin: 0px 9px 0px 0;
    }

.ssImgs {
    text-align: left;
}

.ccImgs {
    text-align: center;
}

.comment_cont .avatar {
    float: left;
}

.comment_cont .cloud {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    min-width: 50px;
    max-width: 90%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 3%;
}

.mainReply {
    font-weight: bold;
    text-shadow: rgba(50,50,50,.3) 1px 1px 3px;
    color: #a8609f;
}

.comment_nickname {
    margin-right: 15px;
    text-decoration: none;
}

.LeaveWordReply {
    text-align: center;
}

.date {
    font-family: simsun;
    margin-right: 5px;
    color: #C1BA9E;
}

#content {
    text-align: left;
}

#content_inner {
    width: 100%;
}

#message_top {
    clear: both;
    display: inline-block;
    margin: 0.5em 0 0 0.7em;
    padding:0;
    width: 100%;
}


#changeStyleList {
    float: right;
    margin: 0 0.4em;
    padding: 0.6em 1em 0.6em 1em;
}

    #changeStyleList ul {
        float: left;
        line-height: 15px;
        padding-left: 10px;
    }

    #changeStyleList li {
        cursor: pointer;
        display: block;
        float: left;
        margin: 0px 7px 0 0;
    }

#aside {
    display: none;
    float: right;
    width: 320px;
    position: relative;
}

    #aside dd {
        PADDING-RIGHT: 9px;
        PADDING-LEFT: 9px;
        BACKGROUND-COLOR: #eff0f2;
    }

    #aside .help {
        PADDING-RIGHT: 8px;
        PADDING-LEFT: 8px;
        BACKGROUND-COLOR: #efece4;
        line-height: 2.1em;
        margin-top: 8px;
    }

    #aside .ads {
        padding: 0 8px 2px 8px;
        line-height: 2.1em;
        margin-top: 8px;
    }

    #aside .BlogList {
        PADDING-RIGHT: 8px;
        PADDING-LEFT: 8px;
        line-height: 2.1em;
    }

        #aside .BlogList H3 {
            background-color: #3dac0d;
            color: #fefefc;
            width: 103px;
            font-size: 1em;
            margin-bottom: 12px;
        }

    #aside a {
        text-decoration: none;
        color: #a8609f;
    }

        #aside a:hover {
            color: #b6ad38;
            text-decoration: none;
        }

#add_function {
    clear: both;
    width: 99.98%;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: none;
}

.close H3 {
    margin-bottom: -1px;
}

#contentMsg {
    display: none;
}

#suggMsg {
    display: none;
}

.section {
    clear: both;
    background-color: white;
}

    .section .dot {
        font-weight: bold;
        margin: 0px -3px;
        color: #c8c8c8;
    }

#bottomCtl {
    display: inline-block;
    width: 100%;
    background-color: white;
}

.blog UL {
    clear: both;
}

.blog LI {
    line-height: 2.1em;
    margin: 0 0.4em;
    padding: 0.6em 1em 0.6em 1em;
    BACKGROUND: url(/imgs/dot6.gif) no-repeat 0px center;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dotted white;
}

    .blog LI:last-child {
        border-bottom: 0px dotted white;
    }

.blogs {
    font-size: 1em;
    font-weight: 400;
    color: #a8609f;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .blogs:hover {
        color: #b6ad38;
        text-decoration: none;
    }

.blogsB {
    font-size: 1em;
    font-weight: 400;
    color: #a8609f;
    margin: 0 1em 0 1em;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .blogsB:hover {
        color: #b6ad38;
    }

#txtContent P div BR {
    line-height: 2.1em;
    text-indent: 2em;
    padding: 0px 0px 0px 0px;
    margin-bottom: 1em;
    word-wrap: break-word;
}

.wblog UL {
    clear: both;
}

.wblog LI {
    margin: 0 0.4em;
    padding: 0.6em 1em 1.2em 1em;
    line-height: 2.1em;
    background: url(/imgs/dot6.gif) no-repeat 0px 25px;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px dotted white;
}

.wblog UL LI.last {
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
}

#photos {
    margin: 0 0.4em;
    padding: 0.6em 1em 1.2em 1em;
    display: inline-block;
}

.blog_details_20120222 {
    font-size: 1.1em;
    text-align: justify;
    word-break: break-all;
    min-height: 380px;
    line-height: 2.2em;
    word-wrap: break-word;
    width: 100%;
    position: relative;
    table-layout: fixed;
}

    .blog_details_20120222 A:link {
        white-space: pre-wrap;
        margin: 0em 0.6em 0 0;
    }

    .blog_details_20120222 .longLink {
        color: #a8609f;
    }

    .blog_details_20120222 BR {
        line-height: 3.7em;
        vertical-align: top;
    }

    .blog_details_20120222 P, pre {
        TEXT-INDENT: 0em;
        margin: 1.2em 0px 1.2em 0px;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    }

    .blog_details_20120222 .time {
        border-top: 1px dotted #white;
        font-family: simsun;
        text-align: center;
        color: #C1BA9E;
        padding-top: 2px;
        padding-bottom: 2px;
        margin: 2em 0 0 0;
        text-shadow: 0px 1px 0px #fff;
        font-size: 0.9em;
    }

        .blog_details_20120222 .time .timeBg {
            width: 27px;
            height: 1px;
            display: none;
            margin-top: 7px;
            background-color: rgb(180, 184, 189);
        }

#searchlist {
}

.alPhoto {
}

.alLink {
    margin-left: 0.5em;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}

    .alLink a {
        margin-left: 0.5em;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.chatContent {
    overflow: hidden;
    position: relative;
    font-size: 0.9em;
    padding-bottom: 1em;
}

.you {
}

.chatItem {
    margin: 0 0.4em;
    padding: 0.6em 1em 0.6em 1em;
    border-bottom: 1px dotted #white;
}

.chatContent DIV:last-child {
    border-bottom: 0px dotted #white;
}

.chatItemContent {
    display: inline-block;
    width: 100%;
}

.cloudPannel {
    position: relative;
}

.avatar {
    float: left;
    width: 10%;
    display: inline-block;
    max-width: 10%;
    line-height: 2.1em;
    margin: 1.2em 0px 1.2em 0px;
    overflow: hidden;
    white-space: nowrap;
    color: #b6ad38;
}

.cloud {
    float: left;
    display: inline-block;
    min-width: 50px;
    width: 87%;
    padding: 0 0 0 3%;
}

.chatItem .cloudContent {
    text-align: left;
    word-wrap: break-word;
    min-height: 20px;
}

    .chatItem .cloudContent pre {
        TEXT-INDENT: 0em;
        white-space: pre-wrap;
        color: #4f6b72;
        text-align: justify;
    }

.cloudText .cloudContent {
    text-shadow: none;
    line-height: 2.1em;
}

.commentX {
    margin: 1em 0.4em 1em;
    padding: 0.6em 1em 0.6em 1em;
}

    .commentX a {
        width: 2.2em;
        white-space: nowrap;
        overflow: hidden;
        text-decoration: none;
        margin: 0 5px;
        display: inline-block;
        text-overflow: clip;
        vertical-align: top;
    }

.opr_btn {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: 0;
    background: transparent;
    border: 0;
    padding: 0;
    color: #576b95;
    font-size: 15px;
    margin-top: -0.2em
}

    .opr_btn:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        width: 1em;
        height: 1em;
        margin-top: -0.1em;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: 50% 50%;
        mask-position: 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        background-color: currentColor
    }

.praise_btn:before {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='%23576B95' fill-rule='evenodd'%3E %3Cpath fill='%23191919' d='M14.496 4.136c-.288-.424-1.136-.654-1.756-.366-.358.166-.405.283-.453 1.613-.013.377-.015.426-.023.588-.063 1.333-.128 1.832-.344 2.403-.37.977-.913 1.617-1.793 2.133-.685.402-1.08.581-1.583.692a7.54 7.54 0 0 1-1.682.187H4.987a.343.343 0 0 0-.352.334V19c0 .183.152.334.348.335 6.585.042 9.525.042 10.09-.004.836-.068 1.991-.501 2.486-.908 1.658-1.365 2.38-5.964 1.482-7.965-.117-.26-.376-.473-.831-.637a3.625 3.625 0 0 0-1.103-.213 2.04 2.04 0 0 1-1.024-.276c-.694-.4-1.017-1.109-1.017-2.017 0-1.837-.139-2.544-.57-3.179zm.993-.674c.612.902.777 1.853.777 3.853 0 .546.157.828.416.978a.85.85 0 0 0 .405.115c.41.006.963.08 1.53.284.705.254 1.245.663 1.52 1.275.98 2.184.486 7.487-1.816 9.382-.69.57-2.078 1.09-3.15 1.178-.668.055-4.087.047-10.196.008a1.541 1.541 0 0 1-1.54-1.534v-7.28c0-.85.697-1.535 1.552-1.535h1.875c.467 0 .903-.044 1.424-.159.368-.08.673-.226 1.234-.555.63-.369 1-.787 1.278-1.523.157-.416.21-.825.268-2.034.007-.16.01-.21.022-.574.059-1.648.233-2.236 1.146-2.66 1.22-.566 2.678-.07 3.255.781z'/%3E %3Cpath fill='%23191919' d='M7 11h1.2v9H7z'/%3E %3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='%23576B95' fill-rule='evenodd'%3E %3Cpath fill='%23191919' d='M14.496 4.136c-.288-.424-1.136-.654-1.756-.366-.358.166-.405.283-.453 1.613-.013.377-.015.426-.023.588-.063 1.333-.128 1.832-.344 2.403-.37.977-.913 1.617-1.793 2.133-.685.402-1.08.581-1.583.692a7.54 7.54 0 0 1-1.682.187H4.987a.343.343 0 0 0-.352.334V19c0 .183.152.334.348.335 6.585.042 9.525.042 10.09-.004.836-.068 1.991-.501 2.486-.908 1.658-1.365 2.38-5.964 1.482-7.965-.117-.26-.376-.473-.831-.637a3.625 3.625 0 0 0-1.103-.213 2.04 2.04 0 0 1-1.024-.276c-.694-.4-1.017-1.109-1.017-2.017 0-1.837-.139-2.544-.57-3.179zm.993-.674c.612.902.777 1.853.777 3.853 0 .546.157.828.416.978a.85.85 0 0 0 .405.115c.41.006.963.08 1.53.284.705.254 1.245.663 1.52 1.275.98 2.184.486 7.487-1.816 9.382-.69.57-2.078 1.09-3.15 1.178-.668.055-4.087.047-10.196.008a1.541 1.541 0 0 1-1.54-1.534v-7.28c0-.85.697-1.535 1.552-1.535h1.875c.467 0 .903-.044 1.424-.159.368-.08.673-.226 1.234-.555.63-.369 1-.787 1.278-1.523.157-.416.21-.825.268-2.034.007-.16.01-.21.022-.574.059-1.648.233-2.236 1.146-2.66 1.22-.566 2.678-.07 3.255.781z'/%3E %3Cpath fill='%23191919' d='M7 11h1.2v9H7z'/%3E %3C/g%3E%3C/svg%3E")
}

.audiojs {
    display: none;
}

.url {
    font-size: 1em;
    color: #218d44;
    margin-right: 8px;
    text-decoration: none;
}

.adsc {
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
}
#conCtl {
    color: #C1BA9E;
    cursor: pointer;
    font-size: 0.9em;
    display: block;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    margin-top: -1.2em;
}


.bar {
    margin: 0px 1px 0px 0px;
    color: #bbb;
}

.guidance {
    margin: 0px 51px 8px 0px;
    width: 100%;
    color: #666;
}

.toolbar {
    padding-right: 51px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 8px;
    width: auto;
    padding-top: 0px;
}

.guidance A {
    font-weight: bold;
    color: #C1BA9E;
}

#footer {
    visibility: hidden;
    clear: both;
    padding-bottom: 21px;
    width: 99.98%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px dotted white;
}

ADDRESS {
    font-style: normal;
}

#footer ADDRESS {
    margin-top: 8px;
    color: #444;
}

    #footer ADDRESS A {
        font-weight: bold;
        color: #C1BA9E;
    }

.relate_link {
    margin-top: 8px;
    color: #bbb;
    padding-top: 22px;
}

    .relate_link A {
        color: #666;
        letter-spacing: 0px;
    }

.centerContent {
    MARGIN: 0px auto;
    WIDTH: 443px;
    TEXT-ALIGN: center;
}

    .centerContent .bottom {
        PADDING-TOP: 10px;
        PADDING-BOTTOM: 10px;
        TEXT-ALIGN: center;
    }

    .centerContent .text {
        MARGIN: 60px 0px 20px;
        COLOR: #666;
    }

    .centerContent image {
        height: 30px;
        width: 40px;
    }

.spin {
    -webkit-animation: spin 2250ms infinite linear;
    -moz-animation: spin 2250ms infinite linear;
    -ms-animation: spin 2250ms infinite linear;
    -o-animation: spin 2250ms infinite linear;
    animation: spin 2250ms infinite linear;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loader {
    background-color: #34acf3;
    border-radius: 100%;
    margin: 0px 0 0 0px;
    position: relative;
    height: 20px;
    width: 20px;
    overflow: hidden;
}

    .loader .c {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -34% 0 0 -34%;
        width: 68%;
        height: 68%;
        background-color: #ffffff;
        border-radius: 100%;
        z-index: 3;
    }

    .loader .r {
        z-index: 2;
        position: absolute;
        left: 50%;
        top: -1px;
        bottom: -1px;
        margin-left: -2.5px;
        background-color: #ffffff;
        width: 1.5px;
    }

    .loader .r1 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .loader .r2 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .loader .r3 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .loader .r4 {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.pageControl {
    width: 27px;
    text-align: left;
    z-index: 8;
    right: 0px;
    float: right;
    bottom: 10px;
    line-height: normal;
    overflow: hidden;
    cursor: pointer;
    padding: 25px 1px 20px 2px;
    border-top-color: #c00;
    border-top-width: 2px;
    border-top-style: solid;
    position: fixed;
    font-stretch: normal;
    border-bottom-left-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    border-top-color: #3dac0d;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
</pre></body></html>