@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(200, 200, 200, 0);
}
i {
    margin: 0 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

html{
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    html{
        font-size: 14px;
    }
}


html,
body {
    height: 100%;
}
/**Open Sans**/
@font-face {
    font-family: "Poppins";
    src:url('/resources/font/Poppins.woff2') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}
@font-face {
  font-family: "Baskerville Old Face";
  src:url('/resources/font/BASKVILL.woff2') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}
@font-face {
    font-family: "Poppins-Medium";
    src:url('/resources/font/Poppins-Medium.woff2') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  }
  @font-face {
    font-family: "Poppins-Regular";
    src:url('/resources/font/Poppins-Regular.woff2') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  }
  @font-face {
    font-family: "Poppins-SemiBold";
    src:url('/resources/font/Poppins-SemiBold.woff2') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  }
body {
    color: #383635;
    font-family: 'Poppins',sans-serif;
}
b,
strong {
    font-weight: bold;
}

input {
    vertical-align: middle;
}
input::-ms-clear {
    display: none;
}
img {
    max-width: 100%;
    width: auto;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
code,
kbd,
pre,
samp {
    font-family: Microsoft YaHei \5fae\8f6f\96c5\9ed1;
}
ul,
ol {
    list-style: none;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
fieldset,
img {
    border: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #383635;
    text-decoration: none;
}
a:hover {
    color: #383635;
    text-decoration: none;
}
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.none {
    display: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}
.capital {
    text-transform: uppercase;
}

/* button*/

/* size  34px */
.primary-black {
    height: 2.125rem;
    outline: none;
    color: #fff;
    background-color: #383635;
    border: 1px solid #383635;
}
.primary-white {
    height: 2.125rem;
    outline: none;
    color: #383635;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

/* size  28px */
.primary-black-small {
    height: 1.75rem;
    outline: none;
    color: #fff;
    background-color: #383635;
    border: 1px solid #383635;
}

.primary-white-small {
    height: 1.75rem;
    outline: none;
    color: #383635;
    background-color: #ffffff;
    border: 1px solid #383635;
}

/* size  24px */
.primary-black-mini {
    height: 1.5rem;
    outline: none;
    color: #fff;
    background-color: #383635;
    border: 1px solid #383635;
}

.primary-white-mini {
    height: 1.5rem;
    outline: none;
    color: #383635;
    background-color: #ffffff;
    border: 1px solid #383635;
}

a,
.alink {
    color: #383635;
}

