﻿
.footer{
    background-color: #2c66a5;
    padding: 20px 0px;
	margin-top: 20px;
}
.friendlink_box{
    display: flex;
    justify-content: space-between;
    border-bottom: #89b7e9 solid 2px;
    padding-bottom: 20px;
}
.sli{
    border: 1px solid #89b7e9;
    float: left;
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 150px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}
.sli span{
    color: #89b7e9;
}

.sli .select_ul{
    border: 1px solid #9a9797;
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1999;
    display: none;
    border-bottom: none;
    height: 240px;
    overflow-y: scroll;
}
.sli .select_ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    text-align: left;
}
.sli .select_ul li a{
    color: #000;
}
.bottom{
    padding-top: 20px;
    color: #89b7e9;
}
.bottom a{
    color: #89b7e9;
}
.red_zf{
	margin-top: -10px;
}
.ewm span{
	float: left;
    margin-left: 20px;
}
