body,html{
width: 100%;
min-height: 100%;
height: auto;
font-size: 14px;
}
body{
background: -moz-linear-gradient(top, rgba(113, 152, 130, 1), rgba(38,154, 196, 1)) ;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(113, 152, 130, 1)), to(rgba(38,154, 196, 1))) ;
background: -o-linear-gradient(top, rgba(113, 152, 130, 1), rgba(38,154, 196, 1));
}
.row{
margin-left: 0;
margin-right: 0;
width: 100%;
}
.row>div{
padding: 0;
}
ul,li{
list-style: none;
}
/*公共头部 start*/
.fanxtctop{
color: #fff;
text-align: center;
margin-top: 7px;
margin-bottom: 10px;
}
.fanxtctop>div>div{
height: 25px;
line-height: 25px;
padding: 4px 0;
}
.fanxtctop>div>div>.tt{
font-size: 18px;
padding:0 58px;
text-align: center;
position: relative;
}
.fanxtctop>div>div i{
font-size: 20px;
position: absolute;
left: 10px;
}
.fanxtctop>div>div .r{
position: absolute;
right: 10px;
}
/*公共头部 end*/