Files
peko-h5/view/peko/home/css/index.css

739 lines
16 KiB
CSS
Raw Normal View History

2022-11-14 10:00:10 +08:00
@media screen and (min-width: 769px) {
2024-01-22 16:04:43 +08:00
.h5 {
display: none;
}
2024-01-22 15:04:08 +08:00
body,
html {
2022-11-14 10:00:10 +08:00
width: 100%;
height: 100%;
2024-01-22 15:04:08 +08:00
background: #0E0B24;
font-family: Avenir, Avenir;
2024-01-22 21:52:01 +08:00
cursor: pointer;
2022-11-14 10:00:10 +08:00
}
2024-01-22 15:04:08 +08:00
body .pc,
html .pc {
2024-01-22 16:04:43 +08:00
width: 25.6rem;
2022-11-14 10:00:10 +08:00
height: 100%;
2024-01-22 15:04:08 +08:00
background: url(../images/pcBg.png) no-repeat center;
background-size: 25.6rem 14.4rem;
position: relative;
2024-01-22 16:04:43 +08:00
margin: 0 auto 0;
display: block;
2022-11-14 10:00:10 +08:00
}
2024-01-22 15:04:08 +08:00
body .pc .header,
html .pc .header {
2022-11-14 10:00:10 +08:00
width: 100%;
2024-01-22 15:04:08 +08:00
height: 1.44rem;
2022-11-14 10:00:10 +08:00
position: absolute;
left: 0;
2024-01-22 15:04:08 +08:00
top: 0;
2022-11-14 10:00:10 +08:00
}
2024-01-22 15:04:08 +08:00
body .pc .header .logo,
html .pc .header .logo {
width: 0.72rem;
height: 0.72rem;
2022-09-08 18:22:18 +08:00
position: absolute;
2024-01-22 15:04:08 +08:00
top: 0.36rem;
left: 4.8rem;
2022-09-08 18:22:18 +08:00
}
2024-01-22 15:04:08 +08:00
body .pc .header .name,
html .pc .header .name {
2022-09-08 18:22:18 +08:00
height: 100%;
2024-01-22 15:04:08 +08:00
line-height: 1.44rem;
font-size: 0.53333rem;
color: #FFFFFF;
font-weight: 800;
2022-09-08 18:22:18 +08:00
position: absolute;
2024-01-22 15:04:08 +08:00
top: 0;
left: 5.73333rem;
2022-09-08 18:22:18 +08:00
}
2024-01-22 15:04:08 +08:00
body .pc .header .index,
html .pc .header .index {
2022-09-08 18:22:18 +08:00
height: 100%;
2024-01-22 15:04:08 +08:00
line-height: 1.44rem;
font-family: PingFangSC, PingFang SC;
color: fff;
font-weight: 500;
position: absolute;
top: 0;
left: 8.76rem;
font-size: 0.37333rem;
2022-09-08 18:22:18 +08:00
color: #fff;
}
2024-01-22 15:04:08 +08:00
body .pc .header .index span,
html .pc .header .index span {
width: 0.37333rem;
height: 0.08rem;
background: #9168FA;
border-radius: 0.08rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 1.01333rem;
}
body .pc .header .diamound,
html .pc .header .diamound {
width: 1.57333rem;
height: 0.64rem;
line-height: 0.64rem;
color: #FFFFFF;
font-size: 0.32rem;
2022-09-08 18:22:18 +08:00
text-align: center;
2024-01-22 15:04:08 +08:00
background: rgba(255, 255, 255, 0.2);
border-radius: 0.64rem;
box-sizing: border-box;
border: 1px solid #fff;
position: absolute;
right: 5.06667rem;
top: 0.4rem;
vertical-align: middle;
2022-09-08 18:22:18 +08:00
}
2024-01-22 15:04:08 +08:00
body .pc .header .diamound img,
html .pc .header .diamound img {
display: inline-block;
width: 0.4rem;
height: 0.4rem;
vertical-align: middle;
2022-09-08 18:22:18 +08:00
}
2024-01-22 16:04:43 +08:00
body .pc .pcMarket1,
html .pc .pcMarket1 {
width: 9.32rem;
height: 9.10667rem;
position: absolute;
left: 4.61333rem;
top: 2.77333rem;
}
body .pc .pcText,
html .pc .pcText {
width: 5.30667rem;
height: 1.6rem;
position: absolute;
left: 14.56rem;
top: 5.38667rem;
}
body .pc .pcIos,
html .pc .pcIos {
width: 3.38667rem;
height: 0.77333rem;
position: absolute;
left: 14.54667rem;
top: 8.13333rem;
}
body .pc .pcAnd,
html .pc .pcAnd {
width: 3.38667rem;
height: 0.77333rem;
position: absolute;
left: 14.54667rem;
top: 9.30667rem;
}
body .pc .code,
html .pc .code {
width: 2.13333rem;
height: 2.21333rem;
position: absolute;
left: 18.30667rem;
top: 8rem;
}
body .pc .bottom,
html .pc .bottom {
text-align: center;
color: #B7B6BE;
font-size: 0.21333rem;
width: 100%;
padding: 0.38667rem 0;
position: fixed;
left: 0;
bottom: 0;
background: #0E0B24;
min-height: 1rem;
}
body .pc .bottom p,
html .pc .bottom p {
margin-bottom: 0.21333rem;
}
}
@media screen and (max-width: 768px) {
.pc {
display: none;
}
body,
html {
width: 100%;
height: 100%;
background: #0E0B24;
}
body .header,
html .header {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 1.2rem;
box-sizing: border-box;
padding: 0 0.53333rem;
margin: 0.26667rem auto 0;
2024-01-22 21:52:01 +08:00
z-index: 3;
2024-01-22 16:04:43 +08:00
}
body .header .line,
html .header .line {
width: 90%;
height: 0.02667rem;
background: #fff;
opacity: .3;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
}
body .header .logo,
html .header .logo {
display: block;
width: 0.85333rem;
height: 0.85333rem;
margin-right: 0.21333rem;
float: left;
}
body .header .name,
html .header .name {
2024-01-23 17:20:11 +08:00
font-size: 0.46667rem;
2024-01-22 16:04:43 +08:00
color: #FFFFFF;
font-weight: 800;
float: left;
2024-01-23 17:20:11 +08:00
margin-top: 0.2rem;
2024-01-22 16:04:43 +08:00
}
body .header .diamound,
html .header .diamound {
width: 1.86667rem;
height: 0.74667rem;
line-height: 0.74667rem;
box-sizing: border-box;
border: 1px solid #fff;
vertical-align: middle;
color: #fff;
font-size: 0.32rem;
float: right;
margin-top: 0.05333rem;
margin-right: 1.06667rem;
text-align: center;
border-radius: 0.74667rem;
}
body .header .diamound img,
html .header .diamound img {
vertical-align: middle;
width: 0.50667rem;
height: 0.42667rem;
display: inline-block;
2024-01-23 17:20:11 +08:00
margin-top: -0.1rem;
2024-01-22 16:04:43 +08:00
}
body .header .more,
html .header .more {
float: right;
width: 0.53333rem;
height: 0.53333rem;
display: block;
margin-top: 0.16rem;
}
body .h5,
html .h5 {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
2024-01-22 21:52:01 +08:00
body .h5 .pagesBox,
html .h5 .pagesBox {
width: 100%;
height: 100%;
2024-01-23 15:59:37 +08:00
transition: all .4s;
2024-01-22 21:52:01 +08:00
transform: translateY(0%);
}
body .h5 .pagesBox .page1,
html .h5 .pagesBox .page1 {
2024-01-22 16:04:43 +08:00
width: 100%;
height: 100%;
2024-01-23 15:59:37 +08:00
background: url(../images/h51.png) no-repeat;
2024-01-23 17:20:11 +08:00
background-size: 100% 100%;
2024-01-22 21:52:01 +08:00
position: relative;
2024-01-23 14:26:42 +08:00
overflow: hidden;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page1 .pageTxte1,
html .h5 .pagesBox .page1 .pageTxte1 {
width: 6.42667rem;
height: 3.04rem;
position: relative;
2024-01-23 14:26:42 +08:00
top: 5.25333rem;
2024-01-22 21:52:01 +08:00
margin: 0 auto;
display: block;
}
2024-01-23 14:26:42 +08:00
body .h5 .pagesBox .page1 .downioad,
html .h5 .pagesBox .page1 .downioad {
2024-01-22 21:52:01 +08:00
width: 6.58667rem;
height: 1.38667rem;
2024-01-23 17:20:11 +08:00
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 3.41333rem;
2024-01-22 21:52:01 +08:00
display: block;
}
body .h5 .pagesBox .page1 .down,
html .h5 .pagesBox .page1 .down {
width: 0.85333rem;
height: 0.64rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
2024-01-23 17:20:11 +08:00
bottom: 0.96rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page2,
html .h5 .pagesBox .page2 {
width: 100%;
height: 100%;
position: relative;
2024-01-23 14:26:42 +08:00
overflow: hidden;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page2 .pageText2,
html .h5 .pagesBox .page2 .pageText2 {
2024-01-23 14:26:42 +08:00
width: 5.94667rem;
height: 1.52rem;
2024-01-22 21:52:01 +08:00
position: relative;
2024-01-23 14:26:42 +08:00
top: 2.8rem;
2024-01-22 21:52:01 +08:00
margin: 0 auto;
display: block;
}
body .h5 .pagesBox .page2 .page2_in,
html .h5 .pagesBox .page2 .page2_in {
width: 10rem;
2024-01-23 14:26:42 +08:00
height: 10.72rem;
2024-01-22 21:52:01 +08:00
position: absolute;
left: 50%;
transform: translateX(-50%);
2024-01-23 17:20:11 +08:00
bottom: 2.58667rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page2 .pagetx1,
html .h5 .pagesBox .page2 .pagetx1 {
2024-01-23 14:26:42 +08:00
width: 4.02667rem;
2024-01-22 21:52:01 +08:00
height: 4.10667rem;
position: absolute;
2024-01-23 14:26:42 +08:00
left: 5.97333rem;
2024-01-23 17:20:11 +08:00
bottom: 8.26667rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page2 .pagetx2,
html .h5 .pagesBox .page2 .pagetx2 {
2024-01-23 14:26:42 +08:00
width: 6.02667rem;
height: 3.52rem;
2024-01-22 21:52:01 +08:00
position: absolute;
left: 0.53333rem;
2024-01-23 17:20:11 +08:00
bottom: 4rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page2 .downioad,
html .h5 .pagesBox .page2 .downioad {
width: 6.58667rem;
height: 1.38667rem;
2024-01-23 17:20:11 +08:00
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 1.92rem;
2024-01-22 21:52:01 +08:00
display: block;
}
body .h5 .pagesBox .page2 .down,
html .h5 .pagesBox .page2 .down {
width: 0.85333rem;
height: 0.64rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
2024-01-23 17:20:11 +08:00
bottom: 0.96rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page3,
html .h5 .pagesBox .page3 {
width: 100%;
height: 100%;
position: relative;
2024-01-23 14:26:42 +08:00
overflow: hidden;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page3 .pageText3,
html .h5 .pagesBox .page3 .pageText3 {
2024-01-23 14:26:42 +08:00
width: 6.82667rem;
height: 1.52rem;
2024-01-22 21:52:01 +08:00
position: relative;
display: block;
margin: 0 auto;
2024-01-23 14:26:42 +08:00
top: 2.8rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page3 .page3_in,
html .h5 .pagesBox .page3 .page3_in {
width: 10rem;
2024-01-23 14:26:42 +08:00
height: 10.72rem;
2024-01-22 21:52:01 +08:00
position: absolute;
left: 50%;
transform: translateX(-50%);
2024-01-23 17:20:11 +08:00
bottom: 2.58667rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page3 .page3Icon1,
html .h5 .pagesBox .page3 .page3Icon1 {
width: 4.32rem;
2024-01-23 14:26:42 +08:00
height: 3.06667rem;
2024-01-22 21:52:01 +08:00
position: absolute;
left: 5.68rem;
2024-01-23 17:20:11 +08:00
bottom: 8.64rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page3 .page3Icon2,
html .h5 .pagesBox .page3 .page3Icon2 {
2024-01-23 14:26:42 +08:00
width: 2.05333rem;
height: 2.05333rem;
2024-01-22 21:52:01 +08:00
position: absolute;
2024-01-23 14:26:42 +08:00
left: 1.52rem;
2024-01-23 17:20:11 +08:00
bottom: 9.84rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page3 .page3Icon3,
html .h5 .pagesBox .page3 .page3Icon3 {
2024-01-23 14:26:42 +08:00
width: 2.90667rem;
height: 1.89333rem;
2024-01-22 21:52:01 +08:00
position: absolute;
2024-01-23 14:26:42 +08:00
left: 5.86667rem;
2024-01-23 17:20:11 +08:00
bottom: 5.01333rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page3 .page3Icon4,
html .h5 .pagesBox .page3 .page3Icon4 {
2024-01-23 14:26:42 +08:00
width: 3.97333rem;
height: 2.34667rem;
2024-01-22 21:52:01 +08:00
position: absolute;
2024-01-23 14:26:42 +08:00
left: 0.26667rem;
2024-01-23 17:20:11 +08:00
bottom: 3.78667rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page3 .downioad,
html .h5 .pagesBox .page3 .downioad {
width: 6.58667rem;
height: 1.38667rem;
2024-01-23 17:20:11 +08:00
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 1.92rem;
2024-01-22 21:52:01 +08:00
display: block;
}
body .h5 .pagesBox .page3 .down,
html .h5 .pagesBox .page3 .down {
width: 0.85333rem;
height: 0.64rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
2024-01-23 17:20:11 +08:00
bottom: 0.96rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page4,
html .h5 .pagesBox .page4 {
width: 100%;
height: 100%;
position: relative;
2024-01-23 14:26:42 +08:00
overflow: hidden;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page4 .pageText4,
html .h5 .pagesBox .page4 .pageText4 {
2024-01-23 14:26:42 +08:00
width: 6.4rem;
height: 1.52rem;
2024-01-22 21:52:01 +08:00
position: relative;
2024-01-23 14:26:42 +08:00
top: 2.8rem;
2024-01-22 21:52:01 +08:00
display: block;
margin: 0 auto;
}
body .h5 .pagesBox .page4 .page4_in,
html .h5 .pagesBox .page4 .page4_in {
width: 10rem;
2024-01-23 14:26:42 +08:00
height: 10.69333rem;
2024-01-22 21:52:01 +08:00
position: absolute;
left: 50%;
transform: translateX(-50%);
2024-01-23 17:20:11 +08:00
bottom: 2.58667rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page4 .page4Icon1,
html .h5 .pagesBox .page4 .page4Icon1 {
2024-01-23 14:26:42 +08:00
width: 6.61333rem;
height: 6.13333rem;
2024-01-22 21:52:01 +08:00
position: absolute;
2024-01-23 14:26:42 +08:00
left: 0.08rem;
2024-01-23 17:20:11 +08:00
bottom: 5.94667rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page4 .page4Icon2,
html .h5 .pagesBox .page4 .page4Icon2 {
2024-01-23 14:26:42 +08:00
width: 6.61333rem;
height: 6.13333rem;
2024-01-22 21:52:01 +08:00
position: absolute;
2024-01-23 14:26:42 +08:00
left: 3.28rem;
2024-01-23 17:20:11 +08:00
bottom: 2.98667rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page4 .downioad,
html .h5 .pagesBox .page4 .downioad {
width: 6.58667rem;
height: 1.38667rem;
2024-01-23 17:20:11 +08:00
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 1.92rem;
2024-01-22 21:52:01 +08:00
display: block;
}
body .h5 .pagesBox .page4 .down,
html .h5 .pagesBox .page4 .down {
width: 0.85333rem;
height: 0.64rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
2024-01-23 17:20:11 +08:00
bottom: 0.96rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page5,
html .h5 .pagesBox .page5 {
width: 100%;
height: 100%;
background: url(../images/h55.png) no-repeat center;
2024-01-23 14:26:42 +08:00
background-size: 100% 17.92rem;
2024-01-22 21:52:01 +08:00
position: relative;
2024-01-23 14:26:42 +08:00
overflow: hidden;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page5 .pageTxte5,
html .h5 .pagesBox .page5 .pageTxte5 {
width: 6.61333rem;
height: 5.06667rem;
position: relative;
2024-01-23 14:26:42 +08:00
top: 3.73333rem;
2024-01-22 21:52:01 +08:00
display: block;
margin: 0 auto;
}
body .h5 .pagesBox .page5 .contactUs,
html .h5 .pagesBox .page5 .contactUs {
width: 3.62667rem;
height: 1.22667rem;
2024-01-23 17:20:11 +08:00
position: absolute;
2024-01-22 21:52:01 +08:00
display: block;
margin: 0 auto;
2024-01-23 17:20:11 +08:00
left: 50%;
transform: translateX(-50%);
bottom: 7.01333rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .pagesBox .page5 .bootom,
html .h5 .pagesBox .page5 .bootom {
width: 100%;
height: 1.5rem;
position: absolute;
2024-01-23 14:26:42 +08:00
bottom: 1.12rem;
2024-01-22 21:52:01 +08:00
left: 0;
text-align: center;
color: #B4B4BA;
font-size: 0.32rem;
}
body .h5 .pagesBox .page5 .bootom p,
html .h5 .pagesBox .page5 .bootom p {
margin-bottom: 0.10667rem;
}
body .h5 .pagesBox .page5 .downioad,
html .h5 .pagesBox .page5 .downioad {
width: 6.58667rem;
height: 1.38667rem;
2024-01-23 17:20:11 +08:00
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 3.41333rem;
2024-01-22 21:52:01 +08:00
display: block;
}
body .h5 .pagesBox .page5 .down,
html .h5 .pagesBox .page5 .down {
width: 0.85333rem;
height: 0.64rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
2024-01-23 17:20:11 +08:00
bottom: 0.96rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .menu,
html .h5 .menu {
width: 100%;
height: 0%;
background: #0E0B24;
position: fixed;
2024-01-23 15:35:12 +08:00
transition: all .2s;
2024-01-22 21:52:01 +08:00
left: 0;
top: 0;
overflow: hidden;
}
body .h5 .menu .top,
html .h5 .menu .top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1.2rem;
box-sizing: border-box;
padding: 0 0.53333rem;
margin: 0.26667rem auto 0;
z-index: 3;
top: 0;
left: 50%;
transform: translateX(-50%);
}
body .h5 .menu .top .line,
html .h5 .menu .top .line {
width: 90%;
height: 0.02667rem;
background: #fff;
opacity: .3;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
}
body .h5 .menu .top .logo,
html .h5 .menu .top .logo {
display: block;
width: 0.85333rem;
height: 0.85333rem;
margin-right: 0.21333rem;
float: left;
}
body .h5 .menu .top .name,
html .h5 .menu .top .name {
2024-01-23 17:20:11 +08:00
font-size: 0.46667rem;
2024-01-22 21:52:01 +08:00
color: #FFFFFF;
font-weight: 800;
float: left;
2024-01-23 17:20:11 +08:00
margin-top: 0.2rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .menu .top .diamound,
html .h5 .menu .top .diamound {
width: 1.86667rem;
height: 0.74667rem;
line-height: 0.74667rem;
box-sizing: border-box;
border: 1px solid #fff;
vertical-align: middle;
color: #fff;
font-size: 0.32rem;
float: right;
margin-top: 0.05333rem;
margin-right: 1.06667rem;
text-align: center;
border-radius: 0.74667rem;
}
body .h5 .menu .top .diamound img,
html .h5 .menu .top .diamound img {
vertical-align: middle;
width: 0.50667rem;
height: 0.42667rem;
display: inline-block;
2024-01-23 17:20:11 +08:00
margin-top: -0.1rem;
2024-01-22 21:52:01 +08:00
}
body .h5 .menu .top .close,
html .h5 .menu .top .close {
float: right;
width: 0.53333rem;
height: 0.53333rem;
display: block;
margin-top: 0.16rem;
}
body .h5 .menu ul,
html .h5 .menu ul {
width: 100%;
height: 1.2rem;
box-sizing: border-box;
padding: 0 0.53333rem;
margin: 1.6rem auto 0;
}
body .h5 .menu ul li,
html .h5 .menu ul li {
width: 100%;
height: 1.54667rem;
line-height: 1.54667rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
display: flex;
justify-content: space-between;
}
body .h5 .menu ul li span,
html .h5 .menu ul li span {
color: #FFFFFF;
font-size: 0.42667rem;
}
body .h5 .menu ul li img,
html .h5 .menu ul li img {
width: 0.42667rem;
height: 0.42667rem;
display: block;
margin-top: 0.58667rem;
}
body .contactUs_pub,
html .contactUs_pub {
position: fixed;
z-index: 99;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: none;
}
body .contactUs_pub .contactUs_pub_in,
html .contactUs_pub .contactUs_pub_in {
width: 7.12rem;
height: 6.4rem;
left: 50%;
top: 50%;
position: relative;
transform: translate(-50%, -50%);
background: #fff;
border-radius: 0.42667rem;
overflow: hidden;
}
body .contactUs_pub .contactUs_pub_in .sClose,
html .contactUs_pub .contactUs_pub_in .sClose {
width: 0.42667rem;
height: 0.42667rem;
position: absolute;
right: 0.42667rem;
top: 0.34667rem;
}
body .contactUs_pub .contactUs_pub_in .title,
html .contactUs_pub .contactUs_pub_in .title {
text-align: center;
width: 100%;
margin-top: 0.48rem;
margin-bottom: 0.21333rem;
color: #1F1B4F;
font-size: 0.42667rem;
font-weight: 600;
}
body .contactUs_pub .contactUs_pub_in ul,
html .contactUs_pub .contactUs_pub_in ul {
width: 6rem;
margin: 0 auto 0;
}
body .contactUs_pub .contactUs_pub_in ul li,
html .contactUs_pub .contactUs_pub_in ul li {
width: 100%;
height: 1.49333rem;
line-height: 1.49333rem;
border-bottom: 0.02667rem solid #EBECF0;
}
body .contactUs_pub .contactUs_pub_in ul li img,
html .contactUs_pub .contactUs_pub_in ul li img {
display: block;
width: 0.64rem;
height: 0.64rem;
float: left;
margin-top: 0.42667rem;
margin-right: 0.58667rem;
}
body .contactUs_pub .contactUs_pub_in ul li span,
html .contactUs_pub .contactUs_pub_in ul li span {
display: block;
float: left;
height: 100%;
color: #1F1B4F;
font-size: 0.37333rem;
font-weight: 500;
}
body .contactUs_pub .contactUs_pub_in ul li span b,
html .contactUs_pub .contactUs_pub_in ul li span b {
color: #1F1B4F;
font-weight: bold;
2024-01-22 16:04:43 +08:00
}
2022-09-08 18:22:18 +08:00
}