*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.rb_content{
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
}
.hr{
    display: block;
    border: none;
    border-top: 1px solid #ddd;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-titles {
    width: 100%;
    height: 80px;
    display: flex;
}
.tab-title {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.tab-title:hover {
    background-color: #f5f5f5;
}
.tab-title.active {
    background-color: #e50012;
    color: #ffffff;
}

.tab-1 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.tab-2 {
    width: 100%;
    /* display: flex; */
    display: none;
    justify-content: center;
}
.main {
    width: 100%;
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.barcode-wrapper {
    width: 24.37%;
    margin-left: 12.29%;
    display: flex;
    flex-direction: column;
}
.barcode {
    width: 100%;
}
.barcode-tips {
    margin-top: 4px;
    font-size: 14px;
    color: #747474;
}

.form {
    width: 45.38%;
    margin-right: 12.29%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.code {
    width: 100%;
    height: 48px;
    border: solid 1px #cdcdcd;
    border-radius: 4px;
    padding: 15px 24px;
    font-size: 18px;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::placeholder {
    color: #747474;
}

.vertify-code-control {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vertify-code {
    flex: 1;
    margin-right: 15px;
    height: 48px;
    border: solid 1px #cdcdcd;
    border-radius: 4px;
    padding: 15px 24px;
    font-size: 18px;
}
.code-img {
    height: 100%;
}
.button {
    margin-top: 45px;
    width: 150px;
    height: 44px;
    color: #ffffff;
    background-color: #e60012;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 22px;
}
.button:hover {
    opacity: 0.8;
}

.bottom {
    width: 100%;
    margin: 65px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.devider {
    width: 75.63%;
    height: 1px;
    background-color: #e7e7e7;
}
.tips-container {
    width: 75%;
}
.tips-title {
    margin: 76px 0 30px;
    text-align: center;
    font-size: 18px;
}
.tips p {
    font-size: 14px;
    line-height: 30px;
}
.num {
    display: inline-block;
    width: 1em;
}
.text-indent {
    margin-left: 1em;
}

@media screen and (max-width: 768px) {
    .tab-titles {
        height: 60px;
        display: flex;
    }
    .tab-title {
        font-size: 18px;
    }
    .main {
        width: 100%;
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .barcode-wrapper {
        width: 71.47%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }
    .form {
        width: 84%;
        margin-right: 0;
        margin-top: 50px;
    }
    .code {
        width: 100%;
        height: 45px;
        padding: 15px 20px 14px;
        font-size: 16px;
    }
    .vertify-code-control {
        margin-top: 15px;
        width: 100%;
    }
    .vertify-code {
        flex: 1;
        margin-right: 15px;
        height: 45px;
        padding: 15px 20px 14px;
        font-size: 16px;
    }
    .bottom {
        width: 100%;
        margin: 65px 0;
    }
    .devider {
        width: 100%;
        height: 1px;
        background-color: #e7e7e7;
    }
    .tips-container {
        width: 87.6%;
    }
    .tips-title {
        margin: 50px 0 30px;
        font-size: 18px;
    }
    .tips p {
        font-size: 14px;
        line-height: 30px;
    }
    .num {
        display: inline-block;
        width: 1em;
    }
    .text-indent {
        margin-left: 1em;
    }
}


.rb_tips_title{
    font-size: 16px;
    color: #666;
}
.rb_tips{
    margin-bottom: 20px;
    padding-left: 14px;
}
.rb_tips li{
    color: #666;
}
.rb_tips p{
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
@media (min-width:1170px){
    .mainS{
        width: 1170px;
    }
}
@media (max-width: 1169px){
    .mainS{
        width: 100%;
    }
}
@media (min-width:768px){
    .mainS{
        margin: 0 auto;
        padding: 4em 8% 0;
        overflow: hidden;
    }

    .bg-color-white {
        background-color: #fff;
    }
    .rb_content_title{
        width: 100%;
    }

    .rb_content_title p{
        font-size: 20px;
        font-weight: bold;
        color: #666;
    }
    .rb_content_ct{
        display: -webkit-box;
        display: flex;
        margin: 2em auto;
    }
    .rb_content_ct_img{
        position: relative;
        -webkit-box-flex: 1.2;
        flex: 1.2;
        height: 7.8em;
    }
    .rb_content_ct_img img{
        margin: 0 auto;
        display: block;
        width: 180px;
        height: auto;
    }

    .rb_content_ct_form{
        -webkit-box-flex: 1.3;
        flex:1.3;

    }
    .rb_content_ct_form_item{
        box-sizing: border-box;
        display: -webkit-box;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
    }
    .rb_content_ct_form_item label{
        display: block;
        flex: 0 0 60px;
        width: 60px;
        height: 2.5em;
        line-height: 2.5em;
        margin: 0.5em 0;
        color: #666;
    }
    .rb_content_ct_form_item input{
        display: block;
        flex: 1;
        width: 84%;
        height: 3em;
        border: 1px solid #ccc;
        margin: 0.5em 0;
        padding-left: 1em;
    }
    #verify_code{
        width: 64%;
    }
    #yzm{
        box-sizing: border-box;
        display: block;
        flex:0 0 112px;
        width: 112px;
        height: 3em;
        vertical-align: top;
    }
    #yzm img{
        display: block;
        margin: 4px 0px 7px 7px;
        width: 94%;
        height: 84%;
    }
    #dosubmit{
        width: 100%;
        height: auto;
        line-height: normal;
        background: #e70012;
        color: #fff;
        padding: .5em 1.5em;
        border: 1px solid #ccc;
        cursor: pointer;
    }
    #verify_code2{
        width: 64%;
    }
    #yzm2{
        box-sizing: border-box;
        display: block;
        flex:0 0 112px;
        width: 112px;
        height: 3em;
        vertical-align: top;
    }
    #yzm2 img{
        display: block;
        margin: 4px 0px 7px 7px;
        width: 94%;
        height: 84%;
    }
    #dosubmit2{
        width: 100%;
        height: auto;
        line-height: normal;
        background: #e70012;
        color: #fff;
        padding: .5em 1.5em;
        border: 1px solid #ccc;
        cursor: pointer;
    }
    #verify-form2 label {
        flex: 0 1 100px;
    }

}
.rb-dialog{
    display: none;
    width: 600px;
    position: fixed;
    top: 30%;
    left: calc(50% - 300px);
    z-index: 100;
    background: #FFF;
    font-size: 24px;
}
.rb-dialog .rb-dialog-title{
    padding: 0px 10px;
}
.rb-dialog .rb-dialog-title .close-btn{
    float: right;
    color: #999;
    cursor: pointer;
}
.rb-dialog .rb-dialog-content{
    padding: 60px 30px;
    text-align: center;
}
.rb-dialog .glyphicon-ok-circle{
    font-size: 72px;
    color: #30ec30;
    padding-bottom: 30px;
}
.rb-dialog .glyphicon-remove-circle{
    font-size: 72px;
    color: #a94442;
    padding-bottom: 30px;
}
.rb-dialog .verify_result_help{
    font-size: 16px;
    color: #999;
    padding-top: 15px;
    line-height: 25px;
}

