@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ghdze9');
    src: url('../fonts/icomoon.eot?ghdze9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ghdze9') format('truetype'),
    url('../fonts/icomoon.woff?ghdze9') format('woff'),
    url('../fonts/icomoon.svg?ghdze9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], [class^="myiconmoon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="myiconmoon"]:before {
    margin-right: 5px;
}

[class^="myiconmoon"]:before {
    font-size: 22px;
    vertical-align: baseline;
}

.icon-pencil:before {
    content: "\e90b";
}

.icon-search:before {
    content: "\e986";
}

.icon-list-numbered:before {
    content: "\e9b9";
}

.icon-man:before {
    content: "\e9dc";
}

.icon-warning:before {
    content: "\ea07";
}

.icon-plus:before {
    content: "\ea0a";
}

.icon-minus:before {
    content: "\e90c";
}

.icon-cross:before {
    content: "\ea0f";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-loop2:before {
    content: "\ea2e";
}

.icon-move-up:before {
    content: "\ea46";
}

.icon-move-down:before {
    content: "\ea47";
}

.icon-sort-alpha-asc:before {
    content: "\ea48";
}

.icon-sort-alpha-desc:before {
    content: "\ea49";
}

.icon-sort-numeric-asc:before {
    content: "\ea4a";
}

.icon-sort-numberic-desc:before {
    content: "\ea4b";
}

.myiconmoon8:before {
    content: "\e906";
}

.myiconmoon5:before {
    content: "\e900";
}

.myiconmoon4:before {
    content: "\e901";
}

.myiconmoon15:before {
    content: "\e5c3";
}

.myiconmoon16:before {
    content: "\e228";
}

.icon-fiber_new:before {
    content: "\e05e";
    font-size: 34px;
    vertical-align: bottom;
    color: #e4393c;
    margin-left: 10px;
    margin-right: 10px;
}

.icon-menu:before {
    content: "\e907";
}

.myiconmoon6:before {
    content: "\e902";
}

.myiconmoon12:before {
    content: "\e908";
}

.myiconmoon10:before {
    content: "\e909";
}

.myiconmoon1:before {
    content: "\e903";
}

.myiconmoon2:before {
    content: "\e921";
}

.myiconmoon3:before {
    content: "\e93e";
}

.myiconmoon14:before {
    content: "\e996";
}

.myiconmoon11:before {
    content: "\eadb";
}

.myiconmoon9:before {
    content: "\e904";
}

.myiconmoon7:before {
    content: "\e905";
}

.myiconmoon13:before {
    content: "\e90a";
}

/*css reset*/
*, ::before, ::after {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, hr, p,
dl, dt, dd, ul, ol, li,
button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    font: 14px/1 Microsoft YaHei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4, h5, h6 {
    font-size: 100%;
}

ul, ol {
    list-style: none;
}

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

a:hover {
    text-decoration: underline;
    color: #e4393c;
}

img {
    display: inline-block;
    vertical-align: bottom;
}

button, input, select, textarea {
    font-size: 100%;
    outline: none;
}

textarea {
    resize: none;
}

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

hr {
    border: none;
    height: 1px;
}

input:read-only {
    border: none;
    box-shadow: none;
}

input:read-only:focus {
    border: none;
    box-shadow: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

button {
    background-image: none;
}

select, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

input {
    text-indent: 5px;
}

input[type="button"] {
    text-indent: 0;
}

select {
    padding-left: 5px;
}

input, select, button {
    border: 1px solid rgba(0, 0, 0, .15);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.flash:hover {
    animation-name: whitePulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: whitePulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
}

.flash:disabled:hover {
    animation: none;
    cursor: no-drop;
}

button.countDown, input[type='button'].countDown {
    width: 115px !important;
    height: 32px !important;
    vertical-align: bottom;
}

label.selectWrapper {
    position: relative;
    display: inline-block;
}

label.selectWrapper::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 41%;
    right: 7px;
}

input:focus, select:focus, button:focus {
    border-color: #7952b3;
    box-shadow: 0 0 0 2px rgba(121, 82, 179, .25);
}

input[type="checkbox"], input[type="radio"] {
    border: none;
    box-shadow: none;
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

.container {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#header {
    margin-bottom: 5px;
    font-size: 16px;
}

#header .welcome {
    padding: 5px 30px;
    font-size: 20px;
}

#header .navImgWrapper {
    position: relative;
}

#header .navImgWrapper .logo {
    position: absolute;
    width: 250px;
    right: 30px;
    top: 34px;
}

#header .navImg {
    width: 100%;
    max-height: 200px;
}

