
html{width: 100%;height: 100%;background-color: #f9fcfc;}
input{border:0;outline:none;}
img{border:none;}
*{margin:0;padding:0;}
a,img,button,input,textarea,div,li{-webkit-tap-highlight-color:rgba(255,255,255,0);}
a:link, a:visited {
    text-decoration: none;
    /*background: none;*/
}

.cont_bg{
    min-width: 1000px;
    background: url(../images/bg_n2.jpg) no-repeat top;
}
.cont_area{
    width: 1000px;
    margin: 0 auto;
    /*background: rgba(255,255,255,.4);*/
}
.top{
    overflow: hidden;
}
.logo{
    margin-top: 10px;
    margin-left: 20px;
    cursor: pointer;
}
.top_tags{
    float: right;
    font-size: 12px;
    font-family: Arial;
    color: #fff;
}
.sitio_tag{
    width: 69px;
    padding-left: 5px;
    padding-top: 7px;
    box-sizing: border-box;
    display: block;
}
.facebook_tag{
    padding-top: 7px;
    box-sizing: border-box;
    display: block;
}
.sitio_tag a,.facebook_tag a{
    color: #fff;
}
.sitio_tag a:hover{
    color: #b5ccff;
}
.facebook_tag a:hover{
    color: #b5ccff;
}
.login_tag a{
    width: 66px;
    height: 20px;
    background: #4c82f1;
    border-radius: 5px;
    color:#fff;
    line-height: 20px;
    text-align: center;
    margin-top: 3px;
}
.login_tag:hover{
    color:#4c92f1;
}
.top_tags li,.top_tags img,.top_tags span{
    float: left;
}
.top span{
    padding: 7px 10px 0;
    box-sizing: border-box;
}
.top li,.top span{
    height: 28px;
    background: url(../images/nav_m.png) repeat;
}
.login_tag a{
    display: block;
}
.login_tag_done{
    display: none;
}

.login_tag_done .user_name {
    display: block;
    color: #b5ccff;
    width: 70px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    float: left;
}
.login_tag_done .exit{
    display: block;
    float: left;
    width: 28px;
    color: #b5ccff;
}
.login_tag_done{
    padding-top: 7px;
    box-sizing: border-box;
}
.rectangle_btns{
	overflow: hidden;
}
.rectangle_btns li{
    background: none;
    float: left;
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    display: table;
    cursor: pointer;
}
.rectangle_btns li p{
    vertical-align:middle; 
    display:table-cell; 
}
.rectangle_btns li p span{
    display:block;
    width: 100%; 
    line-height: 16px;
}
.rectangle_btns li p span:nth-of-type(2){
    margin: 2px auto;
}
.rectangle_btns .rectangle_btn1{
    width: 228px;
    height: 82px;
    background: url(../images/css_sprites_n_btn_01.png) -10px -10px  no-repeat;
    margin-top: 273px;
    margin-left: 55px;
}
.rectangle_btns .rectangle_btn1:hover{
    width: 228px; height: 82px;
    background: url(../images/css_sprites_n_btn_01.png)  -10px -112px no-repeat;
}
.rectangle_btns .rectangle_btn2{
    width: 264px;
    height: 96px;
    background: url(../images/css_sprites_n_btn_02.png)  -10px -125px no-repeat;
    margin-top: 273px;
    margin-left: 85px;
}
/*.rectangle_btns .rectangle_btn2:hover{
    width: 264px;
    height: 96px;
    background: url(../images/css_sprites_n_btn_02.png) -10px -125px no-repeat;
}*/
.rectangle_btns .rectangle_btn3{
    width: 228px;
    height: 82px;
    background: url(../images/css_sprites_n_btn_01.png)  -10px -10px no-repeat;
    margin-top: 273px;
    margin-left: 85px;
}
.rectangle_btns .rectangle_btn3:hover{
    background: url(../images/css_sprites_n_btn_01.png)  -10px -112px no-repeat;
}
.login_in_info{
	margin-top:50px;
	color: #2f3f6e;
	font-size: 16px;
	text-align: center;
}
.login_in_info a{
	border-bottom: 1px solid #2f3f6e;
    color: #2f3f6e;
}
.login_success_info{
	width: 840px;
	margin: 50px auto 0;
	overflow: hidden;
}
.login_success_info p{
	color: #2f3f6e;
	font-size: 16px;
	float: left;
	margin-top: 9px;
}
.login_success_info .login_success_btn,.change_ser_btn{
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/css_sprites_n2_00_btn_qr.png) -10px -10px no-repeat;
	color:#fff5dc;
	font-family: Arial;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	float: left;
}
.login_success_info .login_success_role_yes{
	display: none;
}
.login_success_info .login_success_btn:hover,.change_ser_btn:hover{
	width: 148px;
	height: 34px;
	background: url(../images/css_sprites_n2_00_btn_qr.png) -10px -64px no-repeat;
}

