
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: #60a7f7;
    color: #101010;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
    -webkit-appearance: none;
    word-break: break-all;
}

html{
	font-size: 3.73vw;
}

@media screen and (min-width: 540px){
	html {
		font-size: 25px;
	}
	
}

@media screen and (min-width: 840px){
	html {
		font-size: 35px;
	}
	
}


td,
th,
caption {
    font-size: .875rem;
}

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: #9D9D9D;
    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: .875rem "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
}

.mgr5 {
    margin-right: .3125rem !important
}

.mgt10 {
    margin-top: .625rem !important
}

.mgt15 {
    margin-top: .9375rem !important
}


.mgt20 {
    margin-top: 1.25rem !important
}

.mgt25 {
    margin-top: 1.5625rem !important
}

.mgt5 {
    margin-top: .3125rem !important
}

.margin0_10 {
    margin: 0 .625rem !important
}

.mgt10 {
    margin-top: .625rem !important
}

.mgt30 {
    margin-top: 1.875rem !important
}

.mgt40 {
    margin-top: 2.5rem !important
}

.mgt42 {
    margin-top: 2.625rem !important
}

.mgt50 {
    margin-top: 3.125rem !important
}

.mgt60 {
    margin-top: 3.75rem !important
}

.mgt80 {
    margin-top: 5rem !important
}

.mgt108 {
    margin-top: 6.75rem !important
}

.mgt120 {
    margin-top: 7.5rem
}

.mgt110 {
    margin-top: 18vh !important
}

.mgt15 {
    margin-top: .9375rem
}

.mgt150 {
    margin-top: 21vh
}

.mgt160 {
    margin-top: 10rem
}

.mgr10{
    margin-right: .625rem;
}

.mgr20{
    margin-right: 1.25rem;
}

.bg-white {
    background-color: #ffffff
}

.cursor {
    cursor: pointer
}

.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
}

.flex{
    display: flex;
}

.colorB7B7B7{
    color: #B7B7B7;
}

.color9D9D9D{
	color: #9D9D9D;
}

.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: 1.125rem
}

.fs30 {
    font-size: 1.875rem
}

.fs36{
    font-size: 2.25rem;
}

.fs20 {
    font-size: 1.25rem
}

.fs15 {
    font-size: .9375rem
}

.fs16 {
    font-size: 1.03rem
}

.fs14 {
    font-size: .875rem;
}

.fs13 {
    font-size: .8125rem
}

.fs12 {
    font-size: .75rem
}

.bold {
    font-weight: 700
}

.pad10{
    padding: .625rem;
    box-sizing: border-box;
}

.pad15{
    padding: .9375rem;
    box-sizing: border-box;
}

.pad20{
    padding: 1.25rem;
    box-sizing: border-box;
}

.pad40{
	padding: 40px;
}



.block{
    display: block;
}



.colorff0000{
    color: #ff0000;
}

.colorffffff{
    color: #ffffff;
}

.nowrap{
    white-space: nowrap;
}

.position-relative{
    position: relative;
}

.color101010{
    color: #101010;
}

.color5ea6fc{
    color: #5ea6fc;
}

.color3485F4{
    color: #3485F4;
}