body {
    font-family: Arial, 'Helvetica Neue', Helvetica, "Microsoft YaHei", "微软雅黑", 'PingFang SC', \5fae\8f6f\96c5\9ed1, "WenQuanYi Micro Hei", \5b8b\4f53, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

a {
    outline: none;
    text-decoration: none;
    color: #6ca2ff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

@font-face {font-family: "iconfont";
  src: url('https://at.alicdn.com/t/font_159202_wv4ezohua7n6zuxr.eot?t=1503371366117'); /* IE9*/
  src: url('https://at.alicdn.com/t/font_159202_wv4ezohua7n6zuxr.eot?t=1503371366117#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('https://at.alicdn.com/t/font_159202_wv4ezohua7n6zuxr.woff?t=1503371366117') format('woff'), /* chrome, firefox */
  url('https://at.alicdn.com/t/font_159202_wv4ezohua7n6zuxr.ttf?t=1503371366117') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('https://at.alicdn.com/t/font_159202_wv4ezohua7n6zuxr.svg?t=1503371366117#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before { content: "\e623"; }
.icon-language:before { content: "\e741"; }

.header-v2 {
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    padding-left: 30px;
    border-bottom: 1px solid #eeeff4;
    overflow: hidden;
}

.header-v2 img {
    height: 32px;
}

.header-v2 a:hover {
    color: #3ba0f2;
}

.header-v2 .logo {
    float: left;
    height: 32px;
    padding: 9px 0;
}

.header-v2 .download-app img {
    width: 124px;
    height: 124px;
    padding: 10px 15px 0 15px;
}

.pure-button {
    color: #747b93;
    font-size: 12px;
}

.pure-button:hover {
    color: #3ba0f2;
}

.button-default {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #060606;
    font-size: 14px;
}

.button-default:hover {
    background-color: #fafafa;
}

.button-default:active {
    background-color: #f2f2f2;
}

.button-primary {
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    background-color: #6ca2ff;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.button-primary:hover {
    background-color: #6ca2ff;
}

.button-primary:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.login-btns,
.language-switch,
.user-info {
    float: right;
    color: #747b93;
}

.language-switch,
.user-info {
    padding-right: 30px;
}

.user-info,
.info-container {
    height: 50px;
    overflow: hidden;
    cursor: pointer;
}

.user-avatar {
    display: inline-block;
    margin: 9px 9px 0 0;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    float: left;
    overflow: hidden;
}

.default-avatar {
    width: 100%;
    height: 100%;
    background: url('../images/default-avatar@2x_97f4c6c.png');
    background-size: 32px 32px;
}

.name-letter {
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
}

.user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    display: inline-block;
}

.download-app {
    float: right;
    cursor: pointer;
    padding-right: 30px;
    height: 20px;
    margin: 15px 0;
    line-height: 20px;
}

.download-app a {
    color: #747b93;
}

.download-app-popup {
    text-align: center;
}

.login-btns .btn {
    margin-right: 30px;
    color: #747b93;
}

.login-btns .btn.register-link {
    color: #6ca2ff;
}

.current-language {
    height: 20px;
    margin: 15px 0;
    line-height: 20px;
    cursor: pointer;
}

.current-language .icon-language {
    float: left;
}

.current-language .iconfont {
    margin: 0 4px;
    color: #b2b7ca;
    vertical-align: middle;
}

.current-language .icon-arrow-down {
    font-size: 12px;
}

.tooltip {
    display: none;
    position: relative;
}

.tooltip-content {
    padding: 6px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .19);
    margin-top: 6px;
}

.tooltip-content li {
    padding: 0 20px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.tooltip-content li:hover {
    background-color: #f4f6f7;
    color: #3ba0f2;
}

.tooltip-content li:hover a {
    color: #3ba0f2;
}

.tooltip-content li a {
    color: #38393a;
}

.tooltip-arrow:before,
.tooltip-arrow:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: ' ';
    position: absolute;
    z-index: 10;
}

.tooltip-arrow-bottom:before {
    border-bottom: 7px solid #ececec;
    top: -1px;
}

.tooltip-arrow-bottom:after {
    border-bottom: 7px solid #fff;
    top: 0;
}

.tooltip-arrow-bottom:before,
.tooltip-arrow-bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    z-index: 1;
}

.light-bg {
    background-color: #f8fafd;
}

.collab-info-container {
    background: url('../images/shadow_15d042a.png')  0 0 repeat-x;
    overflow: hidden;
}

.collab-folder-info {
    margin: 90px auto;
    text-align: center;
    width: 600px;
    height: 430px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    font-size: 14px;
}

.collab-info-msg {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #f5f6f9;
    text-align: left;
    font-size: 14px;
}

.inviter-info .sender,
.inviter-info .action {
    float: left;
}

.inviter-info .sender {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 5px 0 20px;
    color: #38393a;
}

.i18n-en .inviter-info .sender {
    max-width: 370px;
}

.inviter-info .action {
    color: #747b93;
}

.collab-folder-info .name {
    font-size: 16px;
    color: #252e36;
    margin-top: 20px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collab-folder-info .folder-icon {
    margin-top: 30px;
}

.collab-folder-info .button-primary {
    margin: 20px 5px 10px;
    min-width: 110px;
}

.collab-folder-info .button-default {
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    display: inline-block;
    border-radius: 2px;
    margin: 20px 5px 10px;
    min-width: 110px;
}

.i18n-en .collab-folder-info .button-default {
    width: 227px;
}

.collab-folder-info .user-name {
    vertical-align: top;
    margin: 0 5px;
}

.collab-folder-info.collab-folder-info_new {
    width: 672px;
    height: 440px;
}

.collab-folder-info_new .collab-info-msg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 92px;
    padding: 16px 48px;
    line-height: normal;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.collab-folder-info_new .collab-info-msg .inviter-info {
    height: 20px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #637387;
}

.collab-folder-info_new .collab-info-msg .inviter-info .sender {
    color: #1B2532;
    margin: 0 8px 0 0;
    font-weight: bold;
}

.collab-folder-info_new .folder-info {
    display: flex;
    align-items: center;
}

.collab-folder-info_new .folder-info .folder-icon {
    margin-top: 0;
    padding: 0 16px 0 0;
}

.collab-folder-info_new .folder-info .name {
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    color: #1B2532;
    padding: 0;
}

.collab-folder-info_new .collab-info-btn {
    display: flex;
    padding: 58px 0;
    justify-content: center;
}

.collab-folder-info_new .collab-info-btn .collab-btn-left {
    width: 50%;
    height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-right: 1px solid #F3F3F3;
    box-sizing: border-box;
}

.collab-folder-info_new .collab-info-btn .collab-btn-right {
    width: 50%;
    height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
}

.collab-folder-info_new .collab-info-btn .btn-div {
    display: flex;
    flex-direction: column;
}

.collab-folder-info_new .collab-info-btn .btn-div p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #1B2532;
}

.collab-folder-info_new .collab-info-btn .btn-div a {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 40px;
    background: #017FFD;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: normal !important;
}

.collab-folder-info_new .collab-info-btn .btn-div .button-gray {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 40px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: normal !important;
    background-color: #F2F2F2;
    color: #B2B7CA;
    cursor: not-allowed;
}

.collab-folder-info_new .collab-info-btn .collab-btn-right .qr-container {
    width: 120px;
    height: 120px;
    border-radius: 2px;
    border: solid 1px #f1f4f5;
    margin: 0 0 24px;
}

.collab-folder-info_new .collab-info-btn .collab-btn-right .qr-container img {
    width: 112px;
    height: 112px;
    float: left;
    margin: 4px;
}

.qr-container {
    width: 240px;
    height: 100px;
    border-radius: 2px;
    border: solid 1px #f1f4f5;
    margin: 25px auto 0;
}

.qr-container img {
    width: 80px;
    height: 80px;
    float: left;
    margin: 10px 6px;
}

.qr-container p {
    text-align: left;
    color: #b2b7ca;
    padding-right: 6px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
}

.qr-container span {
    color: #3d444d;
    margin: 0 5px;
}

.center-box .error-result {
    width: 100px;
    height: 100px;
    background: url('../images/warn@2x_88a9b35.png');
    background-size: 100px 100px;
    margin: 150px auto 0;
}

.center-box .result {
    text-align: center;
}
.center-box .result .msg {
   font-size: 16px;
   line-height: 30px;
   margin-top: 0;
   color: #252e36;
}

.center-box .result .sub-msg {
    color: #747b93;
}

.center-box .result a {
    color: #6ca2ff;
}

.center-box .result .msg strong {
    font-weight: bold;
}

/* footer */
.footer {
    margin: 0 auto;
    background: none;
    font-size: 12px;
    color: #9c9c9c;
    text-align: center;
}

.footer a {
    color: #9c9c9c;
}

.footer a:hover {
    color: #3ba0f2;
}

.footer .container-bottom,
.footer .container-middle {
    height: 22px;
    padding: 0 17px 10px;
    text-align: center;
}

.footer .nav a {
    margin-right: 25px;
}

.footer .copyright {
    display: inline-block;
}

.footer .certificate {
    display: inline-block;
    margin-left: 15px;
    color: #9c9c9c;
}

.i18n-en .qr-container p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
}