.login_success_info .ser_role{
	float: left;
	width: 218px;
	margin-left: 10px;
	margin-right: 10px;
}
.login_success_info .service_role_kuang{
	width: 218px;
	height: 32px;
	background: #e8eeff;
	border:1px solid #7f93ce;
	color: #8c95b1;
	line-height: 14px;
	line-height: 32px;
	padding:0 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.ser_name{
	display: block;
	float: left;
	width: 180px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 32px;
	color: #2f3f6e;
}
.triangle{
	float: right;
	margin-top: 14px;
	cursor: pointer;
	width: 10px;
	height: 6px;
	display: block;
	/*font: left;*/
	background: url(../images/n2_srk_x.png) no-repeat;
}
.triangle_down{
	background: url(../images/n2_srk_x_up.png) no-repeat;
}
.service_role_box{
	width: 218px;
	height: 140px;
	background: red;
	position: absolute;
    background: #e8eeff;
	border:1px solid #7f93ce;
	box-sizing: border-box;
	margin-top: -999999999999999999px;
}
.service_role_box_show{
	margin-top: -1px;
}
.choose_ser_info{
	color: red;
	font-size:14px;
	font-family:Arial;
	width:100%;
	text-align:center;
	line-height:14px;
	margin-top:16px;
	display: none;
}

.title1{
	width: 1000px;
	height: 40px;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

.event_01{
	overflow: hidden;
    height: 372px;
    width: 1000px;
    background: url(../images/n2_01_bg.png) no-repeat;
}

.event h4{
	font-family: Arial;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #fff;
}
.event_01_ul{
	margin: 0 auto;
	overflow: hidden;
	width: 456px;
}
.event_01_ul li{
	width: 132px;
	float:left;
	text-align: center;
}
.event_01_ul .li2{
	margin: 0 30px;
}
.event_01_ul li p{
	text-align: center;
	margin-top:10px;
	font-size: 14px;
	font-family: Arial;
	color: #fff;
	margin-bottom: 20px;
}
.event_btn{
	cursor: pointer;
	margin: 0 auto;
	color:#fff5dc;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	line-height: 62px;
	width: 270px;
	height: 62px;
}
.event_btn_yellow{
	width: 270px; height: 62px;
    background: url('../images/css_sprites_n2_01_btn_fx.png') -10px -92px;
}
.event_btn_yellow:hover{
	width: 270px;
	height: 62px;
	width: 270px; height: 62px;
    background: url('../images/css_sprites_n2_01_btn_fx.png') -10px -174px;
}
.event_btn_gray{
	cursor: default;
	width: 270px; height: 62px;
    background: url('../images/css_sprites_n2_01_btn_fx.png') -10px -10px;
}
.event_01_bottom{
	margin-top: 20px;
	color: #2f3f6e;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
}
.title2{
	width: 1000px;
	height: 40px;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}
.event_02_bgt{
	width: 1000px;
	height: 355px;
	background: url(../images/n1_02_bg_top.png) no-repeat;
}
.event_02_bgb{
	width: 1000px;
	height: 35px;
	background: url(../images/n1_02_bg_bottom.png) no-repeat;
}
.event_02_bgm{
	width: 1000px;
	height: 165px;
	background: url(../images/n1_02_bg_mid.png) repeat-y;
}
.event_02{
	width: 1000px;
    height: 555px;
	position: absolute;
	top: 0;
	left: 0;
}
.event_02 ul{
	margin: 0 auto;
	width: 780px;
	height: 195px;
	background: url(../images/n2_02_table.png) no-repeat;
}
.event_02 ul li p{
	float: left;
}
.event_02 ul li .p1{
	box-sizing: border-box;
	line-height: 14px;
	width: 280px;
	color: #fff;
	font-size: 14px;
	padding-top:16px;
	padding-left: 26px;
	padding-right: 26px;
	/*line-height: 14px;*/
}
.event_02 ul li .p2{
	width: 330px;
	color:#fff;
	font-family: Arial;
	font-size: 14px;
	line-height: 52px;
	padding-left: 40px;
	box-sizing: border-box;
}

.event_02 ul li .p2 span{
    margin-left: 5px;
	margin-right:30px;
	float: left;
	width: 24px;

}   
.event_02 a{
	display: block;
    width: 130px;
    height: 25px;
    background: url(../images/css_sprites_n2_02_btn_lj.png) -10px -100px no-repeat;
	margin-top:16px;
	cursor: default;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-left: 20px;
}
.event_02 .row1_btn2{
	margin-top: 10px;
}
.event_02 ul .li2 .p2,.event_02 ul .li3 .p2,.event_02 ul .li4 .p2{
	line-height: 46px;
	box-sizing: border-box;
}

.event_02  .event_clickable_btn{
	 background: url(../images/css_sprites_n2_02_btn_lj.png) -10px -10px no-repeat;
    cursor: pointer;
}
.event_02  .event_clickable_btn:hover{
	 background: url(../images/css_sprites_n2_02_btn_lj.png) -10px -55px no-repeat;
    cursor: pointer;
}
.event_02 .txt_link{
	color: #2f3f6e;
	font-size: 12px;
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center; 
}
.event_02 .txt_link1 .txt_link_span{
	border-bottom:1px solid #2f3f6e;
	cursor: pointer;
}
 .dashed_line{
	height: 1px;
	width: 920px;
	margin: 0 auto 20px;
	border-top: 1px dashed #5a668a;
}
.event02_p{
	color:#fff;
	font-size: 12px;
	line-height: 18px;
	padding-left:40px;
	padding-right: 40px;
}
.title3{
	width: 1000px;
	height: 40px;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}
.event_03_bgb{
	width: 1000px;
	height: 355px;
	background: url(../images/n2_03_bg_bottom.png) no-repeat;
}
.event_03_bgm{
	width: 1000px;
	height: 519px;
	background: url(../images/n1_02_bg_mid.png) repeat-y;
}
.event_03{
	width: 1000px;
    height: 1229px;
	position: absolute;
	top: 0;
	left: 0;
}
.event_03_l{
	width: 637px;
	height: 848px;
	background: url(../images/n2_03_bg01.png) no-repeat;
	margin-left: 75px;
	margin-right: 5px;
	float: left;
}
.event_03_r_t{
	width: 206px;
	height: 257px;
	background: url(../images/n2_03_bg02.png) no-repeat;
    float:left;
} 
.event_03_r_b{
	width: 206px;
	height: 586px;
	background: url(../images/n2_03_bg03.png) no-repeat;
    float:left;
    margin-top: 5px;
} 
.l_t{
	width: 605px;
	height: 252px;
	background: url(../images/n2_03_pic_bg.png) no-repeat;
	margin-top: 16px;
	margin-left: 16px;
	overflow: hidden;
}
.l_t_cont{
	width: 375px;
	margin-left: 230px;
	margin-top: 20px;
}
.l_t_cont .p1{
	text-align: center;
	width: 230px;
	margin: 0 auto;
	font-family: Arial;
	font-size: 16px;
	color:#2f3f6e;
	line-height: 24px;
}
.l_t_cont ul{
	margin-top: 15px;
	height: 45px;
	padding-left: 45px;
	box-sizing: border-box;
	line-height: 45px;
}
.l_t_cont ul li{
	width: 83px;
	float: left;
	margin-right: 20px;	
}
.l_t_cont ul li span{
	margin-left: 5px;
	color: #2f3f6e;
	font-size: 16px;
	font-family: Arial;	
}
.l_t_cont .p2{
	text-align: center;
	width: 348px;
	margin: 0 auto;
	font-family: Arial;
	font-size: 12px;
	color:#2f3f6e;
	line-height: 14px;
	margin:17px auto;
	height: 28px;
}
.l_t_cont a{
	display:block;
	width: 166px;
	height: 38px;
	background: url(../images/css_sprites_n2_03_btn_veza.png) -10px -68px no-repeat;
	color: #fff;
	font-size: 14px;
	color: #fff5dc;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
}

.l_t_cont a:hover{
	background: url(../images/css_sprites_n2_03_btn_veza.png) -10px -10px no-repeat;
}

.l_b{
	margin-top: 10px;
	margin-left: 16px;
}
.l_b li{
	width: 100px;
	height: 110px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	background: url(../images/n2_03_qd_00.png) no-repeat;

}
.l_b .people4{
	background: url(../images/n2_03_qd_04.png) no-repeat;
}
.l_b .people3{
	background: url(../images/n2_03_qd_03.png) no-repeat;
}
.l_b .people2{
	background: url(../images/n2_03_qd_02.png) no-repeat;
}
.l_b .people1{
	background: url(../images/n2_03_qd_01.png) no-repeat;
}
.l_b li span{
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	font-family: Arial;
	font-size: 18px;
	color:#2f3f6e;
	line-height: 18px;
}
.l_b li .date_btn{
	display: block;
	width: 80px;
	height: 20px;
	background: #6c87d5;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    margin: 62px auto 0;
}
.l_b li .date_btn_cheked{
	background: #5d626b;;
	cursor: default;
}
.l_b li .date_btn_outOfDate{
	background: #8c8c8c;
	cursor: default;
}
.event_03_r_t h5{
	margin: 30px auto 20px;
	width: 131px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial;
}
.name_list{
	width: 168px;
	margin: 0 auto;
}
.name_list li{
	overflow: hidden;
	margin-bottom: 12px;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
}
.name_list li span{
	display: block;
	float: left;
	text-align: center;
}
.name_list li span:nth-of-type(1){
	width: 64px;
    overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;

}
.name_list li span:nth-of-type(2){
	width: 103px;
	float: right;
}
.event_03_check_btn{
	overflow: hidden;
	color: #fff5dc;
	text-align: center;
	margin: 14px auto 30px;
	font-size: 12px;
	display: block;
	width: 162px;
	height: 40px;
	background: url(../images/css_sprites_n2_03_btn_check.png) -10px -70px no-repeat;
}
.event_03_check_btn:hover{
	background: url(../images/css_sprites_n2_03_btn_check.png) -10px -10px no-repeat;
}
.event_03_check_btn span{
	width: 122px;
	display: block;
	line-height: 14px;
	margin: 6px auto 0;
}
.event_03_r_b h5{
	margin: 30px auto 20px;
	width: 131px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial;
}
.gift_list li{
	margin: 20px 25px 20px 25px;
	position: relative;
}
.gift_list a{
	display: block;
	
}
.gift_list li span{
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	margin-left: 5px;
}
.gift_list .img_a{
	float: left;
	width: 42px;
	height: 36px;
	cursor: pointer;
	/*background: url(../images/n2_03_bx.png) no-repeat;*/
}
.gift_list .img_a:hover{
	background: #000;
}
.gift_list .btn_a{
	font-family: Arial;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	margin-top: 6px;
	color: #fff5dc;
	float: right;
	width: 72px;
	height: 24px;
    background: url(../images/css_sprites_n2_03_btn_bx.png) -10px -10px no-repeat;
}
.gift_list .btn_clickable:hover{
	width: 72px;
	height: 24px;
    background: url(../images/css_sprites_n2_03_btn_bx.png) -10px -54px no-repeat;

}
.gift_list .btn_not_clickable{
	width: 72px;
	height: 24px;
    background: url(../images/css_sprites_n2_03_btn_bx.png) -102px -10px no-repeat;
	cursor: default;
}
.hover_box {
    box-sizing: border-box;
    display: none; 
    position: absolute;
    /*top: -161px;*/
    margin-top: -216px;
    left: 42px;
    width: 191px;
    height: 180px;
    background: url(../images/n2_03_bx_fc.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px 30px 24px;
}
.hover_box p{
	margin-top: 2px;
}
.event02_p{
	color:#fff;
	font-size: 12px;
	line-height: 18px;
	padding-left:40px;
	padding-right: 40px;
}
.dashed_line2{
	margin-top: 20px;
}
.event_03_btn{
	margin-top: 20px; 
}
.txt_link2{
	color: #2f3f6e;
	font-size: 12px;
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center; 
}
.bottom{
    min-width: 1000px;
    background: #000;
    height: 110px;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
    margin-top: 60px;
}
.bottom_inner{
    width: 608px;
    margin: 0 auto;
}
.f-logo{
    float:left;
    margin-right: 36px;
}
.f-logo .img1{
    margin-left: 22px;
}
.f-link{
    padding-top: 6px;
    float:left;
    width:460px;
    font-size: 13px;
    color: #979797;
}

.f-link a{
    color: #979797;
}
.f-link .p_mid{
	margin-top: 10px;
	margin-bottom: 10px;
}
.aside_nav{
	width: 122px;
	height: 416px;
	background: url(../images/side_bg.png) no-repeat;
	position: fixed;
	top:0;
	right:0;
}
.aside_nav a{
	display: block;
	width: 104px;
	height: 104px;
	margin: 0 auto;
}
.aside_nav .gift_box{
	background: url(../images/side_bx.png) no-repeat;
	margin-top:50px;
	margin-bottom: 25px;
}
.aside_nav .fb{
	background: url(../images/side_fb.png) no-repeat;
}
.aside_nav .to_top{
	width: 50px;
	height: 44px;
	background: url(../images/side_top.png) no-repeat;
	margin-top: 25px;
	
}
.alert_page{
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.75);
	top:0;
	left:0;
	display: none;
	z-index: 99999;
}
.tab_alert{
	width: 709px;
	height: 562px;
	background: #e7ecf8;
	box-sizing: border-box;
	border: 3px solid #5e76bd;
	margin: 0 auto;
}
.tab_alert h4{
	font-size: 24px;
	color:#2f3f6e;
	font-family: Arial;
	margin:30px auto 20px;
	text-align: center;
	font-weight: normal;
	padding-left: 50px;
}
.tab_alert h6{
	font-size: 14px;
	color:#2f3f6e;
	font-family: Arial;
	margin-bottom: 20px;
	text-align: center;
	line-height: 20px;
}
.dashed_line_alert{
	color:#8199d9;
	width: 643px;
	margin-bottom: 20px;
}
.tab_list{
	width: 644px;
	margin-left: 30px;
	overflow: hidden;
}
.tab_list li{
	/*padding: 0 30px;*/
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	line-height: 14px;
	float: left;
	width: 160px;
	height: 44px;
	margin-right: 1px;
	display: table;
	text-align: center;
	background: url(../images/css_sprites_tc_btn_qh.png) -10px -74px no-repeat;
	cursor: pointer;
}
.tab_list li span{
	display: table-cell;
	vertical-align:middle; 
}

.tab_list .active_tab{
	float: left;
	width: 160px;
	height: 44px;
	background: url(../images/css_sprites_tc_btn_qh.png) -10px -10px no-repeat;
}
.tabs{
	margin-left: 30px;
	width: 643px;
	background: #a9bdf2;
	height: 336px;
	box-sizing: border-box;
	padding: 10px;
}
.frame_box .iframe {
    height: 316px; 
    width: 633px; 
    margin-right: auto; 
    margin-left: auto;
}
.frame_box .frame .container_tab{
   height: 0;
   overflow: hidden;
}
.frame_box .active_frame .container_tab{
    height: 316px;  
}
.per_tab{
	width: 633px;
	height: 316px;
}

.container {
	width: 633px;
	height: auto;
	background-color: #a9bdf2;
	float: left;
}

.container .div_scroll {
	width: 100%;
	height: 316px;
	overflow: auto;
	float: left;
}	

.container .scroll_container {
	overflow: hidden;
	position: relative;
	background-color: #a9bdf2;
	height: 316px!important;
	width: 624px !important;
}

.container .scroll_absolute {
    position: absolute;
}

.container .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #839bd6;
    margin: 0;
    padding: 0;
}

.container .scroll_track {
	position: relative;
	background-color: #839bd6;
	width: 10px;
	padding-bottom: 3px;
}

.container .scroll_drag {
	width: 4px;
	margin-left:3px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #b3c7f9;
	margin-top:3px;
}

.container .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #369DB4;
}

