html {
    /* height: 100%; */
    background-color: #F8F6F7;
}

body {
    margin: 0;
}

.FX1 {
    display: flex;
    flex: 1;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    background: linear-gradient(to right, #1B75DD, #5AA6FF);
}

/* 分割线 */
.split {
    height: 0.5rem;
    background-color: #F8F6F7;
}

.recommendation {
    margin-top: 0.625rem;
}

.recommendation>.heading {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 1.25rem;
}

.recommendation>.heading>.title {
    font-size: 1.25rem;
    color: #333333;
    font-weight: Bold;

}

.recommendation>.heading>.labels {
    height: 1.1875rem;
    line-height: 1.1875rem;
    font-size: 0.75rem;
    color: #287DD7;
    background: #D1E7FF;
    margin-left: 0.375rem;
    padding: 0 0.5rem 0 0.5rem;
    border-radius: 8px 8px 8px 0px;
}

.recommendation>#Content>.Content {
    padding: 0.625rem 1rem 0.75rem 1rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.625rem;
    background-color: #fff !important;
    display: inline-block;
    width: calc(100% - 2rem);
    text-decoration: none;
}

.recommendation>#Content>.Content>.item {
    display: flex;
    align-items: center;
}

.recommendation>#Content>.Content>.item>.name {
    color: #333333;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: bold;
    max-width: 14.0625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendation>#Content>a:visited>.item>.name{
    color: #ffa100;
}

.recommendation>#Content>.Content>.item>.price {
    color: #1F7CE8;
    font-size: 0.8125rem;
    font-weight: bold;
}

.recommendation>#Content>.Content>.item>.cut {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
    color: #737C83;
    background-color: #F6F7F9;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.recommendation>#Content>.Content>.item>.cat {
    color: #585E66;
    margin-bottom: 0.5rem;
    margin-top: 0.3125rem;
    font-size: 0.75rem;
    width: 15.625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommendation>#Content>.Content>.item>.ico {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    margin-right: 0.3125rem;
    border: none;
}

.recommendation>#Content>.Content>.item>.company {
    color: #585E66;
    font-size: 0.75rem;
    line-height: 1.3125rem;
    max-width: 11.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendation>#Content>.Content>.item>.vip-img {
    height: .8rem;
    margin-left: 0.3125rem;
}

.recommendation>#Content>.Content>.item>.city {
    color: #585E66;
    font-size: 0.75rem;
    line-height: 1.3125rem;
    max-width: 7.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendation>#Content>.Content>.item>.type {
    color: #585E66;
    margin-left: 1.0625rem;
    position: relative;
    font-size: 0.75rem;

}

.recommendation>#Content>.Content>.item>.desc {
    color: #666;
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
}

.recommendation>#Content>.Content>.item>.type::before {
    content: '';
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background: #35DC82;
    border-radius: 50%;
    position: absolute;
    left: -0.375rem;
    top: 0.4375rem;
    /* margin-right:12rem; */
}

.search>.inp {
    width: 18rem;
    height: 1.75rem;
    margin-right: 0.625rem;
    background-color: #FFFFFF;
    border-radius: 2.5rem;
    border: none;
    outline: none;
    padding-left: 0.75rem;
}

.search>.spa {
    color: #FFFFFF;
    font-size: 0.78125rem;
}

.condition {
    height: 2.5rem;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #737C83;
    padding: 0 1rem 0 1rem;
}

.condition>.lx>.new {
    margin-right: 1.25rem;
}

.condition>.type {
    /*margin-left: 1.375rem;*/
}

.condition>.type::after {
    border-bottom: 5px solid #c7c7c7;
    border-left: 5px solid transparent;
    border-top: none;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transform: rotate(0);
    position: relative;
    top: 1px;
    left: 3px;
    transition: all 0.3s ease 0s;
}

.active {
    color: #333333;
}

.selected {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 400;
    margin-bottom: 1.25rem;

}

.selected .choice {
    margin-left: 1.5rem;
    color: #AAAEB1;
}

.selected .selected_value {
    color: #333333;
    padding-bottom: 0.25rem;
    border-radius: 0.125rem;
}

