html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch
}

input[type=“submit”],
input[type=“reset”],
input[type=“button”],
input {
    resize: none;
    border: 0
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

img {


    display: block;
    -ms-interpolation-mode: bicubic
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    font-weight: 500
}

body {
   
font-family: PingFangSC-Regular, PingFang SC;
    color: #555;
    background-color: #fff;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch
}

em,
i {
    font-style: normal
}

ul,
li {
    list-style-type: none
}

strong {
    font-weight: normal
}

.clearfix:after {
    content: “”;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.clearfix {
    zoom: 1
}

a {
    text-decoration: none;
    font-family: PingFangSC-Regular, PingFang SC, Tahoma, Arial, sans-serif;
    display: block;
    width: 100%
}

a:hover {
    text-decoration: none
}

ul,
ol {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: PingFangSC-Regular, PingFang SC
}

img {
    border: 0
}

input {
    font-family: PingFangSC-Regular, PingFang SC
}

.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

*/a:link,
a:active,
a:visited,
a:hover {
    background: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

.w50 {
    width: 50%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w33 {
    width: 33.333333%
}

.fl {
    float: left
}

.fr {
    float: right
}

.db {
    display: block !important
}

.dn {
    display: none
}

input,
textarea,
select,
a:focus,
button {
    outline: 0
}

.h2title {
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    line-height: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.h3title {
    font-size: 22px;
    font-family: "DINAlternate-Bold, DINAlternate";
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    letter-spacing: 5px;
    text-align: center;
}
.Ititle {
    display: block;
    width: 80px;
    height: 1px;
    background-color: #666666;
    margin: 40px auto 30px;
}
.Ptitle {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    text-align: center;
}