body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: .16rem;
}

html {
    font-size: 100px;
}


/* 鍒濆鍖栨爣绛惧湪鎵€鏈夋祻瑙堝櫒涓殑margin銆乸adding鍊 */

fieldset,
img {
    border: 0 none;
}


/* 閲嶇疆fieldset锛堣〃鍗曞垎缁勶級銆佸浘鐗囩殑杈规涓?*/

dl,
ul,
ol,
menu,
li {
    list-style: none
}


/* 閲嶇疆绫昏〃鍓嶅绗﹀彿涓簅nne,menu鍦℉TML5涓湁鏁 */

blockquote,
q {
    quotes: none
}


/* 閲嶇疆宓屽寮曠敤鐨勫紩鍙风被鍨 */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}


/* 閲嶇疆宓屽寮曠敤*/

input,
select,
textarea,
button {
    vertical-align: middle;
    outline: none;
    border: none;
}


/* 閲嶇疆琛ㄥ崟鎺т欢鍨傜洿灞呬腑*/

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}


/* 閲嶇疆琛ㄥ崟button鎸夐挳鏁堟灉 */


/* body {background:#fff}   閲嶇疆body 椤甸潰鑳屾櫙涓虹櫧鑹 */

body,
th,
td,
input,
select,
textarea,
button {
    line-height: 1;
    font-family: "寰蒋闆呴粦", "绮椾綋";
}


/* 閲嶇疆椤甸潰鏂囧瓧灞炴€ */

a {
    text-decoration: none;
    color: #000;
}


/* 閲嶇疆閾炬帴a鏍囩 */

a:active,
a:hover {
    text-decoration: none
}

input:focus-visible {
    outline: none;
}


/* 閲嶇疆閾炬帴a鏍囩鐨勯紶鏍囨粦鍔ㄦ晥鏋 */

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal
}


/* 閲嶇疆鏍峰紡鏍囩鐨勬牱寮 */

caption {
    display: none;
}


/* 閲嶇疆琛ㄦ牸鏍囬涓洪殣钘 */

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}


/* 閲嶇疆table灞炴€ */

img {
    max-width: 100%;
    vertical-align: middle
}


/* 鍥剧墖鍦ㄥ綋鍓嶈鍐呯殑鍨傜洿浣嶇疆 */

i {
    font-style: normal;
}


/* 椤甸潰璁剧疆 */


/* 鍙栨秷a鏍囩鐐瑰嚮鍚庣殑铏氱嚎妗 */

a {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a[href] {
    cursor: pointer;
}
/*娓呴櫎娴姩--鎺ㄨ崘浣跨敤*/


/* 娓呮娴姩 */

.clear {
    zoom: 1;
}

.clear:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.rt {
    float: right;
}

.lt {
    float: left;
}


/*鏂囨湰瓒呭嚭鏄剧ず鐪佺暐鍙?/

.ehn,
.otw,
.tow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.inner {
    width: 14rem;
    margin: 0 auto;
}
.ehn2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}