[v-cloak] {
  display: none;
}

html {
  color: #333;
}

body {
  background-color: #F5F5F5 !important;
}

.content-wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.content-bg {
  height: 420px;
  width: 1920px;
  background: url(../image/banner_01.png) no-repeat center;
  z-index: -1;
}

.content-banner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.content-banner img {
  width: 100%;
}

.content-banner .swiper-wrapper {
  width: 100%;
}

.branches-bg {
  height: 370px;
  width: 100%;
  background: url(../image/banner_02.png) no-repeat center;
  z-index: -1;
}

.helpCenter-bg {
  height: 370px;
  width: 100%;
  background: url(../image/bg_04.png) no-repeat center;
  z-index: -1;
}

.policiesRegulations-bg {
  height: 370px;
  width: 100%;
  background: url(../image/bg_05.png) no-repeat center;
  z-index: -1;
}

.aboutAs-bg {
  height: 370px;
  width: 100%;
  background: url(../image/bg_06.png) no-repeat center;
  z-index: -1;
}

.content-wrapper-left {
  display: inline-block;
  vertical-align: top;
  width: 950px;
  margin-right: 20px;
  z-index: 999;
}

.banner-wrapper {
  height: 360px;
}

.input-radius {
  outline: none;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  height: 28px;
  width: 200px;
  margin-left: 15px;
  padding: 0 6px;
}

.search-box {
  padding: 15px 25px;
  background: url("../image/select.png") no-repeat center;
}

.search-box-branch {
  background: url("../image/branchSelect.png") no-repeat right center;
}

.search-row {
  padding: 18px 0;
  font-size: 14px;
}

