@charset "UTF-8";
/**!
 * 新疆维吾尔自治区“跨域通办”服务专区
 * date:2023-04-26
 * author: xjl;
 */
.banner {
  padding: 48px 0;
  background: #fff url("../images/cross_domain_zone/banner.png") no-repeat top center;
}
.banner .tag {
  margin: 0 auto;
  padding: 0 24px;
  width: 268px;
  height: 36px;
  line-height: 36px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #e63939;
  border-radius: 18px;
}
.banner .title {
  margin-top: 28px;
  height: 65px;
  line-height: 65px;
  text-align: center;
}

.search-box {
  margin: 17px auto 0;
  width: 534px;
  height: 48px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 26px;
}
.search-box .search-input {
  padding: 0 21px;
  width: 446px;
  height: 44px;
  font-size: 16px;
  border-radius: 26px;
  border: none;
  outline: medium;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-box .search-input::-webkit-input-placeholder {
  color: #999;
}
.search-box .search-input::-moz-placeholder {
  color: #999;
}
.search-box .search-input:-ms-input-placeholder {
  color: #999;
}
.search-box .search-input::-ms-input-placeholder {
  color: #999;
}
.search-box .search-input::placeholder {
  color: #999;
}
.search-box .search-btn {
  margin-top: -2px;
  margin-right: -2px;
  width: 84px;
  height: 48px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  background: linear-gradient(114.7deg, #f9bd1a 2.35%, #ec8e25 102.96%);
  border: 2px solid #fff;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 110px;
  height: 72px;
  color: #023867;
  letter-spacing: 0.2em;
  text-align: center;
}

.area-item {
  position: relative;
  padding-top: 48px;
  width: 49px;
  height: 72px;
  line-height: 24px;
  font-family: "PangMenZhengDao" !important;
  font-size: 24px;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
.area-item + li {
  margin-left: 148px;
}
.area-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: #108dee;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 2px 22px rgba(129, 163, 189, 0.42);
          box-shadow: 0 2px 22px rgba(129, 163, 189, 0.42);
  border-radius: 50%;
}
.area-item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 64px;
  width: 20px;
  height: 36px;
  background: url("../images/cross_domain_zone/arrow.png") no-repeat;
}
.area-item:last-child::after {
  content: none;
}

.handle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  margin-top: 150px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 2px 22px rgba(129, 163, 189, 0.18);
          box-shadow: 0 2px 22px rgba(129, 163, 189, 0.18);
}

