body {
    background-color: #f8f8f8;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

ul, li {
    list-style: none;
}

span {
    position: relative;
}

.resultContent {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.4;
}

.weui-footer {
    margin-top: 20px;
}

/*头部begin*/
.top {
    color: #fff;
}

.top .base-info {
    background-color: #277ecb;
    text-align: center;
    padding: 20px;
}

.top .prise {
    background-color: #286db8;
    line-height: 26px;
    padding: 10px;
}

.top img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

a.product {
    position: relative;
}

a.company {
    position: relative;
}

.arrow_left::after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -10px;
}

.product {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.company {
    color: #fff;
}

/*头部end*/
/*商品简介begin*/
.product-brief {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    position: relative;
}

.product-brief img {
    height: 200px;
    width: 100%;
}

.product-brief p {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 20px;
    height: 60px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888;
}

.toDetail {
    position: absolute;
    bottom: 7px;
    right: 20px;
    color: #C8C8CD;
}

.danger {
    color: #ff5456;
}

.warning {
    color: #ffb943;
}

.success {
    color: #5bde5e;
}

.nfsqDanger {
    color: #5bde5e;
}

.nfsqSuccess {
    color: #a91433;
}

.zfxSuccess {
    color: #005fac;
}

/*商品简介end*/
/*活动列表begin*/
.weui-cells {
    margin-top: 10px !important;
}

.weui-panel__hd {
    color: #000;
    font-weight: 900;
    font-size: 14px;
}

/*活动列表end*/
/*产品详情begin*/
.detailInfo ul {
    padding: 10px;
}

.detailInfo ul li span {
    line-height: 30px;
}

.detailInfo ul li span:nth-child(1) {
    display: block;
    float: left;
    width: 100px;
    color: #888;
}

.detailInfo ul li span:nth-child(2) {
    display: block;
    margin-left: 100px;
}

/*产品详情end*/

/*图文详情*/
.ql-font-KaiTi {
    font-family: "KaiTi";
}

.ql-font-YaHei {
    font-family: "Microsoft Yahei";
}

.ql-font-SimSun {
    font-family: "SimSun";
}

.ql-font-SimHei {
    font-family: "SimHei";
}

.ql-font-FangSong {
    font-family: "FangSong";
}

.ql-font-YouYuan {
    font-family: "YouYuan";
}

/*图文详情*/