@charset "UTF-8";
@import "font-awesome/css/font-awesome.min.css";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
    -webkit-appearance: none;
    word-break: break-all;
}

td,
th,
caption {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

a {
    color: #555;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    border: 0;
    max-width: 100%
}

ol,
ul,
li {
    list-style: none
}

input,
textarea,
select,
button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif
}

table {
    border-collapse: collapse
}

html {
    overflow-y: scroll
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

input {
    outline: 0
}

select {
    outline: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.hide {
    display: none
}


.mgt10 {
    margin-top: 10px !important
}

.mgt15 {
    margin-top: 15px !important
}


.mgt20 {
    margin-top: 20px !important
}

.mgt5 {
    margin-top: 5px !important
}

.margin0_10 {
    margin: 0 10px !important
}

.mgt10 {
    margin-top: 10px !important
}

.mgt30 {
    margin-top: 30px !important
}

.mgt40 {
    margin-top: 40px !important
}

.mgt42 {
    margin-top: 42px !important
}

.mgt50 {
    margin-top: 50px !important
}

.mgt60 {
    margin-top: 60px !important
}

.mgt80 {
    margin-top: 80px !important
}

.mgt108 {
    margin-top: 108px !important
}

.mgt120 {
    margin-top: 120px
}

.mgt110 {
    margin-top: 18vh !important
}

.mgt15 {
    margin-top: 15px
}

.mgt150 {
    margin-top: 21vh
}

.mgt160 {
    margin-top: 160px
}

.mgt145 {
    margin-top: 145px
}

.mgt200 {
    margin-top: 200px
}

.mgt220 {
    margin-top: 220px
}

.mgt7vh{
    margin-top: 7vh;
}

.mgt5vh{
    margin-top: 5vh;
}

.mgt4vh{
    margin-top: 4vh;
}

.mgt3vh{
    margin-top: 3vh;
}

.mgt6vh{
    margin-top: 6vh;
}

.mgr10{
    margin-right: 10px;
}

.mgr5{
    margin-right: 5px;
}


.bgWhite {
    background-color: #ffffff
}

.bgBlack {
    background-color: #1a1a1a
}

.pdlr12 {
    padding: 0 12px;
    box-sizing: border-box
}

.pad15 {
    padding: 15px;
    box-sizing: border-box
}

.pad10 {
    padding: 10px;
    box-sizing: border-box
}

.pad20 {
    padding: 20px;
    box-sizing: border-box
}

.padt105 {
    padding-top: 105px
}

.blueWorld {
    color: #24a4ff
}

.red {
    color: #ea2e22
}

.gold {
    color: #eeab33
}

.gray {
    color: #bfbfbf
}

.white {
    color: #fff
}

.bgColor {
    background: rgba(216, 216, 216, 1) linear-gradient(90deg, rgba(246, 114, 49, 1) 0, rgba(234, 44, 33, 1) 100%)
}

.orange {
    background-color: #fd5d39
}

.blue {
    background-color: #24a4ff
}

.violet {
    background-color: #b894ff
}

.cursor {
    cursor: pointer
}


.ff0000 {
    color: #f00
}

.ffffff {
    color: #fff
}

.fs {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.fse {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc {
    display: flex;
    justify-content: center;
    align-items: center
}

.fsb {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fsc {
    display: flex;
    justify-content: center;
    align-items: center
}

.fb {
    display: flex;
    justify-content: space-between
}

.flex {
    display: flex
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.two-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.three-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.four-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp:4;
    -webkit-box-orient: vertical
}

.fs18 {
    font-size: 18px
}

.fs20 {
    font-size: 20px
}

.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.fs13 {
    font-size: 13px
}

.fs12 {
    font-size: 12px
}

.bold {
    font-weight: 700
}



.pageNavigation {
    width: 100%;
    text-align: center;
    padding: 10px 0 20px 0;
    box-sizing: border-box
}

.pageNavigation>li:first-child {
    display: none
}

.pageNavigation>li:last-child {
    display: none
}

.pageNavigation>li:nth-child(2) {
    display: none
}

.pageNavigation {
    display: flex;
    align-items: center;
    justify-content: center
}

.pageNavigation li {
    padding: .5% 1.5%;
    box-sizing: border-box;
    margin-right: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 3px
}

.pageNavigation .active {
    color: #fff;
    background-color: rgba(234, 46, 34, 1);
    border: 1px solid rgba(234, 46, 34, 1)
}

.pageNavigation .active a {
    color: #fff
}

