
.container{
   width: 100%;

}
.incenten{
    margin: 0 auto;
}
.left-menu-header{
    width: 70%;
    height: 100%;
    background-color:#7d7d7d ;
    position: absolute;
    left: -70%;
    top: 0;
    z-index: 10;
    transition: 0.3s ease;
}
.menu-content{
 margin: 80px 30px;
 position: relative;
}
.menu-content .close-icon{
position: absolute;
right: 0;
top: -50px;
}
.menu-content .menu-item{
    width: 100%;
    border-bottom: 1px solid #9c9c9c;
    font-size:14px;
    padding-bottom: 20px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}
.menu-content .menu-item img{
    position: absolute;
    right: 5px;
}
.menu-content .menu-item span{
    margin-left: 12px;
}
.menu-content .menu-item a{
    color: #fff;
}
.menu-content .menu-item .menu-list-header{
  margin:0 0 0 25px;
  display: none;
}
.menu-content .menu-item .menu-list-header li{
    line-height: 20px;
    /* margin-top: 20px; */
    padding-top: 20px;
    /* margin-bottom: 20px; */
}
.menu-content .menu-item .down-ico{
    transition: 0.3s ease;
}
.menu-content .menu-item .down-ico.rotate{
    transform: rotate(180deg);
    transition: 0.3s ease;
}
.header{
    background-color: #fff;
    width: 100%;
    height: 120px;
    /* height: auto; */
}
.header-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header-content .menu-btn{
    display: none;
    position: absolute;
    left: 0;
}
.header-content .logo{
    position: absolute;
    left: 0;
   /* margin-top: 25px;*/
}
.header-content .nav{
    position: absolute;
    right: 18%;
    top: 40%;
}
.header-content .nav a{
    color: #313131;
    margin-left: 40px;
    font-size: 16px;
}
  
.header-content .icon{
    position: absolute;
    right: 0;
    top: 40%;
}
.header-content .icon a{
    margin-left: 30px;
}
.typeimg{
    width:87px;
}
@media screen and (max-width: 1250px) {
    .header-content {
        width: 96%;
    }
}
@media screen and (max-width: 1100px){
    .header-content .nav{
        right: 22%;
    }
    .typeimg {
        width: 80px;
    }
}
@media screen and (max-width: 850px){
    .header{
        width:100%;
        height: 80px;
    }
    .header-content{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .header-content .menu-btn{
        display:inline-block ;
        top: 23px;
    }
    .header-content .logo{
        left: 50%;
        margin-top: 19px;
        margin-left: -68px;
    }
    .header-content .logo img{
        width: 140px;
    }
    .header-content .nav{
        display: none;
    }
    .header-content .icon {
        top: 23px;
    }
    .header-content .icon .search{
    }
    .header-content .icon .shop{
        margin-left: 3px;
    }
    .header-content .icon a{
        margin: 0;
    }
    .header-content .icon a:nth-child(2){
        display: none;
    }

    .typeimg {
        width: 60px;
    }
}
.typepage {
    margin-top: 130px;
    height: auto;
    margin-bottom: 130px;
}

.p-title {
    font-size: 40px;
    font-weight: bold;
    width: 1200px;
    text-align: center;

}
.type-select {
    width: 1200px;
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}

.type-select a {
    color: #000;
}

.type-select .select-box {
    width: 274px;
    height: 274px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 95px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
    margin: 95px 28px 0 28px; 
}
.type-select .select-box:hover {
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.type-select .select-box p {
    font-size: 26px;
    margin-top: 40px;
}
@media screen and (max-width: 1350px){
    .typepage{
        margin-top: 50px;
    }
    .p-title{
        width: 90%;
    }
    .type-select{
        width: 90%;
    }
}
@media screen and (max-width: 820px){
    .typepage{
        margin-top: 80px;
    }
    .p-title{
         font-size: 23px;
    }
    .type-select{
        gap: 15px;
        margin-top: 60px;
    }
    .type-select a:nth-child(1){
        width: 44%;
    }
    .type-select a:nth-child(2){
        width: 44%;
    }
    .type-select a:nth-child(3){
        width: 100%;
    }
    .type-select .select-box.juggle {
        width: 100%;
        margin: 0 auto;
    }
    .type-select .select-box.toys{
        width: 100%;
        margin: 0 auto;
    }
    .type-select .select-box.model {
         width:90%;
         margin: 0 auto;
    }
    .type-select .select-box p {
        font-size: 18px;
        margin-top: 20px;
    }

    .typeimg {
        width: 60px;
    }
}

@media screen and (max-width: 540px){
    .type-select .select-box{
        height: 160px;
    }
    .type-select .select-box img{
       width: 60px;
       height: 60px;
    }

    .typeimg {
        width: 40px;
    }
}