/* 公共 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td, ul, li
{
    margin: 0;
    padding: 0;
}
ul
{
    list-style: none;
}
img
{
    border: none;
    width: 100%
}
body
{
    background: #fff;
}
a
{
    text-decoration: none;
}
/* 其他 */
.tijiao {
    background-image: url(../images/mo_bg.html);
    background-position: center;
    padding: 10px 30px 45px 30px;
	overflow:hidden;
    margin-bottom: 30px;
}
.tijiao span {
    display: block;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.2rem;
    padding: 30px 0 10px 0;
}
.tijiao span input {
    background: transparent;
    border: none;
    outline: 0;
    width: 82%;
	color:#000;
    font-size: 14px;
}
.di_bms {
    height: 0.3rem;
    margin-top: 10px;
}
.tijiao a {
    display: block;
    width: 50%;
    text-align: center;
    border-radius: 90px;
    font-size: 1rem;
    color: #fff;
    background-color: #FD5D48;
    line-height: 3rem;
    margin: 1rem auto;
	margin-top:30px;
}
input:-webkit-input-placeholder { /* WebKit browsers */ 
color: #fff;
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #fff;
} 
input:-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #fff;
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #fff;
} 
.guding {
    width: 100%;
    height: 60px;
    bottom: 0;
    background-color: #FD5D48;
    z-index: 9999999;
}
.guding ul {
    display: block;
}
.guding ul li
{
    padding: 7px 0;
    float: left;
    width: 49%;
    line-height: 23px;
    text-align: center;
}
.fixed {
    position: fixed;
}