* {
  margin: 0;
  padding: 0;
}
input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.center {
  min-height: 88%;
}
input {
  outline: none;
}
input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: rgba(0, 0, 0, 0.45);
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: rgba(0, 0, 0, 0.45);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.45);
}
input[type="checkbox"] {
  width: 14px;
  height: 14px;
  background-color: transparent;
  -webkit-appearance: none;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  outline: none;
  vertical-align: middle;
  padding: 1px;
}
input[type="checkbox"]:checked {
  background: url("../../icon/选中.svg") no-repeat;
  background-size: cover;
  background-position: -2px 0px;
}
/* nav */
.nav {
  height: 68px;
  line-height: 68px;
  width: 100%;
  color: #ffffff;
  background-color: #384377;
    position: fixed;
    z-index:999;
  top: 0;
  
}
.nav .center {
  display: flex;
  justify-content: space-between;
}
.nav h3 {
  white-space: nowrap;
}
.nav .center ul {
  display: flex;
  /* margin-left: 106px; */
  margin-right: 20px;
}

.nav .center ul li {
  width: 72px;
  margin-left: 28px;
  text-align: center;
  white-space: nowrap;
}

.nav .center ul li a {
  font-size: 18px;
  color: #ffffff;
}
.nav .center ul li .active {
  display: inline-block;
  border-bottom: 2px #fff solid;
  height: 51px;
}

.size {
  font-size: 16px;
}
.map_box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.map {
  width: 481px;
  height: 204px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  padding: 12px 10px;
  position: absolute;
  top: 68px;
  right: 0px;
  z-index: 10;
  border-radius: 2px;
  box-sizing: border-box;
}

.map_main {
  width: 100%;
  height: 90px;
  display: flex;
  border-top: 1px solid rgba(229, 230, 235, 1);
  border-bottom: 1px solid rgba(229, 230, 235, 1);
  margin-top: 10px;
  padding-top: 10px;
}

.level {
  /* font: 16px "WenQuanYi Micro Hei", Arial, "Helvetica Neue"; */
  color: #333333; 
  font-weight: 700;
  margin-top: 2px;
}

