@charset "UTF-8";

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    min-height: 100%;
    padding: 20px 20px 50px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
    color: #333;
    background: #fff;
}

/* .banner-box {
    display: flex;
    width: 100%;
    height: 57px;
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid #c3c4c5;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 999;
}

img.banner-img {
    width: 120px;
    height: auto;
} */


.tab-bar {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  border-top: 1px solid #d5d5d5;
  z-index: 99999;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
}

.tab-bar-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 16px;
  align-items: center;
  font-size: 11px;
  color: #8a8a8a;
}

.tab-bar-item .iconfont {
    display: flex;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 27px;
    align-items: center;
    justify-content: center;
    color: #8A8A8A;
}
.tab-bar div {
  flex: 1;
}


.selected, .selected .iconfont {
    color: #3875C6 !important;
}

img.header-img {
    width: 100%;
}


.content {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.75;
  padding: 20px 20px 20px 20px;
  margin: 0 0 50px;
  border-radius: 5px;
  border: 1px solid #666;
  font-size: 14px;
  color: #333;
  text-align: justify;
  box-sizing: border-box;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

img.header-img {
    width: 120px;
}

.header-title {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 2px;
}

.code-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
    align-items: center;
}

.content-text p {
    margin-bottom: 10px;
}

p.p-part {
    display: flex;
}

p.p-part .strong {
    font-weight: bold;
    white-space: nowrap;
}

img.code-img {
    width: 120px;
    margin-bottom: 10px;
}

.code-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
}

html,body {
    max-width: 450px;
    margin: 0 auto;
    background: #f5f5f5;
}

img.content-title, .content-title {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    padding: 0 5px;
    margin: 0 0 0 15px;
    font-size: 16px;
    line-height: 1.75;
    background: #fff;
    text-align: left;
    flex-direction: column;
    width: 160px;
    white-space: nowrap;
    /* font-weight: bold; */
}

img.content-title {
    top: -28px;
    width: 200px;
}

.content:first-child {
    padding-top: 30px;
}



span.num {
	display: block;
	min-width: 25px;
}

img.ennCustomer-banner-img {
    width: 40%;
    margin: 0 0 20px;
    max-width: 140px;
}

.p-text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.75;
    color: #333;
    text-align: justify;
}

.p-part {
    display: flex;
    margin-top: 20px;
}

.p-part-title {
    min-width: 80px;
    white-space: nowrap;
    font-weight: bold;
}

img.intro-img {
    display: block;
    width: 80%;
    margin: 10px auto 20px;
}

img.intro-img.small-intro-img {
    display: block;
    width: 80%;
    margin: 10px auto 15px;
}

.ennCutomer-title-text {
    font-size: 22px;
    font-weight: bold;
}

.ennCutomer-title-tips {
    margin: 0 0 20px;
    font-size: 15px;
    /* color: #666; */
}

.test-item-info p {
    margin-bottom: 10px;
}