@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 0.24rem;
    line-height: 1.7;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
}

img {
    border: 0;
    vertical-align: bottom;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

select:focus,
input:focus,
textarea:focus {
    outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
    -webkit-appearance: none;
}

input,
textarea,
select {
    font: inherit;
}

h3 {
    font-size: 0.26rem;
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.concen {
    justify-content: center;
}

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.hidden {
    overflow: hidden;
}

.mid {
    vertical-align: middle;
}

.mar_t10 {
    margin-top: 0.1rem;
}

.mar_t20 {
    margin-top: 0.2rem;
}

.mar_t30 {
    margin-top: 0.3rem;
}

.mar_t40 {
    margin-top: 0.4rem;
}

.bor_b {
    border-bottom: solid 1px #e4e4e4;
}

.bor_b15 {
    border-bottom: solid 1px #f4f4f4;
}

.f60 {
    font-size: 0.6rem;
}

.f40 {
    font-size: 0.4rem;
}

.f36 {
    font-size: 0.36rem;
}

.f32 {
    font-size: 0.32rem;
}

.f30 {
    font-size: 0.3rem;
}

.f28 {
    font-size: 0.28rem;
}

.f26 {
    font-size: 0.26rem;
}

.bgg {
    background: #fafafa !important;
}

.bgw {
    background: #fff !important;
}

.gray6 {
    color: #666;
}

.gray8 {
    color: #888;
}

.gray9 {
    color: #999;
}

.white {
    color: #fff;
}

.red {
    color: #e00000 !important;
}

.orange {
    color: #fb852e !important;
}

.blue {
    color: #002fa7 !important;
}

.radius10 {
    border-radius: 0.1rem;
}

.shadow {
    box-shadow: 0 0 0.2rem rgba(102, 102, 102, 0.05);
}

.w100 {
    width: 100% !important;
}

.wrap_box {
    color: #333;
    font-size: 0.24rem;
}

.content {
    padding: 0 0.24rem;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


/*header*/

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 0.88rem;
    background: #002fa7;
    line-height: 0.88rem;
}

.hei88 {
    height: 0.88rem;
}


/*index*/

.index_header {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0.1rem;
}

.city {
    width: 1.5rem;
}

.search {
    width: 5.4rem;
    height: 0.7rem;
    border-radius: 0.35rem;
    padding: 0 0.4rem;
    line-height: 0.7rem;
}

.ss_icon {
    width: 0.3rem;
    margin-right: 0.25rem;
}

.banner_box {
    height: 4.68rem;
}

.banner {
    height: 3.56rem;
}

.banner img {
    height: 3.2rem;
    border-radius: 0.1rem;
}

.banner .swiper-pagination {
    bottom: -0.08rem;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #002fa7;
}

.nav_box {
    padding: 0.35rem 0.24rem 0;
}

.nav_list {
    width: 20%;
    text-align: center;
    margin-bottom: 0.25rem;
}

.nav_list img {
    width: 0.9rem;
    height: 0.9rem;
}

.nav_list_tit {
    font-size: 0.26rem;
    line-height: 0.76rem;
}

.notice_box {
    padding-left: 0.2rem;
}

.notice {
    width: 5.1rem;
    height: 0.84rem;
}

.notice_list span {
    padding: 0 0.1rem;
    margin-right: 0.15rem;
}

.tab1 {
    color: #faa75a;
    background: #fff3e1;
}

.tab2 {
    background: #f1f8ff;
    color: #2981ec;
}

.notice_btn {
    width: 1.4rem;
    height: 1.3rem;
    background: #002fa7;
}

.notice_btn img {
    width: 0.4rem;
}

.notice_go {
    padding: 0.25rem 0 0;
    font-style: italic;
}

.ad_pic {
    margin: 0.15rem 0;
}

.index {
    padding: 0.24rem 0.2rem 0.1rem;
}

.index_list1 {
    width: 1.5rem;
    background: #f8f8f8;
    border-radius: 0.2rem;
    padding: 0.15rem;
    float: left;
    margin: 0 0.2rem 0.1rem 0;
    text-align: center;
}

.index_list1:nth-child(4n+4) {
    margin-right: 0;
}

.index_pic {
    width: 1.2rem;
    height: 1.2rem;
}


/*footer*/

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    box-shadow: -2px -10px 20px rgba(239, 239, 239, 0.6);
}

.footer li {
    width: 20%;
    padding: 0.2rem 0 0.1rem;
    text-align: center;
}

.footer li:nth-child(3) {
    margin-top: -0.68rem;
}

.footer li:nth-child(3) img {
    width: 1.28rem;
    height: 1.23rem;
}

.footer li img {
    width: 0.47rem;
    height: 0.47rem;
}


/*main*/

.top {
    height: 0.98rem;
    background: #002fa7;
    padding: 0.15rem 0.24rem;
}

.ss_txt {
    width: 5.9rem;
    height: 0.7rem;
    line-height: 0.66rem;
    border: none;
}

.search_tit {
    padding: 0.3rem 0 0;
}

.search_key {
    color: #666;
}

.search_key a {
    background: #f5f5f5;
    border-radius: 0.3rem;
    line-height: 0.6rem;
    display: inline-block;
    margin-right: 0.2rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
}

.search_time {
    width: 2.2rem;
    height: 0.7rem;
    background: #ebf1ff;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.7rem;
    font-size: 0.28rem;
    color: #002fa7;
}

.search_time.current {
    background: #002fa7;
    color: #fff;
}

.ranking {
    padding: 0.1rem 0.3rem;
}

.rank1 {
    width: 2.5rem;
}

.rank2 {
    width: 2.7rem;
}

.rank3 {
    width: 0.9rem;
}

.rank_num {
    width: 0.4rem;
}

.rank_icon {
    width: 0.46rem;
    height: 0.52rem;
}

.rank_list {
    display: none;
}

.rank_list:first-of-type {
    display: block;
}

.back {
    width: 0.17rem;
    left: 0.2rem;
    top: 0;
}

.city_list_box {
    padding: 0.5rem 0.24rem 0;
}

.city_list {
    width: 3.4rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 2px 20px 13px rgba(239, 239, 239, 0.6);
    text-align: center;
    line-height: 1.2rem;
    margin-bottom: 0.25rem;
}

.banner_box1 {
    height: 5rem;
}

.m_banner2 {
    height: 4rem;
}

.pifashang_type_box {
    margin-top: -0.6rem;
    z-index: 3;
}

.pifashang_type_tit {
    width: 3.45rem;
    height: 0.9rem;
    border-radius: 0.1rem 0.1rem 0 0;
    background: #d2d2d2;
    color: #666666;
    line-height: 0.9rem;
    text-align: center;
}

.pifashang_type_tit.current {
    background: #002fa7;
    color: #fff;
}

.pifashang_type_list_box {
    padding: 0.3rem 0.2rem 0;
}

.pifashang_type_list {
    width: 2.08rem;
    height: 1.8rem;
    border-radius: 0.1rem;
    margin: 0 0.18rem 0.2rem 0;
}

.pifashang_type_list:nth-child(3n+3) {
    margin-right: 0;
}

.pifashang_type_list_tit {
    width: 100%;
    background: rgba(34, 34, 34, 0.6);
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(34, 34, 34, 0.2));
    height: 0.87rem;
    line-height: 0.87rem;
    bottom: 0;
    left: 0;
}

