123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023 |
- @charset "UTF-8";
- /*主色调*/
- /*文字文本*/
- /*单行省略号*/
- /*多行省略号*/
- /*箭头*/
- /**a标签hoverboder效果**/
- /**使用vw适配**/
- .banner {
- position: relative;
- }
- .banner a {
- display: block;
- position: absolute;
- left: 0;
- right: 0;
- margin: 0 auto;
- bottom: 15%;
- width: 150px;
- height: 38px;
- line-height: 38px;
- font-size: 14px;
- text-align: center;
- color: #fff;
- border: 1px solid #fff;
- z-index: 1;
- overflow: hidden;
- }
- @media (min-width: 768px) {
- .banner a {
- width: 180px;
- height: 48px;
- line-height: 48px;
- font-size: 18px;
- }
- }
- .banner a:after {
- content: '';
- position: absolute;
- z-index: -1;
- -webkit-transition: width 0.3s, opacity 0.3s;
- transition: width 0.3s, opacity 0.3s;
- width: 0;
- height: 530px;
- top: 50%;
- left: 50%;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- opacity: 0;
- background: #000000;
- background: rgba(0, 0, 0, 0.2);
- -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
- transform: translate3d(-50%, -50%, 0) rotate(45deg);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .banner a:hover:after, .banner a:active:after {
- width: 100%;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
- }
- .banner img {
- width: 100%;
- }
- .entrance {
- margin: 40px auto;
- }
- @media (min-width: 768px) {
- .entrance {
- margin: 60px auto;
- }
- }
- @media (min-width: 1200px) {
- .entrance {
- margin: 100px auto;
- }
- }
- .entrance .item {
- margin-bottom: 20px;
- }
- .entrance .item .img img {
- height: calc(100vw * (200 / 375));
- width: 100%;
- }
- @media (min-width: 768px) {
- .entrance .item .img img {
- height: auto;
- }
- }
- .entrance .item .txt {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: #000000;
- background: rgba(0, 0, 0, 0.2);
- padding: 20px;
- }
- @media (min-width: 768px) {
- .entrance .item .txt {
- padding: 20px;
- }
- }
- @media (min-width: 1200px) {
- .entrance .item .txt {
- padding: 40px;
- }
- }
- .entrance .item .txt span {
- color: #ed4747;
- font-weight: bold;
- font-size: 16px;
- display: inline-block;
- margin-top: 10px;
- }
- @media (min-width: 768px) {
- .entrance .item .txt span {
- font-size: 20px;
- margin-top: 30px;
- }
- }
- .entrance .item .txt h2 {
- color: #fff;
- margin: 12px 0;
- font-size: 22px;
- }
- .entrance .item .txt h2 em {
- color: #ed4747;
- }
- @media (min-width: 768px) {
- .entrance .item .txt h2 {
- margin: 25px 0;
- font-size: 28px;
- }
- }
- @media (min-width: 1200px) {
- .entrance .item .txt h2 {
- font-size: 44px;
- }
- }
- .entrance .item .txt p {
- color: #fff;
- font-size: 14px;
- }
- @media (min-width: 768px) {
- .entrance .item .txt p {
- font-size: 20px;
- }
- }
- @media (min-width: 1200px) {
- .entrance .item .txt p {
- font-size: 24px;
- }
- }
- .entrance .item .txt i {
- font-weight: bold;
- padding-right: 30px;
- color: #ed4747;
- position: absolute;
- bottom: 25px;
- font-size: 16px;
- }
- @media (min-width: 768px) {
- .entrance .item .txt i {
- font-size: 20px;
- }
- }
- .entrance .item .txt i:after {
- content: "";
- display: inline-block;
- width: 30px;
- height: 10px;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- background: url("/assets/image/arrow-color.png") no-repeat center;
- }
- .entrance .item a {
- display: block;
- position: relative;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- }
- .entrance .item a:hover, .entrance .item a:active {
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px);
- -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2);
- box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2);
- }
- .product .headline {
- text-align: center;
- margin-bottom: 10px;
- }
- @media (min-width: 768px) {
- .product .headline {
- margin-bottom: 30px;
- }
- }
- @media (min-width: 1200px) {
- .product .headline {
- margin-bottom: 50px;
- }
- }
- .product .headline h2 {
- color: #111;
- margin-bottom: 10px;
- font-size: 24px;
- }
- @media (min-width: 768px) {
- .product .headline h2 {
- margin-bottom: 22px;
- font-size: 32px;
- }
- }
- @media (min-width: 1200px) {
- .product .headline h2 {
- font-size: 46px;
- }
- }
- .product .headline span {
- color: #ed4747;
- font-size: 16px;
- }
- @media (min-width: 768px) {
- .product .headline span {
- font-size: 20px;
- }
- }
- @media (min-width: 1200px) {
- .product .headline span {
- font-size: 24px;
- }
- }
- .product ul li {
- position: relative;
- margin-top: 20px;
- }
- .product ul li:after {
- content: '';
- display: block;
- clear: both;
- }
- @media (min-width: 768px) {
- .product ul li {
- margin-top: 30px;
- }
- }
- .product ul li .type {
- background: #f86363;
- color: #fff;
- width: 44%;
- height: 200px;
- padding: 25px;
- padding-bottom: 0;
- text-align: center;
- float: left;
- }
- @media (min-width: 768px) {
- .product ul li .type {
- float: none;
- position: absolute;
- top: 0;
- left: 0;
- width: 200px;
- height: 250px;
- padding: 25px;
- }
- }
- @media (min-width: 1200px) {
- .product ul li .type {
- width: 268px;
- height: 300px;
- padding: 40px;
- }
- }
- .product ul li .type a {
- display: block;
- color: #fff;
- }
- .product ul li .type a:hover img {
- -webkit-transform: scale(0.9);
- transform: scale(0.9);
- }
- .product ul li .type a:hover .p-icon {
- margin-top: 10px;
- }
- .product ul li .type .p-icon {
- position: relative;
- margin: 20px auto 20px;
- width: 40px;
- height: 40px;
- line-height: 40px;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- }
- @media (min-width: 768px) {
- .product ul li .type .p-icon {
- width: 60px;
- height: 60px;
- line-height: 60px;
- }
- }
- @media (min-width: 1200px) {
- .product ul li .type .p-icon {
- width: 80px;
- height: 80px;
- line-height: 80px;
- }
- }
- .product ul li .type .p-icon img {
- width: 30px;
- height: 30px;
- z-index: 3;
- position: relative;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- }
- @media (min-width: 768px) {
- .product ul li .type .p-icon img {
- width: 40px;
- height: 40px;
- }
- }
- @media (min-width: 1200px) {
- .product ul li .type .p-icon img {
- width: 60px;
- height: 60px;
- }
- }
- .product ul li .type .p-icon:before {
- content: "";
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- display: block;
- position: absolute;
- z-index: 2;
- zoom: 1;
- -webkit-transform: translateZ(1px);
- transform: translateZ(1px);
- width: 38px;
- height: 38px;
- top: 1px;
- left: 1px;
- border-radius: 50%;
- -webkit-box-shadow: 0 0 10px 10px #f86363;
- box-shadow: 0 0 10px 10px #f86363;
- }
- @media (min-width: 768px) {
- .product ul li .type .p-icon:before {
- width: 58px;
- height: 58px;
- }
- }
- @media (min-width: 1200px) {
- .product ul li .type .p-icon:before {
- width: 78px;
- height: 78px;
- }
- }
- .product ul li .type .p-icon:after {
- content: '';
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- display: block;
- position: absolute;
- z-index: 1;
- zoom: 1;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- border-radius: 50%;
- -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
- box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
- -webkit-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- .product ul li .type h2 {
- padding: 14px 0;
- border-bottom: 1px solid #fff;
- font-size: 18px;
- width: auto;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- @media (min-width: 768px) {
- .product ul li .type h2 {
- padding: 20px 0;
- font-size: 26px;
- }
- }
- @media (min-width: 1200px) {
- .product ul li .type h2 {
- font-size: 36px;
- }
- }
- .product ul li .type span {
- display: inline-block;
- margin-top: 10px;
- font-size: 13px;
- }
- @media (min-width: 768px) {
- .product ul li .type span {
- margin-top: 10px;
- font-size: 15px;
- }
- }
- @media (min-width: 1200px) {
- .product ul li .type span {
- margin-top: 20px;
- font-size: 18px;
- }
- }
- .product ul li .items {
- width: 56%;
- float: left;
- }
- .product ul li .items:after {
- content: '';
- display: block;
- clear: both;
- }
- @media (min-width: 768px) {
- .product ul li .items {
- float: none;
- width: auto;
- margin-left: 200px;
- height:250px;
- }
- }
- @media (min-width: 1200px) {
- .product ul li .items {
- margin-left: 268px;
- height:300px;
- }
- }
- .product ul li .items .item {
- width: 100%;
- }
- @media (min-width: 768px) {
- .product ul li .items .item {
- width: 48.5%;
- }
- }
- .product ul li .items .item.fr {
- display: none;
- }
- @media (min-width: 768px) {
- .product ul li .items .item.fr {
- display: block;
- }
- }
- .product ul li .items a {
- position: relative;
- display: block;
- padding: 15px;
- height: 200px;
- -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
- box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
- border-top: 6px solid #fff;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- }
- @media (min-width: 768px) {
- .product ul li .items a {
- padding: 20px;
- height: 250px;
- }
- }
- @media (min-width: 1200px) {
- .product ul li .items a {
- padding: 30px;
- height: 300px;
- }
- }
- .product ul li .items a:hover {
- border-top: 6px solid #ed4747;
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px);
- }
- .product ul li .items h2 {
- color: #111;
- line-height: 1.4;
- margin-bottom: 20px;
- font-size: 16px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- @media (min-width: 768px) {
- .product ul li .items h2 {
- font-size: 24px;
- }
- }
- @media (min-width: 1200px) {
- .product ul li .items h2 {
- font-size: 30px;
- }
- }
- .product ul li .items p {
- color: #333;
- line-height: 1.4;
- font-size: 12px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- @media (min-width: 768px) {
- .product ul li .items p {
- font-size: 16px;
- }
- }
- .product ul li .items span {
- position: absolute;
- bottom: 20px;
- right: 20px;
- color: #ed4747;
- }
- .product ul li .items span i {
- display: inline-block;
- vertical-align: middle;
- width: 13px;
- height: 13px;
- background: url("/assets/image/arrow-color.png") no-repeat center;
- }
- .product .more {
- margin: 30px auto 0;
- width: 180px;
- height: 40px;
- line-height: 40px;
- cursor: pointer;
- border: 1px solid #e0e0e0;
- color: #333;
- text-align: center;
- font-size: 14px;
- overflow: hidden;
- position: relative;
- z-index: 2;
- }
- @media (min-width: 768px) {
- .product .more {
- margin: 50px auto 0;
- width: 180px;
- height: 50px;
- line-height: 50px;
- font-size: 18px;
- }
- }
- .product .more:after {
- content: '';
- position: absolute;
- z-index: 1;
- -webkit-transition: width 0.3s, opacity 0.3s;
- transition: width 0.3s, opacity 0.3s;
- width: 0;
- height: 530px;
- top: 50%;
- left: 50%;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- opacity: 0;
- background: #000000;
- background: rgba(0, 0, 0, 0.1);
- -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
- transform: translate3d(-50%, -50%, 0) rotate(45deg);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .product .more:hover:after, .product .more:active:after {
- width: 100%;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
- }
- .ad {
- margin: 40px auto;
- }
- @media (min-width: 768px) {
- .ad {
- margin: 60px auto;
- }
- }
- @media (min-width: 1200px) {
- .ad {
- margin: 100px auto;
- }
- }
- .ad a {
- width: 100%;
- }
- .ad img {
- width: 100%;
- }
- .product.other {
- padding-bottom: 20px;
- margin-bottom: 40px;
- }
- @media (min-width: 768px) {
- .product.other {
- padding-bottom: 50px;
- margin-bottom: 50px;
- }
- }
- @media (min-width: 1200px) {
- .product.other {
- margin-bottom: 100px;
- }
- }
- .product.other ul li .type {
- background: #47a5ed;
- }
- .product.other ul li .type .p-icon:before {
- -webkit-box-shadow: 0 0 10px 10px #47a5ed;
- box-shadow: 0 0 10px 10px #47a5ed;
- }
- .product.other ul li .items a:hover {
- border-color: #47a5ed;
- }
- @media (min-width: 768px) {
- .repository {
- background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #eeeeee), to(#eeeeee));
- background: linear-gradient(to right, #ffffff 50%, #eeeeee 50%, #eeeeee);
- }
- }
- .repository .list {
- background: #fff;
- padding-top: 20px;
- }
- @media (min-width: 768px) {
- .repository .list {
- padding-top: 50px;
- }
- }
- .repository .list-title {
- font-size: 24px;
- color: #111;
- border-bottom: 1px solid #eee;
- padding: 40px 0 20px;
- margin-bottom: 20px;
- }
- @media (min-width: 768px) {
- .repository .list-title {
- margin-bottom: 20px;
- font-size: 36px;
- padding: 50px 0;
- margin-right: -15px;
- }
- }
- @media (min-width: 1200px) {
- .repository .list-title {
- font-size: 44px;
- margin-bottom: 30px;
- }
- }
- .repository .back-nav {
- color: #ed4747;
- font-size: 14px;
- cursor: pointer;
- display: inline-block;
- }
- @media (max-width: 767px) {
- .repository .back-nav {
- margin-bottom: 30px;
- }
- }
- .repository .back-nav i {
- display: inline-block;
- width: 30px;
- height: 10px;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- background: url("/assets/image/arrow-color-left.png") no-repeat center;
- }
- .repository .back-nav:hover i, .repository .back-nav:active i {
- background-position: center left;
- }
- .repository .category {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: #f8f8f8;
- z-index: 1010;
- padding: 30px;
- overflow: auto;
- background: #eee;
- -webkit-transform: translateX(100%);
- transform: translateX(100%);
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- -webkit-overflow-scrolling: touch;
- }
- .repository .category.showIn {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- @media (min-width: 768px) {
- .repository .category {
- position: relative;
- top: auto;
- left: auto;
- right: auto;
- bottom: auto;
- -webkit-transform: translateX(0);
- transform: translateX(0);
- z-index: 1;
- }
- }
- .repository .category .total {
- padding: 50px 0 0 0;
- }
- @media (min-width: 768px) {
- .repository .category .total {
- padding: 130px 0 0 0;
- }
- }
- .repository .category .total p {
- color: #111;
- font-family: "Publico-Headline-Medium";
- font-weight: lighter;
- margin-top: 5px;
- font-size: 24px;
- }
- .repository .category ul {
- margin: 0 -15px;
- margin-top: 30px;
- }
- @media (min-width: 768px) {
- .repository .category ul {
- margin-top: 65px;
- }
- }
- .repository .category ul li {
- margin: 15px 0;
- }
- .repository .category ul li a {
- display: inline-block;
- color: #666;
- padding: 10px 30px;
- font-size: 16px;
- border-left: 2px solid #eee;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- }
- @media (min-width: 768px) {
- .repository .category ul li a {
- font-size: 14px;
- }
- }
- .repository .category ul li a:hover, .repository .category ul li a.active, .repository .category ul li a.cur {
- color: #ed4747;
- border-color: #ed4747;
- }
- .product-list {
- margin: 0 auto 60px;
- }
- @media (min-width: 768px) {
- .product-list {
- margin: 0 auto 100px;
- }
- }
- @media (min-width: 1200px) {
- .product-list {
- margin: 0 auto 120px;
- }
- }
- .product-list ul {
- margin-right: 0;
- }
- @media (min-width: 768px) {
- .product-list ul {
- margin-right: 30px;
- }
- }
- .product-list ul li {
- margin-top: 20px;
- }
- @media (min-width: 768px) {
- .product-list ul li {
- margin-top: 30px;
- }
- }
- .product-list ul li a {
- display: block;
- padding: 10px 10px 15px;
- -webkit-box-shadow: 0 4px 30px -4px rgba(0, 0, 0, 0.2);
- box-shadow: 0 4px 30px -4px rgba(0, 0, 0, 0.2);
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- border-top: 4px solid #fff;
- border-bottom: 4px solid #fff;
- }
- .product-list ul li a:after {
- content: '';
- display: block;
- clear: both;
- }
- @media (min-width: 768px) {
- .product-list ul li a {
- padding: 10px;
- }
- }
- .product-list ul li a:hover, .product-list ul li a:active {
- border-top: 4px solid #ed4747;
- }
- .product-list ul li a:hover .img img, .product-list ul li a:active .img img {
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- }
- .product-list ul li .img {
- width: 100%;
- height: calc(100vw * (200 / 375));
- margin-right: 20px;
- border: 1px solid #ebecee;
- overflow: hidden;
- }
- @media (min-width: 768px) {
- .product-list ul li .img {
- float: left;
- width: 200px;
- height: 150px;
- }
- }
- @media (min-width: 1200px) {
- .product-list ul li .img {
- width: 280px;
- height: 200px;
- }
- }
- .product-list ul li .img img {
- width: 100%;
- height: 100%;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- }
- .product-list ul li .txt {
- padding-right: 20px;
- }
- .product-list ul li .txt h2 {
- color: #111;
- font-size: 18px;
- margin: 20px 0 10px;
- width: auto;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- @media (min-width: 768px) {
- .product-list ul li .txt h2 {
- margin: 25px 0 20px;
- font-size: 24px;
- }
- }
- @media (min-width: 1200px) {
- .product-list ul li .txt h2 {
- font-size: 28px;
- }
- }
- .product-list ul li .txt p {
- color: #333;
- line-height: 1.8;
- font-size: 14px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- @media (min-width: 768px) {
- .product-list ul li .txt p {
- font-size: 16px;
- }
- }
|