body {
  background: #F7F7F7;
}
.footer {
  padding: 10px 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}
/* 第二导航栏 */
.nav_bar{
  display: block;
  height: 80px;
  position: fixed;
  width: 100%;
  background: #0070B8;
  top: 30px;
  z-index: 99;
}
.nav_bar .logo {
  height: 35px;
}
.nav_bar>div{
  height: 80px;
}
.nav_bar ul li{
  margin: 0 20px;
  padding: 0 2px;
  height: 76px;
  line-height: 76px;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 4px solid transparent;
}
.nav_bar li a {
  color: #FFFFFF;
}
.nav_bar ul .on{
  border-color: #FFFFFF;
  font-weight: 700;
}
.nav_bar ul .on a{
  color: #FFFFFF;
}
/* banner */
.banner {
  position: relative;
  width: 100%;
  margin-top: 110px;
}
.banner .banner-img {
  width: 100%;
  max-width: 1920px;
  display: block;
}
.banner_tamp{
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner_son{
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
.banner_son:nth-child(1){
    left: 24%;
    top: 25.2%;
  animation: bannerAnimat 1s ease-out infinite;
}
.banner_son:nth-child(2){
  left: 28.5%;
  bottom: 18%;
  animation: bannerAnimat 1s ease-out infinite .75s;
}
.banner_son:nth-child(3){
  right: 35.6%;
  top: 20.3%;
  animation: bannerAnimat 1s ease-out infinite .25s;
}
.banner_son:nth-child(4){
  left: 71.3%;
  bottom: 49%;
  animation: bannerAnimat 1s ease-out infinite .5s;
}
@keyframes bannerAnimat{
  from{
      box-shadow: 0 0 0 0 rgba(255,255,255,.9);
  }to{
      box-shadow: 0 0 0 20px rgba(255,255,255,0);
  }
}
.banner_list{
  position: absolute;
  box-sizing: border-box;
  display: none;
}
.banner_list:nth-child(5){
  width: 201px;
  height: 150px;
  margin-left: -100px;
  left: 24.2%;
  top: 33.4%;
  padding: 22px 32px 22px 32px;
  background-color: rgba(0, 0, 0, .7);
}
.banner_list:nth-child(6){
  width: 200px;
  height: 150px;
  margin-left: -100px;
  left: 29.5%;
  bottom: 26%;
  padding: 22px 27px 23px 28px;
  background-color: rgba(0, 0, 0, .7);
}
.banner_list:nth-child(7){
  width: 201px;
  height: 150px;
  margin-top: -75px;
  right: 30%;
  top: 49%;
  padding: 20px 33px 21px 43px;
  background-color: rgba(0, 0, 0, .7);
}
.banner_list:nth-child(8){
  width: 200px;
  height: 150px;
  margin-left: -100px;
  left: 71.6%;
  bottom: 6%;
  padding: 16px 57px 15px 57px;
  background-color: rgba(0, 0, 0, .7);
}
.banner_list>b{
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
.banner_list>b:nth-child(1){
  top: -1px;
  left: -1px;
  border-top: 1px #4EF2FF solid;
  border-left: 1px #4EF2FF solid;
}
.banner_list>b:nth-child(2){
  top: -1px;
  right: -1px;
  border-top: 1px #4EF2FF solid;
  border-right: 1px #4EF2FF solid;
}
.banner_list>b:nth-child(3){
  bottom: -1px;
  left: -1px;
  border-bottom: 1px #4EF2FF solid;
  border-left: 1px #4EF2FF solid;
}
.banner_list>b:nth-child(4){
  bottom: -1px;
  right: -1px;
  border-bottom: 1px #4EF2FF solid;
  border-right: 1px #4EF2FF solid;
}
.banner_list>img{
  width: 100%;
  height: 100%;
}
.banner_list::after{
  content: '';
  display: block;
  width: 94%;
  height: 1px;
  background-color: #4EF2FF;
  box-shadow: 0 0 8px 1px #4EF2FF;
  position: absolute;
  left: 3%;
  top: 10%;
  animation: banner_listAnimat 3s linear infinite;
}
@keyframes banner_listAnimat{
  0%{
      top: 10%;
  }50%{
      top: 90%;
  }100%{
      top: 10%;
  }
}
/* 方案专区 */
.fazq {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 1200px;
  margin: 0 auto;
}
.title-fazq,.title-answer, .title-act {
  width: 190px;
  height: 75px;
  background-image: url(../images/title.png);
  background-size: 100% 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 75px;
  color: #333;
  margin: 0 auto;
}
.fazq-desc {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.fazq-desc a {
  color: #0070B8;
}
.fazq-desc a:hover {
  text-decoration: underline;
}
.fazq-intro-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
.fazq-intro-top .intro-item {
  width: 545px;
  height: 300px;
  padding: 20px;
  background: #fff;
  display: flex;
}
.fazq-intro-top .intro-img {
  width: 230px;
  height: 300px;
}
.fazq-intro-top .intro-content {
  margin-left: 20px;
}
.fazq-intro-top .intro-content .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
}
.fazq-intro-top .intro-content .title:hover {
  color: #0070B8;
}
.fazq-intro-top .intro-content .desc {
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  height: 163px;
}
.fazq-intro-top .intro-content .down-btn {
  display: block;
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #0070B8;
  cursor: pointer;
  border-radius: 4px;
}
.fazq-intro-top .intro-content .down-btn:hover {
  background: #0C6095;
}
.fazq-intro-top .intro-content .down-img {
  width: 16px;
  vertical-align: middle;
  margin-right: 6px;
}
.fazq-intro-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
.fazq-intro-bottom .intro-item {
  width: 230px;
  cursor: pointer;
}
.fazq-intro-bottom .intro-box {
  position: relative;
  width: 230px;
  height: 300px;
}
.fazq-intro-bottom .intro-img {
  width: 230px;
  height: 300px;
}
.fazq-intro-bottom .down-pop {
  position: absolute;
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  transition: all ease-in 0.2s;
}
.fazq-intro-bottom .intro-item:hover .down-pop {
  opacity: 1;
}
.fazq-intro-bottom .intro-text {
  margin-top: 20px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.fazq-intro-bottom .intro-item:hover .intro-text {
  color: #0070B8;
}
.fazq-intro-bottom .down-text {
  color: #fff;
  font-size: 20px;
}
.fazq-intro-bottom .down-box {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: #0070B8;
  margin-top: 20px;
  line-height: 44px;
  text-align: center;
}
.fazq-intro-bottom .down-img {
  width: 20px
}
/* 问答 */
.answer-box {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.answer-box .answer-desc {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.answer-box .answer-form {
  position: relative;
  width: 956px;
  height: 676px;
  padding-left: 122px;
  padding-right: 122px;
  padding-top: 54px;
  margin: 40px auto 0;
  background-image: url(../images/form-bg.png);
  background-size: 100% 100%;
}
.answer-box .answer-form .q {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.answer-box .answer-form .n {
  color: #FF3333;
}
.answer-box .answer-form .a {
  margin-bottom: 40px;
  font-size: 14px;
}
.answer-box .answer-form .a label {
  position: relative;
  padding-left: 20px;
  margin-right: 15px;
}
.answer-box .answer-form .a input {
  background: #0070B8;

  display: none;
}
.answer-box .answer-form .a span {
  position: relative;
}
.answer-box .answer-form .a span::before {
  position: absolute;
  left: -20px;
  top: 3px;
  content: '';
  width: 14px;
  height: 14px;
  background: #E6E6E6;
}
.answer-box .answer-form .a input:checked + span::before {
  background: #0070B8;
}
.answer-box .submit-btn {
  display: block;
  width: 200px;
  height: 50px;
  background: #0070B8;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  border: 0;
  outline: none;
  margin: 0 auto;
}
.answer-box .submit-btn:hover {
  background: #0c6095;
}
.answer-box .submit-btn:disabled {
  background: #acacac;
}
.answer-box .bd-btn {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0070B8;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
}
.answer-box .bd-btn:hover {
  background: #0c6095;
}
/* 活动奖励 */
.act-box {
  padding: 80px 0 62px;
  background-color: #f8f8f8;
}
.act-box .wrapper {
  position: relative;
  margin-top: 40px;
}
.act-box .page-tit {
  padding-bottom: 60px;
}
.act-box .iboxs {
  overflow: hidden;
}
.act-box .iboxs li {
  list-style: none;
  margin-right: 50px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.act-box .iboxs li .iboxs-item {
  width: 300px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
  background: #fff;
  margin-bottom: 15px;
}
.act-box .iboxs img {
  display: block;
  margin-bottom: 15px;
}
.act-box .nameboxs {
  position: absolute;
  top: 0;
  right: 0;
  width: 402px;
}
.act-box .nameboxs .tit {
  font-size: 18px;
  /* border-radius: 10px 10px 0 0; */
  background-color: #0070B8;
  line-height: 48px;
  color: #fff;
  text-align: center;
}
.act-box .nameboxs .cont {
  height: 410px;
  background-color: #fff;
  /* border-radius: 0 0 10px 10px; */
}
.act-box .nameboxs .null {
  padding-top: 150px;
  color: #999;
  text-align: center;
}
.act-box .tipboxs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 40px;
  font-size: 12px;
}
.act-box .tipboxs .code {
  margin-right: 25px;
  width: 153px;
  height: 153px;
}
.act-box .tipboxs .ext {
  width: 450px;
  line-height: 1.6;
  color: #999;
}
/* about */
.about-box {
  background: #fff;
}
.about-box .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #333;
  line-height: 1.6;
  padding-bottom: 80px;
}
.about-box .page-tit {
  padding: 80px 0 60px;
  color: #0070B8;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.about-box .l {
  width: 780px;
}
.about-box .l .a-logo {
  display: block;
  height: 45px;
  margin-bottom: 30px;
}
.about-box .l .t2 {
  margin: 20px 0;
}
.about-box .l ul {
  overflow: hidden;
}
.about-box .l li {
  float: left;
  width: 50%;
}
.about-box .l li:nth-child(odd) {
  width: 40%;
}
.about-box .r .code {
  display: block;
  margin-bottom: 15px;
}
.hide {
  display: none;
}
/*弹窗*/
.pop_window {
  z-index: 1011;
  position: fixed;
  padding: 0px;
  margin: 0px 0px 0px -250px;
  width: 500px;
  top: 15%;
  left: 50%;
  color: rgb(0, 0, 0);
  border: 8px solid rgb(216, 216, 216);
  border-radius: 5px;
  cursor: default;
  height: 510px;
  line-height: 1.6;
  background: rgb(255, 255, 255);
  font-size: 14px;
  max-height: 596px;
  min-height: 560px;
}
.pop_window .dialog-hd{
  width: 100%;
  line-height: 50px;
  text-indent: 20px;
  background: #0068ab;
  color: #fff;
}

.form-item {
  height: 484px;
  overflow-y: scroll;
}
.layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(25, 25, 25, 0.8);
}
.pop_window_box {
  display: none;
}
.pop_window_box .error {
  color: #f00;
  background: none;
  padding-left: 8px;
  font-weight: normal;
}
.radio_box dt{
  float: inherit !important;
}
#submit_form .reason_box{
  display: none;
}
.pop_window{
  border: none;
  border-radius: 5px;
  box-shadow: 2px 1px 10px #000000;
  z-index: 99999;
}
.dialog{
  border-radius: 5px;
}
.collect_title{
  text-indent: 20px;
  margin: 16px 0;
}
.close-dialog{
  right: 5px;
  top: 5px;
  color: #999999;
}
.inline_dl {
  padding: 0 20px;
  box-sizing: border-box;
}

#submit_form .inline_dl dd{
  float: inherit;
}
#address_select {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#address_select select {
  width: 48%!important;
}
#submit_form .user_info_cookie{
  margin-left: 36px;
}
#submit_form dd{
/*     display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; */
}
#submit_form dd label{
  /* width: 50%; */
}
.dialog-bd{
  padding: 0;
}
#submit_form .inline_dl .wid100{
  width: 100%;
  margin: 0;
  border-radius: 3px;
}
.info_msgBox{
  height: 400px;
  overflow: auto;
}
/*用户资料 - 弹窗表单*/
#submit_form{
  height: 510px;
  overflow-y: auto;
}


