677 lines
15 KiB
CSS
677 lines
15 KiB
CSS
@media screen and (min-width: 769px) {
|
|
.h5 {
|
|
display: none;
|
|
}
|
|
body,
|
|
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: linear-gradient(180deg, #302286 0%, #0E0B24 100%);
|
|
font-family: Avenir, Avenir;
|
|
cursor: pointer;
|
|
}
|
|
body .container,
|
|
html .container {
|
|
position: relative;
|
|
}
|
|
body .pc-bg,
|
|
html .pc-bg {
|
|
display: none;
|
|
}
|
|
body .homePc,
|
|
html .homePc {
|
|
width: 100%;
|
|
height: 10rem;
|
|
background: url(../images/pcBgBig.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
}
|
|
body .homePc .diamound,
|
|
html .homePc .diamound {
|
|
width: 1.2rem;
|
|
height: 0.5rem;
|
|
line-height: 0.46667rem;
|
|
color: #FFFFFF;
|
|
font-size: 0.25rem;
|
|
text-align: center;
|
|
background: rgba(255, 255, 255, 0.2);
|
|
border-radius: 0.53333rem;
|
|
box-sizing: border-box;
|
|
border: 1px solid #fff;
|
|
position: absolute;
|
|
right: 3.46667rem;
|
|
top: 0.3rem;
|
|
vertical-align: middle;
|
|
}
|
|
body .homePc .diamound img,
|
|
html .homePc .diamound img {
|
|
display: inline-block;
|
|
width: 0.33rem;
|
|
height: 0.33rem;
|
|
vertical-align: middle;
|
|
margin-top: -0.01rem;
|
|
}
|
|
body .homePc .pcIos,
|
|
html .homePc .pcIos {
|
|
width: 2.9rem;
|
|
height: 0.64rem;
|
|
position: absolute;
|
|
right: 5rem;
|
|
top: 5.855rem;
|
|
}
|
|
body .homePc .pcAnd,
|
|
html .homePc .pcAnd {
|
|
width: 2.9rem;
|
|
height: 0.64rem;
|
|
position: absolute;
|
|
right: 5rem;
|
|
top: 6.79rem;
|
|
}
|
|
body .bootom,
|
|
html .bootom {
|
|
width: 100%;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
background: #0F0B27;
|
|
text-align: center;
|
|
color: #fff;
|
|
padding-bottom: 0.2rem;
|
|
padding-top: 0.1rem;
|
|
}
|
|
body .bootom p,
|
|
html .bootom p {
|
|
margin-bottom: 0.1rem;
|
|
font-size: 0.15rem;
|
|
color: #B8B7BF;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.pc,
|
|
.homePc {
|
|
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;
|
|
z-index: 3;
|
|
}
|
|
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 {
|
|
font-size: 0.46667rem;
|
|
color: #FFFFFF;
|
|
font-weight: 800;
|
|
float: left;
|
|
margin-top: 0.2rem;
|
|
}
|
|
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: 0.42667rem;
|
|
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;
|
|
margin-top: -0.1rem;
|
|
}
|
|
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;
|
|
}
|
|
body .h5 .pagesBox,
|
|
html .h5 .pagesBox {
|
|
width: 100%;
|
|
height: 100%;
|
|
transition: all .5s;
|
|
transform: translateY(0%);
|
|
}
|
|
body .h5 .pagesBox .page1,
|
|
html .h5 .pagesBox .page1 {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: url(../images/h51.png) no-repeat center;
|
|
background-size: 10rem 100%;
|
|
}
|
|
body .h5 .pagesBox .page1 .pageTxte1,
|
|
html .h5 .pagesBox .page1 .pageTxte1 {
|
|
width: 6.42667rem;
|
|
height: 1.33333rem;
|
|
position: absolute;
|
|
left: 1.44rem;
|
|
top: 5.01333rem;
|
|
}
|
|
body .h5 .pagesBox .page1 .pageTxte2,
|
|
html .h5 .pagesBox .page1 .pageTxte2 {
|
|
width: 6.42667rem;
|
|
height: 1.33333rem;
|
|
position: absolute;
|
|
right: 1.44rem;
|
|
top: 6.77333rem;
|
|
}
|
|
body .h5 .pagesBox .page1 .downioad,
|
|
html .h5 .pagesBox .page1 .downioad {
|
|
width: 4.98667rem;
|
|
height: 1.22667rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 2.96rem;
|
|
display: block;
|
|
}
|
|
body .h5 .pagesBox .page1 .down,
|
|
html .h5 .pagesBox .page1 .down {
|
|
width: 0.50667rem;
|
|
height: 0.37333rem;
|
|
position: absolute;
|
|
left: 48%;
|
|
bottom: 0.26667rem;
|
|
}
|
|
body .h5 .pagesBox .page2,
|
|
html .h5 .pagesBox .page2 {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
body .h5 .pagesBox .page2 .pageText2,
|
|
html .h5 .pagesBox .page2 .pageText2 {
|
|
width: 10rem;
|
|
height: 10.85333rem;
|
|
position: relative;
|
|
top: 3.44rem;
|
|
margin: 0 auto;
|
|
display: block;
|
|
display: none;
|
|
}
|
|
body .h5 .pagesBox .page2 .page2_in,
|
|
html .h5 .pagesBox .page2 .page2_in {
|
|
width: 10rem;
|
|
height: 11.65333rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 2.50667rem;
|
|
}
|
|
body .h5 .pagesBox .page2 .pagetx1,
|
|
html .h5 .pagesBox .page2 .pagetx1 {
|
|
width: 6.34667rem;
|
|
height: 4.10667rem;
|
|
position: absolute;
|
|
left: 3.12rem;
|
|
top: 4.56rem;
|
|
}
|
|
body .h5 .pagesBox .page2 .pagetx2,
|
|
html .h5 .pagesBox .page2 .pagetx2 {
|
|
width: 6.34667rem;
|
|
height: 4.10667rem;
|
|
position: absolute;
|
|
left: 0.53333rem;
|
|
top: 9.17333rem;
|
|
}
|
|
body .h5 .pagesBox .page2 .downioad,
|
|
html .h5 .pagesBox .page2 .downioad {
|
|
width: 4.98667rem;
|
|
height: 1.12rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 1.66667rem;
|
|
display: block;
|
|
}
|
|
body .h5 .pagesBox .page2 .down,
|
|
html .h5 .pagesBox .page2 .down {
|
|
width: 0.50667rem;
|
|
height: 0.37333rem;
|
|
position: absolute;
|
|
left: 48%;
|
|
bottom: 0.26667rem;
|
|
}
|
|
body .h5 .pagesBox .page3,
|
|
html .h5 .pagesBox .page3 {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
body .h5 .pagesBox .page3 .pageText3,
|
|
html .h5 .pagesBox .page3 .pageText3 {
|
|
width: 6.82667rem;
|
|
height: 1.52rem;
|
|
position: relative;
|
|
display: block;
|
|
margin: 0 auto;
|
|
top: 2.8rem;
|
|
display: none;
|
|
}
|
|
body .h5 .pagesBox .page3 .page3_in,
|
|
html .h5 .pagesBox .page3 .page3_in {
|
|
width: 10rem;
|
|
height: 11.65333rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 2.50667rem;
|
|
}
|
|
body .h5 .pagesBox .page3 .page3Icon1,
|
|
html .h5 .pagesBox .page3 .page3Icon1 {
|
|
width: 4.09333rem;
|
|
height: 2.93333rem;
|
|
position: absolute;
|
|
left: 5.68rem;
|
|
top: 5.65333rem;
|
|
}
|
|
body .h5 .pagesBox .page3 .page3Icon2,
|
|
html .h5 .pagesBox .page3 .page3Icon2 {
|
|
width: 4.32rem;
|
|
height: 3.09333rem;
|
|
position: absolute;
|
|
left: 0rem;
|
|
top: 4.85333rem;
|
|
}
|
|
body .h5 .pagesBox .page3 .page3Icon3,
|
|
html .h5 .pagesBox .page3 .page3Icon3 {
|
|
width: 4.32rem;
|
|
height: 3.09333rem;
|
|
position: absolute;
|
|
right: 0rem;
|
|
top: 10rem;
|
|
}
|
|
body .h5 .pagesBox .page3 .page3Icon4,
|
|
html .h5 .pagesBox .page3 .page3Icon4 {
|
|
width: 3.78667rem;
|
|
height: 2.72rem;
|
|
position: absolute;
|
|
left: 0rem;
|
|
top: 11.14667rem;
|
|
}
|
|
body .h5 .pagesBox .page3 .downioad,
|
|
html .h5 .pagesBox .page3 .downioad {
|
|
width: 4.98667rem;
|
|
height: 1.12rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 1.66667rem;
|
|
display: block;
|
|
}
|
|
body .h5 .pagesBox .page3 .down,
|
|
html .h5 .pagesBox .page3 .down {
|
|
width: 0.50667rem;
|
|
height: 0.37333rem;
|
|
position: absolute;
|
|
left: 48%;
|
|
bottom: 0.26667rem;
|
|
}
|
|
body .h5 .pagesBox .page4,
|
|
html .h5 .pagesBox .page4 {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
body .h5 .pagesBox .page4 .pageText4,
|
|
html .h5 .pagesBox .page4 .pageText4 {
|
|
width: 6.4rem;
|
|
height: 1.52rem;
|
|
position: relative;
|
|
top: 2.8rem;
|
|
display: block;
|
|
margin: 0 auto;
|
|
display: none;
|
|
}
|
|
body .h5 .pagesBox .page4 .page4_in,
|
|
html .h5 .pagesBox .page4 .page4_in {
|
|
width: 10rem;
|
|
height: 11.65333rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 2.50667rem;
|
|
}
|
|
body .h5 .pagesBox .page4 .page4Icon1,
|
|
html .h5 .pagesBox .page4 .page4Icon1 {
|
|
width: 5.57333rem;
|
|
height: 5.12rem;
|
|
position: absolute;
|
|
left: 0rem;
|
|
top: 5.12rem;
|
|
}
|
|
body .h5 .pagesBox .page4 .page4Icon2,
|
|
html .h5 .pagesBox .page4 .page4Icon2 {
|
|
width: 5.57333rem;
|
|
height: 5.12rem;
|
|
position: absolute;
|
|
right: 0rem;
|
|
top: 8.58667rem;
|
|
}
|
|
body .h5 .pagesBox .page4 .downioad,
|
|
html .h5 .pagesBox .page4 .downioad {
|
|
width: 4.98667rem;
|
|
height: 1.12rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 1.66667rem;
|
|
display: block;
|
|
}
|
|
body .h5 .pagesBox .page4 .down,
|
|
html .h5 .pagesBox .page4 .down {
|
|
width: 0.50667rem;
|
|
height: 0.37333rem;
|
|
position: absolute;
|
|
left: 48%;
|
|
bottom: 0.26667rem;
|
|
}
|
|
body .h5 .pagesBox .page5,
|
|
html .h5 .pagesBox .page5 {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../images/h55.png) no-repeat center;
|
|
background-size: 100% 17.92rem;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
body .h5 .pagesBox .page5 .pageTxte5,
|
|
html .h5 .pagesBox .page5 .pageTxte5 {
|
|
width: 6.61333rem;
|
|
height: 4.42667rem;
|
|
position: relative;
|
|
top: 3.41333rem;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
body .h5 .pagesBox .page5 .contactUs,
|
|
html .h5 .pagesBox .page5 .contactUs {
|
|
width: 3.62667rem;
|
|
height: 1.22667rem;
|
|
position: absolute;
|
|
display: block;
|
|
margin: 0 auto;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 5.14667rem;
|
|
}
|
|
body .h5 .pagesBox .page5 .bootom,
|
|
html .h5 .pagesBox .page5 .bootom {
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: 0.32rem;
|
|
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: 4.98667rem;
|
|
height: 1.22667rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 2.96rem;
|
|
display: block;
|
|
}
|
|
body .h5 .pagesBox .page5 .down,
|
|
html .h5 .pagesBox .page5 .down {
|
|
width: 0.50667rem;
|
|
height: 0.37333rem;
|
|
position: absolute;
|
|
left: 48%;
|
|
bottom: 0.26667rem;
|
|
}
|
|
body .h5 .menu,
|
|
html .h5 .menu {
|
|
width: 100%;
|
|
height: 0%;
|
|
background: #0E0B24;
|
|
position: fixed;
|
|
transition: all .2s;
|
|
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 {
|
|
font-size: 0.46667rem;
|
|
color: #FFFFFF;
|
|
font-weight: 800;
|
|
float: left;
|
|
margin-top: 0.2rem;
|
|
}
|
|
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: 0.42667rem;
|
|
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;
|
|
margin-top: -0.1rem;
|
|
}
|
|
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.8rem;
|
|
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: 7.2rem;
|
|
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;
|
|
}
|
|
}
|