﻿@charset "utf-8";

/* CSS Document */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    font-family: "Microsoft Yahei","Helvetica Neue";
    font-size: 10px;
    color: #3d434c;
}

img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
}

select {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}

hr {
    margin: 0;
    border: 0;
    padding: 0;
}







.stores_box {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(/Content/images/loginv2/background_bg.png) no-repeat center;
    background-color: #2052a1;
    overflow: hidden;
}


    /*背景设置*/
    /*.stores_box .img_bg{ width:100%;}*/
    .stores_box .top_bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50%;
        z-index: 1;
    }

    .stores_box .bottom_bg {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -50%;
        z-index: 1;
    }




    /*页眉logo大标题*/
    .stores_box .logo_headr_box {
        width: 100%;
        position: absolute;
        top: 4%;
        z-index: 2;
        overflow: hidden;
    }

        .stores_box .logo_headr_box .logo_headr {
            width: 1300px;
            margin: auto;
            overflow: hidden;
        }

            .stores_box .logo_headr_box .logo_headr img {
                width: 16.66rem;
                height: 3.66;
                float: left;
            }

            .stores_box .logo_headr_box .logo_headr a {
                display: block;
                float: left;
                margin-top: .7em;
                font-size: 160%;
                line-height: 2em;
                color: #d6e6ff;
            }

                .stores_box .logo_headr_box .logo_headr a span {
                    display: inline;
                    padding: 0 .75rem;
                    background: url(/Content/images/loginv2/logo_line.png) no-repeat center;
                }





    /*登录框*/
    .stores_box .login_box {
        width: 630px;
        padding: 4.16rem 50px;
        box-shadow: 0 0 0 3px rgba(255,255,255,.2);
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        margin-top: -18.5rem;
        right: 50%;
        margin-right: -36.417rem;
        z-index: 2;
    }



        /*登录标题*/
        .stores_box .login_box .login_title {
            width: 100%;
            overflow: hidden;
        }

            .stores_box .login_box .login_title h2 {
                display: inline;
                font-size: 200%;
                line-height: 1em;
            }
        /*.stores_box .login_box .login_title .title_right{ float:right;}
.stores_box .login_box .login_title .title_right img{ display: block; width: 3.33rem; height: auto; float: right; margin-left: 0.4rem;}
.stores_box .login_box .login_title .title_right img:hover{ cursor:pointer;}*/



        /*验证码登录输入文本*/
        .stores_box .login_box .login_in_kuang {
            width: 51.5%;
            margin-top: 3rem;
            float: left;
            position: relative;
        }

            .stores_box .login_box .login_in_kuang li {
                width: 100%;
                margin: auto;
                font-size: 150%;
                box-shadow: 0 0 0 1px #d9dadb inset;
                margin-top: 1em;
                overflow: hidden;
            }

            /*输入框错误输入提示*/
            .stores_box .login_box .login_in_kuang .error_text {
                width: 100%;
                font-size: 120%;
                line-height: 1em;
                margin-top: 0.5em;
                color: #ff2424;
                display: none;
            }

            /*输入文本设置*/
            .stores_box .login_box .login_in_kuang li .input_box {
                width: 90%;
                font-size: inherit;
                color: #3d434c;
                line-height: 3.07em;
                padding: 0 5%;
            }

                .stores_box .login_box .login_in_kuang li .input_box:hover {
                    cursor: pointer;
                    color: #317cf5;
                }

                .stores_box .login_box .login_in_kuang li .input_box span {
                    font-size: inherit;
                    line-height: inherit;
                    color: inherit;
                }

            .stores_box .login_box .login_in_kuang li input {
                outline: none;
                width: 90%;
                font-size: inherit;
                line-height: 3.07em;
                padding: 0 5%;
                background-color: transparent;
                color: #939599;
            }

                .stores_box .login_box .login_in_kuang li input:hover {
                    box-shadow: 0 0 0 1px #317cf5 inset;
                }

                /*修改input默认字体颜色*/
                .stores_box .login_box .login_in_kuang li input::-webkit-input-placeholder {
                    color: #939599;
                }

                .stores_box .login_box .login_in_kuang li input::-moz-placeholder {
                    color: #939599;
                }

                .stores_box .login_box .login_in_kuang li input::-moz-placeholder {
                    color: #939599;
                }

                .stores_box .login_box .login_in_kuang li input::-ms-input-placeholder {
                    color: #939599;
                }
            /*验证码输入框样式*/
            .stores_box .login_box .login_in_kuang .no_line {
                box-shadow: none;
            }

            .stores_box .login_box .login_in_kuang li .Verification_code {
                width: 50%;
                box-shadow: 0 0 0 1px #e3e5e8 inset;
                float: left;
            }

            .stores_box .login_box .login_in_kuang li .code_P {
                width: 36%;
                font-size: inherit;
                line-height: 3.07em;
                text-align: center;
                background-color: #edeff2;
                color: #317cf5;
                float: right;
            }

                .stores_box .login_box .login_in_kuang li .code_P:hover {
                    cursor: pointer;
                }