.color_red{
  color:#d22;
}
#submit_form .collect_title {
  color:#d22;
}
#submit_form dl{
  display: block;
  margin: 10px 0;
}
#submit_form dt{
  display: block;
  font-size: 14px;
}
#submit_form dt i{
  font-weight: normal;
  font-style: normal;
}
#submit_form dt span{
  font-weight: normal;
  color: #999;
  font-size: 12px;
}

#submit_form dd{
  font-size: 14px;
  color: #666;
}
#submit_form dd input[type=text]{
  border: 1px solid #ddd;
  padding: 8px 10px;
  width: 100%;
  border-radius: 5px;
}
#submit_form dd label{
  /* display: block; */
  margin: 10px 10px 10px 0;
  line-height: 14px;
  font-size: 13px;
}
#submit_form label input{
  margin-right: 5px;
  vertical-align: initial;
  /* float: left; */
}
#submit_form .inline_selects label{
  float: left;
  width: 280px;
}
#submit_form .inline_dl dt{
  float: left;
  /* width: ; */
  line-height: 25px;
}
#submit_form .inline_dl select{
  width: 129px;
  height: 35px;
  /* margin: 0 0 10px 0; */
  border: 1px solid #ddd;
}

#submit_form textarea{
  width: 81%;
  display: block;
  height: 60px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  resize: none;
  border-radius: 3px;
  margin-left: 47px;
}
.frm_btn {
  background: none;
  color: #fff;
  width: 140px;
  height: 40px;
  vertical-align: top;
  border: none;
  outline: none;
  cursor: pointer;
}
.dialog{
  height: 100%;
  position: relative;
}
#submit_form .sub {
  width: 140px;
  margin: 0 auto 10px;
  background: #0068ab;
  float: inherit;
  cursor: pointer;
  /* position: absolute; */
  /* bottom: 45px; */
  /* right: 0; */
  /* left: 0; */
  border-radius: 4px;
}
.pop_window_box .desc{
  /* position: absolute; */
  font-size: 12px;
  padding: 0 20px 10px;
  box-sizing: border-box;
  bottom: 10px;
  color: #999;
  margin-top: 10px;
}
#submit_form .sub:hover {
   background: #0068ab;
}
select[name="jobcat"]{
  width: 100% !important;
  margin-right: 0 !important;
  border-radius: 5px;
}
select[name="department"]{
  width: 100% !important;
  margin-right: 0 !important;
  border-radius: 5px;
}

