<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pb-main {
    padding-top: 0;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}

.s2 {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(198, 198, 198, 0.4);
    border-radius: 16px;
    margin: auto;
    min-height: 300px;
    padding-bottom: 1px;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
}

.s2 .s2-toggle {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border-bottom: solid 1px #cccccc; */
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.s2 .s2-toggle .li,
.s2 .s2-toggle .link {
    width: 100px;
    margin: 0;
    line-height: 33px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    position: relative;
    text-align:center;
    height: 40px;
    margin-right: 40px;
    cursor: pointer;
}
.s2 .s2-toggle .li.active{
    font-size:24px;
    color: #fa4f21;
}
.s2 .s2-toggle .li.active:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fb6026;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: 2px;
}

.s2 .s2-con {
    width: 105%;
    margin: auto;
    padding-top: 22px;
}
.s2 .s2-con:after{
    content:"";
    display:table;
    clear:both;
}

.ac-list .li{
    margin-bottom: 36px;
    width: 360px;
    height: 140px;
    background-color: #ffffff;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    margin-right: 30px;
    float: left;
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
}
.ac-list .li .logo{
    width:54px;
    height: 54px;
    float: left;
    margin-bottom: 14px;
}
.ac-list .li img{
    width:100%;
    height: 100%;
}
.ac-list .li .m-right{
    float: left;
    margin-left: 11px;
}
.ac-list .li .m-right .t{
    float:left;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 0px;
    color: #333333;
    width: 160px;
}
.ac-list .li .m-right .to-get{
    width: 90px;
    height: 30px;
    background-image: linear-gradient(180deg,
    #ffe770 0%,
    #fe930b 10%,
    #ff6104 86%,
    #d85600 100%);
    border-radius: 6px;
    float: right;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 21px;
    cursor: pointer;
}
.ac-list .li .m{
    clear:both;
    width: 282px;
    float: left;
}
.ac-list .li .level{
    margin: 0;
    width: 43px;
    height: 50px;
    line-height: 65px;
    font-size: 14px;
    color: #fb6026;
    text-align: left;
    float: right;
    font-weight: bold;
}

.ac-list .m .m-1{
    /* display: flex; */
    height: 24px;
    justify-content: space-between;
    font-size: 22px;
    color: #333333;
    margin-bottom: 6px;
}
.ac-list .m .m-1 span{
    color: #fd9802;
    font-size: 14px;
    float: left;
}
.ac-list .m .m-1 b{
    color: #cecece;
    font-size: 14px;
    font-weight: normal;
    float: right;
}
.ac-list .m .m-2{
    width: 100%;
    height: 9px;
    box-sizing: border-box;
    background:url(../images/po.png) no-repeat;
    border-radius: 5px;
    position: relative;
}
.ac-list .m .m-2 .m-2-in{
    width: 0;
    height: 9px;
    background:url(../images/pi.png);
    border-radius: 5px;
    background-size: 282px 100%;
    position: absolute;
    left:0;
    top:0;
}
.ac-list .m .m-3{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fd9802;
    text-align: left;
    width: 100%;
}

.alert-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.alert-window .alert-win-close {
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.alert-win {
    width: 400px;
    height: 441px;
    border-radius: 12px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: none;
    background: none no-repeat;
}

.win-new {
    width: 600px;
    height: 308px;
    background: url(../images/PC_popup.jpg) no-repeat;
}

.win-new a {
    position: absolute;
    left: 79px;
    top: 207px;
    width: 238px;
    height: 47px;
    cursor: pointer;
    /* background: rebeccapurple; */
}

.alert-window .win-new .close-win {
    width: 38px;
    height: 38px;
    background-image: url(../images/button_cancel_black.png);
    top: -30px;
    right: -30px;
}


.app-code {
    position: absolute;
    top: 120px;
    right: 30px;
    width: 142px;
    height: 143px;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
}
.app-code img {
    float: left;
    width: 100%;
    height: 100%;
}

.fhyxAchievementTogetAlert {position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.7);z-index: 999;margin: auto;}
.fhyxAchievementTogetAlertCon {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 769px;height: 550px;background: url("//static.fhyx.com/images/application/pc/com/credits/achievement_icon1.png") no-repeat;background-size: 100% 100%;margin: auto;}
.fhyxAchievementTogetAlertClose {position: absolute;top: -30px;right: -42px;background: url("//static.fhyx.com/images/application/pc/com/credits/achievement_icon2.png") no-repeat;background-size: 100% 100%;width: 42px;height: 42px;cursor: pointer;}</pre></body></html>