/*选择门店*/
#pull_down {
    position: relative;
    overflow: visible;
}

    #pull_down .pull_down_text {
        width: 99.475%;
        max-height: 280px;
        padding: .9rem 0;
        border: solid 1px #2e3033;
        background-color: #fff;
        position: absolute;
        top: 0%;
        z-index: 999;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
        overflow: auto;
    }

        #pull_down .pull_down_text .text_bg {
            width: 100%;
            padding-bottom: 33px;
        }

        #pull_down .pull_down_text p {
            width: 90%;
            padding: 0 5%;
            font-size: 140%;
            line-height: 2.57em;
            color: #475366;
        }

            #pull_down .pull_down_text p:hover {
                cursor: pointer;
                background-color: #e3e5e8;
            }

        #pull_down .pull_down_text .blue_P {
            background-color: #317cf5;
            color: #ffffff;
        }

        /*选择门店滚动条样式*/
        #pull_down .pull_down_text::-webkit-scrollbar { /*滚动条整体样式*/
            width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
            height: 6px;
        }

        #pull_down .pull_down_text::-webkit-scrollbar-button { /*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
            display: none;
        }

        #pull_down .pull_down_text::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
            border-radius: 5px;
            webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: #b4bdcc;
        }

        #pull_down .pull_down_text::-webkit-scrollbar-track { /*滚动条里面轨道*/
            webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 5px;
            background: #f2f4f7;
        }


/*登录按钮*/
.stores_box .login_box .login_in_kuang .login_in_btn {
    box-shadow: none;
    font-size: 160%;
    margin: 0;
    margin-top: 1.563em;
    overflow: hidden;
}

    .stores_box .login_box .login_in_kuang .login_in_btn a {
        display: block;
        font-size: inherit;
        text-align: center;
        line-height: 2.875em;
        background-color: #317cf5;
        color: #fff;
    }


/*中间分割线*/
.stores_box .login_box .divider {
    width: 1px;
    margin: 0 5% 0 7%;
    height: 260px;
    border-left: dashed 1px #e1e3e5;
    float: left;
    position: relative;
}

    .stores_box .login_box .divider p {
        font-size: 160%;
        line-height: 2em;
        color: #c8c9cc;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }


/*扫码登录内容*/
.stores_box .login_box .sweep_yard {
    width: 36%;
    float: right;
}

.stores_box .login_box .Qr_code_content {
    width: 100%;
    padding-top: 2rem;
    overflow: hidden;
}

    .stores_box .login_box .Qr_code_content h4 {
        width: 100%;
        font-size: 130%;
        line-height: 1em;
        text-align: center;
    }

    /*二维码*/
    .stores_box .login_box .Qr_code_content .code_box {
        width: 100%;
        margin: 2.5rem 0 1.25rem 0;
        position: relative;
        overflow: auto;
    }

        .stores_box .login_box .Qr_code_content .code_box img {
            width: 12.33rem;
            height: auto;
            margin: auto;
            opacity: .1;
        }

        .stores_box .login_box .Qr_code_content .code_box span {
            font-size: 130%;
            line-height: 1em;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

    .stores_box .login_box .Qr_code_content p {
        width: 100%;
        text-align: center;
        font-size: 130%;
        line-height: 2.46em;
        color: #475366;
        margin-top: .77em;
    }

        .stores_box .login_box .Qr_code_content p .span_img {
            padding: 1.2rem 2rem 1.2rem 1.2rem;
            background: url(/Content/images/loginv2/RichScan_icon.png) no-repeat left center;
        }

        .stores_box .login_box .Qr_code_content p .span_P {
            font-size: inherit;
            color: #7a8699;
            line-height: inherit;
        }



/*页脚*/
.stores_box .logo_footer {
    width: 100%;
    position: absolute;
    bottom: 4%;
    z-index: 2;
    text-align: center;
    font-size: 130%;
    color: #85a5db;
    line-height: 1em;
}

    .stores_box .logo_footer span {
        padding: 0 1em;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }









/*浏览器自适应区域*/

@media ( min-width:1500px ) {
}

@media (max-width:1499px) and (min-width:1300px) {


    /*logo样式设计*/
    .stores_box .logo_headr_box .logo_headr {
        width: 1200px;
    }

        .stores_box .logo_headr_box .logo_headr img {
            width: 168px;
        }

        .stores_box .logo_headr_box .logo_headr a {
            font-size: 150%;
            margin-top: .5em;
        }

    /*登录框*/
    .stores_box .login_box {
        margin-top: -17rem;
    }


        /*登录标题*/
        .stores_box .login_box .login_title h2 {
            font-size: 160%;
        }

        .stores_box .login_box .login_title .title_right .tip_kuang p {
            font-size: 120%;
        }

        .stores_box .login_box .login_in_kuang li {
            font-size: 140%;
        }

        .stores_box .login_box .login_in_kuang .login_in_btn {
            font-size: 150%;
        }

        .stores_box .login_box .login_title .title_right img {
            width: 36px;
        }
    /*选择门店*/
    #pull_down .pull_down_text p {
        font-size: 130%;
    }

    .stores_box .login_box .Qr_code_content p .span_img {
        padding: 1rem 2rem 1rem 1rem;
    }
}

@media (max-width:1299px) {


    /*logo样式设计*/
    .stores_box .logo_headr_box .logo_headr {
        width: 1000px;
    }

        .stores_box .logo_headr_box .logo_headr img {
            width: 168px;
        }

        .stores_box .logo_headr_box .logo_headr a {
            font-size: 140%;
            margin-top: .6em;
        }


    /*登录框*/
    .stores_box .login_box {
        margin-top: -17rem;
    }


        /*登录标题*/
        .stores_box .login_box .login_title h2 {
            font-size: 160%;
        }

        .stores_box .login_box .login_title .title_right .tip_kuang p {
            font-size: 120%;
        }

        .stores_box .login_box .login_in_kuang li {
            font-size: 140%;
        }

        .stores_box .login_box .login_in_kuang .login_in_btn {
            font-size: 150%;
        }

        .stores_box .login_box .login_title .title_right img {
            width: 36px;
        }
    /*选择门店*/
    #pull_down .pull_down_text p {
        font-size: 130%;
    }

    .stores_box .login_box .Qr_code_content p .span_img {
        padding: 1rem 2rem 1rem 1rem;
    }

    /*页脚*/
    .stores_box .logo_footer {
        font-size: 120%;
    }
}

