body {
    /* padding-top: 93px; */
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    position: relative;
    min-width: 1200px;
    overflow-x: scroll;
}

#mainbody {
    background-color: transparent;
    height: auto !important;
}

.heina-front-nav {
    /* height: 73px; */
    /* background-color: rgba(36, 0, 168, 1); */
    /* border-color: transparent; */
    box-sizing: border-box;
}

/* .heina-front-nav .container {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
 /* start */
.heina-front-nav{
    box-sizing: border-box;
    /* display: flex;
    flex-flow: column; */
    /* position: fixed;
    top: 0;
    width: 100%; */
}
.heina-front-nav .nav-top{height: 40px;margin-top:5px;}
.heina-front-nav .nav-top .container{display: flex;justify-content: flex-end;line-height: 20px;}
.heina-front-nav .nav-top .login-regist-wrap{display:none;color: #666;font-size: 12px;line-height: 40px;}
.heina-front-nav .nav-top .container .nav-top-item:not(:last-child){border-right:1px solid #eee;}
/* .heina-front-nav .nav-top .container .nav-top-item.contact-us{position: relative;}
.heina-front-nav .nav-top .container .nav-top-item.contact-us img{position: absolute;width: 60px;height: 60px;bottom:0;right:0;display: none;}
.heina-front-nav .nav-top .container .nav-top-item.contact-us:hover img{display: block;} */
.heina-front-nav .nav-top .container .login-regist-wrap a{padding:0px 10px 0px;}
.heina-front-nav .nav-top .container .login-regist-wrap a.login{color:#0084bb}
.heina-front-nav .nav-top .container .login-regist-wrap a.regist{color:#00bcd4;}
.already-login-wrap{
    display: none;
    position: relative;
}
.already-login-wrap::after{
    position: absolute;
    bottom: -17px;
    right: 0;
    width: 100%;
    content: '';
    height: 20px;
    z-index:10;
}
.already-login-wrap .user-avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.already-login-wrap:hover .already-login-bottom{
    display: block;
}
.already-login-wrap .already-login-bottom{
    display: none;
    position: absolute;
    bottom: -136px;
    right: 0;
    width: 380px;
    background: rgb(11,10,8);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    z-index: 1001;
}

.already-login-wrap .already-login-bottom .bottom-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.already-login-wrap .already-login-bottom .user-info{font-size: 16px;}
.already-login-wrap .already-login-bottom .user-info .user-avatar-big{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.already-login-wrap .already-login-bottom .logout{
    color: #ccc;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.already-login-wrap .already-login-bottom .logout:hover{
    color: #0088A4;
}

.already-login-wrap .already-login-bottom  .bottom-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background: #292015;
}
.already-login-wrap .already-login-bottom  .bottom-footer .left{
    display: flex;
    align-items: center;
}
.already-login-wrap .already-login-bottom  .bottom-footer .left .channel-tip-img{
    width: 30px;
    height: 30px;
    margin-right: 22px;
}
.already-login-wrap .already-login-bottom  .bottom-footer .left .left-title{
    font-size: 16px;
    color: #F9DEA2;
    font-weight: 600;
    margin-bottom: 2px;
}
.already-login-wrap .already-login-bottom  .bottom-footer .left .left-subtitle{
    font-size: 12px;
    color: #9A9792;
}
.already-login-wrap .already-login-bottom  .to-admin a{
    background-color: #FEDD99;
    color: #733306;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.already-login-wrap .already-login-bottom  .to-admin a:hover{
    color: #733306;
}



.heina-front-nav .nav-bottom{
    /* height: 53px; */
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 6px;
}
/* .heina-front-nav .nav-bottom .container{height: 53px;} */
.heina-front-nav .nav-bottom .nav-bottom-item{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 700;
    text-decoration: none;
    margin-right: 10px;
    min-width: 53px;
}
.heina-front-nav .nav-bottom .container{display: flex;align-items: flex-end;position: relative;padding-left: 126px;}
.heina-front-nav .nav-bottom .nav-bottom-item:hover, .heina-front-nav .nav-bottom .nav-bottom-item.active{
    color: #0088A4;
    font-weight: 700;
}
/* end */


.home-content-wrap .container::after,
.home-content-wrap .container::before {
    display: none;
}

.heina-front-nav .container::after,
.heina-front-nav .container::before {
    display: none;
}

.heina-front-nav .navbar-header .navbar-brand {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.heina-front-nav .nav>li>a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.heina-front-nav .navbar-brand:hover {
    color: #fff !important;
}

.heina-front-nav .nav>li>a:hover,
.heina-front-nav .nav>li>a.active {
    color: #009DF4;
}

/* banner */
.banner-wrap {
    position: relative;
    /* height: 336px;
    background-image: url('/assets/img/frontend/home_banner.webp');
    background-repeat: no-repeat;
    background-size: cover; */
}
.banner-wrap .heina-slide-wrap .carousel-inner .item .carousel-item-img{
    width: 100%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
  /* footer */
footer {
    background-color: #2400A8;
    flex: 1;
    color: #fff;
}
/* 登录注册弹框公共样式，校验出错显示 */
.login-fix .form-group,.regist-fix .form-group{
    position: relative;
}
.login-fix .bv-form .help-block,.regist-fix .bv-form .help-block{
    margin-bottom: 0;
    position: absolute;
    left: 8;
    left: 50px;
    bottom: -13px;
    margin-top: 0px;
}
.login-fix .bv-form .has-error .input-group-addon, .regist-fix .bv-form .has-error .input-group-addon,.login-fix .bv-form .has-success .input-group-addon,
.regist-fix .bv-form .has-error .input-group-addon, .regist-fix .bv-form .has-error .input-group-addon,.regist-fix  .bv-form .has-success .input-group-addon
{
    color:#333!important;
}
/* 登录弹框 */
.login-fix {
    display: none;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    color: #fff;
    background-color: #FFF;
}
.login-fix  .contian{
    display: flex;
    width: 750px;
    min-height: 468px;
}
/* 左侧 */
.login-fix .contian .left{
    width: 446px;
    background-color: #383DC8;
    box-sizing: border-box;
    padding-top: 32px;
    padding-left: 32px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.login-fix .contian .left .title{
    font-size: 18px;
    margin-bottom: 86px;
}
.login-fix .contian .left .subtitle .subtitle-item{
    font-size: 16px;
    line-height: 22px;
}
.login-fix .contian .left .subtitle .split{
    display: inline-block;
    width: 30%;
    height: 2px;
    background-color: #eee;
}

.login-fix .contian .left .power-wrap{
    font-size: 12px;
}
/* 右侧 */
.login-fix .contian .right{
    flex:1;
    padding-top: 70px;
    padding-left: 29px;
    padding-right: 29px;
    color: #0a0a0a;
    position: relative;
    /* left: -6px; */
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.login-fix .contian .right .login-tips{
    display: none;
    position: absolute;
    left:0;
    right:0;
    top:40px;
    text-align: center;
    color: red;
}
.login-fix .contian .right .login-success,.regist-success{
    display: none;
    position: absolute;
    left:0;
    right:0;
    top:40px;
    text-align: center;
    color: green;
    font-size: 18px;
}
.close-login-btn,.close-regist-btn{
    position: absolute!important;
    color: #ccc;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.close-login-btn:hover,.close-regist-btn:hover{
    color:#383DC8;
}

.login-fix .contian .right .form-title{
    text-align: center;
    font-size: 26px;
    line-height: 65px;
    font-weight: 600;
}
.login-fix .contian .right .input-group-addon{
    background-color: transparent;
    border:none;

}
.login-fix .contian .right .login-submit-btn{
    background-color: #383DC8;
    color:#fff;
    width: 100%;
}
.login-fix .contian .right .form-control{
    border-color: transparent!important;
    border-bottom-color: transparent;
    background-color: transparent;
    outline: none;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
}




/* 注册弹框 */
.regist-fix {
    display: none;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    color: #fff;
    background-color: #FFF;
}
.regist-fix  .contian{
    display: flex;
    width: 750px;
    min-height: 468px;
}
/* 左侧 */
.regist-fix .contian .left{
    width: 446px;
    background-color: #383DC8;
    box-sizing: border-box;
    padding-top: 32px;
    padding-left: 32px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.regist-fix .contian .left .title{
    font-size: 18px;
    margin-bottom: 86px;
}
.regist-fix .contian .left .subtitle .subtitle-item{
    font-size: 16px;
    line-height: 22px;
}
.regist-fix .contian .left .subtitle .split{
    display: inline-block;
    width: 30%;
    height: 2px;
    background-color: #eee;
}

.regist-fix .contian .left .power-wrap{
    font-size: 12px;
}
/* 右侧 */
.regist-fix .contian .right{
    flex:1;
    padding-top: 70px;
    padding-left: 29px;
    padding-right: 29px;
    color: #0a0a0a;
    position: relative;
    /* left: -6px; */
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.regist-fix .contian .right .regist-tips{
    display: none;
    position: absolute;
    left:0;
    right:0;
    top:40px;
    text-align: center;
    color: red;
}
.close-login-btn,.close-regist-btn{
    position: absolute!important;
    color: #ccc;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.close-login-btn:hover,.close-regist-btn:hover{
    color:#383DC8;
}

.regist-fix .contian .right .form-title{
    text-align: center;
    font-size: 26px;
    line-height: 65px;
    font-weight: 600;
}
.regist-fix .contian .right .input-group-addon{
    background-color: transparent;
    border:none;

}
.regist-fix .contian .right .login-submit-btn{
    background-color: #383DC8;
    color:#fff;
    width: 100%;
}
.regist-fix .contian .right .form-control{
    border-color: transparent!important;
    border-bottom-color: transparent;
    background-color: transparent;
    outline: none;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
}


