*{
    margin: 0;
    padding: 0;
}
a:visited{
    color: #000;
    text-decoration: none;
}

a{
    text-decoration: none;
}
body{
    background-color: #ecf4ff;
}
.back{
    width: 100%;
    padding: 4px;
    font-size: 14px;
}
.banner img{
    width: 100%;
}
.content_box {
    width: 100%;
    box-sizing: border-box;
    padding:  0 16px;
    margin-bottom: 30px;
}

.title{
    margin: 30px 0;
    display: flex;
    align-items: center;
}
.titleBox{
    width: 6px;
    height: 16px;
    background-color: #c0d2ea;
    margin-right: 6px;
}
.title span{
    font-weight: bold;
}
.message_base{
    background-color: #fff;
    border-radius: 10px;
    padding: 0 10px;
}
.message_base ul{
    width: 100%;
    list-style-type: none;
}
.message_base ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f5fa;
    font-size: 14px;
}
.message_base ul li:last-of-type{
    border-bottom: none;
}
.message_base ul li div{
    display: flex;
    justify-content: space-between;
}
.message_base ul li div span:last-of-type{
    color: #757575;
}
.message_icon{
    display: flex;
    margin-top: 16px;
}
.icon_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    font-size: 12px;
}
.icon_box img{
    width: 70px;
}
.arrow{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f4f4f3;
    color: #c6c6c6;
}   