.container .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}

.frame p {
	font-size: 12px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
	white-space: pre-line;
	float: left;
	height: auto;
	width: auto;
}
.frame  table{
	border: 1px solid #c7d6ff;
	text-align: center;
	margin: 0;
	padding:0;
	font-family: Arial;
}

.frame  th{
	height: 37px;
	background: #839bd6;
	color: #fff;
	font-size:14px;
	text-align: center;
	padding: 0 5px;
	line-height: 24px;
}
 .frame .th1{
   width: 181px;
}
 .frame .th2{
	width:163px;
}
  .frame .th3{
	width: 165px;
}
  .frame .th4{
	width:96px!important
}
.code_list td{
	padding: 6px 6px;
}

tr{
	height: 27px;
	background: #fffffd;
	color:#778cc7;
	font-size: 14px;
	line-height: 20px;
}
.close_tab_alert{
	width: 22px;
	height: 22px;
	background: url(../images/css_sprites_tc_btn_close.png) -10px -10px no-repeat;
	float: right;
	margin-top: 14px;
	margin-right: 10px;
}
.close_tab_alert:hover{
	background: url(../images/css_sprites_tc_btn_close.png) -52px -10px no-repeat;
}

.supian_alert{
	width: 436px;
	background: #5e76bd;
	margin: 0 auto;
	padding:3px;
}
.supian_alert h5{
	overflow: hidden;
}
.supian_alert h5 p{
	margin-left: 17px;
	font-size: 24px;
	color:#fff;
	font-family: Arial;
	text-align: center;
	width: 390px;
	box-sizing: border-box;
	float: left;
	/*background: red;*/
	padding-top: 12px;
}
.supian_alert_cont{
	height: 288px;
	margin-top: 15px;
	background: #e7ecf8;
	padding: 20px;
	box-sizing: border-box;
}
.close_supian_alert,.close_alert,.close_table_alert{
	width: 22px;
	height: 22px;
	background: url(../images/css_sprites_tc_btn_close.png) -10px -10px  no-repeat;
	float: right;
	margin-top: 11px;
	margin-right: 7px;
	cursor: pointer;
}
.close_supian_alert:hover{
	background: url(../images/css_sprites_tc_btn_close.png) -52px -10px  no-repeat;
}
}
.close_alert:hover{
	background: url(../images/css_sprites_tc_btn_close.png) -52px -10px no-repeat;
}
.supian_alert_cont p{
	font-size: 14px;
	line-height: 24px;
	color:#2f3f6e;
	margin-bottom: 20px;
}
.supian_alert_cont ul{
	margin-left:70px;
	margin-bottom: 8px;
	overflow: hidden;
}
.supian_alert_cont ul li{
	float: left;
	margin-right: 20px;
}
.supian_alert_cont ul img{
	margin-right: 5px;
}
.supian_alert_cont .p2{
	font-size: 12px;
	padding-left: 80px;
	/*width: 390px;*/
	overflow: hidden;
}
.supian_alert_cont .p2 .span1{
	float: left;
	width: 50px;
	display: block;
}
.supian_alert_cont .p2 .span2{
	line-height: 18px;
	display: block;
    width:228px;
    float: left;
}
.supian_alert_cont a{
	width: 125px;
	height: 38px;
   overflow: hidden;
   background: red;
   display: block;
}
.btn1,.btn2{
	cursor: pointer;
	overflow: hidden;
	float: left;
	width: 115px;
}

