
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark,input, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    font-weight: 300;
}
.el-collapse-item__arrow.is-active {
    -webkit-transform: rotate(
360deg);
    transform: rotate(
360deg);
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
    background-image:url(../img/1.png);
	background-size: 100% 100%;
	width:12.8px;
	height:12.8px;
	-webkit-transform: rotate( 
90deg);
    transform: rotate( 
90deg);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-family:HelveticaLT;
	margin: 0 !important;
	background:#f5f5f5;
}
p{
	margin:0;
}
#app{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title{
	font-size: 16px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    background: linear-gradient(-45deg,#0d2d87,#6d4166 50%,#ed221e);
    color: white;
    font-weight: bolder;
	text-align: center;
    position: fixed;
    width: 100%;
	z-index: 9999;
}
.input{
    width: 100%;
    height: 210px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: linear-gradient(270deg, #2af06b 0%, #506CF1 100%);
}
.input_box{
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
    width: 90%;
    justify-content: space-between;
}
.input_box_title{
    font-size: 12px;
    font-family: Helvetica;
    color: #FFFFFF;
    text-align: initial;
}
.money_box{
    display: flex;
    flex-direction: column;
}
.input_box_money{
    font-size: 30px;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: bold;
    color: #FFFFFF;
}
.money_input{
    font-size: 30px;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: bold;
    color: #FFFFFF;
}
.input_video{
    position: absolute;
	right: 1rem;
}
.vidtitle{
	position: relative;
    margin-top: 0.1rem;
    top: -0.4rem;
    right: -3.6rem;
    font-size: 12px;
    color: #272727;
	
}
.input_video img{
	height: 60px;
    width: 60px;
}
.banks{
	overflow: auto;
    position: fixed;
    top: 100px;
    width: 90%;
    height: 100%;
    background: #F8F8F8;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banks_main{
    background: rgb(248, 248, 248);
    width: 100%;
    padding: 0px 20px;
    border-radius: 16px;
    border-top: 1px solid #EBEEF5;
    border-bottom: 1px solid #EBEEF5;
    box-sizing: border-box;
}
.banks_body{
    margin-bottom: -1px;
}
.banks_title{
}
.banks_title_box{
    border-bottom-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    background: #F8F8F8;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #EBEEF5;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0;
}
.banks_title_icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../img/scan.png);
    background-size: cover;
}

.banks_title2{
	font-weight: bolder;
    color: #446293;
    margin: 4% 4% 2% 4%;
    padding-top: 4%;
    border-top: solid 2px #eee;
	font-size:14px;
}
.banks_box{
    will-change: height;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEEF5;
    background: #F8F8F8;
}
.banks_box_ul{
    padding-bottom: 25px;
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769;
}
.banks_list{
}
.banks_li{
    color: #1E1E1E;
    padding: 0px 10px;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.banks_li_btn{
    color: #1E1E1E;
    padding: 0px 10px;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.banks_li.active{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgb(0 185 245 / 20%);
    border-radius: 8px;
    border: 1px solid #00B9F5;
    color: #00B9F5;
}
.banks_li_left{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.banks_li_img{
    width: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.banks_li_img img{
    width: 40px;
}
.banks_li.active .banks_Radio{
    width: 14px;
    height: 14px;
    background-image: url(../img/checked.png);
    background-size: cover;

}
.banks_Radio{
    width: 14px;
    height: 14px;
    background-image: url(../img/unchecked.png);
    background-size: cover;
}
.banks_li_btt{
    font-size: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(183, 194, 210);
    margin-top: 10px;
}
.banks_li_btt img{
    width: 10px;
    height: 12px;
    margin-right: 10px;
}
.footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 70px;
}
.footer img{
    margin-right: 10px;
    width: 14px;
    height: 12px;
}
.footer_title{
    font-size: 10px;
    color: rgb(183, 194, 210);
}
.play{
}
.logo{
	osition: relative;
	opacity: 0.4;
}
.banks_li input{
	float: right;
    margin-right: 5%;
    margin-top: 5%;
    width: 18.8px;
    height: 18.8px;
    color: #446293;
}

.banks_li input:focus{
	
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #446293;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 18.8px;
    height: 18.8px;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.tips{
	margin: 4% 4% 2% 4%;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
}
.btn{
	text-align: center;
	position: fixed;
    background: #fff;
    bottom: 0px;
    width: 100%;
    box-shadow: 0px -2px 4px #cccccc;
	padding-bottom: 18px;
}
.btn_time{
	height: 40px;
    line-height: 40px;
	font-size: 14px;
    color: #b82f3c;
    font-weight: bold;
}
.btn_button{
    width: 100%;
    height: 40px;
    background: linear-gradient(270deg, #2B2AF0 0%, #506CF1 100%);
    box-shadow: 0px 4px 10px 0px rgb(0 185 245 / 20%);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    border: none;
    line-height: 16px;
    outline: none;
}
#vidimg{
    z-index: 99;
    cursor: pointer;
    position: relative;
    height: 40px;
    width: 40px;
    right: 0.6rem;
    top: 0.2rem;

}
#vid{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 88;
}
#video{
    display:none;
    background: #0000009e;
    z-index: 999;
    position: absolute;
    top: 0;
    bottom: 0;
    width:100%;
    text-align:center
}
.player{
    height: 80%;
    margin-top:10%
}
.closevideo{
    margin-top:5%; 
    width:1rem
}
.loading{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: azure;
    opacity: .8;
}
.loadEffect{
   width:100px;
   height: 100px;
   position: relative;
   margin: 0 auto;
   margin-top:150px;
}
.loadEffect span{
   display: inline-block;
   width:20px;
   height: 20px;
   border-radius: 50%;
   background: linear-gradient(270deg, #2B2AF0 0%, #506CF1 100%);
   position: absolute;
   -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
   0%{
       -webkit-transform: scale(1.2);
       opacity: 1;
   }
   100%{
       -webkit-transform: scale(.3);
       opacity: 0.5;
   }
}
.loadEffect span:nth-child(1){
   left: 0;
   top: 50%;
   margin-top:-10px;
   -webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
   left: 14px;
   top: 14px;
   -webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
   left: 50%;
   top: 0;
   margin-left: -10px;
   -webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
   top: 14px;
   right:14px;
   -webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
   right: 0;
   top: 50%;
   margin-top:-10px;
   -webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
   right: 14px;
   bottom:14px;
   -webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
   bottom: 0;
   left: 50%;
   margin-left: -10px;
   -webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
   bottom: 14px;
   left: 14px;
   -webkit-animation-delay:1.04s;
}
.loading_text{
    text-align: center;
    color: #b4b4b4;
    margin-top: 86px;
}
.loading_time{
    text-align: center;
    margin-top: 100px;
}