@charset "UTF-8";
/* 通用 */

.bg_f2 {
  background: #f2f2f2;
}

.bg_fff {
  background: #fff;
}

.color_33 {
  color: #333 !important;
}

.bg_eee {
  background-color: #eee;
}

.bg_f2f2f2 {
  background-color: #f2f2f2;
}

.color_fe8535 {
  color: #fe8535;
}

.color_99 {
  color: #999;
}

.bg_header {
  background-color: #427123;
}

.selected {
  padding-right: 0.58rem;
  box-sizing: border-box;
  background: url(../images/icon_selected.png) no-repeat right center;
  background-size: 0.3rem 0.44rem;
}

.module_container {
  padding-top: 1.72rem;
}

.module_container .item {
  margin-bottom: 0.4rem;
  background: #fff;
  font-size: 0;
}

.module_container .item .title {
  padding: 0.64rem 0.72rem;
  border-bottom: 1px solid #ccc;
}

.module_container .item .title i, .module_container .item .title p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.64rem;
  color: #333;
  font-weight: bold;
  line-height: 0.64rem;
}

.module_container .item .title i {
  margin-right: 0.3rem;
  width: 0.22rem;
  height: 0.6rem;
  background: #427123;
}

.module_container .item .item_list {
  margin: 0 0.8rem;
}

.module_container .item .item_list li {
  padding: 0.36rem 0;
}

.module_container .item .item_list li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.module_container .item .item_list li label, .module_container .item .item_list li .item_r {
  display: inline-block;
  vertical-align: top;
  font-size: 0.56rem;
  color: #333;
  padding: 0.1rem 0;
}

.module_container .item .item_list li label {
  width: 40%;
  line-height: 1.08rem;
}

.module_container .item .item_list li .item_r {
  width: 60%;
  text-align: right;
}

.module_container .item .item_list li .item_r p {
  line-height: 1.08rem;
}

.module_container .item .item_list li .item_r .select {
  padding-right: 0.58rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/icon_selected.png) no-repeat right center;
  background-size: 0.3rem 0.44rem;
  color: #999;
}

.module_container .item .item_list li .item_r input {
  width: 100%;
  font-size: 0.56rem;
  color: #333;
  line-height: 1.08rem;
  text-align: right;
}

.module_container .item .item_list li.area {
  padding: 0.52rem 0.8rem;
}

.module_container .item .item_list li.area label {
  line-height: 0.8rem;
}

.module_container .item .item_list li.area .item_r p {
  line-height: 0.8rem;
}

.module_container .item .item_list li.connect label, .module_container .item .item_list li.connect .item_r {
  width: 50%;
}

.module_container .item .item_list li.camera_wrap {
  padding: 0.52rem 0;
  text-align: center;
}

.module_container .item .item_list .camera {
  position: relative;
  margin: 0 auto;
  width: 6.2rem;
  height: 4rem;
  border: 1px solid #548235;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.16rem;
  border-radius: 0.16rem;
}

.module_container .item .item_list .camera img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.16rem;
  border-radius: 0.16rem;
}

.module_container .item .item_list .camera i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/icon_camera.png) no-repeat center center;
  background-size: 2.2rem 2.2rem;
}

.module_container .item .item_list .tips_text {
  padding-top: 0.36rem;
  text-align: center;
  width: 5rem;
  margin: 0 auto;
  font-size: 0.48rem;
  color: #999;
}

.module_container .item .item_list .tips_text span {
  color: #548235;
}

.module_container .item .item_list li.id_term .item_r {
  position: relative;
  font-size: 0;
}

.module_container .item .item_list li.id_term .item_r p.select {
  margin-right: 0.6rem;
  width: 60%;
  padding-right: 0.96rem;
  background: url(../images/icon_calender.png) no-repeat right center;
  background-size: 0.76rem 0.76rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.56rem;
}

.module_container .item .item_list li.id_term .item_r button {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.module_container .item .item_list li.id_term .item_r .mask {
  position: absolute;
  top: 0;
  right: 2.76rem;
  width: 60%;
  height: 100%;
}

.module_container .item .item_list li.body_data .item_r {
  font-size: 0;
}

.module_container .item .item_list li.body_data .item_r input {
  width: 90%;
}

.module_container .item .item_list li.body_data .item_r label {
  width: 10%;
}

.module_container .item .item_list.plan_list>li label {
  width: 24%;
}

.module_container .item .item_list.plan_list>li div {
  width: 76%;
}

.module_container .item .item_list.plan_list>li p {
  display: inline-block;
  vertical-align: top;
  width: 76%;
  font-size: 0.56rem;
  color: #333;
  text-align: right;
  line-height: 1.08rem;
}

.module_container .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

/* 插件 */

.ios-select-widget-box header.iosselect-header a {
  color: #548235;
}

/* 弹层 */

/*职业选择*/

.area_box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  display: none;
}

.region_select_title {
  height: 2rem;
  line-height: 2rem;
  background: #548235;
  color: #FFFFFF;
  font-size: 0.7rem;
  text-align: center;
  font-weight: normal;
  position: relative;
}

.region_select_title b {
  position: absolute;
  right: 1rem;
  top: 0px;
  font-size: 1rem;
  font-weight: normal;
}

.address_pop_btn {
  width: 9.9rem;
  line-height: 2rem;
  float: left;
}

.address_pop_btn input {
  width: 100%;
  font-size: 0.65rem;
  overflow: hidden;
  background: transparent;
}

.region_occupation {
  font-size: 0.7rem;
  color: #548235;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1rem;
  box-sizing: border-box;
  background: #eee;
}

.more_occupation {
  background: #eee;
  font-size: 0.7rem;
  color: #548235;
  height: 1.75rem;
  line-height: 1.75rem!important;
  margin-left: 0;
  padding: 0 1rem;
}

.more_occupation i {
  float: right;
  width: 0.38rem;
  height: 0.66rem;
  background: url(../images/icon_right.png) no-repeat;
  background-size: 100%;
  margin-top: 0.525rem;
}

.industry_box {
  display: none;
}

.occupation_list {
  font-size: 0.7rem;
}

.occupation_box {
  overflow-y: auto;
}

.occupation_list li {
  margin: 0 0 0 1rem !important;
  padding: 0!important;
  font-size: 0.6rem;
  color: #333333;
  line-height: 0.95rem;
  border-bottom: 0!important;
}

.occupation_list li.active {
  color: #548235;
}

.occupation_list li:nth-child(n+1) {
  margin-bottom: 0.3rem;
}

.indystry_select {
  padding: 0.6rem 0.9rem;
  box-sizing: border-box;
  background: #eeeeee;
}

