
.wct_select_city_checked {position: absolute;z-index: 555555; border-radius: 5px;min-width: 130px; top: 28px; }.wct_select_city_checked:before {content: '';position: absolute;left: 25px;border-style: solid; border-width: 0 9px 9px 9px;top: -9px;}.wct_select_city_checked .wct_select_city_checked_div {padding: 10px;color: white;}.wct_select_city_checked .wct_select_city_checked_div b {display: block;}.wct_select_city_checked .wct_select_city_checked_div a, .wct_select_city_checked .wct_select_city_checked_div span {border-bottom: 1px dashed white;cursor: pointer;}.wct_select_city_checked .wct_select_city_checked_div span {margin-left: 15px;}.wct_select_city_checked:before, .wct_select_city_0:hover .wct_select_city:before {
    border-color: transparent transparent #57a552 transparent;}.wct_select_city_checked { background: #57a552;}
    

    .wct_city_header {
        position: relative;
    }


    .wct_city_header_d i { 
        padding-right: 10px;
    }
    .wct_city_header_d { 
        cursor: pointer;
    }

    input.wc_cities_input {
        width: 100%;
        margin: 0;
        color: #555;
        border-color: #ccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
        color: #555;
        float: none;
        padding: 6px 12px;
    }
    .wc_cities_list_ul_city {
        max-height: 220px;
        overflow-y: scroll;    left: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }



    .wc_cities_list_ul_city ul {
        background: none repeat scroll 0 0 #ffffff;
        border-top: 1px dotted #ccc;
        display: none;
        margin-top: 0; 
        position: relative;
        top: -1px;
        padding-bottom: 10px;
        padding-left: 0;
        list-style-type: none;   
    }
    .wc_cities_list_ul_city ul li {
        background: inherit;
        border-color: #ccc;
        border-image: none;
        border-style: solid;
        border-width: 0 1px;
        display: block;
        font-size: 14px;
        font-weight: normal;
        padding: 4px 12px;cursor: pointer;
    }

    .wc_cities_list_ul_city ul li:hover {
        background: #cccccc;
    }

    .wct_cityform {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #3535358a;
        height: 100%;    
        z-index: 1000;    
        color: #2d2d2d;
    }

    .wct_cityform>div {
        display: block;
        top: 10%;
        position: relative;
        width: 100%;
        max-width: 680px;
        z-index: 200;
        background-color: white;
        margin: 0 auto;
    }

    .wct_cityform_title {
        font-size: 22px;
        font-weight: normal;
        padding: 10px 0px;
        text-align: center;
    }

    .wct_cityform_close {
        cursor: pointer;
        opacity: 0.5;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .wct_cityform_main {padding: 0 0 25px 0;}

    .wct_cityform_main_0 {
        padding: 0 25px 25px;
    }

    .wct_cityform_main>ul {
        column-count: 3; list-style: none;
        padding: 0;
    }

    .wct_cityform_main>ul a {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
    }

    .wct_cityform_main>ul a:hover {
        text-decoration: underline;
    }
    .wc_cities_title {
        font-weight: 600;
    }

    .wct_cityform_font {
        height: 100%!important;
        top: 0!important;
        width: 100%!important;
        max-width: 100%!important;
        z-index: 1!important;
        position: absolute!important;
        background: none!important;
        
    }