[v-cloak]{
  display: none;
}
#doyoo_mobile_chat_hint, #doyoo_monitor, #doyoo_panel, #newBridge, #talk99_message{
  visibility: hidden !important;
}
.footerFixed{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, .05);
}
.footerFixed-content{
  margin: 0 auto;
  width: 1232px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerFixed-text{
  font-size: 20px;
  color: #34ad37;
}
.footerFixed-inputBox{
  margin: 0 35px;
  width: 395px;
}
.footerFixed-inputBox input{
  padding: 0 32px;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  border-radius: 32px;
  font-size: 16px;
  color: #606266;
  box-sizing: border-box;
  outline: none;
}
.footerFixed-inputBox input::placeholder{
  color: #ccc;
}
.footerFixed-btn{
  cursor: pointer;
  padding: 15px 32px;
  background-color: #33ac37;
  border-radius: 4px;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.footer{
  padding-bottom: 120px;
}

.contactBox{
  position: fixed;
  bottom: 140px;
  right: 23px;
  z-index: 9997;
}
.contactBox-menu__btn{
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 68px;
  padding: 16px 19px;
  background: #03cc5f;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(3, 204, 95, .25);
  box-sizing: border-box;
}
.contactBox-menu__btn .text{
  margin-top: 9px;
}
.contactBox-menu--popover.el-tooltip__popper.is-light{
  padding: 5px 0;
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}
.contactBox-menu--popover.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{
  border-left-color: #fff;
}
.contactBox-menu__title{
  padding: 8px 20px;
  line-height: 1;
  font-size: 17px;
  color: #03cc5f;
  font-weight: 600;
}
.contactBox-menu__item{
  cursor: pointer;
  display: block;
  transition: all .2s;
  padding: 10px 0 10px 23px;
  min-width: 148px;
  font-size: 14px;
}
.contactBox-menu__item:hover{
  padding-left: 33px;
  background: rgba(2, 201, 93, .1);
  color: #03cc5f;
}

.contactBox-message{
  position: fixed;
  left: 5px;
  bottom: 140px;
  z-index: 9999;
  width: 300px;
  background: #fff;
  border-radius: 5px;
}
.contactBox-message__top{
  position: relative;
  padding: 16px 20px;
  background: #03cc5f;
  border-radius: 3px 3px 0 0;
}
.contactBox-message__title{
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  box-sizing: border-box;
}
.contactBox-message__close{
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 20px;
}
.contactBox-message__subTitle{
  font-size: 13px;
  color: #fff;
}
.contactBox-message__subTitle p:first-child{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.contactBox-message__form{
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
}
.contactBox-message__inputBox{
  position: relative;
  margin-bottom: 12px;
}
.contactBox-message__inputBox input{
  display: block;
  width: 100%;
  padding: 10px 16px;
  line-height: 20px;
  background: #f3f7f9;
  border: 1px solid #ebeff1;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  outline: none;
}
.contactBox-message__inputBox input::placeholder{
  color: #999;
}
.contactBox-message__inputBox textarea{
  display: block;
  width: 100%;
  height: 70px;
  padding: 8px 16px;
  line-height: 20px;
  background: #f3f7f9;
  border: 1px solid #ebeff1;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  outline: none;
  resize: none;
}
.contactBox-message__inputBox textarea::placeholder{
  color: #999;
}
.contactBox-message__inputBox span{
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  color: red;
  font-weight: bold;
}
.contactBox-message__btn{
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  background: #03cc5f;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.contactBox-menuBox__btn{
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 15px;
  background: #03cc5f;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}
.contactBox-menuBox__btn .icon{
  width: 30px;
  height: 30px;
  transition: all .4s;
}
.contactBox-menuBox__btn.rotate .icon{
  transform: rotate(90deg);
}
.contactBox-menuBox{
  position: absolute;
  top: 0;
  left: -90px;
  transform-origin: 100% 100%;
  display: none;
}
.contactBox-menuBox__item{
  position: absolute;
  transform-origin: 100% 100%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
  padding: 13px 0;
  width: 142px;
  background: #03cc5f;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.contactBox-menuBox.show{
  display: block;
}
.contactBox-menuBox.show .contactBox-menuBox__item:nth-child(1){
  animation: three 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
}
.contactBox-menuBox.show .contactBox-menuBox__item:nth-child(2){
  animation: second 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
}
.contactBox-menuBox.show .contactBox-menuBox__item:nth-child(3){
  animation: first 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
}
.contactBox-menuBox.show .contactBox-menuBox__item:nth-child(4){
  animation: zeroo 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
}
.contactBox-menuBox.show .contactBox-menuBox__item:nth-child(5){
  animation: zeroo 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
}

@keyframes zeroo {
  0% {
    opacity: 0;
    transform: scale(0) translate(0px, -30%);
  }
  80% {
    opacity: 0.95;
    transform: scale(1.02) translate(0px, -120.5%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0px, -120%);
  }
}
@keyframes first {
  0% {
    opacity: 0;
    transform: scale(0) translate(0px, -105%);
  }
  80% {
    opacity: 0.95;
    transform: scale(1.02) translate(0px, -235.5%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0px, -235%);
  }
}
@keyframes second {
  0% {
    opacity: 0;
    transform: scale(0) translate(0px, -220%);
  }
  75% {
    opacity: 0.96;
    transform: scale(1.03) translate(0px, -350.6%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0px, -350%);
  }
}
@keyframes three {
  0% {
    opacity: 0;
    transform: scale(0) translate(0px, -330%);
  }
  70% {
    opacity: 0.95;
    transform: scale(1.04) translate(0px, -465.6%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0px, -465%);
  }
}
@keyframes foure {
  0% {
    opacity: 0;
    transform: scale(0) translate(0px, -440%);
  }
  65% {
    opacity: 0.95;
    transform: scale(1.04) translate(0px, -580.6%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0px, -580%);
  }
}



@media screen and (max-width: 1232px) {
  .footerFixed-content{
    width: 1000px;
  }
  .footerFixed-inputBox{
    width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .footerFixed-content{
    display: block;
    padding: 10px 0;
    height: auto;
    width: auto;
    text-align: center;
  }
  .footerFixed-text{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .footerFixed-inputBox{
    display: inline-block;
    margin: 0 30px;
  }
  .footerFixed-btn{
    display: inline-block;
    padding: 12px 28px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contactBox-message{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 340px;
    border: 1px solid #03cc5f;
    box-sizing: border-box;
  }
  .contactBox-message__top{
    padding: 0;
    background: #fff;
  }
  .contactBox-message__title{
    margin-bottom: 0;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background: #03cc5f;
    border-radius: 3px 3px 0 0;
  }
  .contactBox-message__close{
    top: 12px;
    right: 10px;
  }
  .contactBox-message__subTitle{
    padding: 10px;
  }
  .contactBox-message__subTitle p{
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color: #333;
  }
  .contactBox-message__subTitle p:first-child{
    margin-bottom: 5px;
    font-size: 12px;
    color: #999;
  }
  .contactBox-message__form{
    padding: 0 10px 10px;
  }
  .contactBox-message__inputBox input,
  .contactBox-message__inputBox textarea{
    padding: 5px 3px;
  }
  .contactBox-message__btn{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .footerFixed-content{
    padding: 10px;
  }
  .footerFixed-text{
    font-size: 15px;
  }
  .footerFixed-inputBox{
    margin: 0 10px 0 0;
    width: 200px;
  }
  .footerFixed-inputBox input {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .footerFixed-btn{
    padding: 10px 20px;
    font-size: 14px;
  }
}