/* 主体start */
.main {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  min-width: 1228px;
}
.main .top {
  max-width: 1920px;
  height: 344px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg-top.jpg);
  overflow: hidden;
}
.main .top .t_title {
  height: 47px;
  margin-top: 92px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 47px;
  color: #2d2d2d;
  text-align: center;
}
.main .top .t_title .blue {
  color: rgba(39, 111, 236, 1);
}
.main .top .t_btn_wrap {
  width: 436px;
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
}
.main .top .t_btn_wrap .tbw_btn {
  flex: none;
  width: 188px;
  height: 55px;
  border-radius: 12px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 55px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.main .top .t_btn_wrap .tbw_btn:hover {
  text-decoration: underline;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main .top .t_btn_wrap .tbw_btn:active {
  text-decoration: underline;
  box-shadow: none;
}
.main .top .t_btn_wrap .tbw_btn.btn1 {
  background: linear-gradient(
    270deg,
    rgba(255, 117, 241, 1) 0%,
    rgba(255, 65, 65, 1) 100%
  );
}
.main .top .t_btn_wrap .tbw_btn.btn2 {
  background: linear-gradient(
    87deg,
    rgba(130, 209, 255, 1) 0%,
    rgba(77, 142, 239, 1) 100%
  );
}
.main .main_wrap {
  width: 1228px;
  margin: 6px auto 0;
  /* overflow: hidden; */
  position: relative;
}
.main .main_wrap .tabs_line_wrap {
  max-width: 1920px;
  width: 100%;
  height: 64px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.main .main_wrap .tabs_line_wrap.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
}
.main .main_wrap .tabs_line {
  width: 1228px;
  height: 64px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2ff;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.main .main_wrap .tabs_line1 {
  width: 1228px;
  height: 64px;
  border-bottom: 1px solid #f2f2ff;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.main .main_wrap .tabs_line .yybtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 64px;
  background: linear-gradient(
    268deg,
    rgba(226, 62, 62, 1) 0%,
    rgba(255, 157, 109, 1) 75%,
    rgba(255, 204, 152, 1) 100%
  );
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 64px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
}
.main .main_wrap .tabs_line .tab {
  float: left;
  height: 21px;
  margin-right: 64px;
  padding-bottom: 12px;
  padding-top: 27px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: rgba(70, 70, 70, 1);
  cursor: pointer;
}
.main .main_wrap .tabs_line .tab.act {
  border-bottom: 4px solid #d83b3b;
  font-size: 20px;
  color: #d83b3b;
  cursor: default;
}
.main .main_wrap .mw_title {
  margin-top: 50px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color: rgba(70, 70, 70, 1);
}
.main .main_wrap .mw_title1 {
  margin-top: 60px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color: rgba(70, 70, 70, 1);
}
.main .main_wrap .mw_title1 .title_btn {
  display: inline-block;
  width: 96px;
  height: 32px;
  margin-top: 6px;
  margin-left: 16px;
  background: rgba(246, 108, 108, 1);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.main .main_wrap .mw_title1 .title_btn:hover {
  background: rgba(216, 59, 59, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main .main_wrap .mw_title1 .title_btn:active {
  box-shadow: none;
}
.main .main_wrap .gov_tip {
  margin-top: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(112, 112, 112, 1);
}
.main .main_wrap .gov_tip .red {
  color: #f66c6c;
}
.main .main_wrap .sf_wrap {
  display: flex;
  width: 100%;
  margin-top: 32px;
  justify-content: space-between;
}
.main .main_wrap .sf_wrap .sf_item {
  width: 292px;
  height: 573px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(209, 209, 209, 1);
  flex: none;
}
.main .main_wrap .sf_wrap .sf_item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main .main_wrap .sf_wrap .sf_item .sf_logo {
  width: 292px;
  height: 174px;
  padding: 16px 20px 7px;
  box-sizing: border-box;
}
.main .main_wrap .sf_wrap .sf_item .sf_logo .logo_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main .main_wrap .sf_wrap .sf_item .sf_logo .logo_img.img1 {
  background-image: url(../img/K@2x.png);
}
.main .main_wrap .sf_wrap .sf_item .sf_logo .logo_img.img2 {
  background-image: url(../img/B270@2x.png);
}
.main .main_wrap .sf_wrap .sf_item .sf_logo .logo_img.img3 {
  background-image: url(../img/DAK@2x.png);
}
.main .main_wrap .sf_wrap .sf_item .sf_logo .logo_img.img4 {
  background-image: url(../img/KK269@2x.png);
}
.main .main_wrap .sf_wrap .sf_item .sf_fee {
  width: 100%;
  height: 88px;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.main .main_wrap .sf_wrap .sf_item:hover .sf_fee {
  background: rgba(253, 237, 237, 1);
  color: #d83b3b;
}
.main .main_wrap .sf_wrap .sf_item .sf_fee .sff_cont {
  height: 46px;
  margin-top: 8px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 50px;
  color: rgba(45, 45, 45, 1);
}
.main .main_wrap .sf_wrap .sf_item:hover .sf_fee .sff_cont {
  color: #d83b3b;
}
.main .main_wrap .sf_wrap .sf_item .sf_fee .sff_tip {
  margin-top: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: rgba(112, 112, 112, 1);
}
.main .main_wrap .sf_wrap .sf_item:hover .sf_fee .sff_tip {
  color: #d83b3b;
}
.main .main_wrap .sf_wrap .sf_item .sf_fee .small {
  font-size: 20px;
}
.main .main_wrap .sf_wrap .sf_item .sf_fee .mini {
  font-size: 14px;
}
.main .main_wrap .sf_wrap .sf_item .health_rebate {
  display: table-cell;
  width: 290px;
  height: 105px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #2d2d2d;
}
.main .main_wrap .sf_wrap .sf_item .health_rebate .red {
  color: #f66c6c;
}
.main .main_wrap .sf_wrap .sf_item .health_rebate .grey {
  color: #aaa;
}
.main .main_wrap .sf_wrap .sf_item .points {
  width: 100%;
  height: 100px;
}
.main .main_wrap .sf_wrap .sf_item .points .point {
  margin-top: 8px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: rgba(45, 45, 45, 1);
  text-align: center;
}
.main .main_wrap .sf_wrap .sf_item .points .point:first-child {
  margin-top: 0;
}
.main .main_wrap .sf_wrap .sf_item .btn {
  margin: 38px auto 0;
  width: 228px;
  height: 38px;
  background: rgba(246, 108, 108, 1);
  border-radius: 8px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 38px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
}
.main .main_wrap .sf_wrap .sf_item .btn:hover {
  background-color: #d83b3b;
}
.main .main_wrap .sf_tip {
  font-size: 14px;
  margin-top: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(112, 112, 112, 1);
}
.main .main_wrap .mw_row {
  width: 100%;
  padding-bottom: 80px;
  /* overflow: hidden; */
  font-size: 0;
}
.main .main_wrap .mw_row .col {
  display: inline-block;
  width: 604px;
  vertical-align: top;
  /* float: left; */
}
.main .main_wrap .mw_row .col.marr20 {
  margin-right: 20px;
}
.main .main_wrap .mw_row .col .delivery_content {
  width: 100%;
  height: 319px;
  margin-top: 20px;
  padding: 84px 0 0 74px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/gb-dqx.png);
}
.main .main_wrap .mw_row .col .delivery_content:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main .main_wrap .mw_row .col .delivery_content .dc_title {
  margin: 0;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  color: rgba(229, 46, 46, 1);
}
.main .main_wrap .mw_row .col .delivery_content .dc_tip {
  margin-top: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  line-height: 24px;
  color: rgba(45, 45, 45, 1);
}
.main .main_wrap .mw_row .col .delivery_content .qa_link {
  margin-top: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: rgba(246, 108, 108, 1);
  cursor: pointer;
}
.main .main_wrap .mw_row .col .delivery_content .qa_link:hover {
  text-decoration: underline;
}
.main .main_wrap .mw_row .col .qa_content {
  width: 100%;
  height: 319px;
  margin-top: 20px;
  font-size: 0;
}
.main .main_wrap .mw_row .col .qa_content .qa_item {
  display: inline-block;
  width: 292px;
  height: 319px;
  padding: 77px 0 0 38px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main .main_wrap .mw_row .col .qa_content .qa_item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main .main_wrap .mw_row .col .qa_content .qa_item.mrr20 {
  margin-right: 20px;
}
.main .main_wrap .mw_row .col .qa_content .qa_item.bg1 {
  background-image: url(../img/bg-qa1.png);
}
.main .main_wrap .mw_row .col .qa_content .qa_item.bg2 {
  background-image: url(../img/bg-qa2.png);
}
.main .main_wrap .mw_row .col .qa_content .qa_item.bg2:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.8);
}
.main .main_wrap .mw_row .col .qa_content .qa_item .q_content {
  font-size: 24px;
  font-family: Microsoft YaHei;
  line-height: 40px;
  font-weight: 200;
  color: rgba(45, 45, 45, 1);
  cursor: pointer;
}
.main .main_wrap .mw_row .col .qa_content .qa_item .q_content.white {
  color: #fff;
}
.main .main_wrap .mw_row .col .qa_content .qa_item .q_content:hover {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main .main_wrap .mw_row .col .qa_content .qa_item .q_content .large {
  font-size: 60px;
}
.main .main_wrap .mw_row .col .qa_content .qa_item:hover .q_content .large {
  color: rgba(229, 46, 46, 1);
}
.main1 {
  background: #f2f2f2;
  width: 100%;
  min-width: 1228px;
}
.main1 .main_wrap1 {
  width: 1228px;
  margin: 0 auto 0;
  /* overflow: hidden; */
}
.main1 .main_wrap1 .mw_title1 {
  margin-top: 60px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color: rgba(70, 70, 70, 1);
}
.main1 .main_wrap1 .private_tip {
  margin-top: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(112, 112, 112, 1);
}
.main1 .main_wrap1 .private_tip .red {
  color: #f66c6c;
}
.main1 .main_wrap1 .private_content {
  width: 100%;
  margin-top: 22px;
  overflow: hidden;
}
.main1 .main_wrap1 .private_content .company_info {
  float: left;
  width: 604px;
  height: 396px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(209, 209, 209, 1);
  box-sizing: border-box;
  overflow: hidden;
}
.main1 .main_wrap1 .private_content .company_info .ci_l {
  width: 227px;
  height: 396px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg-priv.png);
}
.main1 .main_wrap1 .private_content .company_info .ci_r {
  width: 375px;
  float: left;
  padding: 38px 32px;
  box-sizing: border-box;
}
.main1 .main_wrap1 .private_content .company_info .ci_r .ci_logo {
  width: 168px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/priv-logo.png);
}
.main1 .main_wrap1 .private_content .company_info .ci_r .ci_title {
  margin-top: 6px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 73, 154, 1);
}
.main1 .main_wrap1 .private_content .company_info .ci_r .ci_description {
  height: 130px;
  margin-top: 26px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: rgba(45, 45, 45, 1);
}
.main1 .main_wrap1 .private_content .company_info .ci_r .ci_tags {
  width: 100%;
  margin-top: 26px;
  overflow: hidden;
}
.main1 .main_wrap1 .private_content .company_info .ci_r .ci_tags .ci_tag {
  width: 50%;
  margin-top: 8px;
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(155, 155, 155, 1);
}
.main1
  .main_wrap1
  .private_content
  .company_info
  .ci_r
  .ci_tags
  .ci_tag
  .tag_ico {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background: rgba(225, 32, 32, 0.1);
  border-radius: 4px;
  text-align: center;
}
.main1
  .main_wrap1
  .private_content
  .company_info
  .ci_r
  .ci_tags
  .ci_tag
  .tag_ico
  .s_icoduihao {
  color: #f66c6c;
  font-size: 14px;
  line-height: 18px;
}
.main1 .main_wrap1 .sf_item {
  width: 292px;
  height: 396px;
  float: left;
  margin-right: 20px;
  padding: 30px 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(209, 209, 209, 1);
  text-align: center;
}
.main1 .main_wrap1 .sf_item:last-child {
  margin-right: 0;
}
.main1 .main_wrap1 .sf_item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main1 .main_wrap1 .sf_item .si_title_ger {
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: rgba(45, 45, 45, 1);
}
.main1 .main_wrap1 .sf_item .si_title_zh {
  margin-top: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(170, 170, 170, 1);
}
.main1 .main_wrap1 .sf_item .si_fee {
  width: 100%;
  height: 82px;
  margin-top: 29px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 82px;
  color: rgba(45, 45, 45, 1);
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
}
.main1 .main_wrap1 .sf_item:hover .si_fee {
  background: rgba(253, 237, 237, 1);
  color: #d83b3b;
}
.main1 .main_wrap1 .sf_item .si_fee .small {
  font-size: 20px;
}
.main1 .main_wrap1 .sf_item .si_fee .mini {
  font-size: 14px;
}
.main1 .main_wrap1 .sf_item .si_points {
  width: 100%;
  height: 73px;
  margin-top: 22px;
}
.main1 .main_wrap1 .sf_item .si_points .si_point {
  margin-top: 8px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: rgba(45, 45, 45, 1);
  text-align: center;
}
.main1 .main_wrap1 .sf_item .btn {
  margin: 38px auto 0;
  width: 228px;
  height: 38px;
  background: rgba(246, 108, 108, 1);
  border-radius: 8px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 38px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
}
.main1 .main_wrap1 .sf_item .btn:hover {
  background-color: #d83b3b;
}
.main1 .main_wrap1 .private_bottom_line {
  width: 100%;
  height: 120px;
  margin-top: 20px;
  background-color: #fff;
  overflow: hidden;
}
.main1 .main_wrap1 .private_bottom_line:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main1 .main_wrap1 .private_bottom_line .pbl_l {
  width: 481px;
  height: 100%;
  float: left;
  padding-left: 82px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg-priv-bottom.png);
  position: relative;
}
.main1 .main_wrap1 .private_bottom_line .pbl_l .p_q {
  margin: 0;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 120px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main1 .main_wrap1 .private_bottom_line .pbl_l .pbl_mask {
  width: 156px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.main1 .main_wrap1 .private_bottom_line .pbl_r {
  width: 747px;
  float: left;
  padding: 40px 52px 40px 39px;
  box-sizing: border-box;
}
.main1 .main_wrap1 .private_bottom_line .pbl_r .p_a {
  width: 436px;
  margin-right: 64px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: rgba(112, 112, 112, 1);
  float: left;
}
.main1 .main_wrap1 .private_bottom_line .pbl_r .p_btn {
  float: left;
  width: 156px;
  height: 34px;
  background: rgba(92, 182, 204, 1);
  border-radius: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 34px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
}
.main1 .main_wrap1 .private_bottom_line .pbl_r .p_btn:hover {
  background: rgba(58, 154, 177, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.main1 .main_wrap1 .private_bottom_line .pbl_r .p_btn:active {
  box-shadow: none;
}
.main1 .main_wrap1 .knowledge {
  width: 100%;
  padding-bottom: 80px;
  /* overflow: hidden; */
  font-size: 0;
}
.main1 .main_wrap1 .knowledge .knowledge_item {
  display: inline-block;
  width: 396px;
  height: 368px;
  /* float: left; */
  margin-right: 20px;
  background: rgba(255, 255, 255, 1);
  vertical-align: top;
}
.main1 .main_wrap1 .knowledge .knowledge_item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main1 .main_wrap1 .knowledge .knowledge_item:last-child {
  margin-right: 0;
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_img {
  width: 396px;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_img.img1 {
  background-image: url(../img/bg-knowledge1.png);
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_img.img2 {
  background-image: url(../img/bg-knowledge2.png);
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_img.img3 {
  background-image: url(../img/bg-knowledge3.png);
}
.main1 .main_wrap1 .knowledge .knowledge_item .pd26 {
  padding: 0 26px;
  box-sizing: border-box;
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_title {
  margin-top: 22px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: rgba(45, 45, 45, 1);
}
.main1 .main_wrap1 .knowledge .knowledge_item:hover .ki_title {
  color: #d83b3b;
  cursor: pointer;
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_content {
  margin-top: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #707070;
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_content .red {
  color: #f66c6c;
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_btn_line {
  margin-top: 15px;
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_btn_line .ki_btn {
  width: 104px;
  height: 27px;
  background: rgba(246, 108, 108, 1);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 27px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_btn_line .ki_btn:hover {
  background: rgba(216, 59, 59, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main1 .main_wrap1 .knowledge .knowledge_item .ki_btn_line .ki_btn:active {
  box-shadow: none;
}
.main .main_wrap.mrt0 {
  margin-top: 0;
}
.main .main_wrap .step_wrap {
  width: 100%;
  padding-bottom: 120px;
  overflow: hidden;
}
.main .main_wrap .step_wrap .step {
  width: 396px;
  height: 152px;
  margin-right: 20px;
  padding: 28px 30px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  overflow: hidden;
  float: left;
}
.main .main_wrap .step_wrap .step:last-child {
  margin-right: 0;
}
.main .main_wrap .step_wrap .step .step_l {
  width: 96px;
  height: 96px;
  margin-right: 20px;
  border: 2px solid rgba(92, 182, 204, 1);
  box-sizing: border-box;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 62px 62px;
  background-position: center;
  float: left;
}
.main .main_wrap .step_wrap .step .step_l.sp1 {
  background-image: url(../img/step1.png);
}
.main .main_wrap .step_wrap .step .step_r {
  width: 220px;
  float: left;
}
.main .main_wrap .step_wrap .step .step_r .sr_top {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  line-height: 41px;
  color: rgba(62, 183, 213, 1);
}
.main .main_wrap .step_wrap .step .step_r .sr_bottom {
  margin-top: 12px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 29px;
  color: rgba(70, 70, 70, 1);
}
.kf_content {
  width: 280px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(232, 232, 232, 1);
}
.kf_content .kf_tip {
  margin-top: 28px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: rgba(112, 112, 112, 1);
  text-align: center;
}
.kf_content .kf_code {
  width: 176px;
  height: 176px;
  margin: 28px auto 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/kf_code.jpg);
}
.lp_item.mrt30 {
  margin-top: 30px;
}
.lp_item .lpi_title {
  height: 26px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #464646;
}
.lp_item .lpi_title.red {
  color: #f66c6c;
}
.lp_item .lpi_title .lpi_index {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  margin-right: 6px;
  background: #f66c6c;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.lp_item .lpi_tip {
  margin-top: 8px;
  padding-left: 36px;
  box-sizing: border-box;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #707070;
}
.lp_item .lpi_tip .red {
  color: #f66c6c;
}
.pb_btn {
  display: inline-block;
  width: 140px;
  height: 32px;
  border-radius: 4px;
  background-color: #f66c6c;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.pb_btn:active {
  background-color: #e55b5b;
}
.gov_pri_tab {
  width: 696px;
  margin: 0 auto;
}
.gov_pri_tab .row {
  width: 100%;
  margin-top: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 46px;
  overflow: hidden;
}
.gov_pri_tab .row .col1 {
  width: 124px;
  margin-right: 6px;
  padding: 6px 0;
  box-sizing: border-box;
  background: rgba(92, 182, 204, 0.2);
  text-align: center;
  color: rgba(29, 133, 158, 1);
  float: left;
}
.gov_pri_tab .row .col2 {
  width: 280px;
  margin-right: 6px;
  padding: 6px 0;
  box-sizing: border-box;
  background: rgba(247, 247, 247, 1);
  text-align: center;
  float: left;
}
.gov_pri_tab .row .col3 {
  width: 280px;
  padding: 6px 0;
  box-sizing: border-box;
  background: rgba(247, 247, 247, 1);
  text-align: center;
  float: left;
}
.gov_pri_tab .row .col1.th {
  padding: 0;
  background: rgba(92, 182, 204, 1);
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.gov_pri_tab .row .col2.th {
  padding: 0;
  background: rgba(30, 164, 223, 1);
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.gov_pri_tab .row .col3.th {
  padding: 0;
  background: rgba(30, 121, 223, 1);
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.gov_pri_tab .row .last {
  height: 221px;
  padding: 0;
}
.gov_pri_tab .row .col1.last {
  line-height: 221px;
}
.gov_pri_tab .row .col2.last,
.gov_pri_tab .row .col3.last {
  text-align: left;
}
.gov_pri_tab .row .last .item {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.gov_pri_tab .row .last .item .item_l {
  width: 37px;
  height: 24px;
  float: left;
}
.gov_pri_tab .row .last .item .item_l .sq {
  display: block;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-left: 23px;
  background: rgba(30, 164, 223, 1);
}
.gov_pri_tab .row .last .item .item_r {
  width: 224px;
  font-size: 14px;
  line-height: 23px;
  color: rgba(70, 70, 70, 1);
  float: left;
}
.gov_content {
  width: 100%;
}
.gov_content .gc_tip {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 34px;
  color: rgba(70, 70, 70, 1);
  text-align: center;
}
.gov_content .gc_tip .gc_ico {
  font-size: 34px;
  line-height: 34px;
  color: #f66c6c;
  vertical-align: top;
}
.gov_content .gc_content {
  width: 332px;
  height: 87px;
  margin: 26px auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: rgba(70, 70, 70, 1);
}
.gov_content .gc_content .red {
  color: #d83b3b;
}
.close_gov {
  width: 156px;
  height: 32px;
  margin: 14px auto 0;
  background: rgba(246, 108, 108, 1);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
}
.bottom_padding {
  width: 100%;
  height: 100px;
}
/* 主体end */
