@charset "UTF-8";
/* css样式清零及常用类 */
/*CSS Reset*/
/*"微软雅黑","\5FAE\8F6F\96C5\9ED1","Microsoft YaHei"
"黑体","\9ED1\4F53"
"新宋体","\65B0\5B8B\4F53"
"宋体","\5B8B\4F53"
"幼圆"    ,"YouYuan","\5E7C\5706"
*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, 'hiragino sans GB', arial, "Microsoft YaHei", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
hr,
p,
pre,
span,
strong,
form,
iframe,
label,
button,
input,
textarea,
table,
tr,
th,
td,
fieldset,
i {
    margin: 0;
    padding: 0;
    text-align: left;
}

dl,
dd,
ol,
ul,
li {
    list-style: none;
    list-style-type: none;
}

i {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus,
input,
button,
textarea,
select,
optgroup,
option,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
optgroup:focus,
option:focus,
label,
label:focus {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: none;
    -webkit-appearance: none;
}

img {
    border: 0;
    vertical-align: middle;
}

a img,
img {
    -ms-interpolation-mode: bicubic;
}

a,
a:link,
a:visited {
    cursor: pointer;
}

a.ie6:hover {
    zoom: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select[multiple],
select[size] {
    height: auto;
}

textarea {
    overflow-y: auto;
}

hr {
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

b,
strong {
    font-weight: 500;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

header,
footer,
section,
aside,
article,
main,
nav,
menu,
details,
summary,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

time {
    display: inline;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

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

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

figure {
    margin: 1em 40px;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    color: #337ffd;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
}


/*通用属性*/
/*清除浮动*/
.clearfix {
    *zoom: 1;
}

/*解决ie6/7下面的浮动塌陷问题*/
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: " ";
}

/*display:table;解决其他下面的浮动塌陷问题,line-height是将添加的内容高度设为0；*/
.clearfix:after {
    clear: both;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC !important;
    background-color: #fff !important;
    background: #fff !important;
}

html,
body {
    min-height: 100vh;
}

.higeshi-navbar_ocupation {
    width: 100%;
    float: left;
}

.higeshi-navbar_wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #d8d8d8;
    z-index: 100;
}

.higeshi-navbar_wrapper #logo {
    display: block;
    height: 42px;
    float: left;
    margin-top: 14px;
}

.higeshi-navbar_wrapper .hegeshi-navbar {
    width: 1200px;
    margin: 0 auto;
}

.higeshi-navbar_wrapper .nav-slogen {
    height: 36px;
    float: left;
    margin: 18px 0 0 5px;
}

.higeshi-navbar_wrapper .logo {
    float: left;
}

.higeshi-navbar_wrapper #nav {
    float: right;
}

.higeshi-navbar_wrapper #nav ul li {
    float: left;
    font-size: 16px;
    padding: 0 15px;
    margin-left: 56px;
}

.higeshi-navbar_wrapper #nav ul li a {
    color: #1A1A1A;
    height: 70px;
    display: block;
    width: 100%;
    line-height: 70px;
    text-align: center;
}

.higeshi-navbar_wrapper #nav ul li a:hover {
    color: #337ffd;
}

.higeshi-navbar_wrapper #nav ul li.current-menu-item a {
    color: #337ffd;
}


/*history-container*/
.history-container .page-header {
    margin-top: 0;
    padding-top: 0;
    border-color: #e0e0e0;
}

.history-container .page-header h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    line-height: normal;
}

.history-container {
    padding-bottom: 15px;
    min-height: 600px;
    width: 1200px;
    margin: 0 auto;
}

.history-container .history-lists li {
    overflow: visible;
    position: relative;
    padding: 15px 0;
}

.history-container .history-lists li:not(:first-child) {
    margin-top: 15px;
}

.history-container .history-lists li .media-left {
    padding-right: 100px;
    min-width: 205px;
    padding-left: 40px;
    position: relative;
}

