@charset "utf-8";
html {
    overflow-x: hidden;
    overflow-y: scroll
}

body, input, textarea {
    font-family: 微软雅黑, 'MicroSoft Yahei', 宋体, Arial, helvetica
}

body, p, h1, h2, h3, div, a, ul, li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: top;
    list-style-type: none
}

body {
    background: #fff
}

input::-ms-clear {
    display: none
}

a:focus {
    outline: none
}

:focus {
    outline: none
}

::-moz-focus-inner {
    outline: none
}

::selection {
    background: #288DF3;
    color: #fff
}

::-moz-selection {
    background: #288DF3;
    color: #fff
}

::-webkit-selection {
    background: #288DF3;
    color: #fff
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none
}

input, textarea {
    outline: none
}

textarea {
    overflow-y: auto
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: 1px solid #F6B22B;
    outline: none \9
}

input[type="button"]:focus, input[type="submit"]:focus, a:focus {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

img {
    border: 0
}

span {
    display: inline-block
}

.hiddenEle {
    display: none
}

.hidelong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal
}

.prompt {
    font-size: 13px;
    color: #d9d9d9;
    font-weight: normal;
    text-align: left;
    cursor: text;
    z-index: 900;
    position: absolute;
    top: 8px;
    left: 10px
}

.triangle {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border-width: 5px;
    border-style: solid
}

.triangle.up {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-top-width: 0
}

.triangle.left {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-left-width: 0
}

.triangle.down {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-bottom-width: 0
}

.triangle.right {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-right-width: 0
}

.clear {
    clear: both
}

.ib {
    font-size: 0;
    letter-spacing: -4px
}

@-moz-document url-prefix() {
    .ib,
    .ib
    .ib {
        letter-spacing: 0;
        font-size: 0
    }
}

