html {
    font-size: 62.5%;
    font-family: tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1";
}

html,
body,
div,
p,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.w50 {
    width: 50%;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 0.26666667rem;
}

.mb5 {
    margin-bottom: 5px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 0.42666667rem;
}

.b {
    font-weight: bold;
}

.p8 {
    padding: 8px;
}

.pb8 {
    padding-bottom: 8px;
}

.pb16 {
    padding-bottom: 0.32rem;
}

.pt16 {
    padding-top: 16px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wrap {
    flex-wrap: wrap;
}


.whiteBgc {
    background-color: #fff;
    border-radius: .26667rem;
}

.borderBottom {
    border-bottom: .02667rem dashed #e7d4b7;
}

.noBgc {
    background: none !important;
}

.titleTextBox {
    width: 100%;
    height: 1.3866667rem;
    line-height: 1.3866667rem;
    text-align: center;
    font-size: 0.42666667rem;
    font-weight: 500;
    background-color: #bc0000;
    color: #fff;
}

.align-items-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.justify-content-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-start {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


/*ͷ��*/
.heardBox .topBox {
    background: url(../image/centerImg.png) no-repeat;
    width: 100%;
    /* height: 200px;*/
    background-size: 100% 100%;
}

    .heardBox .topBox .topImg {
        background: url(../image/topImg.png) no-repeat;
        width: 100%;
        position: relative;
        background-size: 100%;
    }

.companyLogo {
    position: absolute;
    top: 32px;
    right: 12px;
    transform: rotate(-10deg);
}

    .companyLogo img {
        width: 22px;
        height: 22px;
        margin-right: 2px;
    }

    .companyLogo span {
        font-size: 14px;
        font-weight: 600;
    }

.heardBox .topBox .topImg .productBox {
    padding: 55px 20px 0px 20px;
}

    .heardBox .topBox .topImg .productBox .productLogo {
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        object-fit: cover;
        overflow: hidden;
        margin-right: 0.26667rem;
        margin-top: 10px;
    }

    .heardBox .topBox .topImg .productBox .productDetail {
    }

.productDetail li {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #411902;
}

    .productDetail li span {
        font-size: 0.32rem;
        color: #8c7059;
        line-height: 0.58667rem;
    }

.heardBox .bottomImg {
    background: url(../image/bottomImg.png) no-repeat;
    width: 100%;
    height: 2.37333rem;
    background-size: 100% 100%;
    margin-top: -0.02667rem;
}

.bottomImg .resultText {
    display: block;
    color: #f34353;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.48rem;
    padding: 0.48rem 0.8rem 0 0.53333rem;
}

.bottomBox .companyName {
    text-align: center;
    color: #ae9e93;
    font-size: 0.32rem;
    line-height: 0.96rem;
    height: 0.96rem;
}

.menuList {
    position: fixed;
    width: 2.66667rem;
    /* min-height: 1.33333rem; */
    background: rgba(242, 115, 120, 0.8);
    bottom: 10%;
    right: 0;
    border-radius: 0.26667rem;
    z-index: 999;
    padding: 0.21333rem 0 0;
    line-height: 0.64rem;
}

.foldHeight {
    height: 1.28rem;
    overflow: hidden;
}

.height300 {
    height: 5.33333rem;
}

.none {
    display: none;
}

.menuList ul li a {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    height: 0.69333rem;
    line-height: 0.69333rem;
    text-decoration: none;
}

.menuList .foldBox {
    color: #fff;
}

    .menuList .foldBox img {
        width: 0.32rem;
        height: 0.32rem;
        margin-left: 0.08rem;
        vertical-align: middle;
    }

.scaleY {
    transform: scaleY(-1);
}

.productionStep {
    padding: 0.32rem 0.58667rem;
    /* margin: 0.32rem 0.58667rem; */
    /* height: auto;
  background: url(../image/border.png) repeat-y -0.02667rem 0; */
}

.outBox {
    padding: 16px 16px 23px 16px;
    height: auto;
    background: url(../image/border.png) repeat-y -0.02667rem 0;
}

    .outBox .titleBox {
        margin: -23px 0px 0px -23px;
    }

    .outBox .iconStepArrow {
        display: block;
        width: 0.4rem;
        height: 0.50667rem;
        background: url(../image/stepArrow.png) no-repeat;
        background-size: 100%;
        margin-right: 8px;
    }

    .outBox .detailBox dl {
        font-size: 0.37333rem;
        color: #350302;
        line-height: 0.64rem;
    }

        .outBox .detailBox dl dt {
            flex-shrink: 0;
            color: #8c7059;
        }

.outBoxNew {
    padding: 16px 16px 23px 16px;
    height: auto;
    background: url(../image/border.png) repeat-y -0.02667rem 0;
}

    .outBoxNew .titleBox {
        margin: -23px 0px 0px -23px;
    }

    .outBoxNew .iconStepArrow {
        display: block;
        width: 0.4rem;
        height: 0.50667rem;
        background: url(../image/stepArrow.png) no-repeat;
        background-size: 100%;
        margin-right: 8px;
    }

    .outBoxNew .detailBox dl {
        font-size: 0.37333rem;
        color: #350302;
        line-height: 0.64rem;
    }

        .outBoxNew .detailBox dl dt {
            flex-shrink: 0;
            color: #8c7059;
        }

#mapBox {
    height: 200px;
    width: 100%;
    margin-top: 0.26667rem;
    border: 0.08rem solid #d82128;
    border-radius: 0.21333rem;
    overflow: hidden;
}

.bgcBox {
    background: linear-gradient(90deg, #ea2129, #a82126);
    border-radius: .26667rem;
    padding: .08rem;
    margin-top: 0.26667rem;
}

    .bgcBox ul li {
        position: relative;
        overflow: hidden;
        border-radius: .26667rem;
        margin-bottom: .26667rem;
    }

        .bgcBox ul li .tipBox {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            background: url(../image/tipBox.png) no-repeat;
            width: 4.8rem;
            height: .74667rem;
            background-size: 100%;
            font-size: .37333rem;
            color: #fefefe;
            font-weight: 700;
            text-align: center;
            line-height: .74667rem;
        }

        .bgcBox ul li img {
            width: 100%;
            height: 6.66667rem;
            border-radius: .26667rem;
        }

.dateText {
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: .13333rem;
}

.bgcBox ul li dl {
    margin-top: .13333rem;
    font-size: .34667rem;
    color: #411902;
    margin-left: .32rem;
}

.bgcBox .moreBox {
    height: .8rem;
    line-height: 1.06667rem;
    text-align: center;
    color: #fff;
    font-size: .37333rem;
}

    .bgcBox .moreBox img {
        margin-left: .10667rem;
        width: .4rem;
    }

.introText p {
    font-size: .37333rem;
    color: #411902;
    margin: .21333rem .26667rem .53333rem;
    line-height: .58667rem;
    border-bottom: .02667rem dashed #e7d4b7;
    padding-bottom: .26667rem;
}

.baseInfo {
    padding: .26667rem;
    font-size: .37333rem;
    color: #350302;
    overflow: hidden;
}

.bgcBox .baseInfo img {
    width: 100% !important;
}


.big {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
}


.bigImg {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.hidOutContent {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
    overflow: hidden;
}

.hidConsumerInfo {
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #fff;
    margin: 70px auto;
    padding: 20px;
}


.BMap_bubble_pop {
    width: 5.033333rem !important;
}

.BMap_bubble_content {
    font-size: 0.32rem !important;
    width: 5.033333rem !important;
}