.shangjia_show {
    padding: 0.25rem 0.2rem;
}

.ruzhu_btn {
    width: 1.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    line-height: 0.5rem;
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    color: #fff;
    font-style: italic;
}

.shangjia_show_list img {
    height: 1.8rem;
    border-radius: 0.1rem;
}

.pifashang_type_list1 {
    width: 1.52rem;
    height: 1.78rem;
    border-radius: 0.1rem;
    text-align: center;
    background: #ebf1ff;
    padding: 0.3rem 0 0;
    margin: 0 0.15rem 0.2rem 0;
}

.pifashang_type_list1:nth-child(4n+4) {
    margin-right: 0;
}

.pifashang_type_bg {
    background: #f8f8f8;
}

.path {
    height: 0.9rem;
}

.type {
    padding: 0.2rem 0.1rem;
}

.type a {
    padding: 0 0.2rem;
    min-width: 2.2rem;
    height: 0.7rem;
    background: #ebf1ff;
    line-height: 0.7rem;
    text-align: center;
    border-radius: 0.1rem;
    margin: 0.1rem;
    display: inline-block;
    font-size: 0.28rem;
    color: #002fa7;
}

.ad_list li {
    margin-bottom: 0.2rem;
}

.ad_list li img {
    border-radius: 0.1rem;
    height: 1.8rem;
}

