/*
 * @Author: mayli 
 * @Date: 2021-01-09 15:11:49 
 * @Last Modified by: mayli
 * @Last Modified time: 2022-02-18 08:33:29
 */
.accountright .nr {
  font-size: 14px;
  color: #000000;
}
.page_account .navtop {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #3860f4;
  color: #ffffff;
  font-size: 16px;
  /* position: relative; */
  padding: 0 20px;
  position: fixed;
  top: 0;
  z-index: 200;
}
.page_account .navtop .logo {
  width: 177px;
  height: 38px;
  background: url(./../images/user/logo.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.page_account .navtop .center {
  position: relative;
  cursor: pointer;
}
.page_account .navtop .center:not(:last-child) {
  padding-right: 40px;
}
.page_account .navtop .center .icon {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.page_account .contentleft {
  width: 200px;
  font-size: 16px;
  color: #666666;
  position: fixed;
  z-index: 100;
  background: #fff;
  top: 50px;
  height: 100%;
}
.page_account .contentleft .list {
  padding-top: 12px;
}
.page_account .contentleft .list .item {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
}
.page_account .contentleft .list .item .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.page_account .contentleft .list .item.active {
  color: #3860f4;
}
/* .page_account .contentleft .list .item.first::before{
	content: "";
	display: block;
	width: 36px;
	height: 31px;
	background: url(./../images/user/zhanghu_icon.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
} */
.page_account .contentleft .list .item.first::after {
  content: "";
  display: block;
  width: 11px;
  height: 5px;
  background: url(./../images/user/close_icon.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.page_account .contentleft .list .item.first.noerji::after {
  display: none;
}
.page_account .contentleft .list .item.first.active {
  border-left: 4px solid #3860f4;
  background: linear-gradient(-90deg, #ffffff, rgba(56, 96, 244, 0.15));
}
.page_account .contentleft .list .item.first.active::after {
  background-image: url(./../images/user/open_icon.png);
}
.page_account .contentleft .list .item.first.active.noerji::after {
  display: none;
}
.page_account .accountright {
  position: absolute;
  top: 50px;
  left: 200px;
  right: 0;
  bottom: 0;
  background: #f5f8ff;
  /* overflow: hidden; */
  overflow-y: scroll;
}
.page_account .accountright .top {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #ffffff;
  font-size: 18px;
  color: #333333;
  /* position: relative; */
  padding-left: 40px;
  position: fixed;
  top: 50px;
  z-index: 2;
}
.page_account .accountright .top::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #3860f4;
  float: left;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
.page_account .accountright .top .name .desc {
  font-size: 12px;
  color: #666666;
  padding-left: 20px;
}
.page_account .accountright .nr {
  padding-top: 90px;
}
.page_account .accountright .nr .nr_juese {
  width: 970px;
  margin: 0 auto;
}
.page_account .accountright .nr .nr_juese .juesetu:not(:last-child) {
  padding-right: 24px;
}
/* 内容 */
.page_account .accountright .step {
  position: absolute;
  top: 140px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
/* 安全设置 点击位置 */
.page_account .accountright .step0 .mimatext {
  width: 667px;
  height: 77px;
  background: transparent;
  /* background: #3860f4; */
  position: absolute;
  bottom: 77px;
  left: 0;
}
.page_account .accountright .step .close {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.page_account .accountright .step.step0 {
  z-index: 1;
  top: 100px;
}

/* 内容区 */
.page_account .accountright .nr .content {
  width: 700px;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  margin: 0 auto;
  font-size: 14px;
  color: #000000;
  padding: 16px 0 40px;
}
.page_account .accountright .nr .content .item {
  margin-top: 12px;
}
.page_account .accountright .nr .content .item_l {
  width: 110px;
  text-align: right;
}
.page_account .accountright .nr .content .item_r {
  width: 512px;
  margin-left: 14px;
}
.accountright .nr .content .shangchuan {
  position: relative;
}
/* .accountright .nr .content .shangchuan.touxiang{
	width: 88px;
	height: 88px;
	border-radius: 50%;
} */
.accountright .nr .content .shangchuan .text {
  font-size: 12px;
  color: #3860f4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accountright .nr .content .shangchuan.touxiang {
  width: 100px;
}
.accountright .nr .content .shangchuan.touxiang .tu {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.accountright .nr .content .shangchuan .upload-list-cover {
  display: block;
}
.accountright .nr .content .tips {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  padding-left: 4px;
  line-height: 26px;
}
.accountright .nr .content .requierd {
  color: #d61515;
}
.accountright .nr .content .tips.touxiang {
  padding-left: 13px;
  line-height: 88px;
}
.accountright .nr .content .van-field {
  border: 1px solid #c3cad9;
  border-radius: 4px;
  padding: 2px 10px;
}
.accountright .nr .content .van-field.small {
  width: 158px;
}
.accountright .nr .content .van-field.small:not(:last-child) {
  margin-right: 18px;
}
.accountright .nr .content .van-field.textarea {
  height: 230px;
}
.accountright .nr .content .btnwrap {
  margin-top: 40px;
}
.accountright .nr .content .btnwrap .btn {
  width: 119px;
  height: 37px;
  background: #3860f4;
  border-radius: 4px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}
.accountright .nr .content .ivu-select {
  width: 158px;
}
.accountright .nr .content .ivu-select:not(:last-child) {
  margin-right: 18px;
}
.accountright .nr.shiming {
  width: 960px;
  margin: 140px auto 0;
}
.accountright .nr .user {
  text-align: center;
  color: #000000;
  font-size: 12px;
}
.accountright .shiming .list {
  margin-top: 60px;
}
.accountright .shiming .list .item {
  width: 300px;
  height: 327px;
  background: #ffffff;
  /* padding-top: 48px; */
  text-align: center;
  position: relative;
}
.accountright .shiming .list .item:not(:last-child) {
  margin-right: 30px;
}
.accountright .shiming .list .item .tu_wrap {
  height: 80px;
  position: relative;
}
.accountright .shiming .list .item .tu_wrap .tu {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.accountright .shiming .list .item .name {
  font-size: 20px;
  padding-top: 18px;
}
.accountright .shiming .list .item .desc {
  width: 210px;
  margin: 25px auto 0;
  font-size: 14px;
  text-align: left;
}
.accountright .shiming .list .item .btn {
  width: 72px;
  height: 32px;
  background: linear-gradient(90deg, #6488fc, #3860f4);
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.accountright .nr .content .item .single {
  padding-left: 30px;
}
.accountright .nr .content .item .upwrap {
  width: 606px;
  margin: 10px auto 0;
  padding-bottom: 40px;
  background: #f7f7ff;
}
.accountright .nr .content .item .upitem {
  padding: 20px 0 10px 20px;
}
.accountright .nr .content .item .upitem img {
  max-width: 300px;
}
.accountright .nr .content .upitem .text {
  width: 33px;
  height: 33px;
  background: #4880ff;
  box-shadow: 0px 5px 24px 0px rgba(72, 128, 255, 0.35);
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.accountright .nr .content .upitem .tips {
  text-align: center;
}
.accountright .nr .content .btnwrap.twoitem {
  padding-left: 200px;
}
.accountright .nr .content .btnwrap.twoitem .btn {
  margin-right: 20px;
}
.accountright .nr .content .btnwrap .btn.cancle {
  background: #ffffff;
  border: 1px solid #cbd7ea;
  border-radius: 4px;
  color: #000000;
}
.accountright .nr .buzhou {
  /* width: 667px;
	margin: 0 auto; */
  position: relative;
}
.accountright .nr .buzhou .status {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}
.accountright .nr .buzhou .status .item {
  line-height: 43px;
}
.accountright .nr .buzhou .status .item .icon {
  width: 43px;
  height: 43px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
}
.accountright .nr .buzhou .status .item .text {
  padding-left: 8px;
}
.accountright .nr .buzhou .status .item .arrow {
  padding: 0 20px;
}
.accountright .nr .buzhou .status .item.itemsucced .icon {
  border-color: #3860f4;
}
.accountright .nr .buzhou .status .item.itemsucced .text {
  color: #000000;
}
.accountright .nr .buzhou .status .item.iteming .icon {
  border: 0 none;
  background: #3860f4;
  color: #ffffff;
}
.accountright .nr .buzhou .xinxi {
  width: 667px;
  margin: 0 auto;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  margin-top: 30px;
  font-size: 14px;
  color: #000000;
  background: #ffffff;
}
.accountright .nr .buzhou .xinxi .title {
  padding-top: 30px;
  color: #000000;
  font-size: 18px;
}
.accountright .nr .buzhou .xinxi .title .name::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #3860f4;
  float: left;
  margin-right: 16px;
}
.accountright .nr .buzhou .xinxi .user {
  padding-top: 16px;
  font-size: 14px;
  text-align: center;
}
.accountright .nr .buzhou .xinxi .shlist {
  padding: 0 30px;
}
.accountright .nr .buzhou .xinxi .shlist .item {
  border-bottom: 1px solid rgba(210, 214, 234, 0.5);
  padding: 10px 0;
}
.accountright .nr .buzhou .xinxi .shlist .item:last-child {
  border: 0 none;
}
.accountright .nr .buzhou .xinxi .shlist .item_r {
  padding-left: 25px;
  font-size: 12px;
}
.accountright .nr .buzhou .xinxi .shlist .item_r .statuscolor {
  color: #3860f4;
}
.accountright .nr .buzhou .xinxi .shlist .item_r .tips {
  padding-top: 10px;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 20px;
}
.page_account .accountright .nr.qiye .content .item_l {
  width: 160px;
}
.page_account .accountright .nr .content .zhizao {
  width: 463px;
  height: 75px;
  background: #f7f7ff;
  padding: 10px;
}
.page_account .accountright .nr .content .zhizao .shangchuan {
  position: relative;
  width: 56px;
  height: 56px;
  border: 1px dashed rgba(12, 2, 5, 0.24);
  cursor: pointer;
}
.page_account .accountright .nr .content .zhizao .shangchuan .tu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_account .accountright .nr .content .zhizao .shangchuan .tu.tuimage{
	width: auto;
	height: 56px;
}
.page_account .accountright .nr .content .zhizao .tips {
  line-height: 50px;
  padding-left: 14px;
  font-size: 12px;
  color: #999999;
  cursor: auto;
}
/* 安全设置 */
.page_account .accountright .nr .content.safe {
  padding-bottom: 0;
  width: 667px;
}
.page_account .accountright .nr .content .shezhi {
  padding: 50px 30px 0;
}
.page_account .accountright .nr .content .shezhi .item {
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(210, 214, 234, 0.5);
  position: relative;
}
.page_account .accountright .nr .content .shezhi .item:last-child {
  border: 0 none;
}
.page_account .accountright .nr .content .shezhi .tip {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.page_account .accountright .nr .content .shezhi_r {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.page_account .accountright .nr .content .shezhi_r .seted {
  color: #4cd964;
}
.page_account .accountright .nr .content .shezhi_r .seted::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #4cd964;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.page_account .accountright .nr .content .shezhi_r .line {
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.54);
}
.page_account .accountright .nr .content .shezhi_r .text {
  color: #3860f4;
}
.page_account .accountright .nr .content .shezhi_r .seted.unset::before {
  background: #f44336;
}
.page_account .accountright .nr .content .shezhi_r .unset {
  color: #f44336;
}
.page_account .accountright .nr.adjust {
  position: relative;
  z-index: 10;
}
.page_account .accountright .nr.adjust .content {
  padding-top: 0;
  padding-bottom: 0;
}
.page_account .accountright .nr.adjust .cateitem {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-bottom: 1px solid #d2d6ea;
  position: relative;
}
.page_account .accountright .nr.adjust .cateitem .canclebtn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.page_account .accountright .nr.adjust .cateitem .van-icon {
  font-size: 24px;
  vertical-align: middle;
}
.page_account .accountright .nr.adjust .content .list {
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d6ea;
}
.page_account .accountright .nr.adjust .content .btn_wrap {
  padding: 18px;
}
.page_account .accountright .nr.adjust .content .btn {
  width: 60px;
  height: 32px;
  background: #3860f4;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
}
.accountright .nr.adjust .buzhou .status {
  position: relative;
  top: 0;
  padding-left: 150px;
}
.page_account .accountright .nr .content .item_r.phonecode .van-field {
  width: 300px;
}
.page_account .accountright .nr .content .item_r.phonecode .btn {
  margin-left: 20px;
  width: 76px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
/* 成果管理 */
.page_account .accountright .nr .content .bigitem {
  padding-top: 20px;
}
.page_account .accountright .nr .content .bigitem .title {
  font-size: 18px;
}
.page_account .accountright .nr .content .bigitem .title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #3860f4;
  vertical-align: middle;
  margin-right: 15px;
}
.page_account .accountright .nr.fabu {
  padding-bottom: 90px;
}
.page_account .accountright .nr.fabu .content {
  width: 900px;
}
.page_account .accountright .nr .radiowrap {
  padding-left: 30px;
}
.page_account .accountright .nr.fabu .zhuanlinr {
  margin: 10px 20px 0;
  background: #f9faff;
  padding-bottom: 10px;
}
.page_account .accountright .nr.fabu .content .item_r {
  width: auto;
}
.page_account .accountright .nr .content .item_r.small {
  width: 320px;
}
.page_account .accountright .nr .content .item_r.big {
  width: 700px;
}
.page_account .accountright .nr .content .bigitem .title .tips {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  padding-left: 20px;
}
.page_account .accountright .nr .content .item_r .scbtn {
  width: 48px;
  height: 26px;
  background: #3860f4;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
}
.page_account .accountright .nr.fabu .content .btn_wrap {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_account .accountright .nr.fabu .content .btn_wrap .btn {
  width: 119px;
  height: 37px;
  background: #3860f4;
  border-radius: 4px;
  /* margin: 0 auto; */
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}
.page_account .accountright .nr.fabu .content .btn_wrap .btn.caogao {
  background: #ff8b3d;
}
.page_account .accountright .nr.fabu .content .btn_wrap .btn:not(:last-child) {
  margin-right: 80px;
}
/* 表格 */
.page_account .accountright .nr.biaoge .content {
  min-width: 1681px;
  padding: 0 30px;
}
.page_account .accountright .nr.biaoge .content .btns .btn {
  font-size: 14px;
  padding-left: 24px;
  cursor: pointer;
  position: relative;
}
.page_account .accountright .nr.biaoge .content .btns .btn:not(:last-child) {
  margin-right: 20px;
}
.page_account .accountright .nr.biaoge .content .btns .btn.del::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 21px;
  background: url(./../images/houtai/icon_shanchu.png) no-repeat center;
  background-size: 100% auto;
}
.page_account .accountright .nr.biaoge .content .btns .btn.edit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(./../images/houtai/icon_bianji.png) no-repeat center;
  background-size: 19px 19px;
}
/* 分页 */
.page_account .accountright .nr .pageFenye_wrap {
  padding: 40px 0 30px;
}
/* .page_account .accountright .nr .pageFenye{
	float: right;
} */

.page_account .accountright .nr .pageFenye .skipwrap {
  line-height: 30px;
  color: #666;
  padding-left: 20px;
}
.page_account .accountright .nr .pageFenye .skipwrap .text1 {
  padding-right: 10px;
}
.page_account .accountright .nr .pageFenye .skipwrap .van-field {
  width: 70px;
}
.page_account .accountright .nr .pageFenye .skipwrap .text2 {
  padding-left: 10px;
  padding-right: 20px;
}
.page_account .accountright .nr .pageFenye .skipwrap .btn {
  width: 71px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #dee1ea;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.page_account .accountright .nr .content .filedwrap .unit {
  padding-left: 20px;
  line-height: 30px;
}
.page_account .accountright .nr .content .item_r .radiowrap .filelabel {
  line-height: 30px;
  margin-right: 10px;
}
.page_account .accountright .nr .content .ivu-date-picker.small {
  width: 158px;
}
/* 专家信息 */
.page_account .accountright .nr .touxiang {
  text-align: center;
  font-size: 14px;
  color: #000000;
  border-radius: 50%;
}
.page_account .accountright .nr .touxiang.small {
  width: 40px;
  height: 40px;
}
.page_account .accountright .nr .touxiang .thumb {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.page_account .accountright .nr .xinxi {
  padding: 0 50px 0 40px;
}
.page_account .accountright .nr .xinxi .item {
  margin-top: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(210, 214, 234, 0.5);
}
.page_account .accountright .nr .xinxi .item:first-child {
  margin-top: 20px;
}
.page_account .accountright .nr .xinxi .item .xinxi_l {
  min-width: 110px;
}
.page_account .accountright .nr .xinxi .item .xinxi_r {
  max-width: 500px;
  font-size: 12px;
}
.page_account .accountright .nr .content {
  position: relative;
}
.page_account .accountright .nr .content .mark {
  width: 86px;
  position: absolute;
  top: 0px;
  right: 30px;
}
/* 园区管理 */
.page_account .accountright .nr .touxiang.yuanqu .thumb {
  width: 45px;
}
.page_account .accountright .nr .xinxi .item.yuanqu {
  border: 0 none;
}
.accountright .nr .content .item.yuanqu .upwrap {
  padding-bottom: 0;
}
/* 消息列表 */
.page_account .accountright .nr.biaoge .content.notab {
  padding-top: 32px;
}
/* 上传图片 */
.viewer-list img {
  width: 200px !important;
}
/* 导航 */
.ivu-menu {
  width: 100% !important;
  font-size: 16px !important;
}
.ivu-menu-submenu-title {
  text-align: center;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 !important;
  transition: none !important;
}
.ivu-menu-opened .ivu-menu-submenu-title {
  border-left: 4px solid #3860f4;
  background: linear-gradient(-90deg, #ffffff, rgba(56, 96, 244, 0.15));
}
.ivu-menu-submenu-title .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.ivu-menu-opened .ivu-menu-submenu-title .text {
  color: #3860f4;
}
.ivu-icon-ios-arrow-down:before {
  content: "" !important;
  display: block;
  width: 11px;
  height: 5px;
  background: url(./../images/user/close_icon.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ivu-menu-submenu-title-icon {
  transition: none !important;
}
.ivu-menu-vertical .ivu-menu-opened > * > .ivu-menu-submenu-title-icon {
  transform: translateY(-50%) !important;
}
.ivu-menu-opened .ivu-icon-ios-arrow-down:before {
  background-image: url(./../images/user/open_icon.png) !important;
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) {
  background: none !important;
  color: #3860f4 !important;
}
.ivu-menu-light.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu):after {
  display: none !important;
}
.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item {
  padding: 0 !important;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px !important;
}
.ivu-menu-vertical.ivu-menu-light:after {
  display: none !important;
}
.ivu-select-arrow {
  right: 12px !important;
}
/*  */
.accountright .nr .content .shangchuan .idtu {
  width: 175px;
  height: 108px;
}
/*  */
.filedwrap .small {
  width: 158px;
}
/* 企业认证加类型 */
.page_account .accountright .nr .radiowrap.nopad {
  padding-left: 0;
}
/* 个人中心弹层 */
.page_account .van-overlay {
  z-index: 2 !important;
}
/* 自定义图标 */
/* @media screen and (max-width: 1200px){
	html{
		overflow-x: unset;
		
	}
	body{
		overflow-x: unset;
	}
	.navtop{
		padding: 0 96px;
	}
	.page_home .banner .denglu {
		bottom: 20px;
	}
} */

@media screen and (max-width: 960px) {
  .page_account .accountright {
    width: 1000px;
  }
}
/* 成果库行业 */
.page_account .hangye_list {
  display: flex;
}
.page_account .hangye_list .hangye_item {
  height: 26px;
  min-width: 75px;
  text-align: center;
  line-height: 26px;
  margin-left: 10px;
  padding: 0 10px;
  background: #f1f6ff;
  border-radius: 13px;
  margin-top: 16px;
  position: relative;
}
.page_account .hangye_list .hangye_item .item_icon {
  position: absolute;
  top: -10px;
  right: 0;
  background: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.page_account .hangye_item .item_icon .van-icon {
  color: #ffffff;
}
.page_account .fabu .add_btn {
  height: 30px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3860f4;
  color: #ffffff;
  border-radius: 10px;
}
.homePage .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  background: #fff;
}
.ecology {
  position: relative;
  min-height: 100vh;
  background: url(./../images/home/back.png) no-repeat center;
  background-size: 100% 100%;
  width: 1902px;
  margin: 0 auto;
  /* background-color: rgba(0,0,0,0.05); */
}
.ecology > div {
  position: absolute;
}
.ecology .rep_color {
  margin-top: 50px;
  width: 200px;
  height: 200px;
  padding: 20px;
  top: 180px;
  left: 250px;
}
.ecology .rep_color .line .box {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: 3px;
  border-radius: 2px;
  margin-right: 10px;
}
.ecology .rep_color .line.one .box {
  background-color: #b41d23;
}
.ecology .rep_color .line.two .box {
  background-color: #175a99;
}
.ecology .rep_color .line.three .box {
  background-color: #8dc553;
}
.ecology .rep_color .line span {
  font-size: 16px;
  /* line-height: 20px; */
  vertical-align: top;
  color: #7d7d7d;
  white-space: nowrap;
  overflow: hidden;
  width: 130px;
  display: inline-block;
}
.ecology .xz_data {
  /* bottom: 50px; */
  top: 560px;
  left: 80px;
  width: 500px;
}
.ecology .xz_data h1 {
  font-size: 55px;
  margin-bottom: 50px;
  margin-left: 13px;
  color: #165b86;
}
.ecology .xz_data .box {
  width: 150px;
  /* background-color: antiquewhite; */
  text-align: center;
}
.ecology .xz_data .box span {
  font-size: 20px;
  font-weight: 400;
  color: #165b86;
  white-space: nowrap;
}
.ecology .xz_data .box > div {
  margin-right: 20px;
  margin-bottom: 30px;
}
.ecology .xz_data .box .num {
  margin: 0 0 10px;
}
.ecology .xz_data .box .num span {
  font-size: 60px;
  font-weight: 500;
  line-height: 45px;
}
.ecology .xz_data .box .num .jia {
  font-size: 40px;
  font-weight: 400;
  vertical-align: top;
  margin-left: 5px;
  line-height: 25px;
}
.ecology .map_data {
  left: 1300px;
  top: 200px;
  background-color: rgba(212, 212, 212, 0.4);
  padding: 20px 30px;
  width: 500px;
  /* max-height: 800px; */
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  /* border: 3px solid #166fa7; */
  border-radius: 5px;
}
.ecology .map_data::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #fff;
}

.ecology .map_data::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.ecology .map_data::-webkit-scrollbar-thumb {
  background-color: #166fa7;
}

.ecology .map_data .gx > div {
  margin-bottom: 5px;
}
.ecology .map_data .gx img {
  width: 200px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.ecology .map_data .gx span {
  font-size: 20px;
  line-height: 60px;
  vertical-align: bottom;
  color: #166fa7;
  margin-right: 20px;
}
.ecology .map_data .title span {
  display: block;
  font-size: 25px;
  color: #166fa7;
  margin: 10px 0;
}
.ecology .map_data .kyjg img {
  display: inline-block;
  width: 200px;
  height: 60px;
  background-color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
}
.ecology .map_data .kyjg .more .moreyin {
  display: none;
}
.ecology .map_data .kyjg .more .kyzhan {
  text-align: center;
  margin-top: 5px;
}
.ecology .map_data .kyjg .more .kyzhan span {
  font-size: 15px;
  display: inline-block;
  padding-top: 5px;
  width: 80px;
  border-top: 3px solid #166fa7;
  color: #166fa7;
}
.ecology .map_data .kyjg .more .kyzhan span i {
  font-size: 15px;
  margin-right: 5px;
}
.ecology .map_data .scqy img {
  display: inline-block;
  width: 200px;
  height: 60px;
  background-color: #fff;
  margin-right: 10px;
}
.ecology .map_data .scqy span {
  font-size: 20px;
  line-height: 60px;
  display: inline-block;
  vertical-align: bottom;
  color: #166fa7;
  text-overflow: ellipsis;
  width: 235px;
  overflow: hidden;
}
.ecology .map_data .scqy > div {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 460px;
}
.ecology .map_data .fwjg > div {
  margin-bottom: 5px;
}
.ecology .map_data .fwjg img {
  width: 200px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.ecology .map_data .fwjg span {
  font-size: 20px;
  line-height: 60px;
  vertical-align: bottom;
  display: inline-block;
  color: #166fa7;
  text-overflow: ellipsis;
    width: 235px;
    overflow: hidden;
}
.ecology .map_data .fwjg .more .morenone {
  display: none;
}
.ecology .map_data .fwjg .more .moredis > div {
  margin-bottom: 5px;
}
.ecology .map_data .fwjg .fwline{
  width: 460px;
  overflow: hidden;
  white-space: nowrap;
}
.ecology .map_data .fwjg .more .fwzhan {
  text-align: center;
  margin-top: 5px;
}
.ecology .map_data .fwjg .more .fwzhan span {
  font-size: 15px;
  display: inline-block;
  padding-top: 5px;
  width: 80px;
  border-top: 3px solid #166fa7;
  color: #166fa7;
  line-height: 15px;
}
.ecology .map_data .fwjg .more .fwzhan span i {
  font-size: 15px;
  margin-right: 5px;
}
.homePage .banner .tu.bannertu .van-image__img{
  min-height: 100vh;
}