html, body {
    font-family: '微软雅黑', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 25px;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #000;
    font-size: 14px;
    background: #f9f7f2;
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
      text-decoration: none !important;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}

.text-loader {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: block!important;
}

.page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999;
}

.page-loader .right {
    float: left;
    color: #000;
    width: 50%;
    text-align: right;
}

.page-loader .left {
    float: left;
    color: #000;
    width: 50%;
    text-align: right;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-top: 40px;
}

.page-loader h1,
h4 {
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -o-transition: opacity .25s;
    -ms-transition: opacity .25s;
    transition: opacity .25s;
}

.page-loader h1 {
    font-size: 3vw;
    font-weight: 500;
    font-family: "Roboto", Verdana, Tahoma;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-loader h4 {
    font-weight: 500;
    font-size: 2vw;
    color: #000;
    font-family: "Roboto", Verdana, Tahoma;
}

.page-loader h4:first-child {
    margin-bottom: -1.7vw;
}

.page-loader h4:last-child {
    margin-top: -1.1vw;
}

::-webkit-input-placeholder {
    color: #8e8e8e;
}

:-moz-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

::-moz-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8e8e8e;
}

#wrapper {
    padding: 0 0;
}

.rex-padding-right {
    padding-right: 5%;
}

.rex-padding-left {
    padding-left: 5%;
}

a,
a:hover {
    color: #000;
}

iframe {
  border: none;
  width: 100%;
}

.dis-block {
    display: block;
}
.dis-flex {
    display: flex !important;
    /* flex-wrap: wrap; */
}

.load-more {
    margin-top: 90px;
}

.post-button a:hover,
.load-more a:hover {
    background: #000;
    color: #fff !important;
}


.cbp-l-loadMore-stop {
    cursor: default;
    opacity: 0.3;
}

.cbp-l-loadMore-loading i {
    margin-right: 5px;
}

.load-more a span {
    opacity: 1.0;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -o-transition: opacity .25s;
    -ms-transition: opacity .25s;
    transition: opacity .25s;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-loading {
    display: inline-block;
}

.cbp-l-loadMore-loading {
    pointer-events: none;
}

a.cbp-l-loadMore-link:hover {
    text-decoration: none;
}

.cbp-l-loadMore-link {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 1px;
    border: 1px solid #000;
    padding: 7px 22px 6px 22px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.cbp-l-loadMore-stop {
    cursor: not-allowed;
}

a.cbp-l-loadMore-stop:hover {
    background: none;
    color: #000 !important;
}

.flex-box {
    flex: 1;
}
.flex-dir-row {
    flex-direction: row;
}
.flex-dir-column {
    flex-direction: column;
}
.flex-x-center {
    /* display: flex; */
    justify-content: center;
}
.flex-x-between {
    justify-content: space-between;
}
.flex-x-around {
    justify-content: space-around;
}
.flex-x-start {
    justify-content: flex-start;
}
.flex-x-end {
    justify-content: flex-end;
}
.flex-y-center {
    align-items: center;
}
.flex-y-start {
    align-items: flex-start;
}
.flex-y-end {
    align-items: flex-end;
}
.f-b{
    font-weight: bold;
}