@charset "UTF-8";

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: #ffffff;
    color: #515365;
    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: #555555;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    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
}
.mgr5{
    margin-right: 5px;
}

.mgr10{
    margin-right: 10px;
}

.mgr20{
    margin-right: 20px;
}

.mgl10{
    margin-left: 10px;
}

.mgl20{
    margin-left: 20px;
}

.bg-white {
    background-color: #ffffff
}

.cursor {
    cursor: pointer
}

.fs {
    display: flex;
    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
}

.flex{
    display: flex;
}

.colorB7B7B7{
    color: #B7B7B7;
}

.nowrap{
    white-space: nowrap;
}

.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!important
}

.fs30 {
    font-size: 30px
}


.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.fs13 {
    font-size: 13px
}

.fs12 {
    font-size: 12px
}

.bold {
    font-weight: 700
}

.pad10{
    padding: 10px;
    box-sizing: border-box;
}

.pad15{
    padding: 15px;
    box-sizing: border-box;
}

.pad20{
    padding: 20px;
    box-sizing: border-box;
}

.pad30{
    padding: 30px;
    box-sizing: border-box;
}

.pad40{
    padding: 40px;
    box-sizing: border-box;
}

.color999999{
    color: #999999;
}

.middle{
    width: 750px;
    margin: 0 auto;
}


@media (min-width:576px) {
    .middle {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .middle {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .middle {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .middle {
        max-width: 1140px
    }
}
