123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- .header{
- width: 100%;
- height: 1.5rem;
-
- }
- .header .header-left{
- width: 25%;
- height: 1.05rem;
- color: white;
-
- text-align: center;
- line-height: 1.05rem;
- }
- .header .header-center{
- width: 50%;
- height: 1.2rem;
-
-
- position: relative;
- }
- .header .header-center .header-title{
- text-align: center;
- color: #ffffff;
- font-size: .4rem;
- text-shadow: 0 0 .3rem #00d8ff;
- line-height: 1.05rem;
- }
- .header .header-img{
- background: url("../images/head.gif") no-repeat center center;
- background-size: 100%;
- height: 100%;
- width: 100%;
- position: absolute;
- top: .4rem;
- }
- .header .header-right{
- width: 25%;
- height: 1.05rem;
-
- }
- .header .header-bottom{
- width: calc(100% - .4rem);
- height: .16rem;
- background: url("../images/header.png") no-repeat;
- background-size: calc(100% - .2rem) 100%;
- padding: 0 .2rem;
- margin-left: .3rem;
- }
- .center{
- padding: .1rem .2rem .1rem .2rem;
- }
- .center .center-left{
- width: 35%;
- padding: .1rem;
-
- }
- .center .center-left .left-top{
- width: 100%;
- height: 6.8rem;
- margin-bottom: .4rem;
- }
- .center .center-left .left-top h1{
- color: white;
- font-size: .4rem;
- transform: rotateX(0deg);
-
- align-items: center;
- margin-bottom: 8px;
- position: relative;
- -webkit-transform-style: preserve-3d;
- -moz-transform-style: preserve-3d;
- -ms-transform-style: preserve-3d;
- transform-style: preserve-3d;
- transform-origin: 50% 50%;
-
-
- transition: transform 500ms cubic-bezier(0.15, 0.52, 0.5, 0.9) 0s;
-
-
- transition: all 1s;
- }
- .title{
- width: 90%;
- height: 0.3rem;
-
- position: relative;
- top:.1rem;
- left: .25rem;
- color: white;
- padding-left: 0.12rem;
- line-height: 0.3rem;
- }
- .title:before{
- width: 0.05rem;
- height: 0.25rem;
- top: 0.02rem;
- position: absolute;
- content: "";
- background: #59ebe8;
- border-radius: 0.02rem;
- left: 0;
- }
- .top-list p{
- font-size: .18rem;
- color: #029698;
- padding: .3rem;
- }
- .top-list li{
- float: left;
- font-size: .2rem;
- color: #ffffff;
- width: 50%;
- height: .8rem;
- line-height: .8rem;
- padding: 0 .2rem;
- margin-bottom: .4rem;
- }
- .top-list li img{
- margin: .1rem 0;
- display: block;
- float: left;
- line-height: .8rem;
-
- }
- .top-list li span{
- display: block;
- float: left;
- padding-left: .2rem;
- line-height: .8rem;
- }
- .center .center-left .left-bottom{
- width: 100%;
- height: 3.2rem;
-
-
- }
- .center .center-left .bottom-b{
- width: calc(100% - 0.2rem);
- height: 2.6rem;
- margin-left: 0.1rem;
- margin-top: 0.1rem;
- }
- .center .center-cen{
- width: 65%;
- padding: .1rem;
- }
- .center .center-cen .cen-top{
- width: 100%;
- height: 3.2rem;
-
-
- margin-bottom: .4rem;
- position: relative;
- }
- .center .center-cen .cen-top .top-title{
- position: absolute;
- width: 60%;
- height: 2.2rem;
-
- left: .5rem;
- top:.5rem;
- }
- .center .center-cen .cen-top .top-title span{
- font-size: .8rem;
- text-align: center;
- display: block;
- margin: 0 auto;
- line-height: 2.2rem;
- float: left;
- }
- .center .center-cen .cen-top .top-title li{
- float: left;
- width: 50%;
-
-
- }
- .center .center-cen .cen-top .top-title li p,
- .center .center-cen .cen-top .top-title li span,
- .center .center-cen .cen-top .top-title li b{
- color: #ffffff;
- }
- .center .center-cen .cen-top .top-title li b{
- text-align: center;
- display: block;
- margin: .8rem auto 0 auto;
- float: left;
- }
- .center .center-cen .cen-top .top-title li p{
- padding: .1rem;
- margin-left: .2rem;
- }
- .center .center-cen .cen-top .top-title li span{
- text-align: center;
- display: inline-block;
-
- height: .45rem;
-
- margin-left: .3rem;
- line-height: .4rem;
- font-size: .5rem;
- margin-top: .6rem;
- }
- .datashuji{
- position: absolute;
- margin-bottom: .1rem;
- bottom: .5rem;
- left: 20%;
- }
- .dataright{
- position: absolute;
- margin-bottom: .1rem;
- bottom: .5rem;
- right: 5%;
- }
- .datashuji span,.dataright span{
- font-size: .2rem !important;
- }
- .center .center-cen .cen-top .top-bottom{
- width: 35%;
- height: 2.2rem;
-
- position: absolute;
- top:0.5rem;
- right: 0.1rem;
- padding: .2rem;
-
- }
- .center .center-cen .cen-top .top-bottom span{
- font-size: .8rem;
- text-align: center;
- display: block;
- margin: 0 auto;
- line-height: 2.2rem;
- }
- .center .center-cen .cen-bottom{
- width: 100%;
- height: 6.8rem;
- }
- .center .center-cen .bottom-b{
- width: calc(100% - 0.2rem);
- height: 6.4rem;
- margin-left: 0.1rem;
- margin-top: 0.1rem;
- }
- .gun{
-
- margin-top: .2rem;
- }
- .gun span{
- display: block;
- float: left;
- height: .2rem;
- width: 25%;
-
-
-
- text-align: center;
- font-size: 0.14rem;
- font-weight: 600;
- color: #61d2f7;
- text-align: center;
- margin-bottom: .1rem;
- }
- #FontScroll{
- width: 100%;
- height: 2.3rem;
- overflow: hidden;
-
- margin-top: .1rem;
-
-
-
- }
- #FontScroll ul li{
- height: .32rem;
- width: 100%;
- color: #ffffff;
- text-align: center;
- line-height: .32rem;
-
-
- overflow: hidden;
- font-size: 0.14rem;
-
-
-
- }
- .fontInner span{
- display:inline-block;
-
-
- width:24%;
- color: #ffffff;
-
- }
- .fontInner span b{
- display: inline-block;
- width: .2rem;
- height: .2rem;
- border-radius: 0.03rem;
- color: #ffffff;
- line-height: .2rem;
- }
|