@font-face{
    font-family:HYLingXinJ;
    src:url('./font/HYLINGXINTIJ.TTF')
}
body,html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden
}

body {
    font-family: helvetica,Arial,Hiragino Sans GB,Microsoft YaHei,simsun;
    font-size: 14px;
    line-height: 1.2;
    color: #595959
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    line-height: inherit;
    position: static!important
}

a:hover {
    opacity: .7!important
}

.fixed {
    position: fixed;
    top: 0;
    left: 0
}

.wrapper {
    height: 100%;
    overflow: hidden
}

.logo_left {
    display: block;
    height: 30px;
    position: absolute;
    left: 40px;
    top: 23.5px;
}

.logo_right {
    position: absolute;
    left: 102px;
    top: 22px;
    height: 32px;
    width: 94px
}

.header {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s,-moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s,-moz-transform .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 3;
    height: 76px;
    width: 100%;
    -webkit-box-shadow: 0 1px 10px hsla(0,7%,56%,.08);
    -moz-box-shadow: 0 1px 10px hsla(0,7%,56%,.08);
    box-shadow: 0 1px 10px hsla(0,7%,56%,.08)
}

.header .btn-wrapper {
    position: absolute;
    bottom: 18px;
    right: 40px
}

.header .btn-wrapper .btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 96px;
    height: 40px;
    background-color: #f85959;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 10px;
    line-height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    text-align: center
}

.header .btn-wrapper .btn a {
    height: 100%;
    width: 100%;
    display: inline-block
}

.header .btn-wrapper .register {
    background-color: #fff;
    border: 1px solid #f85959;
    color: #f85959
}

.header .btn-wrapper .login {
    background-color: #f85959;
    color: #fff
}