.history-container .history-lists li .media-left:before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    right: 50px;
    top: 0;
    bottom: -15px;
    background: #337ffd;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.history-container .history-lists li:last-child .media-left:before {
    bottom: 0;
}

.history-container .history-lists li .media-left:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    position: absolute;
    right: 50px;
    top: 50%;
    background: #337ffd;
}

.history-container .history-lists li h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
}

.history-container .history-lists li h3 small {
    display: block;
}

.history-container .history-lists li .media-body {
    overflow: visible;
}

.history-container .history-lists li .well {
    position: relative;
    background: #fff;
    border-color: #dedede;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.history-container .history-lists li .well:before {
    position: absolute;
    display: block;
    z-index: 10;
    content: '';
    left: 0;
    top: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

/*history-container*/
/* index style  */
.banner-wrapper {
    background: url(../../static/img/banner_bj.jpg) no-repeat center center;
    background-size: cover;
    height: 480px;
    min-width: 1200px;
}

.banner-wrapper .goods-title {
    font-size: 60px;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    display: block;
    padding-top: 115px;
}

.banner-wrapper .goods-slogen {
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
    text-align: center;
}

.banner-wrapper .goods-slogen .dot {
    display: inline-block;
}

.banner-wrapper .sub-slogen {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 720px;
    margin: 14px auto 0;
}

.main-content {
    width: 1200px;
    margin: 0 auto;
    line-height: 1;
}

.content-topic {
    font-size: 28px;
    color: #1A1A1A;
    text-align: center;
    padding: 60px 0;
}

.goods-feature_wrapper {
    padding-bottom: 60px;
}

.goods-feature_wrapper .main-content {
    width: 1200px;
}

.goods-feature_wrapper .feature-lists {
    overflow: hidden;
}

.goods-feature_wrapper .feature-lists .feature-item {
    width: 280px;
    float: left;
    margin-left: 180px;
}

.goods-feature_wrapper .feature-lists .feature-item.first-item {
    margin-left: 0;
}

.goods-feature_wrapper .feature-lists .feature-item.scond-row {
    margin-top: 80px;
}

.goods-feature_wrapper .feature-lists .feature-item img {
    width: 147.7px;
    display: block;
    margin: 0 auto;
}

.goods-feature_wrapper .feature-lists .feature-item p {
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    margin: 30px 0 22px;
}

.goods-feature_wrapper .feature-lists .feature-item span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.goods-function_wrapper {
    background: #F9F9F9;
    padding-bottom: 80px;
}

.goods-function_wrapper .main-content .content-topic {
    padding-bottom: 60px;
}

.goods-function_wrapper .function-lists {
    overflow: hidden;
}

.goods-function_wrapper .function-lists li {
    width: 200px;
    height: 210px;
    background: #fff;
    float: left;
}

.goods-function_wrapper .function-lists li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 0 36px;
}

.goods-function_wrapper .function-lists li.border-right {
    border-right: 1px solid #D8D8D8;
}

.goods-function_wrapper .function-lists li.border-bottom {
    border-bottom: 1px solid #D8D8D8;
}

.goods-function_wrapper .function-lists li:hover {
    background: #337ffd;
    color: #fff;
}

.goods-function_wrapper .function-lists li:hover .function-pic .fill {
    display: block;
}

.goods-function_wrapper .function-lists li:hover .function-pic .pale {
    display: none;
}

.goods-function_wrapper .function-lists li:hover .function-text {
    color: #fff;
}

.goods-function_wrapper .function-lists li .function-text {
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    margin-top: 31px;
}

.goods-function_wrapper .function-lists li .function-pic {
    width: 88px;
    text-align: center;
    line-height: 86px;
    height: 86px;
    margin: 0 auto;
}

.goods-function_wrapper .function-lists li .function-pic .fill {
    display: none;
}

.goods-function_wrapper .function-lists li .function-pic .pale {
    display: block;
}

