blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
body,button,input,select,textarea{font:12px Arial, 'Lato', 'Open Sans', sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new,courier,monospace}
small{font-size:12px}
ol,ul{list-style:none}
a{text-decoration:none}
a:hover{text-decoration:underline}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
legend{color:#fff}
fieldset,img{border:0}
button,input,select,textarea{font-size:100%}
button{border-radius:0}
table{border-collapse:collapse;border-spacing:0}

img {
    display: block;
    width: 100%;
}

* {
    word-break: normal;
}

html, body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 72px;
    color: #fff;
}

@media screen and (max-width: 350px) {
    html {
        font-size: 65px;
    }
}

body {
    background-color: #000000;
}
.lepro-main {
    max-width: 750px;
    margin: 0 auto;
    padding: 1rem .2rem .6rem;
}

.text-indent-2 {
    margin-left: 2em;
}

.lepro-section {
    display: none;
}
.lepro-section.active {
    display: block;
}
.lepro-section .lepro-content-title {
    text-align: center;
    font-size: .32rem;
    font-weight: bold;
    padding: .14rem 0
}
.lepro-section-body .imgs-box {
    display: flex;
    justify-content: space-between;
}
.lepro-section-body .imgs-box.center {
    justify-content: center;
}
.lepro-section-body .img-wrap {
    min-width: 47%;
    width: 47%;
}
.lepro-section-body .img-wrap .img {
    display: block;
    width: 100%;
}
.lepro-section-body .title_3 {
    color: #00AEC4;
    font-size: .22rem;
    line-height: .32rem;
}
.lepro-section-body .content_p {
    font-size: .2rem;
    line-height: .32rem;
}
.lepro-section-body .decimal-ol,
.lepro-section-body .disc-ul
{
    padding-left: 1.5em;
}
.lepro-section-body .decimal-ol li {
    list-style: decimal;
}
.lepro-section-body .disc-ul li {
    list-style: disc;
}
.lepro-section-body .link {
    text-decoration: underline;
    color: #fff;
}
.lepro-section-body .content_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 60%;
}
.lepro-section-body .max-width380 {
    max-width: 380px;
}

.lepro-nav-wrapper {
    position: fixed;
    top: .32rem;
    left: 0;
    width: 100%;
    z-index: 1;
}
.lepro-nav-wrapper .nav-box {
    margin: 0 .3rem;
    background-color: #1C1C1E;
    height: .4rem;
    line-height: .4rem;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    max-width: 750px;
    margin: 0 auto;
}
.lepro-nav-wrapper .nav-box .nav-link {
    flex: 1;
    font-size: .2rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.lepro-nav-wrapper .nav-box .nav-link.active {
    background-color: #00AEC4;
}

.point-wrapper {
    padding-top: .2rem;
}
.point-wrapper .point-box {
    padding: .15rem .2rem;
    border: 1px solid #aaa;
}
.point-wrapper .point-box .poinit-list {
    display: flex;
}
.point-wrapper .point-box .poinit-list .point-text {
    color: #9E9E9E;
    font-size: .18rem;
    line-height: .28rem;
}
.point-wrapper .point-box .poinit-list strong {
    color: #fff;
    padding-right: .05rem;
    display: inline-block;
}
.point-wrapper .point-box .poinit-list .point-text:first-child {
    flex: 1.7;
}
.point-wrapper .point-box .poinit-list .point-text:first-child strong {
    min-width: 2.5em;
}
.point-wrapper .point-box .poinit-list .point-text:last-child {
    flex: 1;
}
.point-wrapper .point-box .poinit-list .point-text:last-child strong {
    min-width: 1em;
}