.marginauto {
    margin: 0 auto;
    width: 1200px;

}
.flex{
    display: flex;
}

.top-banner {
    background: url("../moveManage/banner-2560.png") no-repeat;
    color: #fff;
    width: 100%;
    height: 480px;
    background-size: 100% 100%;
}
.top-banner .swiper-container {
    height: 100%;
}
.top-banner .swiper-container .ani{
    color: #ffffff;
    float: left;
}
.top-banner .swiper-container .seckill-ban{
    transform: translateY(50px);
    margin-left: 150px;
    width: 460px;
}
.top-banner .swiper-container .text-ban{
    transform: translateY(130px);
}
.top-banner .swiper-container .ani h2{
    font-size: 30px;
    margin: 50px 20px 28px 0;
    font-weight: 500;
    color: #ffffff;
}
.top-banner .swiper-container .ani p {
    font-size: 18px;
    width: 500px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #ffffff;
}
.tab-box{
    width: 1200px;
    margin: 0 auto;
}
.tab-box .tab-item{
    margin-top: 100px;
}
.tab-box .left-text{
    float: left;
}
.tab-box .left-text li{
    margin-bottom: 20px;
}
.tab-box .left-text li .ad-h4{
    font-size: 24px;
    color: #212121;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 24px;
}
.tab-box .left-text li .detail-text{
    line-height: 32px;
    color: #666666;
}
.tab-box .right-img{
    float: right;
    width: 630px;
}
.tab-box .tab-item:nth-child(even) .right-img{
    float: left;
    margin-right: 20px;
}
.tab-box .tab-item:nth-child(odd) .left-text{
    /*float: right;*/
    text-align: right;
    width: 528px;
}
.tab-item-label{
    padding-bottom: 40px;
    text-align: center;
    font-size: 30px;
}
.tab-item-label:after{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #0D89E9;
    margin: 10px auto 0;
}
.App-look{
    background: url("../moveManage/bg-1.png") no-repeat;
    background-size: 100% 100%;
}
.App-look .title{
    color: #ffffff;
}
.App-look-contaner{
    padding-top: 40px;
}
.App-look-contaner .a-item{
    float: left;
    background: url("../moveManage/4.png") no-repeat;
    background-size: 100% 100%;
    width: 582px;
    height: 347px;
    position: relative;
    margin-bottom: 30px;
}
.App-look-contaner .a-item:nth-child(4){
    background: url("../moveManage/bd-5.png") no-repeat;
    background-size: 100% 100%;
}
.App-look-contaner .a-item:nth-child(3){
     background: url("../moveManage/bg-3.png") no-repeat;
     background-size: 100% 100%;
 }
.App-look-contaner .a-item:nth-child(2){
    background: url("../moveManage/bg-2.png") no-repeat;
    background-size: 100% 100%;
}
.App-look-contaner .a-item:nth-child(even){
    margin-left: 31px;
}
.a-item .card-text {
    margin-top: 85px;
    margin-left: 161px;
    color: #666666;
    font-size: 15px;
}
.a-item .card-text .ad-h4{
    font-size: 24px;
    padding-bottom: 20px;
}
.a-item  img{
    width: 160px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.mate-box .mate-list{
    display: flex;
}
.mate-box .mate-item{
    flex: 3;
    padding: 0 15px;
}

.mate-box .mom-pro{
    background: url('/cdnjdy/jdy/images/jdyapp/newImg/momPro.png') no-repeat;
    background-size: 100% 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}
.mate-box .mom-pro .hideBtn {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 88px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #00CCC5;
    opacity: 0.8;
    border-radius: 2px;
}
.mate-box .mom-pro .pro-mask {
    position: absolute;
    width: 100%;
    height: 320px;
    opacity: 0;
    background: #00CCC5;
    top: 100%;
    padding: 32px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.mate-box .mom-pro .pro-mask  .mask-text {
    position: absolute;
    bottom: 32px;
    color: #fff;
}
.mate-box .mate-list .mate-item .mom-pro .pro-mask img {
    position: absolute;
    top: 132px;
}
.mate-box .mom-pro .pro-mask .mask-text .ad-h4 {
    font-size: 24px;
}
.mate-box .mom-pro .pro-mask .mask-text span {
    line-height: 28px;
    font-size: 14px;
}
.mate-box .mate-list .mate-item .mom-pro:hover .pro-mask {
    top: 0;
    opacity: 0.9;
}
.mate-box .mate-list .mate-item .mom-pro:hover .hideBtn {
    display: none;
}
.mate-box .mate-list .mate-item .ccc-pro {
    background-image: url(/cdnjdy/jdy/images/jdyapp/newImg/3cPro.png);
}
.mate-box .mate-list .mate-item .food-pro {
    background-image: url(/cdnjdy/jdy/images/jdyapp/newImg/foodPro.png);
}
