body {
    background-color: #DED0D0;
}

.content {
    margin: 0 auto;
}


/* boxAll 总的大盒子 */
.boxAll {
    position: relative;
    width: 1280px;
    height: 720px;
    background-color: #F3EEEE;
    margin-top: 106px;
    margin-bottom: 105.88px;
    border-radius: 10px;
    overflow: hidden;

}

/* 导航栏区域 */
.boxAll .title {
    position: absolute;
    display: flex;
    width: 1152px;
    height: 31px;
    top: 56px;
    left: 64px;
}

.boxAll .title .LOGO {
    background-image: url(../img/LOGO\ \(2\).png);
    width: 56px;
    height: 15px;
    font-size: 20px;
    color: #C0AC9F;
}

.boxAll .title .btnLogo {
    width: 106px;
    height: 29px;
    background-color: #fff;
    border-radius: 179.47px;
    margin-left: 10px;
    border: none;
    color: #C0AC9F;
    font-size: 12px;
    line-height: 28px;
}

.boxAll .title .nav {
    display: flex;
    gap: 30px;
    margin-left: 213px;
}

.navWord {
    font-size: 18px;
    color: #C0AC9F;
    line-height: 25px;
}

.boxAll .title .icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-left: 308px;
    opacity: 1;
}

.icons .shoppingCart {
    background-image: url(../img/shoppingCart.png);
    width: 20px;
    height: 18px;
    color: #C0AC9F;
}

.icons .person {
    background-image: url(../img/person\ \(2\).png);
    width: 20px;
    height: 20px;
    color: #C0AC9F;
}


/* 大字和按钮部分 */
.boxAll .ContentHero {
    position: absolute;
    top: 222px;
    left: 161px;
    /* width: 516px; */
    height: 241px;
}

.boxAll .ContentHero .middle_Content {
    font-size: 40px;
    font-weight: bold;
    color: #415078;
}

.boxAll .ContentHero .large_Content {
    font-size: 80px;
    font-weight: bold;
    line-height: 112px;
    letter-spacing: -3.2px;
    color: #415078;
}

.boxAll .ContentHero .btn_Content {
    width: 216px;
    height: 57px;
    border-radius: 10px;
    background-color: #C0AC9F;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 32px;
}


/* 特别特别小的字*/
.smallfoot {
    position: absolute;
    bottom: 73px;
    left: 161px;
    width: 310px;
    height: 40px;
    color: #C0AC9F;
}


/* 四个小盒子 */
.Jacket {
    position: absolute;
    bottom: 228px;
    left: 648px;
}

.JacketWord {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #C0AC9F;
}

.JacketDollar {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #415078;
}

.shirt {
    position: absolute;
    bottom: 164px;
    left: 648px;
    width: 55px;
    height: 40px;
}

.belt {
    position: absolute;
    bottom: 104px;
    left: 648px;
    width: 55px;
    height: 40px;
}

.pants {
    position: absolute;
    bottom: 44px;
    left: 648px;
    width: 55px;
    height: 40px;
}

.clo.clo2 {
    opacity: 0;
}

/* 模特展示区域 */
.boxAll .hero {
    position: absolute;
    left: 602px;
    top: 65px;
    width: 564px;
    height: 845px;
}

.boxAll .hero2 {
    position: absolute;
    left: 582px;
    top: 17px;
    width: 563px;
    height: 885px;
}

/* banner轮播图部分 */
.banner1 {
    position: absolute;
    left: 989px;
    top: 185px;
    width: 268px;
    height: 186px;
    border-radius: 5.96px;
    opacity: 0.3;
}

.banner2 {
    position: absolute;
    left: 989px;
    top: 351.82px;
    width: 268px;
    height: 186px;
    border-radius: 5.96px;
    opacity: 0.5;

}

.banner3 {
    position: absolute;
    left: 989px;
    top: 523px;
    width: 268px;
    height: 186px;
    border-radius: 5.96px;
    opacity: 0.5;
}

/* 鼠标悬停 */
.ban {
    position: absolute;
    transition: all 0.3s ease-in;
}

.ban:hover {
    opacity: 1;
    transform: translate(-10px);
}

.left {
    opacity: 1;
    transform: translate(-10px);
}

.change {
    opacity: 0;
}

.bgc {
    background-color: #F0EFEC;
    box-shadow: 30px 40px 70px 0px rgba(0, 0, 0, 0.2);
}

.bgc1 {
    background-color: #F3EEEE;
    box-shadow: 30px 40px 70px 0px rgba(0, 0, 0, 0.2);
}

.bodyBgc {
    background-color: #DED0D0;
}

.bodyBgc1 {
    background: #E2DFD6;
}

.transition {
    transition: all 0.3s ease-in;
}