@charset "UTF-8";

/*初始化  reset*/

[v-cloak] {
    display: none;
}

html,
body {
    position: relative;
    width: 100%;
    font-family: "微软雅黑";
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    position: relative;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    color: #333333;
}

* {
    margin: 0;
    padding: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
    color: #000;
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

a,
input,
button,
select,
textarea {
    outline: none;
}

pre {
    font-family: '微软雅黑';
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

a,
button {
    cursor: pointer;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.bbEc {
    border-bottom: solid 1px #ececec;
}

.fw_n {
    font-weight: normal;
}

/*底部固定打开App按钮*/
.bottom-fix-openApp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 99998;
    width: 15rem;
    background: rgba(0, 0, 0, .7);
    border-top: 1px solid #ddd;
}

.bottom-fix-openApp div {
    float: left;
}

.bottom-fix-openApp .openAppLogo img {
    width: 1.64rem;
    height: 1.64rem;
    border-radius: .4rem;
    margin: .3rem;
}

.bottom-fix-openApp .openAppLogo {
    width: 2.24rem;
}

.bottom-fix-openApp .openAppAdv {
    width: 8.3rem;
}

.bottom-fix-openApp .openAppAdv h5 {
    color: #ffffff;
    line-height: .7rem;
    margin: .36rem 0 0 0;
    font-size: 121%;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bottom-fix-openApp .openAppAdv span {
    color: #ffffff;
    font-size: 100%;
    line-height: 1rem;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom-fix-openApp .openAppBtn p {
    float: left;
    color: #fff;
    font-size: .3rem;
    line-height: 1.2rem;
    margin: .52rem .4rem 0 0;
    text-align: center;
}

.bottom-fix-openApp .openAppBtn {
    width: 4.2rem;
}

.bottom-fix-openApp .openAppBtn p:first-child {
    display: block;
    width: 3rem;
    font-size: 100%;
    height: 1.2rem;
    background-color: rgb(32, 160, 255);
    border-radius: .25rem;
}

.bottom-fix-openApp .openAppBtn p:last-child {
    border: solid 1px #ffffff;
    border-radius: .5rem;
    font-size: .6rem;
    line-height: .6rem;
    width: .6rem;
    margin: .82rem .1rem 0 0;
}

p, .specialArtTitleBox h2 {
    text-align: justify !important
}

.bottom-fix-openApp .openAppBtn p {
    text-align: center !important;
}

/*打开app*/
.openBox {
    position: fixed;
    width: 40%;
    left: 30%;
    bottom: 10vh;
    z-index: 10;

}

.openBox a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.openBox img {
    display: block;
    width: 100%;
}

wx-open-launch-app {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 11;
}