* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, body {
    padding: 0px;
    margin: 0px; /*font-family: "微软雅黑";*/
}

body {
    background: url("/img/bj.jpg") no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    font-size: .16rem;
    position: relative;
    width: 100%;
    height: 100%;
}

.main {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}
/*头部*/
.header {
    width: 100%;
    height: 1.5rem;
    /*background: red;*/
}

    .header .header-center {
        width: 50%;
        height: 1.2rem;
        position: relative;
        margin: 0 auto;
    }

        .header .header-center .header-title {
            text-align: center;
            color: #ffffff;
            font-size: .4rem;
            text-shadow: 0 0 .3rem #00d8ff;
            line-height: 1.05rem;
        }

    .header .header-img {
        background: url("/img/head.gif") no-repeat center center;
        background-size: 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        top: .8rem;
    }

.content {
    width: 12rem;
    height: 7rem;
    /*background: green;*/
    margin: 1rem auto 0 auto;
    /*border: 1px solid green;*/
}

    .content .content-left {
        width: 6.2rem;
        height: 5.8rem;
        /*border: 1px solid red;*/
        background: url("/img/d.png") no-repeat;
        background-size: 100% 100%;
        padding: 0.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("/img/e.png") no-repeat;
    background-size: 100% 100%;
    float: right;
    position: relative;
}

.right-infp {
    width: 4rem;
    height: 3rem;
    margin: auto auto;
    /* border: 1px solid red;*/
    vertical-align: center;
    position: absolute;
    top: 1.6rem;
    left: 0.9rem;
}

.right-infp-name {
    background: url("/img/b.png") no-repeat;
    width: 100%;
    height: 0.5rem;
    background-size: 100% 100%;
    line-height: 0.45rem;
    margin-bottom: 0.4rem;
    position: relative;
}

.lform-code {
    position: absolute;
    width: 1.2rem;
    height: 0.5rem;
    text-align: center;
    padding: 0;
    background: #fff;
    color: #e93b3d;
    border: 1px solid #e93b3d;
    cursor: pointer;
    margin-left: 65%;
}

.msg {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 6px;
    display: none;
}

.right-infp-code {
    margin-bottom: 0.4rem;
}

.right-infp-code-div {
    background: url(/img/b.png) no-repeat;
    width: 60%;
    height: 0.5rem;
    background-size: 100% 100%;
    line-height: 0.45rem;
    position: relative;
}

    .right-infp-code-div input {
        width: 85%;
        border: none;
        box-sizing: border-box;
        height: 0.5rem;
        margin-left: 0.5rem;
        line-height: 0.4rem;
        background: none !important;
        color: #00eaff;
        padding-left: 0.15rem;
        /* box-shadow: 0 0 1px #00eaff; */
        outline: none;
        -webkit-tap-highlight-color: rgba(255,0,0,0);
        position: absolute;
    }

.code {
    width: 60% !important;
}

