﻿body {
    font: 12px/22px 'Microsoft YaHei',YouYuan,Verdana, Geneva, sans-serif;
    line-height: 1.5;
    width: auto;
    height: 78vh;
    padding: 0;
    margin: 0 auto !important;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 320px;
    max-width: 1920px;
}

.con {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    padding: 0;
    margin: 0 auto;
    background: url(../Img/loginbg.jpg) no-repeat top center;
}

    .con .loginbox {
        position: relative;
        left: 54%;
        top: 10%;
        width: 400px;
        height: 480px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 2px rgba(80, 80, 80, 0.3);
        text-align: center;
    }

        .con .loginbox h2 {
            position: relative;
            margin: 0 auto;
            color: #188eee;
            letter-spacing: 30px;
            font-size: 1.6rem;
            font-weight: 600;
            padding: 30px 0 0 20px;
        }

        .con .loginbox .loginform {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
            padding: 20px 30px 0 30px;
            color: #188eee;
            font-size: 1rem;
        }

            .con .loginbox .loginform fieldset {
                margin: 0;
                padding-bottom:0;
            }

            .con .loginbox .loginform .btnLogin {
                width: 100%;
                font-size: 1.2rem;
                letter-spacing: 15px;
            }

                .con .loginbox .loginform .btnLogin:hover {
                    color: #fff;
                }

            .con .loginbox .loginform .btnreg {
                color: #188eee;
                font-size: 1rem;
                height: 1.8rem;
                line-height: 1.8rem;
            }

                .con .loginbox .loginform .btnreg:hover {
                    color: orangered;
                    text-decoration: none;
                }

            .con .loginbox .loginform input[type="text"], .loginform input[type="password"] {
                font-size: 1rem;
            }

            .con .loginbox .loginform .errormsg {
                color: red;
                font-size: 1rem;
                display: none;
            }

        .con .loginbox .tips {
            position: absolute;
            width: 100%;
            height: 60px;
            background: #ebefff;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
        }

        .con .loginbox .loginform .am-input-group-label {
            font-size: 1.2rem;
            padding: 0 0.7rem 0;
            background: #fff !important;
            color: #999 !important;
            border-top-color: #ddd !important;
            border-left-color: #ddd !important;
            border-bottom-color: #ddd !important;
            border-right-color: #fff !important;
        }

        .con .loginbox .loginform .am-form-field {
            border-top-color: #ddd !important;
            border-right-color: #ddd !important;
            border-bottom-color: #ddd !important;
            border-left-color: #fff !important;
        }

        .con .loginbox .loginform .am-input-group .am-form-field, .am-input-group-btn > .am-btn {
            height: 48px;
        }

    .con .am-modal-hd {
        background-color: #188eee;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem;
        padding: 0 10px 0 10px;
    }

        .con .am-modal-hd .am-close {
            color: #fff;
            opacity: 0.5;
        }

    .con .regform {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        /*background-color: rgba(253,253,253,0.6);*/
        /*box-shadow: 0px 0px 20px 4px rgba(226, 226, 226, 0.75);*/
        /*border-radius: 8px;*/
        padding: 15px;
        color: #188eee;
        font-size: 0.9rem;
    }

        .con .regform h5 {
            font-size: 1rem;
        }

        .con .regform [class*="am-u-"] {
            padding-left: 0;
            padding-right: 0;
        }

        .con .regform legend {
            border-bottom: 1px solid #188eee;
        }

        .con .regform .sl {
            display: inline-block;
        }

            .con .regform .sl .slprovince {
                display: inline-block;
                margin-bottom: 10px;
            }

            .con .regform .sl .slcity {
                display: inline-block;
                margin-bottom: 10px;
            }

        .con .regform .am-form-label {
            padding-right: 0;
        }

        .con .regform select, .regform textarea, .regform input[type="text"], .regform input[type="password"], .regform input[type="datetime"], .regform input[type="datetime-local"], .regform input[type="date"], .regform input[type="month"], .regform input[type="time"], .regform input[type="week"], .regform input[type="number"], .regform input[type="email"], .regform input[type="url"], .regform input[type="search"], .regform input[type="tel"], .regform input[type="color"], .am-form-field {
            font-size: 0.9rem;
        }

        .con .regform select {
            width: 50%;
        }

        .con .regform .regErr {
            color: red;
        }

        .con .regform .repwdErr {
            color: red;
        }