.btn_l{
	float: left;
	width: 20px;
	height: 38px;
	background: url(../images/tc_btn_h_l.png) no-repeat;
}
.btn_r{
	float: left;
	width: 20px;
	height: 38px;
	background: url(../images/tc_btn_h_r.png) no-repeat;
}
.btn_m{
	height: 38px;
	min-width: 70px;
	background: url(../images/tc_btn_h_m.png) repeat-x;
	float: left;
}
.btn1{
 	margin-left:74px ;
 	margin-right: 30px;
 }
 .btn2{
 	width: 120px;
 }
.btn2 .btn_l{
	float: left;
	width: 20px;	
	height: 38px;
	background: url(../images/tc_btn_l_l.png) no-repeat;
}
.btn2 .btn_r{
	float: left;
	width: 20px;
	height: 38px;
	background: url(../images/tc_btn_l_r.png) no-repeat;
}
.btn2 .btn_m{
	height: 38px;
	width: 80px;
	background: url(../images/tc_btn_l_m.png) repeat-x;
	float: left;
}
.btn_m{
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	line-height: 38px;
	text-align: center;
}

.table_alert{
	/*height: 351px;*/
	width: 436px;
	background: #5e76bd;
	margin: 0 auto;
	padding:3px; 
	overflow: hidden;
}
.table_alert h5{
	overflow: hidden;
}
.table_alert h5 p{
	margin-left: 17px;
	font-size: 24px;
	color:#fff;
	font-family: Arial;
	text-align: center;
	width: 390px;
	box-sizing: border-box;
	float: left;
	/*background: red;*/
	padding-top: 12px;
}
.table_alert_cont{
	/*height: 300px;*/
	margin-top: 15px;
	background: #e7ecf8;
	padding: 20px;
	box-sizing: border-box;
}
.table_alert_cont{
	position: relative;
}
.table_alert_cont ul{
	position: absolute;
	/*background: rgba(0,0,0,0.3);*/
	width: 390px;
	top:25px;
	left: 20px;
}
.table_alert_cont ul li{
	height: 20px;
}

