HTTP/1.1 200 Connection established

HTTP/1.1 200 OK
Date: Sat, 07 Feb 2026 21:36:55 GMT
Content-Type: text/css
Content-Length: 29626
Connection: keep-alive
Server: Apache/2.4.51 (Win64) OpenSSL/1.1.1l PHP/7.4.26
Last-Modified: Mon, 19 May 2025 02:45:34 GMT
ETag: "73ba-6357420430306;62fb74b608d62
Accept-Ranges: bytes

* {
  padding: 0px;
  margin: 0px;
}

body{
  position: relative;
  font-family: Helvetica Neue,PingFang SC,Microsoft YaHei,Helvetica,Arial,sans-serif;
}

ul,
li {
  list-style: none;
  margin-bottom: 0px;
}

a, a:hover, a:active, a:focus {
  color: #333;
  display: inline-block;
  cursor: pointer;
}
a:hover,a:active,a:focus {
  text-decoration: none;
}

img{
  max-width: 100%;
}
button{
  -webkit-appearance: none;
}
[contenteditable],
input{
  border: none;
  outline: none;
}
input::placeholder {
	color: #D6D6D6;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #dbdbdb;
}
::-webkit-scrollbar-track {
  background-color: #dbdbdb;
}
::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
}

input[type=checkbox]{
  display: none;
}
input[type=checkbox]~span:before{
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #4B4B4B;
  position: relative;
  top: 2px;
  margin-right: 16px;
}
input:checked~span:before{
  background: url('/user-doc-2/license/fulltype/webfont/resource/images/checkbox-active.svg');
  border: 0;
}

.open-font-detail{
  cursor: pointer;
}
.red{
  color: #F13A39;
}

.btn{
  border-radius: 0;
  padding: 0 12px;
  width: 96px;
  line-height: 30px;
}
.btn:active,
.btn:focus,
.btn:active:focus,
.btn:hover{
  outline: 0;
}
.btn-red-border{
  color: #F13A39;
  border-color: #F13A39;
}
.btn-red-border:focus,
.btn-red-border:hover{
  color: #fff;
  background: #F13A39;
}
.btn-red{
  color: #fff;
  background: #F13A39;
}
.btn-red:focus,
.btn-red:hover{
  color: #F13A39;
  background: #fff;
  border-color: #F13A39;
}
.btn:active{
  box-shadow: none;
}
.btn-red-border:active, 
.btn-red:active{
  color: #fff;
  background: #C93B40;
  border-color: #C93B40;
}
.btn-large{
  line-height: 38px;
  width: 120px;
}


.bread{
  width: 1200px;
  margin: 1px auto;
  line-height: 59px;
  border-bottom: 1px solid #DCDCDC;
}
.bread>a{
  color: #9B9B9B;
}
.bread>a:hover{
  opacity: .6;
}
.bread>a:last-of-type{
  color: #333;
  font-weight: 600;
}
.bread>a:after{
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #9B9B9B;
  border-radius: 50%;
  margin: -2px 7px 0;
  vertical-align: middle;
}
.bread>a:last-of-type:after{
  display: none;
}
.bread .right{
  float: right;
}
.bread .right>a{
  color: #666;
  font-size: 12px;
  margin-left: 20px;
  float: left;
}


#nav-right {
  position: fixed;
  right: -800px;
  padding: 32px 40px;
  width: 180px;
  background: #fff;
}
#nav-right .title {
  font-size: 20px;
  color: #333;
}
#nav-right ul{
  padding: 5px 0 12px 15px;
}
#nav-right ul li {
  margin: 4px 0px;
}
#nav-right ul li a {
  padding: 4px 0;
  color: #9B9B9B;
  white-space: nowrap;
}
#nav-right a:before {
  content: ' ';
  display: block;
  width: 4px;
  height: 4px;
  margin: -2px;
  position: absolute;
  left: -12px;
  top: 50%;
  background: #9B9B9B;
  border-radius: 50%;
}
#nav-right li.active a{
  color: #F13A39;
}
#nav-right li.active a:before {
  background: #F13A39;
  width: 6px;
  height: 6px;
  margin: -3px;
}
#nav-right .nav>li>a:focus, 
#nav-right .nav>li>a:hover{
  background: none;
}
#nav-right .top {
  width: 32px;
  height: 32px;
  cursor: pointer;
}


