html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body {
    margin: 0;
    overflow: hidden;
    width: 500px;
    height: 100%;
    position: absolute;
}


html {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    clear: both
}

body {
    font-family: 'Microsoft YaHei', arial, helvetica, sans-serif;
    color: #111;
    background: #f9f9f9;
    ;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

form {
    display: inline
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
ol {
    list-style: none
}

input,
select,
button {
    font-family: 'Microsoft YaHei', arial, helvetica, sans-serif;
    font-size: 100%;
    vertical-align: middle;
    outline: 0
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button
}

input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    text-decoration: none;
    color: #111
}

a:hover {
    color: #111;
    text-decoration: none
}

img {
    vertical-align: middle;
    font-size: 0;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.container {
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: none;
}

.bg{
    width: 100%;
    height: 100%;
    position: absolute;
}

.start_content{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: space-around;
    top: 13%;
}

#bgm{
    position: absolute;
}

/* .main img {
    position: absolute;
} */

.start {
    position: absolute;
    width: 33%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.main {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.header img {
    width: 100%;
    height: auto;
}

/* .ts {
    width: 59.5%;
    height: 0;
    padding-bottom: 9.7%;
    position: absolute;
    background-image: url("../images/提示.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    bottom: 34.5vw;
    left: 20.25%;
    animation: mySlideUp 0.5s ease-in-out 1s;
    -webkit-animation: mySlideUp 0.5s ease-in-out 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 0;
} */

.ts.srzt {
    animation: ts-srzt 0.3s ease-in-out;
    -webkit-animation: ts-srzt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes ts-srzt {
    0% {
        bottom: 70vw;
    }

    100% {
        bottom: 73.4vw;
        opacity: 0;
    }
}

.ts.cszt {
    animation: ts-cszt 0.3s ease-in-out;
    -webkit-animation: ts-cszt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes ts-cszt {
    0% {
        bottom: 73.4vw;
    }

    100% {
        bottom: 34.5vw;
        opacity: 1;
    }
}

.srk {
    width: 91%;
    height: 0;
    padding-bottom: 16.5%;
    position: absolute;
    background-image: url("../images/输入框.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    bottom: 15.2vw;
    left: 4.5%;
    animation: mySlideUp 0.5s ease-in-out 1s;
    -webkit-animation: mySlideUp 0.5s ease-in-out 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 0;
}

.srk img.ai {
    position: absolute;
    width: 11.6%;
    height: auto;
    top: 3vw;
    left: 5%;
    /* animation: fadeIn 0.3s ease-in-out 1.5s;
    -webkit-animation: fadeIn 0.3s ease-in-out 1.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 0; */
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.srk img.hb {
    position: absolute;
    width: 56%;
    height: auto;
    top: -10.5vw;
    left: 20%;
    opacity: 0;
}

.srk p.text {
    position: absolute;
    width: 40%;
    height: 10vw;
    top: 2.6vw;
    left: 19%;
    font-size: 20px;
    color: #B63434;
    text-align: left;
    background-color: #fff;
    line-height: 10vw;
    font-weight: bold;
    text-indent: 8px;
    display: none;
}

.srk p.pre_text {
    position: absolute;
    width: 63%;
    height: 10vw;
    top: 2.6vw;
    left: 19%;
    font-size: 17px;
    text-align: left;
    background-color: #fff;
    line-height: 6vw;
    font-weight: bold;
}

.srk div.btn-next {
    background-image: url("../images/发送.png");
    background-repeat: no-repeat;
    background-size: 85% 85%;
    background-position: center center;
    position: absolute;
    width: 13vw;
    height: 13vw;
    top: 2vw;
    right: 3.5%;
}

.srk div.btn-next.active {
    animation: tada 1.2s ease-in-out 0s 1;
    -webkit-animation: tada 1.2s ease-in-out 0s 1;
}

@-webkit-keyframes tada2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.7, 0.7, 0.7) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.12, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.2, 1.21, 1.2) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.7, 0.7, 0.7) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.12, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.2, 1.21, 1.2) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.notice {
    position: absolute;
    width: 32%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1d2088;
    pointer-events: none;
    /* left: 0; */
    right: 4%;
    margin: auto !important;
    bottom: 19%;
    display: none;
}

.notice_text {
    margin-top: -23%;
}

.notice_img{
    width: 100%;
}

.srk.srzt {
    animation: srk-srzt 0.3s ease-in-out;
    -webkit-animation: srk-srzt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes srk-srzt {
    0% {
        bottom: 15.2vw;
    }

    100% {
        bottom: 73.4vw;
    }
}

.srk.srzt img.hb {
    animation: fadeIn 0.3s ease-in-out 1.5s;
    -webkit-animation: fadeIn 0.3s ease-in-out 1.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.srk.cszt {
    animation: srk-cszt 0.3s ease-in-out;
    -webkit-animation: srk-cszt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes srk-cszt {
    0% {
        bottom: 73.4vw;
    }

    100% {
        bottom: 15.2vw;
    }
}

.srk.hczt {
    animation: srk-cszt 0.3s ease-in-out;
    -webkit-animation: srk-cszt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

.gnl {
    width: 100%;
    height: 0;
    padding-bottom: 14%;
    position: absolute;
    background-image: url("../images/功能栏.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    bottom: 0;
    left: 0%;
}

.gnl.srzt {
    animation: gnl-srzt 0.3s ease-in-out;
    -webkit-animation: gnl-srzt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes gnl-srzt {
    0% {
        bottom: 0;
    }

    100% {
        bottom: 58.6vw;
    }
}

.gnl.cszt {
    animation: gnl-cszt 0.3s ease-in-out;
    -webkit-animation: gnl-cszt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes gnl-cszt {
    0% {
        bottom: 58.6vw;
    }

    100% {
        bottom: 0;
    }
}

.kzzh {
    width: 100%;
    height: 0;
    padding-bottom: 58.6%;
    position: absolute;
    background-image: url("../images/按键.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    bottom: -58.6vw;
    left: 0%;
}

.kzzh.srzt {
    animation: kzzh-srzt 0.3s ease-in-out;
    -webkit-animation: kzzh-srzt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes kzzh-srzt {
    0% {
        bottom: -58.6vw;
    }

    100% {
        bottom: 0;
    }
}

.kzzh.cszt {
    animation: kzzh-cszt 0.3s ease-in-out;
    -webkit-animation: kzzh-cszt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes kzzh-cszt {
    0% {
        bottom: 0;
    }

    100% {
        bottom: -58.6vw;
    }
}

.logo {
    width: 56.7%;
    height: 0;
    padding-bottom: 48.8%;
    position: absolute;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    bottom: 40%;
    left: 21.65%;
    animation: zoomIn 0.3s ease-in-out 0.25s;
    -webkit-animation: zoomIn 0.3s ease-in-out 0.25s;
}

.logo.srzt {
    animation: logo-srzt 0.3s ease-in-out;
    -webkit-animation: logo-srzt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes logo-srzt {
    0% {
        bottom: 40%;
    }

    100% {
        bottom: 100vw;
    }
}

.logo.cszt {
    animation: logo-cszt 0.3s ease-in-out;
    -webkit-animation: logo-cszt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes logo-cszt {
    0% {
        bottom: 100vw;
    }

    100% {
        bottom: 40%;
    }
}

.logo.hczt {
    animation: logo-hczt 0.3s ease-in-out;
    -webkit-animation: logo-hczt 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes logo-hczt {
    0% {
        width: 56.7%;
        padding-bottom: 48.8%;
        left: 21.65%;
        bottom: 100vw;
    }

    100% {
        width: 14.4%;
        padding-bottom: 12.8%;
        left: 8.6%;
        bottom: calc(100% - 28vw);
    }
}

@keyframes mySlideUp {
    0% {
        /* 起始状态：向下偏移100px + 透明 */
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        opacity: 0;
    }

    75% {

        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        opacity: 1;
    }

    100% {

        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

.btn-back {
    position: absolute;
    width: 18%;
    height: 0;
    padding-bottom: 12%;
    left: 75%;
    top: 3vw;
}

.btns li {
    position: absolute;
    width: 18%;
    height: 0;
    padding-bottom: 12%;
}

.btns li:nth-child(1) {
    left: 6%;
    top: 3vw;
}

.btns li:nth-child(2) {
    left: 29%;
    top: 3vw;
}

.btns li:nth-child(3) {
    left: 52%;
    top: 3vw;
}

.btns li:nth-child(4) {
    left: 6%;
    top: 20vw;
}

.btns li:nth-child(5) {
    left: 29%;
    top: 20vw;
}

.btns li:nth-child(6) {
    left: 52%;
    top: 20vw;
}

.btns li:nth-child(7) {
    left: 6%;
    top: 37vw;
}

.btns li:nth-child(8) {
    left: 29%;
    top: 37vw;
}

.btns li:nth-child(9) {
    left: 52%;
    top: 37vw;
}

.con {
    width: 90%;
    height: calc(100% - 77vw);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    top: 30vw;
    left: 5%;
    overflow: hidden;
}

.con-ai {
    width: 90%;
    height: calc(100% - 77vw);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    top: 30vw;
    left: 5%;
    overflow: hidden;
}

.wrap .p1 {
    width: 276px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    border-radius: 20px;
    text-align: center;
    background: #158FE2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000000;
    /* margin: 0 0 0 calc(100% - 60px); */
    margin-left: auto;
    box-sizing: border-box;
    opacity: 0;
}

.wrap-ai .p1 {
    width: 80px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    border-radius: 20px;
    text-align: center;
    background: #158FE2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000000;
    /* margin: 0 0 0 calc(100% - 60px); */
    margin-left: auto;
    box-sizing: border-box;
    opacity: 0;
}

.ai_video {
    width: 100%;
}

.p2,
.p5 {
    width: 176px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
    border-radius: 20px;
    background: #FBE5B4;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    margin: 14px 0 0 0;
    box-sizing: border-box;
    opacity: 0;
}

.p2 p,
.p5 p {
    margin-left: 12px;
    text-align: left;
    box-sizing: border-box;
}

.p3 {
    width: 100%;
    padding: 12px 16px;
    line-height: 28px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    margin: 14px 0 0 0;
    height: 312px;
    overflow-y: hidden;
    opacity: 0;
}

.p3 #content {
    height: 220px;
    overflow: hidden;
    margin: 8px 0 0 0;
    text-align: justify;
}

.p3 .slh {
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 24px;
}

.p6 div,
.p6 p {
    margin: 0 0 12px 0px;
}

.wrap .p6 {
    width: 100%;
    padding: 12px 16px;
    line-height: 28px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    margin: 14px 0 0 0;
    opacity: 0;
    height: calc(100% - 24px);
    overflow: hidden;
}

.wrap-ai .p6 {
    width: 100%;
    padding: 12px 16px;
    line-height: 28px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    margin: 14px 0 0 0;
    opacity: 0;
    height: calc(100% - 180px);
    overflow: hidden;
}

.p6 .img-box {
    width: 92%;
    margin: 0 auto 0px auto;
    border-radius: 20px;
    display: block;
    height: 100%;
    overflow: hidden;
    height: 0
}

.p6 img {
    width: 100%;
}

.p4 {
    width: 306px;
    height: 50px;
    line-height: 46px;
    opacity: 1;
    border-radius: 20px;
    text-align: center;
    background: #158FE2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000000;
    margin: 14px 0 0 calc(100% - 306px);
    box-sizing: border-box;
    opacity: 0;
}

.wrap {
    height: 100%;
}

.wrap-ai {
    height: 100%;
}

.wrap.hczt {
    animation: wrap-hczt 10s ease-in-out;
    -webkit-animation: wrap-hczt 10s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap-ai.hczt {
    animation: wrap-hczt-ai 7s ease-in-out;
    -webkit-animation: wrap-hczt-ai 7s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes wrap-hczt {
    30% {
        transform: translateY(-0);
        -webkit-transform: translateY(-0);
    }

    31% {
        transform: translateY(-64px);
        -webkit-transform: translateY(-64px);
    }

    54% {
        transform: translateY(-64px);
        -webkit-transform: translateY(-64px);
    }

    55% {
        transform: translateY(-380px);
        -webkit-transform: translateY(-380px);
    }

    75% {
        transform: translateY(-380px);
        -webkit-transform: translateY(-380px);
    }

    76% {
        transform: translateY(-444px);
        -webkit-transform: translateY(-444px);
    }

    100% {
        transform: translateY(-444px);
        -webkit-transform: translateY(-444px);
    }
}

@keyframes wrap-hczt-ai {
    30% {
        transform: translateY(-0);
        -webkit-transform: translateY(-0);
    }

    35% {
        transform: translateY(-55px);
        -webkit-transform: translateY(-55px);
    }

    100% {
        transform: translateY(-55px);
        -webkit-transform: translateY(-55px);
    }
}

.wrap.hczt .p1 {
    animation: fadeIn 0.5s ease-in-out 0.5s;
    -webkit-animation: fadeIn 0.5s ease-in-out 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap.hczt .p2 {
    animation: wrap-hczt-p2 1.5s ease-in-out 1.2s;
    -webkit-animation: wrap-hczt-p2 1.5s ease-in-out 1.2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap-ai.hczt .p1 {
    animation: fadeIn 0.5s ease-in-out 0.5s;
    -webkit-animation: fadeIn 0.5s ease-in-out 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap-ai.hczt .p2 {
    animation: wrap-hczt-p2 1.5s ease-in-out 1.2s;
    -webkit-animation: wrap-hczt-p2 1.5s ease-in-out 1.2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes wrap-hczt-p2 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    90% {
        display: none;
        /* 解决手机浏览器bug */
        opacity: 1;
    }

    100% {
        display: none;
    }
}

.wrap.hczt .p3 {
    animation: fadeIn 0.3s ease-in-out 2.7s;
    -webkit-animation: fadeIn 0.3s ease-in-out 2.7s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap.hczt .p4 {
    animation: fadeIn 0.5s ease-in-out 5.5s;
    -webkit-animation: fadeIn 0.5s ease-in-out 5.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap.hczt .p5 {
    animation: wrap-hczt-p2 1.8s ease-in-out 6.4s;
    -webkit-animation: wrap-hczt-p2 1.8s ease-in-out 6.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap.hczt .p6 {
    animation: fadeIn 0.4s ease-in-out 8.2s;
    -webkit-animation: fadeIn 0.4s ease-in-out 8.2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap.hczt .p6 .img-box {
    animation: wrap-hcwzt-p6-img-box 1s ease-in-out 8.3s;
    -webkit-animation: wrap-hcwzt-p6-img-box 1s ease-in-out 8.3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap-ai.hczt .p6 {
    animation: fadeIn 0.4s ease-in-out 2.7s;
    -webkit-animation: fadeIn 0.4s ease-in-out 2.7s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wrap-ai.hczt .p6 .img-box {
    animation: wrap-hcwzt-p6-img-box 1s ease-in-out 2.8s;
    -webkit-animation: wrap-hcwzt-p6-img-box 1s ease-in-out 2.8s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes wrap-hcwzt-p6-img-box {
    0% {
        height: 0;
    }

    100% {
        height: calc(100% - 44px);
    }
}

.wrap.hcwzt {
    transform: translateY(-0);
    -webkit-transform: translateY(-0);
}

.wrap.hcwzt .p1,
.wrap.hcwzt .p3,
.wrap.hcwzt .p4,
.wrap.hcwzt .p6 {
    opacity: 1;
}

.wrap.hcwzt .p2,
.wrap.hcwzt .p5 {
    display: none;
}

.bokeh {
    font-size: 28px;
    width: 26px;
    height: 26px;
    position: relative;
    border-radius: 50%;
    list-style: none;
    margin-left: 12px;
}

.bokeh li {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.bokeh li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.1em;
    background: #d48c04;
    -webkit-transform-origin: 50% 250%;
    transform-origin: 50% 250%;
    -webkit-animation:
        rota 1.13s linear infinite,
        opa 3.67s ease-in-out infinite alternate;
    animation:
        rota 1.13s linear infinite,
        opa 3.67s ease-in-out infinite alternate;
}

.bokeh li:nth-child(2) {
    top: 50%;
    right: 0;
    margin: -.1em 0 0 0;
    background: #d48c04;
    -webkit-transform-origin: -150% 50%;
    transform-origin: -150% 50%;
    -webkit-animation:
        rota 1.86s linear infinite,
        opa 4.29s ease-in-out infinite alternate;
    animation:
        rota 1.86s linear infinite,
        opa 4.29s ease-in-out infinite alternate;
}

.bokeh li:nth-child(3) {
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -.1em;
    background: #d48c04;
    -webkit-transform-origin: 50% -150%;
    transform-origin: 50% -150%;
    -webkit-animation:
        rota 1.45s linear infinite,
        opa 5.12s ease-in-out infinite alternate;
    animation:
        rota 1.45s linear infinite,
        opa 5.12s ease-in-out infinite alternate;
}

.bokeh li:nth-child(4) {
    top: 50%;
    left: 0;
    margin: -.1em 0 0 0;
    background: #d48c04;
    -webkit-transform-origin: 250% 50%;
    transform-origin: 250% 50%;
    -webkit-animation:
        rota 1.72s linear infinite,
        opa 5.25s ease-in-out infinite alternate;
    animation:
        rota 1.72s linear infinite,
        opa 5.25s ease-in-out infinite alternate;
}

@-webkit-keyframes rota {
    from {}

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rota {
    from {}

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes opa {
    0% {}

    12.0% {
        opacity: 0.80;
    }

    19.5% {
        opacity: 0.88;
    }

    37.2% {
        opacity: 0.64;
    }

    40.5% {
        opacity: 0.52;
    }

    52.7% {
        opacity: 0.69;
    }

    60.2% {
        opacity: 0.60;
    }

    66.6% {
        opacity: 0.52;
    }

    70.0% {
        opacity: 0.63;
    }

    79.9% {
        opacity: 0.60;
    }

    84.2% {
        opacity: 0.75;
    }

    91.0% {
        opacity: 0.87;
    }
}

@keyframes opa {
    0% {}

    12.0% {
        opacity: 0.80;
    }

    19.5% {
        opacity: 0.88;
    }

    37.2% {
        opacity: 0.64;
    }

    40.5% {
        opacity: 0.52;
    }

    52.7% {
        opacity: 0.69;
    }

    60.2% {
        opacity: 0.60;
    }

    66.6% {
        opacity: 0.52;
    }

    70.0% {
        opacity: 0.63;
    }

    79.9% {
        opacity: 0.60;
    }

    84.2% {
        opacity: 0.75;
    }

    91.0% {
        opacity: 0.87;
    }
}

/*弹框样式*/
.imgzoom_pack {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 10000;
}

.imgzoom_pack .imgzoom_x {
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 24px;
    background: unset;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    cursor: pointer;
    background: #818181;
    border-radius: 100%;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}

.imgzoom_pack .imgzoom_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.imgzoom_pack .imgzoom_img img {
    width: 100%;
    position: absolute;
}