﻿html,
body {
    height: 100%;
    font-family: 'Helvetica Neue', Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Varela Round', sans-serif;
    background: #fff;
    min-width: 1280px;
}
@media (max-width: 800px) {
    body {
        min-width: auto;
    }
}

ul,
ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
label {
    margin: 0;
}
.m10{margin:10px;}
.ml15{margin-left:15px;}
.m15{margin:15px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt60{margin-top:60px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml50{margin-left:50px;}
.mr5{margin-right:5px;}
.pl40{padding-left:40px;}
.pt10{padding-top:10px;}
.pt40{padding-top:40px;}
.pb10{padding-bottom:10px;}
.mb20{margin-bottom:20px;}

.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
}
.title-line {
    padding: 0 0 10px 10px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px solid #dedede;
}
.title-line:before {
    position: relative;
    left: -10px;
    top: 6px;
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background: #2489e2;
}
.title-base-line {
    padding: 0 0 10px 15px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
    border-bottom: 2px solid #eee;
    position: relative;
}
.title-base-line:before {
    position: absolute;
    top: 36px;
    content: '';
    left: 0;
    display: inline-block;
    width: 130px;
    height: 2px;
    background: #2489e2;
}
.emotion {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/face.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.btn-normal {
    color: #fff;
    background: #2489e2;
}

