123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716 |
- @charset "utf-8";
- /* CSS Document */
- /*公共部分*/
- * {
- font-family: "microsoft yahei", "helvetica", "heiti SC", "droid", "sans";
- word-spacing: 0px;
- letter-spacing: .02rem;
- font-size: 62.5%;
- margin: 0;
- padding: 0;
- }
- body {
- /*position: relative;*/
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .clear {
- clear: both
- }
- .blank {
- margin-bottom: 4rem;
- }
- header {
- background: #18b4ed;
- width: 100%;
- height: 5rem;
- position: fixed;
- top: 0;
- left: 0;
- }
- header img {
- width: 3rem;
- height: 3rem;
- margin-top: 1rem;
- float: left;
- z-index: 999999999;
- }
- header span {
- line-height: 5rem;
- font-size: 2rem;
- color: #fff;
- float: left;
- }
- .half {
- width: 50%;
- float: left;
- position: relative
- }
- .half > a {
- position: relative;
- width: 8rem;
- display: inline-block;
- background: #18b4ed;
- height: 8rem;
- left: 50%;
- margin-left: -4rem
- }
- .half > a img {
- width: 5rem;
- height: 4.16rem;
- margin-left: 1.5rem;
- margin-top: 1.92rem
- }
- .half > p {
- font-size: 1.5rem;
- text-align: center;
- position: relative;
- bottom: 0;
- margin-top: 1.2rem;
- color: #999;
- }
- .logo-license {
- margin-top: 8rem
- }
- .license{
- position: relative;
- width: 8rem;
- display: inline-block;
- background: #18b4ed;
- height: 8rem;
- left: 50%;
- margin-left: -4rem
- }
- .license >img{
- width: 5rem;
- height: 4.16rem;
- margin-left: 1.5rem;
- margin-top: 1.92rem
- }
- .logo {
- border-radius: 100%
- }
- /*图片裁剪-触屏设备*/
- @import url(reset.css);
- @font-face {
- font-family: 'icomoon';
- src:url('../fonts/icomoon.eot?rretjt');
- src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
- url('../fonts/icomoon.woff?rretjt') format('woff'),
- url('../fonts/icomoon.ttf?rretjt') format('truetype'),
- url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [class^="icon-"], [class*=" icon-"] {
- font-family: 'icomoon';
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- /* Reset */
- *,
- *:after,
- *:before {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
- .clearfix:before,
- .clearfix:after {
- content: " ";
- display: table;
- }
- .clearfix:after {
- clear: both;
- }
- .htmleaf-container{
- margin: 0 auto;
- text-align: center;
- overflow: hidden;
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- background: #000;
- display: none;
- z-index: 9999999;
- }
- .htmleaf-content {
- font-size: 150%;
- padding: 1em 0;
- }
- .htmleaf-content h2 {
- margin: 0 0 2em;
- opacity: 0.1;
- }
- .htmleaf-content p {
- margin: 1em 0;
- padding: 5em 0 0 0;
- font-size: 0.65em;
- }
- .bgcolor-1 { background: #f0efee; }
- .bgcolor-2 { background: #f9f9f9; }
- .bgcolor-3 { background: #e8e8e8; }/*light grey*/
- .bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
- .bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
- .bgcolor-6 { background: #2fa8ec; }/*sky blue*/
- .bgcolor-7 { background: #d0d6d6; }/*White tea*/
- .bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
- .bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
- .bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
- .bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
- .bgcolor-12{ background: #3498DB; color: #fff;}/*light blue*/
- .bgcolor-20{ background: #494A5F;color: #D5D6E2;}
- /* Header */
- .htmleaf-header{
- padding: 1em 190px 1em;
- letter-spacing: -1px;
- text-align: center;
- background: #66677c;
- }
- .htmleaf-header h1 {
- color: #D5D6E2;
- font-weight: 600;
- font-size: 2em;
- line-height: 1;
- margin-bottom: 0;
- font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
- }
- .htmleaf-header h1 span {
- font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
- display: block;
- font-size: 60%;
- font-weight: 400;
- padding: 0.8em 0 0.5em 0;
- color: #c3c8cd;
- }
- /*nav*/
- .htmleaf-demo a{color: #1d7db1;text-decoration: none;}
- .htmleaf-demo{width: 100%;padding-bottom: 1.2em;}
- .htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #1d7db1;font-weight: 700;}
- .htmleaf-demo a:hover{opacity: 0.6;}
- .htmleaf-demo a.current{background:#1d7db1;color: #fff; }
- /* Top Navigation Style */
- .htmleaf-links {
- position: relative;
- display: inline-block;
- white-space: nowrap;
- font-size: 1.5em;
- text-align: center;
- }
- .htmleaf-links::after {
- position: absolute;
- top: 0;
- left: 50%;
- margin-left: -1px;
- width: 2px;
- height: 100%;
- background: #dbdbdb;
- content: '';
- -webkit-transform: rotate3d(0,0,1,22.5deg);
- transform: rotate3d(0,0,1,22.5deg);
- }
- .htmleaf-icon {
- display: inline-block;
- margin: 0.5em;
- padding: 0em 0;
- width: 1.5em;
- text-decoration: none;
- }
- .htmleaf-icon span {
- display: none;
- }
- .htmleaf-icon:before {
- margin: 0 5px;
- text-transform: none;
- font-weight: normal;
- font-style: normal;
- font-variant: normal;
- font-family: 'icomoon';
- line-height: 1;
- speak: none;
- -webkit-font-smoothing: antialiased;
- }
- /* footer */
- .htmleaf-footer{width: 100%;padding-top: 10px;}
- .htmleaf-small{font-size: 0.8em;}
- .center{text-align: center;}
- .related {
- color: #fff;
- background: #494A5F;
- text-align: center;
- font-size: 1.25em;
- padding: 0.5em 0;
- overflow: hidden;
- }
- .related > a {
- vertical-align: top;
- width: calc(100% - 20px);
- max-width: 340px;
- display: inline-block;
- text-align: center;
- margin: 20px 10px;
- padding: 25px;
- font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
- }
- .related a {
- display: inline-block;
- text-align: left;
- margin: 20px auto;
- padding: 10px 20px;
- opacity: 0.8;
- -webkit-transition: opacity 0.3s;
- transition: opacity 0.3s;
- -webkit-backface-visibility: hidden;
- }
- .related a:hover,
- .related a:active {
- opacity: 1;
- }
- .related a img {
- max-width: 100%;
- opacity: 0.8;
- border-radius: 4px;
- }
- .related a:hover img,
- .related a:active img {
- opacity: 1;
- }
- .related h3{font-family: "Microsoft YaHei", sans-serif;}
- .related a h3 {
- font-weight: 300;
- margin-top: 0.15em;
- color: #fff;
- }
- /* icomoon */
- .icon-htmleaf-home-outline:before {
- content: "\e5000";
- }
- .icon-htmleaf-arrow-forward-outline:before {
- content: "\e5001";
- }
- @media screen and (max-width: 50em) {
- .htmleaf-header {
- padding: 3em 10% 4em;
- }
- .htmleaf-header h1 {
- font-size:2em;
- }
- }
- @media screen and (max-width: 40em) {
- .htmleaf-header h1 {
- font-size: 1.5em;
- }
- }
- @media screen and (max-width: 30em) {
- .htmleaf-header h1 {
- font-size:1.2em;
- }
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
- display: block;
- }
- audio, canvas, video {
- display: inline-block;
- }
- audio:not([controls]) {
- display: none;
- height: 0;
- }
- [hidden] {
- display: none;
- }
- html {
- font-family: sans-serif;
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- }
- body {
- margin: 0;
- }
- a:focus {
- outline: thin dotted;
- }
- a:active, a:hover {
- outline: 0;
- }
- h1 {
- font-size: 2em;
- margin: 0.67em 0;
- }
- abbr[title] {
- border-bottom: 1px dotted;
- }
- b, strong {
- font-weight: bold;
- }
- dfn {
- font-style: italic;
- }
- hr {
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
- }
- mark {
- background: #ff0;
- color: #000;
- }
- code, kbd, pre, samp {
- font-family: monospace, serif;
- font-size: 1em;
- }
- pre {
- white-space: pre-wrap;
- }
- q {
- quotes: "\201C" "\201D" "\2018" "\2019";
- }
- small {
- font-size: 80%;
- }
- sub, sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
- }
- sup {
- top: -0.5em;
- }
- sub {
- bottom: -0.25em;
- }
- img {
- border: 0;
- }
- svg:not(:root) {
- overflow: hidden;
- }
- figure {
- margin: 0;
- }
- fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
- }
- legend {
- border: 0;
- padding: 0;
- }
- button, input, select, textarea {
- font-family: inherit;
- font-size: 100%;
- margin: 0;
- }
- button, input {
- line-height: normal;
- }
- button, select {
- text-transform: none;
- }
- button, html input[type="button"], input[type="reset"], input[type="submit"] {
- -webkit-appearance: button;
- cursor: pointer;
- }
- button[disabled], html input[disabled] {
- cursor: default;
- }
- input[type="checkbox"], input[type="radio"] {
- box-sizing: border-box;
- padding: 0;
- }
- input[type="search"] {
- -webkit-appearance: textfield;
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- }
- input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
- }
- button::-moz-focus-inner, input::-moz-focus-inner {
- border: 0;
- padding: 0;
- }
- textarea {
- overflow: auto;
- vertical-align: top;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- #clipArea {
- height: 90%;
- }
- /*上传图标*/
- #file{
- float: left;
- height: 100%;
- }
- #clipBtn{
- float: right;
- height: 100%;
- width: 8rem;
- background: #18b4ed;
- border: 0;
- outline: none;
- color: #fff;
- font-size: 2rem;
- z-index: 999;
- }
- .foot-use{
- background: #fff;
- height: 10%;
- width: 100%;
- position: relative;
- }
- .uploader {
- position: absolute;
- width: 54%;
- height: 8rem;
- left: 23%;
- cursor: default;
- height: 100%;
- float: left;
- }
- .uploader1 {
- position: absolute;
- width: 50%;
- height: 8rem;
- cursor: default;
- height: 100%;
- float: left;
- }
- .filename {
- position: absolute;
- outline: 0 none;
- line-height: 1.5rem;
- font-size: 1.5rem;
- color: #999;
- width: 100%;
- margin: 0;
- overflow: hidden;
- cursor: default;
- text-overflow: ellipsis;
- white-space: nowrap;
- border: 0;
- top: 9.2rem;
- text-align: center;
- }
- .button {
- float: left;
- height: 100%;
- display: inline-block;
- outline: 0 none;
- margin: 0;
- cursor: pointer;
- border: 0;
- width: 8rem;
- font-size: 2rem;
- }
- .uploader input[type=file] {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- border: 0;
- padding: 0;
- margin: 0;
- height:8rem;
- width: 100%;
- cursor: pointer;
- border: solid 1px #ddd;
- opacity: 0;
- }
- .uploader1 input[type=file] {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- border: 0;
- padding: 0;
- margin: 0;
- height:8rem;
- width: 50%;
- cursor: pointer;
- border: solid 1px #ddd;
- opacity: 0;
- }
- input[type=button]::-moz-focus-inner {
- padding: 0;
- border: 0 none;
- -moz-box-sizing: content-box;
- }
- input[type=button]::-webkit-focus-inner {
- padding: 0;
- border: 0 none;
- -webkit-box-sizing: content-box;
- }
- input[type=text]::-moz-focus-inner {
- padding: 0;
- border: 0 none;
- -moz-box-sizing: content-box;
- }
- input[type=text]::-webkit-focus-inner {
- padding: 0;
- border: 0 none;
- -webkit-box-sizing: content-box;
- }
- .blue .button {
- color: #fff;
- background: #18b4ed;
- height: 100%;
- }
- .info{
- margin-top: 4rem;
- border-top: solid 1px #ddd;
- }
- .info ul li{list-style-type: none;padding: 1.5rem 0 ;border-bottom: solid 1px #eee;width: 98%;margin: auto}
- .info ul li .left{width: 25%;float: left;position: relative;text-align: right;font-size: 1.5rem;color: #999}
- .info ul li .right{width: 72%;float: right;position: relative;text-align: left;font-size: 1.5rem}
- .info ul li .right input{outline: none;border:0}
- .btn-1{margin-top: 3rem;margin-bottom: 2rem;text-align: center}
- .btn-1 button{width: 90%;outline: none;border: none;background: #18b4ed;color: #fff;height: 5rem;display: inline-block;border-radius: 0.4rem;font-size: 2rem}
- /*所属行业*/
- #divselect,#divselectx,#divselecty{
- width: 100%;
- position: relative;
- }
- #divselect small,#divselectx small,#divselecty small{
- font-size: 1.5rem;
- color: #999;
- width: 100%;
- display: block;
- }
- #divselect .all,#divselectx .all,#divselecty .all{
- display: none;
- width: 80%;
- max-height: 80%;
- position: fixed;
- top: 10%;
- left: 10%;
- overflow: auto;
- border: solid 1px #ddd;
- background: #fff;
- opacity: 0.9;
- box-shadow: 0px 1px 1px #999;
- z-index: 99999;
- border-radius: 0.5rem;
- }
- #divselect .all li,#divselectx .all li,#divselecty .all li{
- text-indent: 1rem;
- line-height: 5rem;
- padding: 0;
- }
- #divselect .all li a,#divselectx .all li a,#divselecty .all li a{
- text-decoration: none;
- color: #666;
- font-size: 1.5rem;
- display: block;
- }
- .mask{
- width: 100%;
- height: 100%;
- position: fixed;
- background: #000;
- opacity: 0.6;
- z-index: 9999;
- top: 0;
- left: 0;
- display: none;
- }
- .second{
- margin-top: 1rem;
- border-top: solid 1px #eee;
- padding-top: 1rem;
- }
- .place::-webkit-input-placeholder {
- color: #f00;
- }
- .yulan{
- position: fixed;
- width: 100%;
- height: 100%;
- display: none;
- top: 0;
- left: 0;
- text-align: center;
- line-height: 100%;
- background: #000;
- z-index: 99999999;
- }
- .yulan #img0{
- display: inline-block;
- max-width: 90%;
- line-height: 100%;
- max-height: 90%;
- top: 40%; left: 50%;
- -webkit-transform: translate(-50%, -40%);
- position: absolute;
- }
- .enter{
- position: absolute;
- height: 10%;
- bottom: 0;
- left: 0;
- width: 100%;
- background: #fff;
- }
- .enter .btn-2,.enter .btn-3{
- border: 0;
- outline: none;
- background: #18b4ed;
- color: #fff;
- height: 100%;
- width: 8rem;
- font-size: 2rem;
- }
- .success{
- margin: auto;
- width: 100%;
- text-align: center;
- top: 0;
- left: 0;
- position: absolute;
- }
- .install>p{
- font-size: 1.7rem;
- color: #999;
- padding: 0 3rem;
- line-height: 2rem;
- position: absolute;
- bottom: 10rem;
- /* text-align: center;*/
- }
- .install button{
- width: 90%;
- left: 5%;
- position: absolute;
- bottom: 3rem;
- height: 5rem;
- background: #18b4ed;
- border: 0;
- outline: none;
- cursor: default;
- color: #fff;
- font-size: 2rem;
- border-radius: 0.5rem;
- }
- .yeah{
- position: relative;
- margin-top: 5rem;
- text-align: center;
- top: 5rem;
- }
- .yeah>img{
- width: 8rem;
- height: 8rem;
- padding: 1rem;
- border-radius: 100%;
- background: #18b4ed;
- margin:1rem auto;
- display: inline-block;
- }
- .yeah>p{
- font-size: 2rem;
- color: #18b4ed;
- padding: 0 3rem;
- line-height: 3rem;
- text-align: center;
- }
- header .close{
- width: 2rem;
- height: 2rem;
- margin-top: 1.5rem;
- margin-left: 1rem;
- }
- .mybonus{
- background: #fff;
- margin-top: 5rem;
- }
- .mybonus li{
- padding:0 1rem;
- border-bottom: solid 1px #eee;
- }
- .mybonus li .left{
- float: left;
- }
- .mybonus li .right{
- float: right;
- text-align: right;
- }
- .mybonus li .left h3{
- color: #333;
- font-size: 1.8rem;
- max-width: 12.1em;
- white-space: nowrap;
- overflow: hidden;
- }
- .mybonus li p{
- font-size: 1.8rem;
- color: #999;
- margin-top: 0.5rem;
- margin-bottom: 0.7rem;
- }
- .mybonus li .right h3{
- color: #ff5500;
- font-size: 1.8rem;
- }
- .scanmybonus{
- z-index: 99999999999999;
- position: absolute;
- top: 0;
- right: 0;
- height: 5rem;
- }
- .scanmybonus img{
- height: 3rem;
- margin-top: 1rem;
- }
- article .bg{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 5rem;
- left: 0;
- z-index: -1;
- opacity: 0.7;
- }
- .sel-main{
- position: fixed;
- width: 80%;
- height: 50%;
- background: #fff;
- left: 10%;
- top: 25%;
- border-radius: 0.8rem;
- }
- .self-help,.invitation{
- width: 90%;
- height: 40%;
- background: #eee;
- left: 5%;
- position: absolute;
- border-radius: 0.6rem;
- }
- .self-help{
- top: 2rem;
- }
- .invitation{
- bottom: 2rem;
- }
- .self-help .icon,.invitation .icon{
- height: 60%;
- float: left;
- top:20%;
- position: relative;
- left: 1rem;
- }
- .self-help .main,.invitation .main{
- display: inline-block;
- float: left;
- position: relative;
- left: 2rem;
- }
- .self-help .main h2,.invitation .main h2{
- font-size: 1.8rem;
- margin-top: 2.8rem;
- color: #242424;
- }
- .self-help .main p,.invitation .main p{
- font-size: 1.3rem;
- margin-top: 0.5rem;
- color: #999;
- }
- .self-help .main p a,.invitation .main p a{
- font-size: 1.3rem;
- color: #eb9e19;
- }
- .self-help .sel,.invitation .sel{
- height: 2rem;
- position: absolute;
- top: 50%;
- margin-top: -1rem;
- right:1rem;
- }
- @media screen and (max-width: 414px) and (min-width: 376px) {
- .mybonus li .left h3{
- color: #333;
- font-size: 1.8rem;
- max-width: 20em;
- white-space: nowrap;
- overflow: hidden;
- }
- .self-help .main,.invitation .main{
- display: inline-block;
- float: left;
- position: relative;
- left: 3rem;
- }
- .self-help .main h2,.invitation .main h2{
- font-size: 2.1rem;
- margin-top: 3.5rem;
- color: #242424;
- }
- .self-help .main p,.invitation .main p{
- font-size: 1.55rem;
- margin-top: 0.5rem;
- color: #999;
- }
- .self-help .main p a,.invitation .main p a{
- font-size: 1.55rem;
- color: #eb9e19;
- }
- }
- @media screen and (max-width: 375px) and (min-width: 321px) {
- .self-help .main h2,.invitation .main h2{
- font-size: 1.8rem;
- margin-top: 3.5rem;
- color: #242424;
- }
- .self-help .main,.invitation .main{
- display: inline-block;
- float: left;
- position: relative;
- left: 3rem;
- }
- .mybonus li .left h3{
- color: #333;
- font-size: 1.8rem;
- max-width: 14em;
- white-space: nowrap;
- overflow: hidden;
- }
- .self-help .main p,.invitation .main p{
- font-size: 1.3rem;
- margin-top: 0.5rem;
- color: #999;
- }
- .self-help .main p a,.invitation .main p a{
- font-size: 1.3rem;
- color: #eb9e19;
- }
- }
- @media screen and (max-width: 320px){
- .self-help .main h2,.invitation .main h2{
- font-size: 1.8rem;
- margin-top: 2.5rem;
- color: #242424;
- }
- .self-help .main p,.invitation .main p{
- font-size: 1.3rem;
- margin-top: 0.5rem;
- color: #999;
- }
- .self-help .main p a,.invitation .main p a{
- font-size: 1.3rem;
- color: #eb9e19;
- }
- }
- header .scanbonus{
- width: 40%;
- height: 5rem;
- background: #18b4ed;
- position: fixed;
- line-height: 5rem;
- color: #fff;
- font-size: 1.5rem;
- text-indent: 1rem;
- top: 5rem;
- right: 1rem;
- display: none;
- }
- .invit{
- position: absolute;
- width: 100%;
- top: 5rem;
- }
- .invit h1{
- font-size: 6rem;
- color: #18b4ed;
- text-align: center;
- line-height: 4rem;
- }
- .invit p{
- text-align: center;
- color: #18b4ed;
- font-size: 2.2rem;
- margin-top: -2rem;
- }
- .make-money .make{
- position: absolute;
- width: 50%;
- left: 25%;
- top: 22rem;
- }
- .make-money .make .font-1{
- color: #ff5500;
- font-size: 2.2rem;
- position: absolute;
- top: 2.2rem;
- }
- .make-money .make .font-2{
- color: #ff5500;
- font-size: 11rem;
- position: absolute;
- left: 2.2rem;
- }
- .make-money .make .font-3{
- color: #ff5500;
- font-size: 2.2rem;
- position: absolute;
- left: 13.9rem;
- top: 9rem;
- top: 7.5rem;
- }
- .make-money img{
- width: 80%;
- left: 10%;
- position: absolute;
- top: 18rem;
- z-index: -11;
- }
- .btn-4{
- border: 0;
- width: 90%;
- height: 5rem;
- color: #fff;
- font-size: 2rem;
- background: #18b4ed;
- left: 5%;
- position: fixed;
- outline: none;
- cursor: default;
- border-radius: 0.5rem;
- bottom: 5rem;
- }
- .btn-5{
- border: 0;
- width: 90%;
- height: 5rem;
- color: #fff;
- font-size: 2rem;
- background: #18b4ed;
- left: 5%;
- position: fixed;
- outline: none;
- cursor: default;
- border-radius: 0.5rem;
- bottom: 3rem;
- }
- .scan-a{
- position: fixed;
- width: 90%;
- left: 5%;
- bottom: 1.5rem;
- font-size: 1.5rem;
- color: #999;
- text-align: center;
- height: 3rem;
- line-height: 3rem;
- }
- .qrcode{
- position: absolute;
- width: 90%;
- left: 5%;
- top: 7rem;
- background: #fff;
- border-radius: .5rem;
- }
- .qrcode h2{
- font-size: 1.5rem;
- text-align: center;
- margin-top: 2rem;
- color: #999;
- font-weight: normal;
- }
- .qrcode p{
- text-align: center;
- margin-top: 1rem;
- font-size: 1.2rem;
- color: #999;
- }
- .qrcode img{
- position: relative;
- width: 54%;
- left: 23%;
- margin-top: 2rem;
- margin-bottom: 3rem;
- }
- .share{
- position: absolute;
- text-align: center;
- bottom: 9rem;
- width: 100%;
- font-size: 1.5rem;
- color: #999;
- }
- .share a{
- font-size: 1.5rem;
- color: #ff5500;
- }
- /*------------------------------------*/
- body,html{
- height: 100%;
- }
- .pagebox{
- height: 100%;
- overflow: hidden;
- background: url(https://questyes.com/upload/images/page_3_01.png) repeat center center;
- background-size: 2.49rem 2.49rem;
- position: relative;
- width: 100%;
- transition: all 0.2s;
- }
- .pagebox1{
- background: url(https://questyes.com/upload/images/1_pic_bg.png) repeat center top;
- background-size: 0.5rem 1.43rem;
- }
- .pagebox2{
- background: url(https://questyes.com/upload/images/2_pic_01.png) repeat center center;
- background-size: cover;
- }
- .pagebox6{
- background: url(https://questyes.com/upload/images/6_pic_01.jpg) repeat center center;
- background-size: cover;
- }
- .pagebox5{
- background: url(https://questyes.com/upload/images/5_pic_bg.png) repeat center center;
- background-size: 0.6rem 0.43rem;
- }
- .pagebox7{
- background: url(https://questyes.com/upload/images/7_pic_01.png) repeat center center;
- background-size: cover;
- }
- .pic_box1{
- position: absolute;
- background: url(https://questyes.com/upload/images/page_3_03.png) repeat center center;
- background-size: 5.56rem 3.96rem;
- width: 5.56rem;
- height: 3.96rem;
- top: 0.4rem;
- left: 0.46rem;
- z-index: 10;
- }
- .pic_box1_1{
- position: absolute;
- background: url(https://questyes.com/upload/images/4_pic01.png) repeat center center;
- background-size: 5.56rem 3.96rem;
- width: 5.56rem;
- height: 3.96rem;
- top: 0.4rem;
- left: 0.46rem;
- z-index: 10;
- }
- .pic_box2{
- position: absolute;
- background: url(https://questyes.com/upload/images/page_3_07.png) repeat center center;
- background-size: 2.25rem 1.84rem;
- width: 2.25rem;
- height: 1.84rem;
- top: 2.5rem;
- right: 0.3rem;
- z-index: 9;
- }
- .pic_box3{
- position: absolute;
- background: url(https://questyes.com/upload/images/page_3_02.png) repeat center center;
- background-size: 4.36rem 3.81rem;
- width: 4.36rem;
- height: 3.81rem;
- top: 4.94rem;
- right: 0.4rem;
- z-index: 8;
- }
- .pic_box4{
- position: absolute;
- background-size: 3.90rem 6.01rem;
- width: 3.90rem;
- height: 6.01rem;
- top: 4.37rem;
- left: 0.26rem;
- z-index: 11;
- }
- .pagebox6 .pic_box4,.pagebox7 .pic_box4{
- top: 3.8rem;
- left: 50%;
- margin-left: -1.95rem;
- }
- .pagebox5 .pic_box4{
- z-index: 999;
- top: 3.6rem;
- left: 50%;
- margin-left: -1.15rem;
- width: 2.3rem;
- height: 3.54rem;
- }
- .pagebox5 .head_bg{
- width: 2.3rem;
- height: 3.54rem;
- background-size: 2.3rem 3.54rem;
- }
- .pagebox5 .head_box{
- width: 1.69rem;
- height: 1.69rem;
- border-radius: 50%;
- top: 0.44rem;
- left: 0.36rem;
- }
- .pagebox5 .head_box img{
- width: 1.69rem;
- height: 1.69rem;
- border-radius: 50%;
- }
- .head_bg{
- position: absolute;
- background: url(https://questyes.com/upload/images/page_3_06.png) repeat center center;
- background-size: 3.90rem 6.01rem;
- width: 3.90rem;
- height: 6.01rem;
- top: 0rem;
- left: 0rem;
- z-index: 20;
- }
- .btn_next{
- position: absolute;
- width: 3.45rem;
- height: 1.25rem;
- bottom: 0.6rem;
- left: 50%;
- margin-left: -1.725rem;
- z-index: 10;
- display: block;
- }
- .btn_next_4{
- background: url(https://questyes.com/upload/images/page_3_04.png) repeat center center;
- background-size: 3.45rem 1.25rem;
- }
- .btn_next_5{
- background: url(https://questyes.com/upload/images/4_pic02.png) repeat center center;
- background-size: 3.45rem 1.25rem;
- }
- .head_box{
- width: 2.76rem;
- height: 2.76rem;
- background: #fff;
- border-radius: 50%;
- top: 0.86rem;
- left: 0.65rem;
- position: absolute;
- z-index: 12;
- text-align: center;
- }
- .head_box img{
- width: 2.76rem;
- height: 2.76rem;
- border-radius: 50%;
- }
- .head_bg .btnimg{
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .btn_next_2{
- position: absolute;
- width: 4.4rem;
- height: 1.75rem;
- bottom: 0.6rem;
- left: 50%;
- margin-left: -2.2rem;
- z-index: 10;
- display: block;
- background: url(https://questyes.com/upload/images/2_pic_04.png) repeat center center;
- background-size: 4.4rem 1.75rem;
- }
- .btn_next_7{
- position: absolute;
- width: 4.4rem;
- height: 1.75rem;
- bottom: 0.6rem;
- left: 50%;
- margin-left: -2.2rem;
- z-index: 10;
- display: block;
- background: url(https://questyes.com/upload/images/6_pic_04.png) repeat center center;
- background-size: 4.4rem 1.75rem;
- }
- /*2*/
- .pic2_box_1{
- position: absolute;
- background: url(https://questyes.com/upload/images/2_pic_03.png) repeat center center;
- background-size: 5.13rem 3.73rem;
- width: 5.13rem;
- height: 3.73rem;
- top: 0.48rem;
- left: 50%;
- margin-left: -2.575rem;
- z-index: 10;
- }
- .pic2_box_2{
- position: absolute;
- background: url(https://questyes.com/upload/images/2_pic_02.png) repeat center center;
- background-size: 6.97rem 4.51rem;
- width: 6.97rem;
- height: 4.51rem;
- top: 5.8rem;
- left: 50%;
- margin-left: -3.485rem;
- z-index: 8;
- }
- .pic6_box_bg{
- position: absolute;
- background: url(https://questyes.com/upload/images/6_pic_bg.png) repeat center center;
- background-size: 6.97rem 4.51rem;
- width: 6.97rem;
- height: 4.51rem;
- top: 5.8rem;
- left: 50%;
- margin-left: -3.485rem;
- z-index: 8;
- }
- .qrcodebox{
- position: absolute;
- width: 2.06rem;
- height: 2.84rem;
- background: url(https://questyes.com/upload/images/qrcode.png) no-repeat center center;
- background-size: 2.06rem 2.84rem;
- right: 0.28rem;
- bottom: 0.28rem;
- z-index: 1;
- }
- .text_box{
- position: absolute;
- width: 5.14rem;
- height: 3.28rem;
- z-index: 2;
- left: 0;
- bottom: 0;
- }
- .text_box img{
- width: 100%;
- }
- .tipsbox{
- position: fixed;
- width: 100%;
- height: 100%;
- z-index: 100;
- }
- .tipsbox .mask2{
- position: absolute;
- top: 0;
- width: 100%;
- height: 100%;
- background: #000000;
- opacity: 0.6;
- }
- .tipsbox .tispic{
- width: 7.06rem;
- height: 5.83rem;
- background: url(https://questyes.com/upload/images/tips.png) no-repeat;
- background-size: 7.06rem 5.83rem;
- position: absolute;
- z-index: 101;
- top: 50%;
- margin-top: -2.9rem;
- }
- .title_5box{
- width: 3.73rem;
- height: 0.63rem;
- position: absolute;
- left: 50%;
- margin-left: -1.865rem;
- margin-top: 0.2rem;
- }
- .title_5box img{
- width: 100%;
- }
- .foot_5box{
- height: 1.78rem;
- background: url(https://questyes.com/upload/images/5_pic_foot.png) repeat-x top center;
- background-size: 0.08rem 1.78rem;
- position: absolute;
- bottom: 0;
- left: 0px;
- right: 0;
- width: 100%;
- z-index: 9999;
- }
- .foot_left,.foot_right{
- width: 2.88rem;
- height: 1.1rem;
- position: absolute;
- top: 50%;
- margin-top: -0.55rem;
- }
- .foot_left img,.foot_right img,.foot_qr img{
- width: 100%;
- }
- .foot_qr img{
- z-index: 9999;
- }
- .foot_left{
- left: 0.45rem;
- }
- .foot_right{
- right: 0.45rem;
- }
- .foot_qr{
- width: 1.68rem;
- height: 1.68rem;
- position: absolute;
- left: 50%;
- margin-left: -0.84rem;
- top: -0.84rem;
- display: block;
- }
- .hc_box{
- position: absolute;
- width: 100%;
- height: 8.27rem;
- z-index: 101;
- top: 1rem;
- }
- .hc_pic{
- width: 5.10rem;
- margin:0 auto;
- }
- .hc_pic img{width: 100%;}
- .hc_box a{
- display: block;
- width: 0.47rem;
- height: 0.67rem;
- top: 50%;
- margin-top: -0.3rem;
- position: absolute;
- }
- .hc_box a img{width: 100%;}
- .hc_box a.hc_btn_left{
- left: 0.22rem;
- }
- .hc_box a.hc_btn_right{
- right: 0.22rem;
- }
- .home_box1{
- position: absolute;
- width: 6.44rem;
- height: 6.39rem;
- top: 0.96rem;
- left: 50%;
- margin-left: -3.22rem;
- z-index: 1;
- }
- .home_box1 img,.home_box2 img{
- width: 100%;
-
- }
- .home_box2{
- position: absolute;
- width: 2.52rem;
- height: 4.74rem;
- top: 3rem;
- left: 50%;
- margin-left: -1.26rem;
- z-index: 2;
- }
- /**/
- .file{
- width: 2.76rem;
- height: 2.76rem;
- background: red;
- border-radius: 50%;
- top: 0.86rem;
- left: 0.65rem;
- position: absolute;
- opacity: 0;
- }
- .photo-clip-view{
- border-radius: 50%;
- }
- .btn_next_4 .file{
- width: 100%;
- height: 100%;
- background: red;
- opacity: 1;
- position: absolute;
- left: 0;
- top: 0;
- border-radius: inherit;
- opacity: 0;
- }
- #pagebox{
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- #pagebox1{
- position: absolute;
- top: 0;
- }
- #pagebox2,#pagebox3,#pagebox4,#pagebox5,#pagebox6,#pagebox7{
- position: absolute;
- top: 100%;
- overflow: hidden;
- z-index: 1002;
- }
- .home_box3{
- position: absolute;
- width: 2.01rem;
- height: 0.66rem;
- margin-left: -1.005rem;
- left: 50%;
- bottom: 1.25rem;
- z-index: 20;
- }
- .home_box3 img{
- width: 100%;
- }
- /**/
- .wrapper {
- position: absolute;
- bottom: 2.24rem;
- width: 5.2rem;
- height: 0.88rem;
- left: 50%;
- margin-left: -2.6rem;
- background: url(https://questyes.com/upload/images/loading_bg.png) no-repeat center top/5.2rem 0.88rem;
- z-index: 20;
- }
- .wrapper p a {color:#757575; text-decoration:none;}
- .wrapper .load-bar { width: 4.8rem; border-radius: 6px; background-color: #D9D9D9; position: relative; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 2px 3px rgba(0, 0, 0, 0.2); }
- .wrapper .load-bar:hover .load-bar-inner, .wrapper .load-bar:hover #counter {
- animation-play-state: paused;
- -moz-animation-play-state: paused;
- -o-animation-play-state: paused;
- -webkit-animation-play-state: paused;
- }
- .wrapper .load-bar-inner { height: 99%; width: 0%; border-radius: inherit; position: absolute; animation: loader 2s linear; -moz-animation: loader 2s linear; -webkit-animation: loader 2s linear; -o-animation: loader 2s linear;
- height: 0.56rem;
- background: url(https://questyes.com/upload/images/login_bg2.png);
- left: 0.2rem;
- right: 0.2rem;
- top: 0.16rem;
- }
- .counter{display: none;}
- .wrapper #counter {
- position: absolute;
- padding: 5px 10px;
- border-radius: 0.4em;
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 2px 4px 1px rgba(0, 0, 0, 0.2), 0 1px 3px 1px rgba(0, 0, 0, 0.1);
- left: -25px;
- top: -35px;
- font-size: 12px;
- font-weight: bold;
- width: 0px;
-
- animation: counter 5s linear infinite;
- -moz-animation: counter 5s linear infinite;
- -webkit-animation: counter 5s linear infinite;
- -o-animation: counter 5s linear infinite;
- }
- .wrapper #counter:after { content: ""; position: absolute; width: 8px; height: 8px; background-color: #E7E6E3; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); left: 50%; margin-left: -4px; bottom: -4px; box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2), 1px 1px 1px 1px rgba(0, 0, 0, 0.1); border-radius: 0 0 3px 0; }
- .wrapper h1 {
- font-size: 28px;
- padding: 20px 0 8px 0;
- }
- .wrapper p {
- font-size: 13px;
- }
- @keyframes loader {
- from {
- width: 0%;
- }
- to {
- width: 100%;
- }
- }
- @-moz-keyframes loader {
- from {
- width: 0%;
- }
- to {
- width: 100%;
- }
- }
- @-webkit-keyframes loader {
- from {
- width: 0%;
- }
- to {
- width: 100%;
- }
- }
- @-o-keyframes loader {
- from {
- width: 0%;
- }
- to {
- width: 100%;
- }
- }
- @keyframes counter {
- from {
- left: -25px;
- }
- to {
- left: 323px;
- }
- }
- @-moz-keyframes counter {
- from {
- left: -25px;
- }
- to {
- left: 323px;
- }
- }
- @-webkit-keyframes counter {
- from {
- left: -25px;
- }
- to {
- left: 323px;
- }
- }
- @-o-keyframes counter {
- from {
- left: -25px;
- }
- to {
- left: 323px;
- }
- }
- @keyframes loader {
- from {
- width: 0%;
- }
- to {
- width: 100%;
- }
- }
- .load-bar-inner {
- height: 99%;
- width: 0%;
- border-radius: inherit;
- position: relative;
- background: #c2d7ac;
- animation: loader 5s linear infinite;
- }
|