:root {
  --font: '{ms:global.host/}/upload/1/fonts/AlibabaPuHuiTi.ttf'
}

@font-face {
  font-family: 'NewFont';
  src: url('../fonts/AlibabaPuHuiTi.ttf');
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
img{
  margin: 0;
  padding: 0;
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
/* img {
  border: 0;
  vertical-align: top;
  width:100%;
  height:100%;
}*/

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

/*li {
  list-style: none;
}*/

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

hr {
  margin: 0;
  border-width: 1px 0 0 0;
  border: 0;
  height: 1px;
  background: #f0f0f0;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #666;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

.a-reset {
  text-decoration: none;
  color: #666;
}

body {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  /*font-family: "NewFont", sans-serif;*/
  /*font-size: 12px;*/
  /* color: #666;
  background: #fff; */
}

/* 公共样式 begin */
.display-block{
	display:block;
}

.display-none{
	display:none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-22 {
  font-size: 22px;
}

.color-333 {
  color: #333;
}

.color-666 {
  color: #666;
}

.color-888 {
  color: #888;
}

.padding-b-10 {
  padding-bottom: 10px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-lr-360 {
  padding: 0 360px;
}

.w-max {
  width: 100%;
}

.h-max {
  height: 100%;
}

.font-weight {
  font-weight: bold;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.j-end {
  justify-content: flex-end;
}

.j-center {
  justify-content: center;
}

.j-sa {
  justify-content: space-around;
}

.j-sb {
  justify-content: space-between;
}

.a-center {
  align-items: center;
}

.mobile-image{
  display: none;
}

.pc-image{
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-inline-block{
  display: none!important;
}

@media (min-width: 1600px) {
  .my-mr-lg-5 {
    margin-right: 12rem !important;
  }

  .my-ml-lg-5 {
    margin-left: 12rem !important;
  }
}

@media screen and (max-width: 768px){
  .mobile-image{
  	display: block;
    width: 100%;
  	height: 100%;
  }
  .pc-image{
  	display: none;
  }
  .mobile-inline-block{
  	display: inline-block!important;
  }
}

/* 公共样式 end */