/**
 * Created with WebStorm.
 * User: lane
 * Date: 2015/10/20/0027
 * Time: 11:22
 * To change this template use File | Settings | File Templates.
 */
body {
    background: url(../images/btm-bg.jpg) no-repeat center bottom #fefefe;
    font: 12px/1.5 "microsoft yahei", "simhei", "宋体", tahoma, arial, sans-serif;
}

.bg {
    min-width: 1000px;
    background: url(../images/bg.jpg) no-repeat center top;
    padding-bottom: 270px;
}

.container {
    width: 1000px;
    margin: 0 auto;
}
 /*头部样式、*/
.header {
    width: 100%;
    height: 590px;
    position: relative;
}
.swf {
    width: 200px;
    height: 230px;
    position: absolute;
    top: 360px;
    left: 485px;
    z-index: 2;
    display: none;
}
.logo{
    top: 9px;
    left: -84px;
    width: 160px;
    height: 126px;
    display: block;
    position: absolute;
}
.logo img {
    height: 100%;
}
/*奖项设置、*/
.prize-log{
    top: 50px;
    left: 417px;
    width: 177px;
    height: 34px;
    padding: 0 13px;
    position: absolute;
    overflow: hidden;
    background: url(../images/prizes-bg.png) no-repeat;
}
.prize-tips {
    position: absolute;
    font-weight: bold;
    font-family: 'microsoft yahei';
    font-size: 17px;
    color: #000;
    text-align: center;
    top: 94px;
    left: 414px;
}
.log-item{
    font-size: 12px;
    color: #243572;
    text-align: center;
}
/*视频按钮、*/
.video-btn{
    top: 185px;
    left: 410px;
    width: 83px;
    height: 84px;
    display: block;
    position: absolute;
    background: url(../images/video.png) no-repeat;
}
.register {
    top: 427px;
    left: 525px;
    width: 134px;
    height: 139px;
    display: block;
    position: absolute;
    background: url(../images/register.png) no-repeat;
}
.main-box{
    width: 745px;
}
.box1{
    height: 348px;
    overflow: hidden;
    background: url(../images/registerbg.png) no-repeat;
}
/*主注册框、*/
.reg-box{
    height: 100%;
    width: 745px;
    float: left;
}
.reg-left{
    height: 100%;
    width: 482px;
    float: left;
}
.reg-left div {
    float: left;
    width: 241px;
    text-align: center;
    padding-top: 70px;
}
.reg-left div.fl {
    padding-top: 81px;
}
.reg-left div.fl p {
    color: #644bcc;
    font-family: 'microsoft yahei';
    line-height: 25px;
    font-size: 14px;
}
.dl {
    display: block;
    width: 211px;
    height: 75px;
    margin: 10px auto;
    background: url(../images/btns.jpg) no-repeat;
}
.dl-app {
    background-position: 0 -55px;
}
.dl-app:hover {
    background-position: 0 -130px;
}
.dl-an {
    background-position: -211px -55px;
}
.dl-an:hover {
    background-position: -211px -130px;
}
.reg-tit {
    color: #c83b53;
    font-size: 25px;
    font-family: 'microsoft yahei';
    padding-left: 50px;
    background: url(../images/prizebox.png) left 11px no-repeat;
    line-height: 60px;
}
.reg-right{
    width: 263px;
    height: 317px;
    float: left;
    margin: 0;
}
#j-fastreg-form1{
    width: 263px;
    padding: 0;
    margin: 0;
}
#j-fastreg-ok1 {
    font-size: 14px;
    line-height: 2;
    margin:  0;
    padding: 20px 10px;
    text-align: center;
}
.reg-right .wn-fastreg {
    padding: 0;
}
.reg-right .wn-fastreg .row {
    padding-left: 0;
    padding-bottom: 8px;
}
.reg-right .wn-fastreg .label {
    z-index: 2;
    margin-left: 10px;
    color: #989898;
    line-height: 36px;
}
.reg-right .wn-fastreg .collection input {
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-indent: 10px;
    width: 228px;
    background-color: #eae7e8;
}
.reg-right .wn-fastreg .msgContainer {
    display: none;
}
.reg-right .wn-fastreg .collection .msgError {
    display: block;
}
.reg-right .wn-fastreg .send {
    width: 228px;
    padding: 0;
    text-align: left;
}
.reg-right .wn-fastreg .sendBtn {
    width: 228px;
    height: 55px;
    background: url(../images/btns.jpg) 0 0 no-repeat;
}
.reg-right .wn-fastreg .sendBtn:hover {
    background-position: 0 0;
}
/*box2*/
.box2{
    margin-top: 35px;
    margin-bottom: 5px;
    height: 494px;
    width: 100%;
    position: relative;
}
.slider1 {
    width: 740px;
    height: 447px;
    background: #fff;
    position: relative;
    top: 0;
}

