/* CSS Document */
body,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
td,
textarea,
th,
tr,
ul {
    margin: 0;
    padding: 0
}

html {
    overflow-x: hidden;
}

body {
    background-color: #fff !important;
    background-image: none;
    font: 14px/150% 微软雅黑, microsoft yahei, Verdana, Lucida, arial, sans-serif;
    position: relative;
    display: block;
    min-width: 1024px;
    zoom: 1;
    /* padding-top: 1px; */
    overflow: hidden
}

a,
body {
    color: #333
}

a {
    vertical-align: baseline;
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #1e7dd7
}

input,
textarea {
    font-family: 微软雅黑, microsoft yahei;
    font-size: 12px;
    padding: 2px;
    vertical-align: middle;
    outline: none;
    border-radius: 0
}

textarea {
    line-height: 18px;
    overflow: hidden;
    overflow-y: auto;
    resize: none
}

select {
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif
}

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

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

fieldset,
img {
    border: 0
}

img {
    vertical-align: middle
}

caption,
th {
    text-align: left
}

iframe {
    vertical-align: middle
}

.fix {
    display: block;
    zoom: 1
}

.fix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both
}

.animation {
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
}

embed {
    display: none;
}

.wrap {
    width: 100%;
    /* overflow: auto; */
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: auto;
    /* 当手指从触摸屏上移开，滚动会立即停止 */
}

.footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    padding: 50px 0 140px;
    background: #151525;
    color: #85858e;
}

.cehua {
    margin-bottom: 30px;
}
.copylogo {
    width: 235px;
    height: 22px;
    margin: 0 auto 20px;
    background: url(../images/footer.png) no-repeat;
    display: block;
}

.sharebar {
    right: 15px !important;
}

.goTopBlock {
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 3%;
    display: none;
}

.goTop, .share {
    background: rgba(0, 0, 0, 0.2);
    /* border: 1px solid #dcdcdc; */
    text-align: center;
    height: 54px;
    width: 54px;
    margin-bottom: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.shareBLock {
    position: relative;
    width: auto;
}

.share {
    position: absolute;
    right: 0;
    top: 0;
}

.sharebars {
    position: absolute;
    right: 64px;
    top: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    height: 54px;
    width: 0;
    opacity: 0;
}

.qq, .wechat, .sina {
    height: 54px;
    width: 54px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
    margin-left: 2px;
}

.qq {
    background-image: url("../images/qq_bai.png");
}

.qq:hover {
    background-image: url("../images/qq_orange.png");
}

.wechat {
    background-image: url("../images/weixin_bai.png");
}

.wechat:hover {
    background-image: url("../images/weixin_orange.png");
}

.sina {
    background-image: url("../images/weibo_bai.png");
}

.sina:hover {
    background-image: url("../images/weibo_orange.png");
}

.line {
    height: 40px;
    width: 1px;
    margin: auto 0;
    border-left: 1px solid #d1d1d1;
}

.goTop {
    background-image: url("../images/back_bai.png");
}

.goTop:hover {
    background-image: url("../images/back_orange.png");
}

.share {
    background-image: url("../images/share_bai.png");
}

.share:hover {
    background-image: url("../images/share_orange.png");
}

.pop_shadow {
    background: rgba(0, 0, 0, 0.6);
    zoom: 1;
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.weixinCodePop {
    width: 276px;
    height: 360px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #e7e7e7;
    background: #fff;
    z-index: 110;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

.wexinCode {
    width: 232px;
    height: 232px;
    margin: 10px auto;
}

p.tip {
    font-size: 14px;
    color: #666;
}

.pop_box {
    padding: 40px 0 0;
    text-align: center;
}

.pop_close {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    right: -20px;
    top: -20px;
    cursor: pointer;
    z-index: 112;
    width: 48px;
    height: 48px;
}
.pop_close img{
    width: 48px;
    height: 48px;
}
/*.pop_close:hover {*/
/*    background-position: -279px -567px;*/
/*}*/
