@charset "UTF-8";
html{height:100%}
body{min-height:100%;margin:0;}
@media screen and (max-width: 480px){
    .mobile{
        display: block;
        height: calc(100vh);
        overflow-y: scroll;
    }
    .main{display: none;}
}
@media screen and (min-width:480px){
    .main{display: block;}
    .mobile{display: none;}
}
.main{
    width: 100%;
    min-height: calc(100vh);
    height: 100%;
    background: #000000;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.main_1{
    width: 100%;
    font-size: 0;
    object-fit: cover;
    background-size: cover;
    height: 440px;
}
.main_2{
    width: 460px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.main_3{
    display: flex;
    align-items: center;
    margin: 14px 0;
}
.main_4{
    width: 17px;
    height: 21px;
    margin: 13px;
}
.main_5{
    height: 37px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FED2A2;
    line-height: 37px;
}
.main_6{
    width: 100%;
    height: 100px;
}
.main_7{
    width: 100%;
    height: 100%;
}
.main_8{
    color: #fff;
    margin: 20px auto;
    text-align: center;
}
.main_9{
    color: #fff;
    text-decoration: none;
    user-select: all;
}
.main_10{
    vertical-align: bottom;
}
.main_11{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 5px;
}
.mobile{
    width: 100%;
    background: #000000;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.mobile_1{
    width: 100%;
    object-fit: cover;
}
.mobile_2{
    width: 95%;
    margin: 0 auto;
}
.mobile_3{
    display: flex;
    align-items: center;
    margin: 12px 0;
}
.mobile_4{
    width: 13px;
    height: 18px;
    margin-right: 11px;
}
.mobile_5{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FED2A2;
    line-height: 28px;
}
.mobile_6{
    width: 100%;
    height: 84px;
}