body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0
}

body {
  -webkit-text-size-adjust: 100%;
  background: #F5F5F5;
}

a {
  color: #2d374b;
  text-decoration: none
}

a:hover {
  text-decoration: none
}

em {
  font-style: normal
}

li {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

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

p {
  word-wrap: break-word
}

div,li,input,textarea {
  box-sizing: border-box
}

input,
textarea {
  outline: none;
  border: none;
  resize: none
}

button {
  border: none;
}

.flex {
  display: flex;
}

.ellipsis{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
i {
  font-style: normal;
}
* {
  font-family: 'Montserrat';
  color: #3C4854;
}
css-icon {
  display: inline-block;
  height: 1em; width: 1em;
  font-size: 20px;
  box-sizing: border-box;
  text-indent: -9999px;
  vertical-align: middle;
  position: relative;
}
css-icon::before,
css-icon::after {
  content: '';
  box-sizing: inherit;
  position: absolute;
  left: 50%; top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@font-face {
  font-family: 'Montserrat';
  src: url('../../fonts/Montserrat-SemiBold-9.otf');
  font-weight: bold;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../../fonts/Montserrat-Regular-8.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../../fonts/Montserrat-Light-6.otf');
  font-weight: 500;
}

.header {
  height: 85px;
  line-height: 85px;
  background-color: #FFFFFF;
}

.header .content-box {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
}

.header .content-box .log-img {
  width: 160px;
  height: 49px;
}

css-icon {
  display: inline-block;
  height: 1em; width: 1em;
  font-size: 20px;
  box-sizing: border-box;
  text-indent: -9999px;
  vertical-align: middle;
  position: relative;
}
css-icon::before,
css-icon::after {
  content: '';
  box-sizing: inherit;
  position: absolute;
  left: 50%; top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.mobile-style {
  display: none;
}

@media (max-width:770px) {
  .mobile-style {
    display: block;
  }
}

/*header mobile start*/
@media (max-width:770px) {
  .header {
    height: 60px;
    line-height: 60px;
  }

  .header .content-box {
    width: 100%;
    border-bottom: 1px solid #DEE7ED;
    display: flex;
    justify-content: space-between;
  }

  .header .content-box .log-img {
    width: 104px;
    height: 32px;
    margin-left: 15px;
  }

  .header .content-box .user {
    margin-right: 15px;
    display: flex;
    align-items: center;

  }

  .header .content-box .user .name {
    display: flex;
    align-items: center;
    font-weight: 700;
  }

  .header .content-box .user .out {
    margin-left: 15px;
  }

  .header .content-box .user .out .out-icon {
    width: 24px;
    height: 24px;
  }

  .header .content-box .user .user-img {
    width: 27px;
    height: 27px;
    border-radius: 27px;
    display: inline-block;
    margin-right: 9px;
  }
}
/*header mobile end*/



