<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*iphone手机的input的样式问题*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;

}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*css初始值*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: #FFFFFF;
    margin: 0px;
    padding: 0;
    font-family: "方正兰亭黑_GBK";
    font-size: 14px;
    color: #333333;
    width: 100%;
    min-width: 1400px;
    min-height: 100vh;
}

img {
    border: 0;
}

input,
select {
    border: 0;
}

a:link {
    font-family:  "方正兰亭黑_GBK";
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:visited {
    font-family:  "方正兰亭黑_GBK";
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family:  "方正兰亭黑_GBK";
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

div:focus {
    outline: none !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px
}

button {
    border: none;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 14px;
    font-family:  "方正兰亭黑_GBK";

}

button:focus {
    outline: unset;
}

bu
a,
input,
textarea {
    text-decoration: none;
    outline: 0;
    resize: none;
}

li,
img,
label,
input {
    vertical-align: middle
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.ovHide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ovHide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovHide3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ovHide4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.ovHide5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.ovHide6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.bx-content {
    width: 1300px;
    margin: 0 auto;
}

.flex-box {
    display: flex;
    align-items: center;
}

.flex-start {
    align-items: flex-start;
}
.flex-wrap{
    flex-wrap: wrap;
}
.around-box {
    justify-content: space-around;
}

.between-box {
    justify-content: space-between;
}

.flex {
   display: flex;
}

.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
.flex-sub {
    flex: 1;
}

.direction-column {
    flex-direction: column;
}


.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}






.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    display: none;
}





/*
    头部样式
*/


.top {
    width: 100%;
    height: 220px;
    background: url('../images/headtopbgc.png') no-repeat ;
    background-size: 100% 100%;

}
.top-flex {
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {

}

.top-ewm {
    display: flex;
    justify-content: flex-end;
    padding-left: 20px;
}

.top-ewm .top-ewm-box {
    width: 95px;
    height: 95px;
    background-color: #ffffff;
    border: solid 1px #3c8cff;
}
.top-ewm .top-ewm-comt {
    width: 95px;
    margin-left: 10px;
}

.top-ewm .top-ewm-comt p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-top: 5px;
    font-weight: bold;
}

.top-ewm .top-ewm-box img {
    width: 100%;
    height: 100%;
}

.top-rifgt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-sear {
    width: 396px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #3c8cff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-sear input {
    flex: 1;
    height: 38px;
    padding: 0 10px;
    font-size: 14px;
}

.top-sear a {
    width: 75px;
    height: 38px;
    background-color: #3c8cff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}

.top-sear a img {
    width: 14px;
    margin-right: 4px;
}

.relative {
    position: relative;
}

.login-boxbtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: flex-end;
    padding-right: 115px;
}

.login-boxbtn .dl {
    width: max-content;
    padding: 0 20px;
    height: 46px;
    background-color: #3c8cff;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
    margin: 0 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}






.head {
    width: 100%;
    height: 80px;
    background-color: #3c8cff;
}

.head-nav-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heade-draft {
    width: 104px;
    height: 42px;
    background-color: #2573e2;
    border: solid 1px #3c8cff;


}

.heade-draft a {
    width: 104px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}

.heade-draft a:hover {
    font-weight: bold;
}

.heade-draft img {
    margin-right: 5px;
}

.head-nav {
    flex: 1;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head-nav a.showa {
    width: 148px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.head-nav a.showa:after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #67a5ff;
    position: absolute;
    left: 0;
    top: 30px;
}

.head-nav a.showa:last-child:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #67a5ff;
    position: absolute;
    right: 0;
    top: 30px;
}

.head-nav a.showa.active {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    background-color: #2573e2;
}

.head-nav a.showa.active:after {
    display: none;
}

.head-nav a.showa.active:before {
    display: none;
}

.head-nav a.showa.active + a.showa:after {
    display: none !important;
}


.head-nav a:hover {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    background-color: #2573e2;
}


/*
    底部
*/
.foot {
    width: 100%;
    min-height: 237px;
    background-color: #2d5794;
    padding: 20px;
}

.foot .yq-list {
    width: 100%;
    padding: 20px 25px;
    padding-bottom: 0;
    background-color: rgba(255,255,255,0.1);
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.foot .yq-list a {
    font-size: 16px;
    color: #ffffff;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
}

.foot .yq-list a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    background: #ffffff;
    height: 15px;
}

.foot .yq-list a:last-child:after {
    display: none;
}

.foot-tex {
    width: 100%;
    text-align: center;
}

.foot-tex a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 0 20px;
    margin-bottom: 10px;
    position: relative;
}