.bor {
    border-bottom: #1C85FF 40.125rem solid;
}

.selectList {
    overflow: auto;
    height: 57vh;

}

.selectList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
}

.selectList .select_item {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 400;
    color: #333333;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
}

.selectList .select_item img {
    width: 0.9375rem;
    height: 0.75rem;
}

.allselect {
    overflow: auto;
    height: 63vh;
    /* outline: 1px solid red;   */
}

.selectContent {
    overflow: auto;
    height: 57vh;
    /* border: 1px solid red; */
}

.selectContent::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
}


.allselectList_title {
    font-size: 0.875rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.3125rem;
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}

.allselectList_item {

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 清除中间空白 */
.allselectList_item::after {
    content: "";
    width: 6.25rem;
}

.update-time{
    font-size: 0.75rem;
    color: #737C83;
    /*line-height: 1.5rem;*/
}

/* 分页 */
.page{
    background: #fff;
    margin-bottom: 3.125rem;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5.333vw 0;
}

.pagination li {
    border: 1px solid #226ebc;
    text-align: center;
    padding: 2.133vw 8vw;
    font-size: 3.2vw;
    border-radius: 5.333vw;
    margin: 0 5.333vw;
}

.pagination li span {
    display: block;
    color: #6d6d6d;
}

.pagination li a {
    display: block;
    color: #226ebc;
}

a{
    text-decoration: none;
    color: #333;
}
li{
    list-style: none;
}

/*弹窗样式*/
.dialog {
    width: 100vw;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    z-index: 8;
}

.shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 2rem);
    height: 0;
    overflow: hidden;
    z-index: 9;
    background: #FFFFFF;
    transition: all .5s ease;
    border-radius: 1rem 1rem 0 0;
    padding: 0 1rem 1.75rem 1rem
}

.shadow .shadow_content {
    box-sizing: border-box;
    padding-top: 0.75rem;
}

.dialoghead {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.dialoghead>.title {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333333;
    font-weight: 500;
    margin-left: 1.5rem;
}

.dialoghead>img {
    width: 1.5rem;
    height: 1.5rem;
}

.allselect {
    overflow: auto;
    height: 63vh;
    /* outline: 1px solid red;   */
}

.selectContent {
    overflow: auto;
    height: 54vh;
    /* border: 1px solid red; */
}

.selectContent::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
}

.allselectList_title {
    font-size: 0.875rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.3125rem;
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}

.allselectList_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #737C83;
}
/* 清除中间空白 */

.allselectList_item::after {
    content: "";
    width: 6.25rem;
}

.allselectList_item span {
    width: 6.25rem;
    height: 1.75rem;
    font-size: 0.75rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    background: #F6F6F6;
    border-radius: 0.9375rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.625rem;
}

.checked {
    color: #1F7CE8 !important;
}

.footbotton {
    width: 100%;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0.75rem;
    box-shadow: 2px -2px 5px rgba(0,0,0,0.1);
    position: relative;
    bottom: 0.8rem;
}

.footbotton button {
    height: 2.125rem;
    width: 9.5rem;
    border-radius: 1.0625rem;
    opacity: 1;
    border: none;
}

.footbotton .reset {
    background: #D1E7FF;
    color: #1F7CE8;
}

.footbotton .determine {
    background: #1F7CE8;
    color: #FFFFFF;
}
/*弹窗样式*/
.icon-zuojiantou{
    color: #fff;
    margin-right: 0.3125rem;
    font-size: 1.09375rem !important;
}

.istop{
    font-size: 0.8125rem;
    line-height: 19px;
    padding: 1px 8px;
    color: #226EBC;
    background: rgba(34,110,188,0.1);
    border-radius: 2px;
    margin-left: 0.3125rem;
}

@media screen and (max-width: 800px) {
    input,textarea,.ivu-select{
        font-size: 13.664px !important;
    }
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

/* 提示 */
.sj_prompt {
    padding: 8vw 0;
    text-align: center;
    font-size: 4vw;
    color: #6d6d6d;
}