/* CSS Document */
*:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fiedldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 20px;
    width: 100%;
    /* min-width: 1450px; */
}

input,
select,
textarea,
button {
    vertical-align: middle;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

.hide {
    display: none;
}

.wrap{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.header-box{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.content-box{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.item4{
    position: absolute;
    left: -50px;
    top: 70px;
    opacity: 0;
    animation: item4Enter 0.5s ease-in-out 0.75s 1 forwards;
}

@keyframes item4Enter {
    0% {left: -50px ;opacity: 0;}
    50% {opacity: 0.7;}
    100% {left: 0px;opacity: 1;}
}

.text-box{
    position: absolute;
    left: 138px;
    top: 208px;
    z-index: 99;
    opacity: 0;
    animation: textEnter 0.5s ease-in-out 1.75s 1 forwards;
}

@keyframes textEnter {
    0% {left: 138px ;opacity: 0;}
    50% {opacity: 0.5;}
    100% {left: 188px;opacity: 1;}
}

.connect-buttom{
    width: 175px;
    height: 88px;
    cursor: pointer;
    background: url(../img/home/buttom.png);
    margin-top: 10px;
}

.connect-buttom a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.item3{
    position: absolute;
    left: -50px;
    bottom: 0px;
    opacity: 0;
    animation: item4Enter 0.5s ease-in-out 0.7s 1 forwards;
}

.bg2{
    position: absolute;
    bottom: 0;
    right: -200px;
    opacity: 0;
    min-width: 100%;
    min-height: 100%;
    animation: bg2Enter 0.5s ease-in-out 0.25s 1 forwards;
}

@keyframes bg2Enter {
    0% {right: -200px;opacity: 0;}
    50% {opacity: 0.7;}
    100% {right: 0px;opacity: 1;}
}

.bg1{
    position: absolute;
    right: -20px;
    bottom: 0;
    animation: bg1Enter 0.5s ease-in-out 0s 1 forwards;
    opacity: 0;
}

@keyframes bg1Enter {
    0% {right: -200px;opacity: 0;}
    100% {right: 0px;opacity: 1;}
}

.right-box{
    width: 715px;
    height: 654px;
    position: absolute;
    top: calc(50% - 310px);
    right: 140px;
    opacity: 0;
    animation: rightBoxEnter 0.5s ease-in-out 1.25s 1 forwards;
}

@keyframes rightBoxEnter {
    0% {right: 140px ;opacity: 0;}
    50% {opacity: 0.7;}
    100% {right: 190px;opacity: 1;}
}

.item1{
    position: absolute;
    left: 393px;
    top: 0px;
    opacity: 0;
    animation: item1Enter 0.25s ease-in-out 1.5s 1 forwards;
}

@keyframes item1Enter {
    0% {left: 393px ;opacity: 0;}
    50% {opacity: 0.25;}
    100% {left: 343px;opacity: 1;}
}

.item2{
    position: absolute;
    right: -150px;
    top: 310px;
    opacity: 0;
    animation: item2Enter 0.25s ease-in-out 1.75s 1 forwards;
}

@keyframes item2Enter {
    0% {right: -150px ;opacity: 0;}
    50% {opacity: 0.25;}
    100% {right: -100px;opacity: 1;}
}

.hand{
    position: absolute;
    left: 0px;
    top: 0px;
}