.foot-tex a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    background: #ffffff;
    height: 15px;
}

.foot-tex a:last-child:after {
    display: none;
}

/*
    登录注册样式
*/
.login-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.login-mask .login-box {
    width: 524px;
    padding: 35px 45px;
    background: #ffffff url("../images/loginbgc.png") no-repeat top center;
    background-size: 100% auto;
    margin: 100px auto;
    position: relative;
}

.login-mask .login-box .login-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
}

.login-mask .login-box .login-close i {
    font-size: 24px;
    color: #777777;
    cursor: pointer;
}

.login-mask .login-box .login-title {
    width: 100%;
    font-size: 30px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: bold;
}

.login-mask .login-box .login-tab {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 10px;
}

.login-mask .login-box .login-tab span {
    width: 136px;
    height: 41px;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
    cursor: pointer;
}

.login-mask .login-box .login-tab span.active {
    background-color: #3c8cff;
    font-weight: bold;
    color: #FFFFFF;
}

.login-mask .login-box .login-form {
    width: 100%;

}

.form-label {
    padding-top: 15px;
    font-size: 14px;
    color: #66a2f8;
    line-height: 22px;
}

.login-mask .form-item {
    width: 100%;
    padding-top: 25px;
}

.login-mask .form-label {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.login-mask .form-label i {
    font-size: 20px;
    color: #3c8cff;
    margin-right: 5px;
}

.login-mask .form-label span {
    font-size: 16px;
    color: #333333;
}

.login-mask .form-input {
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    padding: 0 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.login-mask .form-slide {
    width: 100%;
    height: 42px;
    margin-top: 10px;
    padding-left: 3px;
    border-radius: 5px;
    background-color: #eeeeee;
}

.login-mask .form-input input {
    flex: 1;
    border: 0;
    height: 42px;
    outline: none;
    background: none;
    font-size: 16px;
}

.login-mask .form-input .get-code {
    font-size: 14px;
    color: #3bb4f2;
    margin-left: 30px;
    outline: none;
    background: none;
    cursor: pointer;
}

#slider {
    width: 100%;
    height: 42px;
    position: relative;
    border-radius: 5px;
    background-color: #eeeeee;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;

}

#slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #7AC23C;
    z-index: 1;
}

#label {
    width: 46px;
    position: absolute;
    left:3px;
    top: 0;
    width: 42px;
    height: 42px;
    background: #ffffff url('../images/hua.png') no-repeat center center;
    background-size: 14px auto;
    border-radius: 5px;
    z-index: 3;
    cursor: move;
    color: #3bb4f2;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    line-height: 46px;
}

#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 'Microsoft Yahei', serif;
    color: #787878;
    line-height: 42px;
    text-align: center;
    z-index: 2;
}


.login-mask .form-loginbtn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.login-mask .form-loginbtn button {
    width: 100%;
    height: 44px;
    background-color: #3c8cff;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.login-mask .form-tex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.login-mask .form-tex span {
    font-size: 14px;
    color: #3c8cff;
    cursor: pointer;
}

