@charset "utf-8";
*{margin:0; padding:0; box-sizing: border-box; -moz-box-sizing:border-box;transition: all .3s ease-in-out;} 
ul, ol, li{list-style:none}
img{vertical-align: middle; border:none}
a { text-decoration: none; color: inherit;}
a:hover { text-decoration: none;} 
input,textarea{outline: none;} 
body{font-family: "微软雅黑"; font-size: 14px; color: #333; background: #f6f6f6;min-width: 375px;}
.fl{ float: left;}.fr{ float: right;}.clear{ clear: both;}
.fl.reverse{ float: right;}.fr.reverse{ float: left;}

.looker_main{ background-color: #fff;}
.looker_width{max-width: 1400px; margin: 0px auto; padding: 0 20px;}
.looker_position{width: 1400px; max-width: 100%; margin: 0px auto; padding: 20px; overflow: hidden;display: flex;align-content: center;justify-content: space-between;}

@keyframes looker_load{ 0%{transform: scale(1);} 100%{transform: scale(1.2);} }