12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031 |
- @charset "utf-8";
- .dib {
- display: inline-block;
- }
- /*.icon {&:extend(.dib);background:url("@{url}/i.png") no-repeat;}
- .btn {&:extend(.dib);background:url("@{url}/btn.png") no-repeat;}*/
- .after {
- content: "\200B";
- clear: both;
- display: block;
- height: 0;
- }
- /***** normalize.css S *****/
- /* normalize.css v2.1.3 | MIT License | git.io/normalize */
- /* ==========================================================================
- HTML5 display definitions
- ========================================================================== */
- /**
- * Correct `block` display not defined in IE 8/9.
- */
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- main,
- nav,
- section,
- summary {
- display: block;
- }
- /**
- * Correct `inline-block` display not defined in IE 8/9.
- */
- audio,
- canvas,
- video {
- display: inline-block;
- }
- /**
- * Prevent modern browsers from displaying `audio` without controls.
- * Remove excess height in iOS 5 devices.
- */
- audio:not([controls]) {
- display: none;
- height: 0;
- }
- /**
- * Address `[hidden]` styling not present in IE 8/9.
- * Hide the `template` element in IE, Safari, and Firefox < 22.
- */
- [hidden],
- template {
- display: none;
- }
- /* ==========================================================================
- Base
- ========================================================================== */
- /**
- * 1. Set default font family to sans-serif.
- * 2. Prevent iOS text size adjust after orientation change, without disabling
- * user zoom.
- */
- html {
- font-family: sans-serif;
- /* 1 */
- -webkit-text-size-adjust: 100%;
- /* 2 */
- }
- /**
- * Remove default margin.
- */
- body {
- margin: 0;
- }
- /* ==========================================================================
- Links
- ========================================================================== */
- /**
- * Remove the gray background color from active links in IE 10.
- */
- a {
- background: transparent;
- }
- /**
- * Address `outline` inconsistency between Chrome and other browsers.
- */
- a:focus {
- outline: thin dotted;
- }
- /**
- * Improve readability when focused and also mouse hovered in all browsers.
- */
- a:active,
- a:hover {
- outline: 0;
- }
- /* ==========================================================================
- Typography
- ========================================================================== */
- /**
- * Address variable `h1` font-size and margin within `section` and `article`
- * contexts in Firefox 4+, Safari 5, and Chrome.
- */
- h1 {
- font-size: 2em;
- margin: 0.67em 0;
- }
- /**
- * Address styling not present in IE 8/9, Safari 5, and Chrome.
- */
- abbr[title] {
- border-bottom: 1px dotted;
- }
- /**
- * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
- */
- b,
- strong {
- font-weight: bold;
- }
- /**
- * Address styling not present in Safari 5 and Chrome.
- */
- dfn {
- font-style: italic;
- }
- /**
- * Address differences between Firefox and other browsers.
- */
- hr {
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
- }
- /**
- * Address styling not present in IE 8/9.
- */
- mark {
- background: #ff0;
- color: #000;
- }
- /**
- * Correct font family set oddly in Safari 5 and Chrome.
- */
- code,
- kbd,
- pre,
- samp {
- font-family: monospace, serif;
- font-size: 1em;
- }
- /**
- * Improve readability of pre-formatted text in all browsers.
- */
- pre {
- white-space: pre-wrap;
- }
- /**
- * Set consistent quote types.
- */
- q {
- quotes: "\201C" "\201D" "\2018" "\2019";
- }
- /**
- * Address inconsistent and variable font size in all browsers.
- */
- small {
- font-size: 80%;
- }
- /**
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
- */
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
- }
- sup {
- top: -0.5em;
- }
- sub {
- bottom: -0.25em;
- }
- /* ==========================================================================
- Embedded content
- ========================================================================== */
- /**
- * Remove border when inside `a` element in IE 8/9.
- */
- img {
- border: 0;
- }
- /**
- * Correct overflow displayed oddly in IE 9.
- */
- svg:not(:root) {
- overflow: hidden;
- }
- /* ==========================================================================
- Figures
- ========================================================================== */
- /**
- * Address margin not present in IE 8/9 and Safari 5.
- */
- figure {
- margin: 0;
- }
- /* ==========================================================================
- Forms
- ========================================================================== */
- /**
- * Define consistent border, margin, and padding.
- */
- fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
- }
- /**
- * 1. Correct `color` not being inherited in IE 8/9.
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
- */
- legend {
- border: 0;
- /* 1 */
- padding: 0;
- /* 2 */
- }
- /**
- * 1. Correct font family not being inherited in all browsers.
- * 2. Correct font size not being inherited in all browsers.
- * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
- */
- button,
- input,
- select,
- textarea {
- font-family: inherit;
- /* 1 */
- font-size: 100%;
- /* 2 */
- margin: 0;
- /* 3 */
- }
- /**
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
- * the UA stylesheet.
- */
- button,
- input {
- line-height: normal;
- }
- /**
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
- * All other form control elements do not inherit `text-transform` values.
- * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
- * Correct `select` style inheritance in Firefox 4+ and Opera.
- */
- button,
- select {
- text-transform: none;
- }
- /**
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
- * and `video` controls.
- * 2. Correct inability to style clickable `input` types in iOS.
- * 3. Improve usability and consistency of cursor style between image-type
- * `input` and others.
- */
- button,
- html input[type="button"],
- input[type="reset"],
- input[type="submit"] {
- -webkit-appearance: button;
- /* 2 */
- cursor: pointer;
- /* 3 */
- border: none;
- /***** shiyun add *****/
- }
- /**
- * Re-set default cursor for disabled elements.
- */
- button[disabled],
- html input[disabled] {
- cursor: default;
- }
- /**
- * 1. Address box sizing set to `content-box` in IE 8/9/10.
- * 2. Remove excess padding in IE 8/9/10.
- */
- input[type="checkbox"],
- input[type="radio"] {
- box-sizing: border-box;
- /* 1 */
- padding: 0;
- /* 2 */
- }
- /**
- * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
- * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
- * (include `-moz` to future-proof).
- */
- input[type="search"] {
- -webkit-appearance: textfield;
- /* 1 */
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- /* 2 */
- box-sizing: content-box;
- }
- /**
- * Remove inner padding and search cancel button in Safari 5 and Chrome
- * on OS X.
- */
- input[type="search"]::-webkit-search-cancel-button,
- input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
- }
- /**
- * Remove inner padding and border in Firefox 4+.
- */
- button::-moz-focus-inner,
- input::-moz-focus-inner {
- border: 0;
- padding: 0;
- }
- /**
- * 1. Remove default vertical scrollbar in IE 8/9.
- * 2. Improve readability and alignment in all browsers.
- */
- textarea {
- overflow: auto;
- /* 1 */
- vertical-align: top;
- /* 2 */
- }
- /* ==========================================================================
- Tables
- ========================================================================== */
- /**
- * Remove most spacing between table cells.
- */
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- th {
- font-weight: normal;
- }
- /***** normalize.css E *****/
- p,
- ul,
- li,
- dl,
- dt,
- dd,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- margin: 0;
- padding: 0;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: normal;
- }
- ul {
- list-style: none;
- font-size: 0;
- }
- li {
- font-size: 12px;
- }
- i,
- em {
- font-style: normal;
- }
- .fya {
- font-family: "\5FAE\8F6F\96C5\9ED1";
- }
- .fsong {
- font-family: "\5b8b\4f53";
- }
- .f0,
- .list-pro li {
- font-size: 0;
- }
- .noBorder,
- .inp-form12 {
- border: none !important;
- }
- .noBg,
- .inp-form12 {
- background: none !important;
- }
- .c0 {
- color: #000 !important;
- }
- .c3 {
- color: #333 !important;
- }
- .c6 {
- color: #666 !important;
- }
- .c9 {
- color: #999;
- }
- .cwhite,
- .btn-go {
- color: #fff;
- }
- .red {
- color: #f00 !important;
- }
- .tl {
- text-align: left !important;
- }
- .tr {
- text-align: right;
- }
- .tc,
- .m-page .btnWrap {
- text-align: center;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .vt {
- vertical-align: top;
- }
- .vm {
- vertical-align: middle !important;
- }
- .vb {
- vertical-align: bottom;
- }
- .pr,
- .p-index,
- .list-pro li,
- .m-img,
- .s13txt {
- position: relative;
- }
- .pa,
- .icon-chose,
- .showTxt {
- position: absolute;
- }
- .pstatic {
- position: static;
- }
- .oh,
- body,
- .p-index,
- .inputWrap {
- overflow: hidden;
- *zoom: 1;
- }
- .di {
- display: inline;
- }
- .db,
- .btn-go {
- display: block !important;
- *zoom: 1;
- }
- .hidden {
- display: none !important;
- }
- .cl {
- clear: both;
- }
- .wauto {
- width: auto !important;
- }
- .bk {
- word-wrap: break-word;
- word-break: break-all;
- }
- .nowrap {
- white-space: nowrap;
- word-wrap: normal;
- }
- .vh {
- visibility: hidden;
- }
- .vShow {
- visibility: visible !important;
- }
- .clearfix:after {
- content: "\200B";
- clear: both;
- display: block;
- height: 0;
- }
- /***** css format end *****/
- /***** mobile S *****/
- html {
- font-size: 62.5%;
- height: 100%;
- }
- body {
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- -webkit-text-size-adjust: none;
- -webkit-backface-visibility: hidden;
- -webkit-font-smoothing: antialiased;
- font: 14px/1.6 "\5fae\8f6f\96c5\9ed1";
- width: 640px;
- max-width: 640px;
- min-width: 640px;
- height: 100%;
- margin: 0 auto;
- }
- a {
- text-decoration: none;
- }
- .f14 {
- font-size: 1.4rem;
- }
- .f16 {
- font-size: 1.6rem;
- }
- .f18,
- .btn-go {
- font-size: 1.8rem;
- }
- .m5 {
- margin: 5px;
- }
- .mt5 {
- margin-top: 5px;
- }
- .mb5 {
- margin-bottom: 5px;
- }
- .ml5 {
- margin-left: 5px;
- }
- .mr5 {
- margin-right: 5px;
- }
- .mb10 {
- margin-bottom: 10px;
- }
- .mtb10 {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .mlr10,
- .list-pro li:nth-child(2) {
- margin-left: 10px;
- margin-right: 10px;
- }
- .mlr15,
- .cont12 {
- margin-left: 15px;
- margin-right: 15px;
- }
- .ml10,
- .inp-form12 {
- margin-left: 10px;
- }
- .mr10 {
- margin-right: 10px;
- }
- .mt10 {
- margin-top: 10px;
- }
- .mb10 {
- margin-bottom: 10px;
- }
- .m10 {
- margin: 10px;
- }
- .plr10 {
- padding-left: 10px;
- padding-right: 10px;
- }
- .ptb10 {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .pt5 {
- padding-top: 5px;
- }
- .p10 {
- padding: 10px;
- }
- .pt10 {
- padding-top: 10px;
- }
- .pl10 {
- padding-left: 10px;
- }
- .ti2 {
- text-indent: 2em;
- }
- /***** mobile E *****/
- /***** 平安财富帮头部 *****/
- .header {
- color: #fff;
- line-height: 54px;
- height: 54px;
- text-align: center;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8a00), to(#df4a00));
- background-image: -webkit-linear-gradient(top, #ff8a00, #df4a00);
- background-image: linear-gradient(to bottom, #ff8a00, #df4a00);
- font-size: 2.2rem;
- -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
- box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
- }
- /***** 底部固定按钮 *****/
- .btnWrap {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #fff;
- }
- .btn-go {
- height: 40px;
- line-height: 40px;
- border: 1px solid #F77402;
- -webkit-box-shadow: inset 0 1px 1px #fdaa21;
- box-shadow: inset 0 1px 1px #fdaa21;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fd9802), to(#fc5501));
- background-image: -webkit-linear-gradient(top, #fd9802, #fc5501);
- background-image: linear-gradient(to bottom, #fd9802, #fc5501);
- -webkit-border-radius: 8px;
- border-radius: 8px;
- text-decoration: none;
- margin: 0 15px 10px;
- }
- /***** 分享层 *****/
- .share-popup {
- top: 0;
- width: 100%;
- height: 100%;
- text-align: center;
- position: fixed;
- background-color: rgba(0, 0, 0, 0.7);
- z-index: 10;
- -webkit-box-align: center;
- -webkit-box-pack: center;
- display: box;
- display: -webkit-box;
- }
- body {
- height: 100%;
- }
- .css_sprite01 {
- background: url("../images/sprite01.png") no-repeat;
- }
- .p-index {
- height: 100%;
- width: 100%;
- }
- .m-img {
- background: url("../images/loading.gif") center no-repeat #dddddd;
- height: 100%;
- width: 100%;
- }
- /*index*/
- .portrait .p-index {
- -webkit-transform: scale(0.4);
- margin-top: -44%;
- }
- /*模块 m-*/
- .m-page {
- position: absolute;
- left: 0;
- top: 0%;
- height: 100%;
- width: 100%;
- background: #fff;
- }
- .m-page.show {
- z-index: 10;
- display: block;
- }
- .m-page.hide {
- z-index: 5;
- display: none;
- }
- .m-page.active {
- z-index: 15;
- display: block;
- }
- .m-img {
- width: 100%;
- height: 100%;
- }
- .u-arrow {
- position: fixed;
- bottom: 0;
- left: 50%;
- z-index: 999;
- width: 80px;
- height: 80px;
- margin-left: -40px;
- pointer-events: none;
- }
- .u-arrow img {
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -14px 0 0 -14px;
- -webkit-animation: start 1.5s infinite ease-in-out;
- }
- @-webkit-keyframes start {
- 0%,
- 30% {
- opacity: 0;
- -webkit-transform: translate(0, 10px);
- }
- 60% {
- opacity: 1;
- -webkit-transform: translate(0, 0);
- }
- 100% {
- opacity: 0;
- -webkit-transform: translate(0, -8px);
- }
- }
- .fn-audio {
- position: fixed;
- top: 10px;
- right: 5px;
- z-index: 2000;
- width: 60px;
- height: 61px;
- line-height: 120px;
- text-align: center;
- }
- .fn-audio .btn p {
- width: 60px;
- height: 61px;
- }
- .fn-audio .btn p span {
- display: none;
- width: 60px;
- height: 61px;
- }
- .fn-audio .btn p span:first-child {
- display: inline-block;
- }
- .fn-audio .btn audio {
- height: 0;
- width: 0;
- opacity: 0;
- }
- .audio_txt {
- position: fixed;
- top: 18px;
- right: 5px;
- height: 60px;
- overflow: hidden;
- opacity: 1;
- z-index: 17;
- -webkit-transition: opacity 1s;
- }
- .audio_txt p {
- float: left;
- background: rgba(93, 143, 176, 0.5);
- font-size: 16px;
- color: #fff;
- font-weight: bold;
- }
- .audio_txt p:first-child {
- padding: 0 10px;
- height: 40px;
- line-height: 40px;
- border-bottom-left-radius: 10px;
- border-top-left-radius: 10px;
- }
- .audio_txt p:last-child {
- border-style: solid;
- border-width: 20px;
- border-color: transparent transparent transparent rgba(93, 143, 176, 0.5);
- background: none;
- }
- .audio_txt.close {
- opacity: 0;
- }
- .audio_open {
- background-position: -60px 0;
- }
- .audio_close {
- background-position: 0 0;
- }
- .list-pro {
- display: box;
- display: -webkit-box;
- }
- .list-pro li {
- border: 2px solid transparent;
- box-flex: 1;
- -webkit-box-flex: 1;
- }
- .list-pro .chosed {
- border-color: #B0D7FF;
- }
- .list-pro .chosed .icon-chose {
- display: block;
- }
- .icon-chose {
- display: none;
- right: 2px;
- top: 2px;
- }
- .list-form12 {
- margin: 25px 60px 15px;
- }
- .list-form12 li {
- margin-bottom: 15px;
- }
- .inputWrap {
- background-color: #B0D7FF;
- height: 80px;
- line-height: 80px;
- }
- .inp-form12 {
- height: 100%;
- width: 92%;
- font-size: 3.2rem;
- outline: none;
- }
- .inp-form12::-webkit-input-placeholder {
- color: #698DB2;
- }
- .alert-div {
- width: 70%;
- border: 3px solid #B0D7FF;
- padding: 10px 15px 30px;
- background-color: #fff;
- }
- .alert-div p:first-child {
- font-size: 3.6rem;
- margin: 30px auto 30px;
- }
- .showTxt {
- left: 0;
- width: 100%;
- -webkit-animation: txtshow 0.8s ease-in;
- animation: txtshow 0.8s ease-in;
- -webkit-animation-fill-mode: forwards;
- }
- @-webkit-keyframes txtshow {
- 0% {
- opacity: 0;
- -webkit-transform: translateY(100%);
- }
- 100% {
- opacity: 1;
- -webkit-transform: translateY(0);
- }
- }
- .txt-s3 {
- top: 70%;
- }
- .txt-s4 {
- top: 74%;
- }
- .txt-s5 {
- margin: 80px 0;
- }
- .txt-s7 {
- top: 28%;
- }
- .txt-s8 {
- top: 84%;
- }
- .txt-s9 {
- top: 30%;
- }
- .txt-s10 {
- top: 78%;
- }
- .txt-s13 {
- top: 42%;
- }
- .s5-img1-2,
- .s5-img2-2 {
- margin: 0 -3px;
- }
- .s5-img1-1 {
- -webkit-animation: st1 1s infinite linear;
- animation: st1 1s infinite linear;
- }
- .s5-img1-2 {
- -webkit-animation: st2 1s infinite linear;
- animation: st2 1s infinite linear;
- }
- .s5-img2-1 {
- -webkit-animation: st3 1s infinite linear;
- animation: st3 1s infinite linear;
- }
- .s5-img2-2 {
- -webkit-animation: st4 1s infinite linear;
- animation: st4 1s infinite linear;
- }
- .s13icon1 {
- -webkit-animation: ss1 1s infinite linear;
- animation: ss1 1s infinite linear;
- }
- .s13icon2 {
- -webkit-animation: st1 1s infinite linear;
- animation: st1 1s infinite linear;
- }
- .s13icon3 {
- -webkit-animation: st2 1s infinite linear;
- animation: st2 1s infinite linear;
- }
- .s13icon4 {
- -webkit-animation: st3 1s infinite linear;
- animation: st3 1s infinite linear;
- }
- .s13icon5 {
- -webkit-animation: st4 1s infinite linear;
- animation: st4 1s infinite linear;
- }
- .s13icon6 {
- -webkit-animation: ss2 1s infinite linear;
- animation: ss2 1s infinite linear;
- }
- @-webkit-keyframes st1 {
- 0% {
- opacity: 1;
- -webkit-transform: translateX(200%);
- }
- 100% {
- opacity: .25;
- -webkit-transform: translateX(0);
- }
- }
- @-webkit-keyframes st2 {
- 0% {
- opacity: 1;
- -webkit-transform: translateX(100%);
- }
- 100% {
- opacity: .5;
- -webkit-transform: translateX(0);
- }
- }
- @-webkit-keyframes st3 {
- 0% {
- opacity: 1;
- -webkit-transform: translateX(-100%);
- }
- 100% {
- opacity: .5;
- -webkit-transform: translateX(0);
- }
- }
- @-webkit-keyframes st4 {
- 0% {
- opacity: 1;
- -webkit-transform: translateX(-200%);
- }
- 100% {
- opacity: .25;
- -webkit-transform: translateX(0);
- }
- }
- @-webkit-keyframes ss1 {
- 0% {
- opacity: 1;
- -webkit-transform: translateX(300%);
- }
- 100% {
- opacity: .125;
- -webkit-transform: translateX(0);
- }
- }
- @-webkit-keyframes ss2 {
- 0% {
- opacity: 1;
- -webkit-transform: translateX(-300%);
- }
- 100% {
- opacity: .125;
- -webkit-transform: translateX(0);
- }
- }
- .mb30 {
- margin-bottom: 30px;
- }
- .m-page .btnWrap {
- bottom: 20px;
- background-color: transparent;
- -webkit-animation: btnwrap 0.6s 0.4s linear;
- animation: btnwrap 0.6s 0.4s linear;
- -webkit-animation-fill-mode: forwards;
- opacity: 0;
- }
- @-webkit-keyframes btnwrap {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .s13txt {
- top: 70%;
- }
- @media (min-width: 360px) {
- .txt-s13 {
- top: 47%;
- }
- }
- .copyWrap {color:#b0d7ff;font-size:3rem;position:absolute;left:0;bottom:60px;width:100%;text-align:center;text-decoration:none;outline:none;}
|