div,h1,h2,ul,li,input,textarea,p,img{ margin: 0; padding: 0; } ul,li{ list-style: none; } .iconfont, em, i { font-style: normal; } .iconfont { font-family: iconfont!important; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0; -moz-osx-font-smoothing: grayscale; vertical-align: top; } @font-face { font-family: 'iconfont'; /* project id 257074 */ src: url('//at.alicdn.com/t/font_9lo2abhktc7bvs4i.eot'); src: url('//at.alicdn.com/t/font_9lo2abhktc7bvs4i.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_9lo2abhktc7bvs4i.woff') format('woff'), url('//at.alicdn.com/t/font_9lo2abhktc7bvs4i.ttf') format('truetype'), url('//at.alicdn.com/t/font_9lo2abhktc7bvs4i.svg#iconfont') format('svg'); } body { padding: 0; margin: 0; background-color: #fff; font: 14px/1.4 'Microsoft YaHei', Helvetica, sans-serif; color: #555; } .blank0{ clear: both; display: block; height: 0; overflow: hidden; } .nav{ margin: 0 auto; width: 1050px; height: 60px; overflow: hidden; } .nav .nav-list{ float: right; } .nav .nav-list li{ float: left; height: 57px; line-height: 60px; margin-right: 20px; border-bottom: 3px solid #fff; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; } .nav .nav-list li:hover{ border-bottom-color: #e11d86; } .nav .nav-list li.active{ border-bottom-color: #e11d86; } .nav .nav-list li a{ display: block; padding: 0 15px; font-size: 18px; color: #e11d86; height: 100%; text-decoration: none; } .con{ width: 100%; height: 1000px; background: url("../images/index-bg.jpg") center center no-repeat; overflow: hidden; } .con .con-wrap{ position: relative; width: 1050px; margin: 0 auto; overflow: visible; } .con .con-wrap .app-box{ float: left; margin-top: 215px; } .con .app-box .mark-img{ width: 500px; height: 100px; overflow: hidden; } .con .app-box .mark-img img{ max-width: 500px; max-height: 100px; } .con .app-box h1{ max-width: 500px; display: block; line-height: 146px; font-size: 48px; color: #fff; font-weight: normal; } .con .app-box .app-download{ float: left; width: 217px; overflow: hidden; } .app-download .app { width: 217px; height: 60px; text-align: center; border-radius: 30px; } .app-download .app a{ display: block; height: 60px; line-height: 60px; font-size: 24px; text-align: center; text-decoration: none; } .app-download .ios{ background: #fff; } .app-download .ios a{ color: #ff6f9b; } .app-download .ios .icon{ font-size: 42px; color: #ff6f9b; } .app-download .android{ margin-top: 30px; background: #4c4c4c; } .app-download .android a{ color: #fff; } .app-download .android .icon{ font-size: 42px; color: #fff; } .app-box .ewm{ float: left; padding: 10px; margin-left: 80px; width: 156px; height: 156px; background: #fff; overflow: hidden; border: 1px solid #999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .app-box .ewm img{ position: relative; width: 100%; height: 100%; } .copyright{ position: absolute; left: 0; bottom: -70px; width: 100%; text-align: center; font-size: 13px; line-height: 14px; color: #fff; } .index-right{ float: right; margin-top: 130px; margin-right: -30px; width: 536px; height: 730px; overflow: hidden; } .index-right img{ max-width: 536px; max-height: 730px; } .txt-agreement { width: 620px; margin: 0 auto; padding: 10px; } .wrap{ max-width: 620px; margin: 0 auto; visibility: visible; } .contact{ margin-top: 50px; } .contact h2{ line-height: 24px; font-size: 14px; color: #e11d86; font-weight: bold; } .contact .font{ line-height: 18px; color: #000; text-align: left; font-size: 14px; } .contact .font a{ text-decoration: underline; } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 20%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 12%, 0); transform: translate3d(0, 12%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }