body,
html {
  height: 100%;
  width: 100%;
  margin: 0 0 0 0;
  overflow: hidden;
}
* {
  font-family: 'UKIJ Ekran';
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#app {
  width: 100vw;
  height: 100%;
  /*background-color: #2882f0;*/
  background: url("../img/bg1.png");
}
.phone {
  width: 100%;
  height: 100%;
  position: relative;
}
.phone .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.phone .box .top {
  width: 100%;
  display: flex;
  justify-content: center;
}
.phone .box .top .logo_box {
  width: 50%;
  height: 60px;
  border-radius: 50%;
  margin-top: 100px;
  /*border: 1px solid transparent;*/
  /*background: linear-gradient(#2882f0, #2882f0) padding-box, repeating-linear-gradient(90deg, #2882f0 0, #2882f0 0.5em, white 0, white 1.75em);*/
  position: relative;
}
.phone .box .top .logo_box span:first {
  background-color: red;
}
.phone .box .top .logo_box img {
  width: 88px;
  height: 88px;
  position: absolute;
  top: -40px;
  left: calc(50% - 44px);
}
@media screen and (min-width: 1000px) {
  .phone .box .top .logo_box {
    width: 400px !important;
  }
}
.phone .box .top span {
  text-shadow: #ffffff 2px 0 0, #ffffff 0 2px 0, #ffffff -2px 0 0, #ffffff 0 -2px 0;
  font-weight: 900;
  font-size: 22px;
}
.phone .box .top .zh {
  position: absolute;
  top: 22%;
  left: -10px;
  color: #ee5c47;
  animation: 1s linear 1s infinite alternate scale;
}
.phone .box .top .ug {
  position: absolute;
  top: 22%;
  right: -5px;
  color: #2882f0;
  animation: 1s linear 0s infinite alternate scale;
}
@keyframes scale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.3);
  }
}
.phone .box .center {
  width: 100vw;
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.phone .box .center .pc_p {
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
  display: none;
  flex-direction: column;
  align-items: center;
}
.phone .box .center .pc_p .title{
  text-align: center;
  font-size: 35px;
}
.phone .box .center .pc_p .tag{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.phone .box .center .pc_p .tag p{
  margin: 0px 2px;
}
.phone .box .center .phone_p {
  margin-top: 0px;
  width: 65%;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.phone .box .center .phone_p .tag{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}
.phone .box .center .phone_p .tag p{
  margin: 0px 2px;
}
.phone .box .center .phone_p .title {
  /*letter-spacing: 10px;*/
}
.phone .box .center img {
  z-index: 99;
  position: absolute;
  top: 80px;
}
.phone .box .center .a-img {
  width: 180px;
  transform: rotate(-15deg);
  animation: aImg 3s infinite;
}
.phone .box .center .b-img {
  width: 200px;
  transform: rotate(15deg);
  animation: bImg 3s infinite;
}
@keyframes aImg {
  0% {
    left: -170px;
  }
  100% {
    left: 50px;
  }
}
@keyframes bImg {
  0% {
    right: -170px;
  }
  100% {
    right: 50px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .phone .box .center img {
    z-index: 999;
    position: absolute;
    top: 150px;
  }
  .phone .box .center .a-img {
    width: 190px;
  }
  .phone .box .center .b-img {
    width: 200px;
  }
  @keyframes aImg {
    0% {
      left: -170px;
    }
    100% {
      left: 200px;
    }
  }
  @keyframes bImg {
    0% {
      right: -170px;
    }
    100% {
      right: 200px;
    }
  }
}
@media screen and (min-width: 1000px) {
  .phone .box .center .a-img {
    display: none;
    width: 190px;
  }
  .phone .box .center .b-img {
    display: none;
    width: 200px;
  }
  .phone .box .center .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .phone .box .center .pc_p {
    display: block;
  }
  .phone .box .center .phone_p {
    display: none;
  }
}
.phone .bottom {
  width: 100%;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('http://mmbiz.qpic.cn/mmbiz_png/gTFIOnsrSrvyU646mEicrobiayjcyoqo6ZhOueSlDHT4OH0iaoUIQMvoYPrXZEicZkavibcn6QiajYLicUXQJf7kncl9w/0?wx_fmt=png');
  background-position: 0% 0%;
  background-size: cover;
  flex-direction: column;
  padding-top: 30px;
  z-index: 999;
}
.phone .bottom .btn {
  width: 60%;
  background-color: #2882f0;
  height: 50px;
  font-size: 18px;
  border-radius: 68px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.phone .bottom p {
  font-size: 12px;
  color: #b1b1b1;
  margin-bottom: 2px;
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .phone .bottom {
    height: 300px;
  }
  .phone .btn {
    width: 300px !important;
    height: 50px !important;
  }
}
@media screen and (min-width: 1000px) {
  .phone .bottom {
    height: 300px;
    z-index: 0 !important;
  }
  .phone .btn {
    width: 300px !important;
    height: 50px !important;
  }
}
/* button[disabled] {
  opacity: 0.7;
} */
button {
  border: none;
  outline: none;
}
/* button:hover {
  opacity: 0.7;
} */
.circular1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /*background-color: #fff;*/
  opacity: 0.2;
  position: absolute;
  top: -20px;
  right: -20px;
}
.circular2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /*background-color: #fff;*/
  opacity: 0.2;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  top: 40%;
  left: -40px;
}
.img1 {
  width: 200px;
  position: absolute;
  left: 10vw;
  bottom: 157px;
  display: none;
}
.img2 {
  width: 200px;
  position: absolute;
  right: 10vw;
  bottom: 157px;
  display: none;
}
@media screen and (min-width: 1000px) {
  .circular1 {
    width: 200px;
    height: 200px;
    top: -40px;
    right: -40px;
  }
  .circular2 {
    width: 300px;
    height: 300px;
    top: 40%;
    left: -80px;
  }
  .img1 {
    display: block;
  }
  .img2 {
    display: block;
  }
}
.lang_btn {
  width: 80px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
}
.lang_btn .line {
  width: 1px;
  height: 60%;
  background-color: aliceblue;
  margin: 0 10px;
}
.lang_btn .box {
  width: 20%;
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .lang_btn {
    width: 100px;
    height: 35px;
    font-size: 16px;
  }
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.mask .text-box {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  right: 10px;
  line-height: 20px;
  max-width: 90%;
  font-weight: normal;
}
.mask .text-box img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  top: 5px;
}
.triangle {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
}
.ug {
  direction: rtl;
}
[v-cloak] {
  display: none;
}
.disabled{
  background: red;
}
.loading{
  width: 25px;
  height: 25px;
  animation: loading 1.2s linear infinite;
}
@keyframes loading{
  from{
    transform: rotate(0);
  }
  to{
    transform: rotate(360deg);
  }
}

