:root {
  --theme-color: #0649D0;
  --theme-width: 1340px;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {}

img {
  border: 0;
}

button {
  cursor: pointer;
  background: #0649D0;
  border: none;
  transition: .3s;

}

button:hover {
  background: white !important;
  border: solid 1px var(--theme-color) !important;
  color: var(--theme-color) !important;
}

button:focus {
  background: white !important;
  border: solid 1px var(--theme-color) !important;
  color: var(--theme-color) !important;
}

.abs__button {
  cursor: pointer;
  background: none;
}

.abs__button:focus,
.abs__button:hover {
  background: var(--theme-color) !important;
  border: solid 1px white !important;
  color: white !important;
}



a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -mos-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}


input,
textarea,
button {
  outline: none;
}

em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

hr {
  border: none;
}

.l {
  float: left
}

.r {
  float: right
}

.tow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.fuwu_container {
  width: var(--theme-width);
  /* will not be used by any browser that doesn't support it, and will default to the previous fallback */
  width: 1340px;
  /* default supported fallback style */
  margin: 0 auto;
}

input {
  background: none;
  outline: none;
  border: none;
}

.header {
  width: 100%;
  height: 350px;
  background-color: #00297b6b;
  text-align: center;
  padding-top: 76px;
  --header--search: 1000px;
  background-image: url(../../../images/internationalMark/header__bg.png);
}

.header>p {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.header>span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 22px;
  display: block;
}

.header .search {
  height: 62px;
  width: var(--header--search);
  margin: 0px auto;
  text-align: left;
}

.header .location {
  width: var(--header--search);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 30px auto 10px;
  text-align: left;
}

.header .location my-checkbox {
  margin-left: 20px;
}

.header .search my-input {
  width: 380px;
  height: 61px;
  display: inline-block;
  font-size: 30px;
}

.header .search button {
  width: 201px;
  height: 61px;
  background: #0649D0;
  border: 1px solid #0649D0;
  border-radius: 3px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  transform: translate(10px, 2px);
}


.title>p {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  padding-top: 77px;
  margin-bottom: 24px;
  text-align: center;
}

.title>span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  display: block;
}