.page-wrap{
    width: 100%;
    height: 100%;
}

.page-bg1{
    background-image: url("../image/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.page1-title{
    padding-top: 1.25rem;
}

.page-slogn{
    width: 12.5rem;
    margin: 0 auto;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 20px;
    background: linear-gradient(90.73deg, rgba(219,174,100,1) 0.02%,rgba(217,181,76,1) 100.46%);
    font-size: 1rem;
}

.page1-dec{
    position: absolute;
    bottom:38px;
    left: 0;
    right: 0;
    margin: auto;
    width: 25.0625rem;
    line-height: 1.375rem;
    color: #615EFC;
    font-size: .875rem;
    background: linear-gradient(90.29deg, rgba(255,255,255,0.05) 0.15%,rgba(166,182,252,1) 51.05%,rgba(255,255,255,0.05) 98.95%);     
    text-align: left;
}

.ywsm-tip{
    z-index: 999;
    position: fixed;
    right: 0;
    top: 106px;
    writing-mode: vertical-lr;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px;
    background-color: #5B5FFB;
    letter-spacing: 4px;
    font-size: .875rem;
}



.ywsm-tip a{
    color: #ffffff!important;
}

.tuiding{
    z-index: 999;
    position: fixed;
    right: 0;
    top: 270px;
   width: 50px;
}

.form-style{
    position: relative;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #ffffff;
}

.form-style .form-img{
    position: absolute;
    top: -17px;
    width: 12.5rem;
    height: 36px;
    left: 0;
    right: 0;
    margin: auto;
}

.form-style .form-img span{
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
}

.form-style input{
    width: 100%;
    height: 2.375rem;
    background-color: #F1F5FE;
    border-radius: 1.875rem;
}

.form-style input::placeholder{
    color: #B5B8BC;

}

.layui-form-checked[lay-skin=primary] i{
    background-color: #6864FD;
    border-color: #6864FD ;
}

.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #6864FD ;
}


.circle-checkbox .layui-form-checkbox[lay-skin=primary] i{
    border-radius: 50%;
}

.zxyw-dec button{
    display: block;
    margin: .9375rem auto .625rem auto;
    width: 12.9375rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    border-radius: 1.875rem;
    background: linear-gradient(180deg, rgba(104,100,253,1) 0%,rgba(111,128,246,1) 100%);
    color: rgba(255,255,255,1);
    font-size: 1rem;
    text-align: center;
}

.layui-form-checkbox[lay-skin=primary] span{
    font-size: 1.125rem;
}

.layui-form-checkbox[lay-skin=primary]{
    min-width: 1.125rem;
    min-height:  1.125rem;
    padding-left: 1.75rem;
}

.layui-form-checkbox[lay-skin=primary] i{
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .75rem;
}

.layui-form-checkbox[lay-skin=primary] span{
    line-height: 1.125rem;
    font-size: .875rem;
}

.layui-layer-ico.layui-layer-ico5{
    color: #101010;
}

.ywsm-title{
    width: 8.1875rem;
    height: 2.125rem;
    line-height: 2.125rem;
    border-radius: .375rem;
    background-color: rgba(230,230,255,1);
    color: rgba(102,102,198,1);
    font-size: 1rem;
    text-align: center;
    margin: 1.25rem auto;
}

.ywsm-content{
    font-size: .875rem;
    line-height: 1.5625rem;
}

.video-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.video-item{
    width: 47%;
    margin-right: 6%;
    margin-top: 1.25rem;
    border-radius: 6px 6px 0px 0px;
    background-color: rgba(249,249,249,1);
}

.video-item:nth-child(2n){
    margin-right: 0;
}

.video-wrap{
    position: relative;
    width: 100%;
    height: 17.4375rem;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.video-item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-wrap .video-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    background-repeat: no-repeat;
    background-size: cover;
}

.video-wrap .video-cover img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 2.125rem;
    height: 2.125rem;
}

.set-video-btn{
    width: 7.0625rem;
    height: 1.5625rem;
    line-height: 1.5625rem;
    border-radius: 1.875rem;
    background-color: rgba(255,93,75,1);
    color: rgba(255,255,255,1);
    font-size: .875rem;
    margin: .625rem auto;
}

.page-footer-content{
   position: relative;
   width: 100%;
   height: 6.25rem;
   border-radius: .375rem;
}

.page-footer{
    margin-bottom: 1.875rem;
}

.page-footer-content .footer-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-footer-content .s-img{
    position: absolute;
    right: .625rem;
    top: .625rem;
    width: .625rem;
}

