body, h1, h3, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe, figure {
    margin: 0;
    padding: 0;
}

html {
    font-size: 50px;
}

button, input {
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

*:focus, input:focus {
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"PingFang SC","Microsoft Yahei",sans-serif;
}

.hidden {
    display: none;
}

.wrapper {
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
    background: url(../image/loginBg.jpg) center no-repeat;
    background-size: cover;
}
footer{
    position: absolute;
    bottom: 0;
    height: 90px;
    width: 100%;
    color: #333;
    display: flex;
    align-items: center;
    text-align: center;
}
footer p{
    flex: 1;
}

.content-code {
    margin-left: -255px;
    margin-top: -200px;
    overflow: hidden;
    width: 510px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    border-top: none;
    box-shadow: 0 0 13px 2px rgba(0, 0, 0, .1);
}

.content-code {
    position: absolute;
    width: 848px;
    height: 420px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wx-account {
    position: absolute;
    top: 50%;
    left: 50%;
}


.tabs {
    overflow: hidden;
}

.tab-item {
    position: relative;
    width: 50%;
    float: left;
    list-style: none;
    text-align: center;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    line-height: 43px;
    background: #eff3f6;
    border-top: 1px solid #eff3f6;
}

.tab-item.active {
    background: #fff;
}

.tab-item.active:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    height: 2px;
    width: 100%;
    background: #3fc1e8;
}

.wx-code {
    /*height: 212px;*/
}

.content iframe {
    width: 100%;
}

.content-account {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
}

.wx-account {
    color: #fff;
    text-align: center;
    width: 5rem;
    margin-left: -2.5rem;
    margin-top: -3.4rem;
}

.wx-account .title {
    font-size: .38rem;
}

.wx-account .title span, .wx-account .warn {
    color: #3fc0e7;
}

.wx-account p {
    font-size: .3rem;
    line-height: 1.2;
}

.sub-title {
    margin: .4rem 0;
}

.wx-account .warn {
    width: 4.4rem;
    margin: 0 auto;
    text-align: justify;
}

.wx-account img {
    display: block;
    margin: .34rem auto 0;
    width: 80%;
}

.header {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: rgba(0, 0, 0, .3);
}

.header .main {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.logo {
    height: 40px;
    margin-top: 10px;
}

@media screen and (max-width: 1440px) {
    .header .main {
        width: 80%;
    }
}

@media screen and (max-width: 750px) {
    .header {
        height: 45px;
    }

    .header .logo {
        height: 25px;
    }

    .header .main {
        width: auto;
        margin: 0 15px;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 45px;
    }
}

.login-content{
    box-sizing: border-box;
    padding: 0px 50px 50px;
}
.wheel-banner{
    float: left;
    width: 400px;
    height: 300px;
    margin-top: 69px;
}
.login-QR{
    float: right;
}


.wheel-banner img {
    vertical-align:top;
    width: 100%;
    height: 250px;
    margin: 0;
}
.wheel-banner ul {
    list-style:none;
}
.wheel-banner #banner {
    width:100%;
    height:100%;
    position:relative;
}
.wheel-banner #btn {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.wheel-banner #btn li {
    display: inline-block;
    margin-left: 22px;
    width:30px;
    height:4px;
    background-color: #5674fa;
    border-radius: 2px;
    opacity: 0.4;
}
.wheel-banner #btn li:first-of-type {
    margin: 0;
}
.wheel-banner #banner_list li {
    display:none;
}
.wheel-banner #btn .sel {
    opacity: 1;
}


.a-ICP{
    color: #333;
}