.right-infp-name input {
    width: 85%;
    border: none;
    box-sizing: border-box;
    height: 0.5rem;
    margin-left: 0.5rem;
    line-height: 0.4rem;
    background: none !important;
    color: #00eaff;
    padding-left: 0.15rem;
    /*box-shadow: 0 0 1px #00eaff;*/
    outline: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    position: absolute;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

.right-infp-btn {
    background: url("/img/a.png") no-repeat;
    width: 100%;
    height:1.01rem;
    background-size: 100% 100%;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
    position: relative;
}

    .right-infp-btn .btn {
        width: 95%;
        border: none;
        box-sizing: border-box;
        height: 0.15rem;
        margin-left: 0.01rem;
        font-size: 0.35rem;
        cursor: pointer;
        background: none;
        outline: none;
        color: #4800ff;
        position: absolute;
    }

.right-infp-btn .btn:hover {
}
.slide-box {
    display: block;
    position: relative;
}

.scroll-background {
    background-image: url("/img/sprite.3.2.0.png");
    background-repeat: no-repeat;
}

.scroll-bar {
    margin-left: 15px;
    width: 261px;
    background-position: 0 0;
    height: 28px;
    position: relative;
}

.slide-btn {
    height: 44px;
    width: 44px;
    background-position: 0 -84px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 13px;
    z-index: 399;
}

.slide-title {
    cursor: default;
    position: absolute;
    left: 35px;
    font-size: 12px !important;
    color: #486c80;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 28px;
    line-height: 28px !important;
    text-align: center;
    width: 220px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.slide-img-div {
    width: 290px;
    height: 116px;
    padding: 0 15px 2px 13px;
    position: relative;
    background-color: #f2ece1;
    border-left: 1px solid #e4ddd1;
    border-right: 1px solid #e4ddd1;
}

    .slide-img-div img {
        width: 100%;
        height: 100%;
    }

.slide-top {
    height: 14px;
    width: 290px;
    background-position: 0 -1341px;
    position: relative;
}

.slide-bottom {
    height: 28px;
    width: 290px;
    background-position: 0 -56px;
    line-height: 14px !important;
    position: relative;
    text-align: left;
    overflow: visible;
}

.slide-bottom-no-logo {
    margin-right: 15px;
    width: 65px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #f2ece1 !important;
    cursor: default;
}

.slide-bottom-refresh {
    overflow: visible;
    display: block;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 16px !important;
    background-color: #f1e9de;
    margin: 6px 0 0 18px !important;
    height: 14px;
    width: 14px;
    background-position: 0 -1179px;
}

.slide-box-shadow {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) inset;
}

.slide-block {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid rgba(255, 255, 0, 0.8);
    background-size: 260px 116px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(90, 90, 90, 0.4);
    box-sizing: border-box;
    z-index: 10;
}

.slide-img-nopadding {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-icon {
    float: left;
    height: 22px;
    width: 26px;
}

.slide-img-hint {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 auto;
    position: relative;
}

.slide-text {
    text-align: left !important;
    color: #4b3f33;
}

.slide-img-hint-info {
    height: 22px;
    width: 260px;
    background-position: 0 -674px;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    transition: height 0.3s;
    z-index: 11;
}

.redColor {
    color: red;
}

.greenColor {
    color: green;
}

.slide-img-border {
    margin-bottom: 3px;
}
.form-item {
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #229eaa;
    cursor: pointer;
    z-index: 2;
    position: relative;
    border: solid 1px #ddd;
    width: 98%;
    height: 52px;
    border-radius: 5px;
}
.slide-authCode-wraper {
    display: none;
    line-height: 1.5;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 88px;
    font-family: "Microsoft YaHei";
    background-color: #fff;
    cursor: default;
    z-index: 110;
    box-shadow: 0 0 20px 9px #229eaa;
    border: 1px solid #eee;
    width: 364px;
    height: 216.5px;
    padding: 12px 12px 12px 20px;
}
.arrow {
    display: block;
    position: absolute;
    background-image: url(//misc.360buyimg.com/user/reg/1.0.0/widget/foreign-number-layer-170524/i/tips.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    background-position: 0 -8px;
    overflow: hidden;
    bottom: -8px;
    left: 190px;
}
.close {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(//misc.360buyimg.com/user/reg/1.0.0/widget/personal-reg-1130/i/x.png);
}

@media (max-width: 768px) {
    html { font-size: 16px !important; }
    body { min-height: 100dvh; background-position: center; background-size: cover; overflow-x: hidden; }
    .main { min-height: 100dvh; height: auto !important; padding: 1.25rem 1rem 2rem; }
    .header { height: auto; margin-bottom: 2rem; }
    .header .header-center { width: 100%; height: 5rem; }
    .header .header-center .header-title { font-size: 1.6rem; line-height: 2.5rem; }
    .header .header-img { top: 2.2rem; height: 2.8rem; }
    .header-bottom, .content-left { display: none; }
    .content { width: 100%; height: auto; margin: 0 auto; }
    .content .content-right { float: none; width: 100%; max-width: 28rem; height: auto; min-height: 21rem; margin: 0 auto; padding: 1.5rem 1rem; background-color: rgba(8, 28, 61, .76); border-radius: .75rem; }
    .right-infp { position: static; width: 100%; height: auto; }
    .right-infp-name, .right-infp-btn .btn, .form-item { height: 3rem; }
    .right-infp-name { margin-bottom: 1rem; line-height: 3rem; }
    .right-infp-name input { height: 3rem; margin-left: 2.5rem; font-size: 1rem; }
    .right-infp-code { margin-bottom: 1rem; }
    .right-infp-btn { height: 3.25rem; margin-top: 1.25rem; }
    .right-infp-btn .btn { width: 100%; margin: 0; font-size: 1.15rem; }
    .msg { font-size: .9rem; line-height: 1.4; }
}
