﻿body {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 13px;
    font-family: 'Microsoft YaHei ';
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.manual {
    color: white;
    -moz-border-radius: 15px; /* Gecko browsers */
    -webkit-border-radius: 15px; /* Webkit browsers */
    border-radius: 15px; /* W3C syntax */
    padding: 10px;
    margin: 10px;
    font-family: Lucida Console, Monaco, Courier New, mono, monospace;
}


.SalaryList {
    width: 25%;
    float: left;
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 16px;
    padding-top: 10px;
}

.SalaryHighLight span {
    color: #e17a00;
}

.weChatInput {
    margin-top: 15px;
}
body > iframe{
	opacity:0;
	display:none;
}