/* 活动报名 */
html,body{
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}
.s_headerBox{
	background-color: initial;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	border-bottom: 1px solid #ccc;
        width: 100% !important;
}
.xxbjt{
				height: 150px;
			}
			.xxbjt img{
				width: 100%;
				z-index: 99;
			}
.main{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main_con{
	width: 1200px;
	margin: 0 auto;
	margin-top: 240px;
	overflow: hidden;
}
/* main_l */
.main_l{
	width: 250px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px #c6c4c7;
	box-sizing: border-box;
}
.user_info{
	box-sizing: border-box;
	border-bottom: 1px solid #eb4000;
        box-shadow: 0 0 5px #c6c4c7;
}
.main_l_img{
	width: 100px;
	height: 100px;
	border: 15px solid white;
        margin-top: -50px;
        left: 0;
        top: 130px;
        border-radius: 50%;
        z-index: 99999999;
        position: absolute;
    overflow: hidden;
}
.main_l_img img{
	width: 100%;
}
.main_l_nick{
	    width: 100%;
    height: 70px;
    line-height: 30px;
    text-align: right;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    padding-right: 35px;
    color: #1a1a1a;
    box-sizing: border-box;
}
.main_l_id{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #4d4d4d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main_l_num{
	font-size: 12px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #4d4d4d;
}
.main_l_num i{
	color: #ff0000;
}

.main_l_tplist{
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
.main_l_navItem{
	width: 100%;
    height: 25px;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 0 25px;
}
.main_l_navItem i{
	display: inline-block;
	width: 25px;
	height: 100%;
	vertical-align: middle;
	margin: 0 10px;
	background-repeat: no-repeat;
	background-image: url(../images/vip/user_nav.png);
	background-position: left 4px;
}
.main_l_navItem:nth-of-type(1) i{
	background-position: left 4px;
}
.main_l_navItem:nth-of-type(2) i{
	background-position: left -18px;
}
.main_l_navItem:nth-of-type(3) i{
	background-position: left -40px;
}
.main_l_navItem:nth-of-type(4) i{
	background-position: left -62px;
}
.main_l_navItem:nth-of-type(5) i{
	background-position: left -84px;
}
.main_l_navItem:nth-of-type(6) i{
	background-position: left 4px;
}
.main_l_navItem:nth-of-type(7) i{
	background-position: left -18px;
}
.main_l_navItem:nth-of-type(8) i{
	background-position: left -40px;
}
.main_l_navItem a{
	vertical-align: middle;
	color: #979797;
	font-size: 18px;
}
.main_l_navItem b{
	display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 100%;
    float: right;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: right 5px;
    background-size: 100%;
    background-image: url(../images/vip/xe.png);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main_l_navItem.active a{
	color: #1b45af;
}
.main_l_navItem.active b{
	 -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.main_l_navItem:hover a{
	color: #1b45af;
}
/*滚动条样式*/
.main_l_tplist::-webkit-scrollbar {
	width: 4px;
	/* height: 4px; */
}

.main_l_tplist::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}

.main_l_tplist::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.1);
}

/*滚动条样式*/
.main_user_show::-webkit-scrollbar {
	width: 6px;
	/* height: 4px; */
}

.main_user_show::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}