.box-contact{
  padding: 56px 0 80px;
  text-align: center;
  background: #F5F8FA;
}
.box-contact h4{
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.box-contact h4 b{
  color: #F13A39;
  position: absolute;
  top: 0;
  left: -60px;
}
.box-contact p{
  margin: 0 0 30px;
  color: #9B9B9B;
}
.box-contact .contact{
  font-size: 20px;
}
.box-contact img{
  margin-right: 10px;
}
.box-contact span:first-child{
  margin-right: 72px;
}


.download-tip {
  display: none;
  background: #F13A39;
  color: #fff;
  padding-left: 15%;
  padding-right: 15%;
  z-index: 10;
  line-height: 40px;
}
.download-tip.fixed{
  z-index: 1111;
  position: fixed;
  width: 100%;
  top: 0;
}
.download-tip div {
  width: 1200px;
  margin: 0 auto;
}
.download-tip b,
.download-tip a {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  display: inline;
  color: #fff;
}
.download-tip i {
  opacity: 1;
  margin: 7px 0;
  background: url('/user-doc-2/license/fulltype/webfont/resource/images/tip-close.svg');
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
}


.with-slide{
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.with-slide b, .with-slide i{
  font-weight: normal;
  font-style: normal;
}
.with-slide:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
  top: 50%;
  margin-top: -7px;
	width: 12px;
	height: 12px;
	background: url('/user-doc-2/license/fulltype/webfont/resource/images/slide-down.svg') center no-repeat;
}
.with-slide.active:after {
	background-image: url('/user-doc-2/license/fulltype/webfont/resource/images/slide-up.svg');
}

.with-fold{
  position: relative;
}
.with-fold:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
	background: url('/user-doc-2/license/fulltype/webfont/resource/images/icon/fold.svg') center no-repeat;
  transform: rotate(45deg);
  transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
}
.with-fold.active:after {
  transform: rotate(0);
}


.home-top img{
	margin: 0 auto;
	display: block;
	height: 440px;
}


.modal-content{
  border-radius: 0;
  border: 0;
}


.slider{
  position: relative;
  cursor: pointer;
}
.slider i{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  /* z-index: 1; */
}
.slider b{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  cursor: pointer;
  /* z-index: 2; */
}


.faq-item{
	border-top: 1px solid #D6D6D6;
	padding: 16px 24px;
}
.faq-last{
	border-bottom: 1px solid #D6D6D6;
}
.faq-item:hover,
.faq-item.active{
	background: #FBFBFB;
}
.faq-item>a,
.faq-item h5{
	padding: 16px 0;
  margin: 0;
  cursor: pointer;
  display: block;
}
.faq-item h5 img{
  float: right;
  width: 32px;
  padding: 10px;
  margin: -10px 0 0;
  transform: rotate(45deg);
	transition: transform 0.15s;
	-webkit-transition: transform 0.15s;
}
.faq-item.active h5 img{
  transform: rotate(90deg);
}
.faq-item .doc img{
  float: right;
  margin-right: 10px;
}
.faq-item>div{
  color: #666;
  padding-bottom: 8px;
	display: none;
}
.faq-item>div a{
	color: #F13A39;
}
.faq-more{
  padding: 16px 0;
  margin: 16px 24px;
}
.faq-more,
.faq-more:focus,
.faq-more:hover{
	color: #F13A39;
}
.faq-more img{
  position: relative;
  top: -1px;
}


.clearfloat {
  clear: both;
}

.dstop {
  width: 100%;
  height: 80px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #F13A39;
  border-radius: 0;
  position: relative;
  z-index: 2;
}

.dstop-right {
  float: right;
  margin-right: -5px;
}
.dstop-right>*{
  float: left;
  margin-left: 5px;
}
.dstop-right b {
  cursor: pointer;
  display: block;
}
.dstop-right b:hover {
  opacity: 0.6;
}
.dstop-right img {
  width: 40px;
}
.dstop-right .on{
  position: relative;
  width: 120px;
  cursor: pointer;
  display: none;
}
.dstop-right .on .username {
  width: 80%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
  text-align: center;
}
.dstop-right .dropdown-menu {
  line-height: 40px;
  min-width: 120px;
  top: 60px;
}
.dstop-right .dropdown-menu a {
  color: #333;
  display: block;
  width: 100%;
  text-align: center;
}
.dstop-right .dropdown-menu a:hover {
  opacity: 0.6;
}

.container {
  width: 1200px;
  height: auto;
  padding: 0;
  margin: 0 auto;<!--7.6055526733398E-5-->