@charset "UTF-8";

* {
  line-height: 1;
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

ul,
li,
ol,
a {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:-webkit-any-link {
  text-decoration: none;
}

input {
  outline: none !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

select {
  outline: none !important;
}

select:focus {
  outline: none !important;
  box-shadow: none !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

em {
  font-style: normal;
}

.index-wap-header {
  /* header 固定高度，只占用必须的空间
     flex-grow：元素在同一容器中对可分配空间的分配比率，及扩展比率
     flex-shrink：如果空间不足，元素的收缩比率
     flex-basis：元素的伸缩基准值*/
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0.27rem 0;
  position: fixed;
  z-index: 10001;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}

.index-wap-header .header-left {
  float: left;
  margin-left: 0.32rem;
}

.index-wap-header .header-left img {
  height: 1.05rem;
}

.index-wap-header .header-right {
  float: right;
  padding: 0.27rem 0;
}

.index-wap-header .header-right .telephone-icon {
  float: right;
}

.index-wap-header .header-right .telephone-icon img {
  width: 0.6rem;
  height: 0.48rem;
}

.index-wap-header .header-right .telephone {
  float: right;
  font-size: 0.38rem;
  padding: 0.05rem 0 0.05rem 0.2rem;
}

.index-wap-header .header-right .telephone a {
  color: #3754A8;
}

.index-wap-header .header-right .order {
  float: right;
  padding-left: 0.4rem;
  padding-right: 0.32rem;
}

.index-wap-header .header-right .order img {
  width: 0.55rem;
  height: 0.48rem;
}

.tab-list {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 1.6rem;
  left: 0;
  background: rgba(51, 51, 51, 0.5);
  z-index: 10001;
  overflow: hidden;
}

.tab-list .item {
  background-color: #fff;
  font-size: 0.45rem;
  padding: 0.7rem 0.35rem 0 0.35rem;
}

.tab-list .item .item-ul li {
  color: #555;
  padding-bottom: 0.65rem;
}

.tab-list .item .item-ul li a {
  margin-left: 0.6rem;
  width: 90%;
  display: inline-block;
}

.tab-list .item .item-ul li:nth-child(1) {
  color: #050505;
}

.tab-list .item .item-ul li:nth-child(1) img {
  width: 0.45rem;
  height: 0.45rem;
  position: relative;
  top: 0.05rem;
}

.tab-list .item .item-ul li:nth-child(1) a {
  margin-left: 0.2rem;
}

.tab-list .closeTab {
  width: 100%;
  height: 100%;
}

.tab-list {
  animation: mymove 0.3s 1;
  -webkit-animation: mymove 0.3s 1;
  /*Safari and Chrome*/
}

@keyframes mymove {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

/*index-wap底部*/

.index-wap-bottom {
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0.43rem 0.32rem;
  background-color: #082756;
}

.index-wap-bottom .bottom-name {
  padding-bottom: 0.42rem;
  text-align: center;
}

.index-wap-bottom .bottom-name div:nth-child(1) img {
  width: 1.2rem;
}

.index-wap-bottom .bottom-name div:nth-child(2) {
  font-size: 0.42rem;
  color: #fff;
  padding-top: 0.4rem;
}

.index-wap-bottom .bottom-msg {
  border-top: 1px solid #0F4382;
  color: #DBE9FF;
  font-size: 0.34rem;
  padding: 0.4rem 0 0.1rem 0;
}

.index-wap-bottom .bottom-info {
  opacity: 0.5;
  color: #BAC5D7;
  padding-top: 0.3rem;
}

.index-wap-bottom .bottom-info > div {
  line-height: 1.5;
}

.index-wap-bottom .bottom-info > div:nth-child(1) {
  margin-right: 0.3rem;
  font-size: 0.28rem;
}

.float-block {
  position: fixed;
  bottom: 2rem;
  right: 0.2rem;
  z-index: 10000;
}

.float-block a {
  display: block;
  width: 1.76rem;
  height: 1.76rem;
  margin: 0.1rem 0;
}

.float-block a img {
  width: 100%;
  height: 100%;
}

