.manager-box {
    background: #000b1a url('../image/manager/manager-bg.jpeg') top center;
    background-size: cover;
    height: 460px;
    position: relative;
    margin: 0;
}
.bigPic {
    height: 100%;
    position: absolute;
    left: 30%;
    top: 0;
    width: 70%;
    background: url('../image/manager/fc.png?v2') bottom left no-repeat;
    background-size: auto 95%;
    background-position-y: 60px;
    z-index: 0;
}
.manager-box .banner-left {
    margin-top: 110px;
    padding-left: 50px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    z-index: 1;
}
.manager-box .banner-left h1 {
    font-size: 40px;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgb(2, 14, 56);
    line-height: 50px;
}
.manager-box .banner-left h2 {
    font-size: 40px;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgb(2, 14, 56, .5);
    line-height: 50px;
    margin-bottom: 20px;
}
.mp-box  .banner-left h2.sub-title {
    font-size: 20px;
    margin-bottom: unset;
    line-height: 30px;
}
.manager-box .banner-left h3 {
    line-height: 30px;
    font-size: 16px;
}
.manager-box .btn {
    min-width: 100px;
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}
.manager-box .btn:hover, .manager-box .btn.active {
    border: 1px solid #f60;
    background: #f60;
}
.manager-box .btn.active:hover {
    background: #ff8638;
}
.manager-box .banner-img {
    max-width: 600px;
    margin-top: 50px;
    float: right;
}

.section .align-center {
    display: flex;
    height: 400px;
    align-items: center;
    justify-content: flex-end;
}
.section .title {
    line-height: 60px;
}
.shop {
    margin: 0;
}
.shop img {
    height: 400px;
    padding: 50px;
    box-sizing: border-box;
}
.shop .title {
    text-align: right !important;
}
.bb {
    background: #000b1a url('../image/manager/shopbg.png') top center;
}
.bb .title {
    text-align: left !important;
}
.bb .align-center {
    justify-content: flex-start;
}
.bb img {
    height: 400px;
}
.fa {
    margin: 0;
}
.fa .nav-container {
    position: unset;
    height: auto;
    opacity: 1;
    box-shadow: unset;
}
.fa .nav-container .item {
    border: 0;
}
.dj {
    background: #000b1a url('../image/manager/1.png') top center no-repeat;
    background-size: cover;
}
.dj .title {
    text-align: left !important;
}
.dj .align-center {
    justify-content: flex-start;
}
.dj img {
    height: 400px;
}
.yx {
    margin: 0;
}
.yx img {
    height: 500px;
}
.yx .title {
    text-align: right !important;
}
.yx .align-center {
    height: 500px;
}