/* 去除常见标签默认的 margin 和 padding */
body h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}

/* 设置网页统一的字体大小、行高、字体系列相关属性 */
body {
  font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, "cgcrosoft Yahei",
    "Hiragino Sans GB", "Heiti SC", "WenQuanYi cgcro Hei", sans-serif;
  color: #333;
}

/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}

/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
  text-decoration: none;
  color: #333;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
  vertical-align: cgddle;
}

/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}

/* 左浮动 */
.fl {
  float: left;
}

/* 右浮动 */
.fr {
  float: right;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none;
}

#flo {
  width: 300px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}

#flo img {
  width: 100%;
  height: 100%
}

body {
  margin: 0;
  padding: 0;
}

/* 
.container {
  width: 1200px;
  margin: 0 auto;
} */

.container {
  width: 1178px;
  margin: 0 auto;
}

.container-among {
  width: 1106px;
  margin: 0 auto;
}


header {
  width: 100%;
  height: 78px;
  background: #FFFFFF;
  border-bottom: 1px solid #ECECF4;
  ;
}

.header-box {
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo1{
  display: flex;
  flex-direction: row;
}

.logo {
  display: flex;
}

.logo1 .logo-text1{
  font-size: 14px;
  color: #333333;
  font-family: Noto Sans SC;
}

.logo1 .logo-text2{
  font-weight: 1000;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  letter-spacing: 10px;
}
.logo .logo-box {
  width: 38px;
  height: 38px;
  background: #0029E1;
  border-radius: 4px;
}

.logo .logo-text {
  /* width: 300px; */
  height: 25px;
  font-size: 24px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}


.register {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4E5969;
}

.register .head_img {
  width: 30px;
  height: 30px;
  background: #0029E1;
  border-radius: 50%;
}

.register .user_name {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin: 0 7px;
}

.register .xiala {
  width: 12px;
  height: 12px;
}

.tab {
  height: 53px;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(168, 168, 168, 0.25);
  /* z-index: 999; */
}

.tab ul {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab ul li {
  position: relative;
  /* margin-right: 30px; */
}

.tab ul li .drop-down {
  position: absolute;
  width: 169px;
  height: 84px;
  background: #FFFFFF;
  box-shadow: 1px 5px 4px 0px rgba(135, 145, 161, 0.44);
  border-radius: 2px;
  top: 45px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  box-sizing: border-box;
  justify-content: space-evenly;
  visibility: hidden;
  transition-delay: .1s;
}

.tab ul li .drop-down .sanjiao {
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background-color: #FFFFFF;
  z-index: 999;
  top: -4px;
  left: 98px;
  border-left: 1px solid #E4E7ED;
  border-top: 1px solid #E4E7ED;
}

.tab ul li .drop-down a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.tab ul li .drop-down a:hover {
  color: #0029E1;
}

.tab ul li .teb_list:hover~.drop-down {
  visibility: visible;
  transition: all .1s linear;
}

.tab ul li .drop-down:hover {
  visibility: visible;
  transition: all .1s linear;
}


.tab ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.tab .tab-active {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0958D9;
}

.tab .tab-active::after {
  position: absolute;
  content: '';
  display: block;
  margin-top: 9px;
  width: 100%;
  height: 3px;
  background: #0958D9;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);

}

.tab .xiala {
  margin-top: 6px;
  margin-left: 7px;
  width: 14px;
  height: 14px;
}

.friendly-links {
  height: 57px;
  background: #44547B;
  z-index: 9999;
}

.friendly-links ul {
  display: flex;
  height: 60px;
  align-items: center;
}

.friendly-links ul li {
  margin-right: 20px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #EAEAEA;
  line-height: 20px;
}

.friendly-links ul li>a {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #EAEAEA;
}

.friendly-links ul li:first-child {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #EAEAEA;
  line-height: 22px;
}

footer {
  height: 286px;
  background: #1F2942;
}

.footer-box {
  display: flex;
  padding: 14px 0;
  box-sizing: border-box;
  padding-top: 33px;
  box-sizing: border-box;
}

.footer-box .left {
  width: 226px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-right: 62px;
}

.footer-box .left>p {
  width: 226px;
  height: 45px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 26px;
}

.footer-box .left .logo-box {
  width: 38px;
  height: 38px;
  background: #0029E1;
  border-radius: 4px;
}

.footer-box .left .logo-text {
  width: 165px;
  height: 25px;
  font-size: 26px;
  font-family: PangMenZhengDao-3, PangMenZhengDao;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 25px;
  margin-left: 15px;
  margin-top: 5px;
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.footer-box .among {
  width: 374px;
  height: 146px;
  margin-right: 79px;
  border-left: 1px solid #3B445C;
  /* border-right: 1px solid #3B445C; */
  padding: 0 43px;
  box-sizing: border-box;
}

.footer-box .among h2 {
  width: 80px;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}

.footer-box .among p {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-left: 14px;
}

.footer-box .among p span {
  margin-right: 16px;
}

.footer-box .among p img {
  height: 20px;
  width: 20px;
}


.footer-box .among p:nth-child(2) {
  /* margin-top: 20px; */
  height: 25px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}

.footer-box .among p:nth-child(3) {
  margin: 7px 0 10px 0;
}

.footer-box .right {
  width: 92px;
  height: 92px;
  /* background: #FDFDFD; */
}

.footer-box .right p {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #C8C8C8;
  line-height: 20px;
  margin-top: 9px;
}


footer .copyright {
  text-align: center;
  border-top: 1px solid #374265;

}

footer .copyright div {
  margin-top: 13px;
}


footer .copyright span {
  width: 278px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;

}

footer .copyright span:nth-child(2) {
  margin-left: 55px;
  margin-right: 22px;

}

.footer_list {
  width: 181px;
  border-left: 1px solid #3B445C;
  padding: 8px 0px 8px 30px;
  box-sizing: border-box;
}

.footer_list li {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.footer_list li:first-child {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #EAEAEA;
  margin-bottom: 23px;
}

/* .footer_list li:nth-child(2) {
  margin-top: 23px;
} */

.logo-text {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #D3D3D3;
}

.register .logo-in {
  display: flex;
  align-items: center;
}

.register .text-avatar {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #0029E1;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;

}

.register .more {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  left: 20%;
  top: 102%;
  width: 114px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.33);
  border-radius: 5%;
  z-index: 9999999999999999;
  display: none;
}

.register .more .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4E5969;
}

.register .more img {
  margin-right: 6px;
}

.register .sanjiao {
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background-color: #FFFFFF;
  z-index: 999;
  top: -6px;
  left: 89px;
  border-left: 1px solid #E4E7ED;
  border-top: 1px solid #E4E7ED;
}

.register .logo-in:hover+.more {
  display: block;
  display: flex;
}

.register .more:hover {
  display: none;
  display: flex;
}

.register .go_more {
  font-size: 16px;
}

.register .go_more a:hover {
  color: #0958D9;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;

  /* background-color: #D8D8D8;; */

}

::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  ;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

.from-submit-section {
  background-color: #F0F6FF;
}

.fse-header {
  height: 95px;
  width: 100%;
  background-color: #fff;
  position: relative;
}

.fse-header h2 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 95px;
}

.fse-header a {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666667;
  position: absolute;
  line-height: 95px;
  top: 0px;
  right: 20px;
}

.fse-block {
  height: 48px;
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0029E1;
  line-height: 48px;
  padding: 0px 30px;
  box-sizing: border-box;
  background-color: #F3F5FD;
}

.fse-from-content {
  background-color: #fff;
  padding: 0px 30px 26px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.fse-from-item {
  width: 400px;
  display: flex;
  flex-direction: column;
  margin-right: 166px;
  margin-top: 24px;
}

.fse-from-label {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1D2129;
}

.fse-from-label>.is {
  color: #F5222D;
}

.fse-from-input {
  margin-top: 12px;
  width: 400px;
  height: 34px;
  padding: 7px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  outline: none;
}

.fse-from-input:focus {
  border: 1px solid #90D5FF;
}

.fse-from-item-full {
  width: 100%;
  margin-right: 0px;
}

.fse-from-item-full>.fse-from-input {
  width: 100%;
}

.fse-from-item-full>textarea {
  height: 150px;
}

.fse-category-warp {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 12px;
}

.fse-category-item>img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.fse-category-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #666667;
  margin-right: 50px;
  margin-top: 10px;
}

textarea {
  resize: none;
}

#inp-patent_picture {
  width: 98px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.0200);
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.rest {
  width: 104px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #0023EA;
  text-align: center;
  line-height: 42px;
  margin-top: 32px;
  margin-right: 14px;
}

