.body{background-color:#daedfe;width:100vw;height:100vh}.body .container{width:1200px;margin:0 auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.body .container .title-container{width:100%;display:flex;align-items:flex-end;justify-content:space-between}.body .container .title-container .title{padding-bottom:24px;padding-left:12px;display:flex;justify-content:left;align-items:baseline}.body .container .title-container .title .logo{margin-right:12px;height:30px;flex-basis:30px;flex-shrink:0}.body .container .title-container .title h1{margin:0}.download-banner{margin:42px 0;width:100%;display:flex;justify-content:space-around}.download-banner .download-banner-item{display:flex;flex-direction:column;align-items:center;margin-right:12px}.download-banner .download-banner-item .system-logo{width:68px;height:68px}.download-banner .download-banner-item .download-btn{margin-top:12px;width:200px;height:38px}.app-card{cursor:pointer;width:100px;display:flex;flex-direction:column;align-items:center;-webkit-animation:appCardShow 1s ease;animation:appCardShow 1s ease}@-webkit-keyframes appCardShow{0%{opacity:0}to{opacity:1}}@keyframes appCardShow{0%{opacity:0}to{opacity:1}}.content-container{width:100%;padding:30px 40px 40px 30px;background-color:#fff;min-width:800px;border-radius:8px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:nowrap}.content-container-title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:32px;border-bottom:16px solid #bbdefc;font-weight:700;font-size:24px;line-height:24px;color:#000f7a;white-space:nowrap}.button-primary{background-color:#2662ee;font-weight:700;color:#fff;transition:.3s;border:none;padding:6px 12px 6px 12px;border-radius:3px;cursor:pointer}.accept-btn{width:230px;height:48px;font-size:18px;font-weight:400;background-color:#09a509;position:relative;padding-right:52px}.accept-btn:after{content:"";position:absolute;top:13px;right:12px;display:inline-block;width:46px;height:23px;background-image:url(/img/arrow.b784a1d7.gif);background-size:300px;background-repeat:no-repeat;background-position-x:-64px;background-position-y:-73px}.step-description{display:flex;height:100%;width:100%;flex-direction:column;justify-content:space-between}.step-img{height:206px;width:300px}.primary{color:#2662ee;font-weight:700}.p-title{font-size:16px;line-height:50px;color:#333;font-weight:700}.p-title:before{content:">";margin-right:10px;font-size:21px}.download-tips .notes{margin-top:12px}.download-tips .notes span{color:#4f92e4;font-weight:700}.download-tips .pic{width:500px}.download-tips .section{margin-top:12px;padding:12px;background-color:#f7f7f7;border-radius:6px}.download-tips .section h4{font-weight:700}