.banner-container {
    position: relative;
    height: 400px;
}

.swiper-container {
    height: 400px;
    width: 100%;
}

.swiper-container .swiper-wrapper {
    height: 400px;
    width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
    height: 400px;
    width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide .banner-item {
    height: 400px;
    width: 100%;
    background-position: center;
}

.index-top-container {
    width: 1200px;
    height: 0px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.index-top-container .left-menu {
    width: 230px;
    height: 400px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.index-top-container .left-menu a {
    color: #fff;
}

.index-top-container .left-menu a:hover {
    color: #4d7198;
}

.index-top-container .left-menu .submenu-horizontal-divider {
    width: 90%;
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    margin: 0 auto;
    position: relative;
    top: -1px;
}

.index-top-container .left-menu .title-sub {
    padding: 14px 25px 14px 25px;
}

.index-top-container .left-menu .title-sub:last-child {
    border: none;
}

.index-top-container .left-menu .title-sub .title-lv1 {
    font-size: 14px;
    cursor: default;
}

.index-top-container .left-menu .title-sub .title-lv2 {
    font-size: 12px;
}

.index-top-container .left-menu .title-sub .title-lv2 a:first-child {
    padding: 0;
}

.index-top-container .left-menu .title-sub .title-lv2 a {
    padding: 0 4px;
}

.index-top-container .left-menu .title-sub:hover {
    background-color: rgba(255, 255, 255, .8);
    color: #3d3d3d;
}

.index-top-container .left-menu .title-sub:hover a {
    color: #3d3d3d;
}

.index-top-container .left-menu .title-sub div a:hover {
    color: #4d7198;
}

.index-top-container .left-menu .title-sub:hover .submenu {
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
}

.submenu {
    position: absolute;
    min-height: 360px;
    width: 730px;
    background-color: #fff;
    top: 0;
    left: 230px;
    display: none;
    padding: 20px;
}

.submenu .submenu-left {
    width: 730px;
    min-height: 360px;
    display: flex;
    flex-wrap: wrap;
}
.submenu .submenu-left .list {
    width: 50%;
}
.submenu .submenu-left .list .submenu-left-h1 {
    color: #444;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 8px 0;
    position: relative;
}

.submenu .submenu-left .list .submenu-left-h1:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #4d7198;
    left: 0;
    top: 34px;
    border-radius: 1px;
}

.submenu .submenu-left .list .submenu-left-h2 {
    font-size: 14px;
    margin-bottom: 8px;
}

.submenu .submenu-left .list .submenu-left-h2 a {
    display: inline-block;
    padding: 2px 40px;
    border: 1px solid #4d7198;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 8px;
    color: #666!important;
}

.submenu .submenu-left .list .submenu-left-h2 a:hover {
    background-color: #4d7198;
    color: #fff!important;
}

.index-top-container .right-user-center {
    width: 230px;
    height: 380px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 2px 8px;
}

.index-top-container .right-user-center .top-user-info-content {
    height: 210px;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 210px;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-1 .left-box {
    width: 70px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-1 .left-box img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-1 .left-box .level {
    color: #fff;
    background-color: #fbbd08;
    padding: 0 5px;
    border-radius: 8px;
    font-size: 12px;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-1 .right-box {
    width: 138px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-1 .right-box .username {
    font-size: 18px;
    color: #333;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-1 .right-box .time {
    font-size: 12px;
    color: #999;
    line-height: 2em;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-1 .right-box .score {
    font-size: 14px;
    color: #808080;
    line-height: 1em;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-2 {
    display: flex;
    align-items: center;
    height: 40px;
    flex-wrap: wrap;
    padding-top: 10px;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-2 a img {
    width: 60px;
    margin: 0 5px;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-2 .check-in-btn {
    width: 90px;
    height: 28px;
    line-height: 28px;
    background-color: #FACD09;
    border: 1px solid #F8B200;
    color: #9F691F;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-3 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 70px;
    border-bottom: 1px dashed #999;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-3 .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #868687;
    cursor: default;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-3 .center .number {
    font-size: 14px;
    font-family: Tahoma;
    font-weight: 400;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-3 .center .title {
    color: #808080;
    font-size: 12px;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-3 .center:hover .number {
    color: #4d7198;
    cursor: pointer;
}

.index-top-container .right-user-center .top-user-info-content .user-info.user-info-3 .vertical-divider-line {
    width: 1px;
    height: 40px;
    border-right: 1px dashed #999;
    margin: 0 10px;
}

.index-top-container .right-user-center .bottom-tab-content {
    height: 140px;
    overflow: hidden;
}

.index-top-container .right-user-center .bottom-tab-content .ui.secondary.pointing.menu {
    border-bottom: 2px solid #e2e2e2;
}

.index-top-container .right-user-center .bottom-tab-content .ui.secondary.pointing.menu .item {
    font-size: 14px;
    color: #999999;
    line-height: 15px;
    width: 50%;
    justify-content: center;
}

.index-top-container .right-user-center .bottom-tab-content .ui.secondary.pointing.menu .active.item {
    font-size: 14px;
    color: #ffcd05;
    border-bottom: 2px solid #ffcd05;
    width: 50%;
    justify-content: center;
}

.index-top-container .right-user-center .bottom-tab-content .personal-center {
    padding-left: 15px;
}

.index-top-container .right-user-center .bottom-tab-content .official-announcement a {
    color: #999999;
    font-size: 12px;
    width: 200px;
    height: 28px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    padding-left: 10px;
}

.index-top-container .right-user-center .bottom-tab-content .official-announcement a:hover {
    color: #4d7198;
}

.index-top-container .right-user-center .not-logged-in-content .official-announcement a {
    color: #999999;
    font-size: 12px;
    width: 200px;
    height: 22px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    padding-left: 10px;
}

.index-top-container .right-user-center .not-logged-in-content .official-announcement a:hover {
    color: #4d7198;
}

.index-top-container .right-user-center .bottom-tab-content .personal-center a {
    color: #999999;
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
    height: 30px;
    width: 90px;
}

.index-top-container .right-user-center .bottom-tab-content .personal-center a:hover {
    color: #4d7198;
}

.index-top-container .not-logged-in-content {
    display: flex;
    flex-direction: column;
}

.index-top-container .not-logged-in-content .icon-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 150px;
    border-bottom: 1px dashed #999;
}

.index-top-container .not-logged-in-content .welcome-to-language {
    margin: 10px 0;
    color: #999;
    font-size: 18px;
}

.index-top-container .not-logged-in-content .user-buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 60px;
}

.index-top-container .not-logged-in-content .login-btn {
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #4d7198;
    border: 1px solid #4d7198;
    cursor: pointer;
}

.index-top-container .not-logged-in-content .reg-btn {
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #4d7198;
    color: #fff;
    cursor: pointer;
}

.index-top-container .not-logged-in-content .sub-title {
    height: 50px;
    color: #999999;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.index-top-container .not-logged-in-content .sub-title span {
    position: relative;
}

.index-top-container .not-logged-in-content .sub-title span::after {
    content: '';
    width: 35px;
    height: 2px;
    background-color: #4d7198;
    position: absolute;
    top: 30px;
    left: 17px;

}

.index-top-container .not-logged-in-content .our-wechat {
    color: #666666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.index-top-container .not-logged-in-content .our-wechat .icon-wechat {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/images/index/icon_wechat.png');
    background-size: cover;
    margin-right: 4px;
}


/* äºŒç»´ç å¼¹çª— */

.ui.mini.modal.index-wechat {
    background-color: transparent;
    text-align: center;
    box-shadow: none;
}

.ui.mini.modal.index-wechat .index-wechat-title {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 20px;
}

.ui.mini.modal.index-wechat .index-wechat-qrcode {
    width: 150px;
    height: 150px;
}

.scoreEmpty {
    width: 650px!important;
    box-shadow: none!important;
    background-color: #fff;
    padding: 50px;
}

.scoreEmpty .score-empty-content .title {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1;
    text-align: center;
    margin-bottom: 35px;
}

.scoreEmpty .score-empty-content .info {
    color: #2677bd;
    margin: 10px 0;
    font-size: 16px;
}

.scoreEmpty .score-empty-content .list {
    line-height: 1.8em;
    font-size: 16px;
    margin-top: 3px;
}

.scoreEmpty .score-empty-content .listleft {
    text-indent:35px
}
.scoreEmpty .score-empty-content .listright {
    text-indent: 300px;
}

.scoreEmpty .score-empty-content .tips {
    margin-top: 20px;
    line-height: 1.8em;
    margin-left: 400px;
}