html,body {
	background-color: #efeff4;
	font-size: 16px;
	-webkit-overflow-scrolling:touch;
}
*{
	margin:0;
	padding:0;
	touch-action: none; 
}
img{
	-webkit-touch-callout: none;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
}
/* vue加载完成前的样式 */
[v-cloak] {
	display: none !important;
}
.vk_fuceng{
	z-index: 9999;
	/* background:#000;opacity:0.85; position:fixed;left:0; top:0;width:100%; height:100%;z-index: 9999; */
}
.hide{
	display: none;
}
.init-hide{
	display: none;
}
/* 使div全屏,此样式可防止ios低版本动画卡顿 #000white */
.mui-fullscreen {
	position: fixed;
	z-index: 20;
	background-color: white;
}
/* 全屏时,解决webview无法滚动的问题 */
.mui-fullscreen.mui-fullscreen-absolute {
	position: absolute;
}
.mui-ios .mui-navbar .mui-bar .mui-title {
	/* position: static; */
    position: absolute;
    margin-left: 0 !important;
}
.mui-ios input.vk-input-focusin{
	border-radius:3px;
}
.mui-ios .vk-input-focusin{
	/* border: 1px solid blue; */
	box-shadow: inset 0px 0px 2px 0px #ff0000;
	/* border-radius:3px;*/
}
.mui-views,.mui-view,.mui-pages,.mui-page,.mui-page-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}
.mui-pages {
	top: 46px;
	height: auto;
}
.mui-view .mui-scroll-wrapper,.mui-view .mui-scroll {
	background-color: #efeff4;
}
.mui-page.mui-transitioning {
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
/* .mui-ios .mui-page.mui-transitioning  {
	-webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: opacity 200ms ease, transform 200ms ease;
} */
.mui-page.mui-transitioning-none {
	-webkit-transition: -webkit-transform 10ms ease;
	transition: transform 10ms ease;
}
.mui-page-left {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mui-ios .mui-page-left {
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
}
.mui-page-top {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mui-ios .mui-page-top {
	-webkit-transform: translate3d(0, -20%, 0);
	transform: translate3d(0, -20%, 0);
}
.mui-page-enlarge {
	-webkit-transform:scale(0.92);
	transform:scale(0.92);
}
.mui-ios .mui-page-enlarge {
	-webkit-transform:scale(0.92);
	transform:scale(0.92);
}
.mui-navbar {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 10;
	height: 44px;
	background-color: white;
}
.mui-navbar .mui-bar {
	position: absolute;
	background: transparent;
	text-align: center;
}
.mui-android .mui-navbar-inner.mui-navbar-left {
	opacity: 0;
}
.mui-navbar .mui-btn-nav {
	-webkit-transition: none;
	transition: none;
	-webkit-transition-duration: .0s;
	transition-duration: .0s;
}
.mui-ios .mui-navbar-left .mui-left,.mui-ios .mui-navbar-left .mui-center,.mui-ios .mui-navbar-left .mui-right {
	opacity: 0;
}
.mui-navbar .mui-bar .mui-title {
	display: inline-block;
	width: auto;
}
.mui-page-shadow {
	position: absolute;
	right: 100%;
	top: 0;
	width: 16px;
	height: 100%;
	z-index: -1;
	content: '';
}
.mui-page-shadow {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
}
.mui-navbar-inner.mui-transitioning,.mui-navbar-inner .mui-transitioning {
	-webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
	transition: opacity 300ms ease, transform 300ms ease;
}
.mui-page {
	display: none;
}
.mui-pages .mui-page {
	display: block;
}
.mui-page .mui-table-view:first-child {
	margin-top: 15px;
}
.mui-table-view span.mui-pull-right {
	color: #999;
}
.mui-table-view-divider {
	background-color: #efeff4;
	font-size: 14px;
}
.mui-table-view-divider:before,.mui-table-view-divider:after {
	height: 0;
}
.head {
	height: 40px;
}
#head {
	line-height: 40px;
}
.head-img {
	width: 40px;
	height: 40px;
}
#head-img1 {
	position: absolute;
	bottom: 10px;
	right: 40px;
	width: 40px;
	height: 40px;
}
.update {
	font-style: normal;
	color: #999999;
	margin-right: -25px;
	font-size: 15px
}
.red-point{
  position: relative;
}
.red-point::before{
  content: " ";
  border: 3px solid red;/*设置红色*/
  border-radius:3px;/*设置圆角*/
  position: absolute;
  z-index: 10;
  right: 0%;
  margin-right: -5px;
  margin-top: -5px;
}
.vw100{
	width: 100%;
}
.vh100{
	height: 100%;
}
.b{
	border: 1px solid;
}
textarea{
	word-break: break-all;
    word-wrap: break-word;
}
.break-word{
	word-break: break-all;
    word-wrap: break-word;
}
/* 允许文字可被选中 */
.text-select,
.text-select *{
	-webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text;
}
/*设置九宫格等控件的背景色 */
.mui-page .mui-table-view:first-child{
	margin-top: 0px;
	background-color: white;
}
/*设置九宫格icon的大小 */
.mui-grid-view.mui-grid-9 .mui-media .mui-icon{
    font-size: 2rem;
}
.font-init-2 .mui-grid-view.mui-grid-9 .mui-media .mui-icon{
    font-size: 0.32rem;
}
.mui-content{
	padding: 0px;
	margin-bottom: 60px;
}
/*设置APP页面最大宽度 */
.max-width-div{
	max-width: 800px;margin-left: auto;margin-right: auto;
}
/*VKAPP-topPopover-开始*/
.mui-popover .mui-plus header.mui-bar {
	display: none!important;
}
.mui-popover .mui-plus .mui-bar-nav~.mui-content {
	padding: 0!important;
}
.mui-popover .mui-plus .plus{
	display: inline;
}
.mui-popover .plus{
	display: none;
}
#VKAPP-topPopover {
	top: 16px;
	right: 6px;
}
.mui-popover .mui-popover-arrow {
	left: auto;
	right: 6px;
}
.mui-popover p {
	text-indent: 22px;
}
#VKAPP-topPopover .mui-icon { 
	font-size: 14px;
	color: #007aff;
	margin-left: -15px;
	padding-right: 10px;
}
#VKAPP-topPopover .mui-popover { 
	height: 280px;
	width: 180px;
}
#VKAPP-topPopover .mui-popover .mui-content {
	padding: 10px;
}
.mui-popover .mui-table-view li{
	font-size: 16px;
	text-align:center;
}
/*VKAPP-topPopover-结束*/
/*调整input, select, textarea的默认字体大小  */
input, select, textarea {
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
/*调整时间控件  */
.mui-btn.mui-time-btn{
	width:65%;
	border:0px;
	text-align: left;
	color:#a9a9a9;
	margin-left:-100px;
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
   	font-size: 16px;
}
.padding1015{
	padding: 10px 15px;
}
/* .mui-input-div表单样式 */
.mui-input-div h5{
	color: black;
	padding: 10px 15px;
}
.mui-input-div .mui-input-group:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
.mui-input-div .mui-input-row button{
    margin-bottom: 0;
    padding: 11px 15px;
}
.mui-input-div textarea{
	margin-bottom: 0;
}
.mui-checkbox input[type=checkbox], .mui-radio input[type=radio] {
    top: 5px;
}
.mui-input-div .mui-table-view {
    margin-top: 0px;
}
/* mui popove 动画扩展 */
/* 从左侧弹出 */
.mui-popover.vk-popover-left {
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* 从右侧弹出 */
.mui-popover.vk-popover-right {
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* 从顶部弹出 */
.mui-popover.vk-popover-top {
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* 从底部弹出 */
.mui-popover.vk-popover-bottom {
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* 渐变*/
.mui-popover.vk-popover-center {
    width: auto;
    -webkit-transition: -webkit-transform .0s,opacity .2s;
    transition: transform .0s,opacity .2s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    top:50%;
    left: 50%;
     border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mui-popover.mui-popover-action.mui-active.vk-popover-center {
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.hide-show{
	display: none;
}
.mui-pages .mui-page.hide-show{
	display: none;
}
/* switch布局 开始 */
/*横向 */
.vkapp-input-switch-inline-block{
	height: 40px;line-height: 40px;background-color: white;padding: 0px 15px;
}
.vkapp-input-switch-inline-block > div{
	float: left;height: 100%;overflow: hidden; 
}
.vkapp-input-switch-inline-block .mui-switch{
	float:right;top:5px;
}
.clear,clear{
	clear: both;
}
/* switch布局 结束 */


/* 多图上传 开始 */
.vkapp-components-up-img-many .weui-uploader__hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.vkapp-components-up-img-many .weui-uploader__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.vkapp-components-up-img-many .weui-uploader__info {
  color: #B2B2B2;
}
.vkapp-components-up-img-many .weui-uploader__bd {
  overflow: hidden;
  position: relative;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
.vkapp-components-up-img-many .weui-uploader__file {
  float: left;
  margin-right: 3vw;
  margin-bottom: 3vw;
}
.vkapp-components-up-img-many .weui-uploader__img {
  display: block;
  width: 27vw;
  height: 27vw;
}
.vkapp-components-up-img-many .weui-uploader__file_status {
  position: relative;
}
.vkapp-components-up-img-many .weui-uploader__file_status:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.vkapp-components-up-img-many .weui-uploader__file-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.vkapp-components-up-img-many .weui-uploader__input-box {
  float: left;
  position: relative;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 27vw;
  height: 27vw;
  border: 1px solid #D9D9D9;
}
.vkapp-components-up-img-many .weui-uploader__input-box:before,
.vkapp-components-up-img-many .weui-uploader__input-box:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #D9D9D9;
}
.vkapp-components-up-img-many .weui-uploader__input-box:before {
  width: 2px;
  height: 39.5px;
}
.vkapp-components-up-img-many .weui-uploader__input-box:after {
  width: 39.5px;
  height: 2px;
}
.vkapp-components-up-img-many .weui-uploader__input-box:active {
  border-color: #999999;
}
.vkapp-components-up-img-many .weui-uploader__input-box:active:before,
.vkapp-components-up-img-many .weui-uploader__input-box:active:after {
  background-color: #999999;
}
.vkapp-components-up-img-many .weui-uploader__input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.vkapp-components-up-img-many .weui-uploader__file{
  position: relative;
}
.vkapp-components-up-img-many .weui-uploader__file .button{
    position: absolute;
    top:0px;
    right: 0px;
    width: 28px;
    height: 28px;
    display: block;
    padding:4px;
    font-size: 20px;
    color: #545353;
}
/* 多图上传 结束*/
/* 单图上传  开始*/
.vkapp-components-up-img-one .weui-uploader__input-box {
  position: relative;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 80px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #D9D9D9;
}
.vkapp-components-up-img-one .weui-uploader__input-box:before {
  width: 2px;
  height: 39.5px;
}
.vkapp-components-up-img-one .weui-uploader__input-box:after {
  width: 39.5px;
  height: 2px;
}
.vkapp-components-up-img-one .weui-uploader__input-box:active {
  border-color: #999999;
}
.vkapp-components-up-img-one .weui-uploader__input-box:active:before,
.vkapp-components-up-img-one .weui-uploader__input-box:active:after {
  background-color: #999999;
}
.vkapp-components-up-img-one .weui-uploader__input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.vkapp-components-up-img-one .img{
  height: 210px;
  max-width: 100%;
}
/* 单图上传  结束*/
/* 图片预览开始 */
#vkapp-previewImage.vk-popover {
    position: absolute;
    z-index: 1000;
    display: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
    opacity: 0;
    border-radius: 7px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    height:100%;
	width:100%;
	top:0;
	left:0;
}
#vkapp-previewImage.vk-popover.vk-active {
    display: block;
  	opacity: 1;
}
#vkapp-previewImage.vk-popover.vk-transitioning {
	-webkit-transition: -webkit-transform 300ms ease,opacity 300ms ease;
	transition: transform 300ms ease,opacity 300ms ease;
}
#vkapp-previewImage{
	height:100%;
	width:100%;
	top:0;
	left:0;
}
#vkapp-previewImage .mui-scroll-wrapper{
	margin:0;
	border-radius: 0;
}
#vkapp-previewImage .mui-scroll-wrapper .mui-scroll{
	background-color: black;
}
#vkapp-previewImage .mui-scroll-wrapper .mui-scroll img{
	width: 100%;
	display: block;
}
#vkapp-previewImage .mui-scroll-wrapper{
   	background-color: black;
}
#vkapp-previewImage .mui-scroll-wrapper .mui-scroll .mui-slider .mui-slider-item{
	width: 100%;
	height: 100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: 0;
	padding: 0;
}
#vkapp-previewImage .mui-slider-indicator {
    position: absolute;
    top: 4px;
    width: 100%;
    text-align: center;
    background: 0 0;
    height: 25px;
    right: 4px;
}
/* 图片预览结束 */

