.page-ko-main .page1 .main .content .top_title {
    margin-bottom: .65rem;
}

.page-ko-main .ko_top_btns_main {
    margin-bottom: .2rem;
}

.page-ko-main .page21-ko {
    background: url("../image/komain/bg21.png") top center no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.page21-content ul {
    display: flex;
}

.gradient-line {
    width: .02rem;
    height: 8.85rem;
    background: linear-gradient(to bottom, transparent, #aacadb, transparent);
}

.page21-content ul li {
    width: 3.5rem;
    height: 8.85rem;
    overflow: hidden;
    width: 3.5rem;
    display: flex;
    position: relative;
    cursor: pointer;
}

.page21-content ul li:first-child {
    width: 3.52rem;
}

.page21-content ul li .light-role {
    display: none;

}

.page21-content ul li .dark-role {
    display: inline-block;

}

.page21-content ul li:hover .light-role {
    display: inline-block;

}

.page21-content ul li:hover .dark-role {
    display: none;

}

.page21-content ul .active-county .light-role {
    display: inline-block !important;

}

.page21-content ul .active-county .dark-role {
    display: none !important;

}

.page21-content ul li img {
    width: 3.48rem;
    transition: all .6s;
}

.page21-content ul li .county {
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: url('../image/komain/role1/icon-1.png') center no-repeat;
    background-size: contain;
    transition: all .3s;
}

.page21-content ul li:nth-of-type(2) .county {
    background-image: url('../image/komain/role2/icon-2.png');
}

.page21-content ul li:nth-of-type(3) .county {
    background-image: url('../image/komain/role3/icon-3.png');
}

.page21-content ul li:nth-of-type(4) .county {
    background-image: url('../image/komain/role4/icon-4.png');
}

.page21-content ul li:nth-of-type(1) .county-active,
.page21-content ul li:nth-of-type(1):hover .county {
    background-image: url('../image/komain/role1/icon-l-1.png');
}

.page21-content ul li:nth-of-type(2) .county-active,
.page21-content ul li:nth-of-type(2):hover .county {
    background-image: url('../image/komain/role2/icon-l-2.png');
}

.page21-content ul li:nth-of-type(3) .county-active,
.page21-content ul li:nth-of-type(3):hover .county {
    background-image: url('../image/komain/role3/icon-l-3.png');
}

.page21-content ul li:nth-of-type(4) .county-active,
.page21-content ul li:nth-of-type(4):hover .county {
    background-image: url('../image/komain/role4/icon-l-4.png');
}

.page-ko-main .page2-ko {
    background-image: url("../image/komain/bg02.png");
    background-size: cover;
    height: 100%;
    display: flex;
    z-index: 100;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page-ko-main .page2-ko .page2-content {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
}

.role-menu-list {
    width: 7rem;
    position: absolute;
    bottom: 1.77rem;
    left: 2.6rem;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.role-menu-list .left-icon,
.role-menu-list .right-icon {
    height: .33rem;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.role-menu-list ul {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 6rem;
}

.role-menu-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.24rem;
    padding-right: .2rem;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

.role-menu-list li img {
    width: 100%;
}

.role-menu-list li .role-small-light {
    display: none;
}

.role-menu-list li:hover .role-small-light {
    display: inline-block;
}

.role-menu-list li:hover .role-small {
    display: none;
}

.role-menu-list .active-role .role-small-light {
    display: inline-block !important;
}

.role-menu-list .active-role .role-small {
    display: none !important;
}

.role-menu-list li:last-child {
    padding-right: 0;
    width: 1.04rem;
}

.big-role {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 9.48rem;
}

.role-menu {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    right: 0;

}

.role-list-menu-b {
    position: absolute;
    bottom: 1.6rem;
    right: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 5.88rem;
    width: 1.58rem;
    cursor: pointer;
}

.role-list-menu-b div {
    width: 1.58rem;
    height: 1.58rem;
    position: relative;
    z-index: 2;
}

.page-ko-main .page3-ko {
    background-image: url("../image/komain/bg03.png");
}

.page-ko-main .page4-ko {
    background: url("../image/komain/bg04.png") top center no-repeat;
    background-size: cover;
}

.page3-ko {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page3-ko,
.page4-ko {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page3-ko .title-ko {
    margin: .2rem 0 .8rem;
}

.title-ko {
    margin-top: .2rem;
    width: 3.02rem;
    height: 1.45rem;
    position: relative;
    z-index: 12;
}

.page-ko-main .page4-ko {
    height: 100vh;
}

.page4-ko .title-ko {
    margin: .2rem 0 .58rem;
}

.page4-content {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page4-content-ko {
    flex: 1;
}

.page4-small-con {

    display: flex;
    align-items: center;
}

.page4-small-con div {
    border: .01rem solid #6c7c8e;
    overflow: hidden;
    width: 3.31rem;
    height: 1.88rem;
    transition: all .3s;
}

.page4-small-con div:hover img {
    transform: scale(1.1);
}

.page4-big-con:hover img {
    transform: scale(1.1);
}

.page4-small-con div:first-child {
    margin-right: .22rem;
}

.left-page4-content .page4-small-con {
    margin-bottom: .14rem;
}

.right-page4-content .page4-small-con {
    margin-top: .14rem;
}

.page4-content img {
    height: 100%;
    transition: all .3s;
    cursor: pointer;
}

.page4-big-con {
    overflow: hidden;
    width: 6.86rem;
    height: 3.87rem;
    border: .01rem solid #6c7c8e;
}

.page4-ko-switch {
    width: 2.24rem;
    margin-top: .24rem;
}

.ko_left .left-content,
.ko_left {
    width: auto;
}

.ko_left .left-content .menu-content .con-message img {
    width: auto;
    height: .18rem;
}

.page5-ko {
    background: url("../image/public/p-bg.png") top center no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.title-ko1 {
    width: 6.9rem;
    margin-top: .8rem;
}

.page5-content {
    margin-top: .76rem;
}

.top-line {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.count-line {
    width: .77rem;
    height: 1.1rem;    
    background: url("../image/public/p-count.png") top center no-repeat;
    background-size: cover;
    margin-right: .42rem;
    display: flex;
    box-sizing: border-box;
    padding-top: .20rem;
    font-size: .3rem;
    color: white;
    justify-content: center;
}
.count-line-son {
    line-height: .36rem;
}

.line-progress {
    width: 5.6rem;
}

.person-list {
    margin-top: .26rem;
}

.person-list img {
    width: 15.7rem;
}
.page6-ko{
    height: 100vh;
    background: url("../image/public/back-bg.png") top center no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.page6-ko .title-ko1{
    width: 10.11rem;
}
.page6-content{
    margin-top: .7rem;

    
}

.page6-content img{
    width: 16rem;
}
.ko_left .left-content {
top: 2.5rem!important;
}
.page1 .video video{
    background: url("../image/komain/bg01.png") center no-repeat;
    background-size: 100% auto;
}