.form-other {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-mask .form-other i {
    width: 160px;
    height: 1px;
    background-color: #e6e6e6;
}

.login-mask .form-other span {
    font-size: 14px;
    color: #999999;
}

.login-mask .form-wx {
    width: 100%;
    padding-top: 10px;
}

.login-mask .form-wx-icon {
    width: 62px;
    height: 62px;
    background-color: #e9f2ff;
    border-radius: 31px;
    text-align: center;
    line-height: 62px;
    margin: 0 auto;
    cursor: pointer;
}

.login-mask .form-wx-icon i {
    font-size: 40px;
    color: #3c8cff;
}

.login-mask .form-wx-tex {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
}

.login-mask .form-check {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
}

.login-mask .form-check input {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: solid 1px #cccccc;
    margin-right: 2px;
}

.login-mask .form-check p {
    font-size: 14px;
    color: #666666;
}

.login-mask .form-check p a {
    color: #3c8cff;
}


    /*
        分页样式
    */
.page-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.pager {
    max-width: 800px;
    text-align: center;
    margin: 20px 0;
    display: inline-block
}

.pager a {
    cursor: pointer
}

.pager a, .pager span {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #ebebeb;
    margin-left: -1px;
    color: #666666;
    display: inline-block;
    line-height: 32px;
    float: left;
    font-size: 14px;
    text-decoration: none;
    margin: 0 4px;
    border-radius: 0px;
}

.pager a:hover, .pager span:hover {
    border-color: #3c8cff;
    color: #3c8cff;
    position: relative;
    z-index: 1
}

.pager span.current {
    background-color: #3c8cff;
    color: #fff;
    border-color: #ebebeb;
    position: relative;
    z-index: 1
}

/*.pager .pg-prev, .pager .pg-next {*/
/*background: #fff url(../images/page_bg.jpg) 8px 7px no-repeat*/
/*}*/

/*.pager .pg-first:hover, .pager .pg-prev:hover, .pager .pg-next:hover, .pager .pg-last:hover {*/
/*    background: #fff url(../icon/page_bg_hover.jpg) 8px 7px no-repeat*/
/*}*/

.pager .pg-prev, .pager .pg-prev:hover {
    background-position: 3px -24px;
    background: #F2F2F2;
}

.pager .pg-next, .pager .pg-next:hover {
    background-position: -27px -24px;
    background: #F2F2F2;
}

.pager .pg-last, .pager .pg-last:hover {
    background-position: -21px 7px
}

/*.pager .pg-prev[disabled=true], .pager .pg-prev[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

/*.pager .pg-next[disabled=true], .pager .pg-next[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

.pager .pg-prev[disabled=true], .pager .pg-next[disabled=true] {
    border-color: #eee;
}

.pager span.els {
    border-color: transparent
}

.pagerHtmlWrap {
    width: 800px;
    margin: 30px auto
}

.pagerHtmlWrap .cc_cells {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-bottom: 1px #ccc solid
}

.pagerHtmlWrap .cc_cells a {
    color: #454545;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none
}

.pagerHtmlWrap .cc_cells a span {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 0
}


/*
    加载 暂无
*/

.loading {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    position: relative;
    -webkit-box-reflect: below -1px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    display: none;
}

.loading span {
    position: relative;
    display: inline-block;
    color: #9F9F9F;
    font-weight: bold;
    font-size: 14px;
    animation: animate 1s ease-in-out infinite;
    animation-delay: calc(.1s*var(--i))
}

@keyframes animate {
    0% {
        transform: translateY(0px)
    }

    20% {
        transform: translateY(-15px)
    }

    40%,
    100% {
        transform: translateY(0px)
    }
}

.end {
    width: 100%;
    padding: 25px 0 ;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    display: none;
}

.nodata {
    width: 100%;
    padding: 100px 0;
    display: none;
}

.nodata img {
    display: block;
    margin: 0 auto;
}


.usertg {
    width: 100%;
    display: none;
}

.usertg img {
    display: block;
    margin: 0 auto;
}
.userdd {
    width: 100%;
    display: none;
}

.userdd img {
    display: block;
    margin: 0 auto;
}

#header {
    min-height: 300px;
}
</pre></body></html>