.enterWidth{
    width: 1200px;
    margin: 0 auto;
}
/* ---------------------------------------------商家入驻 首页------------------------------------ */
/* 顶部 */
.fitop{
    position:fixed;
    top: 0;
    width: 100%;
    box-shadow: 7px 1px 4px 0px #eaeef2;
    z-index: 2;
}
.enter_top .logo{
    width: 199px;
    height: 50px;
    margin-right: 100px;
    margin-top: 25px;
}
.enter_top ul li{
    display: inline-block;
    line-height: 100px;
    margin-right: 30px;
}
.enter_top ul li a{
    color: #393939;
    display: block;
}
.enter_top ul li.active{
    border-bottom: 3px solid #ff7e00;
}
.enter_top>a:last-child{
    width: 135px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ff7e00;
    margin-top: 33px;
}
/* banner */
.tbanner{
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-top: 100px;
}
.tbanner img{
    width: 100%;
    height: 100%;
}
/* 优势 */
.advantage{
    margin-top:50px;
}
.advantage .title p{
    margin-top: 13px;
}
.advantage ul li{
    display: inline-block;
    width: 33%;
    text-align: center;
    margin-top: 40px
}
.advantage ul li div{
    margin-top: 10px;
}
/* 流程 */
.flow{
    margin-top:48px;
    margin-bottom: 48px;
}
.flow ul li{
    display: inline-block;
    background: #fff;
    width: 22%;
    height: 110px;
    overflow: hidden;
    padding: 20px 20px;
    margin-top: 48px;
    margin-right: 11%;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow:  4px 2px 8px 0px #e0e3e6;
}
.flow ul li:nth-child(3n){
    margin-right: 0;
}
.flow ul li div:nth-child(1){
    width: 30px;
    height: 30px;
    padding: 10px;
    float: right;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-shadow: 4px 2px 8px 0px #ebf1f5;
}
.flow ul li img{
   width: 30px;
   height: 30px;
}
.flow ul li .buzhou{
    margin-top: 50px;
}
.flow ul li div{
    line-height:21px;
}
/* 底部banner */
.nbanner{
    width: 100%;
    height:250px;
    overflow: hidden;
    background: url("../../images/enter_merchant/nbanner.jpg") no-repeat center;
    background-size: 100%;
}
.nbanner>div{
    margin-top:80px; 
}
.color_f5f5f5 {
    color: #f5f5f5;
}
.nbanner>div p{
    margin-top: 20px;
}
/* 欢迎 锚点3 */
.welcome{
    display: flex;
    margin:74px auto 95px;
}
.welcome ul {
    width: 50%;
}
.welcome ul li input{
    border:1px solid #ccc;
    padding-left: 5px;
    height:38px;
    border-radius: 5px;
}
.welcome ul li .tjkey{
    line-height: 35px;
}
.welcome ul li.name input{
    width: 100%;
}
.welcome ul li.phone input{
    width: 260px;
}
.welcome ul li.phone{
    display: flex;
    justify-content: space-between;
}
.welcome ul li.btn{
    margin-top: 55px;
    line-height: 40px;
    border-radius: 5px;
}
/* 公共底部清除上边距 */
.help{
    margin-top: 0!important
}
/* ---------------------------------------------入驻资质----------------------------------- */
.apti_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.apti_banner{
    width: 100%;
    overflow: hidden;
}
.apti_banner img{
    width: 100%;
    height: 100%;
}
/* 供应商资质 */
.supply{
    margin-top:64px;
}
.supply .title p{
    margin-top: 13px;
}
.color_c4c3c3{
    color: #c4c3c3;
}
.color_000{
    color: #000;
}
.supply .title p span{
    display: inline-block;
    min-width: 200px;
    margin:0 20px;
}
.supply table{
    width: 100%;
    margin-top: 53px;
    text-align: center;
}
.supply table tr{
    height: 62px;
}
.supply table th,td{
    border:1px solid #ccc;
    font-size: 16px;
    color: #999;
}
.supply table th{
    background: #eee;
    text-align: center;
    color: #313131;
    font-weight: 700;
}
/* 商品资质证件 */
.commodity table th{
    background: #999;
    color: #fff;
}
/* 说明 */
.explain {
    margin-bottom: 60px;
}
.explain ul{
    margin-top: 40px;
}
.explain ul li{
 line-height: 30px;
 font-size: 16px;
 color: #646464;
 margin-top: 10px;
}
/* ---------------------------------------------申请开店----------------------------------- */

.apply_main{
    border: 1px solid #eaeaea;
    width: 94%;
    margin: 30px 3%;
}
.apply_main .one a{
    margin:60px auto;
    display: inline-block;
    width: 152px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
}
.apply_main .one a:hover{
    color: #fff;
}
/* 开通步骤 */
.apply_main .two {
    width: 90%;
    margin: 0 auto;
}
.apply_main .two ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.apply_main .two ul li img{
    width: 79px;
    height: 79px;
}
.apply_main .two ul span{
    margin-right: 40px;
}
.apply_main .two .open_buzhou{
    margin: 40px 0 40px;
    color:#0e0e0e;
}
.apply_main .two .open_buzhou p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}
