
.top-search {
  background-color: #e94233;
  margin: 160px auto 250px auto;
  width: 750px;
  height: 60px;
  border-radius: 8px;
}
.top-search input[type="text"] {
  border: transparent none 0;
  background-color: #fff;
  margin: 5px;
  padding: 0 15px;
  width: 600px;
  height: 50px;
  border-radius: 6px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
}
.top-search input[type="button"] {
  border: transparent none 0;
  background-color: transparent;
  width: 135px;
  height: 60px;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.ad {
  margin-left: 42px;
  width: 372px;
  height: 130px;
  border-radius: 10px;
}
.ad h3 {
  text-align: center;
  color: #fff;
  font-weight: bold; 
  font-size: 24px;
  line-height: 68px;
}
.ad a {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  line-height: 40px;
}
.ad-01 {
  background: transparent url(../images/ad_bg_01.jpg) no-repeat 0 0;
}
.ad-02 {
  background: transparent url(../images/ad_bg_02.jpg) no-repeat 0 0;
}
.ad-03 {
  background: transparent url(../images/ad_bg_03.jpg) no-repeat 0 0;
}

.newgg h3 {
  background: linear-gradient(90deg, transparent, #fc1c1994, #fc1c19, #fc1c1987, transparent);
  width: 335px;
  height: 70px;
  color: #fffff7;
  font-size: 30px;
  font-weight: bold;
  line-height: 84px;
  text-align: center;
}
.newgg-box {
  /* background: transparent url(../images/newgg_bg.jpg) no-repeat center 0; */
  border: #dfddd9 1px solid;
  border-radius: 10px;
}
.slideTxtBox .hd li {
  width: 198px;
  float: left;
  display: inline;
  cursor: pointer;
  color: #e94b4b;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  margin: 20px 0;
}
.slideTxtBox .hd .on {
  font-size: 35px;
}
.slideTxtBox h4 {
  text-align: center;
  color: #999999;
}
.slideTxtBox .bd table {
  width: 1158px;
  margin: 20px;
}
.slideTxtBox .bd th {
  border-bottom: #dfddd9 1px solid;
  padding: 10px 0;
  font-weight: bold;
}
.slideTxtBox .bd td {
  padding: 10px 0;
  color: #999;
}
.slideTxtBox .bd .more {
  display: block;
  width: 100px;
  height: 35px;
  background-color: #f3f3f3;
  line-height: 35px;
  font-weight: bold;
}

.row.logo {
  position: absolute;
  left: 18%;
  top: 10px;
}