﻿body {
    font: 12px/150% 微软雅黑, Arial, Verdana, "\5b8b\4f53";
    color: #666;
    background-color: #f5f5f5;
    padding: 0;
    margin: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

.SRHeader {
    width: 100%;
    box-shadow: 0 1px 20px 0 #e2e2e2;
    background-color: #fff;
}

    .SRHeader > .SRHeader-main {
        width: 1200px;
        height: 70px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .SRHeader > .SRHeader-main > .SRHeader-main-left {
            width: 125px;
            height: 40px;
            background-image: url(./images/login-icon-01.png);
        }

        .SRHeader > .SRHeader-main > .SRHeader-main-right {
            float: right;
            height: 71px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .SRHeader > .SRHeader-main > .SRHeader-main-right > span:nth-child(1) {
                margin-bottom: 5px;
            }

            .SRHeader > .SRHeader-main > .SRHeader-main-right > .phone {
                font-size: 16px;
                font-weight: 700;
                color: #3aadff;
            }

            .SRHeader > .SRHeader-main > .SRHeader-main-right .icon-tongzhi {
                margin-right: 5px;
                width: 16px;
                height: 17px;
                display: inline-block;
                background-image: url(./images/newfenfaUI_03.png);
                background-repeat: no-repeat;
            }

            .SRHeader > .SRHeader-main > .SRHeader-main-right .wrapPhone {
                display: flex;
                align-items: center;
            }

.SRcotainer {
    width: 100%;
    min-width: 1360px;
    height: 550px;
}

    .SRcotainer > .SRcotainer-main {
        width: 1200px;
        margin: 0 auto;
        padding: 100px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }

        .SRcotainer > .SRcotainer-main > .SRcotainer-main-left {
            width: 789px;
            height: 387px;
            float: left;
            background-image: url(./images/login-icon-02.png);
            border-radius: 10px;
        }

.SRcotainer-main-right > .registerInto {
    width: 350px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 12px 0px #e2e2e2;
    min-height: 386px;
}

.registerInto > .registerInto-title {
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    color: #f59c1a;
    font-size: 20px;
    font-family: 微软雅黑;
    font-weight: 700;
    letter-spacing: 1px;
}

.registerInto > .registerInto-main {
    width: 290px;
    margin: 0 auto;
    overflow: hidden;
}

    .registerInto > .registerInto-main > .Code {
        display: inline-block;
        background-color: #fff;
        width: 205px;
        height: 45px;
        padding: 7px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
    }

        .registerInto > .registerInto-main > .Code > input {
            width: 100px;
            height: 28px;
            border: none
        }

    .registerInto > .registerInto-main input {
        font-size: 14px;
        font-family: 微软雅黑;
    }

    .registerInto > .registerInto-main > label {
        display: flex;
        height: 45px;
        box-sizing: border-box;
        background-color: #fff;
        position: relative;
        border-bottom: 1px solid #eee;
        align-items: center;
        box-sizing: border-box;
        padding-left: 5px;
    }

        .registerInto > .registerInto-main > label > .iconfont {
            width: 15px;
            height: 18px;
            background-image: url(./images/newfenfaUI_11.png);
            background-repeat: no-repeat;
            display: inline-block;
            margin-right: 15px;
        }

        .registerInto > .registerInto-main > label > .icon-shouji1 {
            background-position: 0 0;
        }

        .registerInto > .registerInto-main > label > .icon-mima3 {
            background-position: -15px 0;
        }

        .registerInto > .registerInto-main > label > .icon-duanxin {
            background-position: -30px 0;
        }

        .registerInto > .registerInto-main > label > input {
            border: none;
            height: 30px;
            width: 200px;
            outline: none;
        }

        .registerInto > .registerInto-main > label > #LoginCode {
            color: #3cc3a2;
            position: absolute;
            top: 0;
            right: 10px;
            cursor: pointer;
        }

.registerInto > .registerInto-warn {
    width: 100%;
    height: 45px;
    width: 290px;
    margin: 0 auto;
    color: #fe6f4f;
    font-size: 12px;
    display: flex;
    align-items: center;
}

    .registerInto > .registerInto-warn > .registerInto-warn-main {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #ffa08b;
        box-sizing: border-box;
        background-color: #fcf2f0;
        box-sizing: border-box;
        padding: 2px;
    }

        .registerInto > .registerInto-warn > .registerInto-warn-main > .iconfont {
            position: relative;
            top: 1px;
            margin-right: 2px;
        }

.SRcotainer-main-right > .registerDown {
    width: 350px;
    height: 50px;
    border-radius: 5px;
    background: linear-gradient(#1f9df5, transparent);
    margin-top: 4px;
}

.registerInto > .registerInto-button {
    height: 40px;
    width: 290px;
    border-radius: 5px;
    background-color: #f59c1a;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .registerInto > .registerInto-button:hover {
        background-color: #f7bf44;
    }

.registerInto > .registerInto-main.commonregisterInto > label {
    margin-bottom: 10px;
}

    .registerInto > .registerInto-main.commonregisterInto > label:nth-child(3) {
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 1px solid #eee;
    }

    .registerInto > .registerInto-main.commonregisterInto > label:nth-child(4) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.registerInto > .registerInto-footer {
    margin: 0 auto;
    width: 290px;
    display: flex;
    justify-content: space-between;
    color: #f59c1a;
    height: 75px;
    line-height: 75px;
}

    .registerInto > .registerInto-footer > span {
        cursor: pointer;
    }

.SRfooter {
    width: 100%;
    height: 310px;
}

    .SRfooter > .SRfooter-main {
        max-width: 1920px;
        height: 310px;
        margin: 0 auto;
        background-image: url(./images/SRHeader-03.png);
        background-repeat: no-repeat;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

        .SRfooter > .SRfooter-main > div {
            margin-bottom: 5px;
            color: #888;
        }

.loadmore {
    color: #888;
    font-size: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13px;
    left: 110px;
}

    .loadmore.loading::before {
        content: '';
        width: 20px;
        height: 20px;
        margin-top: -5px;
        display: inline-block;
        vertical-align: middle;
        animation: loading 1s steps(12) infinite;
        background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
        background-size: 100%;
    }

#LoginCode2,
#LoginCode1 {
    cursor: pointer;
    color: #3aadff;
    position: absolute;
    right: 10px;
    top: 13px;
}


@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media screen and (max-width: 1050px) {
    .SRcotainer {
        width: 100%;
        min-width: unset;
    }

        .SRcotainer > .SRcotainer-main > .SRcotainer-main-left {
            display: none;
        }

        .SRcotainer > .SRcotainer-main,
        .SRHeader > .SRHeader-main {
            width: 100%;
            justify-content: center;
        }

            .SRHeader > .SRHeader-main > .SRHeader-main-right {
                display: none;
            }
}
