@charset "utf-8";
/* CSS Document */
/* ------------------------ banner ------------------------*/
.se_seller_bg .banner {
    padding: 50px 0 90px 0;
    text-align: center;
}
.se_seller_bg .caption {
	color: #fff;
	/*padding: 0 0 0 8%;*/
}
/*.se_seller_bg .banner .subtitle {
	color: #fff;
	padding: 0 0 0 8%;
}*/
.bg-header.se_seller_bg{
	background-image:url(images/bg_seller-services_01.png);
	background-position: center bottom;
}
	
/* ------------------------ se_seller-services ------------------------*/
.se_seller-services {
    position: relative;
}
.se_left_con {
    width: 86px;
    float: left;
}
.se_left_con.se_menu_fixed{
    top: 150px;
    position: fixed;
    width: 85px;
}	
.se_left_con.se_menu_fixed.fixed_bottom{
    top: auto;
	bottom: 0px;
	position: absolute;
}
.se_right_con {
    width: 82%;
    float: right;
    margin: 0 8% 0 0;
}	
.se_menu {
	padding: 0;
}
.se_menu li {
	list-style: none;

	margin: 0 0 20px 0;
	text-align: center;
}
.se_menu li a{
	border: 1px solid #d5d5d5;
	color: #6e6e6e;
	background: #fff;
    padding: .5rem .3rem;
	display: block;
	border-radius: 5px;
	font-size: 1rem;
}
.se_menu li.active a{
	color: #fff;
	background: #43a3f4;
}
/**/
.se_head{
    text-align: center;
    margin: 55px 0 0 0;
}
.col-md-12:first-child .se_head{
    text-align: center;
    margin: 0px 0 0 0;
}
.se_head .se_head_title{
	font-weight: bold;
    color: #777;
    font-size: 2rem;
    margin: 0 0 10px 0;
}
.se_head p{
    color: #939393;
}
.se_row-tabe {
	display: table;
	border-collapse: separate;
    border-spacing: 35px;
}
.se_content {
	border: 2px solid #ececec;
	background: #fff;
	border-radius: 10px;
    padding: 0 0 40px 0;
	margin: 20px 2% 60px 2%;
	width: 29%;
	display: table-cell;
	position: relative;
}
.se_logo {
	padding: 30px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.se_logo img{
	margin: 0 auto;
}
.se_content ul{
	padding: 10px 30px;
}
.se_content ul li{
	list-style: none;
	margin: 0 0 20px 0;
}
.se_title {
	color: #6e6e6e;
	font-weight: bolder;
}
.se_explanation {
    color: #939393;
	padding: 0 0 10px 0;
	line-height: 26px;
}
.se_btn{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60%;
}
.se_btn a{
    background: #939393;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
	color: #fff;
}
.se_btn a:hover{
    background: #6d6d6d;
}
.se_line {
    border: 1px solid #ececec;
    width: 85%;
}
/*======================================================== RWD  ========================================================*/
@media screen and (max-width:1380px){

}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
	.se_right_con {
		width: 85%;
		float: right;
		margin: 0 4% 0 0;
	}
}
@media screen and (max-width:890px){
	.se_content {
		margin: 20px auto 60px auto;
		width: 100%;
		display: block;
	}
	.se_right_con {
		width: 85%;
		float: right;
		margin: 0 0% 0 0;
	}
}
@media screen and (max-width:768px){
	
}
@media screen and (max-width:650px){
	.se_right_con {
		width: 78%;
		float: right;
		margin: 0 0% 0 0;
	}
}
@media screen and (max-width:600px){
	
}
@media screen and (max-width: 480px) {
	
}