.show-header {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer .footer-1 {
    margin-bottom: 19px
}

.footer .footer-2 {
    margin-bottom: 37px
}

.footer .v-line {
    line-height: 20px;
    margin: 0 20px;
    border-left: 1px solid #fff
}

.carousel {
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -moz-transition: transform .8s,-moz-transform .8s;
    transition: transform .8s;
    transition: transform .8s,-webkit-transform .8s,-moz-transform .8s
}

.carousel,.page {
    position: relative
}

.page {
    overflow: hidden
}

.page .title {
    /*font-family: PingFangSC-Medium;*/
    font-family: HYLingXinJ;
    font-size:40px;
    /*color: #222;*/
    color: #F8615A;
    letter-spacing: 0;
    line-height: 40px
}

.page .text {
    font-family: HYLingXinJ;
    color: #F8615A;
    font-size: 18px;
}

.page .link,.page .text {
    font-family: HYLingXinJ;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 18px
}

.page .link {
    color: #406599;
    cursor: pointer
}

.page .bg1 {
    left: 236px;
    top: 215px;
    height: 502px;
    width: 867px
}

.page .in * {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s
}

.page>.standard-content {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto
}

.page>.standard-content * {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: absolute;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -moz-transition-property: transform,opacity,-moz-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform,-moz-transform;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

.with-bg>.standard-content {
    position: relative;
    width: 900px;
    height: 100%;
    margin: 0 auto
}

.with-bg>.standard-content * {
    position: absolute
}

.with-bg .bg-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 526px
}

.page4 .t1 {
    left: 1px;
    bottom: 500px
}

.page4 .p1 {
    left: 1px;
    bottom: 451px
}

.page4 .l1 {
    left: 1px;
    bottom: 383px;
    width: 200px
}

.page4 .i1 {
    left: -6px
}

.page4 .i1,.page4 .i2 {
    height: 244px;
    width: 104px;
    bottom: 478px
}

.page4 .i2 {
    left: 138px
}

.page4 .i3 {
    height: 346px;
    width: 1129px;
    left: -111px;
    bottom: 268px
}

.page4 .i4 {
    height: 164px;
    width: 659px;
    left: 122px;
    bottom: 131px
}

.page4 .btn {
    height: 40px;
    width: 136px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    text-align: center
}

.page4 .btn a {
    height: 100%;
    width: 100%;
    display: inline-block
}

.page4 .register {
    color: #f85959;
    background-color: #fff;
    border: 1px solid #f85959;
    left: 642px;
    bottom: 383px
}

.page4 .login {
    color: #fff;
    background-color: #f85959;
    left: 798px;
    bottom: 383px
}

.page3 * {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.page3 .out * {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0
}

.page3 .t1 {
    top: 180px
}

.page3 .p1 {
    top: 244px
}

.page3 .p2 {
    left: 370px;
    top: 330px;
    width: 500px;
}
.page3 .p2 img{
    display: block;
    width: 100%;
}
.page3 .p3 {
    font-size: 20px;
    left: 400px;
    top: 356px
}

.page3 .p3,.page3 .p4 {
    font-family: PingFangSC-Regular;
    color: #406599;
    letter-spacing: 0;
    line-height: 24px
}

.page3 .p4 {
    font-size: 22px;
    left: 509px;
    top: 422px
}

.page3 .p5 {
    font-size: 16px;
    line-height: 19.2px;
    left: 541px;
    top: 307px
}

.page3 .p5,.page3 .p6 {
    font-family: PingFangSC-Regular;
    color: #406599;
    letter-spacing: 0
}

.page3 .p6 {
    font-size: 18px;
    line-height: 23.04px;
    left: 644px;
    top: 382px
}

.page3 .p7 {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #406599;
    letter-spacing: 0;
    line-height: 16.8px;
    left: 677px;
    top: 281px
}

.page3 .i-bottom-standard {
    height: 23px;
    width: 43px
}

.page3 .i1 {
    height: 580px;
    width: 1302px;
    left: -206px;
    top: 160px
}

.page3 .back-timing {
    -webkit-transition-timing-function: cubic-bezier(.18,.9,.32,1.28);
    -moz-transition-timing-function: cubic-bezier(.18,.9,.32,1.28);
    transition-timing-function: cubic-bezier(.18,.9,.32,1.28)
}

.page3 .i2 {
    width: 80px;
    left: 251px;
    top: 432px;
}

.page3 .i2,.page3 .i2-bottom {
    -webkit-transition-delay: .32s;
    -moz-transition-delay: .32s;
    transition-delay: .32s
}

.page3 .i2-bottom {
    left: 251px;
    width: 80px;
    text-align: center;
    font-size: 16px;
    top: 410px;
    color: #612d2d;
}

.page3 .i3 {
    width: 85px;
    left: 287px;
    top: 319px
}

.page3 .i3,.page3 .i3-bottom {
    -webkit-transition-delay: .54s;
    -moz-transition-delay: .54s;
    transition-delay: .54s
}

.page3 .i3-bottom {
    width: 85px;
    left: 287px;
    top: 297px;
    text-align: center;
    font-size: 16px;
    color: #612d2d;
}

.page3 .i4 {
    width: 90px;
    left: 427px;
    top: 267px
}

.page3 .i4,.page3 .i4-bottom {
    -webkit-transition-delay: .76s;
    -moz-transition-delay: .76s;
    transition-delay: .76s
}

.page3 .i4-bottom {
    width: 90px;
    left: 427px;
    top: 245px;
    text-align: center;
    font-size: 16px;
    color: #612d2d;
}

.page3 .i5 {
    width: 80px;
    left: 557px;
    top: 270px
}

.page3 .i5,.page3 .i5-bottom {
    -webkit-transition-delay: .98s;
    -moz-transition-delay: .98s;
    transition-delay: .98s
}

.page3 .i5-bottom {
    width: 80px;
    left: 557px;
    top: 248px;
    text-align: center;
    font-size: 16px;
    color: #612d2d;
}

.page3 .i6 {
    width: 85px;
    left: 663px;
    top: 206px;
}

.page3 .i6,.page3 .i6-bottom {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.page3 .i6-bottom {
    width: 85px;
    left: 663px;
    top: 184px;
    text-align: center;
    font-size: 16px;
    color: #612d2d;
}

.page3 .i7 {
    width: 80px;
    left: 775px;
    top: 253px;
}

.page3 .i7,.page3 .i7-bottom {
    -webkit-transition-delay: 1.42s;
    -moz-transition-delay: 1.42s;
    transition-delay: 1.42s
}

.page3 .i7-bottom {
    width: 80px;
    left: 775px;
    top: 231px;
    text-align: center;
    font-size: 16px;
    color: #612d2d;
}

.page2 .out * {
    opacity: 0
}

.page2 .out .i-stack {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s
}

.page2 .out .i-stack-1 {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.page2 .out .i-stack-2 {
    -webkit-transform: translateY(105px);
    -moz-transform: translateY(105px);
    -ms-transform: translateY(105px);
    transform: translateY(105px);
    -webkit-transition-delay: .36s;
    -moz-transition-delay: .36s;
    transition-delay: .36s
}

.page2 .out .i-stack-3 {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition-delay: .42s;
    -moz-transition-delay: .42s;
    transition-delay: .42s
}

.page2 .out .i-stack-4 {
    -webkit-transform: translateY(195px);
    -moz-transform: translateY(195px);
    -ms-transform: translateY(195px);
    transform: translateY(195px);
    -webkit-transition-delay: .48s;
    -moz-transition-delay: .48s;
    transition-delay: .48s
}

.page2 .out .i-stack-bottom {
    -webkit-transform: translateY(240px);
    -moz-transform: translateY(240px);
    -ms-transform: translateY(240px);
    transform: translateY(240px);
    -webkit-transition-delay: .54s;
    -moz-transition-delay: .54s;
    transition-delay: .54s
}

.page2 .out .i1 {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.page2 .i1 {
    left: 200px;
    top: 400px;
    height: 303px
}

.page2 .t1 {
    top: 180px
}

.page2 .p1 {
    font-family: HYLingXinJ;
    font-size: 18px;
    color: #F8615A;
    letter-spacing: 0;
    line-height: 30px;
    top: 238px
}

.page2 .i-stack {
    height: 188px;
    width: 331px
}

.page2 .i-stack-1 {
    top: 467px;
    left: 413px;
    height: 141px;
    width: 283px
}

.page2 .i-stack-2 {
    top: 420px;
    left: 414px
}

.page2 .i-stack-3 {
    top: 435px;
    left: 414px
}

.page2 .i-stack-4 {
    top: 451px;
    left: 414px
}

.page2 .i-stack-bottom {
    top: 285px;
    right: 200px;
    width: 180px;
}

.page2 .i-append-blue {
    -webkit-animation-name: blues;
    -moz-animation-name: blues;
    animation-name: blues;
    -webkit-animation-duration: 9s;
    -moz-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1,0,0,1);
    -moz-animation-timing-function: cubic-bezier(1,0,0,1);
    animation-timing-function: cubic-bezier(1,0,0,1)
}

.page2 .i-append-1 {
    left: 360px;
    top: 292px;
    width: 40px;
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    animation-delay: 0ms
}

.page2 .i-append-2 {
    left: 360px;
    top: 292px;
    width: 40px;
    -webkit-animation-delay: -3s;
    -moz-animation-delay: -3s;
    animation-delay: -3s
}

.page2 .i-append-3 {
    left: 360px;
    top: 292px;
    width: 50px;
    -webkit-animation-delay: -6s;
    -moz-animation-delay: -6s;
    animation-delay: -6s
}

.page2 .i-append-4 {
    left: 818px;
    top: 341px;
    width: 45px;
}

.page2 .i-append-5 {
    left: 768px;
    top: 468px;
    height: 61px;
    width: 34px;
    opacity: .7
}

.page2 .i-append-6 {
    left: 810px;
    top: 497px;
    height: 56px;
    width: 30px;
    opacity: .5
}

.page1 .out * {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.page1 .t1 {
    top: 155px;
    -webkit-transition-delay: 35ms;
    -moz-transition-delay: 35ms;
    transition-delay: 35ms
}

.page1 .p1 {
    /*top: 280px;*/
    top: 225px;
    -webkit-transition-delay: 95ms;
    -moz-transition-delay: 95ms;
    transition-delay: 95ms
}

.page1 .icon-list {
    top: 340px
}

.page1 .icon-list .icon {
    position: relative;
    height: 59px;
    width: 59px
}

.page1 .icon-list .icon1 {
    -webkit-transition-delay: 155ms;
    -moz-transition-delay: 155ms;
    transition-delay: 155ms
}

.page1 .icon-list .icon2 {
    -webkit-transition-delay: 215ms;
    -moz-transition-delay: 215ms;
    transition-delay: 215ms
}

.page1 .icon-list .icon3 {
    -webkit-transition-delay: 275ms;
    -moz-transition-delay: 275ms;
    transition-delay: 275ms
}

.page1 .icon-list .icon4 {
    -webkit-transition-delay: 335ms;
    -moz-transition-delay: 335ms;
    transition-delay: 335ms
}

.page1 .icon-list .icon5 {
    -webkit-transition-delay: 395ms;
    -moz-transition-delay: 395ms;
    transition-delay: 395ms
}

.page1 .icon-list .icon6 {
    -webkit-transition-delay: 455ms;
    -moz-transition-delay: 455ms;
    transition-delay: 455ms
}

.page1 .icon-list .hs {
    height: 45px;
    width: 45px;
    top: -12px;
    margin: 0 6px
}

.page1 .i1 {
    left: 135px;
    top: 440px;
    width: 60px;
    -webkit-transition-delay: 655ms;
    -moz-transition-delay: 655ms;
    transition-delay: 655ms
}

.page1 .i2 {
    left: 455px;
    top: 354px;
    width: 400px;
    -webkit-transition-delay: 715ms;
    -moz-transition-delay: 715ms;
    transition-delay: 715ms
}

.page1 .i3 {
    right: 70px;
    top: 354px;
    width: 40px;
    -webkit-transition-delay: 775ms;
    -moz-transition-delay: 775ms;
    transition-delay: 775ms
}

.page1 .i4 {
    right: 0px;
    top: 387px;
    width: 50px;
    -webkit-transition-delay: 835ms;
    -moz-transition-delay: 835ms;
    transition-delay: 835ms
}

.page1 .line1 {
    left: 348px;
    top: 488px;
    width: 50px;
    -webkit-transition-delay: 735ms;
    -moz-transition-delay: 735ms;
    transition-delay: 735ms;
    z-index: 10;
}

.page1 .line2 {
    left: 378px;
    top: 480px;
    width: 50px;
    -webkit-transition-delay: 835ms;
    -moz-transition-delay: 835ms;
    transition-delay: 835ms;
    z-index: 5;
}

.page1 .line3 {
    right: 172px;
    top: 304px;
    width: 330px;
    z-index: 10;
    -webkit-transition-delay: 835ms;
    -moz-transition-delay: 835ms;
    transition-delay: 835ms;
}
.page1 .line4 {
    left: 403px;
    top: 480px;
    width: 50px;
    -webkit-transition-delay: 935ms;
    -moz-transition-delay: 935ms;
    transition-delay: 935ms;
    z-index: 2;
}

.page0 .out * {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0
}

.page0 .t1 {
    top: 180px;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    line-height: 56px
}

.page0 .p1 {
    top: 244px;
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    transition-delay: 80ms
}

.page0 .l1 {
    top: 352px;
    width: 250px
}

.page0 .b1,.page0 .l1 {
    -webkit-transition-delay: .16s;
    -moz-transition-delay: .16s;
    transition-delay: .16s
}

.page0 .b1 {
    left: -13px;
    top: 394px;
    width: 150px;
    height: 76px;
    cursor: pointer
}

.page0 .i1 {
    right:5px;
    top: 220px;
    width: 400px;
    /*height: 319px;*/
    -webkit-transition-delay: .24s;
    -moz-transition-delay: .24s;
    transition-delay: .24s
}

.page0 .i2 {
    right: 417px;
    top: 385px;
    width: 60px;
    /*height: 58px;*/
    -webkit-transition-delay: .28s;
    -moz-transition-delay: .28s;
    transition-delay: .28s
}

.page0 .i3 {
    right: 127px;
    top: 456px;
    width: 70px;
    /*height: 71px;*/
    -webkit-transition-delay: .32s;
    -moz-transition-delay: .32s;
    transition-delay: .32s
}

.page0 .i4 {
    right: 45px;
    top: 302px;
    width: 60px;
    /*height: 94px;*/
    -webkit-transition-delay: .36s;
    -moz-transition-delay: .36s;
    transition-delay: .36s
}

.page0 .wave-content {
    -webkit-transition-delay: .24s;
    -moz-transition-delay: .24s;
    transition-delay: .24s;
    opacity: .65;
    margin-left: 200px;
}

.guide-arrow {
    left: 429px;
    bottom: 36px;
    height: 30px;
    width: 32px;
    -webkit-animation: guideArraw;
    -moz-animation: guideArraw;
    animation: guideArraw;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    cursor: pointer
}

.page-1 .bg {
    height: 100%
}

.page-1 .bg,.page-1 .bg2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.page-1 .bg2 {
    height: 255px
}

.page-1 .i1 {
    left: 295px;
    bottom: 404px;
    height: 405px;
    width: 679px
}

.page-1 .i2 {
    left: 620px;
}

.page-1 .i2,.page-1 .i3 {
    bottom: 265px;
    width: 155px;
    cursor: pointer
}

.page-1 .i3 {
    left: 795px
}

.page-1 .i4 {
    height: 831px;
    width: 927px;
    left: -298px;
    bottom: 0
}

.carousel-btns {
    position: fixed;
    height: 100%;
    width: 50px;
    left: 0;
    top: 0;
    z-index: 2
}

.carousel-btns ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    list-style-type: none
}

.carousel-btns li,.carousel-btns ul {
    padding: 0;
    margin: 0
}

.carousel-btns li {
    margin: 10px 0;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #d2d4d6;
    cursor: pointer
}

.carousel-btns li.active {
    border: 4px solid #f95e58;
    background-color: #fff;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px)
}

.wave-content {
    height: 666px;
    width: 666px;
    left: 255px;
    top: 139px
}

.wave {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: transparent;
    border: 1px solid #979797;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-name: wv;
    -moz-animation-name: wv;
    animation-name: wv;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.wave1 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0
}

.wave2 {
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    animation-delay: -2s
}

.wave3 {
    -webkit-animation-delay: -4s;
    -moz-animation-delay: -4s;
    animation-delay: -4s
}

.wave4 {
    -webkit-animation-delay: -6s;
    -moz-animation-delay: -6s;
    animation-delay: -6s
}

@-webkit-keyframes wv {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    30% {
        opacity: .7;
        -webkit-transform: scale(.65);
        transform: scale(.65)
    }

    70% {
        opacity: .1;
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes wv {
    0% {
        opacity: 0;
        -moz-transform: scale(.5);
        transform: scale(.5)
    }

    30% {
        opacity: .7;
        -moz-transform: scale(.65);
        transform: scale(.65)
    }

    70% {
        opacity: .1;
        -moz-transform: scale(.85);
        transform: scale(.85)
    }

    to {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes wv {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        transform: scale(.5)
    }

    30% {
        opacity: .7;
        -webkit-transform: scale(.65);
        -moz-transform: scale(.65);
        transform: scale(.65)
    }

    70% {
        opacity: .1;
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        transform: scale(.85)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes blues {
    0% {
        -webkit-transform: translate(0) scale(.75);
        transform: translate(0) scale(.75);
        opacity: .7
    }

    33% {
        -webkit-transform: translate(22px,31px);
        transform: translate(22px,31px);
        opacity: 1;
        z-index: 2
    }

    66% {
        -webkit-transform: translate(90px,65px) scale(.75);
        transform: translate(90px,65px) scale(.75);
        opacity: .7
    }

    to {
        -webkit-transform: translate(0) scale(.75);
        transform: translate(0) scale(.75);
        opacity: .7
    }
}

@-moz-keyframes blues {
    0% {
        -moz-transform: translate(0) scale(.75);
        transform: translate(0) scale(.75);
        opacity: .7
    }

    33% {
        -moz-transform: translate(22px,31px);
        transform: translate(22px,31px);
        opacity: 1;
        z-index: 2
    }

    66% {
        -moz-transform: translate(90px,65px) scale(.75);
        transform: translate(90px,65px) scale(.75);
        opacity: .7
    }

    to {
        -moz-transform: translate(0) scale(.75);
        transform: translate(0) scale(.75);
        opacity: .7
    }
}

@keyframes blues {
    0% {
        -webkit-transform: translate(0) scale(.75);
        -moz-transform: translate(0) scale(.75);
        transform: translate(0) scale(.75);
        opacity: .7
    }

    33% {
        -webkit-transform: translate(22px,31px);
        -moz-transform: translate(22px,31px);
        transform: translate(22px,31px);
        opacity: 1;
        z-index: 2
    }

    66% {
        -webkit-transform: translate(90px,65px) scale(.75);
        -moz-transform: translate(90px,65px) scale(.75);
        transform: translate(90px,65px) scale(.75);
        opacity: .7
    }

    to {
        -webkit-transform: translate(0) scale(.75);
        -moz-transform: translate(0) scale(.75);
        transform: translate(0) scale(.75);
        opacity: .7
    }
}

@-webkit-keyframes guideArraw {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes guideArraw {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes guideArraw {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

.page-1{
    position: relative;
}
.page-1 .page_1_text{
    font-size: 50px;
    color: #fff;
    position: absolute;
    z-index: 2;
    position: absolute;
    right: 18%;
    top: 27%;
}

.zhuce_body{
    background: url("../images/login_bg.jpg") no-repeat center center;
    background-size: cover;
}
.logo_box{
    float: left;
    height: 35px;
    display: block;
    margin-left: 30px;
    margin-top: 25px;
}
.logo_box img{
    display: block;
/*    height: 100%;*/
}
.toutiaoyouni{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-35%,-117%);
}
.form_box{
    width: 400px;
    box-sizing: border-box;
    padding: 50px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius:4px;
    box-shadow:0px 1px 4px 1px rgba(100,100,100,0.1);
    overflow: hidden;
}
.form_box form .input{
    width: 100%;
    height: 40px;
    border: solid 1px #e5e5e5;
    text-indent: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.form_box form .yanzheng{
    display: flex;
    display: -webkit-flex;
}
.form_box form .yanzheng input{
    display: block;
    width: 190px;
    height: 100%;
    text-indent: 10px;
    border: none;
    box-sizing: border-box;
}
.form_box form .yanzheng .btn_yanzheng{
    color: #406599;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    border-left: solid 1px #e5e5e5;
    width: calc(100% - 190px);
    text-indent: 0px;
}
.form_box form .yanzheng .btn_yanzheng img{
    display: block;
    width: 100%;
    height: 38px;
}
.form_box form .yanzheng .active{
    color: #ccc !important;
    pointer-events: none;
    cursor: default;
}
.form_box form .switch_btn{
    font-size: 14px;
}
.form_box form .switch_btn span{
    color: #406599;
    cursor: pointer;
}
.form_box .mobile_box{
    display: none;
}
.form_box .email{
    display: block;
}
.form_box .show .mobile_box{
    display: block;
}
.form_box .show .email{
    display: none;
}
.form_box .submit_btn{
    width: 100%;
    height: 40px;
    background: #fb5036;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 35px;
}
.submit_btn2{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    font-size: 14px;
    margin-top: 30px;
    line-height: 30px;
}
.submit_btn2 div:nth-child(1){
    margin-right: 10px;
}
.submit_btn2 div{
    height: 30px;
    margin-right: 30px;
}
.submit_btn2 div img{
    display: block;
    height: 100%;
    cursor: pointer;
}

.form_box .title_text{
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 10px;
    color: #808080;
}
.form_box .title_text span{
    cursor: pointer;
}
.form_box .title_text .ac{
    color: #060606;
    cursor: none;
}
.form_box .selct{
    width: 100%;
    height: 40px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
}
.form_box .selct .selct_left{
    width: 60px;
    height: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.form_box .selct .selct_left>span{
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    display: block;
    width: 100%;
}
.form_box .selct .selct_left>i{
    display: block;
    width: 12px;
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 14px;
}
.form_box .selct .selct_left>i img{
    display: block;
    width: 12px;
}
.form_box .selct .selct_left:hover .selct_box{
    display: block;
}
.form_box .selct .selct_left .selct_box{
    width: 215px;
    height: 245px;
    position: absolute;
    left: 0px;
    top: 20px;
    background: #fff;
    z-index: 100;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 20px 0px;
    box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
    display: none;
}
.form_box .selct .selct_left .selct_box li{
    list-style: none;
    line-height: 30px;
    padding: 0px 20px;
    height: 30px;
}
.form_box .selct .selct_left .selct_box li:hover{
    background: #f5f5f5;
}
.form_box .selct .selct_left .selct_box li span{
    display: block;
    float: right;
}
.form_box .selct .selct_right{
    width: calc(100% - 60px);
    height: 100%;
    box-sizing: border-box;
    display: block;
    border: none;
    text-indent: 10px;
}
.form_box .tip{
    text-align: center;
    font-size: 12px;
    color: #a1a1a1;
    margin-top: 10px;
}
.form_box .tip a{
color:#fc705e;
}
.fot_text{
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 30px;
    left: 0px;
    font-size: 14px;
    color: #999;
}
 .fot_text a{
    color: #406599;
}
.fot_text .wangji{
    margin-left: 70px;
}
.form_box2{
    padding: 0px !important;
    background: none !important;
}
.form_box .qita_text{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-top: 60px;
    padding: 0px 50px;
    box-sizing: border-box;
}
.lin_left,.lin_right{
    width: 38%;
    border-bottom: solid 1px #999;
    height: 15px;
}
.lin_text{
    width: 24%;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.meiti_box{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 30px;
}
.meiti_box img{
    display: block;
    height: 30px;
    margin-bottom: 10px;
}
.meiti_box .wx_box{
    margin-left: 30px;
}
#bg_box,#pass_box{
    background: #fff;
    padding: 20px 50px;
}
/*选择*/
.choose_top_box{
    padding: 0px 50px;
    background: #fff;
    height: 60px;
    box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: fixed;
    z-index: 2;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
}
.choose_top_box .logo{
    display: block;
    height: 30px;
    margin-top: 15px;
}
.choose_top_box .logo img{
    display: block;
    height: 30px;
}
.user_box{
    padding-top: 15px;
    cursor: pointer;
}
.choose_top_box .user_box .avatar{
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    float: left;
}
.choose_top_box .user_box .user_name{
    font-size: 14px;
    line-height: 30px;
    float: left;
    margin-left: 10px;
}
.choose_top_box .user_box .selct{
    float: left;
    width: 10px;
}
.choose_top_box .user_box .selct img{
    display: block;
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
}
.choose_content{
    width: 1000px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 80px;
}
.choose_list{
    width: 160px;
    text-align: center;
}
.choose_list .icon_img{
    width: 90px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.choose_list_title{
    font-size: 22px;
}
.choose_list_text{
    font-size: 12px;
    color: #68667a;
    line-height: 20px;
}
.choose_list_btn{
    display: block;
    width: 100%;
    border: solid 2px #f0081a;
    box-sizing: border-box;
    color: #f0081a;
    height: 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    line-height: 36px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    margin-top: 50px;
}

.form_box form .password_box .input{
    box-sizing: border-box;
    padding-left: 40px;
}
.form_box form .password_box .input.account{
    background: url("../images/account.png") 14px center no-repeat;
    background-size: 18px 20px;
}
.form_box form .password_box .input.password{
    background: url("../images/pass.png") 14px center no-repeat;
    background-size: 18px 20px;
}
.form_box form .password_box input{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding:0 4px;
    border: none;
    outline: none;
}

.page5 .t1{
    top: 180px;
    z-index:2;
}
.page5 .p1{
    top: 235px;
    z-index:2;
}
