/*顶部导航 Start*/
.header {
  height: 1rem;
  width: 100%;
  background-color: #fff;
  padding-left: 0.3rem;
}
.header .qcq_logo {
  width: 1.25rem;
  height: 0.5rem;
  background: url(../images/register_icon_group.png);
  background-size: 11.31rem 7.13rem;
  background-repeat: no-repeat;
  background-position: -0.84rem -0.69rem;
  display: inline-block;
  float: left;
  margin-top: 0.25rem;
}
/*顶部导航 End*/
.body-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: -1;
}
.body-bg img {
  width: 100%;
}
/*注册公司快速通道\公司注销申请快速通道 Start*/
.information-content {
  width: 6.9rem;
  height: 3.84rem;
  background-color: #fff;
  box-shadow: 0px 0.14rem 0.16rem 0px rgba(149, 161, 193, 0.24);
  border-radius: 0.1rem;
  padding: 0.56rem 0.55rem 0;
  margin: auto;
}
.information-content .input-area input {
  display: inline-block;
  box-shadow: none;
  width: 5.8rem;
  height: 0.7rem;
  border: 1px solid #2F87FF;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  line-height: 0.7rem;
  padding-left: 0.42rem;
  margin-bottom: 0.27rem !important;
}
.information-content .fast-track-btn {
  width: 5.8rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  background: linear-gradient(45deg, #58a2fd, #2f87ff);
  font-size: 0.3rem;
  margin-top: 0.1rem;
  border: 0;
  color: #fff;
}
/*注册公司快速通道\公司注销申请快速通道 End*/
/*内容标题区域*/
.info-area {
  background-color: #fff;
  padding: 0 0.3rem;
  box-shadow: 0px 0.14rem 0.16rem 0px rgba(149, 161, 193, 0.24);
}
.info-area .info-title {
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #1A1A1A;
  text-align: center;
  padding: 0.55rem 0 0.35rem;
  margin: 0;
}
/*需要准备的材料*/
.prepare-material {
  padding-bottom: 0.38rem;
}
.prepare-material .material-list {
  width: 4.94rem;
  margin: 0 auto;
}
.prepare-material .material-item {
  width: 100%;
  height: 0.8rem;
  padding-left: 0.8rem;
  position: relative;
  margin-bottom: 0.18rem;
}
.prepare-material .material-item .info-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
}
.prepare-material .material-item .material-txt {
  padding-left: 0.4rem;
  font-size: 0.26rem;
  color: #1A1A1A;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #FAFAFA;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0px 0.04rem 0.04rem 0px;
}
/*需要准备的材料 end*/
/*服务中心 start*/
.service-center {
  background-color: #fff;
}
.service-center .normal-title {
  padding: 0.56rem 0 0.36rem;
}
.service-center .normal-title-txt {
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #1A1A1A;
  text-align: center;
}
/*服务中心 end*/
/*公共按钮 start*/
.common-btnstyle {
  text-align: center;
}
.common-btnstyle a {
  color: #fff;
  display: inline-block;
  width: 5.8rem;
  height: 0.7rem;
  font-size: 0.3rem;
  line-height: 0.7rem;
  text-align: center;
  background: linear-gradient(45deg, #58a2fd, #2f87ff);
  border-radius: 0.1rem;
}
/*公共按钮 end*/
