website-client-Nigeria/src/pages/protocol/components/privacy-policy/en-page.vue

150 lines
3.6 KiB
Vue

<template>
<div class="wrap">
<p style="margin-top:15.6pt; margin-bottom:15.6pt; text-align:center; font-size:27px; font-weight:bold">Privacy Statement</p>
<p>
<span>Privacy Policy Scope</span>
<br>
<br>
<span>For
users logging on to the site to stay personally</span>
<br><br>
<span>identifiable information.</span>
<br><br>
<span>The
content of the information collected</span>
<br><br><span>When
you register on our website, or using other companies</span>
<br><br><span>products
or services, visit the company website, I have that</span>
<br><br><span>station
will collect your personal information,</span><br><span>Including
name, phone number, zip code, address.</span>
<br><br><span>The
Bank will automatically receive and record your browser</span>
<br><br><span>and
the server log information, including but not limited to</span>
<br><br><span>your
IP address, cookie information in this site and your</span>
<br><br><span>web
history requirements.</span>
<br><br><span>
</span>
<br><br><span>The
use and protection of information</span>
<br><br><span>The
company will collect the contents of the above</span>
<br><br><span>information
to:</span>
<br><br><span>1.
for customers to send products and services;</span>
<br><br><span>2.
for customers to design and provide after sales
guidance</span>
<br><br><span>services;</span>
<br><br><span>3.
to provide other services (the part of the increase or</span>
<br><br><span>decrease
depending on your situation.)</span>
<br><br><span>Held
by the Company of its customer data confidential,</span>
<br><br><span>except:</span>
<br><br><span>1.
have your consent to share the information;</span>
<br><br><span>2.
only disclose your personal information to provide you</span>
<br><br><span>requested
products and services;</span>
<br><br><span>3.
According to legal requirements, have the right authority</span>
<br><br><span>to
make law or comply with legal directives, but the company</span>
<br><br><span>will
provide the appropriate jurisdiction;</span>
<br><br><span>4.
In case of emergency, to safeguard the interests of users</span>
<br><br><span>and
the public;</span>
<br><br><span>5.
the other Companies that need to open, edit, or disclose</span>
<br><br><span>personal
information in the situation.</span>
<br><br><span>The
revised privacy policy privacy policy website reserves</span>
<br><br><span>the
right to make changes.</span>
</p>
</div>
</template>
<style lang="scss" scoped>
p {
font-family: "Microsoft YaHei" !important;
word-break: break-word;
font-size: 16px;
color: #000000;
@media (min-width:2000px) {
font-size: 18px;
}
}
strong {
color: #000000;
font-family: "Microsoft YaHei" !important;
}
a {
font-family: "Microsoft YaHei" !important;
color: #0000FF;
text-decoration: underline;
cursor: pointer;
}
.subTitle {
font-size: 20px;
}
.wrap {
padding: 50px 30px;
max-width: 1200px;
margin: 0 auto;
}
.wrap .sub-title {
font-weight: bold;
}
.wrap .list {
font-size: 16px;
font-weight: bold;
color: #0563c1;
}
.wrap .list a {
margin-left: 20px;
}
.wrap .title {
margin-top: 20px;
margin-bottom: 20px;
line-height: 1.5;
font-size: 20px;
}
.wrap .title a {
margin-left: 10px;
text-decoration: none;
}
.wrap table {
border-left: 1px solid #000000;
border-top: 1px solid #000000;
}
.wrap table td,
.wrap table th {
padding: 10px;
border-right: 1px solid;
border-bottom: 1px solid;
}
</style>