﻿body {
    font-family: 微软雅黑;
    background-color: #f5f5f5;
}
.dColor {
    color:#3aadff;
}
.hover {
    cursor:pointer;
}
.hide {
    display:none!important;
}

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: 118px;
            height: 38px;
            background-image: url(/Content/images/fd-2023-5-4_03.png);
        }

        .SRHeader > .SRHeader-main > .SRHeader-main-left-new {
            width: 125px;
            height: 40px;
            background-image: url(/Content/images/newfenfaUI_07.png);
        }
        .SRHeader > .SaleShopHeader-main > .SRHeader-main-left {
            width: 100px;
            height: 28px;
            background: url('/Content/Images/saleShopAgent_login_logo.png') no-repeat center center !important;
            background-size: contain !important;
        }
        

.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 > .SaleShopHeader-main > .SRHeader-main-right > .phone {
                color: #0FB5C1 !important;
            }

            .SRHeader > .SRHeader-main > .SRHeader-main-right .icon-tongzhi {
                margin-right: 5px;
                width:16px;
                height:17px;
                display:inline-block;
                background-image:url(/Content/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: 860px;*/
    background-image: url(/Content/Images/fd-2023-5-4_06.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    top: 70px; /* 距离头部的高度 */
    left: 0;
    right: 0;
    height: calc(100% - 70px);
}

.SaleShopAgentContainer {
    background-image: none !important;
    background: #F0F1F2 !important;
}

.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: 410px;
            float: left;
            background-image: url(/Content/images/newfenfaUI_10.png);
            border-radius: 10px;
        }
.SaleShopAgentContainer > .SRcotainer-main > .SRcotainer-main-left {
    background-image: url('/Content/images/saleShopAgent_login_banner.jpg') !important;
    background-size: contain !important;
}

.SRcotainer-main-right > .registerInto {
    width: 370px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 12px 0px #e2e2e2;
    min-height: 410px;
}

.SaleShopAgentContainer .SRcotainer-main-right > .registerInto {
    box-shadow: none !important;
}

.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;
    position:relative;
}

    .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(/Content/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;
    margin-top:10px
}
.saleShopRegister > .registerInto-button {
    background-color: #0FB5C1 !important;
}
.registerInto > .registerInto-button.stopActive {
    background-color: #ddd;
}

.registerInto > .registerInto-button:hover {
    background-color: #f7bf44;
}

.saleShopRegister > .registerInto-button:hover {
    opacity: 0.8 !important;
}

    .registerInto > .registerInto-button.stopActive:hover {
        background-color: #ddd;
    }
.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 > .new-registerInto-footer {
    margin: 0 auto;
    width: 290px;
    display: flex;
    justify-content: space-between;
    color: #f59c1a;
    height: 75px;
    line-height: 40px;
    flex-wrap: wrap;
}

    .registerInto-footer > span {
        cursor: pointer;
    }

.SRfooter {
    width: 100%;
}

    .SRfooter > .SRfooter-main {
        max-width: 1920px;
        margin: 0 auto;
        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;
    }

    .SaleShopAgentContainer > .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;    
    }
}
.registerInto-title-new {
    display:flex;
    flex-direction:row;
    padding-top:40px;
    padding-left:15px;
    padding-right:15px;
    box-sizing:border-box;
    position:relative;
    margin-bottom:20px;
}
.registerInto-title-new .registerInto-title-new-left {
    display: flex;
    flex-direction: row;
    font-size:16px;
    color:#666;
}
.registerInto-title-new .registerInto-title-new-left > li {
    margin-right:25px;
    cursor:pointer;
    padding-bottom:12px;
    box-sizing:border-box;
}
.registerInto-title-new .registerInto-title-new-left > li.active {
    border-bottom: 2px solid #f59c1a;
}

.registerInto-title-new .saleShopRegister-title-left > li.active {
    border-bottom: 2px solid #0FB5C1 !important;
}