/* 图片预览开始 */
#vk-previewImage.vk-popover {
    position: absolute;
    z-index: 1000;
    display: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
    opacity: 0;
    border-radius: 7px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    height:100%;
	width:100%;
	top:0;
	left:0;
}
#vk-previewImage.vk-popover.vk-active {
    display: block;
  	opacity: 1;
}
#vk-previewImage.vk-popover.vk-transitioning {
	-webkit-transition: -webkit-transform 300ms ease,opacity 300ms ease;
	transition: transform 300ms ease,opacity 300ms ease;
}
#vk-previewImage{
	height:100%;
	width:100%;
	top:0;
	left:0;
}
#vk-previewImage .mui-scroll-wrapper{
	margin:0;
	border-radius: 0;
}
#vk-previewImage .mui-scroll-wrapper .mui-scroll{
	background-color: black;
}
#vk-previewImage .mui-scroll-wrapper .mui-scroll img{
	width: 100%;
	display: block;
}
#vk-previewImage .mui-scroll-wrapper{
   	background-color: black;
}
#vk-previewImage .mui-scroll-wrapper .mui-scroll .mui-slider .mui-slider-item{
	width: 100%;
	height: 100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: 0;
	padding: 0;
}
#vk-previewImage .mui-slider-indicator {
    position: absolute;
    top: 4px;
    width: 100%;
    text-align: center;
    background: 0 0;
    height: 25px;
    right: 4px;
}
/* 图片预览结束 */
/* textarea开始 */
.vkapp-input-textarea{
	position: relative;
}
/* textarea结束 */
/* 时间选择器开始 */
.vkapp-input-date {
	width:100%;
	text-align:center;
	font-size: 1em;
	border:1px solid #F0F0F0;
}
.vkapp-input-date.black.mui-btn.mui-time-btn {
    color: black;
}
.vkapp-input-date.mui-btn {
    padding: 11px 5px;
}
.mui-input-div .vkapp-input-date.mui-btn {
    /* padding: 11px 0px; */
    padding: 11px 5px;
}

