html body {
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
div.page {
  overflow: hidden;
  margin-top: 20px;
}
div.page .ui-pagination-container {
  float: right;
}
div.page .ui-pagination-container .ui-pagination-page-item:last-of-type {
  margin-right: 0;
}
div.page .ui-pagination-container .ui-pagination-page-item {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  color: #47ACFC;
  margin: 0 5px;
}
div.page .ui-pagination-container .ui-pagination-page-item.active {
  background-color: #47ACFC;
  color: #fff;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
}
.header .logo {
  float: left;
}
.header .logo img {
  width: 219px;
  height: 50px;
}
.header h1 {
  float: left;
  font-size: 26px;
  margin-left: 20px;
  font-weight: normal;
}
.header .search_group {
  float: left;
  margin-left: 140px;
  position: relative;
  height: 42px;
  width: 466px;
  margin-top: 15px;
}
.header .search_group input {
  position: absolute;
  left: 0;
  top: 0;
  width: 462px;
  height: 38px;
  border: 2px solid #47ADFC;
  border-radius: 6px;
  text-indent: 12px;
  font-size: 14px;
}
.header .search_group .button {
  position: absolute;
  right: 0;
  top: 2px;
  width: 110px;
  text-align: center;
  height: 38px;
  line-height: 40px;
  background-color: #47ACFC;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
}
.header .btn {
  float: right;
  margin-top: 18.5px;
  width: 93px;
  height: 33px;
  line-height: 33px;
  background-color: #3F9BE7;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
}
.header .btn a {
  width: 50%;
  text-align: center;
  color: #fff;
  line-height: 35px;
}
.header #avatar {
  float: right;
  position: relative;
  height: 70px;
  display: none;
}
.header #avatar .img_container {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  border: 1px solid #3F9BE7;
  vertical-align: middle;
}
.header #avatar .img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.header #avatar > span {
  color: #3F9BE7;
  display: inline-block;
  margin: 0 0px 0 5px;
}
.header #avatar:hover ul {
  display: block;
}
.header #avatar ul {
  position: absolute;
  display: none;
  left: 50%;
  transform: translate(-50%);
  top: 70px;
  background-color: #fff;
  width: 70px;
  border-radius: 5px;
  padding: 5px 0;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.header #avatar ul:hover {
  display: block;
}
.header #avatar ul li {
  padding: 0 10px;
  line-height: 25px;
  text-align: left;
  color: #333;
}
.header #avatar ul li:hover {
  color: #3F9BE7;
}
.header2 {
  z-index: 100;
  width: 100%;
  min-width: 900px;
  height: 90px;
  line-height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  text-align: right;
  box-shadow: 0px 2px 2px 1px rgba(194, 194, 194, 0.25);
}
.header2 .left {
  float: left;
}
.header2 .left .logo {
  display: inline-block;
  width: 153px;
  height: 58px;
}
.header2 .left .nav {
  vertical-align: middle;
  display: inline-block;
  margin-left: 70px;
  height: 90px;
  line-height: 90px;
  font-weight: normal;
}
.header2 .left .nav li {
  font-size: 18px;
  margin-left: 50px;
  float: left;
  position: relative;
  font-style: normal;
}
.header2 .left .nav li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #3F9BE7;
  border-radius: 2px;
}
.header2 .right {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.header2 .right .iconfont{
  font-size: 30px;
  position: absolute;
  top: 2px;
  left: -50px;
  cursor: pointer;
  display: none;
}

.header2 .right .iconfont i{
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgb(141, 78, 78);
  position: absolute;
  right: -3px;
  top: 23px;
  display: none;
}
.header2 .right .btn {
  width: 93px;
  height: 33px;
  line-height: 33px;
  background-color: #3F9BE7;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  display: none;
}
.header2 .right .btn a {
  width: 50%;
  text-align: center;
  color: #fff;
  line-height: 35px;
}
.header2 .right #avatar {
  font-size: 12px;
  position: relative;
  height: 90px;
  display: none;
}
.header2 .right #avatar .img_container {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  border: 1px solid #3F9BE7;
  vertical-align: middle;
}
.header2 .right #avatar .img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.header2 .right #avatar > span {
  color: #3F9BE7;
  display: inline-block;
  margin: 0 0px 0 5px;
}
.header2 .right #avatar:hover ul {
  display: block;
}
.header2 .right #avatar ul {
  position: absolute;
  display: none;
  left: 50%;
  transform: translate(-50%);
  top: 70px;
  background-color: #fff;
  width: 70px;
  border-radius: 5px;
  padding: 5px 0;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.header2 .right #avatar ul:hover {
  display: block;
}
.header2 .right #avatar ul li {
  padding: 0 10px;
  line-height: 25px;
  text-align: left;
  color: #333;
}
.header2 .right #avatar ul li:hover {
  color: #3F9BE7;
}
/* 版权信息 */
#footer {
  /* border-top: 2px solid #df2229; */
  background-color: #222629;
}
#footer .w {
  background-color: #222629;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