.table_alert_cont .collum{
	width: 194px;
	height: 21px;
	display: block;
	float: left;
	border-right:1px solid #592d4c;
	text-align: center;
	font-size: 12px;
	color:#2f3f6e;
	font-family: Arial;
	line-height: 22px;
}
.table_alert_cont .collum3{
    border-right:none;
}
.table_bg_t{
	width: 390px;
	height: 16px;
	background: url(../images/tc_table_t.png) no-repeat;
}
.table_bg_m{
	width: 390px;
	height: 167px;
	background: url(../images/tc_table_m.png) repeat-y;
}
.table_bg_b{
	width: 390px;
	height: 16px;
	background: url(../images/tc_table_b.png) no-repeat;
}

.close_table_alert:hover{
	background: url(../images/css_sprites_tc_btn_close.png) -52px -10px no-repeat;
}
.table_alert_cont .btn{
    cursor: pointer;
	overflow: hidden;
	width: 115px;
}
.table_alert_cont_btn{
 	margin: 20px auto 0;
 	width: 133px;
 	cursor: pointer;
 	overflow: hidden;
 }

 .txt_alert{
	/*height: 351px;*/
	height: auto;
	width: 436px;
	background: #5e76bd;
	margin: 0 auto;
	padding:3px; 
}
.txt_alert h5{
	overflow: hidden;
}
.txt_alert h5 p{
	margin-left: 17px;
	font-size: 24px;
	color:#fff;
	font-family: Arial;
	text-align: center;
	width: 380px;
	box-sizing: border-box;
	float: left;
	/*background: red;*/
	padding-top: 12px;
}
.txt_alert_cont{
	margin-top: 15px;
	background: #e7ecf8;
	padding: 20px;
	box-sizing: border-box;
}
.txt_alert_cont p{
	color:#2f3f6e;
	font-size: 14px;
	font-family: Arial;
	line-height: 24px;
}
.txt_alert_cont{
	position: relative;
}
.txt_alert_cont_btn{
	margin:20px auto 0;
	width: 133px;
	overflow: hidden;
	cursor: pointer;
}
.txt_alert_cont_btn_invite{
	float: left;
	margin-left:64px;
}
.txt_alert_cont_btn_invite1{
	float: left;
	margin-left: 30px;
}

