/*********       sherwin init  version 1.2.0      **********/
/*********       create at  2016.12.22      **********/
/*********       modify at  2017.04.07      **********/
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family:"微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
  line-height: normal;
  background: #fff;
	-webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, ul, dl, p, a, input, textarea {
  margin: 0;
  padding: 0;
}
p{
  word-break: break-all;
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: inherit;
  color: inherit;
  max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  max-width: 100%;
}
a,
a:link,
a:hover,
a:visited,
a:active{
	text-decoration:none;
  outline: 0;
  color: inherit;
}
ul li{
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
a,
input {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
a:focus,
input:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input:checked {
  outline: 0;
  border: 0;
  box-shadow: 0 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  
}
b, strong {
  font-weight: bold;
  word-break: break-all;
}
img, object, video, embed{
  max-width: 100%;
  height: auto;
  border: 0;
  outline: 0;
  vertical-align: middle;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  -webkit-appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}
.sw-table th,
.sw-table td{
  background-color: #fff;
  border: 1px solid #ddd;
}

.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.clear{
  clear: both;
}
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