#header .nav {
    border: 1px solid #3c7ede;
    margin-top: 3px;
    border-radius: 3px;
    padding: 3px 0;
    height: 40px;
    background: -webkit-linear-gradient(#ffffff 0%, #f0f0f1 40%, #d2d2d2 50%, #e2e2e2 80%, #e9e8e6 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ffffff 0%, #f0f0f1 40%, #d2d2d2 50%, #e2e2e2 80%, #e9e8e6 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ffffff 0%, #f0f0f1 40%, #d2d2d2 50%, #e2e2e2 80%, #e9e8e6 100%); /* Firefox 3.6 - 15 */
    background: -ms-linear-gradient(#ffffff 0%, #f0f0f1 40%, #d2d2d2 50%, #e2e2e2 80%, #e9e8e6 100%); /* 标准的语法 */
    background: linear-gradient(#ffffff 0%, #f0f0f1 40%, #d2d2d2 50%, #e2e2e2 80%, #e9e8e6 100%);
}

#header .nav ul,
#header .nav p {
    height: 100%;
}

#header .nav ul li {
    height: 21px;
    border-right: 2px solid #000;
    text-align: center;
    padding: 0 15px;
    line-height: 21px;
    margin-top: 5px;
}

#header .nav ul li:last-of-type {
    border: none;
}

#header .nav .fright {
    line-height: 32px;
}

#header .nav input {
    width: 300px;
    height: 27px;
    padding-left: 5px;
}

#header .nav select {
    height: 27px;
    width: 200px;
}

@keyframes whitePulse {
    from {
        background-color: #ffffff;
        box-shadow: 0 0 9px #dbdbdb;
    }
    50% {
        background-color: #f4f4f4;
        box-shadow: 0 0 18px #f4f4f4;
    }
    to {
        background-color: #dbdbdb;
        box-shadow: 0 0 9px #ffffff;
    }
}

@-moz-keyframes whitePulse {
    from {
        background-color: #ffffff;
        box-shadow: 0 0 9px #dbdbdb;
    }
    50% {
        background-color: #f4f4f4;
        box-shadow: 0 0 18px #f4f4f4;
    }
    to {
        background-color: #dbdbdb;
        box-shadow: 0 0 9px #ffffff;
    }
}

@-webkit-keyframes whitePulse {
    from {
        background-color: #ffffff;
        box-shadow: 0 0 9px #dbdbdb;
    }
    50% {
        background-color: #f4f4f4;
        box-shadow: 0 0 18px #f4f4f4;
    }
    to {
        background-color: #dbdbdb;
        box-shadow: 0 0 9px #ffffff;
    }
}

@-o-keyframes whitePulse {
    from {
        background-color: #ffffff;
        box-shadow: 0 0 9px #dbdbdb;
    }
    50% {
        background-color: #f4f4f4;
        box-shadow: 0 0 18px #f4f4f4;
    }
    to {
        background-color: #dbdbdb;
        box-shadow: 0 0 9px #ffffff;
    }
}

#header .nav button {
    height: 27px;
    width: 60px;
    margin-right: 20px;
}

#section .top {
    width: 100%;
    height: 250px;
    font-size: 16px;
}

#section .banner {
    width: 70%;
    height: 100%;
    padding-right: 5px;
}

#section .banner .swiper-container {
    width: 100%;
    height: 100%;
}

#section .banner .swiper-container .parent-div {
    background: url(../images/banner.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

#section .banner .swiper-slide .wrapper {
    width: 80%;
    height: 222px;
    margin: 0 auto;
}

#section .banner .swiper-slide .wrapper .up,
#section .banner .swiper-slide .wrapper .down {
    height: 50%;
    line-height: 100px;
    font-size: 38px;
    color: #fff;
}

#section .banner .swiper-slide .wrapper .up {
    text-align: left;
}

#section .banner .swiper-slide .wrapper .down {
    text-align: right;
}

#section .banner .swiper-container .swiper-slide {
    background: rgba(225, 225, 225, .7);
}

#section .log {
    width: 30%;
    height: 100%;
    padding: 5px 0;
    background: -webkit-linear-gradient(#ffffff 0%, #cce4eb 100%);
    background: -o-linear-gradient(#ffffff 0%, #cce4eb 100%);
    background: -moz-linear-gradient(#ffffff 0%, #cce4eb 100%);
    background: -ms-linear-gradient(#ffffff 0%, #cce4eb 100%);
    background: linear-gradient(#ffffff 0%, #cce4eb 100%);
}

#section .log .title {
    text-align: center;
}

#section .log p,
#section .log .p {
    margin-bottom: 5px;
    height: 36px;
    line-height: 36px;
}

#section .log p:not(.title),
#section .log .p {
    padding-left: 65px;
}

#section .log .p {
    margin-top: 22px;
}

