﻿@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h4, h4, h5, h6, form, fieldset, input, button, textarea, p, blockquote, table, tr, th, td {
    padding: 0;
    margin: 0;
}

*{
    box-sizing: border-box;
}
input, textarea{
    background: none;
    border: none;
    outline: none;
}
ul,li,dl,dt,dd,a,em,span,b,i{
    list-style: none;
    text-decoration: none;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
body {
    font-size: 14px;
    color: #303030;
    font-family: '微软雅黑';
    line-height: 1.6;
}
table{
    width: 100%;
    border-collapse: collapse;
}
img{
    cursor:pointer;
    vertical-align: middle;
}
a, span, em, i{
    display: inline-block;
}
a:focus,a:hover{
    text-decoration: none;
}
.trs{
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
/*宽度*/


/*清除两侧边距*/

/*元素位置*/
.pa{
    position: absolute;
}
.pr{
    position: relative;
}
.pf{
    position: fixed;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*clearfix写在浮动元素的上层*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}
.clearfix {*zoom:1;}

/*文字对齐*/
.textL{
    text-align: left;
}
.textC{
    text-align: center;
}
.textR{
    text-align: right;
}

.fontWe{
    font-weight: 700;
}

/* 背景色 */
.bg1e{
    background-color: #1e2737;
}
.bg0d{
    background-color: #0d1728;
}
.bg2d{
    background-color: #2d3440;
}
.bgf0{
    background-color: #f0f2f4;
}
.bgf{
    background-color: #ffffff;
}
.bg2d9{
    background-color: #2d92e8;
}
.bgf7{
    background-color: #f72222;
}
.bg4e{
    background-color: #4e5a65;
}
.bgf2{
    background-color: #f2f3f5;
}


/* 按钮 */
.btn1{
    border-radius: 3px;
    border: 4px solid #40d8ea;
    background-color: #027280;
    box-shadow: inset 0 0 20px #026976;
}
.btn2{
    border-radius: 3px;
    border: 4px solid #24b0eb;
    background-color: #056c98;
    box-shadow: inset 0 0 20px #045f85;
}
.btn3{
    border-radius: 3px;
    border: 4px solid #fba28e;
    background-color: #de5435;
    box-shadow: inset 0 0 20px #c34128;
}
.btn4{
    border-radius: 3px;
    border: 4px solid #8bb4ff;
    background-color: #396bb4;
    box-shadow: inset 0 0 20px #295399;
}
.btn5{
    border-radius: 3px;
    border: 4px solid #3ee6fa;
    background-color: #0b93a3;
    box-shadow: inset 0 0 20px #088596;
}
.btn6{
    border-radius: 3px;
    border: 4px solid #4bffc2;
    background-color: #0ba46f;
    box-shadow: inset 0 0 20px #068853;
}
.btn7{
    border-radius: 3px;
    border: 4px solid #02dcd5;
    background-color: #027d78;
    box-shadow: inset 0 0 20px #02736f;
}
.btn8{
    border-radius: 3px;
    border: 4px solid #fbce61;
    background-color: #de9e08;
    box-shadow: inset 0 0 20px #b57705;
}
/* 字体颜色 */
.corec{
    color: #ec404d;
}
.cor05{
    color: #05a78a;
}
.cor76{
    color: #767e87;
}
.corf{
    color: #ffffff;
}
.cor2d{
    color: #2d92e8;
}
.corf8{
    color: #f83010;
}
.corfb{
    color: #fb3a30;
}
.cor64{
    color: #64686b;
}
.cor04{
    color: #049b76;
}
.cor56{
    color: #565b62;
}
.cord6{
    color: #d6dde4;
}

.font16{
    font-size: 16px;
}

.corf0{
    color: #f02f25;
}

.corf5 {
    color: #05ab57;
}

.corff1{
    color: #f07223;
}

.corff2 {
   color:  #ff3f00;
}