body{
    background-color: #f2f3f5;
}
.active_state{
    width: 80px;
    height: 32px;
    position: absolute;
    top:0;
    left: 0;
    background-color: #00b86b;
    color: white;
    text-align: center;
    padding: 8px 0;
}
.active_pic{
    position: relative;
    width: 560px;
}
.active_pic .active_pic_box{
    width: 560px;
    height: 414px;
    overflow: hidden;
}
.active_pic_box img{
    height: 100%;
}
.active_box{
    width: 100%;
    overflow: hidden;
    height: 414px;
    margin-bottom: 20px;
}
.active_conect{
    width: 550px;
    padding: 50px;
    background-color: white;
    height:314px;
    overflow:hidden;
}


.active_conect_adress{
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #fd966c;
    color: white;
    border-radius: 5px;
    overflow: hidden;
}
.active_conect_look{
    width: 180px;
    height: 46px;
    color: white;
    line-height: 46px;
    text-align: center;
    background-color: #ff8c2b;
    border-radius: 5px;
}
.margintb40{
    margin: 40px 0;
}
.padding40{
    padding: 40px 0;
}
.active_pic_detail,.active_pic_detail .active_pic_detail_box{
    width: 390px;
    height: 290px;
    position: relative;
    /*overflow: hidden;*/
}
.active_pic_detail_box img{
    width: 100%;
    height: 100%;
}
.active_conect_detail{
    width: 350px;
    height: 110px;
    padding: 20px;
    background-color: white;
}

.marginlr20{
    margin: 0 20px;
}
.active_state_end{
    width: 80px;
    height: 32px;
    position: absolute;
    top:0;
    left: 0;
    background-color: #565656;
    color: white;
    text-align: center;
    padding: 8px 0;
}
.row_tree{
    margin-bottom: 40px;
    overflow: hidden;
    transition: all .4s linear;
}
.row_tree>div:hover{
	box-shadow: 0 0 5px gray;
	transition: all .4s linear;
}
