.product_leftText{
    float: left;
    position: relative;

}
.product_leftText span{
    display: block;
    width: 200%;
    height: 100%;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    -moz-transform:rotate(-90deg) ;
    -o-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg) ;
    -webkit-transform:rotate(-90deg) ;
    position: absolute;
    top: 50%;
    left: 90%;
    font-family: "Montserrat-Regular";
    font-size: 20px;
}
.productTop{
    border-bottom: 2px solid #f5f5f5;
}
.productTop_left{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;


}
.productTop_left .productUp{
    margin: 20px 45%;
}
.productTop_left .productDown{
    margin: 20px 45%;
}
.product_rightBig .product_leftLun{
    position: relative;
    overflow: hidden;
}
.product_leftLun{

}
.product_leftLun .product_leftList{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.product_leftLun .product_leftList li{
    margin: 20px 0;
}
.productTop_right{
    background: url("../img/NIKE.png") no-repeat;
    background-size: 100%;
    background-position:-100% 70%;
}
.productTop_right .productBig{
    width: 100%;
}
.productTop_right .product_rightLogo{
    margin-top: 30px;
}
.productTop_right .product_rightLogo img{
    margin: 0 auto;
}
.productTop_right .product_rightLogo{
    /*display: flex;*/
    /*flex-direction:column;*/
    margin: 15% 30%;
}
.productTop_right .product_rightLogo span{
    font-family: "Montserrat-Regular";
    font-size: 3.25em;
    display: block;
    line-height: 40px;
    /*width: 100%;*/
    /*text-align: center;*/
    margin: 15% 0 25% 0;

}
.productTop_right .product_rightLogo p{
    font-family: "Montserrat-Regular";
    font-size: 1.25em;
    /*width: 70%;*/
    width: 190%;
    line-height: 20px;

}
.productTop_right .product_rightLogo a{
    display: block;
    width: 130px;
    height: 40px;
    background: #fb3f00;
    border-radius: 20px;
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-top: 15%;
    text-decoration: none;
}
.productTop_right .product_rightLogo a:hover{
    text-decoration: none
}
.productMain{
    margin-top: 50px;
}
.productMain .productMain_left img{
    width: 100%;
}
.productMain_right{
    margin-left: 8%;
    margin-top: 30%;
}
.productMain_right span{
    display: block;
    font-family: "Montserrat-Regular";
    font-size: 3.25em;
    display: block;
    line-height: 40px;
    margin: 8% 0 12% 0;
}
.productMain_right p{
    font-family: "Montserrat-Regular";
    font-size: 1.25em;
    line-height: 20px;
}
.productMain_right a{
    display: block;
    width: 130px;
    height: 40px;
    background: #fb3f00;
    border-radius: 20px;
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-top: 15%;
    text-decoration: none;
}
.productMain_rightOut{
    background: url("../img/LULULOGO.png") no-repeat;
    background-size: 100%;
    /*background-position-X: -50%;*/
}

.product_rightBig span{
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Montserrat-Bold";
    font-size: 18px;
    margin-top: 20px;
}
.product_down{
    width: 100%;
    padding-left: 12%;
    margin-top: 90px;
}
.product_down .product_downTitle{
    font-family: "Montserrat-Regular";
    font-size: 1.375em;
}
.product_down .product_downLun{
    width: 100%;
    overflow: hidden;
    margin:50px 0;
}
.product_down .product_downLun .product_downList{
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_down .product_downLun .product_downList li{
    float: left;
    margin-right: 20px;
    /*width: 14.58%;*/
}
.product_down .product_downLun .product_downList li img{
    width: 100%;
}
.product_downIndex{
    width: 100%;
    margin-bottom: 50px;
}
.product_downIndex .buttonNum{
    -webkit-user-select:none;user-select:none;
}
.product_downIndex span:nth-of-type(1){
    font-family: "Montserrat-Bold";
    font-size: 1.125em;
    line-height: 22px;
}
.product_downIndex span:nth-of-type(2){
    display: inline-block;
    width: 30px;
    height: 22px;
    background: url("../img/productRight.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    cursor: pointer;
}