.indystry_select p {
  width: 100%;
  height: 1.65rem;
  border: 2px solid #bfbfbf;
  background: #fff;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.indystry_select p i {
  display: inline-block;
  width: 0.825rem;
  height: 0.825rem;
  background: url(../images/icon_select1.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 0.5rem;
  margin-right: 0.55rem;
  vertical-align: middle;
}

.indystry_select p input {
  text-align: left!important;
  display: inline-block;
  width: 10rem!important;
  line-height: 1.65rem!important;
  font-size: 0.6rem!important;
  color: #333;
}

.indystry_select p input::-webkit-input-placeholder {
  color: #979aa5;
}

.click_select_list {
  padding: 0.8rem 0.95rem;
  box-sizing: border-box;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
}

.click_select_list li {
  font-size: 0.6rem;
  color: #333333;
}

.click_select_list li.active {
  color: #548235;
}

.click_select_list li:nth-child(n+2) {
  margin-top: 1.225rem;
}

.click_select_list li span {
  float: right;
}

.click_select_list li b {
  font-weight: normal;
}

.inp_question {
  width: 0.58rem;
  height: 0.58rem;
  background: url(../images/icon_question.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15rem;
  margin-top: -2px;
}

.check_mes {
  width: 1.56rem;
  height: 0.92rem;
  line-height: 0.92rem;
  text-align: center;
  font-size: 0.56rem;
  border-radius: 0.12rem;
  display: inline-block;
  margin-left: 0.8rem;
  background: #548235;
  color: #fff;
}

.pop {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  text-align: left;
  z-index: 200;
}

.region_select_section {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-y: scroll;
}

/*新增受益人*/

.layer1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.layer1 .layer1_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.layer1 .layer1_wrap .layer_title {
  padding: 0.6rem 0;
  border-bottom: 1px solid #ccc;
  font-size: 0.64rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.layer1 .layer1_wrap .layer_footer {
  width: 100%;
  height: 2rem;
}

.layer1 .layer1_wrap .layer_footer button {
  width: 100%;
  height: 2rem;
  background: #548235;
  font-size: 0.72rem;
  color: #fff;
  font-weight: bold;
}

body.modal-open {
  position: fixed;
  width: 100%;
}

/*弹层end*/

/* 填写投保信息 */

.input_container {
  padding-bottom: 2rem;
}

.input_container .item_list .item_r_scroll {
  text-align: left;
  overflow-x: scroll;
}

.input_container .item_list .item_r_scroll .choice {
  width: 10.24rem;
  font-size: 0;
  text-align: left;
}

.input_container .item_list .item_r button {
  min-width: 2.5rem;
  height: 1.04rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #548235;
  margin-bottom: 0.04rem;
  font-size: 0.56rem;
  color: #333;
}

.input_container .item_list .item_r button:not(:last-child) {
  margin-right: 0.2rem;
}

.input_container .item_list .item_r button.active {
  background: #548235;
  color: #fff;
}

.input_container .item_list .relationship {
  padding-top: 0.42rem;
}

.input_container .item_list .relationship button {
  padding: 0 0.52rem;
  height: 1.08rem;
  line-height: 1.08rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  -webkit-border-radius: 0.54rem;
  border-radius: 0.54rem;
  font-size: 0.56rem;
  color: #333;
}

.input_container .item_list .relationship button:not(:last-child) {
  margin-right: 0.52rem;
  margin-bottom: 0.1rem;
}

.input_container .item_list .relationship button span {
  display: inline-block;
  vertical-align: middle;
}

.input_container .item_list .relationship .rel_choice {
  padding-right: 0.84rem;
  background: url(../images/icon_tick.png) no-repeat right center;
  background-size: 0.52rem 0.46rem;
}

.input_container .item_list li.birth .item_r .select {
  padding-right: 0.96rem;
  background: url(../images/icon_calender.png) no-repeat right center;
  background-size: 0.76rem 0.76rem;
}

.input_container .item_list li.beneficiary label {
  padding-left: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/icon_del_new.png) no-repeat left center;
  background-size: 1rem 1rem;
}

.input_container .item_list li.beneficiary_btm {
  border-bottom: 0 !important;
}

.input_container .item_list li.relationship_wrap label, .input_container .item_list li.relationship_wrap .choice {
  padding: 0.2rem 0;
}

.input_container .new_beneficiary {
  margin: 0 0.8rem;
  padding-bottom: 0.82rem;
  padding-top: 0.66rem;
}

.input_container .new_beneficiary button {
  width: 100%;
  height: 1.6rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #427123;
  font-size: 0.56rem;
  color: #333;
}

.input_container .footer {
  border-top: 0.04rem solid #548235;
}

.input_container .footer button {
  width: 50%;
  height: 100%;
  font-size: 0.72rem;
  font-weight: bold;
}

.input_container .footer button:first-child {
  color: #548235;
}

.input_container .footer button:last-child {
  background: #548235;
  color: #fff;
}

/* 投保信息预览 */

.input_confirm_container, .order_info_container {
  padding-bottom: 2rem;
}

.input_confirm_container .layer_footer button, .order_info_container .layer_footer button {
  width: 100%;
  height: 100%;
  font-size: 0.72rem;
  color: #fff;
  font-weight: bold;
  background: #548235;
}

/* 订单详情 */

.order_info_container .nav_list {
  width: 100%;
  height: 2rem;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(153, 153, 153, 0.36);
  box-shadow: 0 0.04rem 0.2rem rgba(153, 153, 153, 0.36);
}

.order_info_container .nav_list ul {
  position: fixed;
  top: 1.72rem;
  left: 0;
  width: 100%;
  height: 2rem;
  font-size: 0;
}

.order_info_container .nav_list ul li {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font-size: 0.6rem;
  color: #666;
  text-align: center;
  line-height: 2rem;
}

.order_info_container .nav_list ul li:nth-child(n) {
  width: 2.78rem;
}

.order_info_container .nav_list ul li:nth-child(n+4) {
  width: 3.3rem;
}

.order_info_container .nav_list ul li.active {
  border-bottom: 0.12rem solid #548235;
  color: #548235;
  font-weight: bold;
}

.order_info_container .list {
  margin-top: 0.4rem;
}

.order_info_container .list .title .title_l {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.order_info_container .list .title i.unfold {
  margin: 0;
  width: 50%;
  height: 0.64rem;
  background: url(../images/icon_unfold.png) no-repeat right center;
  background-size: 0.44rem 0.3rem;
  text-align: right;
}

.order_info_container .list .title i.rotate {
  background: url(../images/icon_fold.png) no-repeat right center;
  background-size: 0.44rem 0.3rem;
}

.order_info_container .list .item_list li.auto_pay label, .order_info_container .list .item_list li.phone label {
  width: 65%;
}

.order_info_container .list .item_list li.auto_pay p, .order_info_container .list .item_list li.phone p {
  width: 35%;
}

.order_info_container .footer button {
  width: 100%;
  height: 100%;
  font-size: 0.72rem;
  color: #fff;
  font-weight: bold;
  background: #548235;
}

.color_548235 {
  color: #548235;
}

/* 我的家庭成员 */

.my_family_container, .new_family_container {
  padding-bottom: 2rem;
}

.my_family_container .footer button, .new_family_container .footer button {
  width: 100%;
  height: 100%;
  font-size: 0.72rem;
  color: #fff;
  font-weight: bold;
  background: #548235;
}

/* 我的家庭成员详情 */

.myFamily_info_container {
  padding-bottom: 2rem;
}

.myFamily_info_container .item .name {
  padding: 0.66rem 0.78rem;
}

.myFamily_info_container .item .name i, .myFamily_info_container .item .name h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.96rem;
  color: #333;
  line-height: 1.2rem;
  font-weight: bold;
}

.myFamily_info_container .item .name i {
  margin-right: 0.26rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 100%;
  background: url(../images/icon_person.png) no-repeat center center;
  background-size: 1.2rem 1.2rem;
}

.myFamily_info_container .item_r button {
  width: 2.16rem;
  height: 1.08rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #548235;
  font-size: 0.56rem;
  color: #333;
}

.myFamily_info_container .item_r button:not(:last-child) {
  margin-right: 0.4rem;
}

.myFamily_info_container .item_r button.active {
  background: #548235;
  color: #fff;
}

.myFamily_info_container .footer {
  border-top: 0.04rem solid #548235;
}

.myFamily_info_container .footer button {
  width: 50%;
  height: 100%;
  font-size: 0.72rem;
}

.myFamily_info_container .footer button:first-child {
  color: #548235;
}

.myFamily_info_container .footer button:last-child {
  background: #548235;
  color: #fff;
  font-weight: bold;
}

/* 新增我的家庭成员 */

.new_family_container .item_r button {
  width: 2.16rem;
  height: 1.08rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #548235;
  font-size: 0.56rem;
  color: #333;
}

.new_family_container .item_r button:not(:last-child) {
  margin-right: 0.4rem;
}

.new_family_container .item_r button.active {
  background: #548235;
  color: #fff;
}

/* 支付页面 */

.pay_bg {
  padding-top: 1rem;
  background: url(../images/settlement_bg.png) #eee top center no-repeat;
  background-size: 100% 3rem;
}

.template_container {
  padding-top: 1.72rem;
}

.template_container .template_btn_box {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  margin-top: 1.2rem;
}

.template_container .template_btn {
  background: #548235;
  color: #fff;
  line-height: 2rem;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.72rem;
  border-radius: 0.24rem;
}

.template_container .stripes {
  background: #49772d;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  height: 0.6rem;
  border-radius: 1rem;
}

.template_container .theme {
  background: #fff;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  position: relative;
  top: -0.3rem;
  border-bottom-right-radius: 0.24rem;
  border-bottom-left-radius: 0.24rem;
  -webkit-border-bottom-left-radius: 0.24rem;
  -webkit-border-bottom-right-radius: 0.24rem;
  box-shadow: 0 0.1rem 0.48rem rgba(192, 208, 201, 0.5);
}

.template_container .theme_header {
  text-align: center;
  padding-top: 0.9rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px dashed #eeeeee;
}

.template_container .theme_header .icon_fail {
  width: 1.6rem;
  height: 1.48rem;
  background: url(../images/icon_fai.png) center center no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto 0.76rem;
}

.template_container .theme_header .icon_succ {
  background: url(../images/icon_successful.png) center center no-repeat;
  background-size: 100% 100%;
}

.template_container .theme_header .pay_text {
  color: #333333;
  font-size: 0.72rem;
  font-weight: bold;
}

/* 支付失败 */

.pay_fail_container .fail_tip {
  padding: 1.4rem 2.7rem;
  color: #666666;
  font-size: 0.56rem;
  line-height: 1.2rem;
  white-space: normal;
  word-break: break-all;
}

/* 支付成功 */

.pay_successful_container .tips {
  padding-top: 0.4rem;
  font-size: 0.48rem;
  color: #999;
  font-weight: bold;
}

.pay_successful_container .theme_header {
  padding-bottom: 0.52rem;
}

.pay_successful_container .list {
  margin: 0 1.8rem;
  padding: 1.2rem 0 1.2rem;
  font-size: 0;
}

.pay_successful_container .list li {
  padding: 0.28rem 0;
}

.pay_successful_container .list label, .pay_successful_container .list p {
  display: inline-block;
  vertical-align: top;
  font-size: 0.56rem;
  line-height: 0.8rem;
}

.pay_successful_container .list label {
  width: 30%;
  color: #666;
}

.pay_successful_container .list p {
  width: 70%;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
}

.pay_successful_container .list p.count {
  font-size: 0.72rem;
  color: #fe8535;
  font-weight: bold;
}

.pay_successful_container .return_wrap {
  padding-top: 1.18rem;
  margin: 0 0.76rem;
}

.pay_successful_container .return_wrap .return_tips {
  font-size: 0.52rem;
  color: #548235;
  text-align: center;
}

.pay_successful_container .return_wrap .return_tips p {
  padding-bottom: 0.4rem;
}

.pay_successful_container .return_wrap .return_tips i {
  display: inline-block;
  vertical-align: middle;
  width: 0.74rem;
  height: 0.96rem;
  background: url(../images/icon_hand.png) no-repeat center center;
  background-size: 0.74rem 0.96rem;
}

.pay_successful_container .return_wrap .read {
  margin: 0 1.12rem;
  font-size: 0.48rem;
  color: #999;
}

.pay_successful_container .return_wrap .read h3 {
  font-size: 0.48rem;
  padding-bottom: 1rem;
}

.pay_successful_container .return_wrap .read p {
  line-height: 0.72rem;
  text-align: justify;
  margin-top: 0.2rem;
}

.pay_successful_container .return_wrap .template_btn {
  margin: 0.86rem 0;
}

.pay_successful_container .qr_code {
  padding: 2.8rem 0;
  text-align: center;
}

.pay_successful_container .qr_code img {
  display: inline-block;
  vertical-align: middle;
  width: 4.7rem;
  height: 4.68rem;
}

.pay_successful_container .qr_code p {
  font-size: 0.48rem;
  color: #666;
  line-height: 0.48rem;
  font-weight: bold;
}

.pay_successful_container .qr_code .qr_p {
  padding: 1.04rem 0 0.56rem;
}

/* 支付 */

.pay_container {
  padding-bottom: 2rem;
}

.pay_container .item_list.info_list li label {
  width: 100%;
}

.pay_container .item_list.info_list li .item_r {
  width: 30%;
}

.pay_container .item_list.info_list li .item_r p.select {
  color: #fe8535;
}

.pay_container .item_list.pay_list {
  margin: 0;
}

.pay_container .item_list.pay_list li {
  margin: 0 0.8rem;
}

.pay_container .item_list.pay_list li.pay_ways label {
  width: 20%;
}

.pay_container .item_list.pay_list li.pay_ways .item_r {
  width: 80%;
  font-size: 0;
}

.pay_container .item_list.pay_list li.pay_ways .item_r button {
  width: 2.16rem;
  height: 1.08rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #548235;
  font-size: 0.56rem;
  color: #333;
  width: 3.2rem;
}

.pay_container .item_list.pay_list li.pay_ways .item_r button:not(:last-child) {
  margin-right: 0.4rem;
}

.pay_container .item_list.pay_list li.pay_ways .item_r button.active {
  background: #548235;
  color: #fff;
}

.pay_container .item_list.pay_list li.camera_wrap {
  margin: 0;
}

.pay_container .item_list.pay_list .pay_tips {
  margin: 0 0.4rem 0.6rem;
  padding: 0.36rem 0.44rem 0.36rem 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.52rem;
  color: #548235;
  background: #fff0bf;
}

.pay_container .item_list.pay_list .pay_tips span {
  background: url(../images/icon_tips1.png) no-repeat left 0.12rem;
  background-size: 0.48rem 0.48rem;
  padding-left: 0.76rem;
  display: block;
  text-align: justify;
}

.pay_container .footer {
  border-top: 0.04rem solid #548235;
}

.pay_container .footer div {
  padding-left: 0.56rem;
  width: 59%;
  height: 2rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  color: #333;
  line-height: 2rem;
}

.pay_container .footer div span {
  display: inline-block;
}

.pay_container .footer div .total {
  font-size: 0.6rem;
}

.pay_container .footer div .symbol {
  margin-left: 0.44rem;
  margin-right: 0.2rem;
  font-size: 0.48rem;
}

.pay_container .footer div .count {
  font-size: 0.72rem;
  color: #fe8535;
  font-weight: bold;
}

.pay_container .footer div .yearly {
  font-size: 0.52rem;
  color: #fe8535;
}

.pay_container .footer button {
  width: 41%;
  height: 100%;
  font-size: 0.72rem;
  background: #548235;
  color: #fff;
  font-weight: bold;
}

.pay_container .layer_box .content {
  margin: 0 1.12rem;
}

.pay_container .layer_box .content .item_content {
  padding: 0.8rem 0;
  border-bottom: 1px solid #ccc;
}

.pay_container .layer_box .content .item_content p {
  font-size: 0.56rem;
  color: #333;
}

.pay_container .layer_box .content .item_content p:nth-child(2) {
  padding: 0.28rem 0 0.64rem;
  font-size: 0.72rem;
  color: #548235;
}

.pay_container .layer_box .content .item_content p:nth-child(2) span:first-child {
  margin-right: 0.36rem;
}

.pay_container .layer_box .content .pay_addr {
  padding: 0.66rem 0 1.6rem;
  font-size: 0.56rem;
  color: #666;
}

.pay_container .layer_box .content .pay_addr span {
  margin: 0 0.2rem;
  display: inline-block;
  color: #548235;
}

.pay_container .module_container {
  padding: 0;
}

.pay_container .input_confirm_container {
  padding: 0;
}

.pay_container .input_confirm_container li.body_data p {
  font-size: 0.56rem;
}

.layer_box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.302);
  position: fixed;
  top: 0;
  z-index: 100;
}

.layer_box .layer_content {
  width: 13rem;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6.5rem;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.2rem;
}

.layer_box .layer_content .layer_top .title {
  display: inline-block;
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.64rem;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
}

.layer_box .layer_content .layer_top .desc {
  font-size: 0.56rem;
  color: #333333;
  line-height: 1.715;
  text-align: center;
  padding: 1.56rem 0 1.2rem 0;
}

/* 王瑞芳 */

