body {
    min-width: 1200px;
}

.main{
    width: 100%;
    aspect-ratio: 1905 / 3854;
    background: url(../img/bg_main.png) center center no-repeat;
    background-size: 100% 100%;
}

.head_nav, .btn_down{
    display: none;
}

.con1{
    width: 100%;
    height: 9.8%;
    position: relative;
    padding-top: 52%;
    box-sizing: border-box;
}

.con1 .role_m_bg{
    display: none;
}

.con1 .role_pc_bg{
    width: 60%;
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -30%;
    z-index: 0;
}

.con4{
    display: block;
    position: relative;
}

.con2{
    display: block;
    position: relative;
    padding-top: 22px;
    margin-bottom: 191px;
}

.con3{
    display: block;
    position: relative;
    padding-top: 2px;
}

/* .con1{
    height: 100%;
    background: center center / cover no-repeat;
    background-image: url("../img/bg1.jpg");
}
.con2{
    height: 100%;
    background: center center / cover no-repeat;
    background-image: url(../img/bg2.jpg);
}

.con3{
    height: 100%;
    background: center center / cover no-repeat;
    background-image: url(../img/bg2.jpg);
}

.con4{
    height: 100%;
    background: center center / cover no-repeat;
    background-image: url(../img/bg3.jpg);
}

.con5{
    height: 100%;
    background: center center / cover no-repeat;
    background-image: url(../img/bg2.jpg);
} */

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
}

.logo {
    display: block;
    width: 212px;
    height: 112px;
    position: absolute;
    left: 47px;
    top: 17px;
    text-indent: -999em;
    pointer-events: all;
    background: url(../img/logo.png) no-repeat;
}

