.layout-account-common{height:100%;background-color:#fff;display:flex;flex-direction:column;overflow:auto}.layout-account-common__header{padding:24px}.layout-account-common__header-inner{width:1024px;margin-left:auto;margin-right:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.layout-account-common__logo{height:32px;background-color:#f3f3f3;width:200px}.layout-account-common__container{flex:1;display:flex;flex-direction:column;justify-content:center;background-color:#eee}.layout-account-common__main{width:340px;margin-left:auto;margin-right:auto;margin-bottom:60px;margin-top:20px;background-color:#fff;padding:40px 45px;border-radius:4px;box-shadow:0 20px 50px 0 hsla(0,0%,63.5%,.1)}.layout-account-common__footer{padding:24px}.layout-account-common__copyright{text-align:center;line-height:24px;padding:4px 0;color:#ccc}.layout-account-common__links-item{color:#999;margin-left:24px}.layout-account-auth__nav{margin-bottom:30px}.layout-account-auth__nav-item{font-size:22px;color:#bbb;padding-bottom:4px;border-bottom:3px solid transparent;display:inline-block;margin-right:16px}.layout-account-auth__nav-item.router-link-active{color:rgba(0,0,0,.85);border-color:#52a1e4}.layout-account-auth__other-list{text-align:center;list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.layout-account-auth__other-title{text-align:center;position:relative}.layout-account-auth__other-title:after{content:"";position:absolute;left:0;right:0;border-bottom:1px dashed #eee;top:50%;transform:translateY(-50%)}.layout-account-auth__other-title-text{display:inline-block;background-color:#fff;padding:0 12px;position:relative;z-index:3}.layout-account-auth__other-item{width:48px;height:48px;background-color:#eee;border-radius:50%;margin:8px}.layout-account-auth__other-title{color:#999}