@charset "utf-8";
.ssl-outlayer {
  width: 100%;
  background-color: #FFF;
  padding: 70px 0px 80px;
}
.ssl-outlayer .common-tab .common-tab-center .common-tab-line {
  width: auto;
}
.ssl-outlayer .common-tab ul li {
  width: auto;
  margin-right: 80px;
}
.ssl-outlayer .common-tab ul li:last-child {
  margin-right: 0px;
}
.ssl-pro-item-box {
  margin-top: 26px;
}
.ssl-pro-item {
  display: none;
}
.ssl-pro-item:nth-child(1) {
  display: block;
}
.ssl-pro-item .ssl-brand-des {
  line-height: 26px;
  font-size: 16px;
  color: #1F2533;
}
.ssl-pro-item .ssl-brand-list {
  padding-top: 18px;
}
.ssl-pro-item .ssl-brand-list table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.ssl-pro-item .ssl-brand-list table th {
  font-size: 16px;
  font-weight: normal;
  color: #5E6D81;
  background-color: #F0F2F5;
  padding: 18px 20px;
}
.ssl-pro-item .ssl-brand-list table td {
  font-size: 16px;
  color: #1F2533;
  padding: 15px 20px;
  border-bottom: 1px solid #F0F2F5;
}
.ssl-pro-item .ssl-brand-list table td .button-link {
  width: 88px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  vertical-align: top;
}
.ssl-pro-item .ssl-brand-list table td .price {
  font-size: 20px;
}
.ssl-brand-model {
  width: 100%;
  background-color: #FFF;
  padding: 70px 0px 120px;
}
.brand-item {
  display: none;
}
.brand-item:nth-child(1) {
  display: block;
}
.brand-item .item-left {
  float: left;
  width: 432px;
  padding-top: 48px;
  padding-right: 48px;
}
.brand-item .item-left .brand-logo {
  position: relative;
  width: 360px;
  height: 142px;
  text-align: center;
  border: 1px solid #F0F2F5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.brand-item .item-left .brand-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.brand-item .item-left ul {
  margin-top: 44px;
}
.brand-item .item-left ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  color: #5E6D81;
  padding-left: 22px;
  margin-bottom: 16px;
}
.brand-item .item-left ul li:last-child {
  margin-bottom: 0px;
}
.brand-item .item-left ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #9EA7B3;
}
.brand-item .item-right {
  float: right;
  width: 768px;
  padding-top: 43px;
}
.brand-item .item-right .tit {
  line-height: 28px;
  font-size: 20px;
  
}
.brand-item .item-right .des {
  height: 138px;
  line-height: 24px;
  font-size: 16px;
  color: #5E6D81;
  padding-top: 22px;
}
.brand-item .buy-item-box {
  display: flex;
  justify-content: flex-start;
  min-height: 280px;
}
.brand-item .buy-item {
  width: 240px;
  height: 280px;
  padding: 34px 32px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-right: 24px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  box-shadow: 0px 8px 48px 0px rgba(31, 37, 51, 0.08);
}
.brand-item .buy-item:last-child {
  margin-right: 0px;
}
.brand-item .buy-item h3 {
  line-height: 28px;
  font-size: 16px;
  
  color: #1F2533;
  padding-bottom: 11px;
  border-bottom: 1px solid #DBE1E8;
}
.brand-item .buy-item .protect-domain-math {
  line-height: 26px;
  font-size: 16px;
  margin-top: 18px;
}
.brand-item .buy-item .protect-domain-math span {
  margin: 0px 6px;
}
.brand-item .buy-item .price {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  margin-top: 35px;
}
.brand-item .buy-item .price i,
.brand-item .buy-item .price span {
  font-size: 18px;
  
}
.brand-item .buy-item .price span {
  /*margin-right: 3px;*/
}
.brand-item .buy-item .button-link {
  margin-top: 20px;
}
.brand-item .buy-item:hover {
  box-shadow: 0px 16px 48px 0px rgba(31, 37, 51, 0.16);
  margin-top: -8px;
}

