#market-mobile {
    padding: 0 0 0.19rem;
    min-height: 100vh;
    font-size: 0.14rem;
}
#market-mobile .header {
    margin-bottom: 0.13rem;
    height: 0.505rem;
}
#market-mobile .header .logo {
    height: 0.505rem;
}
#market-mobile .banner {
    width: 100%;
    height: 1.9rem;
}
#market-mobile .banner .banner{
    width: 100%;
    height: 1.9rem;
}
#market-mobile .login-register {
    margin: 0.16rem auto 0.15rem;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.03rem;
}
#market-mobile .login-register .item {
    width: 1.71rem;
    height: 0.52rem;
    background-color: #26292E;
    display: flex;
    justify-content: center;
    align-items: center;
}
#market-mobile .login-register .item .label {
    font-size: 0.16rem;
    font-weight: 600;
    background-image: linear-gradient(0deg, #ff7f27 30%, #a0511a 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
#market-mobile .login-register .register {
    background-image: url(../img/mobile/register.png);
    background-repeat: no-repeat;
    background-size: 0.52rem;
    background-position: right top;
}
#market-mobile .title {
    height: .31rem;
    margin: .2rem auto .1rem;
}
#market-mobile .box{
   width: 90%;
   margin: 0 auto;
}
#market-mobile .box .img{
    width: 100%;
}
#market-mobile .box .fifa-box{
    width: 47%;
   border-radius: .08rem;
   overflow: hidden;
   float:left;
   margin-right: 6%;
   margin-bottom: .15rem;
}
#market-mobile .box .fifa-box:nth-child(even){
    margin-right:0;
}
#market-mobile .box .fifa-box img{
    width: 100%;
}
#market-mobile .box .fifa-box .text{
    text-align: center;
    font-size: .14rem;
    height: .27rem;
    line-height: .27rem;
    background-image: linear-gradient(108deg, #252528 5%, #543C32 100%);
}
#market-mobile .box .fifa-box-2{
    width: 100%;
   border-radius: .08rem;
   overflow: hidden;
   margin-bottom: .15rem;
}
#market-mobile .box .fifa-box-2 img{
    width: 100%;
}
#market-mobile .box .fifa-box-2 .text{
    text-align: center;
    height: .33rem;
    line-height: .33rem;
    background: #2B2A2A;
    display: flex;
    justify-content: center;
    align-items:center;
}
#market-mobile .box .fifa-box-2 .text .one{
    width: 50%;
    padding-left: 2%;
    font-size: .12rem;
    text-align: left;
    white-space: nowrap;
}
#market-mobile .box .fifa-box-2 .text .two{
    width: 50%;
    padding-right: 2%;
    font-size: .09rem;
    text-align: right;
    font-family: PingFangSC-Regular;
    color: #DEC283;

}
#market-mobile .footer{
    width: 90%;
   margin: .3rem auto 0;
   padding-top: .1rem;
    display: flex;
    /* justify-content: center;
    align-items:center; */
}
#market-mobile .footer img{
    width: 48%;
    margin-right: 4%;
}
#market-mobile .title2 {
    width: 100%;
    margin: .4rem auto 0;
}
