.joinbg {
	width: 100%;
	background: url(/assets/gw/vhome/images/m-joinus/joinbg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 13rem;
	/* height: 15.6rem; */
}

.cpbox {
	display: flex;
	background-color: #fff;
	padding: 0.2rem 0 0.2rem 0.2rem;
	margin: 0.2rem;
}

.cpimg img {
	width: 3.6rem;
	border-radius: 5px;
}

.cpdetails {
	text-align: center;
	width: 100%;
}

.cpdetails img {
	margin: 0.2rem auto;
	width: 0.5rem;
}

.operations_border {
	border: none;
	border-bottom: 2px solid #2c4058;
	height: 1px;
	width: 16%;
	margin: 0 auto;
	-webkit-transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
}

.center_two_tab_p5 {
	font-size: 0.28rem;
	font-weight: bold;
	color: #2c4058;
	margin: 0.2rem;
}

.center_two_tab_p2 {
	font-size: 0.3rem;
	font-weight: bold;
	color: #2c4058;
	margin: 0.2rem 0 0;
}

.center_two_tab_p1 {
	font-size: 0.24rem;
	color: #555;
	margin: 0.1rem;
}

.operations_border_p3 {
	font: 0.24rem "微软雅黑";
	padding: 0.1rem;
	border: 1px solid #cccccc;
	border-radius: 2px;
	margin: 0 0.2rem;
	color: #555;
}

.servers {
	display: flex;
	padding: 0.2rem 0.2rem 0;
}

.servers_box {
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px #ccc;
	border-radius: 5px;
	width: 50%;
}

.servers_box img {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.servers_box .servers_btn {
	border: 1px solid #eaeaea;
	font-size: 0.24rem;
	padding: 0.14rem;
	margin: 0.2rem 0.6rem 0.4rem;
	border-radius: 20px;
}
.title_breif {
	font-size: 0.24rem;
	color: #555;
	text-align: center;
	margin: 0.2rem 1rem;
}
.scene_container{
    position:relative;
    overflow: hidden;
    margin-top:0.4rem;
}
.scene_container ul li{
    position:relative;
    float: left;
    width:12%;
    border-left:1px solid #fff;
    box-sizing:border-box;
    transition:all 0.6s ease-in-out;
    cursor: pointer;
}
.scene_container ul li img{
	display: block;
	height: 4rem;
}
.scene_container ul li .mask{
    position: absolute;
    top:0;
    left:0;
    right:0px;
    width:100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5); */
}
.scene_container ul li .dtable{
    font-size:0.5rem;
    color:#fff;
    display: table;
    vertical-align: middle;
    height: 100%;
    width:100%;
    text-align: center;
}
.scene_container ul li p{
    display: table-cell;
    vertical-align: middle;
}
.scene_container ul li p span{
    display: inline-block;
    width:16px;
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines;
}
.scene_container ul li p span i{
    display: inline-block;
}
.scene_container ul li.active{
    width:40%;
}
.advantage_parent img {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding:0 5%;
    box-sizing:border-box;
    margin:0.3rem 0;
}