/* 时间选择器结束 */

/* input开始 */
.vkapp-input{
	position: relative;margin-bottom: 0; 
}
.mui-input-row .vkapp-input input{
	/* padding-left: 0; */
	padding-left: 5px;
}
.mui-input-row label ~ input, .mui-input-row label ~ select, .mui-input-row label ~ textarea {
    padding-left: 5px;
}
.vkapp-input input{
	margin-bottom: 0; 
	padding-left: 15px;
}
.vkapp-input input[type=search]{
	margin-bottom: 0; 
	padding-left: 30px;
}
.mui-input-row .vkapp-input{
	float: right; width: 65%; margin-bottom: 0; padding-left: 0;  border: 0;
}
.vkapp-input .mui-icon.mui-icon-clear{
	position: absolute;width:38;font-size:19px; bottom: 0px;right:0px;color: #9e9d9d;padding: 10px 0px;padding-right: 1.5px;
}
.vkapp-input .vk-icon.vk-icon-chaxun{
	position: absolute;width:38;font-size:19px; bottom: 0px;left:5px;color: #9e9d9d;padding: 10px 0px;
}
.vkapp-input .numCom{
	position: absolute;bottom: 9px;right: 20px;color: #9e9d9d;
}
/* input结束 */

/* 自定义键盘开始 */
/* 键盘 */
.input-keyboard-number-popove .number-div-table{
	width: 100%;
	height: 100%;
	border: rgba(232, 228, 228, 0.4);
	background-color: #f9f9f9;
	border-spacing:0;
	border-collapse: collapse;
}
.input-keyboard-number-popove .number-div-table td{
	width: 25%;
	text-align: center;
	font-size: 16px;
	border-top: 0;
}
.btn-action {
	background-color: #5cb6ff !important;	
}

/* input */
.input-keyboard-number-backdrop.active{
	position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}
.input-keyboard-number .group-active{
	position: relative;
    z-index: 999;
}
.animation-guangbiao.hide{
    display: none;
}

.input-keyboard-number-popove .queding{
	color:white;
	background-color: #5cb6ff;
}
.animation-guangbiao{
    content:'';
    display: block;
    width:2px;
    height:50px;
    position:absolute;
    left:15px;
    top:10px;
    animation: blink 1s infinite steps(1, start);
    -webkit-animation: blink 1s infinite steps(1, start);
}
@keyframes blink {
 0%{
   background-color: white;
 }
 50% {
   background-color: rgb(92, 182, 255);
 }
 100% {
   background-color: white;
 }
}
@-webkit-keyframes blink {
 0%{
   background-color: white;
 }
 50% {
   background-color: rgb(92, 182, 255);
 }
 100% {
   background-color: white;
 }
}
/* 自定义键盘结束 */
/* tableviews开始 */
.vkapp-tableviews .vk-icon-tableviews{
	padding-left: 10px;margin-right:10px;font-size: 1.3rem;position: relative;top:2px;
}
.font-init-2 .vkapp-tableviews .vk-icon-tableviews{
	font-size: 0.208rem;
}
.vkapp-tableviews .tableviews-text{
	font-size: 1.05rem;
}
.font-init-2 .vkapp-tableviews .tableviews-text{
	font-size: 0.168rem;
}
/* tableviews结束 */
/* 收益轮播开始 */
.vkapp-slider-money .vk-icon-tableviews{
	padding-left: 10px;margin-right:10px;font-size: 1.3rem;position: relative;top:2px;
}
.font-init-2 .vkapp-slider-money .vk-icon-tableviews{
	font-size: 0.208rem;
}
.vkapp-slider-money .mui-card{
	color: white;padding: 10px;margin: 0px;background-color: #f44936;background: url(https://img.alicdn.com/imgextra/i2/2868760914/TB2eVhgdSiK.eBjSZFsXXbxZpXa_!!2868760914.png) no-repeat;background-size: 100% 100%;
}
.vkapp-slider-money .mui-card-content div:nth-child(1){
	font-size: 0.875rem;
}
.font-init-2 .vkapp-slider-money .mui-card-content div:nth-child(1){
	font-size: 0.14rem;
}
.vkapp-slider-money .mui-card-content div:nth-child(2){
	font-size: 4rem;line-height: 6rem;
}
.font-init-2 .vkapp-slider-money .mui-card-content div:nth-child(2){
	font-size: 0.64rem;line-height: 0.96rem;
}
/* 收益轮播结束 */
/* 图片轮播2.0开始 */
.vk-slider-2 {
    height: 100%;
}
.vk-slider-2 .mui-slider-group{
	height: 100%;
}
.vk-slider-2 .mui-slider-group .mui-slider-item > a:not(.mui-control-item) {
    height: 100%;
}
/* 图片轮播2.0结束 */

/*详情页模板开始*/
.template-detail-view .mui-card-footer:before,.template-detail-view .mui-card-header:after {
    right: 15px;
    left: 15px;
    height: 1px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
    background-color: white;
    border-top: 1px dashed #b0b0b3;
}
.template-detail-view .not_hr:before,.template-detail-view .not_hr:after{
	 border-top: 0px dashed #b0b0b3;
}
.template-detail-view .td2{
	text-align: right;position: relative;
}