.page-footer-dec{
    position: absolute;
    top: 1.25rem;
    left: 9rem;
}

.shzx{
    padding: .3125rem;
    border-radius: .625rem;
    background: linear-gradient(180deg, rgba(253,240,56,1) 0%,rgba(252,239,56,1) 100%);
}

/* page2 */

.page-bg2{
    background-image: url("../image/bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(229,229,229,1);
}

.page2-ljsx-dec{
    width: 90%;
    margin: 0 auto;
    transform: rotate(-2deg);
}

.page2-ljsx{
    margin: 0 auto 0 auto;
    width: 9.9375rem;
    height: 2.4375rem;
    line-height: 2.4375rem;
    text-align: center;
    color: rgba(108,94,159,1);
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(90.06deg, rgba(196,231,255,1) 0.25%,rgba(230,234,253,1) 53.52%,rgba(229,195,254,1) 100.95%);
}

.page2-ljsx-video{
    position: relative;
    width: 9.5625rem;
    height: 17.875rem;
    margin: 1.25rem;
    margin: 1.25rem auto auto auto;
}

.page2-ljsx-video .a2-img{
    position: absolute;
    right: -6.5625rem;
    bottom: -8rem;
}

.shzx-btn{
    position: relative;
    width: 90%;
    margin:1.25rem auto 3rem auto;
}

.shzx-btn .a3-img{
    width: 100%;
}

.shzx-btn span{
    display: block;
    position: absolute;
    top: .625rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    font-size: 1.75rem;
    color: #ffffff;
    width: 100%;
    height: 5.5rem;
    line-height: 5rem;
    text-align: center;
    font-weight: 600;
}

.shzx-btn .s-img{
    position: absolute;
    right: -0.625rem;
    top: 0;
    width: .5rem;
    height: .5rem;
    padding: 2px;
    background-color: #d3e9f8;
    border-radius: 2px;
}

/* page4 */
.page-bg3{
    background-image: url("../image/bg3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(229,229,229,1);
}

.page4-dec {
    position: relative;
}

.page4-dec img{
    width: 100%;
    object-fit: contain;
}

.page4-dec .dec-1{
    position: absolute;
    left: 1.25rem;
    top: 7.5rem;
    width: 8.625rem;
    height: 1.75rem;
    text-align: center;
    line-height: 1.75rem;
    color: #ffffff;
    background-image: url("../image/c3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    font-size: .875rem;
}

.page4-dec .dec-2{
    position: absolute;
    right: 1.25rem;
    top: 5.5rem;
    width: 8.625rem;
    height: 1.75rem;
    text-align: right;
    line-height: 1.75rem;
    color: #ffffff;
    background-image: url("../image/c4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    font-size: .875rem;
    padding-right: .1875rem;
}


.float-image {
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}
.page2-ljsx-video {
    position: relative;
    width: 13.5625rem;
    height: 21.875rem;
    margin: 1.25rem auto auto auto;
    background-image: url(../image/a1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1.7rem .5rem 2.5rem .5rem;
    box-sizing: border-box;
}

.page2-ljsx-video .a2-img {
    position: absolute;
    right: -6.5625rem;
    bottom: -8rem;
    width: 68%;
}

.page1-money {
    width: 15rem;
    height: 3.375rem;
    line-height: 2.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

.page-slogn1 {
    display: inline-block;
    margin: 0 auto;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 20px;
    background: linear-gradient(90.73deg, rgba(219, 174, 100, 1) 0.02%, rgba(217, 181, 76, 1) 100.46%);
    font-size: 1rem;
    padding: 0 .625rem;
}


@media screen and (max-width: 768px) {
    .agreement-dialog {
        width: 430px;
    }
}


.agreement-dialog {
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agreement-dialog-content {
  width: calc(100% - 98px);
  padding: 21px 20px 26px 20px;
  background: #ffffff;
  border-radius: 13px;
}

.agreement-dialog-title {
  font-weight: 500;
  font-size: 16px;
  color: #1c1c1c;
  text-align: center;
}

.agreement-dialog-text {
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  margin: 14px auto 28px auto;
  text-align: center;
}

.agreement-dialog-btns {
  display: flex;
  gap: 0 13px;
}

.agreement-dialog-btn {
  width: calc((100% - 13px));
  height: 43px;
  border-radius: 8px;
  border: 1px solid #272D55;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #272D55;
}

.cancel {
  font-weight: 400;
  font-size: 16px;
  color: white;
}