.nav_main {
    width: 326px;
    height: 723px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -350px;
    pointer-events: all;
    box-sizing: border-box;
    background: url(../img/navbg.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 190px 6px 0px 0px;
}

.btn_agetag {
    display: block;
    width: 56px;
    height: 73px;
    position: absolute;
    right: 23px;
    bottom: 20px;
    pointer-events: all;
    background: url(../img/agetag.png) no-repeat;
}

.tag_copyright {
    display: block;
    width: 537px;
    height: 21px;
    position: absolute;
    right: 88px;
    bottom: 20px;
    background: url(../img/copyright.png) no-repeat;
}

.nav a {
    display: block;
    width: 130px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    left: 2px;
    text-indent: -999em;
    background-size: 100% 100% !important;
}

.nav a:before {
    display: block;
    content: "";
    width: 125px;
    height: 7px;
    background: url(../img/nav_line.png) no-repeat;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -62.5px;
    pointer-events: none;
}

.nav a.on:nth-of-type(2) {
    width: 132px;
    height: 64px;
    margin-top: 5px;
    background: url(../img/nav_2h.png) no-repeat;
}

.nav a:nth-of-type(2) {
    width: 144px;
    height: 62px;
    background: center center / cover no-repeat;
    background: url(../img/nav_2.png) no-repeat;
}

.nav_show {
    display: block;
    width: 48px;
    height: 86px;
    background: url(../img/nav_show.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    right: 0px;
    text-indent: -999em;
    pointer-events: all;
    display: none;
}

.inner {
    margin: auto;
    width: 100%;
    background: no-repeat center / cover;
}

.con3 .inner {
    bottom: -14px;
}

.con5 .inner {
    bottom: 0;
    height: 0;
}

.slogan {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    bottom: 226px;
    margin-left: -40%;
    pointer-events: none;
    background: url(../img/slogan.png) center center no-repeat;
    background-size: 100% 100%;
    text-indent: -999em;
}

.m_channel{
    display: none;
}

.pc_channel {
    display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
        position: absolute;
        /* left: 50%; */
        /* margin-left: -375px; */
        top: 76%;
}

.pc_channel a {
    display: block;
    width: 321px;
    height: 81px;
    text-indent: -999em;
    margin: 0 20px;
    cursor: pointer;
    background-size: 100% 100%;
}

.pc_channel a:hover {
    filter: brightness(1.1);
}

.btn_androiddown {
    background: url(../img/androidbtn_down.png) no-repeat;
}

.btn_iosdown {
    background: url(../img/iosbtn_down.png) no-repeat;
}

.btn_googledown {
    background: url(../img/google_down.png) no-repeat;
}


.arrow {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    width: 88px;
    height: 54px;
    background: url(../img/arrow.png) no-repeat 50% 100%;
    display: block;
    z-index: 10;
}

.character_tit {
    /* display: none; */
}

.character_nav {
    width: 112px;
    height: 646px;
    position: absolute;
    left: 340px;
    top: 50%;
    margin-top: -206px;
    box-sizing: border-box;
    padding: 64px 0;
}

.character_nav:before {
    display: block;
    content: "";
    width: 2px;
    height: 568px;
    background: url(../img/avatar_line.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -284px;
}

.character_nav .swiper-wrapper {
    flex-direction: column;
    transition: transform 0.3s !important;
    -webkit-transition: transform 0.3s !important;
    transition-duration: 0.3s !important;
    -webkit-transition-duration: 0.3s !important;
}

.character_nav .swiper-button-prev {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/prev.png) no-repeat;
    position: absolute;
    left: 50%;
    margin: 0;
    right: auto;
    margin-left: -19px;
    top: 0;
}

.character_nav .swiper-button-next {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/next.png) no-repeat;
    position: absolute;
    left: 50%;
    margin: 0;
    right: auto;
    top: auto;
    margin-left: -19px;
    bottom: 0;
}

.character_nav .swiper-button-prev:after,.character_nav .swiper-button-next:after {
    display: none;
}

.character_nav .swiper-wrapper {
    flex-direction: column;
}

.character_navSwiper {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 14px 0;
}

.character_nav .swiper-slide {
    display: block;
    width: 100%;
    overflow: visible;
    height: 100px;
    margin-bottom: 30px;
}

.role_avatar {
    display: block;
    width: 98px;
    height: 98px;
    margin: 0 auto;
    position: relative;
    background: url(../img/character/avatar/avatar_no.png) no-repeat;
    box-sizing: border-box;
    padding: 5px;
}

.role_avatar img {
    display: block;
    width: 100%;
}

.role_avatar:after {
    display: block;
    content: "";
    width: 98px;
    height: 98px;
    background: url(../img/character/avatar/avatar_mask.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.character_nav .swiper-slide-active .role_avatar {
    background: url(../img/character/avatar/avatar_on.png) no-repeat;
    box-sizing: border-box;
    padding: 7px 5px 6px 8px;
}

.character_nav .swiper-slide-active .role_avatar:after {
    width: 112px;
    height: 112px;
    background: url(../img/character/avatar/avatar_onicon.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -56px 0 0 -56px;
}

.character_role {
    width: 70%;
    height: 548px;
    background: url(../img/tk_box_middle.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 1.1rem;
    padding: 0 0.2rem;
}

.character_role::before{
    content: "";
    width: 100%;
    aspect-ratio: 697 / 44;
    display: block;
    background: url(../img/tk_box_top.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -85px;
    left: 0;
}
.character_role::after{
    content: "";
    width: 100%;
    aspect-ratio: 697 / 41;
    display: block;
    background: url(../img/tk_box_bottom.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -79px;
    left: 0;
    z-index: 0;
}

.character_role .character_roleSwiper{
    overflow: hidden;
}

.character_main,.character_roleSwiper,.character_roleSwiper .swiper-wrapper,.character_roleSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
}

.character_roleSwiper .swiper-slide {
    opacity: 0 !important;
}

.character_roleSwiper .swiper-slide-active {
    opacity: 1 !important;
}

.role_img {
    width: 628px;
    aspect-ratio: 240 / 209;
    position: absolute;
    left: 71px;
    top: 0;
    margin-top: 0;
}

.character_info {
    width: 100%;
    height: 100%;
    position: relative;
}

.character_name {
    width: 800px;
    height: 400px;
    position: absolute;
    right: -52px;
    top: -114px;
    background-size: 100% 100% !important;
}

.character_skill {
    width: 500px;
    height: auto;
    position: absolute;
    right: 100px;
    top: 197px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
}

.skill_tabbtns {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: flex-start;
    gap: 20px;
}

.skill_tabbtns a {
    display: block;
    width: 120px;
    height: 121px;
    /* background: url(../img/character/skill/skill_no.png) no-repeat; */
    box-sizing: border-box;
    padding: 6px;
    position: relative;
}

.skill_tabbtns a img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.skill_tabbtns a:before {
    display: block;
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.skill_tabbtns a.curr {
    background: url(../img/character/skill/avatar_on.png) center center no-repeat;
    background-size: 100% 100%;
}

.skill_tabbtns a.curr:before {
    width: 138px;
    height: 148px;
    background: url(../img/character/skill/skill_onicon.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    left: -8px;
    top: -8px;
    margin: 0;
}

.skill_cont {
    width: 467px;
    background: url(../img/character_txtbg1.png) no-repeat 50% 0;
    box-sizing: border-box;
    padding-top: 10px;
}

.skill_contbg {
    width: 467px;
    background: url(../img/character_txtbg3.png) no-repeat 50% 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.skill_info {
    width: 467px;
    background: url(../img/character_txtbg2.png) repeat;
    display: none;
    box-sizing: border-box;
    padding: 0 26px;
    font-size: 16px;
    color: #484848;
    line-height: 26px;
    text-align: left;
}

.skill_info:nth-of-type(1) {
    display: block;
}

.skill_info h3 {
    width: 100%;
    height: 90px;
    position: relative;
}

.skill_info h3 span {
    font-weight: bold;
    line-height: 44px;
    font-size: 28px;
}

.skill_info h3 p {
    line-height: 22px;
}

.skill_info span {
    color: #c47a00;
}

.skill_info h3:before {
    display: block;
    content: "";
    width: 415px;
    height: 5px;
    background: url(../img/character_line.png) no-repeat;
    position: absolute;
    left: 4px;
    bottom: 5px;
}

.skill_info li {
    padding-left: 25px;
    position: relative;
}

.skill_info li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #c3b89f;
    transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 12px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    pointer-events: all;
    opacity: 1;
}

.feature_tit {
    /* display: none; */
}

.feature_cont {
    width: 1314px;
    height: 762px;
    background: url(../img/feature_main.png) no-repeat;
    /* position: absolute; */
    /* left: 50%; */
    /* margin-left: -657px; */
    /* top: 50%; */
    /* margin-top: -381px; */
    margin: 0 auto;
    box-sizing: border-box;
    padding: 72px 123px 83px 131px;
    position: relative;
}

.feature_cont:after {
    display: block;
    content: "";
    width: 63px;
    height: 61px;
    background: url(../img/feature_mainicon.png) no-repeat;
    position: absolute;
    left: 1178px;
    top: 57px;
    z-index: 9;
}

.feature_Swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 20px;
}

.feature_Swiper .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
}

.feature_Swiper img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.feature_point {
    width: 122px;
    height: 780px;
    position: absolute;
    left: -5px;
    top: -16px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-content: center;
    -webkit-align-content: center;
}

.feature_point a {
    display: block;
    width: 102px;
    height: 88px;
    margin: 10px 0;
    font-size: 30px;
    text-align: right;
    color: #ffffff;
    font-weight: bold;
    line-height: 85px;
    padding-right: 14px;
    box-sizing: border-box;
}

.feature_point a:hover {
    color: #b15311;
    text-decoration: none;
}

.feature_point a:nth-of-type(1),.feature_point a:nth-of-type(2),.feature_point a:nth-of-type(3),.feature_point a:nth-of-type(4),.feature_point a:nth-of-type(5),.feature_point a:nth-of-type(6){
    background: url(../img/feature_choose_unselected.png) center center no-repeat;
    background-size: 100% 100%;
    
}

.feature_point a.curr:nth-of-type(1),.feature_point a.curr:nth-of-type(2),.feature_point a.curr:nth-of-type(3),.feature_point a.curr:nth-of-type(4),.feature_point a.curr:nth-of-type(5),.feature_point a.curr:nth-of-type(6){
    background: url(../img/feature_choose_select.png) center center no-repeat;
    background-size: 100% 100%;
}

.feature_cont .swiper-pagination {
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 55px;
}

.feature_cont .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url(../img/feature_point.png) no-repeat;
    margin: 0 20px;
    opacity: 1;
}

.feature_cont .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../img/feature_pointh.png) no-repeat;
}

.follow_main {
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -300px;
    z-index: 3;
}

.follow_tit {
    width: 399px;
    height: 105px;
    background: url(../img/follow_tit.png) no-repeat;
    margin: 0 auto;
    text-indent: -999em;
}

.share_list {
    width: 200px;
    display: flex;
    margin-top: 147px;
    flex-direction: column;
    pointer-events: all;
    gap: 16px;
}

.share_list li {
    width: 150px;
    margin: 0 20px;
}

.share_list a {
    display: block;
    position: relative;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    width: 100%;
    text-decoration: none;
}

.share_list a:hover {
    /* transform: translateY(10px);
    -webkit-transform: translateY(10px); */
    filter: brightness(1.05);
}

.share_list a i img {
    display: block;
    width: 100%;
}

.share_list a div {
    width: 153px;
    height: 160px;
    background: url(../img/code_bg.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -77px;
    top: 190px;
    box-sizing: border-box;
    padding: 12px 6px 7px 6px;
    display: none;
    -webkit-animation: fadeIn 1s .1s ease both;
    -moz-animation: fadeIn 0.3s .1s ease both;
}

.share_list a div img {
    display: block;
    width: 100%;
}

.share_list a:hover div {
    display: block;
}

.share_list a i p {
    display: none;
}

.share_list a i span {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 20px;
    color: #31444b;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

/* store */
.store_main .store_tit{
    /* display: none; */
}
.store_main{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 120px;
    box-sizing: border-box;
}
.store_main .store_cont{
    position: relative;
}
.store_main .store_view{
    width: 860px;
    /* height: 536px; */
    background: url(../img/store_bg_middle.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-top: 13px;
    position: relative;
}
.store_main .store_view::before{
    content: "";
    width: 100%;
    aspect-ratio: 697 / 182;
    display: block;
    background: url(../img/store_bg_top.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -224px;
    left: 0px;
}
.store_main .store_view::after{
    content: "";
    width: 100%;
    aspect-ratio: 697 / 42;
    display: block;
    background: url(../img/store_bg_bottom.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -33px;
    left: 0px;
}
.store_main .store_view .goods_list{
    width: 79%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 26px;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 34px 40px;
    position: relative;
    background: url(../img/store_box_middle.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.store_main .store_view .goods_list::before{
    content: "";
    width: 103.3%;
    aspect-ratio: 1155 / 64;
    display: block;
    background: url(../img/store_box_top.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.4rem;
    left: -1.65%;
}
.store_main .store_view .goods_list::after{
    content: "";
    width: 101.7%;
    aspect-ratio: 1136 / 104;
    display: block;
    background: url(../img/store_box_bottom.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    z-index: -1
}
.store_main .store_view .goods_list .goods_item{
    width: 150px;
    aspect-ratio: 210 / 278;
    background: url(../img/icon_itemBg.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.store_main .store_view .goods_list .goods_item .result{
    position: absolute;
    top: -9%;
    right: 23px;
}
.store_main .store_view .goods_list .goods_item > div:first-child > div{
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store_main .store_view .goods_list .goods_item > div:first-child{
    width: 100%;
    height: 74%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1px;
    justify-content: flex-start;
    padding-top: 20px;
    box-sizing: border-box;
}
.store_main .store_view .goods_list .goods_item > div:first-child img{
    width: 95px;
    height: auto;
}

.store_main .store_view .goods_list .goods_item > div:first-child span{
    font-size: 22px;
    color: #ffffff;
}
.store_main .store_view .goods_list .goods_item .store_amt{
    margin-top: 8px;
    color: #dca644;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

.user_login{
    pointer-events: all;
    width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #ffffff;
    position: absolute;
    align-items: center;
    top: 42px;
    right: 50px;
}
.store_user_view{
    top: 218px;
    left: 50%;
    margin-left: -100px;
}

.user_login > div{
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

/*选择区服*/
.region {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    width: 8.5rem;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
}

.region-tit {
    background: #ffffff;
    font-size: .5rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.3rem;
    color: #fe0000;
    border-bottom: 0.01rem solid #f3ebeb;
}

.region-box {
    padding: .4rem .8rem;
}

.region-list .region-item{
    margin-bottom: 0.3rem;
}

.region-list select {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: .9rem;
    line-height: 9rem;
    font-size: .32rem;
    margin-bottom: .32rem;
}

.region-list select.noMab {
    margin-bottom: 0
}

.region-list input {
    padding: 0 .1rem;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
    margin-bottom: .32rem;
    outline: none;
    border: 1px solid #999;
}

.region-list input.noMab {
    margin-bottom: 0
}

.region-desc {
    font-size: .36rem;
    height: .6rem;
    line-height: .6rem;
    color: #fe0000;
}

.region-btn {
    justify-content: space-around;
    display: flex;
    gap: 0.2rem;
}

.region-btn div {
    cursor: pointer;
    line-height: 1rem;
    height: 1rem;
    display: inline-block;
    width: 48%;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: .38rem;
    background: #fe0000;
    border-radius: 0.5rem;
}

/* .region-btn .d1 {
    background: #F68121;
}

.region-btn .d2 {
    background: #999;
} */

.region-qf2 {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.region-qf2 .search_btn {
    background: #F68121;
    border: none;
    overflow: hidden;
    line-height: .6rem;
    height: .6rem;
    font-size: .22rem;
    display: inline-block;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}

.region-qf2 input {
    width: 69%;
    margin-bottom: .2rem;
}

/* 1. 基础明暗闪烁动画 */
.brightness-pulse {
    /* 初始状态 */
    /* filter: brightness(1); */
    scale: 1;
    animation: brightnessPulse 1s infinite alternate;
  }
  
  @keyframes brightnessPulse {
    0% {
      /*filter: brightness(1); /* 正常亮度 */
      scale: 1;
    }
    100% {
      /*filter: brightness(0.5); /* 暗态（50%亮度） */
      scale: 1.5;
    }
  }


.store_main .store_tit{
    width: 360px;
    aspect-ratio: 260 / 78;
    background: url(../img/store_tit.png) no-repeat 50% 0 / 100% 100%;
    margin: 0 auto;
    text-indent: -999em;
    margin-bottom: 248px;
}

.character_tit {
    width: 360px;
    aspect-ratio: 260 / 78;
    background: url(../img/character_tit.png) no-repeat 50% 0 / 100% 100%;
    margin: 0 auto;
    text-indent: -999em;
    margin-bottom: 109px;
}

.feature_tit {
    width: 360px;
    aspect-ratio: 260 / 78;
    background: url(../img/feature_tit.png) no-repeat 50% 0 / 100% 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-indent: -999em;
}

#u_login{
    width: 150px;
    aspect-ratio: 321 / 81;
    display: block;
    background: url(../img/btn_login.png) center center no-repeat;
    background-size: 100% 100%;
}

#u_logout{
    width: 150px;
    aspect-ratio: 321 / 81;
    display: block;
    background: url(../img/btn_logout.png) center center no-repeat;
    background-size: 100% 100%;
}

.u-mark{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.mark_view{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.icon_history{
    top: -0.8rem;
    right: 1.5rem;
}