/* 去除常见标签默认的 margin 和 padding */
* {
  margin: 0;
  padding: 0;
}


/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
  text-decoration: none;
  color: inherit;
}

.overfollow2 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: pre-line;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/* 左浮动 */
.fl {
  float: left;
}

/* 右浮动 */
.fr {
  float: right;
}

.weix-hoverImg {
  z-index: 999;
  position: absolute;
  top: 50px;
  right: -10px;
  width: 108px;
  height: 108px;
  background-size: 100% 100%;
  background-blend-mode: multiply;
  display: none;
  background-image: url('/qrcode_mp.jpg');
}

.kefu-hoverImg {
  z-index: 999;
  position: absolute;
  top: 50px;
  /* right: -10px; */
  right: -30px;
  width: 108px;
  height: 108px;
  background-size: 100% 100%;
  background-blend-mode: multiply;
  display: none;
  background-image: url('/customer_service.jpg');
}

.top-bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
}

.xcx-hoverImg {
  z-index: 999;
  position: absolute;
  top: 50px;
  right: -10px;
  width: 108px;
  height: 108px;
  background-size: 100% 100%;
  background-blend-mode: multiply;
  display: none;
  background-image: url('/qrcode_miniapp.jpg');
}

.weix-hover,
.kefu-hover,
.xcx-hover {
  position: relative;
}

.weix-hover:hover .weix-hoverImg {
  display: block;
}

.kefu-hover:hover .kefu-hoverImg {
  display: block;
}

