﻿body, html {
    width: 100%;
    height: auto;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: auto;
}

* {
    font-family: "微软雅黑";
    margin: 0;
    border: 0;
}

a {
    text-decoration: none;
}

img {
    border: none;
}


/*登录框*/
.login {
    background: rgba(255,255,255,0.9);
    width: 320px;
    /*position: absolute;
    right: 0;
    z-index: 16;
    top: -650px;*/
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(213,213,213,0.5);
}

    .login h1 {
        font-size: 18px;
        color: #333;
        padding-bottom: 14px;
    }

    .login dl {
        display: flex;
        border-bottom: 1px solid #ddd;
    }

        .login dl dd {
            padding: 10px 0;
            margin-right: 20px;
            cursor: pointer;
            color: #666;
            font-size: 14px;
        }

            .login dl dd.logcur {
                color: #3388ff;
                border-bottom: 2px solid #3388ff;
            }

.login_box {
    padding-top: 20px;
    width: 100%;
    display: none;
}

.login_hidden {
    display: block;
}

.login_fir {
    display: flex;
    height: 40px;
    border: 1px solid #e5e3e4;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 18px;
    overflow: hidden;
}

    .login_fir input {
        padding: 11px;
        flex: 1;
        color: #333;
        font-size: 14px;
    }

        .login_fir input.yanz {
        }

    .login_fir img {
        width: 100px;
        height: 40px;
        margin-left: 10px;
        cursor: pointer;
    }

.ty_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ty_item {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

    .ty_item input {
        margin-right: 5px;
    }

    .ty_item p {
        font-size: 14px;
        color: #808080;
    }

        .ty_item p a {
            color: #3388ff;
        }

.ty_box a {
    font-size: 14px;
    color: #3388ff;
}

.dl {
    padding-top: 10px;
}

    .dl button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #3388ff;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
    }

.ty_box p {
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

    .ty_box p a {
        font-size: 14px;
        color: #3388ff;
    }

/* 登录后 */
.aftercont_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

    .aftercont_img img {
        width: 100px;
        padding-bottom: 15px;
        border-radius: 50%;
    }

    .aftercont_img h1 {
        padding-left: 10px;
        font-size: 14px;
        color: #333;
    }

.aftercont_text {
    padding: 15px 0;
}

    .aftercont_text ul li {
        display: flex;
        padding: 10px 0;
        align-items: center;
        font-size: 14px;
        color: #666;
    }


.gobtn_box {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
}

    .gobtn_box button, .gobtn_box a {
        height: 40px;
        flex: 1;
        line-height: 40px;
        background: #3388ff;
        color: #fff;
        font-size: 16px;
        border-radius: 20px;
        cursor: pointer;
        text-align:center;
    }

        .gobtn_box button.retu_btn, .gobtn_box a.retu_btn {
            background: #fff;
            border: 1px solid #ddd;
            color: #333;
        }

/* 登录结束 */

 