#section .log p input {
    height: 90%;
    width: 250px;
}

#section .log p input.short {
    width: 135px;
}

#section .log p .kaptcha-code {
    position: relative;
    bottom: 3px;
    left: 14px;
}

#section .log p input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
}

#section .log label[for="rememberMe"] {
    font-size: 13px;
}

#section .log #login {
    height: 100%;
    width: 140px;
    margin-left: 42px;
    font-size: 18px;
}

#section .log .small {
    font-size: 14px;
    padding-right: 70px;
}

#section .log #mamCenter {
    margin-right: 50px;
}

/*newlongin*/
.container.login .loginWrapper {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: -20px;
}

.container.login .loginWrapper .log {
    margin-left: 20%;
}

.container.login .loginWrapper .msg {
    width: 30%;
}

.container.login .loginWrapper .msg .title {
    text-indent: 30px;
    font-size: 22px;
}

.container.login .loginWrapper .msg li {
    text-indent: 94px;
    margin-top: 27px;
}

.container.login .loginWrapper .error-msg {
    height: auto !important;
    line-height: unset !important;
    font-size: 14px
}

.container.login .loginWrapper .morespace {
    margin: 15px 0 !important;
}

#section .breadCrumb {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}

#section .breadCrumb p {
    font-weight: bold;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: -webkit-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: -moz-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
}

#section .breadCrumb p a {
    margin: 0 5px;
}

#footer {
    margin-top: 20px;
    font-size: 16px;
}

#footer p {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#footer .aboutUs {
    background: url(../images/foot_bj.gif);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

#footer .aboutUs a {
    margin: 0 15px;
}

#footer .policy img {
    vertical-align: middle;
    margin-right: 10px;
}

#rocket-to-top {
    background: url("../images/o_rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: none;
    height: 200px;
    margin: -150px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 90%;
    width: 149px;
    z-index: 11;
}

#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}

#rocket-to-top .level-2 {
    background: url("../images/o_rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}

#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}


/*index*/
/*section header*/
.index #section .header {
    width: 100%;
    height: 362px;
}

.index #section .header .left {
    width: 350px;
    height: 100%;
}

.index #section .header .left .swiper-container,
.index #section .header .left .swiper-container img {
    height: 100%;
    width: 100%;
}

.index #section .header .center {
    width: 600px;
    margin: 0 6px;
    height: 100%;
}

.index #section .header .center a {
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 34px;
}

.nList {
    border: 1px solid #b1b1b1;
}

.nList p {
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    background: -webkit-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: -moz-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
}

/*.nList p img{*/
/*width:30px;*/
/*height:30px;*/
/*vertical-align: middle;*/
/*margin-left: 40px;*/
/*margin-right: 15px;*/
/*}*/
.index #section .body .nList > p {
    padding-left: 10px;
}

.nList p a {
    float: right;
    font-weight: normal;
    margin-right: 25px
}

.nList ul {
    padding: 0 25px;
}

.nList ul li {
    position: relative;
}

.nList ul li a {
    line-height: 35px;
    display: block;
    margin-left: 28px;
    overflow: hidden;
}

.nList ul li:not(:last-child) {
    border-bottom: 1px dashed rgb(121, 190, 249);
}

.nList ul li span {
    position: absolute;
    display: inline-block;
    padding: 1px 0;
    color: #fff;
    width: 14px;
    line-height: 100%;
    font-size: 12px;
    text-align: center;
    background-color: #8eb9f5;
    top: 11px;
}

.index #section .header .right {
    height: 100%;
    width: 318px;
    border: 1px solid #b1b1b1;
    padding: 6px 10px;
    overflow: hidden;
}

.index #section .header .right p {
    line-height: 30px;
}

.index #section .header .right .title {
    text-align: center;
    font-weight: 700;
    background-color: #a6a079;
    font-size: 16px;
}

.index #section .header .right .up p:not(.title) {
    text-indent: 20px;
}

