@charset "UTF-8";
.pd0 {
  padding: 0;
}

.mg0 {
  margin: 0;
}

.pd50 {
  padding: 50px 0;
}

.pt70 {
  padding-top: 70px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt7 {
  margin-top: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr50 {
  margin-right: 50px;
}

.ml120 {
  margin-left: 120px;
}

.ml60 {
  margin-left: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb10 {
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.backgray {
  background: #F7F7F7;
}

.title {
  font-size: 18px;
  color: #000;
}

.txt,
.text {
  font-size: 14px;
  color: #555;
  line-height: 22px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.indent20 {
  text-indent: 20px;
}

body {
  overflow-x: hidden;
}

/*过渡*/
.fade-enter {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.fade-enter-active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fade-leave {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-leave-active {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wrapper {
  margin: 0 auto;
  width: 1200px;
}

#header {
  font-size: 18px;
  color: #000;
}

.page .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #da251c;
  color: #fff;
}

.slide-fade-enter-active {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 1;
}

.slide-fade-leave-active {
  -webkit-transition: all cubic-bezier(1, 0.5, 0.8, 1);
  transition: all cubic-bezier(1, 0.5, 0.8, 1);
  opacity: 1;
}

.slide-fade-enter,
.slide-fade-leave-to {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  /*opacity: 0;*/
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.fold-enter-active {
  -webkit-animation-name: fold-in;
          animation-name: fold-in;
}

.fold-leave-active {
  -webkit-animation-name: fold-out;
          animation-name: fold-out;
}

@-webkit-keyframes fold-in {}

@keyframes fold-in {}@-webkit-keyframes fold-out {}@keyframes fold-out {}.navigation {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 15px;
}

.clear {
  clear: both;
}

@keyframes fold-in {}@keyframes fold-out {}.signA {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.el-menu--horizontal {
  border-bottom: none;
  background: #fff;
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  color: #000;
}

.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: 2px solid transparent;
  color: #303133;
}

.el-menu--horizontal > .el-submenu .el-submenu__title {
  color: #303133;
}

#header .lang {
  display: inline-block;
  margin-left: 32px;
  font-size: 14px;
  color: #535353;
  line-height: 20px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 33px;
  z-index: 10;
}

#header .lang span {
  vertical-align: middle;
  margin: 0 2px;
}

#header .lang .el-switch, #header .lang span {
  float: left;
}

#header .lang .el-switch__core {
  background-color: #0c4470;
}

#header .lang .el-switch.is-checked .el-switch__core {
  border-color: #0c4470;
  background-color: #0c4470;
}

#header .lang .el-switch__core .el-switch__button {
  left: -1px;
}

.faceIcons {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}

.faceIcons .link {
  margin-left: 5px;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.faceIcons .link:nth-child(1) {
  background: url("/images/en/face_1.png") no-repeat;
}

.faceIcons .link:nth-child(2) {
  background: url("/images/en/face_2.png") no-repeat;
}

.faceIcons .link:nth-child(3) {
  background: url("/images/en/twi.png") no-repeat;
}

.faceIcons .link:hover:nth-child(1) {
  /*background: url("/images/en/face_1_1.png") no-repeat;*/
  -webkit-box-shadow: 2px 2px 3px #888888;
          box-shadow: 2px 2px 3px #888888;
}

.faceIcons .link:hover:nth-child(2) {
  /*background: url("/images/en/face_2_1.png") no-repeat;*/
  -webkit-box-shadow: 2px 2px 3px #888888;
          box-shadow: 2px 2px 3px #888888;
}

.faceIcons .link:hover:nth-child(3) {
  /*background: url("/images/en/twi1.png") no-repeat;*/
  -webkit-box-shadow: 2px 2px 3px #888888;
          box-shadow: 2px 2px 3px #888888;
}

.searchContent .search .el-button {
  margin-left: 5px;
}

.en.none .rank .el-input--medium .el-input__inner, .en.none .el-input--suffix .el-input__inner, .en.none .el-input--prefix .el-input__inner {
  height: inherit;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dcdfe6;
  width: 100%;
}

/* #header .en.none {
  .el-select .el-input__inner{
    border-radius: 0;
    vertical-align: initial;
  }
  .el-select .el-input__suffix,.el-input-group--append .el-input__inner{
    border-right: none;
  }
} */
.activityTopicDetail .contentSchool .leftDetail .arert p {
  font-size: inherit;
  word-break: normal;
}

.el-dropdown-menu__item--divided:before, .el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: transparent;
}

.activityTopicDetail .contentSchool .leftDetail .arert p, .activityTopicDetail .contentSchool .leftDetail .arert p, .leftDetail p, .leftDetail p spanyes, .activityTopicDetail .contentSchool .leftDetail .brief p {
  word-wrap: break-word;
}

.red-button {
  border: 1px solid #da251c;
  color: #fff;
  background: #da251c;
  width: 300px;
}

.reb-button {
  border: 1px solid #da251c;
  color: #da251c;
  background: #fff;
  width: 300px;
}

.formItem {
  /*  .el-select .el-input__inner{
    text-indent: 14px;
  } */
}

.formItem .icon {
  position: absolute;
  top: 12px;
  left: 5px;
  z-index: 1;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background-color: #f5f7fa;
}

/* .areaPhone{
  .el-select{
    width: 110px;
  }
} */
.applyFor {
  background-color: #f3f3f3a6;
  padding: 100px 0 30px;
  /*
  .newcooper {
    width: 540px;
    height: 46px;

    float: left;
    position: relative;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 6px;
}
*/
}

.applyFor .applyForCon {
  width: 1140px;
  margin: 0 auto;
}

.applyFor .applyForCon .applyForTop {
  background: #e5e5e5;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 25px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.applyFor .applyForCon .applyForTop .applyForTopT {
  color: #0c4470;
  font-size: 18px;
}

.applyFor .applyForCon .applyForTop .applyForTopT span {
  min-width: 70px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  height: 27px;
  line-height: 27px;
}

.applyFor .applyForCon .applyForTop .applyForTopT img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 6px;
}

