@charset "utf-8";
*{margin:0;padding:0;font-family:"Microsoft YaHei";box-sizing: border-box;}
ul,ol,dl,li{list-style:none;padding: 0;margin:0;}
a:focus{outline: 0 solid;}
a:hover{text-decoration: none;}
a:link{text-decoration: none;}
a:active{text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-family: "微软雅黑",sans-serif; margin: 0 0 15px; color: #121212; letter-spacing: 2px; text-shadow: 1px 1px 1px rgba(0,0,0,0.004);}
p{font-family: "微软雅黑",sans-serif;color: #444;font-size: 14px;}
html,
body{font-family:"Microsoft YaHei";-webkit-font-smoothing:antialiased ;-moz-osx-font-smoothing:grayscale;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);background: #fff;overflow-x:hidden;}
span{font-family:"Microsoft YaHei";}
.clear{clear:both !important;}
.fl{float:left;}
.fr{float:right;}
.main{width:1200px;margin:0 auto;padding:0;}
i,em{font-style: normal;}
img{border:0;-ms-interpolation-mode:bicubic; vertical-align: middle;display: inline-block;}
ul>li{list-style: none;margin: 0;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;}
ul{margin: 0;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;}
/*改版注册弹窗*/
.toast {
   	position: fixed;
    top: 50%;
    left: 42%;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    width: 260px;
    display: inline-block;
    z-index: 999999999999999999999999;
    background: rgba(0,0,0,.75);
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    border-radius: 10px;
}
.text-center {
    text-align: center;
}
.color-f {
    color: #fff;
}
.f16 {
    font-size: 16px;
}
b{
    font-weight: 400;
}
.cred{color: #ff6565;}
.red{color: #FF6565;}
.f12{font-size: 12px;}
.text-left{text-align: left;}
.wk__own__dialog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin:0 auto;
	background: none;
	z-index: 10000000;
	display: none;
}
.wk__own__dialog .dialog__mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.wk__own__dialog .dialog__area{
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 393px;
    height: 453px;
    background: #fff;
    border-radius: 10px;
}
.wk__own__dialog .dialog__area .dialog__header{
	position: relative;
}
.wk__own__dialog .dialog__area .dialog__header .closes{
	display: block;
    position: absolute;
    top: -10px;
    right: -12px;
}
.wk__own__dialog .dialog__area .dialog_content{
	padding: 35px 20px;
    text-align: center;
    margin: 0 auto;
}
.wk__own__dialog .dialog__area .dialog_content .labels{
    position: relative;
    display: table;
    border-collapse: separate;
    width: 333px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.wk__own__dialog .dialog__area .dialog_content .labels img{
	width: auto;
}
.register-box input{
	line-height: 36px;
    height: 40px;
    padding: 0 2%;
    width: 100%;
    padding-left: 40px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333444;
}
.register-box .txt_red{
	border: 1px solid #FF5353;
}
.register-box .icon-group{
	position: absolute;
    top: 5px;
    left: 10px;
    display: block;
    padding-right: 8px;
    height: 30px;
    line-height: 30px;
}
#send-sms{
	display: block;
	float: right;
	width: 95px;
    height: 40px;
    background: #F35843;
    border: none;
    color: #fff;
    border-radius: 5px;
    outline: none;
}
#register{
	width: 333px;
    background: #FB644D;
    color: #fff;
    display: block;
    margin: 0 auto;
    height: 38px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    border-radius: 25px;
    border: none;
     outline: none;
}
#complete{
	width: 333px;
    background: #FB644D;
    color: #fff;
    display: block;
    margin: 0 auto;
    height: 38px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    border-radius: 25px;
    border: none;
    outline: none;
}
/*改版登录弹窗*/
.wk__own__dialogs{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin:0 auto;
	background: none;
	z-index: 10000000;
	display: none;
}
.wk__own__dialogs .dialog__masks{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.wk__own__dialogs .dialog__areas{
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 393px;
    height: 423px;
    background: #fff;
    border-radius: 10px;
}
.wk__own__dialogs .dialog__areas .dialog__headers{
	position: relative;
}
.wk__own__dialogs .dialog__areas .dialog__headers .closes{
	display: block;
    position: absolute;
    top: -10px;
    right: -12px;
}
.wk__own__dialogs .dialog__areas .dialog_contents{
	padding: 35px 20px;
    text-align: center;
    margin: 0 auto;
}
.wk__own__dialogs .dialog__areas .dialog_contents .labels{
    position: relative;
    display: table;
    border-collapse: separate;
    width: 333px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.wk__own__dialogs .dialog__areas .dialog_contents .labels img{
	width: auto;
}
.login-box input{
	line-height: 36px;
    height: 40px;
    padding: 0 2%;
    width: 100%;
    padding-left: 40px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333444;
}
.login-box .icon-group{
	position: absolute;
    top: 5px;
    left: 10px;
    display: block;
    padding-right: 8px;
    height: 30px;
    line-height: 30px;
}
#login{
	width: 333px;
    background: #FB644D;
    color: #fff;
    display: block;
    margin: 0 auto;
    height: 38px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    border-radius: 25px;
    border: none;
     outline: none;
}

::-webkit-input-placeholder { 
    color: #ddd;
}
:-moz-placeholder {
   color:  #ddd;
}
::-moz-placeholder { 
   color:  #ddd;
}
:-ms-input-placeholder { 
   color:  #ddd;
}

/*注册成功背后的加群弹窗*/
.wk__own__dialog1{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin:0 auto;
	background: none;
	z-index: 10000000;
	display: none;
}
.wk__own__dialog1 .dialog__mask1{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.wk__own__dialog1 .dialog__area1{
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 260px;
    background: #fff;
    border-radius: 10px;
}
.wk__own__dialog1 .dialog__area1 .dialog__header1{
	padding: 20px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.wk__own__dialog1 .dialog__area1 .closes{
	display: block;
    position: absolute;
    top: -10px;
    right: -12px;
}
.wk__own__dialog1 .dialog__area1 .dialog__header1 .title1{
	font-size: 20px;
	color: #fe6000;
	text-align: center;
}
.wk__own__dialog1 .dialog__area1 .dialog_content1{
	padding: 10px 20px;
	text-align: center;
	margin: 0 auto;
}
.wk__own__dialog1 .dialog__area1 .dialog_content1 a{
	font-size: 16px;
    color: #428bca;
}
/*注册成功引导用户去积分兑换弹窗展示*/
.wk__own__dialog12{width: 100%;height: 100%;position: fixed;left: 0;top: 0;margin:0 auto;background: none;z-index: 10000000;display: none;}
.wk__own__dialog12 .dialog__mask12{width: 100%; height: 100%; background-color: rgba(0,0,0,.5);}
.wk__own__dialog12 .dialog__area12{position: fixed; top: 25px; left: 0; right: 0; bottom: 0; margin: auto; width: 360px; height: 260px; background: #fff; border-radius: 10px;}
.wk__own__dialog12 .dialog__area12 .closes{float: right; font-size: 30px; color: #333; font-weight: lighter; display: block; margin-right: 10px; margin-top: 0px;}
.wk__own__dialog12 .dialog__area12 .dialog__header12{background: #fff; padding: 20px 20px; text-align: center; border-radius: 10px;}
.wk__own__dialog12 .dialog__area12 .dialog__header12 .title12{font-size: 22px;color: #333;}
.wk__own__dialog12 .dialog__area12 .dialog_content12{padding: 20px;text-align: center;margin: 0 auto;}
.wk__own__dialog12 .dialog__area12 .dialog_content12 em{font-size: 16px; color: #40281B; text-align: center; line-height: 1.6;}
.wk__own__dialog12 .dialog__area12 .dialog_btn12 a{display: block; width: 50%; height: 40px; line-height: 40px; color: #fff; background: #FB493D; text-align: center; margin: 15px auto; font-size: 18px; border-radius: 4px;}
.wk__own__dialog12 .dialog__area12 .dialog_btn12 a:active{background: #ff2a2a;}
/*头部*/
.header{width: 100%;height: 64px;background: #fff;}
.header-logo{width: 240px;height: 64px;float: left;margin-left: 4%;}
.header-logo img{width: 90%;}
.nav{float: right;width: 70%;height: 44px;line-height: 44px;margin-top: 8px;}
.nav ul li{float: left;width: 14%;text-align: center;margin: 0 12px;}
.nav ul li a{color: #333;font-size: 18px;display: block;}
/*.nav ul li:hover{border: 1px solid #ff533d;}*/
.nav ul li:hover a{color: #ed3468;}
/*banner*/
.banner-bg{display: block;width: 100%;height: 450px;background-position:center center;background-size:cover;background-repeat: no-repeat;position: relative;}
.banner-bg{background-image: url(../img/banner.jpg?v=1111);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner.jpg?v=1111', sizingMethod='scale');}
.banner-bg a{
	display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
   	background: #ed3468;
    font-size: 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    position: absolute;
    bottom: 7%;
    left: 40%;
    border-radius: 5px;
    cursor: pointer;
}
.banner-bg a:hover{
	color: #333;
}
/*part1*/
.part1{
	width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 60px;
}
.part1 .main{
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
.part1 .main .title{text-align: center;padding-top: 60px;padding-bottom: 30px;position: relative;}
.part1 .main .title img{width: auto;padding: 0;margin: 0 auto;}
.part1 .main .title a{
	display: block;
    width: 80px;
    height: 20px;
    background: #ED3468;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 25px;
    position: absolute;
    bottom: 32px;
    right: 15px;
}
.part1 .main .content-left{
	width: 285px;
	float: left;
}
.part1 .main .content-left img{
	display: block;
	width: auto;
}
.part1 .main .content-right{
	float: right;
	width: 915px;
}
.part1 .main .content-right .row{
	width: 900px;
    padding: 0;
    margin: 0 auto;
}
.part1 .main .content .row ul li {
   	float: left;
    width: 32%;
    text-align: center;
    margin: 0px 6px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-bottom: 16px;
    padding-bottom: 0;
    cursor: pointer;
}
.part1 .main .content .row ul li img{
	width: auto;
}
.part1 .main .content .row ul li .img-unit{
	position: relative;
}
.part1 .main .content .row ul li .hover{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: none;
    background: rgba(0,0,0,.5);
    bottom: 0;
}
.part1 .main .content .row ul li:hover .hover{display: block;}
.part1 .main .content .row ul li .unit .hover img{
	width: auto;
	display: block;
	margin: 0 auto;
	margin-top: 12%;
}
.part1 .main .content .row ul li .name{
	color: #262626;
    font-size: 18px;
    text-align: left;
    margin-top: 8px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part1 .main .content .row ul li .name a{
	color: #262626;
}
.part1 .main .content .row ul li .tec{
	font-size: 14px;
    color: #262626;
    text-align: left;
    padding-top: 5px;
}
.part1 .main .content .row ul li .free{
	display: block;
    font-size: 14px;
    color: #FA6E57;
    float: right;
    margin-top: -30px;
}
/*part2*/
.part2{
	width: 100%;
    margin: 0 auto;
    background: #ededed;
    padding-bottom: 60px;
}
.part2 .main{
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
.part2 .main .title{text-align: center;padding-top: 60px;padding-bottom: 30px;position: relative;}
.part2 .main .title img{width: auto;padding: 0;margin: 0 auto;}
.part2 .main .title a{
	display: block;
    width: 80px;
    height: 20px;
    background: #ED3468;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 25px;
    position: absolute;
    bottom: 32px;
    right: 15px;
}
.part2 .main .content-left{
	width: 285px;
	float: left;
}
.part2 .main .content-left img{
	display: block;
	width: auto;
}
.part2 .main .content-right{
	float: right;
	width: 915px;
}
.part2 .main .content-right .row{
	width: 900px;
    padding: 0;
    margin: 0 auto;
}
.part2 .main .content .row ul li {
   	float: left;
    width: 32%;
    text-align: center;
    margin: 0px 6px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-bottom: 16px;
    padding-bottom: 0;
    cursor: pointer;
}
.part2 .main .content .row ul li img{
	width: auto;
}
.part2 .main .content .row ul li .img-unit{
	position: relative;
}
.part2 .main .content .row ul li .hover{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: none;
    background: rgba(0,0,0,.5);
    bottom: 0;
}
.part2 .main .content .row ul li:hover .hover{display: block;}
.part2 .main .content .row ul li .unit .hover img{
	width: auto;
	display: block;
	margin: 0 auto;
	margin-top: 12%;
}
.part2 .main .content .row ul li .name{
	color: #262626;
    font-size: 18px;
    text-align: left;
    margin-top: 8px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part2 .main .content .row ul li .name a{
	color: #262626;
}
.part2 .main .content .row ul li .tec{
	font-size: 14px;
    color: #262626;
    text-align: left;
    padding-top: 5px;
}
.part2 .main .content .row ul li .free{
	display: block;
    font-size: 14px;
     color: #FA6E57;
    float: right;
    margin-top: -30px;
}
/*part3*/
.part3{
	width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 60px;
}
.part3 .main{
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
.part3 .main .title{text-align: center;padding-top: 60px;padding-bottom: 30px;position: relative;}
.part3 .main .title img{width: auto;padding: 0;margin: 0 auto;}
.part3 .main .title a{
	display: block;
    width: 80px;
    height: 20px;
    background: #ED3468;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 25px;
    position: absolute;
    bottom: 32px;
    right: 15px;
}
.part3 .main .content-left{
	width: 285px;
	float: left;
}
.part3 .main .content-left img{
	display: block;
	width: auto;
}
.part3 .main .content-right{
	float: right;
	width: 915px;
}
.part3 .main .content-right .row{
	width: 900px;
    padding: 0;
    margin: 0 auto;
}
.part3 .main .content .row ul li {
   	float: left;
    width: 32%;
    text-align: center;
    margin: 0px 6px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-bottom: 16px;
    padding-bottom: 0;
    cursor: pointer;
}
.part3 .main .content .row ul li img{
	width: auto;
}
.part3 .main .content .row ul li .img-unit{
	position: relative;
}
.part3 .main .content .row ul li .hover{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: none;
    background: rgba(0,0,0,.5);
    bottom: 0;
}
.part3 .main .content .row ul li:hover .hover{display: block;}
.part3 .main .content .row ul li .unit .hover img{
	width: auto;
	display: block;
	margin: 0 auto;
	margin-top: 12%;
}
.part3 .main .content .row ul li .name{
	color: #262626;
    font-size: 18px;
    text-align: left;
    margin-top: 8px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part3 .main .content .row ul li .name a{
	color: #262626;
}
.part3 .main .content .row ul li .tec{
	font-size: 14px;
    color: #262626;
    text-align: left;
    padding-top: 5px;
}
.part3 .main .content .row ul li .free{
	display: block;
    font-size: 14px;
     color: #FA6E57;
    float: right;
    margin-top: -30px;
}
/*part4*/
.part4{
	width: 100%;
    margin: 0 auto;
    background: #ededed;
    padding-bottom: 20px;
    margin-bottom: 100px;
}
.part4 .main{
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	
}
.part4 .main .title{text-align: center;padding-top: 60px;padding-bottom: 50px;position: relative;}
.part4 .main .title img{width: auto;padding: 0;margin: 0 auto;}
.icon0{
	display: block;
	position: absolute;
	top: 50px;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 28px;
	height: 36px;
	margin: auto;
}
.icon0 span{
	position: absolute;
	width: 28px;
	height: 36px;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/icon.png);
}
.icon0 span{
	animation: icon0 4s cubic-bezier(0.5,0,0.1,1) infinite;
	-webkit-animation:icon0 3s cubic-bezier(0.5,0,0.1,1) infinite;
}
@keyframes icon0{
	0%,100%{top:30px}
	50%{top:50px}
}
@-webkit-keyframes icon0{
	0%,100%{top:30px}
	50%{top:50px}
}
@-moz-keyframes icon0{
	0%,100%{top:30px}
	50%{top:50px}
}
@-ms-keyframes icon0{
	0%,100%{top:30px}
	50%{top:50px}
}
@-o-keyframes icon0{
	0%,100%{top:30px}
	50%{top:50px}
}

.part4 .main .content .row{margin-left: 0;margin-right: 0;}
.part4 .main .content .row ul li{
	float: left;
    width: 32%;
    text-align: center;
    margin: 16px 8px;
    cursor: pointer;
}
.part4 .main .content ul li a{
	display: block;
}
.part4 .main .content ul li img{
	width: auto;
}

/*侧边栏*/
#fix_nav{
	width: 120px;
    height: 296px;
    background: url(../img/nav.png) no-repeat;
    position: fixed;
    top: 25%;
    right: 0px;
    z-index: 10000000;
}
#fix_nav ul{
	position: absolute;
    top: 36%;
    width: 85%;
    left: 8%;
}
#fix_nav ul li{
	height: 37px;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
#fix_nav ul li a{
	color: #250002;
	display: block;
}
#fix_nav ul li a:hover{color: #fff;}
/*底部*/
/*.footer{width:100%;height:auto;background: #000;position:relative;}
.footerp{margin: 0 auto; padding: 25px 0; width: 75pc; background: #000; color: #ccc; text-align: center; font-size: 14px; line-height: 32px;}*/
.stricky-fixed{position: fixed; background: #fff; background:rgba(255,255,255,1); top:0; left:0; width: 100%; height:64px; z-index: 99999; box-shadow: 0 2px 8px 2px rgba(0,0,0,.2); 


.toast{
   	position: fixed;
    top: 50%;
    left: 42%;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    width: 260px;
    display: inline-block;
    z-index: 999999999999999999999999;
    background: rgba(0,0,0,.75);
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    border-radius: 10px;
}
.text-center {
    text-align: center;
}
.color-f {
    color: #fff;
}
.f16 {
    font-size: 16px;
}
b{
    font-weight: 400;
}
.cred{color: #ff6565;}

