@charset "UTF-8";
/* CSS Document */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
  color: #444;
  background-color: #d0e1ff;
  margin: 0 auto;
}

.top-bg h1 {
  position: absolute;
  left: -99999px;
}

.top-bg {
  margin: 0 auto;
  background-color: #333333;
  line-height: 3rem;
  position: relative;
}

.top-bg .top {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.top-bg .top a {
  padding-left: 2%;
  font-size: 16px;
  color: #999;
}

a.tel {
  width: 24px;
  margin-right: 2%;
}

/*top-bg end*/
.main_box {
  position: relative;
  max-width: 1050px;
  margin: -5% auto 0;
  background: #fefefe url(bkcp-form-bg.jpg);
  border-radius: 16px 16px 0 0;
}

.yuloo-wrapper {
  background: #c5dafe;
  background: linear-gradient(-90deg, #c5dafd, #c5dafe);
}

/*banner begin*/
.banner {
  position: relative;
  display: flex;
  justify-content: center;
  background: url("banner_bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.banner > div {
  float: left;
}

.banner .text {
  padding-top: 9%;
  font-size: 4.5rem;
  line-height: 6rem;
  color: #fff;
  width: 50%;
  padding-left: 9%;
}

.banner > img {
  max-width: 150%;
}

.banner-img {
  position: absolute;
  width: 100%;
  text-align: center;
}

.banner-img img {
  display: block;
  margin: 0 auto;
}

.banner, .main, .main_tit, .evaluation-bg {
  margin: 0 auto 5%;
}

.main {
  background: none !important;
}

/*banner end*/
/*������ʽ*/
.main_tit {
  text-align: center;
}

.main_tit span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 4%;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background-color: #798ae2;
  position: relative;
  -webkit-box-shadow: 3px 5px 5px rgba(121, 138, 226, 0.55);
  -moz-box-shadow: 3px 5px 5px rgba(121, 138, 226, 0.55);
  box-shadow: 3px 5px 5px rgba(121, 138, 226, 0.55);
}

.main_tit span:after {
  width: 50px;
  height: 50px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  background: url("main_tit_r.png") no-repeat;
  background-size: contain;
}

.main_tit span:before {
  width: 50px;
  height: 50px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  background: url("main_tit_l.png") no-repeat;
  background-size: contain;
}

.main_cnt {
  padding: 70px 50px;
  width: 95%;
  margin: 0 2.5%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}

.flex-group {
  display: flex;
  text-align: center;
  justify-content: center;
}
.flex-group .man {
	width: 123px;
}
.flex-group .girl {
	width: 123px;
}
.main_subtitle, .sex, .age {
  margin-bottom: 5%;
}

.main_subtitle span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 0 0 70px !important;
  font-size: 22px;
  color: #444;
  position: relative;
  left: -4%;
  -webkit-border-radius: 5px 30px 30px 0;
  -moz-border-radius: 5px 30px 30px 0;
  border-radius: 5px 30px 30px 0;
  background: none;
}

.main_subtitle span em {
  position: absolute;
  display: block;
  width: 52px;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-style: normal;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 13px 0 13px 13px;
  background: #bc8545;
  background: linear-gradient(#e4c5a1, #bc8545);
  left: 0;
  box-shadow: 5px 8px 8px rgba(188, 133, 69, 0.35);
}

/*������ʽ  end*/
/*basic-information begin*/
/*sex*/
.sex dl {
  float: left;
  width: 20%;
  margin: 0 15%;
  cursor: pointer;
  position: relative;
  background: none !important;
}

.sex dl dd {
  text-align: center;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}

.sex dl.selected dd {
  background-color: #798ae2;
}

.sex dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 80px;
  line-height: 24px;
  padding: 5px 0;
  color: #a9adb0;
  background: #f4f4f4;
  border-radius: 34px;
  margin: 10px auto 0;
}

.sex dl.selected.man dt {
  color: #fff;
  font-weight: normal;
  background: #5a91f5;
}

.sex dl.selected.girl dt {
  color: #fff;
  font-weight: normal;
  background: #ed8988;
}

.sex dl i {
  /* position: absolute;
    top: 50%;
    right: -5%; */
  /* display: inline-block;
    padding-left: 19px;
    padding-bottom: 19px;
    margin-right: 3px;
    background: url('sex_i.png') no-repeat center center;
    background-size: contain; */
}

.sex dl.selected i {
  display: inline-block;
  padding-left: 19px;
  padding-bottom: 19px;
  margin-right: 3px;
  background: url("sex_i.png") no-repeat center center;
  background-size: contain;
}

/*sex end*/
/*age begin*/
.age dl {
  float: left;
  width: 20.333%;
  margin: 0 6.5%;
  cursor: pointer;
}

.age dl dd {
  text-align: center;
  border: 1px solid #798ae2;
  padding: 16px 0;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  color: #798ae2;
  font-size: 18px;
}

.age dl.selected dd {
  background-color: #798ae2;
  color: #fff;
}

.age dl i {
  display: block;
  padding: 34px;
  background: url("age_i2.png") no-repeat center center;
  background-size: contain;
}

.age dl.selected i {
  background: url("age_i1.png") no-repeat center center;
  background-size: contain;
}

/*age end*/
.main_subcnt {
  margin-bottom: 72px;
}

.main_subcnt ul {
  padding: 0 4%;
}

.main_subcnt ul li {
  float: left;
  padding: 7px;
  width: 48%;
  max-width: 308px;
  font-size: 16px;
  line-height: 28px;
  margin: 0 1% 10px;
  background: #f0f0f0;
  border-radius: 42px;
  box-sizing: border-box;
  cursor: pointer;
}

.industry ul li {
  width: 100%;
}

.main_subcnt ul li i {
  font-size: 16px;
  font-style: normal;
  margin-right: 28px;
  padding-left: 23px;
}

.main_subcnt ul li.selected {
  color: #fff;
  background: #5992f4;
}

.main_subcnt dl i.check {
  padding: 0 12px;
  margin: 0 20px 0 16px;
  border-radius: 24px;
  background: url("li_i2.png") no-repeat left center;
  background-size: contain;
  box-sizing: border-box;
  overflow: hidden;
}

.main_subcnt dl.selected {
  background: #e0f7ff;
}

.main_subcnt dl.selected i.check {
  background: url("li_i1.png") no-repeat left center;
  background-size: contain;
}

.main_subcnt dl.disable {
  cursor: not-allowed;
}

.main_subcnt dl.disable i.check {
  background: url("li_i3.png") no-repeat left center;
  background-size: contain;
}

.school ul li,
.mudi ul li,
.english-level ul li,
.majors ul li {
  width: 33.333%;
  max-width: 204px;
}

.qita-input {
  float: right;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
  border: 2px solid #ddd;
  border-radius: 4px;
}

/*basic-information end*/
/*evaluation begin*/
.evaluation-bg {
  margin-bottom: 0;
  background: none;
}

.evaluation-bg .bg {
  position: relative;
  height: 0;
  border-top: 1px dashed #efa091;
  z-index: 1;
}

.evaluation-bg .bg .bg_before, .evaluation-bg .bg .bg_after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: #c5dafe;
  border-radius: 30px;
  top: 50%;
  margin-top: -15px;
}

