/*CSS reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

button {
  border: 0px;
  outline: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

caption {
  text-align: left;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: 2.1em;
  right: 0.4em;
}

sub {
  bottom: 0;
  padding-left: 5px;
}

ins,
a {
  text-decoration: none;
}

a {
  cursor: pointer;
}

a,
li,
input {
  outline: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

:focus {
  outline: 0;
}

blockquote,
q {
  quotes: '' '';
}

textarea {
  overflow-y: auto;
}

img {
  border: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}

/*文字*/
h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f36 {
  font-size: 36px;
}

.f40 {
  font-size: 40px;
}

.f70 {
  font-size: 70px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.fit {
  font-style: italic;
}

.t2 {
  text-indent: 2em;
}

.ls {
  letter-spacing: 1px;
}

.unl {
  text-decoration: underline;
}

.unl:hover {
  text-decoration: underline;
}

.lh150 {
  line-height: 150%;
}

.lh180 {
  line-height: 180%;
}

.lh200 {
  line-height: 200%;
}

.lh250 {
  line-height: 250%;
}

.lh280 {
  line-height: 280%;
}

.lh300 {
  line-height: 300%;
}

.nowrap {
  white-space: nowrap;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*--省略--*/
.word-break {
  word-wrap: break-word;
  overflow: hidden;
  word-break: break-all;
}

/*-- 强制英文单词断行 --*/
.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.mc {
  margin-left: auto;
  margin-right: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix,
.zoom {
  zoom: 1;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
  margin-top: -3px;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

.abs-right {
  position: absolute;
  right: 0;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.oh {
  overflow: hidden;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.di {
  display: inline;
}

.boxSize {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.w_01 {
  width: 10%;
}

.w_02 {
  width: 20%;
}

.w_25 {
  width: 25%;
}

.w_03 {
  width: 30%;
}

.w_33 {
  width: 33.33%;
}

.w_04 {
  width: 40%;
}

.w_05 {
  width: 50%;
}

.w_06 {
  width: 60%;
}

.w_07 {
  width: 70%;
}

.w_08 {
  width: 80%;
}

.w_09 {
  width: 90%;
}

.w_10 {
  width: 100%;
}

.full-height {
  height: 100%;
}

.max-height-60vh {
  max-height: 60vh;
}

/*边距*/
.p0 {
  padding: 0;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.mAuto {
  margin: 0 auto;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.pl_3 {
  padding-left: 3%;
}

.pl_5 {
  padding-left: 5%;
}

.pr_3 {
  padding-right: 3%;
}

.pr_5 {
  padding-right: 5%;
}

/* html 5 Specific */
article,
aside,
canvas,
details,
div,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}

pre {
  font-size: 14px;
  font-family: Noto Sans JP, -apple-system, 'Segoe UI', 'Helvetica Neue',
    'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  color: #1c1c1c;
}

/*--针对特定项目的页面的样式(可修改)--*/
html,
body {
  font-size: 14px;
  font-family: Noto Sans JP, -apple-system, 'Segoe UI', 'Helvetica Neue',
    'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  color: #1c1c1c;
  touch-action: manipulation;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

/* 当font-size<12px chrome */
body {
  overflow-x: hidden;
  overflow-y: hidden;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/*-- 按钮 --*/
input {
  font-family: Noto Sans JP, -apple-system, 'Segoe UI', 'Helvetica Neue',
    'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
}

input[type='button'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inputType {
  display: block;
  box-sizing: border-box;
  border: none;
}

input[type='checkbox'] {
  vertical-align: middle;
}

input[type='tel'],
input[type='text'],
input[type='number'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cutDefault {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*-- 圆角(注意兼容)--*/
.radius_5 {
  border-radius: 50%;
}

.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radiusLeft5 {
  border-radius: 5px 0 0 5px;
}

.radiusRight5 {
  border-radius: 0 5px 5px 0;
}

.radiusTop5 {
  border-radius: 5px 5px 0 0;
}

.radiusBottom5 {
  border-radius: 0 0 5px 5px;
}

.radius10 {
  border-radius: 10px;
}

.radiusLeft10 {
  border-radius: 10px 0 0 10px;
}

.radiusRight10 {
  border-radius: 0 10px 10px 0;
}

.radiusTop10 {
  border-radius: 10px 10px 0 0;
}

.radiusBottom10 {
  border-radius: 0 0 10px 10px;
}

.radius15 {
  border-radius: 15px;
}

.radiusTop15 {
  border-radius: 15px 15px 0 0;
}

.radiusBottom15 {
  border-radius: 0 0 15px 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius30 {
  border-radius: 30px;
}

.radius40 {
  border-radius: 40px;
}

.radius50 {
  border-radius: 50px;
}

/*颜色集(可根据具体项目需要进行删减和添加、这一块最好移到项目css的头部、以下是样例)*/
/*字体*/
.cBlack322 {
  color: #332c2b;
}

.cWhite {
  color: #ffffff;
}

.cBlack {
  color: #000000;
}

.cGray80 {
  color: #808080;
}

.cGray999 {
  color: #999999;
}

.cGray666 {
  color: #666666;
}

.cGray768 {
  color: #756f8b;
}

.cGreen1A7 {
  color: #14a774;
}

.cGreen05CCAD {
  color: #05ccad;
}

.cOrange {
  color: #ff9f18;
}

.cRed {
  color: #ff5364;
}

.cBlue {
  color: #039be5;
}

/*背景颜色*/
.bcGrayE6 {
  background-color: #e6e6e6;
}

.bcWhite {
  background-color: #ffffff;
}

.bcGrayF2 {
  background-color: #f2f2f2;
}

.bcGrayF0 {
  background-color: #f0f0f0;
}

.bcYellow_1 {
  background-color: #ffb218;
}

/*边框*/
.bdTopCCC {
  border-top: 1px solid #cccccc;
}

.bdBottomC9 {
  border-bottom: 1px solid #c9c9c9;
}

.flexCenter {
  align-items: center;
  justify-content: center;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.dflex {
  display: flex;
}

.triangle {
  border-top: 12px solid #181818;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.uppercase {
  text-transform: uppercase;
}

/* page */
/* .weshow-big-body {
  overflow-x: auto;
} */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.img-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  width: 372px;
  height: 80px;
  background-image: url('/assets/image/btn-bg.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-link {
  text-decoration: underline;
  color: #ffffff;
}

/* header */
.weshow-header-body {
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.7) 49.75%,
      rgba(255, 255, 255, 0.5) 68.97%,
      rgba(255, 255, 255, 0) 100%);
  height: 106px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.weshow-header-logo {
  height: 37px;
  width: auto;
  margin: 30px 0 0 30px;
}

/* menu */
.weshow-menu-click {
  cursor: pointer;
  position: relative;
  z-index: 12;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.weshow-menu-bar {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 31px;
  height: 14px;
}

/*ボタン内側*/
.weshow-menu-body {
  padding: 30px 30px 0 0;
  position: relative;
  z-index: 11;
}

.weshow-menu-text {
  padding-right: 16px;
  font-size: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.weshow-menu-bar span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 0px;
  height: 1px;
  border-radius: 5px;
  background: #1a1a1a;
  width: 31px;
}

.weshow-menu-bar span:nth-of-type(1) {
  top: 0px;
}

.weshow-menu-bar span:nth-of-type(2) {
  top: 7px;
}

.weshow-menu-bar span:nth-of-type(3) {
  top: 14px;
  width: 16px;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.weshow-menu-click.active .weshow-menu-bar span:nth-of-type(1) {
  top: 0px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}

.weshow-menu-click.active .weshow-menu-bar span:nth-of-type(2) {
  opacity: 0;
}

.weshow-menu-click.active .weshow-menu-bar span:nth-of-type(3) {
  top: 12px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}

.weshow-menu-more-body {
  border-radius: 0px 0px 0px 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  width: 280px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: all 0.4s;
  padding: 0;
}

.weshow-menu-more-body.active {
  height: 233px;
  opacity: 1;
  padding: 124px 0px 69px 50px;
}

.weshow-menu-more-item {
  font-size: 17px;
  line-height: 38px;
  display: none;
}

.weshow-menu-more-body.active .weshow-menu-more-item {
  display: block;
}

/* p1 */
.weshow-p1-body {
  background-image: url('/assets/image/p1-bg.jpg');
  padding-top: 106px;
}

.weshow-p1-text {
  width: 709px;
  height: auto;
  max-width: 100%;
}

.weshow-p1-text-body {
  margin-top: 0px;
  font-size: 40px;
  line-height: 68px;
  font-weight: bold;
}

.weshow-p1-text-c1 {
  color: #47b4ad;
}

.weshow-p1-text-c2 {
  color: #48b3ae;
}

.weshow-p1-text-c3 {
  color: #4693b9;
}

.weshow-p1-text-c4 {
  color: #457ac2;
}

.weshow-p1-text-list {
  margin-top: 40px;
}

.weshow-p1-text-list-item {
  font-size: 20px;
  line-height: 55px;
}

.weshow-p1-text-list-item-blod {
  font-size: 32px;
  font-weight: bold;
  padding: 0 5px;
}

.weshow-p1-2-body {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 183px;
}

.weshow-p1-2-bg-text-box {
  position: absolute;
  left: -162px;
  top: 20px;
}

.weshow-p1-2-subtitle {
  font-size: 26px;
}

.weshow-p1-2-content {
  font-size: 18px;
  line-height: 28px;
}

.weshow-p1-2-bg-text {
  height: 156px;
  width: auto;
  max-width: unset;
}

.weshow-p1-2-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  padding: 70px 0 49px 0;
}

.weshow-p1-2-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  max-width: 676px;
  overflow: hidden;
}

.p1-page-btn {
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.p1-page-btn.p1-swiper-button-prev {
  background-image: url('/assets/image/p4-left.png');
  margin-right: 20px;
}

.p1-page-btn.p1-swiper-button-next {
  background-image: url('/assets/image/p4-right.png');
  margin-left: 20px;
}

.p1-swiper-pagination .swiper-pagination-bullet {
  margin: 0 11px !important;
}

.p1-swiper-pagination-body {
  max-width: 676px;
  margin-top: 40px;
}

/* p2 */
.weshow-p2-body {
  background: #00021c;
}

.weshow-p2-box {
  padding: 192px 0 100px 0;
}

.weshow-p2-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  position: relative;
}

.weshow-p2-title-bg {
  height: 122px;
  width: auto;
  max-width: unset;
  position: absolute;
  left: 0;
  top: -54px;
}

.weshow-p2-function-list-body {
  width: 644px;
  margin-top: 57px;
}

.weshow-p2-function-list-item {
  width: 172px;
  height: 172px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  background: linear-gradient(142deg, #2e4145 0%, #302d35 100%);
  margin-right: 41px;
  margin-bottom: 25px;
}

.weshow-p2-function-list-item.active {
  background: linear-gradient(136deg, #48d2a3 0%, #4473c5 90.15%, #4471c5 100%);
}

.weshow-p2-function-list-img {
  height: 78px;
}

.weshow-p2-function-list-sub,
.weshow-p5-item-box-list-sub {
  position: absolute;
  left: -46px;
  transform: rotate(90deg);
  color: #ffffff;
  font-size: 11px;
  top: 32px;
}

.weshow-p2-content-body {
  margin-bottom: 48px;
  color: #ffffff;
  max-width: 644px;
  overflow: hidden;
}

.weshow-p2-content-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 25px;
}

.weshow-p2-content-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  width: 599px;
}

.weshow-color-block {
  width: 10px;
  height: 10px;
}

.weshow-color-block.green-block {
  background: #49cea5;
}

.weshow-color-block.red-block {
  background: #d065c8;
}

.weshow-phone {
  width: 294px;
  height: auto;
  position: relative;
  z-index: 2;
}

.weshow-fixed-phone {
  position: absolute;
  z-index: 9;
  right: 10px;
  max-width: unset;
  width: 294px;
  transform: translateZ(0);
}

.weshow-fixed-phone-box {
  position: relative;
  z-index: 9;
  transform: translateZ(0);
}

.weshow-fixed-phone-body {
  position: relative;
  z-index: 9;
}

.weshow-demo-video {
  width: 266px;
  height: auto;
  position: absolute;
  left: 14px;
  top: 12px;
  border-radius: 10px;
  z-index: 1;
}

.weshow-p3-body {
  padding: 182px 0;
  background-image: url('/assets/image/p3-bg.jpg');
}

.weshow-p3-title,
.weshow-p5-title,
.weshow-common-center-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.weshow-p3-title-image,
.weshow-p5-title-image,
.weshow-common-center-title-image {
  position: relative;
  height: 122px;
  width: auto;
  max-width: unset;
  z-index: 1;
}

.weshow-p3-title-text-span,
.weshow-p5-title-text-span,
.weshow-common-center-title-text-span {
  position: relative;
  z-index: 2;
}

.weshow-p3-title-text-body,
.weshow-p5-title-text-body,
.weshow-common-center-title-text-body {
  margin-top: -65px;
}

.p3-item-body {
  margin-bottom: 59px;
}

.p3-item-box {
  width: 28%;
  margin: 2.5%;
  border-radius: 20px;
  height: 464px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  padding: 42px 29px 0 29px;
  float: left;
  box-sizing: border-box;
}

.p3-item-number {
  font-size: 11px;
  font-weight: bold;
  line-height: 6px;
  font-style: normal;
  text-align: center;
  color: #d065c8;
}

.p3-item-title-body {
  padding: 20px 0 15px 0;
  text-align: center;
}

.p3-item-icon {
  height: 82px;
  width: auto;
  max-width: unset;
  margin-bottom: 15px;
}

.p3-item-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}

.p3-item-content {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.weshow-p4-title,
.weshow-p6-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 70px;
  position: relative;
}

.weshow-p4-title-image,
.weshow-p6-title-image {
  height: 120px;
  width: auto;
  max-width: unset;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
}

.weshow-p6-title-image {
  opacity: 0.1;
}

.weshow-p4-title-span,
.weshow-p6-title-span {
  position: relative;
  z-index: 2;
}

.weshow-p6-title-span {
  color: #ffffff;
}

.weshow-p6-company-link {
  color: #ffffff;
  font-size: 24px;
  text-decoration: underline;
}

.weshow-p4-body {
  background-image: url('/assets/image/p4-bg.jpg');
  padding-top: 167px;
  padding-bottom: 180px;
  position: relative;
}

.p4-swiper .swiper-slide {
  width: 256px;
}

.p4-swiper {
  width: 100%;
}

.weshow-p4-image-body {
  width: 256px;
  height: 256px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  background-size: contain;
}

.weshow-p4-text-body {
  margin-top: 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  width: 256px;
}

.p4-swiper {
  margin-top: 44px;
}

.p4-swiper-pagination-body {
  position: absolute;
  top: -90px;
  right: 75px;
}

.p4-swiper-body {
  position: relative;
}

.p4-page-btn {
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  top: -10px;
}

.p4-page-btn.p4-swiper-button-prev {
  background-image: url('/assets/image/p4-left.png');
  left: -70px;
}

.p4-page-btn.p4-swiper-button-next {
  background-image: url('/assets/image/p4-right.png');
  right: -70px;
}

.p4-page-btn.swiper-button-disabled {
  opacity: 0.5;
}

.p4-swiper-pagination-body .swiper-pagination-bullet,
.p5-swiper-pagination-body .swiper-pagination-bullet,
.p1-swiper-pagination-body .swiper-pagination-bullet {
  border-color: #47a8b2;
  border-width: 1px;
  border-style: solid;
  background: #ffffff;
  opacity: 1;
}

.p4-swiper-pagination-body .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p5-swiper-pagination-body .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p1-swiper-pagination-body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #47a8b2;
}

.weshow-p5-body {
  background: #00021c;
  padding: 160px 0;
}

.weshow-p5-title {
  color: #ffffff;
}

.weshow-p5-item-body {
  margin-top: 65px;
}

.weshow-p5-item-box {
  width: 28%;
  margin: 0 2.5%;
  color: #ffffff;
  position: relative;
  float: left;
  height: 500px;
}

.weshow-p5-item-img-body {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  background: #d1d1d1;
  width: 100%;
  height: 238.7px;
}

.weshow-p5-item-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 23px 0 14px 0;
}

.weshow-p5-item-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.p5-page-btn {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.p5-page-btn.p5-swiper-button-prev {
  background-image: url('/assets/image/p4-left.png');
  margin-right: 10px;
}

.p5-page-btn.p5-swiper-button-next {
  background-image: url('/assets/image/p4-right.png');
  margin-left: 10px;
}

.p5-swiper-pagination-body .swiper-pagination-bullet {
  background: transparent;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.p5-swiper-pagination-body {
  margin-top: 40px;
}

.weshow-p6-body {
  background-image: url('/assets/image/p6-bg.jpg');
  padding: 200px 0 180px 0;
  position: relative;
}

.weshow-p6-content {
  width: 624px;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  padding-top: 50px;
  color: #ffffff;
}

.weshow-p6-right-img {
  width: 489px;
  height: 643px;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: unset;
}

.weshow-p8-body {
  background-image: url('/assets/image/p8-bg.jpg');
  padding-top: 156px;
  padding-bottom: 180px;
}

.weshow-p8-content-title {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 26px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.weshow-p8-block-body {
  vertical-align: -1px;
}

.weshow-p8-logo-img {
  height: 87px;
  width: auto;
  max-width: unset;
}

.weshow-p9-body {
  background-image: url('/assets/image/p9-bg.jpg');
  padding-top: 159px;
  padding-bottom: 179px;
}

.weshow-p9-text-content-body {
  padding-top: 56px;
}

.weshow-p9-text-content-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 24px;
}

.weshow-p9-text-content-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

.weshow-p9-list-item-body {
  padding-top: 53px;
}

.weshow-p9-list-item-box {
  width: 202px;
  height: 184px;

  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.weshow-p9-list-item-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  padding-top: 18px;
}

.weshow-p9-list-item-box-warp {
  width: 202px;
  float: left;
  padding-left: 22px;
  position: relative;
}

.weshow-p9-list-item-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
  text-align: center;
  color: #d065c8;
  padding-top: 15px;
}

.weshow-p9-list-item-img {
  height: 80px;
  width: auto;
}

.weshow-p9-list-item-img-body {
  padding-top: 18px;
}

.weshow-p9-list-item-box-right {
  background-image: url('/assets/image/p9-right.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 92px;
}

.weshow-p9-list-item-box-warp:first-child .weshow-p9-list-item-box-right {
  display: none;
}

.weshow-p10-body {
  padding-top: 159px;
  padding-bottom: 180px;
}

.weshow-p10-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  padding-top: 40px;
  padding-bottom: 49px;
}

.weshow-form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

.weshow-form-item {
  width: 48.5%;
  position: relative;
  z-index: 1;
}

.weshow-form-item.w_100 {
  width: 100%;
}

.weshow-form-item-error {
  color: #de503f;
  position: absolute;
  bottom: -20px;
  display: none;
}

.weshow-form-item.has-error .weshow-form-item-error {
  display: block;
}

.weshow-form-item-label {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 16px;
}

.weshow-form-item-bg {
  border-radius: 6px;
  height: 50px;
  width: 100%;
  background: #f2f2f2;
  border: 0px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #000000;
}

.weshow-form-item-bg.textarea {
  height: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.weshow-form-item-label-require {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #de503f;
  padding-left: 9px;
}

.weshow-footer-body {
  background-color: #09001c;
  padding: 150px 0;
  color: #ffffff;
}

.weshow-footer-body a {
  color: #ffffff;
}

.weshow-footer-box {
  display: flex;
  justify-content: space-between;
}

.weshow-footer-left-body {
  width: 384px;
}

.weshow-footer-left-img-body {
  padding-bottom: 90px;
}

.weshow-footer-left-img {
  width: 200px;
  height: auto;
}

.weshow-footer-left-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.weshow-footer-right-po {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

.weshow-footer-right-copy-right {
  font-size: 10px;
  font-weight: 500;
  line-height: 48px;
}

.weshow-footer-right-nav {
  width: 457px;
  margin-bottom: 32px;
}

.weshow-footer-right-nav-item {
  /* width: 33.33%; */
  padding-right: 20px;
  padding-left: 14px;
  background-image: url('/assets/image/footer-right.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 4px 6px;
  box-sizing: border-box;
}

.weshow-footer-right-nav-table td {
  padding-bottom: 15px;
}

.weshow-footer-right-nav-table {
  margin-left: auto;
}

.weshow-footer-right-nav-table tr td:nth-child(3) .weshow-footer-right-nav-item {
  padding-right: 0px;
}

.weshow-footer-right-weshow-app-po {
  color: rgba(255, 255, 255, 0.7);
}

.weshow-content-cir-body {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 20;
}

.weshow-content-cir {
  width: 130px;
  height: 130px;
}

.weshow-menu-more-item a {
  color: inherit;
}

input.weshow-form-checkbox {
  vertical-align: -1px;
  margin-right: 5px;
}

.swal2-styled.swal2-confirm {
  background: linear-gradient(129deg, #49cfa4 0%, #4471c5 100%) !important;
}

.swal2-actions:not(.swal2-loading) .swal2-confirm:hover {
  background: linear-gradient(129deg, #49cfa4 0%, #4471c5 100%) !important;
}

.swal2-close:focus {
  box-shadow: none !important;
}

.personal-information-a {
  color: inherit;
  text-decoration: underline;
}

.confirm-body {
  text-align: left;
  max-height: 50vh;
}

.confirm-body hr {
  margin: 20px 0;
}

.custom-scroll::-webkit-scrollbar-track-piece,
.swal2-html-container::-webkit-scrollbar-track-piece {
  background: rgba(255, 255, 255, 0);
}

.custom-scroll::-webkit-scrollbar,
.swal2-html-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.custom-scroll::-webkit-scrollbar-thumb,
.swal2-html-container::-webkit-scrollbar-thumb {
  height: 40px;
  border-radius: 4px;
  background-color: #bbb;
}

.custom-scroll:hover::-webkit-scrollbar-thumb,
.swal2-html-container::-webkit-scrollbar-thumb {
  height: 40px;
  border-radius: 4px;
  background-color: #bbb;
}

.custom-scroll::-webkit-scrollbar-thumb:hoverr,
.swal2-html-container::-webkit-scrollbar-thumb:hoverr {
  background-color: #bbb;
}

body.weshow-body.swal2-height-auto {
  height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding-right: 0 !important;
}

.swal2-popup.swal2-modal.swal2-loading {
  width: 105px;
}

.function-swiper-btn {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.function-swiper-btn.swiper-button-disabled {
  opacity: 0.5;
}

.function-swiper-btn.function-swiper-button-next {
  background-image: url('/assets/image/swiper-r.png');
}

.function-swiper-btn.function-swiper-button-prev {
  background-image: url('/assets/image/swiper-l.png');
  margin-top: 8px;
}

.function-swiper-body {
  position: absolute;
  right: 0;
  top: 7px;
}

.weshow-footer-right-nav-table-phone {
  width: 100%;
  margin-left: -20px;
  width: calc(100% + 40px);
}

.weshow-footer-right-nav-table-phone td {
  width: 50%;
  padding: 15px 0;
}

.weshow-footer-right-nav-table-phone,
.weshow-footer-right-nav-table-phone td,
.weshow-footer-right-nav-table-phone th {
  border-collapse: collapse;
  border: 1px solid #333;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  body {
    overflow-x: auto;
  }

  .weshow-big-body {
    width: 1240px;
    overflow-x: hidden;
  }

  .weshow-footer-body {
    width: 1240px;
  }
}

@media screen and (max-width: 1024px) {
  .w1200 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn {
    width: 286px;
    height: 55px;
    font-size: 14px;
  }

  .weshow-header-body {
    height: 70px;
  }

  .weshow-header-logo {
    height: 26px;
    margin: 20px 0 0 12px;
  }

  .weshow-menu-body {
    padding: 10px 12px 0 0;
  }

  .weshow-menu-more-body {
    box-sizing: border-box;
  }

  .weshow-menu-more-body.active {
    padding: 62px 25px 34px 25px;
    text-align: center;
    max-height: 80vh;
    height: 423px;
    overflow: auto;
  }

  .weshow-menu-more-body .weshow-menu-iq {
    display: none;
  }

  .weshow-menu-more-body.active .weshow-menu-iq {
    display: block;
  }

  .weshow-menu-iq .btn {
    width: 100%;
  }

  .weshow-p1-body {
    padding-top: 87px;
  }

  .weshow-p1-text-body {
    margin-top: 0px;
    font-size: 4.6vw;
    line-height: 9vw;
    white-space: nowrap;
  }

  .weshow-p1-text-list {
    margin-top: 22px;
  }

  .weshow-p1-text-list-item {
    font-size: 14px;
    line-height: 23px;
  }

  .weshow-p1-text-list-item-blod {
    font-size: 23px;
  }

  .weshow-p1-btn-body .btn {
    margin: 0 auto;
  }

  .weshow-p1-phone-body {
    display: block;
    width: 294px;
    position: relative;
    margin: 40px auto 0 auto;
  }

  .weshow-p1-2-body {
    padding-top: 0;
    padding-bottom: 82px;
  }

  .weshow-p1-2-bg-text-box {
    left: -28px;
    top: -110px;
  }

  .weshow-p1-2-bg-text {
    height: 115px;
  }

  .weshow-p1-2-title {
    font-size: 23px;
    line-height: 35px;
    padding: 30px 0 25px 0;
  }

  .weshow-p1-2-subtitle {
    font-size: 14px;
  }

  .weshow-p1-2-content {
    font-size: 12px;
    line-height: 18px;
  }

  .weshow-p1-2-text {
    font-size: 15px;
    line-height: 25px;
  }

  .p1-page-btn {
    width: 25px;
    height: 25px;
  }

  .p1-swiper-pagination-body {
    margin-top: 20px;
  }

  .p1-page-btn.p1-swiper-button-next {
    margin-left: 14px;
  }

  .p1-page-btn.p1-swiper-button-prev {
    margin-right: 14px;
  }

  .weshow-fixed-phone-box.p2-pc {
    display: none;
  }

  .weshow-fixed-phone-box.p2-phone {
    display: block;
  }

  .p4-swiper-pagination-body {
    z-index: 2;
  }

  .p4-page-btn {
    width: 30px;
    height: 30px;
  }

  .p4-page-btn.p4-swiper-button-prev {
    left: 0px;
  }

  .p4-swiper-pagination-body {
    top: -70px;
    right: 70px;
  }

  .weshow-p4-image-body {
    width: 100%;
    height: auto;
  }

  /* .p4-swiper {
    width: 150px;
  } */
  .weshow-p4-text-body {
    width: 100%;
  }

  .weshow-p4-text-body {
    margin-top: 15px;
    font-size: 13px;
    line-height: 23px;
  }

  .weshow-p4-body {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  /* p2 */
  .weshow-p2-box {
    padding-top: 87px;
    padding-bottom: 80px;
  }

  .weshow-fixed-phone {
    top: 0 !important;
    width: 294px;
    margin: 0 auto;
  }

  .weshow-p2-title-bg {
    height: 50px;
    top: -21px;
  }

  .weshow-p2-title {
    font-size: 25px;
    line-height: 34px;
  }

  .weshow-p2-box .fl {
    float: none;
  }

  .fr.weshow-fixed-phone-body {
    float: none;
  }

  .weshow-p2-content-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .weshow-color-block {
    width: 5px;
    height: 5px;
  }

  .weshow-p2-content-title-color-block-body {
    margin-right: 6px;
  }

  .weshow-p2-content-text {
    width: auto;
    font-size: 13px;
  }

  .weshow-fixed-phone-body {
    text-align: center;
    padding-left: 48px;
  }

  .weshow-fixed-phone-body .weshow-fixed-phone {
    position: relative;
  }

  .weshow-p2-function-list-body {
    display: none;
  }

  .weshow-p2-function-list-body-phone,
  .weshow-p7-function-list-body-phone {
    display: block;
    padding-right: 42px;
    box-sizing: border-box;
    margin: 45px 0;
    position: relative;
  }

  .weshow-p2-function-list-item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-right: 0px;
    margin-bottom: 0px;
    min-height: 78px;
  }

  .weshow-p2-function-list-body-phone-swiper {
    overflow: hidden;
    padding-left: 0px;
  }

  .weshow-p2-function-list-sub {
    font-size: 10px;
    left: -40px;
  }

  .weshow-p2-function-list-img {
    height: 38px;
  }

  /* p3 */
  .weshow-p3-body {
    padding: 70px 0;
  }

  .weshow-p3-title-image,
  .weshow-p5-title-image,
  .weshow-common-center-title-image {
    height: 50px;
  }

  .weshow-p3-title,
  .weshow-p5-title,
  .weshow-common-center-title {
    font-size: 25px;
    line-height: 34px;
  }

  .weshow-p3-title-text-body,
  .weshow-p5-title-text-body,
  .weshow-common-center-title-text-body {
    margin-top: -32px;
  }

  .p3-item-body {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -2%;
    margin-right: -2%;
  }

  .p3-item-box {
    width: 100%;
    margin: 2% 0;
    /* margin-bottom: calc(290px - 10vw); */
    padding: 20px 0;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .p3-item-icon {
    height: 58px;
  }

  .p3-item-title {
    font-size: 12px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    /* height: 52px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .p3-item-content {
    /* position: absolute; */
    font-size: 12px;
    padding: 0 20px;
    /* top: 170px; */
    width: 100%;
    /* background-color: #039be5; */
    box-sizing: border-box;
    line-height: 18px;
    /* height:calc(180px - 10vw) ; */
    /* overflow: visible; */
  }

  .p3-item-title-body {
    padding: 10px 0;
  }

  .p3-item-number {
    /* white-space: nowrap; */
    line-height: 12px;
  }

  /* p4 */
  .weshow-p4-title-image,
  .weshow-p6-title-image {
    height: 50px;
    bottom: 3px;
  }

  .weshow-p4-title,
  .weshow-p6-title {
    font-size: 25px;
    line-height: 34px;
  }

  .p4-swiper-pagination {
    display: none;
  }

  /* p5 */
  .weshow-p5-body {
    padding: 70px 0;
  }

  .weshow-p5-item-body-phone {
    display: block;
    margin: 45px 0;
  }

  .weshow-p5-item-body {
    display: none;
  }

  .weshow-p5-item-box {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin: 0px;
  }

  .weshow-p5-item-box-list-sub {
    font-size: 10px;
    left: -40px;
  }

  /* p6 */
  .weshow-p6-body {
    padding: 70px 0;
    color: #ffffff;
  }

  .weshow-p6-right-img {
    position: relative;
    width: 350px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-top: 33px;
  }

  .weshow-p6-right-img.type-pc {
    display: none;
  }

  .weshow-p6-right-img.type-phone {
    display: block;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .weshow-p6-content {
    padding-top: 25px;
    width: auto;
  }

  .weshow-p6-title {
    display: none;
  }

  .weshow-p6-title-phone {
    display: block;
  }

  .weshow-p6-body .weshow-common-center-title-image {
    opacity: 0.1;
  }

  .weshow-p6-company-link {
    display: none;
  }

  .weshow-p6-company-link.phone {
    display: block;
    text-align: center;
    font-size: 18px;
  }

  /* p8 */
  .weshow-p8-body {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .weshow-p8-content-title {
    font-size: 16px;
    line-height: 20px;
    padding-top: 25px;
    padding-bottom: 14px;
  }

  .weshow-p8-logo-img {
    height: 49px;
  }

  /* p9 */
  .weshow-p9-body {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .weshow-p9-text-content-body {
    padding-top: 25px;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
  }

  .weshow-p9-text-content-title {
    font-size: 12px;
    line-height: 23px;
    text-align: left;
    padding-bottom: 15px;
  }

  .weshow-p9-list-item-box {
    width: 100px;
    height: 85px;
  }

  .weshow-p9-list-item-subtitle {
    font-size: 10px;
    padding-top: 0px;
    line-height: 35px;
  }

  .weshow-p9-list-item-img {
    height: 35px;
  }

  .weshow-p9-list-item-img-body {
    padding-top: 0px;
  }

  .weshow-p9-list-item-text {
    font-size: 13px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .weshow-p9-list-item-box-warp {
    width: 100px;
    padding-left: 12px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }

  .weshow-p9-list-item-box-right {
    width: 15px;
    height: 7px;
    margin-top: 0px;
    top: 42px;
  }

  .weshow-p9-list-item-body {
    padding-top: 20px;
    text-align: center;
    margin-left: -12px;
  }

  /* p10 */
  .weshow-p10-body {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .weshow-p10-text {
    font-size: 13px;
    line-height: 23px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
  }

  .weshow-form-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .weshow-form-row {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .weshow-form-item-label {
    font-size: 14px;
  }

  /* foot */
  .weshow-content-cir-body {
    right: 20px;
    bottom: 20px;
  }

  .weshow-content-cir {
    width: 90px;
    height: 90px;
  }

  .weshow-footer-box {
    display: block;
    text-align: center;
  }

  .weshow-footer-right-nav {
    width: 100%;
    margin-bottom: 24px;
  }

  .weshow-footer-right-copy-right {
    text-align: center;
    line-height: 28px;
  }

  .weshow-footer-right-po {
    text-align: center;
    margin-bottom: 16px;
  }

  .weshow-footer-left-body {
    width: 100%;
  }

  .weshow-footer-body {
    padding: 60px 0 120px 0;
  }

  .weshow-footer-left-img-body {
    padding-bottom: 20px;
  }

  .weshow-footer-left-img {
    width: 150px;
  }

  .weshow-footer-left-text {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 25px;
  }

  .weshow-footer-right-nav-table-phone {
    display: table;
  }

  .weshow-footer-right-nav-table {
    display: none;
  }
}

@media screen and (min-width: 530px) and (max-width: 1024px) {
  .p3-item-content {
    font-size: 16px;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.phone-is-loading {
  opacity: 0 !important;
}

.phone-is-loading video {
  display: none;
}