﻿@charset "utf-8";
*{margin:0;padding:0;box-sizing: border-box;outline: none;}
ul,li{list-style-type: none}
body{
    color:#333;
    font-size:14px;
    font-family:"微软雅黑";
    text-align: center;
    background-color: #ebeff8;
}
html{min-width:1200px;}
input,select,option,textarea{font-family: inherit}
a{text-decoration: none}
a:link{color:#333}
a:visited{color:#333}
a:hover{color:#e22323}
a:active{color:#333}

a:hover img{
	opacity:.85
}
table{table-layout: fixed; word-break: break-all;}
img{ width: auto;max-width: 100%; max-height: 100%;}/*== div图片溢出问题 ==*/
