/* CSS Document */

html {
    width: 100%;
    background: #FFFFFF;
    color: #333333;
    box-sizing: border-box !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, hr, button, article, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-family: tahoma, arial, 'Hiragino Sans GB', '微软雅黑', '宋体', sans-serif;
    font-weight: normal;
    font-size: 12px;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 12px;
    box-sizing: border-box !important;
}

a, i, b, em {
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box !important;
}

tr, td, th {
    box-sizing: border-box !important;
}


/* 去掉 table cell 的边距并让其边重合 */

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}


/* pre 可以换行*/

img {
    border: none;
    vertical-align: middle;
}

input, select, textarea {
    font-size: 100%;
}

del {
    text-decoration: line-through;
}


/* 一致的 del 样式 */

a {
    color: #666666;
    text-decoration: none;
}

a:focus, *:focus {
    outline: none;
}


/* 去除 ie6 & ie7 焦点点状线 */

.fl {
    float: left;
    display: inline;
}/* 设置浮动，减少浮动带来的 bug */
.fr {
    float: right;
    display: inline;
}
.w {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.mw {
    width: 990px;
    margin: 0 auto;
    position: relative;
}
.ctrl-prev a, .ctrl-next a {
    transition: all .15s ease-in 0s;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    background: #FFFFFF;
    box-sizing: border-box;
}
.header .headerCont {
    margin: auto;
    width: 1200px;
    box-sizing: border-box;
}
.header .logo {
    float: left;
}
.header .logo img {
    display: block;
    width: 70px;
    height: 70px;
}
.header .logoName {
    font-size: 34px;
}
.header .logoName i {
    font-size: 16px;
}
.header .nav {
    padding: 15px 0px;
}
.header .nav .headerNav li a:hover {
    color: #33BBED;
}

.pageCont {
    margin: auto;
    width: 1200px;
}
.pcTitle {
    height: 40px;
    line-height: 40px;
}
.pcTitle i {
    display: inline-block;
    width: 18px;
    height: 40px;
    vertical-align: middle;
    background: #74C25C;
}
.pcTitle span {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
}

.footer {
    position: relative;
    padding: 15px 0 24px;
    background: #141B1E;
    box-sizing: border-box;
}
.footer .footerCont {
    margin: auto;
    box-sizing: border-box;
}
.footer .callWe .callCont {
    font-size: 14px;
    color: #FFFFFF;
}
.footer .callWe .callCont p {
    font-size: 20px;
}
.footer .callWe .callCont p span {
    font-size: 14px;
}
.footer .callWe .callCont img {
    display: block;
    padding: 4px 0;
    width: 150px;
    height: 150px;
}
.footer .callWe .callTel {
    font-size: 14px;
    color: #FFFFFF;
}
.footer .callWe .callTel p {
    padding-top: 12px;
    font-size: 20px;
}
.footer .helpPath {
    min-width: 375px;
}
.footer .helpPath ul {
    float: left;
    padding-right: 10px;
    min-width: 55px;
    text-align: center;
}
.footer .helpPath ul li {
    padding-bottom: 10px;
    font-size: 12px;
}
.footer .helpPath ul li a {
    color: #FFFFFF;
}
.footer .helpPath ul li.hpTitle {
    font-size: 14px;
}

@media (max-width: 767px) {
    .header {
        padding: 15px 0;
        height: auto;
    }
    .header .headerCont {
        padding: 0 8px;
        width: auto;
    }
    .header .logo img {
        width: 50px;
        height: 50px;
    }
    .header .logoName {
        font-size: 22px;
    }
    .header .logoName i {
        font-size: 14px;
    }
    .header .navBar {
        overflow: hidden;
        float: right;
        margin: 5px 0;
        padding: 12px 6px;
        border-radius: 3px;
    }
    .header .navBar.curr {
        background: #33BBED;
    }
    .header .navBar .navBarLine {
        display: block;
        margin-bottom: 4px;
        width: 28px;
        height: 3px;
        border-radius: 3px;
        background: #999999;
    }
    .header .navBar.curr .navBarLine {
        background: #FFFFFF;
    }
    .header .navBar .navBarLine:last-child {
        margin: 0;
    }
    .header .nav {
        display: none;
        position: absolute;
        top: 81px;
        right: 0;
        left: 0;
        padding: 0;
        background: #FFFFFF;
        border-top: 2px solid #DDDDDD;
        box-shadow: 0 5px 15px #CCCCCC;
    }
    .header .nav.curr {
        display: block;
    }
    .header .nav .headerNav li {
        padding: 0 20px;
        font-size: 14px;
        line-height: 40px;
    }
    .pageWrapper {
        padding-top: 81px;
    }
    .pageCont {
        width: auto;
    }
    .footerCont {
        width: auto;
    }
    .footer .callWe, .footer .callCont, .footer .callTel {
        float: none;
    }
    .footer .callWe .callCont {
        text-align: center;
    }
    .footer .callWe .callCont img {
        margin: auto;
    }
    .footer .callWe .callTel {
        padding: 20px 0;
        text-align: center;
    }
    .footer .helpPath {
        float: none;
        margin: auto;
        width: 375px;
    }
}

@media (min-width: 768px) {
    .header {
        padding: 15px 0;
        height: auto;
    }
    .header .headerCont {
        width: 750px;
    }
    .header .nav .headerNav {
        float: right;
    }
    .header .nav .headerNav li {
        float: left;
        margin-right: 20px;
    }
    .header .nav .headerNav li:last-child {
        margin-right: 0;
    }
    .header .nav .headerNav li a {
        display: block;
        font-size: 14px;
        line-height: 40px;
    }
    .header .navBar {
        display: none;
    }
    .pageWrapper {
        padding-top: 100px;
    }
    .pageCont {
        width: 750px;
    }
    .footerCont {
        width: 750px;
    }
    .footer .callWe, .footer .callCont, .footer .callTel {
        float: none;
    }
    .footer .callWe .callCont {
        text-align: center;
    }
    .footer .callWe .callCont img {
        margin: auto;
    }
    .footer .callWe .callTel {
        padding: 20px 0;
        text-align: center;
    }
    .footer .helpPath {
        float: none;
        margin: auto;
        width: 375px;
    }
}

@media (min-width: 998px) {
    .header {
        padding: 15px 0;
        height: auto;
    }
    .header .headerCont {
        width: 970px;
    }
    .header .nav {
        float: right;
    }
    .pageCont {
        width: 970px;
    }
    .footerCont {
        width: 970px;
    }
    .footer .callWe, .footer .callCont, .footer .callTel {
        float: left;
    }
    .footer .callWe .callTel {
        padding: 70px 0 0 38px;
        text-align: left;
    }
    .footer .helpPath {
        float: right;
    }
}

@media (min-width: 1199px) {
    .header {
        padding: 15px 0;
        height: auto;
    }
    .header .headerCont {
        padding: 15px 0;
        width: 1200px;
        height: 100px;
    }
    .header .nav {
        float: right;
    }
    .header .nav .headerNav li {
        float: left;
    }
    .header .nav .headerNav li a {
        display: block;
        font-size: 16px;
        line-height: 40px;
    }
    .pageCont {
        width: 1200px;
    }
    .footerCont {
        width: 1200px;
    }
    .footer .callWe, .footer .callCont, .footer .callTel {
        float: left;
    }
    .footer .callWe .callTel {
        padding: 70px 0 0 38px;
        text-align: left;
    }
    .footer .helpPath {
        float: right;
    }
}

.hide {
    /* 隐藏 */
    display: none;
}
.show {
    /* 显示 */
    display: block;
}
.content {
    position: relative;
    z-index: 1;
}

/* 字体颜色 */
.font-common {
    color: #00A795;
}
.font-white {
    color: #FFFFFF;
}
.font-black {
    color: #000000;
}
.font-red {
    color: red;
}
.font-999 {
    color: #999999;
}
.font-logo {
    color: #33BBED;
}
.font-logo2 {
    color: #74C25C;
}
/* 字体颜色 */

/* 背景颜色 */
.bg-common {
    background: #00A795;
}
.bg-common-deep {
    background: #0081BB;
}
.bg-white {
    background: #FFFFFF;
}
.bg-999 {
    background: #999999;
}
/* 背景颜色 */

/* 边框颜色 */
.border-common {
    border-color: #00A795 !important;
}
.border-top-common {
    border-top-color: #00A795;
}
.border-right-common {
    border-right-color: #00A795;
}
.border-bottom-common {
    border-bottom-color: #00A795;
}
.border-left-common {
    border-left-color: #00A795;
}
/* 边框颜色 */

a:hover, a:link, a:visited, a:active, input:focus {
    text-decoration: none;
    transition: text-shadow 250ms ease-in 0ms, color 120ms ease-in 0ms;
}

ul, li, ol {
    list-style: none;
}

input {
    font-family: inherit;
    margin: 0;
    padding: 0;
}

th {
    text-align: inherit;
}


/* ie bug：th 不继承 text-align */

iframe {
    display: block;
}


/* ie6 7 8(q) bug 显示为行内表现 */

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 单行多出省略号.... */

.clear {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}


/* 清除浮动 */

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.wordhide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 多出隐藏变... */

.fl {
    float: left;
}


/* 设置浮动，减少浮动带来的 bug */

.fr {
    float: right;
}

.w {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.mw {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

.ctrl-prev a, .ctrl-next a {
    transition: all .15s ease-in 0s;
}
[v-cloak] {
    display: none;
}

#overlay-alert {
    background: #000000;
    filter: alpha(opacity=50); /* IE的透明度 */
    opacity: .5;  /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20007; /* 此处的图层要大于页面 */
    display: none;
}

/*分页start*/
#infoPage {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

#infoPage {
    width: auto;
    float: right;
    margin-right: 20px;
}

#infoPage ul li {
    float: left;
    margin-left: 4px;
    line-height: 11px;
    list-style: none;
    color: #333333;
}

