/*重置*/
/* 
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
} */

a,
img {
    border: 0;
}

body {
    font: 14px/180% Arial, Helvetica, "Microsoft YaHei";
    color: #666;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
    margin: auto;
    padding: 0;
}

html,
body,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
img,
p,
span,
a {
    margin: 0px;
    padding: 0px;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
}

img {
    display: block;
}

textarea {
    font-family: "Microsoft YaHei";
}

input,
select,
option,
button {
    margin: 0;
    font-family: "Microsoft YaHei";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border: 1px solid #d8be8b;
}

i,
em {
    font-style: normal;
}

q:before,
q:after {
    content: '';
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover {
    color: #d8be8b;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.additions{
    position: fixed;
    top :120px;
    right: 340px;
}
.text_c {
    text-align: center
}

.text_r {
    text-align: right
}

.cb:after,
.f_cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.cb li {
    zoom: 1;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /*display: inline-block;*/
    zoom: 1;
}

#LRMINIWIN{
    width: 330px!important;
    height: 540px!important;


}
#LR_miniframe{
    height: 540px!important;
}