.pifashang_list {
    padding: 0.2rem;
    margin-bottom: 0.2rem;
}

.pifashang_list_pic {
    width: 2rem;
    height: 2rem;
}

.pifashang_list_pic img {
    border-radius: 0.1rem;
    height: 100%;
}

.pifashang_list_con {
    width: 4.3rem;
}

.famious {
    width: 0.74rem;
    background: #bb141b;
    border-radius: 0.05rem;
    line-height: 0.33rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 0.1rem;
}

.icon3 {
    width: 0.32rem;
    height: 0.26rem;
}

.level {
    color: #002fa7;
    vertical-align: sub;
    margin-right: 0.05rem;
}

.pifashang_list_tit {
    display: inline-block;
    width: 2.45rem;
}

.shangjia_xx_head_box {
    height: 1.5rem;
    background: #002fa7;
}

.shangjia_xx_head {
    padding: 0.2rem;
}

.shangjia_xx_pic {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.1rem;
}

.shangjia_xx_pic img {
    height: 100%;
}

.shangjia_xx_con {
    width: 4rem;
    margin-left: 0.2rem;
}

.star_icon {
    width: 0.23rem;
    height: 0.23rem;
}

.shoucang {
    width: 1.05rem;
    height: 0.46rem;
    background: #fb852e;
    color: #fff;
    line-height: 0.46rem;
    right: 0;
    top: 0.2rem;
    border-radius: 0.2rem 0 0 0.2rem;
}

.shangjia_xx_nav_box {
    padding: 0.3rem 0.24rem;
    position: static;
}

.shangjia_xx_nav a {
    width: 1.65rem;
    height: 0.64rem;
    border-radius: 0.1rem;
    background: #d2d2d2;
    text-align: center;
    display: inline-block;
    line-height: 0.64rem;
    color: #666;
    font-size: 0.28rem;
}

.shangjia_xx_nav a.active {
    background: #002fa7;
    color: #fff;
}

.more {
    width: 1.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    line-height: 0.5rem;
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    color: #fff;
}

.tuijian_list {
    width: 3.4rem;
    height: 4.8rem;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.shangjia_pic {
    width: 100%;
}

.shangjia_pic img {
    height: 3.4rem;
}

.tuijian_list_con {
    padding: 0.2rem;
}

.icon4 {
    width: 0.28rem;
    height: 0.25rem;
}

.shijing_list {
    height: 4.3rem;
}

.shangjia_xx_txt {
    padding: 0.2rem 0.3rem;
}

.shangjia_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: -2px -20px 10px rgba(239, 239, 239, 0.6);
    padding: 0.2rem 0.24rem;
    z-index: 9;
}

.shangjia_footer img {
    width: 0.64rem;
    height: 0.54rem;
    margin-right: 0.2rem;
}

.pro_xx_tel {
    width: 3.4rem;
    height: 0.86rem;
    background: #fb852e;
    line-height: 0.86rem;
    color: #fff;
    border-radius: 0.4rem;
}

.pro_xx_wechat {
    width: 3.4rem;
    height: 0.86rem;
    background: #13d14e;
    line-height: 0.86rem;
    color: #fff;
    border-radius: 0.4rem;
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0.6rem;
    z-index: 9999;
    background: #fff;
}

.qiufagou_form_list {
    border-bottom: solid 1px #eeeeee;
    padding: 0.25rem 0;
}

.qiufagou_form_list_tit {
    line-height: 2;
}

.qiufagou_form_list_form {
    width: 100%;
}

.qiufagou_user {
    width: 5.3rem;
    height: 0.56rem;
    line-height: 0.56rem;
    border: none;
    background: none;
    font-size: 0.28rem;
}

.qiufagou_user1 {
    width: 100%;
}

.yzm {
    width: 1.5rem;
    height: 0.6rem;
}

.upload_img1 {
    width: 1.6rem;
    height: 1.6rem;
}

.upload_file1 {
    width: 1.6rem;
    height: 1.6rem;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
}

.qiufagou_form_btn {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    width: 7rem;
    height: 0.98rem;
    color: #fff;
    line-height: 0.98rem;
    margin: 0.5rem auto;
    border-radius: 0.03rem;
}

.select_area {
    width: 3.2rem;
    height: 0.6rem;
    border: solid 1px #eee;
    margin-right: 0.2rem;
}

.imgList {
    overflow: hidden;
}

.imgList .item {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.2rem;
    float: left;
    position: relative;
}

.imgList .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.sucess_icon {
    width: 1.75rem;
    height: 1.75rem;
}

.icon6 {
    width: 0.36rem;
    height: 0.36rem;
}

.pro_l_btn {
    width: 3.2rem;
    height: 0.67rem;
    border: solid 1px #e4e4e4;
    border-radius: 0.06rem;
    background: #fffffe;
    color: #202224;
    line-height: 0.67rem;
}

.pro_l_btn img {
    width: 0.31rem;
    height: 0.31rem;
    margin-right: 0.1rem;
}

.pro_xx_con {
    padding: 0.3rem 0.2rem;
    margin: 1.3rem 0 0;
}

.market_banner img {
    height: 3.5rem;
}

.market_list {
    background: #eeeeee;
    height: 3.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.market_list_pic {
    height: 2.3rem;
}

.market_list_tit {
    line-height: 0.74rem;
    padding: 0 0.3rem;
}

.market_xx {
    padding: 0.25rem 0.2rem;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    display: none;
}

.wechat_box {
    width: 5.6rem;
    height: 7.78rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.wechat {
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.9rem 0 0;
    height: 100%;
}

.wechat p {
    padding: 0.2rem 0 0.15rem;
}

.wechat h2 {
    color: #222222;
}

.wechat_code {
    width: 2.45rem;
    height: 2.45rem;
    border: solid 1px #efefef;
    margin: 0 auto;
}

.wechat_icon {
    width: 1.3rem;
    height: 1.3rem;
    top: -0.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pop_btn {
    width: 4.44rem;
    height: 0.88rem;
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    line-height: 0.88rem;
    margin: 0.2rem auto 0;
    color: #fff;
    border-radius: 0.44rem;
}

.pop_btn1 {
    background-image: linear-gradient(110deg, #33fe73, #13d04f);
    border-radius: 0.44rem;
}

#input {
    opacity: 0;
}

.tel_box {
    height: 4.07rem;
}

.pro_type {
    padding: 0 0.2rem;
}

.pro_type a {
    background: #ebf1ff;
    border-radius: 0.3rem;
    padding: 0 0.3rem;
    display: inline-block;
    line-height: 0.6rem;
    margin: 0.1rem 0.06rem;
}

.zizhi_list {
    padding: 0.2rem 0;
}

.zizhi_list_tit {
    width: 1.2rem;
    line-height: 1.2;
}

.zizhi_list_con {
    width: 5rem;
    line-height: 1.2;
}

.shangjia_list {
    width: 2.2rem;
    height: 3.2rem;
    border-radius: 0.1rem;
    background: #eeeeee;
    margin-right: 0.2rem;
}

.shangjia_list:nth-child(3n+3) {
    margin-right: 0;
}

.shangjia_list_pic {
    width: 100%;
    height: 2.2rem;
}

.star_icon1 {
    width: 0.2rem;
    height: 0.18rem;
    vertical-align: top;
    margin: 0 0.05rem;
}

.select_city_box {
    padding: 0.2rem 0.24rem;
}

.dw_icon {
    width: 0.33rem;
    height: 0.42rem;
    margin-right: 0.1rem;
}

.select_city {
    width: 6.5rem;
    background: url(../images/nar2.png) no-repeat right center;
    background-size: 0.15rem;
    -webkit-appearance: none;
    border: none;
}

.city_name_list li {
    width: 1.66rem;
    height: 0.8rem;
    border-radius: 0.05rem;
    background: #ebf1ff;
    text-align: center;
    padding: 0.1rem 0 0;
    float: left;
    margin: 0.15rem 0.12rem 0 0;
    line-height: 1.3;
}

.city_name_list li:nth-child(4n+4) {
    margin-right: 0;
}

.city_name_list li h3 {
    font-size: 0.26rem;
}

.city_name_list li p {
    font-size: 0.22rem;
}

.xuqiu {
    padding: 0.35rem 0.45rem;
}

.tel_list {
    padding: 0.2rem 0.35rem;
}

.tel_icon {
    width: 0.41rem;
    height: 0.4rem;
}

.book_list {
    width: 3.4rem;
    height: 6.15rem;
}

.book_list_pic {
    height: 4.75rem;
}

.book_list_con {
    padding: 0.2rem;
}

.book_xx {
    height: calc(100vh - 0.88rem);
}

.book_xx .swiper-pagination {
    z-index: 99;
    color: #fff;
    bottom: 0;
    line-height: 1rem;
    text-align: right;
    padding-right: 0.24rem;
    font-size: 0.26rem;
}

.book_xx .swiper-button-next,
.book_xx .swiper-button-prev {
    width: 0.8rem;
    height: 0.8rem;
}

.book_xx .swiper-button-prev {
    left: 0;
    background: url(../images/prev1.png) no-repeat;
    background-size: 0.8rem;
    margin-top: -0.4rem;
}

.book_xx .swiper-button-next {
    background: url(../images/next1.png) no-repeat;
    right: 0;
    background-size: 0.8rem;
    margin-top: -0.4rem;
}

.book_xx_tit_box {
    width: 100%;
    height: 1rem;
    background: #303132;
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 1rem;
}

.hotpro_list {
    width: 3.4rem;
    height: 4.8rem;
}

.hotpro_list_pic {
    height: 3.4rem;
}

.fabu_more {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    height: 0.48rem;
    border-radius: 0.25rem;
    padding: 0 0.15rem;
    line-height: 0.48rem;
}

.brand_type {
    width: 6.5rem;
    height: 0.6rem;
    overflow: hidden;
}

.brand_type a {
    border-radius: 5rpx;
    background: #ebf1ff;
    min-width: 1.05rem;
    display: inline-block;
    text-align: center;
    padding: 0 0.25rem;
    margin-bottom: 0.1rem;
    line-height: 0.6rem;
}

.nar4 {
    width: 0.31rem;
    height: 0.15rem;
    right: 0;
    top: 0.2rem;
    transition: all 0.3s;
}

.brand_type_on {
    height: auto;
}

.nar4_on {
    transform: rotate(180deg);
}

.brandshow_list {
    height: 4.9rem;
    border-radius: 0.1rem;
    background: #d2d2d2;
}

.brandshow_pic {
    height: 3.9rem;
}

.brandshow_pic_img {
    height: 3.9rem;
}

.brandshow_icon {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.4rem;
    bottom: 0.3rem;
}

.brandshow_con {
    height: 1rem;
    padding: 0 0.2rem;
    line-height: 1rem;
}

.heart {
    background: url(../images/heart1.png) no-repeat right center;
    background-size: 0.35rem;
    padding-right: 0.5rem;
    cursor: pointer;
}

.heart_on {
    background: url(../images/heart2.png) no-repeat right center;
    background-size: 0.35rem;
}

.xx_tit {
    padding: 0.4rem 0;
}

.xx_con {
    padding: 0 0.2rem;
}

.qiangdan_list {
    padding: 0.2rem;
}

.qiangdan_list_tit {
    width: 4.9rem;
}

.xx_footer {
    width: 100%;
    position: fixed;
    box-shadow: -0.2rem -0.2rem 0.3rem rgba(239, 239, 239, 0.6);
    height: 1.23rem;
    bottom: 0;
    left: 0;
    padding: 0.2rem 0 0;
}

.xx_contact {
    width: 7.04rem;
    height: 0.86rem;
    background: #fb852e;
    border-radius: 0.43rem;
    line-height: 0.86rem;
    margin: 0 auto;
}

.meeting_con {
    height: 1.5rem;
    line-height: 1.7;
}

.meeting_list {
    height: 5.4rem;
}

.meeting_list .brandshow_con {
    height: 1.5rem;
    line-height: 1.7;
    padding-top: 0.25rem;
}

.area_search_box {
    padding: 0.3rem 0.2rem;
}

.area_search_sel {
    width: 1.6rem;
    height: 0.66rem;
    text-align: center;
    line-height: 0.66rem;
    background: #f8f8f8;
    border: none;
    padding: 0 0.1rem;
}

.area_search_btn {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    width: 100%;
    height: 0.82rem;
    line-height: 0.82rem;
    font-size: 0.3rem;
    color: #fff;
    border: none;
    margin: 0.3rem auto 0;
    display: block;
    border-radius: 0.1rem;
}

.city_nar {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0.7rem;
}

.wuliu_list {
    padding: 0.2rem;
}

.wuliu_list_pic {
    width: 2rem;
    height: 2rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.3rem rgba(239, 239, 239, 0.6);
}

.wuliu_list_pic img {
    height: 100%;
}

.wuliu_list_con {
    width: 4.4rem;
}

.wuliu_list_txt {
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
}

.tel1 {
    width: 0.41rem;
    height: 0.4rem;
    margin-left: 0.1rem;
}

.wuliu_xx_head {
    margin-top: -2rem;
    z-index: 9;
    padding: 0.2rem 0.25rem;
}

.wuliu_xx_con {
    padding: 0.2rem 0.25rem;
}

.wuliu_adress {
    padding: 0.23rem 0.25rem;
}

.wuliu_adress_tit li {
    width: 3.1rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    background: #d2d2d2;
    font-size: 0.3rem;
    border-radius: 0.1rem;
}

.wuliu_adress_tit li.active {
    background: #002fa7;
    color: #fff;
    box-shadow: 0 0 0.16rem rgba(0, 47, 167, 0.4);
}

.wuliu_adress_list_box {
    display: none;
}

.wuliu_adress_list_box:first-of-type {
    display: block;
}

.wuliu_adress_list {
    padding: 0.25rem 0;
}

.wuliu_adress_list_tit {
    width: 4.8rem;
}

.my_head {
    background: #002fa7;
    height: 2.35rem;
}

.my_head_con {
    padding: 0.45rem 0 0;
}

.my_photo {
    width: 1.5rem;
    height: 1.5rem;
    box-shadow: 0.02rem 0.1rem 0.1rem rgba(0, 47, 167, 0.4);
    border-radius: 100%;
}

.job {
    padding: 0 0.1rem;
    background: #002fa7;
    border-radius: 0.05rem;
    line-height: 0.33rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 0.1rem;
}

.shangjia_num {
    width: 6.61rem;
    margin: 0.35rem auto 0;
}

.shang_icon {
    width: 0.24rem;
    height: 0.28rem;
    margin-right: 0.15rem;
}

.shangjia_num_con {
    width: 100%;
    top: 0.13rem;
    left: 0;
    line-height: 0.76rem;
}

.my_list_box {
    padding: 0.5rem 0 0.4rem;
}

.my_list {
    width: 25%;
    text-align: center;
    margin-bottom: .5rem;
}

.my_icon {
    width: 0.57rem;
    height: 0.57rem;
}

.look {
    width: 2rem;
}

.icon16 {
    width: 0.34rem;
    height: 0.33rem;
}

.shoucang_tit {
    height: 0.9rem;
    line-height: 0.9rem;
}

.shoucang_tit_list.active {
    border-bottom: solid 0.02rem #002fa7;
    color: #002fa7;
}

.shoucang_list_pic {
    width: 1.45rem;
    height: 1.45rem;
}

.shoucang_list_pic img {
    height: 100%;
}

.shoucang_list_con {
    width: 4.85rem;
}

.shoucang_box {
    display: none;
}

.shoucang_box:first-child {
    display: block;
}

.logo_icon {
    width: 2.36rem;
    height: 2.36rem;
    margin: 0.6rem 0 0;
}

.pingtaizizhi {
    padding: 0.3rem 0.25rem;
    background: #f8f8f8;
    border: solid 1px #c4c5c9;
    border-radius: 0.05rem;
    margin: 0.5rem 0 0;
}

.kefu_list {
    height: 1.2rem;
    padding: 0 0.35rem;
    margin-bottom: 0.2rem;
}

.houtai_con {
    padding: 0.5rem 0 0.8rem;
}

.copy_btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    font-style: italic;
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    border-radius: 0.4rem;
    margin: 0.2rem auto 0.5rem;
    cursor: pointer;
}

#input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.header1 {
    color: #010101;
}

.login_con {
    padding: 0.3rem 0.5rem;
}

.form_list {
    background: #f8f8f8;
    height: 1rem;
    padding: 0 0.2rem 0 0.45rem;
    border-radius: 0.04rem;
}

.form_list img {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.3rem;
}

.user {
    width: 3.7rem;
    background: none;
    border: none;
}

.login_btn {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    border-radius: 0.03rem;
    line-height: 0.98rem;
    color: #fff;
    margin: 0.6rem 0 0.4rem;
}

.register_btn {
    border: solid 1px #002fa7;
    line-height: 0.98rem;
    color: #002fa7;
    border-radius: 0.03rem;
    margin-bottom: 0.5rem;
}

.wechat_reg {
    width: 0.88rem;
    height: 0.88rem;
}

.other_tit {
    color: #ecf0f5;
}

.other_tit span {
    color: #3c4043;
}

.vip_type label {
    color: #666;
    margin-left: 0.6rem;
}

.vip_type label input {
    margin-right: 0.1rem;
}

.renzheng_box {
    padding: 0.35rem 0.5rem;
}

.bussiness_type {
    margin: 0.4rem 0 0;
}

.bussiness_type span {
    width: 3.1rem;
    height: 0.86rem;
    background: #f8f8f8;
    border-radius: 0.05rem;
    line-height: 0.86rem;
    display: inline-block;
    margin-right: 0.3rem;
    margin-bottom: 0.1rem;
    text-align: center;
    cursor: pointer;
}

.bussiness_type span:nth-of-type(even) {
    margin-right: 0;
}

.bussiness_type span.active {
    background: #012fa7 url(../images/dui.png) no-repeat 0.54rem center;
    background-size: 0.26rem 0.17rem;
    color: #fff;
}

.select_area1 {
    background: #f8f8f8;
    border: none;
    width: 2.1rem;
    height: 0.76rem;
    margin-right: 0.1rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
}

.renzheng_form {
    height: 1rem;
    background: #f8f8f8;
    border-radius: 0.05rem;
    width: 100%;
    border: none;
    padding: 0 0.35rem;
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
}

.renzheng_form span {
    width: 1.15rem;
}

.renzheng_txt {
    width: 4.3rem;
    margin-left: 0.4rem;
    height: 0.98rem;
    background: none;
    border: none;
}

.renzheng_btn {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    border-radius: 0.03rem;
    line-height: 1rem;
    color: #fff;
    margin: 0.4rem 0 0;
    cursor: pointer;
}

.renzheng_tit {
    color: #121212;
    line-height: 0.82rem;
    margin-bottom: 0.45rem;
}

.renzheng_tit::after {
    width: 0.61rem;
    height: 0.04rem;
    background: #0836aa;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: 0;
}

.shenhe_icon {
    width: 2.44rem;
    height: 1.92rem;
    margin: 2.4rem 0 0.6rem;
}

.brand_type .on {
    background: #002fa7;
    color: #fff;
}

.ajaxpage,
.ajaxpage1 {
    margin: 0.2rem 0.24rem;
    text-align: center;
    background: #002fa7;
    color: #fff;
    line-height: 0.6rem
}

.search_btn {
    background: #002fa7;
    color: #fff;
    width: 1.65rem;
    border: 0px;
}

.sub_pifashang_tit {
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
}


/* 二期 */

.my_link {
    width: 2.66rem;
    height: .78rem;
    border-radius: .4rem;
    color: #fff;
    font-size: .32rem;
    display: inline-block;
    line-height: .78rem;
    margin: 0 .15rem;
}

.my_link img {
    width: .35rem;
    vertical-align: middle;
    margin-right: .1rem;
}

.my_link1 {
    background: #002fa7;
    box-shadow: 0 0 16px rgba(0, 47, 167, .4);
}

.my_link2 {
    background: #bb141b;
    box-shadow: 0 0 16px rgba(187, 20, 27, .4);
}

.t_out {
    background: #eaeaea;
    color: #939393;
}

.t_rz_head {
    width: 4.8rem;
}

.two_tab {
    padding: 0 .1rem;
    line-height: .38rem;
    display: inline-block;
    border-radius: .05rem;
    color: #fff;
}

.two_tab1 {
    background: #002fa7;
}

.two_tab2 {
    background: #cccccc;
}

.two_tab3 {
    background: #bb141b;
}

.t_rz_box {
    margin: .5rem 0 0;
}

.t_rz_box li {
    width: 6.59rem;
    height: 8.5rem;
}

.t_rz_box li>img {
    height: 8.5rem;
}

.t_rz {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.t_rz_tit {
    line-height: 1.2rem;
    padding: 0 .3rem;
}

.t_rz_tit span {
    background: #bb141b;
    border-radius: .05rem;
    padding: 0 .1rem;
    line-height: .42rem;
    display: inline-block;
    margin-left: .1rem;
}

.t_rz_txt {
    margin: .4rem 0;
    line-height: .48rem;
    height: 2.4rem;
}

.t_rz_price {
    padding: .55rem 0 0;
}

.t_rz_price b {
    font-size: .6rem;
}

.t_rz_btn {
    width: 2.53rem;
    height: .67rem;
    background: #caa763;
    border-radius: .33rem;
    line-height: .67rem;
    margin: .4rem auto 0;
}

.t_rz_box .swiper-slide {
    transform: scale(.9, .9);
}

.t_rz_box .swiper-slide-active {
    transform: scale(1, 1);
}

.t_rz_box .swiper-pagination {
    width: 100%;
}

.t_rz_box .swiper-pagination-bullet {
    margin: 0 .05rem;
}

.t_rz_box .swiper-pagination-bullet-active {
    background: #313037;
}

.t_dd_head {
    background: #002fa7;
    height: 1.18rem;
    padding-top: .3rem;
}

.t_dd_head .t_rz_tit {
    padding: 0;
}

.t_dd_txt {
    padding-bottom: .3rem;
}

.t_dd_btn_box {
    padding: .2rem 0;
}

.t_dd_btn {
    width: 1.8rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    line-height: 0.6rem;
    background-image: linear-gradient( 110deg, #0748ee, #002fa7);
    color: #fff;
}

.rz_list img {
    height: 1.66rem;
}

.rz_list_tit_con {
    width: 100%;
    left: 0;
    top: 0;
    padding: .3rem .5rem;
}

.rz_list_tit_con .t_rz_tit {
    line-height: .5rem;
    padding: 0;
}

.rz_list_con {
    padding: .3rem .4rem;
}

.rz_list_txt {
    border-bottom: dashed 1px #dedede;
    line-height: .6rem;
    padding: .25rem 0;
}

.rz_list_btn {
    width: 1.75rem;
    height: .67rem;
    background: #caa763;
    border-radius: .3rem;
    line-height: .67rem;
}

.rz_list_price_box {
    padding: .3rem 0 0;
}

.rz_list_box {
    padding-bottom: .5rem;
}

.ok_icon {
    width: 1.12rem;
}

.ok_box {
    padding: .9rem 0 0;
}

.ok_btn {
    width: 2.6rem;
    height: .8rem;
    background-image: linear-gradient( 110deg, #0748ee, #002fa7);
    color: #fff;
    line-height: .8rem;
    border-radius: .4rem;
    display: block;
    margin: 2rem auto 0;
}

.record_list {
    margin-bottom: .2rem;
    padding: .3rem .25rem 0;
}

.record_list_tit {
    margin: .6rem 0 0;
}

.record_list_txt {
    padding-bottom: .2rem;
}

.record_list_txt_price {
    padding: .2rem 0;
}

.record_icon {
    width: 1.52rem;
    height: 1.13rem;
    top: .25rem;
    right: .22rem;
}