@media (max-width:767px){
    .rb-dialog{
        width: 100%;
        left: 0;
    }
    .mainS{
        margin: 0 auto;
        padding-top: 10%;
        width: 6rem;
        overflow: hidden;
    }

    .bg-color-white {
        background-color: #fff;
    }
    .rb_content_title{
        width: 100%;
    }
    /* .rb_content_title img{
        width: 36%;
        max-width: 123px;
        height: auto;
        vertical-align: middle;
    } */
    .rb_content_title p{
        display: inline-block;
        width: 64%;
        /* padding-left: 5%; */
        font-size: 20px;
        font-weight: bold;
        color: #666;
    }
    .rb_content_ct{
        margin: 1em auto;
    }
    .rb_content_ct_img{
        margin-bottom: 0.5rem;
    }
    .rb_content_ct_img img{
        margin: 0 auto;
        display: block;
        width: 50%;
        max-width:180px;
    }
    .rb_content_ct_form{
        width: 100%;
    }
    .rb_content_ct_form_item{
        display: flex;
        width: 100%;
    }
    .rb_content_ct_form_item label{
        display: inline-block;
        flex:0 0 1.2rem;
        width: 1.2rem;
        height: 45px;
        line-height:45px;
        color: #666;
    }
    .rb_content_ct_form_item input{
        display: inline-block;
        flex: 1;
        width: 4.7rem;
        height: 35px;
        border: 1px solid #ccc;
        margin: 0.5em 0;
        padding-left: 1em;
    }
    #verify_code{
        width: 2.55rem;
    }
    #verify_code2{
        width: 2.55rem;
    }
    #yzm{
        display: inline-block;
        flex:0 0 106px;
        height: 3em;
        vertical-align: middle;
    }
    #yzm img{
        margin-left: 7px;
        margin-top: 7px;
        height: 2.2em;
    }
    #dosubmit{
        width: 100%;
        height: auto;
        line-height: normal;
        background: #e70012;
        color: #fff;
        padding: .5em 1.5em;
        border: 1px solid #ccc;
        cursor: pointer;
    }
    #yzm2{
        display: inline-block;
        flex:0 0 106px;
        height: 3em;
        vertical-align: middle;
    }
    #yzm2 img{
        margin-left: 7px;
        margin-top: 7px;
        height: 2.2em;
    }
    #dosubmit2{
        width: 100%;
        height: auto;
        line-height: normal;
        background: #e70012;
        color: #fff;
        padding: .5em 1.5em;
        border: 1px solid #ccc;
        cursor: pointer;
    }
    #verify-form2 label {
        flex: 0 1 2.1rem;
    }
}