html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0 none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
em,
i {
    font-style: normal;
    font-weight: normal;
}

ins {
    text-decoration: underline;
}

button {
    cursor: pointer;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

input::-ms-clear {
    display: none !important;
}

input {
    border: 0;
}

body {
    font: 14px PingFangSC, 'helvetica neue', 'hiragino sans gb', Tahoma, arial, 'microsoft yahei ui', 'Microsoft YaHei', simsun, sans-serif;
    background: #fff;
}

body,
html {
    min-width: 1200px;
    font-size: 14px;
    line-height: 1;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

.img-wrap {
    text-align: center;
}

.img-wrap img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.ann-nav .container {
    width: 1200px;
    margin: 0 auto;
}
.ann-top  .container {
    width: 1200px;
    margin: 0 auto;
}
.ann-banner .container {
    width: 1200px;
    margin: 0 auto;
}
.ann-fixed-srh .container {
    width: 1200px;
    margin: 0 auto;
}
.ann-form-tools .container {
    width: 1200px;
    margin: 0 auto;
}

.ann-limit  .container {
    width: 1200px;
    margin: 0 auto;
}

.ann-map .container {
    width: 1200px;
    margin: 0 auto;
}
.ann-hot-like .container {
    width: 1200px;
    margin: 0 auto;
}

/*涓€琛屾枃鏈秴鍑烘樉绀虹渷鐣ュ彿*/
.one-line {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*澶氳鏂囨湰瓒呭嚭鏄剧ず鐪佺暐鍙�*/
.two-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 鍙互鏄剧ず鐨勮鏁帮紝瓒呭嚭閮ㄥ垎鐢�...琛ㄧず*/
    -webkit-box-orient: vertical;
}

/*澶氳鏂囨湰瓒呭嚭鏄剧ず鐪佺暐鍙�*/
.three-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 鍙互鏄剧ず鐨勮鏁帮紝瓒呭嚭閮ㄥ垎鐢�...琛ㄧず*/
    -webkit-box-orient: vertical;
}

.placeholder {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.texplace {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    position: absolute;
    z-index: 2;
}

/*娓呴櫎娴姩浠ｇ爜*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

/* 鎬紓鐩掓ā鍨� */
.borderBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(165, 165, 165, 1);
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(165, 165, 165, 1);
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(165, 165, 165, 1);
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(165, 165, 165, 1);
}

/* 鍒嗛〉鏍峰紡 */

input::-ms-reveal {
    display: none;
}

input::-ms-clear {
    display: none;
}

:root {
    --basecolor: #10bbb8;
}

.ipt-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
