/* 所有的弹窗样式 */
.popupa {
  width: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
/* 快捷登陆弹窗 */
.popupa-1 {
  width: 80%;
  border-radius: .3rem;
  overflow: hidden;
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.popupa-1-title {
  width: 100%;
  height: 2rem;
  background: url(../../img/popupa-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupa-1-title p {
  position: relative;
}
.popupa-1-title p img {
  position: absolute;
  left: -.8rem;
  top: -.1rem;
}
.popupa-1-title i {
  width: 1rem;
  height: 1rem;
  background: url(../../img/close-2.png) no-repeat center;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.popupa-1-title p {
  font-size: .5rem;
}
.popupa-1-container {
  padding: .5rem;
}
.popupa-1-container label {
  height: 1rem;
  background-color: #fff;
  display: block;
  margin-bottom: .3rem;
  display: flex;
  justify-content: space-between
}
.popupa-1-container label input {
  height: 100%;
  padding-left: .2rem;
}
.popupa-1-container .captcha {
  padding: 0 .2rem;
  line-height: 1rem;
  font-size: .4rem;
  color: #000;
  font-weight: 700;
  position: relative;
}
.popupa-1-container .captcha::before {
  content: "丨";
  color: #ccc;
  font-weight: 400;
  position: absolute;
  left: -.2rem;
}
.popupa-1:nth-child(1) .popupa-1-container div.change,
.popupa-1:nth-child(2) .popupa-1-container div.change {
  width: 3rem;
  height: 1rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupa-1-container .change img {
  height: 70%;
}
.popupa-1-container .change span {
  font-size: .4rem;
  color: #f45e4a;
}
.popupa-1-container form > button {
  width: 80%;
  display: block;
  padding: .25rem 0;
  color: #fff;
  background-color: #f45e4a;
  border-radius: .5rem;
  margin: 0 auto;
}
/* 登陆弹窗 */
.popupa-1-container-remind {
  display: flex;
  justify-content: space-between;
}
.popupa-1-container-remind span {
  line-height: .8rem;
  font-size: .35rem;
  color: #999;
  display: inline-block;
}
.popupa-1-container-remind i {
  font-size: .4rem;
  color: #f45e4a;
}
.popupa-1-container label:nth-child(3) span {
  font-size: .4rem;
  color: #f45e4a;
  line-height: 1rem;
}
/* 免费注册弹窗 */
#captcha_image {
  width: 3rem;
}
#captcha_image img {
  width: 100%;
  height: 100%;
}
/* 商标求购弹窗 */
.popupa-2 {
  width: 80%;
  border-radius: .3rem;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.popupa-2-title {
  width: 100%;
  height: 1.5rem;
  background-color: #eee;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  justify-content: center;
}
.popupa-2-title p {
  color: #333;
  font-weight: 700;
  font-size: .5rem;
  line-height: 1.5rem
}
.popupa-2-title i {
  width: 1rem;
  height: 1rem;
  background: url(../../img/close.png) no-repeat center;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.popupa-2-container {
  padding: .5rem;
}
.popupa-2-container textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: .2rem;
  box-sizing: border-box;
  margin-bottom: .2rem;
}
.popupa-2-container label {
  display: block;
  height: 1rem;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.popupa-2-container label > i {
  width: 0.8rem;
  height: 80%;
  border-right: 1px solid #ccc;
  margin: 0 .1rem;
  display: inline-block;
  background: url(../../img/icon-popupa-2-1.png) no-repeat left center;
  background-size: 95%;
}
.popupa-2-container label:nth-child(4) > i {
  background: url(../../img/icon-popupa-2-3.png) no-repeat left center;
  background-size: 85%;
}
.popupa-2-container p {
  color: #288b49;
  font-size: .35rem;
  text-indent: .28rem;
  margin: .1rem 0 .3rem;
}
.popupa-2-container p::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-right: .15rem;
  display: inline-block;
  background: url(../../img/icon-form-item-tips.png) no-repeat;
  background-size: 100%;
  vertical-align: text-bottom;
}
.popupa-2-container button {
  width: 100%;
  background-color: #ef413a;
  color: #fff;
  text-align: center;
  padding: .2rem 0;
  margin-top: .5rem;
}
/* 商标注册弹窗 */
.popupa-3 {
  width: 80%;
  border-radius: .3rem;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.popupa-3-title {
  width: 100%;
  height: 1.5rem;
  background-color: #eee;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  justify-content: center;
}
.popupa-3-title p {
  color: #333;
  font-weight: 700;
  font-size: .5rem;
  line-height: 1.5rem
}
.popupa-3-title i {
  width: 1rem;
  height: 1rem;
  background: url(../../img/close.png) no-repeat center;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.popupa-3-container {
  padding: .5rem;
}
.popupa-3-container textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: .2rem;
  box-sizing: border-box;
  margin-bottom: .2rem;
}
.popupa-3-container label {
  display: block;
  height: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: .3rem;
}
.popupa-3-container label > span {
  font-size: .4rem;
  width: 2.2rem;
  text-align: right;
}
.popupa-3-container label > input,
.popupa-3-container label > select  {
  border: 1px solid #ccc;
  padding: .2rem .2rem;
  flex: 1;
}
.popupa-3-container label:nth-child(4) input {
  border: 1px solid rgb(58, 177, 78);
}
.popupa-3-container label:nth-child(4) {
  position: relative;
}
.popupa-3-container label:nth-child(4) p {
  width: 4.8rem;
  font-size: .4rem;
  padding: .15rem 0;
  text-align: center;
  background-color: rgb(58, 177, 78);
  color: #fff;
  position: absolute;
  top: -60%;
  right: 0;
}
.popupa-3-container label i {
  padding: 0 .2rem;
  height: .85rem;
  line-height: .85rem;
  font-size: .35rem;
  color: #fff;
  background-color: #ef413a;
}
.popupa-3-container button {
  width: 80%;
  padding: .2rem 0;
  background-color: #ef413a;
  color: #fff;
  font-size: .4rem;
  display: block;
  margin: 0 auto
}
/* 残忍拒绝弹窗 */
.popupa-5 {
  width: 80%;
  border-radius: .3rem;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.popupa-5-title {
  width: 100%;
  height: 2rem;
  background-color: rgb(50, 227, 150);
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popupa-5-title p {
  color: #fff;
  font-weight: 700;
  font-size: .5rem;
  line-height: .65rem
}
.popupa-5-title i {
  width: 1rem;
  height: 1rem;
  background: url(../../img/close.png) no-repeat center;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.popupa-5-container {
  padding: .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popupa-5-container a {
  background-color: rgb(255, 128, 0);
  color: #fff;
  font-size: .6rem;
  padding: .25rem 1rem;
  border-radius: .8rem;
  margin: .4rem 0 .1rem;
}
.popupa-5-container i {
  font-size: .4rem;
  color: #999;
  text-decoration: underline;
}
/* 提交成功 */
.popupa-6 {
  width: 80%;
  border-radius: .3rem;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.popupa-6-title {
  width: 80%;
  height: 1.5rem;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid red;
  margin: 0 auto;
}
.popupa-6-title p {
  color: #ef413a;
  font-weight: 700;
  font-size: .5rem;
  text-indent: .5rem;
  line-height: 1.7rem;
  position: relative;
}
.popupa-6-title p::before {
  content: "";
  width: .8rem;
  height: .8rem;
  background: url(http://fowip.com/static/home/img/new_img/brand-register-tabs-popupa-title.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -.5rem;
  top: .4rem;
}
.popupa-6-title i {
  width: 1rem;
  height: 1rem;
  background: url(../../img/close.png) no-repeat center;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.popupa-6-container {
  padding: .5rem;
}
.popupa-6-container-header {
  border-bottom: 1px dashed #ccc;
}
.popupa-6-container {
  font-size: .38rem;
}
.popupa-6-container-header p {
  text-align: center;
  line-height: .5rem;
  font-weight: 700;
}
.popupa-6-container-header p span {
  font-size: .35rem;
  font-weight: 400;
}
.popupa-6-container-footer > a img {
  display: block;
  margin: 0 auto;
}
.popupa-6-container-footer p {
  text-align: center;
  line-height: .5rem;
  margin-top: .2rem;
}
.popupa-6-container-footer-number {
  text-align: center;
  text-indent: .3rem;
  font-weight: 700;
}
.popupa-6-container-footer-number img {
  width: 0.5rem;
  height: 0.5rem;
}
.popupa-6-container-footer-number p {
  font-style: italic;
  display: inline-block;
  position: relative;
}
.popupa-6-container-footer-number p::before {
  content: "";
  width: .5rem;
  height: .5rem;
  background: url(http://www.fowip.com/static/home/img/new_img/brand-register-tabs-popupa-consult2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -.25rem;
  top: -.05rem;
}
.popupa-6-container-footer-number b {
  color: #ef413a;
  font-size: .45rem;
}
/* 商标分类 请输入文字 提示弹窗 */
.popupa-classify-search {
  padding: .2rem .4rem;
  color: #fff;
  border-radius: .15rem;
  background-color: red;
  position: absolute;
  top: 100px;
  left: 200px;
  opacity: .6;
  box-shadow: 0 5px 10px #ccc;
  display: none;
}














