/* 通用的基础样式，在手机端也适用 */
html {
    color: #000;
    background: #FFF;
    height: 100%;
}

body {
    height: 100%;
    font-family: Arial, Helvetica, "Microsoft Yahei";
    font-size: 14px;
    color: #333;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {

    padding: 0;
}

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

.inner,
.container {
    zoom: 1;
}

.inner:before,
.container:before,
.inner:after,
.container:after {
    content: "";
    display: table;
}

.inner:after,
.container:after {
    clear: both;
    overflow: hidden;
}

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

img {
    vertical-align: middle;
}

button,
input,
select,
textarea {
    font-family: Tahoma, Arial, Helvetica, "微软雅黑";
    font-size: inherit;
    line-height: inherit;
}

.wrapper {
    position: relative;
    background: #f5f5f5;
    min-height: 100%;
}

.J_link {
    cursor: pointer;
}

/* 手机端样式 */
.header {
    margin-bottom: 10px;
}

.inner {
    max-width: none;
    min-width: auto;
    padding: 0;
}

.mod-breadcrumbs .bd {
    margin-top: -5px;
    line-height: 30px;
    color: #666;
}

.mod-breadcrumbs .bd span,
.mod-breadcrumbs .bd a,
.mod-breadcrumbs .bd strong {
    margin-right: 4px;
}

.mod-breadcrumbs .bd a {
    color: #666;
}

.mod-head .bd {
    height: 54px;
}

.mod-head .bd .logo {
    float: none;
    display: block;
    line-height: 54px;
    text-align: center;
}

.mod-head .bd .logo img {
    width: 120px;
    height: 48px;
}

.mod-head .ft {
    height: 32px;
}

.mod-head .ft ul {
    overflow-x: scroll;
    white-space: nowrap;
}

.mod-head .ft li {
    float: none;
    display: inline-block;
}

.mod-head .ft li a {
    line-height: 32px;
    font-size: 14px;
    padding: 0 15px;
}

.mod-head .ft li.active a,
.mod-head .ft li:hover a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.mod-banner {
    padding-top: 5px;
}

.mod-banner img {
    max-width: 100%;
    height: auto;
}

.mod-foot {
    position: relative;
    padding: 20px 25px;
    line-height: 30px;
    text-align: center;
    color: #999;
    border-radius: 8px;
}

.mod-foot span,
.mod-foot a {
    margin: 0 3px;
    white-space: nowrap;
}

.mod-foot a {
    color: #999;
}

.mod-foot a.text-red {
    font-weight: bold;
    color: #fc0000;
}

.mod-link .hd {
    padding-top: 15px;
}

.mod-link .hd span {
    display: inline-block;
    height: 22px;
    margin-bottom: 10px;
    border-left: 3px solid #d3b17d;
    padding-left: 12px;
    line-height: 22px;
    font-size: 18px;
}

.mod-link .bd {
    margin: 0 15px;
    line-height: 30px;
}

.mod-link .bd a {
    padding: 0 4px;
    white-space: nowrap;
    color: #666;
}

.mod-visitor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.mod-visitor .widget-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: blur(5px);
}

.mod-visitor .widget-container {
    width: 350px;
    min-height: 320px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -175px;
    border: 1px solid #ebebeb;
    background: #fff;
    color: #757575;
    z-index: 9999;
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mod-visitor a {
    text-decoration: none;
    color: #757575;
}

.mod-visitor .panel .hd {
    padding: 15px 0;
    font-size: 20px;
    color: #212121;
    text-align: center;
}

.mod-visitor .panel .hd .close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url("../image/login_icon.png") 3px 3px no-repeat;
    cursor: pointer;
    text-indent: -33em;
    overflow: hidden;
}

