*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
img{
    font-size: 12px;
}
input{
    color: #5C5C5C;
}
button{
    outline: none;
    border: none;
    cursor: pointer;
}
html,body{
    width: 100%;
    height: 100%;
    min-width: 1124px;
    min-height: 100%;
    -webkit-text-size-adjust:none;
}
#container {
  width: 100%;
  height: auto;
}
.main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header {
  width: 100%;
  height: 59px;
  position: sticky;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 10000;
  box-shadow: 1px 3px 34px 2px rgba(113, 93, 83, 0.3);
}
#header.active-bg {
  background: #48A5FF;
}
.nav_box {
  max-width: 1124px;
  height: 59px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.nav_box .nav_left {
  width: 146px;
  height: 59px;
}
.nav_box .nav_left img {
  width: 122px;
  padding-top: 5px;
}

/* 导航菜单 */
.nav_box .nav_center {
  flex: 1;
  height: 59px;
  text-align: left;
  margin: 0px 20px 0px 90px;
}
.nav_box .nav_center ul {
  width: 100%;
  height: 59px;
}
.nav_box .nav_center ul a {
  display: inline-block;
}
.nav_box .nav_center ul a li {
  float: left;
  height: 59px;
  line-height: 59px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #383838;
  margin: 0px 25px;
  position: relative;
}
.nav_box .nav_center ul a li i {
  display: none;
  position: absolute;
  width: 26px;
  height: 2px;
  left: 50%;
  bottom: 14px;
  margin-left: -13px;
  background-color: #ffaf00;
}
.nav_box .nav_center ul li.active {
  font-family: Source Han Sans CN;
  color: #353535;
  font-weight: 600;
}

.nav_box .nav_center ul li span:hover {
  font-family: Source Han Sans CN;
  color: #353535;
  font-weight: 600;
}

/* 导航按钮 */
.nav_box .nav_right {
  width: 180px;
  height: 63px;
  display: flex;
  margin-right: 20px;
}
.nav_box .nav_right button {
  flex: 1;
  margin: 15.5px 7.5px;
  width: 76px;
  height: 28px;
  border-radius: 14px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #EB6020;
  background: #FFFFFF;
  color: #EB6020;
}
.nav_box .nav_right #registered {
  background: #EB6020;
  box-shadow: -1px 1px 5px 0px rgba(235, 96, 32, 0.56);
  color: #FFFFFF;
}

/* banner */
.banner_box {
  width: 100%;
  height: 120px;
  background: linear-gradient(90deg, #FF7100 0%, #FF8D00 100%);
  position: relative;
}
.banner {
  max-width: 1124px;
  margin: 0 auto;
  height: 120px;
  display: flex;
  justify-content: center;
  position: relative;
}
.banner .poster {
  height: 120px;
}
.banner .poster img {
  height: 110px;
  position: absolute;
  top: 5px;
  right: 80px;
}
.banner_cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 120px;
}
.registereds_main {
  position: relative;
  max-width: 1124px;
  margin: 0 auto;
}
.banner_cont .banner_title {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 1000;
}
.banner_title h3 {
  font-size: 33px;
  font-family: YouSheBiaoTiHei;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-shadow: 0px 4px 0px rgba(236, 73, 1, 0.22);
}

/* 内容区 */
#section {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding-bottom: 100px;
}
.news_cont{
  max-width: 1124px;
  margin: 50px auto 23px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news_dongtai{
  width: 68%;
  margin-right: 20px;
  padding-left: 20px;
}
.news_dongtai .news_nav{
  width: 100%;
  text-align: left;
}
.news_dongtai .news_nav a{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.news_dongtai .news_nav a:hover{
  color: #fb5400;
}
.news_dongtai .news_nav span{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.news_title{
  padding-top: 25px;
}
.news_title h3{
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
}
.news_title p{
  font-size: 8px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
  padding-top: 14px;
}
.news_title p span{
  display: inline-block;
}
.article_desc{
  width: 100%;
  padding-top: 36px;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.label{
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  padding-top: 30px;
}

.article_list{
  width: 100%;
}
.article_list .list_title{
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #FF7400;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_title h3{
  width: 82px;
  height: 20px;
  line-height: 20px;
  background: #FF7400;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}
.list_title a{
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.article_list ul{
  padding-top: 25px;
}
.article_list ul li{
  height: 30px;
  line-height: 30px;
  border-bottom:1px dashed #999999;
}
.article_list ul li a{
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
}
.article_list ul li a:hover{
  color: #fb5400;
}


/* 注册弹窗 */
.registered_dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 30000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registered_box {
  width: 473px;
  height: 294px;
  background: url('../images/home/dialog_bg1.png') no-repeat center;
  background-size: cover;
  position: relative;
}

.registered_box #close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 18px;
  cursor: pointer;
}

.registered_box #close img {
  width: 100%;
}

.registered_box #close img:hover {
  -webkit-animation: rotate_btn .5s ease-in-out forwards;
}

.registered_form {
  width: 220px;
  height: auto;
  position: absolute;
  top: 23px;
  right: 25px;
}

.registered_form p {
  font-size: 17px;
  font-family: STYuanti-SC-Bold, STYuanti-SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}

.registered_form p span {
  font-size: 32px;
}

.form_list {
  width: 100%;
}

/* 手机号 */
.form_list .form_phone {
  width: 100%;
  height: 31px;
  background: #FFFFFF;
  position: relative;
  border-radius: 6px;
  margin-top: 20px;
}

.form_list .form_phone input {
  width: 100%;
  height: 31px;
  line-height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 13px;
}

/* 验证码 */
.form_list .form_yzm {
  width: 100%;
  height: 31px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-top: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_yzm input {
  width: 60%;
  height: 31px;
  padding-left: 13px;
}

.form_yzm span {
  display: inline-block;
  flex: 1;
  height: 31px;
  line-height: 31px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #EE5536;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.form_yzm span::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #979797;
  position: absolute;
  left: 0px;
  top: 9px;
}

/* 错误校验码 */
.form_list .prompt-text {
  color: red;
  font-size: 12px;
  line-height: 20px;
  /* text-align: center; */
}

/* 协议 */
.form_xieyi {
  width: 100%;
  height: 15px;
  padding-top: 8px;
  position: relative;
}

.form_xieyi input {
  width: 15px;
  float: left;
}

.form_xieyi label {
  display: inline-block;
  float: left;
  width: 230px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  transform: scale(0.8);
  position: absolute;
  left: -5px;
}

.btn_register {
  width: 100%;
  /* height: 34px; */
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.btn_register button {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border-radius: 17px;
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #EF6237;
  box-shadow: 0px 6px 20px 0px rgba(220, 81, 48, 0.8);
}
@-webkit-keyframes rotate_btn {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
  }
}