.applyFor .applyForCon .applyForTop .applyForTopT a {
  color: #0c4470;
}

.applyFor .applyForCon .applyForTop .applyForTopT a:hover {
  color: #0c4470;
}

.applyFor .applyForCon .applyForTop .applyForTopT:nth-child(1) {
  margin-bottom: 25px;
}

.applyFor .applyForCon .applyForBottom {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 70px;
}

.applyFor .applyForCon .applyForBottom .forTitle {
  text-align: center;
  height: 65px;
  line-height: 65px;
  color: #0c4470;
  font-size: 24px;
  background: #e5e5e5;
  border-radius: 10px 10px 0 0;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormTitle {
  width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
  position: relative;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormTitle:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(175, 175, 175, 0.5);
  position: absolute;
  top: 17px;
  left: 0;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormTitle span {
  width: 140px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 15px;
  border: 1px solid #afafaf;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon {
  width: 440px;
  text-align: center;
  margin-top: 35px;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .region input {
  width: 370px;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .code {
  width: 250px;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .codeBox {
  position: relative;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .codeBox .codeBtn {
  position: absolute;
  top: 0;
  right: 0;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .codeBox .el-form-item__content {
  text-align: left;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .email {
  margin-bottom: 20px;
  position: relative;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .email:before {
  content: '请务必准确填写常用邮箱，以便接收Offer';
  display: inline-block;
  color: #999;
  font-size: 14px;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 2;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .delivery .el-form-item__content {
  text-align: left;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .applyNumber {
  position: relative;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .applyNumber:before {
  content: '*';
  color: #F56C6C;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 194px;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .el-upload {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .otherMaterial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .otherMaterial button {
  margin-right: 30px;
  margin-top: 10px;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .upload-demo {
  text-align: left;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .upload-demo .el-upload {
  width: 100%;
  text-align: left;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .el-upload--text {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .score-uploader {
  text-align: left;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .score-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .score-uploader .el-upload:hover {
  border-color: #409EFF;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .score-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .score .score_img {
  width: 90px;
  height: 90px;
  display: block;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon .scoreMaterial .el-form-item__label {
  padding-top: 30px;
}

.applyFor .applyForCon .applyForBottom .forCon .forForm .forFormCon1 {
  width: 620px;
  margin-right: 180px;
}

.applyFor .applyForCon .applyForBottom .forSubmit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.applyFor .applyForCon .applyForBottom .forSubmit button {
  width: 150px;
  height: 40px;
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.applyFor .applyForCon .applyForBottom .forSubmit button:hover {
  background-color: #dc272c;
}

.applyFor .applyShow .el-dialog__body {
  text-align: center;
}

.applyFor .applyShow .el-dialog__body button {
  margin-top: 40px;
}

.applyFor .complaint_success .el-dialog {
  width: 400px;
}

.applyFor .complaint_success .successTip {
  font-size: 18px;
}

.applyFor .newcooper1 {
  width: 440px;
  position: relative;
}

.applyFor .widthcooper {
  width: 370px;
  height: 40px;
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
  margin-left: 8px;
  background: #fff;
  border: 1px solid #e8e8e8;
}

.applyFor .verificationBtn {
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  text-align: center;
  background-color: #548dd1;
  border-color: #548dd1;
  font-size: 16px;
  cursor: pointer;
  float: left;
  color: #fff;
  margin-left: 27px;
}

.applyFor .redstart:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}

.applyFor #coopSubmit {
  width: 150px;
  height: 40px;
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
  border: 0px;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 60px;
}

.applyFor .form-group {
  margin-bottom: 26px;
}

.applyFor .newcooper1 label {
  display: block;
  font-size: 14px;
  color: red;
  font-weight: normal;
  position: absolute;
  left: 67px;
}

.applyFor .fontemi {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: left;
  margin-left: 66px;
  color: #999;
}

.sureOur {
  width: 120px;
  height: 40px;
  background-color: #ff9000;
  text-align: center;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
}
/*# sourceMappingURL=apply.css.map */