@font-face{
  font-family: textbold;
  src:url("../font/LibertinusSans-Bold.otf");
}
@font-face{
  font-family: textregular;
  src:url("../font/LibertinusSans-Regular.otf");
}

*{
  margin: 0;
  padding: 0;
  border: 0;
  font-family: textlight;
}
h2{font-weight: normal;}
a{text-decoration: none;color: #0e101a}
a:visited{text-decoration: none; color: #0e101a}
a:hover {text-decoration: none;color: #0e101a}
a:active{text-decoration:none;color: #0e101a}
.page{
  width: 100vw;
  padding-top: 2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

textarea{
  resize: none;
  border-color: #D9DADB;
  padding: 10px;
  box-sizing: border-box;
}
.side-menu{
  width: 8rem;
  background-color: #e3fdff;
  height: 100vh;
  position: fixed;
  left: 10rem;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.menu-item{
  height: 1.3333rem;
  font-size: .3733rem;
  color: #0e101a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #0e101a;
  position: relative;
}
.right-icon{
  position: absolute;
  right: .4rem;
  width: .3333rem;
  height: .3333rem;
}
.header{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 2rem;
  width: 10rem;
  background-color: #fff;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  padding: 0 .3333rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 5px rgb(170, 170, 170);
}
.logo{
  width: 1.6667rem;
  height: 2rem;
}
.menu-btn{
  /*padding: .1333rem 0 .1333rem .2667rem;*/
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
}
.menu-icon{
  width: .6rem;
  height: .4rem;
}
.menu-show .side-menu{
  left: 2rem
}
.menu-show .header{
  left: -8rem
}
.menu-show .page{
  -webkit-transform: translateX(-8rem);
  transform:translateX(-8rem);
  /* height: 100vh;
  overflow: hidden; */
}
.part{
  /* padding: .8rem 0; */
  padding: 0 .2rem;
}
.p25{
  padding-left: .3333rem;
  padding-right: .3333rem;
}
.center{
  display: flex;
  align-items: center;
}
.title{
  line-height: .7467rem;
  font-family: textbold;
  font-size: .5333rem;
  color: #1b1b1b;
  padding: 0 .2667rem;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  background-color: #afdde0;
}
.title div{
  font-family: textbold;
  font-size: .5067rem;
  color: #1b1b1b;
}
.title-w{
  color: #fff;
}
.min-title{
  color: #0e101a;
  font-size: .3733rem;
  text-align: center;
}
.ticon{
  width: .52rem;
  height: .52rem;
  margin-right: .1333rem;
  margin-top: .08rem;
}
.sub-title{
  font-size: .32rem;
  color: #141214;
  padding-left: .9467rem;
}
.sub-title-w{
  color: #fff;
}

.side-util{
  position: fixed;
  bottom: .5333rem;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 1.1333rem;
  z-index: 999;
}
.util-item{
  width: 1.1333rem;
  height: 1.1333rem;
  background-color: #a0a0a0;
  margin-bottom: .0667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-icon{
  width: .6rem
}

.footer{
  background-color: #565f9a;
  padding: .7333rem 1.2rem .8rem .3333rem;
  box-sizing: border-box;
}
.f-logo-area{
  display: flex;
  align-items: center;
  margin-bottom: .2667rem;
}
.f-company{
  color: #FFF;
  font-family: textbold;
  font-size: .4rem;
  margin-bottom: .4rem;
}
.f-detail{
  display: flex;
}
.f-contact{
  border-left: 1px solid #fff;
  padding-left: .1333rem
}
.f-contact-item{
  font-size: .2933rem;
  color: #FFF;
}
.f-logo{
  width: 1.1333rem;
  height: 1.4rem;
}
.f-sub-logo{
  font-size: .4267rem;
  color: #1b1b1b;
  margin-left: .1333rem;
}
.f-info{
  font-size: .32rem;
  color: #1b1b1b;
  line-height: .48rem;
  display: flex;
}
.f-info-icon{
  width: .48rem;
  height: .48rem;
  margin-right: .0667rem;
}

.footer-util{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 1.1333rem;
  z-index: 99;
}
.f-util-item{
  width: 1.1333rem;
  height: 1.1333rem;
  background-color: #afdde0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .0667rem;

}
.f-util-item-icon{
  width: .8rem;
  height: .8rem;
}


.three-line, .three-line p{
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.two-line, .two-line p{
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.one-line, .one-line p{
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.chatbot-part{
  display: flex;
  position: relative;
}
.chatbot-icon{
  width: 1.1333rem;
  height: .8133rem;
  margin-bottom: .1333rem;
  cursor: pointer;
}
.chat-dialog-box{
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 10rem;
  height: 0;
  transition: height 0.5s;
}
.chatbot-msg{
  display: none;
}

.chatbot-msg-content{
  position: absolute;
  background-image: url(/app/images/msg-box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.3333rem;
  height: .6133rem;
  font-size: .3733rem;
  line-height: .6133rem;
  box-sizing: border-box;
  padding-left: .2rem;
  right: 1.2rem;
  top: .15rem;
  border-radius: .1333rem;
}
.chat-dialog-box-show{
  height: 80vh;
}
.chat-dialog{
  width: 10rem;
  height: 80vh;
  box-sizing: border-box;
  background-color: #EEEEEE;
}
.chat-dialog-title{
  background-color: #00479d;
  font-family: bestigiaRegular;
  color: #fff;
  font-size: .48rem;
  line-height: 1.0667rem;
  padding: 0 .3333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-close{
  width: .8rem;
  height: .8rem;
  cursor: pointer;
}
.chat-dialog-inner{
  padding: .3333rem;
}
.chat-msg-list{
  height: calc(80vh - 0.6666rem - 1.0667rem - 1.0667rem - 0.6667rem);
  overflow-y: scroll;
}
.chat-input-area{
  background-color: #FFF;
  height: 1.0667rem;
  margin-top: .6667rem;
  display: flex;
}
.chat-input-area > input{
  border: 0;
  width: 100%;
  height: 1.0667rem;
  padding: 0 .2667rem;
  font-size: .4rem;
  flex: 1;
  border: 0;
}
.chat-send-btn{
  font-family: textlight;
  font-size: .4rem;
  color: #fff;
  background-color: #00479d;
  height: 1.0667rem;
  line-height: 1.0667rem;
  padding: 0 20px;
}

.chat-header{
  width: .88rem;
  height: .88rem;
  border-radius: .88rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-header-icon{
  width: .5333rem;
}
.msg-item {
  margin-bottom: .5333rem;
  position: relative;
}
.msg-left{
  display: flex;
}
.msg-right{
  display: flex;
  flex-direction: row-reverse;
}
.msg-right > .chat-header{
  background-color: #4779b5;
}
.msg-content{
  font-family: textlight;
  font-size: .3733rem;
  border-radius: .1333rem;
  display: flex;
  align-items: center;
  padding: .17rem .32rem;
  margin: 0 .2667rem;
  max-width: 7.0667rem;
  box-sizing: border-box;
}
.msg-right > .msg-content{
  background-color: #4779b5;
  color: #FFF;
  word-break: break-word;
}
.msg-left > .msg-content{
  background-color: #fff;
  color: #00479d;
  word-break: break-word;
}
.msg-icon{
  width: .32rem;
  height: .32rem;
  transform: rotateZ(45deg);
  position: absolute;

}
.msg-right > .msg-icon{
  background-color: #4779b5;
  right: 1rem;
  top: .28rem;
}
.msg-left > .msg-icon{
  background-color: #fff;
  left: 1rem;
  top: .28rem;
}
.chat-msg-list .swiper-slide {
  height: auto;
}