﻿@charset "UTF-8";


.swiper-country {
  margin-right: 2rem;
}

.swiper-country .swiper-slide {
  height: 44px;
  line-height: 44px;
  font-size: 0.8rem;
  color: #ababab;
  width: auto;
  margin-right: 1rem;
  position: relative;
}

.swiper-country .swiper-slide.swiper-slide-active {
  color: #015fb7;
}

.swiper-country .swiper-slide.swiper-slide-active::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 80%;
  background: #dab866;
  border-radius: 30px;
}

.ct_head .ct_menu {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url('../images/menu.png') no-repeat center;
  background-size: 1.5rem;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}

/* 移民国家 */
.ct_box {
  padding: 1.5rem 1rem;
}

.ct_baner {
  position: relative;
}

.ct_baner img {
  display: block;
  width: 100%;
}

.ct_baner span {
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 4px 2px 5px rgba(6, 6, 6, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ct_nav {
  margin-top: 1.5rem;
}

.pro_list {}

.pro_list li {
  border-radius: 3px;
  margin-top: 0.8rem;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  background: #fff;
}

.pro_list li .pro_img {
  position: relative;
}

.pro_list li .pro_img img {
  display: block;
  width: 100%;
  height: 8rem;
}

.pro_list li .pro_img i {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #015fb7;
  font-size: 0.6rem;
  border-radius: 10px 0 30px 0px;
  font-style: normal;
  color: #fff;
  padding: 0.1rem 1rem;
}

.pro_list li .pro_img p {
  position: absolute;
  top: 50%;
  line-height: 1.5;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  box-sizing: border-box;
  padding: 0.5rem 4%;
  text-align: center;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0) 100%);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 45) 50%, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 100%);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 45) 50%, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 100%);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 45) 50%, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 100%);
  /* 标准的语法 */
}

.pro_list li .pro_img p span {
  display: block;
  font-size: 1rem;
}

.pro_list li .pro_img p b {
  font-size: 0.8rem;
  font-weight: normal;
}

.pro_list li .pro_info {
  overflow: hidden;
  padding: 0.5rem 0.8rem;
}

.pro_list li .pro_info p {
  float: left;
  font-size: 0.8rem;
  color: #ababab;
  width: 50%;
  line-height: 2;
}

.pro_list li .pro_info p span {
  color: #454545;
  font-size: 0.8rem;
}

.pro_list li .match {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  background: url('../images/pp_bg.png') no-repeat top center;
  background-size: cover;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 4%;
  line-height: 1.5;
  height: 3.5rem;
  padding: 0 0.3rem;
}

.pro_list li .match em {
  font-size: 0.6rem;
}

.pro_list li .match b {
  font-size: 0.6rem;
}

.all_ctr {
  position: fixed;
  width: 100%;
  max-width: 640px;
  height: 100%;
  background: #fff;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(50%);
  transition: all 0.3s;
  overflow-y: scroll;
}

.all_ctr.on {
  transform: translateX(-50%);
}

.all_ctr .ctr_item {
  position: relative;
  margin: 0.5rem 4% 0;
  padding-left: 2rem;
}

.all_ctr .ctr_item b {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1rem;
  color: #2b2b2b;
  font-weight: normal;
}

.all_ctr .ctr_item ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.all_ctr .ctr_item li {
  width: 30%;
  margin-bottom: 1rem;
}

.all_ctr .ctr_item li a {}

.all_ctr .ctr_item li img {
  display: block;
  width: 3rem;
  margin: 0 auto;
}

.all_ctr .ctr_item li span {
  display: block;
  text-align: center;
  margin-top: 0.8rem;
  font-size: 0.8rem;
  color: #919191;
}

.all_ctr .all_header {
  position: relative;
  box-shadow: none;
}

.all_ctr .all_header::after {
  display: none;
}

.cases_list {
  overflow: hidden;
}

.cases_list li a {
  padding: 0.8rem 0;
}

.cases_list li .cs_img {
  width: 8rem;
  height: 5rem;
  border-radius: 3px;
}

.cases_list li .cs_info {
  margin-left: 0.8rem;
}

.cases_list li .cs_info p {
  font-size: 0.8rem;
  color: #2b2b2b;
  line-height: 1.6rem;
  height: 3.2rem;
}

.cases_list li .cs_info h5 {
  text-align: right;
  margin-top: 1rem;
  font-size: 0.7rem;
  margin-bottom: 0;
}

.cases_list li .cs_info h5 em {
  color: #015fb7
}

