﻿@import url(../css/menu_view.css);
*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body, input, select, textarea
{
    font-family: 'Microsoft YaHei','微软雅黑';
}
textarea
{
    resize: none;
}
ul, li
{
    list-style: none;
}
body
{
    overflow-y: scroll;
}
body
{
    color: #555;
    font-size: 14px;
}
body a
{
    color: #555;
    text-decoration: none;
}
body a:hover
{
    color: #f13a3a;
    text-decoration: none;
}
#design .hide_tip
{
    display: none;
}
#Web_Main_Head .edu_style_model
{
    background: none;
    display: none;
}
.box_base
{
    z-index: 4;
}
.modulebox>.view:before
{
    display: none;
}
section[powered-by="xiumi.us"], section[powered-by="xiumi.us"] section
{
    font-size: 0;
}
section[powered-by="xiumi.us"] span, section[powered-by="xiumi.us"] p, section[powered-by="xiumi.us"] font
{
    font-size: initial;
}