.productColor {
    width: 100%;
    height: auto;
    padding: 40px 0;
    overflow: hidden;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    *height: 1%;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
}
body .productColor:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
body .boderNone {
    border: 0!important;
}
@media screen and (min-width: 1201px){
body .productColor {
    width: 1200px;
    margin: 0 auto;
}
}

body .productColor .leftBox {
    float: left;
    width: 285px;
    height: auto;
    padding: 0;
}
body .productColor .leftBox>div {
    width: auto;
    height: auto;
    border: 0;
    padding-top: 0;
    font-size: 28px;
    line-height: 70px;
    color: #333;
    text-align: left;
}
body .productColor .middleBox {
    float: left;
    width: 25%;
    min-width: 200px;
    height: auto;
    padding: 0;
    margin-top: 3px;
}
body .productColor .dataLine {
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    text-align: left;
}
body .productColor .dataLine div {
    max-width: 100%;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    text-align: left;
}
body .productColor .dataLine span {
    font-size: 16px;
    line-height: 50px;
    color: #666;
    text-align: left;
}
body .productColor .rightBox {
    float: left;
    width: auto;
    max-width: -webkit-calc(74% - 285px);
    max-width: -moz-calc(74% - 285px);
    max-width: calc(74% - 285px);
    height: auto;
    padding: 0;
    margin-top: 3px;
}
body .productColor .rightBox .sizeImage {
    width: 400px;
    height: 250px;
    background-color: transparent;
    margin-top: 5px;
    padding-bottom: 20px;
}
body .productColor .rightBox .sizeImage>img {
    display: block;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 767px){
body .productColor {
    padding: 0;
    border: 0;
}
body .productColor .leftBox {
    width: 100%;
    padding: 0 7vw;
}
body .productColor .leftBox>div {
    padding-top: 6vw;
    font-size: 4vw;
    line-height: 14vw;
    color: #333;
    text-align: left;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #f2f2f2;
    margin-bottom: -1px;
}
body .productColor .middleBox {
    width: auto;
    max-width: 40%;
    min-width: 0;
    padding-left: 7vw;
    margin-top: 3vw;
}
body .productColor .dataLine {
    font-size: 2.8vw;
    line-height: 7.8vw;
    color: #666;
    text-align: left;
}
body .productColor .dataLine div {
    font-size: 2.8vw;
    line-height: 7.8vw;
    color: #666;
    text-align: left;
}
body .productColor .dataLine span {
    font-size: 2.8vw;
    line-height: 7.8vw;
    color: #666;
    text-align: left;
}
body .productColor .middleBox {
    width: auto;
    max-width: 40%;
    min-width: 0;
    padding-left: 7vw;
    margin-top: 3vw;
}
body .productColor .mobRight {
    width: 60%!important;
    height: 37.5vw;
    min-width: 50%;
    padding-left: 0!important;
    margin-top: 3vw;
}
body .productColor .rightBox {
    float: right;
    padding: 0 7vw;
    width: 100%;
    max-width: 100%;
    margin-top: 3vw;
}
body .productColor .rightBox .sizeImage {
    width: 53vw;
    height: 33.1vw;
    background-color: transparent;
    padding-bottom: 2vw;
    margin-top: -1.5vw;
}    
}






































