.ser_list {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
}

.ser_list:nth-child(2n) {
    margin-right: 0
}

.ser_list .imgbox {
    border: 1px solid #ccc;
	overflow: hidden;
	position: relative
}

.ser_list .imgbox .imgarea {
    height: auto;
    display: block;
    width: 50%;
    text-align: center;
    background: #eee;
	float: left;
	position: relative;
	margin-bottom: 0px
}

.ser_list .imgbox .imgarea.before{
	margin-right: 0%
}
.ser_list .imgbox .imgarea.before::after,
.ser_list .imgbox .imgarea.after::after{
	content: 'Before';
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	text-align: center;
	background: #fff;
	color: #333;
	position: absolute;
	top: 5px;
	left: 5px;
	/* transform: translate(-50%,0); */
	border-radius: 50%;
	font-weight: 600
}
.ser_list .imgbox .imgarea.after::after{
	content: 'After';
	background: #b2d2e0;
}

.ser_list .imgbox .cover{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/include/img/ba/loginCover.png) no-repeat center / cover;
	width: 100%;
	height: calc(100% - 35px);
	opacity: 0.9
}

.ser_list .imgbox .arrow{
	position: absolute;
	display: none;
	width: 25px;
	height: 25px;
	background: #555;
	border-radius: 50%;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.ser_list .imgbox img {
    display: block;
    width: 100%;
    margin: auto;
	height: auto;
}

.ser_list .imgbox .ser_kind {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
	clear: both
}

.ser_list .imgbox .ser_kind::after {
    content: "+";
    display: block;
    width: 15px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 24px;
    transition: all 0.4
}

.ser_list .imgbox .ser_kind .ser_kind_title {
    display: block;
    width: 100%;
    background: #333;
    box-sizing: border-box;
    padding-left: 30px;
    color: #fff;
    border-radius: 0 0px 0px 0
}

.ser_list .ser_info {}

.ser_list .ser_info .ser_name {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
	display: none
}

.ser_list .ser_info .ser_name .sex {
    width: 35px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%)
}

.ser_list .ser_info .ser_name .age {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 50px;
    border-radius: 20px;
    border: 0px solid #999;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #999;
    font-weight: 600
}

.ser_list .ser_info .ser_txt {
    font-size: 16px;
    color: #aaa
}

.table-ace {
    display: none;
    opacity: 0
}

/* menu */
.menulist {}

@media screen and (max-width: 1100px) {
    .ser_list {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .ser_list:nth-child(3n) {
        margin-right: 2%
    }

    .ser_list:nth-child(2n) {
        margin-right: 0
    }

    .ser_list .imgbox .ser_kind .ser_kind_title {
        font-size: 16px;
        padding-left: 20px
    }

    .ser_list .ser_info .ser_name {
        font-size: 18px
    }

    .ser_list .ser_info .ser_txt {
        font-size: 14px
    }
}

@media screen and (max-width: 720px) {
    .ser_list {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-bottom: 30px;
    }

    .ser_list:nth-child(3n) {
        margin-right: 0%
    }

    .ser_list:nth-child(2n) {
        margin-right: 0
    }

    .ser_list .imgbox .ser_kind .ser_kind_title {
        font-size: 14px;
        padding-left: 10px;
        width: 100%
    }

    .ser_list .ser_info .ser_name {
        font-size: 16px
    }

    .ser_list .ser_info .ser_txt {
        font-size: 13px
    }

    .ser_list .ser_info .ser_name .sex {
        width: 20px;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%)
    }

    .ser_list .ser_info .ser_name .age {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 35px;
        border-radius: 20px;
        border: 0px solid #999;
        text-align: center;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
        color: #999;
        font-weight: 600
    }
}

@media screen and (max-width: 468px) {
    .ser_list {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-bottom: 30px;
    }

    .ser_list:nth-child(3n) {
        margin-right: 0%
    }

    .ser_list:nth-child(2n) {
        margin-right: 0
    }

	.ser_list .imgbox .imgarea.before::after, .ser_list .imgbox .imgarea.after::after{
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 11px
	}

	.ser_list .imgbox .cover{
		height: calc(100% - 20px)
	}

    .ser_list .imgbox .ser_kind {
        display: block;
        width: 100%;
        height: 20px;
        line-height: 20px;
        position: relative
    }

    .ser_list .imgbox .ser_kind::after {
        height: 20px;
        font-size: 16px;
        width: 9px
    }

    .ser_list .imgbox .ser_kind .ser_kind_title {
        font-size: 10px;
        padding-left: 10px;
        width: 100%;
    }

    .ser_list .ser_info .ser_name {
        font-size: 14px;
        margin-top: 10px
    }

    .ser_list .ser_info .ser_txt {
        font-size: 12px
    }
}