/* * {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
} */
.box {
  margin-left: -10px;
  margin-right: -10px;
}
#app {
  /* width: 1200px; */
  /* margin: 0 auto; */
  /* padding: 20px; */
}
#app .banner {
  background: url(../images/seldep_banner.jpg) no-repeat center center transparent;
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  width: 100%;
  line-height: 2.25;
  position: relative;
  margin: 0 0px 20px;
}
#app .check-status {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 0px 20px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
}
#app .title {
  background-color: #F5F5F5;
}
#app .title > h1 {
  display: inline-block;
  padding: 10px 50px;
  background-color: #1A74A8;
  color: #fff;
  font-size: 20px;
  position: relative;
}
#app .title > h1:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top: 11px solid #1A74A8;
  border-left-width: 11px;
  border-right-width: 11px;
  border-bottom: none;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
}
#app .items {
  margin-top: 20px;
}
#app .items .item {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
}
#app .items .item > a {
  display: block;
  border: 1px solid #E0E0E0;
  padding: 20px 10px;
  transition: all 0.4s ease;
  margin: 0 10px;
}
#app .items .item > a:hover {
  background: #1A74A8;
  color: #fff;
}
#app .container .title {
  margin-top: 10px;
}
#app .container .title h1 {
  padding: 10px;
}
#app .container .title h1:after {
  display: none;
}
#app .container > .progress-box {
  padding: 10px 0;
}
#app .container > .progress-box .pro-item {
  width: 25%;
  float: left;
}
#app .container > .progress-box .pro-item:first-child > .item-bar {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#app .container > .progress-box .pro-item:last-child > .item-bar {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#app .container > .progress-box .pro-item .item-bar {
  width: 100%;
  height: 10px;
  margin: 10px 0;
  position: relative;
  border-radius: 5px;
  background-color: #EEEEEE;
  border-radius: 0;
}
#app .container > .progress-box .pro-item .item-bar:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 6px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -13px;
  background-color: #EEEEEE;
}
#app .container > .progress-box .pro-item .icon-box {
  text-align: center;
}
#app .container > .progress-box .pro-item .icon-box > i {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000;
}
#app .container > .progress-box .pro-item.guide.on .item-bar {
  background-color: #25A0CA;
}
#app .container > .progress-box .pro-item.guide .item-bar:before {
  background-color: #25A0CA;
}
#app .container > .progress-box .pro-item.guide i {
  background: url("../images/ysqgk_zhinan_tit.png") center center no-repeat #25A0CA;
}
#app .container > .progress-box .pro-item.select.on .item-bar {
  background-color: #E66060;
}
#app .container > .progress-box .pro-item.select .item-bar:before {
  background-color: #E66060;
}
#app .container > .progress-box .pro-item.select i {
  background: url("../images/ysqgk_person.png") center center no-repeat #E66060;
}
#app .container > .progress-box .pro-item.fillin.on .item-bar {
  background-color: #EBC130;
}
#app .container > .progress-box .pro-item.fillin .item-bar:before {
  background-color: #EBC130;
}
#app .container > .progress-box .pro-item.fillin i {
  background: url("../images/ysqgk_apply.png") center center no-repeat #EBC130;
}
#app .container > .progress-box .pro-item.sub.on .item-bar {
  background-color: #A1D23D;
}
#app .container > .progress-box .pro-item.sub .item-bar:before {
  background-color: #A1D23D;
}
#app .container > .progress-box .pro-item.sub i {
  background: url("../images/ysqgk_submit.png") center center no-repeat #A1D23D;
}
#app .container > .progress-box .pro-item .item-text {
  text-align: center;
  color: #999999;
  line-height: 1.5;
}
#app .container .content {
  margin-top: 10px;
}
#app .container .content .cont{
  display: none
}
#app .container .content .cont.on{
  display: block;
}
#app .container .content hr {
  color: #ccc;
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 20px;
}
#app .container .content p {
  line-height: 2;
}
#app .container .content .action-bar {
  margin-top: 30px;
  bottom: 0;
  text-align: center;
}
#app .container .content .action-bar a {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  padding: 10px 20px;
  background-color: #006EAB;
  color: #fff;
}
#app .container .content .select-bar {
  text-align: center;
}
#app .container .content .select-bar .select-item {
  display: inline-block;
  margin: 20px;
  padding: 30px 50px;
  transition: all 0.4s ease;
  color: #1A74A8;
  position: relative;
}
#app .container .content .select-bar .select-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #1A74A8;
}
#app .container .content .select-bar .select-item p {
  margin-top: 20px;
}
#app .container .content .select-bar .select-item i {
  width: 86px;
  height: 86px;
  display: inline-block;
}
#app .container .content .select-bar .select-item.resident i {
  background: url(../images/ysqgk_resident_on.png) no-repeat center center;
}
#app .container .content .select-bar .select-item.orgaized i {
  background: url(../images/ysqgk_orgaized_on.png) no-repeat center center;
}
#app .container .content .select-bar .select-item:hover {
  background-color: #1A74A8;
  color: #fff;
}
#app .container .content .select-bar .select-item:hover.resident i {
  background-image: url(../images/ysqgk_resident.png);
}
#app .container .content .select-bar .select-item:hover.orgaized i {
  background-image: url(../images/ysqgk_orgaized.png);
}
@media (max-width: 768px) {
  #app {
    width: 100%;
    padding: 5px;
  }
  #app .banner {
    font-size: 26px;
    line-height: 1.5;
  }
  #app .check-status {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding: 5px;
  }
  #app .items .item {
    width: 50%;
  }
  #app .items .item a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #app .content img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=./ysqgk.css.map */