.bgColor {
    background-color: #e4e4e4;
}
#about>.section-container,
#cantact>.section-container {
    background-color: #e4e4e4;
}

@media (min-width: 1025px) {
	#cantact{
		    margin-top: 80px;
	}
    #product>.section-container {
        padding: 40px;
        margin: 0px 80px 80px;
        width: calc( 100% - 160px);
    }
    #product>.section-container>.sliderBoxMb {
        width: 70%;
        height: 520px;
        float: left;
        overflow: hidden;
    }
    #product>.section-container>.sliderBoxMb>a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    #product .textWarrper {
        padding: 0 20px;
    }
    .storeLink {
        width: 40%;
        float: right;
        height: 100%;
    }
    .storeImg {
        width: 100%;
        height: 60%;
    }
    .storeTitle {
        width: 100%;
        height: 40%;
        background-color: #333333;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        font-family: Futura;
        display: flex;
        flex-direction: column-reverse;
        padding: 40px;
    }
    .storeTitle>.bigTitle {
        font-size: 24px;
    }
    .storeTitle>.smallTitle {
        font-size: 12px;
    }
    #about>.boxType3-component>.boxText>.textWarrper{
        position: absolute;
	    top: 50%;
        left:0;
		text-align: left;
	    -webkit-transform: translate3D(0,-50%,0);
	    transform: translate3D(0,-50%,0);
    }
    #cantact>.boxType3-component>.boxText>.textWarrper>.boxTextContent3{
        font-size: 12px;
        font-family: Futura, Microsoft Yahei, STHeiti, Arial;
        margin-top: 20px;
        height: 56.2px;
        overflow: hidden;
        margin-bottom: 0;
    }
    .ornamentImg{
        width: 70%;
        float: right;
    }
}

@media (max-width: 1025px) {
    .storeLink {
        display: none;
    }
    #about>.section-container,
    #cantact>.section-container {
        box-sizing: border-box;
        background-color: #e4e4e4;
    }
    #product>.section-container>.sliderBoxMb {
        width: 100%;
        height: 340px;
    }
    #product>.section-container>.sliderBoxMb>a {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        display: inline-block;
        margin: 20px;
    }
}

/*# sourceMappingURL=index.css.map*/