.evaluation-bg .bg .bg_before {
  left: -15px;
}

.evaluation-bg .bg .bg_after {
  right: -15px;
}

.evaluation {
  position: relative;
  padding: 70px 500px 80px 120px;
}

.bg_box {
  background: url("bg_box-bg.png") no-repeat bottom center;
}

.evaluation li {
  margin-bottom: 16px;
  font-size: 16px;
  color: #8d8d8d;
  border: none;
  position: relative;
  padding-left: 95px;
  background: #fff;
  border-radius: 3px;
  /* overflow: hidden; */
}

.evaluation li input {
  width: 100%;
  padding: 0 !important;
  height: 40px !important;
  line-height: 40px;
  border: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box !important;
  border: 0;
  outline: none;
}

.evaluation li.li04 {
  position: absolute;
  width: 312px;
  padding: 0 !important;
  background: none !important;
  right: 120px;
  top: 50%;
  margin-top: -50px;
}

.evaluation li.li04 input {
  width: 100%;
  height: auto !important;
  padding: 20px 0% !important;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  border: none;
  background: url(submit-bg.png) no-repeat center;
  color: #c23112;
  cursor: pointer;
  border-radius: 68px;
  box-shadow: 0 5px 0 #d39d19;
}

.privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 18px;
}

.privacy em {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  margin-right: 5px;
  background: #fff url(li_i_check2.png) no-repeat center;
  background-size: contain !important;
  overflow: hidden;
}

