123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- html,
- body,
- div,
- span,
- applet,
- object,
- iframe,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- blockquote,
- pre,
- a,
- abbr,
- acronym,
- address,
- big,
- cite,
- code,
- del,
- dfn,
- em,
- img,
- ins,
- kbd,
- q,
- s,
- samp,
- small,
- strike,
- strong,
- sub,
- sup,
- tt,
- var,
- b,
- u,
- i,
- center,
- dl,
- dt,
- dd,
- ol,
- ul,
- li,
- fieldset,
- form,
- label,
- legend,
- table,
- caption,
- tbody,
- tfoot,
- thead,
- tr,
- th,
- td,
- article,
- aside,
- canvas,
- details,
- embed,
- figure,
- figcaption,
- footer,
- header,
- hgroup,
- menu,
- nav,
- output,
- ruby,
- section,
- summary,
- time,
- mark,
- audio,
- video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- /* HTML5 display-role reset for older browsers */
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- menu,
- nav,
- section {
- display: block;
- }
- ol,
- ul {
- list-style: none;
- }
- blockquote,
- q {
- quotes: none;
- }
- blockquote:before,
- blockquote:after,
- q:before,
- q:after {
- content: '';
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- input {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .main {
- min-height: 20.5rem;
- background: url(./img/背景456.png) no-repeat;
- background-size: 100% 100%;
- }
- .mains {
- min-height: 20.2rem;
- background: url(./img/背景123.png) no-repeat;
- background-size: 100% 100%;
- }
- .box-my {
- margin-top: 1.25rem;
- }
- .zix {
- width: 7.05rem;
- height: 4.63rem;
- margin-top: 0.79rem;
- margin-left: 0.32rem;
- }
- .zglt {
- width: 0.94rem;
- height: 0.52rem;
- position: absolute;
- top: 0.15rem;
- left: 0.17rem;
- }
- .btn-tip {
- background: url(./img/业务说明.png) no-repeat;
- background-size: 100% 100%;
- width: 0.53rem;
- height: 1.8rem;
- position: fixed;
- top: 2.2rem;
- color: #FFFFFF;
- }
- /* .marquee-content {
- white-space: nowrap;
- animation: marqueeAnim 50s linear 0s infinite;
- font-size: 0.26rem;
- line-height: 0.63rem;
- color: #15A4FF;
- }
- @keyframes marqueeAnim {
- 0% {
- transform: translateX(100%);
- }
- 100% {
- transform: translateX(-100%);
- }
- } */
- .wrapper {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- animation: cssmarqueeWrapper 100s linear infinite;
- }
- .marqueeWords {
- position: absolute;
- height: 100%;
- left: 0;
- top: 0;
- font-weight: bold;
- margin: 0;
- text-align: left;
- white-space: nowrap;
- transform: translateX(0);
- animation: cssmarquee 100s linear infinite;
- font-size: 0.26rem;
- line-height: 0.63rem;
- color: #15A4FF;
- }
- @keyframes cssmarqueeWrapper {
- 0% {
- transform: translateX(100%);
- /* parent 100% */
- }
- 100% {
- transform: translateX(0);
- }
- }
- @keyframes cssmarquee {
- 0% {
- transform: translateX(0);
- }
- 100% {
- transform: translateX(-100%);
- /* words -100% */
- }
- }
- .usermob {
- width: 100%;
- height: 0.72rem;
- line-height: 0.72rem;
- color: #333333;
- font-size: 0.3rem;
- outline: none;
- -webkit-appearance: none;
- min-width: 2.4rem;
- margin-bottom: 0.01rem;
- border: 0 solid #FFFFFF;
- border-radius: 0.1rem;
- padding-left: 0.3rem;
- background: none;
- }
- .smscode {
- width: 100%;
- height: 0.72rem;
- line-height: 0.72rem;
- color: #333333;
- font-size: 0.3rem;
- outline: none;
- -webkit-appearance: none;
- min-width: 2.4rem;
- margin-bottom: 0.01rem;
- border: 0 solid #FFFFFF;
- border-radius: 0.1rem;
- padding-left: 0.3rem;
- background: none;
- }
- .sendcode {
- height: .64rem;
- min-width: 1.1rem;
- color: #FFFFFF;
- font-size: 0.24rem;
- padding: 0 0.2rem;
- word-break: keep-all;
- white-space: nowrap;
- border-radius: 0.1rem;
- background: #44bfff;
- margin-right: 0.04rem;
- outline: none;
- -webkit-appearance: none;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .overlay {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 9990;
- background-color: rgba(0, 0, 0, 0.3);
- min-height: 6.5rem;
- }
- .cjgz {
- width: 6.57rem;
- height: 3.08rem;
- background: #ffff;
- box-shadow: 0px 5px 12px 1px rgba(16, 108, 180, 0.36);
- border-radius: 0.5rem;
- margin-left: 0.45rem;
- margin-top: 0.36rem;
- }
- .cjgzs {
- width: 6.57rem;
- height: 2.58rem;
- background: #ffff;
- box-shadow: 0px 5px 12px 1px rgba(16, 108, 180, 0.36);
- border-radius: 0.5rem;
- margin-left: 0.45rem;
- margin-top: 0.36rem;
- }
- .ox_ass {
- width: 3.19rem;
- height: 0.54rem;
- font-size: 0.26rem;
- color: #ffff;
- background: linear-gradient(0deg, #12B3F9, #3A8DEE);
- border-radius: 0px 0px 0.44rem 0.44rem;
- margin-left: 1.69rem;
- text-align: center;
- margin-bottom: 0.12rem;
- line-height: 0.55rem;
- }
- .ox_as {
- width: 3.19rem;
- height: 0.54rem;
- font-size: 0.26rem;
- color: #ffff;
- background: linear-gradient(0deg, #12B3F9, #3A8DEE);
- border-radius: 0px 0px 0.44rem 0.44rem;
- margin-left: 1.69rem;
- text-align: center;
- margin-bottom: 0.2rem;
- line-height: 0.55rem;
- }
- .gu_text {
- width: 87%;
- font-size: 0.2rem;
- margin-left: 0.42rem;
- color: #333333;
- line-height: 0.36rem;
- font-family: PingFang SC;
- font-weight: 400;
- letter-spacing: 0.01rem;
- }
|