.patent-center-list li {
  border-bottom: solid 1px #F0F0F0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.patent-center-list li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666666;
}
.patent-center-list li a:hover {
  color: #00448C;
}
.patent-center-list li .time {
  color: #999999;
  font-size: 16px;
}
.search-tab-list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.search-tab-list li {
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #D9D9D9;
  border: solid 1px #d9d9d9;
}
.search-tab-list li:first-child {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.search-tab-list li:last-child {
  border-radius: 0 4px 4px 0;
}
.search-tab-list li.active {
  color: #1890FF;
  border: solid 1px #1890FF;
}
.form-content form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form-content .form-group {
  width: 80%;
}
.form-content .form-group .input-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form-content .form-group .input-group .label {
  width: 180px;
  font-size: 16px;
  color: #666666;
  text-align: right;
}
.form-content .form-group .input-group select {
  width: 210px;
  height: 28px;
  text-indent: 12px;
  color: #333333;
  border-radius: 4px;
  border: solid 1px #E8E8E8;
}
.form-content .form-group .input-group .logic_select {
  width: 60px;

}

.form-content .form-group .input-group .blank {
  width: 180px;

}
.form-content .form-group .input-group input[type="text"] {
  width: 210px;
  height: 28px;
  text-indent: 12px;
  color: #333333;
  border-radius: 4px;
  border: solid 1px #E8E8E8;
}
.form-content .form-group .input-group .radio-group {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.form-content .form-group .input-group .radio-group:last-child {
  margin-right: 0;
}
.form-content .form-group .input-group .radio-group label {
  font-size: 14px;
  padding-left: 10px;
  color: #333333;
}
.form-content .btn-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.form-content .btn-group button {
  width: 96px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  margin-right: 24px;
}
.form-content .btn-group button:last-child {
  margin-right: 0;
}
.form-content .btn-group button.search {
  background: #137ae6;
  color: #fff;
  border: 1px solid #137ae6;
}
.search-tips {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  background: #e6f7ff;
  border-radius: 4px;
  border: 1px solid #91d5ff;
}
.search-tips img {
  width: 14px;
  height: 14px;
  margin: 0 10px;
}
.search-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.search-table-header .left {
  display: flex;
  width: 740px;
  height: 40px;
  align-items: center;
  background: #e6f7ff;
  border-radius: 4px;
  border: 1px solid #91d5ff;
}
.search-table-header .left p {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.search-table-header .left p span {
  color: #00448C;
  font-weight: 600;
  padding: 0 5px;
}
.search-table-header .left p::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 14px;
  border-right: solid 1px #666666;
  top: 50%;
  right: 0;
  margin-top: -7px;
  z-index: 11;
}
.search-table-header .left p:last-child::after {
  border-right: none;
}
.search-table-header .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #00448c;
  overflow: hidden;
}
.search-table-header .right input {
  width: 210px;
  height: 38px;
  font-size: 14px;
  border: none;
}
.search-table-header .right button {
  width: 38px;
  height: 38px;
  border: none;
  background: none;
}
.search-table-list {
  width: 100%;
  border-color: #777;
  word-break: break-all;
  table-layout: fixed;
}
.search-table-list tbody {
  width: 100%;
}
.search-table-list tbody tr {
  width: 100%;
  height: 40px;
}
.search-table-list tbody tr th {
  color: #666666;
  text-align: left;
  padding: 0 12px;
  font-size: 14px;
}
.search-table-list tbody tr td {
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 14px;
  color: #666666;
}
.search-table-list tbody tr td button {
  background: none;
  border: none;
  color: #00448C;
  font-size: 14px;
}
.search-table-list tbody tr td input {
  width: 77px;
  height: 28px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  color: #333333;
  text-indent: 12px;
}
.jump-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.jump-content .prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.jump-content .nest {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.jump-content .page-number-list {
  display: flex;
  align-items: center;
}
.jump-content .page-number-list li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.jump-content .page-number-list li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #333333;
}
.jump-content .page-number-list li a:hover {
  background: #1890ff;
  border-radius: 6px;
  color: #fff;
}
.jump-content .page-number-list li.active a {
  background: #1890ff;
  border-radius: 6px;
  color: #fff;
}
.jump-content select {
  margin: 0 10px;
  width: 104px;
  height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #333333;
  font-size: 14px;
  padding: 0 12px;
}
.jump-content span {
  padding: 0 0 0 10px;
  color: #666666;
  font-size: 14px;
}
.jump-content input {
  width: 56px;
  height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #333333;
  font-size: 14px;
  padding: 0 12px;
  text-align: center;
  margin-left: 10px;
}
.car-form-group {
  margin-top: 30px;
}
.car-form-group .car-input-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.car-form-group .car-input-group .label {
  width: 100px;
  text-align: right;
  font-size: 14px;
}
.car-form-group .car-input-group .label span {
  color: #F5222D;
  padding-right: 12px;
}
.car-form-group .car-input-group input {
  width: 380px;
  height: 28px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  text-indent: 12px;
}
.car-form-group .car-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-form-group .car-btn-group button {
  width: 96px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  color: #333333;
  margin-right: 20px;
}
.car-form-group .car-btn-group button:last-child {
  margin-right: 0;
}
.car-form-group .car-btn-group button.submit {
  background: #137AE6;
  color: #fff;
  border: 1px solid #137AE6;
}
.buy-step-list .buy-step-item {
  margin-bottom: 30px;
}
.buy-step-list .buy-step-item .title-box {
  display: flex;
  align-items: center;
  font-size: 18px;

}

.buy-step-list .buy-step-item .title-box p{
 color:red;

}
.buy-step-item .title-box p{
  color:red;

}
.buy-step-list .buy-step-item .title-box .num {
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border-radius: 50%;
  border: 1px solid #666;
  margin-right: 12px;
}
.buy-step-list .buy-step-item .title-box img {
  width: 20px;
  height: 20px;
  display: none;
  margin-right: 12px;
}
.buy-step-list .buy-step-item .title-box.active {
  font-size: 16px;
  color: #00448C;
}
.buy-step-list .buy-step-item .title-box.active img {
  display: block;
}
.buy-step-list .buy-step-item .title-box.active .num {
  display: none;
}
.buy-step-list .buy-step-item .des {
  border-left: solid 1px #F0F0F0;
  margin-left: 10px;
  text-indent: 0;
  padding: 0 0 0 22px;
  margin-top: 10px;
}
.buy-step-list .buy-step-item .file-update-box {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-left: 32px;
}
.buy-step-list .buy-step-item .file-update-box .update-box {
  position: relative;
  width: 106px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.buy-step-list .buy-step-item .file-update-box .update-box img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.buy-step-list .buy-step-item .file-update-box .update-box input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 11;
}
.buy-step-list .buy-step-item .file-update-box .file-list {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.buy-step-list .buy-step-item .file-update-box .file-list .file-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
  border-bottom: solid 1px #ccc;
}
.buy-step-list .buy-step-item .file-update-box .file-list .file-item:last-child {
  margin-right: 0;
}
.buy-step-list .buy-step-item .file-update-box .file-list .file-item p {
  font-size: 14px;
  color: #666;
}
.buy-step-list .buy-step-item .file-update-box .file-list .file-item p.delete {
  font-size: 18px;
  padding-left: 15px;
}
.form-group .logic{
  width: 32px;
  height: 28px;
  margin-left: 10px;

}
