* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Source Han Sans CN, Microsoft YaHei, PingFang SC, Arial,
    Helvetica, Helvetica Neue;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

em {
  font-style: inherit;
}

@font-face {
  font-family: DIN Alternate-Bold;
  src: url("../js/font/DIN-Medium.otf");
}

.sign_up {
  background: #e7e7e7;
}

.sign_up_head .nav {
  background: #fff;
}

.sign_up_head .nav_top > .nav_logo {
  background-image: url("../assets/logo.png");
}

.sign_up_head .nav_top > .nav_right > ul > li {
  color: #333;
}

.sign_up_content {
  padding-top: 108px;
}

.sign_up_content_white {
  background-color: #fff;
}

.sign_up_session {
  background: #f5f5f5;
  padding: 14px 0px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}

.sign_up_content h2 {
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 26px;
}

.sign_up_content .info {
  font-size: 12px;
  color: #666;
  margin: 6px 0 20px;
}

.sign_up_wrap {
  max-width: 830px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0px;
  margin: 0 auto;
}

.sign_up_title {
  padding: 12px 0;
  border-bottom: 2px solid #dd0000;
  font-size: 18px;
  color: #dd0000;
  line-height: 24px;
}

.sign_up_field {
  padding: 0px 0 40px;
}

.partArea {
  padding: 20px 0 6px;
}

.partArea h3 {
  font-size: 18px;
  color: #222;
  line-height: 20px;
  padding: 12px 0;
}

h3 span {
  color: #dd0000;
}

.form_list {
  display: flex;
}

.form_list .form_item {
  width: 405px;
}

.form_list .form_item:first-child {
  margin-right: 20px;
}

.itemArea {
  letter-spacing: -5px;
  width: 100%;
  margin-bottom: 4px;
  display: flex;
}

.items {
  display: inline-block;
  zoom: 1;
  display: inline;
  vertical-align: top;
  letter-spacing: normal;
  width: 100%;
}

.items h4 {
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  margin: 12px 0;
}

h4 span {
  color: #dd0000;
}

.labelStyle {
  display: block;
  background: #fff;
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
  border-right: 1px solid #929292;
  padding: 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.items:first-child .labelStyle {
  border-left: 1px solid #929292;
}

.formtxt {
  display: block;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  width: 100%;
}

.labelStyle.selectLabel {
  padding: 0;
}

select.select {
  display: none;
}

.selectAera {
  display: inline-block;
  zoom: 1;
  /* display: inline; */
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
}

.selectAera .selected {
  color: #000;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  background: url(../assets/image/icon_12.png) 95% 50% no-repeat;
  padding: 0 10px;
}

.selectAera .options {
  background: #fff;
  width: 100%;
  float: left;
  border: 1px solid #dddddd;
  border-top: 0 none;
  display: none;
  max-height: 420px;
  overflow-y: auto;
  font-size: 13px;
  position: absolute;
}

.selectAera .options li {
  background: #fff;
  line-height: 14px;
  padding: 6px 10px;
  border-top: 1px solid #dddddd;
  font-size: 13px;
}

.selectAera .options li.selectedOption {
  color: #000;
}

.selectAera.disabled {
  border-color: #fff;
  color: #999;
}

.form_third {
  width: 33.3%;
}

.form_full {
  width: 100%;
}

.labelStyle02 {
  display: inline-block;
  zoom: 1;

  width: 24%;
  font-size: 14px;
  color: #222;
  margin-bottom: 4px;
}

.labelStyle02 .checkbox {
  display: inline-block;
  zoom: 1;
  margin: 3px 4px 0 0;
  vertical-align: top;
}

.txtheight {
  height: 70px;
  width: 100%;
}

.sign_up_submit a {
  color: #fff;
  background: #dd0000;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
}

.sign_up_submit a:hover {
  background: #b40303;
}

.hotal_txt {
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
}

.hotal_txt a {
  color: #dd0000;
}

/*美化自定义按钮*/
.file-input-trigger {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #b40303;
  background-color: #b40303;
  outline: none;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}

input[type="file"]::-webkit-file-upload-button {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #b40303;
  background-color: #b40303;
  outline: none;
  color: #fff;
  cursor: pointer;
  margin-bottom: 5px;
}

.file_name {
  display: inline-block;
  padding-top: 10px;
  font-size: 14px;
}

/* 田联 */
.athletics_title {
  border-bottom-color: #0972ac;
  color: #0972ac;
}
.athletics_file {
  border-color: #0972ac;
  background-color: #0972ac;
}
.athletics_submit a {
  background: #0972ac;
}
.athletics_submit a:hover {
  background: #0972ac;
}
/* 田联 end */

/* F1 */
.f1info {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
}
.f1info_title {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #d11429;
}
.f1info_body {
}
.f1info_body_pg {
  padding: 0 0 20px;
}
.f1info_body_pg span {
  color: #d11429;
  font-weight: 600;
}
.f1info_body_pg a {
  display: inline-block;
  border-bottom: 1px solid;
  cursor: pointer;
  color: #000;
  transition: 0.1s linear;
}
.f1info_body_pg a:hover {
  transform: scale(1.01);
}
/* F1 end */

/* 媒体查询  移动端 */
@media screen and (max-width: 1081px) {
  .sign_up_content {
    padding-top: 68px;
  }

  .sign_up_session {
    padding: 18px 15px;
  }

  .sign_up_content h2 {
    width: 100%;
    padding: 0;
  }

  .sign_up_wrap {
    width: 100%;
    padding: 25px 20px 20px;
  }

  .sign_up_title {
    padding: 0 0 10px;
    border-bottom: 1px solid #dd0000;
    font-size: 15px;
  }

  .athletics_title {
    border-bottom-color: #0972ac;
  }

  .sign_up_field {
    padding: 0px 0 20px;
  }

  .partArea {
    padding: 5px 0 0;
  }

  .partArea h3 {
    font-size: 15px;
    color: #222;
    padding: 5px 0;
  }

  .form_list {
    display: block;
  }

  .form_list .form_item {
    width: 100%;
  }

  .items h4 {
    line-height: normal;
    margin: 5px 0;
  }

  .labelStyle {
    padding: 5px;
  }

  .form_third {
    width: 100%;
  }

  .labelStyle02 {
    width: 100%;
  }
}