.news_title,
.qa_cont {
  margin-top: 1.5rem;
}

.news_title .n_more {
  font-size: 0.7rem;
  color: #919191;
}

.news_title .mui-segmented-control {
  width: auto;
}

.news_title .mui-segmented-control .mui-control-item {
  font-size: 0.8rem;
  display: inline-block;
  width: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0;
  border: 0;
  color: #2b2b2b;
  line-height: 2rem;
  margin-right: 1rem;
}

.news_title .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
  background: #015fb7;
  border: 0;
  color: #fff;
  border-radius: 3px;
}

.ct_intr {
  font-size: 0.8rem;
  color: #454545;
  line-height: 2;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


/* 移民项目 */
.pro_header {
  box-shadow: none;
}

.p_search {
  position: relative;
  height: 44px;
  margin-right: 6%;
  margin-left: .5rem;
  -webkit-flex: 1;
  flex: 1;
}

.p_search input {
  width: 100%;
  font-size: 0.8rem;
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 1rem;
  background: #f7f7f7;
  height: 30px;
  border-radius: 30px;
  border: 0;
  margin-top: 7px;
  outline: none;
}

.p_search label {
  position: absolute !important;
  color: #e5e5e5;
  top: 0;
  left: 0.5rem;
}

.p_search input::-webkit-input-placeholder {
  color: #dedede;
}

.p_search input::-moz-placeholder {
  color: #dedede;
}

.p_search input::-moz-placeholder {
  color: #dedede;
}

.p_search input:-ms-input-placeholder {
  color: #dedede;
}

.scr_type {
  position: fixed;
  width: 100%;
  max-width: 640px;
  z-index: 20;
  height: 44px;
  line-height: 44px;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.scr_list {
  overflow: hidden;
  height: 44px;
}

.scr_list li {
  float: left;
  width: 25%;
  line-height: 44px;
  font-size: 0.8rem;
  color: #5e5e5e;
  text-align: center;
}

.scr_list li span {
  color: #5e5e5e;
  display: inline-block;
  transition: all 0.3s;
  font-size: 1.2rem;
}

.scr_list li.up span {
  transform: rotateX(180deg);
}

.project_list {
  position: relative;
  z-index: 4;
  background: #fff;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.project_list .type-item {
  display: none;
}

.project_list .type-item.show {
  display: block;
  overflow: hidden;
}

.project_list .type-item a {
  display: block;
  font-size: 0.8rem;
  color: #444;
  line-height: 2.5;
  text-align: center;
}

.project_list .type-item a.on {
  color: #015fb7;
}

.project_list .area_l {
  float: left;
  width: 33.3%;
}

.project_list .area_l a {
  display: block;
  line-height: 1.8rem;
  font-size: 0.8rem;
  color: #333;
  background: #f2f2f2;
  position: relative;
}

.project_list .area_l a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.project_list .area_l a.on {
  color: #015fb7;
  background: #fff;
}

.project_list .area_r {
  float: left;
  width: 66.7%;
  height: 9rem;
  overflow-y: auto;
}

.project_list .area_r p {
  margin: 0;
  padding-left: 0.5rem;
  height: 9rem;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}

.project_list .area_r p a {
  display: block;
  line-height: 1.8rem;
  position: relative;
  font-size: 0.6rem;
  color: #666;
}

.project_list .area_r p a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}


/* 项目详情 */
.pro_d_top {}

.pro_d_top .dt_img {
  position: relative;
}

.pro_d_top .dt_img img {
  display: block;
  width: 100%;
}

.pro_d_top .dt_img p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  box-sizing: border-box;
  padding: 1rem 4%;
  text-align: center;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0) 100%);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 45) 50%, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 100%);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 45) 50%, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 100%);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 45) 50%, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 100%);
  /* 标准的语法 */
}

.pro_d_top p span {
  display: block;
  font-size: 1.2rem;
}

.pro_d_top p b {
  font-size: 0.6rem;
  font-weight: normal;
}

.pro_d_top .dt_info {
  overflow: hidden;
  padding: 0.8rem 1rem;
}

.pro_d_top .dt_info li {
  float: left;
  width: 50%;
  line-height: 2;
  color: #ababab;
  font-size: 0.8rem;
}

.pro_d_top .dt_info li span {
  color: #454545;
}

