html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'vivoOfficeRegular';
    src: url('./vivoOffice-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vivoOfficeRegularExtended';
    src: url('./vivoOffice-RegularExtended.ttf');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    width: 100vw;
    font-family: vivoOfficeRegular;
    box-sizing: border-box;
	overflow:inherit;
}


ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

i {
    font-style: normal;
}

img {
    display: block;
    border: none;
}

a {
    text-decoration: none;
}

video {
    display: block;
    width: 100%;
}


/* body {
    font-family: '微软雅黑'
} */

.boxTitle {
    font-size: 48px;
    font-weight: bold;
    color: #2E2826;
    line-height: 58px;
    font-weight: 700;
    padding-bottom: 29px;
	font-family: 'vivoOfficeRegularExtended';
}

.boxTitle .title {
    color: #1ab1ff;
}

.boxDes {
    font-size: 18px;
    color: #2E2826;
    line-height: 23px;
    opacity: 0.6;
}

canvas {
    display: block;
}

.imgWidth100 {
    width: 100%;
}