body{
    background: #fff;
}

.banner{
    width: 100%;
    height: 4.8rem;
}
.van-swipe{
    height: 100%;
}
.my-swipe .van-swipe-item {
    text-align: center;
}
.custom-indicator{
    width: 1.413rem;
    height: 0.533rem;
    line-height: 0.533rem;
    background: rgba(0,0,0,.4);
    border-radius: 0.267rem;
    font-size: 0.293rem;
    font-weight: 400;
    color: #E4E3E3;
    position: absolute;
    bottom: 0.72rem;
    right: 0.693rem;
    text-align: center;
}
.banner img{
    width: 100%;
    height: 100%;
}

.org_info{
    background: #FFFFFF;
    box-shadow: 0px -0.173rem 0.533rem 0px rgba(216, 215, 215, 0.4);
    border-radius: 0.533rem 0.533rem 0px 0px;
    padding: 0.76rem 0.56rem;
    position: relative;
    top: -0.453rem;
}
.org_info_con{
    /*position: relative;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product .product_common{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product .product_common.price{
    margin: 0.613rem 0 0.467rem;
}
.product .product_common.price i, .product .product_common.price span{
    font-size: 0.533rem;
    font-weight:bold;
    color: #E44515;
    font-style: normal;
}
.product .product_common em{
    width: 1.333rem;
    font-size: 0.347rem;
    font-weight: 400;
    color: #A1A1A1;
}
.product .product_common ul li{
    float: left;
    border: 1px solid rgba(98, 98, 98, 1);
    border-radius: 0.027rem;
    padding: 0.133rem 0.507rem;
    text-align: center;
    margin-right: 0.187rem;
    color: rgba(98, 98, 98, 1);
}
.product .product_common ul li.active{
    border: 1px solid rgba(228, 69, 21, 1);
    color: rgba(228, 69, 21, 1);
}
.org_info_con .title{
    width: 57%;
    font-size: 0.48rem;
    font-weight: 500;
    color: #161616;
    line-height: 0.693rem;
    position: relative;
}
.org_info_con .title:before{
    content: "";
    position: absolute;
    right: -0.44rem;
    top: 0;
    width: 1px;
    height: 0.747rem;
    background: #E5E5E5;
}
.org_info_con .look{
    /*position: absolute;*/
    width: 2rem;
    height: 0.907rem;
    line-height: 0.907rem;
    background: #E44515;
    border-radius: 34px 34px 0px 34px;
    text-align: center;
    color: #fff;
    font-size: 0.347rem;
    font-weight: 500;
}
.org_info_con .look a{
    display: block;
    color: #fff;
}
.org_info_desc{
    padding: 0 0.56rem;
    background: rgba(239, 239, 239, 0.5);
    border-radius: 0px 0.4rem 0px 0.4rem;
    margin: 0.933rem 0 1.013rem;
}
.org_info_desc ul{
    overflow: hidden;
}
.org_info_desc ul li{
    float: left;
    font-size: 0.32rem;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 0.64rem;
}

.detail_content .title{
    font-size: 0.48rem;
    font-weight: bold;
    color: #161616;
    line-height: 0.693rem;
    margin-bottom: 0.747rem;
}
.detail_content .detail_content_abstract{
    font-size: 0.427rem;
    font-weight: 400;
    color: #818181;
    line-height: 0.747rem;
}
.detail_content .detail_content_abstract img{
    max-width: 100%;
}

.list li{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.24rem 0px #EEEEEE;
    border-radius:0.533rem 0.533rem 0.533rem 0;
    height: 1.893rem;
    margin: 0.56rem 0 0.907rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list li .img{
    width: 1.2rem;
    height: 1.187rem;
    border-radius: 0.133rem;
    overflow: hidden;
    margin: 0 0.24rem 0 0.56rem;
}
.list li .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.list li .right{
    overflow: hidden;
    margin-left: 0.307rem;
    padding-left: 0.507rem;
    height: 100%;
    /*background: url("../images/read_book/dian.png") no-repeat left center;*/
    /*background-size: 0.107rem auto;*/
}
.list li .right .title{
    width: 3.48rem;
    margin-top: 0.4rem;
    margin-bottom: 0.16rem;
    color: #1B1B1B;
    font-size: 0.373rem;
    line-height: 0.453rem;
    font-weight: bold;
}

.list li .right .address{
    width: 4.307rem;
    color: #868686;
    font-size: 0.267rem;
    line-height:0.453rem;
}
.list li .arrow{
    border-radius: 0 0.267rem 0 0.267rem;
    color: #FFFFFF;
    font-size: 0.267rem;
    padding: 0.133rem 0.373rem;
    margin-right: 0.36rem;
    width: 0.853rem;
    height: 0.187rem;
}
.list li .arrow img{
    display: block;
    width: 0.853rem;
    height: 0.187rem;
}