body {
  background: #f5f8fc;
}
.breadcrumb-wrap{
	width: 1200px;
	margin: 15px auto;
}
.header>.main-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header>.main-wrapper>* {
  cursor: pointer;
  color: #fff;
}

.warp {
  margin-top: 20px;
}

.warp-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.form {
    min-height: 90px;
    font-size: 14px;
    padding: 30px;
    /* background: url(/home/assets/images/1140_up.png) top center no-repeat, url(/home/assets/images/1140_down.png) bottom center no-repeat, url(/home/assets/images/1140_line.png) left center repeat-y, url(/home/assets/images/1140_line.png) right center repeat-y; */
}

 .sort {
   font-size: 14px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 6px;
   margin: 14px 0;
   height: 42px;
   color: #999999;
 }
 .sort img{
	 position: relative;
	 top: 1px;
 }
 .sort .button {
   cursor: pointer;
   color: #FFBA00;
   padding: 0 10px;
   height: 26px;
   display: flex;
   align-items: center;
 }

 .opera-group {
   display: flex;
   margin-left: 28px;
   margin-bottom: 12px;
 }

 .a-r {
   user-select: none;
   height: 42px;
   width: 60px;
   display: flex;
   justify-content: space-around;
   align-items: center;
 }

 .a-r img {
   cursor: pointer;
 }

.el-table__header th {
  background: rgba(45, 156, 255, 0.2) !important;
  color: #444;
}

.el-table tr.el-table__row--striped td {
  background: rgba(45, 156, 255, 0.06) !important;
}

.el-pagination {
  justify-content: center;
}


.friendly span {
  font-size: 20px;
  color: var(--theme-color);
}

.friendly img {
  width: 268px;
}

.link-list {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer {
    line-height: 22px;
}

    .footer p {
        color: #666;
        text-align: center;
        line-height: 2;
    }

        .footer p span {
            margin: 10px;
        }
		.radio-arrow_down {
		    display: flex;
		    align-items: center;
		    color: #666666;
		}
		.radio-arrow_down div {
		    margin: 0 10px;
		}
		.radio-arrow_down img {
		    cursor: pointer;
		}