.btn-located{
    text-align: center;
    padding: 50px 0 80px;
}
.btn-located a{
    display: inline-block;
    background-color: #7871FE;
    font-size: 20px;
    color: #fff;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-decoration: none;
}
@media (min-width:992px) and (max-width: 1200px){
    .btn-located a{
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-radius: 30px;
    }
    .btn-located{
        padding: 40px 0 60px;
    }
}
@media (min-width:768px) and (max-width: 991px){
    .btn-located a{
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-radius: 30px;
    }
    .btn-located{
        padding: 30px 0 40px;
    }
}
@media (max-width:767px){
    .btn-located a{
        width: 130px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        border-radius: 30px;
    }
    .btn-located{
        padding: 15px 0 20px;
    }
}
/***商家入驻流程***/
.located-flow-box{
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}
.located-flow-box .title{
    font-size: 40px;
    color: #333;
    text-align: center;
}
.located-flow-box .sub-title{
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
.located-flow-box .con{
    width: 100%;
    padding-left: 140px;
    padding-right: 140px;
}
.located-flow-box .step{
    padding-top: 30px;
}
.located-flow-box .step-list{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    color: #999;
    font-size: 30px;
    background-color: #fff;
    cursor: pointer;
}
.located-flow-box .last .icon-box{
    display: inline-block;
    width: 30px;
    height: 60px;
    background-image: url("http://www.fy1y.com/theme/shop_gg/img/prosperity.png");
    background-size: 30px 21px;
    background-repeat: no-repeat;
    background-position: center;
}
.located-flow-box .line{
    width: 2px;
    height: 30px;
    background-color: #fff;
    margin-left: 29px;
}
.located-flow-box .step-list.active,
.located-flow-box .last.active{
    transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2); 	/* IE 9 */
    -moz-transform:scale(1.2,1.2); 	/* Firefox */
    -webkit-transform:scale(1.2,1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2,1.2); 	/* Opera */
    background-color: #7871FE;
    color: #fff;
}
.located-flow-box .last.active .icon-box{
    background-image: url("http://www.fy1y.com/theme/shop_gg/img/prosperity_white.png");
}
.located-flow-box .step01-con .con-title{
    font-size: 20px;
    color: #333;
}
.located-flow-box .step01-con .con-sub-title{
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 10px;
}
.located-flow-box .step01-con .contact{
    margin-bottom: 40px;
    padding-top: 30px;
}
.located-flow-box .step01-con .map-box{
    width: 100%;
    height: 500px;
}
.located-flow-box .step02-con{
    padding-left: 100px;
}
.located-flow-box .step02-con .con-title{
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    padding-top: 120px;
}
.located-flow-box .step02-con .info-lixt li{
    margin-bottom: 30px;
    font-size: 14px;
    color: #333;
    padding-left: 30px;
    position: relative;
}
.located-flow-box .step02-con .info-lixt li:before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #7871FE;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 5px;
}
.located-flow-box .step02-con .img-box img{
    width: 80%;
}
.located-flow-box .step03-con .hint-txt{
    font-size: 20px;
    color: #333;
    padding-left: 100px;
    padding-top: 150px;
}
.located-flow-box .step03-con .img-box img{
    width: 80%;
}
.located-flow-box .step04-con .hint-txt{
    font-size: 20px;
    color: #333;
    padding-left: 100px;
    padding-right: 60px;
    padding-top: 90px;
    line-height: 1.8;
}
.located-flow-box .step04-con .img-box img{
    width: 80%;
}
.located-flow-box .step05-con{
    text-align: center;
}
.located-flow-box .step05-con .first-line{
    font-size: 30px;
    color: #333;
    padding-top: 60px;
}
.located-flow-box .step05-con .first-line span{
    font-size: 100px;
}
.located-flow-box .step05-con .second-line{
    font-size: 14px;
    color: #333;
    margin-bottom: 80px;
}
.located-flow-box .step04-con .hint-txt{
    font-size: 14px;
    color: #333;
}
@media (max-width: 1199px){
    .located-flow-box{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .located-flow-box .title{
        font-size: 32px;
    }
    .located-flow-box .sub-title{
        margin-bottom: 15px;
        font-size: 18px;
        margin-top: 15px;
    }
    .located-flow-box .con{
        padding-left: 30px;
        padding-right: 30px;
    }
    .located-flow-box .step{
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: -ms-flexbox;
        align-items: center;
    }
    .located-flow-box .line{
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin-left: 0;
    }
    .located-flow-box .step01-con.info-box{
        overflow: hidden;
        margin-bottom: 30px;
    }
    .located-flow-box .step01-con.info-box .contact{
        float: left;
        margin-bottom: 0;
    }
    .located-flow-box .step01-con.info-box .tel{
        float: left;
        padding-top: 30px;
        padding-left: 100px;
    }
    .located-flow-box .step02-con{
        padding-left: 15px;
    }
    .located-flow-box .step02-con .con-title{
        font-size: 18px;
        margin-bottom: 30px;
        padding-top: 40px;
    }
    .located-flow-box .step02-con .info-lixt li{
        float: left;
        margin-right: 30px;
        padding-left: 20px;
    }
    .located-flow-box .step02-con .company-info{
        /*padding-left: 200px;*/
    }
    .located-flow-box .step03-con .hint-txt{
         font-size: 18px;
         padding-left: 0;
         padding-top: 40px;
         padding-bottom: 40px;
         text-align: center;
     }
    .located-flow-box .step04-con .hint-txt{
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
}
@media (max-width: 767px){
    .located-flow-box{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .located-flow-box .title{
        font-size: 22px;
    }
    .located-flow-box .sub-title{
        margin-bottom: 15px;
        font-size: 16px;
        margin-top: 15px;
    }
    .located-flow-box .step01-con .con-sub-title{
        margin-bottom: 15px;
    }
    .located-flow-box .con{
        padding-left: 15px;
        padding-right: 15px;
    }
    .located-flow-box .step-list{
        width: 40px;
        height: 40px;
        border-radius: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .located-flow-box .last .icon-box{
        width: 20px;
        height: 40px;
        background-size: 20px 14px;
    }
    .located-flow-box .step01-con.info-box .contact{
        float: none;
    }
    .located-flow-box .step01-con.info-box .tel{
        float: none;
        padding-left: 0;
    }
    .located-flow-box .step02-con .con-title{
        font-size: 16px;
    }
    .located-flow-box .step03-con .hint-txt{
        font-size: 15px;
        line-height: 1.8;
    }
    .located-flow-box .step04-con .hint-txt{
        font-size: 15px;
        line-height: 1.8;
    }
}

/***常见问题***/
.problem .title{
    text-align: center;
    color: #333;
    font-size: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.problem .title span{
    vertical-align: middle;
}
/*.problem .title a.btn{
    display: inline-block;
    font-size: 20px;
    background-color: #4DD4B0;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    vertical-align: middle;
    margin-left: 30px;
}*/
.problem .online-contact a{
    margin-top: 15px;
    text-decoration: none;
    font-size: 20px;
    color: #7871FE;
}
.problem .category{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.problem .category li{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
}
.problem .category li a{
    display: block;
    background-color: #ccc;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    padding: 15px 60px;
}
.problem .category li.active a{
    background-color: #7871FE;
}
@media (min-width:768px) and (max-width: 1200px){
    .problem .title{
        font-size: 30px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .problem .title span.btn{
        font-size: 16px;
        padding: 8px 15px;
        border-radius: 25px;
        margin-left: 30px;
    }
    .problem .category li a{
        padding: 10px 50px;
    }
}
@media (max-width:768px){
    .problem .category li a{
        padding: 8px 30px;
    }
    .problem .title{
        font-size: 22px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .problem .title span.btn{
        font-size: 14px;
        padding: 5px 15px;
        border-radius: 25px;
        margin-left: 15px;
    }
}
.problem .problems-list{
    box-shadow:0px 0px 29px 0px rgba(229,228,234,0.8);
    -webkit-box-shadow: 0px 0px 29px 0px rgba(229,228,234,0.8);
    -o-box-shadow: 0px 0px 29px 0px rgba(229,228,234,0.8);
    -moz-box-shadow: 0px 0px 29px 0px rgba(229,228,234,0.8);
    margin-bottom: 30px;
    padding: 30px;
}
.problem .problems-list .item-title{
    font-size: 20px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 30px;
}
.problem .problems-list .item-sub-title{
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    word-break: break-all;
}
.problem .problems-list .item-title span,
.problem .problems-list .item-sub-title span{
    font-size: 20px;
    color: #333;
    line-height: 1.8;
    margin-right: 10px;
}
.form-box{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 767px){
    .form-box{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .problem .online-contact a{
        font-size: 15px;
    }
}
.step02-details,
.step03-details,
.step04-details,
.step05-details{
    display: none;
}