.xcx-hover:hover .xcx-hoverImg {
  display: block;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* 版心：宽度固定并且水平居中的盒子 */
.container1 {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}


/* 头部 */


.header-sitenav {
  background-color: #02407d;
  height: 50px;
  color: white;
  font-size: 16px;
  /*margin-bottom: 10px;*/
}

.sitenav-tag {
  padding-left: 48px;
  padding-right: 10px;
  line-height: 60px;
  display: flex;
  position: relative;
  background-color: #02407D;
  justify-content: space-between;
  font-size: 18px;
}

.sitenav-right {
  display: flex;
  font-size: 14px;
}

.sitenav {
  display: flex;
  justify-content: space-between;
  line-height: 49px;
  height: 50px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: inherit;
}

.sitenav-left {
  font-size: 16px;
}

.one {
  cursor: pointer;
  margin-right: 50px;
}

.two {
  cursor: pointer;
  margin-right: 30px;
}

.three {
  cursor: pointer;
}

.bgc>img {
  width: 606px;
  height: 106px;
  margin-top: 60px;
}

.background {
  margin: 0 auto;
  height: 290px;
  width: 100%;
  /* background-color: #012754; */
  position: relative;
  background-image: url('/bg-img.png');
  background-size: cover;
}

.carousel-indicators .active {
  width: 40px;
  height: 10px;
  border-radius: 5px;
}

.bgc {
  display: flex;
  justify-content: space-between;
  /* background-color: #012754; */
  height: 230px;
}

.b-bottom {
  margin-top: 10px;
  width: 144px;
  display: flex;
  justify-content: space-between;
}

.login {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 28px;
  background-color: #376B9E;
}

.regist {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 28px;
  background-color: #4786C4;
}

.sitenav-footer {
  position: relative;
  height: 60px;
  /* background-color: #02407d; */
}

.sitenav-tag a {
  color: white;
  text-decoration: none;
  margin-top: 2px;
}

.shu {
  height: 18px;
  color: #20609E;
  box-shadow: 2px 22px 3px #012754;
}

.btn {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 10px;
  width: 160px;
  height: 38px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 2px solid #2990EF;
  background-color: #2990EF;
  padding: 0 25px;
  font-size: 18px;
  box-sizing: border-box;
}


.btn a {
  text-decoration: none;
  color: inherit;
}

.zhengshu {
  margin-right: 13px;
}



.sanjiao {
  position: absolute;
  top: -20px;
  left: 46px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
}


/* 底部 */
.footer {
  margin-top: 60px;
  height: 180px;
  background-color: #02407D;
}

.footer-container1 {
  width: 1200px;
  height: 180px;
  display: flex;
}

.footer-left {
  padding: 38px 0;
  width: 602px;
  margin-right: 64px;
}

.footer-top {
  margin-bottom: 41px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.shu1 {
  height: 18px;
  color: white;
  box-shadow: 2px 3px 3px #012754;
}

.undeline {
  color: white;
}

.footer-bottom {
  color: #7DABD8;
  height: 84px;
  font-size: 16px;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.footer-text {
  margin-bottom: 10px;
}

.footer-right {
  display: flex;
}

.pic {
  /* width: 269px; */
  margin-left: 40px;
  display: flex;
  padding: 24px 0 18px 0;
  box-sizing: border-box;
  justify-content: space-between;
}

.pic>div {
  margin-right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-img {
  width: 108px;
  height: 108px;
  margin-bottom: 14px;
}

.footer-title {
  margin-left: 7px;
  font-size: 16px;
  color: #7DABD8;
}

.small-log {
  padding: 73px 0;
  display: flex;
  box-sizing: border-box;
}

.s-log {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #8AABCC;
  margin-right: 9px;
  width: 33px;
  height: 33px;
  font-size: 25px;
}

/* 弹窗 */

.close {
  width: 16px;
  height: 18px;
  position: absolute;
  top: 32px;
  right: 28px;
}

.modal-dialog {
  margin: 300px auto;
}

.modal-contentlost {
  border-radius: 10px;
  width: 718px;
  height: 392px;
  background-color: #fff;
  padding: 30px 0 35px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  position: relative;
}

.lost-title {
  height: 79px;
  width: 100%;
  border-bottom: 2px solid #F8F8F8;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  justify-content: center;
}

.close2 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  -webkit-appearance: none;
  padding: 0;
  font-size: 28px;
  cursor: pointer;
  background: 0 0;
  border: 0;
  right: 30px;
  /* transform: scale(1.5); */
}

.lost-content {
  height: 88px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.msginput {
  width: 292px;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.shuru {
  width: 204px;
  height: 36px;
  outline: none;
  padding-left: 15px;
  border: 0;
  background-color: #F8F8F8;
  box-sizing: border-box;
}

.shuru:focus {
  outline: 1px solid #ccc;
}

.shuru1 {
  width: 204px;
  height: 36px;
  color: #A2A2A2;
  outline: none;
  padding: 15px 11px;
  border: 0;
  box-sizing: border-box;
  background-color: #F8F8F8;
}

.shuru1:focus {
  outline: 1px solid #ccc;
}

.submitMsg {
  width: 570px;
  height: 120px;
  border: 0;
  padding: 12px 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: #A2A2A2;
  background-color: #F8F8F8;
  outline: none;
  resize: none;
}

.submitMsg:focus {
  outline: 1px solid #ccc;
}

.lost-content-msg {
  height: 120px;
  width: 100%;
  display: flex;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 16px;
  /*justify-content: space-between;*/
  margin-bottom: 24px;
}

.lost0content-footer {
  width: 272px;
  height: 48px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #02407D;
}

.cw {
  margin: 0;
}

.modal-content {
  width: 516px;
  height: 260px;
  background-color: #fff;
  padding: 58px 138px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tk-btn {
  width: 240px;
  height: 58px;
  border-radius: 10px;
  font-size: 20px;
  border: #0086b3;
}

.tk-btn1 {
  background-color: #3585CF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}

.tk-btn2 {
  background-color: #10579D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit {
  margin-top: 12px;
}

.footer-top a {
  color: white;
  text-decoration: none;
}

.login a {
  color: white;
  text-decoration: none;
}

.regist a {
  color: white;
  text-decoration: none;
}

.text a {
  text-decoration: none;
  color: #333;
}

.title a {
  color: inherit;
  text-decoration: none;
}

.jianbian {
  height: 700px;
  background: linear-gradient(#8AABCC, white);
}