.pro_d_top .dt_title {
  background: #f7f7f7;
  padding: 0.5rem 0.5rem 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.pro_d_top .dt_title b {
  float: left;
  font-size: 0.6rem;
  color: #787878;
  font-weight: normal;
  width: 3rem;
  line-height: 1rem;
}

.pro_d_top .dt_title ul {
  margin-left: 3rem;
  overflow: hidden;
}

.pro_d_top .dt_title li {
  float: left;
  margin-left: 0.5rem;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
  color: #cd9711;
  border: 1px solid #cd9711;
  line-height: 1rem;
  padding: 0 0.5rem;
}

.pro_nav {
  padding: 0 1rem;
}

.pro_nav .mui-segmented-control.mui-segmented-control-inverted {
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.pro_nav .mui-segmented-control .mui-control-item {
  font-size: 0.8rem;
  color: #454545;
  width: 23%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0;
  border: 0;
}

.pro_nav .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
  color: #015fb7;
  border: 0;
}

.pro_nav .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active::after {
  content: '';
  position: absolute;
  width: 50%;
  border-bottom: 3px solid #015fb7;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pro_nav .mui-segmented-control.mui-segmented-control-inverted::-webkit-scrollbar {
  display: none;
}

.pro_cont {
  padding: 1rem;
}

.pro_intr {
  font-size: 0.8rem;
  line-height: 2;
  color: #5e5e5e;
}

.pro_intr p {
  margin-top: 0.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.pro_intr img {
  display: block;
  width: 100%;
}

.download {
  text-align: right;
  margin-top: 2rem;
}

.download a {
  font-size: 0.8rem;
  color: #015fb7;
}

.pro_cdt li {
  position: relative;
  padding-left: 2.2rem;
  margin-top: 0.6rem;
}

.pro_cdt li b {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #015fb7;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  background: url('../images/num_bg.png') no-repeat top center;
  background-size: cover;
}

.pro_cdt li p {
  font-size: 0.8rem;
  color: #5e5e5e;
  line-height: 2rem;
}

.cdt_test {
  text-align: right;
  margin-top: 0.8rem;
}

.cdt_test a {
  font-size: 0.7rem;
  color: #dab866;
}

.pro_cost {
  margin-top: 0.8rem;
}

.pro_cost li {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 0.5rem;
}

.pro_cost li .cost_num {
  font-size: 0.6rem;
  border-radius: 50%;
  left: 0;
  top: 0.5rem;
  background: #015fb7;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  color: #fff;
  z-index: 3;
  line-height: 1.5rem;
}

.pro_cost li .cost_num b {
  display: block;
}

.pro_cost li .cost_line {
  position: absolute;
  height: 100%;
  border-left: 2px solid #015fb7;
  left: 0.7rem;
  top: 0.5rem;
}

.pro_cost li .cost_t {
  font-size: 0.8rem;
  color: #2b2b2b;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem 0;
  -webkit-align-items: center;
  align-items: center;
}

.pro_cost li .cost_t p {
  color: #2b2b2b;
}

.pro_cost li .cost_t span {
  color: #b1b1b1;
}

.pro_cost li .cost_b {
  background: #f7f7f7;
  border-radius: 5px;
  display: none;
}

.pro_cost li .cost_b p {
  padding: 0.8rem;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 0.8rem;
  color: #5e5e5e;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pro_cost li .cost_b p:last-child {
  border-bottom: 0;
}

.pro_cost li.on .cost_b {
  display: block;
}

.pro_cost li.on .cost_t span {
  transform: rotateX(-180deg);
}

.list_item li .list_top {
  font-size: 0.8rem;
  color: #2b2b2b;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem 0;
  -webkit-align-items: center;
  align-items: center;
}

.list_item li .list_top span {
  position: relative;
  padding-left: 0.5rem;
  line-height: 0.8rem;
}

.list_item li .list_top span::after {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 100%;
  left: 0;
  top: 0;
  background: #015fb7;
  border-radius: 10px;
}

.list_item li .list_top em {
  color: #b1b1b1;
}

.list_item li .list_bot {
  background: #f7f7f7;
  border-radius: 5px;
  display: none;
}

.list_item li .list_bot p {
  padding: 0.8rem;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 0.8rem;
  color: #5e5e5e;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.2rem
}

.list_item li .list_bot p:last-child {
  border-bottom: 0;
}

.list_item li.on .list_bot {
  display: block;
}

.list_item li.on .list_top em {
  transform: rotateX(-180deg);
}

.pro_cases li {
  border-bottom: 1px dashed #e5e5e5;
}

.pro_cases li:last-child {
  border-bottom: 0;
}

.pro_cases li a {
  display: -webkit-flex;
  display: flex;
  padding: 0.8rem 0;
}

.pro_cases li img {
  width: 5.5rem;
  height: 4rem;
  border-radius: 5px;
}

.pro_cases li .cases_info {
  flex: 1;
  -webkit-flex: 1;
  margin-left: 0.5rem;
  height: 4rem;
  position: relative;
}

.pro_cases li .cases_info p {
  font-size: 0.7rem;
  color: #2b2b2b;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pro_cases li .cases_info span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 0.6rem;
  color: #919191;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pro-item .gj_title {
  margin-top: 0.8rem;
}

.singnBtn {
  width: 80%;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  background: #015fb7;
  color: #fff;
  font-size: 1rem;
  border-radius: 3px;
  text-align: center;
}



/* 模糊评估 */
.assess_baner {
  position: relative;
}

.assess_baner img {
  display: block;
  width: 100%;
}

.assess_baner h5 {
  font-weight: normal;
  text-shadow: 0px 3px 3px rgba(53, 157, 255, 0.75);
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.assess_baner span {
  font-size: 0.9rem;
  color: #fff;
  border-radius: 5px;
  padding: 0 0.5rem;
  line-height: 1.8rem;
}

.assess_baner span b {
  color: #f65503;
  font-size: 1rem;
  -webkit-text-stroke: 0.025rem #fff;
}

.assess_baner p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.assess_main {
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.assess_main .ase_item {
  margin-top: 1.5rem;
}

.assess_main .ase_item p {
  margin: 0 4%;
  font-size: 0.9rem;
  line-height: 0.8rem;
  color: #2b2b2b;
  position: relative;
}

.assess_main .ase_item p span {
  font-size: 0.7rem;
  color: #919191;
}

.assess_main .ase_item .ct_val {
  margin: 4%;
}

.assess_main .ase_item .ct_val input {
  display: block;
  background: #f7f7f7;
  font-size: 0.6rem;
  border: 0;
  color: #919191;
  width: 100%;
  padding: 0 0.8rem;
  height: 2rem;
  box-sizing: border-box;
  border-radius: 5px;
}

.assess_main .ase_item .ct_val input::-webkit-input-placeholder {
  color: #919191;
}

.assess_main .ase_item .ct_val input::-moz-placeholder {
  color: #919191;
}

.assess_main .ase_item .ct_val input::-moz-placeholder {
  color: #919191;
}

.assess_main .ase_item .ct_val input:-ms-input-placeholder {
  color: #919191;
}

.assess_main .ase_item ul {
  overflow: hidden;
  padding: 2%;
}

.assess_main .ase_item li {
  float: left;
  width: 46%;
  margin: 2%;
  background: #f7f7f7;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 2.2rem;
  font-size: 0.7rem;
  color: #919191;
  box-sizing: border-box;
  padding: 0.3rem;
}

.assess_main .ase_item li.on {
  background: #015fb7;
  color: #fff;
}

.as_btn {
  display: block;
  background: #015fb7;
  font-size: 1rem;
  width: 100%;
  height: 50px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  border: 0;
  outline: none;
}

.ct_list {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 640px;
  top: 0;
  left: 50%;
  z-index: 98;
  background: #fff;
  padding-top: 44px;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.ct_list p {
  margin: 4%;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #2b2b2b;
  position: relative;
}

.ct_list p span {
  color: #f65503;
  font-size: 0.6rem;
}

.ct_list ul {
  height: 80%;
  overflow-y: scroll;
  padding: 0 4%;
}

.ct_list ul::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}

.ct_list ul::-webkit-scrollbar {
  width: 5px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ct_list ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}

.ct_list ul::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ct_list li {
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f7f7f7;
}

.ct_list li img {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.ct_list li span {
  font-size: 0.8rem;
  color: #015fb7;
  margin-left: 0.5rem;
}

.ct_list li i {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: url('../images/ch1.png') no-repeat center;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
}

.ct_list li.on i {
  background: url('../images/ch2.png') no-repeat center;
  background-size: cover;
}

.ct_list .ct_finish {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 2.2rem;
  font-size: 1rem;
  color: #fff;
  border: 0;
  outline: none;
  background: #015fb7;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}



/* 评估结果 */
.member_baner {
  position: relative;
}

.member_baner img {
  display: block;
  width: 100%;
}

.pg_content {
  margin: -30% 4% 0;
  position: relative;
  z-index: 3;
  border-radius: 8px;
  padding: 4%;
  background: #fff url('../images/pg_bg.png') no-repeat center bottom;
  background-size: 100% auto;
  box-shadow: 0 0 20px rgba(4, 4, 4, 0.15);
}

.pg_content h5 {
  text-align: center;
  font-size: 1.2rem;
  color: #015fb7;
}

.pg_content h5 span {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: normal;
  margin-left: 0.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pg_content h5.on span {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.pg_content .pg_top {
  text-align: center;
  margin-top: 0.5rem;
}

.pg_content .pg_top p {
  font-size: 0.75rem;
  color: #2b2b2b;
  line-height: 1.5;
}

.pg_content .pg_top p b {
  font-size: 1.2rem;
}

.pg_content .pg_top a {
  display: block;
  width: 4rem;
  line-height: 1.5rem;
  border-radius: 30px;
  background: #015fb7;
  color: #fff;
  margin: 0.5rem auto 0;
  font-size: 0.6rem;
}

.pg_content .pg_bot {
  padding: 0.3rem 0;
  display: none;
}

.pg_content .pg_bot li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  line-height: 2.5;
}

.pg_content .pg_bot li span {
  font-size: 0.75rem;
  color: #666;
}

.pg_content .pg_bot li p {
  margin: 0;
  font-size: 0.65rem;
  color: #333;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}

.mb_head {
  display: flex;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 100%;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}


.mui-content {
  /* position: relative; */
}

/* 香港优才自测 */
.yc_baner {
  position: relative;
}

.yc_baner img {
  display: block;
  width: 100%;
}

.yc_baner .p {
  position: absolute;
  font-size: 0.8rem;
  color: #fff;
  bottom: 3.8rem;
  width: 100%;
  text-align: center;
}

.yc_baner .p b {
  font-size: 1.2rem;
  color: #f42a2a;
  -webkit-text-stroke: 0.02rem #fff;
  padding: 0 3px;
}

.yc_main {
  padding: 1rem;
  width: 95%;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(6, 6, 6, 0.1);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  top: -28px;
}

.wrap {
  color: #919191 !important;
  font-size: 0.75rem !important;
}

.yc_intr {
  font-size: 0.8rem;
  color: #5e5e5e;
  text-indent: 2em;
  line-height: 1.8;
}

.testList .test_item {
  margin-top: 1.5rem;
}

.testList .test_item p {
  font-size: 0.8rem;
  color: #2b2b2b;
  margin: 0;
}

.testList .test_item p img {
  display: block;
  width: 100%;
}

.testList .test_item p span {
  color: red;
  margin-left: 0.3rem;
}

.testList .test_item ul {
  overflow: hidden;
}

.testList .test_item li {
  background: url('../images/radio2.png') no-repeat left 0rem;
  background-size: 0.8rem;
  float: left;
  font-size: 0.8rem;
  margin-top: 0.8rem;
  color: #919191;
  padding-left: 1.2rem;
  line-height: 1rem;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.testList .test_item li.on {
  background: url('../images/radio1.png') no-repeat left 0rem;
  background-size: 0.8rem;
  color: #015fb7
}

.testList .test_item li.on a {
  color: #015fb7
}

.testList .test_item li a {
  color: #787878;
}

.testList .test_item li em {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #ff0000;
  padding: 0 3px;
  transform: scale(0.9);
  vertical-align: top;
  margin-right: 10px;
}

.testList .test_item li i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.6rem;
  color: #035a90;
  font-style: normal;
  padding-right: 0.8rem;
}

.testList .test_item li i::after {
  content: '▲';
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-180deg);
}

.testList .test_item li i.on::after {
  content: '▲';
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
}

.testList .test_item li span {
  display: block;
  font-size: 0.6rem;
  color: #787878;
  margin-top: 0.2rem;
  display: none;
}

.testList .test_item li span.on {
  display: block;
}

.testList .test_item ul.w1 li {
  width: 100%;
}

.testList .test_item ul.w2 li {
  width: 33.3%;
}

.testList .test_item ul.w3 li {
  width: 48%;
}

.testList .test_item_box {
  margin-top: 1.5rem;
}

.testList .test_item_box p {
  font-size: 0.8rem;
  color: #2b2b2b;
  margin: 0;
}

.testList .test_item_box p img {
  display: block;
  width: 100%;
}

.testList .test_item_box p span {
  color: red;
  margin-left: 0.3rem;
}

.testList .test_item_box ul {
  overflow: hidden;
}

.testList .test_item_box li {
  background: url('../images/checkbox-unchecked.png') no-repeat left 0rem;
  background-size: 0.8rem;
  float: left;
  font-size: 0.8rem;
  margin-top: 0.8rem;
  color: #919191;
  padding-left: 1.2rem;
  line-height: 1rem;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.testList .test_item_box li.on {
  background: url('../images/checkbox-checked.png') no-repeat left 0rem;
  background-size: 0.8rem;
  color: #015fb7
}

.testList .test_item_box li.on a {
  color: #015fb7
}

.testList .test_item_box li a {
  color: #787878;
}

.testList .test_item_box li em {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #ff0000;
  padding: 0 3px;
  transform: scale(0.9);
  vertical-align: top;
  margin-right: 10px;
}

.testList .test_item_box li i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.6rem;
  color: #035a90;
  font-style: normal;
  padding-right: 0.8rem;
}

.testList .test_item_box li i::after {
  content: '▲';
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-180deg);
}

.testList .test_item_box li i.on::after {
  content: '▲';
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
}

.testList .test_item_box li span {
  display: block;
  font-size: 0.6rem;
  color: #787878;
  margin-top: 0.2rem;
  display: none;
}

.testList .test_item_box li span.on {
  display: block;
}

.testList .test_item_box ul.w1 li {
  width: 100%;
}

.testList .test_item_box ul.w2 li {
  width: 33.3%;
}

.testList .test_item_box ul.w3 li {
  width: 48%;
}




/* 成功案例 */
.cases_scr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  max-width: 640px;
  z-index: 10;
  height: 44px;
  line-height: 44px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #f7f7f7;
  padding: 0 4%;
  font-size: 0.8rem;
  color: #ababab;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cases_scr span {}

.cases_scr span b {
  font-weight: normal;
  font-size: 0.8rem;
  color: #2b2b2b;
}

.cases_scr em {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  color: #2b2b2b;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cases_scr em.on {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.scr_box {
  background: #fff;
  display: none;
  padding-bottom: 0.5rem;
  position: fixed;
  width: 100%;
  max-width: 640px;
  z-index: 99;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
}

.scr_box ul {
  overflow: hidden;
  padding: 2%;
}

.scr_box li {
  float: left;
  width: 29.3%;
  margin: 0.3rem 2%;
  font-size: 0.7rem;
  color: #2b2b2b;
  background: #f7f7f7;
  text-align: center;
  border-radius: 5px;
  line-height: 1.5rem;
}

.scr_box li.on {
  background: #015fb7;
  color: #fff;
}

.scr_box .scr_fot {
  padding: 0 4%;
  margin-top: 0.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.scr_box .scr_fot span {
  font-size: 0.5rem;
  color: #787878;
}

.scr_box .scr_fot a {
  font-size: 0.7rem;
  color: #fff;
  background: #f36c28;
  line-height: 1.5rem;
  padding: 0 1rem;
  border-radius: 5px;
}

.cases_list2 {
  /*overflow: hidden; */
}

.cases_list2 li {
  position: relative;
  margin-top: 1.1rem;
}

.cases_list2 li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.2;
}

.cases_list2 li img {
  display: block;
  width: 100%;
  border-radius: 3px;
  box-shadow: 3px 3px 7px #848484
}

.cases_list2 li .cases_info {
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-shadow: 3px 0 8px rgba(4, 0, 0, .5)
}

.cases_list2 li .cases_info p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.cases_list2 li .cases_info span {
  font-size: 0.8rem;
}




/* 成功案例 */
.cases_top {
  padding: 1rem 1rem 0;
}

.cases_top h5 {
  font-size: 1rem;
  color: #2b2b2b;
  font-weight: 500;
}

.cases_top p {
  font-size: 0.6rem;
  color: #919191;
  margin-top: 0.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cases_bot {
  margin-top: 1rem;
  border-bottom: 10px solid #f7f7f7;
}

.cases-item {
  padding: 0.5rem 1rem;
}

.cases-item .cs_title {
  padding-left: 0.5rem;
  font-size: 1rem;
  color: #015fb7;
  line-height: 1rem;
  position: relative;
}

.cases-item .cs_title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  border-radius: 30px;
  background: #015fb7;
  left: 0;
  top: 0;
}

.cases-item .cs_text {
  background: #f7f7f7;
  border-radius: 5px;
  margin-top: 0.8rem;
}

.cases-item .cs_text li {
  font-size: 0.7rem;
  padding: 0 0.8rem;
  color: #5e5e5e;
  line-height: 3;
  border-bottom: 1px dashed #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cases-item .cs_text li:last-child {
  border-bottom: 0;
}

.cases-item .cs_text li p {
  color: #5e5e5e;
}

.cases-item .cs_text li a {
  color: #015fb7;
  font-size: .7rem
}

.cases-item .cs_money {
  margin-top: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.cases-item .cs_money p {
  font-size: 0.7rem;
  color: #2b2b2b;
}

.cases-item .cs_money p b {
  font-size: 0.8rem;
  color: #dab866;
}

.cases-item .cs_money a {
  padding: 0 0.5rem;
  line-height: 1.5rem;
  border-radius: 5px;
  background: #dab866;
  font-size: 0.65rem;
  color: #fff;
}

.cases-item .cs_intr {
  font-size: 0.7rem;
  color: #5e5e5e;
  line-height: 2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.cases-item .cs_intr img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0.5rem;
}

.cases_rel {
  padding: 1rem;
}


/* 移民问答 */
.mui-bar .search_title {
  left: 60px;
  right: 80px;
}

.mui-bar .search_title input {
  background: #f7f7f7;
  border-radius: 30px;
  border: 0;
  font-size: 0.8rem;
  margin: 0;
  height: 30px;
  padding-left: 2.5rem;
}

.mui-bar .search_title label {
  position: absolute;
  font-size: 1.6rem;
  color: #dedede;
  top: 10px;
  left: 0.5rem;
}

.open_ct {
  font-size: 0.8rem;
  color: #5e5e5e;
  line-height: 44px;
}

.open_ct span {
  font-size: 1rem !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.open_ct span.on {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.mui-bar .search_title input::-webkit-input-placeholder {
  color: #dedede;
}

.mui-bar .search_title input::-moz-placeholder {
  color: #dedede;
}

.mui-bar .search_title input::-moz-placeholder {
  color: #dedede;
}

.mui-bar .search_title input:-ms-input-placeholder {
  color: #dedede;
}

.qa_box {
  padding: 1rem;
}

.qa_list {
  flex-wrap: wrap
}

.qa_list li {
  float: left;
  width: 48%;
  margin-top: 0.8rem;
  overflow: hidden;
}

.qa_list li a {
  display: block;
  font-size: 0.8rem;
  color: #454545;
  line-height: 1.6rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.2rem;
}


/* 问答详情 */
.qa_box {
  padding: 0 4%;
}

.qa_list2 {}

.qa_list2 li {
  border-bottom: 1px solid #dedede;
}

.qa_list2 li a {
  display: block;
  padding: 0.8rem 0;
}

.qa_list2 li:last-child {
  border-bottom: 0
}

.qa_list2 li .qa_q {
  padding-right: 5rem;
  position: relative;
}

.qa_list2 li .qa_q p {
  font-size: 0.85rem;
  color: #454545;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qa_list2 li .qa_q span {
  position: absolute;
  padding: 0 0.5rem;
  line-height: 1.2rem;
  background: #fbf1d9;
  border-radius: 5px;
  font-size: 0.6rem;
  color: #015fb7;
  right: 0;
  top: 0;
}

.qa_list2 li .qa_a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.8rem;
  font-size: 0.6rem;
  color: #919191;
}

.cases_rel .qa_list li .qa_q {
  padding-right: 0rem;
}

.as_top {
  border-bottom: 10px solid #f7f7f7;
}

.as_mid {
  padding: 4%;
}

.as_mid dl {}

.as_mid dt {
  font-size: 1rem;
  color: #015fb7;
}

.as_mid dd {
  font-size: 0.7rem;
  color: #919191;
  line-height: 1.8;
  margin-top: 0.8rem;
}

.news_wx img {
  display: block;
  width: 100%;
}



/* 项目合作 */
.coop_list {
  padding: 1rem;
}

.coop_list li {}

.coop_list .cp_icon {
  width: 1.8rem;
}

.coop_list .cp_input {
  height: 50px;
  margin-left: 0.5rem;
  position: relative;
}

.coop_list .cp_input input {
  border: 0;
  font-size: 0.8rem;
  margin: 0;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
}

.coop_list .cp_input .ld_img {
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.coop_list .cp_input input::-webkit-input-placeholder {
  color: #c4c4c4;
}

.coop_list .cp_input input::-moz-placeholder {
  color: #c4c4c4;
}

.coop_list .cp_input input::-moz-placeholder {
  color: #c4c4c4;
}

.coop_list .cp_input input:-ms-input-placeholder {
  color: #c4c4c4;
}



/* 关于我们 */
.abt_intr {
  padding: 1.5rem 1rem;
}

.jianjie p {
  font-size: 0.8rem;
  color: #919191;
  line-height: 1.8;
  margin-top: 0.8rem;
}

.jianjie p img {
  display: block;
  width: 100%;
}

.jianjie ul {
  margin-top: 0.8rem;
}

.jianjie li {
  text-align: center;
}

.jianjie li span {
  display: block;
  font-size: 1rem;
  color: #2b2b2b;
  margin-bottom: 0.5rem;
}

.jianjie li em {
  font-size: 0.7rem;
  color: #919191;
}

.yw_box {
  flex-wrap: wrap;
}

.yw_box li {
  width: 48%;
  margin-top: 0.8rem;
}

.yw_box li img {
  display: block;
  width: 100%;
  border-radius: 3px;
}

.join_nav {
  background: #f7f7f7;
  height: 2.2rem;
  padding: 0 1rem;
  margin-top: 1rem;
}

.join_nav span {
  font-size: 0.8rem;
  color: #454545;
}

.join_text span {
  font-size: 0.7rem;
  color: #919191;
}

.join_item {
  margin-top: 0.8rem;
}

.join_item span {
  font-size: 0.8rem;
  color: #2b2b2b;
  display: block;
  margin-bottom: 0.5rem;
}

.join_item p {
  font-size: .7rem;
  color: #919191;
  line-height: 1.8;
}

.cat_nav {
  text-align: center;
  margin-top: 1rem;
}

.cat_nav span {
  display: inline-block;
  font-size: 0.8rem;
  margin: 0 0.8rem;
  color: #454545;
  padding: 0 0.5rem;
  line-height: 1.5rem;
  border-radius: 5px;
}

.cat_nav span.on {
  background: #015fb7;
  color: #fff;
}

.cat_box {
  padding: 4%;
}

.cat_box ul {
  display: none;
}

.cat_box li {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.8;
  color: #5e5e5e;
}

.cat_box li span {
  color: #015fb7;
}

.cat_box li img {
  vertical-align: middle;
  display: inline-block;
  width: 4rem;
}

.map_box {
  height: 200px;
  position: relative;
  margin-top: 0.8rem;
}

.map_box #allmap {
  height: 200px;
}

.map_box .map_nav {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map_box .map_nav span {
  display: block;
  padding: 0 0.5rem;
  line-height: 1.5rem;
  background: #fff;
  font-size: 0.7rem;
  color: #5e5e5e;
  border-radius: 30px;
  margin: 0.3rem 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.map_box .map_nav span.on {
  color: #015fb7;
}

.cat_dress {}

.cat_dress li {
  margin-top: 0.8rem;
}

.cat_dress li span {
  font-size: 0.8rem;
  color: #015fb7;
}

.cat_dress li p {
  font-size: 0.75rem;
  color: #5e5e5e;
  margin-top: 0.5rem;
}

.wd1 {
  width: 40%;
}

.wd2 {
  width: 15%;
}

.wd3 {
  width: 15%;
}

.wd4 {
  width: 15%;
}

.wd5 {
  width: 30%;
}

/*新增项目详情*/
.wen_title {
  /* padding-left: 0.7rem; */
  position: relative;
  color: #454545;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}

.wen_title::after {
  content: '';
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 100%;
  left: 0;
  top: 0;
  /* background: #015fb7; */
  border-radius: 10px;
}

.wen-control-content {
  margin-bottom: 1rem;
  padding-top: 1rem;
  /* border-top: 1px solid #f7f7f7; */
}

.heibianwen {
  height: 1px;
  width: 100%;
  background: #f7f7f7;
}

.wen-control-content:first-child {
  border: 0;
  padding-top: 0.3rem;
}

.wen-segmented-control {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #007aff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-touch-callout: none;
  width: 100%;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.wen-control-item {
  line-height: 38px;
  display: table-cell;
  overflow: hidden;
  width: 1%;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #007aff;
  border-color: #007aff;
  border-left: 1px solid #007aff;
  font-size: 0.8rem;
  color: #454545;
  width: 23%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0;
  border: 0;
}

.wen-control-item.mui-active {
  color: #007aff;
  border-bottom: 2px solid #007aff;
  background: 0 0;
  color: #015fb7;
  border: 0;
}

.wen-control-item.mui-active::after {
  content: '';
  position: absolute;
  width: 50%;
  border-bottom: 3px solid #015fb7;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pro_nav.line.active {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  background: white;
  border-top: 0;
  z-index: 9;
}

.search_box {
  height: auto;
  overflow: hidden;
}