/* myself */
*{word-break: inherit;}
.dn{display: none !important}
.aligncenter{text-align: center}
.alignleft{text-align: left}
.alignright{text-align: right}
.daotimeside dd span {
	display: block;
    left: 30px;
    position: absolute;
    top: 17px;
    margin-right: 10px !important;
}
.layui-body{
  min-width: 1000px;
	overflow:auto;
}
.endinvite {
  margin-top: 30px;
  margin-right: 30px;
  width: 110px;
  height: 40px;
  background: #2b94ff;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.Interviewscore{top:69%}
/* myself */
nav.common {
  height: 90px;
  position: relative;
}
nav.common .top {
  border-bottom: 1px solid #ddd;
  height: 90px;
}
nav.common .w {
  position: relative;
}
nav.common .logo {
  float: left;
  margin-right: 218px;
  position: absolute;
  left: 0;
  z-index: 4;
}
nav.common .links {
  position: absolute;
  right: 0;
  height: 90px;
  line-height: 90px;
}
nav.common .links > li {
  float: left;
  margin-right: 56px;
}
nav.common .links > li:last-child {
  margin-right: 0;
}
nav.common .links > li .icon {
  margin-right: 10px;
  margin-top: -2px;
}
nav.common .links > li a {
  color: #05112E;
  font-weight: 700;
}
nav.common .links > li a .icon_down {
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url("../images/icon_down.png");
  margin-left: 5px;
  position: relative;
  top: -2px;
}
nav.common .links .language .checklanguage {
  display: none;
  width: 110px;
  background-color: #fff;
  border: 1px solid #ddd;
}
nav.common .links .language .checklanguage > li {
  height: 40px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
nav.common .links .language .checklanguage > li:last-child {
  border-bottom: none;
}
nav.common .can_do {
  display: none;
  position: absolute;
  top: 90px;
  height: 366px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
nav.common .can_do .big {
  text-align: center;
  padding-top: 82px;
}
nav.common .can_do .big > li {
  display: inline-block;
  width: 530px;
  text-align: left;
}
nav.common .can_do .big > li:first-child {
  margin-right: 86px;
  position: relative;
}
nav.common .can_do .big > li:first-child:after {
  content: "";
  width: 2px;
  height: 280px;
  background-color: #ddd;
  position: absolute;
  top: -40px;
  right: -44px;
}
nav.common .can_do .big > li img {
  float: left;
  margin-right: 20px;
}
nav.common .can_do .big > li .title {
  font-size: 24px;
  color: #0F163C;
  text-align: left;
}
nav.common .can_do .big > li .list {
  padding-top: 12px;
}
nav.common .can_do .big > li .list li {
  line-height: 28px;
}
nav.common .can_do .big > li .list li:hover a {
  padding-left: 20px;
  color: #335996;
  text-decoration: underline;
}
nav.common .can_do .big > li .list li a {
  transition: all .2s;
  font-size: 14px;
  color: #535353;
}
footer.common .con {
  height: 230px;
  background-color: #05112e;
}
footer.common .con .w {
  padding: 40px 0 0 60px;
}
footer.common .con .w .logo {
  float: left;
  margin-right: 130px;
}
footer.common .con .w .links {
  float: left;
  margin-right: 150px;
}
footer.common .con .w .links:last-child {
  margin-right: 0;
}
footer.common .con .w .links:last-child > li.s {
  line-height: 34px;
  font-size: 14px;
  color: #767c8c;
}
footer.common .con .w .links:last-child > li.s .imgbox {
  display: inline-block;
  width: 22px;
}
footer.common .con .w .links:last-child > li.s .imgbox img {
  margin-top: -2px;
}
footer.common .con .w .links .big {
  margin-bottom: 20px;
}
footer.common .con .w .links .big a {
  font-size: 18px;
  color: white;
}
footer.common .con .w .links .s {
  line-height: 30px;
}
footer.common .con .w .links .s a {
  color: #767c8c;
  font-size: 14px;
}
footer.common .copyRight {
  height: 50px;
  line-height: 50px;
  background-color: #060E22;
  text-align: center;
  color: white;
  font-size: 14px;
}
iframe{
  border: none;
}
.p-r{
  position: relative;
}
.tb-no{
  text-align: center;
}

/*common Popup*/
.popup_box {
  min-width: 400px;
  display: none;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 1001;
  background-color: #fff;
}
.popup_box .title {
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  color: white;
  font-size: 16px;
  background-color: #05112E;
}
.popup_box .close {
  width: 21px;
  height: 21px;
  background: url("../images/close.png");
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup_box .content {
  padding: 20px;
}