<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.download_center{
  background-image: linear-gradient(90deg, 
 #70adfd 0%, 
 #6261eb 100%), 
 linear-gradient(
 #4690e7, 
 #4690e7);
    background-blend-mode: normal, 
 normal;
}
.download_center .container {
  margin: auto;
  width: 100%;
  padding: 0 20px;
}
.download_center .container h2 {
  font-family: Open Sans;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 50px;
}
.download_center .container p {
  font-family: Comic Sans MS, Comic Sans, cursive;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}

.select-box {
  margin-top:120px;
}
.select-box  h4{
  width: 100%;
  text-align:center;
	font-family: 'OpenSans-Semibold';
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	color: #000000;
}

.select-full-box{
  margin-top:60px;
  min-height: 509px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0px 
		rgba(57, 156, 219, 0.2);
	border-radius: 20px;
  border: solid 1px #35b1ff;
  padding:0px;
  overflow: hidden; /* æ–°å¢ž */
  position: relative; /* æ–°å¢ž */
  z-index: 1; /* æ–°å¢ž */
}
.select-full-box .select-best-icon{
  position:absolute;
  right:-3px;
  top:-3px;
  z-index: 10;
}

.select-full-box .select-off-icon{
  position:absolute;
  right:-13px;
  top:-13px;
  z-index: 10;
}

.flex-row-between-new{
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.full-select-box{
  width: 100%;
	min-height: 90px;
	background-color: #f1f9ff;
	border-radius: 10px;
  border: solid 1px #35b1ff;
  padding:0 20px;
  cursor: pointer;
  position:relative;
}
.first-select input[type='checkbox']{
  margin-left:5px;
  width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #c2c2c2;
}
.first-select input[type='checkbox']:checked{
  width: 18px;
  min-width: 18px;
	height: 18px;
	background-color: #35b1ff;
	border-radius: 3px;
}
.first-select .full-toolkit{
  font-family: 'OpenSans-Semibold';
	font-size: 20px;
	font-weight: bold;
  color: #000000;
  margin-left:20px;
}
.full-select-box:hover{
  background-color: #f1f9ff;
	border: solid 1px #35b1ff;
}
.product-item{
  width: 96%;
  margin-top:10px;
  margin-left:4%;
	min-height: 60px;
	background-color: #ffffff;
	border-radius: 10px;
  border: solid 1px #d8dee2;
  padding:0 20px;
  cursor: pointer;
}
.product-item img{
  margin-left:20px;
}
.product-item .full-toolkit{
	font-family: 'OpenSans';
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
}
.product-item:hover{
  background-color: #f1f9ff;
	border: solid 1px #35b1ff;
}
.product-item .select-items-price .current{
  font-family: 'OpenSans';
	font-size: 18px;
	line-height: 30px;
	color: #fe8a0d;
}
.full-select-box .select-items-price{
  margin-right:55px;
}
.select-box-left{
  width:100%;
  height:100%;
  padding: 30px;
}
.select-items-price{
  padding-right:5px;
}
.select-items-price .original{
  width:100px;
  text-align: end;
  font-family: 'OpenSans';
	font-size: 16px;
	line-height: 30px;
  color: #828282;
  text-decoration:line-through;
}
.select-items-price .current{
  width:100px;
  text-align: end;
  font-family: 'OpenSans-Semibold';
	font-size: 26px;
  line-height: 30px;
  font-weight: bold;
	color: #fe8a0d;
}
.select-box-right{
  background-color:#f1f9ff;
  border-radius:0 20px 20px 0;
}
.select-box-right span{
	font-family: 'OpenSans-Bold';
	font-size: 34px;
  line-height: 30px;
  font-weight: bold;
	color: #fe8a0d;
}
.select-box-right .price-blue-btn{
  display:inline-block;
  width: 160px;
  height: 54px;
  margin-top:30px;
  line-height: 54px;
	background-color: #35b1ff;
  border-radius: 27px;
	font-family: 'OpenSans-Semibold';
	font-size: 18px;
	color: #ffffff;
}
.price-blue-btn:hover{
  background-color: #63C6FF;
}
.full-disc{
  font-family: 'OpenSans';
	font-size: 15px;
	line-height: 30px;
  color: #828282;
  margin-left:20px;
}
@media (max-width: 992px) {
  .img-responsive {
      display: none !important;
  }
  .download_center .container h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 768px) {
  .img-responsive {
      display: inline !important;
  }
  .select-box-right{
    height:170px;
  }
  .select-box-left{
    padding:15px;
  }
  .product-item{
    padding:5px 5px;
  }


}

/* æ–°å¢žç§»åŠ¨ç«¯å“åº”å¼ä»£ç&nbsp; */
@media (max-width: 768px) {
  .select-best-icon {
    width: 60px;
    right: 0;
    top: 0;
  }
  .first-select {
    padding-right: 70px;
  }
  .first-select img[src="/images-new/1year.png"] {
    margin-left: 10px !important;
  }
}

</pre></body></html>