﻿body{ color:#000000; font-family: "Microsoft YaHei","微软雅黑",sans-serif; background:#fff; line-height:22px;}
* {}
a{outline:none; text-decoration:none; color:#333;} 
a:hover{ text-decoration:none;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{font-size:12px;} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} 
table{/*border-collapse:collapse;border-spacing:0;*/} 
fieldset,a img{border:0;} 
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} 
li{list-style:none;} 
caption,th{text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} 
q:before,q:after{content:'';}
a{ cursor: pointer;}

.wrapper{
    width: 100%;
    height: 80%;
    min-width: 1000px;
    overflow: hidden;
}
.header{
    width: 100%;
    height: 600px;
    position: relative;
}
.header .navwrap{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(http://asset.playcrab.com/statics/new_dzm/img/wx-nav.png);
}
.wrap{
    width: 1050px;
    margin: 0 auto;
    position: relative;
}
a.logo{
    display: block;
    width: 150px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 0;
}
.nav{
    height: 58px;
    width: 514px;/*8.12change*/
    position: absolute;
    right: 15px;
    top: 24px;
}
.nav ul{
    width: 714px;
    height: 35px;
    position: relative;
}
.nav ul span{
    display: block;
    width: 35px;
    line-height: 28px;
    font-weight: bold;
    float: left;
    text-align: center;
    color: #6b6b6b;
    font-size: 12px;
}
.nav ul li{
    width: 110px;/*8.12change*/
    height: 35px;
    float: left;
    font-size: 0px;
    color: #fff;
}
.nav ul li.nobackground{
    background: none;
}
.nav ul li a{
    display: block;
    width: 100px;
    text-align: center;
    line-height: 25px;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    height: 53px;
    margin-left: 1px;
    color: #d1d1d1;
}
.nav ul li a.active{
    color:#ff7800;  
}
.nav ul li a:hover{
    color:#ff7800;
}
.nav ul li a.hov{
    color:#ff7800;
    border-bottom: #ff7800 solid 3px;
}
/*.blueline{
    width: 103px;
    height: 4px;
    background: #ff7800;
    position: absolute;
    bottom: 5px;
    left: 0px;
}*/

/*首页轮播图*/
.header .slidewrap{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.ck-slide ul { 
    width: 100%; 
    margin: 0; 
    padding: 0; 
    list-style-type: none;
}
.ck-slide { 
    position: relative; 
    overflow: hidden; 
    width:100%; 
    height: 600px; 
    margin:0 auto; 
    float:left;
}
.ck-slide ul.ck-slide-wrapper { 
    position: absolute; 
    top: 0; 
    left: 50%; 
    z-index: 1; 
    margin: 0; 
    padding: 0; 
    height: 320px;
}
.ck-slide ul.ck-slide-wrapper li { 
    position: absolute;
}
.ck-slide ul.ck-slide-wrapper li img{ 
    margin-left: -960px; 
    color:#fff; 
    font-size:18px;
}
.ck-slidebox { 
    position: absolute; 
    left: 70%; 
    bottom: 30px; 
    z-index: 30;
}
.ck-slidebox ul { 
    height: 20px; 
    padding: 0 4px; 
    border-radius: 8px;
}
.ck-slidebox ul li { 
    float: left; 
    height: 12px; 
    margin: 4px 10px;
}
.ck-slidebox ul li em { 
    display: block; 
    width: 12px; 
    height: 12px; 
    border-radius: 100%; 
    background-color:#fff; 
    border:#0163be solid 3px; 
    text-indent: -9999px; 
    cursor: pointer;
}
.ck-slidebox ul li.current em { 
    background-color: #0163be;
}
.ck-slidebox ul li em:hover { 
    background-color: #0163be;
}

/*游戏推荐*/
.recom{
    width: 100%;
    height: 380px;
    float: left;
    background: #efefef;
}
.recom .title{
    width: 970px;
    height: 25px;
    float: left;
    margin: 30px 0;
}
.recom .title h1{
    width: 120px;
    height: 25px;
    float: left;    
    font-size: 20px;
    font-weight: bold;
    color: #6d6d6d;
    line-height: 25px;
}
.recom .title h1 span{
    width: 15px;
    height: 25px;
    float: left;
    background: url(http://asset.playcrab.com/statics/cybzg/active/img/ta.png);
    margin-right: 5px;
}
.recom .title h2{
    width: 60px;
    height: 25px;
    float: right;
    font-size: 14px;
    color: #868585;
    line-height: 25px;
}
.recom .title h2 span{
    width: 10px;
    height: 25px;
    float: left;
    background: url(http://asset.playcrab.com/statics/cybzg/active/img/tb.png);
    margin-right: 2px;
}
.accordion{
    width: 970px;
    height: 250px;
    float: left;
    overflow: hidden;
    margin: 0px auto;    
}
.accordion ul li{
    background-repeat: no-repeat;
    float: left;
    width: 140px;
    height: 250px;
    cursor: pointer;/*8.18*/
}
.accordion ul li.active{
    width: 544px;
    cursor: pointer;
}
.accordion ul .item1{
    background-image: url(http://cdn.web-source.playcrab.com/web/statics/wx/pc/upload_tmp/img/轮播图.jpg);
}
.accordion ul .item2{
    background-image: url(http://cdn.web-source.playcrab.com/web/statics/cybzg/active/img/picc2.jpg);
}
.accordion ul .item3{
    background-image: url(http://cdn.web-source.playcrab.com/web/statics/cybzg/active/builds/img/picc5.jpg);
}
.accordion ul .item4{
    background-image: url(http://cdn.web-source.playcrab.com/web/statics/wx/pc/upload_tmp/img/轮播图-2.jpg);
}
.accordion ul li a{
    display: block;
    width: 140px;
    height: 250px;
    cursor: pointer;/*8.18*/
}
.accordion ul .item1 a{
    background-image: url(http://cdn.web-source.playcrab.com/web/statics/wx/pc/upload_tmp/img/轮播图小.jpg);
}
.accordion ul .item2 a{
    background-image: url(http://cdn.web-source.playcrab.com/web/statics/cybzg/active/img/scroll02.jpg);
}
.accordion ul .item3 a{
    background-image: url(http://cdn.web-source.playcrab.com/web/statics/cybzg/active/builds/img/scroll05.jpg);
}
.accordion ul .item4 a{
    background-image: url(http://cdn.web-source.playcrab.com/web/statics/wx/pc/upload_tmp/img/轮播图小-2.jpg);
}

/*首页新闻中心*/
.newcon{
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0;
}
.mnews{
    width: 665px;
    height: 390px;
    float: left;
    background: #efefef;
}
.mnews .title{
    width: 665px;
    height: 25px;
    float: left;
    margin: 15px 0 0;
    border-bottom: #cbcbcb dashed 1px;
    padding-bottom: 10px;
}
.mnews .title h1{
    width: 120px;
    height: 25px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #6d6d6d;
    line-height: 25px;
    margin-left: 10px;
}
.mnews .title h1 span{
    width: 15px;
    height: 25px;
    float: left;
    background: url(http://asset.playcrab.com/statics/cybzg/active/img/ta.png);
    margin-right: 5px;
}
.mnews .title h2{
    width: 60px;
    height: 25px;
    float: right;
    font-size: 14px;
    color: #868585;
    line-height: 25px;
}
.mnews .title h2 span{
    width: 10px;
    height: 25px;
    float: left;
    background: url(http://asset.playcrab.com/statics/cybzg/active/img/tb.png);
    margin-right: 2px;
}
.mnews .con{
    width: 665px;
    height: auto;
    float: left;
}
.mnews .con li{
    width: 645px;
    height: auto;
    float: left;
    margin: 12px 0 0 15px;
}
.mnews .con li img{
    width: 144px;
    height: 90px;
    float: left;
    border: #fff solid 3px;
}
.mnews .con li span{
    display: block;
    width: 490px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-left: 5px;
}
.mnews .con li span h1{
    width: 470px;
    height: 25px;
    float: left;
    font-size: 16px;
    font-weight: bolder;
    color: #6d6d6d; 
    line-height: 25px;
}
.mnews .con li span h1 a{
    color: #6d6d6d;
}
.mnews .con li span h2{
    width: 470px;
    height: 25px;
    float: left;    
    font-size: 12px;
    color: #a7a7a7; 
    margin-left: 10px;
    line-height: 25px;
}
.mnews .con li span p{
    width: 470px;
    height: 40px;
    float: left;
    font-size: 12px;
    color: #6d6d6d; 
    line-height: 20px;
    margin-left: 10px;
}
.mnews .con li span p a{
    color: #6d6d6d; 
}
.adpic{
    width: 285px;
    height: 390px;
    float: left;
    margin-left: 15px;
}

/*底部*/
.footer{
    width: 100%;
    height: 96px;
    /*height: 60px; 070105文化部检查暂时改为100px*/
    float: left;
    background: #efefef;
    padding: 18px 0;
}
.foot{
    width: 100%;
    height: 118px;
    float: left;
    background: #fff;
    padding: 18px 0;
}
.foots{
    width: 100%;
    height: 84px;
    float: left;
    background: #fff;
    padding: 18px 0;
}
.fl01{
    width: 120px;
    height: 50px;
    float: left;
    margin: 5px 20px;
    border-right: #ccc solid 1px;
}
.fl02{
    width: 120px;
    height: 50px;
    float: left;
    margin:5px 20px 0 0;
}
.fl03{
    width: 50px;
    height: 50px;
    float: left;
    margin: 5px 0;
}
.fcon{
    width: 590px;
    height: 80px;
    float: left;
    font-size: 12px;
    color: #6d6d6d;
    margin-left: 20px;
    line-height: 20px;
    overflow: hidden;
}
.fcon li{
    width: 590px;
    height: 20px;
    float: left;
}
.fcon li a{
    color: #6d6d6d;
    float: left;
}
.fcon li span{
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
}
.fcon li .hao{
    float: none;
    text-decoration: underline;
}
.head{
    width: 100%;
    height: 80px;
}
.head .navwrap{
    width: 100%;
    height: 80px;
    z-index: 1;
    background: url(http://asset.playcrab.com/statics/new_dzm/img/wx-nav.png);
    position: fixed;
    top: 0;
    left: 0;
    /*background-color:rgba(43,46,56,0.6);*/
    /*-moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;*/
}

/*新闻页*/
.newwrap{
    width: 100%;
    height: auto;
    min-height: 500px;
    background: #f2f2f2;
    float: left;
    padding-bottom: 50px;
}
.newwrap .title{
    width: 960px;
    height: 60px;
    float: left;
    margin: 30px 20px 10px 20px;
}
.newwrap .title h1{
    width: 230px;
    height: 60px;
    float: left;
    font-size: 46px;
    line-height: 60px;
    color: #535353;
    margin-left: 15px;
}
.newwrap .title h1 span{
    width: 5px;
    height: 50px;
    float: left;
    background: #ff7800;
    margin:7px 15px 0 0;
}
.newwrap .title h2{
    width: 230px;
    height: 20px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #7a7a7a;
    margin-top: 35px;
}
.newwrap .title h2 a{
    color: #7a7a7a;
}
.newwrap .xcon{
    width: 960px;
    height: auto;
    float: left;
    margin: 0 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 0 100px 0;
    position: relative;
}
.newwrap .xcon li{
    width: 900px;
    height: auto;
    float: left;
    margin: 15px 0 10px 30px;
}
.newwrap .xcon li img{
    width: 144px;
    height: 90px;
    float: left;
    border: #fff solid 3px;
}
.newwrap .xcon li span{
    display: block;
    width: 740px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-left: 5px;
}
.newwrap .xcon li span h1{
    width: 740px;
    height: 25px;
    float: left;
    font-size: 16px;
    font-weight: bolder;
    color: #6d6d6d; 
    line-height: 25px;
}
.newwrap .xcon li span h1 a{
    color: #6d6d6d;
}
.newwrap .xcon li span h2{
    width: 740px;
    height: 25px;
    float: left;    
    font-size: 12px;
    color: #a7a7a7; 
    margin-left: 10px;
    line-height: 25px;
}
.newwrap .xcon li span p{
    width: 730px;
    height: 40px;
    float: left;
    font-size: 12px;
    color: #6d6d6d; 
    line-height: 20px;
    margin-left: 10px;
}
.newwrap .xcon li span p a{
    color: #6d6d6d;
}
.newwrap .xcon .page{
    height: 24px;
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0px;
    text-align: center;
}
.newwrap .xcon .page a{
    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px;
    border: #cecece solid 1px;
    color: #8e8e8e;
    font-size: 12px;
}
.newwrap .xcon .page a:hover{
    background: #cecece;
    color: #fff;
}
.page_selected{
    background: #cecece;
    color: #fff;
}
.newwrap .wcon{
    width: 960px;
    height: auto;
    float: left;
    margin: 0 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 0;
    position: relative;
}
.newwrap .wcon .caption{
    width: 960px;
    height: auto;
    float: left;
    border-bottom: #cdcdcd solid 1px;
    text-align: center;
    padding: 25px 0;
}
.newwrap .wcon .caption h1{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #535353;
}
.newwrap .wcon .caption h2{
    font-size: 12px;
    line-height: 30px;
    color: #9e9e9e;
}
.newwrap .wcon .content{
    width: 840px;
    height: auto;
    float: left;
    margin: 0 60px;
    padding: 25px 0;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 28px;
    text-align: center;
}
.newwrap .wcon .content p{
    text-indent: 2em;
    text-align: left;
}
.newwrap .wcon .content img{
    margin: 20px 0;
}

.newwrap .lcon{
    width: 840px;
    height: auto;
    float: left;
    margin: 0 20px 80px 20px;
    background: #fff;
    border-radius: 10px;
    padding: 60px 60px 0;
}
.newwrap .lcon .tabs{
    width: 380px;
    height: 200px;
    float: left;
    margin: 20px;
}
.newwrap .lcon .tabs h1{
    width: 375px;
    height: 30px;
    float: left;
    line-height: 20px;
    color: #565656;
    font-size: 18px;
    border-bottom: #cdcdcd solid 1px;
    padding-left: 5px;
}
.newwrap .lcon .tabs h1 span{
    width: 5px;
    height: 20px;
    float: left;
    background: #ff7800;
    margin-right: 7px;
}
.newwrap .lcon .tabs p{
    width: 350px;
    float: left;
    margin: 10px 15px;
    font-size: 14px;
    color: #565656;
}

/*招聘样式*/
.position_pbl{
    margin:20px auto;
    width:1000px;
    height: auto;
    overflow: hidden;
}
#tab{
    margin:0 auto;
    width:1000px;
     width: 831px\9;
    z-index:9999;
    overflow:hidden;
}
.tab_left{
    float:left;
    width:850px;
    width: 690px\9;
    margin:20px 75px;
}
.tab_left ul{
	width: 850px;
	width: 690px\9;
		/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	
	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	
	/* Safari, Chrome, and Opera */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	
	display:box;
	box-pack:center;
	box-align:center;
	display: block\0;
}
.tab_left ul li{
    height:130px;
    width:130px;
    text-align:center;
    margin:0 20px;
    line-height:29px; 
    border-radius: 50%; 
    border:#fff solid 5px;
    overflow: hidden;
    float: left\0;
}
/*8.15*//*8.18*/
.tab_left ul .a1 a{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) 0 0;
}
.tab_left ul .a1 a:hover{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) 0px 150px;
}
.tab_left ul .a1 #hovera{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) 0px 150px;
}
.tab_left ul .a2 a{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -166px 0;
}
.tab_left ul .a2 a:hover{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -166px 150px;
}
.tab_left ul .a2 #hovera{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -166px 150px;
}
.tab_left ul .a3 a{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -332px 0;
}
.tab_left ul .a3 a:hover{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -332px 150px;
}
.tab_left ul .a3 #hovera{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -332px 150px;
}
.tab_left ul .a4 a{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -498px 0;
}
.tab_left ul .a4 a:hover{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -498px 150px;
}
.tab_left ul .a4 #hovera{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -498px 150px;
}
.tab_left ul li:nth-of-type(5) a{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -664px 0;
}
.tab_left ul li:nth-of-type(5) a:hover{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -664px 150px;
}
.tab_left ul li:nth-of-type(5) #hovera{
	background: url(http://asset.playcrab.com/statics/cybzg/active/img/buttoncolor.png) -664px 150px;
}
/*8.15end*/
.tab_left ul li a{
    display:block;
    height:120px;
    width:120px;
    line-height:130px;
}
.tab_left ul li a img{
    width: 80px;
    height: 55px;
    float: left;
    margin:15px 15px 0 15px;
}
.tab_left ul li a span{
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    margin:0 10px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.tab_left ul li .hovera{
	
    display:block;
    height:120px;
    width:120px;
    line-height:130px;
    border-radius: 50%; 
}
.tab_left ul li a:hover{
    border-radius: 50%;
    display:block;
    background-position-y: 150px;
}
/*#hovera{
	background-position: 0 150px;
	
}*//*8.18*/
.main{
    width:990px;
    height: auto;
    float: left;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
}
.main ul{*overflow:hidden;_height:1%;}
.main ul li{
    float:left;
	transform: scale(0);
    list-style:none;
    margin:6px 10px;
    background:#FFF;
    width:300px; 
    border-radius: 15px;
    position: absolute;
}
/*.tab_kc1 ul li{
	transform: scale(1);
}*/
.zp_block{
    width: 100%;
    height: auto;
    float: left; 
    padding:10px 0 30px 0;
}
.zp_block h1{
    width: 100%;
    height: 30px;
    float: left;
    line-height: 30px;
    color: #ff7800;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px 0 0 0;
}
.zp_block .zpcon{
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 5%;

}
.zp_block .zpcon h2{
    width: 100%;
    height: 20px;
    float: left;
    line-height: 20px;
    color: #ff7800;
    font-size: 14px;
}
.zp_block .zpcon p{
    width: 100%;
    height: auto;
    float: left;
    line-height: 20px;
    color: #5e5e5e;
    font-size: 12px;
    margin-top: 5px;
}
.zhaopinqd{
    width: 430px;
    height: auto;
    margin: 25px auto 90px auto;
}
.zhaopinqd div{
  font-size: 24px;
  width: 200px;
  height: 50px;
  background-color: #ec6941;
  text-align:center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.jianli{
    float: left;
}
.zhuanzl{
    float: right;
}
.zhaopinqd div a{
    color: #fff;
    line-height: 50px;
}
.con-upload{
	position: fixed;
	top:50%;
	left: 50%;
	margin-left:-325px;
	margin-top: -100px;
	width: 650px;
	height: 200px;
	z-index: -1;
    opacity: 0;
    height: 0px;
    border-radius:20px;
    box-shadow: 0px 2px 25px #000;
    background-color:#fff ;
    display: none;
}
.Oupload{	
	padding-top: 20px;
	height: 200px;	
	border-radius:20px;
	border: 5px solid #ec6941;
    width: 550px;
}
.close{
	cursor: pointer;
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
	line-height: 35px;
	border-radius: 9px;
	background-color: #ec6941;
	width: 35px;
	height: 35px;
    margin-bottom: -35px;
    margin-left: 615px;
}
.upload{
	margin: 28px auto;
	width: 548px;
}
#up-tips{
	margin-top: 0;
	color: #797878;
}
.upsuccess{
	color: #ec6941;
	display: none;
	text-align: center;
	line-height: 90px;
	height: 90px;
	widows: 548px;
	margin: 28px auto;
	font-size: 45px;
}
.upfailed{
	height: 200px;
	widows: 548px;
	margin: 0 auto;
	display: none;
}
.failedtext{
	color: #ec6941;
	text-align: center;
	line-height: 52px;
	font-size: 45px;
}
.tryagain{
	text-align: center;
	line-height: 42px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	background-color: #EC6941;
	height: 42px;
	width: 186px;
	margin: 15px auto;
	border-radius: 7px;
}
.failhint{
	color: #848383;
	font-size: 16px;
	text-align: center;
	margin-top: 17px;
}
.loading-1{
	top: 0;
	left: 0;
	position: absolute;
	height: 8px;
	width: 0%;
	background-color: #ff7800;
	z-index: 1;
}
.loading-2{
	top: 0;
	left: 0;
	position: absolute;
	height: 8px;
	width: 100%;
	background-color: #dfdfdf;
}
.loading-close{
	text-indent: 1px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 29px;
	text-align: center;
	line-height: 23px;
	background-color: #ff7800;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -9px;
	z-index: 2;
}
.loading{
	display: none;
	margin-top: 10px;
	position: relative;
	height: 45px;
	width: 550px;
}
.loading span{
	color: #585858;
	font-size: 16px;
	padding-top: 10px;
	display: block;
	width: 100%;
	text-align: center;
	height: 20px;
}

.xingming{	
    float: left;
    margin-bottom: 20px;
}
.zhiwei{
    float: right;
     margin-bottom: 20px;
}
.message{
	overflow: hidden;
}
.upjl{
    clear: both;
    width: 550px;
	height: 36px;
}

.file{
	cursor: pointer;
	position: absolute;
	top: 108px;
	left: 50px;
	width: 550px;
	height: 36px;
	filter:alpha(opacity:0);
	opacity: 0;
}

.xingming label,.zhiwei  label{
    width:80px;
    display: inline-block;
    background-color: #ff7800;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    float: left;
}



.xingming input,.zhiwei  input{
	text-indent: 10px;
    width:180px;
    background-color: #dfdfdf;
	color: #585858;
    font-size: 16px;
    line-height: 35px;
    border:none;
    margin-top: 0px;
    padding-top: 0px;
    height: 35px;
}

.upjl label{
	cursor: pointer;
    width:90px;
    display: inline-block;
    background-color: #ff7800;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    float: right;
}


#textfield{
	text-indent: 10px;
}
.upjl input{
    width:460px;
    background-color: #dfdfdf;
    color: #585858;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    border:none;
    margin-top: 0px;
    padding-top: 0px;
}
.changeshow0{
    -webkit-animation: cardshow 0.3s;
    -moz-animation: cardshow 0.3s;
    -o-animation: cardshow 0.3s;
    -ms-animation: cardshow 0.3s;
    animation: cardshow 0.3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
.changeshow1{
    -webkit-animation: cardshow 0.3s 0.1s;
    -ms-animation: cardshow 0.3s 0.1s;
    -moz-animation: cardshow 0.3s 0.1s;
    animation: cardshow 0.3s 0.1s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
.changeshow2{
    -webkit-animation: cardshow 0.3s 0.2s;
    -ms-animation: cardshow 0.3s 0.2s;
    -moz-animation: cardshow 0.3s 0.2s;
    animation: cardshow 0.3s 0.2s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
.changeshow3{
    -webkit-animation: cardshow 0.3s 0.3s;
    -ms-animation: cardshow 0.3s 0.3s;
    -moz-animation: cardshow 0.3s 0.3s;
    animation: cardshow 0.3s 0.3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
.changeshow4{
    -webkit-animation: cardshow 0.3s 0.4s;
    -ms-animation: cardshow 0.3s 0.4s;
    -moz-animation: cardshow 0.3s 0.4s;
    animation: cardshow 0.3s 0.4s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
.changeshow5{
    -webkit-animation: cardshow 0.3s 0.5s;
    -ms-animation: cardshow 0.3s 0.5s;
    -moz-animation: cardshow 0.3s 0.5s;
    animation: cardshow 0.3s 0.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
@-webkit-keyframes cardshow{
    0%{
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes cardshow{
    0%{
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-ms-keyframes cardshow{
    0%{
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes cardshow{
    0%{
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.zp-button{
	width: 247px;
	height: 40px;
	padding: 5px;
	margin: 0 auto;
	clear: both;
}
.zp-button div{
	height: 35px;
	width: 112px;
	border-radius: 4px;
	background: #EC6941;
	text-align: center;
	line-height: 35px;	
}
.zp-button div a{
	color: #fff;
	font-size: 15px;
}
.zp-jianli{float: left;}
.zp-zhuanzl{float: right;}
/*8.18*/
.timeline{
	padding: 5px 0;
    color: #393939;
    font-size: 0.96rem;
    font-family: "微软雅黑";
}
/*game*/
.gamecontent{
	width: 100%;
	min-width: 1000px;
	background: url(http://asset.playcrab.com/statics/new_dzm/img/wx-gamebg.png) center no-repeat;
	height: 600px;
	overflow: hidden;
}
.button{
	width: 590px;
	height: 50px;
	margin: 0 auto;
	margin-top: 80px;
}
.gametext{
	margin: 0 auto;
	width: 456px;
	height: 198px;
	display: block;
	margin-top: 187px;
}
.button li{
	width: 168px;
    height: 50px;
    border-radius: 8px;
    border: 2px solid #fff;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    margin: 0px 14px;
    cursor: pointer;
}
.button li a{
    color: #fff;
}
.gamelist{
	height: 524px;
	width: 100%;
	background: #f2f2f2;
	min-width: 1000px;
	overflow: hidden;
}
.games{
	display: block;
	width: 1000px;
	height: 524px;
	margin: 0 auto;
	margin-top: 10px;
}
.games li{
	width: 313px;
	height: 231px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 10px;
}
.games li img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 185px;
}
.game-web{
	height: 46px;
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.game-web p{
	float: left;
	font-size: 20px;
	color: #4a4a4a;
	line-height: 46px;
	font-family: "黑体";
	margin-left: 20px;
}
.games .game-web img{
	display: block;
	width: 75px;
	height: 25px;
	float: right;
	position: static;
	margin: 9px 15px 0 0;
}
.shadow{
	background: url(http://asset.playcrab.com/statics/new_dzm/img/wx-shadow.png);
	height: 185px;
	width: 100%;
	position: absolute;
	top: -185px;
	left: 0;
}
.games .shadow img{
	display: block;
	width: 128px;
	height: 127px;
	margin-top: 29px;
	margin-left: 93px;
}
/*gameend*/


/*家长监护样式开始*/
.newwrap .pcon{
    width: 920px;
    height: auto;
    float: left;
    margin: 60px 20px 0 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.tabPanel ul{height:50px; margin: -70px 0 0 25px;}
.tabPanel ul li{
    float:left;
    font-size:18px;
    font-weight: bold;
    color: #737373;
    height:50px;
    line-height:50px;
    width:190px;
    text-align:center;
    cursor:pointer;
    background:#cfcfcf;
    margin-right: 5px;
    border-radius: 10px 10px 0 0;
}
.tabPanel .hit{
    cursor:pointer;
    color: #737373;
    background:#fff;
}
.pane{
    display:none;
}
.jianhuContent{
    width: 100%;
    padding-top: 30px;
}
.jianhuContent img{
    width: 100%;
}
.blank45{
    width: 100%;
    height: 45px;
}
.jianhuContent p{
    line-height: 32px;
    font-size: 14px;
    text-indent: 2em;
    color: #5f5f5f;
}
.jianhuContent p.noindent{
    text-indent: 0px;
}
.jianhuContent h4{
    font-size: 16px;
    padding-top: 40px;
    line-height: 32px;
}
.jianhuContent p span{
    display: inline-block;
    width: 28px;
    height: 10px;
    background: url(http://asset.playcrab.com/statics/new_dzm/img/wx-dot.jpg) no-repeat center center;
    /*  float: left;
        margin: 6px;*/
}
.jianhuContent a{
    color: #069ace;
    text-decoration: underline;
    font-weight: bold;
}

.faqContent{
    width: 100%;
    padding-top: 0px;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 32px;
}
.faqContent p{

}
.faqContent h4{
    font-size: 18px;
    line-height: 40px;
    padding-top: 25px;
    font-weight: bold;
}
.faqContent a{
    color: #069ace;
    text-decoration: underline;
    font-weight: bold;
}
.faqContent b{
    color: #ff5151;
    font-weight: normal;
}
.faqContent p span{
    display: inline-block;
    width: 28px;
    height: 10px;
    background: url(../imgs/dot.jpg) no-repeat center center;
}
.faqContent p.indentp{
    text-indent: 2em;
}

/*家长监护图结束*/















































