﻿@import url(common.css); /* 引用公共样式 */
/*------------------------------------------以下开始,以上为保留样式--------------------------------------------------*/
body,html{font-size:14px;background:#f9f9f9;}
.center{max-width:1280px;}
.navc2:empty{display:none!important;}
.bot2c.active a{color:#009688;}
.bot2{height:53px;}
.layui-laydate-footer{text-align:left;}
.bot2b{height:53px;}
.item:last-child{border-bottom:none;}

@keyframes animIn {
    from{display:block;margin-top:10px;opacity:0;}
    to{margin-top:0;opacity:1;}
}
@media screen and (min-width:769px) {
    .all{min-width:1380px;}
    
}
@media screen and (max-width:768px) {
    .all{min-width:480px;}
    
}
@media screen and (max-width:575px) {
}