#footer h6 {
  line-height: 48px;
  font-weight: normal;
}
#footer h6 a {
  font-size: 14px;
  color: #fff;
}
#footer p {
  line-height: 24px;
  font-weight: normal;
}
#footer p a {
  color: #fff;
}
#footer p .rec {
  padding-left: 24px;
  background: url("https://cdn.chinabidding.cn/public/2020/img/rec.png") no-repeat 2px 0;
}
#footer p span {
  margin-right: 10px;
}
.footer2 {
  background-color: #262626;
  min-width: 900px;
}
.footer2 .w {
  background-color: #262626;
  padding-top: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #ddd;
  height: 161px;
  line-height: 24px;
}
.footer2 .w a {
  color: #ddd;
}
.footer2 .w .gov {
  padding-left: 24px;
  background: url(https://cdn.chinabidding.cn/public/2020/img/rec.png) no-repeat 2px 0;
}
.footer2 .w .logo {
  margin-bottom: 15px;
}
.footer2 .w .contact {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pop-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 1000;
}
.pop-main {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 400px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
  left: 50%;
  margin-left: -200px;
  top: 20%;
}
.pop-main .pop-top {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.pop-main .pop-top .iconfont {
  float: right;
  color: #333;
}
.service-common {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
  height: 207px;
  /* height: 158px; */
  background: rgba(63, 155, 231, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 110;
  font-size: 12px;
  color: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.service-common .iconfont {
  font-size: 24px;
  line-height: 25px;
}
.service-common > div {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  height: 69px;
}
.service-common > div:hover {
  background: #53ADFB;
}
.service-common .phone:hover .nums {
  display: block;
}
.service-common .nums {
  position: absolute;
  display: none;
  right: 80px;
  top: 90px;
  background-color: #fff !important;
  color: #333;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  width: 175px;
  text-align: left;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.service-common .nums::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -15px;
  top: 30px;
  border-top: 10px solid transparent;
  border-left: 15px solid #fafafa;
  border-bottom: 10px solid transparent;
}
.service-common .nums p {
  color: #3F9BE7;
}
#login {
  margin: 0 auto;
  width: 600px;
  background: #fff;
  border-radius: 12px;
  position: relative;
}

#login .box{
  padding: 30px 50px;
}

#login .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: url(https://cdn.chinabidding.cn/public/ybxm/images/close.png);
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 99;
}
#login .close span{
  display: block;
  width: 26px;
  height: 26px;
}
#login .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 28px;
  margin-bottom: 30px;
  position: relative;
}
#login .title::before,
#login .title::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 0px;
  opacity: 1;
  border: 1px solid;
  border-image: linear-gradient(270deg, #3f9be7, rgba(63, 155, 231, 0)) 1 1;
  top: 15px;
}
#login .title::before {
  left: 0;
}
#login .title::after {
  right: 0;
  transform: rotate(180deg);
}
#login .tabs {
  height: 36px;
  line-height: 36px;
  margin-bottom: 26px;
}
#login .tabs span {
  font-size: 18px;
  margin-right: 48px;
  padding: 8px 0;
  cursor: pointer;
}
#login .tabs .on {
  color: #3F9BE7;
  border-bottom: 2px solid #3F9BE7;
}
#login .ivu-form-item {
  margin-bottom: 30px;
  position: relative;
}
#login .ivu-input {
  height: 54px;
  background-color: #F3FAFF;
  font-size: 14px;
  text-indent: 40px;
  border: none;
  border-radius: 6px;
}
#login .imginp {
  width: 66%;
}
#login .imgcode {
  width: 156px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
}
#login .imgcode img{
  width: 156px;
  height: 54px;
}
#login .ivu-input-group-prepend {
  position: absolute;
  z-index: 10;
  background: none;
  border: none;
  color: #3F9BE7;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