.template-detail-view .td2:after{
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px dashed rgba(176, 176, 179, 0.388);
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
    left: 0;
    z-index: 2;
}

.template-detail-view .distribCol1{
	letter-spacing: 2px;
	min-width:120px;
} 
.template-detail-view .distribCol2{
	position: absolute;
	right: 0.625rem;
	top:1.25rem;
	width: 9rem;height: 2rem;
	line-height:2rem;
	display: block;
	font-size:1.25rem;
	-webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg);
	letter-spacing: 4px;
	text-align: center;
} 
.font-init-2 .template-detail-view .distribCol2{
	position: absolute;
	right: 0.1rem;
	top:0.2rem;
	width: 1.44rem;
	height: 0.32rem;
	line-height:0.32rem;
	display: block;
	font-size:0.2rem;
	-webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg);
	letter-spacing: 4px;
	text-align: center;
} 
.template-detail-view .title{
	font-size: 1.1rem;font-weight:bold
}
.font-init-2 .template-detail-view .title{
	font-size: 0.176rem;
}
.template-detail-view .goods_xx{
	width:100%;font-size:12px;padding: 5px 15px;background-color: rgba(255, 205, 146, 0.388);
}
.template-detail-view .shxx{
	width:100%;font-size:12px;
}
.template-detail-view .shxx_1{
	float: left;color: black;font-size: 1rem;
}
.font-init-2 .template-detail-view .shxx_1{
	font-size: 0.16rem;
}
.template-detail-view .shxx_2{
	float: right;color: black;font-size: 1rem;
}
.font-init-2 .template-detail-view .shxx_2{
	font-size: 0.16rem;
}
.template-detail-view .shxx_3{
	color:#8f8f94;font-size: 0.8rem;
}
.font-init-2 .template-detail-view .shxx_3{
	font-size: 0.128rem;
}
.template-detail-view hr{
	margin:15px 0px; height:1px;border:none;border-top:1px dashed rgba(176, 176, 179, 0.388);
}
.template-detail-view table{
	width:100%;table-layout:fixed;overflow-wrap:break-word;
}
/*详情页模板结束*/

