﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

ol, ul, li, dd, dl, dt {
    list-style: none;
}

*:focus {
    outline: 0;
}

em, i {
    font-style: normal;
}

.wanshan_content_box {
    background: rgba(245,245,245,0.95);
    position: absolute;
    width: 84%;
    top: 20%;
    left: 8%;
    z-index: 1000;
    max-width: 640px;
}

@media all and (max-width: 640px) {
    .wanshan_content_box {
        left: 8%;
    }
}

@media all and (min-width: 640px) {
    .wanshan_content_box {
        left: 50%;
        margin-left: -320px;
    }
}

.con_tit {
    position: relative;
    height: 48px;
    line-height: 48px;
    background: rgba(245,245,245,1.0);
    text-align: center;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
}

.wanshan_content_box ul {
    padding: 2px 18px 0 18px;
    clear: both;
}

    .wanshan_content_box ul li {
        clear: both;
        margin-top: 10px;
        background: #fff;
        box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
        position: relative;
        height: 46px;
    }

        .wanshan_content_box ul li span {
            position: absolute;
            left: 0;
            top: 10px;
            width: 40px;
            height: 26px;
            display: inline-block;
            border-right: 1px solid #e0e0e0;
        }

            .wanshan_content_box ul li span.user {
                background: url(../img/user.png) no-repeat center;
                background-size: 24px auto;
                margin-top: 0px;
                padding: 0px;
            }

            .wanshan_content_box ul li span.password {
                background: url(../img/ps.png) no-repeat center;
                background-size: 24px auto;
            }

            .wanshan_content_box ul li span.yzm {
                background: url(../img/yzm.png) no-repeat center;
                background-size: 24px auto;
            }

        .wanshan_content_box ul li p {
            position: absolute;
            left: 50px;
            top: 0;
            right: 1px;
        }

            .wanshan_content_box ul li p .input_1, .input_2 {
                background: none;
                border: 0;
                width: 100%;
                color: #8c8c8c;
                font-size: 14px;
                line-height: 16px;
                padding: 15px 0;
            }

            .wanshan_content_box ul li p .input_2 {
                width: 60%;
            }

        .wanshan_content_box ul li .send_yzm {
            position: absolute;
            right: 0;
            top: 0;
            height: 16px;
            padding: 15px 10px;
            font-size: 14px;
            background: #00b1fd;
            color: #fff;
            display: inline-block;
            cursor: pointer;
        }

.wanshan_content_box .tishi {
    clear: both;
    margin: 5px 0 0 18px;
}

    .wanshan_content_box .tishi span {
        background: url(../img/warn.png) left no-repeat;
        background-size: 18px auto;
        padding-left: 20px;
        font-size: 13px;
        color: #ea0303;
        line-height: 18px;
    }

.wanshan_content_box .button {
    margin: 10px 18px 20px 18px;
    height: 42px;
    clear: both;
}

    .wanshan_content_box .button a {
        float: left;
        width: 32%;
        margin-right: 2%;
        color: #fff;
        height: 16px;
        font-size: 15px;
        text-align: center;
        border-radius: 3px;
        text-decoration: none;
        padding: 13px 0;
    }

        .wanshan_content_box .button a:last-child {
            margin-right: 0;
        }

        .wanshan_content_box .button a.SW {
            background: #00b1fd;
        }

            .wanshan_content_box .button a.SW:hover {
                background: #01a3e8;
            }

        .wanshan_content_box .button a.RG {
            background: #ffc000;
        }

            .wanshan_content_box .button a.RG:hover {
                background: #edb200;
            }

        .wanshan_content_box .button a.LG {
            background: #5ac845;
        }

            .wanshan_content_box .button a.LG:hover {
                background: #42bb2b;
            }

        .wanshan_content_box .button a.both {
            float: right;
        }

