* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
body {
    padding: 0;
    margin: 0;
    color: #fff
}

body {
    background: url("../images/bj.jpg") no-repeat;
    background-size: cover;
    font-size: .16rem;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%
}

.main {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative
}

.header {
    width: 100%;
    height: 1.5rem
}

.header .header-center {
    width: 50%;
    height: 1.2rem;
    position: relative;
    margin: 0 auto
}

.header .header-center .header-title {
    text-align: center;
    color: #fff;
    font-size: .4rem;
    text-shadow: 0 0 .3rem #00d8ff;
    line-height: 1.05rem
}

.header .header-img {
    background: url("../images/head.gif") no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: .8rem
}

.content {
    width: 12rem;
    height: 7rem;
    margin: 1rem auto 0 auto
}

.content .content-left {
    width: 6.2rem;
    height: 5.8rem;
    background: url("../images/d.png") no-repeat;
    background-size: 100% 100%;
    padding: .4rem 0;
    box-sizing: border-box;
    margin-right: 2%;
    float: left
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.content .content-left {
    -webkit-transform: rotate(360deg);
    animation: rotation 15s linear infinite;
    -moz-animation: rotation 15s linear infinite;
    -webkit-animation: rotation 15s linear infinite;
    -o-animation: rotation 15s linear infinite
}

.content .content-right {
    width: 5.4rem;
    height: 5.8rem;
    background: url("../images/e.png") no-repeat;
    background-size: 100% 100%;
    float: right;
    position: relative
}

.right-infp {
    width: 4rem;
    height: 3rem;
    margin: auto auto;
    vertical-align: center;
    position: absolute;
    top: 1.6rem;
    left: .9rem
}

.right-infp-name {
    background: url("../images/b.png") no-repeat;
    width: 100%;
    height: .5rem;
    background-size: 100% 100%;
    line-height: .45rem;
    margin-bottom: .4rem;
    position: relative
}

.right-infp-name input {
    width: 85%;
    border: 0;
    box-sizing: border-box;
    height: .5rem;
    margin-left: .5rem;
    line-height: .4rem;
    background: none !important;
    color: #00eaff;
    padding-left: .15rem;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    position: absolute
}

input::-webkit-input-placeholder {
    color: #ccc
}

.right-infp-btn {
    background: url("../images/a.png") no-repeat;
    width: 100%;
    height: .5rem;
    background-size: 100% 100%;
    line-height: .5rem;
    margin-bottom: .4rem;
    position: relative
}

.right-infp-btn .btn {
    width: 95%;
    border: 0;
    box-sizing: border-box;
    height: .45rem;
    margin-left: .1rem;
    font-size: .22rem;
    cursor: pointer;
    background: 0;
    outline: 0;
    color: #fff;
    position: absolute
}