@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "微软雅黑";
}

/* layer调整 */
.layui-layer-hui .layui-layer-content {
  padding: 15px 25px !important
}

.layui-layer-dialog .layui-layer-content {
  font-size: 25px !important;
  line-height: 50px !important;
}

/* 媒体查询限制最大屏幕小于750px*/
@media screen and (max-width: 750px) {

  /* layer调整 */
  .layui-layer-hui .layui-layer-content {
    padding: 12px 15px !important
  }

  .layui-layer-dialog .layui-layer-content {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.main {
  width: 750px;
  min-width: 750px;
  margin: 0 auto;
}

img {
  display: block;
}

.main .content {
  width: 100%;
  position: relative;
}

.main .content img {
  width: 100%;
}


.main .content .head {
  width: 100%;
  height: auto;
  position: relative;
}

.main .content .head .zz {
  position: absolute;
  z-index: 9;
  width: 52%;
  top: 72.5%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50% 50%);
  -webkit-transform: translate(-50% 50%);
  animation: xz 3s linear infinite;
  -webkit-animation: xz 3s linear infinite;
}

@keyframes xz {
  from {
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes xz {
  from {
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

.tt1 {
  height: 25rem;
}

.box {
  width: 100%;
  height: 17rem;
  position: relative;
  background: #343399;
}

.bdtj {
  position: absolute;
  top: 3rem;
  width: 100%;
}

.bdtj p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.p1 {
  font-family: '楷体';
  color: #fff;
}

.p3 {
  font-size: 15px !important;
  color: #999;
  margin-top: 1.5rem;
}

.p3 span {
  font-size: 15px;
}

.bdtj input {
  width: 80%;
  height: 4rem;
  line-height: 4rem;
  display: block;
  margin: 2rem auto 2rem;
  outline: none;
  border: 1px solid #eeb400;
  border-top-left-radius: 1rem;
  text-indent: 1rem;
  color: #000;
  background: #fff;
  font-size: 1.2rem;
}

.btn {
  width: 80%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  color: red;
  background: linear-gradient(0deg, #fbe71d, #eeb400);
  border-radius: 1rem;
  cursor: pointer;
  border: 2px solid #fff;
}

.rollBox {
  width: 80%;
  height: 2.9rem;
  line-height: 2.9rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 4.7rem;
  font-size: 1rem;
  overflow: hidden;
  transform: translate(-50%, 0, -50%);
  border-radius: 1rem;
}

.rollBox ul {
  list-style: none;
}

.rollBox ul li {
  width: 100%;
  height: 3.2rem;
  line-height: 3.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: grid;
  text-indent: 1rem;
}

.cg {
  color: #fff;
  display: inline-block;
  background-color: #E6322E;
  border-radius: 10px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

/* 动起来动画 */
@keyframes pluse {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@-webkit-keyframes pluse {
  from {
    -webkit-transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.1);
  }
}

/* 变大变小动画 */
.animated {
  animation: pluse .5s both alternate infinite;
  -webkit-animation: pluse .5s both alternate infinite;
}

.foot {
  width: 100%;
  height: 6rem;
  color: #fff;
  background-color: rgb(0, 19, 60);
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}

.fxts {
  font-size: 0.9rem;
}

.boxd {
  height: 25rem !important;
}

/* 提交表单弹窗 */
.zd {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.bdtc {
  width: 80%;
  height: 16rem;
  background-color: #fff;
  border-radius: 0.3rem;
  text-align: center;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  display: none;

}

.bdtc .close {
  width: 2rem;
  height: 2rem;
  line-height: 1.5rem;
  border: 0.02rem solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 101;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
}

.bdtc .title {
  width: 100%;
  height: 4.5rem;
  background: url("../images/title.png") center center;
  background-size: 100%;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}

.bdtc .title p {
  font-size: 1.4rem;
  color: #ffe153;
  line-height: 1.5;
  margin-top: 0.3rem;
}

.bdtc .title p.sub {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 0;
  line-height: 1.47;
}

.infos {
  width: 85%;
  padding: 0 0.3rem;
  margin: 1rem auto;
}

.infos .inp {
  display: block;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  border: 0.02rem solid #999;
  box-sizing: border-box;
  outline: none;
  border-radius: 0.5rem;
  margin: 1rem auto;
  text-indent: 1rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

.infos .codeLine {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.infos .code {
  width: 60%;
  height: 3rem;
  line-height: 3rem;
  border: 0.02rem solid #999;
  box-sizing: border-box;
  outline: none;
  border-radius: 0.5rem;
  text-indent: 1rem;
  font-size: 1.2rem;
}

.infos .btnt {
  display: inline-block;
  width: 35%;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.2rem;
  text-align: center;
  background-color: #164462;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
}

.infos .submit {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
  text-align: center;
  background-color: #164462;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin: 1rem 0;
}

.tips {
  font-size: 0.8rem;
  color: #164462;
  margin-top: 1rem;
}

/* 挽留弹窗 */
.boxx {
  width: 80%;
  height: 100%;
  background: url("../images/new_retain.png") center no-repeat;
  background-size: 100%;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.boxx .yes,
.boxx .no {
  position: fixed;
  z-index: 2;
  top: 33.5rem;
  left: 53%;
  width: 37%;
  height: 4.8rem;
  cursor: pointer;
}

.boxx .no {
  left: 10%;
}

/* 弹窗动画 */
.cut {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.cut .box {
  width: 80%;
  height: 100%;
  background: url("../images/cut.png") center no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cut .translation {
  width: 7.6rem;
  height: 8.4rem;
  margin: 1.62rem 0 0 0.2rem;
  position: absolute;
  top: 24.8rem;
  animation: translation 1s linear infinite;
  background: url("../images/cut-translation.png") center no-repeat;
  background-size: 100%;
  left: -2rem;
}

@keyframes translation {
  0% {
    left: 0;
  }

  100% {
    left: 75%;
  }
}

@-moz-keyframes translation {
  0% {
    left: 0;
  }

  100% {
    left: 75%;
  }
}

@-webkit-keyframes translation {
  0% {
    left: 0;
  }

  100% {
    left: 75%;
  }
}

@-o-keyframes translation {
  0% {
    left: 0;
  }

  100% {
    left: 75%;
  }
}

/* 媒体查询限制最大屏幕小于750px*/
@media screen and (max-width: 750px) {
  .main {
    width: 100%;
    min-width: 100%;
  }

  .cut .translation {
    width: 3.2rem;
    height: 4.6rem;
    margin: 1.62rem 0 0 0.2rem;
    top: 26rem;
  }

  .boxx .yes,
  .boxx .no {
    top: 31rem;
    height: 3.2rem;
  }

  .bdtc {
    width: 90%;
  }

  .infos .btnt,
  .infos .code,
  .infos .inp {
    font-size: 1rem;
  }

  .boxd {
    height: 14rem !important;
  }

  .boxd {
    height: 14rem !important;
  }

  .pp1 {
    margin: 1rem auto !important;
  }

  .box {
    height: 17rem;
  }

  .btn {
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 2rem;
  }

  .tt1 {
    height: 100%;
  }

  .bdtj {
    top: 2%;
  }

  .bdtj input {
    height: 3rem;
    line-height: 3rem;
  }

  .bdtj p {
    font-size: 1.5rem;
  }


  .rollBox {
    height: 1.9rem;
    line-height: 1.9rem;
    margin-top: 2.4rem;
  }

  .rollBox ul li {
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: 0.7rem;
  }

  .cg {
    height: 1.6rem;
    line-height: 1.6rem;
    margin-top: 0.15rem;
  }
}