#tenpay_txt {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  /* pointer-events: none; */
}
#header .auto{
  width: 1200px;
}
#tenpay_txt .loading_box {
  background-color: #960000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 99999;
  transition: all .7s;
  margin: auto;
}

#tenpay_txt .loading_box.close {
  top: -50%;
  transition: all .7s;
}

/* .loading_case {
  position: fixed;
  background-color: #fff;
  width: 0;
  background: url(../images/load_line2.png) no-repeat right center;
  background-position: 120px center;
  height: 50px;
  margin-top: -25px;
  right: 150px;
  width: 2412px;
  top: 50%;
  animation: roundCome 5s ease 0s 1 forwards;
} */

#tenpay_txt .loading_box .clone {
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
  width: 103px;
  height: 72px;
  background: url(../images/clone.png) no-repeat center;
  margin-right: -100px;
}


.loading_case {
  position: absolute;
  background-color: #fff;
  width: 0;
  background: url(../images/load_line3.png) no-repeat left center;
  /* background-position: 120px center; */
  /* height: 65px; */
  height: 50px;
  margin-top: -25px;
  right: 150px;
  /* width: 2462px; */
  width: 2454px;
  top: 50%;
  animation: roundCome 2.8s ease 0s 1 forwards;
}
.body_ie .loading_case {
  background-position: 0 center;
  /* animation: roundCome 2.8s ease 0s 1 forwards; */
}
/* .body_ie  #tenpay_txt.hide_{
  display: none;
} */
.loading_case .txt_i {
  color: #fff;
  font-size: 32px;
  /* font-weight: bold; */
  position: absolute;
  top: 50%;
  /* right: 52px; */
  right: 46px;
  transform: translateY(-50%);
  margin-top: 50px;
  transition: all .7s;
  display: none;
  letter-spacing: 5px;
}

.loading_case .txt_i.on {
  display: block;
  transition: all .7s;
}

.yuan {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  /* animation: v0 1.8s ease 5.5s 1 forwards; */
  opacity: 0;
}

.logoio {
  position: fixed;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 1513px;
  height: 32px;
  background: url(../images/logo_on1.png) no-repeat center;
  margin-left: 40px;
}

.loading_box .img_tab {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -101px;
  height: 0;
  z-index: 55;
  overflow: hidden;
  background: #960000;
  animation: img_tab 5s ease 2s 1 forwards;
}

.loading_box .img_tab .bd {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -101px;
  height: 202px;
}

.loading_box .img_tab .bd li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  animation: fadeOut .5s ease 2s 1 forwards;
}

.loading_box .img_tab .bd .li1 {
  z-index: 10;
  animation-delay: 3.8s;
}

.loading_box .img_tab .bd .li2 {
  z-index: 9;
  animation-delay: 4.1s;
}

.loading_box .img_tab .bd .li3 {
  z-index: 8;
  animation-delay: 4.4s;
}

.loading_box .img_tab .bd .li4 {
  z-index: 7;
  animation-delay: 4.7s;
}

.loading_box .img_tab .bd .li5 {
  z-index: 6;
  animation: none;
}

.wow {
  opacity: 0;
}

img {
  display: block;
}

.auto {
  width: 1360px;
  margin: 0 auto;
}