.index #section .header .right .down .title {
    background: -webkit-linear-gradient(#d19e60 0%, #ffffff 100%);
    background: -o-linear-gradient(#d19e60 0%, #ffffff 100%);
    background: -moz-linear-gradient(#d19e60 0%, #ffffff 100%);
    background: -ms-linear-gradient(#d19e60 0%, #ffffff 100%);
    background: linear-gradient(#d19e60 0%, #ffffff 100%);
}

.index #section .header .right .noticeToTopWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


/* 定义向上滚动的动画关键帧 */
@keyframes scroll-up {
    from {
        transform: translateY(0); /* 初始位置，从顶部开始 */
    }
    to {
        transform: translateY(-100%); /* 滚动到顶部，实现向上滚动效果，根据实际内容高度可调整 */
    }
}

/* 滚动时添加的类，用于应用动画 */
.animate {
    animation: scroll-up 10s infinite linear; /* 调用滚动动画，持续10秒，无限循环，线性匀速滚动 */
}

.noticeToTopWrapper .noticeToTop {
    color: #e4393c;
    width: 100%;
    padding: 10px 10px 30px;
    word-wrap: break-word; /* 允许长单词或URL等强制换行 */
    white-space: normal; /* 默认的空白处理方式，允许自动换行 */
}

.index #section .body {
    margin-top: 6px;
}

.index #section .body .left {
    width: 80%;
}

.index #section .body .left > ul {
    overflow: hidden;
}

.index #section .body .left > ul > li {
    width: 32.8%;
    margin: 0 0.5% 0.5% 0;
    height: 316px;
}

.index #section .body .left > ul > li .nList {
    height: 100%;
}

.index #section .body .nList ul li a {
    line-height: 17px;
    padding: 10px 0;
    height: 54px;
}

.index #section .body .nList ul li span {
    top: 13px;
}

.index #section .body .right {
    width: 20%;
}

.index #section .body .right .nList ul li a {
    height: auto;
}

.index #section .body .right p {
    text-align: center;
    background-image: none;
    margin: 10px 6px 10px 6px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 95%;
}

.index #section .body .right .range {
    background-color: #cc0000;
}

.index #section .body .right .help {
    background-color: #90927D
}

/*register*/
.register table {
    border: 1px solid #ccc;
    width: 90%;
    margin: 20px auto;
}

.register td {
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 15px;
}

.register table thead td {
    text-align: center;
    font-weight: bold;
    background: url(../images/bj_05.gif) repeat-x;
    background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
}

.register textarea {
    height: 200px;
    width: 100%;
    border: none;
    background-color: #f1f1f1;
}

.register table tbody tr:first-child td:last-child {
    background-color: #f1f1f1;
}

.register table tbody tr td:first-child {
    text-align: right;
    padding-right: 25px;
    letter-spacing: 3px;
    width: 244px;
}

.register table tbody tr td:last-child {
    text-indent: 15px;
}

table span.fright {
    color: #e4393c;
    position: relative;
    top: 7px;
    width: 200px;
    text-align: left;
    display: none;
}

.register table strong {
    color: #e4393c;
    margin: 0 15px;
}

.register table input {
    height: 80%;
    width: 230px;
}

.register table input[type="checkbox"],
.register table input[type="radio"] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    right: 5px;
}

.register table input[type="radio"] {
    margin-left: 25px;
}

.register table button {
    height: 80%;
    width: 140px;
}

.register table tbody tr:last-child td {
    text-align: center;
}

.register table button.confirm {
    width: 250px;
}

/*detail*/
.detail #section .body .left,
.detail #section .body .right {
    width: 20%;
    padding: 6px;
    border: 1px solid #cccccc
}

.detail #section .body .center {
    width: 60%;
}

.detail #section .body .left .title {
    text-align: center;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.detail #section .body .left .title.nav {
    background: url(../images/bj_05.gif);
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.detail #section .body .left ul.nav {
    padding: 0 1px;
    text-align: center;
}

.detail #section .body .left ul.nav li {
    height: 28px;
    line-height: 28px;
    margin-top: 4px;
}

.detail #section .body .left ul.nav li a {
    display: block;
    height: 100%;
    color: #333333;
    background: #f5f5f5;
}

.detail #section .body .left ul.nav li a:hover {
    background: #d9d9d9;
}

.detail #section .body .left .range {
    border: none;
}

.detail #section .body .left .range .title {
    margin-top: 4px;
    background: #cc0000;
    color: #fff;
}

.detail #section .body .left .range li a {
    line-height: 17px;
    padding: 10px 0;
    height: auto;
}

.detail #section .body .left .range li span {
    top: 13px;
}

.detail #section .body .detailList ul {
    overflow: hidden;
    padding: 6px;
}

.detail #section .body .detailList p {
    text-align: center;
}

.detail #section .body .detailList ul li {
    float: left;
    width: 33.33%;
    height: 235px;
    padding: 10px 6px;
    border: 1px solid transparent;
}

