/*
Theme Name: Supplier
Text Domain: supplier
Version: 2.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 欧度利方供应商网站主题 By Kris
Tags: 产品,固件,新闻,招聘
Author: Kris
Author URI: https://blog.80muban.com/
Theme URI: https://supplier.51cube.com/
*/
@charset "utf-8";
*,
::before,
::after {
    box-sizing: border-box;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}
html, body {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}
body{
    max-width: 1920px;
    min-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
html{
    background-color: #e6e6e6;
}
fieldset,
img {
    border: none;
}
img {
    display: block;
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ul,
ol {
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
input::-moz-focus-inner {
    border: none;
    padding: 0;
}
select,
input {
    vertical-align: middle;
}
select,
input,
textarea {
    font-size: 14px;
    margin: 0;
}
input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
}
textarea {
    resize: none;
    padding: 10px;
    border: 1px solid #dcdcdc;
}
/*input,*/
/*textarea {*/
    /*background: none;*/
    /*border: none;*/
/*}*/
table {
    border-collapse: collapse;
}
body {
    color: #333333;
    font: 16px/28px "微软雅黑", "Arial Narrow", HELVETICA;
    font-family: frutigernext, Arial, Helvetica, sans-serif;
}
a {
    color: #333333;
    text-decoration: none;
}
a:focus-visible{
    outline: none;
}
a:hover,
a:active,
a:focus {
    color: #008cd6;
    text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
.color-blue {
    color: #0066ff;
}