@charset "utf-8"; html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s{ margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit; word-wrap:break-word; font-family: "微软雅黑" !important; } body{ font-family: "微软雅黑" !important; /* height: 100%; */ /* overflow: hidden; */ } body>.main{overflow-y: auto;} select{appearance: none;-webkit-appearance: none;-ms-appearance: none;-moz-appearance: none;background-color: transparent;} ul,ol{list-style:none} a img{border:none;} a,a:link{text-decoration:none;color:#666;} /*button{overflow:visible;padding:0;margin:0;border:0 none;background-color:transparent;appearance: none;-webkit-appearance:none;}*/ /*button::-moz-focus-inner{padding:0}*/ /*textarea,input{background:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}*/ /*input[type=number]{appearance: none;-webkit-appearance: none; border: 0;}*/ /*input[type=search]{appearance: none;-webkit-appearance: none; border: 0;}*/ /*input[type=text]{appearance: none;-webkit-appearance: none; border: 0;}*/ /*input[type=tel]{appearance: none;-webkit-appearance: none; border: 0;}*/ /*input[type=button]{appearance: none;-webkit-appearance: none;}*/ /*input[type=password]{-webkit-text-security:disc;appearance: none;-webkit-appearance: none; border: 0;}*/ /*input[type=submit]{appearance: none;-webkit-appearance: none; border: 0;}*/ textarea:focus,input:focus,button:focus{outline:none} body{word-wrap:break-word;font-size:14px;color:#666;} *{ -webkit-tap-highlight-color:rgba(0,0,0,0); overflow-scrolling: touch; -webkit-overflow-scrolling: touch; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*[v-cloak]{opacity: 0!important;}*/ /*全局CSS*/ .hide{ display: none;} .show{ display: block;} /*.bgimg_mid{background-position: center; background-repeat: no-repeat;}*/ /*.overflow_auto{overflow: auto;-webkit-overflow-scrolling: touch;overflow-scrolling: touch; }*/ /*.overflow_hide{overflow: hidden;}*/ /*flex布局*/ .flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .flex_dom{display: -moz-box!important;display: -ms-flexbox!important;display: flex!important;display: -webkit-box!important;display: -webkit-flex!important;} .flex_column{display: -moz-box!important;display: -ms-flexbox!important;display: flex!important;display: -webkit-box!important;display: -webkit-flex!important;-webkit-box-orient: vertical;-webkit-box-direction: normal;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-flex-direction: column;} .flex_1{-webkit-box-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;-webkit-flex:1;display: block;min-width: 0;} .flex_2{-webkit-box-flex: 2;-moz-box-flex: 2;-ms-flex: 2;flex: 2;-webkit-flex:2;display: block;min-width: 0;} .flex_3{-webkit-box-flex: 3;-moz-box-flex: 3;-ms-flex: 3;flex: 3;-webkit-flex:3;display: block;min-width: 0;} .flex_4{-webkit-box-flex: 4;-moz-box-flex: 4;-ms-flex: 4;flex: 4;-webkit-flex:4;display: block;min-width: 0;} .flex_5{-webkit-box-flex: 5;-moz-box-flex: 5;-ms-flex: 5;flex: 5;-webkit-flex:5;display: block;min-width: 0;} .flex_item_between{-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-justify-content: space-between;} .flex_item_around{-ms-flex-pack: distribute;justify-content: space-around;-webkit-justify-content: space-around;} .flex_item_mid{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items: center;} .flex_item_stretch{-webkit-box-align: stretch;-moz-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;-webkit-align-items: stretch;} .flex_item_center{ -webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; justify-content:center;-webkit-justify-content:center;} .flex_wrap{-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-flex-wrap: wrap;} /*字体样式库*/ .fw_600{font-weight: 600;} .fw_700{font-weight: 700;} .font-w5{ font-weight: 500;} .font-w6{ font-weight: bold;} .color-ccc{ color:#ccc!important} .color-eee{ color:#eee!important} .color-fff{color:#fff!important} .color-000{color: #000!important} .color-333{ color:#333!important} .color-555{ color:#555!important} .color-666{ color:#666!important} .color-999{ color:#999!important} .color-parent{color:inherit!important} .color-blue{color: #0068B7!important;} .overflow_y_s { overflow-y: scroll; } /* 去除输入框类型数字时上下 */ .no-spinners::-webkit-inner-spin-button, .no-spinners::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: textfield; /* Firefox 支持 */ margin: 0; }