.main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main_c {
  width: 1400px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main_c_tab {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 30px 0px;
}

.main_c_tab p {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main_c_tab p span:nth-child(1) {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #33333300;
  font-size: 12.6px;
  color: #797979;
  border: 0.9px solid #797979;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
  margin-right: 10px;
  box-sizing: border-box;
}

.main_c_tab p.active span:nth-child(1) {
  background: #333333;
  color: #ffffff;
  border: 0.9px solid #333333;
}

.main_c_tab p span:nth-child(2) {
  font-size: 16px;
  color: #797979;
  letter-spacing: 0;
  font-weight: 400;
}

.main_c_tab p.active span:nth-child(2) {
  color: #333333;
}

.main_c_tab img {
  width: 12px;
  height: 12px;
  margin: 0px 12px;
}

/*  */
.main_c_result {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
  margin: 20px 0px 40px;
}

.main_c_r_i {
  width: 247px;
  height: 170px;
  margin-right: 40px;
}

.main_c_r_c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main_c_r_c p:nth-child(1) {
  font-size: 24px;
  color: #1d7a17;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0px 0px 10px;
}

.main_c_r_c p:nth-child(2) {
  font-size: 32px;
  color: #333333;
  letter-spacing: 0;
  height:47px;
  font-weight: 500;
}

.main_c_r_c p:nth-child(3) {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px 0px 15px;
}

.main_c_r_c p:nth-child(3) img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.main_c_r_c p:nth-child(3) span {
  font-size: 14px;
  color: #007dbd;
  letter-spacing: 0;
  font-weight: 400;
}

.main_c_r_c p:nth-child(4) {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  opacity: .7;
}

/* main_c_tip */
.main_c_tip {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid#D8D6D6;
  border-top: 1px solid#D8D6D6;
}

.main_c_t_c {
  width: 100%;
  height: 60px;
  border: 1px solid #d06600;
  border-radius: 11px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  box-sizing: border-box;
}

.main_c_t_c a:nth-child(1) {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.main_c_t_c a:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main_c_t_c a:nth-child(2) span {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.main_c_t_c a:nth-child(2) img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

/* main_c_wrap */
.main_c_wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 35px 0px 10px;
}

.main_c_w_t {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 36px;
}

.main_c_w_c {
  width: 100%;
  height: auto;
  border: 1px solid #007dbd;
  border-radius: 11px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.main_c_w_c_p {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 34px;
}

.main_c_w_c_p span:nth-child(1) {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}

.main_c_w_c_p span:nth-child(2) {
  background: #007dbd;
  font-size: 14px;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 12px;
  margin-left: 20px;
}
.main_c_w_c_sp {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  font-weight: 400;
  opacity: .7;
  /* letter-spacing: 1px; */
}
.main_c_w_c_sp1 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: 550;
  /* letter-spacing: 1px; */
  margin: 10px 0px 16px;
}
.main_c_w_c_p1 {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 24px;
  font-weight: 400;
  /* letter-spacing: 1px; */
  margin-bottom: 36px;
}
.main_c_w_c_a {
  list-style: none;
  width: 166px;
  height: 45px;
  background: #007dbd;
  line-height: 45px;
  margin:20px 0;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
}

/* main_c_loop */
.main_c_loop {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 25px 0px 36px;
}
.main_c_l_t {
  width: 100%;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 40px;
}
.main_c_l_c {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.main_c_l_c p {
  display: flex;
  flex-direction: column;
}
.main_c_l_c p img {
  width: 329px;
  height: 219px;
  margin-bottom: 25px;
}
.main_c_l_c p span {
  font-size: 16px;
  color: #464646;
  line-height: 24px;
  /* letter-spacing: 1px; */
  font-weight: 550;
}
