﻿body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei" !important;
}

.headLogoSt {
    width: 100%;
    height: 300px;
    text-align: center;
    position: absolute;
    top: 50px;
}

.logoimg {
}

.topHead {
    background-image: url(../../Content/Image/Public/bg-reglogin-top.jpg);
    height: 353px;
    width: 100%;
    z-index: 2;
}

.formCt {
    width: 420px;
    height: 500px;
    margin: auto;
    background-color: #fff;
    margin-top: 6%;
    border: 1px solid #ddd;
    box-shadow: 0 1px 7px #999999;
    padding: 10px 45px;
}

.headTitle {
    font-size: 18px;
    padding-top: 35px;
    text-align: left;
}

hr {
    color: #e5e5e5;
    width: 90%;
    border: solid 1px;
    margin-top: -3px;
}

.iconRcg {
    margin-top: 20px;
}
/*triangle-up {
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #fff;
    }*/
.inputStr {
    margin-top: 15px;
}

.sendvertifycode {
    border: 0px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    color: #009b74;
    position: absolute;
    left: 73%;
    top: 33%;
}

.mobileDiv {
}

.mobilest {
    color: #999999;
    margin-top: 18px;
    width: 100%;
    height: 32px;
    border: solid 1px #E4E4E4;
    font-size: 14px;
    padding-left: 0px;
    outline: none;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
}

    .mobilest::-webkit-input-placeholder {
        color: #999;
    }

.smsDiv {
    text-align: left;
    margin-top: 30px;
}

.smsinput {
    width: 270px;
    height: 50px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    margin-left: 25px;
    font-size: 15px;
    padding-left: 18px;
}

.smsbutton {
    height: 50px;
    width: 190px;
    margin-left: 15px;
    background-color: #58749c;
    color: #fff;
    border: solid 1px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}

.passworddiv {
    margin-top: 30px;
}

.passwordinput {
    width: 480px;
    height: 50px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 18px;
}

.regirstdiv {
    margin-top: 70px;
}

.regirstbutton {
    width: 100%;
    height: 50px;
    background-color: #009B74;
    color: #fff;
    font-size: 15px;
    border: solid 1px;
    border-radius: 5px;
    cursor: pointer;
}

.agreediv {
    margin-top: 15px;
}

.agreedivleft {
    float: left;
    font-size: 14px;
}

.agreedivright {
    float: left;
    margin-left: 190px;
    font-size: 12px;
    color: #58749c;
    cursor: pointer;
}

.xieyi {
    color: #454545;
    font-size: 12px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 140%;
}

@@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }

    to {
        border-color: #3e97eb;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

    .magic-radio[disabled],
    .magic-checkbox[disabled] {
        cursor: not-allowed;
    }

    .magic-radio + label,
    .magic-checkbox + label {
        position: relative;
        display: block;
        padding-left: 30px;
        cursor: pointer;
        vertical-align: middle;
    }

        .magic-radio + label:hover:before,
        .magic-checkbox + label:hover:before {
            animation-duration: 0.4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }

        .magic-radio + label:before,
        .magic-checkbox + label:before {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '';
            border: 1px solid #c0c0c0;
        }

        .magic-radio + label:after,
        .magic-checkbox + label:after {
            position: absolute;
            display: none;
            content: '';
        }

    .magic-radio[disabled] + label,
    .magic-checkbox[disabled] + label {
        cursor: not-allowed;
        color: #e4e4e4;
    }

        .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
        .magic-checkbox[disabled] + label:hover,
        .magic-checkbox[disabled] + label:before,
        .magic-checkbox[disabled] + label:after {
            cursor: not-allowed;
        }

            .magic-radio[disabled] + label:hover:before,
            .magic-checkbox[disabled] + label:hover:before {
                border: 1px solid #e4e4e4;
                animation-name: none;
            }

        .magic-radio[disabled] + label:before,
        .magic-checkbox[disabled] + label:before {
            border-color: #e4e4e4;
        }

    .magic-radio:checked + label:before,
    .magic-checkbox:checked + label:before {
        animation-name: none;
    }

    .magic-radio:checked + label:after,
    .magic-checkbox:checked + label:after {
        display: block;
        margin-left: 10px;
    }

    .magic-radio + label:before {
        border-radius: 50%;
    }

    .magic-radio + label:after {
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #3e97eb;
    }

    .magic-radio:checked + label:before {
        border: 1px solid #3e97eb;
    }

    .magic-radio:checked[disabled] + label:before {
        border: 1px solid #c9e2f9;
    }

    .magic-radio:checked[disabled] + label:after {
        background: #c9e2f9;
    }

    .magic-checkbox + label:before {
        border-radius: 3px;
        margin-left: 10px;
    }

    .magic-checkbox + label:after {
        top: 2px;
        left: 7px;
        box-sizing: border-box;
        width: 6px;
        height: 12px;
        transform: rotate(45deg);
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        border-top: 0;
        border-left: 0;
    }

    .magic-checkbox:checked + label:before {
        border: #58749c;
        background: #58749c;
        margin-left: 10px;
    }

    .magic-checkbox:checked[disabled] + label:before {
        border: #c9e2f9;
        background: #c9e2f9;
    }

.hrbottomst {
    margin-top: 100px;
}

.haveLogin {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    color: #58749c;
    font-weight: 600;
    cursor: pointer;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #58749c;
    background-color: #58749c;
    color: #fff;
}