/* vk-toast 开始 */
.vk-toast{
	z-index: 10000;
}
.vk-toast.mui-toast-container{
	width: 100%;
	height: 100%;
	top: 0px;
	pointer-events:none;
}
.vk-toast.mui-toast-container .mui-toast-message {
    position: absolute;
    left: 50%;
    font-size: 17px;
}
.vk-toast.mui-toast-container .mui-toast-message.vk-toast-message-center {
    top: 50%;
    -webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vk-toast.mui-toast-container .mui-toast-message.vk-toast-message-top {
	top:10px;
	-webkit-transform:translate(-50%, 0%);
	-ms-transform:translate(-50%, 0%);
	-moz-transform:translate(-50%, 0%);
	-o-transform:translate(-50%, 0%);
	transform:translate(-50%, 0%);
}
.vk-toast.mui-toast-container .mui-toast-message.vk-toast-message-top.vk-toast-head {
	top:50px;
}
.vk-toast.mui-toast-container .mui-toast-message.vk-toast-message-bottom {
    top:91%;
    -webkit-transform:translate(-50%, -100%);
	-ms-transform:translate(-50%, -100%);
	-moz-transform:translate(-50%, -100%);
	-o-transform:translate(-50%, -100%);
	transform:translate(-50%, -100%);
}
.vk-toast.mui-toast-container.pointer-events-auto{
	pointer-events:auto;
}
.vk-toast.vk-toast-icon .mui-toast-message {
    padding: 15px 25px;
}
/* vk-toast 结束 */
/* vk.alert 开始 */
.mui-popup{
    -webkit-transition-property: opacity;
    transition-property:opacity;
}
.mui-popup.vk-alert{
	display: block;
    width: 86%;
    border-radius: 4px;
    background-color: #fff;
    max-width: 320px;
    word-wrap: break-word;
}
.mui-popup.vk-alert .mui-popup-text{
    min-height: 40px;
    font-size: 17px;
    line-height: 1.4;
    color: #999;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}
.mui-popup.vk-alert .mui-popup-title{
    padding: 0px 10px;
}
.mui-popup.vk-alert .mui-popup-inner{
	padding:25px 15px;
}
.mui-popup.vk-alert.vk-alert-title-hide .mui-popup-title{
	display: none;
}
.mui-popup.vk-alert.vk-alert-title-hide .mui-popup-text{
	padding: 10px;
}
.mui-popup.vk-alert.vk-alert-message-hide .mui-popup-text{
	display: none;
}
.mui-popup-buttons :active{
	background-color: #EEEEEE;
	border-radius:0;
}
.vk-alert .mui-popup-buttons .mui-popup-button:first-child:last-child {
    border-radius: 0;
}
/* vk.alert 结束 */

/* vk.prompt 开始 */
.mui-popup.vk-prompt{
	top:38%;
	width: 86%;
	max-width: 320px;
	display: block;
    border-radius: 4px;
    background-color: #fff;
    word-wrap: break-word;
}
.mui-popup.vk-prompt .mui-popup-inner{
	padding:25px 15px;
}

.mui-popup.vk-prompt .mui-popup-text{
    color: #999;
    max-height: 400px;
    overflow-y: auto;
}
.mui-popup.vk-prompt .mui-popup-text{
    min-height: 40px;
    font-size: 17px;
    line-height: 1.4;
    color: #999;
    max-height: 400px;
    overflow-y: auto;
    padding: 5px;
}
.mui-popup.vk-prompt.vk-prompt-title-hide .mui-popup-title{
	display: none;
}
.mui-popup.vk-prompt.vk-prompt-title-hide .mui-popup-text{
	  padding: 10px;
}
.mui-popup.vk-prompt .mui-popup-input input {
    font-size: 17px;
    width: 100%;
    height: 34px;
    margin: 15px 0 0;
    padding: 0 5px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 0;
    background: #fff;
}
.mui-popup.vk-prompt.vk-prompt-message-hide .mui-popup-text{
	display: none;
}
.mui-popup-buttons :active{
	background-color: #EEEEEE;
	border-radius:0;
}
.vk-prompt .mui-popup-buttons .mui-popup-button:first-child:last-child {
    border-radius: 0;
}
/* vk.prompt 结束 */

/* vk-actionsheet 开始 */
.vk-actionsheet-view {
	display: block;
	box-sizing: border-box;
}
.vk-mask {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}
.vk-actionsheet-view .vk-actionsheet.vk-actionsheet_toggle {
	visibility: visible;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.vk-actionsheet-view .vk-actionsheet {
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 999;
	width: 100%;
	background-color: #efeff4;
	visibility: hidden;
	-webkit-transition: visibility .3s, -webkit-transform .3s;
	transition: visibility .3s, -webkit-transform .3s;
	transition: transform .3s, visibility .3s;
	transition: transform .3s, visibility .3s, -webkit-transform .3s;
}
.vk-actionsheet-view .vk-mask-fade {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
}
.vk-actionsheet-view .vk-actionsheet__menu {
	background-color: #fcfcfd;
}
.vk-actionsheet-view .vk-actionsheet * {
	box-sizing: border-box;
}
.vk-actionsheet-view .vk-actionsheet__cell,.vk-actionsheet-view .vk-actionsheet__title{
	position: relative;
	padding: 16px;
	text-align: center;
	font-size: 18px;
	color: black;
	line-height: initial;
}
.vk-actionsheet-view .vk-actionsheet__title{
	/* position: relative;
	padding: 12px 24px;
	text-align: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	line-height: initial; */
	position: relative;
    min-height:56px;
    padding: 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    background: #FFFFFF;
}
.vk-actionsheet-view .vk-actionsheet__title_text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;	
}
.vk-actionsheet-view .vk-actionsheet__cell.vk-actionsheet-big,
.vk-actionsheet-view .vk-actionsheet__title.vk-actionsheet-big{
	position: relative;
	padding: 0.16rem;
	text-align: center;
	font-size: 0.18rem;
	color: black;
	line-height: initial;
}
.vk-actionsheet-view .vk-actionsheet__cell.vk-actionsheet-mini,
.vk-actionsheet-view .vk-actionsheet__title.vk-actionsheet-mini{
	position: relative;
	padding: 0.1rem;
	text-align: center;
	font-size: 0.16rem;
	color: black;
	line-height: initial;
}
.vk-actionsheet-view .vk-actionsheet__title.vk-actionsheet-mini{
	padding: 10px;
	min-height: 50px;
}
.vk-actionsheet-view .vk-actionsheet__title p{
	font-size: 16px;
}

.vk-actionsheet-view .vk-actionsheet * {
	box-sizing: border-box;
}
.vk-actionsheet-view .vk-actionsheet__cell:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
.vk-actionsheet-view .vk-actionsheet__action {
	margin-top: 6px;
	background-color: #fcfcfd;
}
.vk-actionsheet-view .vk-actionsheet * {
	box-sizing: border-box;
}

.vk-actionsheet-view .vk-actionsheet .vk-actionsheet__cell:active{
	background-color: #EEEEEE;
}
/* vk-actionsheet 结束 */

.vkapp-async-error {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #999;
    padding: 100px 0;
    text-align: center;
}
/* 图片展示开始 */
/* 宽度固定,高度自适应 */
img.widthFix{
	width: 100%;
	display: block;
}
/* 图片拉伸 */
img.scaleToFill{
	width: 100%;
	height: 100%;
	display: block;
}
img.aspectFill-width{
	height: 100%;
	width: auto;
	left:50%;
	position: relative;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	display: block;
}
img.aspectFill-height{
	width: 100%;
	height: auto;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	position: relative;
	display: block;
}
img.center-70{
	width:auto;
	height:auto;
	top:50%;
	left:50%;
	position: relative;
	transform: translate(-50%,-50%) scale(0.3,0.3);
	-webkit-transform: translate(-50%,-50%) scale(0.3,0.3);
	-ms-transform: translate(-50%,-50%) scale(0.3,0.3);
	-moz-transform: translate(-50%,-50%) scale(0.3,0.3);
	display: block;
}
img.center-50{
	width:auto;
	height:auto;
	top:50%;
	left:50%;
	position: relative;
	transform: translate(-50%,-50%) scale(0.5,0.5);
	-webkit-transform: translate(-50%,-50%) scale(0.5,0.5);
	-ms-transform: translate(-50%,-50%) scale(0.5,0.5);
	-moz-transform: translate(-50%,-50%) scale(0.5,0.5);
	display: block;
}
img.center80{
	width:auto;
	height:auto;
	top:50%;
	left:50%;
	position: relative;
	transform: translate(-50%,-50%) scale(0.5,0.5);
	-webkit-transform: translate(-50%,-50%) scale(0.5,0.5);
	-ms-transform: translate(-50%,-50%) scale(0.5,0.5);
	-moz-transform: translate(-50%,-50%) scale(0.5,0.5);
	display: block;
}
img.center{
	width:auto;
	height:auto;
	top:50%;
	left:50%;
	position: relative;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	display: block;
}
/* 图片展示结束 */

/* 文字显示开始 */
.vk-ellipsis{
	display: inline-block;
	width:100%;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}
.vk-ellipsis-2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.vk-ellipsis-3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.vk-ellipsis-4{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/* 文字显示结束 */

/* 弹窗开始 */
.vk-modal{
	background-color: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;position: fixed;top:0;left:0;z-index: 98;display: none;
}
.vk-modal.vk-active{
	display: block;
}
.vk-modal .modal-view{
	width: 75%;height: 80%;position: absolute;z-index: 99;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);
}
.vk-modal .modal-close{
	position: absolute;z-index: 99;right: 0px;top:0px;color: white;font-size: 24px;
}
.vk-modal .modal-content{
	position: absolute;z-index: 99;width: 100%;height:calc(100% - 40px); background-color: white;top:40px;border-radius:4px;overflow: hidden;border:0;padding: 0;margin: 0;
}
.vk-modal .modal-content.type-image,
.vk-modal .modal-content.type-video,
.vk-modal .modal-content.type-view{
	background-color: rgba(255, 255, 255, 0);
}
.vk-modal .modal-content.type-view *{
	background-color: white;
}
.vk-modal img{
	display: block;
	width: 100%;
	height: 100%;
}
.vk-modal video{
	width: 100%;
    height: 100%;
    object-position: inherit;
}
/* 弹窗结束 */

/* 结果提示页开始 */

.vk-msg-view{
	background-color: white;
	padding:0;
	margin:0 !important;
	height: 100vh;
}
.vk-msg-view .mui-content-padded{
	margin: 0;
	padding: 10px;
}
.vk-msg-view .i-view i {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	background: #07C160;
	border-radius: 50%;
}
.vk-msg-view.ok .i-view i{
	background: #07C160;
    font-size: 2.5em;
    line-height: 52px;
    color: white;
}
.vk-msg-view.error .i-view i{
	background-color: #FA5151;
    font-size: 2.5em;
    line-height: 52px;
    color: white;
}
.vk-msg-view .check-area {
    margin-bottom: 0;
    padding: 0 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
}
.vk-msg-view.error .footer-view {
    margin-top:6vh;
}
.vk-msg-view .check-title{
	padding-bottom: 16px;
    font-weight: 700;
    font-size: 22px;
    word-wrap: break-word;
    word-break: break-all;
}
.vk-msg-view .check-msg{
    font-size: 17px;
    color: rgba(0, 0, 0, 0.9);
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 16px;
}
.vk-msg-view .vk-ellipsis-7{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.vk-msg-view .vk-ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.vk-msg-view .buttom-view button {
    position: relative;
    display: block;
    width: 184px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 24px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    line-height: 1.41176471;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    background-color: #07C160;
    color: #FFFFFF;
    border: 0;
}
.vk-msg-view.ok .buttom-view button {
	color: #FFFFFF;
	background-color: #07C160;
}
.vk-msg-view .buttom-view button:active {
	opacity:0.8;
}
.vk-msg-view.error .buttom-view button {
	color: #06AE56;
    background-color: #F2F2F2;
}
.vk-msg-view a {
    text-decoration: none;
    color: #576B95;
}
.vk-msg-view .button-msg{
	font-size: 12px;color: rgba(0, 0, 0, 0.5);
}
.vk-msg-view .footer-link-view{
	margin-bottom: 2px;
}
/* 结果提示页结束 */


/* vk-dialog 开始 */
.vk-dialog-view{
	display: none; 
	position: fixed;
	top: 0;left: 0;right: 0;bottom: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.4);
	opacity:0;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	touch-action: none;
}
.vk-dialog-view.active{
	 display: block;
}
.vk-dialog-view.active.active-animation{
	 opacity:1;
}
.vk-dialog-view.active.active-animation .view-container{
	 transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) scale(1);
	-webkit-transform:translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) scale(1);
}
.vk-dialog-view .view-container{
	position: fixed;
	top: 50%;
	left:50%;
	width: auto;
	background: white; 
	transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) scale(0);
	-webkit-transform:translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) scale(0);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	z-index: 100;
	border-radius:5px 5px 0;
	max-height:90%;
	overflow: auto;
	background-color:rgb(231, 231, 231);
	padding:10px;
	touch-action: none;
}
.vk-dialog-view.animation-bottom .view-container{
	transform: translate(calc(-50% + 0.5px), calc(150% + 0.5px)) scale(1);
	-webkit-transform:translate(calc(-50% + 0.5px), calc(150% + 0.5px)) scale(1);
}
.vk-dialog-view .close{
	background: rgb(231, 231, 231);
	color: #f94747;
	border-radius: 50%;
	font-size: 32px;
	text-shadow: rgb(181, 173, 173) 1px 1px 1px;
	text-align: center;
	position:absolute;
	top:0px;
	right: 0px;
	z-index:100;
	width: 48px;
	height: 48px;
	line-height: 44px;
	padding: 0px;
}
.vk-dialog-view .content-view{
	position: relative;
	padding: 10px;
	color:rgba(53, 53, 53, 1);
}
.vk-dialog-view .content-view .image{
	width: 100%;display: block;
}
/* vk-dialog 结束 */

