.turn-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.turn-page .num {
    display: flex;
    align-items: center;
}

.turn-page .num a,
.turn-page .prev,
.turn-page .next {
    width: .4rem;
    height: .4rem;
    background: #aeafaf;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    margin: 0 .05rem;
}

.turn-page .num a.now,
.turn-page .prev.now,
.turn-page .next.now {
    background: #ff4900;
}

.fw1 {
    padding-top: .9rem;
    padding-bottom: 1rem;
}

.fw1-top {
    margin-bottom: .6rem;
    display: flex;
    justify-content: space-between;
}
.fw1 .map-box{
    display: flex;
    justify-content: space-between;
}
.fw1 .map-box .map{
    width: 9.2rem;
    flex: 0 0 9.2rem;
    border:1px solid #707070;
    height: auto;
}
.fw1 .map-box .map #allmap{
    width: 100%;
    height: 100%;
}
.fw1 .map-box .myShops-list{
    position: relative;
    min-height: 6rem;
    width: 4.4rem;
    flex:  0 0 4.4rem;
}



.fw1 .map-box .myShops-list  .swiper-button-next::after,
.fw1 .map-box .myShops-list  .swiper-button-prev::after {

    display: none;
}
.fw1 .map-box .myShops-list  .swiper-button-next,
.fw1 .map-box .myShops-list  .swiper-button-prev{
    width: .52rem;
    height: .52rem;
    bottom: .25rem;
    top: auto;

}
.fw1 .map-box .myShops-list  .swiper-button-next{
    left: .65rem;
    bottom: 0;
    background: url(../img/next2.png) center no-repeat;
    background-size: 100%;
}
.fw1 .map-box .myShops-list  .swiper-button-prev{
    right: 1.2rem;
    left: 0;
    bottom: 0;
    background: url(../img/prev2.png) center no-repeat;
    background-size: 100%;
}
.fw1 .map-box .swiper{
    height: 100%;
}
.fw1 .map-box .swiper-wrapper .swiper-slide{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fw1 .map-box .myShops-list .shop-info{
    display: flex;
    align-items: flex-start;
    padding: .25rem 0;
    border-bottom: 1px solid #dadadb;
    cursor: pointer;
}
.fw1 .map-box .myShops-list .shop-info .num{
    margin-right: .3rem;
    font-size: .32rem;
    color: #ff4900;
    font-family: "font_M";
    font-weight: bold;
}
.fw1 .map-box .myShops-list .shop-info  .name
{
    margin-bottom: .1rem;
    font-size: .24rem;
    font-family: "font_M";
    font-weight: bold;
    color: #707070;
}
.fw1 .map-box .myShops-list .shop-info  .adr
{
    font-size: .16rem;
    font-family: "font_M";
    font-weight: bold;
    color: #707070;
}


.fw1-top .search {
    padding: 0 .2rem;
    box-sizing: border-box;
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    border-radius: .25rem;
    border: 1px solid #939393;
    box-sizing: border-box;
    font-size: .18rem;
    color: #bdbebe;
    outline: none;
    
}
.fw1-top .search form{
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.fw1-top .search input {
    width: 80%;
    height: .46rem;
    line-height: .46rem;
    background: transparent;
}

.fw1-top .search button {
    width: 10%;
    height: 100%;
    cursor: pointer;
    
}
.fw1-top .search button span{
    display: inline-block;
    height: 100%;
    width: .5rem;
    background: url(../img/top-logo.png) -2rem 0rem no-repeat;
    background-size: 3.55rem;
}
.fw1-top #area {
    display: none;
}

.fw2 {
    padding-top: .7rem;
    padding-bottom: .9rem;
}

.fw2-tit {
    margin-bottom: .4rem;
    font-family: "font_M";
    font-weight: bold;
}

.fw2-tit .cn {
    font-size: .42rem;
    color: #3b3c3c;

}

.fw2-tit .en {
    font-size: .42rem;
    color: #9d9d9e;
}
.fw2-tit .en img{
    width: 3.15rem;
}
.fw2-list {
    margin-bottom: .75rem;
    font-family: "font_M";
    font-weight: bold;
}

.fw2-list .list-tit {
    position: relative;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
    padding-left: .3rem;
    padding-right: .55rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.fw2-list .list-tit::after {
    content: "";
    position: absolute;
    right: 0;
    width: .55rem;
    height: .8rem;
    background: url(../img/fw/ar.png) left center no-repeat;
    background-size: .2rem;
}

.fw2-list li.on .list-tit::after {
    background: url(../img/fw/ar-on.png) left center no-repeat;
    background-size: .24rem;
}

.fw2-list li.on .list-tit,
.fw2-list li .list-tit:hover {
    background: #ff4900!important;
    color: #fff;
}

.fw2-list li:nth-of-type(odd) .list-tit {
    background: #f6f6f6;
}

.fw2-list li:nth-of-type(even) .list-tit {
    background: #edeeee;
}

.fw2-list .list-cont {
    padding: .25rem .3rem .5rem .3rem;
    box-sizing: border-box;
    font-size: .16rem;
    color: #707070;
    display: none;
}

.fw2-list li.on .list-cont {
    display: block;
}

.fw3 {
    padding-top: .8rem;
    padding-bottom: 1.2rem;
}

.fw3-cont {
    display: flex;
    justify-content: space-between;
}

.fw3-cont .fw3-txt {
    width: 3.14rem;
    height: 5.74rem;
    flex: 0 0 3.14rem;
}

.fw3-cont .form-box {
    padding: .35rem .4rem;
    box-sizing: border-box;
    width: 9.4rem;
    border-radius: .3rem;
    border: 1px solid #bababa;
    box-sizing: border-box;
    background: #edeeee;
}

.fw3-cont .form-tit {
    font-size: .45rem;
    color: #3c3d3d;
    margin-bottom: .35rem;
}

.fw3-cont .form-box .box1 {
    display: flex;
    justify-content: space-between;
}

.fw3-cont .form-box .box1 input {
    font-size: .18rem;
    padding: 0 .25rem;
    box-sizing: border-box;
    width: 4rem;
    height: .64rem;
    line-height: .64rem;
    border: 1px solid #989898;
}

.fw3-cont .form-box .city-box {
    display: flex;
    justify-content: space-between;
    margin: .3rem 0;
    height: .64rem;
}

.fw3-cont .form-box .city-box select {
    padding: 0 .25rem;
    box-sizing: border-box;
    width: 2.55rem;
    height: 0.64rem;
    line-height: .64rem;
    border: 1px solid #989898;
    font-size: .18rem;
    color: #bdbebe;
    outline: none;
}

input::input-placeholder {
    color: #bdbebe !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bdbebe !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #bdbebe !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bdbebe !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bdbebe !important;
}

.fw3-cont .form-box textarea {
    font-size: .18rem;
    line-height: .64rem;
    width: 100%;
    height: 3rem;
    border: 1px solid #bababa;
    box-sizing: border-box;
    resize: none;
    padding: 0 .25rem;
    margin-bottom: .3rem;

}

.fw3-cont .form-box .submit {
    display: block;
    margin: 0 auto;
    width: 1.5rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
    background:#ff4900;
    border-radius: .2rem;
}

.fw4 {
    padding-top: .8rem;
    padding-bottom: 1.2rem;
}

.fw4 .fw4-cont {
    display: flex;
    justify-content: space-between;
}

.fw4 .txt-box {
    width: 4rem;
    font-family: "font_M";
}

.fw4 .txt-box .cn {
    font-size: .42rem;
    font-weight: bold;
    color: #3b3c3c;
}

.fw4 .txt-box .en {
    padding-bottom: .2rem;
    margin-bottom: .55rem;
    font-size: .72rem;
    font-weight: bold;
    border-bottom: 1px solid #9d9d9e;
    color: #9d9d9e;
}

.fw4 .txt-box .desc {
    font-size: .18rem;
    font-weight: bold;
    line-height: 2em;
    color: #8e8e8e;
}

.fw4 #map {
    width: 9.2rem;
    height: 6.5rem;
    flex: 0 0 9.2rem;
}


