@font-face {
    font-family: T;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn1.teyes.cn/font/YS%20Text%20Regular.otf) format("opentype")
    	 
}
.sm1{
    text-align:left;
    color:rgba(255, 255, 255, 0.5);   
    padding:20px 20px;
}
.smvideo{
    padding:20px 20px;
}
.sm{
    background-color:rgba(62, 66, 76, 0.63);
    padding:20px 20px;
    border-radius:10px;
    margin:20px;
    text-align:left;
}
.smd{
    display:flex;
    align-items:center;
}
.smd .smv1{
    color:#f00;
    margin-bottom:10px;
}
.smtitle{
    display:flex;
    align-items:center;
    text-align:left;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    margin-bottom:20px;
}
.smtitle img{
    margin-right:10px;
}
.smdesc{
    margin-bottom:20px;
    color:rgba(255, 255, 255, 0.5);   
}
.smprice{
    color:rgba(255, 255, 255, 1);   
    text-align:right;
    margin-bottom:20px;
    font-size:20px;
}
.smline{
    height:1px;
    margin-bottom:20px;
    background-color:rgba(255, 255, 255, 0.1);   
}
.smtips{
    color:rgba(255, 255, 255, 0.5);   
    margin-bottom:20px;
    position:relative;
}
.smtips span{
    font-size: 16px;
    position: absolute;
    color: #f00;
    left: -10px;
    top: 2px;
    z-index: 11111;
}

