* {
    margin: 0;
    padding: 0;
}

a {
    border: none;
    text-decoration: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

div {
    box-sizing: border-box;
}

body {
    background: #f2f4f8;
}

li {
    list-style-type: none;
}

.header {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0 5%;
}

.header>.logo {
    text-align: center;
}

.header>.header_nav {
    font-size: 14px;
    display: flex;
    color: #999999;
}

.header>.header_nav>span {
    margin-right: 10px;
}

.nav_list {
    height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    color: #999999;
    background: #000;

}

.nav_list>.nav_left {
    font-size: 18px;
    color: #fff;
}

.nav_list>.nav_right {
    width: 38.5%;
    display: flex;
    font-size: 14px;
    align-items: center;
}

.nav_list>.nav_right>a {
    margin-right: 32px;
}

.nav_list>.nav_right>a>span {
    color: #999999;
}

.nav_list>.nav_right>.search {
    width: 160px;
    height: 28px;
    border-radius: 15px;
    border: 1px solid #999999;
    background: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
}

.nav_list>.nav_right>.search>input {
    width: 80%;
    background: none;
    height: 100%;
    border: none;
    color: #fff;
    outline: none;
    text-align: center;
}

.nav_list>.nav_right>.search>input:focus {
    border: none;
}

.nav_list>.nav_right>.search>.button {
    width: 18%;
    height: 28px;
    line-height: 28px;
}

.content {
    width: 86%;
    margin: auto;
    padding-top: 125px;
    display: flex;
    justify-content: space-between;
}

.Business_list {
    width: 76%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 140px;
    padding-right: 6.8%;
    background: #ffff;
}

.Business_list>.top {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 140px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 35px;
    padding-left: 30px;
    border-bottom: 1px solid #eeeeee;
}

.Business_list>.top>.icon {
    display: flex;
    font-size: 10px;
}

.Business_list>.top>.type_list {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}

.Business_list>.top>.type_list>li {
    height: 25px;
    font-size: 14px;
    margin-right: 25px;
    box-sizing: border-box;
    cursor: pointer;
}
.Business_list>.top>.type_list>.active{
    color: #c60505;
    border-bottom: 2px solid #c60505;
}
.Business_list>.top>.type_list>li:hover {
    color: #c60505;
    border-bottom: 2px solid #c60505;
}

.content_list {
    width: 100%;
    /*  display: flex;
    flex-direction: column; */
    padding-top: 50px;
    padding-left: 60px;
    background: #ffff;
    overflow: hidden;
    height: 49vw;
    overflow-y: scroll;
}

/* 隐藏 Chrome、Safari 和 Opera 的滚动条 */
.content_list::-webkit-scrollbar {
    display: none;
}

/* 隐藏 IE、Edge 和 Firefox 的滚动条 */
.content_list {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.content_box {
   min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #696a6b;
    font-size: 14px;
    align-items: center;
    margin-bottom: 55px;
}

.content_box>* {
    width: 100%;
}
.content_box>p{
	margin-bottom:-10px;
	white-space: nowrap;  
	text-overflow:ellipsis; 
	overflow:hidden;
}
.content_list .content_box>.box_top {
    display: flex;
    justify-content: space-between;
}

.content_box>.box_top>.left_item {
    display: flex;
}

.box_top>.left_item>img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
}

.message {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-left: 25px;
}

.message>.icon {
    display: flex;
}

.message>.icon>.tag>span {
    margin-right: 5px;
    padding: 1px 3px;
    font-size: 10px;
    border-radius: 3px;
}

.message>.icon>span {
    margin-right: 5px;
    padding: 1px 3px;
    font-size: 10px;
    background: #f5f5f5;
}

.message>.icon>.address {
    background: none;
}

.message>.icon>.tag>span:nth-of-type(even) {
    background: #01a04b;
    color: #fff;
}

.message>.icon>.tag>span:nth-of-type(odd) {
    background: #ff6900;
    color: #fff;
}

.content_box>.box_top>.right_item {
    display: flex;
    align-items: center;
}

.content_box>.box_top>.right_item>a>.button {
    width: 125px;
    height: 35px;
    line-height: 35px;
    background: #ff6900;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}

.content_box>.box_top>.right_item>a>.button>i {
    margin-right: 5px;
}

.left_item>.icon {
    display: flex;
}

.left_item>.icon>span {
    background: #f5f5f5;
    color: #666666;
    font-size: 12px;
    margin-right: 5px;
}

.score {
    width: 102%;
    display: flex;
    justify-content: space-between;
    background: url("../images/i.png") no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 15px;
}

.content_box>p>b {
    color: #000;
}

.message>.name {
    color: #000;
    font-weight: 900;
}

.message>.icon {
    display: flex;
}

.content_box>.icon>span {
    background: #f5f5f5;
    padding: 2px 4px;
    font-size: 12px;
}

.groom {
    width: 24%;
    padding: 20px;
    background: #fff;
    margin-left: 5px;
}
.groom>p{
    margin-top: 30px;
    font-weight: 900;
    padding-left: 15px;
}

.groom>select {
    height: 35px;
    padding: 0;
    font-size: 14px;
    color: #c2c2c2;
    padding-left: 15px;
    width: 92%;
    margin: auto;
}
.card-item{
    min-height: 230px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border: 1px solid #f7f7f7;
    margin-bottom: 12px;
	color: #000;
}
.card-item>img{
    width: 30px;
    height: 30px;
}
.card-item>.title{
    font-size: 16px;
    font-weight: 900;
    padding: 0 25px;
}
.card-item>.txt{
    font-size: 14px;
    color: #4d4d4d;
    padding: 0 25px;
	text-align: center;
}
.card-item>.card-bottom{
    width: 100%;
    background: #fff;
    font-size: 14px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-item>.card-bottom>span{
    width: 100%;
    font-size: 12px;
    color: #4d4d4d;
}
.card-item>.card-bottom>p{
    margin: 0;
    font-weight: 900;
}
.content_box{
    animation: box 1s ;
}
@keyframes box {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }