/*浮动*/
.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

/* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

/* IE 6/7 */
.clearfix {
    *zoom: 1;
}

/*网页在Safari快速滚动和回弹  overflow滚动更流畅*/
html {
    -webkit-overflow-scrolling: touch;
}

/*网页上视觉效果的修改*/
button:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

body, dl, dd, h1, h2, h3, h4, h5, h6, p, form, ol, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: inherit;
}

ul, ol {
    list-style: none;
}

/*多分辨率设定rem设定*/
.jk_m_wrap {
    min-width: 320px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

body {
    min-width: 320px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    background: #f8f8f8;
}

/* Mobile */
html {
    font-size: 32px;
}

/* iPhone 4/5 */
@media (min-width: 320px) {
    html {
        font-size: 32px;
    }
}

/* Android */
@media (min-width: 360px) {
    html {
        font-size: 36px;
    }
}

/* iPhone6 */
@media (min-width: 375px) {
    html {
        font-size: 37.5px;
    }
}

/* iPhone6 Plus */
@media (min-width: 414px) {
    html {
        font-size: 41.4px;
    }
}

@media (min-width: 640px) {
    html {
        font-size: 64px;
    }
}

@media (min-width: 750px) {
    html {
        font-size: 75px;
    }
}

/*ipad ipad mini*/
@media (min-width: 768px) {
    html {
        font-size: 76.8px;
    }
}

i {
    display: inline-block;
}

a {
    /*消除a标签在chrome下点击的蓝色背景*/
    /*-webkit-tap-highlight-color:transparent;*/
    -webkit-tap-highlight-color: rgba(213, 213, 213, .5);
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.height_20 {
    height: .26rem;
}

/*首页*/
.index_banner_container img {
    display: block;
    width: 100%;
}

.pub_header_container {
    position: relative;
    height: 1.2rem;
    background: #fff;
}

.pub_header_container .logo {
    font-size: 0;
    line-height: 1.2rem;
    text-align: center;
}

.pub_header_container .logo img {
    height: .69rem;
    vertical-align: middle;
}

.pub_header_container .city {
    position: absolute;
    left: .27rem;
    padding-right: .4rem;
    line-height: 1.2rem;
    font-size: .4rem;
    color: #333;
    max-width: 2.5rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pub_header_container .city::after {
    position: absolute;
    right: 0;
    top: .53rem;
    content: ' ';
    width: 0;
    height: 0;
    border-top: .13rem solid #333;
    border-left: .13rem dashed transparent;
    border-right: .13rem dashed transparent;
}

.pub_header_container .search {
    position: absolute;
    right: .27rem;
    top: 0;
    line-height: 1.2rem;
    width: .53rem;
    height: 100%;
    background: url("../../images/pub/icon_search.png") no-repeat center;
    background-size: contain;
}

.index_menu_container {
    padding: .67rem 0;
    background: #fff;
}

.index_menu_container .cell {
    float: left;
    width: 25%;
    text-align: center;
    font-size: .37rem;
    color: #333;
}

.index_menu_container .cell img {
    margin-bottom: .27rem;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
}

.index_promotion_container {
    padding: .27rem;
    background: #fff;
}

.index_promotion_container .cell {
    position: relative;
    float: left;
    padding-left: .24rem;
    padding-top: .24rem;
    width: 50%;
    height: 1.87rem;
}

.index_promotion_container .cell .c_title {
    margin-bottom: .35rem;
    font-size: .35rem;
    color: #333;
}

.index_promotion_container .cell .c_txt {
    font-size: .29rem;
    color: #999;
}

.index_promotion_container .cell1 {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.index_promotion_container .cell2 {
    border-bottom: 1px solid #e5e5e5;
}

.index_promotion_container .cell3 {
    border-right: 1px solid #e5e5e5;
}

.index_promotion_container .cell::after {
    position: absolute;
    right: .53rem;
    top: .35rem;
    content: '';
    width: .88rem;
    height: .88rem;
    background-position: center;
    background-size: contain;
}

.index_promotion_container .cell1::after {
    background-image: url("../../images/pub/index/promotion_icon_1.png");
}

.index_promotion_container .cell2::after {
    background-image: url("../../images/pub/index/promotion_icon_2.png");
}

.index_promotion_container .cell3::after {
    background-image: url("../../images/pub/index/promotion_icon_4.png");
}

.index_promotion_container .cell4::after {
    background-image: url("../../images/pub/index/promotion_icon_3.png");
}

.index_form_container form {
    margin: 0 auto;
    width: 80%;
}

.index_form_container .count_bar {
    line-height: 1.47rem;
    font-size: .32rem;
    color: #666;
    text-align: center;
}

.index_form_container .count_bar span {
    color: #e70012;
}

.index_form_container {
    padding-bottom: .57rem;
    font-size: 0;
    background: #fff;
}

.index_form_container .input_wrap input {
    margin-bottom: .33rem;
    padding-left: .4rem;
    width: 100%;
    height: .93rem;
    border: 1px solid #e5e5e5;
    outline: none;
    -webkit-border-radius: .11rem;
    -moz-border-radius: .11rem;
    border-radius: .11rem;
    background: #fff;
    font-size: .35rem;
    color: #666;
}

.index_form_container .city_select_wrap {
    margin-bottom: .61rem;
}

.index_form_container .city_select_wrap .select {
    position: relative;
    width: 48%;
}

.index_form_container .city_select_wrap .select::after {
    position: absolute;
    top: 50%;
    right: .4rem;
    content: ' ';
    width: 0;
    height: 0;
    margin-top: -.06rem;
    border-top: .13rem solid #333;
    border-left: .13rem dashed transparent;
    border-right: .13rem dashed transparent;
}

.index_form_container .city_select_wrap select {
    padding-left: .4rem;
    width: 100%;
    height: .93rem;
    line-height: .93rem;
    border: 1px solid #e5e5e5;
    outline: none;
    -webkit-border-radius: .11rem;
    -moz-border-radius: .11rem;
    border-radius: .11rem;
    background: #fff;
    font-size: .35rem;
    color: #666;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

}

.index_form_container .submit_btn {
    display: block;
    width: 100%;
    height: .93rem;
    border: 0;
    -webkit-border-radius: .11rem;
    -moz-border-radius: .11rem;
    border-radius: .11rem;
    background: #f00;
    font-size: .43rem;
    color: #fff;
}

.pub_title_bar {
    position: relative;
    padding-left: .67rem;
    height: 1.07rem;
    line-height: 1.07rem;
    font-size: .43rem;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.pub_title_bar::before {
    content: '';
    position: absolute;
    left: .27rem;
    top: .34rem;
    width: .05rem;
    height: .4rem;
    background: #f00;
}

.pub_title_bar .more {

    float: right;
    margin-right: .27rem;
    font-size: .37rem;
    color: #999;
}

.index_company_container {
    background: #fff;
}

.index_company_container .swiper-container {
    padding-bottom: .64rem;
}

.index_company_container .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
    line-height: .64rem;
    font-size: 0;
}

.index_company_container .swiper-pagination-bullet {
    height: 0;
    width: 0;
    border: .07rem solid #999;
    opacity: 1;
}

.index_company_container .swiper-pagination-bullet-active {
    border-color: #f00;
}

.index_company_container .cells {
    padding: 0 .2rem;
}

.index_company_container .cell {
    float: left;
    margin-top: .45rem;
    padding: 0 .07rem;
    width: 25%;
}

.index_company_container .img_box {
    display: block;
    /*padding: .2rem;*/
    padding: .01rem;
    height: 1.33rem;
    border: 1px solid #e5e5e5;

}

.index_company_container .cell img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_case_container {
    /*     background: #fff; */
}

.index_case_container .swiper-container {
    padding-bottom: 0rem;
}

.index_case_container .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
    line-height: .64rem;
    font-size: 0;
}

.index_case_container .swiper-pagination-bullet {
    height: 0;
    width: 0;
    border: .07rem solid #999;
    opacity: 1;
}

.index_case_container .swiper-pagination-bullet-active {
    border: .07rem solid #f00;
}

.index_case_container .cells {
    padding: 0 .13rem;
}

.index_case_container .cell {
    float: left;
    padding: .13rem;
    width: 50%;
}

.index_case_container .img_box {
    position: relative;
    display: block;
    height: 3.87rem;
}

.index_case_container .img_box h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .67rem;
    line-height: .67rem;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .32rem;
    color: #fff;
}

.index_case_container .cell img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_strategy_container .tabs_bar {
    border-bottom: 1px solid #e5e5e5;
    font-size: 0;
}

.index_strategy_container .tab {
    float: left;
    width: 50%;
    text-align: center;
}

.index_strategy_container .tab span {
    display: inline-block;
    height: 1.07rem;
    line-height: 1.07rem;
    font-size: .37rem;
    color: #333;
}

.index_strategy_container .current span {
    border-bottom: .04rem solid #ff0000;
    color: #f00;
}

.index_strategy_container {
    background: #fff;
}

.index_strategy_container .tab_content {
    display: none;
    padding: 0 .27rem;
}

.index_strategy_container .tab_content.current {
    display: block;
}

.index_strategy_container .tab_content .cell {
    display: block;
    padding: .24rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.index_strategy_container .tab_content .c_img {
    float: left;
    width: 3rem;
    height: 2rem;
}

.index_strategy_container .tab_content .c_txt {
    padding-left: 3.32rem;
}

.index_strategy_container .tab_content .t_title {
    margin-bottom: .2rem;
    line-height: .6rem;
    font-size: .4rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_strategy_container .tab_content .t_txt {
    height: 1.2rem;
    line-height: .4rem;
    font-size: .35rem;
    color: #999;
    overflow: hidden;
}

.index_strategy_container .tab_content .show_more {
    display: block;
    line-height: .93rem;
    font-size: .37rem;
    color: #999999;
    text-align: center;
}

.pub_footer_container {
    padding: .67rem 0 .4rem;
    background: #fff;
    text-align: center;
    color: #333333;
}

.pub_footer_container .hot_line {
    margin-bottom: .4rem;
    font-size: .4rem;
}

.pub_footer_container .hot_line i {
    margin-right: .2rem;
    width: .57rem;
    height: .57rem;
    vertical-align: middle;
    background: url("../../images/pub/icon_tel.png") no-repeat center;
    background-size: contain;
}

.pub_footer_container .company_motto {
    font-size: .32rem;
}

.pub_footer_container .company_motto i {
    width: .48rem;
    height: 0;
    vertical-align: middle;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #e0e0e0;
}
.pub_fixed_to_homepage{
    position: fixed;
    right:.4rem;
    bottom: 1.4rem;
    z-index: 210;
    height:1.07rem;
    width: 1.07rem;
    background: url("../../images/pub/icon_homePage.png") no-repeat center;
    background-size: 100% 100%;
}
/*首页 End*/
/*装修公司列表*/
.pub_header_container2_copys{
    height: 3.56rem;
}
.pub_header_container2_copy {
    height: 2.36rem;
}

.pub_header_container2_copy2 {
    height: 1.2rem;
}

.pub_header_container2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 210;
    background: #fff;
    font-size: .45rem;
    color: #333333;
    text-align: center;
}

.pub_header_container2 .top_bar {
    position: relative;
    line-height: 1.2rem;
    height: 1.2rem;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.pub_header_container2 .tabs_bar .tab.current {
    color: #e30000;
    border-bottom: 0.04rem solid #e30000;
}
.pub_header_container2 .search_wrap{
    margin:.2rem .27rem 0 .27rem;
    padding-bottom: .2rem;
    position:relative;
    border-bottom: 1px solid #e5e5e5;
}
.pub_header_container2 .search_wrap input{
    display: block;
    height: .8rem;
    line-height: .8rem;
    width: 100%;
    box-sizing: border-box;
    padding-left: .53rem;
    color:#c5c5c5;
    font-size: .37rem;
    border: 1px solid #e62c4b;
    background-color: #fff;

}
.pub_header_container2 .search_wrap button{
    font-size: .37rem;
    color:#fff;
    background-color: #e62c4b;
    height: .8rem;
    line-height: .8rem;
    padding:0 .27rem;
    position: absolute;
    right:0;
    top:0;
    border: none;
    outline: none;
}
.pub_header_container2 .h_title {
    font-size: .45rem;
    height: 1.2rem;
    line-height: 1.2rem;
    /*padding-left: .7rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 7rem;
    display: inline-block;
}

.pub_header_container2 .back {
    position: absolute;
    left: .27rem;
    padding-right: .4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .4rem;
    color: #666666;
}

.pub_header_container2 .back i {
    margin-right: .13rem;
    width: .21rem;
    height: 1.2rem;
    vertical-align: top;
    background: url("../../images/pub/arrow_left.png") no-repeat center;
    background-size: contain;
}

.pub_header_container2 .search {
    position: absolute;
    right: .27rem;
    top: 0;
    line-height: 1.2rem;
    width: .53rem;
    height: 100%;
    background: url("../../images/pub/icon_search.png") no-repeat center;
    background-size: contain;
}

.pub_header_container2 .tabs_bar {
    display: flex;
    height: 1.16rem;
    line-height: 1.16rem;
    border-bottom: 1px solid #e5e5e5;
}

.pub_header_container2 .tabs_bar i {
    background: url("../../images/pub/arrow_down.png") no-repeat center;
    width: .24rem;
    height: .16rem;
    background-size: cover;
    margin-left: .13rem;
}

.pub_header_container2 .tabs_bar .sel i {
    background: url("../../images/pub/arrow_up.png") no-repeat center;
    width: .24rem;
    height: .13rem;
    background-size: cover;
    margin-left: .13rem;
}
.pub_header_container2 .filterlist{
    background: #fff;
}
.pub_header_container2 .filter_list {
    padding-bottom: .37rem;
    margin: auto .4rem;
    background: #fff;
}

.pub_header_container2 .filter_list .filter {
    margin-left: .49rem;
    margin-bottom: .43rem;
    margin-top: .43rem;
    height: .88rem;
    width: 2.67rem;
    line-height: .88rem;
    text-align: center;
    color: #333;
    font-size: .35rem;
    border: .03rem solid #e5e5e5;
    border-radius: .07rem;
    display: block;
    float: left;
}

.pub_header_container2 .filter_list .filter.current {
    color: #e62e35;
    border: .03rem solid #e62e35;
}

.pub_header_container2 .filter_list .filter:nth-child(3n+1) {
    margin-left: 0;
}

.pub_header_container2 .tabs_bar .tab {
    flex: 1;
    float: left;
    width: 25%;
    font-size: .35rem;
    color: #666666;
}

.pub_header_container2 .tabs_bar .tab .current {
    color: #e62a49;
}

.companylist_list_container {
    /*     margin-bottom: .6rem; */
}

.companylist_list_container .company_cell {
    display: block;
    padding: .13rem .1rem;
    border-bottom: 1px solid #e5e5e5;
}

.companylist_list_container .company_logo {
    float: left;
    width: 3.13rem;
    height: 1.52rem;
}

.companylist_list_container .company_cell .txt {
    padding-left: 3.47rem;
}

.companylist_list_container .company_cell .name {
    line-height: 1rem;
    font-size: .48rem;
    color: #333333;
}

.companylist_list_container .company_cell .name .vip {
    width: .43rem;
    height: .37rem;
    vertical-align: middle;
    background: url("../../images/pub/icon_vip.png") no-repeat center;
    background-size: contain;
}
.companylist_list_container .company_cell .name .laodian {
    margin-left: .1rem;
    width: .58rem;
    height: .37rem;
    vertical-align: middle;
    /*缘起缘灭*/
    /*background: url("/assets/images/pub/com_type0.png") no-repeat center;*/
    background: url("/assets/home/images/pub/com_type0.png") no-repeat center;
    background-size: contain;
}
.companylist_list_container .company_cell .name .liansuo {
    margin-left: .1rem;
    width: .58rem;
    height: .37rem;
    vertical-align: middle;
    /*缘起缘灭*/
    /*background: url("/assets/images/pub/com_type2.png") no-repeat center;*/
    background: url("/assets/images/pub/com_type2.png") no-repeat center;
    background-size: contain;
}
.companylist_list_container .company_cell .name .youhui {
    margin-left: .13rem;
    width: .37rem;
    height: .37rem;
    vertical-align: middle;
    /*缘起缘灭*/
    /*background: url("/assets/images/pub/youhui.png") no-repeat center;*/
    background: url("/assets/home/images/youhui.png") no-repeat center;
    background-size: contain;
}
.companylist_list_container .company_cell .items {
    font-size: .29rem;
    color: #666;
    margin-bottom: .28rem;
    height: .42rem;
    line-height: .42rem;
}

.companylist_list_container .company_cell .items .item {
    float: left;
    margin-right: .27rem;
}

.companylist_list_container .company_cell .item span {
    display: inline-block;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    font-size: .24rem;
    color: #fff;
    background-color: #ff7538;
    text-align: center;
    margin-right: .13rem;
}

.companylist_list_container .company_cell .item .anli {
    background-color: #55c1e5;
}

.companylist_list_container .company_cell .count {
    font-size: .29rem;
    color: #666;
}

.companylist_list_container .company_cell .count span {
    color: #e70010;
}

.page_count {
    width: 7.89rem;
    height: .93rem;
    line-height: .93rem;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.page_count a {
    display: block;
    float: left;
    width: 2.61rem;
    height: .93rem;
    font-size: .35rem;
    color: #fff;
    text-align: center;
    flex: 1;
}


.page_count .next,.prev,.number {
    background-color: #e30000;
}

.page_count .disabled{
    background-color: #d5d5d5;
}

.page_count .page {
    font-size: .35rem;
    color: #333;
    text-align: center;
    flex: 1;
    border: 0.03rem solid #e5e5e5;
}

/*装修公司列表 End*/
/*设计师列表 Begin*/
.jq_layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.designer_list_container {
    margin-bottom: .6rem;
}

.designer_list_container .designer_cell {
    display: block;
    padding: .53rem .4rem;
    border-bottom: 1px solid #e5e5e5;
}

.designer_list_container .designer_cell .designer_img {
    display: block;
    width: 1.87rem;
    height: 1.87rem;
    border-radius: 50%;
    margin-bottom: .32rem;
}

.designer_list_container .designer_cell .info {
    margin-left: .53rem;
}

.designer_list_container .designer_cell .info1 h1 {
    font-size: .4rem;
    color: #333;
    float: left;
}

.designer_list_container .designer_cell .info1 .year {
    font-size: .34rem;
    color: #333;
    margin-left: .43rem;
    /* margin-top: .11rem; */
}

.designer_list_container .designer_cell .info2 {
    margin-top: .33rem;
    line-height: .32rem;
    margin-bottom: .32rem;
}

.designer_list_container .designer_cell .info2 .sub {
    font-size: .32rem;
    color: #999;
}

.designer_list_container .designer_cell .info2 .sub span {
    color: #333;
}

.designer_list_container .designer_cell .info2 .split {
    width: 0.01rem;
    height: .32rem;
    background-color: #999;
    margin: auto .33rem;
}

.designer_list_container .designer_cell .info3 {
    font-size: .32rem;
    color: #999;
}

.designer_list_container .designer_cell .info3 span {
    color: #333;
    margin-right: .29rem;
}

/*设计师列表 End*/
/*图库 Begin*/
.gallery_list_container {
    padding-bottom: .6rem;
}

.gallary_cell {
    display: block;
    /*width: 4.35rem;*/
    width: 45%;
    height: 3.87rem;
    float: left;
    margin-top: .27rem;
    position: relative;
    margin-left: .25rem;
}

.gallary_cell img {
    /*width: 4.35rem;*/
    width: 100%;
    height: 3.87rem;
    position: absolute;
    left: 0;
    top: 0;
}

.gallary_cell .layer {
    font-size: .32rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    height: .67rem;
    line-height: .67rem;
    text-align: center;
    /*width: 4.35rem;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*图库 End*/
/*VR Begin*/
.panorama_list_container {
    padding-bottom: .6rem;
}

.panorama_cell {
    display: block;
    /*width: 4.35rem;*/
    width: 92%;
    height: 6rem;
    float: left;
    margin-top: .27rem;
    position: relative;
    margin-left: .25rem;
}

.panorama_cell img {
    /*width: 4.35rem;*/
    width: 100%;
    height: 6rem;
    position: absolute;
    left: 0;
    top: 0;
}

.panorama_cell .layer {
    font-size: .32rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    height: .67rem;
    line-height: .67rem;
    text-align: center;
    /*width: 4.35rem;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*图库 End*/
/*装修攻略 Begin*/
.strategy_list_container {
    margin-top: .13rem;
    padding-bottom: .6rem;
}

.strategy_list_container .strategy_cell {
    display: block;
    padding: .24rem .27rem;
    border-bottom: 1px solid #e5e5e5;
}

.strategy_list_container .strategy_cell img {
    display: block;
    width: 3.01rem;
    height: 2rem;
    float: left;
    margin-right: .35rem;
}

.strategy_list_container .strategy_cell .info {
    width: 6.07rem;
    height: 2rem;
    overflow: hidden;
}

.strategy_list_container .strategy_cell .info .title {
    font-size: .4rem;
    color: #333;
    width: 6.07rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.strategy_list_container .strategy_cell .info .content {
    font-size: .35rem;
    color: #999;
    margin-top: .27rem;
    line-height: .44rem;
}

/*装修攻略 End*/
/*装修公司详情 Begin*/
.company_detail_banner {
    background: url("../../images/pub/company_detail.jpg") no-repeat center;
    width: 100%;
    /*     height: 3.33rem; */
    background-size: cover;
}

.company_detail_banner .companylist_list_container {
    padding-bottom: 0;
}

.company_detail_banner .company_cell {
    /*     padding-top: .88rem; */
    border-bottom: none;
}

.company_detail_nav_bar {
    height: 1.07rem;
    line-height: 1.07rem;
    background-color: #fff;
}

.company_detail_nav_bar .tab {
    display: block;
    float: left;
    /*  width: 25%; */
    padding-left: .3rem;
    padding-right: .3rem;
    height: 1.07rem;
    line-height: 1.07rem;
    text-align: center;
    font-size: .48rem;
    color: #333;
}

.company_detail_nav_bar .tab.current {
    color: #e30000;
    border-bottom: 0.04rem solid #e30000;
}

.company_info_wrap {
    /*     border-bottom: 0.03rem solid #e5e5e5;
        border-top: 0.03rem solid #e5e5e5;
        background-color: #fff; */
}

.company_info_wrap .comm {
    height: 1.16rem;
    line-height: 1.16rem;
    font-size: .37rem;
    color: #333;
    margin: 0 .4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.company_info_wrap .addr {
    border-top: 1px solid #eee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.company_info_wrap .addr i {
    background: url("../../images/pub/site.png") no-repeat center;
    width: .32rem;
    height: .43rem;
    background-size: cover;
    vertical-align: middle;
    margin-right: .44rem;
}

.company_info_wrap .tel i {
    background: url("../../images/pub/tel.png") no-repeat center;
    width: .44rem;
    height: .43rem;
    background-size: cover;
    vertical-align: middle;
    margin-right: .32rem;
}

.company_intr_wrap {
    margin-top: .27rem;
    background-color: #fff;
    /*     border-bottom: 0.03rem solid #e5e5e5; */
}

.company_intr_wrap .intr_top {
    height: 1.07rem;
    line-height: 1.07rem;
    margin: 0 .4rem;
    border-bottom: 1px solid #e5e5e5;
}

.company_intr_wrap .com_title {
    font-size: .48rem;
    /*   font-weight: bold; */
    color: #444;
    float: left;
}

.company_intr_wrap .more {
    float: right;
    font-size: .34rem;
    /*    color: #e30000; */
}

.company_intr_wrap .img_content {
    font-size: .37rem;
    line-height: .53rem;
    color: #666;
    padding-top: .3rem;
    padding-bottom: .53rem;
    margin: 0 .4rem;
}
.company_intr_wrap .intr_content {
    font-size: .38rem;
    height: 1.3rem;
    line-height: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
    padding-top: .3rem;
    padding-bottom: .53rem;
    margin: 0 .4rem;
}
.intr_content .index_case_container .swiper-container {
    padding-bottom: 0;
}

.intr_content .index_case_container .img_box {
    position: relative;
    display: block;
    height: 2.67rem;
}

.intr_content .index_case_container .img_box h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .51rem;
    line-height: .51rem;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .29rem;
    color: #fff;
}

.intr_content .index_case_container .cell img {
    display: block;
    width: 100%;
    height: 100%;
}

.company_strategy_wrap .index_strategy_container .cell:last-child {
    border-bottom: none;
}

.company_strategy_wrap .index_strategy_container {
    margin-top: .23rem;
    padding-bottom: .24rem;
    border-bottom: 2px solid #e5e5e5;
}

.company_strategy_wrap {
    margin-bottom: 1.2rem;
}

.company_strategy_wrap .strategy_content {
    padding-top: .27rem;
    padding-bottom: .27rem;
}

.company_strategy_wrap .strategy_content .cell {
    display: block;
    font-size: .4rem;
    color: #333;
    height: .8rem;
    line-height: .6rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    margin-left: .33rem;
    margin-right: .33rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.company_strategy_wrap .index_strategy_container .tab_content .c_txt {
    padding-left: 0;
}

.company_strategy_wrap .strategy_content .cell:last-child {
    border-bottom: none;
}

.free_service_wrap {
    height: 1.31rem;
    line-height: 1.31rem;
    background-color: #e30000;
    position: relative;
    padding-top: .25rem;
    box-sizing: border-box;
}

.free_service_wrap a {
    display: block;
    position: absolute;
    width: 50%;
    height: 1.31rem;
    color: #fff;
    font-size: .4rem;
}

.free_service_wrap .design i {
    background: url("../../images/pub/design.png") no-repeat center;
    width: .55rem;
    height: .53rem;
    background-size: cover;
    vertical-align: middle;
    margin-right: .2rem;
}

.free_service_wrap .design {
    text-align: center;
    left: 0;
    top: 0;
}

.free_service_wrap .quote {
    right: 0;
    top: 0;
    text-align: center;
}

.free_service_wrap .quote i {
    background: url("../../images/pub/quote.png") no-repeat center;
    width: .51rem;
    height: .51rem;
    background-size: cover;
    vertical-align: middle;
    margin-right: .23rem;
}

.free_service_wrap .split2 {
    width: 0.03rem;
    height: .8rem;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.company_detail_gallery_list {
    margin-top: .2rem;
}

.company_detail_gallery_list .gallery_list_container {
    padding-bottom: .77rem;
}

.company_detail_team_list .designer_cell {
    width: 33%;
    float: left;
    text-align: center;
}

.company_detail_team_list .designer_swiper_container {
    /*margin-bottom: .6rem;*/
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.company_detail_team_list .designer_swiper_container .designer_cell {
    display: block;
    padding: .53rem .4rem;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.company_detail_team_list .designer_swiper_container .designer_cell .designer_img {
    display: inline-block; !important;
    width: 1.87rem;
    height: 1.87rem;
    border-radius: 50%;
    margin-bottom: .32rem;
}

.company_detail_team_list .designer_swiper_container .designer_cell .info {
    /*margin-left: .53rem;*/
}

.company_detail_team_list .designer_swiper_container .designer_cell .info1 h1 {
    font-size: .4rem;
    color: #333;
    /*float: left;*/
}

.company_detail_team_list .designer_swiper_container .designer_cell .info1,.info2 .year {
    font-size: .34rem;
    color: #A9A9A9;
    /*margin-left: .43rem;*/
    /* margin-top: .11rem; */
}

.company_detail_team_list .designer_swiper_container .designer_cell .info2 {
    margin-top: .33rem;
    line-height: .32rem;
    margin-bottom: .32rem;
}

.company_detail_team_list .designer_swiper_container .designer_cell .info2 .sub {
    font-size: .32rem;
    color: #999;
}

.company_detail_team_list .designer_swiper_container .designer_cell .info2 .sub span {
    color: #333;
}

.company_detail_team_list .designer_swiper_container .designer_cell .info2 .split {
    width: 0.01rem;
    height: .32rem;
    background-color: #999;
    margin: auto .33rem;
}

.company_detail_team_list .designer_swiper_container .designer_cell .info3 {
    font-size: .32rem;
    color: #999;
}

.company_detail_team_list .designer_swiper_container .designer_cell .info3 span {
    color: #333;
    margin-right: .29rem;
}

.company_detail_team_list .designer_swiper_container .swiper-pagination-bullet{
    height: 0;
    width: 0;
    border: .07rem solid #999;
    opacity: 1;
}

.company_detail_team_list .designer_swiper_container .swiper-pagination-bullet-active{
    border-color: #f00;
}

.detail_list {
    list-style: none;
}

.detail_list li {
    display: block;
    background: #fff;
}

/*装修公司详情 End*/
/*案例详情 Begin*/
.case_detail_wrap {
    padding-top: 2rem;
    width: 100%;
    overflow: hidden;
}

.case_detail_wrap .swiper-slide img {
    width: 100%;
    height: 7.89rem;
    margin: 0 auto;
    vertical-align: middle;

}

.case_detail_wrap .xgt_title {
    height: 2.5rem;
    line-height: .5rem;
    font-size: .4rem;
    width: 7.2rem;
    /*一级标题 30px */
    color: #9b9b9b;
    margin-top: 1.4rem;
    padding-left: .57rem;
}

.case_detail_wrap .swiper-pagination {
    /*position: absolute;*/
    /*bottom: 4rem;*/
    /*right: .4rem;*/
    /*width: auto;*/
    line-height: .5rem;
    /*text-align: right;*/
    color: #9b9b9b;
    font-size: .4rem;
}

.case_detail_wrap .swiper-pagination .swiper-pagination-current {
    font-size: .45rem;
}

.apply_free_wrap button {
    display: block;
    font-size: .4rem;
    color: #fff;
    width: 100%;
    padding: .44rem 0;
    background-color: #e30000;
    outline: none;
    border: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

/*案例详情 End*/
/*设计师 详情 开始*/
.designer_detail_banner_wrap {
    background: url("../../images/pub/design_de_banner.jpg") no-repeat center;
    width: 100%;
    height: 4.27rem;
    box-sizing: border-box;
    padding-top: .12rem;
    padding-left: .4rem;
}

.designer_detail_banner_wrap .head_img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    display: block;
}

.designer_detail_banner_wrap .about {
    color: #e70012;
    font-size: .29rem;
    display: block;
    width: 1.44rem;
    height: .45rem;
    line-height: .45rem;
    text-align: center;
    border: 1px solid #E70012;
    margin-top: .44rem;
}

.designer_detail_banner_wrap .intr_right {
    margin-left: .57rem;
    width: 6.05rem;
}

.designer_detail_banner_wrap .info_txt1 {
    color: #fff;
    font-size: .29rem;
    margin-bottom: .53rem;
}

.designer_detail_banner_wrap .info_txt1 .name {
    font-size: .45rem;
    margin-right: .57rem;
}

.designer_detail_banner_wrap .year {
    font-size: .29rem;
    color: #fff;
    margin-bottom: .27rem;
}

.designer_detail_banner_wrap .view {
    font-size: .29rem;
    color: #fff;
}

.designer_detail_banner_wrap .style {
    font-size: .29rem;
    color: #fff;
    line-height: .4rem;
    height: .83rem;
    overflow: hidden;
    margin-bottom: .4rem;
}

.designer_detail_nav_wrap {
    height: 1.07rem;
    line-height: 1.07rem;
    border-bottom: 1px solid #e5e5e5;
    padding-left: .67rem;
    padding-right: .67rem;
    background-color: #fff;
}

.designer_detail_nav_wrap .nav {
    font-size: .37rem;
    height: 1.07rem;
    box-sizing: border-box;
    float: left;
    width: 33%;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.designer_detail_nav_wrap .nav span {
    font-size: .29rem;
}

.designer_detail_nav_wrap .nav.current {
    color: #e30000;
    border-bottom: 3px solid #e30000;
}

.designer_content_list ul {
    list-style: none;
    padding-bottom: 1rem;
}

.designer_content_list ul li {
    display: block;
}

.designer_content_list .work_list {
    background-color: #fff;
    padding: .43rem .4rem;
    margin-bottom: .27rem;
}

.designer_content_list .work_list a {
    display: block;
}

.designer_content_list .work_list img {
    display: block;
    width: 100%;
    height: 5.2rem;
    margin-bottom: .36rem;
}

.designer_content_list .work_list .work_title {
    font-size: .45rem;
    color: #4b4b4b;
}

.designer_content_list .leave_msg {
    font-size: .4rem;
}

.designer_content_list .leave_msg .input_wrap {
    padding: .2rem .27rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.designer_content_list .leave_msg input {
    display: block;
    padding: 0;
    border: 0;
    outline: none;
    width: 100%;
    height: .5rem;
    font-size: .4rem;
}

.designer_content_list .leave_msg textarea {
    display: block;
    width: 100%;
    height: 2rem;
    border: 0;
    outline: none;
    resize: none;
}

.designer_content_list .leave_msg .submit_btn {
    display: block;
    margin: .6rem auto 0;
    width: 80%;
    height: 1.07rem;
    font-size: .45rem;
    color: #fff;
    border: 0;
    outline: none;
    background: #e62a49;
    letter-spacing: 3px;
}

.jq_depute_design_wrap button {
    display: block;
    font-size: .4rem;
    color: #fff;
    width: 100%;
    padding: .4rem 0;
    background-color: #e30000;
    outline: none;
    border: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
}

.jq_depute_design_wrap button i {
    background: url("../../images/pub/depute.png") no-repeat center;
    width: .56rem;
    height: .55rem;
    background-size: cover;
    vertical-align: middle;
    margin-right: .23rem;
}

.designer_content_list .strategy_list_container {
    background-color: #fff;
}

/*设计师 详情 结束*/
/*保障金*/
.zfj_page img {
    display: block;
    width: 100%;
}

.zfj_page .form_container {
    padding: 0 .4rem;
    background: #fff;
}

.zfj_page .form_container .input_wrap {
    margin-bottom: .31rem;
    padding: 0 .27rem;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: .13rem;
    -moz-border-radius: .13rem;
    border-radius: .13rem;
}

.zfj_page .form_container input {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    line-height: 1.08rem;
    font-size: .32rem;
    color: #999;
}

.zfj_page .form_container .city_select_wrap {
    padding: 0 .27rem;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: .13rem;
    -moz-border-radius: .13rem;
    border-radius: .13rem;
}

.zfj_page .form_container .select_wrap {
    width: 50%;
    position: relative;
}

.zfj_page .form_container .select_wrap::after {
    content: '';
    position: absolute;
    top: .45rem;
    right: .27rem;
    width: 0;
    height: 0;
    border-top: .18rem #999999 solid;
    border-left: .1rem transparent dashed;
    border-right: .1rem transparent dashed;
}

.zfj_page .form_container .city_select_wrap select {
    display: block;
    padding-left: .27rem;
    width: 100%;
    height: 1.08rem;
    font-size: .32rem;
    color: #999;
    outline: none;
    border: 0;
    background: transparent;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.zfj_page .form_container .submit_btn {
    margin-top: .47rem;
    display: block;
    width: 100%;
    height: 1.08rem;
    background: #ff0f0f;
    font-size: .37rem;
    color: #fff;
    border: 0;
    outline: none;
    -webkit-border-radius: .13rem;
    -moz-border-radius: .13rem;
    border-radius: .13rem;
}

.zfj_page .data_bar {
    background: #fff;
}

.zfj_page .data_cell {
    float: left;
    width: 33%;
    text-align: center;
}

.zfj_page .data_cell .data_num {
    margin-bottom: .4rem;
    font-size: .75rem;
    color: #ffa229;
}

.zfj_page .data_cell {
    font-size: .27rem;
    color: #999999;
}

.zfj_page .back_top {
    padding: 0 .4rem;
    margin-bottom: 1rem;
}

.zfj_page .back_top span {
    display: block;
    width: 100%;
    height: 1.08rem;
    line-height: 1.08rem;
    text-align: center;
    background: #ff0f0f;
    font-size: .37rem;
    color: #ffffff;
    -webkit-border-radius: .13rem;
    -moz-border-radius: .13rem;
    border-radius: .13rem;
}

/*保障金End*/
/*图文详情*/
.news_detail_container {
    margin-top: 1.3rem;
}
.news_detail_container .art_top {
    padding: .27rem;
    background: #fff;
    font-size: .4rem;
    color: #333;
    text-align: center;
}

.news_detail_container .art_top .news_title {
    margin-bottom: .2rem;
    line-height: 1.3;
    font-weight: bold;
    font-size: .45rem;
}

.news_detail_container .info span {
    margin-right: .2rem;
    font-size: .37rem;
    color: #666;
}

.news_detail_container .art_content {
    margin-top: .27rem;
    padding: .27rem;
    background: #fff;
    text-align: justify;
    font-size: .35rem;
    line-height: 1.8;
    color: #666;
    text-indent: 2em;
}

.news_detail_container .art_content img {
    display: block;
    width: 100%;
}

/*图文详情End*/
/*公司荣誉*/
.company_honor_header_container {
    margin-bottom: .27rem;
    padding: 0 .27rem;
    line-height: 1.2rem;
    font-size: .4rem;
    color: #333;
    background: #fff;
}

.company_honor_container {
    padding: .13rem;
    background: #fff;
}

.company_honor_container .cell {
    float: left;
    width: 50%;
    padding: .13rem;

}

.company_honor_container .img_box {
    position: relative;
    display: block;
    height: 2.67rem;
}

.company_honor_container .img_box h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .51rem;
    line-height: .51rem;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .29rem;
    color: #fff;
}

.company_honor_container .cell img {
    display: block;
    width: 100%;
    height: 100%;
}

/*公司荣誉End*/
.pub_header_nav_bar_copy {
    height: 1.2rem;
}

.pub_header_nav_bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1.2rem;
    height: 1.2rem;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    background: #fff;z-index: 99;
}

.pub_header_nav_bar .h_title {
    font-size: .45rem;
}

.pub_header_nav_bar .back {
    position: absolute;
    left: .27rem;
    padding-right: .4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .4rem;
    color: #666666;
}

.pub_header_nav_bar .back i {
    margin-right: .13rem;
    width: .21rem;
    height: 1.2rem;
    vertical-align: top;
    background: url("../../images/pub/arrow_left.png") no-repeat center;
    background-size: contain;
}

.pub_header_nav_bar .search {
    position: absolute;
    right: .27rem;
    top: 0;
    line-height: 1.2rem;
    width: .53rem;
    height: 100%;
    background: url("../../images/pub/icon_search.png") no-repeat center;
    background-size: contain;
}

/*免费设计 开始*/
.jq_design_wrap{
    text-align: center;
    background-color: #fff;
    padding-bottom: .93rem;
}
.jq_design_wrap img {
    display: block;
    width: 100%;
}
.jq_design_wrap .tagline {
    font-size: .24rem;
    color:#333;
    padding-bottom: .6rem;
    background-color: #fff;
}
.jq_design_wrap .tagline span{
    color:#e70010;
}
.jq_design_wrap .free_design_list{
    background: url("../../images/pub/free_banner.jpg")no-repeat center;
    width: 100%;
    height: 1.79rem;
    margin-bottom: .6rem;
    background-size: cover;
}
.jq_design_wrap .free_design_list ul{
    list-style: none;
    padding-top: .35rem;
}
.jq_design_wrap .free_design_list ul li{
    display: block;
    font-size: .24rem;
    color:#333;
    height: .4rem;
    line-height: .4rem;
    margin-bottom: .35rem;
}
.jq_design_wrap .free_design_list ul li span{
    color:#e70010;
}
.jq_design_wrap .fill_in{
    margin-left: .4rem;
    margin-right: .4rem;
    margin-bottom: 1.47rem;
}
.jq_design_wrap .fill_in input{
    display: block;
    height: 1.07rem;
    line-height: 1.07rem;
    padding-left: .27rem;
    font-size: .32rem;
    color:#999;
    width: 100%;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: .13rem;
    background-color: #fff;
    margin-bottom: .32rem;
}
.jq_design_wrap .fill_in .design_select_wrap{
    height: 1.07rem;
    line-height: 1.07rem;
    width:100%;
    border: 1px solid #e5e5e5;
    border-radius: .13rem;
    background-color: #fff;
    margin-bottom: .47rem;
}
.jq_design_wrap .fill_in .design_select_wrap select{
    display:block;
    width: 100%;
    font-size: .32rem;
    color:#999;
    height: 1rem;
    line-height: 1rem;
    outline: none;
    border: none;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding-left:.27rem;
}
.jq_design_wrap .fill_in .design_select_wrap .select_province{
    position: relative;
    height: 1.07rem;
    line-height: 1.07rem;
    width: 50%;
    float: left;
}
.jq_design_wrap .fill_in .design_select_wrap .select_city{
    position: relative;
    height: 1.07rem;
    line-height: 1.07rem;
    width: 50%;
    float: left;
}
.jq_design_wrap .fill_in .design_select_wrap i{
    position: absolute;
    background: url("../../images/pub/select.png")no-repeat center;
    width: .24rem;
    height: .16rem;
    background-size: cover;
    top:.51rem;
    right: .61rem;
    z-index: 999;
}
.jq_design_wrap .fill_in .design_select_wrap .split3{
    width:2px;
    height: .53rem;
    background-color: #e3e3e3;
    position: absolute;
    right: 0;
    top:.27rem;
    z-index: 999;
}
.jq_design_wrap button{
    height: 1.07rem;
    line-height: 1.07rem;
    width: 100%;
    outline: none;
    border: none;
    font-size: .37rem;
    color:#fff;
    background-color: #ff0e0e;
    border-radius: .13rem;
}
.jq_design_wrap .but{
    margin-left: .4rem;
    margin-right: .4rem;
}
/*免费设计 结束*/
/*公司资讯*/
.news_list_container{
    background: #fff;
    padding:0 .27rem;
}
.news_list_container .cell {
    display: block;
    padding: .24rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.news_list_container .c_img {
    float: left;
    width: 3rem;
    height: 2rem;
}

.news_list_container .c_txt {
    padding-left: 3.32rem;
}
.news_list_container .cell.no_img .c_txt{
    padding:0;
}

.news_list_container .t_title {
    margin-bottom: .2rem;
    line-height: .6rem;
    font-size: .4rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list_container .t_txt {
    height: 1.2rem;
    line-height: .4rem;
    font-size: .35rem;
    color: #999;
    overflow: hidden;
}

.news_list_container .show_more {
    display: block;
    line-height: .93rem;
    font-size: .37rem;
    color: #999999;
    text-align: center;
}

/*公司资讯End*/


/*智能报价 开始*/

.jq_quotation_wrap {
    /*     background: #fff; */
    max-width: 768px;
    min-width: 320px;
    margin: 0 auto;

}

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

.jq_quotation_wrap .jq_apply_wrap {
    margin-top: 0.55rem;
}

.jq_quotation_wrap .jq_apply_wrap h1 {
    color: #333;
    font-size: 0.51rem;
    text-align: center;
}

.jq_quotation_wrap .jq_apply_wrap .fill_name,
.jq_quotation_wrap .jq_apply_wrap .fill_area {
    margin: 0 auto;
    margin-top: 0.6rem;
    width: 9.2rem;
    height: 1.07rem;
    position: relative;
    margin-bottom: 0.33rem;
}

.jq_quotation_wrap .jq_apply_wrap .fill_name i {
    background: url("../../images/pub/quotation/arrow.jpg") no-repeat center;
    background-size: cover;
    width: .16rem;
    height: .29rem;
    position: absolute;
    top: 0.44rem;
    right: 0.2rem;
}

.jq_quotation_wrap .jq_apply_wrap .fill_area i {
    background: url("../../images/pub/quotation/meter.jpg") no-repeat center;
    background-size: cover;
    width: .33rem;
    height: .33rem;
    position: absolute;
    top: 0.44rem;
    right: 0.2rem;
}

.jq_quotation_wrap .jq_apply_wrap input {
    font-size: 0.32rem;
    color: #999;
    display: block;
    width: 9.2rem;
    height: 1.07rem;
    line-height: 1.07rem;
    border-radius: 0.11rem;
    outline: none;
    border: 0.01rem solid #e5e5e5;
    padding-left: 0.27rem;
    box-sizing: border-box;
}

.jq_quotation_wrap .jq_apply_wrap .select_wrap {
    margin: 0 auto;
    margin-top: 0.6rem;
    width: 9.2rem;
    margin-bottom: 0.47rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.11rem;
}

.jq_quotation_wrap .jq_apply_wrap .select_province {
    width: 50%;
    height: 1.07rem;
    line-height: 1.07rem;
    border: none;
    position: relative;
}

.jq_quotation_wrap .jq_apply_wrap .select_city {
    width: 50%;
    height: 1.07rem;
    line-height: 1.07rem;
    border: none;
    position: relative;
}

.jq_quotation_wrap .jq_apply_wrap select {
    font-size: 0.32rem;
    color: #999;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    outline: none;
    padding-left: 0.27rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
}

.jq_quotation_wrap .jq_apply_wrap .select_wrap i {
    background: url("../../images/pub/quotation/arrow2.png") no-repeat center;
    width: .24rem;
    height: 0.16rem;
    background-size: cover;
    position: absolute;
    top: 0.51rem;
    right: 0.63rem;
}

.jq_quotation_wrap .jq_apply_wrap button {
    display: block;
    margin: 0 auto;
    font-size: 0.37rem;
    color: #fff;
    width: 9.2rem;
    margin-top: 0.47rem;
    height: 1.07rem;
    line-height: 1.07rem;
    background-color: #E70012;
    border: 0.01rem solid #E70012;
    border-radius: 0.11rem;
    cursor: pointer;
    outline: none;
}

.jq_quotation_wrap .jq_immedi_apply_wrap button {
    display: block;
    font-size: 0.37rem;
    color: #fff;
    width: 9.2rem;
    margin: 0.89rem auto;
    height: 1.07rem;
    line-height: 1.07rem;
    background-color: #E70012;
    border: 0.01rem solid #E70012;
    border-radius: 0.11rem;
    cursor: pointer;
    outline: none;
}

.jq_quotation_wrap .jq_immedi_apply_wrap p {
    font-size: 0.32rem;
    color: #333;
    text-align: center;
    padding-bottom: 0.67rem;
}
/*jk add Begin*/
.jq_quotation_wrap .free_tips {
    position: relative;
}

.jq_quotation_wrap .free_tips .tips {
    position: absolute;
    left: 11%;
    bottom: 16%;
}

.jq_quotation_wrap .free_tips .tip1 .hr {
    display: block;
    width: 1.2rem;
    height: 1px;
    background: #333;
}

.jq_quotation_wrap .free_tips .tip1 {
    line-height: .8rem;
    font-size: .37rem;
    color: #333;
}

.jq_quotation_wrap .free_tips .tip1 .circle {
    display: inline-block;
    width: .13rem;
    height: .13rem;
    vertical-align: middle;
    background: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.jq_quotation_wrap .free_tips .tip2 {
    margin-top: .13rem;
    line-height: 1.1;
    font-size: .48rem;
    color: #666666;
}

.jq_quotation_wrap .free_tips .tip2 .num {
    color: #ff0f0f;
}

.jk_submit_success_page{
    min-width: 320px;
    max-width: 768px;
    margin: 0 auto;
}
.jk_submit_success_page img{
    display: block;
    width: 100%;
}

/*jk add End*/
/*智能报价 结束*/


.jk_dialog_apply_design,
.jk_dialog_apply_design_public {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 410;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.jk_dialog_apply_design_public.active,
.jk_dialog_apply_design.active {
    display: block;
}

.jk_dialog_apply_design_public .dialog_content,
.jk_dialog_apply_design .dialog_content {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    animation-duration: .3s;
    animation-fill-mode: both;
}

.jk_dialog_apply_design_public .dialog_content .close_btn,
.jk_dialog_apply_design .dialog_content .close_btn {
    position: absolute;
    right: -16px;
    top: -16px;
    padding: 3px;
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.jk_dialog_apply_design_public .dialog_content .close_btn:hover,
.jk_dialog_apply_design_public .dialog_content .close_btn:hover i,
.jk_dialog_apply_design .dialog_content .close_btn:hover,
.jk_dialog_apply_design .dialog_content .close_btn:hover i {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jk_dialog_apply_design_public .dialog_content .close_btn i,
.jk_dialog_apply_design .dialog_content .close_btn i {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: url("../../images/pub/dialog_close_btn.png") no-repeat center;
    background-size: 100% 100%;
}

.jk_dialog_apply_design_public .dialog_content .top_img,
.jk_dialog_apply_design .dialog_content .top_img {
    display: block;
    width: 100%;
}

.jk_dialog_apply_design_public .form_wrap,
.jk_dialog_apply_design .form_wrap {
    padding: 20px 50px;
    background: #fff;
}

.jk_dialog_apply_design_public .form_wrap h1,
.jk_dialog_apply_design .form_wrap h1 {
    margin: 0;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}

.jk_dialog_apply_design_public .form_wrap h2,
.jk_dialog_apply_design .form_wrap h2 {
    margin: 15px 0;
    text-align: center;
    color: #666;
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.jk_dialog_apply_design_public .form_wrap h2 em,
.jk_dialog_apply_design .form_wrap h2 em {
    color: #ff3d3d;
    font-style: normal;
}

.jk_dialog_apply_design_public .form_wrap .input_box,
.jk_dialog_apply_design .form_wrap .input_box {
    padding: 0 0 0 10px;
    margin-bottom:5px;
    border: 1px solid #e5e5e5;
}

.jk_dialog_apply_design_public .form_wrap .input_box input,
.jk_dialog_apply_design .form_wrap .input_box input {
    display: block;
    border: 0 none;
    color: #444;
    display: block;
    font-size: 14px;
    height:40px;
    line-height:40px;
    outline: medium none;
    width: 100%;
    background: transparent;
}

.jk_dialog_apply_design_public .form_wrap .select_box,
.jk_dialog_apply_design .form_wrap .select_box {
    position: relative;
    padding: 0;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
}

.jk_dialog_apply_design_public .form_wrap .select_area .sel_box i,
.jk_dialog_apply_design_public .form_wrap .select_box i,
.jk_dialog_apply_design .form_wrap .select_box i {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    /*缘起缘灭*/
    /*background: #fff url("/assets/pub/images/icon_sprite_01.png") no-repeat -130px 20px;*/
    background: #fff url("/assets/home/images/icon_sprite_01.png") no-repeat -130px 20px;
}

.jk_dialog_apply_design_public .form_wrap .select_area .sel_box select,
.jk_dialog_apply_design_public .form_wrap .select_box select,
.jk_dialog_apply_design .form_wrap .select_box select {
    display: block;
    padding-left: 15px;
    padding-right: 50px;
    width: 100%;
    border: 0 none;
    color: #444;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    background: transparent;
}

.jk_dialog_apply_design_public .form_wrap .select_area {
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
}

.jk_dialog_apply_design_public .form_wrap .select_area .sel_box.fl {
    border-right: 1px solid #e5e5e5;
}

.jk_dialog_apply_design_public .form_wrap .select_area .sel_box {
    position: relative;
    padding: 0;
    width: 132px;
}

.jk_dialog_apply_design_public .form_wrap .submit_btn,
.jk_dialog_apply_design .form_wrap .submit_btn {
    display: block;
    margin-top: 20px;
    width: 100%;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    outline: medium none;
    background: #e70012;
    cursor: pointer;
}

.jk_dialog_apply_design_public .form_wrap .bottom_info,
.jk_dialog_apply_design .form_wrap .bottom_info {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.jk_dialog_apply_design_public .form_wrap .bottom_info b,
.jk_dialog_apply_design .form_wrap .bottom_info b {
    color: #e70012;
    font-weight: normal;

}

.noData{
    width:100%;
    font-size:18px;
    text-align:center;
    margin-top:50px;
    padding-bottom: 50px;
}
.tip_item {
    padding-left: 10px;
    padding-right: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #FF8A00;
    margin-right:10px;
    display: inline-block;
    border: 1px solid rgba(255,138,0,.3)
}