/* 组件-导航-浮球开始 */
.vk-navigation-float-ball{
	position: fixed;
	top:calc(100% - 216px);
	height: 100px;
	left:15px;
	z-index: 99;
}
.vk-navigation-float-ball .float-ball{
	position: absolute;
	width:46px;
	height:46px;
	background: rgba(0,0,0,0.75);
	color: white;
	text-align:center;
	font-size:20px;
	line-height:46px;
	border-radius:50%;
	overflow: hidden;
	display: block;
}
.vk-navigation-float-ball.float-ball-view-3{
	height: 100px;
}
/* 左下开始 */
.vk-navigation-float-ball.float-ball-view-3 .float-ball-0{
	left:0px;top:100px;
}
.vk-navigation-float-ball.float-ball-view-3 .float-ball-1{
	left:0px;top:0px;
}
.vk-navigation-float-ball.float-ball-view-3 .float-ball-2{
	left:70px;top:30px;
}
.vk-navigation-float-ball.float-ball-view-3 .float-ball-3{
	left:100px;top:100px;
}
.vk-navigation-float-ball.float-ball-view-3 .float-ball-1.float-ball-hide{
	transform:translate(0px,100px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-3 .float-ball-2.float-ball-hide{
	transform:translate(-70px,70px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-3 .float-ball-3.float-ball-hide{
	transform:translate(-100px,0px);
	opacity:0;
}
/* 左下结束 */
/* 右下开始 */
.vk-navigation-float-ball.float-ball-view-3.right-low .float-ball-0{
	left:0px;top:100px;
}
.vk-navigation-float-ball.float-ball-view-3.right-low .float-ball-1{
	left:0px;top:0px;
}
.vk-navigation-float-ball.float-ball-view-3.right-low .float-ball-2{
	left:-70px;top:30px;
}
.vk-navigation-float-ball.float-ball-view-3.right-low .float-ball-3{
	left:-100px;top:100px;
}
.vk-navigation-float-ball.float-ball-view-3.right-low .float-ball-1.float-ball-hide{
	transform:translate(0px,100px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-3.right-low .float-ball-2.float-ball-hide{
	transform:translate(70px,70px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-3.right-low .float-ball-3.float-ball-hide{
	transform:translate(100px,0px);
	opacity:0;
}
/* 右下结束 */

/* 右上开始 */
.vk-navigation-float-ball.float-ball-view-3.right-up .float-ball-0{
	left:0px;top:100px;
}
.vk-navigation-float-ball.float-ball-view-3.right-up .float-ball-1{
	left:0px;top:200px;
}
.vk-navigation-float-ball.float-ball-view-3.right-up .float-ball-2{
	left:-70px;top:170px;
}
.vk-navigation-float-ball.float-ball-view-3.right-up .float-ball-3{
	left:-100px;top:100px;
}
.vk-navigation-float-ball.float-ball-view-3.right-up .float-ball-1.float-ball-hide{
	transform:translate(0px,-100px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-3.right-up .float-ball-2.float-ball-hide{
	transform:translate(70px,-70px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-3.right-up .float-ball-3.float-ball-hide{
	transform:translate(100px,0px);
	opacity:0;
}
/* 右上结束 */
/* 左上开始 */
.vk-navigation-float-ball.float-ball-view-3.left-up .float-ball-0{
	left:0px;top:100px;
}
.vk-navigation-float-ball.float-ball-view-3.left-up .float-ball-1{
	left:0px;top:200px;
}
.vk-navigation-float-ball.float-ball-view-3.left-up .float-ball-2{
	left:70px;top:170px;
}
.vk-navigation-float-ball.float-ball-view-3.left-up .float-ball-3{
	left:100px;top:100px;
}
.vk-navigation-float-ball.float-ball-view-3.left-up .float-ball-1.float-ball-hide{
	transform:translate(0px,-100px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-3.left-up .float-ball-2.float-ball-hide{
	transform:translate(-70px,-70px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-3.left-up .float-ball-3.float-ball-hide{
	transform:translate(-100px,0px);
	opacity:0;
}
/* 左上结束 */
.vk-navigation-float-ball.float-ball-view-4{
	height: 120px;
}
/* 左下开始 */
.vk-navigation-float-ball.float-ball-view-4 .float-ball-0{
	left:0px;top:120px;
}
.vk-navigation-float-ball.float-ball-view-4 .float-ball-1{
	left:0px;top:0px;
}
.vk-navigation-float-ball.float-ball-view-4 .float-ball-2{
	left:55px;top:20px;
}
.vk-navigation-float-ball.float-ball-view-4 .float-ball-3{
	left:95px;top:65px;
}
.vk-navigation-float-ball.float-ball-view-4 .float-ball-4{
	left:115px;top:120px;
}
.vk-navigation-float-ball.float-ball-view-4 .float-ball-1.float-ball-hide{
	transform:translate(0px,120px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4 .float-ball-2.float-ball-hide{
	transform:translate(-55px,100px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4 .float-ball-3.float-ball-hide{
	transform:translate(-95px,55px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4 .float-ball-4.float-ball-hide{
	transform:translate(-115px,0px);
	opacity:0;
}
/* 左下结束 */
/* 左上开始 */
.vk-navigation-float-ball.float-ball-view-4.left-up .float-ball-0{
	left:0px;top:120px;
}
.vk-navigation-float-ball.float-ball-view-4.left-up .float-ball-1{
	left:0px;top:240px;
}
.vk-navigation-float-ball.float-ball-view-4.left-up .float-ball-2{
	left:55px;top:220px;
}
.vk-navigation-float-ball.float-ball-view-4.left-up .float-ball-3{
	left:95px;top:175px;
}
.vk-navigation-float-ball.float-ball-view-4.left-up .float-ball-4{
	left:115px;top:120px;
}
.vk-navigation-float-ball.float-ball-view-4.left-up .float-ball-1.float-ball-hide{
	transform:translate(0px,-120px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4.left-up .float-ball-2.float-ball-hide{
	transform:translate(-55px,-100px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4.left-up .float-ball-3.float-ball-hide{
	transform:translate(-95px,-55px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4.left-up .float-ball-4.float-ball-hide{
	transform:translate(-115px,0px);
	opacity:0;
}
/* 左上结束 */
/* 右上开始 */
.vk-navigation-float-ball.float-ball-view-4.right-up .float-ball-0{
	left:0px;top:120px;
}
.vk-navigation-float-ball.float-ball-view-4.right-up .float-ball-1{
	left:0px;top:240px;
}
.vk-navigation-float-ball.float-ball-view-4.right-up .float-ball-2{
	left:-55px;top:220px;
}
.vk-navigation-float-ball.float-ball-view-4.right-up .float-ball-3{
	left:-95px;top:175px;
}
.vk-navigation-float-ball.float-ball-view-4.right-up .float-ball-4{
	left:-115px;top:120px;
}
.vk-navigation-float-ball.float-ball-view-4.right-up .float-ball-1.float-ball-hide{
	transform:translate(0px,-120px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4.right-up .float-ball-2.float-ball-hide{
	transform:translate(55px,-100px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4.right-up .float-ball-3.float-ball-hide{
	transform:translate(95px,-55px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4.right-up .float-ball-4.float-ball-hide{
	transform:translate(115px,0px);
	opacity:0;
}
/* 右上结束 */
/* 右下开始 */
.vk-navigation-float-ball.float-ball-view-4.right-low .float-ball-0{
	left:0px;top:120px;
}
.vk-navigation-float-ball.float-ball-view-4.right-low .float-ball-1{
	left:0px;top:0px;
}
.vk-navigation-float-ball.float-ball-view-4.right-low .float-ball-2{
	left:-55px;top:20px;
}
.vk-navigation-float-ball.float-ball-view-4.right-low .float-ball-3{
	left:-95px;top:65px;
}
.vk-navigation-float-ball.float-ball-view-4.right-low .float-ball-4{
	left:-115px;top:120px;
}
.vk-navigation-float-ball.float-ball-view-4.right-low .float-ball-1.float-ball-hide{
	transform:translate(0px,120px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4.right-low .float-ball-2.float-ball-hide{
	transform:translate(55px,100px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4.right-low .float-ball-3.float-ball-hide{
	transform:translate(95px,55px);
	opacity:0;
}
.vk-navigation-float-ball.float-ball-view-4.right-low .float-ball-4.float-ball-hide{
	transform:translate(115px,0px);
	opacity:0;
}
/* 右下结束 */

.vk-navigation-float-ball .transitioning {
	-webkit-transition: -webkit-transform 300ms ease,opacity 300ms ease;
	transition: transform 300ms ease,opacity 300ms ease;
}
.vk-navigation-float-ball .rotate45{
	transform:rotate(765deg);
	-ms-transform:rotate(765deg);
	-moz-transform:rotate(765deg);
	-webkit-transform:rotate(765deg);
	-o-transform:rotate(765deg);
}
.vk-navigation-float-ball .float-ball.float-ball-active{
	background-color: rgba(241, 31, 31, 0.75);
}
.vk-navigation-float-ball .ball-text{
	display: block;
	font-size: 12px;
	margin-top: -2px;
	overflow: hidden;
	font-style: normal;
}
.vk-navigation-float-ball .ball-icon{
	display: block;
	font-size: 20px;
	padding-top: 6px;
	line-height: 20px;
	overflow: hidden;
}
.vk-navigation-float-ball .float-ball {
	-webkit-transition: top 200ms ease,left 200ms ease,-webkit-transform 300ms ease,opacity 300ms ease;
	transition: top 300ms ease,left 200ms ease,transform 300ms ease,opacity 300ms ease;
}

.vk-navigation-float-ball.float-ball-view-3.right-low .float-ball-btn2,
.vk-navigation-float-ball.float-ball-view-3.left-low .float-ball-btn2 {
    left: 0px;
    top: 50px;
}

.vk-navigation-float-ball.float-ball-view-3.right-up .float-ball-btn2,
.vk-navigation-float-ball.float-ball-view-3.left-up .float-ball-btn2 {
    left: 0px;
    top: 150px;
}

.vk-navigation-float-ball.float-ball-view-3.right-low .float-ball-btn2.float-ball-active {
    left: -36px;
    top: 66px;
}
.vk-navigation-float-ball.float-ball-view-3.left-low .float-ball-btn2.float-ball-active {
	left: 36px;
    top: 66px;
}
.vk-navigation-float-ball.float-ball-view-3.right-up .float-ball-btn2.float-ball-active {
	left: -36px;
    top: 134px;
}
.vk-navigation-float-ball.float-ball-view-3.left-up .float-ball-btn2.float-ball-active {
	left: 36px;
    top: 134px;
}

/* 组件-导航-浮球结束 */

/* 组件-弹窗-验证码输入开始 */
.vk-popover-yzm.mui-popover{
	bottom:0;top:20%;
}
.vk-popover-yzm .mui-card{
	margin: 25px;border-radius: 5px;
}
.vk-popover-yzm .mui-card .mui-card-content-inner{
	padding: 30px 25px;
}
.vk-popover-yzm .title{
	font-weight: bold;font-size: 18px;color: black;
}
.vk-popover-yzm .msg{
	margin-top: 10px;font-size: 12px;color: #8c8c8c;
}
.vk-popover-yzm .phone{
	margin-left:5px;color:#FF705E;
}
.vk-popover-yzm .num-box{
	margin-top: 40px;margin-bottom: 40px;position: relative;
}

.vk-popover-yzm .num-box .input-num{
	position: absolute;
    top: 0;
    border: 0;
    margin: 0;
    height:calc((100vw - 130px) / 6);
    background-color: transparent;
    font-size: 18px;
    color: transparent;
    caret-color: transparent;
}
.vk-popover-yzm .num-item-4 .num-box .input-num{
   	height: calc((100vw - 190px) / 4);
}
.vk-popover-yzm .btn-box{
	width: 100%;
	font-size:14px;
}
.vk-popover-yzm .btn-box .item-0{
	float: left;
	/* color: #FF705E; */
	padding: 10px;
}
.vk-popover-yzm .btn-box .item-1{
	float: right;
	color: #8c8c8c;
	padding: 10px;
}
.vk-popover-yzm .clear{
	clear: both;
}
.vk-popover-yzm .num-item-4 .num-box .num-item.active,
.vk-popover-yzm .num-item-6 .num-box .num-item.active{
	border: 1px solid #444;
	color:#444;
}

.vk-popover-yzm .num-item-4.type-1 .num-box .num-item.active,
.vk-popover-yzm .num-item-6.type-1 .num-box .num-item.active{
	border: 0px solid #444;
	border-bottom: 1px solid #444;
}

.vk-popover-yzm .num-item {
   position: relative;
}

.vk-popover-yzm .num-item.active:AFTER {
    content: '';
    display: block;
    width: 2px;
    height: 60%;
    position: absolute;
    left: 10px;
    top: 20%;
    animation: blink 1s infinite steps(1, start);
    -webkit-animation: blink 1s infinite steps(1, start);
}
.vk-popover-yzm .num-box .num-item.item-0{
	margin-left: 0px !important; 
}

.vk-popover-yzm .num-item-6 .num-box .num-item{
	display: block;
	float:left;
	width:calc((100vw - 130px) / 6);
	height:calc((100vw - 130px) / 6);
	margin-left: 5px;
	border: 1px solid #9a9a9a;
	color:#9a9a9a;
	text-align: center;
	line-height: calc((100vw - 130px) / 6);
	font-size: 18px;
}
.vk-popover-yzm .num-item-6.mui-card{
	margin: 25px;border-radius: 5px;
}
.vk-popover-yzm .num-item-6.mui-card .mui-card-content-inner{
	padding: 30px 25px;
	padding-bottom: 15px;
}
.vk-popover-yzm .num-item-4.mui-card{
	margin: 40px;border-radius: 5px;
}
.vk-popover-yzm .num-item-4.mui-card .mui-card-content-inner{
	padding: 40px;
	padding-bottom: 30px;
}
.vk-popover-yzm .num-item-4 .num-box{
	margin-top: 30px;margin-bottom: 30px;
}
.vk-popover-yzm .num-item-4 .num-box .num-item{
	display: block;
	float:left;
	width:calc((100vw - 190px) / 4);
	height:calc((100vw - 190px) / 4);
	margin-left: 5px;
	border: 1px solid #9a9a9a;
	color:#9a9a9a;
	text-align: center;
	line-height: calc((100vw - 190px) / 4);
	font-size: 0.22rem;
}
.vk-popover-yzm .num-item-4.type-1 .num-box .input-num{
	font-size: 0.22rem;
}
.vk-popover-yzm .num-item-4.type-1 .num-box{
	margin-top: 15px;margin-bottom: 35px;
}
.vk-popover-yzm .num-item-4.type-1 .num-box .num-item {
    display: block;
    float: left;
    width: calc((100vw - 200px) / 4);
    height: calc((100vw - 150px) / 4);
    margin-left: 12px;
    border: 0px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    color: #9a9a9a;
    text-align: center;
    line-height: calc((100vw - 130px) / 4);
    font-size: 0.22rem;
}
.vk-popover-yzm .num-item-6.type-1 .num-box .input-num{
	font-size:18px;
}
.vk-popover-yzm .num-item-6.type-1 .num-box{
	margin-top: 25px;
	margin-bottom: 45px;
}
.vk-popover-yzm .num-item-6.type-1 .num-box .num-item {
    display: block;
    float: left;
    width: calc((100vw - 160px) / 6);
    height: calc((100vw - 150px) / 6);
    margin-left: 12px;
    border: 0px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    color: #9a9a9a;
    text-align: center;
    line-height: calc((100vw - 130px) / 6);
    font-size: 0.22rem;
}
.no-selected {
	-webkit-user-select: none; /*Chrome/ Safari/ Opear新版本*/
	-moz-user-select: none; /*Foxfire */
	-ms-user-select: none; /*Internet Explorer/ Edge*/
	-o-user-select: none; /*Opear老版本*/
	-khtml-user-select: none; /* Konqueror */
	-webkit-touch-callout: none; /* iOS Safari */
	user-select: none;
}
/* 组件-弹窗-验证码输入结束 */


/* 骨架屏css开始 */
@-webkit-keyframes skeleton-ani {
	0% {
		left: 0
	}
 
	to {
		left: 100%
	}
}
 
@keyframes skeleton-ani {
	0% {
		left: 0
	}

	to {
		left: 100%
	}
}
 
.skt-loading .skeleton {
	position: relative;
	overflow: hidden;
	border: none !important;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: none !important;
	pointer-events: none;
}
 
.skt-loading .skeleton:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: #dadada;/* #ebf1f8 #e6e6e6 #dadada*/
	display: block;
	border-radius: 2px;
}
 
.skt-loading .skeleton:before {
	content: "";
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, 0)));
	background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 50%, hsla(0, 0%, 100%, 0) 100%);
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 50%, hsla(0, 0%, 100%, 0));
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	z-index: 99;
	-webkit-animation: skeleton-ani 5s ease infinite;
	animation: skeleton-ani 5s ease infinite;
	display: block;
}
/* 骨架屏css结束 */