.txt_alert_cont_btn_invite1 .btn_l{
	float: left;
	width: 20px;
	height: 38px;
	background: url(../images/tc_btn_l_l.png) no-repeat;
}
.txt_alert_cont_btn_invite1 .btn_r{
	float: left;
	width: 20px;
	height: 38px;
	background: url(../images/tc_btn_l_r.png) no-repeat;
}
.txt_alert_cont_btn_invite1 .btn_m{
	height: 38px;
	min-width: 70px;
	background: url(../images/tc_btn_l_m.png) repeat-x;
	float: left;
}
.close_txt_alert{
	width: 22px;
	height: 22px;
	background: url(../images/tc_btn_close.png) no-repeat;
	float: right;
	margin-top: 13px;
	margin-right: 10px;
}
.close_txt_alert:hover{
	background: url(../images/css_sprites_tc_btn_close.png) -52px -10px no-repeat;
}
.alert_page1{
	display: block;
	margin-top: -99999999999px;
}
.container2 {
	width: 211px;
	height: auto;
	float: left;
}

.container2 .div_scroll {
	width: 100%;
	height: 137px;
	overflow: auto;
	float: left;
}	

.container2 .scroll_container {
	overflow: hidden;
	position: relative;
}

.container2 .scroll_absolute {
    position: absolute;
}

