*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: Source Han Sans CN;
  font-size: 14px;
  color: #333333;
}

html,
body {
  width: 100%;
  height: 100%;
}

img,
input {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline-style: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

b {
  font-weight: 400;
}

i {
  font-style: normal;
}

button {
  border-style: none;
  outline: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.c {
  cursor: pointer;
}

.cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.disable {
  pointer-events: none;
}

.w {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.w1220 {
  width: 1220px;
  margin: 0 auto;
}

.w260 {
  width: 260px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-14 {
  margin-right: 14px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-75 {
  margin-right: 75px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-50 {
  padding-top: 50px !important;
}

.blue {
  color: #2C7DF2;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.pop-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10;
}

.popover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  display: none;
  z-index: 100;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
}

.popover .tit {
  height: 51px;
  line-height: 50px;
  border-bottom: 1px solid #2C7DF2;
  padding: 0 20px;
  font-size: 16px;
  color: #2C7DF2;
}

.popover .tit .close {
  font-size: 30px;
  float: right;
  cursor: pointer;
}

.popover .content {
  height: calc(100% - 51px);
  padding: 20px 40px;
}

.popover .btnCon {
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
}

.popover .btnCon button {
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #2C7DF2;
  border-radius: 4px;
  color: #fff;
}




.header {
  height: 40px;
  line-height: 40px;
  background: #333333;
  color: #FFFFFF;
}

.header a {
  color: #FFFFFF;
}

.header .line {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #999999;
  margin: 0 10px;
  vertical-align: middle;
}


/*  */
.webstat {
  height: 170px;
  background: #353535;
  padding: 28px 0;
  color: #999999;
}

.webstat .w>* {
  float: left;
}

.webstat .support {
  width: 308px;
  padding-left: 50px;
  padding-right: 66px;
  border-right: 1px solid #999999;
  text-align: center;
  font-size: 16px;
  margin-right: 72px;
}

.webstat .support p {
  font-size: 28px;
}

.webstat .company img {
  margin-bottom: 10px;
}

.webstat .company li {
  margin-top: 10px;
}

.webstat .wechat {
  width: 251px;
  height: 114px;
  border-left: 1px solid #666666;
  float: right;
  text-align: center;
  padding-left: 10px;
}

.footer {
  height: 49px;
  line-height: 49px;
  background: #272929;
  color: #999999;
}