.handle-item {
  width: 211px;
  height: 272px;
  overflow: hidden;
}
.handle-item + li {
  margin-left: 24px;
}
.handle-item .area-img {
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.handle-item .area-img img {
  width: 100%;
  height: 100%;
}
.handle-item .area-content {
  position: relative;
  padding: 24px 24px 19px;
  width: 100%;
  height: 0;
  color: #fff;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.handle-item:nth-child(1) .area-content {
  background: url("../images/cross_domain_zone/area-img1-bg.jpg") no-repeat center;
}
.handle-item:nth-child(2) .area-content {
  background: url("../images/cross_domain_zone/area-img2-bg.jpg") no-repeat center;
}
.handle-item:nth-child(3) .area-content {
  background: url("../images/cross_domain_zone/area-img3-bg.jpg") no-repeat center;
}
.handle-item:nth-child(4) .area-content {
  background: url("../images/cross_domain_zone/area-img4-bg.jpg") no-repeat center;
}
.handle-item:nth-child(5) .area-content {
  background: url("../images/cross_domain_zone/area-img5-bg.jpg") no-repeat center;
}
.handle-item .area-title {
  line-height: 36px;
  font-family: "YouSheBiaoTiHei" !important;
  font-size: 36px;
  text-align: center;
}
.handle-item .area-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-top: 16px;
  font-size: 16px;
  height: 120px;
  line-height: 24px;
  overflow: hidden;
}
/* .handle-item .join {
  display: block;
  margin: 20px auto 0;
  width: 112px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #108dee;
  text-align: center;
  background: #fff;
  border-radius: 24px;
} */
.handle-item .area-click {
  display: block;
  margin: 20px auto 0;
  width: 112px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #108dee;
  text-align: center;
  background: #fff;
  border-radius: 24px;
}
.handle-item:hover .area-img {
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.handle-item:hover .area-content {
  height: 100%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.subtitle {
  line-height: 40px;
  font-family: "YouSheBiaoTiHei" !important;
  font-size: 40px;
  color: #023867;
  letter-spacing: 0.1em;
  text-align: center;
}
.subtitle::before, .subtitle::after {
  content: "";
  display: inline-block;
  margin-bottom: 6px;
  width: 115px;
  height: 14px;
}
.subtitle::before {
  margin-right: 16px;
  background: url("../images/cross_domain_zone/title-before.png") no-repeat;
}
.subtitle::after {
  margin-left: 16px;
  background: url("../images/cross_domain_zone/title-after.png") no-repeat;
}

.featured {
  padding: 48px 0;
  background: #eff5ff url("../images/cross_domain_zone/featured.jpg") no-repeat center;
}

.tab {
  margin-top: 40px;
  border-radius: 8px;
  border-radius: 8px;
}
.tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  line-height: 64px;
  color: #fff;
  background-color: #fff;
}
.tab-hd-item {
  position: relative;
  padding: 0 20px;
  width: 400px;
  height: 100%;
  font-size: 24px;
  color: #108dee;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.tab-hd-item:first-child {
  border-radius: 8px 0 0 8px;
}
.tab-hd-item:last-child {
  border-radius: 0 8px 8px 0;
}
.tab-hd-item::after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -12px;
  width: 20px;
  height: 12px;
  background: url("../images/cross_domain_zone//tab-arrow.png") no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-hd-item:hover, .tab-hd-item.active {
  color: #fff;
  background: #108dee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-hd-item:hover::after, .tab-hd-item.active::after {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-bd {
  margin-top: 28px;
  padding: 28px 24px 24px;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.tab-bd .subtitle {
  font-size: 32px;
}
.tab-bd .subtitle::before, .tab-bd .subtitle::after {
  margin-bottom: 2px;
}
.tab-bd .subtitle::before {
  background: url("../images/cross_domain_zone/featured-title-before.png") no-repeat;
}
.tab-bd .subtitle::after {
  background: url("../images/cross_domain_zone/featured-title-after.png") no-repeat;
}

.bdl-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.bdl-content .pic {
  margin-top: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 256px;
  height: 168px;
  overflow: hidden;
}
.bdl-content .text-box {
  margin-left: 24px;
  line-height: 24px;
  font-size: 16px;
}
.bdl-content .text {
  margin-top: 8px;
  color: #666;
}
.bdl-content .guide {
  display: inline-block;
  margin-top: 16px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #108dee;
  border-radius: 4px;
}

.process-flow {
  padding: 48px 0;
  background: url("../images/cross_domain_zone/process-flow.jpg") no-repeat;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  height: 350px;
  background: url("../images/cross_domain_zone/flow-line.png") no-repeat center;
}

.flow-item {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 100%;
}
.flow-item + li {
  margin-left: 35px;
}
.flow-item .num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 14px;
  width: 72px;
  height: 73px;
  font-size: 28px;
  font-family: "OPPOSans" !important;
  text-align: center;
  z-index: 0;
}
.flow-item .num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 73px;
  background: url("../images/cross_domain_zone/num-bg.png") no-repeat;
  z-index: -1;
}
.flow-item .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  width: 200px;
  min-width: 200px;
  height: 88px;
  font-size: 16px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9d8ff), to(#a9b2ff));
  background: linear-gradient(180deg, #a9d8ff, #a9b2ff);
  border-radius: 4px;
  z-index: 1;
}
.flow-item .text > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  overflow: hidden;
}
.flow-item .text::before {
  content: "";
  position: absolute;
  width: 196px;
  height: 84px;
  background: #ebf6ff;
  border: 2px solid transparent;
  border-radius: 2px;
  z-index: -1;
}
.flow-item:first-child .num, .flow-item:nth-child(3) .num, .flow-item:nth-child(5) .num {
  top: 174px;
}
.flow-item:first-child .text, .flow-item:nth-child(3) .text, .flow-item:nth-child(5) .text {
  bottom: 0;
}
.flow-item:nth-child(2) .num, .flow-item:nth-child(4) .num {
  padding-top: 20px;
  top: 106px;
}
.flow-item:nth-child(2) .num::before, .flow-item:nth-child(4) .num::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.flow-item:nth-child(2) .text, .flow-item:nth-child(4) .text {
  top: 0;
}
.flow-item:first-child .num {
  top: 174px;
  color: #6066ff;
}
.flow-item:nth-child(2) .num {
  color: #1f96ff;
}
.flow-item:nth-child(3) .num {
  color: #1eb68d;
}
.flow-item:nth-child(4) .num {
  color: #ea8901;
}
.flow-item:nth-child(5) .num {
  color: #e24792;
}

