﻿.xht_ss_tab {
    border-right: 0;
}

#ton_0,
#ton_1,
#ton_2
 {
    /*border-left: 1px solid #ddd;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
#ton_0 >span,
#ton_1 >span,
#ton_2 >span,
#exp_0 >span,
#exp_1 >span,
#exp_2 >span {
    margin-right: 3px;
}

/*.paixu a i.up {
    margin-top: 10px;
}

.paixu a {
    width: 80px;
}*/

.mall_area {
    width: 130px;
    height: 45px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #E5E5E5;
}

.area_text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.areaLeft_img{
    width:22px;
    height:18px;
}
.areaLeft_imgA {
    display: none;
    width: 22px;
    height: 18px;
}
.mall_area .area_text:hover .areaLeft{
    color: #FF4400;
    font-weight:bold;
}

.mall_area .area_text .areaLeft_city:hover {
    color: #FF4400;
}
.mall_area .area_text:hover .areaLeft_img {
    display: none
}
.mall_area .area_text:hover .areaLeft_imgA{
    display:block
}
.area_text .el-icon-circle-close {
    color: #FF4400;
}
/**/
/*.area_text .el-icon-circle-close:hover {
    color: #ff4502
}
*/
.area_con {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 360px;
    height: auto;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    background: #fff;
    z-index: 200;
    text-indent: 0;
    padding-bottom: 10px;
}

.area_input {
    width: 350px;
    height: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 5px;
}

    .area_input:focus {
        outline: none
    }

.area_botBox {
    width: 100%;
    height: 250px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

.area-common {
    /*    display: flex;
    align-items: center;
    box-sizing: border-box;*/
    /*padding: 0 10px;*/
}

.area-bot {
    /*   width: 100%;
    height: 195px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 0 0 10px;*/
}

.area-bot-left {
    text-align: left;
    width: 30px;
    /*text-align: center;*/
    color: rgba(233, 157, 66, 1);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -5px;
}

.area-bot-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.area-bot-item {
    width: 20%;
    height: 30px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height:30px
}

    .area-bot-item:hover {
        color: #e99d42
    }

.areaCommont_left {
    color: #333;
    font-weight: 500;
}

.areaCommont_right span {
    margin: 0 5px;
    cursor: pointer;
}

    .areaCommont_right span:hover {
        color: #e99d42
    }

.py-areaSearch {
    position: absolute;
    width: 358px;
    background-color: #fff;
    z-index: 1;
    padding: 0 10px;
    box-sizing: border-box;
}

.py-searchTop {
    width: 340px;
    height: 30px;
    color: #6C6C6C;
    font-size: 14px;
    border-bottom: 1px solid #BBBBBB;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    line-height:30px;
}

.py-searchBot {
    width: 331px;
    height: 215px;
    padding: 10px 5px 0;
    overflow-y: auto;
    text-align: left;
}

.py-searchItem {
    width: 290px;
    height: 30px;
    padding: 0 8px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

    .py-searchItem:hover {
        color: #e99d42;
        background: #ffefe8;
    }

.py-searchActive {
    color: #e99d42;
    background: #ffefe8;
}

.py-areaKey {
    max-width: 210px;
    height: 30px;
    color: #e99d42;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.area_empty {
    cursor: pointer;
    color: #c2a8a8;
    position: absolute;
    right: 10px;
}

.area_empty2 {
    cursor: pointer;
    color: #c2a8a8;
}

.areaLeft,
.areaLeft_city {
    max-width: 70px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    margin-right: 5px;
}

/*.areaActive,
.el-icon-circle-close {
    color: rgba(233, 157, 66, 1);
}*/

.mall_guide {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999999
}

.mall_guideBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.mallGuide_serach {
    width: 125px;
    height: 50px;
    border: 2px dashed #fff;
    position: absolute;
    top: 58px;
    right: 32.1%;
}

.mallGuide_serachText {
    width: 500px;
    font-size: 16px;
    color: #fff;
    /*font-weight: bold;*/
    position: absolute;
    top: calc(100% + 10px);
    left: -100%;
    line-height: 25px;
}

.mallGuide_btn {
    width: 270px;
    height: 50px;
    border: 2px dashed #fff;
    position: absolute;
    top: 477px;
    right: 4px;
}

.mallGuide_btnText {
    width: 400px;
    font-size: 16px;
    color: #fff;
    /*font-weight: bold;*/
    position: absolute;
    top: calc(100% + 10px);
    left: -20%;
    line-height: 25px;
}

.mallGuide_area {
    width: 85px;
    height: 40px;
    border: 2px dashed #fff;
    position: absolute;
    top: 541px;
    left: 74px;
}

.mallGuide_areaText {
    width: 140px;
    font-size: 16px;
    color: #fff;
    /*font-weight: bold;*/
    position: absolute;
    top: calc(100% + 10px);
    left: -25%;
}


.mall_guideBtn {
    width: 269px;
    height: 38px;
    border-radius: 8px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    /*background-color:#ffffff;*/
    font-weight: bold;
    border: 1px solid #ffffff
}

.topMallSearch {
    width: 998px;
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
}
.mall_areaSmall {
    width: 100px;
}