@charset "UTF-8";
/**!
* 企业开办
* date:2022-11-23
* author: gyc;
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.mypos {
  height: 60px;
  line-height: 58px;
  color: #999;
}

.mypos > a {
  color: #999;
}

.mypos .cur {
  color: #ff8b17;
}

.banner {
  height: 276px;
  padding-top: 120px;
  background: url("../images/qykb-banner.jpg") no-repeat center;
}

.banner-title {
  width: 509px;
  height: 76px;
  background: url("../images/qykb-title.png") no-repeat center;
}

.main-container {
  padding-bottom: 40px;
}

.main-container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.main-container .top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 890px;
  height: 458px;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
}

.main-container .top .wrapper {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.main-container .top .wrapper .type {
  position: relative;
  padding-top: 35px;
  width: 40px;
  height: 250px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #2868b1;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-container .top .wrapper .type span {
  display: inline-block;
  width: 20px;
}

.main-container .top .wrapper .type::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-70%);
  transform: translatey(-70%);
  right: -18px;
  content: '';
  width: 23px;
  height: 11px;
  background: url(../images/right-bg01.png) no-repeat;
}

.main-container .top .wrapper .handle {
  position: relative;
  padding: 12px 0;
  margin-left: 22px;
  width: 151px;
  height: 251px;
  text-align: center;
  background: #e6f3fc;
  border: 2px dashed #89a7c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-container .top .wrapper .handle::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: -35px;
  content: '';
  width: 36px;
  height: 169px;
  background: url(../images/right-bg02.png) no-repeat;
}

.main-container .top .wrapper .handle .name {
  line-height: 15px;
  font-size: 16px;
  color: #0669b2;
}

.main-container .top .wrapper .handle .name-item {
  margin: 10px auto;
  width: 119px;
  height: 24px;
  line-height: 24px;
  background: #c8e4f9;
  border-radius: 12px;
}

.main-container .top .wrapper .handle .name-item:first-child {
  margin-top: 13px;
}

.main-container .top .wrapper .submit-box {
  position: relative;
  margin-left: 36px;
  width: 151px;
  height: 251px;
}

.main-container .top .wrapper .submit-box::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: -28px;
  content: '';
  width: 30px;
  height: 160px;
  background: url(../images/right-bg03.png) no-repeat;
}

.main-container .top .wrapper .submit-box .online {
  padding: 15px 8px;
  height: 97px;
  background: #e6f3fc;
  border: 2px dashed #89a7c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-container .top .wrapper .submit-box .online .name {
  line-height: 15px;
  font-size: 16px;
  color: #0669b2;
}

.main-container .top .wrapper .submit-box .online .text {
  margin-top: 8px;
  line-height: 22px;
  font-size: 13px;
}

.main-container .top .wrapper .submit-box .online.window {
  margin-top: 57px;
}

.main-container .top .wrapper .step {
  padding: 0;
  margin-left: 34px;
}

.main-container .top .wrapper .step::after {
  content: none;
}

.main-container .top .wrapper .step .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  height: 24px;
}

.main-container .top .wrapper .step .step-item i {
  display: inline-block;
  padding-top: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47px;
}

.main-container .top .wrapper .step .step-item span {
  line-height: 13px;
  font-size: 13px;
  color: #0669b2;
}

.main-container .top .top-right {
  width: 293px;
  margin-left: auto;
}

.main-container .top .top-right .qykb-link-list > li {
  height: 143px;
}

.main-container .top .top-right .qykb-link-list > li:nth-child(1) {
  background: url("../images/link1.png") no-repeat center;
}

.main-container .top .top-right .qykb-link-list > li:nth-child(2) {
  background: url("../images/link2.png") no-repeat center;
}

.main-container .top .top-right .qykb-link-list > li:nth-child(3) {
  background: url("../images/link3.png") no-repeat center;
}

.main-container .top .top-right .qykb-link-list > li + li {
  margin-top: 16px;
}

.main-container .top .top-right .qykb-link-list > li > a {
  display: block;
  height: 100%;
  color: #fff;
  font-weight: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 143px;
  padding-left: 32px;
}

.main-container .progress {
  margin-top: 60px;
}

.main-container .progress-title {
  height: 24px;
  margin-bottom: 25px;
  padding-left: 40px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
  background: url("../images/icon-progress.png") no-repeat left center;
}

.main-container .progress .progress-tb {
  width: 100%;
  table-layout: fixed;
}

.main-container .progress .progress-tb th {
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #4474B4;
}

.main-container .progress .progress-tb td {
  height: 76px;
  text-align: center;
  font-size: 16px;
}

.main-container .progress .progress-tb td.name {
  text-align: left;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-container .progress .progress-tb tr:nth-child(even) {
  background: #F7F9FF;
}

.main-container .progress .progress-tb td.handle {
  color: #FEAE24;
}

.main-container .progress .progress-tb td.finish {
  color: #94C628;
}

.main-container .progress .progress-tb td.get {
  color: #5D92F8;
}

.main-container .progress .scroll-box {
  height: 456px;
  border: 1px solid #E7E7E7;
  border-top: 0;
  overflow: hidden;
}

.main-container .sup {
  margin-top: 60px;
}

.main-container .sup-title {
  height: 24px;
  padding-left: 40px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
  background: url("../images/icon-sup.png") no-repeat left center;
}

.main-container .sup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.main-container .sup-list > li {
  width: 387px;
  height: 142px;
}

.main-container .sup-list > li:nth-child(1) {
  background: url("../images/sup1.png") no-repeat center;
}

.main-container .sup-list > li:nth-child(2) {
  background: url("../images/sup2.png") no-repeat center;
}

.main-container .sup-list > li:nth-child(3) {
  background: url("../images/sup3.png") no-repeat center;
}

.main-container .sup-list > li + li {
  margin-left: 20px;
}

.main-container .sup-list > li > a {
  display: block;
  height: 100%;
}
