html {
  font-size: 14px;
  font-family:'Microsoft YaHei UI'
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 300px) {
    html {
        font-size: 14px;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  overflow-x:hidden;
  overflow-y:scroll;
}

.homeicon
{
    width:150px;
}
.itemimg{
    height:300px;
}

.productBox{
    border-width: 1pt;
    border-style: solid;
    border-color: #F0F0F0;   
    padding: 10px;
    height:600px;

}
.productName {
    margin: 5px;
    font-size: large;
    font-weight: bold;
    color:#303030;
}
.productcode {
    margin: 5px;
    font-size: small;
}
.brief {
    margin: 5px;
    font-size: small;
    text-align: left;
}
.price_line{
    justify-content:center;
}
.price {
    font-size: large;
    font-weight: bold;
    color:orangered;
    margin-top:10px;
    margin-bottom:10px;
}
.productImgBox {
    text-align: center;
    height:400px;
}
.productImg {
    width: 80%;
}
.pr{
    text-align:right;
    margin:10px;
    padding-right:10px;
}
.specBox{
    text-align:center;
    padding:10px;
}
.center {
    text-align: center;
}
.header {
    height: 400px;
    display:block;
}
.proimgs {
    margin-top:10px;
    text-align: center;
}
.content{
    margin-top:10px;
}
.carousel-inner {
    width: 100%;
    height: 100%;
}
.infobrief{
    margin-top:10px;
    height:200px;
}
.promote-img {
    max-width: 100%;
}
.slider-img {
    width:100%;
}
.h600 {
    height: 600px;
}
.h550 {
    height: 550px;
}
.h400 {
    height: 400px;
}
.h300 {
    height:200px;
}
.h100 {
    height: 100px;
}
.w25p {
    width:25%;
}