.mod-visitor .panel .bd {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.mod-visitor .panel p {
    position: relative;
    margin-bottom: 10px;
    line-height: 20px;
    *zoom: 1;
}

.mod-visitor .panel p.text-center {
    text-align: center;
}

.mod-visitor .panel label {
    display: inline-block;
    padding-left: 20px;
    background: url("../image/login_icon.png") 0 -46px no-repeat;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.mod-visitor .panel label.checked {
    background-position: 0 -94px;
}

.mod-visitor .panel label input {
    display: none;
}

.mod-visitor .panel label a {
    color: #017cb5;
}

.mod-visitor .panel .error {
    height: 20px;
    margin-bottom: 6px;
    color: #d34242;
    font-size: 12px;
}

.mod-visitor .panel .error span {
    display: inline-block;
    height: 20px;
    padding-left: 20px;
    background: url("../image/login_icon.png") 0 -238px no-repeat;
    line-height: 20px;
}

.mod-visitor .panel .captcha {
    position: absolute;
    top: 1px;
    right: 4px;
}

.mod-visitor .panel .captcha img {
    height: 38px;
}

.mod-visitor .panel .getcode {
    position: absolute;
    top: 0;
    right: 0;
    width: 102px;
    line-height: 40px;
    background: #017cb5;
    color: #fff;
    text-align: center;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mod-visitor .panel .disabled {
    background-color: #b0afaf;
    font-size: 12px;
    cursor: default;
}

.mod-visitor .js-error .input-text {
    border-color: #d34242;
}

.mod-visitor .toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url("../image/login_icon.png") 7px -137px no-repeat;
}

.mod-visitor .toggle-open {
    background-position: 7px -184px;
}

.mod-visitor .input-text {
    width: 282px;
    height: 20px;
    line-height: 20px;
    padding: 9px 8px;
    border: 1px solid #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.mod-visitor .input-text:focus {
    border-color: #7688a9;
}

.mod-visitor .btn {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    height: 40px;
    line-height: 40px;
    border: medium none;
    background: #017cb5;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mod-visitor input[type="number"]::-webkit-outer-spin-button,
.mod-visitor input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

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

.mod-visitor input::-webkit-input-placeholder {
    color: #757575;
}

.mod-visitor input:-moz-placeholder {
    color: #757575;
}

.mod-visitor input::-moz-placeholder {
    color: #757575;
}

.mod-visitor input:-ms-input-placeholder {
    color: #757575;
}

.mod-captcha {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.mod-captcha .widget-overlay {
    width: 100%;
    height: 100%;
    background: transparent;
    backdrop-filter: blur(5px);
}

.mod-captcha .widget-container {
    width: 350px;
    height: 120px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -175px;
    border: 1px solid #ebebeb;
    background: #fff;
    color: #757575;
    z-index: 9999;
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mod-captcha .widget-container .hd {
    padding: 10px 0;
    margin: 0 15px;
    line-height: 36px;
}

.mod-captcha .widget-container .hd .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.mod-captcha .widget-container .hd .close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url("../image/login_icon.png") 3px 3px no-repeat;
    cursor: pointer;
    text-indent: -33em;
    overflow: hidden;
}

.mod-captcha .widget-container .bd {
    position: relative;
    margin: 0 15px;
}

.mod-captcha .widget-container .bd .sm-pop-inner {
    position: static;
    display: block;
    margin-bottom: 10px;
}

.mod-captcha .widget-container .bd .nc_wrapper {
    margin: 0 auto;
}

.mod-captcha .widget-container .bd input[type="text"] {
    height: 40px;
    width: 210px;
    padding: 8px 12px;
    border: 1px solid #e8e8e8;
    line-height: 22px;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: middle;
    outline: none;
}

.mod-captcha .widget-container .bd img {
    vertical-align: middle;
}

.mod-visitor-show .widget-overlay,
.mod-captcha-show .widget-overlay {
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.mod-visitor-show .widget-container,
.mod-captcha-show .widget-container {
    -moz-animation: bounce-down 0.5s 0s ease both;
    -webkit-animation: bounce-down 0.5s 0s ease both;
    animation: bounce-down 0.5s 0s ease both;
}

@-moz-keyframes bounce-down {
    0% {
        -moz-transform: translateY(-2000px);
        transform: translateY(-2000px);
        opacity: 0;
    }
    60% {
        -moz-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    80% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-down {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }