﻿@charset "UTF-8";
/*重置样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td { margin:0; padding:0; }
body {font-size: 14px;color: #333;font-family: "Microsoft yahei";/*background: #212226; */min-width: 1200px;overflow: auto;min-height: 101vh;}
body::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}
body::-webkit-scrollbar {
    width: 10px!important;
}
body::-webkit-scrollbar-corner {
    background-color: #ddd;
}
body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: solid 1px silver;
    border-radius: 4px;
}
body::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
}
table { border-collapse:collapse; border-spacing:0; }
img { border:0;
    }
ol,ul {  list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; color: #333;  font-weight:normal;  }
a{ text-decoration: none; color: #666; -webkit-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
input {	vertical-align: middle; }
input,button,textarea,select {outline: none;font-family: 'Microsoft yahei';font-size: 14px; }

.clear { clear: both; }

.right{float: right;}
.left{float: left;}
.transition { -webkit-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

.clearfix:after { clear: both; display: block; content: '';height:0;visibility:hidden; }
.clearfix { zoom: 1 }
/*@font-face {
    font-family: 'AstridGrotesk-Bold';
    src: url('../fonts/AstridGrotesk-Bold.eot');
    src: local('☺'), url('../fonts/AstridGrotesk-Bold.woff') format('woff'), url('../fonts/BrandonText-Regular.ttf') format('truetype'), url('../fonts/BrandonText-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*/