@font-face {
  font-family: 'Poppins';
  src: url('./font/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins';
  src: url('./font/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins';
  src: url('./font/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins';
  src: url('./font/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none;
}

body {
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.gg_big_title {
  text-align: left;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: normal;
  background: linear-gradient(90deg, #6E458C 31%, #CB728E 83%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.jianbian {
  /* text-transform: uppercase; */
  letter-spacing: normal;
  background: linear-gradient(90deg, #6E458C 0%, #CB728E 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  
}

.job_title {
  font-size: 20px;
  font-weight: 600;
  color: #472C5A;
  line-height: 140%;
  margin-bottom: 17px;
}

.job_content {
  padding-left: 30px;
  font-size: 16px;
  color: #472C5A;
  line-height: 170%;
}

.tabbar {
  width: 100%;
  min-width: 1440px;
  height: 100px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  min-height: 100px;
  max-height: 100px;
  z-index: 999;
}

.tabbox {
  width: 100%;
  min-width: 1440px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 0px 0 30px;
  box-sizing: border-box;
  align-items: center;
}

.tablogo {
  width: 224px;
  height: 80px;
}

.taba {
  font-size: 16px;
  color: #6E458C;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.taba.on {
  font-weight: 700;
}

.mr72 {
  margin-right: 72px;
}

.footer {
  width: 100%;
  background: #F6F6F6;
  border-radius: 30px;

}

.footerlogo {
  width: 214px;
  height: 66px;
}

.footertext {
  font-size: 14px;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: normal;
  color: #472C5A;
}

.footertit {
  font-size: 20px;
  font-weight: 700;
  line-height: 144%;
  color: #472C5A;
}

.footericon {
  width: 31px;
  height: 31px;
  margin-right: 8px;
}

.job_item {
  width: 300px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.job_btn {
  display: block;
  margin: 0 auto;
  width: 172px;
  height: 44px;
  line-height: 44px;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0);
  box-sizing: border-box;
  border: 0.6px solid rgba(71, 44, 90, 0.5);
  text-align: center;
  color: rgba(71, 44, 90, 0.5);
}

.job_btn_on {
  display: block;
  margin: 0 auto;
  width: 172px;
  height: 44px;
  line-height: 44px;
  border-radius: 8px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: none;
  text-align: center;
  display: none;
  color: #472C5A;
  cursor: pointer;
}

.job_test01 {
  font-size: 20px;
  line-height: 120%;
  color: #472C5A;
  font-weight: 700;
}

.job_test02 {
  font-size: 12px;
  line-height: 120%;
  color: rgba(71, 44, 90, 0.5);
  margin-top: 4px;
}

.job_test03 {
  border-top: 0.6px solid rgba(71, 44, 90, 0.5);
  margin-top: 38px;
  margin-bottom: 18px;
}

.job_test04 {
  font-size: 12px;
  line-height: 150%;
  color: rgba(71, 44, 90, 0.5);
  height: 150px;
}

.job_item:hover {
  background: #6E458C;
  box-shadow: 0px 36px 40px 4px rgba(110, 69, 140, 0.9);
  z-index: 2;
}

.job_item:hover .job_test01 {
  color: #FFFFFF;
}

.job_item:hover .job_test02 {
  color: rgba(255, 255, 255, 0.5);
}

.job_item:hover .job_test03 {
  border-top: 0.6px solid rgba(255, 255, 255, 0.8);
}

.job_item:hover .job_test04 {
  color: rgba(255, 255, 255, 0.8);
}

.job_item:hover .job_btn {
  display: none;
}

.job_item:hover .job_btn_on {
  display: block;
}


.modelBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}

.conCen {
  width: 643px;
  /*background: #fff;*/
  border-radius: 8px;
  padding: 136px 30px;
  margin: auto;
}

.conlable {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  color: #472C5A;
}

.modelInput1 {
  width: calc(100%);
  padding: 10px 20px;
  font-size: 16px;
  color: #333333;
  outline: none;
  border: 1px solid #E6E2F4;
  height: 52px;
  background: #fff;
  border-radius: 12px;
  margin-top: 10px;
}

.modelcodeBox {
  position: relative;
  margin-top: 25px;
}

.codebtn {
  position: absolute;
  top: 0px;
  right: -1px;
  border-radius: 0 12px 12px 0;
  width: 166px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(90deg, #FFC700 7%, #acf3d6 90%);
  cursor: pointer;
  font-weight: bold;
}

.codebtn.on {
  background: #999999;
}

.modelbtn {
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 52px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  background: linear-gradient(90deg, #FFC700 7%, #aef4d7 90%);
}

.conTag {
  font-size: 12px;
  color: rgba(71, 44, 90, 0.4);
  margin-top: 30px;
  text-align: center;
}

.modelInputError,
.codeInputError {
  height: 20px;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  color: #e4393c;
  font-weight: bold;
}

.conTip {
  padding: 10px 20px 10px 52px;
  background: linear-gradient(87deg, #EEF1FA 0%, #F0E9F1 100%);
  border-radius: 10px 10px 10px 10px;
  font-size: 14px;
  margin-top: 20px;
  position: relative;
  color: rgba(71, 44, 90, 0.6);
}

.conTip img {
  width: 20px;
  height: 19px;
  position: absolute;
  top: 14px;
  left: 20px;
}

.modelInput1::placeholder {
  color: rgba(71, 44, 90, 0.4);
}



.modelCen {
  width: 643px;
  background: #fff;
  margin: 20vh auto;
  border-radius: 15px;
  display: none;
}

.modelCenBox {
  margin: 0 20px;
  padding: 30px 0;
}

.modelCenBox img {
  display: block;
  margin: 0 auto;
  width: 86px;
  height: 86px;
}

.modelCentext1 {
  margin-top: 0px;
  text-align: center;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}

.modelCentext2 {
  margin-top: 25px;
  text-align: center;
  font-size: 17px;
  color: #999999;
}

.modelCenBtns {
  margin-top: 25px;
  display: flex;
  justify-content: space-around;
}

.modelCenBtns>div {
  width: 45%;
  background: linear-gradient(90deg, #6E458C 2%, #CB728E 99%);
  color: #fff;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.modelCenBtns>div.quxiao {
  width: 45%;
  background: #CCCCCC;
  color: #fff;
  border-radius: 10px;
  line-height: 50px;
}



.successBox {
  padding: 50px 0;
  width: 643px;
  background: #fff;
  margin: 80px auto;
  border-radius: 8px;
  display: none;
}

.successBox img {
  width: 80px;
  display: block;
  margin: 0 auto;
}

.successBox div {
  width: 90%;
  margin: 0 auto;
  font-size: 20;
  text-align: center;
  margin-top: 50px;
}

.cp_title {
  font-size: 16px;
  line-height: 140%;
  color: #472C5A;
}

.cp_info {
  font-size: 20px;
  line-height: 140%;
  color: #472C5A;
  font-weight: 700;
}



.scroll-container {
  width: 100%;
  overflow-x: hidden;
  display: flex;
}


.scroll-content {
  display: flex;
  animation: scroll 20s linear infinite;
}


.scroll-item {
  margin-right: 16px;
  width: 470px;
  height: 278px;
  border-radius: 8px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #E6E2F4;
}



@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-23%);
  }
}