﻿body {
    font: 14px/1 "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif;
    color: #333
}

body,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed
}

table td {
    vertical-align: middle;
    border: none
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1
}

i,
em {
    font-style: normal;
    font-weight: 400;
    font-size: 14px
}

li {
    list-style: none
}

input[type=submit],
button,
input[type=button] {
    cursor: pointer
}

input,
select,
button,
textarea {
    line-height: normal;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%
}

input,
button,
textarea,
select {
    font-family: microsoft yahei, Tahoma, Arial, Helvetica, Sans-serif;
    color: #333
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
    cursor: pointer
}

a:hover {
    color: #eb7d23
}

::-webkit-scrollbar {
    width: 16px;
    height: 16px
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 4px solid transparent
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(185, 165, 150, .2) inset
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px #235f4d inset
}

::-webkit-scrollbar-corner {}

.zcityGroup {
    *zoom: 1;
}

.zcityGroup:after {
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    content: '\0020'
}

.zcityGroup .zcityItem {
    position: relative;
    z-index: 0;
    float: left;
    width: 32.33333333%;
}

.zcityGroup .zcityItem .zcityItem-head {
    border: 1px solid #eee;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    padding: 0 25px 0 5px;
    background: #fff
}

.zcityGroup .zcityItem .zcityItem-head:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    z-index: 0;
    right: 5px;
    /*background: url(/phone/img/ico-triangle-down.png) right center no-repeat;*/
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.zcityGroup .zcityItem .zcityItem-head .currentValue {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    background: #fff;
    padding: 0;
    cursor: default;
}

.zcityGroup .zcityItem .zcityItem-main {
    position: absolute;
    z-index: 2;
    left: 0!important;
    top: 100%!important;
    width: 100%!important;
    visibility: hidden;
    opacity: 0;
    background: #fff
}

.zcityGroup .zcityItem .zcityItem-main .cityContainer {
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5
}

.zcityGroup .zcityItem .zcityItem-main .citylist {}

.zcityGroup .zcityItem .zcityItem-main .cityTips,
.zcityGroup .zcityItem .zcityItem-main .citylist .cityitem {
    padding: 0 20px;
    display: block;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    cursor: default;
}

.zcityGroup .zcityItem .zcityItem-main .cityTips:hover,
.zcityGroup .zcityItem .zcityItem-main .citylist .cityitem:hover {
    background: #f5f5f5
}

.zcityGroup .zcityItem.on .zcityItem-main {
    visibility: visible;
    opacity: 1
}

.zcityGroup .zcityItem.on .zcityItem-head:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.demoTable {
    width: auto
}

.demoTable th {
    padding: 10px;
    text-align: left
}

.demoTable td {
    padding: 10px
}

.demoTable .td-04 {
    width: 300px
}