.search-region {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.item-list {
  vertical-align: top;
  display: inline-block;
}

.item-list > li {
  display: inline-block;
  padding: 5px 10px;
  margin: 4px 0 0 42px;
  cursor: pointer;
  border: 1px solid #00000000;
  transition: all 0.2s;
}

.item-list > li:hover {
  color: #227EE9;
  border: 1px solid #227EE9 !important;
  border-radius: 3px;
}

.search-label {
  vertical-align: top;
  display: inline-block;
  color: #999;
  margin: 4px 0 0;
  padding: 6px 0 !important;
  font-size: 14px;
}

.search-unlimit {
  display: inline-block;
  padding: 5px 10px;
  margin: 4px 0 0 36px;
  border: 1px solid #00000000;
  cursor: pointer;
}

.search-unlimit:hover {
  color: #227EE9;
  border: 1px solid #227EE9 !important;
  border-radius: 3px;
}

.choose {
  color: #227EE9;
  border: 1px solid #227EE9 !important;
  border-radius: 3px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.search-form {
  vertical-align: top;
  font-size: 0;
}

.search-form .search-bar > input {
  border: 1px solid #DDD;
  boreder-radius: 3px;
  width: 344px;
  height: 28px;
  padding: 0;
}

.search-bar {
  font-size: 0;
  margin-left: 36px;
  display: inline-block;
  width: 800px;
}

.search-bar-form {
  font-size: 0;
  margin: 0 0;
  display: inline-block;
}

.search-input {
  display: inline-block;
  vertical-align: top;
  width: 316px;
  height: 26px;
  padding-left: 13px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  border-right: 0 solid #DDD;
  border-bottom: 1px solid #DDD;
  border-radius: 3px 0 0 3px;
}

.search-bar-btn {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: none;
  outline: none;
  width: 42px;
  height: 30px;
  cursor: pointer;
  background: url(../image/search.png);
  background-repeat: no-repeat;
  border-radius: 0 3px 3px 0;
}

.show-only-myself {
  margin: 0 0;
  display: inline-block;
  height: 30px;
}

.show-only-myself .add-only-myself {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 25px;
}

.square-radio-label {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin: 0 0 0 4px;
  cursor: pointer;
}

.squared-radio {
  vertical-align: top;
  background: #fcfff4;
  display: inline-block;
  position: relative;
}

.squared-radio label {
  display: inline-block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #B9B9B9;
  position: absolute;
  left: 0;
  top: 0;
}

.squared-radio .check-point:after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #227EE9;
  opacity: 0;
}

.squared-radio .check-point:hover::after {
  opacity: 0.3;
}

.squared-radio input[type=checkbox] {
  visibility: hidden;
}

.squared-radio input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.search-bar-left {
  display: inline-block;
  width: 64%;
}

.search-bar-left .btn {
  height: 28px;
  margin: 1px;
  padding: 0 11px;
}

.search-bar-right {
  vertical-align: top;
  display: inline-block;
  width: 16%;
}

.releaseTime {
  display: inline-block;
  margin: 0 0;
  padding: 6px 0;
}

.releaseTime > span {
  font-size: 14px;
  color: #333333;
}

.releaseTime .input-radius {
  width: 218px;
  margin: 0 10px;
}

.releaseTime .el-range-editor.el-input__inner {
  height: 30px;
}

.releaseTime .el-range-editor.el-input__inner > i {
  margin-top: -10px;
}

.releaseTime .el-input__inner {
  border-radius: 3px !important;
}

.projectName {
  display: inline-block;
  margin: 11px 0 0;
  padding: 6px 0;
  font-size: 14px;
}

.projectName > input {
  width: 336px;
}

.choose-square {
  margin: 13px 0;
}

.choose-square2 {
  margin: 68px 0 0;
}

.showCompandyInfo {
  font-size: 0;
  width: 100%;
  height: 310px;
  background-color: #eee;
}

.showCompanyItem {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 285px;
  height: 310px;
  padding: 0;
  background-color: #fff;
  margin-bottom: 20px;
}

.showCompanyItem-middle {
  margin-left: 11px;
  margin-right: 11px;
}

.showCompanyItem1 {
  display: inline-block;
  margin: 25px 20px auto 20px;
  width: 245px;
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.showCompanyItem2-3 {
  display: inline-block;
  margin: 12px 20px auto 20px;
  width: 245px;
  color: #999;
  height: 51px;
}

.showCompanyItem2-3 > span {
  font-size: 12px;
  line-height: 20px;
}

.showCompanyItem4 {
  display: inline-block;
  margin: 30px 20px auto 20px;
  width: 245px;
  font-size: 14px;
  color: #333333;
}

.showCompanyItem5 {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 15px auto auto 20px;
}

.time {
  width: 20px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 4px 5px;
  border-radius: 3px;
}

.margin-left-3px {
  margin-left: 3px;
}

.correcting-public-notice {
  margin: 15px auto auto auto;
  line-height: 20px;
}

.correcting-public-notice div > a {
  font-size: 14px;
  color: #4A90E2;
  margin-left: 20px;
}

.showCompanyItem6 {
  position: absolute;
  bottom: 0;
}

.showCompanyItem6 > button {
  display: inline-block;
  margin: 32px 10px 10px 10px;
  width: 265px;
  text-align: center;
}

.btn {
  border: none;
  outline: none;
  height: 35px;
  padding: 0 5px;
  cursor: pointer;
  border-radius: 3px;
}

.btn-grey {
  background-color: #e2e6ea;
  color: #000;
}

.btn-green {
  background-color: #15BB86;
  color: #FFF;
}

.btn-blue {
  background-color: #227EE9;
  color: #FFF;
}

.btn-orange {
  background-color: #FF9900;
  color: #FFF;
}

.btn-stronggrey {
  background-color: #444444;
  color: #FFF;
}

.page-bar {
  height: 49px;
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  text-align: center;
}

.bottom-page-bar {
  display: inline-block;
  height: 49px;
  margin: 0 auto;
}

.bottom-page-bar .pagination-info span {
  color: #999;
  font-size: 12px;
}

.bottom-page-bar .pagination-info input {
  width: 46px;
  height: 24px;
  border: 1px solid #ddd;
  margin: 0 3px;
  border-radius: 4px;
  font-size: 12px;
  color: #999;
  text-align: center;
}

.bottom-page-bar .pagination-info input:focus {
  border: 1px solid #227EE9;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  font-size: 0;
  margin: 16px 0;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li a {
  color: #757575;
  padding: 5px 9px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 4px;
  font-size: 12px;
}

ul.pagination li a:hover:not(.activePage) {
  background-color: #227EE9;
  border: 1px solid #227EE9;
  color: #fff;
}

ul.pagination li a.activePage {
  background-color: #227EE9;
  border: 1px solid #227EE9;
  color: white;
}

.content-wrapper-right {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  z-index: 999;
}

.content-wrapper-right .mCSB_container > ul > li a {
  color: #333 !important;
  line-height: 38px;
  margin-left: 5px;
}

.content-wrapper-right .mCSB_container .active a {
  color: #227EE9 !important;
}

.content-wrapper-right .mCSB_container li:hover a {
  color: #227EE9 !important;
}

.relative-website {
  height: 327px;
  background-color: #fff;
}

.relative-website .title-wrapper {
  height: 55px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #227ee9;
  background: url("../image/subsite.png");
}

.scrollcontent {
  width: 230px;
  height: 265px;
  top: 0;
  left: 0;
}

.content-wrapper-center {
  position: relative;
  width: 1198px;
  min-height: 400px;
  background-color: #fff;
  margin-bottom: 20px;
}

.content-countdown-item {
  width: 100%;
  height: 119px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  transition: all 0.2s;
}

.content-countdown-item:hover {
  box-shadow: silver 0px 0px 20px 3px;
  font-size: 1.1em !important;
  border: 2px solid silver;
}

.release-time {
  display: inline-block;
  width: 100px;
}

.release-time > h1 {
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin: 35px auto auto;
}

.release-time > h5 {
  font-size: 12px;
  color: #333333;
  text-align: center;
}

.greyLine {
  display: inline-block;
  border-left: 1px solid #e0e0e0;
  height: 51px;
  padding-top: 5px;
}

.bidding-company {
  display: inline-block;
  margin-left: 18px;
  width: 600px;
  vertical-align: top;
  margin-top: 33px;
}

.bidding-company > h2 {
  font-size: 16px;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bidding-company > span {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
}

.bidding-company .failuere-reason {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.show-time {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  text-align: center;
  width: 250px;
  vertical-align: top;
  margin-top: 32px;
}

.show-time h1 {
  font-size: 14px;
}

.show-time > h1 {
  margin-bottom: 8px;
}

.show-status {
  display: inline-block;
  vertical-align: top;
  margin-top: 55px;
}

.show-status > span {
  font-size: 14px;
  margin-left: 110px;
}

.span-grey {
  color: #999;
}

.span-green {
  color: #15BB86;
}

.span-blue {
  color: #227EE9;
}

.span-orange {
  color: #FF9900;
}

.span-stronggrey {
  color: #444444;
}

.el-range-editor.el-input__inner > span {
  margin-top: -10px;
}

.loading-mask {
  position: absolute;
  text-align: center;
  line-height: 400px;
  width: 100%;
  height: 100%;
  background: #00000012;
  top: 0;
}

.loading-data {
  text-align: center;
  padding-top: 120px;
  font-size: 14px;
}

.result-notice {
  text-align: center;
  margin: 0 auto;
}

.top-bar {
  width: 100%;
  height: 30px;
  background: #F5F5F5;
  box-sizing: border-box;
  line-height: 15px;
}

.top-bar span {
  line-height: 17px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
}

.welcome {
  display: inline-block;
  padding-top: 7px;
}

.login-register {
  box-sizing: border-box;
  float: right;
  padding-top: 7px;
}

.login-register .back {
  margin-right: 36px;
}

.border-line {
  display: inline-block;
  margin: 0 2px;
}

.content-wrapper-branches {
  width: 1200px;
}

.container1 {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
  top: -100px;
  box-sizing: border-box;
  background: #FFFFFF;
  display: flex;
  min-height: 600px;
}

.guide-nav {
  box-sizing: border-box;
  width: 216px;
}

.guide-nav ul {
  list-style: none;
}

.guide-nav ul > li {
  height: 60px;
}

.guide-nav ul > li a {
  cursor: pointer;
  padding-left: 40px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  line-height: 54px;
  width: 172px;
  height: 60px;
  display: inline-block;
  border-left: 0 solid white;
  transition: all 0.2s;
}

.guide-nav ul > li a:hover {
  background: #F5F5F5;
  border-left: 4px solid #227EE9;
}

.guide-nav ul > li a.active {
  background: #F5F5F5;
  border-left: 4px solid #227EE9;
}

.guide-content {
  box-sizing: border-box;
  padding: 0 40px;
  width: 983px;
  border-left: 1px solid #EEEEEE;
}

.accordion {
  width: 903px;
  background: #FFFFFF;
}

.accordion .item {
  position: relative;
  cursor: pointer;
}

.accordion .item span {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #999999;
  line-height: 45px;
  padding-left: 20px;
}

.accordion .item img {
  vertical-align: middle;
}

.accordion .item .rectangle-6 {
  position: absolute;
  right: 0;
  padding-top: 8px;
  transition: all 0.3s ease;
}

.accordion .answer-content {
  display: none;
  width: 903px;
  background: #F5F5F5;
  border-radius: 10px;
}

.answer-content .answer-img {
  margin-left: 45px;
  float: left;
}

.answer-content .answer {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.answer p {
  margin-left: 89px;
  width: 80%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.answer p img {
  margin: 15px auto;
}

.policies {
  box-sizing: border-box;
  width: 903px;
  background: #FFFFFF;
  padding: 0;
  margin-bottom: 15px;
}

.policies ul li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333;
  line-height: 60px;
  display: block;
}

.policies-list {
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
}

.policies-list span {
  position: absolute;
  right: 0;
  color: #999999;
  padding-right: 15px;
  vertical-align: top;
}

.policies-list:hover {
  cursor: pointer;
  background: #F5F5F5;
  color: #227EE9;
}

.policies-list:hover a {
  color: #227EE9;
}

.introduction {
  width: 816px;
  box-sizing: border-box;
  margin: 0 auto;
}

.introduction h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  font-weight: bold;
}

.introduction p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  line-height: 24px;
}

.introduction img {
  text-align: center;
  margin: 0 auto;
  position: relative;
  left: 83px;
}

.introduction ul li {
  background: url("../image/point.png") no-repeat 3px 13px;
  padding-left: 15px;
}

.introduction ul > li span {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #333333;
  text-align: justify;
  line-height: 30px;
}

.introduction li {
  margin: 15px 0;
}

.examples {
  min-width: 936px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  box-sizing: border-box;
}

.example-box {
  width: 280px;
  margin-right: 32px;
  margin-bottom: 50px;
}

.example-box p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  text-align: justify;
  line-height: 26px;
  margin-top: 12px;
  transition: all 0.3s;
}

.example-box p:hover {
  color: #227EE9;
}

.example-box:hover {
  cursor: pointer;
}

.example-box img {
  transition: all 0.3s;
}

.example-box img:hover {
  transform: scale(1.05);
}

.contact-us {
  width: 903px;
}

.contact-us h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #333333;
  text-align: justify;
  line-height: 26px;
}

.contact-us p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  line-height: 34px;
}

.development-tree {
  width: 903px;
  position: relative;
  padding-bottom: 50px;
}

.development-tree h2 {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  margin-bottom: 70px;
  font-weight: bold;
}

.development-tree ul {
  margin-left: 55px;
  overflow: hidden;
}

.development-tree ul::after {
  top: 32px;
  content: "";
  background: #F5F5F5;
  width: 2px;
  height: 89%;
  position: absolute;
  left: 50%;
}

.development-tree ul li {
  position: relative;
  width: 350px;
  border-radius: 4px;
  background: #E8F2FC;
  padding: 15px 0;
}

.development-tree ul li p {
  line-height: 30px;
  padding-left: 20px;
  font-size: 18px;
}

.development-tree ul li:nth-child(2n+ 1) {
  margin-left: 441px;
}

.development-tree ul li:nth-child(2n+ 1):before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  left: -12px;
  border-right-color: #E8F2FC;
}

.development-tree ul li:nth-child(2n+ 1):after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../image/blueRing.png) no-repeat;
  position: absolute;
  left: -54px;
  top: 12px;
  z-index: 1;
}

.development-tree ul li:nth-child(2n):before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  right: -12px;
  border-left-color: #E8F2FC;
}

.development-tree ul li:nth-child(2n):after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../image/blueRing.png) no-repeat;
  position: absolute;
  right: -57px;
  top: 12px;
  z-index: 1;
}

.swiper-container {
  position: relative;
}

.swiper-pagination-customs {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  box-shadow: 0 1px 3px 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.swiper-pagination-customs-active {
  opacity: 1;
  background-color: #227EE9;
}

/*分页条样式*/
.page-bar-wrap {
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
}