.container {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

}
.top{
    width: 7.5rem;
    /*height: 1.5rem;*/
    background-color: #F7F7F7;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.top_t{
    width: 6.86rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_t_left{
    width: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_t_left_text{
    font-size:0.3rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(166,16,16,1);
}
.icon-caidan{

}
/*中部*/
.top_t_middle{
    width: 1.2rem;
    height: 0.5rem;
    display: flex;
}
.top_t_middle img{
    width: 100%;
    height: 100%;
}
/*右边*/
.top_t_right{
    width: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon-10{

}
.top_t_right_pic{
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.top_t_right_pic img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*-----底部------*/
.top_d{
    width: 5.56rem;
    display: flex;
    padding-bottom: 0.03rem;
    border-bottom: 1px solid #999999;
    margin: 0.3rem 0 0.2rem 0;
}
.top_d_input{
    width: 5rem;
    text-align: center;
    border: none;
    outline: none;
    background-color: #F7F7F7;
    font-size: 0.3rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.top_d_input::placeholder{
    color: #999999;
}

/*轮播图*/
.banner{
    width: 7.5rem;
    height: 3rem;
    display: flex;
}
/*简介*/
.intro{
    width: 6.86rem;
    display: flex;
    flex-flow: column;
    position: relative;
}
.intro_title{
    margin-top: 1.26rem;
    font-size: 0.36rem;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(51,51,51,1);
    /*line-height:36px;*/
}
.intro_box{
    width: 6.86rem;
    height: 1.2rem;
    background:rgba(255,255,255,1);
    box-shadow:0 0.05rem 0.16rem 0 rgba(79,79,79,0.1);
    border-radius: 0.1rem;
    position: absolute;
    top: -0.32rem;
    z-index: 999;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.4rem;
    justify-content: space-between;
}
.intro_box_name{

    font-size: 0.3rem;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(51,51,51,1);
    /*line-height:24px;*/
}
.intro_box_name_pinyin{
    margin-top: 0.2rem;
}
.intro_attention{

    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    /*line-height:36px;*/
}
.intro_attention_title{
    width: 1.42rem;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    background:rgba(166,16,16,0);
    border: 0.02rem solid rgba(166, 16, 16, 1);
    border-radius: 0.01rem;
}
.number{
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
}
.intro_small{
    margin-top: 0.28rem;
    font-size: 0.18rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height: 0.3rem;
}
.correlation{
    margin-top: 0.52rem;
    width: 6.86rem;
    display: flex;
    flex-flow: column;


    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 0.3rem;
}
.correlation_top{
    display: flex;
    justify-content: space-between;
}
.correlation_box{
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
}
.correlation_top_right{

    font-size: 0.2rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(153,153,153,1);
    line-height: 0.3rem;
}
.correlation_bottom{
    width: 3.2rem;
    height: 2.1rem;
    background:rgba(255,255,255,1);
    box-shadow:0 0.01rem 0 0 rgba(102,102,102,0.14);
    border-radius:0.1rem;
}
.correlation_bottom_img{
    width: 3.2rem;
    height: 1.7rem;
    display: flex;
    border-radius: 0.1rem 0.1rem 0 0;
}
.correlation_bottom_img img{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem 0.1rem 0 0;
}
.correlation_bottom_title{
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-align: center;*/
}
.big{
    margin-top: 0.2rem;
    width: 6.86rem;
    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 0.3rem;
}
.small{
    margin-top: 0.1rem;
    width: 6.86rem;
    font-size: 0.18rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 0.3rem;
}
/*动态*/
.dynamic{
    width: 6.86rem;
}
.dynamic_title{
    margin-top: 0.4rem;
    font-size: 0.36rem;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height: 0.36rem;
}
.dynamic_item{
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.dynamic_item_title{

    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 0.3rem;
}
.dynamic_item_time{

    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(153,153,153,1);
    line-height: 0.3rem;
    position: absolute;
    right: 2rem;
}
.dynamic_item_date{
    width: 1.8rem;
    display: flex;
    justify-content: space-around;
    font-size: 0.24rem;
    color: #333333;
}
.dynamic_name{
    width: 5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    margin-left: 0.8rem;

    font-size: 0.18rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 0.3rem;
}
.production{
    width: 6.86rem;
}
.production_title{
    margin-top: 0.4rem;
    font-size: 0.36rem;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height: 0.36rem;
}
.production_category{
    margin-top: 0.27rem;
    display: flex;
    justify-content: space-around;


    font-size: 0.24rem;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height: 0.36rem;
}
.production_box{
    display: flex;
    justify-content: space-between;
    margin-top: 0.27rem;
    margin-bottom: 1rem;
}
.production_box_big{
    width: 3.2rem;
    height: 2.5rem;

    background:rgba(255,255,255,1);
    box-shadow:0 0.02rem 0 0 rgba(102,102,102,0.14);
    border-radius:0.1rem;
}
.production_box_big_pic{
    width: 3.2rem;
    height: 1.7rem;
    border-radius: 0.1rem 0.1rem 0 0;
    display: flex;
}
.production_box_big_pic img{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem 0.1rem 0 0;
}
.production_box_big_title{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.title_big{

    font-size: 0.2rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height: 0.3rem;
}
.title_small{
    width: 3rem;
    font-size: 0.14rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height: 0.24rem;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.attention{
    width: 1.42rem;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    background:rgba(166,16,16,0);
    border: 0.02rem solid rgba(166, 16, 16, 1);
    border-radius: 0.01rem;
}