.container2 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container2 .scroll_track {
	position: relative;
}

.container2 .scroll_drag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #7e94ce;
}

.container2 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #369DB4;
}

.container2 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}
.container2  ul li{
	width: 198px;
	height: 34px;
	box-sizing: border-box;
	padding-left: 10px;
	line-height: 34px;
	font-size: 14px;
	font-family: Arial;
	cursor: pointer;
}
.container2  ul li .ser{
	color:#2f3f6e;
	width: 50px;
	float: left;
	display: block;
	height: 34px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-right: 3px;
}
.container2  ul li .name{
	color:#2c7733;
	float: right;
	display: block;
	height: 34px;
	width: 116px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.container2  ul li  .name_kong{
	color:#c05115;
}
.container2  ul li:hover{
	background: #dce6fd;
}
.login_success_last{
	text-align: center;
	margin-top: 50px;
}
.login_success_last .p1{
	font-size: 16px;
	color: #2f3f6e;
	line-height: 16px;
	margin-bottom: 15px;
	font-family: Arial;
}

.login_success_last .p1 span{
	color: #c05115;
}
.login_success_last .p2{
	font-size: 14px;
	color: #c05115;
	line-height: 18px;
	font-family: Arial;
	text-align: left;
}

.alert_page9 .txt_alert_cont_btn{
	width: 190px;
}
.change_ser_btn{
	display: block;
}

/*.alert_page17{
	display: block;
}*/
.event_01_ul img{
	width: 111px;
	height: 111px;
}
.table .p2 img{
	width: 30px;
	height: 30px;
	float: left;
	padding-top: 12px;
}
.event_02 .table .li2 img,.event_02 .table .li3 img,.event_02 .table .li4 img{
	padding-top: 8px;
}
.event_03_l .l_t_cont img{
	width: 45px;
	height: 45px;
}
.supian_alert_cont img{
    width: 45px;
	height: 45px;
}
.loading_page{
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 99999;
	display: none;
}
.spinner {
  margin: 100px auto;
  width: 32px;
  height: 32px;
  position: relative;
}
 
.cube1, .cube2 {
  background-color: #5452bb;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
   
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
 
.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}
 
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
