@charset "utf-8";
html {
    -ms-touch-action: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/bg.jpg);
    background-size: 100% 100%;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both;
}

a:link {
    color: #FFF;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #FFF;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info {
    color: #777777;
    z-index: 100;
    font-size: .6em;
    bottom: -55%;
    width: 100%;
    position: absolute;
    text-align: center;
    opacity: .7;
}

.info a {
    color: rgb(52, 91, 173)!important;
}

#music {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 3%;
    top: 2%;
    background-size: 82%;
    z-index: 99999999;
    background-image: url(../images/music2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.play {
    background-image: url(../images/music.png)!important;
}

.music {
    width: 100%;
    height: 100%;
    background-size: 100%;
    z-index: 10;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

#music>span {
    color: #000;
    position: absolute;
    left: -60px;
    top: 0;
    line-height: 24px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99999;
}

.user_list {
    top: 0;
    right: 0;
    z-index: 10;
    background-image: url(../images/p16.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    display: block;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.play {}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.icon-tubiao2yinlediantai:before {
    left: 2px;
    top: -3px;
    color: rgba(255, 255, 255, 0.63);
    position: absolute;
    content: "\e604";
}

.swiper-container:before {
    left: 0;
    text-align: center;
    color: #0B0100;
    opacity: 1;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
}


/*加载页*/

.swiper-slide img {
    border: 0;
    width: 100%
}

.ht {
    bottom: 15%;
    position: relative;
    width: 100%;
    height: 15%;
}

.page-loading .span {
    margin-top: 65%;
}

.page-loading .pres {
    display: block;
    width: 15px;
    height: 20px;
    float: left;
    margin-left: -3px;
    background-image: url(../images/numbers.png);
}

.help {
    width: 30px;
    height: 30px;
    border: 1px #fff solid;
    border-radius: 50%;
    -webkit-animation: rotation 1s ease-in-out infinite;
    -moz-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
    margin: 30px auto;
}

.help:after {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    position: absolute;
    content: "";
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.page-loading {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10000;
    background: #55a7be;
}

.page-loading p {
    font-size: 1em;
    text-align: center;
    width: 13em;
    height: 2em;
    position: relative;
    margin: 0% auto auto auto;
    color: white;
}

.page-loading .border {
    font-size: 100px;
    width: 1em;
    height: 1em;
    position: relative;
    margin: 60% auto auto auto;
    border-radius: 50%;
    list-style: none;
}

.page-loading .border li {
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50%;
}

.page-loading .border li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.1em;
    background: #feb963;
    -webkit-transform-origin: 50% 250%;
    -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}

.page-loading .border li:nth-child(2) {
    top: 50%;
    right: 0;
    margin: -.1em 0 0 0;
    background: #f86260;
    -webkit-transform-origin: -150% 50%;
    -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}

.page-loading .border li:nth-child(3) {
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -.1em;
    background: #49b2e1;
    -webkit-transform-origin: 50% -150%;
    -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}

.page-loading .border li:nth-child(4) {
    top: 50%;
    left: 0;
    margin: -.1em 0 0 0;
    background: #feb95d;
    -webkit-transform-origin: 250% 50%;
    -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}

@-webkit-keyframes ani_arrow2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    40% {
        opacity: 0.4;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    50% {
        opacity: .8;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@-webkit-keyframes ani_arrow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    40% {
        opacity: 1;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@-webkit-keyframes ani_arrow_X {
    0% {
        opacity: 1;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    40% {
        opacity: 1;
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

@keyframes ani_arrow_X {
    0% {
        opacity: 1;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    40% {
        opacity: 1;
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

@-webkit-keyframes ani_arrow_Y {
    0% {
        opacity: 1;
        -webkit-transform: translateX(80%);
        transform: translateX(80%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}

.page {
    background: #FDF4D3;
}

#music>span {
    color: #000;
    position: absolute;
    left: -60px;
    top: 0;
    line-height: 24px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99999;
}

.play {
    animation: rotate 4s linear infinite;
    -webkit-animation: rotate 4s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.icos_arrow {
    z-index: 100;
    position: absolute;
    width: 48px;
    height: 30px;
    bottom: 2%;
    left: 50%;
    margin-left: -16px;
    opacity: 0;
    display: none;
}

.icos_s {
    -webkit-animation: ani_arrow2 2s ease-in 0s infinite;
    -moz-animation: ani_arrow2 22s ease-in 0s infinite;
    -ms-animation: ani_arrow2 2s ease-in 0s infinite;
    animation: ani_arrow2 2s ease-in 0s infinite;
}

.swiper-container {
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url(../images/bg.jpg?123);
    background-repeat: repeat;
    background-size: 100%;
}

.swiper-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.end {
    width: 100%;
    height: 100%;
    background-image: url(../images/end.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 999999;
    display: none;
}


.fx_box {
    width: 100%;
    height: 100%;
    background-image: url(../images/fx.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1999999;
    display: none;
}




.input_box {
    width: 100%;
    height: 100%;
    background-image: url(../images/p13.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 11000;
    top: 0;
    display: none;
}

.input_box img {
    width: 100%
}

.fx {
    width: 100%;
    height: 100%;
    background-image: url(../images/p43.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    background-position: 70% 14%;
    display: none;
    z-index: 9999;
    position: absolute;
    top: 0;
    background-color: rgba(25, 22, 22, 0.95);
}

.body {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 3%;
    padding: 0;
    height: 25px;
    width: 65%;
    border: 0;
    border-bottom: 2px solid rgb(229, 44, 29);
    border-radius: 0;
    float: left;
    background: none;
    color: #6D6D6D;
    outline: none;
    text-align: left;
    text-indent: 10px;
    margin-right: 5%;
}

.div_i {
    position: relative;
    top: 12%;
    left: 6%;
    width: 70%;
    float: left;
}

.div_i em {
    font-style: normal;
    font-size: 1.8em;
    position: relative;
    bottom: -5px;
    line-height: 22px;
    color: #E42111;
    text-align: left;
    float: left;
    width: 30%;
}

.text2,
.text3 {
    width: 50%;
}

.p4_img {
    width: 130px;
    height: 150px;
    position: relative;
    left: 50%;
    border: 1px dashed #5fe8ab;
    overflow: hidden;
    float: left;
    margin-left: -65px;
    background-color: rgba(255, 255, 255, 0.62);
}

.plus {
    position: absolute;
    width: 35%;
    left: 50%;
    margin-left: -17.5%;
    top: 50%;
    margin-top: -17.5%;
}

.edit_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 999;
    top: 0;
    left: 0;
}

.edit_btn span {
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.73);
    height: 30px;
    line-height: 30px;
    left: 0;
}

.loading_up {
    display: none;
}

.p4_w {
    position: relative;
    top: 18%;
    font-size: 1.5em;
    color: #797979;
}

.p4_btn {
    position: absolute;
    width: 70%;
    bottom: 2%;
    left: 50%;
    margin-left: -35%;
}

.mo {
    display: none;
    overflow-y: auto;
    height: 100%;
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.83);
}

.mo img {
    width: 100%;
}

.img_box {
    /* width: 88%; */
    position: absolute;
    /* left: 50%; */
    /* margin-left: -44%; */
    /* top: 3%; */
}

.btg1 {
    position: absolute;
    width: 40%;
    height: 100%;
}

.btg2 {
    position: absolute;
    right: 0;
    width: 60%;
    height: 100%;
}

.tool4 {
    position: absolute;
    bottom: 1%;
    width: 70%;
    right: 5%;
}

.loading_div {
    position: absolute;
    width: 36%;
    left: 50%;
    margin-left: -18%;
    top: 25%;
}

.tips {
    position: absolute;
    bottom: 11%;
    left: 50%;
    z-index: 999;
    font-size: 1.3em;
    width: 100%;
    text-align: center;
    margin-left: -50%;
}

.tips .zan {
    color: #f5724b;
}

.three-quarters-loader:not(:required) {
    -moz-animation: three-quarters-loader 1250ms infinite linear;
    -webkit-animation: three-quarters-loader 1250ms infinite linear;
    animation: three-quarters-loader 1250ms infinite linear;
    border: 8px solid #C5C5C5;
    border-right-color: transparent;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

@-moz-keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes three-quarters-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.81);
    top: 0;
    z-index: 999;
    display: none;
}

.p1 {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    margin-left: 0%;
    margin-top: -55%;
    height: 66%;
}

.p2 {
    position: absolute;
    width: 32%;
    top: 50%;
    left: 6%;
    margin-top: -26%;
    height: 28%;
}

.p3 {
    position: absolute;
    width: 80%;
    bottom: 3%;
    right: 8%;
    z-index: 99;
}

.p4 {
    position: absolute;
    width: 10%;
    left: 50%;
    top: 10%;
    margin-left: -5%;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
}

.pz_z {
    position: absolute;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    display: none;
    top: -52%;
}

.video-box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    transform-origin: center;
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -webkit-transform: rotate(90deg);
    width: 100%;
    height: 100%;
}

.video,
.main {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0; overflow: hidden;
}

.index_box img,
.tool_div img {
    width: 100%;
}

.index_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg.jpg);
    z-index: 99999;
    background-size: 100%;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    overflow: hidden;
}

.tool_div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.act {
    background-color: rgba(0, 0, 0, 0.7);
}

.w1 {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 8%;
    margin-left: -30%;
    display: none;
}

.A_c {
    position: absolute;
    width: 20%;
    height: 92%;
    left: 20%;
    top: 8%;
}

.B_c {
    position: absolute;
    width: 20%;
    height: 92%;
    top: 7%;
}


.w4 .A_c {
    position: absolute;
    width: 20%;
    height: 92%;
    left: 20%;
    top: 1%;
}

.w4 .B_c {
    position: absolute;
    width: 20%;
    height: 92%;
    top: 0%;
    left: -4%;
}


.sc_ok {
    width: 75%;
    position: absolute;
    top: 0%;
    right: 15%;
    display: none;
}

.B_c .sc_ok {
    right: 30%;
    top: 1%;
}

.w2 .A_c {
    left: 16%;
}

.w2 .A_c .sc_ok {
    right: 20%;
    top: -2%;
}

.w2 .B_c {
    left: -2%;
}

.w2 .B_c .sc_ok {
    right: 20%;
    top: -1%;
}

.w2 {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 15%;
    margin-left: -30%;
    display: none;
}

#video2,#video3 {
    display: none;
}

.leve {
    position: absolute;
    width: 19%;
    right: 0;
    display: none;
}

.l2 {
    right: 20%;
}

.l3 {
    right: 41%;
}

.l4 {
    right: 61%;
}

.l5 {
    right: 81%;
}

.w3 {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 17%;
    margin-left: -30%;
    display: none;
}

.w4 {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 12%;
    margin-left: -29%;
    display: none;
}

.w5 {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 11%;
    margin-left: -30%;
    display: none;
}

.time {
    position: absolute;
    font-size: 2em;
    right: 10%;
    z-index: 999999999;
    color: red;
    -webkit-transform-origin: center;
    -webkit-transform: rotate(90deg) scale(1.8);
    top: 17%;
}

.w3 .A_c {
    position: absolute;
    width: 20%;
    height: 92%;
    left: 14%;
    top: 12%;
}

.w3 .B_c {
    position: absolute;
    width: 20%;
    height: 92%;
    top: 10%;
    left: -4%;
}

.w3 .B_c .sc_ok {
    right: 15%;
    top: 2%;
}

.w4 .A_c .sc_ok {
    right: 40%;
    top: 2%;
}

.w4 .B_c .sc_ok {
    right: 18%;
    top: 3%;
}

.w5 .A_c .sc_ok {
    right: 40%;
    top: -1%;
}

.w5 .B_c .sc_ok {
    right: 35%;
    top: 0%;
}

.btn img{ width: 100%;}
.btn{    position: absolute;
    width: 15%;
    top: 35%;
    left: 8%;}

.s90 .w1{top: 20%;}
.s90 .w2{top: 25%;}
.s90 .w3{top: 28%;}
.s90 .w4{top: 22%}
.s90 .w5{}


.fx_btn{    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: white;
    background-image: url(http://zhixun.mobi/minisite/xuhuidichan/16job_h5/images/fx_end.jpg?t123);
    background-size: 100% 100%;
    display: none;}

.code{    position: absolute;
    width: 25%;
    left: 5%;
    top: 3%;}

.code img{ width:100%;}