/* actbuy */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.proItemTitle {
  width: 100%;
  font-size: 22px;
  padding-bottom: 40px;
}
.act-baremetal-box {
  overflow: hidden;
}
.act-baremetal-ui {
  width: 100%;
}
.act-baremetal-li {
  float: left;
  width: 178px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  border: 2px solid #c8cbd0;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 22px;
  margin-right: 22px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
.act-baremetal-li:nth-child(6n) {
  margin-right: 0px;
}
.act-baremetal-li.on,
.act-baremetal-li:hover {
  border: 2px solid #0095ff;
  color: #0095ff;
  box-shadow: 0 5px 5px #ccc;
}
.act-select-box {
  margin: 0 0 20px;
}
.act-select-box .act-select-month {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.act-pz-li-search {
  border: 2px solid #c8cbd0;
  padding: 18px;
  border-radius: 4px;
  width: 383px;
  margin-bottom: 22px;
  margin-right: 22px;
  box-sizing: border-box;
  display: inline-block;
}
.act-pz-li-search .search {
  font-size: 20px;
  text-align: center;
}
.act-pz-li {
  border: 2px solid #c8cbd0;
  padding: 18px;
  border-radius: 4px;
  width: 386px;
  margin-bottom: 22px;
  margin-right: 22px;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
.act-pz-li:nth-child(3n) {
  margin-right: 0px;
}
.act-pz-li .title {
  font-size: 24px;
  margin: 0 0 10px;
  text-align: center;
}
.act-pz-li .title2 {
  font-size: 16px;
  text-align: center;
}
.act-pz-li .money {
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}
.act-pz-li .money .num {
  color: #EC7C43;
  font-size: 24px;
}
.act-pz-li .pz-p {
  font-size: 14px;
  display: inline-block;
  width: 48%;
  margin: 5px 0.5% 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.act-pz-li .pz-cpu {
  width: 100%;
  margin-right: 0;
}
.act-pz-li:hover,
.act-pz-li.on {
  border: 2px solid #0095ff;
  box-shadow: 0 5px 5px #ccc;
}
.act-pz-li:hover .title,
.act-pz-li.on .title {
  color: #0095ff;
}
.pz-pzd {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 36px;
  font-size: 20px;
  color: #0095ff;
}
.pz-buy {
  text-align: center;
}
.pz-buy a {
  display: inline-block;
  width: 518px;
  height: 80px;
  border-radius: 6px;
  font-size: 22px;
  background-color: #0095ff;
  text-align: center;
  line-height: 80px;
  margin: auto;
  color: #fff;
}
.pz-buy a.off {
  background-color: #aaa;
  cursor: not-allowed;
}
.url-select-box {
  margin: 0 auto 20px;
  width: 200px;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.url-select-box:hover {
  border: 1px solid #0095ff;
}
.url-select-title {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  color: #0095ff;
}
.show-box {
  width: 280px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.show-box .title {
  text-align: center;
  color: #060606;
  padding-bottom: 26px;
  font-size: 32px;
}
.show-box .text {
  color: #a4a5a7;
  line-height: 40px;
}
