﻿body {
}
::selection { color: #fff; background: #36B6BB; }
::-moz-selection { color: #fff; background: #36B6BB; }
::-webkit-selection { color: #fff; background: #36B6BB; }

.footer { font-size: 13px; line-height: 25px; text-align: center; margin-top: 20px; }
.msgstr, .sysmsg { font-size: 14px; line-height: 25px; color: red; }
.clearfix, .clear, .cl { clear: both; }

.grid_sys img, .grid_sys h1{
    margin:0px;
    padding:0px;
    height:80px;
    line-height:60px;
    float:left;
}
.grid_sys h1 { margin: 10px 5px 10px 5px; font-size: 28px; font-weight: 600; font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif; color: #5d5d5d; text-transform: capitalize; }
.right_expand, .r_expand, .r_panel { clear: both; margin: 0px auto; width: 99%; line-height: 28px; padding-bottom: 6px; font-size: 15px; }

    .r_panel_nav a,
    .right_expand a,
    .r_expand a,
    .r_panel a { display: inline-block; border: none; padding: 3px 10px 2px 10px; background: #63CCA1; /*绿*/ outline: none; color: #ffffff; font-family: 微软雅黑,宋体; font-size: 15px; text-align: center; text-decoration: none; text-transform: capitalize; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

        .right_expand a:hover,
        .r_expand a:hover,
        .r_panel a:hover { background: #53B68D; }

