body.modal-open { position: fixed; width: 100%; } body{ width: 100%; overflow-x: hidden; } /* 1像素 */ .top-line, .right-line, .bottom-line, .left-line, .box-line { position: relative; } /* 上 */ .top-line:after { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid #f4f5f9; color: #f4f5f9; transform-origin: 0 0; transform: scaley(0.5); z-index: 2; } /* 右 */ .right-line:after { content: ""; position: absolute; bottom: 0; right: 0; top: 0; width: 1px; border-right: 1px solid #f4f5f9; color: #f4f5f9; transform-origin: 100% 0; transform: scalex(0.5); z-index: 2; } /* 下 */ .bottom-line:before { content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid #f4f5f9; color: #f4f5f9; transform-origin: 0 100%; transform: scaley(0.5); z-index: 2; } /*左边*/ .left-line:before { content: " "; position: absolute; bottom: 0; left: 0; top: 0; width: 1px; border-left: 1px solid #f4f5f9; color: #f4f5f9; transform-origin: 0 0; transform: scalex(0.5); z-index: 2; } /* 边框 */ .box-line:after { content: ""; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #f4f5f9; transform: scale(0.5); transform-origin: 0 0; box-sizing: border-box; /* border-radius:20px; */ z-index: 2; pointer-events: none; } /* 清除浮动 */ .clearfix:after { content: ""; /*设置内容为空*/ height: 0; /*高度为0*/ line-height: 0; /*行高为0*/ display: block; /*将文本转为块级元素*/ visibility: hidden; /*将元素隐藏*/ clear: both; /*清除浮动*/ } .clearfix { *zoom: 1; /*只针对ie6/7 */ } img { display: block; } @-webkit-keyframes fadeinup { 0% { opacity: 0; transform: translate3d(0, 60px, 0); } to { opacity: 1; transform: translatez(0); } } @keyframes fadeinup { 0% { opacity: 0; transform: translate3d(0, 60px, 0); } to { opacity: 1; transform: translatez(0); } } .fadeinup { -webkit-animation-name: fadeinup; animation-name: fadeinup; } .nav-wrap { transition: top 0.5s ease; position: relative; z-index: 99; } .nav-wrap.active { position: fixed; width: 100%; top: -0.01rem; } .nav-wrap.up { top: -0.5rem; } .nav-wrap.down { top: 0; } .nav-wrap .nav-package { position: relative; } .nav-wrap .nav-package .pack { width: 100%; height: 0.5rem; background-color: #fff; box-sizing: border-box; padding: 0 0.15rem; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; } .nav-wrap .nav-package .left { font-size: 0.12rem; color: #000; } .nav-wrap .nav-package .right { display: block; height: 0.24rem; padding: 0 0.15rem; border-radius: 1rem; background-color: #9c1d22; display: flex; justify-content: center; align-items: center; margin-left: 0.06rem; position: relative; } .nav-wrap .nav-package .right:after { content: ""; position: absolute; top: -0.1rem; right: -0.1rem; bottom: -0.1rem; left: 0; } .nav-wrap .nav-package .right span { font-size: 0.1rem; font-weight: 600; color: #fff; } .banner { width: 100%; height: 5.2rem; overflow: hidden; position: relative; } .banner .bg-wrap{ width: 100%; height: 100%; position: relative; } .banner .bg-wrap .box-bg { width: 100%; } .banner .bg-wrap .box-bg1{ position: absolute; top: 0; left: 0; display: none; } .banner .desc-wrap { position: absolute; top: 1rem; left: 50%; transform: translatex(-50%); display: flex; flex-direction: column; align-items: center; } .banner .desc-wrap .word1 { width: 2.02rem; } .banner .desc-wrap .word2 { width: 1.98rem; margin-top: 0.08rem; } .banner .desc-wrap .word3 { width: 1.99rem; margin-top: 0.1rem; } .banner .desc-wrap .siri-wrap { width: 1.4rem; margin-top: 0.1rem; position: relative; } .banner .desc-wrap .siri-wrap .bg{ display: block; width: 100%; } .banner .desc-wrap .siri-wrap .pic{ width: 100%; position: absolute; top: 0; left: 0; display: none; } .box .box-title { font-size: 0.28rem; font-weight: bold; line-height: 1.5; color: #1b1b1b; text-align: center; display: block; margin: 0 auto; } .box1 { margin-top: 0.7rem; } .box1 .package { margin-top: 0.25rem; } .box1 .pic { width: 100%; height: 3.2rem; overflow: hidden; position: relative; } .box1 .pic .bg { width: 100%; position: absolute; top: 50%; left: 0; margin-top: -1.87rem; } .box1 .pic .icon { width: 3rem; position: absolute; top: 50%; left: 50%; margin-top: -0.5rem; margin-left: -1.5rem; } .box1 .desc-wrap { margin-top: 0.4rem; margin-left: 0.08rem; } .box1 .desc-wrap .line { width: 0.3rem; height: 1px; background-color: #9c1d22; } .box1 .desc-wrap .desc { font-size: 0.22rem; font-weight: 200; line-height: 1.5; color: #1b1b1b; margin-top: 0.2rem; } .box2 { margin-top: 1.3rem; } .box2 .package { width: 100%; box-sizing: border-box; padding: 0 0.1rem; display: flex; flex-flow: row wrap; align-content: flex-start; margin-top: 0.25rem; } .box2 .package .list { flex: 0 0 50%; height: 1.28rem; background-color: #f7f7f7; position: relative; overflow: hidden; } .box2 .package .list.bottom-line::before { border-bottom: 1px solid #fff; } .box2 .package .list.right-line::after { border-right: 1px solid #fff; } .box2 .package .list:nth-child(2n).right-line::after { display: none; } .box2 .package .list:last-child.bottom-line::before, .box2 .package .list:nth-last-child(2).bottom-line::before { display: none; } .box2 .list .desc-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .box2 .list .desc-wrap .icon { display: block; width: 0.56rem; height: 0.56rem; margin: 0 auto; } .box2 .list .desc-wrap .desc { font-size: 0.12rem; font-weight: 600; line-height: 1.5; text-align: center; color: #1b1b1b; margin-top: 0.08rem; white-space: nowrap; } .box3 { width: 100%; overflow: hidden; position: relative; } .box3 .box-bg { width: 100%; } .box3 .box-bg2, .box3 .box-bg3 { position: absolute; top: 0; left: 0; opacity: 0; } .box3.active .box-bg2 { -webkit-animation: boxbgshow 1s linear forwards; animation: boxbgshow 1s linear forwards; } .box3.active .box-bg3 { -webkit-animation: boxbgshow 1s linear 3.5s forwards; animation: boxbgshow 1s linear 3.5s forwards; } @-webkit-keyframes boxbgshow { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes boxbgshow { 0% { opacity: 0; } 100% { opacity: 1; } } .box3 .box-svg { position: absolute; top: 32%; right: 5%; z-index: 1; display: block; } .box3 .box-svg .svg-pic { opacity: 0; } .box3.active .box-svg .svg-pic1 { -webkit-animation: svgshow 1s linear forwards; animation: svgshow 1s linear forwards; } .box3.active .box-svg .svg-pic2 { -webkit-animation: svgshow 1s linear 1.3s forwards; animation: svgshow 1s linear 1.3s forwards; } .box3.active .box-svg .svg-pic3 { -webkit-animation: svgshow 1s linear 2.6s forwards; animation: svgshow 1s linear 2.6s forwards; } @-webkit-keyframes svgshow { 0% { opacity: 0; } 80% { opacity: 0; } 100% { opacity: 1; } } @keyframes svgshow { 0% { opacity: 0; } 80% { opacity: 0; } 100% { opacity: 1; } } .box3 .box-svg .svg-path { stroke: #fff; stroke-width: 0.5; /* stroke-dasharray: 2, 2; */ } .box3 .box-svg .svg-path1 { stroke-dasharray: 0, 41.35; } .box3.active .box-svg .svg-path1 { -webkit-animation: linemove1 1s linear 1s forwards; animation: linemove1 1s linear 1s forwards; } .box3 .box-svg .svg-path2 { stroke-dasharray: 0, 37.69; } .box3.active .box-svg .svg-path2 { -webkit-animation: linemove2 1s linear 2.3s forwards; animation: linemove2 1s linear 2.3s forwards; } @-webkit-keyframes linemove1 { 0% { stroke-dasharray: 0, 41.35; } 100% { stroke-dasharray: 41.35, 41.35; } } @keyframes linemove1 { 0% { stroke-dasharray: 0, 41.35; } 100% { stroke-dasharray: 41.35, 41.35; } } @-webkit-keyframes linemove2 { 0% { stroke-dasharray: 0, 37.69; } 100% { stroke-dasharray: 37.69, 37.69; } } @keyframes linemove2 { 0% { stroke-dasharray: 0, 37.69; } 100% { stroke-dasharray: 37.69, 37.69; } } .box3 .desc-wrap { position: absolute; left: 50%; bottom: 0.3rem; transform: translatex(-50%); } .box3 .desc-wrap .box-title { color: #fff; white-space: nowrap; letter-spacing: 0.2em; } .box3 .desc-wrap .cartoon { width: 1.08rem; position: relative; margin: 0.1rem auto 0; } .box3 .desc-wrap .cartoon .bg { width: 100%; visibility: hidden; } .box3 .desc-wrap .cartoon .pic { width: 100%; position: absolute; top: 0; left: 0; display: none; } .box4 { padding-top: 3.2rem; width: 100%; overflow: hidden; position: relative; } .box4 .box-bg { width: 100%; position: relative; } .box4 .box-bg .product-pic { display: block; width: 4rem; margin: 0.44rem auto 0; position: relative; left: 0.05rem; z-index: 1; } .box4 .box-bg .product-pic .bg { display: block; width: 100%; } .box4 .box-bg .product-pic .pic { display: block; width: 100%; position: absolute; top: 0; left: 0; display: none; } .box4 .box-bg .cartoon1 { width: 200%; position: absolute; top: -3rem; left: 50%; transform: translatex(-50%); } .box4 .box-bg .cartoon1 .pack { position: relative; width: 100%; } .box4 .box-bg .cartoon1 .pack .bg { display: block; width: 100%; } .box4 .box-bg .cartoon1 .pack .pic { display: block; width: 100%; position: absolute; top: 0; left: 0; display: none; } .box4 .box-bg .cartoon2 { position: absolute; top: 1.5rem; left: -1rem; right: -1rem; } .box4 .box-bg .cartoon2 .pack { position: relative; width: 100%; } .box4 .box-bg .cartoon2 .pack .bg { display: block; width: 100%; visibility: hidden; } .box4 .box-bg .cartoon2 .pack .pic { display: block; width: 100%; position: absolute; top: 0; left: 0; display: none; } /*弹幕效果*/ .barrage { width: 100%; position: absolute; top: -2rem; left: 0; z-index: 1; } .barrage .barrage-pack { width: 100%; height: 100%; position: relative; } .barrage .barrage-pack .item { width: 100%; font-size: 28px; font-weight: bold; line-height: 1.5; letter-spacing: 1px; white-space: nowrap; text-align: center; background: linear-gradient(207.27deg, #ac58ff 5%, #116df5 88%); background: -webkit-linear-gradient(207.27deg, #ac58ff 5%, #116df5 88%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: absolute; opacity: 0; } .barrage.active .barrage-pack .item { -webkit-animation: updanmu 3.5s linear infinite; animation: updanmu 3.5s linear infinite; will-change: transform; } .barrage.active .barrage-pack .item img { display: block; margin: 0 auto; } @-webkit-keyframes updanmu { 0% { transform: translatey(1.2rem); opacity: 0; } 10% { transform: translatey(0.9rem); opacity: 1; } 20% { transform: translatey(0.6rem); opacity: 1; } 30% { transform: translatey(0.3rem); opacity: 1; } 40% { transform: translatey(0); opacity: 0; } } @keyframes updanmu { 0% { transform: translatey(1.2rem); opacity: 0; } 10% { transform: translatey(0.9rem); opacity: 1; } 20% { transform: translatey(0.6rem); opacity: 1; } 30% { transform: translatey(0.3rem); opacity: 1; } 40% { transform: translatey(0); opacity: 0; } } .box5 { width: 100%; margin-top: 0.6rem; } .box5 .pic { width: 100%; height: 4.2rem; overflow: hidden; position: relative; } .box5 .pic .bg { width: 100%; position: absolute; top: 50%; left: 0; margin-top: -2.5rem; } .box5 .desc-wrap { margin-top: 0.35rem; margin-left: 0.15rem; } .box5 .desc-wrap .desc { font-size: 0.28rem; font-weight: bold; line-height: 1.5; color: #000; } .box5 .desc-wrap .tips { font-size: 0.14rem; line-height: 1.5; color: #737373; margin-top: 0.15rem; } .box6 { width: 100%; margin-top: 0.8rem; background-color: #000; overflow: hidden; } .box6 .pic-wrap{ width: 100%; height: 3.5rem; overflow: hidden; position: relative; } .box6 .pic-wrap .box-bg { display: block; width: 100%; position: absolute; top: 50%; left: 0; margin-top: -2rem; } .box6 .package { width: 100%; box-sizing: border-box; padding: 0.36rem 0.24rem 0.56rem; } .box6 .package .item-wrap { width: 100%; display: flex; justify-content: space-between; align-items: center; } .box6 .package .item-wrap .box-title { color: #fff; } .box6 .package .item-wrap .video-wrap .icon { width: 0.6rem; } .box6 .package .item-wrap .video-wrap .desc { font-size: 0.1rem; color: #737373; margin-top: 0.08rem; text-align: center; } .box6 .package .list-wrap { margin-top: 0.25rem; } .box6 .package .list-wrap .tips { font-size: 0.14rem; font: 500; line-height: 1.5; color: #fff; } .box6 .package .list-wrap .desc { font-size: 0.1rem; line-height: 1.5; color: #737373; margin-top: 0.06rem; } .box7 { width: 100%; overflow: hidden; padding: 0.8rem 0 0.6rem 0; background: url(/uploads/image/waipic/box7-bg.jpg) repeat-y center top; background-size: 100% auto; } .box7 .box-title { color: #fff; } .box7 .box-desc { font-size: 0.14rem; line-height: 1.5; color: #737373; text-align: center; margin-top: 0.15rem; } .box7 .package { width: 100%; box-sizing: border-box; padding: 0 0.24rem; margin-top: 0.25rem; } .box7 .package .pic-wrap { width: 100%; height: 2.6rem; position: relative; overflow: hidden; } .box7 .package .pic-wrap .product { width: 100%; position: absolute; top: 50%; left: 0; margin-top: -1.59rem; } .box7 .package .pic-wrap .pic1 { width: 1.56rem; position: absolute; left: 0.3rem; bottom: 0.2rem; z-index: 0.5; } .box7 .package .pic-wrap .pic2 { width: 1.56rem; position: absolute; left: 0.7rem; bottom: 1.2rem; } .box7 .package .item-wrap { display: flex; justify-content: space-between; align-items: center; margin-top: 0.5rem; } .box7 .package .item-wrap .left { flex: 1; } .box7 .package .item-wrap .left .pic { width: 0.48rem; } .box7 .package .item-wrap .left .desc { font-size: 0.1rem; line-height: 1.5; color: #737373; } .box7 .package .item-wrap .left .tips { font-size: 0.14rem; font-weight: 500; line-height: 1.5; color: #fff; margin-top: 0.1rem; } .box7 .package .item-wrap .right .pic { width: 1.9rem; } .box8 { width: 100%; overflow: hidden; box-sizing: border-box; padding: 0 0.1rem; margin-top: 0.8rem; } .box8 .box-desc { font-size: 0.14rem; line-height: 1.5; color: #737373; margin-top: 0.15rem; text-align: center; } .box8 .package { width: 100%; margin-top: 0.25rem; background-color: #131415; } .box8 .package .pic-wrap { width: 100%; height: 2.8rem; overflow: hidden; position: relative; } .box8 .package .pic-wrap .pic { width: 100%; position: absolute; top: 50%; left: 0; margin-top: -1.65rem; } .box8 .package .desc-wrap { width: 100%; box-sizing: border-box; padding: 0.48rem; } .box8 .package .desc-wrap .tips { font-size: 0.14rem; line-height: 1.5; color: #fff; } .box8 .package .desc-wrap .num { display: flex; justify-content: flex-start; align-items: center; margin-top: 0.02rem; } .box8 .package .desc-wrap .num span { font-size: 0.4rem; font-weight: bold; color: #fff; background: linear-gradient( -270deg, rgba(255, 255, 255, 1) 0%, rgba(109, 109, 113, 1) 100% ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .box8 .package .desc-wrap .num i { font-size: 0.24rem; font-weight: bold; color: #fff; } .box8 .package .desc-wrap .desc { font-size: 0.18rem; font-weight: 600; line-height: 1.5; color: #fff; margin-top: 0.25rem; } .box8 .package .desc-wrap .desc1 { font-size: 0.14rem; line-height: 1.5; color: #737373; margin-top: 0.1rem; } .box9 { width: 100%; overflow: hidden; margin-top: 0.8rem; } .box9 .pacakge { box-sizing: border-box; padding: 0.25rem 0.1rem 0; display: flex; flex-flow: row wrap; align-content: flex-start; margin: -1px; } .box9 .pacakge .list { flex: 0 0 50%; } .box9 .pacakge .list1 { flex: 0 0 100%; } .box9 .list .pack { margin: 1px; position: relative; } .box9 .list .pack .pic { width: 100%; } .box9 .list .desc-wrap { position: absolute; top: 0.3rem; left: 0.2rem; } .box9 .list .desc-wrap .tips { font-size: 0.14rem; font-weight: 600; line-height: 1.5; color: #fff; } .box9 .list .desc-wrap .desc { font-size: 0.1rem; line-height: 1.5; color: #fff; margin-top: 0.05rem; } .box10 { width: 100%; overflow: hidden; margin-top: 0.8rem; } .box10 .package { width: 100%; box-sizing: border-box; padding: 0 0.24rem 0.8rem; background: url(/uploads/image/waipic/box10-bg.jpg) repeat-y center top; background-size: 100% auto; margin-top: 0.25rem; } .box10 .item-wrap { padding-top: 0.6rem; } .box10 .item-wrap .item-title { font-size: 0.16rem; font-weight: 600; line-height: 1.5; color: #1b1b1b; padding-bottom: 0.1rem; } .box10 .item-wrap .item-title.bottom-line::before { border-bottom: 1px solid #1b1b1b; } .box10 .item-wrap .list-wrap { display: flex; flex-flow: row wrap; align-content: flex-start; margin-left: -0.3rem; margin-top: -0.2rem; padding-top: 0.3rem; } .box10 .item-wrap .list-wrap .item { min-width: 0.5rem; margin-left: 0.3rem; margin-top: 0.2rem; } .box10 .item-wrap .list-wrap .item .desc { font-size: 0.12rem; line-height: 1.5; color: #737373; } .box10 .item-wrap .list-wrap .item .tips { font-size: 0.12rem; font-weight: 600; line-height: 1.5; color: #1b1b1b; } .box10 .item-wrap .item-desc { font-size: 0.1rem; line-height: 1.5; color: #737373; margin-top: 0.25rem; } .box10 .item-wrap .item-tips { font-size: 0.1rem; line-height: 1.5; color: #1b1b1b; margin-top: 0.3rem; } .box10 .item-wrap .pic-wrap { margin-top: 0.35rem; } .box10 .item-wrap .pic-wrap .title { font-size: 0.12rem; font-weight: 600; line-height: 1.5; color: #1b1b1b; padding-bottom: 0.15rem; margin-left: 0.15rem; } .box10 .item-wrap .pic-wrap .pic { width: 100%; } /*留资弹窗开始*/ .pop-info{ display: none; } .pop-info .pop-mask{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); z-index: 99; position: fixed; top: 0; left: 0; } .pop-info .pop-content{ position: fixed; top: 50%; right: 0.1rem; left: 0.1rem; -webkit-transform: translatey(-50%); transform: translatey(-50%); z-index: 100; } .pop-info .pop-content .pop-package{ width: 100%; min-height: 4.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.25rem 0.3rem; background-color: #fff; border-radius: 0.18rem; position: relative; } .pop-info .pop-content .pop-close{ position: absolute; top: 0.1rem; right: 0.1rem; width: 0.28rem; } .pop-info .pop-content .pop-close .icon{ display: block; width: 100%; } .pop-info .pop-content .pop-title{ font-size: 0.26rem; font-weight: 600; color: #1c1f26; line-height: 0.36rem; text-align: center; } .pop-info .pop-content .pop-tips{ font-size: 0.12rem; color: #f17b07; line-height: 0.17rem; margin-top: 0.05rem; text-align: center; margin-bottom: 0.24rem; } .pop-info .pop-content .enter-wrap{ width: 100%; background-color: #fafafa; margin-bottom: 0.1rem; } .pop-info .pop-content .enter-wrap:after{ border: 1px solid #f2f2f2; } .pop-info .pop-content .enter-wrap .enter::-webkit-input-placeholder { /* webkit browsers */ font-size: 0.14rem; color: #a6aeb8; } .pop-info .pop-content .enter-wrap .enter:-moz-placeholder { /* mozilla firefox 4 to 18 */ font-size: 0.14rem; color: #a6aeb8; } .pop-info .pop-content .enter-wrap .enter::-moz-placeholder { /* mozilla firefox 19 */ font-size: 0.14rem; color: #a6aeb8; } .pop-info .pop-content .enter-wrap .enter:-ms-input-placeholder { /* internet explorer 10 */ font-size: 0.14rem; color: #a6aeb8; } .pop-info .pop-content .enter-wrap .enter{ display: block; width: 100%; height: 0.42rem; line-height: normal; font-size: 0.14rem; color: #1c1f26; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 0.12rem; background-color: transparent; } .pop-info .pop-content .select-wrap{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .pop-info .pop-content .select-wrap .select-item{ -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 0.1rem; background-color: #fafafa; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0.1rem; } .pop-info .pop-content .select-wrap .select-item:last-child{ margin-right: 0; } .pop-info .pop-content .select-wrap .select-item:after{ border: 1px solid #f2f2f2; } .pop-info .pop-content .select-wrap .select-item select{ display: block; width: 100%; height: 0.42rem; line-height: 0.42rem; font-size: 0.14rem; color: #a6aeb8; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url(/uploads/image/waimg/pop-creat.png) no-repeat right center; background-size: 0.07rem auto; outline: none; border: none; } .pop-info .pop-content .pop-agreement{ display: flex; justify-content: center; align-items: center; margin-top: 0.18rem; } .aui-radio, .aui-checkbox { width: 0.15rem; height: 0.15rem; background-color: #fff; border: 1px solid #ccc; border-radius: 50%; margin: 0; padding: 0; position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-appearance: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: background-color ease 0.1s; } .aui-radio:checked, .aui-radio.aui-checked, .aui-checkbox:checked, .aui-checkbox.aui-checked { background-color: #e50113; border: solid 1px #e50113; text-align: center; background-clip: padding-box; } .aui-radio:checked:before, .aui-radio.aui-checked:before, .aui-checkbox:checked:before, .aui-checkbox.aui-checked:before, .aui-radio:checked:after, .aui-radio.aui-checked:after, .aui-checkbox:checked:after, .aui-checkbox.aui-checked:after { content: ""; width: 0.06rem; height: 0.03rem; position: absolute; top: 50%; left: 50%; margin-left: -0.03rem; margin-top: -0.03rem; background: transparent; border: 2px solid #fff; border-top: none; border-right: none; z-index: 2; border-radius: 0; transform: rotate(-45deg); } .pop-info .pop-content .pop-agreement .pop-agreement-tips{ font-size: 0.1rem; color: #35465a; margin-left: 0.10rem; } .pop-info .pop-content .pop-agreement .pop-agreement-tips .link{ font-size: 0.1rem; font-width: 600; color: #35465a; text-decoration: underline; } .pop-info .pop-content .pop-btn{ width: 100%; height: 0.52rem; line-height: 0.52rem; font-size: 0.16rem; font-weight: 500; color: #f7faff; text-align: center; background-color: #ff000a; border-radius: 100px; margin-top: 0.25rem; } .pop-info .pop-content .err-tips{ font-size: 0.1rem; color: #ff000a; line-height: 1.5; margin-top: 0.1rem; text-align: center; } .pop-info .pop-content .pop-succ{ position: absolute; top: 177px; left: 0.3rem; right: 0.3rem; z-index:3; } .pop-info .pop-content .pop-succ .pop-succ-icon{ isplay: block; width: 0.77rem; margin: 0 auto; } .pop-info .pop-content .pop-succ .pop-succ-tips { font-size: 0.26rem; font-weight: 600; color: #1c1f26; text-align: center; margin-top: 0.25rem; } /*留资弹窗结束*/ /*loading*/ @font-face { font-family:dm; src: ; } .loading{ position:fixed; left:0; top:0; width:100%; height:100%; background:#0b0916; z-index:10001;} .loading .zhen{ width:800px; height:800px; margin-left:-400px; margin-top:-400px; left:50%; top:50%; position:absolute;} .loading .zhen img{ width:100%; height:100%; left:0; top:0; margin:0;} .loading .sz{ width:300px; height:180px; line-height:180px; position:absolute; left:50%; top:50%; margin:-90px 0 0 -150px; z-index:3; text-align:center; font-size:180px; color:#0b0916;font-family:dm; font-weight:bold;}