/* 
 * create by liuhongyang
 * date : 2019/04/10
 */

/*common start*/
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  padding: 4px 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Microsoft Yahei";
  background: #f7f7f7;
  color: #666;
}

a:link {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

a:hover {
  color: #00a0e9;
  /*font-size: 12px;*/
  text-decoration: underline;
  font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
  text-decoration:none
}

html {
  color: #333;
  font-size: 12px;
  font-family: "simsun", "Times New Roman", "宋体";
}

ul {
  margin: 0px;
  padding: 0px;
}

ul,
ol,
li {
  list-style-type: none;
  list-style-image: none;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

a em {
  cursor: pointer
}

.clear {
  clear: both
}

em {
  font-style: normal;
  color: #c00;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px
}

table,
th,
td {
  border: 1px solid #dedede;
}

button,
input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.center-wrap {
  width: 1200px;
  margin: 0 auto;
}

.inline-block {
  display: inline-block;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c3c3c3;
}

/*common end*/

/*header start*/
/*.header a {
  color: #666 !important;
}*/

.header-top {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background: rgb(246, 246, 246);
  border-bottom: 1px solid rgb(233, 233, 233)
}

/*header end*/