.wanshan_content_box .other_Lg {
    clear: both;
    position: relative;
    margin: 10px;
}

    .wanshan_content_box .other_Lg .tit {
        height: 30px;
        line-height: 30px;
        clear: both;
    }

        .wanshan_content_box .other_Lg .tit span {
            float: left;
        }

        .wanshan_content_box .other_Lg .tit .left, .right {
            width: 32%;
            height: 1px;
            background: #d9d9d9;
            margin-top: 14px;
        }

        .wanshan_content_box .other_Lg .tit .middle {
            width: 36%;
            text-align: center;
            font-size: 14px;
            color: #8c8c8c;
        }

    .wanshan_content_box .other_Lg .style {
        clear: both;
        margin: 10px 0;
        height: 32px;
    }

        .wanshan_content_box .other_Lg .style a {
            float: left;
            width: 33.3%;
            height: 32px;
            display: inline-block;
            text-align: center;
        }

            .wanshan_content_box .other_Lg .style a.sina {
                background: url(../img/sina.png) no-repeat center center;
                background-size: 32px auto;
            }

                .wanshan_content_box .other_Lg .style a.sina:hover {
                    background: url(../img/sina_on.png) no-repeat center center;
                    background-size: 32px auto;
                }

            .wanshan_content_box .other_Lg .style a.QQ {
                background: url(../img/QQ.png) no-repeat center center;
                background-size: 32px auto;
            }

                .wanshan_content_box .other_Lg .style a.QQ:hover {
                    background: url(../img/QQ_on.png) no-repeat center center;
                    background-size: 32px auto;
                }

            .wanshan_content_box .other_Lg .style a.wx {
                background: url(../img/wx.png) no-repeat center center;
                background-size: 32px auto;
            }

                .wanshan_content_box .other_Lg .style a.wx:hover {
                    background: url(../img/wx_on.png) no-repeat center center;
                    background-size: 32px auto;
                }

.wanshan_content_box .text {
    padding: 18px 18px 6px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.wanshan_content_box .tip_msg {
    text-align: center;
    color: red;
}

.opacity_sdk {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

@media all and (min-width: 240px) and (max-width: 320px) {
    .wanshan_content_box .button a.both {
        width: 34%;
    }
}

.wanshan_content_box .quit {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 15px;
    height: 15px;
    background: url(../img/closed.png) no-repeat center center;
    background-size: 15px auto;
    cursor: pointer;
}

.u-base {
    padding: 20px 5px 0 5px;
    margin: auto;
}

    .u-base .loghis {
        clear: both;
        background: #fdfdfd;
        border: 1px solid #ddd;
        width: 100%;
        overflow: hidden;
        margin: 20px 0;
        padding: 10px 0;
    }

    .u-base .mail {
        width: 400px;
        margin: 10px auto;
        line-height: 40px;
    }

ul, ul li {
    list-style: none;
}

.u-base .mail li {
    clear: both;
    padding: 2px 0;
    overflow: hidden;
    height: 34px;
}

    .u-base .mail li span {
        display: block;
        float: left;
        line-height: 30px;
        text-align: right;
        width: 190px;
    }

.u-base .mail .wd-txt {
    border: 1px solid #ddd;
    background: #fff;
    width: 260px;
    line-height: 30px;
    height: 30px;
    text-indent: 10px;
    margin: 0 10px;
    display: block;
    float: left;
    color: #888;
    font-size: 14px;
}

.u-base .mail .wd-txt2 {
    width: 120px;
}

.u-base .mail .wd-yzm {
    height: 30px;
    float: left;
    border: 1px solid #ddd;
}

.u-base .t-btn {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #03B4F5;
    color: #fff;
    padding: 0 7px;
    float: left;
    border-radius: 5px;
}

.u-base .mail .wd-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    display: block;
    background: #FF984F;
    color: #fff;
    margin-top: 10px;
}

.qibi_tishi2 {
    margin: 0px 214px -5px;
}

.forget .tishi {
    display: block;
}

.txnav {
    clear: both;
    background: #fff;
    border: 1px solid #ddd;
    width: 410px;
    height: 240px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    margin: 0px 130px;
    display: none;
}

    .txnav .tx-close img {
        width: 15px;
        height: 15px;
        border: none;
        padding: 10px 10px 0 0;
        float: right;
        cursor: pointer;
        border-radius: 0;
    }

    .txnav li img {
        width: 50px;
        height: 50px;
        border: 1px solid #fff;
        float: left;
        margin: 10px;
        display: inline-block;
        clear: none;
        border-radius: 45px;
    }

.u-base .pwd li span {
    display: block;
    float: left;
    line-height: 30px;
    text-align: right;
    width: 130px;
}

.u-base .pwd {
    width: 560px;
    margin: 10px auto;
    line-height: 40px;
}

    .u-base .pwd li {
        clear: both;
        padding: 5px 0;
        overflow: hidden;
        height: 34px;
    }

.u-wenti {
    z-index: 1;
    display: inline-block;
    width: 45%;
    margin-left: 10px;
}

.sel-hide {
    display: none;
}

.sel-box {
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    color: #999;
}

.sel-title-box {
    position: relative;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: white;
}

.sel-float-box {
    position: absolute;
    border: 1px solid #ddd;
    z-index: 2;
    background-color: white;
    margin-left: -1px;
    overflow: hidden;
    line-height: 1.8;
}

.u-base .pwd li .sel-title-box span {
    text-align: left;
}

.sel-title {
    padding-left: 12px;
    line-height: 2.2;
}

.sel-float-div {
    padding-left: 12px;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: white;
    color: #666;
}

.u-base .pwd .wd-txt {
    border: 1px solid #ddd;
    background: #fff;
    width: 45%;
    line-height: 30px;
    height: 30px;
    text-indent: 10px;
    margin: 0 10px;
    display: block;
    float: left;
    color: #888;
    font-size: 14px;
}

.u-base .pwd .wd-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    display: block;
    background: #FF984F;
    color: #fff;
    margin-top: 10px;
}

