body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
input,
button {
  vertical-align: middle;
  color: #333;
  outline: none;
}
div {
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #f25016;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  font: 14px 'OPPO Sans', Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mb60 {
  margin-bottom: 60px;
}
.wrap {
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #000000;
  height: 100px;
  *zoom: 1;
}
.header:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.header .head-wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 990px;
  width: 90%;
}
.header .head-wrap:after {
  display: none;
}
.header .logo {
  float: left;
  width: 120px;
}
.header .logo img {
  max-width: 100%;
}
.header .system-btn {
  float: right;
}
.header .system-btn .linka {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #faa238;
  color: #fff;
  padding: 0 16px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .system-btn .linka:nth-child(2) {
  background-color: #d38070;
}
.header .system-btn .linka:hover {
  opacity: 0.8;
}
.footer {
  padding: 20px 0;
}
.footer .copyright {
  text-align: center;
  color: #999;
}
.footer .copyright a {
  color: #999;
}
.footer .copyright a:hover {
  color: #f25016;
}
.inner-banner {
  position: relative;
  margin-top: 100px;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.pagebox {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
  min-height: calc(100vh - 100px - 60px);
}
.pagemenu {
  position: absolute;
  left: calc((100% - 990px)/2 - 170px);
}
.pagemenu .wrap {
  width: auto;
}
.pagemenu .linka {
  display: block;
  width: 140px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #370665;
  color: #370665;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}
.pagemenu .linka:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #370665;
  margin-right: 5px;
}
.pagemenu .linka:hover,
.pagemenu .linka.curr {
  background-color: #f25016;
  border-color: #f25016;
  color: #fff;
}
.pagemenu .linka:hover::before,
.pagemenu .linka.curr::before {
  border-color: #fff;
}
.main-tit {
  font-size: 24px;
  color: #f25016;
  margin-bottom: 20px;
}
.main-tit2 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}
.view-info {
  line-height: 1.8;
}
.view-info p {
  margin-bottom: 10px;
}
.view-form {
  padding: 30px;
  border-radius: 10px;
  background-color: #f8f8f8;
  margin-top: 40px;
}
input,
select,
textarea {
  outline: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
}
input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 5px;
  margin-top: -2px;
  border-radius: 3px;
}
input[type="checkbox"]:disabled:not(:checked):before {
  background-color: #eeeeee;
}
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
}
input[type="checkbox"]:checked:before {
  content: url(../images/gou2.png);
  border-color: #f25016;
}
input[type="radio"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 5px;
  border-radius: 50%;
}
input[type="radio"]:disabled:not(:checked):before {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
input[type="radio"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #f25016;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
input[type="radio"]:after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  background-color: #f25016;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked:before {
  border-color: #f25016;
}
input[type="radio"]:checked:after {
  display: block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-ico.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  outline: none;
  border: 0;
}
select::-ms-expand {
  display: none;
}
.form-box .tit {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}
.form-box .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-box .form-input {
  width: 100%;
  height: 56px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #eeee;
}
.form-box .form-input:read-only,
.form-box .form-input:disabled {
  background-color: #eeeeee;
}
.form-box textarea.form-input {
  height: auto;
  resize: none;
  padding: 10px;
}
.form-box .form-row {
  margin-bottom: 20px;
  float: left;
  width: 48%;
  margin-right: 4%;
}
.form-box .form-row:nth-child(2n) {
  margin-right: 0;
}
.form-box .form-row-all {
  width: 100%;
  margin-right: 0;
  float: none;
}
.form-box .item {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.form-box .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.form-box .chkbox {
  *zoom: 1;
}
.form-box .chkbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .chkbox .li {
  float: left;
  width: 25%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.form-box .chkbox .li > label {
  font-size: 16px;
}
.form-box .chkbox .li label {
  width: 100%;
  display: block;
  line-height: 1.5;
  *zoom: 1;
}
.form-box .chkbox .li label:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .chkbox .li label input {
  float: left;
  margin-top: 3px;
}
.form-box .chkbox .li label span {
  float: left;
  width: calc(100% - 25px);
}
.form-box .chkbox .subli {
  margin-top: 10px;
}
.form-box .chkbox .subli label {
  margin-bottom: 10px;
  color: #666;
}
.form-box .chkbox .subli label input {
  margin-top: 2px;
}
.form-box .linkbox p {
  margin-bottom: 20px;
  color: #999;
}
.form-box .linkbox p span {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.form-box .linkbox p span:last-child {
  margin-right: 0;
}
.form-box .linkbox p .linktit {
  min-width: 300px;
}
.announce-info {
  padding: 30px 20px;
  background: linear-gradient(to bottom, #345698, #351e71);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  position: relative;
}
.announce-info:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/awards-ico02.png) no-repeat right 30px top 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.announce-info.failinfo {
  padding: 60px 20px;
}
.announce-info.failinfo:before {
  background: url(../images/awards-ico01.png) no-repeat right 30px top -2px;
}
.announce-info.failinfo .tit {
  margin-bottom: 0;
}
.announce-info > * {
  position: relative;
  z-index: 2;
}
.announce-info .tit {
  font-family: 'YouSheBiaoTiHei';
  font-size: 36px;
  margin-bottom: 20px;
}
.announce-info .p {
  margin-top: 15px;
  font-size: 16px;
}
.awards-process {
  border-radius: 10px;
  padding: 30px;
  background-color: #f7f7f7;
}
.awards-process .tip {
  text-align: right;
  margin-top: 10px;
  color: #999;
}
.awards-process-con .row {
  width: 100%;
  position: relative;
  display: flex;
  height: 136px;
}
.awards-process-con .row:before {
  content: "";
  display: block;
  width: calc(100% - 110px);
  height: 10px;
  border-radius: 5px;
  background-color: #370665;
  position: absolute;
  top: 18px;
  left: 40px;
}
.awards-process-con .row:last-child {
  height: auto;
}
.awards-process-con .row:nth-child(1) {
  padding-left: 30px;
}
.awards-process-con .row:nth-child(1):after {
  content: "";
  display: block;
  width: 63px;
  height: 126px;
  border: 10px solid #370665;
  border-radius: 0 100% 100% 0/50%;
  border-left: none;
  position: absolute;
  top: 18px;
  right: 0;
}
.awards-process-con .row:nth-child(2) {
  flex-direction: row-reverse;
  padding-left: 20%;
}
.awards-process-con .row:nth-child(2):before {
  width: calc(100% - 126px);
  left: 63px;
}
.awards-process-con .row:nth-child(2):after {
  content: "";
  display: block;
  width: 63px;
  height: 126px;
  border: 10px solid #370665;
  border-radius: 100% 0 0 100%/50%;
  border-right: none;
  position: absolute;
  top: 18px;
  left: 0;
}
.awards-process-con .row:nth-child(3) {
  padding-left: 40%;
}
.awards-process-con .row:nth-child(3):before {
  left: 63px;
}
.awards-process-con .row .item {
  width: 50%;
  position: relative;
  z-index: 2;
}
.awards-process-con .row .num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f35516;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1360px) {
  .pagemenu {
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }
  .pagemenu .wrap {
    max-width: 990px;
    width: 90%;
  }
  .pagemenu .linka {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1220px) {
  .header .logo {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 50px;
    background-color: #000000 !important;
  }
  .header .logo {
    width: auto;
  }
  .header .logo img {
    height: 32px !important;
  }
  .header .system-btn .linka {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
  }
  .inner-banner {
    margin-top: 50px;
  }
  .pagebox {
    padding: 50px 0;
  }
  .view-form {
    padding: 30px 20px;
  }
  .form-box .form-row {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-box .chkbox .li {
    width: 50%;
  }
  .awards-process-con .row:nth-child(2) {
    padding-left: 0;
  }
  .awards-process-con .row:nth-child(2) .item:nth-child(1) {
    padding-left: 10px;
  }
  .awards-process-con .row:nth-child(2) .item:nth-child(2) {
    position: absolute;
    top: 50%;
    left: -12px;
    width: auto;
  }
  .awards-process-con .row:nth-child(2) .item:nth-child(2) .num,
  .awards-process-con .row:nth-child(2) .item:nth-child(2) .p {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 460px) {
  .form-box .chkbox .li {
    width: 100%;
  }
  .form-box .chkbox .li .subli {
    padding-left: 20px;
  }
  .form-box .linkbox p span {
    margin-right: 20px;
  }
  .form-box .linkbox p .linktit {
    min-width: 0;
  }
  .announce-info:before {
    background-position: right 0px bottom -40px;
  }
  .announce-info.failinfo:before {
    background-position: right 0px bottom 0px;
  }
}
