/*模板*/
.main {
    /* background-color: #efeff4; */
    background-color: #EFEFF6;
    height: 100%;
}

.banxin {
    width: 1200px;
    margin: 0 auto;
}

.tp-header{
    /* background-color: white; */
    height: 120px;
}

.tp-body{
    /* background-color: white; */
    height: 100%;
}

.tp-footer{
    background-color: #1f1f1f;
    /* display: flex;
    flex-direction: column; */
    height: 320px;
    border-top: 1px solid #d1d1d1;
}


/* 通用样式 */
*{ 
    margin:0;padding:0;  outline: 0;  vertical-align: baseline; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html{ 
    font-size: 10px;
}
body {
    font-size: 16px;
}
input,select,button{ 
     font-size:100%;
     outline:0;
     vertical-align:middle;
     -webkit-appearance: none;
 }
button{
    border: 0;
    background-clip: padding-box;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
ol,ul,li { list-style:none;}
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img{ 
     border:none;
     vertical-align:baseline;
}
a, a:link, a:visited{
     color:#000;
     text-decoration:none;
}
/* a:hover{ 
    color:#000; 
    text-decoration:underline;
} */
/* 标签属性，textarea,input 强制输入时内容超出时换行，打断 */
textarea,input{ 
    word-wrap:break-word; 
    word-break:break-all; 
} 
/* span,p,div{ 
    word-wrap:break-word;
}  */
.lf{ float:left; }
.rt{ float:right; }
.clearfix{ content: ''; display: block; clear: both; }