#btnYZM {
    font-size: 1rem;
    width: 120px;
    height: 39px;
}

#btnRepwdYZM {
    font-size: 1rem;
    width: 120px;
    height: 39px;
}

.btnRegister {
    background: #188eee;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 5px;
    padding: 5px 10px 5px 15px;
}

    .btnRegister:hover {
        background: rgba(24,142,238,0.9);
    }

.btnRePwd {
    background: #188eee;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 5px;
    padding: 5px 10px 5px 15px;
}

    .btnRePwd:hover {
        background: rgba(24,142,238,0.9);
    }

#vld-tooltip {
    position: absolute;
    z-index: 9999;
    padding: 5px 10px;
    background: #F37B1D;
    min-width: 150px;
    color: #fff;
    transition: all 0.15s;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    display: none;
}

    #vld-tooltip:before {
        position: absolute;
        top: -8px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -8px;
        content: "";
        border-width: 0 8px 8px;
        border-color: transparent transparent #F37B1D;
        border-style: none inset solid;
    }

.mbd {
    line-height: 2;
    margin-bottom: 10px;
    text-align: left;
}

.btnWechat {
    display: block;
    background: red;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

    .btnWechat:hover {
        color: #fff;
        text-decoration: none;
    }

.disagree {
    display: block;
    padding: 5px;
    color: #666;
}

    .disagree:hover {
        color: #666;
        text-decoration: none;
    }

.yszc {
    width: 100%;
    height: 400px;
    text-align: left;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.read {
    width: 60%;
    margin: 0 auto;
    display: block;
    background: red;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

    .read:hover {
        color: #fff;
        text-decoration: none;
    }

/* 滚动条整体样式 */
.yszc::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #f5f5f5;
}

/* 滚动条thumb(滑块)样式 */
.yszc::-webkit-scrollbar-thumb {
    width: 5px;
    height: 10px;
    background-color: #9a9a9a;
}

    /* 滚动条hover状态下thumb(滑块)样式 */
    .yszc::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

/* 滚动条上下箭头样式 */
.yszc::-webkit-scrollbar-button {
    background-color: #ccc;
    display: none;
}

    /* 滚动条左右箭头样式 */
    .yszc::-webkit-scrollbar-button:start:decrement, .yszc::-webkit-scrollbar-add-button {
        display: none;
    }

    .yszc::-webkit-scrollbar-button:end:increment, .yszc::-webkit-scrollbar-sub-button {
        display: none;
    }

@media only screen and (max-width: 641px) {
    .con {
        position: relative;
        width: 100%;
        height: 90vh;
        min-width: 320px;
        padding: 0;
        margin: 0 auto;
        background: url(../Img/waploginbg.jpg) no-repeat top center;
        background-size: 100% auto;
        margin-bottom: 80px;
    }

        .con .loginbox {
            position: absolute;
            left: 0;
            width: auto;
            height: 400px;
            margin: 180px 15px 0 15px;
        }

            .con .loginbox h2 {
                /*padding: 20px 0 0 20px;*/
                display: none;
            }

            .con .loginbox .loginform {
                padding: 20px 20px 0 20px;
            }

            .con .loginbox .tips {
                height: 60px;
            }

    .am-modal.am-modal-active {
        position: absolute;
    }

    .am-modal-dialog {
        position: absolute;
        left: 0;
        right: 0;
        top: 10%;
    }
}

@media only screen and (max-width: 361px) {
    .con {
        position: relative;
        width: 100%;
        height: 100vh;
        min-width: 320px;
        padding: 0;
        margin: 0 auto;
        background: url(../Img/waploginbg.jpg) no-repeat top center;
        background-size: 100% auto;
        margin-bottom: 80px;
    }
}