.slider1 .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.slider1 .item.actived {
    display: block;
}
.slider1 .item img{
    width: 100%;
    max-height: 100%;
}
.feature-nav {
    width: 740px;
    height: 46px;
    margin-top: 2px;
    list-style: none;
}
.feature-nav li {
    margin: 0;
    padding: 0;
    background-color: #ebebeb;
    color: #8a87c4;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    width: 148px;
    float: left;
    cursor: pointer;
}
.feature-nav li:hover, .feature-nav li.actived {
    color: #4b4885;
    font-weight: bold;
    background-color: #9e96d5;
}
.adimg {
    position: absolute;
    top: 0;
    right: 0;
}
/*门派、*/
/*门派*/
.box3 {
    width: 100%;
    padding-top: 20px;
    position: relative;
}
.intro {
    position: absolute;
    right: 15px;
    z-index: 2;
    top: 52px;
}
.scrolltop, .scrollbottom {
    margin-left: -13px;
}
.scrolltop img, .scrollbottom img {
    display: block;
}
.category {
    width: 1000px;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.cate-cont {
    width: 100%;
    height: 500px;
}

.cate-cont li {
    width: 100%;
    height: 100%;
    position: relative;
}

.cate-cont img {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 1000px;
}

.cate-cont p {
    position: absolute;
    top: 190px;
    left: 60px;
    font: normal 14px/22px "Microsoft Yahei";
}

.cate-nav {
    width: 100%;
    height: 64px;
    position: absolute;
    left: 53px;
    bottom: 46px;

}

.cate-nav a {
    width: 64px;
    height: 64px;
    float: left;
    background: url(../images/cate-nav.png) no-repeat;
}
.cate-nav a:hover,.cate-nav .a_hover{
    background: url(../images/cate-nav-hover.png) no-repeat;
}
.cate-nav .a1,.cate-nav .a1:hover,.cate-nav .a0_hover {
    background-position: 0 0;
}

.cate-nav .a2, .cate-nav .a2:hover,.cate-nav .a1_hover {
    background-position:-65px 0;
}

.cate-nav .a3,.cate-nav .a3:hover,.cate-nav .a2_hover{
    background-position:-130px 0;
}

.cate-nav .a4,.cate-nav .a4:hover,.cate-nav .a3_hover{
    background-position:-195px 0;
}

.cate-nav .a5,.cate-nav .a5:hover,.cate-nav .a4_hover{
    background-position:-260px 0;
}

.cate-nav .a6,.cate-nav .a6:hover,.cate-nav .a5_hover{
    background-position:-325px 0;
}

.cate-nav .a7,.cate-nav .a7:hover,.cate-nav .a6_hover{
    background-position:-390px 0;
}

.cate-nav .a8,.cate-nav .a8:hover,.cate-nav .a7_hover{
    background-position:-455px 0;
}


/*btm*/
.box4{
    height: 123px;
    margin: 20px 0;
    width: 100%;
    background: url(../images/bg-btm.jpg) no-repeat;
}
.reg-btn{
    width: 176px;
    height: 85px;
    float: left;
    margin-left: 590px;
    margin-top: 23px;
    background: url("../images/reg-btm.jpg") no-repeat;
}
.reg-btn:hover{
    background-position:0 -85px;
}
.btm-dl1,.btm-dl2{
    width: 176px;
    height: 40px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}
.btm-dl1{
    background: url("../images/btm-dl1.jpg") no-repeat;
    margin-top: 23px;
}
.btm-dl2{
    background: url("../images/btm-dl2.jpg") no-repeat;
}
.btm-dl1:hover{
    background-position:0 -40px;
}
.btm-dl2:hover{
    background-position:0 -40px;
}

/*弹窗*/
.maskDiv{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 51;
    display: none;
}
.pop{
    display: none;
    left: 50%;
    position: fixed;
    _position: absolute;
    top: 50%;
    z-index: 52;
}
.video-pop{
    width: 800px;
    height: 460px;
    margin-left: -400px;
    border: 2px solid #666;
}
#video{
    height: 460px;
    width: 800px;
    margin: 0 auto;
}
.reg-pop{
    width: 400px;
    height: 500px;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #666;
    margin-left: -200px;
    margin-top: -250px;
}
.close{
    position: absolute;
    top: -2px;
    right: -28px;
    background: url("../images/closed.jpg") no-repeat center;
    height: 26px;
    width: 26px;
    z-index: 53;
}
/*弹出注册框a*/
#j-fastreg{
    _position: absolute;
    right: 0;
    z-index: 39;
    padding-left: 50px;
    overflow: hidden;
}

