.submitSuccess {
  min-width: 1280px;
}
.submitSuccess .submitQR {
  background: #fff;
  text-align: center;
  padding: 60px 0  90px 0;
}
.submitSuccess .submitQR h4 {
  margin-bottom: 80px;
}
.submitSuccess .submitQR .QRLayout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.submitSuccess .submitQR .QRLayout .leftClass {
  width: 156px;
  height: 156px;
  text-align: center;
  margin-right: 84px;
}
.submitSuccess .submitQR .QRLayout .leftClass img {
  width: 100%;
}
.submitSuccess .submitQR .QRLayout .leftClass span {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.submitSuccess .submitQR .QRLayout .middleClass {
  width: 1px;
  background: #999999;
  height: 79px;
}
.submitSuccess .submitQR .QRLayout .rightClass {
  width: 156px;
  height: 156px;
  text-align: center;
  margin-left: 84px;
}
.submitSuccess .submitQR .QRLayout .rightClass img {
  width: 100%;
}
.submitSuccess .submitQR .QRLayout .rightClass a {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.submitSuccess .submitBtn {
  min-height: 400px;
  position: relative;
}
.submitSuccess .submitBtn img {
  position: relative;
  width: 100%;
}
.submitSuccess .submitBtn label {
  width: 275px;
  height: 47px;
  background: linear-gradient(301deg, #FF4C00 0%, #FF7800 100%);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 308px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  font-size: 14px;
}
.submitSuccess .selectBtn {
  display: inline-block;
  margin-top: 40px;
  width: 129px;
  height: 47px;
  background: linear-gradient(301deg, #FF4C00 0%, #FF7800 100%);
  border-radius: 6px;
  text-align: center;
  line-height: 47px;
  color: #fff;
}
.submitSuccess .downSelect {
  margin-top: 40px;
}
.submitSuccess .arrowClass {
  text-align: right;
  cursor: pointer;
  margin-top: 20px;
}
.submitSuccess .arrowClass img {
  width: 31px;
  height: 31px;
}
.submitSuccess .submitContent {
  background: #F6F7FB;
  display: flex;
  padding: 120px 0;
  align-items: center;
  justify-content: center;
}
.submitSuccess .submitContent .rightLayout {
  width: 750px;
  height: 782px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 36, 126, 0.1);
  border-radius: 8px;
  padding: 40px 25px;
  box-sizing: border-box;
}
.submitSuccess .submitContent .rightLayout h4 {
  font-weight: 400;
  color: #004CFF;
  font-size: 20px;
}
.submitSuccess .submitContent .rightLayout .right_ul {
  overflow: hidden;
  display: -webkit-box;
}
.submitSuccess .submitContent .rightLayout .right_ul li {
  width: 130px;
  height: 130px;
  margin: 40px 5px;
  text-align: center;
}
.submitSuccess .submitContent .rightLayout .right_ul li img {
  width: 100%;
  background: #F5F8FF;
  border-radius: 8px ;
}
.submitSuccess .submitContent .rightLayout .right_ul li span {
  white-space: nowrap;
  font-size: 15px;
}
.submitSuccess .submitContent .leftLayout h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333333;
}
.submitSuccess .submitContent .leftLayout h3 {
  color: #333333;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 36px;
}
.submitSuccess .submitContent .leftLayout label {
  width: 129px;
  height: 47px;
  background: #004CFF;
  border-radius: 6px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
}
.submitSuccess .submitContent .leftLayout p {
  font-weight: 400;
  color: #333333;
  font-size: 20px;
  margin-right: 90px;
}
.submitSuccess .banner {
  width: 100%;
  min-height: 313px;
  background: url("../assets/img/experienceSubmit/submitSuccessBnner.png") no-repeat center top;
  background-size: 100% 313px;
  position: relative;
}
.submitSuccess .banner .banner_title {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 124px;
  left: 50%;
  transform: translate(-50%, 0);
}
.submitSuccess .banner .banner_title h4 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
}
.submitSuccess .banner .banner_title p {
  font-size: 20px;
  line-height: 30px;
}
.submitSuccess .banner .top-bar {
  position: absolute;
  height: 80px;
  width: 100%;
  padding-left: 110px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.submitSuccess .banner img {
  height: 44px;
}
.submitSuccess .banner a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.submitSuccess .banner .a-benefit {
  margin: 0 50px;
}
.submitSuccess .free-btn {
  width: 100px;
  height: 40px;
  background: linear-gradient(301deg, #FF4C00 0%, #FF7800 100%);
  border-radius: 6px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  margin-right: 110px;
}
.consulting {
  margin-right: 50px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.consulting img {
  width: 9px !important;
  height: 9px !important;
}
.down-meau {
  position: absolute;
  width: 126px;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(0, 36, 126, 0.1);
  border-radius: 4px;
  top: 60px;
  right: 236px;
  z-index: 200;
  padding: 14px 0 2px 30px;
  box-sizing: border-box;
}
.down-meau li {
  width: 100%;
  height: 21px;
  margin-bottom: 12px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.down-meau li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #004CFF;
  opacity: 0.2;
  position: absolute;
  left: -18px;
  top: 10px;
  border-radius: 50%;
}
.down-meau .check {
  color: #004CFF;
}
.down-meau .check:before {
  width: 0;
}
