.tm-list-panel{
  width: 240px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  flex: none;
}
.tm-panel-title{
  padding: 14px 20px;
}
.tm-list-panel > li{
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.tm-list-panel > li:not(:last-child){
  border-bottom: 1px solid #E6E6E6;
}
.tm-list-panel > li.active{
  color: initial;
}
.tm-list-panel > li.active .icon-trademark{
  background-position: bottom;
}
.tm-list-panel > li.active .tm-sub-panel{
  /* display: block; */
}

.tm-list-panel > li.active .icon-arrow{
  background: url(./img/serviceList/icon-arrow-up.png) 0 -32px no-repeat;
}

.icon-trademark,.icon-arrow{
  width: 16px;
  height: 16px;
}

.icon-trademark{
  margin-right: 8px;
  background: url(./img/serviceList/icon-trademark.png) no-repeat;
}

.icon-arrow{
  background: url(./img/serviceList/icon-arrow-down.png) no-repeat;
}
.tm-sub-panel{
  display: none;
}
.tm-sub-panel li:first-child{
  border-top: 1px solid #E6E6E6;
}
.tm-sub-panel a{
  display: block;
  padding: 14px 0 14px 40px;
  border-left: 4px solid #fff;
  font-size: 16px;
  color: #666666;
}
.tm-sub-panel li:not(:last-child) a{
  border-bottom: 1px solid #E6E6E6;
}
.tm-sub-panel li.active a{
  border-left: 4px solid #0084FB;
  background-color: #EBF5FF ;
}

/* 内容 */
.tm-panel-details{
  margin-left: 20px;
  color: #666;
}
.tm-panel-content{
  padding: 40px;
}
.tm-panel-photo{
  width: 120px;
  height: 120px;
  border: 1px solid #DDD;
  margin-right: 40px;
}
.tm-icon-service{
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tm-icon-service1{
  background-image: url(./img/tm-icon-service1.png);
}
.tm-panel-text{
  margin: 20px 0 40px;
}
.tm-service-price{
  height: 96px;
  background-color: #FFF3EC;
  padding-left: 20px;
  margin-bottom: 20px;
}
.tm-list-row:not(:last-child){
  margin-bottom: 20px;
}

.tm-item-label{
  width: 100px;
  color: #666;
}
.tm-service-project-list{
  margin-left: -10px;
}
.tm-service-project-list li{
  position: relative;
  width: 160px;
  /* padding: 0 34px; */
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  border: 1px solid #E6E6E6
}
.tm-service-project-list li.active{
  border: 1px solid #0084FB;
  color: #0084FB;
}
.tm-service-project-list li.active::before{
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  /* border: 15px solid transparent;
  border-left: 15px solid #0084FB; */
  /* transform: rotate(45deg); */
  width: 20px;
  height: 20px;
  background: url(./img/serviceList/icon-service-item-selected.png) no-repeat;
}

.tm-input-number{
  width: 80px;
  height: 40px;
  border: 1px solid #E6E6E6
}
.tm-input-number:focus{
  border: 1px solid #0084FB
}
.btn-number-wrapper{
  position: relative;
}
.btn-number-operate-wrapper{
  width: 22px;
}
.btn-number-operate{
  position: absolute;
  width: 20px;
  height: 19px;
  margin-left: 2px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  right: 0;
}
.btn-number-operate[disabled]{
  background: #f3f3f3 !important;
}
.btn-number-operate-up{
  top: 0;
  margin-bottom: 2px;
}
.btn-number-operate-down{
  bottom: 0;
}
.btn-number-operate:not(:disabled):hover > i{
  background-position: 0 -14px;
}
.btn-number-operate > i{
  width: 8px;
  height: 7px;
}
.btn-number-operate-up > i{
  background-image:url(./img/serviceList/icon-small-arrow-up.png);
}
.btn-number-operate-down > i {
  background-image:url(./img/serviceList/icon-small-arrow-down.png);
}
.btn-servive-links{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #FE8624;
  color: #FE8624;
  padding: 0 50px;
}
/*  */

.tm-service-ys-list{
  padding: 30px 40px;
  border-top: 1px solid #E6E6E6;
}
.tm-service-ys-list li{
  margin-right: 70px;
  height: 40px;
  overflow: hidden;
}
.icon-service-ys{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
}
.icon-service-ys1{
  background-image: url(./img/serviceList/icon-service-ys1.png);
}
.icon-service-ys2{
  background-image: url(./img/serviceList/icon-service-ys2.png);
}
.icon-service-ys3{
  background-image: url(./img/serviceList/icon-service-ys3.png);
}
.icon-service-ys4{
  background-image: url(./img/serviceList/icon-service-ys4.png);
}
.tm-service-tab-wrapper{
  margin-top: 20px;
}

.tm-service-tab-wrapper{
  padding: 0 40px;
  border-bottom: 1px solid #E6E6E6;
}
.tm-service-tabs{
  height: 60px;
  line-height: 60px;
}
.tm-service-tabs li{
  display: inline-block;
  margin-right: 35px;
  text-align: center;
  cursor: pointer;
  color: #666;
  position: relative;
  padding: 0 10px;
  font-size: 16px;
}
.tm-service-tabs li.active{
  color: initial;
}
.tm-service-tabs li.active::before{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 4px solid #0084FB;
}
.tm-tabs-content img{
  max-width: 100%;
}


.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-service-objection_apply{
  background-image: url(./img/tm-icon-egis1.png);
}
.tm-icon-service-declare_void{
  background-image: url(./img/tm-icon-egis2.png);
}
.tm-icon-service-declare_void_defense{
  background-image: url(./img/tm-icon-egis3.png);
}
.tm-icon-service-withdraw_three_apply{
  background-image: url(./img/tm-icon-egis4.png);
}
.tm-icon-service-withdraw_three_defense{
  background-image: url(./img/tm-icon-egis5.png);
}
.tm-icon-service-extension{
  background-image: url(./img/tm-icon-renew1.png);
}
.tm-icon-service-change{
  background-image: url(./img/tm-icon-renew2.png);
}
.tm-icon-service-withdraw{
  background-image: url(./img/tm-icon-renew3.png);
}
.tm-icon-service-transfer{
  background-image: url(./img/tm-icon-renew4.png);
}
.tm-icon-service-icp_permit{
  background-image: url(./img/tm-icon-renew5.png);
}
.tm-icon-service-leniency{
  background-image: url(./img/tm-icon-renew6.png);
}

.tm-icon-service-HongKong{
  background-image: url(./img/reg-nation-HongKong.jpg);
}
.tm-icon-service-HongKong{
  background-image: url(./img/reg-nation-HongKong.jpg);
}

.tm-icon-service-HongKong{
  background-image: url(./img/reg-nation-HongKong.jpg);
}

.tm-icon-service-USA{
  background-image: url(./img/reg-nation-USA.jpg);
}

.tm-icon-service-EU{
  background-image: url(./img/reg-nation-EU.jpg);
}

.tm-icon-service-France{
  background-image: url(./img/reg-nation-France.jpg);
}

.tm-icon-service-Germany{
  background-image: url(./img/reg-nation-Germany.jpg);
}
.tm-icon-service-Japan{
  background-image: url(./img/reg-nation-Japan.jpg);
}
.tm-icon-service-Macao{
  background-image: url(./img/reg-nation-Macao.jpg);
}


/* 服务介绍 */
.tm-tabs-content .title{
  margin: 40px 0 20px;
}
.service-table-wrapper{
  width: 100%;
  /* border: 1px solid #ddd; */
}
.service-table-wrapper td,.service-table-wrapper th{
  padding: 20px 0;
}
.service-table-wrapper,.service-table-wrapper th, .service-table-wrapper td { border:1px solid #ddd; }
.service-table-wrapper {  text-align: center; border-collapse: collapse; }
.business-desc-wrapper{
  align-items: stretch;
}
.business-desc-wrapper li{
  width: 260px;
  border: 1px dashed #ddd;
  padding: 20px 16px;
  /* height: 200px; */
  padding-bottom: 30px;
}

.business-title{
  text-align: center;
  margin-bottom: 10px;
}

.business-desc-wrapper h3{
  color: #FE8624;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.business-desc-wrapper .line{
  width: 80px;
  display: inline-block;
  border-bottom: 2px solid #FE8624;
}
.business-desc-wrapper p{
  line-height: 28px;
}
/*  */
.tac{
  text-align: center;
}
.adv-reg-process{
  padding: 40px 0;
  border: 1px solid #ddd;
}
.adv-reg-process li{
  width: 218px;
  text-align: center;
  position: relative;
}
.adv-reg-line{
  position: absolute;
  top: 16px;
  right: -78px;
  width: 150px;
  height: 16px;
  background: url(./img/registerApply/adv-reg-line.png) no-repeat;
}
.adv-reg-process h3{
  margin: 10px 0 5px;
}
.adv-reg-process p{
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.icon-adv-reg{
  width: 48px;
  height: 48px;
}
.icon-adv-reg1{
  background: url(./img/serviceList/icon-process1.png) center no-repeat;
}
.icon-adv-reg2{
  background: url(./img/serviceList/icon-process2.png) center no-repeat;
}
.icon-adv-reg3{
  background: url(./img/serviceList/icon-process3.png) center no-repeat;
}
.icon-adv-reg4{
  background: url(./img/serviceList/icon-process4.png) center no-repeat;
}

/* 所需材料 */
.need-file-wrapper{
  margin-left: -20px;
  align-items: stretch;
}
.need-file-item{
  width: 50%;
  padding: 25px;
  margin-left: 20px;
  border: 1px solid #DDD;
  /* height: 200px; */
}
.need-file-left{
  border-right: 1px dashed #DDD;
  padding-right: 20px;
  margin-right: 20px;
}
.need-file-left h3{
  margin-top: 10px;
}
.icon-need-file{
  width: 80px;
  height: 80px;
}
.icon-need-file1{
  background: url(./img/registerApply/icon-need-file1.png) center no-repeat;
}
.icon-need-file2{
  background: url(./img/registerApply/icon-need-file2.png) center no-repeat;
}
.need-file-desc{
  /* padding: 26px 0; */
}
.need-file-desc li{
  line-height: 2.5;
}
.icon-hook{
  width: 14px;
  height: 10px;
  background: url(./img/icon-hook-active.png) center no-repeat;
  margin-right: 10px;
}
