<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 羈����劫���茵� */
.reg-method-list{
  margin-left: -20px;
}
.reg-method-list &gt; li{
  margin-left: 20px;
  width: 50%;
  border: 1px solid #ddd;
  padding: 15px 20px 20px;
}
.reg-method-list &gt; li:hover{
  border: 1px solid #0080FF;
}
.reg-method-icon1{
  background: url(./img/tm-help-gw.png) center no-repeat;
}
.reg-method-icon2{
  background: url(./img/tm-help-db.png) center no-repeat;
}
.reg-method-title h3{
  font-size: 22px;
}
.reg-method-icon{
  width: 40px;
	height: 40px;
  margin-right: 10px;
}
.icon-hook{
  width: 14px;
  height: 10px;
  background: url(./img/icon-hook-active.png) center no-repeat;
  margin-right: 10px;
}
.reg-method-desc{
}
.reg-method-ys{
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
}
.reg-method-ys li{
  line-height: 34px;
}
.go-handle{
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
	background-color: #0080ff;
}
.go-handle:hover{
  color: #f0e3e3;
}

/* 綮銀叱���� */
.tm-service-list{
  margin-bottom: 20px;
}
.tm-service-right &gt; ul{
  margin-left: -10px;
  margin-right: -10px;
}
.tm-service-right li{
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.tm-service-right li  &gt; div &gt; p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 40px;
  overflow: hidden;
}
.tm-service-right li &gt; div{
  background-color: #fff;
  padding: 30px 20px;
  border: 1px solid  #eee;
}
.tm-icon-service{
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.tm-icon-service-rejection_review{
  background-image: url(./img/tm-icon-service1.png);
}
.tm-icon-service-objection_defense,.tm-icon-service-deny_defense{
  background-image: url(./img/tm-icon-service2.png);
}
.tm-icon-egis-objection_apply{
  background-image: url(./img/tm-icon-egis1.png);
}
.tm-icon-egis-declare_void{
  background-image: url(./img/tm-icon-egis2.png);
}
.tm-icon-egis-declare_void_defense{
  background-image: url(./img/tm-icon-egis3.png);
}
.tm-icon-egis-withdraw_three_apply{
  background-image: url(./img/tm-icon-egis4.png);
}
.tm-icon-egis-withdraw_three_defense{
  background-image: url(./img/tm-icon-egis5.png);
}
.tm-icon-renew-extension{
  background-image: url(./img/tm-icon-renew1.png);
}
.tm-icon-renew-change{
  background-image: url(./img/tm-icon-renew2.png);
}
.tm-icon-renew-withdraw{
  background-image: url(./img/tm-icon-renew3.png);
}
.tm-icon-renew-transfer{
  background-image: url(./img/tm-icon-renew4.png);
}
.tm-icon-renew-icp_permit{
  background-image: url(./img/tm-icon-renew5.png);
}
.tm-icon-renew-leniency{
  background-image: url(./img/tm-icon-renew6.png);
}

.tm-servive-title{
  font-size: 22px;
  margin: 15px 0;
}
.service-price{
  margin: 15px 0 12px;
}
.btn-go-handle{
  display: inline-block;
  width: 200px;
	height: 40px;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #0080FF;
  color: #0080FF;
}
.btn-go-handle:hover{
  opacity: .8;
}
</pre></body></html>