:root {
  --base: #fff;

  --gray: #67686c;

  --blue: #00bde0;
  --black: #221f1f;
  --white: #fff;
}
@font-face {
  font-family: 'Poppins_Regular';
  src: url('font/Poppins-Regular.woff') format('woff'), url('font/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Bold';
  src: url('font/Poppins-Bold.woff') format('woff'), url('font/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  margin: 0 auto;
  -webkit-text-size-adjust: none;
}

body {
  font-family: Poppins_Regular, Arial;
  background-color: #fff;
  min-height: 100vh;
  background-repeat: no-repeat;
  margin: 0 auto;
  color: var(--black);
  position: relative;
  background-size: auto 100%;
  background-position: center;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}

table,
td,
tr {
  border: 0;
  padding: 0;
  margin: 0;
}

li,
ul,
p,
a,
h1,
input,
dd,
dt,
dl {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  border: 0;
}

input {
 
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  display: inline-block;
  color: var(--black);
  cursor: pointer;
}

div {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select {
  -webkit-appearance: none;
  background-color: transparent;
}

#app {
  margin: 0 auto;
  min-height: 100vh;

  position: relative;
}
.content {
  min-height: 100%;
}
.def_btn {
}
.more_ {
  font-family: Poppins_Regular, Arial, sans-serif;
  font-size: 16px;
  display: block;
  color: var(--gray);
}

.jury_item .photo_box {
  position: relative;
}
.jury_item .photo {
  width: 100%;
  display: block;
}
.jury_item .jury_con {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  /* 底对齐 */
  align-items: flex-end;
  top: 0;
  left: 0;
}
.jury_item .jury_info {
  padding: 16px;
}
.jury_item .jury_info .name {
  font-family: Poppins_Bold, Arial, sans-serif;
  font-size: 18px;
  color: var(--blue);
  line-height: 22px;
}

.jury_item .jury_info .title {
  background-color: var(--blue);
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  padding: 0px 10px;
  text-align: center;
  border-radius: 22px;
  margin-top: 10px;
}
.jury_item .jury_item2 {
  padding: 0 15px;
}
.jury_item .jury_other_info {
  font-size: 12px;
  margin-top: 10px;
}
.jury_item .jury_info .title2 {
  font-size: 12px;
  color: #fff;
  line-height: 22px;
}
.ft26{
  font-size: 26px;
}
.ft22{
  font-size: 22px;
}
.ft14{
  font-size: 14px;
}
