/*common*/
html,
* {
  box-sizing: border-box;
}


.fl {
  float: left;
}
.fr {
  float: right;
}
.content {
  width: 1090px;
  margin: 0 auto;
}
.content-1 {
  width: 1200px;
  margin: 0 auto;
}
.search {
  width: 100%;
  height: 625px;
  margin: 0 auto;
  position: relative;
}
.search-background {
  width: 100%;
  height: 500px;
}
.search-top {
  width: 100%;
  height: 500px;
  background: url(../../img/background.png) no-repeat center;
  padding-top: 250px;
}
.search-container{
  width: 908px;
  height: 80px;
  padding-left: 8px;
  border-radius: 10px;
  padding-top: 9px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, .3)
}
.search-container input{
  width: 703px;
  height: 60px;
  padding-left: 20px;
  background-color: #fff;
}
/* .search-container-input {
  width: 703px;
  height: 60px;
  background-color: red;
} */
.search-btn {
  width: 188px;
  height: 60px;
  position: relative;
  background-color: #ef413a;
}
.search-btn img {
  position: absolute;
  top: 15px;
  left: 20px;
}
.search-btn button{
  width: 187px;
  height: 60px;
  background-color: #ef413a;
  color: #fff;
  cursor: pointer;
}
.search-icon {
  width: 910px;
  height: 140px;
  margin: 0 auto;
  margin-top: 10px;
}
.search-icon-list {
  width: 227px;
  height: 140px;
  position: relative;
}
.search-icon-list-text {
  width: 170px;
  text-align: center;
  padding: 6px 15px;
  color: #fff;
  line-height: 18px;
  background-color: rgb(209, 21, 66);
  position: absolute;
  bottom: 34%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
} 
.search-icon-list:hover .search-icon-list-text {
  display: block;
}
.search-icon-list-text img {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%)
}
.search-icon-list a{
  width: 200px;
  height: 140px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  color: #fff;
}
.search-icon-list a:hover{
  color: #ef413a;
}
.search-text {
  margin: 0 auto;
  margin-top: 20px;
  width: 1090px;
  height: 80px;
}
.search-text-list{
  width: 186px;
  height: 64px;
  margin-right: 40px;
  position: relative;
}
.search-text-list-mar {
  margin: 0;
}
.search-text-list img{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 0px;
}
.search-text-list-text {
  width: 160px;
  height: 64px;
  font-size: 18px;
  font-weight: 700;
  padding-top: 5px;
  vertical-align: middle;
  margin-left: 60px;
}
.search-text-list-text i {
  font-style: normal;
  color: #ef413a;
}
.search-text-list-text em {
  font-size: 14px;
  color: #878787;
  display: block;
  font-weight: normal;
}
.serve {
  width: 100%;
  height: 470px;
  margin: 0 auto;
  background-color: #eff0f1;
}
.serve-header {
  height: 140px;
  font-size: 23px;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.serve-header p {
  margin-bottom: -14px;
}
.serve-header span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.serve-header img {
  position: absolute;
  top: 50px;
  left: 410px;
}
.serve-list {
  width: 1090px;
  margin: 0 auto;
  display: flex;
}
.serve-list-item {
  flex: 1;
  height: 250px;
  margin-right: 15px;
  background-color: #fff;
}
.serve-list-item:last-child {
  margin: 0;
}
.serve-list-item-title {
  width: 100%;
  position: relative;
}
.serve-list-item-title img {
  width: 100%;
  vertical-align: top;
}
.serve-list-item-title div {
  padding-left: 20px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serve-list-item-title div h4 {
  font-size: 24px;
  font-weight: 400;
}
.serve-list-item-title div span {
  font-size: 12px;
  color: rgba(255,255,255,.3);
}
.serve-list-item-content {
  padding: 30px 15px;
}
.serve-list-item-content span {
  font-size: 16px;
  color: #333;
}
.serve-list-item-content p {
  color: #878787;
}
.serve-list-item-btn {
  padding: 0 15px;
}
.serve-list-item-btn a {
  width: 110px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #f36668;
  background-color: #f36668;
}
.serve-list-item-btn a:last-child {
  background-color: #fff;
  color: #f36668;
}
.serve-list-item:nth-child(2) .serve-list-item-btn a {
  border: 1px solid #52c79e;
  background-color: #52c79e;
}
.serve-list-item:nth-child(2) .serve-list-item-btn a:last-child {
  background-color: #fff;
  color: #52c79e;
}
.serve-list-item:nth-child(3) .serve-list-item-btn a {
  border: 1px solid #4e9cef;
  background-color: #4e9cef;
}
.serve-list-item:nth-child(3) .serve-list-item-btn a:last-child {
  background-color: #fff;
  color: #4e9cef;
}
.serve-list-item:nth-child(4) .serve-list-item-btn a {
  border: 1px solid #fc9258;
  background-color: #fc9258;
}
.serve-list-item:nth-child(4) .serve-list-item-btn a:last-child {
  background-color: #fff;
  color: #fc9258;
}





/* 按行业注册 */
.register {
  height: 703px;
}
.register-header {
  height: 140px;
  font-size: 30px;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.register-header p {
  margin-bottom: -16px;
}
.register-header span {
  font-size: 10px;
  color: #999;
  font-weight: 400;
}
.register-header img {
  position: absolute;
  top: 50px;
  left: 425px;
}
.register-header-container-icon-bg {
  display: flex;
  flex-wrap: wrap;
}
.register-header-container-icon-item {
  width: 12.5%;
  height: 80px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
.register-header-container-icon-item img {
  width: 45px;
  height: 44px;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
.register-header-container-icon-item:last-child {
  margin-right: 0px;
  margin-bottom: 20px;
}
.register-header-container-icon-item img:nth-child(2){
  display: none;
}
.register-header-container-icon-item:hover img:nth-child(1){
  display: none;
}
.register-header-container-icon-item:hover img:nth-child(2){
  display: block;
}
.register-header-container-content-bg {
  display: none;
}
.register-header-container-content-bg.on {
  display: block;
}
.register-header-container-content {
  width: 1090px;
  background-color: #f9f9f9;
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 65px;
  display: none;
}
.register-header-container-content.on {
  display: block;
  display: flex;
  flex-direction: row;
}
.register-header-container-content div {
  border-right: 1px solid #ccc;
}
.register-header-container-content div:last-child {
  border: 0;
}
.register-header-container-content-1 {
  width: 260px;
  padding: 0 25px;
}
.register-header-container-content-2 {
  flex: 1;
  padding-left: 25px;
}
.register-header-container-content-2 ul,
.register-header-container-content-3 ul {
  width: 50%;
}
.register-header-container-content-3 {
  flex: 1;
  padding-left: 25px;
}
.register-header-container-content-4 {
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.register-header-container-content-4 button {
  width: 128px;
  height: 35px;
  margin-bottom: 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #db0100;
  border: 1px solid #db0100;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
}
.register-header-container-content-4 a{
  width: 128px;
  height: 35px;
  display: block;
  margin-bottom: 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #db0100;
  border: 1px solid #db0100;
  text-align: center;
  line-height: 32px;
}
.register-header-container-content-4 a:last-child {
  color: #db0100;
  background-color: #fff;
  margin: 0;
}
.register-header-container-content h4 {
  text-indent: 10px;
  display: block;
  margin-bottom: 15px;
}
.register-header-container-content li,
.register-header-container-content-1 p {
  margin-bottom: 8px;
  font-size: 13px;
}
























.process {
  width: 100%;
  height: 730px;
  background: url(../../img/new_img/process2.png) no-repeat center;
  margin: 0 auto;
  position: relative;
}
.process-header {
  height: 140px;
  font-size: 23px;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.process-header p {
  color: #fff;
  margin-bottom: -14px;
}
.process-header span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.process-header img {
  position: absolute;
  top: 50px;
  left: 450px;
}
.process-container {
  width: 940px;
  height: 160px;
  position: absolute;
  top: 11px;
  left: 183px;
}
.process-container-item {
  width: 172px;
  height: 160px;
}
.process-container-item-mar {
  margin-right: 20px;
}
.process-container-item-title {
  width: 172px;
  text-align: center;
  line-height: 46px;
}
.process-container-item-content {
  width: 172px;
  height: 115px;
  padding-top: 16px;
  text-align: center;
  font-size: 13px;
  color: #2b5684; /* #75a5d9;*/
}
.process-container-item-title {
  font-size: 16px;
  color: #2b5684;
  font-weight: 700;
}
.process-container-item-content a {
  color: #2b5684;
  text-decoration:underline;
}
.process-container-1 {
  width: 940px;
  height: 160px;
  position: absolute;
  top: 350px;
  left: 183px;
}
.process-container-1 .process-container-item-title{
  color: #764218;
}
.process-container-1 .process-container-item-content{
  color: #764218; /*#dc965c;*/
}
.more {
  height: 650px;
  margin: 0 auto;
  background-color: #eff0f1;
  position: relative;
}
.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.more-header {
  height: 140px;
  font-size: 30px;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.more-header p {
  font-weight: 700;
  margin-bottom: -16px;
}
.more-header span {
  font-size: 10px;
  color: #999;
  font-weight: 400;
}
.more-header img {
  position: absolute;
  top: 50px;
  left: 410px;
}
.more-container-content1 {
  height: 305px;
  display: flex;
}
.more-container-content1-left {
  width: 268px;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
}
.more-container-content1-left em {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background: url(../../img/new_img/more-1.png) no-repeat -4px -4px;
}
.more-container-content1-right {
  flex: 1;
  height: 305px;
}
.more-container-content1-right ul,
.more-container-content1-right ol {
  display: flex;
  height: 147.5px;
}
.more-container-content1-right ul {
  margin-bottom: 10px;
}
.more-container-content1-right ul li,
.more-container-content1-right ol li {
  flex: 1;
  /* width: 33.33%; */
  height: 100%;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
}
.more-container-content1-right ul li:last-child,
.more-container-content1-right ol li:last-child {
  margin-right: 0;
}
.more-container-content1-right li em {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url(../../img/new_img/more-1.png) no-repeat -50px -4px;
  background-size: 400%
}
.more-container-content1-right li:nth-child(2) em{
  background: url(../../img/new_img/more-1.png) no-repeat -100px -4px;
  background-size: 400%
}
.more-container-content1-right li:nth-child(3) em{
  background: url(../../img/new_img/more-1.png) no-repeat -152px -4px;
  background-size: 400%
}
/* 省略号P定位 */
.more-container-content1-right ul li > p,
.more-container-content1-right ol li > p{
  position: absolute;
  bottom: 6%;
}
.more-container-content1-right ol li > p {
  bottom: 20%
}
.more-container-content2 ul li > p {
  position: absolute;
  bottom: 18%;
}
.more-container-content2-transform ul li > p {

}
.more-container-content1-left-transform p {
  color: red;
}
.more-container-content1-left img,
.more-container-content1-right img {
  position: absolute;
  top: 0;
  right: 0;
}
.more-container p {
  font-size: 14px;
  color: #999;
}
.more-container-content1-left p:nth-child(4){
  color: red;
}
/* 限制内容高度 */
.more-container-content1-left-transform > p {
  height: 65px;
  overflow: hidden;
  padding: 0 20px;
}
/* 限制内容高度 */
.more-container-content1-right-transform > p{
  height: 45px;
  overflow: hidden; 
  padding: 0 20px;
}
/* 限制内容高度 */
.more-container-content2-transform > p {
  height: 20px;
  overflow: hidden; 
  padding: 0 20px;
}
.more-container-content2 {
  height: 110px;
  margin-top: 10px;
}
.more-container-content2 ul {
  height: 100%;
  display: flex;
  flex-direction: row;
}
.more-container-content2 ul li {
  flex: 1;
  height: 100%;
  margin-right: 10px;
  background-color: #fff;
  border-top: 2px solid #ccc;
  position: relative;
}
.more-container-content2 ul li:last-child {
  margin: 0;
}
.more-container-content1-left .btn {
  padding: 0 10px;
  transform: translateY(50px);
  opacity: 0;
}
.more-container-content1-right li .btn {
  padding: 0 10px;
  transform: translateY(60px);
  position: absolute;
  opacity: 0;
}
.more-container-content2 li .btn {
  padding: 0 10px;
  transform: translateY(45px);
  position: absolute;
  opacity: 0;
}
.more-container-content1-left .btn a,
.more-container-content1-right .btn a,
.more-container-content2 .btn a{
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  color: #666;
}
.more-container-content1-left .btn a:last-child,
.more-container-content1-right .btn a:last-child,
.more-container-content2 .btn a:last-child {
  background-color: #ef413a;
  color: #fff;
  margin-right: 0;
}
.more-btn {
  margin-top: 25px;
  text-align: center;
}
.more-btn a {
  color: #fff;
  background-color: #ef413a;
  font-size: 16px;
  width: 400px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #ef413a;
}
.more-btn a:hover {
  color: #ef413a;
  background-color: #fff;
}
/* more 动画开始 */
.more-container-content1 h3,
.more-container-content1-right h3,
.more-container-content2 li h3,
.more-container-content2-transform,
.more-container-content1 p,
.more-container-content1-right p,
.more-container-content2 li p,
.more-container-content1 em,
.more-container-content1-right em,
.more-container-content1-left .btn,
.more-container-content1-right li .btn,
.more-container-content2 li .btn{
  transition: all .6s;
}
.more-container-content1-left:hover,
.more-container-content1-right li:hover,
.more-container-content2 li:hover {
  background-color: #000;
}
.more-container-content1-left:hover h3,
.more-container-content1-left:hover p{
  transform: translateY(-20px);
  color: #fff;
}
.more-container-content1-right ul li:hover h3,
.more-container-content1-right ul li:hover p  {
  transform: translateY(-35px);
  color: #fff;
}
.more-container-content1-right ol li:hover h3,
.more-container-content1-right ol li:hover p  {
  transform: translateY(-15px);
  color: #fff;
}
.more-container-content2 ul li:hover .more-container-content2-transform {
  /* transform: translateY(-18px); */
}
/* .more-container-content1-right ol li:hover .more-container-content1-right-transform {
  transform: translateY(-5px);
} */
.more-container-content2 li:hover h3,
.more-container-content2 li:hover p {
  transform: translateY(-20px);
  color: #fff;
}
.more-container-content1-left:hover em,
.more-container-content1-right li:hover em {
  opacity: 0;
}
.more-container-content1-left:hover .btn {
  transform: translateY(0);
  opacity: 1;
}
.more-container-content1-right ul li:hover .btn {
  transform: translateY(45px);
  opacity: 1;
}
.more-container-content1-right ol li:hover .btn {
  transform: translateY(45px);
  opacity: 1;
}
.more-container-content2 li:hover .btn {
  transform: translateY(30px);
  opacity: 1;
}
/* more 动画结束 */



.help {
  height: 478px;
  margin: 0 auto;
  position: relative;
}
.help-header {
  height: 140px;
  font-size: 23px;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.help-header p {
  font-weight: 700;
  margin-bottom: -14px;
}
.help-header span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.help-header img {
  position: absolute;
  top: 50px;
  left: 410px;
}
.help-list-item {
  width: 259px;
  height: 266px;
  border: 1px solid #e4e4e4;
}
.help-list-item-mar {
  margin-right: 17px;
}
.help-list-item-title {
  width: 100%;
  height: 70px;
  background: url(../../img/new_img/help-1.png) no-repeat;
  background-size: 100%;
}
.help-list-item-1 .help-list-item-title  {
  background: url(../../img/new_img/help-2.png) no-repeat;
  background-size: 100%;
}
.help-list-item-2 .help-list-item-title  {
  background: url(../../img/new_img/help-3.png) no-repeat;
  background-size: 100%;
}
.help-list-item-3 .help-list-item-title  {
  background: url(../../img/new_img/help-4.png) no-repeat;
  background-size: 100%;
}
.help-list-item-content-message {
  padding-top: 15px;
  overflow: hidden;
}
.help-list-item-content-message p {
  color: #666;
  margin-bottom: 4px;
  padding-left: 10px;
  width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.help-list-item-content-message i {
  color: #f99294;
  margin-right: 5px;
}
.help-list-item-content-message-color1 i{
  color: #f6aa6c;
}
.help-list-item-content-message-color2 i{
  color: #75d0b0;
}
.help-list-item-content-message-color3 i{
  color: #82b9f4;
}
.help-list-item-content-message-more {
  display: inline-block;
  float: right;
  margin-right: 25px;
  color: #999;
}
.benefit {
  /* height: 430px; */
  margin: 0 auto;
}
.benefit img{
  width: 100%
}





























/*foot*/
.foot {
  padding: 15px 120px;
  overflow: hidden;
}
.foot .advantage {
  padding: 50px 0;
  overflow: hidden;
}
.foot .advantage .advantage-list {
  overflow: hidden;
  float: left;
}
.foot .advantage .advantage-list li {
  float: left;
  padding: 0 30px;
}
.foot .advantage .advantage-list li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.foot .advantage .advantage-list li img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.foot .advantage .advantage-list li .advantage-desc {
  display: inline-block;
  height: 60px;
  vertical-align: middle;
}
.foot .advantage .advantage-list li .advantage-desc p {
  line-height: 30px;
}
.foot .advantage .advantage-list li .advantage-desc span {
  line-height: 30px;
  color: #aaabab;
}
.foot .advantage .advantage-side {
  float: right;
}
.foot .advantage .advantage-side .advantage-side-phone-number {
  color: #ef413a;
  font-size: 24px;
  font-weight: bold;
}
.foot .advantage .advantage-side p {
  color: #404243;
  font-size: 16px;
}
.foot .foot-links-wrapper {
  float: left;
  margin-top: 30px;
}
.foot .foot-links-wrapper .foot-links {
  overflow: hidden;
}
.foot .foot-links-wrapper .foot-links li {
  float: left;
  /*width: 140px;*/
  line-height: 20px;
  font-size: 14px;
  /*text-align: center;*/
  margin-right: 40px;
  padding-right: 40px;
}
.foot .foot-links-wrapper .foot-links li:hover {
  color: #ef413a;
}
.foot .foot-links-wrapper .foot-links li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.foot .foot-links-wrapper p {
  font-size: 12px;
  color: #aaabab;
  margin-top: 10px;
}
.foot .foot-QRCode {
  float: right;
}
.foot .foot-QRCode img {
  display: block;
  width: 100px;
  height: 100px;
}



/*国际商标查询弹窗*/
.brand-register-tabs-popupa-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
}
.brand-register-tabs-popupa {
  width: 500px;
  height: 400px;
  margin: 100px auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.brand-register-tabs-popupa-title{
  width: 230px;
  height: 55px;
  line-height: 58px;
  border-bottom: 1px solid #ef413a;
  color: #ef413a;
  font-weight: 700;
  font-size: 25px;
  padding-left: 75px;
  margin: 0 auto;
  box-sizing: content-box;
}
.brand-register-tabs-popupa-title img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: -5px;
}
.brand-register-tabs-popupa-title i {
  width: 30px;
  height: 30px;
  background: url(../../img/new_img/close.png) no-repeat 6px 5px;
  background-size: 60%;
  background-color: #eee;
  display: block;
  cursor: pointer;
  opacity: .8;
  position: absolute;
  top: 0px;
  right: 0px;
}
.brand-register-tabs-popupa form {
  margin-top: 20px;
}
.brand-register-tabs-popupa form label{
  height: 30px;
  display: block;
  margin-bottom: 10px;
  padding-left: 50px;
}
.brand-register-tabs-popupa form label span {
  width: 100px;
  font-size: 15px;
  display: inline-block;
  text-align: right;
}
.brand-register-tabs-popupa form label input {
  width: 190px;
  height: 30px;
  border: 1px solid #ccc;
  padding-left: 10px;
  box-sizing: content-box;
}
.brand-register-tabs-popupa form label select {
  height: 32px;
  width: 202px;
  border: 1px solid #ccc;
}
.brand-register-tabs-popupa form label:nth-child(6) input {
  width: 108px;
  margin-left: 108px;
  border-right: 0;
}
.brand-register-tabs-popupa form label:nth-child(6) button {
  width: 83px;
  height: 32px;
  color: #fff;
  background-color: #ef413a;
  border: 1px solid #ccc;
  border-left: 0;
  cursor: pointer;
}
.brand-register-tabs-popupa form label:nth-child(7) button {
  width: 150px;
  height: 30px;
  color: #fff;
  background-color: #ef413a;
  margin: 20px 0 0 130px;
  cursor: pointer;
}
.brand-register-tabs-popupa form label .checkbox {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.brand-register-tabs-popupa form i.red {
  font-size: 14px;
  color: #ef413a;
}
/* 提交成功 弹窗 */
.brand-register-tabs-popupa-content {
  width: 80%;
  height: 90px;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}
.brand-register-tabs-popupa-content span {
  font-size: 13px;
  margin-left: 5px;
}
.brand-register-tabs-popupa-consult{
  margin-top: 20px;
}
.brand-register-tabs-popupa-consult img {
  margin: 0 auto;
  display: block;
}
.brand-register-tabs-popupa-consult p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
.brand-register-tabs-popupa-consult p:last-child em {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../../img/new_img/brand-register-tabs-popupa-consult2.png) no-repeat 0 0;
  background-size: 100%;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 6px;
}
.brand-register-tabs-popupa-consult p:last-child i {
  font-style: normal;
  font-style: italic;
}
.brand-register-tabs-popupa-consult .phone {
  font-size: 20px;
  color: #ef413a;
  font-style: italic;
}
/*国际商标查询结束*/


/* registe-popupa */
.registe-popupa-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.registe-popupa {
  width: 350px;
  /*height: 350px;*/
  background-color: #fff;
  margin: 100px auto;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.registe-popupa i {
  width: 30px;
  height: 30px;
  background: url(../../img/new_img/close.png) no-repeat 6px 5px;
  background-size: 60%;
  background-color: #eee;
  display: block;
  cursor: pointer;
  opacity: .8;
  position: absolute;
  top: 0px;
  right: 0px;
}
.registe-popupa-title {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 20px;
  background-color: #eee;
}
.registe-popupa-form {
  padding: 20px;
}
.registe-popupa-form label {
  width: 100%;
  line-height: 35px;
  display: flex;
  position: relative;
}
.registe-popupa-form label span {
  width: 70px;
  margin-right: 10px;
  text-align: center;
}
.registe-popupa-form label input,
.registe-popupa-form label select {
  flex: 1;
  height: 35px;
  border: 1px solid #ccc;
  padding-left: 10px;
  margin-right: 30px;
}
.registe-popupa-form label p {
  width: 200px;
  height: 25px;
  background-color: rgb(58, 177, 78);
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: -70%;
}
.registe-popupa-form .btn {
  width: 250px;
  height: 35px;
  display: block;
  background-color: #ef413a;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}
/* registe-popupa2 */
.registe-popupa2 {
  width: 500px;
  height: 400px;
  margin: 100px auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: none;
}
.registe-popupa2-title {
  height: 80px;
  background-color: rgb(50, 227, 150);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.registe-popupa2-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.registe-popupa2-container a {
  width: 250px;
  height: 50px;
  display: block;
  margin: 30px 0 5px;
  background-color: rgb(255, 128, 0);
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  color: #fff;
  font-size: 22px;
}

.registe-popupa2-container p {
  text-decoration: underline;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}












