123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- body{
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
- }
- .head{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .expand{
- width: 0.18rem;
- height: 0.14rem;
- display: flex;
- flex-direction: column;
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
- .expand>div {
- width: 100%;
- height: 2px;
- border-radius: 2px;
- background-color: #9C9C9C;
- }
- .outerSlider{
- background: rgba(0,0,0,.5);
- width: 100%;
- top: 0;
- bottom: 0;
- z-index: 9999;
- display: none;
- }
- .show{
- position: fixed;
- left: 0;
- }
- .outerSlider .menuBox {
- position: absolute;
- width: 100%;
- background: #fff;
- height: 100%;
- top: 0;
- -webkit-transition: bottom .3s ease-in-out;
- transition: bottom .3s ease-in-out;
-
- }
- .menuNav{
- position: relative;
- border-bottom: 1px solid #eee;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 10px;
- }
- .scrollList>a{
- height: 0.5rem;
- line-height: 0.5rem;
- padding-left: 0.2rem;
- border-bottom: 1px solid #e5e5e5;
- }
- .scrollList>a:last-of-type{
- border:none;
- }
- a{
- color: #333;
- display: block;
- }
- .main-container .banner{
- background-image: url(http://images.shengws.com/banner.jpg);
- background-position: center center;
- background-size: cover;
- -webkit-background-size: cover;
- zoom: 1;
- background-repeat: no-repeat;
- color: #fff;
- text-align: center;
- height: 3.5rem;
- box-sizing: border-box;
- padding-top: 0.48rem;
- }
- .bannerBox{
- width:100%;
- height:1.4rem;
- border-radius:5px;
- margin: 0 auto;
- padding-top:0.2rem;
- box-sizing: border-box;
- }
- .bannerTitle{
- font-size:0.24rem;
- font-weight:bold;
- color:#2780F6;
- line-height:0.2rem;
- margin: 0 0 0.18rem;
- font-family:PingFangSC;
- }
- .bannerTips{
- font-size:0.12rem;
- color:#333;
- line-height:0.18rem;
- font-weight: lighter!important;
- font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
- }
- .freeuse{
- width:1.5rem;
- height:.36rem;
- background:rgba(43,126,246,1);
- border-radius:18px;
- color:#fff;
- display: block;
- margin: 0 auto;
- text-align: center;
- line-height: 0.36rem;
- }
- .special{
- width: 3rem;
- height: 3.6rem;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- margin: 0.2rem auto 0;
- margin-top: -1rem;
- }
- .specialOne{
- width: 48%;
- height: 48%;
- background:#fff;
- display: flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- margin-bottom: 0.2rem;
- box-shadow:0px 2px 13px 0px rgba(43,126,246,0.11);
- border-radius: 10px;
- }
- .specialImg{
- width: 0.5rem;
- margin-top: 0.3rem;
- margin-bottom: 0.1rem;
- }
- .specialTip1{
- font-size: 0.20rem;
- color: #333;
- margin-bottom: 0.1rem;
- }
- .specialTip2{
- font-size: 0.16rem;
- color: #666;
- font-weight: lighter!important;
- }
- .introduceTitle{
- width: 100%;
- text-align: center;
- font-size: 0.24rem;
- color: #333;
- line-height: 0.36rem;
- margin: 0.3rem 0;
- }
- .introduceBox{
- height: 1.4rem;
- display: flex;
- padding: .3rem 0.16rem ;
- justify-content: space-between;
- background: #F8FBFF;
- }
- .introduceOne{
- width: 1.02rem;
- background: #fff;
- display: flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- /* justify-content: space-around; */
- box-shadow:0px 2px 13px 0px rgba(43,126,246,0.11);
- color: #353535;
- border-radius: 10px;
- }
- .introduceImg{
- width: 50%;
- margin-top: .24rem;
- }
- .commonTitle{
- width: 100%;
- text-align: center;
- font-size: 0.24rem;
- color: #333;
- line-height: 0.36rem;
- padding-top: 0.3rem;
- }
- .commonTit1{
- font-size:.16rem;
- font-weight:bold;
- color:#333;
- line-height:.28rem;
- text-align: center;
- }
- .commonTit2{
- text-align: center;
- font-size:.14rem;
- color:#666;
- line-height:.28rem;
- margin-bottom: 0.05rem;
- font-weight: lighter!important;
- font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
- }
-
- .downloadOne{
- width:3.38rem;
- height:4.68rem;
- background:rgba(255,255,255,1);
- box-shadow:0px 1px 15px 0px rgba(0, 0, 0, 0.12);
- border-radius:5px;
- margin: 0 auto;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
-
- .downloadOne>img:first-of-type{
- width: 1.28rem;
- height: 1.28rem;
- margin-top: 0.4rem;
- }
- .downloadOne>img:last-of-type{
- width: 90%;
- }
- .downloadOne>span{
- font-size: 18px;
- color: #333;
- margin-bottom: 1vw;
- font-weight: bold;
- margin-top: 6px;
- }
- .downloadOne>p{
- font-size: 14px;
- color: #333;
- }
- .swiper-container-horizontal > .swiper-pagination{
- bottom: 0 !important;
- }
-
- .forBox{
- width: 100%;
- height: 2.8rem;
- display: flex;
- flex-wrap: wrap;
- margin: 0.5rem 0;
- }
- .forOne{
- width: 50%;
- height: 50%;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .forOne>img{
- width: 0.8rem;
- height: 0.8rem;
- }
- .forOne>span{
- font-size: 0.16rem;
- color: #333;
- }
- .forOne>p{
- font-size: 0.12rem;
- color: #666;
- }
- .backgroundBlue{
- width:100%;
- height:4.9rem;
- background:linear-gradient(0deg,rgba(72,166,253,1),rgba(43,126,246,1));
- }
- .blueTitle{
- text-align: center;
- font-size: 0.2rem;
- color: #fff;
- line-height:0.3rem;
- padding-top: 0.3rem;
- }
- .productBox1{
- width: 100%;
- height: 2rem;
- display: flex;
- flex-wrap: wrap;
- margin-top: 0.6rem;
- }
- .product{
- width: 50%;
- height: 50%;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .product>img{
- width: 0.6rem;
- height: 0.6rem;
- }
- .product>p{
- font-size: 0.13rem;
- color: #fff;
- }
-
- .position1{
- width: 3.32rem;
- margin: 0 auto;
- margin-top: -1.2rem;
- text-align: center;
- }
- .sort{
- color:#fff;
- font-size: 0.1rem;
- }
- .sponsorBox{
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- background: #fff;
- padding-bottom: 0.3rem;
- }
- .sponsorOne{
- width: 50%;
- height: 1.66rem;
- display: flex;
- flex-direction: column;
- }
- .background{
- background: #F8F8F8;
- }
- .sponsorOne>img{
- width: 100%;
- margin-top: 0.4rem;
- margin-bottom: 0.2rem;
- }
- .slogan{
- width: 100%;
- height: 1.89rem;
- background-image: url(/static/images/img/28.png);
- background-position: center center;
- background-size: cover;
- -webkit-background-size: cover;
- zoom: 1;
- background-repeat: no-repeat;
- text-align: center;
- color: #fff;
- }
- .slogan>p:first-of-type{
- font-size: 0.24rem;
- padding-top: 0.5rem;
- margin-bottom: 0.2rem;
- }
- .slogan>p:last-of-type{
- font-size: 0.2rem;
- }
- .footer{
- width: 100%;
- height: 2.86rem;
- background: #181D30;
- color:rgba(255,255,255,0.6);
- padding-top: 0.56rem;
- }
- .footer>p{
- padding-left: 0.28rem;
- line-height: 0.3rem;
- }
- .beian{
- margin-top: 0.32rem;
- font-size: 0.1rem;
- text-align: center;
- display: flex;
- justify-content: space-around;
- }
- .beian>a{
- color:rgba(255,255,255,0.6);
- }
- .useBox{
- width: 100%;
- height: 0.5rem;
- position: fixed;
- bottom: 0;
- left: 0;
- display: flex;
- }
- .free{
- background: #2780F6;
- color: #fff;
- width: 100%;
- line-height: 0.5rem;
- text-align: center;
- font-size: 0.18rem;
- }
|