/*
 * @Author: Evan-lian
 * @Date: 2018-07-11 09:30:34
 * @LastEditors: Evan-lian
 * @LastEditTime: 2018-12-25 10:11:59
 * @Description: ESSP_WEB 项目公共样式提取
 */
@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    
}

/*td, th, caption {*/
/*font-size: 14px;*/
/*}*/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/*address, caption, cite, code, dfn, em, strong, th, var {*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*}*/

a {
    color: #555;
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

/* input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
} */

table {
    border-collapse: collapse;
}

/* html {
    overflow-y: scroll;
} */

body,
html {
    background-color: #f5f5f5;
    font-family: "Microsoft YaHei";
}

/*左浮动*/
.esspfl {
    float: left;
}

/*右浮动*/
.esspfr {
    float: right;
}

/*居左*/
.essptl {
    text-align: left;
}

/*居右*/
.essptr {
    text-align: right;
}

/*居中*/
.essptc {
    text-align: center;
}

/*定位全屏*/
.esspallcover {
    position: absolute;
    top: 0;
    right: 0;
}

/*transform上下左右居中*/
.esspctt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*定位上下居中*/
.essptb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*定位左右居中*/
.essplr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*固定css*/
.content_l {
    float: left;
    width: 16%;
    background: #fff;
}

.content_r {
    float: right;
    width: 83%;
    min-height: 375px;
}