.ib > div, .ib > label, .ib > a, .ib > span, .ib > li, .ib > input {
    letter-spacing: 0;
    font-size: 14px;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.inner {
    width: 1000px;
    position: relative;
    margin: 0 auto
}

.btn_grey, .button_ok {
    background-color: #0fc5a4;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-clip: padding-box;
    display: block;
    cursor: pointer;
    height: 25px;
    width: 120px;
    line-height: 25px;
    min-width: 120px;
    background-color: #5d5d5d
}

.btn_green, .button_ok {
    background-color: #0fc5a4;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-clip: padding-box;
    display: block;
    cursor: pointer;
    height: 25px;
    width: 120px;
    line-height: 25px;
    min-width: 120px
}

.btn_green:hover {
    background: #36d4b4
}

.btn_green_disabled {
    background-color: #7EB2A8;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-clip: padding-box;
    display: block;
    cursor: default;
    height: 25px;
    line-height: 25px;
    min-width: 120px
}

.btn_green_disabled:hover {
    cursor: default
}

.btn_orange {
    background-color: #fd6f55;
    font-size: 13px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    cursor: pointer
}

.btn_orange:hover {
    background-color: #FF816A
}

.cs_light {
    color: #25c4a4
}

.cs_link {
    color: #666;
    cursor: pointer
}

body .cs_link:hover {
    color: #25c4a4
}

.cs_input {
    font-size: 13px;
    color: #9b9b9b;
    font-weight: normal;
    padding: 5px 8px;
    border: 1px solid #cecece;
    border-radius: 4px;
    background-clip: padding-box
}

.cs_input:focus {
    outline: none;
    border: 1px solid #25c4a4;
    transition: border linear 0.2s, box-shadow linear 0.5s;
    -moz-transition: border linear 0.2s, -moz-box-shadow linear 0.5s;
    -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.5s;
    box-shadow: 0 0 10px #78D2C0;
    border-radius: 5px;
    background-clip: padding-box
}

.cs_error {
    display: none;
    min-height: 20px;
    line-height: 20px;
    border: solid 1px #F39B9B;
    background-color: #fed1d1;
    color: #E66666;
    border-radius: 4px;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 12px
}

.cs_button {
    background-color: #0fc5a4;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    min-width: 100px;
    padding: 0 10px;
    border-radius: 3px;
    white-space: nowrap
}

.cs_button_big {
    display: block;
    margin-top: 20px;
    width: 270px;
    height: 40px;
    line-height: 40px;
    background-clip: padding-box;
    background-color: #0fc5a4;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer
}

.cs_button_big:hover {
    background-color: #36d4b4
}

.cs_button:hover {
    background: #36d4b4
}

.cs_button_disabled, .cs_button_disabled:hover {
    color: #ddd;
    background-color: #b7b7b7;
    cursor: default
}

.cs_radio {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(doc_sprite.png) 0 -158px no-repeat
}

.cs_radio.select {
    background-position: 0 -189px
}

.dlg_signout {
    text-align: center;
    position: absolute;
    top: 82px;
    right: -40px;
    opacity: 0.85
}

.dlg_signout
ul {
    background-color: #000;
    text-align: left;
    margin-top: -3px;
    border-radius: 5px;
    background-clip: padding-box
}

.dlg_signout ul li:hover {
    background-color: #282828
}

.dlg_signout ul
li {
    border-radius: 5px;
    background-clip: padding-box
}

.dlg_signout ul li
a {
    position: relative;
    width: 180px;
    height: 40px;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.dlg_signout ul li a
.text {
    margin-left: 15px;
    position: absolute;
    top: 4px;
    line-height: 56px
}

.dlg_signout ul li a
.usertype {
    top: 15px;
    line-height: 20px
}

.dlg_signout ul li a
.storage {
    top: -8px
}

.dlg_signout ul li a
.text.email {
    top: 35px;
    font-size: 14px;
    color: #15a58d;
    display: inline-block;
    width: 140px;
    left: 45px;
    line-height: 20px
}

.dlg_signout ul li a
.storage_ex {
    top: 16px;
    font-size: 14px;
    color: #15a58d;
    display: inline-block;
    width: 140px;
    left: 25px
}

.dlg_signout ul li a
.storage_ex {
    color: #ccc
}

.dlg_signout ul .icon_setting,
.dlg_signout ul .icon_faxquota,
.dlg_signout ul .icon_help,
.dlg_signout ul .icon_storage,
.dlg_signout ul
.icon_signout {
    background: url(doc_sprite.png);
    vertical-align: middle
}

.dlg_signout ul
.icon_setting {
    background-position: 0 0;
    width: 25px;
    height: 24px
}

.dlg_signout ul
.icon_faxquota {
    background-position: 0 -34px;
    width: 22px;
    height: 22px;
    margin-right: 3px
}

.dlg_signout ul
.icon_help {
    background-position: 0 -66px;
    width: 25px;
    height: 18px;
    margin-right: 1px
}

.dlg_signout ul
.icon_storage {
    background-position: 0 -126px;
    width: 23px;
    height: 22px
}

.dlg_signout ul
.icon_signout {
    background-position: 0 -94px;
    width: 22px;
    height: 22px;
    margin-right: 4px
}

.dlg_signout ul
.icon_trynew {
    width: 22px;
    height: 22px;
    background: url(ic_try_new.png) no-repeat center center;
    background-size: 22px 22px;
    vertical-align: middle
}

#head
.topline {
    height: 4px;
    background-color: #25c4a4
}

#head
.content {
    background-color: #293B4F;;
    height: 76px;
    position: relative
}

#head
.inner {
    height: 100%;
    min-width: 960px
}

#foot
.inner {
    min-width: 1000px
}

#head
a.logo {
    width: 240px;
    height: 40px;
    background: url('logo.png') no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px
}

.zh_cn #head
a.logo {
    width: 286px;
    height: 32px;
    background: url('logo_cn.png') no-repeat;
    position: absolute;
    margin-top: -16px
}

#head
.items {
    position: absolute;
    top: 27px;
    left: 300px
}

#head
a.item {
    padding: 0 23px;
    font-size: 20px;
    color: #a5b2c6;
    font-weight: normal
}

.en_us #head
a.item {
    padding-left: 17px
}

#head a.item:hover {
    color: #d4e0f2
}

#head
a.item.select {
    color: #fff;
    font-weight: bold
}

#head
.btns {
    position: absolute;
    top: 23px;
    right: 0
}

.btn_green.signup {
    width: 100px;
    min-width: 100px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    font-size: 13px
}

.btn_green.login {
    min-width: 100px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 13px
}

.current_user {
    float: right;
    height: 60px
}

.current_user:hover {
    cursor: pointer
}

.current_user
.curr_username {
    font-size: 16px;
    color: #25c4a4;
    font-weight: normal;
    margin-top: 26px;
    margin-left: 15px
}

.current_user:hover
.curr_username {
    color: #36d4b4
}

.current_user:hover
.triangle.accountdown {
    background-image: url(account_down_hover.png)
}

.current_user
.btn_orange.upgrade {
    min-width: 40px;
    padding: 0 10px;
    height: 24px;
    line-height: 21px;
    margin-top: 26px
}

.current_user
.triangle.accountdown {
    border: none;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url(account_down.png) no-repeat
}

#head
.refresh_tip {
    color: #fff;
    right: -130px;
    position: absolute;
    top: 30px;
    width: 100px;
    height: 21px;
    line-height: 21px
}

#head .refresh_tip
.refresh_text {
    width: 50px;
    vertical-align: top;
    margin: -2px 0 0 8px;
    font-size: 14px;
    color: #A5B2C6;
    display: none
}

#head .refresh_tip
.refresh_icon {
    background-image: url(refresh.png?12);
    width: 15px;
    height: 15px
}

#head .refresh_tip
.refresh_icon.active {
    animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -webkit-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite
}

#head .refresh_tip
.refresh_icon.active_ie {
    width: 20px;
    height: 20px;
    margin: -1px -2px;
    background-image: url(refresh.gif?12)
}

@media screen and (max-width: 1120px) {
    #head
    .btns {
        right: 22px
    }

    #head
    a.logo {
        left: 10px
    }

    .current_user {
        margin-right: 70px
    }

    #head
    .refresh_tip {
        right: -66px
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg)
    }
}

