.top {
  width: 100%;
  height: 450px;
  background: url("../image/top2.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.top_main {
  padding-top: 75px;
}

.top_title {
  font-size: 65px;
  font-weight: bold;
  color: #ffffff;
  line-height: normal;
  letter-spacing: 2px;
}

.top_title span {
  color: #ffba00;
}

.top_item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.top_item img {
  width: 18px;
  margin-right: 8px;
}

.top_item p {
  font-size: 20px;
  color: #fff;
}

.title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 75px;
  color: #f66;
}

.title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  /* background: #6c6eff; */
  background: linear-gradient(135deg, #d5b686, #c49e60) !important;
  border-radius: 2px;
}

.title_index {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  font-weight: 600;
  color: #6c6eff;
  opacity: 0.2;
}

.title_main {
  font-size: 28px;
}

.title_desc {
  margin-top: 13px;
  font-size: 14px;
  color: #666666;
}

.dif_ul {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dif_li {
  position: relative;
  width: 216px;
  height: 301px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 62px;
  border-radius: 1rem;
  border: 1px solid #e7c087;
  overflow: hidden;
}

.dif_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dif_index {
  position: absolute;
  top: 95px;
  left: 15px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 48px;
  font-family: cursive;
}

.dif_desc {
  position: relative;
  width: 100%;
  height: 160px;
  background: #ffffff;
  z-index: 1;
  margin-top: 141px;
  padding: 30px 20px;
}

.dif_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.dif_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  /* background: #6c6eff; */
  background: linear-gradient(135deg, #d5b686, #c49e60) !important;
  border-radius: 1px;
}

.dif_text {
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.dif_btn {
  margin: 0 auto;
}

.why {
  /* margin-top: 49px; */
  padding-top: 1px;
  padding-bottom: 44px;
  background: #f4f7ff;
}

.why_main {
  margin-top: 56px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.why_item {
  width: 584px;
  background: #ffffff;
  box-shadow: 4px 6px 26px 0px rgba(108, 110, 255, 0.09);
  border-radius: 1rem;
  border: 1px solid #e7c087;
  box-sizing: border-box;
  overflow: hidden;
}

.why_top {
  width: 100%;
  height: 185px;
  /* background: #6c6eff; */
  background: linear-gradient(135deg, #d5b686, #c49e60) !important;
  padding: 40px 35px;
}

.why_item:nth-child(2) .why_top {
  background: #fd7137;
}

.why_top p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.why_top p:nth-child(2) {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 36px;
  text-align: center;
}

.why_ul {
  padding: 40px 0 40px 50px;
}

.why_li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.why_li:last-child {
  margin-bottom: unset;
}

.why_li img {
  width: 24px;
  margin-right: 19px;
}

.why_li p {
  font-size: 14px;
  color: #666666;
}

.plan_ul {
  margin-top: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.plan_li {
  position: relative;
  width: 386px;
  height: 120px;
  padding: 38px 20px 36px 33px;
  /* background: linear-gradient(180deg, #6c6eff, #7c7eff); */
  background: linear-gradient(135deg, #d5b686, #c49e60) !important;
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.plan_li:nth-child(even) {
  background: linear-gradient(180deg, #fd7137, #ff8755);
}

.plan_li:nth-child(even) .plan_btn {
  color: #fd733a;
}

.plan_pic {
  position: absolute;
  right: 0;
  bottom: 0;
}

.plan_text {
  color: #fff;
}

.plan_text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}

.plan_text p:nth-child(2) {
  font-size: 14px;
  margin-top: 11px;
}

.plan_btn {
  position: relative;
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  /* color: #5254e7; */
  color: #e7c087 !important;
  text-align: center;
  line-height: 36px;
  z-index: 1;
  cursor: pointer;
}

.plan_btn1 {
  width: 210px;
  margin: 20px auto 0;
}

.show {
  width: 100%;
  height: 1075px;
  background: url("https://www.haoshunjia.com/skin/static/img/tax/jszs.png")
    no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 37px;
  padding-top: 1px;
}

.show_main {
  margin-top: 56px;
}

.show_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_li {
  width: 546px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.show_pie {
  position: relative;
  width: 100%;
  height: 315px;
  background: #f3f3f3;
  border-top-left-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.13);
}

.show_exam {
  position: absolute;
  top: 0;
  left: 245px;
  font-size: 14px;
  line-height: 22px;
}

.show_title {
  position: relative;
  width: 225px;
  height: 43px;
  /* background: #6c6eff; */
  background: linear-gradient(135deg, #d5b686, #c49e60) !important;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 43px;
}

.show_title::before {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 8px;
  height: 43px;
  /* background: #babbff; */
  background: #e7c087;
}

.show_pie_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 28px 0 28px;
}

.show_chart {
  display: flex;
}

.show_chart_text {
  font-size: 14px;
  display: flex;
  margin-bottom: 26px;
}

.show_chart_text p:nth-child(1) {
  color: #454768;
  margin-right: 17px;
  line-height: normal;
}

.show_chart_text p:nth-child(2) {
  line-height: normal;
}

.show_chart_text span {
  font-weight: 600;
}

.show_chart_light span {
  color: #ff6900;
}

.show_chart_main {
  width: 150px;
  height: 150px;
}

.show_table {
  width: 100%;
  display: flex;
  z-index: 1;
}

.show_table tbody {
  width: 100%;
}

.show_table_head {
  /* background: #8d8ea6; */
  background: linear-gradient(135deg, #d5b686, #c49e60) !important;
  color: #ffffff;
  font-weight: bold;
  display: flex;
}

.show_table th {
  border-right: 1px solid #e0e4ef;
  border-bottom: 1px solid #e0e4ef;
}

.show_table th:last-child {
  border-right: unset;
}

.show_table th,
.show_table td {
  width: 33.3333%;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
}

.show_table_ctx {
  display: flex;
  background: #f6f6f7;
}

.show_table_ctx td {
  border-right: 1px solid #e0e4ef;
  border-bottom: 1px solid #e0e4ef;
}

.show_table_ctx:nth-child(2),
.show_table_ctx:nth-child(3) {
  background: #eef1f5;
}

.show_result {
  width: 100%;
  height: 123px;
  border-bottom-left-radius: 20px;
  background: #f3f3f3;
  box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.13);
  padding-top: 23px;
}

.show_result p {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 600;
}

.show_result span {
  color: #ff6900;
}

.show_result span:nth-child(2) {
  font-size: 30px;
}

.show_pie_right {
  border-top-left-radius: unset;
  border-top-right-radius: 20px;
}

.show_result_right {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: 20px;
}

.show_btn {
  width: 210px;
  margin: 33px auto 0;
}

.con_text {
  margin-top: 56px;
  font-size: 14px;
  font-weight: bold;
}

.con_ul {
  display: flex;
  margin-top: 12px;
}

.con_li:nth-child(1) {
  border-left: 1px solid #e0e4ef;
}

.con_li:nth-child(1),
.con_li:nth-child(2) {
  width: 507px;
}

.con_li:nth-child(3) {
  width: 186px;
}

.con_li:nth-child(2) .con_title {
  background: #7a7ffd;
}

.con_li:nth-child(3) .con_title {
  background: #fd743c;
}

.con_li:nth-child(2) .con_head {
  background: #dfe0ff;
}

.con_li:nth-child(3) .con_head {
  background: #ffe0d3;
}

.con_title {
  width: 100%;
  height: 54px;
  /* background: #6b789a; */
  background: linear-gradient(135deg, #d5b686, #c49e60) !important;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.con_table {
  display: flex;
  color: #666666;
  font-size: 14px;
}

.con_head {
  background: #ebf2fa;
  background: #faebd3 !important;
}

.con_ctx {
  background: #fcfdff;
}

.con_head,
.con_ctx {
  display: flex;
}

.con_head th,
.con_ctx td {
  height: 60px;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  border-right: 1px solid #e0e4ef;
  border-bottom: 1px solid #e0e4ef;
}

.con_head th:nth-child(1),
.con_ctx td:nth-child(1) {
  width: 85px;
}

.con_head th:nth-child(2),
.con_ctx td:nth-child(2) {
  width: 105px;
}

.con_head th:nth-child(3),
.con_ctx td:nth-child(3) {
  width: 145px;
}

.con_head th:nth-child(4),
.con_ctx td:nth-child(4) {
  width: 95px;
}

.con_head th:nth-child(5),
.con_ctx td:nth-child(5) {
  width: 76px;
}

.con_light {
  color: #fd743c;
  font-weight: 600;
  width: 186px !important;
}

.con_result {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.con_result span {
  color: #fd743c;
  font-size: 24px;
}

.con_btn {
  width: 210px;
  margin: 40px auto 0;
}

.pro {
  width: 100%;
  height: 140px;
  background: #7a7ffd;
  margin-top: 50px;
  background: url("../image/fwlc.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.pro_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.pro_title {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  line-height: normal;
}

.pro_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_li {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 62px;
}

.pro_index {
  width: 64px;
  height: 64px;
  background-image: linear-gradient(to bottom right, #6369ed, #7a7ffd);
  border-radius: 50%;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 64px;
  font-family: fantasy;
  margin-right: 12px;
}

.pro_text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.pro_text p:nth-child(2) {
  margin-top: 15px;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
}

.pro_arrow {
  position: absolute;
  right: 31px;
  top: 19px;
}

.ind_main {
  margin-top: 56px;
}

.ind_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #e7c087;
  border-radius: 1rem;
}

.ind_title {
  position: relative;
  width: 277px;
  height: 234px;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}

.ind_title img {
  width: 100%;
  height: 100%;
}

.ind_title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}

.ind_ul {
  height: 234px;
  flex: 1;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  flex-wrap: wrap;
  padding: 36px 41px;
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
}

.ind_ul li {
  min-width: 100px;
  height: 40px;
  /* background: #f4f7ff; */
  background: #fff;
  /* border: 1px solid #e7c087; */
  border: 1px solid #f66;
  text-align: center;
  line-height: 40px;
  /* color: #6e768a; */
  /* color: #e7c087; */
  color: #f66;
  border-radius: 0.5rem;
  font-size: 14px;
  cursor: pointer;
  margin: 0 20px 20px 0;
  padding: 0 5px;
  white-space: nowrap;
}

.ass {
  padding-top: 1px;
  padding-bottom: 20px;
  margin-top: 49px;
  background: #f4f7ff;
}

.ass_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 57px;
}

.ass_li {
  width: 366px;
  height: 100px;
  background: #ffffff;
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 20px 42px 20px 20px;
  margin-bottom: 30px;
}

.ass_li_icon {
  width: 60px;
  height: 60px;
  background: rgba(108, 110, 255, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ass_li_text {
  flex: 1;
  margin-left: 21px;
}

.ass_li_text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}

.ass_li_text p:nth-child(2) {
  font-size: 14px;
  margin-top: 11px;
  line-height: normal;
  color: #666666;
}

.req {
  margin-bottom: 50px;
}

.req_five {
  margin-top: 57px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.req_five_li {
  display: flex;
  width: 48%;
  margin-bottom: 29px;
}

.req_five_ask {
  width: 28px;
  height: 28px;
  /* background: #6c6eff; */
  background: linear-gradient(135deg, #d5b686, #c49e60) !important;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-right: 14px;
}

.req_five_text {
  flex: 1;
}

.req_five_text p:nth-child(1) {
  font-size: 14px;
  margin-top: 7px;
}

.req_five_text p:nth-child(2) {
  margin-top: 12px;
  font-size: 12px;
  line-height: normal;
  color: #666666;
}

.req_btn {
  width: 210px;
  margin: 10px auto 0;
}
.dev_ass_ul {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
