/* 搜索 */
.fast-apply-from {
  background-color: #f8f8f8;
  padding: 50px 75px 55px 75px;
  position: relative;
  top: -46px;
}
.gray-title{
  color: #393939;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.search-wraper{
  border-radius: 5px;
  height: 75px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #e9e9e9;
}
.search-wraper input{
  width: calc(100% - 250px);
  font-size: 21px;
  padding-left: 30px;
  height: 75px;
  line-height: 75px;
  background-color: #e9e9e9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.search-wraper a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width:250px ;
  background-color: #ff0000;
  line-height: 75px;
  height: 75px;
  border-radius: 5px;
  font-size: 20px;
  color: #f8f8f8;
}
.search-wraper a i{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('../img/seach-white.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
/* 国家注册商标 */
.fineworks-title > h3{
  position: relative;
}
.fineworks-title.red-border > h3::after{
  content: '';
  position: absolute;
  width: 68px;
  height: 3px;
  background-color: #ff0202;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.country-wraper>h5{
  font-size: 30px;
  color: #7a7a7a;
  margin: 60px 0;
  text-align: center;
}
.register-red{
  text-align: center;
  margin-top: 60px;
}
.register-red span{
  display: inline-block;
  color: #e50404;
  font-size: 20px;
  padding: 10px 30px;
  background-color: #feeeee;
  border-radius: 8px;
}
.register-btn{
  display: block;
  background-color: #fc0202;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 190px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  margin-top: 22px;
}
.apply-from > h4 {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-top: 46px;
  margin-bottom: 36px;
}
.apply-from p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.apply-from p button {
  font-size: 20px;
  color: #fff;
  line-height: 74px;
  height: 74px;
  background-color: #ff0000;
  padding: 0 20px;
  border: 0;
  outline: none;
  border-radius: 5px;
  width: 247px;
}
.apply-from input {
  width: calc(100% - 267px);
  line-height: 74px;
  display: block;
  margin-right: 20px;
  height: 74px;
  background-color: #f5f5f5;
  padding-left: 25px;
  font-size: 20px;
}
.ps-text {
  color: #dddfe2;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 60px;
}
.laba {
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url('../img/laba.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}
/* 国内商标 */
.domestic-trade-list{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}
.domestic-trade-list li{
  margin-right: 18px;
  width: calc(25% - 13px);
  position: relative;
  transform: all .3s;
}
.domestic-trade-list li:hover .drow{
  display: flex;
}
.domestic-trade-list li .drow{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.domestic-trade-list li .drow a{
  font-size: 14px;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 140px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #fff;
}
.domestic-trade-list li .drow h3{
  font-size: 30px;
  color: #fff;
}
.domestic-trade-list li .drow img{
  width: 80px;
  height: 80px;
  margin: 30px 0 45px 0;
}
.domestic-trade-list li:last-child{
  margin-right: 0;
}
/* 国际商标 */
.internat-trade-list{
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.internat-trade-list li{
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  margin-right: 18px;
  width: calc(25% - 13px);
  text-align: center;
  padding: 73px 35px 48px 35px;
}
.internat-trade-list h3{
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 18px;
  padding-bottom: 8px;
  position: relative;
}
.internat-trade-list h3::after{
  content: '';
  position: absolute;
  height: 4px;
  width: 28px;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  background-color: #ff0101;
}
.internat-trade-list a{
  display: inline-block;
  width: 140px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  background-color: #ff0101;
  border-radius: 30px;
}
.internat-trade-list p{
  font-size: 12px;
  color: #adadad;
  line-height: 22px;
  min-height: 60px;
  max-height: 60px;
}
.internat-trade-list li:last-child{
  margin-right: 0;
}
.internat-trade-list img{
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin-bottom: 40px;
}
.benefit-from {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #010201;
  margin-bottom: 50px;
}
.benefit-from > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.benefit-from > input {
  border: 1px solid #9e9e9f;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  padding-left: 20px;
  border-radius: 10px;
  margin-right: 20px;
  width: calc(100% - 540px);
}
.benefit-from a {
  height: 80px;
  line-height: 80px;
  background-color: #ff0000;
  padding: 0 50px;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
  border-radius: 10px;
}
.benefit-from a:last-child {
  background-color: #005cde;
  margin-left: 20px;
  margin-right: 0;
}
.benefit-from .leave-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('../img/zixun.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
.benefit-from .telephone-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('../img/rgkf.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
/* 为什么注册商标 */
.apply-inquiry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.apply-inquiry li {
  width: calc(25% - 10px);
  margin-right: 10px;
  padding: 27px 30px 27px 30px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
}
.apply-inquiry li img {
  width: 116px;
  height: 100px;
  object-fit: contain;
  vertical-align: middle;
}
.apply-inquiry li > div {
  width: 190px;
}
.apply-inquiry li a {
  display: block;
  color: #ff0202;
  font-size: 24px;
  margin-top: 10px;
}
.apply-inquiry li:nth-child(1) {
  background: linear-gradient(to right, #ff9d53, #ff4c06);
}
.apply-inquiry li:nth-child(2) {
  background: linear-gradient(to right, #a3fdf7, #29bbb4);
}
.apply-inquiry li:nth-child(3) {
  background: linear-gradient(to right, #e68ffc, #b734ba);
}
.apply-inquiry li:last-child {
  margin-right: 0;
  background: linear-gradient(to right, #6bbafd, #0681f3);
}
.apply-inquiry h4 {
  font-size: 20px;
  color: #3b281d;
  margin-bottom: 10px;
  font-weight: 600;
}
.apply-inquiry p {
  font-size: 14px;
  color: #3b281d;
  line-height: 20px;
}
/* 流程 */
.soft-flow-list{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.soft-flow-list li{
  width: 17%;
  box-sizing: content-box;
}
.soft-flow-list li:first-child{
  padding-left: 0;
}
.soft-flow-list li:last-child{
  margin-right: 0;
}
.soft-flow-list p{
  font-size: 26px;
  color: #3b281d;
  margin-top: 30px;
  text-align: center;
}
.soft-flow-list .part-img{
  padding: 0 48px;
}
.soft-flow-list .img-wraper{
  display: flex;
  flex-direction: row;
  position: relative;
}
.soft-flow-list .items .img-wraper img.arrows{
  width: 26px;
  height: 35px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
}
.soft-flow-list .items.mgtop{
  margin-top: 137px;
}
.soft-flow-list .items .part-img{
  width: 100%;
  height: auto;
}
.soft-flow-list .items .img-wraper{
  margin-top: 24px;
}
.soft-flow-list .items.mgtop .img-wraper{
  margin-bottom: 24px;
  margin-top: 0;
}
/* 流程下面的 */
.scanning-id ul{
  display: flex;
  flex-direction: row;
  padding:  0 127px;
  font-size: 18px;
  color: #0368cd;
  margin-top: 77px;
}
.scanning-id ul li{
  background-color: #bcdeff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 36px 50px;
  padding-right: 0;
}
.scanning-id ul li:first-child{
  margin-right: 50px;
}
.scanning-id ul img{
  width: 50px;
  height: 61px;
  object-fit: contain;
}
.scanning-icon{
  text-align: center;
  margin-right: 40px;
}
.scanning-link{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.scanning-link a{
  color: #0368cd;
  display: inline-block;
  width: 50%;
  margin-bottom: 6px;
}
/* 选择好处 */
.soft-choose-benefit{
  padding: 300px 400px 360px 400px;
  position: relative;
}
.soft-choose-benefit .part1{
  left: 150px;
  top: 77px;
}
.soft-choose-benefit .part2{
  top: 184px;
  right: 40px;
}
.soft-choose-benefit .part3{
  left: 0;
  bottom: 300px;
}
.soft-choose-benefit .part4{
  right: 0;
  bottom: 400px;
}
.soft-choose-benefit .part5{
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
.soft-choose-benefit>div{
  position: absolute;
  width: 245px;
  text-align: center;
}
.soft-choose-benefit>div .soft-icon{
  width: 134px;
  height: 134px;
  margin-bottom: 15px;
}
.soft-choose-benefit>div h3{
  font-size: 24px;
  color: #414140;
  text-align: center;
}
.soft-choose-benefit>div p{
  font-size: 14px;
  color: #a3a3a3;
  line-height: 23px;
  text-align: center;
}
.banner2{
  position: relative;
}
.banner2 a{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #0338e5;
  bottom: 15px;
  background: url('../img/banner3-2-btn.png') no-repeat;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 20px;
  font-weight: 600;
}
/* 商标注册服务 */
.patent-reg-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.patent-reg-list .items{
  width: calc(33.3% - 8px);
  margin-right: 12px;
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 12px;
}
.patent-reg-list .items:first-child{
  background-color: #fef7ef;
}
.patent-reg-list .items:nth-child(2){
  background-color: #effef1;
}
.patent-reg-list .items:nth-child(3){
  background-color: #feeffb;
}
.patent-reg-list .items:nth-child(4){
  background-color: #ffe7e7;
  width: calc(40% - 8px);
}
.patent-reg-list .items h4{
  font-size: 20px;
  color: #3b281d;
  padding-bottom: 8px;
  font-weight: 600;
}
.patent-reg-list .items p{
  font-size: 14px;
  color: #6e706f;
  line-height: 20px;
  min-height: 40px;
  max-height: 40px;
}
.patent-reg-list li  a.small-link{
  font-size: 16px;
  color: #ff0202;
  display: block;
}
.patent-reg-list .items a{
  font-size: 24px;
  color: #ff0202;
  margin-top: 18px;
  display: block;
}
.patent-reg-list .items img{
  width: 150px;
  height: 130px;
  object-fit: contain;
}
.patent-reg-list .items:nth-child(3n){
  margin-right: 0;
}
.patent-reg-list .small-items{
  background-color: #def1fc;
  padding: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 12px;
  margin-right: 12px;
  width: calc(20% - 10px);
}
.patent-reg-list .small-items h4{
  font-size: 20px;
  color: #3b281d;
  padding-bottom: 8px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.patent-reg-list .small-items h4::before{
  content: '';
  position: absolute;
  bottom: -13px;
  padding-top: 13px;
  left: 0;
  background: url('../img/borders.png') no-repeat;
  height: 2px;
  width: 105px;
}
.patent-reg-list .small-items p{
  font-size: 12px;
  color: #6e706f;
  line-height: 23px;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 26px;
}