iframe {
    width: 100% !important;
    height: 280px !important;
}

/*门店列表弹出框*/
.bounced_box {
    width: 100%;
    background-color: rgba(0,0,0,.55);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    display: none;
}

    .bounced_box .Store_list_box {
        width: 934px;
        padding: 3.5rem 0;
        background-color: #ffffff;
        border-radius: 0.5rem;
        position: absolute;
        left: 50%;
        margin-left: -480px;
        top: 20%;
    }

        /*顶部内容*/
        .bounced_box .Store_list_box .top_content_box {
            width: 86.8%;
            padding: 0 6.6%;
            margin-bottom: 1.5rem;
            overflow: hidden;
        }

            /*标题*/
            .bounced_box .Store_list_box .top_content_box .title_box {
                display: inline;
                float: left;
                margin: 1px 0;
                overflow: hidden;
            }

                .bounced_box .Store_list_box .top_content_box .title_box h1 {
                    display: inline;
                    font-size: 200%;
                    line-height: 1em;
                    color: #4a6186;
                    font-weight: bold;
                }

                .bounced_box .Store_list_box .top_content_box .title_box hr {
                    width: 100%;
                    height: 3px;
                    background-color: #f2f4f7;
                    margin-top: 0.625rem;
                }

            /*搜索条*/
            .bounced_box .Store_list_box .top_content_box .search_box {
                float: right;
                overflow: hidden;
            }

                .bounced_box .Store_list_box .top_content_box .search_box input {
                    outline: none;
                    width: 22em;
                    padding: 0 0.86em;
                    height: 3rem;
                    border: solid 1px #e6eaf0;
                    border-right: 0;
                    font-size: 87.5%;
                    color: #c1cbdb;
                    line-height: 2.25rem;
                    border-radius: 0.3rem 0 0 0.3rem;
                    float: left;
                }

                    .bounced_box .Store_list_box .top_content_box .search_box input::-webkit-input-placeholder {
                        color: #c1cbdb;
                    }

                    .bounced_box .Store_list_box .top_content_box .search_box input::-moz-placeholder {
                        color: #c1cbdb;
                    }

                    .bounced_box .Store_list_box .top_content_box .search_box input::-ms-input-placeholder {
                        color: #c1cbdb;
                    }

                .bounced_box .Store_list_box .top_content_box .search_box .search_btn {
                    display: block;
                    width: 5.5rem;
                    height: 3.2rem;
                    border-radius: 0 0.3rem 0.3rem 0;
                    background: url(/content/images/login/search_icon.png) no-repeat center;
                    background-color: #e6eaf0;
                    float: left;
                }

                    .bounced_box .Store_list_box .top_content_box .search_box .search_btn:hover {
                        cursor: pointer;
                    }


        /*滚动内容*/
        .bounced_box .Store_list_box .content_box {
            width: 91.8%;
            padding-left: 5%;
            height: 460px;
            overflow: auto;
            /*ie浏览器滚动条*/
            scrollbar-arrow-color: transparent;
            /*滚动条滑块按钮的颜色*/
            scrollbar-face-color: #b4bdcc;
            /*滚动条整体颜色*/
            scrollbar-highlight-color: #b4bdcc;
            /*滚动条阴影*/
            scrollbar-shadow-color: #b4bdcc;
            /*滚动条轨道颜色*/
            scrollbar-track-color: #f2f4f7;
        }

            /*最近常用门店*/
            .bounced_box .Store_list_box .content_box .Store_list {
                width: 100%;
                margin-top: 1rem;
                overflow: hidden;
            }

                .bounced_box .Store_list_box .content_box .Store_list h2 {
                    display: inline;
                    margin-left: 1em;
                    font-size: 140%;
                    color: #4a6186;
                    font-weight: bold;
                }

                .bounced_box .Store_list_box .content_box .Store_list .A_box {
                    width: 100%;
                    margin-top: 0.5rem;
                    overflow: hidden;
                }

                    .bounced_box .Store_list_box .content_box .Store_list .A_box a {
                        display: block;
                        width: 8.43em;
                        padding: 0 0.624rem;
                        font-size: 140%;
                        color: #4a6186;
                        text-align: center;
                        background-color: #f2f4f7;
                        border-radius: .4em;
                        line-height: 2.57em;
                        float: left;
                        margin: 1.35rem 0.9375rem 0 0.9375rem;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden; /*文本超出一定范围自动省略*/
                    }

                        .bounced_box .Store_list_box .content_box .Store_list .A_box a:hover {
                            background-color: #e6eaf0;
                            cursor: pointer;
                        }

                    .bounced_box .Store_list_box .content_box .Store_list .A_box .red_A {
                        background-color: #e05959;
                        color: #ffffff;
                    }


        /*关闭按钮*/
        .bounced_box .Store_list_box .img_bg {
            width: 1.875rem;
            height: 1.875rem;
            border-radius: 1.25rem;
            position: absolute;
            right: -2.75rem;
            top: 0.375rem;
            z-index: 12;
            overflow: hidden;
        }

        .bounced_box .Store_list_box img {
            width: 1.5rem;
            height: 1.5rem;
            margin: 0.1875rem;
        }

        .bounced_box .Store_list_box .img_bg:hover { /*background-color:#f0f4fa;*/
            cursor: pointer;
        }


        /*滚动条样式*/

        .bounced_box .Store_list_box .content_box::-webkit-scrollbar { /*滚动条整体样式*/
            width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }


        .bounced_box .Store_list_box .content_box::-webkit-scrollbar-button { /*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
            display: none;
        }


        .bounced_box .Store_list_box .content_box::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: #b4bdcc;
        }


        .bounced_box .Store_list_box .content_box::-webkit-scrollbar-track { /*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 5px;
            background: #f2f4f7;
        }


/*BEGIN==SliderCode==BEGIN*/
.sc-captcha {
    width: 300px;
    margin: 100px auto;
}

.sc_net_panel {
    padding: 10px;
}

    .sc_net_panel > div {
        position: relative;
    }

.bg_slider {
    position: absolute;
    left: 0;
    top: 0;
}

.bg_refresh {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #808080;
    color: #fff;
    border-radius: 3px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

.sc_net_slider_icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
    text-align: center;
    border-radius: 5px;
    border: #808080 1px solid;
    width: 37px;
    line-height: 37px;
    cursor: pointer;
}

    .sc_net_slider_icon:hover {
        color: #fff;
        background: #1991fa;
    }

.sc_net_slider_text {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 280px;
    color: #45494c;
    border: #808080 1px solid;
    border-radius: 5px;
    line-height: 35px;
    height: 37px;
    cursor: default;
}

.sc_net_slider_area {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
}

#slidercode_close {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #333;
    transform: rotate(45deg);
    margin-bottom: 8px;
    margin-left: 260px;
    cursor: pointer;
}

    #slidercode_close::after {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: #333;
        transform: rotate(-90deg);
    }

#slidercode_div {
    display: none;
    text-align: center;
    position: relative;
    top: -100px;
    background-color: white;
    height: 250px;
    border: thin solid;
    border-color: aliceblue;
}
/*NED==SliderCode==NED*/