.code-maks{
    margin-top:50px;
}
.code-maks .t1{
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.code-maks .t1 span{
    font-size:20px;
}
.code-maks .t2{
    font-size:16px;
    color:rgba(255, 255, 255, .5);
    margin-bottom:50px;
}

.psb, .infoos{
    max-height:calc(100vh - 100px);
    overflow:auto;
}
.payi{
    max-height:calc(100vh - 180px);
    overflow:auto;
}
.psb .ps:last-child{
    margin-bottom:250px;
}
.banner img{
    width:95px;
}
.empty{
    height: 50vh;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.show{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#000;
}
.show .ts{
	font-size:24px;
	color:#fff;
	margin-top:20px;
}
.hg-theme-default{
	background-color:#000;
}
.hg-theme-default .hg-button{
    height:auto !important;
    border:none;
}
.hg-theme-default .hg-button span{
    font-size:24px;
}
.hg-theme-default .hg-button.hg-activeButton {
	background-color:rgba(255, 255, 255, .1);
}
.gm-style iframe + div{
    border:none !important;
}
[data-skbtn="{abc}"]{
    width:11%;
}
.back{
    background-image:url(img/back.png);
    width:40px;
    height:40px;
    cursor:pointer;
    background-size:cover;
    background-repeat:no-repeat;
}
.back:active{
    opacity:.8;
}
/* 定义加载动画 */
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.iccid{
    margin:20px ;
    border-radius:10px;
    background-color:#fff;
    margin-bottom:50px;
}
input{
    width:100%;
    line-height:60px;
    text-indent:10px;
    font-weight:bold;
    background-color: transparent;
    border: none;
    /*font-size:20px;*/
    font-size:clamp(16px,6vw, 30px);
}
.iccid input{
    text-align:center;
}
 
/* 应用动画到加载图标 */
.loading-block{
    position: fixed;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.5);
}
.loading-icon {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 40px;
    height: 40px;
    animation: loading 1s linear infinite;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
input, textarea {
    -webkit-user-select: auto!important;
    -khtml-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    -o-user-select: auto!important;
    user-select: auto!important;
}
.hg-theme-default .hg-button{
	background-color:#000;
}
.hg-theme-default .hg-button span{
	color:#fff;
}
::placeholder{
    color:rgba(255, 255, 255, .3);
}
.iccid input::placeholder{
    color:rgba(0, 0, 0, .3);
}
.payresult .p1{
    text-align:left;
    font-size:16px;
    margin:20px;
    color:rgba(255, 255, 255, 1);
    margin-top:50px;
    margin-bottom:20px;
}
.payresult .p2{
    font-weight: bold;
    font-size: 30px;
    text-align:left;
    color: #FFFFFF;
    margin-bottom:20px;
    line-height: 22px;
    margin-left:20px;
}
.payresult .p3{
    font-size:16px;
    margin:20px;
    color:rgba(255, 255, 255, 1);
    text-align:left;
}
.payresult .p3 a{
    font-size:16px;
    color:rgba(255, 255, 255, 1);
    text-align:left;
    display:inline-block;
    text-decoration: none;
    border-bottom: 1px solid;
}
*{
	font-size:14px;
	margin:0;
	font-family:T;
	padding:0;
	user-select:none;
	user-select: none;
	outline:none;
}
body,html{
	height:100vh;
	width:100vw;
	background-size:cover;
    overflow-x:hidden;
	background-color:rgba(9, 12, 17, 1);
}
.error{
    font-size: 14px;
    color: #f00;
    margin: -40px 20px 50px 30px;
    text-align: left;

}
.banner{
    background-color:rgba(23, 23, 32, 1);
    padding:20px 20px;
    text-align:left;
}
.m20{
    margin:0 20px;
}
.page{
	/*height:100vh;*/
    overflow-y:auto;
	width:100vw;
	text-align:center;
	position:relative;
    max-width: 640px;
    margin: auto;
}
.pk{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
}
.t1{
	text-align:center;
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 110%;
	padding-top:50px;
	margin-bottom:20px;
}
.nav{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    margin-bottom:15px;
}
.nav .back{
    cursor:pointer;
    width:40px;
    height:40px;
    position:absolute;
    left:10px;
}
.nav .txt{
    padding:20px 0;
    font-size:20px;
    color:#fff;
}
.f{
	display:flex;
}
.payresultfail{
    margin:80px 20px;
    color:#fff;
    text-align:center;
    justify-content:center;
    font-size:20px;
}
.t2{
	display:flex;
	align-items:center;
	justify-content:center;
}
.ac{
    align-items:center;
}
.t2 .t21{
	font-size:18px;
    margin:0 10px;
	color:rgba(255, 255, 255, 0.5);
    margin-bottom:50px;
}
.t2 .t22{
	font-size:20px;
	color:rgba(255, 255, 255, 1);
}
.package .f1{
    font-size:20px;
    color:rgba(255, 255, 255, 0.50);
    margin-right:10px;
}
.package .f2{
    font-size:20px;
    color:rgba(255, 255, 255, 1);
}
.package .btns{
    position: fixed;
    bottom: 0px;
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 640px;
    /*background-color:#000;*/
    transform: translateX(-50%);
    padding: 10px; /* 可选，增加内边距 */
    box-sizing: border-box; /* 防止 padding 影响宽度 */
}
.btn{
	margin:20px;
	background: #4170EB;
	border-radius: 10px;
	text-align:center;
	color:#fff;
	line-height:50px;
	font-size:16px;
	cursor:pointer;
}
.ps{
    background: rgba(44, 49, 65, .4);
    border-radius: 15px 15px 15px 15px;
    margin:20px 10px;
    padding:20px;
}
.ps img{
    margin-right:20px;
}
.ps .f{
    margin-bottom:20px;
    align-items:center;
}
.ps .f:last-child{
    margin-bottom:0;
}
.ps .p1{
    display:flex;
    width:45px;
    margin-right:10px;
    align-items:center;
}
.ps .p2{
    text-align:left;
    color:rgba(255, 255, 255, .6);
    margin-bottom:5px;
    font-size: 14px;
}
.ps .p3{
    text-align:left;
    color:rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 16px;
}
.infop{
    background: rgba(44, 49, 65, .4);
    border-radius: 15px 15px 15px 15px;
    margin: 20px 10px;
    padding: 20px;
}
.infop .pi1{
    text-align:left;
    margin-bottom:20px;
}
.infop .pi1 .p11{
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    text-align: left;
    margin-bottom:10px;
    align-items:center;
}
.infop .pi1 .p12{
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}


.infoo{
    background: rgba(44, 49, 65, .4);
    border-radius: 15px 15px 15px 15px;
    margin: 20px 10px;
    padding: 20px;
}
.infoo .o1 {
    align-items:center;
    margin-bottom:20px;
}
.infoo .o1 .o11{
    flex:1;
    color:rgba(255, 255, 255, .6);
    text-align: left;
    font-size: 16px;
}
.infoo .o1 .o12{
    color:rgba(255, 255, 255, .6);
    font-size: 16px;
}
.infoo .o2{
    align-items:center;
    margin-bottom:20px;
}
.infoo .o22{
    color:rgba(255, 255, 255, 1);
    font-size: 16px;
    margin-left:10px;
    text-align:left;
    font-weight:bold;
}
.infoi .o11{
    justify-content:space-between;
}
.infoo .o3 .o31{
    flex:1;
    color:rgba(255, 255, 255, .6);
    text-align: left;
    font-size: 16px;
}
.infoo .o3 {
    align-items:center;
}
.infoo .o3 .o32{
    background-color: RGBA(51, 53, 59, 1);
    font-size: 16px;
    padding: 0 15px;
    line-height: 50px;
    margin: 0;
}


.infoi{
    background: rgba(44, 49, 65, .4);
    border-radius: 15px 15px 15px 15px;
    margin: 20px 10px;
    padding: 20px;
}

.infoi .i1{
    text-align:left;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom:10px;
}
.infoi .i2{
    margin-bottom:20px;
    text-align:left;
    font-size: 16px;
    color: #FFFFFF;
}
.infoi .pd {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 20px;
}
.infoi .desc{
    text-align: left;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    margin-top:10px;
}
.infoi .i31{
    font-size: 34px;
    color: #6297FF;
    line-height: 40px;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight:bold;

}
.infoi .i31 span{
    display:inline-block;
    margin-left:10px;
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
}
.infoi .i3 {
    justify-content: space-between;
    align-items:center;
}
.infoi .i3 .btn{
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    margin: 0;
}
.codes{
    background-color:rgba(44, 49, 65, .4);
    padding: 20px 10px;
    border-radius: 10px;
    margin: 20px;
}
.codes .c1{
    color:#fff;
    font-size:16px;
    margin-bottom: 20px;
}
.codes .c5 {
    margin-bottom:20px;
    position:relative;
    align-items:center;
}
.codes .c5.ct{
    justify-content:center;
}
.codes .c5 .t{
    color:rgba(98, 151, 255, 1);   
    font-size:30px;
    margin-right:10px;
}
.codes .c5 .t2{
    color:rgba(255, 255, 255, 1);
    font-size:14px;
    margin-right:10px;
}
.codes .c5  .pd{
    color:rgba(255, 255, 255, .5);
    font-size:14px;
    text-decoration: line-through;
    margin-right:20px;
}
.codes .sm{
    background-color:rgba(65, 112, 235, 1);
    border-radius:30px;
    padding:10px 20px;
    color:#fff;
    position:absolute;
    right:0;
}
.codes .desc{
    text-align:left;
    font-size:14px;
    color:rgba(255, 255, 255, .5);
}
.btn:hover{
	opacity:.8;
}
.payi{
    margin:0 20px;
}
.line{
    width:100%;
    height:1px;
    background-color:rgba(255, 255, 255, .1);
}
.payi .a1 span{
    color:rgba(255, 3, 3, 1);
    display:inline-block;
    margin-right:5px;
    font-size:20px;
}
.payi input{
    color:#fff;
}
.payi .pv{
    margin-bottom:15px;
}
.payi .a1{
    text-align:left;
    font-size:14px;
    display:flex;
    align-items:center;
    color:#fff;
    margin-bottom:10px;
}
.payi .a2{
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 14px;
    margin-top:-10px;
}
.payi .v5 .f{
    align-items:center;
}
.payi .v5{
    color:#fff;
    align-items:center;
    justify-content:space-between;
}
.payi .v5 .t{
    color:#4170EB;
    font-size:30px;
    font-weight:bold;
    margin-right:5px;
}
.payi .v5 .t2{
    color:rgba(255, 255, 255, .5);
    margin-right:20px;
}
.payi .v5 .pd{
    font-size:18px;
    text-decoration: line-through;
}
.payi .v5 .sm{
    background-color:#4170EB;
    color:#fff;
    padding:5px 10px;
    border-radius:20px;
}
.payi .a3{
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px 10px 10px 10px;
    box-sizing:border-box;
}
.payi .a3.error1{
    border:1px solid rgba(255, 3, 3, 1);
}
.payi .pt{
    margin-top:40px;
}
.payv .v1{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 15px;
}
.payv .v2{
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom:10px;
    text-align: left;
}
.payv .v2{
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom:10px;
}
.payv .v3{
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom:30px;
    align-items:center;
    text-align: left;
}
.payv .v3 span{
    font-size: 16px;
    margin-right:5px;
    color: rgba(255, 255, 255, .6);
    text-align: left;
}

.payv .v4 {
    justify-content:space-between;
    margin-top: 15px;
}
.payv .v4 .t{
    flex:1;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom:30px;
    align-items:center;
    text-align: left;
}
.payv .v4 .pd{
    flex:1;
    font-size: 18px;
    color: rgba(98, 151, 255, 1);
    margin-bottom:30px;
    font-size: 34px;
    align-items:center;
    text-align: right;

}
.payv .btns {
    position: fixed;
    bottom: 20px;
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 640px;
    transform: translateX(-50%);
    padding: 10px; /* 可选，增加内边距 */
    box-sizing: border-box; /* 防止 padding 影响宽度 */
}
.btns.errorv .btn{
    background-color:RGBA(51, 53, 59, 1);
}
.btns .btn.v2{
    background-color:RGBA(51, 53, 59, 1);
}
.anum-v {
    display: flex;
    /* background-color: rgba(255, 255, 255, 0.08); */
    line-height: 52px;
    padding: 0px 10px;
    height: 50px;
    border-radius: 4px;
    margin-top:20px;
    margin-bottom: 40px;
    align-items: center;
    flex-shrink: 0;
}


.anum-v .n {
    flex: 1;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anum-v .n.cursor:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    /* margin-top: 15px; */
    background-color: rgba(255, 255, 255, 0.5);
    animation: blink 1s step-start infinite;
    /* position: absolute; */
}

.anum-v .vd {
    display: flex;
    align-items: center;
    position: relative;
}

.anum-v .vd .n1 {
    width: 25px;
    height: 50px;
    margin: 0 10px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
}

.anum-v .vd .n2 {
    width: 25px;
    position: absolute;
    bottom: 0;
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
.tabs{
    color: rgba(255, 255, 255, .5);
    background-color: rgba(44, 49, 65, 1);
    border-radius: 6px;
    display: flex;
    margin: 0 10px;
    line-height: 50px;
    overflow: hidden;
}
.tabs .tab{
    flex:1;
}
.tabs .tab.active{
    border-radius: 6px;
    color:rgba(255, 255, 255, 1);
    background-color:rgba(75, 83, 107, 1);
}