#login .ivu-input-group-prepend .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
}
#login .ivu-input-group-append {
  background: none;
  border: none;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: 10;
  right: 21px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#login .ivu-input-group-append span {
  position: absolute;
  color: #3F9BE7;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#login .ivu-form-item-error-tip {
  padding-top: 10px;
  padding-left: 20px;
}
#login .btnbox {
  overflow: hidden;
  text-align: center;
  margin-bottom: 24px;
}
#login .button.primary {
  float: left;
  line-height: 50px;
  background-color: #3F9BE7;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  width: 236px;
}
#login .button.default {
  float: right;
  line-height: 48px;
  width: 234px;
  color: #3F9BE7;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #3F9BE7;
  border-radius: 6px;
}
#login .uploads{
  width: 500px;
  height: 60px;
  margin-bottom: 24px;
  overflow: hidden;
}
#login .uploads .license,#login .uploads .profile{
  float: left;
  width: 250px;
  height: 60px;
  font-size: 0;
}
#login .demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
#login .demo-upload-list img {
  width: 100%;
  height: 100%;
}
#login .demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(0, 0, 0, 0.6); */
}
#login .demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
#login .demo-upload-list-cover i {
  color: #fff;
  background-color: #A4A3A3;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
  border-radius: 50%;
}
#login .license .ltitle,#login .profile .ptitle{
  display: inline-block;
  height: 58px;
  font-size: 14px;
  color: #333;
  vertical-align: top;
  margin-right: 20px;
}
#login .upicon{
  width: 58px;
  height: 58px;
  line-height: 18px;
  font-size: 12px;
  color: #999;
  padding: 10px 0;
}
#login .upicon p:first-child{
  font-size: 28px;
  font-weight: 100;
}

#log_mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1000;
}
#log_mask iframe {
  width: 100%;
  height: 720px;
  position: fixed;
  left: 50%;
  top: 10%;
  transform: translate(-50%);
}
th,td{
  word-break: break-all;
}

.agreementCancel{
  cursor: pointer;
}

.ee{
  width: 100%;
  height: 100%
}

.agreements-mask{
  background: rgba(0, 0, 0, 0.6);
}

.agreements-mask>.shadow .content>h6{
  color: black;
  font-size:13px;
  margin: 7px 0;
}
.agreements-mask>.shadow .content p{
  font-size: 12px;
  color: black;
  margin: 7px 0;
  line-height:23px;
  letter-spacing:.2px
}
.agreements-mask>.shadow .content>div>p{
  color: rgb(94, 91, 91);

}

.agreements-mask{
  /* display: none; */
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(black,1);
  z-index: 1999;
  
}

.agreements-mask>.shadow{
  position: absolute;
  background-color: #fff;
  width: 800px;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 700px;
  margin: 0 auto;
  opacity: 1 !important;
  /* padding: 30px; */
  border-radius: 4px;
  /* overflow-y: auto; */
  overflow: hidden;
}

.agreements-mask>.shadow h3{
  font-size: 15px;
  color: black;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: rgb(237 233 233);
}

.agreements-mask>.shadow .content{
  height: 87%;
  padding: 0 30px 0 30px;
  overflow-y: auto;
}

.agreements-mask>.shadow>.iconfont{
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 11px;
}

/* 问题反馈 */
.feedback .res .title{
  font-size: 20px !important;
  font-weight: normal !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #DCDEE2;
  padding-bottom: 12px;
}
.feedback .res .title::after,.feedback .res .title::before{
  opacity: 0 !important;
}
.feedback .res .ivu-input-wrapper{
  width: 368px;
}
.feedback .res .ivu-form-item-label{
  width: 90px;
  line-height: 22px;
  font-size: 16px;
  margin-left: 30px;
  text-align: left;
}
.feedback .res .ivu-input{
  height: 42px !important;
  background-color: #fff !important;
  border: 1px solid #DCDEE2 !important;
  text-indent: 0 !important;
}
.feedback .res .ivu-form-item-error-tip{
  padding-left: 120px !important;
}
.feedback .res .license .ltitle{
  color: #515a6e !important;
  font-size: 16px !important;
  margin-right: 25px !important;
  margin-left: 30px;
}
.feedback .btnbox .button{
  width: 130px !important;
}


.boxshadow{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, .3);
  z-index: 100003;
}
.boxshadow .boxcon{
  position: absolute;
  left: 50%;
  top: 50%;
}
.boxshadow  .boxfoot{
  position: absolute;
  left: 50%;
  top: 50%;
}

#guidespring .boxfoot{
  width: 38px;
  height: 38px;
  margin-left: 280px;
  margin-top: -260px;
  background: url(' https://cdn.chinabidding.cn/public/tbn/images/update1107/boxclose.png') no-repeat 0 0;
  background-size: 38px;
  cursor: pointer;
}
#guidespring .goreg{
  position: absolute;
  left: 206px;
  bottom: 24px;
  width: 200px;
  height: 70px;
  cursor: pointer;
  background: url('https://cdn.chinabidding.cn/public/ybxm/images/upsecond/txwqg.gif') no-repeat 0 0;
  background-size: 200px 70px;
}