.trade-search-outer {
  background: #5D26E0 url(img/tm-global-bg.jpg) no-repeat center;
  background-size: cover;
}
/* .head-nav{
  background-color: transparent;
  border-bottom: 1px solid #774BF4;
} */

.trade-search-outer{
  height: 420px
}
.trade-page-sub-title span{
  padding: 0 20px;
  color: #6330F0;
}

.global-reg-wrapper{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.global-reg-list{
  padding-bottom: 32px;
  width: 825px;
  margin: 0 auto;
}
.global-reg-list li{
  text-align: center;
}
.global-reg-list h4{
  line-height: 48px;
  font-size: 22px;
  font-weight: 900;
  color: #FFEC3C;
}
.global-reg-list p{
  font-size: 16px;
  color: #E7E0FC;
}
/* 注册服务 */
.tm-nation-wrapper li{
  width: 25%;
}

.tm-nation-wrapper li:hover > div{
  border: 1px solid #0080FF;
}

.tm-nation-wrapper li > div{
  padding: 40px;
  border: 1px solid #eee;
  text-align: center;
  margin-bottom: 20px;
}

.tm-nation-wrapper h3{
  margin: 5px 0;
}
.btn-operate-links{
  margin-top: 15px;
}

/* 咨询 */
.adv-banner-wrapper{
  background:  -webkit-linear-gradient(left,#0080FA,#0C98FB);
  background:  -o-linear-gradient(right,#0080FA,#0C98FB);
  background:  -moz-linear-gradient(right,#0080FA,#0C98FB);
  background:  linear-gradient(to right,#0080FA,#0C98FB);
}
.adv-banner-wrapper > div{
  height: 96px;
}
.btn-free-advisory{
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

/* 必要性 */
.tm-reg-need{
  position: relative;
  margin-top: 30px;
}
.tm-reg-need .icon-reg-need{
  width: 40px;
  height: 40px;
}
.tm-reg-need li{
  position: absolute;
  display: inline-block;
}
.tm-reg-need li:first-child{
  top: 212px;
  left: 48px;
}
.tm-reg-need li:first-child .icon-reg-need{
  background: url(img/icon-reg-need1.png) no-repeat center;
}
.tm-reg-need li:nth-child(2) {
  left: 185px;
}
.tm-reg-need li:nth-child(2) .icon-reg-need{
  background: url(img/icon-reg-need2.png) no-repeat center;
}
.tm-reg-need li:nth-child(3) {
  right: 215px;
}
.tm-reg-need li:nth-child(3) .icon-reg-need{
  background: url(img/icon-reg-need3.png) no-repeat center;
}
.tm-reg-need li:nth-child(4) {
  top: 215px;
  right: 30px;
}
.tm-reg-need li:nth-child(4) .icon-reg-need{
  background: url(img/icon-reg-need4.png) no-repeat center;
}

.tm-reg-need h3{
  margin-left: 10px;
}

.reg-need-desc{
  margin-top: 5px;
  margin-left: 50px;
  color: #666;
}
/* 优质服务 */
.tm-quality-service{
  width: 1060px;
  margin: auto;
  margin-top: 45px;
}
.tm-quality-service h3{
  margin: 20px 0 14px;
}
.icon-quality-service{
  width: 42px;
  height: 42px;
}
.tm-quality-service li{
  text-align: center;
}
.tm-quality-service li:first-child .icon-quality-service{
  background: url(img/icon-quality-service1.png) no-repeat center;
}
.tm-quality-service li:nth-child(2) .icon-quality-service{
  background: url(img/icon-quality-service2.png) no-repeat center;
}
.tm-quality-service li:nth-child(3) .icon-quality-service{
  background: url(img/icon-quality-service3.png) no-repeat center;
}
.tm-quality-service li:nth-child(4) .icon-quality-service{
  background: url(img/icon-quality-service4.png) no-repeat center;
}
/* 注册流程 */
.reg-process-wrapper{
  position: relative;
}
.reg-process-wrapper::after{
  position: absolute;
  bottom: 37px;
  width: 100%;
  content: "";
  height: 3px;
  background: #cccccc;
}
.tm-reg-process{
  width: 1065px;
  margin: auto;
}
.tm-reg-process li{
  text-align: center;
  font-size: 16px;
}
.process-dot{
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  margin: 15px 0 2px;
  background-color: #F7F8FA;
  border-radius: 50%;
}
.process-dot::before{
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #CCC;
  border-radius: 50%;
}
.icon-reg-process{
  width: 64px;
  height: 64px;
  background: #0080ff;
}
.icon-reg-process1{
  background: url(img/icon-reg-process1.png) no-repeat center;
}
.icon-reg-process2{
  background: url(img/icon-reg-process2.png) no-repeat center;
}
.icon-reg-process3{
  background: url(img/icon-reg-process3.png) no-repeat center;
}
.icon-reg-process4{
  background: url(img/icon-reg-process4.png) no-repeat center;
}
.icon-reg-process5{
  background: url(img/icon-reg-process5.png) no-repeat center;
}
.icon-reg-process6{
  background: url(img/icon-reg-process6.png) no-repeat center;
}
