li,
img,
ul,
div,
button,
html,
body,
a,
span,
p,
h3,
h1,
h2,
input,
option {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "微软雅黑";
}
.infos{
    margin: 0 auto;
    width: 1200px; 
    padding-top: 30px;
    padding-bottom: 86px;
}
 .infos header{
    font-size: 36px;
    color: #222;
    text-align: center;
}
.line{
    margin: 20px auto;
    width: 1200px; 
    border-bottom: 1px solid #CCC;
}
/*.item {
    line-height: 30px;
    font-size: 16px;
    color: #343434;
    margin-bottom: 30px;
    text-indent:2em; 
} */

.ulli
{
    text-indent: 2em;
    margin-bottom: 40px;
}
.ulli ul li
{
    text-indent: 0;
    font-size: 16px;
    line-height: 30px;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.ulli ul li p
{
    text-indent: 2em;
}
/* .ulli ul .specialLi
{
    margin-left: 1em;
    text-indent: 0;
    list-style-position: outside;
} */
h3{
   margin-bottom: 28px;
   font-size: 22px;
   font-weight: bold;
   color: #333; 
}
.application
{
    margin-bottom: 40px;
    padding-top: 12px;
}
.item{
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 30px;
}
.item p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}
.item2 p{
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 30px;
}
.specialP
{
    margin-bottom: 10px;
    font-weight: 600;
}
.copy{
    margin-left:2px;
    margin-bottom: -2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.toast{
    width: 200px;
    height: 40px;
    position: fixed;
    top: 20px;
    left: 50%;
    /* margin-left: -100px; */
    transform: translateX(-50%);
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}























