.main .goodsinfo {
  padding: 20px;
  overflow: hidden;
  background-color: #fff;
  padding-right: 0;
  margin-bottom: 30px;
}
.main .goodsinfo .imgbox {
  width: 245px;
  height: 245px;
  float: left;
  position: relative;
}
.main .goodsinfo .imgbox img{
  position: absolute;
  max-width: 245px;
  max-height: 245px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main .goodsinfo .storebox {
  height: 245px;
  width: 300px;
  border-left: 1px solid #ececec;
  float: right;
}
.main .goodsinfo .storebox .logobox {
  height: 100px;
  position: relative;
}
.main .goodsinfo .storebox .logobox img {
  max-width: 300px;
  max-height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main .goodsinfo .storebox .price {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 6px;
}
.main .goodsinfo .storebox .buynow {
  display: block;
  width: 175px;
  height: 44px;
  line-height: 44px;
  color: #fff!important;
  text-align: center;
  font-size: 14px;
  margin: auto;
  background-color: #ff4200;
  border-radius: 2px;
}
.main .goodsinfo .storebox .buynow:hover {
  color: #fff;
}
.main .goodsinfo .textbox {
  width: 596px;
  margin-left: 265px;
  height: 245px;
}
.main .goodsinfo .textbox .titlebox {
  height: 27px;
  margin-bottom: 25px;
}
.main .goodsinfo .textbox .titlebox .flag {
  width: 27px;
  height: 17px;
  float: left;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.main .goodsinfo .textbox .titlebox p {
  max-width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #0e0e0e;
  line-height: 1.3;
  float: left;
}
.main .goodsinfo .textbox .titlebox .viewnum {
  padding-left: 25px;
  background-image: url('../img/bg_viewnum.png');
  background-repeat: no-repeat;
  background-position: 0 2px;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  float: right;
}
.main .goodsinfo .textbox .titlebox .viewnum span {
  color: #ff4200;
}
.main .goodsinfo .textbox .parameter {
  width: 550px;
  font-size: 14px;
  color: #555555;
  margin-bottom: 13px;
}
.main .goodsinfo .textbox .parameter td {
  text-align: left;
  height: 28px;
}
.main .goodsinfo .textbox .reviews {

}
.main .goodsinfo .textbox .reviews .title {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
  background-image: url('../img/bg_reviews.png');
  background-repeat: no-repeat;
  background-position: 1px 10px;
  padding-left: 27px;
}
.main .goodsinfo .textbox .reviews p {
  line-height: 24px;
  font-size: 14px;
  color: #555555;
  max-height: 96px;
  overflow: hidden;
}
.main .leftsidebox {
  float: left;
  width: 870px;
}
.main .leftsidebox .productinfo {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.main .leftsidebox .productinfo .textbox p {
  font-size: 16px;
  line-height: 28px;
  color: #555555;
  word-break: break-all;
}
.main .leftsidebox .commentbox {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.main .leftsidebox .commentbox .loadmore {
  margin-left: 117px;
  width: 713px;
  background-color: #f8f8f8;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #999999;
}
.main .leftsidebox .commentbox .loadmore a {
  color: #999999;
}
.main .leftsidebox .commentbox .usercomment {
  padding-top: 20px;
}