﻿html,
body {
  margin: 0;
  overflow: auto;
}

* {
  margin: 0;
  padding: 0;
}

a {
  cursor: hand;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.TC-fwcx {
  /* width: 100vw; */
}
/* 修改滚动条宽度 */
body::-webkit-scrollbar {
  display: none;
}

.head {
  height: 7.5vw;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.head img {
  height: 5.3vw;
}

.banner {
  margin-bottom: -4px;
}

.banner img {
  width: 100%;
}
.footer {
  margin-bottom: -4px;
}

.footer img {
  width: 100%;
}

.main {
  height: 390px;
  padding: 6px 28px;
  display: flex;
  justify-content: space-between;
}
.left {
  width: 50%;
  border: 1px solid #747474;
  margin-right: 10px;
}
.l-title {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding: 20px;
}
.l-div {
  height: calc(325px / 7);
  line-height: calc(325px / 7);
 
  // padding-left: 12px;
  
  font-size: 16px;
}

.l-b {
  border-bottom: 1px solid #747474;
}
.right {
  width: 50%;
  border: 1px solid #747474;
  position: relative;
}
.r-top {
  width: 72px;
  margin: 15px 5px;
  position: absolute;
  right: 0;
  border-radius: 50%;
}
.r-bottom {
  position: absolute;
  right: 20px;
  bottom: 100px;
  width: 85%;
}

.text-hd {
  font-size: 14px;
  color: #2b2a2a;
  line-height: 14px;
  text-align: center;
}
.text-hd-title {
  font-size: 16px;
  letter-spacing: 2px;
}
.text-hd-info {
  font-size: 14px;
  margin-top: 5px;
}

.msg {
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  letter-spacing: 2px;
  text-indent: 2em;
  text-align: left;
  margin-left: 10px;
}
.mt15 {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .mt15 {
    margin-top: 2vw;
  }
  .msg {
    font-size: 3vw;
    line-height: 5vw;
  }
  .text-hd-info {
    font-size: 3vw;
    margin-top: 5px;
  }
  .text-hd-title {
    font-size: 4vw;
    letter-spacing: 2px;
  }
  .main {
    height: 64vw;
  }
  .l-title {
    font-size: 4vw;
    padding: 4vw;
  }
  .l-div {
    font-size: 2.5vw;
    height: calc(49vw / 7);
    line-height: calc(49vw / 7);
  }
  .r-top {
    width: 10vw;
  }
  .r-bottom {
    width: 36vw;
    right: 4vw;
    bottom: 15vw;
  }
}

.el-card {
  border-radius: 10px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  transition: 0.3s;
  margin: 15px 0;
}
.el-card.is-always-shadow {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-card__header {
  padding: 10px 15px;
  border-bottom: 1px solid #ebeef5;
  box-sizing: border-box;
  font-size: 14px;
}
.el-card__body {
}
.card-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 15px;
  justify-content: space-evenly;
}
.el-card-item {
  width: 32%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  border-radius: 6px;
  background: url("../img/num-bg.png");
}
.card-main {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.card-main-text {
  margin-left: 20px;
}

.top-logo {
  position: relative;
}
.top-logo .logo-text {
  position: absolute;
  top: 64%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}

.small-cells {
  margin: 0.5rem 0.8rem 0.3rem;
  border-radius: 0.5rem;
  /* 盒子阴影 */
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);

  /* background-image:url(../images/logobg.png); */
  background-repeat: no-repeat;
  background-position: 4rem 2.8rem;
  background-size: 20rem 20rem;
  overflow: visible;
}
.small-cells .head-cell {
  padding: 0.75rem 0.7rem;
}
.small-cells .head-cell:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1rem;
  background: url(../img/box-bor00.png) no-repeat left bottom;
  background-size: contain;
}
/**.small-cells .head-cell:last-child:after{
	background:url(../images/box-bor01.jpg) no-repeat left bottom;background-size:contain;
}**/
.small-cells .head-cell .text-hd {
  font-size: 0.65rem;
  color: #425582;
  font-weight: bold;
}

.input-cell {
  border: 1px solid #676060;
  margin: 0.4rem 0 0.4rem;
  border-radius: 0.3rem;
  padding: 0.3rem 0.6rem;
  background-color: #d8d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.input-cell .weui-input {
  font-size: 0.6rem;
  display: block;
  line-height: inherit;
  height: 1.3rem;
  background-color: white;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-cell .sao-box {
  padding-left: 0.6rem;
  border-left: 1px solid #eee;
}
.input-cell .sao-box img {
  width: 0.95rem;
}

.small-cells .head-cell .text-tip {
  font-size: 0.55rem;
  color: #4c5365;
  padding: 0.1rem 0 0.4rem;
  line-height: 0.8rem;
}

.list-cell {
  padding-left: 0;
}
.list-cell p.title {
  font-size: 0.6rem;
  color: #000;
}
.list-cell p.tip {
  font-size: 0.55rem;
  color: #a1a1a1;
  line-height: 0.8rem;
}
.list-cell .img-icon {
  width: 1.5rem;
  display: block;
  margin-right: 0.4rem;
  position: relative;
  z-index: 2;
}

/* .list-cell:after {
  content: " ";
  position: absolute;
  left: 0.6rem;
  top: 0;
  width: 1px;
  height: 0%;
  background: #e5e5e5;
}
.list-cell:first-child:after {
  height: 50%;
  top: 50%;
}
.list-cell:last-child:after {
  height: 50%;
} */

.com-cell {
  padding: 0.55rem 0.8rem;
}
.content-box .con-title {
  color: #252a36;
  font-size: 0.65rem;
  font-weight: bold;
}

.text-cells {
  margin-top: 0;
  padding-bottom: 0.5rem;
}
.text-cells .weui-cell {
  padding: 0.4rem 0.8rem;
}
.text-cells .weui-cell .text-tip {
  font-size: 0.5rem;
  color: #a1a1a1;
  padding-bottom: 0.1rem;
}
.text-cells .weui-cell .text-com {
  font-size: 0.65rem;
  color: #252a36;
}
.text-cells .weui-cell .comimg {
  width: 0.5rem;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}

/*js show*/
.showbtn {
  font-size: 0.65rem;
  color: #425582;
  padding-right: 0.6rem;
}

.results {
  padding: 1.4rem 0.6rem;
}
.results h5 {
  font-size: 0.75rem;
  color: #252a36;
  padding: 1rem 0 0.2rem;
}
.results p {
  font-size: 0.55rem;
  color: #868585;
}

.results img {
  width: 3.3rem;
  animation: imgsize 1s ease-out 0.3s;
  -webkit-animation: imgsize 1s ease-out 0.3s;
  -moz-animation: imgsize 1s ease-out 0.3s;
  -ms-animation: imgsize 1s ease-out 0.3s;
}

@-moz-keyframes imgsize {
  0% {
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  10% {
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  60% {
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes imgsize {
  0% {
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  10% {
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  60% {
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes imgsize {
  0% {
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  10% {
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  60% {
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes imgsize {
  0% {
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  10% {
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  60% {
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.num-flex {
  padding: 0.6rem 0;
}
.num-flex .weui-flex__item {
  padding: 0 0.1rem;
}
.num-flex .num-box {
  text-align: center;
  font-size: 0.7rem;
  color: #383838;
  background: url(../img/num-bg.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
  padding: 0.3rem 0;
  line-height: 1em;
}

.show-cell {
  padding: 0.3rem 0 0.3rem 0rem;
}
.show-cell .timess {
  font-size: 0.5rem;
  color: #817e7e;
}
.show-cell .ipadd {
  font-size: 0.5rem;
  color: #817e7e;
}

.show-cell .weui-cell__hd {
  text-align: center;
  width: 1.4rem;
  margin-right: 0.2rem;
}
.show-cell .weui-cell__hd img {
  position: relative;
  width: 0.8rem;
  z-index: 2;
}
.show-cell:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0.7rem;
  border-left: 1px dotted #eee;
  height: 100%;
}
.show-cell:first-child .weui-cell__hd img {
  width: 1.3rem;
}
.show-cell:first-child .timess {
  font-size: 0.65rem;
  color: #252a36;
}
.show-cell:first-child:after {
  height: 50%;
  top: 50%;
}
.show-cell:last-child:after {
  height: 50%;
}

.tip-cell {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  padding: 0.3rem 0;
}
.tip-cell .weui-cell__hd {
  text-align: center;
  width: 0.6rem;
  margin-right: 0.2rem;
}
.tip-cell .weui-cell__hd .dians {
  background: #425582;
  position: relative;
  width: 8px;
  height: 8px;
  z-index: 2;
  margin: 20% auto 0;
  border-radius: 50%;
}

.tip-cell .textaa {
  font-size: 0.5rem;
  color: #817e7e;
}
.tip-cell:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0.29rem;
  border-left: 1px dotted #eee;
  height: 100%;
}
.tip-cell:first-child:after {
  height: 80%;
  top: 20%;
}
.tip-cell:last-child:after {
  height: 35%;
}

.number-flex {
  padding: 1.2rem 1rem;
}
.number-flex .weui-flex__item {
  padding: 0.15rem;
}

.number-flex .weui-flex__item .number {
  padding: 0.2rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  /* 盒子阴影 */
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.number-flex .weui-flex__item .number .numb {
  background: #10a3fd;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.7rem;
}

.btn-flex {
  padding: 0 1.6rem 0.5rem;
}
.btn-flex .weui-flex__item {
  padding: 0 0.35rem;
}

.small-btn.blue {
  background: #4c79cd;
  color: #fff;
  font-size: 0.6rem;
  border: none;
  /* 盒子阴影 */
  -webkit-box-shadow: 0 0px 8px rgba(21, 97, 238, 0.5);
  -moz-box-shadow: 0 0px 8px rgba(21, 97, 238, 0.5);
  box-shadow: 0 0px 8px rgba(21, 97, 238, 0.5);
}
.small-btn.blue:active {
  background: #3c6ac1;
}
.small-btn.default {
  font-size: 0.6rem;
  /* 盒子阴影 */
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
}

.small-btn.default:active {
  background: #f3f2f2;
}

.wei-warp {
  padding: 2.2rem 0;
  margin: 0 1.2rem;
  background: url(../images/weima-bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.wei-warp .wei-box {
  background: url(../images/weixin00.png) no-repeat;
  padding: 0.8rem;
  width: 5.4rem;
  margin: 0 auto;
  background-size: 100% 100%;
}
.wei-warp .wei-box img {
  width: 5.4rem;
  height: 5.4rem;
}

.logo-img {
  position: absolute;
  top: 14.5%;
  left: 49%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  /*width:13.5%;*/
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.logo-img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.bottomtips {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.bottomtips .title {
  font-size: 0.65rem;
  color: black;
  font-weight: bold;
  line-height: 1rem;
}
.bottomtips .desc {
  font-size: 0.55rem;
  color: #a1a1a1;
  line-height: 0.8rem;
}
hr.style-one {
  /*内嵌水平线*/
  width: 80%;
  margin: 0 auto;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
hr.style-two {
  /*透明渐变水平线*/
  width: 80%;
  margin: 0 auto;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}
hr.style-three {
  /*渐变*/
  width: 80%;
  margin: 0 auto;
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
