[v-cloak] {
	display: none;
}
html,body {width: 100%;color: #333;margin: 0;padding: 0;background-color: #fff;font-size: 20px;}
* {-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-moz-user-select: none;user-select: none;-webkit-overflow-scrolling: touch;}
input,textarea {-webkit-user-select: auto; -webkit-appearance: none;}
button,input,textarea {outline: none;border: 0;}
ul,ol {list-style-type: none;}
a,a:link,a:visited,a:hover,a:active,a:focus {text-decoration: none;}
::-webkit-scrollbar {display: none;}
div,a,input,label,span,img{-webkit-tap-highlight-color:rgba(255,0,0,0);}

.row_around {display: flex;justify-content: space-around;align-items: center;}
.row_round {display: flex;justify-content: space-around;}
.row_between {display: flex;justify-content: space-between;align-items: center;}
.row_between_notc {display: flex;justify-content: space-between;}
.row_end {display: flex;justify-content: flex-end;align-items: center;}
.row_start {display: flex;justify-content: flex-start;align-items: center;}
.row_center {display: flex;justify-content: center;align-items: center;}
.column_start {display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
.column_center {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.column_end {display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;}
.column_between {display: flex;flex-direction: column;justify-content: space-between;align-items: center;}
.column_between_notc {display: flex;flex-direction: column;justify-content: space-between;}
.column_start_cen {display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}

.theme_color {color: #0B3774!important;}
.theme_btn {width: 100%; height: 2.2rem;background-color: #0B3774;color: #FFFFFF;font-size: .8rem;font-weight: 500;text-align: center;line-height: 2.2rem;border-radius: .2rem;}
.theme_btn:active{background-color:#093168;}
.theme_btn1 { width: 100%; height: 2.2rem;background-color: #F18300;color: #FFFFFF;font-size: .8rem;font-weight: 500;text-align: center;line-height: 2.2rem;border-radius: .2rem; }
.theme_btn1:active { background-color:#E47C00; }

/*input::-webkit-input-placeholder {color: #999;font-size: .8rem;}
input::-moz-placeholder {color: #999;font-size: .8rem;}
input:-ms-input-placeholder {color: #999;font-size: .8rem;}*/


.no-data {width: 100%;height: 100vh;background-color: #fff;}
.no-data img {margin: 13.6rem 0 2rem;}
.no-data span {font-size: .85rem;color: #999;}
