.wrap{
	width: 1240px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}
.even-bg{
	background-color: #F7F8FA;
}
.base-box{
  padding: 32px 0;
}
.head-main{
  /* width: 1540px; */
  width: 1280px;
  margin: 0 auto;
}
.head-box{
	height: 80px;
	color: rgba(0,0,0, .9);
	position: fixed;
	background-color: #fff;
	z-index: 5;
	width: 100%;
	top: 0;
	box-sizing: border-box;
	transition: all .3s linear;
  box-shadow: 0px 10px 25px 0px rgba(205,205,205,0.19);
}
.no-fixed{
  padding-top: 0;
}
.no-fixed .head-box{
  position: relative;
}
.head-box .logo-box{
	margin-top: 18px;
}
.head-box .logo{
	width: 160px;
  height: 39px;
}
.head-box .logo-title{
	position: relative;
	margin-left: 24px;
	top: 5px;
}
.head-menu {
  display: inline-block;
	margin-left: 80px;
  margin-right: 20px;
}
.head-menu li{
	position: relative;
	display: inline-block;
	text-align: center;
}
.head-menu li a {
	position: relative;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	padding: 0 32px;
	font-weight: bold;
	text-decoration: none;
}
.head-menu li.active a{
	color: #fff;
	background-color: #FF6D46;
}
.head-menu li a:active{
	opacity: .7;
}
.search-box{
  position: relative;
  margin-top: 22px;
}
.search-box input{
  width: 295px;
  height: 36px;
  border: none;
  border-radius: 8px;
  padding: 0 68px 0 36px;
  transition: all .3s;
  border:1px solid #F5F5F5;
  background-color: #F5F5F5;
}
.search-box input:focus{
  outline: none;
  border:1px solid #FF6D46;
  box-shadow: 0 0 10px rgba(255, 109, 70, .5);
  /* border:1px solid #aaa;
  box-shadow: 0 0 10px rgba(102, 102, 102, .5); */
}
.search-box .icon-search{
  position: absolute;
  font-size: 16px;
  left: 12px;
  top: 10px;
  color: #666;
}
.search-box .search-text{
  position: absolute;
  width: 60px;
  line-height: 36px;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.search-box .search-text::before{
  content: '';
  width: 1px;
  height: 20px;
  background: #D8D8D8;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.user-box{
  position: relative;
  cursor: pointer;
  margin-left: 40px;
}
.user-box .icon-user-default{
  font-size: 36px;
  color: #999;
}
.user-box:hover .two-menu{
  display: block;
}
.user-box .user-img{
  padding: 1px;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #eee;
}
.user-box .two-menu{
  position: absolute;
  display: none;
  z-index: 4;
  top: 64px;
  right: 0px;
  width: 124px;
  padding: 5px 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(51,51,51,0.4);
  border-radius: 8px;
}
.user-box .two-menu a{
  display: block;
  line-height: 30px;
  font-size: 16px;
  padding: 5px 16px;
  transition: background .3s;
}
.user-box .two-menu a .iconfont{
  font-size: 18px;
  margin-right: 2px;
  display: inline-block;
  transform: translate(0, 1px);
}
.user-box .two-menu a:hover{
  background-color: #f3f4f8;
}
.language-box{
  position: relative;
  width: 120px;
  height: 36px;
  line-height: 34px;
  padding: 0 16px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #F2F2F2;
}
.language-box:hover .language-list{
  display: block;
}
.language-list{
  position: absolute;
  display: none;
  z-index: 2;
  width: 100%;
  top: 44px;
  left: 0;
  padding:10px 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(51,51,51,0.4);
  border-radius: 8px;
}
.language-list::before{
  content: '';
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 0;
}
.language-list a{
  display: block;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
  transition: .3s all;
}
.language-list a.active::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 16px;
  background: #FF6D46;
  transform: translate(0, -50%);
}
.language-list a.active,
.language-list a:hover{
  color: #FF7955;
}
.top-apply-employ-btn{
  margin-left: 28px;
  height: 36px;
  line-height: 24px;
}
.top-banner{
  color: #fff;
  height: 378px;
  text-align: center;
  background: url(../images/banner/b1.jpg) center;
}
.top-banner .img-title{
  display: inline-block;
  margin-top: 64px;
}
.top-banner .img-two-title{
  font-size: 18px;
  line-height: 28px;
  margin-top: 25px;
}
#top-apply-btn{
  width: 236px;
  height: 48px;
  margin-top: 30px;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
}
.base-title{
  padding: 0 0 30px;
}
.base-title .iconfont.color-primary{
  font-size: 34px;
}
.base-title .tt{
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  margin-left: 10px;
}
.base-title1{
  padding: 0 0 10px;
}
.base-title1 .iconfont.color-primary{
  font-size: 24px;
}
.base-title1 .tt{
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  margin-left: 10px;
}
.tody-star-items{
  margin: 0 -12px;
}
.tody-star-items li{
  padding: 0 12px;
}
.tody-star-item {
  display: block;
  box-shadow: 10px 15px 45px -5px rgba(200,200,200, .5);
  border-radius: 8px;
  cursor: pointer;
}
.tody-star-item .star-top{
  position: relative;
  height: 195px;
  border-radius: 8px 8px 0 0;
  background-position: center;
  background-size: cover;
}
.tody-star-item .star-bom{
  padding: 20px;
  height: 88px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
.tody-star-item .star-top .star-logo{
  position: absolute;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  padding:10px;
  border: 1px solid #D7D7D7;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner-title{
  height: 84px; 
  padding: 20px 40px;
  background:url(../images/banner/bg1.png) no-repeat center;
  background-size: cover;
  border-radius: 8px;
  color: rgba(255, 240, 219, 1);
}
.banner-title .icon-rank{
  font-size: 36px;
}
.banner-title .tt{
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-left: 16px;
}
.ranks-banner .icon-rank{
  font-size: 36px;
}
.ranks-banner .tt{
  font-size: 24px;
  line-height: 32px;
}
.cate-rank-items{
  margin: 13px 0 0 10px;
  width: 520px;
}
.cate-rank-items li{
  display: inline-block;
  margin-left: 32px;
}
.ranks-items{
  margin-left: -32px;
}
.ranks-items li{
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.ranks-item{
  background: #fff;
  border-radius: 8px;
  box-shadow: 10px 15px 45px -10px rgba(191,191,191, .46);
}
.ranks-item .ranks-top{
  display: block;
  position: relative;
  height: 67px;
  line-height: 67px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  /* overflow: hidden; */
}
.ranks-item .ranks-top.orange{
  background: #FF6D46;
}
.ranks-item .ranks-top.yellow{
  background: #FFB046;
}
.ranks-item .ranks-top::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 0;
  border-right: 196px solid transparent;
  border-left: 196px solid transparent;
}
.ranks-item .ranks-top.orange::before{
  border-top: 5px solid #FF6D46;
}
.ranks-item .ranks-top.yellow::before{
  border-top: 5px solid #FFB046;
}
.ranks-item .ranks-top .crown-icon{
  position: absolute;
  right: 0;
  bottom: 0;
}
.ranks-item .ranks-top h3{
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
.ranks-item .ranks-bom{
  padding: 16px 8px;
  margin-top: 4px;
}
.ranks-num{
  display: inline-block;
  padding:0 15px 0 22px;
  height: 24px;
  line-height: 24px;
  font-weight: 900;
  box-sizing: border-box;
  border-radius: 0 0 0 12px;
}
.ranks-num.orange{
  color: #fff;
  background: #FF6D46;
}
.ranks-num.yellow{
  color: #fff;
  background: #ffb046;
}
.ranks-td-logo{
  width: 24px;
  height: 24px;
}
.ranks-btn .btn{
  width: 192px;
}
.ranks-bom .tbody-m tr:nth-child(1) td{
  padding-top: 20px;
}
/* .ranks-list .difference{
  background: linear-gradient(180deg, #FDFCF6 0%, #FFFFFF 54%, #FFFFFF 100%);
}
.ranks-list .difference td{
  background: none;
} */
.ranks-list tr{
  position: relative;
  border-bottom: 8px solid #fff;
}
.ranks-list tr:after{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -14px;
  display: inline-block;
  width: 100%;
  height: 7px;
  border-bottom:1px solid #f6f6f6;
}
.ranks-list tr:last-child{
  border-bottom-width: 1px;
}
.ranks-list tr:last-child:after{
  display: none;
}
.employ-items li{
  width: 25%;
}
.employ-item{
  padding: 8px 24px;
  border-radius: 8px;
  background-color: #fff;
  transition: .3s all;
}
.employ-item:hover{
  text-decoration: none;
  color: #fff;
  background-color: #FF6D46;
}
.employ-item .employ-img{
  width: 34px;
  height: 34px;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #fff;
}
.data-report{
  background: #FFFFFF;
  box-shadow: 10px 15px 45px -10px rgba(191,191,191,0.46);
  border-radius: 8px;
  height: 603px;
}
.data-report .poster{
  display: block;
  height: 403px;
  background-size: cover;
  background-position: center;
}
.data-report-main{
  padding: 25px 32px;
  min-height: 200px;
}
.data-report-main .tt{
  font-size: 18px;
  font-weight: 900;
}
.data-report-main .mm{
  line-height: 20px;
  font-size: 12px;
  height: 60px;
  margin: 14px 0 20px;
	overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.data-report-btn{
  min-width: 104px;
  border-radius: 4px;
  font-weight: bold;
  height: 30px;
  line-height: 18px;
}
.data-report-list{
  padding: 22px 32px 22px 24px;
}
.data-report-list .icon-see-right{
  font-size: 24px;
  transition: .3s all;
  color: rgba(191, 191, 191, 0.46);
}
.data-report-ul li{
  padding: 16px;
  margin: 4px 0;
  transition: .3s all;
  border-radius: 8px;
  line-height: 20px;
}
.data-report-ul li.active,
.data-report-ul li:hover{
  background: #FDFCF6;
}
/* .data-report-ul li:hover .icon-see-right, */
.data-report-ul li.active .icon-see-right{
  color: #FF6D46;
}
.us-service-items{
	margin: 10px -20px 0 -20px;
}
.us-service-items li{
	width: 25%;
  padding: 0 20px;
}
.us-service-item{
	position: relative;
	cursor: pointer;
	height: 350px;
  text-align: center;
	background: #fff;
	border-radius: 8px;
	transition: all .3s ease-in;
}
.us-service-img{
	display: inline-block;
	margin: 60px 0 50px;
	width: 152px;
	height: 152px;
	line-height: 152px;
	background: #fff;
	border: 4px solid #EAEAEA;
	border-radius: 50%;
	transition: all .3s ease-in;
}
.us-service-img h3{
	font-size: 20px;
	line-height: 26px;
}
.us-service-item .btn{
	position: absolute;
	visibility: hidden;
	z-index: 2;
	bottom: 0;
	left: 50%;
	width: 176px;
	line-height: 36px;
	background: #fff;
	border-radius: 24px;
	font-weight: 900;
	color: #FF6D46;
	transform: translate(-50%, 100%);
	transition: all .3s ease-in;
}
.us-service-item:hover{
	color: #fff;
	transform: scale(1.1);
	background: linear-gradient(90deg, #FE6E45 0%, #FFA45B 100%);
	box-shadow: 0px 18px 54px -12px rgba(229,0,0,0.6);
}
.us-service-item:hover .us-service-img{
	border-color: #FF6D46;
}
.us-service-item:hover .btn{
	visibility: inherit;
	transform: translate(-50%, 50%);
}
.statistics-main{
  margin-top: 80px;
	padding: 26px 10px 68px;
	box-shadow: 0px 25px 45px -25px rgba(109,36,0,0.11);
	border-radius: 8px;
	text-align: center;
	background-color: #fff;
}
.statistics-main p{
	font-size: 17px;
	line-height: 24px;
	margin-top: -12px;
  font-weight: 900;
}
.footer-bar{
  color: rgba(255, 255, 255, 1);
  background: #333;
}
.footer-main{
  padding: 46px 0 36px;
}
.footer-logo{
  width: 310px;
}
.footer-logo .language-box{
  margin: 20px 0 24px;
  color: #333;
}
.footer-menu{
  margin-bottom: 60px;
}
.footer-menu a{
  display: inline-block;
  margin: 18px 0 0 60px;
  font-size: 16px;
}
.footer-menu a:nth-child(1){
  margin-left: 0;
}
.foot-us-icon{
  margin-right: 24px;
}
.foot-us-icon .iconfont{
  font-size: 72px;
}
.copyright-box{
	color: rgba(255,255,255, .7);
	padding: 22px 0;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255, .2);
}
.category-box{
  padding: 24px 0;
}
.category-bar{
  padding: 32px;
  background-color: #fff;
}
.category-bar dl:nth-child(n+2){
  margin-top: 20px;
}
.category-bar dt{
  width: 150px;
  font-size: 16px;
  font-weight: 900;
}
.category-tags{
  margin: -6px -8px;
}
.category-tags .cate{
  display: inline-block;
  margin: 6px 8px;
  cursor: pointer;
  background: #F5F5F5;
  border-radius: 16px;
  padding:0 16px;
  font-weight: bold;
}
.category-tags .cate:hover{
  text-decoration: none;
}
.category-tags .cate.active{
  color: #fff;
  background-color: #FF6D46;
}
.main-right{
  width: 304px;
  margin-left: 16px;
}
.main-box{
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 10px 15px 45px -10px rgba(191,191,191,0.46);
}
.top-tags{
  position: relative;
  display: inline-block;
  width: 102px;
  height: 34px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
}
.top-tags::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 51px solid transparent;
  border-left: 51px solid transparent;
}
.apply-employ-bar{
  height: 210px;
  padding:0 30px;
  color: #fff;
  background: url(../images/banner/bg2.png) no-repeat center;
  background-size: cover;
}
.apply-employ-bar .btn-l{
  margin-top: 25px;
  min-width: 152px;
  font-weight: 900;
}
.base-list li{
  padding: 7px 0;
}
.img-poster{
  display: block;
  border-radius: 8px;
  height: 175px;
  background-size: cover;
  background-position: center;
}
.right-data-report li{
  margin-top: 25px;
}
.right-data-report li:nth-child(1){
  margin-top: 10px;
}
.top-company-box .poster{
  width: 276px;
  height: 178px;
  border-radius: 8px;
  margin-right: 24px;
  background-size: cover;
  background-position: center;
}
.top-company-box .logo{
  width: 52px;
  height: 52px;
  padding: 3px;
  border-radius: 4px;
  margin-right: 16px;
  border:1px solid #eee;
}
.top-company-title{
  margin-bottom: 4px;
}
.top-company-title .tt{
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  max-width: 420px; 
}
.top-company-title .lv1{
  margin-top: -12px;
}
.tag-boxs{
  margin: -5px 0 0 -5px;
}
.tag-box{
  display: inline-block;
  background: #FFF0E9;
  border-radius: 4px;
  border: 1px solid #FE7222;
  line-height: 18px;
  font-size: 12px;
  padding: 0 12px;
  color: #FE7222;
  margin: 5px 0 0 5px;
}
.tag-box.yellow{
  background-color: #FFF7E6;
  /* border-color: #FBCE72;
  color: #FBCE72; */
  border-color: #ddac47;
  color: #ddac47;
}
.top-company-type{
  width: 588px;
  margin-top: 32px;
  background: #FDFCF6;
  overflow: hidden;
}
.top-company-type li{
  padding: 16px 24px;
}
.top-company-type li strong{
  font-weight: 900;
}
.ticket-box{
  position: absolute;
  z-index: 2;
  top: 2px;
  right: -40px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: 140px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 22px solid transparent;
  border-bottom: 28px solid #FE6F45;
  width: 120px;
  transform: rotate(50deg);
}
.img-box{
  width: 88px;
  height: 88px;
  background: #fff;
  border-radius: 8px;
}
.rank-img{
  position: relative;
  height: 108px;
}
.rank-img .icon-flag{
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 40px;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 40px;
}
.rank-img .icon-flag span{
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
  line-height: 36px;
  font-weight: blod;
  font-size: 18px;
}
.rank-img .icon-flag.red{
  color: #F92928;
}
.rank-img .icon-flag.orange{
  color: #F9922A;
}
.rank-img .icon-flag.yellow{
  color: #F9DB35;
}
.rank-logo{
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.rank-poster{
  height: 108px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
.top-table-desc{
  line-height: 18px;
  font-size: 12px;
  color: #999;
  /* min-height: 60px; */
  padding: 2px 0 6px;
}
.details-top{
  z-index: 3;
  height: 176px;
  background-color: #F7F8FA;
}
.details-top-box{
  padding: 16px 0 0;
  transition: .2s all;
}
.details-top-box.fixed-box{
  background-color: #fff;
  box-shadow: 0px 10px 25px 0px rgba(205,205,205,0.19);
}
.fixed-box{
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
}
.navigation-box{
  line-height: 24px;
}
.navigation-box i{
  margin:0 5px;
}
/* .details-main{
  margin-top: 20px;
} */
.details-main .img-box{
  width: 80px;
  height: 80px;
}
.details-main h1{
  font-size: 24px;
  font-weight: 900;
}
.details-main .txt-box{
  margin-left: 24px;
}
.details-main .tag-boxs{
  margin-top: 8px;
}
.details-main-action .btn{
  height: 40px;
	line-height: 28px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: bold;
}
.details-main-action .btn.btn-border{
  border-width: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.details-main-action .icon-plus{
  display: inline-block;
  transform: translate(0, -1px);
}
.details-logo{
  width: 88px;
  height: 88px;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
}
.details-menu{
  color: #fff;
  margin-top: 16px;
  background-color: #FF6D3D;
}
.details-menu-ul li a{
  display: block;
  padding: 0 40px;
  line-height: 56px;
  font-size: 14px;
  font-weight: bold;
  transition: all .3s;
}
.details-menu-ul li a:hover{
  text-decoration: none;
}
.details-menu-ul li:hover a,
.details-menu-ul li.active a{
  background-color: #E95D30;
}
.company-details{
  padding: 32px;
  margin-top: 20px;
  position: relative;
}
.company-details .img-main{
  width: 536px;
  height: 352px;
  border-radius: 8px;
  margin-right: 32px;
  background-size: cover;
  background-position: center;
}
.company-details .flag-num{
  position: absolute;
  color: #fff;
  width: 112px;
  height: 77px;
  background: #FF6D46;
  right: 33px;
  top: 0;
  padding-bottom: 10px;
  border-radius: 0 0 8px 8px;
}
.company-details .flag-num::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  border-bottom: 10px solid #fff;
  border-right: 58px solid transparent;
  border-left: 58px solid transparent;
}
.company-details .flag-num .h0{
  font-size: 24px;
}
.company-details-name{
  padding: 0px 140px 10px 0;
}
.company-details-name h2{
  font-size: 26px;
  font-weight: 900;
  line-height: 40px;
}
.company-details-main{
  position: relative;
  line-height: 25px;
  height: 170px;
  min-height: 170px;
  overflow: hidden;
  margin-bottom: 20px;
}
.company-details-main.main-auto{
  height: auto;
}
.company-details-bom .top-company-type li{
  padding: 10px;
}
#more_main{
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -5px;
  background-color: #fff;
  width: 110px;
  text-align: right;
  line-height: 24px;
  padding: 0 10px 0 10px;
}
.company-details-main.main-auto #more_main{
  bottom: 0;
}
.company-details-bom .btn.btn-orange{
  height: 52px;
  width: 144px;
  font-size: 16px;
  line-height: 40px;
}
.details-product{
  margin: -6px;
}
.details-product li{
  padding: 6px;
  width: 25%;
}
.details-product li .tt{
  text-align: center;
  line-height: 24px;
  padding: 10px;
  font-weight: 900;
}
.details-product-item{
  border:2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  padding:8px;
  transition: .3s all;
}
.details-product-item:hover{
  border-color: #ff6d46;
}
.details-business th{
  background: #FDFCF6;
}
.details-business th,
.details-business td{
  padding-top: 10px;
  padding-bottom: 10px;
}
.supplier-form{
  padding: 0 38px;
  margin-top: -10px;
}
.supplier-form dl{
  margin-top: 24px;
}
.supplier-form dt{
  width: 96px;
}
.supplier-form .ui-textarea textarea{
  height: 166px;
}
.supplier-form .ui-input input{
  padding: 13px 24px;
  height: 48px;
  font-size: 16px;
  background: #F9F9F9;
  border-color: transparent;
}
.supplier-form .ui-textarea textarea{
  padding: 13px 24px;
  font-size: 16px;
  line-height: 26px;
  background: #F9F9F9;
  border-color: transparent;
}
.supplier-form-submit{
  min-width: 112px;
  height: 48px;
  font-size: 16px;
  line-height: 38px;
}
.company-album-swiper,
.certificate-swiper{
  position: relative;
  padding: 0 40px;
}
.company-album-swiper .swiper-slide{
  height: 188px;
}
.swiper-left,
.swiper-right{
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 50%;
  cursor: pointer;
  transform: translate(0, -50%);
}
.swiper-left{
  left: -10px;
}
.swiper-right{
  right: -10px;
}
.swiper-left .icon-left,
.swiper-right .icon-right{
  font-size: 24px;
  color: #999;
}
.certificate-swiper .swiper-slide{
  height: 250px;
}
.error-404{
  min-height: calc(100vh - 100px - 314px);
}
.error-404 h1{
  font-size: 64px;
  font-weight: bold;
}
.base-img{
  width: 24px;
  height: 24px;
}
.shape-box{
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.shape-box::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 7px;
  width: 16px;
  height: 0;
  border: 8px solid transparent;
  border-top-width: 0px;
  border-bottom: 14px solid #FFF7E9;
  transform: rotate(90deg);
}
.shape-box::after{
  content: '';
  position: absolute;
  top: 8px;
  left: -7px;
  width: 16px;
  height: 0;
  border: 8px solid transparent;
  border-bottom-width: 0px;
  border-top: 14px solid #FFF7E9;
  transform: rotate(90deg);
}
.shape-box .tt{
  position: relative;
  z-index: 2;
}
.shape-box.shape-l{
  width: 56px;
  height: 56px;
  line-height: 54px;
}
.shape-box.shape-l::before{
  top: 10px;
  left: 20px;
  width: 28px;
  border: 12px solid transparent;
  border-bottom: 24px solid #FFF7E9;
}
.shape-box.shape-l::after{
  top: 10px;
  left: -16px;
  width: 28px;
  border: 12px solid transparent;
  border-top: 24px solid #FFF7E9;
}
.shape-box.shape-l .tt{
  font-size: 24px;
}
.employ-box{
  padding: 64px 0;
}
.employ-form-title{
  text-align: center;
  margin-bottom: 56px;
}
.employ-form-title h2{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.employ-form{
  width: 750px;
  margin: 0 auto;
}
.employ-form dl{
  margin-bottom: 40px;
}
.employ-form dt{
  width: 200px;
  font-size: 16px;
  text-align: right;
  line-height: 40px;
  margin-right: 10px;
}
.employ-form-submit{
  width: 90px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.tips-box{
  min-height: 800px;
  text-align: center;
  padding: 110px 0 40px;
}
.tips-box .tips-icon .iconfont{
  font-size: 100px;
}
.tips-box .tips-title{
  font-size: 32px;
  font-weight: bold;
  margin: 32px 0 16px;
}
.tips-btn{
  width: 112px;
  height: 40px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 64px;
  font-size: 16px;
}
.dialog-login{
  padding: 30px 0 0;
  text-align: center;
}
.dialog-login-qrcode{
  position: relative;
  margin:0 auto;
  width: 280px;
  height: 280px;
  padding: 12px;
  border-radius: 8px;
  background-color: #f3f4f8;
}
.dialog-login-qrcode img{
  border-radius: 8px;
}
.dialog-login-qrcode .loading-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog-login-qrcode img{
  position: relative;
  z-index: 2;
}
.error-tips{
	position: absolute;
	top: -10px;
	background: #f4615c;
	color: #fff;
	max-width: 250px;
	padding: 6px 10px;
	line-height: 18px;
	border-radius: 4px;
	font-size: 12px;
	transform: translate(0, -100%);
}
.error-tips::before{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	transform: translate(-50%, 100%);
	left: 50%;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #f4615c transparent transparent transparent;
	overflow: hidden;
}