.detail #section .body .detailList ul li:hover {
    border: 1px solid #cccccc;
    box-shadow: 0 0 9px #dbdbdb;
    -o-box-shadow: 0 0 9px #dbdbdb;
    -webkit-box-shadow: 0 0 9px #dbdbdb;
    -moz-box-shadow: 0 0 9px #dbdbdb;
}

.detail #section .body .detailList ul li a {
    display: block;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.detail #section .body .detailList ul li a img {
    width: 90%;
    height: 162px;
}

.detail #section .body .detailList ul li a p {
    margin-top: 10px;
    padding: 0 20px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.detail #section .body .detailList .pagination,
.detail #section .body .detailList .count {
    margin-top: 20px;
    height: 32px;
    line-height: 32px;
}

.detail #section .body .right .title {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: url(../images/bj_03.gif);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.detail #section .body .right .nList {
    border: none;
}

.detail #section .body .right .nList ul li a {
    line-height: 17px;
    padding: 10px 0;
    height: auto;
}

.detail #section .body .right .nList.downLoad ul li span {
    top: 13px;
}

.detail #section .body .right .dataStats {
    height: 160px;
}

.detail #section .body .right .dataStats ul {
    margin-top: 5px;
}

.detail #section .body .right .dataStats li {
    height: 25%;
    line-height: 30px;
}

.post {
    width: 100%;
    margin-bottom: 5px;
    background: #fff;
}

.downloadDetail .profile {
    width: 440px;
    table-layout: fixed;
    margin: 0 16px;
    height: 100%;
}

.downloadDetail .profile td {
    border: 2px solid #f4f4f4;
    height: 55px;
    line-height: 22px;
}

.downloadDetail .profile tr td:first-child {
    width: 100px;
    text-align: center;
}

.downloadDetail .profile tr td:last-child {
    padding: 0 5px;
}

