|
|
@@ -0,0 +1,262 @@
|
|
|
+* {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.bg {
|
|
|
+ background-position: center center;
|
|
|
+ background-size: cover;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.headerImg {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 9.9rem;
|
|
|
+ background-image: url(../img/img_001.png);
|
|
|
+
|
|
|
+ display: flex;
|
|
|
+ display: -webkit-flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.text1 {
|
|
|
+ font-size: 1.64rem;
|
|
|
+ font-weight: bolder;
|
|
|
+ font-weight: 800;
|
|
|
+ color: rgba(221, 221, 221, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.text2 {
|
|
|
+ font-size: 1.22rem;
|
|
|
+ color: rgba(221, 221, 221, 1);
|
|
|
+ margin-top: .56rem;
|
|
|
+}
|
|
|
+
|
|
|
+.msg {
|
|
|
+ font-size: 0.38rem;
|
|
|
+ font-weight: bolder;
|
|
|
+ font-weight: 800;
|
|
|
+ color: rgba(77, 77, 77, 1);
|
|
|
+ margin: 1.03rem 1.4rem 0 1.08rem;
|
|
|
+}
|
|
|
+
|
|
|
+.msg div {
|
|
|
+ margin-bottom: 0.4rem;
|
|
|
+}
|
|
|
+
|
|
|
+.line {
|
|
|
+ display: flex;
|
|
|
+ margin: 0.82rem 1.4rem 0 1.06rem;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
+.line img {
|
|
|
+ width: 3.12rem;
|
|
|
+ height: 0.72rem;
|
|
|
+}
|
|
|
+
|
|
|
+.line div {
|
|
|
+ width: 12.5rem;
|
|
|
+ height: 0.04rem;
|
|
|
+ background: rgba(77, 77, 77, 1);
|
|
|
+ opacity: 0.54;
|
|
|
+}
|
|
|
+
|
|
|
+.title .name {
|
|
|
+ font-size: 1rem;
|
|
|
+ font-weight: bold;
|
|
|
+ font-weight: 500;
|
|
|
+ color: rgba(212, 212, 212, 1);
|
|
|
+ margin: auto;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.title .hr {
|
|
|
+ width: 3.6rem;
|
|
|
+ height: 0.09rem;
|
|
|
+ background: rgba(212, 212, 212, 1);
|
|
|
+ opacity: 0.47;
|
|
|
+ margin: 0.2rem auto 0;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.show {
|
|
|
+ padding: 0.92rem;
|
|
|
+}
|
|
|
+
|
|
|
+.title {
|
|
|
+ width: 4rem;
|
|
|
+}
|
|
|
+
|
|
|
+.showImg {
|
|
|
+ width: 16.18rem;
|
|
|
+ display: block;
|
|
|
+ margin: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.game {
|
|
|
+ background-image: url(../img/img_004.png);
|
|
|
+ height: 10.58rem;
|
|
|
+ padding: 0.9rem 1rem 0 0.9rem;
|
|
|
+}
|
|
|
+
|
|
|
+.game .content {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 1.12rem;
|
|
|
+}
|
|
|
+
|
|
|
+.game .content img {
|
|
|
+ width: 6.34rem;
|
|
|
+ height: 4.49rem;
|
|
|
+}
|
|
|
+
|
|
|
+.game .content .text .top {
|
|
|
+ font-size: 0.9rem;
|
|
|
+ font-weight: bolder;
|
|
|
+ font-weight: 800;
|
|
|
+ color: rgba(221, 221, 221, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.game .content .text .bottom {
|
|
|
+ font-size: 0.8rem;
|
|
|
+ color: rgba(221, 221, 221, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.alldirection {
|
|
|
+ background-image: url(../img/img_006.png), url(../img/img_110.png);
|
|
|
+ background-size: 9.57rem 1.77rem, 100% 10.6rem;
|
|
|
+ background-position: center 1.2rem, bottom center;
|
|
|
+ height: 13.07rem;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.alldirection .text {
|
|
|
+ font-size: 0.56rem;
|
|
|
+ color: rgba(70, 70, 70, 1);
|
|
|
+ text-align: center;
|
|
|
+ margin: 3.11rem auto 0;
|
|
|
+}
|
|
|
+
|
|
|
+.imgList{
|
|
|
+ width: 13rem;
|
|
|
+ height: 5.56rem;
|
|
|
+ margin: 1.13rem auto 0;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ background-image: url(../img/img_007.png), url(../img/img_008.png), url(../img/img_009.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size:6.43rem 2.6rem,6.43rem 2.6rem ,12.76rem 2.6rem ;
|
|
|
+ background-position: left top ,right top,center bottom;
|
|
|
+}
|
|
|
+
|
|
|
+.img-item{
|
|
|
+ width:3.89rem;
|
|
|
+ height: 2.6rem;
|
|
|
+ margin-left: 2.54rem;
|
|
|
+ margin-top: 0.2rem;
|
|
|
+ margin-bottom: 0.2rem;
|
|
|
+}
|
|
|
+.img-item .name{
|
|
|
+ font-size:0.57rem;
|
|
|
+ font-weight: bolder;
|
|
|
+ font-weight:800;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ opacity:0.91;
|
|
|
+}
|
|
|
+
|
|
|
+.img-item .val{
|
|
|
+ font-size:0.25rem;
|
|
|
+ font-weight: bold;
|
|
|
+ font-weight:500;
|
|
|
+ color:rgba(70,70,70,1);
|
|
|
+ line-height:0.38rem;
|
|
|
+ margin-top: 0.2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.use{
|
|
|
+ padding: 0.9rem;
|
|
|
+}
|
|
|
+
|
|
|
+.use-item{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.use-item .text{
|
|
|
+ /*margin-left: 2rem;*/
|
|
|
+ flex-grow: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.use-item .text .name{
|
|
|
+ font-size:0.87rem;
|
|
|
+ font-weight: bolder;
|
|
|
+ font-weight:800;
|
|
|
+ color:#2C2C2C;
|
|
|
+}
|
|
|
+.use-item .text .val{
|
|
|
+ font-size:0.76rem;
|
|
|
+ color:#4D4D4D;
|
|
|
+ margin-top: 0.38rem;
|
|
|
+}
|
|
|
+
|
|
|
+.bottom{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.bottom img{
|
|
|
+ width: 8.52rem;
|
|
|
+ height: 8.81rem;
|
|
|
+}
|
|
|
+.bottom .text{
|
|
|
+ flex-grow: 1;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+.bottom .text .name{
|
|
|
+ font-size:1.77rem;
|
|
|
+ font-weight: bolder;
|
|
|
+ font-weight:800;
|
|
|
+ color:rgba(71,71,71,1);
|
|
|
+}
|
|
|
+
|
|
|
+.bottom .text .val{
|
|
|
+ font-size:1.75rem;
|
|
|
+ font-family:PingFang-SC-Light;
|
|
|
+ font-weight:300;
|
|
|
+ color:rgba(85,85,85,1);
|
|
|
+}
|
|
|
+
|
|
|
+.footer{
|
|
|
+ height:1.6rem;
|
|
|
+ background:rgba(46,48,73,1);
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.footer span{
|
|
|
+ font-size:0.18rem;
|
|
|
+ font-weight:400;
|
|
|
+ color:rgba(221,221,221,1);
|
|
|
+ line-height:0.24rem;
|
|
|
+}
|
|
|
+
|
|
|
+.footer a{
|
|
|
+ font-size:0.18rem;
|
|
|
+ font-weight:400;
|
|
|
+ color:rgba(221,221,221,1);
|
|
|
+ line-height:0.24rem;
|
|
|
+ text-decoration: none;
|
|
|
+ margin-left: .5rem;
|
|
|
+
|
|
|
+}
|
|
|
+.footer a:hover{
|
|
|
+ text-decoration: underline;
|
|
|
+}
|