.privacy em.checked {
  background: #fff url(li_i_check.png) no-repeat center;
}

.privacy a {
  font-size: 12px;
  line-height: 14px;
  color: #fff !important;
}

.privacy a span {
  font-size: 12px;
  line-height: 14px;
  color: #ffcbba;
}

.evaluation li i {
  position: absolute;
  left: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 28px;
  font-style: normal;
  color: #b8110b;
  background: url("form_icon1.png") no-repeat left center;
}

.evaluation li.li02 i {
  background: url("form_icon2.png") no-repeat left center;
}

.evaluation li.li03 i {
  background: url("form_icon3.png") no-repeat left center;
}

/*evaluation end*/
/* education_chaxun */
.wenping dl, .biye dl, .education_chaxun dl {
  float: left;
  width: 48%;
  max-width: 308px;
  padding: 7px;
  font-size: 16px;
  line-height: 28px;
  margin: 0 1% 10px;
  background: #f0f0f0;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}

.biye dl, .wenping dl {
  width: 23%;
  max-width: 147px;
}

.biye dl i.check,
.wenping dl i.check {
  margin-right: 10px;
}

.main_subcnt_group {
  padding: 0 4%;
}

/* education_chaxun end */
.tuochan {
  margin-bottom: 0 !important;
}

.scrotop {
  width: 70px;
  height: 70px;
  line-height: 15px;
  background-color: #407ae6;
  font-size: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 8%;
  display: none;
  -moz-border-radius: 74px;
  -webkit-border-radius: 74px;
  border-radius: 74px;
  -webkit-box-shadow: 0px 0px 10px rgba(64, 122, 230, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(64, 122, 230, 0.2);
  box-shadow: 0px 0px 10px rgba(64, 122, 230, 0.2);
  z-index: 999;
}

.scrotop i {
  display: block;
  width: 50%;
  margin: 10% auto 5%;
  height: 14px;
  background: url("scrotop.png") no-repeat center center;
  background-size: contain;
}

.scrotop span {
  width: 50%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.scrotop:hover {
  background-color: #4185f2;
  -webkit-box-shadow: 0px 0px 10px rgba(65, 133, 242, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(65, 133, 242, 0.2);
  box-shadow: 0px 0px 10px rgba(65, 133, 242, 0.2);
  -webkit-animation: scrotop .4s linear;
  animation: scrotop .4s linear;
}

@-moz-keyframes scrotop {
  0% {
    background-color: #407ae6;
    -moz-box-shadow: 0 0 10px rgba(64, 122, 230, 0.2);
  }
  100% {
    background-color: #4185f2;
    -moz-box-shadow: 0 0 10px rgba(65, 133, 242, 0.2);
  }
}

@-webkit-keyframes scrotop {
  0% {
    background-color: #407ae6;
    -webkit-box-shadow: 0 0 10px rgba(64, 122, 230, 0.2);
  }
  100% {
    background-color: #4185f2;
    -webkit-box-shadow: 0 0 10px rgba(65, 133, 242, 0.2);
  }
}

@-o-keyframes scrotop {
  0% {
    background-color: #407ae6;
    -o-box-shadow: 0 0 10px rgba(64, 122, 230, 0.2);
  }
  100% {
    background-color: #4185f2;
    -o-box-shadow: 0px 0px 10px rgba(65, 133, 242, 0.2);
  }
}

@keyframes scrotop {
  0% {
    background-color: #407ae6;
    -webkit-box-shadow: 0px 0px 10px rgba(64, 122, 230, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(64, 122, 230, 0.2);
    -o-box-shadow: 0px 0px 10px rgba(64, 122, 230, 0.2);
    box-shadow: 0px 0px 10px rgba(64, 122, 230, 0.2);
  }
  100% {
    background-color: #4185f2;
    -webkit-box-shadow: 0px 0px 10px rgba(65, 133, 242, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(65, 133, 242, 0.2);
    -o-box-shadow: 0px 0px 10px rgba(65, 133, 242, 0.2);
    box-shadow: 0px 0px 10px rgba(65, 133, 242, 0.2);
  }
}

.copyright {
  width: inherit;
  padding: 1em 0em 1em;
  text-align: center;
}

.copyright p {
  margin: 0 0.3em 0.3em;
  font-size: 14px;
  color: #fff;
}

.copyright p a {
  margin-right: 5px;
  color: #fff;
}

.jieguo .copyright {
  padding: 1em 0em 1em;
  margin: 1.5rem 1.5rem 0;
  text-align: center;
  border-top: 1px solid #8c99e0;
}

.jieguo .copyright p {
  margin: 0 0.3em 0.3em;
  font-size: 14px;
  color: #fff;
}

.jieguo .copyright p a {
  margin-right: 5px;
  color: #fff;
}

/* result */
.result {
  display: none;
  background: #d0e1ff;
}

.result .banner {
  position: relative;
}

.result .banner-text {
  position: absolute;
  width: 1050px;
  left: 50%;
  margin-left: -525px;
  bottom: 25%;
  text-align: center;
}

.banner-text .p1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
}

.banner-text .p1 em {
  font-style: normal;
}

.banner-text .p2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  color: #fff;
}

.banner-text .p2 em {
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #f23434;
  font-style: normal;
}

.result-tuijian {
  margin-top: 40px;
  background: linear-gradient(#faf0e3, #fff, #fff, #fff, #fff);
  margin-bottom: 12px;
}

.result-tuijian .sub-tit {
  font-size: 16px;
  line-height: 20px;
  color: #7a4301;
}

.result-tuijian-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 22px;
  font-weight: bold;
  color: #7a4301;
}

.zhu {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  background: #cc4645;
  margin-bottom: 9px;
}

.zhu i {
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 8px;
  background: url(zhu-icon.png) no-repeat center;
}

.tuijian-box {
  margin-top: 45px;
}

.tuijian-icon {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  bottom: -3px;
  right: 0;
}

.tuijian-icon.success {
  background: url(success.png) no-repeat center;
}

.tuijian-icon.error {
  background: url(error.png) no-repeat center;
}

.tuijian-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}

.tuijian-item .tuijian-tit {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  width: 30px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  padding: 16px 8px;
  box-sizing: border-box;
  border-radius: 6px 0 0 6px;
}

.tuijian-item .tuijian-cnt {
  padding: 22px 40px 19px;
  border-radius: 6px;
}

.tuijian-item .tuijian-cnt .tuijian-sub-tit {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  padding-right: 90px;
}

.tuijian-item .tuijian-cnt p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.tuijian-item .tuijian-cnt p b {
  color: #cc4645 !important;
}

.tuijian-item .tuijian-cnt .tuijian-school {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  padding: 5px 20px 5px 210px;
  border-radius: 26px;
  margin-top: 12px;
}

.tuijian-item .tuijian-cnt .tuijian-school span {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  min-width: 191px;
}

.tuijian-item .tuijian-cnt .tuijian-school i {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: url(tuijian-icon.png) no-repeat center;
}

.tuijian-item .tuijian-cnt .tuijian-school a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.tuijian-item .tuijian-cnt .tuijian-school a:hover {
  text-decoration: underline !important;
}

.tuijian-item.tdxl .tuijian-tit {
  background: linear-gradient(#4bc29a, #6acfad);
}

.tuijian-item.tdxl .tuijian-cnt {
  background: #e9faf4;
}

.tuijian-item.tdxl .tuijian-cnt p span {
  color: #4bc29a;
}

.tuijian-item.tdxl .tuijian-school {
  background: #4bc29a;
}

.tuijian-item.feiquan .tuijian-tit {
  background: linear-gradient(#c57b24, #e09f52);
}

.tuijian-item.feiquan .tuijian-cnt {
  background: #fbf5e9;
}

.tuijian-item.feiquan .tuijian-cnt p span {
  color: #cc8735;
}

.tuijian-item.feiquan .tuijian-school {
  background: #cc8735;
}

.tuijian-item.zw .tuijian-tit {
  background: linear-gradient(#619df2, #7eb2e6);
}

.tuijian-item.zw .tuijian-cnt {
  background: #ecf5fe;
}

.tuijian-item.zw .tuijian-cnt p span {
  color: #6da2f0;
}

.tuijian-item.zw .tuijian-school {
  background: #6da2f0;
}

.tuijian-item.gjss .tuijian-tit {
  background: linear-gradient(#d65679, #ea6b7b);
}

.tuijian-item.gjss .tuijian-cnt {
  background: #fef4f5;
}

.tuijian-item.gjss .tuijian-cnt p span {
  color: #de5e7a;
}

.tuijian-item.gjss .tuijian-school {
  background: #de5e7a;
}

.zhu2 {
  padding: 0 9px;
  color: #7a4301;
  font-size: 14px;
  line-height: 28sapx;
  text-align: center;
}

.result-box {
  max-width: 1050px;
  margin: 0 auto;
}

.result-box > div {
  padding: 26px;
  box-sizing: border-box;
  border-radius: 10px;
}

.result-box .main_subtitle span {
  left: 0 !important;
}

.result-box .main_subtitle span em {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
}

.result-phone {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0 1% 20px;
  padding: 0 50px;
}

.result-phone em {
  font-size: 24px;
  color: #bc8545;
  font-style: normal;
  margin-right: 14px;
}

.result-phone span {
  color: #bc8545;
  margin-right: 15px;
}

.result-phone span:last-child {
  margin-right: 0;
}

.result-phone span a {
  color: #bc8545 !important;
}

.result-wx {
  padding: 0 50px;
}

.result-wx-box {
  float: left;
  width: 47%;
  max-width: 338px;
  margin: 0 1.5%;
  padding: 17px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #fff;
}

.result-wx-box .result-wx-tit {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  margin-left: -17px;
  margin-bottom: 10px;
}

.result-wx-box .result-wx-tit em {
  font-size: 24px;
  color: #bc8545;
  font-style: normal;
  margin-right: 12px;
}

.result-wx-box dl {
  float: left;
  width: 48%;
  margin: 0 1%;
  max-width: 138px;
  text-align: center;
}

.result-wx-box dl dd {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #999;
}

.result-about {
  position: relative;
  padding-top: 60px !important;
  padding-left: 50px !important;
  background: #fefefe url(form-bgcp.jpg);
}

.result-about .main_subtitle {
  margin-bottom: 32px;
}

.zhuangshi-box {
  position: absolute;
  width: 100%;
  height: 56px;
  padding: 0 60px;
  left: 0;
  top: -28px;
  box-sizing: border-box;
}

.zhuangshi-box .zhuangshi {
  position: relative;
  width: 6px;
  height: 45px;
  background: #f5e0c8;
  z-index: 3;
}

.zhuangshi-box .zhuangshi span {
  display: block;
  width: 6px;
  height: 45px;
  background: #f5e0c8;
  border-radius: 6px;
}

.zhuangshi-box .zhuangshi.zhuangshi-l {
  float: left;
}

.zhuangshi-box .zhuangshi.zhuangshi-r {
  float: right;
}

.zhuangshi-box .zhuangshi::before, .zhuangshi-box .zhuangshi::after {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #ab6d26;
  z-index: -1;
  left: -5px;
}

.zhuangshi-box .zhuangshi::before {
  top: -6px;
}

.zhuangshi-box .zhuangshi::after {
  bottom: -6px;
}

.result-btn-box {
  padding: 30px 0;
  text-align: center;
}

.result-btn-box .result-btn {
  padding: 15px 0;
  display: inline-block;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  width: 246px;
  text-align: center;
  border-radius: 60px;
  background: #5992f4;
  background: linear-gradient(-90deg, #8ca9f3, #4371e9);
  cursor: pointer;
}

.result-btn-box .result-btn i {
  padding: 1px 12px;
  margin-left: 10px;
  background: url(fanhui.png) no-repeat center;
}

.result-btn-box .share-btn {
  padding: 15px 0;
  display: inline-block;
  font-size: 26px;
  line-height: 28px;
  color: #bc8546;
  border: 1px solid #bc8546;
  width: 283px;
  border-radius: 30px;
  margin: 30px 20px;
  cursor: pointer;
}

.result-btn-box .share-btn i {
  padding: 1px 12px;
  margin-left: 10px;
  background: url(share-icon.png) no-repeat center;
}

/* result end */
.result .banner.fenxiang {
  padding-top: 40px !important;
  background: linear-gradient(90deg, #1839a0, #486bc7);
}

.aui_content {
  padding: 0 25px 20px !important;
}

.codeImg {
  display: none;
  text-align: center;
  width: 138px;
  font-size: 14px;
  line-height: 28px;
  margin: 0 auto 30px;
}

.codeImg div, .codeImg img, .codeImg canvas {
  max-width: 100%;
}

.codeImg p {
  text-align: center;
  white-space: nowrap;
  line-height: 18px;
}

#qrCodeIco {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.codeImg dt {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.share-tanchuang {
  display: none;
  position: fixed;
  top: 40vh;
  right: 0;
  width: 50%;
  height: 60vh;
  z-index: 999999999;
  background: #fff;
}

.share-tanchuang .close-share {
  position: absolute;
  top: -30px;
  right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #999;
  border-radius: 20px;
  cursor: pointer;
}

.share-tanchuang p {
  position: absolute;
  width: 100%;
  top: -34px;
  right: 30px;
  font-size: 15px;
  text-align: right;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.5);
}

.share-tanchuang .share-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow-y: auto;
}

.share-tanchuang::before {
  position: fixed;
  display: block;
  content: '';
  width: 120%;
  height: 120%;
  background: #000;
  opacity: .3;
  left: -10%;
  top: -10%;
  z-index: -1;
}

.share-tanchuang.pc {
  width: 50%;
  height: 75%;
  right: 50%;
  top: 50px;
  margin-right: -25%;
}

.share-tanchuang.pc .close-share {
  display: none;
}

.share-tanchuang.pc p {
  right: 0;
}

.share-tanchuang.pc .baocun {
  display: block !important;
  top: auto;
  bottom: -60px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  right: 50%;
  margin-right: -80px;
  color: #333;
  font-weight: bold;
}

.result.pc-result {
  max-width: 1150px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .sex dl {
    width: 20%;
    margin: 0 4.5%;
  }
  .main_subtitle span {
    padding: 0 12%;
  }
}

@media only screen and (min-width: 960px) {
  .main_tit span {
    padding: 0 8%;
  }
  .main_subtitle span {
    left: -3.7%;
  }
}

@media only screen and (max-width: 1200px) {
  .result .banner-text {
    bottom: 15%;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-img {
    top: -10%;
  }
}

@media only screen and (max-width: 768px) {
  .top-bg {
    line-height: 2.5rem;
  }
  .top-bg .top a {
    font-size: 16px;
  }
  a.tel {
    width: 21px;
  }
  .banner .text {
    font-size: 3.5rem;
  }
  .scrotop {
    width: 40px;
    height: 40px;
  }
  .scrotop i {
    margin: 30% auto;
  }
  .school ul li {
    width: 50%;
  }
  .qita-input {
    width: calc(100% - 85px);
  }
  .result .banner-text {
    width: 100%;
    margin: 0 auto;
    left: 0;
    bottom: 10%;
  }
  .banner-text .p1 {
    font-size: 24px;
    line-height: 1.4;
  }
  .banner-text .p2 {
    height: auto;
    font-size: 22px;
    line-height: 24px;
  }
  .banner-text .p2 em {
    font-size: 24px;
    line-height: 1;
  }
  .scrotop span, #footer, #qiao-wrap, #QIAO_INVITE_CONTAINER, #QIAO_ICON_CONTAINER .qiao-icon-sector-inner {
    display: none !important;
  }
  #QIAO_ICON_CONTAINER, #QIAO_INVITE_CONTAINER {
    width: 0 !important;
    height: 0 !important;
  }
  .copyright, .last {
    display: block;
  }
}

@media only screen and (max-width: 680px) {
  .result .banner-text {
    bottom: 20%;
  }
  .banner-text .p1 {
    font-size: 34px;
  }
  .banner-text .p2 {
    font-size: 30px;
  }
  .banner-text .p2 em {
    font-size: 34px;
  }
  .banner > img {
    max-width: 200%;
    margin-left: -50%;
  }
  .banner-img {
    top: -15%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .result .banner img {
    margin-left: 0;
  }
  .banner-img img {
    max-width: 140%;
  }
  .main_box {
    margin-top: -10%;
  }
  .evaluation-bg {
    margin-top: 0 !important;
  }
  .main_cnt {
    padding: 4%;
  }
  .main_tit span {
    padding: 0 8%;
  }
  .main_subcnt, .main_subtitle, .age, .sex, .main_subcnt ul li, .banner, .main, .main_tit {
    margin-bottom: 8%;
  }
  .jieguo .evaluating-result, .jieguo .main01, .jieguo .main02 {
    margin-bottom: 0;
  }
  .main_subtitle span {
    left: -4.5%;
    padding: 0 12%;
  }
  .main_subcnt ul li {
    padding: 7px 0 7px 7px;
    border-radius: 30px;
  }
  .main_subcnt ul li i {
    margin-right: 6px;
    padding-left: 6px;
  }
  .biye dl, .wenping dl, .english-level ul li, .mudi ul li, .majors ul li, .main_subcnt ul li {
    width: 48%;
    margin-bottom: 10px;
    max-width: 308px;
  }
  .age dl {
    width: 26.333%;
    margin: 0 3.5%;
  }
  .sex dl dt, .age dl dd, .main_subcnt ul li {
    font-size: 16px;
  }
  .copyright p, .jieguo .copyright p {
    font-size: 12px;
  }
  .evaluation {
    width: 100%;
    padding: 5%;
    margin: 0 auto;
  }
  .evaluation li.li04 {
    position: static;
    margin: 0 auto;
  }
  .evaluation li.li04 input {
    font-size: 20px;
    padding: 10px 0 !important;
  }
  .yuloo-wrapper {
    overflow: hidden;
  }
  .result-phone, .result-wx {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 540px) {
  .banner .text {
    font-size: 2rem;
    line-height: 3rem;
  }
  .main_cnt {
    padding-top: 6%;
  }
  .main_tit span {
    padding: 0 10%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
  .main_tit span:before {
    width: 40px;
    height: 40px;
    left: -40px;
  }
  .main_tit span:after {
    width: 40px;
    height: 40px;
    right: -40px;
  }
  .age, .sex, .banner, .main, .main_tit {
    margin-bottom: 10%;
  }
  .main_subcnt ul {
    padding: 0;
  }
  .main_subtitle, .main_subcnt, .main_subcnt ul li, .school ul li, .wenping dl, .biye dl, .education_chaxun dl {
    margin-bottom: 20px;
  }
  .main_subtitle span {
    font-size: 16px;
    left: -5%;
    line-height: 32px;
    height: 32px;
  }
  .main_subtitle span em, .result-box .main_subtitle span em {
    font-size: 18px;
    line-height: 30px;
    box-shadow: 3px 5px 5px rgba(188, 133, 69, 0.35);
  }
  .result-box .main_subtitle span em {
    height: 30px;
  }
  .sex dl {
    width: 22%;
    margin: 0 14%;
  }
  .age dl i {
    padding: 25px;
  }
  .age dl {
    width: 30.333%;
    margin: 0 1.5%;
  }
  .sex dl dt, .age dl dd, .main_subcnt ul li, .evaluation li {
    font-size: 14px;
  }
  .evaluation li.li04 {
    width: 60%;
    margin: 0 20% 10%;
  }
  .bg_box {
    background-size: auto 100% !important;
  }
  .result-tuijian-title {
    font-size: 24px;
  }
  .result-tuijian {
    margin-top: 5%;
  }
  .result-wx-box {
    width: 97%;
    margin-bottom: 3%;
  }
  .tuijian-item .tuijian-cnt .tuijian-school span {
    position: static;
    margin-bottom: 5px;
  }
  .tuijian-item .tuijian-cnt .tuijian-school a {
    margin-bottom: 5px;
  }
  .tuijian-item .tuijian-cnt .tuijian-school {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .result-box > div {
    padding: 26px 2%;
  }
  .tuijian-item .tuijian-cnt {
    padding: 22px 3% 19px;
  }
  .result-about {
    padding: 60px 26px 26px !important;
  }
  .result-btn-box .result-btn {
    float: left;
  }
  .result-btn-box .share-btn {
    float: right;
  }
  .result-btn-box .result-btn, .result-btn-box .share-btn {
    width: 45%;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    margin: 20px 1%;
  }
  .result-btn-box .share-btn i, .result-btn-box .result-btn i {
    padding: 1px 8px;
    background-size: contain !important;
  }
}

@media only screen and (max-width: 428px) {
  .aui_state_focus {
    position: fixed !important;
    top: 20% !important;
  }
  .banner > img {
    max-width: 220%;
  }
  .banner-img {
    top: -10%;
  }
  .banner-img img {
    max-width: 120%;
  }
  .banner-img .banner2 {
    min-width: 680px;
  }
  .banner-img .banner3 {
    min-width: 768px;
  }
  .result .banner img {
    max-width: 200%;
    margin-left: 0;
  }
  .result-box > div {
    padding: 15px 2%;
    margin-top: 0;
  }
  .result-tuijian-title {
    font-size: 20px;
    margin-bottom: 2%;
  }
  .tuijian-item .tuijian-cnt .tuijian-sub-tit {
    font-size: 18px;
    padding-right: 50px;
  }
  .tuijian-item .tuijian-cnt .tuijian-school {
    padding: 10px 10px 5px;
    border-radius: 4px;
  }
  .tuijian-item .tuijian-cnt {
    padding: 3%;
  }
  .tuijian-icon {
    width: 30px;
    height: 30px;
    background-size: contain !important;
  }
  .result-tuijian .sub-tit {
    font-size: 14px;
  }
  .result .banner-text {
    bottom: 20%;
  }
  .banner-text .p1 {
    font-size: 24px;
  }
  .banner-text .p2 {
    font-size: 20px;
  }
  .banner-text .p2 em {
    font-size: 24px;
  }
  .zhu {
    align-items: self-start;
  }
  .tuijian-box {
    margin-top: 5%;
  }
  .main_cnt {
    padding-top: 8%;
  }
  .main_subtitle span {
    display: flex;
    align-items: center;
    padding: 0 !important;
    left: -6%;
    font-size: 16px;
    line-height: 22px;
  }
  .main_subtitle span em {
    position: static;
    min-width: 52px;
    height: 30px !important;
    margin-right: 15px;
  }
  /* .sex dl {
        width: 36%;
        margin: 0 7%;
    } */
  .age dl i {
    padding: 16px;
  }
  .evaluation li input {
    font-size: 14px;
    line-height: 32px;
  }
  .school ul {
    padding: 0 1%;
  }
  .school ul li i {
    margin-right: 0;
  }
  .school ul li.qita {
    width: 100%;
  }
  .industry ul li, .hanjinliang ul li, .tuochan ul li {
    width: 98%;
  }
  .result-phone {
    flex-wrap: wrap;
  }
  .result-phone, .result-wx-box .result-wx-tit {
    font-size: 15px;
  }
  .result-phone em, .result-wx-box .result-wx-tit em {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 375px) {
  .result-tuijian-title {
    font-size: 20px;
  }
  .result-phone p {
    width: 100%;
    margin-top: 15px;
  }
}
