* {
    padding: 0;
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
    min-width: 320px;
    font-size: 14px;
    color: #777777;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-overflow-scrolling: touch;
    /* overflow: hidden; */
    /* -moz-user-select: none;
    user-select: none; */
}

::-webkit-scrollbar{width:9px;height:9px;display: none;}
::-webkit-scrollbar-track{width:4px;background-color:#444}
::-webkit-scrollbar-thumb{background-color:#666;background-clip:padding-box;min-height:28px}
::-webkit-scrollbar-thumb:hover{background-color:#888}

.bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
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,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

ul,
ol,
li,
dl {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*RESET A*/
* {
    text-decoration: none !important;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none;
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.radius{
    border-radius: 10px;
    overflow: hidden;
}

/* 清除浮动 */
.clear {}
.clear::after{
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: '\20';
}
.w12{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}
img { 
    max-width: 100%; 
} 

@media (min-width: 992px){
    .w12 {
        width: 970px;
    }
    
}
@media (min-width: 1200px){
    .w12 {
        width: 1200px;
    }
    
}
@media (min-width: 1600px){
    .w12 {
        width: 1310px;
    }
        
}
@media (max-width: 820px) {
    .w12{
        width: 94%;
        margin: 0 auto;
        padding: 0 3%;
    }
    
}
@media (max-width: 768px) {
    .w12{
        width: 94%;
        margin: 0 auto;
        padding: 0 3%;
    }
    
}
input {
    background:none;  
	outline:none;  
	border:none;
}
input:focus{   
	border:none;
}
/*RESET IMAGES*/
img {
    max-width: 100%;
}
.flex{
    display: flex;
    display: -webkit-flex;
}
.flex-1{
  flex:1;
}
.flex-items{
    align-items: center;
}
.flex-center{
    justify-content: center;
}
.flex-between{
    justify-content: space-between;
}
.flex-start{
    justify-content: flex-start;
}
.flex-end{
    justify-content: flex-end;
}
.flex-around{
    justify-content: space-around;
}
.flex-wap{
    flex-wrap:wrap;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.f26 {
	font-size: 26px;
}
.f28 {
	font-size: 28px;
}
.p1 {
	padding: 1px;
}
.pl5 {
	padding-left: 5px;
}
.p5 {
	padding: 5px;
}
.pt5 {
	padding-top: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.p10 {
	padding: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.p20 {
	padding: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.m0 {
	margin: 0;
}
.ml0 {
	margin-left: 0;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.mr0 {
	margin-right: 0;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.relative{
    position: relative;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
select{ 
	color:#333;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; 
	background: transparent;
	width: 78%;
	 border: none;
	 
 }
 option {
    color: #333;
    background-color: transparent;
}
textarea{
	border:none;
	outline: none;/*边线不显示*/
	resize: none;/*禁止拉伸*/
	background:transparent;
    appearance:none;
}
.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  
  }
  .text-overflow2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all
  }
  .text-overflow3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .backbg{
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
  }

  