﻿@charset "utf-8";

.brand {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px
}

.form-group {
    position: relative;
}

.getbtn {
    width: 100px;
    height: 38px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 2rem;
    right: 0;
    color: #fff;
    text-decoration: none;
    background-color: #790c78;
}

.nav-pills li.active {
    background-color: #790c78;
}

.getbtn:hover {
    background-color: #FF9500;
}

.pull-right .btn-wd {
    background-color: #790c78;
    border: none;
    height: 32px;
}

textarea {
    resize: none;
    border-radius: 3px;
}

.brand i {
    font-size: 24px;
    position: relative;
    top: -12px;
    left: -8px;
}

.shuliang {
    display: none;
}

.verify-img-panel,
.verify-bar-area {
    width: 100% !important;
}

.bard-logo {
    padding-bottom: 20px
}

.bard-logo img {
    max-height: 120px;
}

.btn-next:hover {
    cursor: pointer
}

.margin-r {
    color: #333;
}

.nav-pills li {
    width: 25% !important;
}

.success .wizard-card {
    text-align: center;
}

.wizard-card p {}

.huoqu {
    width: 18%;
    padding: 6px 16px;
    float: right;
    background-color: #790c78;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    height: 35px;
}

.title {
    width: 100%;
    color: white;
    background-color: #790c78;
    text-align: center;
    padding: 1rem 0;
}

/* .huoqu:hover {
    background-color: #FF9500;
} */

/*  */

.login label {
    display: inline-block;
    width: 20%;
}

.login input {
    display: inline-block;
    width: 79%;
}

.tab-content {
    padding: 10px !important;
    min-height: 100px !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
}

.selgro a {
    color: #000;
}

.selgro>.nav-tabs {
    position: relative;
}

.selgro .nav-item {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.margin-r {
    padding: 5px 8px;
    border-radius: 2rem;
}

.bg-aaa {
    background-color: #999;
    border-top-left-radius: .5rem;
    color: #fff;
}

.bg-bbb {
    background-color: #aaa;
    color: #fff;
}

.bg-ccc {
    background-color: #bbb;
    border-top-right-radius: .5rem;
    color: #fff;
}

.selone {
    cursor: pointer;
}

.seltwo,
.selthr,
.selfur,
.four,
.three {
    margin: .5rem 0;
    cursor: pointer;
}

.selone .fa-check-circle,
.seltwo .fa-check-circle,
.selthr .fa-check-circle,
.selfur .fa-check-circle,
.four .fa-check-circle,
.three .fa-check-circle {
    display: inline-block;
    color: transparent;
    margin-left: .6rem;
}

.selone.chkd .fa-check-circle {
    color: #fff;
}

.seltwo.chkd .fa-check-circle {
    color: rgb(158, 133, 170);
}

.three.chkd .fa-check-circle,
.selthr.chkd .fa-check-circle {
    color: darkorchid;
}

.four.chkd .fa-check-circle,
.selfur.chkd .fa-check-circle {
    color: #8f158d;
}

.three-collapse input:focus,
.four-collapse input:focus {
    border-color: #8d118b;
}

.fa-check-circle::before {
    border-radius: 50%;
    border: 1px solid #ddd;
}

.chkd .fa-check-circle::before {
    border: 0;
}

.el-checkbox label {
    display: none !important;
}

.inp.mb-3 {
    height: 40px;
    margin-bottom: 1rem;
}

.text-dark {
    font-size: 16px;
}

.kbd {
    color: #fff;
    background-color: #790c78;
    border-radius: .5rem;
    margin: 0 .5rem;
    padding: .25rem .6rem;
    font-size: 15px;
}

.clkstyle .margin-r {
    background-color: hsla(301, 82%, 26%, 0.588);
    color: #fff;
}

.chkd.clkstyle .margin-r .fa-check-circle {
    color: #fff;
}

.text-center.text-danger small {
    margin-left: 1rem;
}

.point {
    display: flex;
}

.point>div {
    width: 25% !important;
}

.clkmore {
    margin: 1rem;
}

@media screen and (max-width: 1024px) {
    .wizard-header h3 {
        font-size: 1.3rem;
    }

    .bard-logo img {
        max-width: 470px;
        max-height: 60px;
    }
}

@media screen and (max-width: 767px) {

    /* .image-container {
        background-image: url("assets/img/bg-w.jpg") !important;
    } */
    .made-with-mk {
        display: none;
    }

    .marpad {
        margin-bottom: 2rem;
    }

    .wizard-container {
        padding-top: 2rem;
    }

    .bard-logo {
        margin-bottom: .5rem;
    }

    .bard-logo img {
        max-width: 380px;
        max-height: 60px;
    }

    .wizard-header h3 {
        font-size: 1.6rem;
    }

    .tab-content h4 {
        font-size: 1.4rem;
    }

    .form-group label,
    .form-group input {
        font-size: 14px;
    }

    /*.footer {
        display: none;
    }*/

    .verify-bar-area .verify-move-block {
        top: -.2rem;
    }

    .getbtn {
        top: 2.2rem;
    }

    .wizard-card {
        box-shadow: none;
    }
}

@media screen and (max-width: 375px) {
    .bard-logo img {
        max-width: 330px;
        max-height: 60px;
    }
}

@media screen and (max-width: 320px) {
    .getbtn {
        top: 3.2rem;
    }

    .bard-logo img {
        max-width: 280px;
        max-height: 60px;
    }
}

@media (max-width: 575px) {
    .col-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        position: relative !important;
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .col-4 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
        position: relative !important;
        width: 100% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        float: left;
    }

    .text-dark {
        font-size: 12px;
    }

    * {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
        position: relative !important;
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .verify-bar-area .verify-move-block {
        top: -2px;
    }
}


/* 4-11 */
.wizard-card .wizard-header h3 {
    line-height: 60px;
    margin-top: -1px;
    padding-bottom: 30px;
}

.wizard-card .wizard-header h3 br {
    display: none
}

.wizard-card .wizard-header h3 small {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.pull-right #submitMobile {
    min-width: 100px;
    width: 111px
}

.wizard-card .info-text {
    padding-top: 10px;
    font-weight: bold
}

.pull-right {
    padding-right: 7.5%;
    box-sizing: border-box;
    margin: 20px 0;
}

.pull-left {
    padding-left: 7.5%;
    box-sizing: border-box;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .wizard-card .wizard-header h3 {
        line-height: 50px;
        padding-bottom: 20px;
    }

    .wizard-card .wizard-header h3 br {
        display: none
    }

    .wizard-card .wizard-header h3 small {
        float: left;
        width: 100%
    }

    .wizard-card .info-text {
        padding-top: 40px;
        font-weight: bold;
        font-size: 17px
    }

    .wizard-card .wizard-footer {
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

    .pull-right {
        padding-right: 0;
        width: 100%;
        text-align: right;
    }

    .pull-right #submitMobile {
        min-width: 20px;
        width: 30%
    }

    a {
        font-size: 14px
    }

    .jiezhi {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        border: 1px solid #000;
    }

    .pull-left {
        padding-left: 0
    }

}