.main_user_show::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.1);
}
/* main_r */
.main_r{
	width: calc(100% - 275px);
	height: 100%;
	overflow: hidden;
}
.main_r_user_numBox{
	width: 100%;
	height: 225px;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #b3b3b3;
	padding: 60px 100px;
}
.main_r_user_numBox span{
	display: inline-block;
	width: 90px;
	height: 90px;
	box-sizing: border-box;
	border: 1px solid #b8b8b8;
	border-radius: 50%;
	text-align: center;
	padding: 22px 0;
	font-size: 18px;
	vertical-align: top;
}
.main_r_user_numBox span i{
	font-size: 14px;
}
.main_r_user_numBox span:nth-of-type(1){
	color: #04fd04;
	border-top: 3px solid #04fd04;
	border-left: 3px solid #04fd04;
	border-bottom: 3px solid #04fd04;
}
.main_r_user_numBox span:nth-of-type(2){
	color: #f39800;
	border-top: 3px solid #f39800;
	border-left: 3px solid #f39800;
	border-bottom: 3px solid #f39800;
	margin: 0 140px;
}
.main_r_user_numBox>div{
	display: inline-block;
	width: 95px;
	height: 100%;
	vertical-align: top;
}
.main_r_user_numBox>div a{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.main_r_user_numBox>div a:nth-of-type(1){
	background-color: #1b45af;
}
.main_r_user_numBox>div a:nth-of-type(2){
	background-color: #b3b3b3;
	margin-top: 20px;
}
.main_user_show{
	width: 100%;
	padding: 40px;
	height: 100%;
	overflow-y: scroll;
	box-sizing: border-box;
}
.gues_list_box{
	width: 100%;
}
.gues_list_box table{
	width: 100%;
	border-collapse: collapse;
}
.gues_list_box table tr:nth-of-type(1) td{
	font-size: 18px;
	background-color: #f7f7f7;
	height: 60px;
}
.gues_list_box table tr td a{
	color: #0f91f9;
}
.gues_list_box table tr:nth-of-type(n+2) td{
	font-size: 16px;
	height: 50px;
}
.gues_list_box table,.gues_list_box td{
	text-align: center;
	border: 1px solid #dcdcdc;
}
@media screen and (max-width: 1440px){
	.main_con{
                width:auto;
		margin-top: 170px;
	}
	.main_l_a{
		height: 50px;
		line-height: 50px;
	}
	.main_l_tplist{
		margin-top: 10px;
	}
	.main_r{
		/* padding: 20px 0 20px 20px; */
	}
	.main_r_user_numBox{
		height: 140px;
		padding: 24px 100px;
	}
	.main_user_show{
		padding: 30px;
	}
}
@media screen and (max-width: 1366px){
	.main_con{
		margin-top: 140px;
	}
	.main_l_img{
		width: 70px;
		height: 70px;
	}
	.main_l_a{
		height: 40px;
		line-height: 40px;
	}
        .s_header_r r a:nth-child(1){
            display: none !important;
       }
}
@media screen and (max-width: 1100px) {

	.main_user_l p,
	.main_l_nick,
	.main_l_id {
		font-size: 25px;
	}

	.main_l_navItem {
		margin: 30px 0;
	}

	.main_l_navItem a {
		font-size: 40px;
	}

	.main {
		background-image: none;
	}

	.main_con {
		height: auto;
	}

	.main_r {
		width: 90%;
		margin: 0 auto;
		padding: 0 5%;
		float: none;
	}
	.main_l{
		width: 100%;
		float: none;
		box-shadow: none;
	}
	.xxbjt {
		height: 200px;
	}
	.xxbjt img{
		height: 100%;
	}
	.user_info{
		border-bottom: none !important;
	}
	.main_l_img{
		width: 130px;
		height: 130px;
		border: 4px solid white;
		margin-top: 35px;
		left: 43.1%;
		top: 29%;
	}
	.main_l_navItem b,.main_l_navItem i{
		display: none;
	}
	.main_l_nick{
		text-align: center;
		padding: 0;
		margin: 0;
		line-height: 150px;
	}
.main_l_nick{
    font-size: 50px;
}
	.main_l_tplist{
		height: 80px;
		width: 90%;
		margin: 70px auto;
		box-shadow: 0 0 5px #626262;
		padding: 0 5%;
	}
	.main_l_navItem{
		margin: 0;
		padding: 0 ;
                height: 100%;
	}
	.main_l_tplist .main_l_navItem{
		float: left;
		width: 25%;
		text-align: center;
		line-height: 80px;
	}
	.user_info{
		box-shadow: none;
	}
	#main {
		float: none !important;
		/* width: 100% !important; */
	}

	#cpsj {
		float: none !important;
		/* width: 100% !important; */
		margin-top: 20px !important;
	}
.cpnr{
    text-align: left;
}
}

@media screen and (max-width: 780px) {

	#main {
		float: none !important;
		/* width: 100% !important; */
	}

	#cpsj {
		float: none !important;
		/* width: 100% !important; */
		margin-top: 20px !important;
	}
}