.total-box {
  padding: 48px 0;
  background: url("../images/cross_domain_zone/total-bg.jpg") no-repeat center;
}

.total-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
}

.total-item {
  padding: 32px;
  width: 282px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 28px rgba(57, 63, 74, 0.1);
          box-shadow: 0 2px 28px rgba(57, 63, 74, 0.1);
  border-radius: 2px;
}
.total-item .name {
  position: relative;
  height: 41px;
  line-height: 24px;
  font-weight: 600;
  font-size: 24px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.total-item .name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 56px;
  border-bottom: 2px solid #108dee;
  border-radius: 1px;
}
.total-item + li {
  margin-left: 24px;
}

.total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 26px;
  font-size: 16px;
}
.total-name {
  -ms-flex-item-align: center;
      align-self: center;
  width: 96px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}
.total-num {
  color: #999;
}
.total-num > span {
  margin-right: 4px;
  font-weight: 600;
  font-family: "OPPOSans" !important;
  font-size: 32px;
  color: #108dee;
}

.event-tab {
  padding: 48px 0 64px;
}

.hd-box {
  position: relative;
}
.hd-box .more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.event-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.event-hd-item {
  position: relative;
  margin-right: 64px;
  line-height: 40px;
  font-family: "YouSheBiaoTiHei" !important;
  color: rgba(2, 56, 103, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.event-hd-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: url("../images/cross_domain_zone/title-line.png") no-repeat bottom left;
  background-size: 100% 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.event-hd-item:hover, .event-hd-item.active {
  color: #023867;
  letter-spacing: 0.1em;
  font-size: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-hd-item:hover::after, .event-hd-item.active::after {
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.more {
  font-size: 18px;
  color: #108dee;
}

.event-item {
  margin-top: 24px;
  padding: 16px 24px 16px 20px;
  height: 64px;
  line-height: 32px;
  background: #f5fbff;
  border-left: 4px solid #0285fa;
}
.event-item .name {
  max-width: 900px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn {
  display: inline-block;
  margin-left: 20px;
  width: 88px;
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  color: #108dee;
  text-align: center;
  background-color: #fff;
  border: 1px solid #108dee;
  border-radius: 4px;
}

.guide {
  color: #fff;
  background: #108dee;
}

.process-point {
  padding-top: 48px;
  background: #f3f8fc url("../images/cross_domain_zone/process-point.jpg") no-repeat bottom center;
}

.map-box {
  height: 800px;
}

.interaction {
  padding: 64px 0 48px;
}
.interaction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.interaction-item {
  padding: 32px 39px 28px 40px;
  width: 384px;
  height: 240px;
  background: url("../images/cross_domain_zone/interaction-bg.jpg") no-repeat;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.interaction-item .name {
  font-family: "PangMenZhengDao" !important;
  font-size: 28px;
  color: #023867;
  letter-spacing: 0.2em;
  text-align: center;
}
.interaction-item + li {
  margin-left: 24px;
}
.interaction-item .text {
  margin-top: 16px;
  height: 84px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
.interaction-item:hover {
  background-image: url("../images/cross_domain_zone/interaction-bg-a.jpg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.interaction-item:hover .name,
.interaction-item:hover .text {
  color: #fff;
}
.interaction-item:hover .propose {
  color: #108dee;
  background-color: #fff;
}
.interaction .propose {
  display: block;
  margin: 12px auto 0;
  width: 112px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #108dee;
  border-radius: 24px;
}










.header {
  width: 100%;
  min-width: 1200px;
  height: 104px;
  background: url(../../platform1/images/platform_index/topBg.png) top center no-repeat;
  background-size: 100% 100%;
}

.header-main {
  width: 1200px;
  margin: 0 auto;
}

.header .logo {
  float: left;
  margin-top: 29px;
  /*width: 306px;
  height: 61px;*/
}

.header .quick-login {
  position: relative;
  /* 平台导航 */
  /* 移动政务 */
  /* nav */
  /* logo */
  /* 统一模块 */
  /* 侧边工具 */
}

.header .quick-login .login-con1 {
  position: absolute;
  right: 32px;
  top: 37px;
}

.header .quick-login .ewb-lr {
  position: relative;
  float: right;
  margin-top: 54px;
  width: 106px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #3568d8;
  border-radius: 13px;
}

.header .quick-login .ewb-lr:before {
  position: absolute;
  content: "";
  left: 52px;
  top: 5px;
  width: 2px;
  height: 15px;
  background: #3568d8;
}

.header .quick-login .ewb-lr > a {
  float: left;
  width: 53px;
  text-align: center;
  color: #3568d8;
}

.header .quick-login .ewb-top-link {
  float: right;
  margin: 53px 22px 0 0;
}

.header .quick-login .ewb-link-node {
  position: relative;
  float: left;
  margin-left: 20px;
  height: 30px;
  vertical-align: top;
}

.header .quick-login .ewb-top-item:first-child,
.header .quick-login .ewb-top-item.first {
  padding: 0 20px;
  margin-right: -15px;
  height: 36px;
  line-height: 28px;
  position: relative;
}

.header .quick-login .ewb-link-node:first-child {
  margin-left: 0;
}

.header .quick-login .ewb-link-node:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  width: 2px;
  height: 15px;
  background: #3568d8;
}

.header .quick-login .ewb-link-node:first-child:before {
  display: none;
}

.header .quick-login .ewb-myproject:before {
  display: none;
}

.header .quick-login .ewb-link-name {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #3568d8;
}

.header .quick-login .ewb-link-name > i {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 11px;
  background: url("../images/platform_index/top_arrow.png") no-repeat;
}

.header .quick-login .ewb-link-node .ewb-garden.one {
  left: -350px;
  top: 30px;
  right: auto;
  width: 620px;
}

.header .quick-login .ewb-garden {
  display: none;
  position: absolute;
  z-index: 400;
  top: 83px;
  left: 0;
  right: 0;
  padding-top: 10px;
}

.header .quick-login .ewb-garden-mod {
  background: #fff;
  padding-left: 40px;
  padding-top: 14px;
  padding-bottom: 15px;
  position: relative;
}

.header .quick-login .ewb-grade-line {
  position: absolute;
  width: 1px;
  background: #e5e5e5;
  top: 20px;
  bottom: 30px;
}

.header .quick-login .ewb-grade-line1 {
  left: 358px;
}

.header .quick-login .ewb-garden-hd > h3 {
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}

.header .quick-login .ewb-wt316 {
  width: 316px;
  float: left;
}

.header .quick-login .ewb-graden-item {
  width: 105px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .quick-login .ewb-graden-item a {
  padding-left: 13px;
  color: #333;
  background: url("../images/platform_index/info-icon2.jpg") left center no-repeat;
}

.header .quick-login .ewb-graden-item a:hover {
  color: #1080cc;
}

.header .quick-login .ewb-wt220 {
  width: 220px;
  float: left;
}

.header .quick-login .ewb-wt235 {
  width: 235px;
  float: left;
}

.header .quick-login .ewb-wt110 {
  width: 110px;
  float: left;
}

.header .quick-login .ewb-ml25 {
  margin-left: 25px;
}

.header .quick-login .ewb-grade-line2 {
  left: 604px;
}

.header .quick-login .ewb-grade-line3 {
  left: 870px;
}

.header .quick-login .ewb-link-node .ewb-garden.two {
  left: -214px;
  top: 30px;
  right: auto;
  /*width: 400px;*/
  width: 427px;
}

.header .quick-login .ewb-phone {
  background: #fff;
}

.header .quick-login .ewb-top-log {
  float: left;
  height: 25px;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 13px;
  padding: 0 15px;
  margin-top: 9px;
  margin-left: 22px;
  margin-right: 20px;
}

.header .quick-login .ewb-phone-hd {
  padding-top: 20px;
  height: 34px;
  text-align: center;
}

.header .quick-login .ewb-phone-hd img {
  vertical-align: top;
}

.header .quick-login .ewb-phone-bd {
  padding-left: 28px;
  padding-bottom: 13px;
}

.header .quick-login .ewb-phone-mod {
  /*width: 171px;*/
  width: 193px;
  float: left;
}

.header .quick-login .ewb-weixin {
  width: 129px;
  height: 129px;
  border: 1px solid #d2d2d2;
  margin: 0 auto;
}

.header .quick-login .ewb-weixin img {
  width: 129px;
  height: 129px;
  vertical-align: top;
}

.header .quick-login .ewb-phone-mod p {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.header .quick-login .ewb-link-node:hover .ewb-garden,
.header .quick-login .ewb-link-node:hover .ewb-link-name > i {
  display: block;
}

.header .quick-login .ewb-nav {
  height: 58px;
  background: url("../images/nav_bg.png") left bottom repeat-x;
}

.header .quick-login .ewb-nav-list {
  float: left;
}

.header .quick-login .ewb-nav-node {
  float: left;
  margin-left: 60px;
  vertical-align: top;
}

.header .quick-login .ewb-nav-name {
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  color: #fff;
}

.header .quick-login .ewb-nav-name:hover,
.header .quick-login .ewb-nav-name.current {
  border-bottom: 3px solid #fff;
}

.header .quick-login .ewb-search {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 10px;
  padding: 0 38px 0 15px;
  width: 169px;
  height: 34px;
  background: url("../images/search_bg.png") no-repeat;
}

.header .quick-login .ewb-search .input-placeholder {
  position: absolute;
  top: 0;
  left: 15px;
  height: 34px;
  line-height: 33px;
  color: #d4e3ff;
  z-index: -1;
  cursor: text;
}

.header .quick-login .ewb-search .input-box {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 33px;
  border: 0;
  background: 0 0;
  color: #fff;
}

.header .quick-login .ewb-search-btn {
  position: absolute;
  top: 9px;
  right: 17px;
  width: 16px;
  height: 16px;
  background: url("../images/search_ico.png") no-repeat;
  cursor: pointer;
}

.header .quick-login .ewb-banner-logo {
  display: block;
  margin: 40px auto 0;
  height: 86px;
}

.header .quick-login .ewb-unify {
  margin-top: 40px;
  height: 48px;
  text-align: center;
}

.header .quick-login .ewb-unify-wrap {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  background: url("../images/unify_bg.png") repeat;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.header .quick-login .ewb-unify-name {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  font-size: 16px;
  color: #3568d8;
}

.header .quick-login .ewb-unify-name:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 18px;
  width: 1px;
  height: 12px;
  background: #90aece;
}

.header .quick-login .ewb-unify-name:first-child:before {
  display: none;
}

.header .quick-login .ewb-tool {
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -300px;
  z-index: 9999;
}

.header .quick-login .ewb-tool-item {
  margin-top: 1px;
  background: url("../images/tool_bg.png") repeat;
}

.header .quick-login .ewb-tool-item:hover {
  background: #1080cc;
}

.header .quick-login .ewb-tool-item a {
  display: block;
  width: 72px;
  height: 24px;
  padding-top: 48px;
  line-height: 18px;
  font-size: 14px;
  color: #3568d8;
  text-align: center;
  background-position: center 8px;
  background-repeat: no-repeat;
}

.header .quick-login .ewb-tool-a1 {
  background-image: url("../images/tool1.png");
}

.header .quick-login .ewb-tool-a2 {
  background-image: url("../images/tool2.png");
}

.header .quick-login .ewb-tool-a3 {
  background-image: url("../images/tool3.png");
}

.header .quick-login .ewb-tool-a4 {
  background-image: url("../images/tool4.png");
}

.header .quick-login .ewb-tool-a6 {
  background-image: url("../images/tool6.png");
}

.header .quick-login .ewb-tool-a7 {
  background-image: url("../images/tool7.png");
}

.header .quick-login a.ewb-reback-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 50px;
  width: 72px;
  height: 72px;
  text-align: center;
  z-index: 999;
  background: url("../images/tool_bg.png") repeat;
}

.header .quick-login a.ewb-reback-top:hover {
  background: #1080cc;
}

.header .quick-login a.ewb-reback-top img {
  vertical-align: top;
  margin-top: 16px;
}

.header .quick-login .ewb-tool-item {
  position: relative;
}

.header .quick-login .ewb-tool-a5 {
  background-image: url("../images/tool5.png");
}

.header .quick-login .ewb-phones-ma {
  display: none;
  position: absolute;
  left: -246px;
  /*top: -35px;*/
  top: -150px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
          box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
}

.header .quick-login .ewb-tool-item:hover .ewb-phones-ma {
  display: block;
}

.header .quick-login .ewb-phones-mod {
  position: relative;
  padding-top: 15px;
  width: 230px;
  padding-bottom: 20px;
}

.header .quick-login .ewb-phones-mod i {
  display: block;
  width: 16px;
  height: 21px;
  background: url("../../platform1/images/phone_arrow.png") no-repeat;
  position: absolute;
  top: 71px;
  right: -16px;
}

.header .quick-login .ewb-phones-hd {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  background: url("../../platform1/images/phone_tt_bg.jpg") center center no-repeat;
}

.header .quick-login .ewb-phones-hd h3 {
  font-weight: bold;
  color: #00adef;
}

.header .quick-login .ewb-phones-img {
  height: 118px;
  width: 121px;
  border: 1px solid #d2d2d2;
  padding: 11px 0 0 8px;
  margin: 0 auto;
  margin-top: 15px;
}

.header .quick-login .ewb-phones-img img {
  vertical-align: top;
  width: 110px;
  height: 110px;
}

.header .quick-login .ewb-phones-p {
  height: 14px;
  line-height: 14px;
  text-align: center;
  margin-top: 10px;
}

.header .quick-login .ewb-midpic-left {
  float: left;
}

.header .quick-login .ewb-midpic-right {
  float: left;
  margin-left: 24px;
}

.header .quick-login .ewb-top-item {
  float: left;
}

.header .quick-login .ewb-top-item > a {
  color: #3568d8;
  display: block;
  position: relative;
}

.header .quick-login .ewb-top-item:first-child,
.header .quick-login .ewb-top-item.first {
  padding: 0 20px;
  margin-right: -15px;
  height: 36px;
  line-height: 28px;
  position: relative;
}

.header .quick-login .ewb-top-item.ewb-rel {
  position: relative;
  min-width: 52px;
}

.header .quick-login .ewb-top-item:first-child > a,
.header .quick-login .ewb-top-item.first > a {
  z-index: 10;
  padding-right: 23px;
  background: url("../../platform1/images/platform_index/bom_arrowh.png") right center no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 79px;
  text-align: right;
}

.header .quick-login .ewb-person-info {
  z-index: 9;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 36px 20px 14px 14px;
  background: #fff;
}

.header .quick-login .ewb-top-item:first-child:hover > a,
.header .quick-login .ewb-top-item.first:hover > a {
  background-image: url("../../platform1/images/platform_index/bom_arrowh.png");
  color: #1080cc;
  font-weight: bold;
}

.header .quick-login .ewb-top-item:first-child:hover,
.header .quick-login .ewb-top-item.first:hover {
  background: #fff;
}

.header .quick-login .ewb-top-item:first-child:hover .ewb-person-info,
.header .quick-login .ewb-top-item.first:hover .ewb-person-info {
  display: block;
  -webkit-box-shadow: -2px 1px 9px 1px rgba(78, 120, 150, 0.4);
          box-shadow: -2px 1px 9px 1px rgba(78, 120, 150, 0.4);
}

.header .quick-login .ewb-person-item {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.header .quick-login .ewb-person-item a {
  color: #333;
}

.header .quick-login .ewb-person-item a:hover {
  color: #0bb1f0;
}

.header .quick-login .ewb-person-line {
  border-bottom: 1px dashed #ececec;
  height: 1px;
  margin: 7px 0;
}

.header .quick-login .ewb-top-item > span {
  padding: 0 12px;
}

.header .quick-login .message {
  position: relative;
}

/* 加上国家政务的logo */
.header .quick-login .ewb-link-node:first-child {
  background: url(../../platform1/images/icon-emblem.png) no-repeat;
  background-position: center left;
  padding-left: 24px;
}
.ewb-link-nodedl {
  position: relative;
  float: left;
  margin-left: 20px;
  height: 30px;
  vertical-align: top;
  line-height: 1.8rem;
}

.ewb-link-nodedl:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  width: 2px;
  height: 15px;
  background: #3568d8;
}

.ewb-link-nodedl .loginBtn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: .88rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: -webkit-gradient(linear,right top,left top,from(#72a5ff),to(#3d81f6));
    /* background: linear-gradient( 
50deg,#72a5ff,#3d81f6); */
    border-radius: .25rem;
    /* font-size: .14rem; */
    font-size: 14px;
    color: #fff;
}
.ewb-link-nodedl .loginBtn .sanjiao {
    position: absolute;
    right: .15rem;
    top: .08rem;
}

.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.ewb-link-nodedl .loginBtn .tan {
	display: none; 
	position: absolute;
    top: 1.5rem;
    right: -2.3rem;
    z-index: 1999;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .mySanJiao {
    position: absolute;
    top: -.07rem;
    right: .15rem;
    width: 0;
    height: 0;
    border-left: .09rem solid transparent;
    border-right: .09rem solid transparent;
    border-bottom: .07rem solid #fff;
}

.ewb-link-nodedl .loginBtn .tan .wusheng {
    background: #fff;
    border-radius: 0.4rem;
    width: 1.7rem;
    position: relative;
    overflow: hidden;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .wuItem-container {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin: 0 auto;
    font-size: 0.8rem;
    color: #333;
    width: 9rem;
    border-bottom: 1px solid #dfebff;
    text-align: left;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .wuItem-container:hover{
	color: #3568d8;
	background: #ddd;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .remind {
	margin: 0.2rem 0.2rem;
    width: 1.54rem;
    height: 3rem;
    line-height: 1.5rem;
    background: #efefef;
    border-radius: .08rem;
    text-align: left;
    padding-left: .07rem;
    padding-top: .06rem;
    /* font-size: .14rem; */
    font-size: 12px;
    color: #1d5fd6;
}
.ewb-link-nodedl .loginBtn .tan .wusheng .remind .ivu-icon {
    font-size: .15rem;
    line-height: .1rem;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .wuItem-container .wuItem {
    width: 7rem;
    display: block;
    float: right;
    margin-right: 0.2rem;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .wuItem-container img{
	width: 18px;
    height: 18px;
    margin-left: 0.5rem;
    margin-top: 0.1rem;
}