.goods-function_wrapper .function-lists li .function-pic img {
    width: auto;
    height: auto;
}

.goods-course_wrapper .main-content {
    padding-bottom: 80px;
    width: 1070px;
}

.goods-course_wrapper .content-topic {
    padding-bottom: 60px;
}

.goods-course_wrapper .gif-container {
    width: 500px;
    margin-left: 300px;
    margin-bottom: 100px;
}

.goods-course_wrapper .steps-wrapper {
    float: left;
    width: 1200px;
    padding: 10px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

.goods-course_wrapper .steps-wrapper .ball {
    background: #337ffd;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    float: left;
    cursor: pointer;
}

.goods-course_wrapper .steps-wrapper .ball:first-child {
    margin-left: 75px;
}

.goods-course_wrapper .steps-wrapper .ball::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    opacity: 0.18;
    float: left;
    margin-top: -4px;
    margin-left: -4px;
    cursor: pointer;
}

.goods-course_wrapper .steps-wrapper .ball.active {
    background: #337ffd;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.goods-course_wrapper .steps-wrapper .ball.selected::after {
    background: #337ffd;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.goods-course_wrapper .steps-wrapper .line {
    height: 1px;
    width: 318px;
    background: #D8D8D8;
    margin-top: 5px;
    position: relative;
    float: left;
    overflow: hidden;
}

.goods-course_wrapper .steps-wrapper .line.active .line-core {
    top: -5px;
}

.goods-course_wrapper .steps-wrapper .line .line-core {
    position: absolute;
    background: #337ffd;
    width: 318px;
    height: 1px;
    left: -318px;
    z-index: 1;
    top: 0px;
}

.goods-course_wrapper .stepbar_wrapper {
    height: 250px;
    position: absolute;
}

.goods-course_wrapper .stepbar_wrapper::after {
    content: "";
    display: block;
    position: absolute;
    background: #D8D8D8;
    width: 1px;
    height: 240px;
    top: 10px;
    left: 4px;
    z-index: 1;
}

.goods-course_wrapper .stepbar_wrapper .step-line {
    display: block;
    position: absolute;
    width: 1px;
    height: 240px;
    top: 10px;
    left: 4px;
    background: #337ffd;
    z-index: 2;
}

.goods-course_wrapper .text-steps {
    float: left;
    width: 1200px;
}

.goods-course_wrapper .text-steps .steps-li {
    width: 16%;
    float: left;
    margin-right: 11%;
    cursor: pointer;
}

.goods-course_wrapper .text-steps .steps-li:last-child {
    margin-right: 0%;
}

.goods-course_wrapper .text-steps .steps-li p {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 500;
}

.goods-course_wrapper .text-steps .steps-li div {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 10px;
}

.goods-course_wrapper .text-steps .steps-li.selected p {
    color: #337ffd;
}

.goods-news_wrapper {
    background: #F9F9F9;
    padding-bottom: 100px;
}

.goods-news_wrapper .news-blcok {
    width: 585px;
    height: 291px;
    background: #fff;
    float: left;
    padding: 18px 14px;
}

.goods-news_wrapper .news-blcok.last-block {
    float: right;
}

.goods-news_wrapper .news-blcok .block-title {
    font-size: 16px;
    color: #1A1A1A;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
}

.goods-news_wrapper .news-blcok .block-title .article-more {
    float: right;
}

.recommend-content_wrapper {
    background: #F9F9F9;
    padding-bottom: 80px;
}

.recommend-content_wrapper .recommend-content {
    width: 585px;

    background: #FFFFFF;
    border-radius: 2px;
    padding: 18px 16px;
    float: left;
    border: 1px solid #eee;
}

.recommend-content_wrapper .recommend-content .item-title {
    font-size: 18px;
    color: #1A1A1A;
    line-height: 16px;
    border-bottom: 1px solid #D8D8D8;
    display: block;
    padding-bottom: 10px;
}

