﻿* {
    margin: 0;
    padding: 0;
}
/* 普通IE浏览器 样式清除 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
/* 火狐浏览器样式清除 */
input[type="number"] {
    -moz-appearance: textfield;
}

input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

.box_form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

    .box_form .aform {
        width: 440px;
        height: 415px;
        background: #FFFFFF;
        border-radius: 6px;
        margin: 0px 18.75% 0 0;
        position: relative;
        text-align: center;
    }

        .box_form .aform .rightQrcode {
            width: 52px;
            height: 52px;
            position: absolute;
            top: 12px;
            right: 10px;
        }

        .box_form .aform .formcontent {
            width: 360px;
            margin: auto;
            display: inline-block;
        }

            .box_form .aform .formcontent .top {
                width: 360px;
                height: 79px;
                border-bottom: 1px solid #D9DAE2;
                display: flex;
                flex-wrap: nowrap;
                align-items: flex-end;
                align-content: flex-end;
                justify-content: flex-start;
            }

                .box_form .aform .formcontent .top .item {
                    height: 62px;
                    line-height: 62px;
                    margin: 0 36px 0 0;
                    font-size: 18px;
                    font-family: MicrosoftYaHei;
                    color: #A6A8B3;
                }

                .box_form .aform .formcontent .top .itemActive {
                    font-size: 18px;
                    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
                    font-weight: bold;
                    color: #2876F3;
                    border-bottom: 2px solid #2876F3;
                    box-sizing: border-box;
                }

            .box_form .aform .formcontent .top2 {
                width: 360px;
                height: 79px;
                border-bottom: 1px solid #D9DAE2;
                display: flex;
                flex-wrap: nowrap;
                align-items: flex-end;
                align-content: flex-end;
                justify-content: flex-start;
            }

                .box_form .aform .formcontent .top2 .item {
                    height: 62px;
                    line-height: 62px;
                    font-size: 18px;
                    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
                    font-weight: bold;
                    color: #2876F3;
                }

            .box_form .aform .formcontent .top3 {
                width: 360px;
                height: 79px;
                display: flex;
                flex-wrap: nowrap;
                align-items: flex-end;
                align-content: flex-end;
                justify-content: center;
            }

                .box_form .aform .formcontent .top3 .item {
                    height: 62px;
                    line-height: 62px;
                    font-size: 18px;
                    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
                    font-weight: bold;
                    color: #2876F3;
                }

            .box_form .aform .formcontent .bottom {
                margin: 20px auto 0;
                position: relative;
            }

                .box_form .aform .formcontent .bottom .box_input {
                    margin: 21px auto 0;
                    width: 356px;
                    height: 48px;
                    border-radius: 4px;
                    border: 1px solid #D9DAE2;
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                    align-content: center;
                    justify-content: flex-start;
                }

                    .box_form .aform .formcontent .bottom .box_input img {
                        width: 24px;
                        height: 24px;
                        margin: 0 4px 0 9px;
                    }

                    .box_form .aform .formcontent .bottom .box_input input {
                        width: 100%;
                        height: 22px;
                        font-size: 16px;
                        font-family: MicrosoftYaHei;
                        color: #5E606C;
                        line-height: 21px;
                        border: none;
                    }

                .box_form .aform .formcontent .bottom .box_input2 {
                    margin: 34px auto 0;
                    width: 356px;
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                    align-content: center;
                    justify-content: space-between;
                }

                    .box_form .aform .formcontent .bottom .box_input2 .abox {
                        width: 235px;
                        height: 48px;
                        border-radius: 4px;
                        border: 1px solid #D9DAE2;
                        display: flex;
                        flex-wrap: nowrap;
                        align-items: center;
                        align-content: center;
                        justify-content: flex-start;
                    }

                        .box_form .aform .formcontent .bottom .box_input2 .abox img {
                            width: 24px;
                            height: 24px;
                            margin: 0 4px 0 9px;
                        }

                        .box_form .aform .formcontent .bottom .box_input2 .abox input {
                            height: 22px;
                            font-size: 16px;
                            font-family: MicrosoftYaHei;
                            color: #5E606C;
                            line-height: 21px;
                            border: none;
                        }

                    .box_form .aform .formcontent .bottom .box_input2 .getCode {
                        width: 110px;
                        height: 48px;
                        background: #DFE2E8;
                        border-radius: 4px;
                        font-size: 14px;
                        font-family: MicrosoftYaHei;
                        color: #A6A8B3;
                        line-height: 48px;
                        cursor:default;
                    }

                        .box_form .aform .formcontent .bottom .box_input2 .getCode span {
                            color: #2876F3;
                        }

                    .box_form .aform .formcontent .bottom .box_input2 .getCode1 {
                        width: 110px;
                        height: 48px;
                        background: #2876F3;
                        border-radius: 4px;
                        font-size: 14px;
                        font-family: MicrosoftYaHei;
                        color: #FFFFFF;
                        line-height: 48px;
                        cursor:default;
                    }

                .box_form .aform .formcontent .bottom .error {
                    position: absolute;
                    top: 52px;
                    width: 356px;
                    height: 18px;
                    font-size: 12px;
                    font-family: MicrosoftYaHei;
                    color: #F64438;
                    line-height: 16px;
                    text-align: left;
                }

                .box_form .aform .formcontent .bottom .box_qrcode {
                    width: 181px;
                    margin: auto;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-items: flex-start;
                    align-content: flex-start;
                }

                    .box_form .aform .formcontent .bottom .box_qrcode img {
                        width: 181px;
                        height: 181px;
                    }

                    .box_form .aform .formcontent .bottom .box_qrcode p {
                        width: 100%;
                        text-align: center;
                        height: 19px;
                        font-size: 14px;
                        font-family: MicrosoftYaHei;
                        color: #5E606C;
                        line-height: 19px;
                        margin: 6px auto 0;
                    }

                .box_form .aform .formcontent .bottom .box_btn {
                    margin: 31px auto 0;
                    width: 355px;
                    height: 48px;
                    background: #DFE2E8;
                    border-radius: 4px;
                    font-size: 20px;
                    font-family: MicrosoftYaHei;
                    color: #A6A8B3;
                    line-height: 48px;
                    text-align: center;
                    cursor: default;
                }

                .box_form .aform .formcontent .bottom .box_btn1 {
                    margin: 31px auto 0;
                    width: 355px;
                    height: 48px;
                    background: #2876F3;
                    border-radius: 4px;
                    font-size: 20px;
                    font-family: MicrosoftYaHei;
                    color: #FFFFFF;
                    line-height: 48px;
                    text-align: center;
                    cursor: default;
                }

        .box_form .aform .bottom_login0 {
            margin: 7px auto 0;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            align-content: center;
            justify-content: space-between;
            width: 100%;
        }

            .box_form .aform .bottom_login0 .left_login {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                align-content: center;
            }

                .box_form .aform .bottom_login0 .left_login .choose {
                    width: 12px;
                    height: 12px;
                    border-radius: 2px;
                    border: 1px solid #A6A8B3;
                    margin: 0 6px 0 0;
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                    justify-content: center;
                    box-sizing: border-box;
                }

                    .box_form .aform .bottom_login0 .left_login .choose img {
                        width: 12px;
                        height: 12px;
                    }

                .box_form .aform .bottom_login0 .left_login p {
                    height: 22px;
                    font-size: 14px;
                    font-family: MicrosoftYaHei;
                    color: #5E606C;
                    line-height: 22px;
                }

                    .box_form .aform .bottom_login0 .left_login p a {
                        color: #2876F3;
                    }

        .box_form .aform .bottom_login {
            margin: 17px auto 0;
            /*display: flex;*/
            flex-wrap: nowrap;
            align-items: center;
            align-content: center;
            justify-content: space-between;
            width: 100%;
        }

            .box_form .aform .bottom_login .left_login {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                align-content: center;
            }

                .box_form .aform .bottom_login .left_login .choose {
                    width: 12px;
                    height: 12px;
                    border-radius: 2px;
                    border: 1px solid #A6A8B3;
                    margin: 0 6px 0 0;
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                    justify-content: center;
                    box-sizing: border-box;
                }

                    .box_form .aform .bottom_login .left_login .choose img {
                        width: 12px;
                        height: 12px;
                    }

                .box_form .aform .bottom_login .left_login p {
                    height: 22px;
                    font-size: 14px;
                    font-family: MicrosoftYaHei;
                    color: #5E606C;
                    line-height: 22px;
                }

                    .box_form .aform .bottom_login .left_login p a {
                        color: #2876F3;
                    }

            .box_form .aform .bottom_login .right_login {
                height: 22px;
                font-size: 14px;
                font-family: MicrosoftYaHei;
                color: #A6A8B3;
                line-height: 22px;
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                align-content: center;
                justify-content: space-between;
                float:right;
            }


                .box_form .aform .bottom_login .right_login .aline {
                    margin: 0 10px 0 10px;
                    height: 14px;
                    border-right: 1px solid #A6A8B3;
                }

        .box_form .aform .bottom_login2 {
            margin: 17px auto 0;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            align-content: center;
            justify-content: center;
            width: 100%;
        }

            .box_form .aform .bottom_login2 .right_login {
                height: 22px;
                font-size: 14px;
                font-family: MicrosoftYaHei;
                color: #A6A8B3;
                line-height: 22px;
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                align-content: center;
                justify-content: space-between;
            }

                .box_form .aform .bottom_login2 .right_login .aline {
                    margin: 0 10px 0 10px;
                    height: 14px;
                    border-right: 1px solid #A6A8B3;
                }

.fixfooter {
    position: fixed;
    bottom: 0;
}

.containers {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    width: 100vw;
    color: #9fa1a1;
    background: #ececec;
}

    .containers a {
        color: #9fa1a1;
    }

    .containers span {
        margin: 0 10px;
    }

        .containers span:first-child {
            margin-left: 0;
        }

        .containers span:last-child {
            margin-right: 0;
        }
.div_qrcode {
    position: fixed;
    z-index: 1;
    bottom: 150px;
    left: 100px;
    background: #F5F5F5;
    border-radius: 10px;
    font-size: 13px;
    text-align: center;
    padding: 15px;
}
.div_qrcode img{
    width:130px;
    height:130px;
    margin-bottom:10px;
}