@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html{font-size: 10px;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{position: relative; background: #fff;color: #5d5d5d;font-size: 1.4rem;line-height:1;font-family:Helvetica,Arial,Tahoma,sans-serif;-webkit-user-select:none;width: 100%;overflow-x: hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:moz-none;user-select:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
img{max-width:100%; height: auto; font-size: 18px; border:0;vertical-align:middle;-ms-interpolation-mode:bicubic;}
a{text-decoration:none;}
a:focus,a:hover,a:active,a:visited,input{outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}
.btn:active,.btn:visited{ color: #fff;}
input,button{vertical-align:middle;border: 1px solid #95b8e7;font-family:Helvetica,​Arial,​Tahoma,​sans-serif;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:focus {outline:none;}
/* 公共颜色 */
.cell{
    display: flex;
}
.cell .cell-bd{
    flex:1;
}
.flex-column{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.vertical-center{
    align-items: center;
}
.align-center{
    justify-content: center !important;
}
.align-between {
    justify-content: space-between !important;
}
.justify-end{
    justify-content: flex-end  !important;
}
.align-end{
    align-items: flex-end;
}
.align-start{
    align-items: flex-start;
}
.align-conten-center{
    align-content: center;
}
.align-around {
    justify-content: space-around !important;
}
.align-evenly {
    justify-content: space-evenly !important;
}

.vertical-align{
    align-items: center;
}
.block-9{color: rgba(0,0,0,.9);}
.block-8{color: rgba(0,0,0,.8);}
.block-7{color: rgba(0,0,0,.7);}
.block-6{color: rgba(0,0,0,.6);}
.block-5{color: rgba(0,0,0,.5);}
.block-4{color: rgba(0,0,0,.4);}
.block-3{color: rgba(0,0,0,.3);}
.block-2{color: rgba(0,0,0,.2);}
.block-1{color: rgba(0,0,0,.1);}
.line-clamp{
    display: -webkit-box !important; /*两行溢出隐藏*/
    /* word-break: break-all;*/
    word-break: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.line-clamp1{
    -webkit-line-clamp:1;
}
.line-clamp2{
    -webkit-line-clamp:2;
}
.line-clamp3{
    -webkit-line-clamp:3;
}
.line-clamp4{
    -webkit-line-clamp:4;
}
.line-clamp5{
    -webkit-line-clamp:5;
}
.text-space-nowrap {
    white-space: nowrap;
}
.text-break-all {
    word-break: break-all;
    word-wrap: break-word;
}
.text-justify{
    text-align: justify;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-middle{
    vertical-align: middle;
}
.text-red{
    color: #FF3C3C;
}
/* /公共颜色 */

#__vconsole{
    display: none;
}



/* 底部加盟留言 start */
.new-JoinMessage{
    left: 0;
    width: 4.50667rem;
    height: 0.93333rem;
    background: url(https://mstatic.jia400.com/static/images/newFixedBg-2.png) left center no-repeat;
    background-size: contain;
}

.new-dialog .new-JoinDialog{
    position: relative;
    width: 9.06667rem;
    background: url(/static/images/newdialog/kc-dialog.png) center top no-repeat;
    background-size: contain;
    height: 12rem;
    color: #fff;
    text-align: left;


}
.new-dialog .new-JoinDialog form{
    padding: 2.13rem 0 0;
    width: 8.16rem;
    margin: 0 auto;
    background: transparent;
    border-radius: 0.05333rem;
}
.new-dialog .new-JoinDialog form .field{
    background: transparent;
    font-size: 0.4rem;
    margin-bottom: 0.21rem;
}
.new-dialog .new-JoinDialog .field-title{
    /* margin-bottom: 0.21rem; */
}
.field-title2{
    font-size: 0.35rem;
}
.new-dialog .new-JoinDialog .field-industry{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.new-dialog .new-JoinDialog .field-industry .industry-item{
    margin-top: 0.21rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.56rem;
    height: 0.8rem;
    background: #FFFFFF;
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    color: rgba(0,0,0,0.7);
    font-size: 0.35rem;
}
.new-dialog .new-JoinDialog .field-industry .industry-item.active{
    background: #FBC83B;
    color: #FF3B13;
}
.new-dialog .new-JoinDialog form .field .field-select,.new-dialog .new-JoinDialog form .field .field-input{
    height: 0.8rem;
    background: #FFFFFF;
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    box-sizing: border-box;
    margin-top: 0.21rem;

}
.new-dialog .new-JoinDialog form .field .field-select{
    margin-bottom: 0.43rem;
}
.new-dialog .new-JoinDialog form .field .field-select select{
    font-size: 0.35rem;
    padding-left: 0.32rem;
    box-sizing: border-box;
}
.new-dialog .new-JoinDialog form .field .field-input{
    display: flex;
    align-items: center;
    height: 0.96rem;
    padding:0 0.32rem;

}   
.new-dialog .new-JoinDialog form .field .field-input .i-tel{
    color: #ED1C24;
    font-size: 0.6rem;
}
.new-dialog .new-JoinDialog form .field select, .new-dialog .new-JoinDialog form .field input{
    width: 100%;
    height: 100%;
    border: none;
    color: rgba(0,0,0,0.7);
    background-color: #fff;

}
.new-dialog .new-JoinDialog form .btn{
    width: 100%;
    height: 1.07rem;
    background: #FBC83B;
    box-shadow: 0rem 0.08rem 0.16rem 0.03rem rgba(191,26,26,0.5);
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    font-size: 0.48rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #ED1C24;
    margin-top: 0.54rem;
}
.new-dialog .new-JoinDialog .txt-1{
    opacity: 0.7;
    font-size: 0.32rem;
}

.new-dialog .new-JoinDialog .txt-2{
    margin-top: 0.32rem;
    font-size: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(250,250,250,0.7);
}
.new-dialog .new-JoinDialog .txt-2 .i-trumpet{
    margin-right: 0.1rem;
    color: #fff;
}
.new-dialog .new-JoinDialog .txt-2 .num{
margin: 0 0.1rem;
}
/* 底部加盟留言 end */


.new-dialog .new-brandMessageDialog{
    position: relative;
    width: 8.68rem;
    height: 14.88rem !important;
    background: url(/static/images/newdialog/brand-message.png) center top no-repeat !important;
    background-size: contain !important;
}
.new-dialog .new-brandMessageDialog label{
    margin-left: 0 !important;
}   
.new-dialog .new-brandMessageDialog .txt_1 {
    position: absolute;
    left: 4.5rem;
    top: 0.75rem;
    width: 4rem;
    line-height: .42667rem;
    font-size: .34667rem;
    color: #fff;
    text-align: left;
}
.new-dialog .new-brandMessageDialog .txt_1>p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-dialog .new-brandMessageDialog form{
    padding: 0;
    padding-top: 2.00667rem;
    height: 7.81333rem;
    background: 0 0;
    width: 7.25rem;
}

.new-dialog .new-brandMessageDialog .field input[name=phone]{
    width: 100%;
    box-sizing: border-box;
    border: 0.01rem solid rgba(0,0,0,0.08);
}
.new-dialog .new-brandMessageDialog .problem-list{
    margin-bottom: 0.64rem;

}
.new-dialog .new-brandMessageDialog .problem-list .problem-item{
    width: 100%;
    height: 0.96rem;
    background: rgba(0,0,0,0.04);
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    padding: 0 0.32rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.21rem;
    box-sizing: border-box;
}
.new-dialog .new-brandMessageDialog .problem-list .problem-item.active{
    background: #EA3E4F;
    color: #ffffff;
}
.new-dialog .new-brandMessageDialog .problem-title{
    font-size: 0.4rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}
.new-dialog .new-brandMessageDialog  .tis-label{
    display: flex;
    align-items: center;
}
.new-dialog .new-brandMessageDialog .rcode{
    display: block;
    margin-top: 2.23rem;
    margin-left: 1.57333rem;
    width: 2.13333rem;
    height: 2.13333rem;
}
.new-dialog .new-brandMessageDialog .txt_1 .num{
    font-weight: 700;
    color: #FCEE21;
}
.new-dialog .new-brandMessageDialog .btn{
    margin-top: 0.43rem;
    width: 6.13rem;
    height: 1.01rem;
    background: linear-gradient(90deg, #FF6476 0%, #FF3842 100%);
    border-radius: 0.53rem 0.53rem 0.53rem 0.53rem;
    font-size: 0.43rem;
}
/* 品牌留言  end*/ 

/* 一年能赚多少钱  start*/ 

.one-w.g_newGetJoinReport .hot-industry .title{
    font-size: 0.4rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0.21rem;
}
.one-w.g_newGetJoinReport .inner{
    margin: 0 auto;
    width: 9.38667rem;
    height:11.17rem ;
    background: url(https://mstatic.jia400.com/static/images/new-getJoinReportBg.png) center top no-repeat;
    background-size: cover;
    border-radius: 0.15rem;

}
.one-w.g_newGetJoinReport{
    height: 11.7rem;
}
.one-w.g_newGetJoinReport .inner h3{
    padding-top: 1.52rem;
}
.one-w.g_newGetJoinReport .hot-industry{
    margin-bottom: 0.43rem;
}
.one-w.g_newGetJoinReport .hot-industry .industry-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.one-w.g_newGetJoinReport .hot-industry .industry-list .industry-item{
    margin-bottom: 0.21rem;
    width: 2.56rem;
    height: 0.8rem;
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    opacity: 1;
    border: 0.01rem solid rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.35rem;
    color: rgba(0,0,0,0.7);
}
.one-w.g_newGetJoinReport .hot-industry .industry-list .industry-item.active{
    background: rgba(255,59,19,0.08);
    color: #FF3B13;
    border-color: #FF3B13;
}
.one-w.g_newGetJoinReport .field input, .one-w.g_newGetJoinReport .field select {
    border: 0.01rem solid rgba(0,0,0,0.3) ;
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
}

.one-w.g_newGetJoinReport form{
    height: 8.05rem;
}
.one-w.g_newGetJoinReport .field select {
    height: 0.8rem ;
    font-size: 0.35rem;
    color:#000000
}
.one-w.g_newGetJoinReport .field input{
    height: 0.96rem ;
    font-size: 0.35rem;
} 
.one-w.g_newGetJoinReport .field input::placeholder{
    font-size: 0.35rem;
}
.one-w.g_newGetJoinReport .btn{
    font-size: 0.4rem;
    height: 1.07rem;
}
 

/* 一年能赚多少钱  end*/ 


/* 底部的加盟预算 start */

.joinBudgetDialog_v3 .w-joinBudget-form-v3 .select-group{
    display: flex;
    justify-content: space-between;
}
.new-dialog .joinBudgetDialog_v3 .w-joinBudget-form-v3 .select-group select{
    width: 3.95rem;
    box-sizing: border-box;

}

/* 底部的加盟预算 start */

/* 微信获取资料 */

.wechat-get{
    width: 100%;
    height: 1.28rem;
    border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
}
.wechat-get img{
    width: 100%;
    height: 100%;
}