﻿ /* CSS Document */

a{text-decoration:none;outline:none; color:#666;transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;}

/* CSS3滚动条 */
::selection {background: #222 ; color: white ; text-shadow: none ;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#4e4e5a ;  border-radius:50px}
::-webkit-scrollbar{width:8px;height:6px ; }
::-webkit-scrollbar-thumb{height:50px;background:#3fb560;  border-radius:50px ; cursor:pointer}
::-webkit-scrollbar-thumb:hover{background:#3fb560 ; cursor:pointer}


/* 页面选中颜色 */
::-moz-selection {
    background: #222;
    color: #fff;
}
::-webket-selection {
    background: #222;
    color: #fff;
}
::-o-selection {
    background: #222;
    color: #fff;
}

::selection {
    background: #222;
    color: #fff;
}

*:focus {
    outline: none;
}
/*消除谷歌下input边框* /



/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    _background-image:url(about:blank);
    _background-attachment:fixed;

}


/* 设置默认字体 */
body, button, input, select, textarea {
    font-family: "微软雅黑","宋体","Arail";
    font-size: 12px;
    line-height: 24px;
}

.titleFont
{
    font-family: "Microsoft yahei","微软雅黑","Tahoma","Verdana","Arial","sans-serif";
}

.contentFont
{
    font-family: "宋体","新宋体","Arial","sans-serif";
}

.enFont
{
    font-family: "Arial","sans-serif";
}

.yahei {
    font-family: "微软雅黑","宋体","Arail";
}

.songti {
    font-family: "宋体","微软雅黑","Arail";
}

.Arail {
    font-family: "Arail","宋体","微软雅黑";
}

.Courier_New {
    font-family: "Courier New", Courier, monospace
}

.Georgia {
    font-family: Georgia, "Arail", Times, serif
}


/* 列表元素 */
ul,ol,li {
    list-style: none;
}

img {
    border: none;
}


/* a标签 */
a {
    text-decoration: none ; color:#fff ;
}

a:hover {
    text-decoration: none ;
}


/* 定义浮动居中 */
.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.center {
    margin: 0 auto;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}


/* 重置h标签 */
h1 {
    font-size: 22px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}


/* 字体大小 */
.font12 {
    font-size: 12px
}

.font14 {
    font-size: 14px
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: 22px
}

.font24 {
    font-size: 24px
}

.font26 {
    font-size: 26px
}

.font28 {
    font-size: 28px
}


.font30 {
    font-size: 30px
}


/* 主色 */
.zhuse{ color:#3fb560 }


/* 所有颜色 */
.chi {
    color: #FF0000
}

.cheng {
    color: #f65f04
}

.huang {
    color: #f6e204
}

.lv {
    color: #2cdf03
}

.qing {
    color: #01ede5
}


.lan {
    color: #27B4FD;
}

.zi {
    color: #590afa
}

.hei {
    color: #000
}

.bai {
    color: #fff
}

.hui {
    color: #999
}


/* 定义边距 */
.mt5 {
    margin-top: 5px
}

.mr5 {
    margin-right: 5px
}

.mb5 {
    margin-bottom: 5px
}

.ml5 {
    margin-left: 5px
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mt15 {
    margin-top: 15px
}

.mr15 {
    margin-right: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.mt20 {
    margin-top: 20px
}

.mr20 {
    margin-right: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.mt25 {
    margin-top: 25px
}

.mr25 {
    margin-right: 25px
}

.mb25 {
    margin-bottom: 25px
}

.ml25 {
    margin-left: 25px
}

.mt30 {
    margin-top: 30px
}

.mr30 {
    margin-right: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.mt35 {
    margin-top: 35px
}

.mr35 {
    margin-right: 35px
}


.mb35 {
    margin-bottom: 35px
}


.ml35 {
    margin-left: 35px
}

.mt40 {
    margin-top: 40px
}

.mr40 {
    margin-right: 40px
}

.mb40 {
    margin-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.mt50 {
    margin-top: 50px;
}

.mr50 {
    margin-right: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml50 {
    margin-left: 50px;
}


.pd10 {
    padding:10px
}

.pd20 {
    padding:20px
}

.pd30 {
    padding:30px
}

.pd40 {
    padding:40px
}

.pd50 {
    padding:50px
}