.index_wrapper .search {
  width: 100%;
  height: 1.48rem;
  padding: 0 0.8rem;
  position: absolute;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.36);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_wrapper .search input {
  width: 13.4rem;
  height: 1rem;
  background-color: rgba(247, 247, 242, 0.902);
  box-shadow: inset 0px 0.04rem 0.2rem 0 rgba(153, 153, 153, 0.36);
  padding-left: 0.4rem;
  border-radius: 0.5rem;
  margin-top: 0.24rem;
  line-height: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_wrapper .search i {
  width: 2.2rem;
  height: 1rem;
  line-height: 1rem;
  background-color: #427123;
  font-size: 0.6rem;
  position: absolute;
  right: 0.8rem;
  top: 0.24rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}

.index_wrapper .product_list {
  background-color: #fff;
  padding: 0.6rem 0.4rem 0.2rem 0.4rem;
}

.index_wrapper .product_list .p_header {
  overflow: hidden;
}

.index_wrapper .product_list .p_header span {
  font-size: 0.6rem;
  color: #333333;
  font-weight: bold;
}

.index_wrapper .product_list .p_header .more img {
  width: 0.3rem;
  height: 0.44rem;
  margin-left: 0.2rem;
  margin-bottom: 0.1rem;
}

.index_wrapper .product_list .p_header .more a {
  font-size: 0.48rem;
  color: #999999;
}

.index_wrapper .product_list .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_wrapper .product_list .list .item {
  margin-top: 0.66rem;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(153, 153, 153, 0.35);
}

.index_wrapper .product_list .list .item .bg {
  width: 100%;
  height: 3.16rem;
  line-height: 3.16rem;
  text-align: center;
  background: url(../images/bg_list1.png) no-repeat center center;
  background-size: 100% 100%;
}

.index_wrapper .product_list .list .item .bg>div {
  display: -webkit-inline-box;
}

.index_wrapper .product_list .list .item .bg>div i {
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  width: 0.24rem;
  height: 0.24rem;
  vertical-align: middle;
}

.index_wrapper .product_list .list .item .bg>div p {
  font-size: 0.72rem;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(153, 153, 153, 0.35);
  margin: 0 0.4rem;
  font-weight: bold;
}

.index_wrapper .product_list .list .item:nth-child(2) .bg {
  background: url(../images/../images/bg_list2.png) no-repeat center center;
  background-size: 100% 100%;
}

.index_wrapper .product_list .list .item:nth-child(3) .bg {
  background: url(../images/../images/bg_list3.png) no-repeat center center;
  background-size: 100% 100%;
}

.index_wrapper .product_list .list .item .bottom {
  padding: 0.4rem 0.6rem;
}

.index_wrapper .product_list .list .item .bottom .text {
  display: inline-block;
  vertical-align: middle;
}

.index_wrapper .product_list .list .item .bottom .text span {
  width: 9rem;
  display: inline-block;
  font-size: 0.6rem;
  color: #333333;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.index_wrapper .product_list .list .item .bottom .text p {
  width: 8.8rem;
  font-size: 0.44rem;
  color: #999999;
}

.index_wrapper .product_list .list .item .bottom .price {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 0.48rem;
  color: #333333;
}

.index_wrapper .product_list .list .item .bottom .price i {
  font-size: 0.72rem;
  margin-left: 0.2rem;
  font-weight: bold;
}

.index_wrapper .corporate_idea {
  text-align: center;
  background-color: #fff;
  padding: 1.2rem 0;
  font-size: 0;
}

.index_wrapper .corporate_idea img {
  display: inline-block;
  vertical-align: middle;
  width: 5.9rem;
  height: 1.66rem;
}

.index_wrapper .corporate_idea p {
  margin-left: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.84rem;
  color: #666;
  line-height: 0.82rem;
}

.index_wrapper .corporate_idea p i {
  display: inline-block;
  width: 0.6rem;
  height: 0.84rem;
}

.index_wrapper .footer {
  height: 2.32rem;
  background-color: black;
  text-align: center;
  font-size: 0.48rem;
  color: #999999;
}

.index_wrapper .footer p:nth-child(1) {
  padding: 0.5rem 0 0.1rem 0;
}

.product_list_wrapper .product_nav {
  font-size: 0;
  padding: 0 1.02rem 0 1.08rem;
  background: #fff;
  width: 100%;
  height: 1.72rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.72rem;
  box-shadow: 0 0.04rem 0.2rem 0 rgba(153, 153, 153, 0.36);
  background-color: #fff;
  margin-bottom: 0.4rem;
  position: fixed;
  z-index: 98;
  top: 1.72rem;
}

.product_list_wrapper .product_nav li {
  width: 33%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
  color: #666666;
  text-align: center;
}

.product_list_wrapper .product_nav li.active {
  color: #427123;
}

.product_list_wrapper .product_nav li.active:after {
  content: '  ';
  background-color: #548235;
  width: 2.78rem;
  height: 0.12rem;
  margin: -0.1rem auto;
  display: block;
}

.product_list_wrapper .product_nav li img {
  width: 0.7rem;
  vertical-align: sub;
}

.product_list_wrapper .product_list {
  box-shadow: 0 -p(2) 0 rgba(153, 153, 153, 0.36);
  padding: 0.6rem 0.4rem 0.6rem 0.4rem;
  margin-top: 2rem;
}

.product_list_wrapper .product_list .list .item {
  margin: 0 0 0.6rem 0;
}

.product_list_wrapper .product_list .no_more {
  line-height: 1.083;
  font-size: 0.48rem;
  color: #cccccc;
  text-align: center;
}

.product_list_wrapper .product_list .no_more span {
  margin: 0 0.2rem;
}

.product_list_wrapper .product_list .no_more i {
  display: inline-block;
  width: 1.16rem;
  border: 1px dashed #cccccc;
  vertical-align: middle;
  margin-bottom: 0.1rem;
}

.personal_center_wrapper .personal_center li {
  text-align: center;
  float: left;
  width: 33.33%;
  padding: 0.88rem 0 0.52rem;
}

.personal_center_wrapper .personal_center li img {
  width: 3.58rem;
}

.personal_center_wrapper .personal_center li p {
  margin-top: -0.4rem;
  font-size: 0.6rem;
  color: #666666;
}

.login_wrapper .container .return {
  width: 0.3rem;
  padding: 0.64rem 0 0 0.96rem;
}

.login_wrapper .container .img_box {
  text-align: center;
  margin: 1.16rem 0 1.5rem 0;
}

.login_wrapper .container .img_box img {
  width: 5.9rem;
  height: 1.66rem;
}

.login_wrapper .container .msg_box {
  padding: 0 0.8rem;
}

.login_wrapper .container .msg_box input {
  border-radius: 0.2rem;
  background-color: #eeeeee;
  box-shadow: inset 0px 0.04rem 0.1rem 0px rgba(153, 153, 153, 0.36);
  width: 12.76rem;
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.6rem;
  margin-bottom: 0.6rem;
}

.login_wrapper .container .msg_box .btn {
  width: 100%;
  height: 2rem;
  font-size: 0.72rem;
  color: #fff;
  line-height: 2rem;
  border-radius: 0.2rem;
  text-align: center;
  background-color: #427123;
  margin-top: 0.46rem;
}

.login_wrapper .container .msg_box .verification_code {
  position: relative;
}

.login_wrapper .container .msg_box .verification_code button {
  height: 100%;
  font-size: 0.6rem;
  color: #548235;
  text-align: center;
  border-left: 1px solid #999999;
  height: 0.64rem;
  line-height: 0.64rem;
  position: absolute;
  right: 0.66rem;
  top: 0.66rem;
  padding-left: 0.72rem;
}

.login_wrapper .container .msg_box input::-webkit-input-placeholder {
  font-size: 0.6rem;
  color: #cccccc;
}

.login_wrapper .container .msg_box input:-moz-placeholder {
  font-size: 0.6rem;
  color: #cccccc;
}

.login_wrapper .container .msg_box input:-ms-input-placeholder {
  font-size: 0.6rem;
  color: #cccccc;
}

.bank_card_wrapper .bank_card_box {
  padding: 0 0.8rem;
}

.bank_card_wrapper .bank_card_box .delete_card {
  margin: 0.52rem 0;
  font-size: 0;
}

.bank_card_wrapper .bank_card_box .delete_card img {
  width: 0.64rem;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.bank_card_wrapper .bank_card_box .delete_card span {
  font-size: 0.56rem;
  color: #548235;
  vertical-align: middle;
}

.bank_card_wrapper .bank_card_box .bank_card_list {
  padding-top: 1.7rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item {
  width: 100%;
  height: 4.2rem;
  border-radius: 0.36rem;
  margin-bottom: 0.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0.04rem 0.1rem 0 rgba(153, 153, 153, 0.35);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-104 {
  background-image: linear-gradient(0deg, #b93330 0%, #ca5a58 100%);
  background-image: -moz-linear-gradient(0deg, #b93330 0%, #ca5a58 100%);
  background-image: -webkit-linear-gradient(0deg, #b93330 0%, #ca5a58 100%);
  background-image: -ms-linear-gradient(0deg, #b93330 0%, #ca5a58 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-303 {
  background-image: linear-gradient(0deg, #dea014 0%, #e6c06b 100%);
  background-image: -moz-linear-gradient(0deg, #dea014 0%, #e6c06b 100%);
  background-image: -webkit-linear-gradient(0deg, #dea014 0%, #e6c06b 100%);
  background-image: -ms-linear-gradient(0deg, #dea014 0%, #e6c06b 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-310 {
  background-image: linear-gradient(0deg, #074195 0%, #416fb1 100%);
  background-image: -moz-linear-gradient(0deg, #074195 0%, #416fb1 100%);
  background-image: -webkit-linear-gradient(0deg, #074195 0%, #416fb1 100%);
  background-image: -ms-linear-gradient(0deg, #074195 0%, #416fb1 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-403 {
  background-image: linear-gradient(0deg, #128b3e 0%, #80bd97 100%);
  background-image: -moz-linear-gradient(0deg, #128b3e 0%, #80bd97 100%);
  background-image: -webkit-linear-gradient(0deg, #128b3e 0%, #80bd97 100%);
  background-image: -ms-linear-gradient(0deg, #128b3e 0%, #80bd97 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-7006 {
  background-image: linear-gradient(0deg, #fccf00 0%, #293c8f 100%);
  background-image: -moz-linear-gradient(0deg, #fccf00 0%, #293c8f 100%);
  background-image: -webkit-linear-gradient(0deg, #fccf00 0%, #293c8f 100%);
  background-image: -ms-linear-gradient(0deg, #fccf00 0%, #293c8f 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-7007 {
  background-image: linear-gradient(0deg, #e8252a 0%, #e20000 100%);
  background-image: -moz-linear-gradient(0deg, #e8252a 0%, #e20000 100%);
  background-image: -webkit-linear-gradient(0deg, #e8252a 0%, #e20000 100%);
  background-image: -ms-linear-gradient(0deg, #e8252a 0%, #e20000 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-783 {
  background-image: linear-gradient(0deg, #ff3104 0%, #68a768 100%);
  background-image: -moz-linear-gradient(0deg, #ff3104 0%, #68a768 100%);
  background-image: -webkit-linear-gradient(0deg, #ff3104 0%, #68a768 100%);
  background-image: -ms-linear-gradient(0deg, #ff3104 0%, #68a768 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-306 {
  background-image: linear-gradient(0deg, #e5001f 0%, #bd0016 100%);
  background-image: -moz-linear-gradient(0deg, #e5001f 0%, #bd0016 100%);
  background-image: -webkit-linear-gradient(0deg, #e5001f 0%, #bd0016 100%);
  background-image: -ms-linear-gradient(0deg, #e5001f 0%, #bd0016 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-309 {
  background-image: linear-gradient(0deg, #00479c 0%, #06438f 100%);
  background-image: -moz-linear-gradient(0deg, #00479c 0%, #06438f 100%);
  background-image: -webkit-linear-gradient(0deg, #00479c 0%, #06438f 100%);
  background-image: -ms-linear-gradient(0deg, #00479c 0%, #06438f 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-102 {
  background-image: linear-gradient(0deg, #ce0d0d 0%, #cc0000 100%);
  background-image: -moz-linear-gradient(0deg, #ce0d0d 0%, #cc0000 100%);
  background-image: -webkit-linear-gradient(0deg, #ce0d0d 0%, #cc0000 100%);
  background-image: -ms-linear-gradient(0deg, #ce0d0d 0%, #cc0000 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-103 {
  background-image: linear-gradient(0deg, #349080 0%, #349080 100%);
  background-image: -moz-linear-gradient(0deg, #349080 0%, #349080 100%);
  background-image: -webkit-linear-gradient(0deg, #349080 0%, #349080 100%);
  background-image: -ms-linear-gradient(0deg, #349080 0%, #349080 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-105 {
  background-image: linear-gradient(0deg, #053d8f 0%, #053d8f 100%);
  background-image: -moz-linear-gradient(0deg, #053d8f 0%, #053d8f 100%);
  background-image: -webkit-linear-gradient(0deg, #053d8f 0%, #053d8f 100%);
  background-image: -ms-linear-gradient(0deg, #053d8f 0%, #053d8f 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-301 {
  background-image: linear-gradient(0deg, #053d8f 0%, #053d8f 100%);
  background-image: -moz-linear-gradient(0deg, #053d8f 0%, #053d8f 100%);
  background-image: -webkit-linear-gradient(0deg, #053d8f 0%, #053d8f 100%);
  background-image: -ms-linear-gradient(0deg, #053d8f 0%, #053d8f 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-302 {
  background-image: linear-gradient(0deg, #d7000f 0%, #d60010 100%);
  background-image: -moz-linear-gradient(0deg, #d7000f 0%, #d60010 100%);
  background-image: -webkit-linear-gradient(0deg, #d7000f 0%, #d60010 100%);
  background-image: -ms-linear-gradient(0deg, #d7000f 0%, #d60010 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-2001 {
  background-image: linear-gradient(0deg, #005bac 0%, #d4ab44 100%);
  background-image: -moz-linear-gradient(0deg, #005bac 0%, #d4ab44 100%);
  background-image: -webkit-linear-gradient(0deg, #005bac 0%, #d4ab44 100%);
  background-image: -ms-linear-gradient(0deg, #005bac 0%, #d4ab44 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-318 {
  background-image: linear-gradient(0deg, #70b644 0%, #1a4689 100%);
  background-image: -moz-linear-gradient(0deg, #70b644 0%, #1a4689 100%);
  background-image: -webkit-linear-gradient(0deg, #70b644 0%, #1a4689 100%);
  background-image: -ms-linear-gradient(0deg, #70b644 0%, #1a4689 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-7002 {
  background-image: linear-gradient(0deg, #f2943a 0%, #ffe06b 100%);
  background-image: -moz-linear-gradient(0deg, #f2943a 0%, #ffe06b 100%);
  background-image: -webkit-linear-gradient(0deg, #f2943a 0%, #ffe06b 100%);
  background-image: -ms-linear-gradient(0deg, #f2943a 0%, #ffe06b 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .bank-308 {
  background-image: linear-gradient(0deg, #e50012 0%, #de0000 100%);
  background-image: -moz-linear-gradient(0deg, #e50012 0%, #de0000 100%);
  background-image: -webkit-linear-gradient(0deg, #e50012 0%, #de0000 100%);
  background-image: -ms-linear-gradient(0deg, #e50012 0%, #de0000 100%);
}

.bank_card_wrapper .bank_card_box .bank_card_list .item .card_box {
  padding: 0.8rem 3.18rem 1.3rem 0.88rem;
  font-size: 0;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item .card_box .card_lf span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 50%;
  background-color: #f2f2f2;
  text-align: center;
  margin-right: 0.4rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item .card_box .card_lf span img {
  width: 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item .card_box .card_rt .card_name {
  font-size: 0.68rem;
  color: #fff;
  vertical-align: middle;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item .card_box .card_rt .card_num {
  font-size: 0.64rem;
  color: #fff;
  margin-top: 0.6rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item .del {
  width: 1rem;
  position: absolute;
  right: 0;
  top: -0.14rem;
}

.bank_card_wrapper .bank_card_box .add_bank_card {
  width: 13.32rem;
  height: 1.92rem;
  line-height: 1.92rem;
  border: 0.04rem solid #548235;
  border-radius: 0.08rem;
  font-size: 0.72rem;
  color: #548235;
  text-align: center;
  margin-bottom: 1.6rem;
}

.bank_card_wrapper .bank_card_box .add_bank_card img {
  width: 0.64rem;
  margin-right: 0.4rem;
}

.layer_box, .layer_box2 {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.702);
  position: fixed;
  top: 0;
  z-index: 100;
}

.layer_box .layer_content, .layer_box2 .layer_content {
  width: 13rem;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6.5rem;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.2rem;
}

.layer_box .layer_content .layer_top .title, .layer_box2 .layer_content .layer_top .title {
  display: inline-block;
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.64rem;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
}

.layer_box .layer_content .layer_top .desc, .layer_box2 .layer_content .layer_top .desc {
  font-size: 0.56rem;
  color: #333333;
  line-height: 1.715;
  text-align: center;
  padding: 1.56rem 0 1.2rem 0;
  overflow-y: scroll;
}

.layer_box .layer_content .layer_bottom, .layer_box2 .layer_content .layer_bottom {
  padding-bottom: 0.9rem;
}

.layer_box .layer_content .layer_bottom button, .layer_box2 .layer_content .layer_bottom button {
  width: 5.04rem;
  height: 1.2rem;
  font-size: 0.56rem;
  color: #fefefe;
  border-radius: 0.12rem;
  background-color: #548235;
}

.order_management_wrapper {
  padding-top: 1.72rem;
  padding-bottom: 2rem;
}

.order_management_wrapper .nav {
  width: 100%;
  height: 1.96rem;
  line-height: 1.96rem;
  box-shadow: 0 0.04rem 0.2rem 0 rgba(153, 153, 153, 0.36);
  background-color: #fff;
  position: fixed;
  top: 1.72rem;
  z-index: 98;
}

.order_management_wrapper .nav li {
  width: 50%;
  text-align: center;
  float: left;
  font-size: 0.6rem;
  color: #666666;
}

.order_management_wrapper .nav li.active {
  color: #427123;
}

.order_management_wrapper .nav li.active:after {
  content: '  ';
  background-color: #548235;
  width: 2.78rem;
  height: 0.12rem;
  margin: -0.1rem auto;
  display: block;
}

.order_management_wrapper .insurer_information_box {
  padding: 1.96rem 0 2rem 0;
}

.order_management_wrapper .insurer_information_box .insurer_information {
  text-align: left;
  padding: 0.7rem 0.4rem 0 0.4rem;
  border-bottom: 0.04rem dashed #bfbfbf;
}

.order_management_wrapper .insurer_information_box .insurer_information .title {
  display: inline-block;
  font-size: 0.64rem;
  color: #333333;
  font-weight: bold;
  vertical-align: middle;
}

.order_management_wrapper .insurer_information_box .insurer_information .line {
  width: 0.22rem;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0 0.4rem 0 0.4rem;
  margin: 0.54rem 0 0.4rem 0;
  box-shadow: 0 0.04rem 0.1rem 0 rgba(153, 153, 153, 0.35);
  overflow: hidden;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  height: 1.52rem;
  line-height: 1.52rem;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_lf {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_lf span {
  font-size: 0.56rem;
  color: #333333;
  font-weight: 600;
  vertical-align: middle;
  margin-left: 0.4rem;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_lf i {
  display: inline-block;
  width: 0.68rem;
  height: 0.68rem;
  vertical-align: middle;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_lf i.active {
  background: url(../images/icon_choiced_active.png) no-repeat center center;
  background-size: 0.34rem 0.3rem;
  background-color: #fff;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_lf .box_check {
  border: 1px solid #bfbfbf;
  border-radius: 0.1rem;
  background-color: white;
  box-shadow: inset 0 0.04rem 0.08rem 0 rgba(153, 153, 153, 0.36);
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_rt {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_rt p {
  display: inline-block;
  width: 2.3rem;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  border-radius: 0.4rem;
  vertical-align: middle;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_rt .no_pay {
  font-size: 0.48rem;
  color: #548235;
  background-color: rgba(84, 130, 53, 0.2);
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_rt .on_input {
  font-size: 0.48rem;
  color: #f68b00;
  background-color: rgba(255, 198, 8, 0.4);
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_rt img {
  width: 0.44rem;
  vertical-align: middle;
  margin-left: 0.54rem;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_rt img.rotate {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_header .order_header_rt img.rotate1 {
  transform-origin: center center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_body {
  border-top: 1px solid #cccccc;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_body .order_content {
  padding: 0.74rem 0.9rem 0.8rem 1.08rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_body .order_content li {
  float: left;
  width: 50%;
  line-height: 1rem;
  font-size: 0.56rem;
  color: #999999;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_body .order_content li span {
  display: inline-block;
  width: 2.9rem;
  text-align: right;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_body .order_content li i {
  color: #333333;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_body .btns {
  float: right;
  padding-bottom: 0.54rem;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_body .btns button {
  width: 3.68rem;
  height: 0.96rem;
  border: 1px solid #548235;
  border-radius: 0.12rem;
  font-size: 0.56rem;
  color: #548235;
}

.order_management_wrapper .insurer_information_box .insurer_information .order_msg .order_body .btns .del {
  margin-left: 0.52rem;
}

.order_management_wrapper .insurer_information_box .insurer_information:last-child {
  border-bottom: none;
}

.order_management_wrapper .footer {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  border-top: 0.04rem solid #548235;
  position: fixed;
  bottom: 0;
  z-index: 98;
  font-size: 0;
}

.order_management_wrapper .footer p {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

.order_management_wrapper .footer .total {
  width: 8.76rem;
  background-color: white;
  font-size: 0.6rem;
  color: #333333;
}

.order_management_wrapper .footer .total i {
  margin-right: 0.76rem;
}

.order_management_wrapper .footer .total .price {
  font-size: 0.72rem;
  color: #fe8535;
}

.order_management_wrapper .footer .pay {
  width: 6.24rem;
  background-color: #548235;
  font-size: 0.72rem;
  color: white;
}

.order_management_wrapper .layer_box2 {
  display: none;
}

.swiper-box {
  background-color: #fff;
  height: 5.86rem;
  position: relative;
  margin-top: -0.1rem;
}

.swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.12rem;
  background-color: #fff;
  border-radius: 0;
  background-color: #f7f7f2;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #427123;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0.2rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.2rem;
}

.health_notification_wrapper {
  padding-bottom: 2rem;
}

.health_notification_wrapper section {
  padding-top: 0.06rem;
}

.health_notification_wrapper .header_title {
  display: inline-block;
  width: 100%;
  height: 1.64rem;
  line-height: 1.64rem;
  background-color: #fff;
  text-align: center;
  font-size: 0.64rem;
  color: #333333;
}

.health_notification_wrapper .header_title img {
  width: 0.3rem;
  position: relative;
  top: 0.6rem;
  left: 0.94rem;
}

.health_notification_wrapper .notification_content {
  background-color: #fff;
  padding: 0.4rem 0.4rem 0 0.4rem;
}

.health_notification_wrapper .notification_content .warn_text {
  display: flex;
  width: 13.8rem;
  font-size: 0.52rem;
  color: #548235;
  background-color: #fff0bf;
  padding: 0.3rem 0.2rem;
}

.health_notification_wrapper .notification_content .warn_text img {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0.16rem 0.2rem 0 0;
}

.health_notification_wrapper .notification_content .confirm {
  font-size: 0.6rem;
  color: #333333;
  margin: 0.6rem 0 0.5rem 0;
  font-weight: bold;
}

.health_notification_wrapper .notification_content .confirm::before {
  content: ' ';
  display: inline-block;
  width: 0.34rem;
  width: 0.16rem;
  height: 0.66rem;
  background-color: #548235;
  border-radius: 0.1rem;
  vertical-align: sub;
  margin-right: 0.2rem;
}

.health_notification_wrapper .notification_content .text {
  font-size: 0.52rem;
  color: #666666;
  line-height: 0.84rem;
}

.health_notification_wrapper .notification_content .text p {
  margin-bottom: 0.4rem;
}

.health_notification_wrapper .notification_content .text .text_spacing {
  text-indent: 0.48rem;
}

.health_notification_wrapper .notification_content .text .text_spacing i {
  margin-right: 0.4rem;
}

.health_notification_wrapper .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 2rem;
  border-top: 0.04rem solid #548235;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.health_notification_wrapper .footer button {
  width: 50%;
  height: 100%;
  font-size: 0.72rem;
  font-weight: bold;
}

.health_notification_wrapper .footer button:first-child {
  color: #548235;
}

.health_notification_wrapper .footer button:last-child {
  background: #548235;
  color: #fff;
}

.resident_notification_wrapper {
  padding-bottom: 2rem;
}

.resident_notification_wrapper .text p {
  text-indent: 0.96rem;
}

.resident_notification_wrapper .footer button {
  height: 100%;
  font-size: 0.72rem;
  font-weight: bold;
}

.resident_notification_wrapper .footer button:first-child {
  width: 40%;
  color: #548235;
}

.resident_notification_wrapper .footer button:last-child {
  width: 60%;
  background: #548235;
  color: #fff;
}

.moblie_change_wrapper {
  padding-bottom: 2rem;
}

.moblie_change_wrapper .box {
  padding: 1.72rem 0 0.8rem 0;
  background-color: #fff;
}

.moblie_change_wrapper .box .take_picture {
  width: 8.98rem;
  height: 5.78rem;
  line-height: 5.78rem;
  background: url(../images/bg_phone.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  margin: 2.3rem auto;
}

.moblie_change_wrapper .box .take_picture img {
  width: 1.64rem;
}

.moblie_change_wrapper .box .notice {
  padding-top: 1.44rem;
  margin: 0 1.9rem;
  border-top: 1px solid #d9d9dd;
}

.moblie_change_wrapper .box .notice p {
  font-size: 0.56rem;
  color: #333333;
}

.moblie_change_wrapper .box .notice p:nth-child(1) {
  margin-bottom: 0.6rem;
}

.moblie_change_wrapper .moblie_box {
  background-color: #fff;
  margin-top: 0.4rem;
  padding: 0 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.moblie_change_wrapper .moblie_box .item {
  padding: 0.5rem 0;
}

.moblie_change_wrapper .moblie_box .item label {
  width: 30%;
  line-height: 1.08rem;
  font-size: 0.56rem;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}

.moblie_change_wrapper .moblie_box .item .rt {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.moblie_change_wrapper .moblie_box .item input {
  width: 63%;
  height: 1.08rem;
  line-height: 1.08rem;
  font-size: 0.56rem;
  color: #333;
}

.moblie_change_wrapper .moblie_box .item button {
  width: 3.44rem;
  height: 1.08rem;
  line-height: 1.08rem;
  border-radius: 0.1rem;
  color: #fff;
  background-color: #548235;
}

.moblie_change_wrapper .moblie_box .vali_code {
  border-top: 1px solid #cccccc;
}

.moblie_change_wrapper .moblie_box input::-webkit-input-placeholder {
  font-size: 0.56rem;
  color: #999999;
}

.moblie_change_wrapper .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 2rem;
  border-top: 0.04rem solid #548235;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.moblie_change_wrapper .footer button {
  width: 100%;
  height: 100%;
  font-size: 0.72rem;
  font-weight: bold;
  background: #548235;
  color: #fff;
}

.add_bank_wrapper {
  padding-bottom: 2rem;
}

.add_bank_wrapper .box {
  padding-top: 1.72rem;
  background-color: #fff;
}

.add_bank_wrapper .box .take_picture {
  width: 7.3rem;
  height: 4.86rem;
  line-height: 4.86rem;
  background: url(../images/bg_add_card.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  margin: 0.6rem auto 0.3rem;
}

.add_bank_wrapper .box .take_picture img {
  width: 2.2rem;
}

.add_bank_wrapper .box .tips {
  text-align: center;
  padding-bottom: 0.34rem;
}

.add_bank_wrapper .box .tips p {
  margin-bottom: 0.4rem;
  font-size: 0.48rem;
  color: #999999;
}

.add_bank_wrapper .box .tips p span {
  color: #548235;
}

.add_bank_wrapper .box .tips img {
  width: 0.56rem;
  margin-left: 0.6rem;
}

.add_bank_wrapper .fill_info .no_input {
  color: #999999;
}

.add_bank_wrapper .fill_info .modify {
  padding-right: 0.84rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/icon_modify.png) no-repeat right center;
  background-size: 0.64rem 0.68rem;
}

.add_bank_wrapper .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 2rem;
  border-top: 0.04rem solid #548235;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.add_bank_wrapper .footer button {
  width: 100%;
  height: 100%;
  font-size: 0.72rem;
  font-weight: bold;
  background: #548235;
  color: #fff;
}

.add_bank_wrapper .layer_box .layer_content .desc {
  padding: 0.4rem 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.add_bank_wrapper .layer_box .layer_content .desc li {
  font-size: 0.72rem;
  color: #333333;
  padding: 0.2rem 0;
}

.add_bank_wrapper .layer_box .layer_content .layer_bottom {
  padding-top: 0.9rem;
  border-top: 1px solid #eaeaea;
}

.personal_info_wrapper {
  padding-bottom: 2rem;
}

.bind_certificates_wrapper .box .item {
  padding: 0.8rem 0;
  text-align: center;
  background-color: #fff;
}

.bind_certificates_wrapper .box .item .take_picture {
  width: 8.98rem;
  height: 5.78rem;
  line-height: 5.78rem;
  background: url(../images/bg_phone.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  margin: 0 auto;
}

.bind_certificates_wrapper .box .item .take_picture img {
  width: 1.64rem;
}

.bind_certificates_wrapper .box .item p {
  font-size: 0.64rem;
  color: #333333;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.bind_certificates_wrapper .box .id_photo {
  margin-top: 0.2rem;
  background-color: #fff;
  text-align: center;
}

.bind_certificates_wrapper .box .id_photo .item:nth-child(1) .take_picture {
  background: url(../images/bg_id_up.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.bind_certificates_wrapper .box .id_photo .item:nth-child(2) {
  padding-top: 0;
}

.bind_certificates_wrapper .box .id_photo .item:nth-child(2) .take_picture {
  background: url(../images/bg_id_down.png) no-repeat center center;
  background-size: 100% 100%;
}

.bind_certificates_wrapper .box .btn {
  width: 13.4rem;
  height: 2rem;
  border-radius: 0.2rem;
  background-color: #548235;
  font-size: 0.72rem;
  color: white;
  margin: 0.4rem 0 1.56rem 0;
  font-weight: bold;
}

.bind_certificates_wrapper .layer_box .layer_middle {
  padding: 0.8rem 0.6rem 0 0.6rem;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bind_certificates_wrapper .layer_box .layer_middle .tips {
  display: flex;
  font-size: 0.48rem;
  color: #999999;
}

.bind_certificates_wrapper .layer_box .layer_middle .tips img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.2rem;
  margin-top: 0.1rem;
}

.bind_certificates_wrapper .layer_box .layer_middle .tips span {
  text-align: left;
  line-height: 0.72rem;
}

.bind_certificates_wrapper .layer_box .layer_middle label, .bind_certificates_wrapper .layer_box .layer_middle .item_rt {
  display: inline-block;
  vertical-align: top;
}

.bind_certificates_wrapper .layer_box .layer_middle .inputs {
  text-align: center;
  padding: 0.4rem 0.7rem 0 0.7rem;
}

.bind_certificates_wrapper .layer_box .layer_middle .inputs .item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eaeaea;
}

.bind_certificates_wrapper .layer_box .layer_middle .inputs label {
  width: 30%;
  text-align: left;
  font-size: 0.56rem;
  color: #666666;
}

.bind_certificates_wrapper .layer_box .layer_middle .inputs input {
  width: 70%;
  font-size: 0.56rem;
  color: #333333;
}

.bind_certificates_wrapper .layer_box .layer_bottom {
  margin-top: 1.06rem;
  padding: 0 1.2rem 1rem 1.2rem;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.bind_certificates_wrapper .layer_box .layer_bottom button {
  display: inline-block;
  vertical-align: middle;
}

.bind_certificates_wrapper .layer_box .layer_bottom .cancel_btn {
  color: #548235;
  background-color: white;
  border: 1px solid #548235;
}

/**
我的银行卡页面修改  2019/8/22
*
*/

.bank_card_wrapper .bank_card_box .bank_card_list .item {
  box-shadow: 0 0.04rem 0.1rem 0 rgba(153, 153, 153, 0);
  height: 4.52rem;
  margin-bottom: 0.28rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.zhongguo {
  background: url(../images/bg_card_01.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.zhongguo span {
  background: #fff url("../images/icon_bank_china.png") no-repeat center/0.68rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.guangda {
  background: url(../images/bg_card_02.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.guangda span {
  background: #fff url("../images/icon_everbright_bank.png") no-repeat center/0.42rem 0.62rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.pufa {
  background: url(../images/bg_card_03.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.pufa span {
  background: #fff url("../images/icon_bank_pudong.png") no-repeat center/0.6rem 0.5rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.youzheng {
  background: url(../images/bg_card_04.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.youzheng span {
  background: #fff url("../images/icon_bank_postoffice.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.shanghai {
  background: url(../images/bg_card_05.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.shanghai span {
  background: #fff url("../images/icon_bank_shanghai.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.beijing {
  background: url(../images/bg_card_06.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.beijing span {
  background: #fff url("../images/icon_bank_beijing.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.pingan {
  background: url(../images/bg_card_07.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.pingan span {
  background: #fff url("../images/icon_bank_pingan.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.guangfa {
  background: url(../images/bg_card_08.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.guangfa span {
  background: #fff url("../images/icon_bank_guangfa.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.xingye {
  background: url(../images/bg_card_09.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.xingye span {
  background: #fff url("../images/icon_bank_xingye.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.gongshang {
  background: url(../images/bg_card_10.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.gongshang span {
  background: #fff url("../images/icon_bank_gongshang.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.nongye {
  background: url(../images/bg_card_11.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.nongye span {
  background: #fff url("../images/icon_bank_agricultural.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.jianshe {
  background: url(../images/bg_card_12.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.jianshe span {
  background: #fff url("../images/icon_bank_construction.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.jiaotong {
  background: url(../images/bg_card_13.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.jiaotong span {
  background: #fff url("../images/icon_bank_communications.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.zhongxing {
  background: url(../images/bg_card_14.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.zhongxing span {
  background: #fff url("../images/icon_bank_citic.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.jiangsu {
  background: url(../images/bg_card_15.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.jiangsu span {
  background: #fff url("../images/icon_bank_jiangsu.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.bohai {
  background: url(../images/bg_card_16.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.bohai span {
  background: #fff url("../images/icon_bohai_bank.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.ningbo {
  background: url(../images/bg_card_17.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.ningbo span {
  background: #fff url("../images/icon_ningbo_bank.png") no-repeat center/0.66rem 0.68rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.zhaoshang {
  background: url(../images/bg_card_18.png) no-repeat center center;
  background-size: 13.4rem 4.52rem;
}

.bank_card_wrapper .bank_card_box .bank_card_list .item.zhaoshang span {
  background: #fff url("../images/icon_bank_merchants.png") no-repeat center/0.66rem 0.68rem;
}

/**我的银行卡页面修改结束 **/

/* 20190821新增 */

.myFamily_info_container .item .item_list li .item_r p {
  color: #333;
}

.myFamily_info_container .item .item_list li .item_r .select {
  color: #333;
}

.myFamily_info_container .item textarea {
  outline: none;
  border: none;
  width: 100%;
  text-align: right;
  padding: 0.16rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.56rem;
  color: #333;
}

.bg_f6f5f5 {
  background: #f6f5f5;
}

.color_dd6462 {
  color: #dd6462;
}

.module_banner {
  position: relative;
  padding: 0 0.92rem;
  width: 100%;
  height: 1.6rem;
  background: #538234;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.6rem;
}

.module_banner h1 {
  font-size: 0.64rem;
  color: #fff;
  font-weight: bold;
}

.module_banner i {
  position: absolute;
  top: 50%;
  left: 0.92rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 10%;
  height: 100%;
  background: url(../images/icon_back.png) no-repeat left center;
  background-size: 0.3rem 0.44rem;
}

.module_nav {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 1.92rem;
}

.module_nav .nav_list {
  width: 100%;
  height: 1.92rem;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(51, 51, 51, 0.25);
  box-shadow: 0 0.04rem 0.2rem rgba(51, 51, 51, 0.25);
  font-size: 0;
}

.module_nav .nav_list li {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.6rem;
  color: #666;
  line-height: 1.92rem;
  text-align: center;
}

.module_nav .nav_list li span {
  padding: 0 0.2rem;
  height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.module_nav .nav_list li.active {
  color: #dd6462;
  font-weight: bold;
}

.module_nav .nav_list li.active span {
  border-bottom: 0.12rem solid #dd6462;
}

/* 20190822修改 */

.module_camera .camera {
  position: relative;
  margin: 0 auto;
  width: 7.26rem;
  height: 4.68rem;
  border: 1px solid #548235;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.16rem;
  border-radius: 0.16rem;
}

.module_camera .camera img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.16rem;
  border-radius: 0.16rem;
}

.module_camera .camera i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.64rem;
  height: 1.24rem;
  background: url(../images/icon_camera2.png) no-repeat center center;
  background-size: 1.64rem 1.24rem;
}

.box.module_camera .camera {
  margin: 2.4rem auto;
  width: 8.98rem;
  height: 5.78rem;
}

.add_bank_wrapper .box.module_camera .camera {
  margin: 0 auto 0.28rem;
}

.add_bank_wrapper .box.module_camera .camera i {
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/icon_camera.png) no-repeat center center;
  background-size: 2.2rem 2.2rem;
}

.add_bank_wrapper .box {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.add_bank_wrapper .box .tips {
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.add_bank_wrapper .box .tips p:last-child {
  margin-bottom: 0.74rem;
}

/**
 2019/8/22 产品详情  王瑞芳
**/

.module_details .table {
  text-align: center;
  padding-bottom: 1.1rem;
}

.module_details .table .item_title {
  background: url(../images/bg_line.png) no-repeat center center;
  background-size: 6.44rem 0.36rem;
  font-size: 0.72rem;
  color: #333333;
  font-weight: bold;
  margin: 1.24rem 0 0.6rem 0;
}

.module_details .table .list {
  border: 1px solid #cccccc;
  margin: 0 0.4rem;
}

.module_details .table .list li {
  height: 1.46rem;
  line-height: 1.46rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.module_details .table .list li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.module_details .table .list li span {
  padding-left: 0.66rem;
  display: inline-block;
  font-size: 0.48rem;
  color: #e21151;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.4rem;
  height: 100%;
  background-color: #ffd3e0;
}

.module_details .table .list li p {
  display: inline-block;
  font-size: 0.48rem;
  color: #333333;
  text-align: center;
  margin-left: 0.84rem;
}

.module_details .text {
  padding: 0 0.86rem;
}

.module_details .text li {
  text-align: left;
  margin-bottom: 1.1rem;
}

.module_details .text li .circle {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 0.4rem;
  vertical-align: top;
  margin-top: 0.14rem;
}

.module_details .text li p {
  display: inline-block;
  width: 93%;
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.76rem;
}

.module_details .num .item_desc {
  font-size: 0.48rem;
  color: #333333;
  text-align: left;
}

.module_details .num ul {
  padding: 0.6rem 0;
  border-bottom: 1px dashed #cccccc;
}

.module_details .num ul li {
  margin-bottom: 0;
}

.module_details .num ul li i {
  display: inline-block;
  font-size: 0.48rem;
  color: #333333;
  vertical-align: top;
  margin-top: 0.06rem;
  margin-right: 0.24rem;
  width: 0.6rem;
  text-align: right;
}

.insurance_notes {
  text-align: center;
}

.insurance_notes i {
  display: inline-block;
  width: 0.68rem;
  height: 0.68rem;
  vertical-align: top;
  margin-right: 0.2rem;
}

.insurance_notes i.active {
  background: url(../images/icon_choiced_active.png) no-repeat center center;
  background-size: 0.34rem 0.3rem;
  background-color: #fff;
}

.insurance_notes .default_box {
  border: 1px solid #bfbfbf;
  border-radius: 0.1rem;
  background-color: white;
  box-shadow: inset 0 0.04rem 0.08rem 0 rgba(153, 153, 153, 0.36);
}

.insurance_notes p {
  font-size: 0.56rem;
  color: #333333;
  display: inline-block;
}

.insurance_notes a {
  font-size: 0.56rem;
  color: #ffa554;
}

.insurance_notes .active{
  color: #d86612;
}

.text_notice {
  padding: 0.6rem 0.6rem 1rem 0.6rem;
}

.text_notice img {
  width: 0.48rem;
  margin-right: 0.2rem;
  vertical-align: top;
  margin-top: 0.1rem;
}

.text_notice p {
  display: inline-block;
  width: 93%;
  font-size: 0.48rem;
  color: #666666;
  text-align: left;
  line-height: 0.72rem;
}

/* 产品详情-钱宝保 */

.product_qbb_container {
  padding-bottom: 2rem;
  padding-top: 1.72rem;
}

.product_qbb_container .list {
  padding: 0.74rem 0 0.64rem;
  border-bottom: 0.4rem solid #f6f5f5;
  font-size: 0;
}

.product_qbb_container .list li {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.product_qbb_container .list li img {
  margin-bottom: 0.3rem;
  width: 1.64rem;
}

.product_qbb_container .list li .subtitle {
  font-size: 0.56rem;
  color: #333;
  font-weight: bold;
}

.product_qbb_container .list li .content {
  padding-top: 0.32rem;
  font-size: 0.4rem;
  color: #666;
  line-height: 0.48rem;
  letter-spacing: 0.08rem;
}

.product_qbb_container .list li:nth-child(2) {
  width: 34%;
}

.product_qbb_container .list li.item_p {
  padding: 0 0.6rem;
  width: 33%;
}

.product_qbb_container .item .item_list2 {
  margin: 0;
  /* border-bottom: 0.4rem solid #f6f5f5; */
}

.product_qbb_container .item .item_list2 li.birth .item_r .select {
  padding-right: 0.96rem;
  background: url(../images/icon_calender1.png) no-repeat right center;
  background-size: 0.76rem 0.76rem;
}

.product_qbb_container .item .item_list2>li {
  margin: 0 0.76rem;
}

.product_qbb_container .item .item_list2>li .item_r.btn {
  font-size: 0;
}

.product_qbb_container .item .item_list2>li .item_r.btn button {
  margin-left: 0.4rem;
  width: 2.16rem;
  height: 1.08rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #548235;
  font-size: 0.56rem;
  color: #333;
  border-color: #dd6462;
  color: #dd6462;
}

.product_qbb_container .item .item_list2>li .item_r.btn button.active {
  background: #548235;
  color: #fff;
  background: #dd6462;
}

.product_qbb_container .item .item_list2>li .premium span {
  display: inline-block;
  font-size: 0.48rem;
  color: #999;
}

.product_qbb_container .item .item_list2>li .tips {
  padding: 0.36rem 0.56rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(241, 72, 75, 0.1);
  font-size: 0.48rem;
  color: #dd6462;
  line-height: 0.76rem;
  text-align: justify;
}

.product_qbb_container .item .item_list2 li.title {
  margin: 0;
  padding: 0.42rem 0.76rem;
}

.product_qbb_container .item .sub_title {
  background: url(../images/icon_title_Bg.png) no-repeat center center;
  background-size: 6.44rem 0.36rem;
  font-size: 0.72rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.product_qbb_container .item .rule_wrap .sub_title {
  margin: 1.38rem 0 0.76rem;
}

.product_qbb_container .item .rule_wrap .rule_table {
  margin: 0 0.4rem 0.52rem;
  font-size: 0.48rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_qbb_container .item .rule_wrap .rule_table td {
  padding: 0.48rem 0;
  border: 1px solid #bfbfbf;
  text-align: left;
}

.product_qbb_container .item .rule_wrap .rule_table td:first-child {
  background: #dd6462;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.product_qbb_container .item .rule_wrap .rule_table td:last-child {
  padding-left: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_qbb_container .item .table_tips {
  padding: 0.52rem 0.6rem 1.08rem;
  font-size: 0.48rem;
  color: #666;
}

.product_qbb_container .item .table_tips .icon_tips {
  padding-left: 0.68rem;
  margin-bottom: 0.4rem;
  background: url(../images/icon_tips1.png) no-repeat left center;
  background-size: 0.48rem 0.48rem;
}

.product_qbb_container .item .table_tips .tips_text {
  font-size: 0;
}

.product_qbb_container .item .table_tips .tips_text span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.48rem;
  line-height: 0.72rem;
}

.product_qbb_container .item .table_tips .tips_text span:first-child {
  width: 5%;
}

.product_qbb_container .item .table_tips .tips_text span:last-child {
  width: 95%;
  text-align: justify;
}

.product_qbb_container .item .duty_wrap {
  margin: 0 0.4rem;
}

.product_qbb_container .item .duty_wrap .sub_title {
  margin-bottom: 1.32rem;
}

.product_qbb_container .item .duty_wrap .duty_list li {
  position: relative;
  width: 6.84rem;
  padding: 1.54rem 0.52rem 0.52rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.04rem 0.32rem rgba(51, 51, 51, 0.1);
  box-shadow: 0 0.04rem 0.32rem rgba(51, 51, 51, 0.1);
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.product_qbb_container .item .duty_wrap .duty_list i {
  position: absolute;
  top: -1.02rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 2.36rem;
  height: 2.04rem;
}

.product_qbb_container .item .duty_wrap .duty_list .icon_accident {
  background: url(../images/iocn_accident.png) no-repeat center center;
  background-size: 2.36rem 2.04rem;
}

.product_qbb_container .item .duty_wrap .duty_list .icon_pruim {
  background: url(../images/icon_pruim.png) no-repeat center center;
  background-size: 2.36rem 2.04rem;
}

.product_qbb_container .item .duty_wrap .duty_list .duty_title {
  padding-bottom: 0.6rem;
  font-size: 0.56rem;
  color: #dd6462;
  font-weight: bold;
  text-align: center;
}

.product_qbb_container .item .duty_wrap .duty_list .duty_text {
  font-size: 0.48rem;
  color: #333;
  line-height: 0.72rem;
}

.product_qbb_container .item .duty_wrap .table_tips {
  padding-bottom: 0.2rem;
}

.product_qbb_container .item .duty_wrap .duty_tips.table_tips {
  padding-left: 0;
  padding-right: 0;
}

.product_qbb_container .item .duty_wrap .duty_table {
  margin: 0 0.5rem;
  text-align: center;
  font-size: 0.48rem;
}

.product_qbb_container .item .duty_wrap .duty_table table {
  width: 100%;
}

.product_qbb_container .item .duty_wrap .duty_table table th, .product_qbb_container .item .duty_wrap .duty_table table td {
  padding: 0.46rem 0;
  border: 1px solid #bfbfbf;
}

.product_qbb_container .item .duty_wrap .duty_table table th {
  background: #dd6462;
  color: #fff;
  font-weight: bold;
  border: 1px solid #bfbfbf;
}

.product_qbb_container .item .duty_wrap .duty_table p {
  padding-top: 0.24rem;
  padding-bottom: 1rem;
  text-align: justify;
  font-size: 0.48rem;
  color: #666;
  line-height: 0.72rem;
}

.product_qbb_container .item .example_wrap {
  margin: 0 0.4rem;
  text-align: right;
}

.product_qbb_container .item .example_wrap .sub_title {
  margin-bottom: 0.6rem;
}

.product_qbb_container .item .example_wrap .example {
  position: relative;
  padding: 0.42rem 0 0.24rem 2.6rem;
  margin-bottom: 1.2rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.48rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.04rem 0.32rem rgba(51, 51, 51, 0.1);
  box-shadow: 0 0.04rem 0.32rem rgba(51, 51, 51, 0.1);
  font-size: 0.48rem;
  color: #333;
  line-height: 0.76rem;
  text-align: left;
}

.product_qbb_container .item .example_wrap .example .icon_portrait {
  position: absolute;
  top: -0.2rem;
  left: -1.66rem;
  display: block;
  width: 4.06rem;
  height: 4.06rem;
  background: url(../images/icon_portrait.png) no-repeat center center;
  background-size: 4.06rem 4.06rem;
}

.product_qbb_container .item .example_wrap .example .example_text {
  font-size: 0;
}

.product_qbb_container .item .example_wrap .example .example_text p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.48rem;
  width: 50%;
}

.product_qbb_container .item .example_wrap .example_list {
  margin: 0 0.34rem 0 0.7rem;
}

.product_qbb_container .item .example_wrap .example_list li {
  padding-left: 1.02rem;
  padding-bottom: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  font-size: 0.48rem;
  color: #333;
  line-height: 0.76rem;
}

.product_qbb_container .item .example_wrap .example_list li::before {
  margin-left: -1.02rem;
  margin-right: 0.26rem;
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #dd6462;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
}

.product_qbb_container .item .example_wrap .example_list li.num1::before {
  content: '1';
}

.product_qbb_container .item .example_wrap .example_list li.num2::before {
  content: '2';
}

.product_qbb_container .item .example_wrap .example_list li.num3::before {
  content: '3';
}

.product_qbb_container .item .example_wrap .example_list li.num4::before {
  content: '4';
}

.product_qbb_container .item .title p {
  font-size: 0.72rem;
}

.product_qbb_container .benefits_show {
  padding-bottom: 0.8rem;
}

.product_qbb_container .benefits_show .title {
  padding: 0.42rem 0.76rem;
}

.product_qbb_container .benefits_show .show {
  margin: 0.6rem 0.76rem 0;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border-bottom: 1px solid #ccc;
  font-size: 0;
}

.product_qbb_container .benefits_show .show .tab {
  height: 1.92rem;
  line-height: 1.92rem;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(51, 51, 51, 0.25);
  box-shadow: 0 0.04rem 0.2rem rgba(51, 51, 51, 0.25);
}

.product_qbb_container .benefits_show .show .tab li {
  padding: 0 1.36rem;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.56rem;
  color: #333;
  text-align: center;
}

.product_qbb_container .benefits_show .show .tab li span {
  width: 100%;
  height: 1.92rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.92rem;
  display: inline-block;
  vertical-align: middle;
}

.product_qbb_container .benefits_show .show .tab li:first-child {
  position: relative;
}

.product_qbb_container .benefits_show .show .tab li .line {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 1.04rem;
  background: #bfbfbf;
}

.product_qbb_container .benefits_show .show .tab li.active span {
  border-bottom: 0.12rem solid #fd6d00;
  color: #fd6d00;
  font-weight: bold;
}

.product_qbb_container .benefits_show .show .tab li.active1 span {
  border-bottom: 0.12rem solid #dd6462;
  color: #dd6462;
  font-weight: bold;
}

.product_qbb_container .benefits_show .show .content {
  padding: 0 0.4rem;
}

.product_qbb_container .benefits_show .show .content .tips {
  padding: 0.66rem 0 0.48rem;
  text-align: center;
  font-size: 0.56rem;
  color: #666;
}

.product_qbb_container .benefits_show .show .content .rate {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 0;
}

.product_qbb_container .benefits_show .show .content .rate li {
  display: inline-block;
  vertical-align: middle;
  width: 3.3rem;
  height: 1.1rem;
  background: #eee;
  -webkit-border-radius: 0.56rem;
  border-radius: 0.56rem;
  font-size: 0.6rem;
  color: #666;
  line-height: 1.1rem;
  text-align: center;
  font-weight: bold;
}

.product_qbb_container .benefits_show .show .content .rate li:not(:last-child) {
  margin-right: 0.54rem;
}

.product_qbb_container .benefits_show .show .content .rate li.rate_active {
  background: #fd6d00;
  color: #fff;
}

.product_qbb_container .benefits_show .show .content .rate li.rate_active1 {
  background: #dd6462;
  color: #fff;
}

.product_qbb_container .benefits_show .show .content .echarts {
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  padding-bottom: 0.8rem;
}

.product_qbb_container .benefits_show .show .content .range_section {
  padding: 0.56rem 0 1.08rem;
  border-bottom: 1px solid #ccc;
}

.product_qbb_container .benefits_show .show .content .range_section .left {
  background: url(../images/icon_left1.png) no-repeat;
  background-size: 100% 100%;
}

.product_qbb_container .benefits_show .show .content .range_section .left, .product_qbb_container .benefits_show .show .content .range_section .right {
  margin-top: -0.6rem;
  width: 0.96rem;
  height: 0.96rem;
  float: left;
}

.product_qbb_container .benefits_show .show .content .range_section .range {
  width: 10rem;
  float: left;
  margin-left: 0.4125rem;
  margin-top: -0.2rem;
}

.product_qbb_container .benefits_show .show .content .range_section input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 0.2rem;
  background: -webkit-linear-gradient(#dd6462, #dd6462) no-repeat, #eee;
  background: linear-gradient(#dd6462, #dd6462) no-repeat, #eee;
  /*设置左边颜色为#dd6462，右边颜色为#dd6462*/
  background-size: 0% 100%;
  /*设置左右宽度比例*/
}

.product_qbb_container .benefits_show .show .content .range_section input[type=range]::-webkit-slider-runnable-track {
  height: 0.25rem;
  border-radius: 0.14rem;
  /*将轨道设为圆角的*/
}

.product_qbb_container .benefits_show .show .content .range_section input[type=range]:focus {
  outline: none;
}

.product_qbb_container .benefits_show .show .content .range_section input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.38rem;
  height: 1.14rem;
  margin-top: -0.45rem;
  /*使滑块超出轨道部分的偏移量相等*/
  border: 0;
  border-radius: 0;
  /*外观设置为圆形*/
  background: url(../images/icon_panda.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}

.product_qbb_container .benefits_show .show .content .range_section .progress {
  height: 0.28rem;
  border-radius: 0.14rem;
  width: 100%;
}

.product_qbb_container .benefits_show .show .content .range_section .right {
  background: url(../images/icon_right1.png) no-repeat;
  background-size: 100%;
  float: right;
}

.product_qbb_container .benefits_show .show .content .age {
  padding: 0.52rem 0 0.58rem;
  text-align: center;
  font-size: 0.56rem;
  color: #dd6462;
}

.product_qbb_container .benefits_show .show .content .age span {
  font-size: 0.72rem;
  font-weight: bold;
}

.product_qbb_container .benefits_show .show .content .content_benefits_list {
  padding: 0.8rem 0 0.32rem;
  font-size: 0;
}

.product_qbb_container .benefits_show .show .content .content_benefits_list span {
  padding-bottom: 0.48rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.56rem;
}

.product_qbb_container .benefits_show .show .content .content_benefits_list span:first-child {
  width: 60%;
  color: #333;
}

.product_qbb_container .benefits_show .show .content .content_benefits_list span:last-child {
  width: 40%;
  color: #dd6462;
  text-align: right;
}

.product_qbb_container .footer {
  border-top: 0.04rem solid #dd6462;
}

.product_qbb_container .footer button {
  background-color: #dd6462;
}

.product_qbb_container .footer div .yearly, .product_qbb_container .footer div .count {
  color: #dd6462;
}

.product_qbb_container .module_details .sub_title {
  margin: 1.2rem 0 0.4rem;
}

.product_qbb_container .insurance_notes a {
  color: #dd6462;
  line-height: 23px;
}

.product_qbb_container.module_container2 .item .item_list.reset_list label .box_check.active {
  background: url(../images/icon_circle_active2.png) no-repeat center center;
  background-size: 0.84rem 0.84rem;
}

.product_qbb_container .footer {
  border-top: 0.04rem solid #dd6462;
}

.product_qbb_container .footer div {
  padding-left: 0.56rem;
  width: 59%;
  height: 2rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  color: #333;
  line-height: 2rem;
}

.product_qbb_container .footer div span {
  display: inline-block;
}

.product_qbb_container .footer div .total {
  font-size: 0.6rem;
}

.product_qbb_container .footer div .symbol {
  margin-left: 0.44rem;
  margin-right: 0.2rem;
  font-size: 0.48rem;
}

.product_qbb_container .footer div .count {
  font-size: 0.72rem;
  color: #dd6462;
  font-weight: bold;
}

.product_qbb_container .footer div .yearly {
  font-size: 0.52rem;
  color: #dd6462;
}

.product_qbb_container .footer button {
  width: 41%;
  font-size: 0.72rem;
  background: #dd6462;
  color: #fff;
  font-weight: bold;
  line-height: 2rem;
}

.module_container2 .item .item_list.reset_list {
  margin: 0 0.3rem;
}

.module_container2 .item .item_list.reset_list label {
  width: 70%;
  line-height: 0.92rem;
}

.module_container2 .item .item_list.reset_list label span {
  display: inline-block;
  width: 84%;
  height: 100%;
  line-height: 0.92rem;
}

.module_container2 .item .item_list.reset_list label .mask {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: middle;
  background: url(../images/icon_question.png) no-repeat left center;
  background-size: 0.6rem 0.6rem;
  margin-left: .18rem;
}

.module_container2 .item .item_list.reset_list label em {
  font-size: 0.44rem;
  color: #333333;
  color: #999;
}

.module_container2 .item .item_list.reset_list label .box_check, .module_container2 .item .item_list.reset_list label .box_check1 {
  display: inline-block;
  width: 0.86rem;
  height: 0.86rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}

.module_container2 .item .item_list.reset_list label .box_check.active, .module_container2 .item .item_list.reset_list label .box_check1.active {
  background: url(../images/icon_circle_active.png) no-repeat center center;
  background-size: 0.84rem 0.84rem;
  background-color: #fff;
}

.module_container2 .item .item_list.reset_list label .box_check, .module_container2 .item .item_list.reset_list label .box_check1 {
  background: url(../images/icon_circle.png) no-repeat center center;
  background-size: 0.84rem 0.84rem;
  vertical-align: top;
}

.module_container2 .item .item_list.reset_list .item_r {
  width: 30%;
  height: 0.92rem;
}

.module_container2 .item .item_list.reset_list .item_r i {
  display: inline-block;
  width: 0.3rem;
  height: 0.44rem;
}

.module_container2 .item .item_list.reset_list .item_r .select {
  padding-right: 0;
}

.module_container2 .item .item_list.reset_list .item_r .money {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/icon_money.png) no-repeat left center;
  background-size: 0.32rem 0.42rem;
  background-position: 0.3rem;
}

.module_container2 .item .item_list.reset_list .item_r .no_choiced {
  background-color: #eeeeee;
}

.module_container2 .item .item_list.reset_list .item_r .select {
  background: url(../images/icon_arrow_active.png) no-repeat right center;
  background-size: 0.3rem 0.44rem;
}

.module_container2 .item .item_list.reset_list .item_r p.no_choiced+.select {
  background: url(../images/icon_selected.png) no-repeat right center;
  background-size: 0.3rem 0.44rem;
}

.module_container2 .item .item_list.reset_list .item_r input, .module_container2 .item .item_list.reset_list .item_r .allowance, .module_container2 .item .item_list.reset_list .item_r .death {
  /* width: 3.2rem; */
  height: 0.92rem;
  font-size: 0.56rem;
  color: #333;
  line-height: 0.92rem;
  text-align: right;
  border: 1px solid #cccccc;
  border-radius: 0.1rem;
  padding: 0 0.4rem;
}

.module_container2 .item .item_list.reset_list .item_r input[disabled] {
  font-size: 0.56rem;
  color: #999;
  background-color: #eeeeee;
  opacity: 1;
}

.module_container2 .item .item_list.reset_list .item_r .allowance, .module_container2 .item .item_list.reset_list .item_r .death {
  color: #999;
  display: inline-block;
  line-height: 0.92rem;
}

.product_details_wrapper {
  padding-bottom: 2rem;
}

.product_details_wrapper .examples_safeguards {
  padding: 0.5rem 0;
  text-align: center;
  background-color: #fff;
  border-bottom: 0.4rem solid #f6f5f5;
}

.product_details_wrapper .examples_safeguards .tips {
  display: inline-block;
  width: 9.92rem;
  height: 0.86rem;
  line-height: 0.86rem;
  border-radius: 0.38rem;
  background-color: #ffd3e0;
  font-size: 0.56rem;
  color: #e21151;
}

.product_details_wrapper .examples_safeguards ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  padding: 0.6rem 0;
}

.product_details_wrapper .examples_safeguards ul li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.product_details_wrapper .examples_safeguards ul li img {
  width: 2.06rem;
  margin-bottom: 0.44rem;
}

.product_details_wrapper .examples_safeguards ul li p {
  padding: 0 1.3rem;
  font-size: 0.46rem;
  color: #666666;
}

.product_details_wrapper .item_r .date {
  padding-right: 0.96rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/icon_date.png) no-repeat right center;
  background-size: 0.76rem 0.76rem;
  color: #999;
}

.product_details_wrapper .insurance_liability .box1 {
  margin: 0.64rem 0 0.4rem 0;
}

.product_details_wrapper .insurance_liability .box1>li {
  margin-top: 0.4rem;
  border: 1px solid #cccccc;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0px 0.04rem 0.1rem 0 rgba(153, 153, 153, 0.35);
}

.product_details_wrapper .insurance_liability .box1 .item1 {
  padding: 0;
}

.product_details_wrapper .insurance_liability .box1 .item1 .slide {
  width: 0.44rem;
  vertical-align: middle;
}

.product_details_wrapper .insurance_liability .box1 .item1 .slide.rotate {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.product_details_wrapper .insurance_liability .box1 .item1 .slide.rotate1 {
  transform-origin: center center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.product_details_wrapper .insurance_liability .box1 .title {
  padding: 0.7rem 0.44rem;
}

.product_details_wrapper .insurance_liability .box1 .title p {
  width: 90%;
  font-size: 0.56rem;
  color: #333333;
}

.product_details_wrapper .insurance_liability .box1 .title p:nth-child(2) {
  width: 10%;
  text-align: right;
}

.product_details_wrapper .insurance_liability .box2 {
  margin: 0.64rem 0 0.4rem 0;
}

.product_details_wrapper .insurance_liability .box2>li {
  border: 1px solid #dfdfdf;
  width: 24%;
  text-align: center;
  padding: 0.6rem 0;
  box-sizing: border-box;
  border-radius: 0.1rem;
}

.product_details_wrapper .insurance_liability .box2>li:not(:last-child) {
  margin-right: 1.33%;
}

.product_details_wrapper .insurance_liability .box2>.active {
  background: #f0555a;
  position: relative;
  border-width: 0 !important;
}

.product_details_wrapper .insurance_liability .box2>.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0.3rem;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  bottom: -0.02rem;
  transform: translateX(-50%) rotate(180deg);
}

.product_details_wrapper .insurance_liability .box2>li p {
  color: #f0555a;
  padding-bottom: 0.3rem;
  font-size: 1rem;
}

.product_details_wrapper .insurance_liability .box2>li .yearflag {
  color: #f0555a;
  padding-bottom: 0.2rem;
  font-size: 0.6rem;
}

.product_details_wrapper .insurance_liability .box2>.active p {
  color: #ffffff;
}


.product_details_wrapper .insurance_liability .box2>li i {
  font-size: 0.48rem;
}

.product_details_wrapper .insurance_liability .box2>li span {
  color: #666666;
  font-size: 0.6rem;
}

.product_details_wrapper .insurance_liability .box2>.active span {
  color: #ffffff;
}

.product_details_wrapper .footer {
  border-top: 0.04rem solid #548235;
}

.product_details_wrapper .footer div {
  padding-left: 0.56rem;
  width: 59%;
  height: 2rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  color: #333;
  line-height: 2rem;
}

.product_details_wrapper .footer div span {
  display: inline-block;
}

.product_details_wrapper .footer div .total {
  font-size: 0.6rem;
}

.product_details_wrapper .footer div .symbol {
  margin-left: 0.44rem;
  margin-right: 0.2rem;
  font-size: 0.48rem;
}

.product_details_wrapper .footer div .count {
  font-size: 0.72rem;
  color: #fe8535;
  font-weight: bold;
}

.product_details_wrapper .footer div .yearly {
  font-size: 0.52rem;
  color: #fe8535;
}

.product_details_wrapper .footer button {
  width: 41%;
  font-size: 0.72rem;
  background: #548235;
  color: #fff;
  font-weight: bold;
  line-height: 2rem;
}

.fixed {
  position: fixed;
  top: 1.72rem;
  left: 0;
  width: 100%;
  background: #fff;
}

/* 20190824新增 */

.order_info_container .item li.policy_wrap h1, .input_container .item li.policy_wrap h1, .input_confirm_container .item li.policy_wrap h1 {
  font-size: 0.64rem;
  color: #333;
  font-weight: bold;
  line-height: 1.08rem;
}

.order_info_container .item li.policy_wrap .policy_list>li, .input_container .item li.policy_wrap .policy_list>li, .input_confirm_container .item li.policy_wrap .policy_list>li {
  padding: 0;
  border: 0;
}

.order_info_container .item li.policy_wrap .policy_list>li label, .input_container .item li.policy_wrap .policy_list>li label, .input_confirm_container .item li.policy_wrap .policy_list>li label {
  width: 60%;
}

.order_info_container .item li.policy_wrap .policy_list>li p, .input_container .item li.policy_wrap .policy_list>li p, .input_confirm_container .item li.policy_wrap .policy_list>li p {
  width: 40%;
}

.order_info_container .item .item_list li .item_r p.down::after {
  margin-left: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0.44rem;
  height: 0.3rem;
  background: url(../images/icon_pull2.png) no-repeat center center;
  background-size: 0.44rem 0.3rem;
  box-sizing: border-box;
}

.order_management_wrapper .color_f72e2e {
  color: #f72e2e;
}

.order_management_wrapper .layer_box2 .layer_content {
  -webkit-border-radius: 0.24rem;
  border-radius: 0.24rem;
}

.order_management_wrapper .layer_box2 .layer_content .layer_top .title {
  padding: 0.8rem 0;
  border: 0;
  font-size: 0.72rem;
  line-height: 0.8rem;
  height: auto;
}

.order_management_wrapper .layer_box2 .layer_content .layer_bottom {
  padding: 0;
  text-align: right;
  font-size: 0;
}

.order_management_wrapper .layer_box2 .layer_content .layer_bottom button {
  width: 50%;
  height: 2.2rem;
  font-size: 0.6rem;
  color: #fff;
}

.order_management_wrapper .layer_box2 .layer_content .layer_bottom button:first-child {
  border-radius: 0;
  border-bottom-left-radius: 0.24rem;
  background: #d7d8d6;
}

.order_management_wrapper .layer_box2 .layer_content .layer_bottom button:last-child {
  border-radius: 0;
  border-bottom-right-radius: 0.24rem;
  background: #548235;
}

/*# sourceMappingURL=style.css.map */

.layui-layer-loading {
  left: 0;
  right: 0;
}

.layui-layer-loading .layui-layer-loading1 {
  margin: 0 auto;
}

/* 20190828新增start*/

/* 首页联系客服 */

.service_contact {
  position: fixed;
  right: 0.76rem;
  bottom: 5.32rem;
  z-index: 99;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  background: url(../images/icon_service.png) no-repeat center center;
  background-size: 100% 100%;
}

.service_contact p {
  padding-top: 1.54rem;
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
}

.product_qbb_container .service_contact {
  bottom: 3.8rem;
}

.order_management_wrapper .no_records {
  text-align: center;
  padding-top: 6.28rem;
}

.order_management_wrapper .no_records img {
  width: 5.6rem;
  height: 7.28rem;
}

.order_management_wrapper .no_records p {
  font-size: 0.6rem;
  color: #a7a9a5;
}

.order_management_wrapper .no_records button {
  margin-top: 1.84rem;
  width: 11.4rem;
  height: 1.76rem;
  background: #548235;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.6rem;
  color: #fff;
}

/* 20190905新增 */

.insurance_notes {
  padding: 0.64rem 0.72rem;
}

.insurance_notes p {
  width: 90%;
  text-align: left;
}

/* 20190906修改 */

.layer_box .layer_content .layer_top .desc, .layer_box2 .layer_content .layer_top .desc {
  text-align: left;
  padding: 0.6rem 1rem;
}

.product_details_wrapper .service_contact {
  bottom: 7.5rem;
}

.index_wrapper .corporate_idea p {
  line-height: 0.7rem;
}

.index_wrapper .corporate_idea p i {
  width: 0.3rem;
}

/* 20190906新增表格 start */

.product_qbb_container .example_table {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.product_qbb_container .example_table table {
  margin-bottom: 0.6rem;
  width: 70rem;
  text-align: center;
  font-size: 0.48rem;
}

.product_qbb_container .example_table table thead th {
  background: #dd6462;
  color: #fff;
  font-weight: bold;
  border: 1px solid #bfbfbf;
}

.product_qbb_container .example_table table th, .product_qbb_container .example_table table td {
  padding: 0.46rem 0;
  border: 1px solid #bfbfbf;
}

.product_qbb_container .example_table_tips {
  text-align: right;
  margin-bottom: 0.6rem;
  font-size: 0.6rem;
  color: #dd6462;
  line-height: 0.8rem;
}

.product_qbb_container .example_table_tips::before {
  margin-right: 0.3rem;
  margin-top: -0.2rem;
  display: inline-block;
  vertical-align: middle;
  width: 0.96rem;
  height: 0.74rem;
  content: '';
  background: url(../images/icon_slider.png) no-repeat left center;
  background-size: 0.96rem 0.74rem;
}

/* 20190906新增表格 end */

/*20190906新增弹窗*/

.desc_title {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.desc_div_tab {
  width: 100%;
  overflow: auto;
}

.desc_div_tab table {
  width: 17rem;
  text-align: center;
  border: 1px solid #333
}

.desc_div_tab table td {
  border: 1px solid #333
}

/*20190906新增弹窗end*/

.layui-layer-loading {
  left: calc((100% - 37px)/2);
}

/* 20190910新增 */

.service_contact {
  right: 1.48rem;
  bottom: 5rem;
  width: 3rem;
  height: 3rem;
}

.service_contact p {
  padding-top: 1.86rem;
}

.product_details_wrapper .service_contact {
  bottom: 7rem;
}

.product_qbb_container .service_contact {
  bottom: 3.4rem;
}

.limit {
  position: fixed;
  z-index: -10;
  left: 0;
  top: 1.72rem;
  width: 100%;
  height: 85%;
}

.trial_btn {
  padding: 0.6rem 0;
  text-align: center;
}

.trial_btn button {
  width: 50%;
  height: 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 0.38rem;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}

.product_details_wrapper .trial_btn button {
  background-color: #548235;
  box-shadow: 0 0 0.6rem rgba(84, 130, 53, 0.6);
}

.product_qbb_container .trial_btn button {
  background-color: #dd6462;
  box-shadow: 0 0 0.6rem rgba(221, 100, 98, 0.5);
}

/* 20190912新增 end */

/* 20190923修改 */

.module_container .item .info_list {
  margin: 0;
}

.module_container .item .info_list li {
  position: relative;
  padding: 0 0.8rem;
}

.module_container .item .info_list li .item_r {
  width: 5%;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}

.module_container .item .info_list li .item_r .select {
  padding: 0;
  height: 1.08rem;
}

.module_container .item .info_list .money {
  font-size: 0.56rem;
}

/* 20190926新增 */

.product_qbb_container .product_intr {
  padding: 0.86rem 0.86rem 0;
  font-size: 0.48rem;
  color: #333;
  text-align: justify;
  line-height: 0.76rem;
  text-indent: 0.96rem;
}

/* 20190926新增 end*/
/*20200220新增 代理人*/
.get_qrcode_container {
  padding: 1.68rem 0.6rem 0;
}
.get_qrcode_container .logo {
  margin: 0 auto 2.76rem;
  display: block;
  width: 6rem;
  height: 1.66rem;
}
.get_qrcode_container .list {
  padding-bottom: 1.2rem;
  font-size: 0;
}
.get_qrcode_container .list li {
  padding: 0.62rem 0;
  border-bottom: 1px solid #eee;
}
.get_qrcode_container .list label,
.get_qrcode_container .list .item_r {
  display: inline-block;
  vertical-align: top;
  font-size: 0.6rem;
  color: #333;
}
.get_qrcode_container .list label {
  width: 32%;
  line-height: 0.8rem;
}
.get_qrcode_container .list .item_r {
  padding-right: 0.06rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 68%;
}
.get_qrcode_container .list .item_r input {
  width: 100%;
  font-size: 0.6rem;
  color: #333;
  line-height: 0.8rem;
}
.get_qrcode_container .list .item_r p {
  padding-right: 0.6rem;
  line-height: 0.8rem;
}
.get_qrcode_container .get_qrcode {
  width: 100%;
  height: 1.76rem;
  background: #548335;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  font-size: 0.68rem;
  color: #fff;
}
.get_qrcode_container .dropdown {
  background: url(../images/icon_pull2.png) no-repeat center right;
  background-size: 0.48rem 0.26rem;
}

/* 20200503新增 */
.panda_book {
  margin-top: 0.4rem;
}
.pander_header {
  padding: 0.64rem 0.6rem;
  font-size: 0;
}
.pander_header p {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
}
.pander_header p:first-child {
  padding-left: 1rem;
  background: url(../images/info/icon_panda1.png) no-repeat left center;
  background-size: 0.64rem 0.64rem;
  font-size: 0.6rem;
  color: #333;
  line-height: 0.64rem;
  font-weight: bold;
}
.pander_header p:last-child {
  padding-right: 0.48rem;
  background: url(../images/info/icon_know_more.png) no-repeat right center;
  background-size: 0.3rem 0.44rem;
  font-size: 0.52rem;
  color: #999;
  text-align: right;
}
.panda_list {
  margin: 0 0.6rem;
  padding-bottom: 0.4rem;
}
.panda_list li {
  padding: 0.42rem 0.38rem 0.42rem 0.44rem;
  margin-bottom: 0.4rem;
  box-shadow: 0 0.04rem 0.1rem rgba(153, 153, 153, 0.35);
  border-radius: 0.12rem;
  font-size: 0;
}
.panda_list li:last-child {
  margin: 0;
}
.list_left,
.list_right {
  display: inline-block;
  vertical-align: middle;
}
.list_left {
  width: 9.95rem;
}
.list_left p:first-child {
  padding-right: 1.2rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0.6rem;
  font-weight: bold;
  /* line-height: 0.6rem; */
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  color: #333;
}
.list_left p:last-child {
  font-size: 0.52rem;
  color: #999;
}
.list_right {
  text-align: right;
  width: 3rem;
}
.list_right img {
  width: 3rem;
  height: 2.4rem;
}
.index_wrapper .product_list {
  padding-bottom: 0.6rem;
}
.index_wrapper .corporate_idea {
  padding-top: 0.84rem;
}
/* 信息采集页面 */
.collection_container {
  padding-bottom: 2rem;
}

.collection_list {
  margin: 0.6rem;
  background-color: #fff;
  -webkit-border-radius: 0.16rem;
  border-radius: 0.16rem;
  /*placeholder文字默认颜色-webkit-input-placeholder*/
}

.collection_list > li {
  margin: 0 0.6rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #ccc;
  font-size: 0;
  color: #333;
}

.collection_list > li:last-child {
  border: none;
}

.collection_list > li.code {
  padding: 0.38rem 0;
}

.collection_list label {
  display: inline-block;
  vertical-align: top;
  line-height: 0.8rem;
  width: 30%;
  font-size: 0.56rem;
}

.collection_list .right {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}

.collection_list input {
  width: 100%;
  line-height: 0.8rem;
  font-size: 0.56rem;
  text-align: right;
  color: #333;
  font-weight: bold;
}

.collection_list :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-weight: normal;
}

.collection_list ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-weight: normal;
}

.collection_list input:-ms-input-placeholder,
.collection_list textarea:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}

.collection_list input::-webkit-input-placeholder,
.collection_list textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

.collection_code label {
  line-height: 1.24rem;
}

.collection_code .right {
  text-align: right;
}

.collection_code button,
.collection_code input {
  display: inline-block;
  vertical-align: middle;
}

.collection_code input {
  padding-right: 0.3rem;
  width: 40%;
  line-height: 1.24rem;
}

.collection_code button {
  width: 3.8rem;
  height: 1.24rem;
  background-color: #548235;
  -webkit-border-radius: 0.12rem;
  border-radius: 0.12rem;
  font-size: 0.56rem;
  color: #fff;
}

.collection_code .code_active {
  background-color: #d9d9d9;
}

.coollection_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  z-index: 100;
}

.coollection_footer button {
  width: 100%;
  height: 100%;
  background-color: #87a171;
  color: #fff;
  font-size: 0.72rem;
}

.coollection_footer button.footer_active {
  background-color: #548235;
}

/* 搜索页面 */
.info_search_container {
  padding-top: 1.64rem;
  padding-bottom: 0.4rem;
}

.search_header {
  padding: 0.3rem 0.6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #548235;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_wrap {
  position: relative;
  width: 11.98rem;
  height: 1.04rem;
  background-color: #86a66f;
  -webkit-border-radius: 0.16rem;
  border-radius: 0.16rem;
  line-height: 1.04rem;
}

.icon_search {
  margin: -0.06rem 0.28rem 0 0.4rem;
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/info/icon_search.png) no-repeat center center;
  background-size: 0.78rem 0.78rem;
}

.search_input_wrap {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  height: 1.04rem;
}

.search_input {
  width: 100%;
  height: 1.04rem;
  line-height: 1.04rem;
  font-size: 0.6rem;
  color: #fff;
}

.search_clear {
  position: absolute;
  right: 0.22rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/info/icon_search_clear.png) no-repeat center center;
  background-size: 0.56rem 0.56rem;
}

.search {
  font-size: 0.64rem;
  line-height: 1.04rem;
  color: #fff;
}

.search_list {
  background-color: #fff;
}

.search_list li {
  padding: 0.72rem 0;
  margin: 0 0.6rem;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333;
}

.search_list li a {
  color: #333;
}

.search_list li:last-child {
  border: none;
}

.color_e14142 {
  color: #e14142 !important;
}

.content_not_found {
  padding-top: 4.76rem;
  text-align: center;
}

.content_not_found img {
  width: 6.24rem;
  height: 6.02rem;
}

.content_not_found p {
  padding: 0.44rem 0.6rem 0;
  font-size: 0.6rem;
  color: #333;
}

.infomation_nav {
  position: fixed;
  top: 1.64rem;
  left: 0;
  width: 100%;
  height: 1.5rem;
  z-index: 100;
  font-size: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 0.6rem;
}

.infomation_nav li {
  position: relative;
  padding: 0.48rem 0.6rem;
  display: inline-block;
  vertical-align: top;
  /* width: 3rem; */
  text-align: center;
  font-size: 0.6rem;
  color: #333;
  line-height: 0.6rem;
}

.infomation_nav li.nav_active {
  color: #548235;
}

.infomation_nav li.nav_active::before {
  position: absolute;
  bottom: 0.06rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 1.08rem;
  height: 0.06rem;
  background-color: #548235;
}

.infomation_list {
  padding-top: 1.5rem;
}

.infomation_list > li {
  padding: 0.54rem 0;
  margin: 0 0.6rem;
  border-bottom: 1px solid #eee;
  font-size: 0;
}

.infomation_list > li:last-child {
  border: none;
}

.infomation_list a {
  display: block;
}

.info_left,
.info_right {
  display: inline-block;
  vertical-align: middle;
}

.info_left {
  position: relative;
  height: 2.88rem;
  width: 9.88rem;
}

.info_left p:first-child {
  padding-right: 1.36rem;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0.64rem;
  font-weight: bold;
  line-height: 0.92rem;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.info_left p:last-child {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.52rem;
  color: #999;
}

.info_right {
  width: 3.84rem;
  border-radius: 0.04rem;
  text-align: right;
}

.info_right img {
  width: 3.84rem;
  height: 2.88rem;
  border-radius: 0.04rem;
}

/* 资讯详情 */
.details_container {
  padding: 0.8rem 0 2.92rem;
  margin: 0 0.6rem;
}

.details_title {
  margin-bottom: 0.24rem;
  font-size: 0.64rem;
  line-height: 0.92rem;
  font-weight: bold;
  color: #333;
}

.details_sub {
  margin-bottom: 0.92rem;
  font-size: 0.48rem;
  color: #9a9999;
  font-weight: bold;
}

.details_content {
  font-size: 0.56rem;
  color: #333;
  line-height: 0.72rem;
}

.details_content p {
  padding-bottom: 0.32rem;
}

.color_496934 {
  color: #496934 !important;
}

.details_content_title {
  margin-bottom: 0.64rem;
}

.details_img {
  margin: 0.28rem 0 0.6rem;
}

.pb_20 {
  padding-bottom: 0.4rem !important;
}

.details_footer {
  padding: 0.6rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.92rem;
  z-index: 100;
  box-shadow: 0 1px 0.48rem rgba(51, 51, 51, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2.92rem;
  text-align: center;
}

.details_footer button {
  display: inline-block;
  vertical-align: top;
  width: 13.76rem;
  height: 100%;
  background-color: #548235;
  -webkit-border-radius: 0.14rem;
  border-radius: 0.14rem;
  font-size: 0.68rem;
  color: #fff;
}

.details_title_weight{
  font-weight: bold;
}

.input_container .item .item_list li.id_term .item_r {
  position: relative;
  font-size: 0;
}

.input_container .item .item_list li.id_term .item_r p.select {
  margin-right: 0.6rem;
  width: 60%;
  padding-right: 0.96rem;
  background: url(../images/icon_calender.png) no-repeat right center;
  background-size: 0.76rem 0.76rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.56rem;
}
.input_container .item .item_list li.id_term .item_r p.stageselect{
  margin-right: 0.6rem;
  width: 70%;
  padding-right: 0.96rem;
  background: url(../images/icon_selected.png) no-repeat right center;
  background-size: 0.3rem 0.44rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.56rem;
}
.input_container .item .item_list li.id_term .item_r button {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.input_container .item .item_list li.id_term .item_r .mask {
  position: absolute;
  top: 0;
  right: 2.76rem;
  width: 60%;
  height: 100%;
}

.trial_notice{
  padding: 0.52rem 0.6rem 1.08rem;
  font-size: 0.48rem;
  color: #666;
}
.trial_notice .icon_notice{
  padding-left: 0.68rem;
  margin-bottom: 0.4rem;
  background: url(../images/icon_tips1.png) no-repeat left center;
  background-size: 0.48rem 0.48rem;
}

.trial_notice .notice_text span{
  text-align: justify;
  display: inline-block;
  vertical-align: top;
  font-size: 0.48rem;
  line-height: 0.72rem;
}

.trial_notice .notice_text span:first-child{
  width: 5%;
}
.trial_notice .notice_text span:last-child{
  width: 95%;
}
.policy_wrap .plan_list .item_r .date {
  padding-right: 0.96rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/icon_calender.png) no-repeat right center;
  background-size: 0.76rem 0.76rem;
  color: #999;
}
.policy_wrap .policy_list .box_check {
  background: url(../images/icon_circle.png) no-repeat center center;
    background-size: 0.84rem 0.84rem;
    vertical-align: top;
    display: inline-block;
    width: 0.86rem;
    height: 0.86rem;
    margin-right: 0.3rem;
}
.policy_wrap .policy_list .active {
  background: url(../images/icon_circle_active.png) no-repeat center center;
  background-size: 0.84rem 0.84rem;
}
.policy_wrap .policy_list .item_r input {
  color: #333;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 0.1rem;
}
.policy_wrap .policy_list .item_r input[disabled] {
  color: #999;
    background-color: #eeeeee;
}
.m-t-172{
  padding-top: 1.72rem!important;
}

/**new*/
.layer_ins {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.layer_ins .layer_ins_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.layer_ins .layer_ins_wrap .layer_ins_title {
  padding: 0.6rem 0;
  border-bottom: 1px solid #ccc;
  font-size: 0.64rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.layer_ins .layer_ins_wrap.item .item_list {
  max-height: calc(100vh * 0.8);
  overflow-y: auto;
}
.layer_ins .layer_ins_wrap .layer_footer {
  width: 100%;
  height: 2rem;
}
.layer_ins .layer_ins_wrap .layer_footer button {
  width: 50%;
  height: 2rem;
  background: #548235;
  font-size: 0.72rem;
  color: #fff;
  font-weight: bold;
}
.layer_ins .layer_ins_wrap .layer_footer .cancel{
  color: #548235;
  background-color: white;
  border: 1px solid #548235;
}

.pop_ins{
  height: 100%;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  text-align: left;
  z-index: 666;
}
.region_select_section_ins {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc( 100vh - 5rem);
  background: #ffffff;
}
.region_select_title_ins {
  height: 2rem;
  line-height: 2rem;
  background: #548235;
  color: #FFFFFF;
  font-size: 0.7rem;
  text-align: center;
  font-weight: normal;
  position: relative;
}
.region_select_title_ins b {
  position: absolute;
  right: 1rem;
  top: 0px;
  font-size: 1rem;
  font-weight: normal;
}
.occupation_box_ins {
  overflow-y: auto;
  height: calc(100vh - 6rem);
}
.region_occupation_ins {
  font-size: 0.7rem;
  color: #548235;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1rem;
  box-sizing: border-box;
  background: #eee;
}
.occupation_list_ins {
  font-size: 0.7rem;
  height: calc(100vh - 12rem);
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
.occupation_list_ins li {
  padding: 0!important;
  font-size: 0.6rem;
  color: #333333;
  line-height: 0.95rem;
  margin:0 0 0 1rem!important;
  border-bottom: 0!important;
}
.more_occupation_ins {
  background: #eee;
  font-size: 0.7rem;
  color: #548235;
  height: 1.75rem;
  line-height: 1.75rem!important;
  margin-left: 0;
  padding: 0 1rem;
}
/*搜索*/
.indystry_select_ins {
  padding: 0.6rem 0.9rem;
  box-sizing: border-box;
  background: #eeeeee;
}
.indystry_select_ins p {
  width: 100%;
  height: 1.65rem;
  border: 2px solid #bfbfbf;
  background: #fff;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}
.indystry_select_ins p i {
  display: inline-block;
  width: 0.825rem;
  height: 0.825rem;
  background: url(../images/icon_select1.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 0.5rem;
  margin-right: 0.55rem;
  vertical-align: middle;
}
.indystry_select_ins p input {
  text-align: left!important;
  display: inline-block;
  width: 10rem!important;
  line-height: 1.65rem!important;
  font-size: 0.6rem!important;
  color: #333;
}


.crea_bg{
  width: 15rem;
  height: 7.92rem;
  background: url(../images/template/crea_bg.png) no-repeat;
  background-size: 15rem 7.92rem;
}
.crea_title_went{
  color: #000000;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 5rem;
}
.crea_content{
  margin-top: -8px;
  width: 100%;
  position: relative;
  background: linear-gradient( 360deg, rgba(255,255,255,0.5) 0%, #FFFFFF 100%);
  border-radius: 10px 10px 0px 0px;
  padding-top: 1.8rem;
}
.crea_img{
  width: 100%;
}
.crea_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  line-height: 2rem;
  margin: 0 auto;
  font-size: 0.6rem;
  color: #666666;
  font-weight: 400;
  border-bottom: 1px solid #EFEFEF;
}
.box_left{

}
.box_input{
  width: 60%;
  height: 1rem;
  text-align: right;
  font-size: 0.6rem;
}
.box_input::-webkit-input-placeholder {
  font-size: 0.5rem;
}
.crea_btn{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-align: center;
  color: #fff;
  background-color: #548235;
}
.pay_botton{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-align: center;
  color: #fff;
  background-color: #548235;
}