.map .map_main ul {
  width: 400px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.map .map_main ul li {
  cursor: pointer;
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
}
.map .map_main ul li:last-child {
  margin-left: 8px;
  width: 66px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
}

.map .bottom {
  height: 38px;
  font-size: 14px;
  color: #fa8c16;
  margin-top: 16px;
}
.map_city{
	margin-left: -5px;
    cursor: pointer;
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
}
.map_active {
  background: rgba(89, 120, 239, 0.1);
  border: 1px solid rgba(89, 120, 239, 1);
  color: #4265ed !important;
}

/* nav */
.main {
   min-height: calc(100vh - 180px);
  margin-top: 68px!important;
}
/* footer */
.footer {
  background-color: #f7f7f7;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-top:64px;
}
/* footer */
/* fixed */


.pub_menu{
	cursor: pointer;
}
.text1 {
  width: 56px;
  height: 19px;
  font-size: 14px;
  color: #384377;
  text-align: center;
}
.rate_right {
  margin-left: 37px;
}
.rate_nav .rate_left {
  box-sizing: border-box;
  margin: 16px 0;
  width: 1px;
  height: 345px;
  background-color: rgba(151, 151, 151, 1);
  position: absolute;
  left: 18px;
}
.nav_ztxx,
.nav_qlt {
  display: flex;
  justify-content: space-between;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
}
.nav_qlt i {
  font-size: 16px;
  margin-right: 15px;
  color: #5978ef;
}
.nav_ztxx {
  cursor:pointer;
  border-bottom: 1px solid rgba(229, 230, 235, 1);
}
.nav_ztxx .icn input,
.iconfont {
  margin: 2px 8px 0 0;
}
.nav_active .iconfont{
  display: block !important;
}
.nav_frite_no .iconfont{
  display: block !important;
}
/* 选中 */
.rate_nav .nav_active {
  cursor:pointer;
  background: #ffffff;
  /* border: 1px solid #5978ef; */
}
/* 选中未填写 */
.rate_nav .nav_frite_no {
  opacity: 0.5;
  background-color: #fff !important;
}
/* 未选中 */
.rate_nav .nav_disable {
  opacity: .5;
background-color: #f2f3f5;
  /* pointer-events: none; */
}
.rate_left .iconfont {
  color: #4265ed;
  font-size: 14px;
  position: absolute;
}
.icon-zhixiang{
  display: block;
}
/* 左侧箭头定位 */
.scztxx {
  /*市场主体信息 */
  top: -2px;
  left: -8px;
}
.GZ_kezhi {
  /*公章刻制 */
  top: 95px;
  left: -8px;
}
.YH_kaihu {
  /*银行预约开户 */
  top: 140px;
  left: -8px;
}
.SWJ_kaiban {
  /*电子税务局开办 */
  top: 181px;
  left: -8px;
}
.SWJ_kaiban_New {
  /*电子税务局新办 */
  top: 225px;
  left: -8px;
}
.JYCB_dengji {
  /*就业参保登记 */
  top: 268px;
  left: -8px;
}
.ZFGJJ {
  /*住房公积金 */
  top: 315px;
  left: -8px;
}
.rate_right ul {
  width: 267px;
  height: 285px;
  background: #ffffff;
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
  padding: 8.5px;
  box-sizing: border-box;
}
.rate_nav ul li {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 250px;
  height: 36px;
  background-color: #fafafc;
  border: 1px solid #fafafc;
  margin: 8px 0 6px;
  padding: 0 10px;
  box-sizing: border-box;
}
.rate_nav .icn i {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #5978ef;
  display: none;
}
.rate_nav ul .icn i {
  right: 0px;
}
.rate_nav .icn input {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 10px;
}
.rate_left div {
  border-radius: 50%;
}
.circle1,
.circle2 {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid rgba(151, 151, 151, 1);
  left: -5px;
}
.circle1 {
  position: absolute;
  top: 0;
}
.circle2 {
  position: absolute;
  bottom: 0;
}
.fixed_icon {
  font-size: 30px !important;
}

.nav_disable input {
  display: none;
}
.circle_active1,
.circle_active2,
.circle_active3 {
  width: 6px;
  height: 6px;
  background-color: #999;
  position: absolute;
  left: -3px;
}
.circle_active1 {
  top: 45px;
}
.circle_active2 {
  top: 160px;
}
.circle_active3 {
  top: 270px;
}
/* .fixed_right li {
  height: 80px;
  font-size: 14px;
  text-align: center;
  position: relative;
} */

/* .fixed_right li a {
  color: #333333;
} */

.red {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #f5222d;
  position: absolute;
  top: 5px;
  right: 0px;
}

/* fixed */
li {
  list-style: none;
}

body {
  font-size: 16px !important;
  background-color: #ffffff;
  font-weight: 400;
  height: 100%;
  font-family: "Microsoft YaHei" !important;
}
input {
  font: 16px "WenQuanYi Micro Hei", Arial, "Helvetica Neue";
}
button {
  font: 16px "WenQuanYi Micro Hei", Arial, "Helvetica Neue";
}
a {
  text-decoration: none;
}

.center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.title {
  font-size: 20px;
  color: #333333;
  text-align: justify;
  font-weight: 700;
}

.size16 {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}

.herf {
  font-size: 14px;
  color: #40a9ff;
  font-weight: 400;
}

.colorActive {
  font-size: 16px;
  color: #4265ed !important;
}
button {
  border: none;
  outline: none;
}
.colorY {
  color: #fa8c16;
}
/* 二级页面头部 */
.head_title {
  /* padding-left: 360px; */
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #333333;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
/* 上一步/下一步按钮 */
.msg_next {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.msg_next button {
  width: 118px;
  height: 44px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #4265ed;
}

.msg_next .next_go {
  background-color: #4265ed;
  color: #ffffff;
  /* opacity: .5; */
}

.msg_next .next_stop {
  color: #4265ed;
  margin: 0 5px;
  /* opacity: .5; */
}
.msg_next .next_cancel {
  border: 1px solid rgba(169, 174, 184, 1);
}
/* 上一步/下一步按钮 */

/* 下拉箭头旋转 */
.rotate {
  transform: rotate(90deg);
}
.rotate2 {
  transform: rotate(180deg);
}

/* 下拉 */
.selet_Hytd {
  width: 228px;
  height: 287px;
  background: #ffffff;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 2px;
  padding: 0 10px;
  position: absolute;
  right: 324px;
  top: 256px;
  z-index: 3;
  overflow: scroll;
  overflow-x: hidden;
}
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
.selet_Hytd::-webkit-scrollbar {
  width: 5px;
  height: 50px;
  background-color: #f5f5f5;
}
/*定义滚动条轨道
 内阴影+圆角*/
.selet_Hytd::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #f5f5f5;
}
/*定义滑块
 内阴影+圆角*/
.selet_Hytd::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc;
}
/* 我的业务导航栏 */
.handle_top {
  display: flex;
  justify-content: space-between;
  height: 52px;
  line-height: 52px;
  padding-right: 16px;
  border-bottom: 1px solid #c9cdd4;
}

.handle_top .banner_top {
  display: flex;
  line-height: 52px;
  border: none;
}
.handle_top .banner_top span {
  /* width: 135px; */
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  height: 52px;
  margin-left: 15px;
}
.handle_top .ipt {
  display: flex;
  align-items: center;
}

/* .radius {
  border: 1px solid rgba(201, 205, 212, 1);
  border-radius: 2px;
} */

.handle_top .ipt .new {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(201, 205, 212, 1);
  border-radius: 2px;
  color: #40a9ff;
}
.handle_top .ipt .new .iconfont {
  font-size: 20px;
  margin-left: 8px;
}
.relation {
  width: 86px;
  height: 28px;
  line-height: 28px;
  border: 1px solid rgba(64, 169, 255, 1);
  border-radius: 14px;
  text-align: center;
  color: #40a9ff;
  font-size: 14px;
  margin-left: 8px;
}

.handle_top .ipt input {
  width: 280px;
  height: 32px;
  margin: 0 5px;
  font: 14px "WenQuanYi Micro Hei", Arial, "Helvetica Neue";
  outline: none;
  padding: 0 10px;
  border: 1px solid #c9cdd4;
}

.banner_top .Active {
  display: inline-block;
  height: 48px;
  border-bottom: 4px solid #4265ed;
}
/*　继续办理弹出层 */

.Popup {
  width: 960px;
  height: 713px;
  background: #ffffff;
  border: 1px solid rgba(151, 151, 151, 1);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.pupup_bgc {
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.Popup table {
  flex-grow: 1;
  margin: 0 auto;
  font-size: 14px;
}

.Popup nav .top {
  height: 50px;
  line-height: 50px;
  background-color: #384377;
  color: #ffffff;
  font-size: 18px;
  padding-left: 21px;
}

.Popup nav button {
  width: 71px;
  height: 24px;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  background-color: #4265ed;
  border-radius: 2px;
  margin: 12px 0 12px 5px;
  transform: translateX(762px);
}

.Popup footer {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.Popup footer button {
  width: 102px;
  height: 44px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
}

.Popup footer button:nth-child(1) {
  background-color: #4265ed;
  color: #ffffff;
}

.Popup footer button:nth-child(2) {
  background-color: #ffffff;
  border: 1px solid #a9aeb8;
  color: #262626;
}

.Popup table,
.Popup table td {
  border: none;
  border-collapse: collapse;
  height: 54px;
}

.Popup table tr {
  border-bottom: 1px solid #cccccc;
}

.Popup table tr:nth-child(1) td {
  border: none;
  font-size: 16px;
  height: 40px;
}
.Popup table tr td input[type="text"] {
  border: 1px solid rgba(169, 174, 184, 1);
  border-radius: 2px;
  height: 32px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.Popup .del {
  color: #4265ed;
  font-size: 14px;
}

.officialseal_title .left {
  display: flex;
  align-items: center;
}
.officialseal_title .left span:nth-child(1) {
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #4265ed;
}
.officialseal_title .left span {
  margin-left: 7px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
}
.officialseal_title .left p {
  color: #fa8c16;
  font-size: 14px;
  margin: 0 5px;
}
.color_red {
  color: #f5222d;
  display: inline-block;
  width: 12px;
}
.switch {
  width: 36px;
  height: 20px;
  background-color: #4265ed;
  border-radius: 73px;
  position: relative;
  margin-left: 15px;
}
.switch .switch_in {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #4265ed;
  /* transform: translateX(-60%); */
}
.switch_active {
  background-color: #cccccc;
}
.switch_active .switch_in {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #cccccc;
}
.checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 40px 15px 58px;
  box-sizing: border-box;
  justify-content: space-between;
  font-size: 16;
}
.checkbox .checkbox_box {
  position: relative;
  /* width: 45%; */
  margin-top: 20px;
  color: #333333;
  display: flex;
}
.checkbox .checkbox_box input[type="text"] {
  width: 255px;
  height: 33.95px;
  background: #ffffff;
  border: 1px solid #a9aeb8;
  border-radius: 2px;
  padding: 10px;
  box-sizing: border-box;
}
.addBTN {
  width: 71px;
  height: 34px;
  color: #ffffff;
  background-color: #4265ed;
  border-radius: 2px;
}
.layui-form-select dl dd.layui-this {
  background-color: #4265ed !important;
}
.banner_top_li_activeA {
  border-bottom: 3px solid #4265ed;
  height: 95%;
  display: inline-block;
}
.banner .banner_top span {
  margin: 0 10px;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
  color: #4265ED !important;
}
.layui-form-checked[lay-skin=primary] i{
  background-color: #4265ed !important;
}
.layui-icon{
  font-size: 20px !important;
}
input[type="text"]:disabled{ 
background-color: #F3F5F7;
}