.registerInto-title-new .registerInto-title-new-left02 {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #666;
}
.registerInto-title-new .registerInto-title-new-left02 > span:nth-child(1) {
    margin-bottom:15px;
}
.registerInto-title-new .registerInto-title-new-left02 > span:nth-child(2) {
    font-size:12px;
    color:#f59c1a;
}
.registerInto-title-new-right {
    position: absolute;
    top: 3px;
    right: 3px;
}
.registerInto-title-new-right .registerInto-title-new-right-item {
    display:none;
}
.registerInto-title-new-right .registerInto-title-new-right-item.active {
    display: block;
}
.registerInto-title-new-right .registerInto-title-new-right-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/Content/Images/fd-2023-5-4-8.png);
    background-position: 0 0;
    cursor: pointer;
}
.registerInto-title-new-right .registerInto-title-new-right-img.pcImg {
    background-position: -50px 0;
    width: 38px;
    height: 40px;
    position: relative;
    top: 1px;
}
.registerInto-title-new-right .registerInto-title-new-right-text {
    display: flex;
    width: 140px;
    height: 22px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    right: 50px;
    border: 1px solid #e1f3d8;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}

    .registerInto-title-new-right .registerInto-title-new-right-text:after {
        display: block;
        content: "";
        position: absolute;
        top: 3px;
        right: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-left: 8px solid #e7fff2;
        border-bottom: 8px solid transparent;
    }



.registerInto-title-text {
    width: 100%;
    text-align: center;
    color: #f59c1a;
    font-size: 20px;
    font-family: 微软雅黑;
    font-weight: 700;
    letter-spacing: 1px;
}
.registerInto-title-text03 {
    font-size: 17px;
    font-weight: 700;
    color: #020202;
}
.new-registerInto-footer > span {
    cursor: pointer;
}
.qrCodeWrap {
    display:flex;
    justify-content:center;
}
.qrCodeWrap iframe {
    height: 220px;
}


.impowerBox .title {
    display: none;
}
.impowerBox .qrcode {
    margin-top: 0;
    width: 215px;
    margin-right: 10px;
}
.qrCodeWrap-target {
    display:flex;
    justify-content:center;  
    flex-direction:column;
}
.qrCodeWrap-target > span {
    display:flex;
    justify-content:center;
    margin-bottom:10px;
    color:#888;
}
.qrCodeWrap-target .qrCodeWrap-target-a {
    display: flex;
    justify-content: flex-end;
}
.failureWrap {
    width: 215px;
    height: 215px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1px;
    left: 33px;
    background: rgba(255,255,255,0.9);
    display:none;
}
.failureWrap > span:nth-child(1) {
    font-size: 17px;
    margin-bottom: 18px;
    display: inline-block;
    color: #333;
    font-weight: 700;
}
.refreshBtn {
    width: 150px;
    height: 40px;
    border-radius: 2px;
    color: #fff;
    background-color: #fe6f4f;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}
.refreshBtn .layui-icon-refresh {
    margin-right:3px;
    font-size:12px;
}
.refreshBtn:hover {
    opacity:0.9;
}
.commonDailog {
    width:550px;
    padding:20px;
    background-color:#fff;
    box-sizing:border-box;
    min-height:150px;
    display:none;
}
.commonDailog .commonDailog-title {
    display:flex;
    position:relative;
}
.commonDailog .commonDailog-title .noPrompt {
    position: absolute;
    top:0;
    right:0;
    color:#999;
    font-size:12px;
}
.commonDailog .commonDailog-title02 {
    padding: 10px;
    border: 1px solid #ffe3b9;
    color: #f59c1a;
    background-color: #fef7ed;
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.commonDailog .commonDailog-title03 {
    color: #888888;
    font-size: 18px;
    margin-top: 10px;
}
.commonDailog .commonDailog-title .commonDailog-title-log {
    width: 210px;
    height: 52px;
    background-image: url(/Content/Images/fd-2023-5-4-8.png);
    background-position: 0 -50px;
    display: inline-block;
}
.commonDailog .commonDailog-main {
    padding:25px 65px 0 65px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    position:relative;
}
.commonDailog .commonDailog-main .commonDailog-main-text {
    font-size: 16px;
    color: #888;
    margin-bottom: 15px;
}
.commonDailog-main-btnsWrap {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-top:20px;
}
.commonBtn01 {
    width: 175px;
    height: 40px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3aadff;
    color: #fff;
    cursor: pointer;
    font-size:14px;
}
.commonBtn01:hover {
    opacity:0.8;
}
.layui-icon-senior {
    margin-right:3px;
}
.commonDailog-footer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.noBtnskin .layui-layer-setwin {
    display:none;
}
.qrCodeWrap-title {
    display:flex;
    justify-content:center;
    color:#888;
    margin-top:5px;
}
.changeRegisterType {
    display: inline-block;
    background-image: url(/Content/Images/fd-2023-5-4-8.png);
    cursor: pointer;
    background-position: -50px 0;
    width: 38px;
    height: 40px;
    top: -16px;
    right: -17px;
    position: absolute;
}
.commonDailog-main-item {
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:17px;
    color:#888;
}
.commonDailog-main-item .commonDailog-main-item-img {
    width: 52px;
    height: 50px;
    background-image: url(/Content/Images/fd-2023-5-4-8.png);
    background-position: 0 -150px;
    margin-right:15px;
}
.layui-icon-senior {
    background-image: url(/Content/Images/fd-2023-5-4-8.png);
    background-position: -203px -182px;
    width:18px;
    height:18px;
    display:inline-block;
    
}
.layui-icon-refresh {
    background-image: url(/Content/Images/fd-2023-5-4-8.png);
    background-position: -185px -186px;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#registerInto_title03 {
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.registerInto-title03-warn {
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-size: 12px;
    color: #f59c1a;
    background-color: #fffbf4;
    border: 1px solid #ffd392;
    margin-top: 20px;
}
.correlation-title {
    flex-direction:column;
}
.emergencyNotice {
    width: 1200px;
    margin: 0 auto;
    max-height:60px;
    overflow-y:auto;
    background-color:#fff;
    position:relative;
    display: none;
}
.emergencyNotice-imgWrap {
}
.emergencyNotice-imgWrap img{
    width:1200px;
    height:60px;
}
.emergencyNotice-close {
    position:absolute;
    top:10px;
    right:15px;
    cursor:pointer;
}
.emergencyNotice-close::after {
    width:13px;
    height:1px;
    background-color:#888;
    position:absolute;
    content:"";
    display:block;
    transform:rotate(45deg);
}
.emergencyNotice-close::before {
    width: 13px;
    height: 1px;
    background-color: #888;
    position: absolute;
    content: "";
    display: block;
    transform: rotate(-45deg);
}