#head .refresh_tip .refresh_icon:hover {
    cursor: pointer
}

#id_trianglebox {
    height: 100%
}

.dialog_close {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 30;
    border: 1px solid #ddd
}

.logout_dialog {
    position: absolute;
    background-color: white;
    min-height: 40px;
    min-width: 400px;
    max-width: 750px;
    overflow: hidden;
    color: #52667A;
    border-top: 4px solid #25c4a4;
    padding: 10px
}

.logout_title {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #888;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.button_ok {
    margin: 20px auto
}

.server_activity {
    color: #757575;
    background-color: #EDEDED;
    height: 50px;
    width: 100%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 80px;
    z-index: 4;
    display: none;
    font-size: 16px
}

.server_msg {
    color: #757575;
    background-color: #EDEDED;
    height: 50px;
    width: 100%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 80px;
    z-index: 4;
    display: none;
    font-size: 16px
}

.server_msg
.ico_warn_s {
    background: url(error.png) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin: -4px 10px
}

.server_msg
.ico_ok_s {
    background-image: url(notice_ok.png);
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: -4px 10px
}

.pwdstr {
    margin-top: 10px
}

.pwdstr
.i_right {
    width: 270px
}

.pwdstr_line {
    position: relative;
    margin-top: 4px;
    height: 4px;
    background-color: #EAEAEA;
    text-align: center
}

.lv_1 {
    position: absolute;
    left: 0
}

.lv_2 {
    display: inline-block
}

.lv_3 {
    position: absolute;
    right: 0
}

.lv_1, .lv_2, .lv_3 {
    top: 0;
    width: 32.8%;
    height: 4px;
    background-color: #0FC5A4;
    visibility: hidden;
    vertical-align: top
}

.level_1
.lv_1 {
    visibility: visible
}

.level_2 .lv_1, .level_2
.lv_2 {
    visibility: visible
}

.level_3 .lv_1, .level_3 .lv_2, .level_3
.lv_3 {
    visibility: visible
}

.pwdstr
.text {
    margin-left: 88px;
    font-weight: bold
}

#foot {
    padding: 26px 0;
    text-align: center;
    background-color: #f3f3f3;
    visibility: hidden
}

#foot.visible {
    visibility: visible
}

#foot
ul.foot_ul {
    display: inline-block
}

#foot ul.foot_ul
li {
    margin: 0 2px;
    color: #a5a4a4;
    line-height: 18px;
    position: relative
}

#foot ul.foot_ul span,
#foot ul.foot_ul
a {
    color: #a5a4a4;
    font-size: 12px;
    vertical-align: middle
}

#foot ul.foot_ul
a {
    display: inline-block;
    cursor: pointer
}

#foot .langmenu
ul {
    position: absolute;
    bottom: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    width: 70px
}

#foot .langmenu ul
li {
    line-height: 20px
}

#foot
#id_span_language {
    position: relative;
    display: inline-block;
    top: -1px
}

#foot #id_span_language
.triangle {
    margin-left: 2px
}