.recommend-content_wrapper .recommend-content .item-title .iconfont {
    font-size: 20px;
    color: #666;
    float: right;
    cursor: pointer;
}

.recommend-content_wrapper .recommend-content .item-title .iconfont:hover {
    color: #337ffd;
}

.recommend-content_wrapper .right-box {
    width: 348px;
    float: right;
    margin-top: 16px;
}

.recommend-content_wrapper .right-box li {
    position: relative;
    padding-left: 14px;
}

.recommend-content_wrapper .right-box li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    line-height: 1;
    color: #666666;
    font-size: 14px;
}

.recommend-content_wrapper .right-box li a:hover {
    color: #337ffd;
}

.recommend-content_wrapper .right-box li a:hover span {
    background: #337ffd;
}

.recommend-content_wrapper .right-box li.margin-style {
    margin-top: 36px;
}

.recommend-content_wrapper .right-box li span {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #D8D8D8;
    margin-top: 0px;
    margin-right: 6px;
    position: absolute;
    left: 0;
    margin-top: -2px;
    top: 50%;
}

.recommend-content_wrapper .left-box {
    margin-top: 16px;
    width: 186px;
    float: left;
}

.recommend-content_wrapper .left-box li {
    margin-bottom: 50px;
}

.recommend-content_wrapper .left-box .left_in_img_box {
    position: relative;
    width: 186px;
    height: 100px;
    overflow: hidden;
}

.recommend-content_wrapper .left-box .left_in_img_box img {
    width: 186px;
    height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.recommend-content_wrapper .left-box .left_in_img_box img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.recommend-content_wrapper .left-box .left_in_img_box p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 186px;
    padding: 0 6px 5px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.footer-banner {
    height: 387px;
    background: url(../../static/img/footbanner.jpg) no-repeat center center;
    background-size: cover;
    line-height: 1;
}

.footer-banner p {
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 26px;
}

.footer-banner .theme-button:hover {
    color: #337ffd;
}

.theme-button {
    display: block;
    width: 180px;
    height: 58px;
    border-radius: 2px;
    background: #FFFFFF;
    font-size: 16px;
    color: #337ffd;
    line-height: 58px;
    text-align: center;
    margin: 22px auto 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 0;
}

.theme-button:hover {
    top: -0.2rem;
    color: #337ffd;
}

.theme-button_fill__hover {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.theme-button_fill__hover:hover {
    background: #337ffd !important;
    color: #FFFFFF !important;
}

.theme-button_fill {
    background: #337ffd;
    color: #fff;
}

.theme-button_fill:hover {
    background: #448ffe !important;
    color: #FFFFFF !important;
}

.theme-button_fill.banner-button {
    font-size: 18px;
}

.theme-button_fill.banner-button:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
}

/* index style  */
.footer-content_wrapper {
    background: #222222;
    color: #D1D1D9;
}

.footer-content_wrapper .footer-links_wrapper {

    overflow: hidden;
    width: 100%;
}

.footer-content_wrapper .footer_list {
    float: right;
}

.footer-content_wrapper .footer_list .list-item {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    float: left;
    margin-top: 35px;
}

.footer-content_wrapper .footer_list .list-item span {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 12px;
}

.footer-content_wrapper .footer_list .list-item.center-margin {
    margin-right: 48px;
}

.footer-content_wrapper .line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content_wrapper .index_firends_link {
    width: 1200px;
    margin: 0 auto;
    padding: 26px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
}

.footer-content_wrapper .index_firends_link .button_up {
    margin-left: 8px;
}

.footer-content_wrapper .index_firends_link label {
    float: left;
    font-size: 14px;
    color: #8A8F98;
    letter-spacing: 0;
    line-height: 14px;
}

.footer-content_wrapper .index_firends_link li {
    float: left;
    font-size: 14px;
    color: #8A8F98;
    letter-spacing: 0;
    line-height: 14px;
    margin-right: 19px;
}

.footer-content_wrapper .index_firends_link li a {
    color: #8A8F98;
}

.footer-content_wrapper .index_firends_link li a:hover {
    color: #fff;
}

.footer-content_wrapper .index_footer-copyright {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 22px;
}

.footer-content_wrapper .index_footer-copyright .footer_copy_box {
    position: relative;
}

.footer-content_wrapper .index_footer-copyright .footer_copy_box .index_safe_copy {
    position: absolute;
    right: 15px;
    top: 15px;
}

.footer-content_wrapper .index_footer-copyright .footer_copy_box p {
    font-size: 14px;
    color: #1a1a1a;
    padding-bottom: 3px;
    color: #8A8F98;
    text-align: center;
}

.footer-content_wrapper .index_footer-copyright .footer_copy_box p.color-ddd {
    font-size: 14px;
}

.footer-content_wrapper .index_footer-copyright .footer_copy_box p a {
    color: #8A8F98;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.footer-content_wrapper .index_footer-copyright .footer_copy_box p a:hover {
    color: #fff !important;
}

.location {
    width: 1200px;
    margin: 0 auto;
    line-height: normal;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    padding: 15px 0;
}

.location a {
    color: #1a1a1a;
}

.location a.active {
    color: #999;
}

.location span {
    color: #6D6C7D;
}

.notfound-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.notfound-wrapper .theme-button:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.notfound-wrapper .notfound-ico {
    width: 360px;
    display: block;
    margin: 112px auto 0;
}

.notfound-wrapper .iconfont {
    margin-right: 10px;
}

.notfound-wrapper .tips {
    font-size: 14px;
    color: #999999;
    margin-top: 40px;
    text-align: center;
}

.go-back_top {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #D1D1D9;
    border-radius: 100px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 58px;
    cursor: pointer;
    display: none;
}

.go-back_top .iconfont {
    line-height: 1;
    font-size: 12px;
    color: #9593A2;
}

.go-back_top:hover .iconfont {
    color: #337ffd;
}

#back_top {
    display: none;
}