.downloadDetail .helperLink {
    margin-top: 6px;
    padding-left: 35px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: -moz-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
    background: linear-gradient(left, #d0e6ed 0%, #ffffff 100%);
}

.downloadDetail span.square {
    font-size: 30px;
    right: 6px;
    position: relative;
    bottom: 2px;
    vertical-align: middle;
}

.downloadDetail .title {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background-color: #f4f4f4;
    margin: 20px 40px;
    font-size: 16px;
}

.downloadDetail .title .link {
    cursor: pointer;
}

.downloadDetail .title .link:hover {
    text-decoration: underline;
    color: #e4393c;
}

.downloadDetail .wrapper {
    margin: 0 46px;
}

.downloadDetail .relatedDownload ul {
    padding-left: 15px;
}

.downloadDetail .relatedDownload li {
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}

.downloadDetail .relatedDownload li:not(:last-child) {
    border-bottom: 1px dashed rgb(121, 190, 249);
}

.heightCover {
    height: 105%;
}

.managementCenter {
    border: 5px solid #d0e6ed;
    border-bottom: none;
}

.managementCenter .header {
    height: 70px;
    font-size: 16px;
    background: -webkit-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: -o-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: -moz-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: -ms-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: linear-gradient(#d0e6ed 0%, #ffffff 100%);
    border-bottom: 1px dashed #d0e6ed;
    position: relative;
    z-index: 1;
}

.managementCenter .header .left {
    width: 35%;
}

.managementCenter .header p {
    height: 100%;
    line-height: 62px;
    text-indent: 25px;
}

.managementCenter .header p a span,
.managementCenter .body .left a span,
.managementCenter .header .out span {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url('../images/up.gif');
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    margin: 0 8px;
}

.managementCenter .header .out button {
    border: none !important;
    background: none !important;
}

.managementCenter .header .out button:hover {
    color: #e4393c;
    text-decoration: underline;
}

.managementCenter .header .out button:focus {
    border: none !important;
    box-shadow: none;
}

.managementCenter .header .left p {
    font-size: 20px;
}

.managementCenter .header .left p span {
    color: #e4393c
}

.managementCenter .header .center {
    width: 45%;
    height: 100%;
}

.managementCenter .header .right {
    width: 20%;
    height: 100%;
}

.managementCenter .body .left {
    width: 16%;
    border-right: 1px solid #d0e6ed;
}

.managementCenter .body .left li {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.managementCenter .body .left li b {
    font-weight: normal;
}

.managementCenter .body .left li.title {
    background: -webkit-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: -o-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: -moz-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: -ms-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: linear-gradient(#d0e6ed 0%, #ffffff 100%);
    font-weight: bold;
}

.managementCenter .body .main {
    width: 84%;
    position: relative;
    bottom: 75px;
    padding-top: 75px;
}

.iframeWrapper {
    margin: 25px 25px 0 25px;
}

.iframeWrapper .hidden {
    display: none;
}

.iframeWrapper .header p {
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: -o-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: -moz-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: -ms-linear-gradient(#d0e6ed 0%, #ffffff 100%);
    background: linear-gradient(#d0e6ed 0%, #ffffff 100%);
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
}

.iframeWrapper table {
    table-layout: fixed;
    width: 100%;
}

.iframeWrapper table strong {
    color: #e4393c;
    margin: 0 15px;
}

.iframeWrapper table .validateImg {
    height: 80%;
    width: 100px;
    margin-left: 16px;
}

.iframeWrapper table input[type="radio"] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-left: 20px;
}

.iframeWrapper table td {
    height: 40px;
    border: 1px solid #ccc;
}

.iframeWrapper table tr td:first-child:not(.submit) {
    background-color: #f4faff;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    letter-spacing: 3px;
}

.iframeWrapper table tr td:last-child:not(.submit) {
    padding-left: 10px;
}

.iframeWrapper table input {
    height: 80%;
    margin-right: 6px;
}

.iframeWrapper table input.long {
    width: 320px;
}

.iframeWrapper table select {
    height: 32px;
}

.iframeWrapper table select.type {
    width: 60px;
}

.iframeWrapper table select.mainClassify {
    width: 200px;
}

.iframeWrapper table .submit {
    text-align: center;
}

.iframeWrapper table .submit button {
    height: 80%;
    width: 250px;
}

#realBannerUpload {
    width: 500px;
    opacity: 0;
    height: 39px;
    position: relative;
    top: 2px;
    z-index: 1;
}

#upLoadBanner {
    width: 426px;
}

.iframeWrapper table .posab {
    position: absolute;
    top: 9px;
    left: 10px;
    line-height: 39px;
    height: 39px;
}

.posab button {
    height: 80%;
    padding: 0 17px;
    margin-right: 5px;
}

.iframeWrapper table .textarea {
    padding: 0 !important;
}

.iframeWrapper table textarea {
    width: 100%;
    border: none;
}

.iframeWrapper.modUser input,
.iframeWrapper.modPwd input,
.iframeWrapper.modMobile input,
.iframeWrapper.noticeEdit input {
    width: 230px;
!important;
}

.iframeWrapper.modUser .submit button,
.iframeWrapper.modPwd .submit button,
.iframeWrapper.modMobile .submit button,
.iframeWrapper.noticeEdit .submit button {
    width: 100px;
}

.iframeWrapper.docMgr td,
.iframeWrapper.downRecord td,
.iframeWrapper.bonusRecord td,
.iframeWrapper.userCheck td,
.iframeWrapper.typeMgmt td,
.iframeWrapper.dataCheck td {
    text-align: center !important;
    padding: 5px;
!important;
    line-height: 19px;
}

.iframeWrapper.docMgr table tr:first-child td,
.iframeWrapper.downRecord table tr:first-child td,
.iframeWrapper.bonusRecord table tr:first-child td,
.iframeWrapper.userCheck table tr:first-child td,
.iframeWrapper.typeMgmt table tr:first-child td,
.iframeWrapper.dataCheck table tr:first-child td {
    font-weight: bold;
}

.iframeWrapper.downRecord table tr td:first-child,
.iframeWrapper.bonusRecord table tr td:first-child,
.iframeWrapper.userCheck table tr td:first-child,
.iframeWrapper.typeMgmt table tr td:first-child,
.iframeWrapper.dataCheck table tr td:first-child {
    background-color: #fff !important;
    width: 8% !important;
    padding-right: 0 !important;
}


.iframeWrapper.docMgr table td.doc-name {
    width: 25%;
}

.iframeWrapper.docMgr table tr td:nth-child(8) {
    width: 10%;
}

.iframeWrapper.bonusRecord table tr td:nth-child(4) {
    width: 40%;
}

.iframeWrapper.dataCheck table tr td:nth-child(3) {
    width: 20%;
}

.iframeWrapper.userCheck table tr td:first-child,
.iframeWrapper.typeMgmt table tr td:first-child,
.iframeWrapper.dataCheck table tr td:first-child {
    width: 5% !important;
    text-align: center !important;
}

.iframeWrapper.userCheck table tr td:first-child input,
.iframeWrapper.typeMgmt table tr td:first-child input,
.iframeWrapper.dataCheck table tr td:first-child input {
    margin-left: 0;
}

.iframeWrapper.userCheck table tr td:nth-child(6) {
    width: 15%;
}

.iframeWrapper.userCheck form,
.iframeWrapper.typeMgmt form,
.iframeWrapper.dataCheck form {
    margin-bottom: 10px;
}

.iframeWrapper.userCheck form p,
.iframeWrapper.typeMgmt form p,
.iframeWrapper.dataCheck form p {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.iframeWrapper.userCheck form button,
.iframeWrapper.typeMgmt form button,
.iframeWrapper.dataCheck form button {
    height: 80%;
    padding: 0 5px;
}

.iframeWrapper .operation {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.iframeWrapper .operation button {
    margin-right: 5px;
    height: 80%;
    padding: 0 10px;
}

.iframeWrapper.dataCheck table button {
    height: 25px;
    padding: 0 5px;
    margin: 0 3px;
}

.iframeWrapper.dataCheck .mask .close:before {
    margin-right: 0;
}

#kindeditor img, .kindeditor img {
    max-width: 100% !important;
}

.iframeWrapper .pagination,
.iframeWrapper .count {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.iframeWrapper .pagination a {
    display: inline-block;
    height: 100%;
    width: 82px;
}

.iframeWrapper.dataUpload .bannerTr td {
    height: 80px;
}

.iframeWrapper.dataUpload .bannerTr .tips {
    height: 25px;
    line-height: 25px;
    margin-left: 0;
    color: #e4393c;
    display: block;
}

.iframeWrapper.dataUpload .preview {
    position: relative;
}

.iframeWrapper.dataUpload .preview:hover .posAb {
    display: block;
}

.iframeWrapper.dataUpload .preview .posAb {
    position: absolute;
    top: -138px;
    left: -332px;
    width: 302px;
    height: 302px;
    padding: 10px;
    border: 1px solid #3087F3;
    background-color: #f4faff;
    z-index: 2;
    border-radius: 2px;
    display: none;
}

.iframeWrapper.dataUpload .preview .posAb img {
    width: 100%;
    height: 100%;
}

.iframeWrapper.dataUpload .preview .posAb .arrow {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 126px;
    right: -26px;
    border: 25px solid transparent;
    border-right: none;
    border-left: 25px solid #3087F3;
}

.iframeWrapper.dataUpload .preview .posAb .arrow.top {
    border-left: 25px solid #f4faff;
    right: -24px;
}

.iframeWrapper.noticeEdit textarea {
    padding: 10px 10px 10px 0;
}

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

.fileUplodWrapper {
    width: 700px !important;
}

.fileUplodWrapper .layui-layer-content {
    padding: 15px !important;
}

.fileUplodInnerWrapper {
    display: none;
}

.upLoadFile {
    font-size: 16px;
    position: relative;
}

.upLoadFile > * {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.upLoadFile .input_text {
    width: 360px;
    height: 80%;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #333;
    position: relative;
    bottom: 1px;
}

.upLoadFile [type="button"] {
    height: 80%;
    width: 100px;
}

.upLoadFile [type="button"]:disabled:hover {
    animation: none;
    cursor: no-drop;
}

.upLoadFile .input_file {
    position: absolute;
    right: 43px;
    top: 4px;
    height: 32px;
    filter: alpha(opacity:0);
    opacity: 0;
    width: 466px;
}

#progress {
    width: 95%;
    margin: 0 auto;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    position: relative;
}

#progress > p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

#progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 30px;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

/*常见问题样式*/

.question {
    width: 80%;
    padding: 0 50px;
}

.question span {
    color: red;
}

.question-top {
    border-bottom: 1px dashed #b1b1b1;
    text-align: center;
    line-height: 100%;
    margin: 20px auto;
}

.question-top h2, .question-top p {
    margin-bottom: 10px;
}

.question-top p {
    font-size: 14px;
}

.question-btm p, .question-btm, .question-btm div {
    margin-bottom: 20px;
}

.question-btm h2 {
    border-bottom: 1px dashed #b1b1b1;
    padding-bottom: 10px;
    color: rgb(9, 56, 247);
}

.question-btm div {
    text-align: center;
}

.question-btm p {
    margin-top: 10px;
    overflow: hidden;
    height: 0;
    text-indent: 2em;
}

#section .question-active {
    height: 100%;

}

.msg p, .msg div {
    margin: 20px 0;
}

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

.help-msg img {
    width: 100%;
}

.help-msg .icenter {
    text-align: center;
}

.help-msg .bold {
    font-weight: bold;
}

.help-msg .red {
    color: red;
}

.help-msg .alipay {
    width: 300px;
}

.help-msg li {
    border: 1px solid #b1b1b1;
    padding: 10px;
}

.someQue {
    color: rgb(9, 56, 247);
}

.help-msg p, .question-btm p, .msg p {
    line-height: 20px;
}

.help-msg .button {
    width: 100px;
    height: 30px;
    padding: 5px;
    color: #FFFFFF;
    margin: 0 10px;
}

.help-msg .buttonZFB {
    background: #59a1e9;
}

.help-msg .buttonWX {
    background: #609700;
}

/*底部导航样式*/
.contactOur, .secretPro, .aboutOur, .advPro, .applyLink, .disclaimer {
    padding: 20px;
}

.aboutOur p, .contactOur p, .secretPro p, .advPro p, .applyLink p, .disclaimer p {
    margin: 20px 0 30px;
    line-height: 20px;
}

.contactOur h4, .secretPro h4 {
    margin-top: 20px;
}

.secretPro h2, .aboutOur h2, .advPro h2, .applyLink h2, .disclaimer h2 {
    text-align: center;
}

.contactOur p {
    padding-left: 80px;
    padding-right: 80px;
}

.contactOur table {
    border: 1px solid #ccc;
    width: 90%;
    margin: 20px auto;
}

.contactOur td {
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 15px;
}

.contactOur span {
    display: inline-block;
    color: red;
    line-height: 100%;
    margin-left: 10px;
    vertical-align: middle
}

.contactOur select {
    width: 100px;
    height: 30px;
}

.contactOur textarea {
    margin: 10px 0;
}

.contactOur img {
    width: 24%;
    margin-left: 3%;
    height: 28px;
    display: inline-block;
    vertical-align: bottom;
}

.contactOur input {
    height: 30px;
}

.contactOur .button {
    width: 100px;
}

.secretPro i {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

/*验证码弹窗的样式*/
.vcode-form {
    width: 350px !important;
}

.vcode-form .validate {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.vcode-form .validate input {
    height: 80%;
    width: 150px;
}

.kaptcha-code {
    height: 32px;
    width: 100px;
    cursor: pointer;
}

.vcode-form .validate .kaptcha-code {
    margin-left: 6px;
    position: relative;
    bottom: 4px;
}

.vcode-form #code-error {
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: red;
}

.mod-forget {
    margin: 0 auto;
    width: 720px;
}

.mod-lists {
    height: 34px;
    background: url("../images/mod_sub_nav.png") no-repeat 0 0;
    margin-top: 30px;
}

.mod-lists:after {
    content: "";
    display: table;
    clear: both;
}

.mod-forget .list1, .mod-forget .list2, .mod-forget .list3 {
    float: left;
    padding-left: 66px;
    width: 240px;
    line-height: 34px;
}

.mod-forget .list1.active {
    background: url("../images/sub_nav_1.png") no-repeat 0 0;
    color: #2e82ff;
}

.mod-forget .list2.active {
    background: url("../images/sub_nav_2.png") no-repeat 0 0;
    color: #2e82ff;
    padding-left: 78px;
    position: relative;
    left: -12px;
}

.mod-forget .list3.active {
    background: url("../images/sub_nav_3.png") no-repeat 0 0;
    color: #2e82ff;
    padding-left: 78px;
    position: relative;
    left: -12px;
}

.mod-forget .mod {
    display: none;
    width: 350px;
    margin: 0 auto;
}

.mod-forget .mod.active {
    display: block;
}

.mod-forget .mod > p {
    margin: 10px 0;
}

.mod-forget .mod input {
    height: 32px;
    width: 100%;
}

.mod-forget .mod input.short {
    width: 50%;
}

.addBonusWrapper, .minusBonusWrapper {
    display: none;
}

.calcBonus {
    width: 300px;
}

.calcBonus .p {
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    text-align: center;
}

.calcBonus .p input {
    height: 80%;
    margin: 0 5px;
}

.sms-error,
.pwd-msg,
.repwd-msg,
.error-code {
    display: none;
    color: #e4393c;
}

.error-msg {
    color: #e4393c;
}

.button {
    display: inline-block;
    height: 32px;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    color: #333;
    background-color: #ddd;
    outline: none;
    box-shadow: none;
}

.button.disabled {
    cursor: not-allowed;
    background-color: #ddd;
    box-shadow: none;
    color: graytext;
}

.button:hover {
    text-decoration: none;
    color: #333;
}
