/*body{*/
/*background: url("../images/bg03@2x.png" );*/
/*background-size: 100% 100%;*/
/*}*/
.container{
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/bg03@2x.png" );
    background-size: 100% 100%;
}
.home_container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;


}
.top{
    width: 100%;
    height: 0.88rem;
    background-color: #ffffff;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    display: flex;
    /*position: relative;*/
    position: fixed;
    top: 0;


}
.top_img{
    margin-left: 0.3rem;
    width: 0.29rem;
    position: absolute;
    left:0;
    bottom:0;

}
.top_text {
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.main{
    width: 6.90rem;

    background-color: #ffffff;

    margin: 0.4rem 0.3rem 0.2rem 0.3rem;

}
.main_top{
    margin: 0.23rem 0.1rem;
    display: flex;
    font-size: 0.3rem;

}
.main_title{
    margin-top: 0.2rem;
    margin-left: 0.15rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.main_top_left{
    width: 6.9rem;
    height: 3.9rem;
    background-color: #CCCCCC;
    border-top-left-radius: 0.06rem;
    border-top-right-radius: 0.06rem;
}


.main_bottom{
    display: flex;
    flex-flow: column;
    margin-top: 0.34rem;
    /*border-bottom: 1px dashed #E64E62;*/
}
.main_bottom_big{
    font-size: 0.3rem;

    margin: 0 0.15rem 0.3rem ;
    font-weight: bold;

}
.main_bottom_small{
    font-size: 0.26rem;
    /*margin-left: 0.14rem;*/
    margin: 0 0.14rem;
    padding-bottom: 0.35rem;
    /*border-bottom: 1px dashed #E64E62;*/
}
.main_reader{
    font-size: 0.26rem;
    color: #bbbbbb;
    margin-left: 0.15rem;
}
.main_doc{
    margin-top: 0.34rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.26rem;
}
.main_doc_left{
    width: 1.56rem;
    height: 0.7rem;
    margin-left: 0.14rem;
    background-color: #0A84D9;
    /*align-items: center;*/
    text-align: center;
    line-height: 0.7rem;
    color: #ffffff;
    border-radius: 0.06rem;
}
.main_doc_right{
    width: 4.8rem;
    /*height: 0.65rem;*/
    margin-right: 0.16rem;
    /*当字数超过时设置省略号*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 15;*/
    /*overflow: hidden;*/
}
.margin_bottom{
    margin-bottom: 0.4rem;
}

.footer{
    width: 6.90rem;
    background-color: #ffffff;
    /*margin: 0 auto;*/
    margin-bottom: 0.2rem;
}
.footer_top{
    margin-top: 0.4rem;
    font-size: 0.26rem;
    display: flex;
    justify-content: space-between;
    color: #8E8E8E;
}
.footer_top_left{
    margin-left: 0.15rem;
}
.footer_top_right{
    margin-right: 0.16rem;
}
.footer_mid{
    /*margin-left: 0.16rem;*/
    display: flex;
    flex-flow: row;
    margin-bottom: 0.86rem;
    flex: 0 0 auto;
    padding: 0 0.16rem;
}
.footer_mid_left{
    margin-top: 0.24rem;
    width: 0.64rem;
    height: 0.64rem;
    background-color: #808080;
    border-radius: 0.06rem;
}
.footer_mid_right{
    width: 5.5rem;
    margin-top: 0.24rem;
    margin-left: 0.2rem;
    font-size: 0.26rem;
}
.footer_mid_right_top{
    font-size: 0.28rem;
    color: #8E8E8E;
}
.footer_mid_right_bottom{
    font-size: 0.26rem;
}
.footer_mid_right_author{
    font-size: 0.28rem;
    color: #8E8E8E;
    margin-top: 0.24rem;
    /*margin-left: 0.2rem;*/
    position: relative;
    border-left: 0.02rem solid #0A84D9;

    padding-left: 0.1rem;

}
/*.footer_mid_right_author:before{*/
    /*content:'';*/
    /*display:block;*/
    /*width:0.04rem;*/
    /*height:0.28rem;*/
    /*background: #0A84D9;*/
    /*!*margin-top: 0.24rem;*!*/
    /*position: absolute;*/
    /*top:0.08rem;*/
    /*left: -0.16rem;*/
/*}*/
.footer_mid_right_resp{
    margin-left: 0.2rem;
    font-size: 0.26rem;
}