html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: '';
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
a {
    text-decoration: none;
}
.clearfix,
.city-select .city-cont dl,
.city-select .city-txt {
    *zoom: 1;
}
.clearfix:after,
.city-select .city-cont dl:after,
.city-select .city-txt:after {
    content: ' ';
    display: table;
    height: 0;
    clear: both;
}
h2 {
    border-left: 2px solid #00468c;
    padding-left: 10px;
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.info {
    padding-top: 30px;
}
.info h3,
.info p {
    line-height: 2;
}
.info h3 {
    color: #333;
    font-size: 16px;
}
.info p {
    color: #666;
    font-size: 14px;
}
.info p.careful {
    color: #dc7171;
}
.info th,
.info td {
    border: 1px solid #ccc;
    padding: 10px;
}
.info th {
    font-weight: bold;
}
.info td {
    color: #666;
}
.city-select {
    width: 100%;
    font-size: 0;
    position: relative;
    display: inline-block;
}
.city-select .city-cont dl,
.city-select .city-txt {
    *zoom: 1;
}
.city-select .city-cont dl:after,
.city-select .city-txt:after {
    content: ' ';
    display: table;
    height: 0;
    clear: both;
}
.city-select.down .city-info {
    border-bottom-color: #fff;
}
.city-select.down .city-info:after {
    border-top: none;
    border-bottom: 6px solid #ccc;
}
.city-select.multi .city-pavilion + .city-info .not-search {
    display: none;
}
.city-select.multi .city-pavilion + .city-info .not-search[class~='not-val'] {
    display: block;
}
.city-select.multi .city-pavilion.hide + .city-info .city-input {
    display: none;
}
.city-select.multi .city-pavilion.hide + .city-info .city-input[class~='not-val'] {
    display: block;
}
.city-select.multi .city-pavilion + .multi-type .city-input {
    display: block;
}
.city-select.multi .city-pavilion.hide + .multi-type .city-input[class~='not-val'] {
    display: block;
}
.city-select.multi .city-pavilion.hide + .multi-type .search-show {
    display: block;
}
.city-select.disabled .city-info {
    background-color: #eef1f6;
    cursor: not-allowed;
}
.city-select.disabled .city-info span {
    background-color: #eef1f6;
}
.city-select.disabled .city-info span:hover i {
    display: none;
}
.city-select.disabled .city-info span + .city-input {
    display: none;
}
.city-select.disabled .city-info input {
    cursor: not-allowed;
}
.city-select.readonly .city-info {
    cursor: default;
}
.city-select.readonly .city-info span:hover i {
    display: none;
}
.city-select.readonly .city-info span + .city-input {
    display: none;
}
.city-select.readonly .city-info input {
    cursor: default;
}
.city-select .city-info {
    /* border: 1px solid #ccc;
    background-color: #fcfcfc; */
    cursor: pointer;
    width: 100%;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 8px 20px;
    padding-top: 0;
    text-align: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.city-select .city-info:after {
    content: '';
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #333;
    border-radius: 2px;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 17px;
    right: 5px;
    -moz-transition: border 0.2s;
    -o-transition: border 0.2s;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
}
.city-select .city-info.multi-type span {
    background: none;
    padding: 5px 0;
    margin-right: 0;
}
.city-select .city-info.multi-type .span-over {
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.city-select .city-info.multi-type .city-input {
    display: block;
    width: 100%;
}
.city-select .city-info.multi-type .city-input.hide {
    display: none;
}
.city-select .city-info span {
    /* background-color: #f5f5f5; */
    border-radius: 2px;
    color: #333;
    cursor: default;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}
.city-select .city-info span + .city-input {
    width: auto;
}
.city-select .city-info span i {
    color: #fff;
    cursor: pointer;
    background: #ffbfbf;
    border-radius: 100%;
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 0;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.city-select .city-info span i:after {
    content: '\D7';
    font-size: 12px;
}
.city-select .city-info span:hover i {
    visibility: visible;
    opacity: 1;
}
.city-select .city-info .city-input,
.city-select .city-info span {
    display: inline-block;
    vertical-align: middle;
}
.city-select .city-input {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.city-select .city-input.hide {
    display: none;
}
.city-select .city-input em {
    color: #999;
    display: block;
    font-style: normal;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
.city-select input[type='text'] {
    background: transparent;
    border: none;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    width: 100%;
    height: 24px;
    line-height: 24px\9;
    padding: 0 5px;
    outline: none;
}
.city-select .city-pavilion,
.city-select .city-list {
    border: 1px solid #00468c;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    margin-top: -1px;
    text-align: left;
    transition-duration: 400ms;
    transform: translateY(0);
    opacity: 1;
    overflow: hidden;
}
.city-select .city-pavilion.hide,
.city-select .city-list.hide {
    transform: translateY(-2%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.city-select .city-pavilion {
    box-shadow: 0 2px 5px #ddd;
    width: 476px;
}
.city-select .city-tabs {
    /* border-bottom: 1px solid #ccc; */
    background: #fbfbfb;
    font-size: 0;
}
.city-select .city-tabs a {
    border-bottom: 2px solid transparent;
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 0 6px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    bottom: -1px;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.city-select .city-tabs a:hover {
    border-bottom-color: #00468c;
}
.city-select .city-tabs a.active {
    border-bottom-color: #00468c;
    color: #00468c;
    cursor: default;
}
.city-select .city-tabs a.forbid {
    color: #bbb;
    cursor: not-allowed;
}
.city-select .city-tabs a.forbid:hover {
    border-bottom-color: transparent;
}
.city-select .city-cont {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 0;
    position: relative;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.city-select .city-cont dl:first-child dd {
    margin-left: 0;
}
.city-select .city-cont dt,
.city-select .city-cont dd {
    display: inline-block;
    vertical-align: top;
    float: left;
}
.city-select .city-cont dt {
    color: #00468c;
    font-size: 16px;
    width: 28px;
}
.city-select .city-cont dd {
    font-size: 14px;
    width: 421px;
    margin-top: -10px;
    margin-left: -10px;
    padding-bottom: 20px;
}
.city-select .city-cont dd a {
    color: #666;
    display: inline-block;
    padding: 5px 7px;
    margin-top: 5px;
    margin-left: 5px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.city-select .city-cont dd a:hover {
    background: #f5f5f5;
    border-radius: 2px;
}
.city-select .city-cont dd a.active {
    background: #00468c;
    border-radius: 2px;
    color: #fff;
    box-shadow: 0 0 5px #ddd;
}
.city-select .city-cont dl {
    transition-duration: 400ms;
    opacity: 1;
    transform: translateX(0);
}
.city-select .city-cont dl.hide {
    display: none;
    opacity: 0;
    transform: translateX(5%);
}
.city-select .city-list {
    font-size: 0;
    width: 298px;
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.city-select .city-list li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 10px 5px;
    position: relative;
    margin-bottom: -1px;
}
.city-select .city-list li:first-child {
    border-top: none;
}
.city-select .city-list li:hover {
    background-color: #f9f9f9;
}
.city-select .city-list li.active {
    border-left: 2px solid #00468c;
    background-color: #f0fbfd;
}
.city-select .city-list li.hover {
    border-bottom-color: #00468c;
    background-color: #f9f9f9;
    z-index: 2;
}
.city-select .city-list li.hover span {
    text-indent: 10px;
}
.city-select .city-list li.not-have {
    background-color: #fff;
    color: #999;
    font-size: 14px;
    cursor: not-allowed;
    line-height: 1.5;
    padding: 5px;
}
.city-select .city-list li.not-have strong {
    color: #00468c;
    font-style: normal;
    padding: 0 5px;
}
.city-select .city-list span {
    display: inline-block;
    font-size: 14px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.city-select .city-list span.spell {
    text-align: right;
    font-size: 12px;
    color: #00468c;
}
.city-select .city-txt {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    vertical-align: text-bottom;
    padding-top: 10px;
    padding-left: 20px;
}
.city-select .city-txt a,
.city-select .city-txt span {
    display: block;
    float: right;
    margin-right: 10px;
    vertical-align: top;
}
.city-select .city-txt em {
    font-style: normal;
}
.city-select .city-txt a {
    color: #dc8383;
}
.city-select .city-txt a:hover {
    color: #00468c;
}
.city-select .city-txt a i {
    background: url(http://images.vrm.cn/2017/07/26/del.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}
.city-select .city-txt span {
    letter-spacing: 2px;
}
.city-select .city-txt i {
    color: #00468c;
}
.city-select .city-tips {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    top: 5px;
    left: 50%;
    line-height: 36px;
    margin-left: -50px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B200000,endColorstr=#B200000);
    transition-duration: 400ms;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.city-select .city-tips.hide {
    transform: translateY(5%);
    opacity: 0;
    visibility: hidden;
}
