* {
    padding: 0;
    margin: 0;
}

.container {
    padding: 0 160px;
    max-width: none;
    box-sizing: border-box;
    overflow: scroll;
}

.warpper {

    /*border: 1px solid gray;*/

}

.top-warp {
    /*height: 100px;*/
    width: 100%;
    display: flex;
    /*padding-top: 30px;*/
    align-items: center;
}

.center {
    text-align: center;
}

.city {
    /*margin-left: 30px;*/
    display: flex;
    /*position: absolute;*/
    align-items: center;
    flex-direction: row;

}

.search {

    display: flex;
    /*margin: 0 auto;*/
    flex-direction: row;
    align-items: center;
}

.search-input {
    height: 30px;
    width: 500px;
    margin-right: 10px;
}


.price {
    height: 60px;
    width: 100%;
    display: flex;
    line-height: 60px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.price-title {
    width: 100px;
    text-align: center;
    border-right: 1px solid gray;

}

.price span {
    padding: 10px 25px;
    background-color: rgba(242, 242, 242, 1);
    margin-left: 30px;
}


.price input {
    width: 80px;
    height: 36px;
    margin-left: 20px;
}

.city-list {

    width: 100%;

    background-color: #fff;
    /* display: flex;
flex-wrap: wrap; */
    margin: 10px auto;
    /*padding-bottom:50px;*/
}

.city-list-warp {

    /*height: 300px;*/
    padding: 0 35px;
    /* margin-left: 50px; */
    margin-bottom: 10px;

}

.city-list-img {
    /*width: 100%;*/
    /*height: 250px;*/
    /*background-color: blue;*/
    /*border-radius: 10px;*/
    width: 384.71px;
    height: 257px;
}

.city-list-name {
    width: 100%;
    /*text-align: center;*/

}

.my-tablist-box {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tagbar {
    width: 52px;
    height: 20px;
    background: red;
    text-align: center;
    margin-right: 10px;
    line-height: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
}

.my-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    font-weight: 700;
    margin: 10px 0;
}

.my-secend-title {
    font-size: 13px;
    margin: 10px 0;
    margin-top: 0px;
}

.select-one {
    cursor: pointer;
}

.select-one-active {
    border: 1px solid red;
}

.search-box {
    width: 100%;
    height: 60px;
    display: flex;
    padding: 20px 20px;
    /*border: 1px solid gainsboro;*/
    align-items: center;
}

.search-btn-class {
    width: 70px;
    height: 40px;
    background: #FF7D1E;
    border-radius: 0px 4px 4px 0px;
    text-align: center;
    line-height: 40px;
    font-family: MicrosoftYaHeiUI;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.my-fuwu {
    display: flex;
}

.my-fuwu-left {
    /*border: 1px solid gainsboro;*/
    padding: 10px 20px;
    width: 10%;
}

.my-fuwu-right {
    width: 85%;
    display: flex;
    /*border: 1px solid gainsboro;*/
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.my-fuwu-right-item {
    /*padding: 10px 20px;*/
    width: 112px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.my-fuwu-right-activItem {
    background: #FFFFFF;
    border: 1px solid rgba(255, 125, 30, 1);
    border-radius: 4px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #FF7D1E;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}

.my-money-class {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fuwulm-item {
    padding: 0 10px;
    margin-right: 11px;
    width: 250px;
    height: 64px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    /*border: 1px solid gainsboro;*/
    border-radius: 4px;
    /*margin-left: 52px;*/
    /*margin-bottom: 20px;*/
    background: #FFF7EB;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FF7D1E;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}

.fuwulm-item-active {
    padding: 0 10px;
    margin-right: 11px;
    width: 250px;
    height: 64px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    /*border: 1px solid gainsboro;*/
    border-radius: 4px;
    /*margin-left: 52px;*/
    /*margin-bottom: 20px;*/
    background: #FF7D1E;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}