#infoPage li span {
    float: left;
    margin-right: 0px;
    padding: 0px;
}

#infoPage .prev {
    margin-right: 20px;
}

#infoPage .next {
    margin-left: 15px;
}

#infoPage .everyPage {
    color: #666666;
    border: 1px solid #CCCCCC;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}

#infoPage .nowPage {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    border: 1px solid #007CBC;
    color: #FFFFFF;
    background: #02A9E0;
    font-size: 14px;
}

#infoPage select {
    height: 18px;
    color: #C31F20;
}

#infoPage span, .pager a {
    font-size: 12px;
    font-weight: bolder;
    text-decoration: none;
}

#infoPage li {
    display: inline-block;
    height: 38px;
}

#infoPage li a, #infoPage .pages li span {
    display: block;
    float: left;
    width: auto;
    line-height: 11px;
}

#infoPage li a:hover {
    color: #FFFFFF;
    background: #02A9E0;
    border: 1px solid #007CBC;
}

#infoPage li input, #infoPage li button {
    border: 1px solid #CCCCCC;
}

#infoPage li input:focus {
    border: 1px solid #F7BF4F;
}

#infoPage .upPage, #infoPage .downPage {
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 75px;
}

#infoPage li.current {
    color: #000000;
    cursor: default;
}

#inputPage {
    border: #B3B5BD 1px solid;
    padding: 0 5px;
    width: 50px;
    height: 25px;
    text-align: center;
}

#infoPage .goToPage {
    margin-left: 5px;
    width: 50px;
    height: 36px;
    background: #007CBC;
    color: white;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

#infoPage .goToPage:hover {
    background: #02A9E0;
}

/*抛物线*/
.goods_favour_pwx {
    visibility: hidden;
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 30px;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 50px;
    opacity: .9;
}
.goods_favour_pwx img {
    width: 30px;
    height: 30px;
}
