html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
menu,
hgroup,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    color: #333333;
    font-family: "Microsoft YaHei";
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

select::-ms-expand {
    color: #fff;
    font-family: "Microsoft YaHei";
}

.epc-top-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.epc-top-hr {
    height: 6px;
    background: #2796E5;
    width: 100%;
    margin-bottom: 3px;
}

.epc-top {
    min-height: 91px;
    line-height: 91px;
}

.epc-top-right {
    float: right;
}

.epc-top-right>ul>li>a {
    margin-left: 30px;
    font-size: 18px;
    padding: 0 7px 6px;
}

.epc-top-right a.active,
.epc-top-right a:hover {
    color: #2796E5;
    font-weight: bold;
    border-bottom: 5px solid #2796e5;
}

.epc-top-right>ul>li {
    float: left;
}

.epc-p-title a,
.epc-p-title {
    font-size: 26px;
    font-weight: 400;
    color: #2796E5;
}

.epc-footer {
    min-height: 189px;
    background: #222222;
}

.epc-f-c {
    color: #909494;
    font-size: 12px;
}

.epc-f-c-fir,
.epc-f-c-fir a {
    font-size: 14px;
    color: #fff;
    padding: 0 13px;
}

.epc-menu-icon {
    font-size: 16px;
    background: #f1f1f1;
    position: fixed;
    right: 20px;
    top: 35px;
    width: 36px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 101;
}

.epc-menu-icon i {
    position: absolute;
    top: 7px;
    right: 9px;
}

.epc-menu-list {
    position: fixed;
    top: 97px;
    width: 100%;
    z-index: 99;
    display: none;
    background: rgba(255, 255, 255, 0.8);
}

.epc-menu-list a {
    font-size: 16px;
    padding: 5px 10px;
}

.epc-menu-list a.active,
.epc-menu-list a:hover {
    color: #2796E5;
    font-weight: bold;
}

.epc-min-screen-btn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .epc-top-right a {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 990px) {
    .epc-max-screen {
        display: none;
    }

    .epc-menu-icon {
        display: block;
    }
}

@media only screen and (max-width: 639px) {
    .epc-min-screen-btn {
        display: block;
    }

    .epc-max-screen-btn {
        display: none !important;
    }
}

.epc-clear {
    clear: both;
}

.epc-spacing {
    /* text-indent:32px; */
}

.epc-p-btn {
    margin-bottom: 15px;
}

.epc-rb-btn {
    position: fixed;
    right: 50px;
    bottom: 20px;
    background: #fff;
    border-radius: 6px;
    z-index: 4;
}

.epc-rb-list {
    width: 50px;
    height: 50px;
    border: 1px solid #2796E5;
    color: #2796E5;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}

.epc-rb-list:hover {
    background: #2796E5;
    color: #fff;
    border-color: #2796E5;
}

.epc-rb-list:first-child {
    border-bottom-width: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.epc-rb-list:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.epc-rb-icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 13px;
}

.epc-return-history {
    background: url(images/tool/return.png) no-repeat;
}

.epc-rb-list:hover .epc-return-history {
    background: url(images/tool/return_hover.png) no-repeat;
}

.epc-return-top {
    background: url(images/tool/top.png) no-repeat;
}

.epc-rb-list:hover .epc-return-top {
    background: url(images/tool/top_hover.png) no-repeat;
}

.epc-margin-38 {
    margin: 0 auto 38px;
}

.epc-menu-items {
    position: absolute;
    width: 300px;
    border: 1px solid #bfbfbf;
    margin-left: -70px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    display: none;
}

.epc-menu-items li {
    line-height: 35px;
    cursor: pointer;
    padding: 5px 10px;
}

.epc-menu-items li:hover {
    background: #2796e5;
}

.epc-menu-items>li:hover>a {
    color: #fff;
    font-weight: 400;
}

.epc-menu-items>li:hover>i {
    color: #fff;
}

.epc-top-right>ul>li:hover>.epc-menu-items {
    display: block;
}

.epc-menu-items>li:hover>.epc-menu-items {
    display: block;
}

.epc-r-icon {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

.epc-menu-items a {
    font-size: 16px;
}

.epc-menu-items ul.epc-menu-items {
    margin-left: 288px;
    margin-top: -40px;
    width: 246px;
}

.epc-menu-items ul.epc-menu-items ul.epc-menu-items {
    margin-left: 234px;
    margin-top: -41px;
}

.epc-menu-list li {
    line-height: 30px;
}

.epc-menu-list>ul>li:hover {
    background: #2796e5;
}

.epc-menu-list>ul>li:hover a,
.epc-menu-list>ul>li:hover i {
    color: #fff;
}

.epc-menu-items-h {
    display: none;
}

.epc-menu-items-h>li>a {
    padding-left: 25px;
}

.epc-menu-items-h .epc-menu-items-h>li>a {
    padding-left: 45px;
}

.epc-menu-list>ul>li:hover>.epc-menu-items-h {
    display: block;
}

.epc-menu-items-h>li:hover>.epc-menu-items-h {
    display: block;
}

.epc-bp-l-special {
    color: #85C9FA;
    font-weight: bold;
}

.epc-c-label {
    font-size: 18px;
    font-weight: bold;
    border-left: 6px solid #2796E5;
    height: 31px;
    line-height: 31px;
    padding-left: 20px;
    margin: 40px 0 25px;
}

.epc-a-s-profile {
    font-size: 16px;
    text-indent: 32px;
    letter-spacing: 1px;
    line-height: 28px;
}

.collapse.in {
    visibility: visible;
}