.sel-box.on {
    border-color: #15A0F5;
}

.sel-float-box.on {
    border-color: #15A0F5;
}

.public {
    margin-top: 40px;
}

.u-base {
    clear: both;
    margin: auto;
    width: 100%;
    padding: 15px 5px 0 5px;
    color: #888;
    height: 350px;
    overflow: hidden;
}

    .u-base h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 1px;
        clear: both;
    }

        .u-base h3 span {
            display: inline-block;
            width: 4px;
            height: 20px;
            margin: 11px 13px 0 0;
            float: left;
            background: #03B4F5;
        }

    .u-base .loghis .chenmi {
        width: 400px;
        margin: 10px auto;
        line-height: 40px;
    }

        .u-base .loghis .chenmi li {
            clear: both;
            padding: 5px 0;
            overflow: hidden;
            height: 34px;
            overflow: hidden;
        }

            .u-base .loghis .chenmi li span {
                display: block;
                float: left;
                line-height: 30px;
            }

.select01 {
    border: 1px solid #ddd;
    background: #fff;
    width: 260px;
    line-height: 30px;
    height: 30px;
    text-indent: 10px;
    display: block;
    float: left;
    color: #888;
    font-size: 14px;
}

.u-base .loghis .chenmi .wd-txt {
    border: 1px solid #ddd;
    background: #fff;
    width: 260px;
    line-height: 30px;
    height: 30px;
    text-indent: 10px;
    margin-left: 10px;
    display: block;
    float: left;
    color: #888;
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .u-base .mail .wd-txt {
        margin: 0;
        width: 40%;
        margin-left: 10px;
    }

    .u-base .mail li span {
        width: 26%;
    }

    .qibi_tishi2 {
        margin: 0px;
    }

    .u-base .pwd li span {
        width: 16%;
    }

    .u-base .loghis .chenmi {
        width: 93%;
    }

    #select1 {
        width: 90%;
    }

    .select01 {
        width: 90%;
    }

    .u-base .mail .wd-btn {
        margin-left: 131px;
    }

    .u-base .loghis .chenmi .wd-txt {
        width: 39%;
    }

    .u-base .mail li span.code {
        width: 19%;
    }
}

.user_bg .txnav{
    margin: 0;
    width: 100%;
    
}
.tx-close{
    position: absolute;
    right: -5px;
    top: -5px;
}