/* 快捷注册引导条 */
.fastreg-chkin{
    position: absolute;
    margin: 40px 0 0 -50px;
    width: 48px;
    border: solid 1px #141313;
    border-radius: 5px 0 0 5px;
    background-color: #201f1f;
    z-index: 39;
    overflow: hidden;
}
.fastreg-chkin .text{
    border-top: solid 6px #1c1b1b;
    padding: 24px 10px 29px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    font-family: "Microsoft Yahei";
}

/* 快捷注册 */
.fastreg-contain{
    width: 300px;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    margin: 0 auto;
}
.fastreg-contain .fricon, .fastreg-contain-form .fricon{
    background: url(img/fastreg.png) no-repeat center top;
}
.fastreg-contain-head{
    position: relative;
    margin: 0 20px;
    height: 52px;
    padding-top: 28px;
    border-bottom: solid 1px #999;
    z-index: 39;
}
.fastreg-contain-head .close{
    position: absolute;
    z-index: 39;
    width: 40px;
    height: 40px;
    top: 3px;
    right: -17px;
    background-position: right top;
    cursor: pointer;
}
.fastreg-contain-head .title{
    height: 40px;
    background-position: center -40px;
    font-size: 26px;
}

.fastreg-contain-foot{
    margin: 0 20px;
    padding-bottom: 20px;
    border-top: solid 1px #e0e0e0;
}
.fastreg-contain-foot .title{
    margin: 10px 0 0;
    height: 40px;
    background-position: center -80px;
}
.fastreg-contain-foot .download{
    width: 270px;
    font-family: "Microsoft Yahei";
}
.fastreg-contain-foot .download a{
    float: left;
    margin: 10px 10px 0 0;
    width: 125px;
    height: 40px;
    line-height: 40px;
    background-position: left -280px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.fastreg-regType{
    margin: 0 20px;
    height: 35px;
    padding: 12px 0;
    font-family: "Microsoft Yahei";
}
.fastreg-regType .regType_m, .fastreg-regType .regType_s{
    float: left;
    display: inline;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #999;
    text-decoration: none;
}
.fastreg-regType .regType_s{
    width: 260px;
}
.fastreg-regType .regCurrent{
    color: #333;
    background-color: #f0f0f0;
    border-top: solid 2px #933;
    height: 33px;
    line-height: 33px;
}

/* 注册成功 */
.fastreg-ok{
    text-align: center;
    font-family: "Microsoft Yahei";
}
.fastreg-ok .okTit{
    margin: 10px 0;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.fastreg-ok p{
    font-size: 14px;
    color: #333;
    line-height: 2;
}
.fastreg-ok a{
    color: #cc3300;
    text-decoration: none;
}
.fastreg-ok .qrcode{
    margin: 20px 0;
}

.popvideobox {
    position: fixed;

}
.prize-pop {
    width: 500px;
    height: 360px;
    margin-top: -180px;
    margin-left: -250px;
}
.pop-register {
    display: block;
    width: 184px;
    height: 44px;
    position: absolute;
    top: 264px;
    left: 50%;
    margin-left: -92px;
}

/*css3样式、*/
.video-btn img{
    animation: 2s linear 0s normal forwards infinite running Circle;
}
@keyframes Circle {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes mymove /* Safari 和 Chrome */
{
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.ewmbox {
    margin-left: 88px;
    width: 162px;

}

.pc-code{
    color: #644bcc;
}