#market-desktop {
    margin-left: 50%;
    padding: 0 0 27px;
    width: 1920px;
    max-width: 1920px;
    min-height: 100vh;
    transform: translateX(-50%);
    background-position: center 80px;
}
#market-desktop .header {
    background-image: url(../img/desktop/top-bg.png);
    background-size: cover;
    height: 88px;
}
#market-desktop .header .header-wrapper {
    margin: auto;
    width: 1240px;
    height: 88px;
}
#market-desktop .header .logo {
    height: 88px;
}
#market-desktop .header .header-wrapper .login {
    width: 120px;
    height: 44px;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #3E4353;
    border-radius: 4px;
    color: #c15410;
    margin-right: 20px;
}
#market-desktop .header .header-wrapper .register {
    width: 120px;
    height: 44px;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    color: #272C33;
    margin-right: 10px;
    background-image: url(../img/desktop/register.png), linear-gradient(90deg, #ff7f27, #a0511a);
    background-repeat: no-repeat;
    background-position: right top, center;
    background-size: 49px 44px, 100%;
}
#market-desktop .banner {
    width: 1920px;
    height: 600px;
    background-image: url(../img/desktop/banner2.jpg);
    position: relative;
}
#market-desktop .banner .counter-box {
    height: 64px;
    font-weight: 600;
    position: absolute;
    left: 480px;
    bottom: 80px;
}
#market-desktop .box {
    margin-top: 30px;
    width: 1120px;
    box-sizing: border-box;
}
#market-desktop .box.bg-two {
    background-image: url(../img/desktop/title2.png);
    background-size: cover;
    height: 362px;
    padding: 110px 0 0 30px;
}
#market-desktop .box.bg-two .img-box{
    overflow: hidden;
    width: 520px;
    margin-right: 20px;
    border-radius: 5px;
}
#market-desktop .box.bg-two .img-box .text{
    padding-left: 15px;
    text-align: left;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    background-color: #2B2A2A;
}

#market-desktop .box.bg-three {
    background-image: url(../img/desktop/title3.png);
    background-size: cover;
    height: 534px;
    padding: 120px 0 0 50px;
}
#market-desktop .box.bg-three .img-box{
    overflow: hidden;
    width: 490px;
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;
}
#market-desktop .box.bg-three .img-box .text{
    text-align: center;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    background-color: #2B2A2A;
}



#market-desktop .box.bg-four {
    background-image: url(../img/desktop/title4.png);
    background-size: cover;
    height: 362px;
    padding: 110px 0 0 30px;
}
#market-desktop .box.bg-four .img-box{
    overflow: hidden;
    width: 520px;
    margin-right: 20px;
    border-radius: 5px;
}
#market-desktop .box.bg-four .img-box .text{
    text-align: center;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    background-color: #2B2A2A;
}



#market-desktop .footer {
    margin-top: 30px;
    padding-top: 50px;
    background-image: url(../img/desktop/b-bg.png);
    background-size: contain;
    width: 1920px;
    height: 613px;
    box-sizing: border-box;
}
#market-desktop .footer .footer-box{
    width: 900px;
}
