* {
  margin: 0;
  padding: 0;
}
template,
[hidden] {
  display: none;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
}
img {
  border-style: none;
}
[contenteditable],
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  outline: none;
}
[contenteditable]:focus,
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  resize: none;
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  display: none;
}
li {
  list-style: none;
}
.color-blue {
  color: #10b7ee;
}
.color-red {
  color: #e2383a;
}
.color-gray {
  color: #999;
}
.color-orange {
  color: #ff6769;
}
.color-error {
  color: #e2383a;
}
.mr10 {
  margin-right: 10px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.input-text {
  width: 300px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #eee;
  font-size: 14px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-sizing: border-box;
  color: #10b7ee;
}
.input-text:focus {
  border-color: #10b7ee;
}
.input-text:disabled {
  background: #f5f7fa;
  border-color: #dfe4ed;
  color: #b4bccc;
  cursor: not-allowed;
}
.input-file input[type='file'] {
  display: none;
}
.input-file span {
  display: inline-block;
  height: 32px;
  min-width: 100px;
  padding: 0 8px;
  background-color: #67c23a;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border: 0;
  line-height: 32px;
  transition: all 0.2s;
}
.input-file span[disabled] {
  cursor: default !important;
}
.input-file span:hover {
  opacity: 0.9;
}
.label-font input {
  display: none;
}
.label-font input:checked + span {
  background: #10b7ee;
  color: #fff;
}
.label-font input:disabled + span {
  cursor: not-allowed;
}
.label-font span {
  display: inline-block;
  background: #eee;
  height: 30px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  transition: all 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}
.textarea {
  width: 100%;
  height: 100px;
  padding: 5px 8px;
  border: 1px solid #eee;
  border-radius: 4px;
  line-height: 1.5em;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
}
.required {
  position: relative;
  display: inline-block;
}
.required:before {
  content: '*';
  position: absolute;
  top: 0;
  left: -7px;
  font-size: 16px;
  color: #e2383a;
}
.btn-default {
  display: inline-block;
  height: 40px;
  min-width: 120px;
  padding: 0 8px;
  background-color: #ff6769;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border: 0;
  line-height: 40px;
  transition: all 0.2s;
}
.btn-default[disabled] {
  cursor: default !important;
}
.btn-default:hover {
  color: #fff;
}
.btn-default:disabled {
  background: #ccc;
}
.img-box {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
}
.img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.img-view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.img-view img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-list {
  padding: 10px;
  box-sizing: border-box;
}
.form-list.col-2:after {
  display: table;
  clear: both;
  content: '';
}
.form-list.col-2 .form-item {
  float: left;
  width: 50%;
}
.form-item {
  position: relative;
  min-height: 30px;
  padding-left: 100px;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #444;
  box-sizing: border-box;
}
.form-item .item-title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100%;
  margin-left: -10px;
  text-align: right;
}
.form-item .input-text {
  height: 30px;
}
.el-form .el-select {
  width: 100%;
}
.el-form .el-form-item__content p {
  line-height: 1.5em;
}
.el-message {
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.el-button.el-button-orange {
  height: 40px;
  min-width: 120px;
  background-color: #ff6769;
  border-color: #ff6769;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.el-button.el-button-blue {
  height: 40px;
  min-width: 120px;
  background-color: #10b7ee;
  border-color: #10b7ee;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.wrapper {
  width: 100%;
  font-size: 14px;
  color: #444;
}
.wrapper h4,
.wrapper h5 {
  line-height: 1em;
}
.banner-wrap {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  overflow: hidden;
}
.banner-wrap img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 2000px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-wrap {
  background: linear-gradient(80deg, #2fa8f1, #18beec);
}
.content-wrap {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}
.content-wrap h4.title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: normal;
  color: #10b7ee;
  text-align: center;
}
.content-wrap .subtitle {
  color: #999;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.ssl-intro-wrap {
  position: relative;
  padding: 70px 0 0 420px;
  height: 400px;
  box-sizing: border-box;
}
.ssl-intro-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 420px;
  height: 100%;
  background: url(../images/ssl-logo.png) no-repeat center;
}
.ssl-intro-wrap h4.title {
  font-size: 40px;
  text-align: left;
}
.ssl-intro-wrap .subtitle {
  text-align: left;
}
.ssl-intro-wrap p {
  line-height: 24px;
  margin-bottom: 15px;
}
.ssl-intro-wrap .btn-box {
  padding: 15px 0;
}
.ssl-intro-wrap .btn-box a {
  display: inline-block;
  height: 38px;
  width: 180px;
  padding: 0 8px;
  background-color: #ff6769;
  line-height: 38px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border: 0;
}
.ssl-intro-wrap .btn-box a[disabled] {
  cursor: default !important;
}
.ssl-intro-wrap .btn-box a.btn-blue {
  background: #10b7ee;
  margin-left: 10px;
}
.ssl-type-wrap {
  padding: 60px 0;
  background: #f7f8f9;
}
.ssl-type-wrap .type-list:after {
  display: table;
  clear: both;
  content: '';
}
.ssl-type-wrap .type-list li {
  float: left;
  width: 33%;
  padding: 10px 30px;
  box-sizing: border-box;
}
.ssl-type-wrap .type-list li:before {
  content: '';
  display: block;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
}
.ssl-type-wrap .type-list li:nth-child(1):before {
  background-image: url(../images/ssl-ev.png);
}
.ssl-type-wrap .type-list li:nth-child(2):before {
  background-image: url(../images/ssl-ov1.png);
}
.ssl-type-wrap .type-list li:nth-child(3):before {
  background-image: url(../images/ssl-dv.png);
}
.ssl-type-wrap .type-list li:nth-child(4):before {
  background-image: url(../images/ssl-dv.png);
}
.ssl-type-wrap .type-list li h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.ssl-type-wrap .type-list li p {
  line-height: 24px;
  font-size: 13px;
  color: #999999;
}
.ssl-feature-wrap {
  padding: 60px 0;
}
.ssl-feature-wrap .feature-list {
  padding-top: 30px;
}
.ssl-feature-wrap .feature-list:after {
  display: table;
  clear: both;
  content: '';
}
.ssl-feature-wrap .feature-list li {
  float: left;
  width: 25%;
  height: 180px;
  padding: 25px;
  box-sizing: border-box;
  color: #fff;
}
.ssl-feature-wrap .feature-list li:nth-child(1) {
  background: #3aa1f0;
  background: linear-gradient(to right, #3aa1f0, #1eafec);
}
.ssl-feature-wrap .feature-list li:nth-child(1) h5:before {
  background-image: url(../images/ssl-feature1.png);
}
.ssl-feature-wrap .feature-list li:nth-child(2) {
  background: #1eafec;
  background: linear-gradient(to right, #1eafec, #1ebeec);
}
.ssl-feature-wrap .feature-list li:nth-child(2) h5:before {
  background-image: url(../images/ssl-feature2.png);
}
.ssl-feature-wrap .feature-list li:nth-child(3) {
  background: #1ebeec;
  background: linear-gradient(to right, #1ebeec, #1ed1ec);
}
.ssl-feature-wrap .feature-list li:nth-child(3) h5:before {
  background-image: url(../images/ssl-feature3.png);
}
.ssl-feature-wrap .feature-list li:nth-child(4) {
  background: #1ed1ec;
  background: linear-gradient(to right, #1ed1ec, #27d3ed);
}
.ssl-feature-wrap .feature-list li:nth-child(4) h5:before {
  background-image: url(../images/ssl-feature4.png);
}
.ssl-feature-wrap .feature-list li h5 {
  height: 50px;
  margin-bottom: 20px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  padding-left: 20px;
}
.ssl-feature-wrap .feature-list li h5:before {
  content: '';
  float: left;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: left center;
}
.ssl-feature-wrap .feature-list li p {
  line-height: 24px;
}
.ssl-buy-wrap {
  padding: 60px 0;
  background: #f7f8f9;
}
.ssl-buy-wrap .content-wrap {
  padding: 30px 0;
  border: 2px solid #10b7ee;
  background: #fff;
}
.ssl-buy-wrap .title {
  margin-bottom: 20px;
}
.ssl-buy-wrap .buy-form {
  padding: 70px 0 40px;
  font-size: 12px;
}
.ssl-buy-wrap .buy-form:after {
  display: table;
  clear: both;
  content: '';
}
.ssl-buy-wrap .buy-form p {
  color: #999;
}
.ssl-buy-wrap .form-list {
  float: left;
  width: 75%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.ssl-buy-wrap .form-list .form-item {
  margin-bottom: 20px;
  font-size: 12px;
}
.ssl-buy-wrap .form-list .form-item .radio-group {
  margin-bottom: 10px;
}
.ssl-buy-wrap .form-list .form-item .radio-group:after {
  display: table;
  clear: both;
  content: '';
}
.ssl-buy-wrap .form-list .form-item .radio-group .label-font {
  float: left;
  margin: 0 5px 5px 0;
  position: relative;
}
.ssl-buy-wrap .form-list .form-item .radio-group .label-font span {
  min-width: 120px;
}
.ssl-buy-wrap .form-list .form-item p {
  line-height: 1.5em;
}
.ssl-buy-wrap .num-btn {
  float: left;
  width: 30px;
  height: 30px;
  border: 0;
  background: #f7f8f9;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.2s;
}
.ssl-buy-wrap .num-btn:not(:disabled):hover {
  background: #10b7ee;
  color: #fff;
}
.ssl-buy-wrap .num-btn:disabled {
  cursor: not-allowed;
}
.ssl-buy-wrap .num-ipt {
  float: left;
  width: 60px;
  height: 30px;
  text-align: center;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.ssl-buy-wrap .form-info {
  float: left;
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}
.ssl-buy-wrap .form-info h5 {
  height: 30px;
  padding-left: 10px;
  margin-bottom: 10px;
  background-color: #eeeeee;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
}
.ssl-buy-wrap .form-info .form-item {
  padding-left: 80px;
  margin-bottom: 10px;
}
.ssl-buy-wrap .form-info .form-item .item-title {
  width: 80px;
  margin-left: 10px;
  color: #999;
  font-size: 12px;
  text-align: left;
}
.ssl-buy-wrap .form-info .item-price {
  margin-bottom: 30px;
  text-indent: 15px;
  font-size: 22px;
  line-height: 10px;
  color: #f60;
  padding-left: 63px;
}
.ssl-buy-wrap .form-info .item-price.f20 {
  font-size: 20px;
}
.ssl-buy-wrap .form-info .item-price-rebate {
  margin-bottom: 10px;
  text-indent: 10px;
  font-size: 12px;
  color: #390;
}
.ssl-buy-wrap .form-info .item-discount {
  display: inline-block;
  height: 18px;
  padding: 0 3px;
  border: solid 1px #c9ddbb;
  background: #e4f0dc;
  margin: 0 4px 15px 0;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  border-radius: 3px;
}
.ssl-buy-wrap .form-info .btn-default {
  width: 100%;
}
/*# sourceMappingURL=ssl.css.map */
.ssl-buy-wrap .form-list .form-item .radio-group .label-font label.sale {
  font-size: 12px;
  color: #ffffff;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  display: block;
  width: 62px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  right: -6px;
  top: -13px;
  background-color: #fa2a3b;
}
.ssl-buy-wrap .form-list .form-item p em {
  color: #e2383a;
}
.OriginalPrice {
  text-decoration: line-through;
}
.ssl-buy-wrap .form-info .price-info {
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
}

.ssl-buy-wrap
  .form-list
  .form-item
  .brand-select
  .label-font:nth-child(6)::after {
  position: absolute;
  right: 0px;
  top: -13px;
  content: '限时特惠';
  color: #fff;
  background-color: rgba(250, 42, 59, 1);
  font-size: 12px;
  width: 56px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.ssl-buy-wrap .form-list .form-item .package-detail {
  margin-bottom: 18px;
}
.ssl-buy-wrap .form-list .form-item .package-detail ul li {
  float: left;
  display: block;
  width: 123px;
  margin-right: 1px;
}
.ssl-buy-wrap .form-list .form-item .package-detail ul li:last-of-type {
  margin-right: 0px;
}
.ssl-buy-wrap .form-list .form-item .package-detail ul li h3 {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #eeeeee;
  margin-bottom: 1px;
  text-align: center;
}
.ssl-buy-wrap .form-list .form-item .package-detail ul li div {
  width: 100%;
  height: 74px;
  background-color: #fafafa;
  padding: 8px 3px 0 3px;
  text-align: center;
  box-sizing: border-box;
}
.ssl-buy-wrap .form-list .form-item .package-detail ul li div p {
  color: #444;
}
.ssl-buy-wrap .form-list .form-item .package-info {
  width: 502px;
}
.ssl-product-advantage {
  background-color: #f7f8f9;
  padding: 70px 0;
}
.ssl-product-advantage .advantage-detail {
  margin-top: 67px;
}
.ssl-product-advantage .advantage-detail li.item {
  width: 340px;
  border: 1px solid #eeeeee;
  height: 300px;
  float: left;
  margin-right: 90px;
  padding: 36px 23px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.ssl-product-advantage .advantage-detail li.item i {
  display: block;
  text-align: center;
}
.ssl-product-advantage .advantage-detail li.item:last-of-type {
  margin-right: 0px;
}

.ssl-product-advantage .advantage-detail li.item h2.item-title {
  font-size: 17px;
  color: #444444;
  text-align: center;
  margin: 23px 0 20px 0;
}

.ssl-product-advantage .advantage-detail li.item p {
  font-size: 13px;
  color: #999999;
  line-height: 22px;
}
.form-info .form-item .securityLevel {
  display: inline-block;
  width: 120px;
  margin-top: 6px;
  font-size: 0px;
  height: 20px;
}

.form-info .form-item i.nostar {
  background: url(../images/noStar.png) center center no-repeat;
}
.form-info .form-item .star-img {
  width: 15px;
  display: inline-block;
  height: 16px;
  background: url(../images/star-img.png) center center no-repeat;
  margin-right: 5px;
}

.btn-box a.free-experience {
  background-color: #ffffff;
  color: #10b7ee;
  width: 130px;
}