#foot
.friendslink {
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #a5a4a4
}

#foot .friendslink
ul {
    margin-left: 7px
}

#foot
.copyright {
    min-width: 1000px;
    height: 20px;
    padding-top: 18px;
    font-size: 12px;
    line-height: 20px;
    color: #A3A3A3;
    vertical-align: middle
}

#foot .copyright
a {
    text-decoration: none;
    outline: none;
    color: #A3A3A3
}

#foot
.gzs {
    display: inline-block;
    padding-left: 32px
}

body
.iu_mselect_triangle_down {
    border: none;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(iu/iu_mselect_triangle_down.png);
    top: 30%
}

body
.iu_mselect_triangle_up {
    border: none;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(iu/iu_mselect_triangle_up.png);
    top: 30%
}

@media (max-width: 1000px) {
    .inner {
        width: 100%
    }
}

@media (max-width: 480px) {
    .server_msg {
        top: 53px
    }
}

.webocr_entry {
    text-decoration: none;
    color: #a5b2c6
}

.webocr_entry_global {
    text-decoration: none;
    color: #a5b2c6
}

html
.iu_none {
    display: none
}

html
.iu_hidden {
    visibility: hidden
}

html
.iu_overflow_hidden {
    overflow: hidden
}

html
.iu_relative {
    position: relative
}

html
.iu_align_left {
    text-align: left
}

html
.iu_align_center {
    text-align: center
}

html
.iu_align_right {
    text-align: right
}

html
.iu_clear {
    clear: both
}

html
.iu_float_left {
    float: left
}

html
.iu_float_right {
    float: right
}

html
.iu_nowrap {
    white-space: nowrap
}

html
.iu_icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.iu_dialog_panel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2
}

.iu_dialog_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.iu_dialog {
    position: absolute;
    background-color: white;
    min-height: 40px;
    min-width: 400px;
    max-width: 750px;
    overflow: hidden;
    font-family: lucidasans, Helvetica, "微软雅黑";
    border-top: 4px solid #25C4A4;
    padding: 10px;
    font-size: 14px;
    color: #747474
}

.iu_dialog.activity {
    padding-bottom: 66px;
    background-color: transparent
}

.iu_bottom_close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url(iu/ic_esc.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -18px
}

.iu_dialog_title {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #888;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD
}

.iu_dialog_close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    right: 10px;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(notice_close.png);
    z-index: 30
}

.iu_dialog_close_text {
    display: none;
    font-weight: bold
}

.iu_dialog_close_text:hover {
    text-shadow: 0 0 4px #232
}

.iu_dialog.activity
.iu_dialog_content {
    background: #FFF
}

.iu_dialog_content {
    text-align: center;
    padding: 30px 20px 15px 20px;
    overflow: auto
}

.iu_dialog_buttons {
    font-size: 14px;
    margin: 0px 20px;
    text-align: center
}

.iu_align_left .iu_dialog_button:first-child {
    margin-left: 0
}

.iu_align_right .iu_dialog_button:last-child {
    margin-right: 0
}

.iu_dialog_button {
    margin: 20px;
    background-color: #0FC5A4;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    width: 120px;
    line-height: 25px;
    min-width: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.iu_dialog_button:hover {
    background: #36D4B4
}

.iu_dialog_button:hover {
}

.iu_dialogalert
.iu_dialog_content {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: default;
    padding: 40px 0px 20px 0
}

.iu_icon_dialog_alert {
}

.iu_dialogconfirm
.iu_dialog_content {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background-color: #FFF;
    padding: 35px 0px 25px 0;
    margin: 0 auto;
    width: auto;
    text-align: center
}

.iu_icon_dialog_confirm {
}

.iu_dialogprompt
.iu_dialog_content {
    text-align: center;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background-color: #FFF;
    padding: 66px 0px 0px 0px;
    margin: 0 auto;
    width: auto
}

.iu_dialogprompt_title {
    margin-right: 10px
}

.iu_dialogprompt_input {
    width: 268px;
    height: 26px;
    line-height: 26px;
    line-height: 26px \0;
    padding: 1px 8px 2px 8px;
    border: 1px solid #DDD;
    border-radius: 5px;
    font: normal 13px/20px;
    margin: 10px auto;
    color: #4C4C4C;
    font-size: 14px
}

.iu_dialogprompt_input:focus {
    box-shadow: 0px 0px 2px #ADD2EB;
    outline-color: #87A5C3
}
