<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*write by fay time:2014-09-09 10:03*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-repeat: no-repeat;
    font-family: "寰蒋闆呴粦";

}

*:focus {
    outline: none;
}

*, *:before, *:after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol, ul, li {

    padding: 0;
    margin: 0;
    display: block;

}

u, i {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;

}

fieldset, img {
    border: 0;

}

html {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    position: relative;
    font-size: 14px;
    background-color: #eff0f7;
    /*overflow-x: hidden;*/
    /*min-height: 100%;*/
}
body,html{
    /*min-height:100vh;*/
}
input, select, textarea {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
}

a {
    color:#000;
    text-decoration: none;
}

a:link {

    text-decoration: none;
}

a:visited {

    text-decoration: none;
}

.f-x {
    zoom: 1;
}

.f-x:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.new-loading {
    position: fixed;
    background-color: rgba(255,255,255,1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.small-loading {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    /*background-image: url('/pages/public/css/images/newloading1.gif');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: 100% auto;*/
    border-radius: 3px;

}

.small-loading &gt; li {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #67d8fd;
    border-radius: 4px;
    opacity: 0.2;

    -webkit-animation: show1 0.8s infinite ease-in-out;
}

.small-loading &gt; li:first-child {
    top: 1px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation-delay: -0.8s;
}

.small-loading &gt; li:nth-child(2) {
    right: 5px;
    top: 5px;
    -webkit-animation-delay: -0.7s;
}

.small-loading &gt; li:nth-child(3) {
    right: 1px;
    top: 50%;
    margin-top: -2px;
    -webkit-animation-delay: -0.6s;
}

.small-loading &gt; li:nth-child(4) {
    right: 5px;
    bottom: 5px;
    -webkit-animation-delay: -0.5s;
}

.small-loading &gt; li:nth-child(5) {
    bottom: 1px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation-delay: -0.4s;
}

.small-loading &gt; li:nth-child(6) {
    left: 5px;
    bottom: 5px;
    -webkit-animation-delay: -0.3s;
}

.small-loading &gt; li:nth-child(7) {
    left: 1px;
    top: 50%;
    margin-top: -2px;
    -webkit-animation-delay: -0.2s;
}

.small-loading &gt; li:nth-child(8) {
    left: 5px;
    top: 5px;
    -webkit-animation-delay: -0.1s;
}

@-webkit-keyframes show1 {
    100% {
        opacity: 0.8;
    }
}

/*鏂板脊绐�*/
.back-black {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999999;
}

.yalert-box {
    top: 20vh;
    width: 90vw;
    left: 5vw;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    color: #000;
    z-index: 9999999;
    border-radius: 3px;
}

.yalert-box-tip {
    text-align: center;
    padding: 10px
}

.yalert-box-top {

    text-align: center;
    padding: 15px 0;
    font-weight: bold;
}

.yalert-box-btn {
    border-radius: 0 0 3px 3px;
    text-align: center;
    margin-top: 20px;
}

.yalert-box-btn a {
    display: inline-block;
    padding: 15px 0px;
    width: 50%;
    color: #3399cc;
    font-size: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(237, 237, 237, 1);

}

.yalert-box-btn a:nth-child(2) {

    border-left: 1px solid rgba(237, 237, 237, 1);

}

.oppo {
    width: 80%;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    padding: 0.28rem 0.1rem;
    position: fixed;
    top: 50%;
    margin-top: -0.5rem;
    left: 10%;
    font-size: 0.3rem;
    line-height: 0.44rem;
    text-align: center;
    border-radius: 0.08rem;
    color: #fff;
    z-index: 999999;
}
[v-cloak]{
    display: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear {
    clear: both;
}

.f-cb {
    zoom: 1;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
</pre></body></html>