@charset "utf-8";
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "microsoft yahei", arial;
    color: #fff;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.wrap {
    width: 70%;
    height: 55%;
    display: flex;
    margin: 6em auto;
}

.left {
    width: 60%;
    text-align: right;
    margin: 0;
}

.right {
    width: 40%;
    text-align: left;
    margin: 1% 0 0 13%;
}

.logo img {
    width: 85%;
    height: 50%;
    margin: -1em auto;
}

.line img {
    width: 50%;
    height: 20%;
    margin: 1em auto;
}

.btn a {
    font-size: 2.5em;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to left,#26a8e2,#26a9e1);
    /*box-shadow: 0px 0px 7px 3px #fff inset;*/
    padding: 1% 10%;
    border-radius: 19px;
}

.btn a:hover {
    color: #6eeeff;
    text-shadow: 0px 1px 4px #2e92a2;
}

@media only screen and (max-width:1440px) {
    .btn a {
        font-size: 2em;
    }
    .right img {
        width: 70%;
        height: 100%;
    }
}

@media only screen and (max-width:1024px) {
    .right img {
        width: 80%;
        height: 90%;
    }
    .wrap {
        height: 50%;
    }
}

/*qrcode*/
.floatbox {
    position: fixed;
    z-index: 9999;
    top: 6%;
    right: -4px;
    width: 196px;
    height: 460px;
}