.close-dialog {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 28px;
  height: 28px;
  color: #D0CECF;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.close-dialog:hover {
  color: #444;
}
.radio_box{
  display: block !important;
  line-height: 28px;
}
.mb40{
  margin-bottom: 40px !important;
}
/* 弹窗 */
.succ_pop {
  text-align: center;
}
.succ_pop .layui-layer-title {
  border: none;
  background-color: #0070b8;
  text-align: left;
  color: #fff;
}
.succ_pop .succ-img {
  margin-top: 29px;
}
.succ_pop .tit {
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #333;
}
.succ_pop .desc {
  margin-top: 10px;
  color:#999;
  font-size: 14px;
}
.layui-layer-ico {
  background-image:url(../images/del.png)!important;
  background-size: 100%!important;
  background-position: 0 0!important;
}
/* pc状态下要隐藏的 */
@media screen and (max-width: 800px) {
  html{
    font-size: 13.3333333vw;
  }
  body{
      width: 100vw
  }
  .hide_m {
    display: none!important;
  }
  .m_fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 10;
  }
  /* header */
  .header {
    padding-left: 15px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 44px;
    background: #fff;
  }
  .header .header-img {
    width: 140px;
    height: 20px;
  }
  /* navbar */
  .nav_bar_m {
    height: 44px;
    padding: 0 15px;
    background: #0070B8;
  }
  .nav_bar_m .dib {
    display: block;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
  }
  .nav_bar_m li.on {
    font-weight: bold;
  }
  /* banner */
  .banner {
    margin-top: 88px;
  }
  .banner-m {
    width: 100%;
    display: block;
  }
  /* 问答 */
  .fazq-m {
    display: block;
    padding-top: 40px;
  }
  .title-m-fazq, .title-m-answer,.title-m-act {
    display: block;
    width: 118px;
    height: 47px;
    background-image: url(../images/title-m.png);
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    color: #333;
    margin: 0 auto;
  }
  .fazq-m .fazq-m-desc {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 24px;
  }
  .fazq-m .fazq-m-desc a {
    color: #0070B8;
  }
  .fazq-m .fazq-m-big-item {
    background: #fff;
    padding: 25px 15px;
    margin: 15px 15px 0;
  }
  .fazq-m .fazq-m-big-item .item-content {
    display: flex;
  }
  .fazq-m .fazq-m-big-item .intro-img {
    width: 100px;
    height: 130px;
    margin-right: 15px;
  }
  .fazq-m .fazq-m-big-item .box {
    padding: 10px 0;
    flex: 1;
  }
  .fazq-m .fazq-m-big-item .title {
    font-size: 16px;
    font-weight: bold;
    color: #0070B8;
  }
  .fazq-m .fazq-m-big-item .down-link {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0070b8;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    margin-top: 45px;
  }
  .fazq-m .fazq-m-big-item .down-img{
    width: 14px;
    margin-right: 10px;
  }
  .fazq-m .fazq-m-big-item .desc{
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
  }
  .fazq-m-list {
    padding: 15px 15px;
    font-size: 0;
  }
  .fazq-m-list .fazq-m-item {
    display: inline-block;
    width: calc((100vw - 45px) / 2);
    margin-right: 15px;
    vertical-align: text-top;
  }
  .fazq-m-list .fazq-m-item:nth-child(2n) {
    margin-right: 0;
  }
  .fazq-m-item-img {
    width: calc((100vw - 45px) / 2);
  }
  .fazq-m-item-desc {
    font-size: 14px;
    color: #333333;
    margin: 10px 0 15px;
  }
  /* 知识问答 */
  .answer-box {
    padding: 40px 15px 40px;
  }
  .answer-m-desc {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
  }
  .answer-box .answer-form {
    background: none;
    width: calc(100vw - 30px);
    padding: 0;
    margin: 20px 0 0;
    height: auto;
  }
  .answer-box .answer-form .q {
    margin: 0;
  }
  .answer-box .answer-form .a {
    margin: 14px 0 0 0;
  }
  .answer-box .answer-form .a label {
    display: block;
    margin-bottom: 14px;
    outline: none;
  }
  .answer-box .awser-btn-box {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
  }
  .answer-box .bd-btn {
    position: static;
    display: inline-block;
    width: calc((100vw - 45px) / 2);
  }
  .answer-box .submit-btn {
    display: inline-block;
    width: calc((100vw - 45px) / 2);
  }
  .answer-box .submit-btn:disabled {
    background: #f1f1f1;
  }
  /* 活动奖励 */
  .act-box {
    padding: 40px 15px 0;
  }
  .act-box .wrapper {
    width: calc(100vw - 30px);
  }
  .act-box .iboxs {
    display: flex;
    justify-content: space-between;
  }
  .act-box .iboxs li {
    margin-right: 0;
  }
  .act-box .iboxs li .iboxs-item {
    width: calc((100vw - 47px) / 2);
    height: 120px;
  }
  .act-box .iboxs img.jdk {
    width: 131px;
    margin: 0;
  }
  .act-box .iboxs img.vip {
    width: 61px;
    margin: 0;
  }
  .act-box .nameboxs {
    margin-top: 15px;
    position:static;
    width: calc(100vw - 30px);
  }
  .act-box .nameboxs .cont {
    height: auto;
    padding-bottom: 50px;
  }
  .act-box .tipboxs {
    flex-direction: column;
  }
  .act-box .tipboxs .code {
    /* width: 110px; */
    /* height: 110px; */
    margin: 0 auto;
  }
  .act-box .tipboxs .ext {
    margin-top: 30px;
    width: auto;
    padding-bottom: 40px;
  }
  /* 关于 */
  .about-box .wrapper {
    width: auto;
    display: block;
    padding: 0 15px 40px;
  }
  .about-box .page-tit {
    padding: 40px 0 24px;
    font-size: 18px;
  }
  .about-box .l {
      width: auto;
  }
  .about-box .l .a-logo {
    width: 198px;
    height: auto;
  }
  .about-box .l li {
      width: 100%!important;
  }
  .about-box .r .code {
    margin: 25px auto;
  }
  /* 页脚 */
  .fazq,.nav_bar, #top {
    display: none;
  }
  .pop_window {
    left: 5%;
    width: 90%;
    min-height: 570px;
    margin: 0;
    border-radius: 0;
  }
  #submit_form .sub {
    width: 90%;
    text-align: center;
  }

}