.submit {
  width: 100%;
  display: flex;
  justify-content: center;
}

.top_img {
  padding-top: 69px;
  box-sizing: border-box;
}

.top_text h1 {
  /* margin-top: 69px; */
  font-size: 48px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 27px;
}

.top_text .xian {
  width: 123px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 12px;
}

.top_text p {
  font-size: 24px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;

}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
  margin-top: 11px;
}

.pagination .left-arrow {
  margin-right: 6px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pagination .left-arrow i {
  border: 3px solid #000000;
  /* 上、右、下、左  四个边框的宽度 */
  border-width: 0px 1px 1px 0px;
  display: inline-block;
  /* padding值控制箭头大小 */
  padding: 3px;
}

.pagination .left-arrow .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.pagination .left-arrow .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.pagination .page {
  display: flex;
}

.pagination .page li {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  /* border: 1px solid #0029E1; */
  margin-right: 8px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(15, 15, 15, 0.65);
  cursor: pointer;
}



.pagination .page li:hover {
  /* background-color: #0052D9; */
  border: 1px solid #0029E1;
  color: #0029E1;
  box-sizing: border-box;
}

.pagination .right-arrow {
  margin-left: 6px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pagination .right-arrow>i {
  border: 3px solid #000000;
  /* 上、右、下、左  四个边框的宽度 */
  border-width: 0px 1px 1px 0px;
  display: inline-block;
  /* padding值控制箭头大小 */
  padding: 3px;
}

.pagination .right-arrow .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.pagination .right-arrow .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}