.fixed_box {
    background: #FFFFFF;
    border: 1px solid #D1D1D9;
    border-radius: 4px;
    width: 80px;
    position: fixed;
    top: 36%;
    right: 10px;
    text-align: center;
    padding-top: 2px;
    z-index: 999;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed_box p {
    position: relative;
    width: auto;
    margin: 0 auto;
    color: #9593A2;
    cursor: pointer;
    text-align: center;
}

.fixed_box p .icon-wrapper {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fixed_box p .icon-text {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-top: 9px;
}

.fixed_box p i {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}

.fixed_box p:nth-child(3) a {
    text-decoration: none;
}

.fixed_box p span {
    font-size: 14px;
}

.fixed_box p a {
    color: #666;
    display: block;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 14px;
    margin-top: 14px;
}

.fixed_box p a:hover .icon-text {
    color: #337ffd;
}

.fixed_box p a:hover span {
    color: #666;
}

.fixed_box p a span.fixed_erweima {
    font-size: 14px;
    width: 30px;
    position: absolute;
    right: 150px;
    top: -75px;
    display: none;
    width: 131px;
}

.fixed_box p.weixin_p a:hover span.fixed_erweima {
    display: block;
}

.fixed_box p a:hover i {
    color: #337ffd;
}

.fixed_box .fixed_tel {
    position: absolute;
    right: 85px;
    top: 6px;
    background: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 4px;
    display: none;
    font-size: 14px;
    min-width: 140px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    border: 1px solid #D1D1D9;
    white-space: nowrap;
}

.fixed_box .fixed_tel img {
    position: absolute;
    right: -9px;
    color: #354255;
    top: -1px;
}

.fixed_box p.kefu_p .span_show {
    display: none;
}

.fixed_box p.kefu_p:hover .span_show {
    display: inline-block;
    font-size: 14px;
}

.fixed_box p.kefu_p:hover .span_hide {
    display: none;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #E0E0E0;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #676869;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #676869;
    -webkit-border-radius: 6px;
}

/*# sourceMappingURL=style.css.map */

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .5;
    background-color: #000
}

.windowfix {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 480px;
    height: 320px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(4, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(4, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px rgba(4, 0, 0, 0.3);
    z-index: 2;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 5px
}


.windowfix0 {
    width: 520px;
    height: 430px;
    padding: 40px 60px
}

.windowfix0 .title {
    text-align: center;
    font-size: 18px;
    color: #333
}

.windowfix0 .issueType {
    margin: 33px 0 12px
}

.windowfix0 .issueType ul li {
    float: left;
    width: 80px;
    height: 26px;
    line-height: 24px;
    font-size: 15px;
    color: #969696;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer
}

.windowfix0 ul li.theType {
    border: 0;
    color: #646464;
    margin-left: -6px;
    cursor: default
}

.windowfix0 .issueType ul li.active {
    border: 1px solid #337ffd;
    color: #337ffd
}

.windowfix0 .theIn {
    height: 30px;
    line-height: 24px;
    font-size: 15px;
    color: #646464
}

.windowfix0 #advice {
    width: 400px;
    height: 130px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    resize: none;
    outline: 0;
    padding: 8px 10px
}

.windowfix0 .qqInput input {
    width: 400px;
    height: 34px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding-left: 10px;
    margin-top: 6px
}

.windowfix0 .button button {
    width: 120px;
    height: 32px;
    background-color: #ccc;
    border: 0;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    margin: 22px 140px;
    cursor: not-allowed
}

.windowfix0 .button button {
    width: 120px;
    height: 32px;
    background-color: #ccc;
    border: 0;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    margin: 22px 140px;
    text-align: center;
}

.windowfix0 .button .btn-sub {
    background-color: #dd5952;
    cursor: pointer
}

.windowfix0 ::-webkit-input-placeholder {
    color: #b4b4b4;
    font-size: 12px
}

.windowfix0 :-moz-placeholder {
    color: #b4b4b4;
    opacity: 1;
    font-size: 12px
}

.windowfix0 ::-moz-placeholder {
    color: #b4b4b4;
    opacity: 1;
    font-size: 12px
}

.windowfix0 :-ms-input-placeholder {
    color: #b4b4b4;
    font-size: 12px
}

.windowfix0 .altP {
    margin: 106px 0 30px;
    text-align: center
}

.windowfix0 .altH3 {
    font-size: 19px;
    color: #646464;
    text-align: center
}

.windowfix i.del {
    position: absolute;
    top: 18px;
    right: 21px;
    width: 16px;
    height: 16px;
    background: url(../../static/img/close.png) no-repeat;
    cursor: pointer
}

.windowfix i.del:hover {
    background: url(../../static/img/close_hover.png) no-repeat
}

.pagination-box {
    text-align: center;
    font-size: 16px;
    padding-top: 30px;
    display: block;
    width: 100%;
}

.pagination-box .pagination,
.pagination-box .pageselect {
    display: inline-block;
}

.pagination-box .pageselect {
    position: relative;
    top: -3px;
}

.pagination-box .page-numbers,
.pagination-box input {
    display: inline-block;
    padding: 0 14px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pagination-box input {
    width: 40px;
    padding: 0;
    text-align: center;
    outline: none;
}

.pagination-box .totalpage,
.pagination-box input {
    margin: 0 10px;
}

.pagination-box .totalpage i {
    font-style: normal;
}

.pagination-box button {
    width: 56px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    color: #666;
    margin-left: 10px;
}

.pagination-box .nav-links .current {
    background: #0e8df4;
    color: #fff;
}

.pagination-box .switchpage {
    text-align: center;
    cursor: pointer;
}
