@charset "utf-8";

/**
 * main.css
 *
 * @author 
 * @version 2017/12/02
 */


@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url("/mail/zh-hans/assets/fonts/MaterialIcons-Regular.woff") format("woff"),
    url("/assets/fonts/MaterialIcons-Regular.woff") format("woff");
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

html,body{margin:0; padding:0; }

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#app {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



@media screen and (max-width: 760px){


    .login-card {
        min-width: 260px;
        max-width: 500px;
        width: 90%;
        margin: 0 auto;
    }

    .resetpassword-card {
        min-width: 260px;
        max-width: 500px;
        width: 90%;
        margin: 0 auto;
    }

    .signup-card {
        margin: 0 auto;
        min-width: 260px;
        max-width: 500px;
        width: 90%;
    }

    .footer {
        margin: 0 auto;
        min-width: 260px;
        max-width: 500px;
        width: 90%;
    }

    .field-label {
        margin-right: 0;
    }

    .field-label .label {
        margin: 0;
    }

    .field-body .field {
	    margin: 0;
    }

    .geetest_holder.geetest_wind {
        position: relative;
        width: 100%;
        padding: 0;
        min-width: 200px !important;
        height: 44px;
    }

    #embed-captcha-personal div {
        max-width: 200px !important;
    }

    #embed-captcha-enterprise div {
        max-width: 200px !important;
    }


    .login-extra {
        margin: 1em auto !important;
    }

    .field-body .field {
        font-size: 14px;
    }

    .signup-form .term-checkbox {
        margin-left: 0 !important;
    }

    .login-link {
        margin: 1em 0 1em 0;
    }
}



@media screen and (min-width: 760px){

   
    .login-card {
        width: 600px;
        min-width: 500px;
        margin: 0 auto;
    }

    .resetpassword-card {
        width: 600px;
        margin: 0 auto;
    }

    .signup-card {
        width: 600px;
        margin: 0 auto ;
    }

    .field-label {
        margin-right: 0;
    }

    .field-body .field {
        margin: 0 1em 0 1em;
    }

    .geetest_holder.geetest_wind {
        position: relative;
        width: 100%;
        padding: 0 1em 0 1em;
        min-width: 260px;
        height: 44px;
    }

}

@media screen and (max-width: 1088px) {

    .extra-footer {
        display: none !important;
    }

    .preview-images .big-box {
    }

    .preview-images .thumbs {
        width: 100%;
    }


    .navbar-end {
        display: none;
    }

    .container {
	    width: 90%;
	}

    .brand {
        /*
        width: 90%;
        */
    }
}


@media screen and (max-width: 1087px) {



        
    .navbar>.container {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .bd-content {
        display: none;
    }

    .bd-link-subtitle {
        display: none;
    }

    .feature.inbox {
        display: none;
    }

    .feature-desc {
        display: none;
    }

    .more-features {
        display: none;
    }

    .erweima {
        display: none;
    }

    

    .signup-card .control.has-icons-left  {
        padding: 0em !important;
    }


    .footer .columns .right {
        display: none;
    }

/*
    .columns.home .column .feature {
        padding: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    */
}

.slogan-title {
    padding: 0 !important;
}

.slogan {
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div#home-main {
    min-height: 50px !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: cursor;
    color: #3273dc;
}

.logo h2 {
    margin: 30px auto 15px auto;
    width: 6em;
    text-align: center;
    font-size: 3em;
    color: #6699ff;
}


#logo {
    margin: 0 auto;
    padding: 0;
}
#logo p {
    margin: 0.5em 0 0.5em 0;
}

.logo-area {
    display: flex;
}


span {
    height:15px;
    width:20px;
    position:relative;
}

a[href^="http:"]{
    background-image: url(/static/images/external.png) no-repeat right top;
    padding-right:10px;
}

a[href^="/"]{
    background-image: url(/static/images/external.png) no-repeat right top;
    padding-right:10px;
}

a[href^="/"]{
    background-image: url(/static/images/external.png) no-repeat right top;
    padding-right:10px;
}

#main {
    width: 100%;
}

.navbar-link:not(.is-arrowless)::after {
    right: -1em !important; 
}

.products {
    display: flex;
    align-items: center;
}

.products img {
    display: flex;
    align-items: center;
    margin: 0 2px 0 0;
    width: 20px;
    height: 20px;
}

/*然后再对自己的域名豁免*/
a[href^="http://hedwi.com"],
a[href^="http://www.hedwi.com"]{
    background-image: none;
    padding-right: 0;
}

a.blank[href^="/"]{
    background-image: url(/static/images/external.png) no-repeat right top;
    padding:0 0.2em 0 0.2em;
}

[v-cloak] {
  display: none !important;
}

.warning {
    color: red;
    display: inline;
}

.footer {
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #F5F6FA;
    margin: 0;
    padding: 1.2em 0 1.2em 0 !important;
    vertical-align: middle;
}

.footer .right {
    text-align: right;
    justify-content: flex-end;
}



.footer .right div {
    padding: 0 5px 0 5px;
}

.footer .left {
    text-align: left;
}

.footer .column {
    display: flex;
    align-items: center;
    padding: 0;
}

.footer .container .columns {
    margin: 0;
}

.footer span.phone {
    font-size: 18px;
}

.footer span i.phone {
    font-size: 20px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -2px;
    right: 5px;
}

.footer ul li {
    display: inline;
    margin: 0 0 0 0.6em;
}


.section {
    padding: 0;
}

section.odd {
	background-color: #F5F6FA;
}

section.even {
	background-color: #F5F6FA;
}


section.even.example-image .container {
    justify-content: flex-start;
}

section.odd.example-image .container {
    justify-content: flex-end;
}

section.example-image {
    padding: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

section .container  {
    align-items: center;
}


.table.dns {
    word-break: break-all;
    word-wrap: break-all;
    user-select: none;
}

.table.dns td {
    vertical-align: middle;
    user-select: text;
}

.table.dns .record-status {
    width: 5%; 
}

.table.dns .record-name {
    width: 10%; 
}

.table.dns .record-type {
    width: 10%;
}

.table.dns .name {
    width: 16%; 
    user-select: text;
}

.table.dns .copy {
    width: 5%;
}

.table.dns .expect-record {
    width: 27%;
    font-size: 1em;
    user-select: text;
}

.table.dns .current-record {
    width: 27%;
    user-select: text;
}

.table.dns .expect-record textarea {
    border: 0;
    width: 100%;
    resize:none;
    vertical-align: middle;
    font-size: 1em;
}

.table.dns .spf textarea {
    line-height: 2em;
    height: 2em;
}

.table.dns .mx textarea {
    line-height: 2em;
    height: 2em;
}


.table.dns .current-record textarea {
    border: 0;
    color: #999;
    width: 100%;
    resize:none;
    vertical-align: middle;
    font-size: 1em;
}

.table.dns textarea:focus
{
    outline: none;/*去掉默认input焦点边框*/
    background-color: white;
}


.login-card {

    padding: 2em 1em 1.5em 1em;
    margin-bottom: 2em;
    margin-top: 1em;
}


.floating-erweima {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: flex;
    justify-content: flex-end;
}

.floating-erweima img {
    width: 100px;
    height: 100px;
}

.navbar-item img {
   max-height: 180px !important;
}

a.navbar-item:hover {
    text-decoration: none;
}

table#domainlist {
    margin: 1em 0 0 0;
}
table#domainlist td {
    vertical-align: middle;
}

table#domainlist td.name {
    width: 50%;
}

table#domainlist td.type {
    width: 10%;
}

table#domainlist td.status {
    width: 10%;
}

table#domainlist td.action {
    width: 30%;

}


table#licenselist {
    margin: 1em 0 0 0;
}
table#licenselist td {
    vertical-align: middle;
}

table#licenselist td.count {
    width: 10%;
}

table#licenselist td.price {
    width: 10%;
}

table#licenselist td.expire {
    width: 15%;
}


table#licenselist td.name {
    width: 20%;
}

table#licenselist td.license {
    width: 20%;
}

table#licenselist td.action {
    width: 20%;
}

table#memberlist {
    margin: 1em 0 0 0;
}

table#permittedlist {
    margin: 1em 0 0 0;
}

section.domain-detail {
    padding: 0;
}

#check {
    padding: 0;
}
.container table {
    padding: 0;
}

.container div.card.domainDetail {
    padding: 1em 3em 1em 1em;
    margin: 1em 0 0 0;
}

.container div.card.domainDetail div.container {
    padding: 1em 3em 1em 1em;
    display: block;
}


.copyButton {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-top;
    height: 1em;
}

a.doc {
	color: #4a4a4a;
}

.brand {
    /* padding: 1.2em 0 1.2em 0 !important; */
    padding: 10px 0 10px 0 !important;
    margin: 0 auto;
}

.navbar-menu {
    /*
    padding: 20px 0 20px 0 !important;
    */
}

a.navbar-item {
    font-size: 14px;
}

.navbar-item.current {
    color: #3273dc;
}

.navbar-item.current-sub {
    color: #6d90ca;
}

.copyButton {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer ;
    justify-content: center;
    padding: 2px !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-top;
    height: 1em;
}

.copyButton i.material-icons {
    font-size: 20px;
}

.resetpassword-card {
    margin-bottom: 2em;
    margin-top: 1em;
    padding: 2em 1em 1.5em 1em;
}

.resetpassword-card h2 {
    padding: 1em;
}

div.remember-tips.columns {
    margin: 1em 0 1em 0;
}

.signup-card {
    margin-bottom: 2em;
    margin-top: 0;
}
.signup-card .control.has-icons-left  {
    padding-right: 1em;
}
.signup-card h2 {
    padding: 1em;
}

#admin-mode {
    margin-right: 0.3em;
}


.login .buttons:last-child {
    margin-bottom: 0;
}


.login-extra {
    margin: 2em 0 0 0;
}
[v-cloak] {
    display: none !important;
}

.fa {
    width: 18px;
}

.serverMessage {
    display: inline-block;
}
.serverMessage p.is-danger {
    line-height: 2em;
    font-size: 1em;
    margin: 0 0 0 1em;

}


.terms {
    margin-top: 1em;
    padding: 2em 0 2em 0;
}

.terms ol {
    margin-left: 2em;
}
.terms ol li {
    margin-left: 2em;
}

.terms ol li ol {
    margin-left: 0;
}


.terms h1 {
    margin-left: 2em;
}
.terms h2 {
    margin-left: 2em;
}
.terms h3 {
    margin-left: 2em;
}

.terms h4 {
    margin-left: 2em !important;
}

.emailCount {
    width: 50%;
}

.section.price-part {
    padding: 5px;
}

.price-part .card-content {
    padding: 5px 5px 15px 0;
}

h2.price-title {
    margin: 0 0 0.5em 0;
    display: flex;
}

.price-title {
    display: flex;
    align-items: center;
    flex-direction: row;
}

input.moneyCount {
    width: 50%;
}


.price-title div {
    display: flex;
    align-items: center;
    padding: 10px 0px 10px 0;
}

.price a {
    text-decoration: none;
}

.price a:hover {
    text-decoration: none;
    cursor:default;
}

.price-container {
    margin: 2em 0 2em 0;
}

.navbar-item img.logo {
    /* background-color: #636569; */
    max-height: 100% !important;
    width: 48px !important;
    height: 48px !important;
}

.tabs:not(:last-child) {
    margin-bottom: 0;
}
    /* margin-bottom: 1.5rem; */

.tabs ul li a span {
    width: auto;
    height: auto;
}

pre {
    padding: 0 0 0 1em !important;
    margin: 0 0 0 0 !important;
}

pre[class*="language-"] {
    line-height: 1.2;
    height: 460px;
}

@media screen and (max-width: 900px) {

    
    .demo {
        display: none !important;
    }


    div.code-example {display: none;}
    div.intro {width: 100% !important;}
}
.home {
    margin-top: 2em !important;
}

.locale-select {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.locale-select select {
     border:none; 
    outline: none;
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.locale-select select:focus-visible {
    outline: none;
}


.code-example ul {
    border-bottom-color: #3a3a3a !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /*background-color: #2c2c2c !important; */
    background-color: #3a3a3a !important;
}
.code-example .tabs ul li a {
    color: #ffffff;
    border-bottom-color: #2c2c2c;
    text-decoration: none;
}
.code-example .tabs.is-boxed ul li.is-active a {
    background-color: #3a3a3a;
    color: #3273dc;
    border-color: #3a3a3a;
    border-bottom-color: #3273dc !important;
    text-decoration: none;
}

.code-example .tabs.is-boxed ul li a:hover {
    color: #3273dc !important;
    border-bottom-color: #3a3a3a;
    background-color: #3a3a3a;
    text-decoration: none;
}

.verify-card {
    padding: 2em 1em 1.5em 1em;
}


a.navbar-link {
    text-decoration: none;
}

a.navbar-link:hover {
    text-decoration: none;
    color: #4a4a4a;
}

a.dropdownLink {
    text-decoration: none;
    display: flex;
    padding: 0 5px 0 5px;
    flex-direction: column;
    color: #666666;
}

/*
a.dropdownLink:hover {
    text-decoration: none;
    color: #4a4a4a;
}
*/

a.no-href:hover {
    text-decoration: none !important;
    cursor: default !important;
    background-color: white !important;
    text-color: #000000 !important;
    color: #000000 !important;
}

a.no-href {
    text-decoration: none !important;
    cursor: default !important;
    background-color: white !important;
    text-color: #000000 !important;
    color: #000000 !important;
}

a.dropdownLink form {
    width: 100%;
}

a.dropdownLink button {
    display: flex;
    justify-content: flex-start;
}


#moreDropdown a .button.is-info {
    background-color: transparent;
    font-size: 14px;
}

#moreDropdown .is-fullwidth {

}


.help.is-danger {
    /* color: #e48484 !important; */
    color: #d43d3d !important;

}

.input.is-danger, .textarea.is-danger {
    /* border-color: #711326 !important; */
}

div.bd-link {
    margin: 0 0 0 0;
}

h2.bd-link-name {
    font-weight: bold;
    font-size: 1.1em;
}

p.bd-link-subtitle {
    font-size: 0.9em;
    margin: 0.2em 0 0.5em 0;
}



.inp {
    border: 1px solid gray;
    padding: 0 10px;
    width: 200px;
    height: 30px;
    font-size: 18px;
}
.btn {
    border: 1px solid gray;
    width: 100px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
}
#embed-captcha {
    width: 300px;
}

.show {
    display: block;
}
.hide {
    display: none;
}
#notice {
    color: red;
}
.notice {
    color: red;
}

a.forgot-password {
    text-align: right;
    float: right;
    color: #3273dc;
    font-weight: normal;
}

a.forgot-password:hover {
    text-decoration: none;
    cursor: cursor;
}

.input.is-danger {
    border-color: #e48484 !important;
}


.navbar-end .navbar-item .navbar-link {
    padding: 0px 20px 0px 20px !important;
}


.navbar-end .navbar-item .navbar-link:not(.is-arrowless)::after {
    margin-right: 20px !important;
}

.login .buttons .navbar-item .navbar-link:not(.is-arrowless)::after {
    border-color: #666666;
}

div.feature p i {
	font-size: 60px;
}

div.feature p {
    margin: 2em 0 2em 0;
}

div.feature h1 {
    font-size: 1.3em;
}


div.feature {
    text-align:center;
    padding: 1.5em;
}

div.feature-desc p {
    margin: 1em 0 1em 0;
    font-size: 1.2em;
}


section.even div div.feature {
    text-align: left;
    padding: 50px 0 0 0;
}


section.even div div.feature-detail {
    padding: 0 ;
}

section.odd div div.feature {
    text-align: left;
    padding: 50px 0 0 50px;
}

section.odd div div.feature-detail {
}

section.even div div.feature-desc {
    font-size: 32px;
    text-align: left;
}

section .column .feature-detail {
    padding: 0;
}


section.odd div div.feature-desc {
    font-size: 32px;
    text-align: left;
}

div.feature-desc ul li {
    margin: 0 0 1em 0;
    padding: 0;
}

.integrate i {
    color: #3972dc;
}

.inbox i {
    color: #ca6e6e;
}

.inbox p i {
    width: 60px;
}

.template i {
    color: #e48080;
}

.service i {
    color: #7b34c7;
}

.transfer i {
    color: #48ad48;
}


.signupnow {
    text-align:  center;
    margin: 2em 0 2em 0;
}

.example-image img {
    border: 1px solid #e0e0e0;
    /*
    width: 1320px;
    */
    width: 650px;
    box-shadow: 7px 7px 5px #ececec;
}

.container .image-example {
    padding: 0px;
}

section .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

td.action button {
    margin-right: 1em;
}

#memberlist td.user {
    width: 30%;
    vertical-align: middle
}

#memberlist td.password {
    width: 30%;
    vertical-align: middle
}

#memberlist td.need-change {
    width: 20%;
    vertical-align: middle
}


#memberlist td.action {
    width: 20%;
}

.register-tab {
    display: flex;
    justify-content: space-between;
    height: 40px;
}


.register-tab li {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: black;
    border-bottom: 3px solid #ffffff;
    box-sizing: border-box;
}

.register-tab .active {
    background-color: #ffffff;
    color: #3273dc;
    font-weight: bold;
    border-bottom: 3px solid #3273dc;
    box-sizing: border-box;
}

.register-tab .select-tab {
}

.enterprise {
    user-select: none;
    margin-top: 5px;
    padding: 10px 5px 10px 5px;
}

.personal {
    user-select: none;
    margin-top: 5px;
    padding: 10px 5px 10px 5px;
}

.signup-card .columns  {
    padding: 0;
    margin: 0;
}

.signup-form {
    margin-top: 1em;
}

.signup-form .field-label {
    margin-right: 0;
}

.signup-form #personal-username {
    width: 200px !important;
    text-align: right;
}
.signup-form .feetmail {
    font-size: 24px;
    font-weight: bold;
    color: #3273dc;
}
.signup-form .term-checkbox {
    margin-left: 16px;
    margin-right: 5px;
}
.signup-form a.blank  {
    padding: 0 5px 0 5px !important;
}

.signup-form .check-area {
    margin-bottom: 0 !important;
}

.login-form #personal-username {
    text-align: right;
}
.login-form .feetmail {
    font-size: 24px;
    font-weight: bold;
    color: #3273dc;
}
.login-form .term-checkbox {
    margin-left: 16px;
}
.login-form .check-area {
    margin-bottom: 0 !important;
}
.login-form .personal-login {
    margin-top: 1.5em;
}


.resetpassword-form {
    margin-top: 1em;
}

.resetpassword-form .field-label {
    margin-right: 0;
}

.resetpassword-form #personal-username {
    width: 200px !important;
    text-align: right;
}
.resetpassword-form .feetmail {
    font-size: 24px;
    font-weight: bold;
    color: #3273dc;
}
.resetpassword-form .term-checkbox {
    margin-left: 16px;
}
.resetpassword-form .check-area {
    margin-bottom: 0 !important;
}
.homelink {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    font-size: 24px;
    color: #808080;
}

.license textarea {
    border: 0;
    width: 75%;
    resize: none;
    vertical-align: middle;
    font-size: 1em;
    color: #006023;
}

.license .copyButton {
    width: 20%;
    margin: 0;
    padding: 0;
}

.contact-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.contact-info .phone-part {
    margin-left: 15px;
}

.contact-info div {
    padding: 0 0 0 10px;
    line-height: 1;
}

.verify-code {
    width: 50% !important;
}

.ent-name {
    width: 45% !important;
}

.getMailCodeButton {
} 

.signup-form .field {
    padding-bottom: 5px;
    box-sizing: border-box;
}

.forgotpassword-form .field-label {
    margin-right: 0;
}

#ent-admin-code {
    min-width: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.release-note h1 {
    padding: 2px 0 2px 0;
    font-weight: bold;
}

.release-note h2 {
    padding: 2px 0 2px 0;
}

.release-note li {
    display: flex;
    align-items: center;
}

.release-note img[alt=logo] { 
    width: 30px;
    height: 30px;
    padding: 5px;
} 


.navbar-dropdown {
    right: 0;
    left: unset !important;
}


.mobile-setting {
    margin-top: 10px;
}

.mobile {
    padding: 4px 0 4px 0;
}

.mobile input {
    width: 260px;
    margin-right: 10px;
}

.captcha  {
    padding: 4px 0 4px 0;
}

.captcha input {
    margin-right: 10px;
    width: 160px;
}


.navbar-menu .navbar-item {
    padding: 0.5rem 0.5rem;
}

#settingsMenu > div {
    display: flex;
    min-width: 30px;
}

.settings {
    display: flex;
    align-items: center;
}


.create-doc.button {
    padding: 0 20px 0 20px;
    background-color: #417FED;
    color: white;
    height: 36px;
}

.create-doc.button:hover {
    background-color: #246EF3;
    color: white;
}


.create-doc.button:focus {
    background-color: #246EF3;
    color: white;
}


.officelist {
    user-select: none;
}

.officelist.table tr td {
    border-left: none !important; 
    border-right: none !important;
}

.officelist tr {
    display: flex;
    cursor: pointer;
}

.officelist .ct-icon {
    display: flex;
    width: 60px;
    padding: 0.5em 0.75em;
} 


.officelist .name {
    display: flex;
    flex: 1;
}


.officelist .owner {
    display: flex;
    width: 120px;
    min-width: 120px;
}


.officelist .lastmodified {
    display: flex;
    width: 150px;
    min-width: 150px;
}

.officelist .filesize {
    display: flex;
    width: 100px;
    min-width: 100px;
}

.doc-create-menu {
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 0;
    width: 150px;
    height: 128px;
    display: flex;
    z-index: 100;
    background-color: white;
    border: 1px solid #ececec;
}


.doc-create-menu-content {
    width: 100%;
}

.doc-create-item {
    display: flex;
    padding: 5px 15px 5px 15px;
    align-items: center;
    justify-content: flex-start;
}


.doc-create-item:hover {
    background-color: #ececec;
}


.doc-create-item .ct-icon {
    padding: 0;
    margin-right: 4px;
}

.doc-create-item .doc-func {
    padding: 4px;
}


.ct {
  font-size: 24px;
  font-family: "Material Icons";
}

.ct-0:before {
  /* content: "file_present"; */
  content: "file_present";
}

/* audio/aac */
.ct-10:before {
  content: "music_note";
}

/* application/x-abiword */
.ct-11:before {
  content: "article";
}

/* application/x-freearc */
.ct-12:before {
  content: "archive";
}
/* image/avif */
.ct-13:before {
  content: "play_circle_filled";
}
/* video/x-msvideo */
.ct-14:before {
  content: "play_circle_filled";
}
/* application/vnd.amazon.ebook */
.ct-15:before {
  content: "book";
}
/* application/octet-stream */
.ct-16:before {
  content: "file_present";
}
/* image/bmp */
.ct-17:before {
  content: "image";
}
/* application/x-bzip */
.ct-18:before {
  content: "archive";
}
/* application/x-bzip2 */
.ct-19:before {
  content: "archive";
}
/* application/x-cdf */
.ct-20:before {
  content: "file_present";
}
/* application/x-csh */
.ct-21:before {
  content: "file_present";
}
/* text/css */
.ct-22:before {
  content: "code";
}
/* text/csv */
.ct-23:before {
  content: "file_present";
}
/* application/msword */
.ct-24:before {
  content: "file_present";
}

/* application/vnd.ms-fontobject */
.ct-26:before {
  content: "file_present";
}
/* application/epub+zip */
.ct-27:before {
  /* content: "file_present"; */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e未命名%3c/title%3e%3cg id='页面-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='newword' fill-rule='nonzero'%3e%3crect id='矩形' fill='%23006EFF' x='0' y='0' width='200' height='200' rx='20'%3e%3c/rect%3e%3crect id='矩形' stroke='%23006EFF' stroke-width='5' fill='%23FFFFFF' x='37' y='134' width='105' height='25'%3e%3c/rect%3e%3crect id='矩形' stroke='%23006EFF' stroke-width='5' fill='%23FFFFFF' x='37' y='40' width='105' height='25'%3e%3c/rect%3e%3crect id='矩形' stroke='%23006EFF' stroke-width='5' fill='%23FFFFFF' x='37' y='87' width='63' height='25'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
/* application/gzip */
.ct-28:before {
  content: "file_present";
}
/* image/gif */
.ct-29:before {
  content: "image";
}
/* text/html */
.ct-30:before {
  content: "file_present";
}
/* image/vnd.microsoft.icon */
.ct-31:before {
  content: "file_present";
}
/* text/calendar */
.ct-32:before {
  content: "file_present";
}
/* application/java-archive */
.ct-33:before {
  content: "file_present";
}
/* image/jpeg */
.ct-34:before {
  content: "image";
}
/* text/javascript */
.ct-35:before {
  content: "file_present";
}
/* application/json */
.ct-36:before {
  content: "file_present";
}
/* application/ld+json */
.ct-37:before {
  content: "file_present";
}
/* audio/midi audio/x-midi */
.ct-38:before {
  content: "file_present";
}
/* audio/mpeg */
.ct-40:before {
  content: "file_present";
}
/* video/mp4 */
.ct-41:before {
  content: "file_present";
}
/* video/mpeg */
.ct-42:before {
  content: "file_present";
}
/* application/vnd.apple.installer+xml */
.ct-43:before {
  content: "file_present";
}
/* application/vnd.oasis.opendocument.presentation */
.ct-44:before {
  content: "file_present";
}
/* application/vnd.oasis.opendocument.spreadsheet */
.ct-45:before {
  content: "file_present";
}
/* application/vnd.oasis.opendocument.text */
.ct-46:before {
  content: "file_present";
}
/* audio/ogg */
.ct-47:before {
  content: "file_present";
}
/* video/ogg */
.ct-48:before {
  content: "file_present";
}
/* application/ogg */
.ct-49:before {
  content: "file_present";
}
/* audio/opus */
.ct-50:before {
  content: "file_present";
}
/* font/otf */
.ct-51:before {
  content: "file_present";
}
/* image/png */
.ct-52:before {
  content: "image";
}
/* application/pdf */
.ct-53:before {
  content: "file_present";
}
/* application/x-httpd-php */
.ct-54:before {
  content: "file_present";
}
/* application/vnd.ms-powerpoint */
.ct-55:before {
  content: "file_present";
}

/* application/vnd.rar */
.ct-57:before {
  content: "file_present";
}
/* application/rtf */
.ct-58:before {
  content: "file_present";
}
/* application/x-sh */
.ct-59:before {
  content: "file_present";
}
/* image/svg+xml */
.ct-60:before {
  content: "file_present";
}
/* application/x-tar */
.ct-61:before {
  content: "file_present";
}
/* image/tiff */
.ct-62:before {
  content: "file_present";
}
/* video/mp2t */
.ct-63:before {
  content: "file_present";
}
/* font/ttf */
.ct-64:before {
  content: "file_present";
}
/* text/plain */
.ct-65:before {
  content: "file_present";
}
/* application/vnd.visio */
.ct-66:before {
  content: "file_present";
}
/* audio/wav */
.ct-67:before {
  content: "file_present";
}
/* audio/webm */
.ct-68:before {
  content: "file_present";
}
/* video/webm */
.ct-69:before {
  content: "file_present";
}
/* image/webp */
.ct-70:before {
  content: "file_present";
}
/* font/woff */
.ct-71:before {
  content: "file_present";
}
/* font/woff2 */
.ct-72:before {
  content: "file_present";
}
/* application/xhtml+xml */
.ct-73:before {
  content: "file_present";
}
/* application/vnd.ms-excel */
.ct-74:before {
  content: "file_present";
}
/* application/xml */
.ct-76:before {
  content: "file_present";
}
/* text/xml */
.ct-77:before {
  content: "file_present";
}
/* application/vnd.mozilla.xul+xml */
.ct-78:before {
  content: "file_present";
}
/* application/zip */
.ct-79:before {
  content: "file_present";
}
/* video/3gpp */
.ct-80:before {
  content: "file_present";
}
/* audio/3gpp */
.ct-81:before {
  content: "file_present";
}
/* video/3gpp2 */
.ct-82:before {
  content: "file_present";
}
/* audio/3gpp2 */
.ct-83:before {
  content: "file_present";
}

.docshome-header {
    display: flex;
    align-items: center;
}

.doc-filter {
    display: flex;
    margin-left: 10px;
    line-height: 1;
    height: 32px;
    align-items: center;
    margin-left: 10px;
}


.doc-filter .filter-item {
    cursor: pointer;
    padding: 5px 8px 5px 8px;
    font-size: 18px;
    width: auto;
    /*
    border-bottom: 3px solid transparent;
    */
}



.doc-filter .filter-item.filter-item-all.active {
    /*
    border-bottom: 3px solid #00A853;
    height:36px;
    */
    color: #417FED;
    background-color: #417FED1A;
    box-sizing: border-box;
}


.doc-filter .filter-item.hedwi-docs.active {
    /*
    border-bottom: 3px solid #417FED;
    height:36px;
    */
    color: #417FED;
    background-color: #417FED1A;
    box-sizing: border-box;
}



.doc-filter .filter-item.hedwi-sheets.active {
    /*
    border-bottom: 3px solid #00A853;
    height:36px;
    */
    color: #00A853;
    background-color: #00A8531A;
    box-sizing: border-box;
}


.doc-filter .filter-item.hedwi-slides.active {
    /*
    border-bottom: 3px solid #D77A4E;
    height:36px;
    */
    color: #D77A4E;
    background-color: #D77A4E1A;
    box-sizing: border-box;
}



.doc-filter .filter-item.active {
    /*
    border-bottom: 3px solid #417FED;
    */
}

.doc-filter .filter-item a div span {
    color: #000000;
}

.doc-filter .filter-item.hedwi-docs.active a div span {
    color: #417FED;
    font-weight: bold;
}

.doc-filter .filter-item.hedwi-sheets.active a div span {
    color: #00A853;
    font-weight: bold;
}


.doc-filter .filter-item.hedwi-slides.active a div span {
    color: #D77A4E;
    font-weight: bold;
}


.doc-filter  {
    display: flex;
}

.doc-filter  .filter-item a {
    padding: 0;
    margin: 0;
    width: 80px;
}



.doc-filter  .filter-item a > div {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-self: space-between;
}


.doc-filter  .filter-item a div span {
    padding: 0 5px 0 5px;
    font-weight: bold;
    color: #666666;
}


.filter-item .filter-image {
    width: 20px;
    height: 20px;
}

.doc-filter {
    border-bottom-color: #485fc7;
    color: #485fc7;
}


ul.product-list li {
    list-style: none;
}

.product-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.product-item .product-icon {
    display: flex;
    align-items: center;
    width: 32px;
    padding: 4px;
}

.product-item .product-title {
    display: flex;
    align-items: center;
    border-top: none !important;
}

.product-item .product-title span {
    color: #666666;
    display: flex;
    align-items: center;
    width: 100px;
    font-size: 14px;
}

.product-item .product-title span:hover {
    color: #3273dc;
}


img.product-image {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

.price-content .product-list {
    padding-left: 10px;
}

.price-content {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.price-product {
    width: 150px;
}

.price-table {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}


.price-table legend {
    background-color: #1d7fff;
    color: #fff;
    padding: 3px 6px;
} 

.price-table .plan {
    width: 265px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 30px 0 0;
}

.price-table .plan-item {
    width: 100%;
}

.price-table .plan fieldset {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px 15px 20px 15px;
}

.price-table .plan fieldset label {
    display: block;
    margin-bottom: 5px;
}

.price-table .price-item {
    font-size: 16px;
}

.price-table .price-item {
    margin-top: 20px;
    font-size: 20px;
}

.price-table .product-price  {
    margin-left: 10px;
}


.product-item .product-price .product-title span {
    font-size: 36px !important;
    font-weight: bold;
}

.price-table img.product-image {
    width: 24px;
    height: 24px;
}


.price-table .product-title {
    font-size: 16px;
}

.price-table .product-item .product-title span {
    width: auto !important;
}

.price-table .product-title.year span {
    font-size: 14px;
}

.price-table .product-title span:hover {
    color: #000000;
}

.price-table .product-title.ori-price span {
    margin-left: 10px;
}

.product-item .product-title.ori-price span{
    font-size: 24px !important;
    color: #a7a7a7;
    text-decoration: line-through;
}


.product-item .buy-button {
    display: flex;
    width: 100%;
    background-color: #417FED;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.payment-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.payment-item {
    display: flex;
    width: 400px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 20px 20px 20px;
    /*
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    */
}

.payment-item-title {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.payment-item-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

.checkout-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.big-box {
    width: 100%;
    /* height: 500px; */
    background-color: transparent;
    height: auto;
    /*
    margin: 10px auto; 
    */
    position: relative;
    box-shadow: 0 0 3pc rgba(0, 0, 0, 0.4);
}

.img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.show-box {
    display: flex;
    width: 100%;
    transition: all 0.5s;
}

.show-box img {
    float: left;
    width: 100%;
    /*
    min-width: 500px;
    min-height: 400px;
    */
}


.arrowhead-box {
    position: absolute;
    top: 40%;
    float: left;
    width: 100%;
    height: 30px;
}

.arrowhead-box span.prev-image {
    user-select: none;
    color: #666666;
    font-size: 24px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #c8c4c466;
    background-position: 6px 14px;
    cursor: pointer;
    opacity: 0.5;
}

.arrowhead-box span.next-image {
    user-select: none;
    color: #666666;
    font-size: 24px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #c8c4c466;
    background-position: 6px 14px;
    cursor: pointer;
    opacity: 0.5;
}


.arrowhead-box span:nth-child(2) {
    float: right;
    /*
    transform:rotate(180deg);
    */
}

.arrowhead-box span:hover {
    opacity: 1;
}

.swiper-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-box span {
    float: left;
    width: 12px;
    height: 12px;
    background-color: #666666;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.swiper-box span:nth-child(1) {
    width: 100px;
}

.thumbs {
    /*
    flex: 1;
    margin: 0 auto;
    */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.thumb-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.thumb-list-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 5px;
    box-sizing: border-box;

}

.thumb-list-item .selected {
    border: 2px solid #209cee;
    box-sizing: border-box;
}

.thumb-list-item div {
    border: 2px solid #ececec;
    box-sizing: border-box;
}

.product-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #ececec;
}

.product-title span {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
}

.updates div {
    display: flex;
    align-items: center;
}

.demo {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.demo-video iframe {
    height: 600px;
    width: 800px;
}

.demo-content {
    flex: 1;
}
.preview-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}


.opensource-title {
    display: flex;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
}

ul.opensource-list li {
    cursor: pointer;
    user-select: none;
    height: 36px;
    display: flex;
    align-items: center;
}


ul.opensource-list li:hover {
    background-color: #ececec;
}

ul.opensource-list li a {
    width: 100%;
}

ul.opensource-list li a:hover {
    color: #3273dc;
}


.extra-footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px 0 20px 0;
}


.extra-footer-part {
    display: flex;
    flex-direction: column;
    flex: 1;
}


.extra-footer-part .footer-part-title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}

.extra-footer-part .footer-item {
    display: flex;
    flex-direction: column;
}


.extra-footer-part .footer-item > div {
    min-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.extra-footer-part .footer-item .phone-part {
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.extra-footer-part .footer-item .phone-part i {
    display: flex;
    align-items: center;
}


.extra-footer-part .footer-item .phone-part:hover div i {
    color: #3273dc;
}

.extra-footer-part .footer-item .phone-part:hover div span {
    color: #3273dc;
}

.extra-footer-part .footer-item .email-part:hover div i {
    color: #3273dc;
}

.extra-footer-part .footer-item .email-part:hover div span {
    color: #3273dc;
}



.extra-footer-part .footer-item i {
    cursor: pointer;
    color: #666666;
    padding: 4px 4px 4px 0;
}



.extra-footer-part .footer-item i:hover {
    color: #3273dc;
}


.extra-footer-part .footer-item a {
    color: #666666;
}


.extra-footer-part .footer-item a:hover {
    color: #3273dc;
}


.extra-footer-part .footer-item .email-part a div  {
    display: flex;
    align-items: center;
}

.extra-footer-part .footer-item .email-part a div i {
    display: flex;
    align-items: center;
}


.extra-footer-part .footer-item .email-part a {
    padding: 4px 0 4px 0;
}

.extra-footer-part .erweima {
    width: 120px;
    height: 120px;
}


.extra-footer-part div .product-item {
    padding: 0;
    margin: 0;
    height: 28px;
}

.extra-footer-part div .product-item .product-icon img {
    border: 1px solid transparent;
}

.extra-footer-part div .product-item:hover .product-icon img {
    border: 1px solid #ececec;
}

.extra-footer-part div .product-item  .product-icon {
    margin-right:4px;
    padding: 0;
    width: 20px;
    height: 20px;
}

.signup-part {
    display: flex;
    flex-direction: row;
}


.extra-footer-part div .product-item  .product-image {
    padding: 0;
    width: 20px;
    height: 20px;
}

.weibo-icon {
    width: 20px;
    height: 20px;
}

.tw-icon {
    width: 20px;
    height: 20px;
}

.hedwi-docs {

}

.hedwi-sheets {
}


.hedwi-slides {
}

.has-domain {
    vertical-align: middle !important;
    text-align: center !important;
}

a.is-link:hover {
    color: #3273dc !important;
    text-decoration: underline;
}

.login-notice {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.login-notice div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
}


.login-notice a:hover {
    color: #3273dc ;
}

a.blank {
    padding: 5px;
}

.hedwi-product-image {
    height: 540px;
    border: 1px solid #ececec;
    box-shadow: 7px 7px 5px #ececec;
    padding: 50px 10px 50px 10px;
    box-sizing: border-box;
    /*
    height: 200px;
    width: 100px;
    */
}

.even .img-col {
    display: flex;
    justify-content: flex-start;
    padding: 50px;
}


.odd .img-col {
    display: flex;
    justify-content: flex-end;
    padding: 50px;
}

.home-main section {
    margin: 50px 0 120px 0;
}


.home-main section .feature {
    font-size: 32px;
}


.license-notice {
    padding: 10px 0 0 0;
}

.member-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.member-area .table-list {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    
}


.table tr td {
    vertical-align: middle;
}

table td.user {
    width: 30%;
}


table td.user {
    vertical-align: top;
}

table td.password {
    width: 30%;
}

table td.password .checkbox {
    padding-top: 5px;
}

table td.need-change {
    width: 20%;
}

table td.action {
    width: 20%;
    vertical-align: top;
}

#apps {
    display: flex;
    align-items: center;
}

#apps div {
    display: flex;
    align-items: center;
}


#apps div span {
    height: 24px;
}

.apps-icon {
    display: flex;
    align-items: center;
}

#appMenu {
    display: flex;
}

#apps-btn .navbar-link:not(.is-arrowless):after {
    border: none !important;
}

.app-list {
    display: flex;
}


.navbar-item #appsMenu {
    display: none ;
}

.is-active.navbar-item #appsMenu {
  display: flex !important;
  flex-direction: column;
  width: 330px !important;
  overflow: auto;
  flex-wrap: wrap;
  box-sizing: border-box;
}




.app-list {
  display: flex;
  padding: 10px 5px 10px 5px;
  width: 100%;
  overflow: auto;
  flex-wrap: wrap;
  box-sizing: border-box;
}


.app-item {
  width: 80px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 5px 0 5px 0;
}

.app-item:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.app-item i {
  font-size: 60px;
}

.app-item div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-item .app-logo img {
      width: 50px;
    height: 50px;
    padding: 5px;
}


.app-item .app-name span {
  font-size: 14px;
  width: auto !important;
  color: #666666;
}


.app-item .app-name span {
}

.app-item.extra .app-logo img {
  padding: 6px;
  box-sizing: border-box;
}

.feature-title {
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.feature-detail {
    margin-top: 0px;
    font-size: 18px;
    padding: 5px 0 5px 0;
}

.feature-item {
    padding: 5px 0 5px 0;
}

.feature-detail ul li {
    font-size: 20px;
}

.feature .doc-item .doc-logo {
    width: 50px;
    height: 50px;
    border: 1px solid #ececec;
}



.feature .doc-item .doc-title {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.document-home-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.document-home {
    width: 100%;
    height: 100%;
    min-height: 400px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.document-item {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.document-item .doc-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px 0 0;
}

.document-item .doc-item {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.document-item .doc-item .doc-logo img {
    width: 48px;
    height: 48px;
}



/*
qa-section
*/


.qa-section {
    margin-top: 2em;
    margin-bottom: 2em;
}
.qa-list {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 10px 0 0 50px;
}
.qa-item {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    border-bottom: 1px solid #eee;
}

.qa-item:last-child {
    border-bottom: none;
}
.qa-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
    padding: 0.5em 0;
}
.qa-question:hover {
}

.qa-question-text {
    flex: 1;
    display: flex;
    width: 100%;
    height: 24px;
    font-size: 20px;
    align-items: center;
}

.qa-answer {
    margin-top: 0.5em;
    color: #555;
    padding-left: 0;
    font-size: 1em;
}
.qa-arrow {
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 1em;
    margin-left: 0;
    font-size: 24px;
}


.qa-title {
    padding-left: 50px;
    font-size:1.5em;
    font-weight:bold;
}


/* application/vnd.openxmlformats-officedocument.wordprocessingml.document */
.ct-25 {
    /* content: "file_present"; */
    width: 22px !important;
    height: 22px !important;
    margin: 1px !important;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='22px' height='22px' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3edocs%3c/title%3e%3cg id='页面-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='docs_副本' fill-rule='nonzero'%3e%3crect id='矩形' fill='%231D7FFF' x='0' y='0' width='200' height='200' rx='20'%3e%3c/rect%3e%3cg id='编组' transform='translate(50, 48)' fill='%23FFFFFF'%3e%3crect id='矩形' x='0' y='80' width='100' height='24'%3e%3c/rect%3e%3crect id='矩形' x='0' y='0' width='100' height='24'%3e%3c/rect%3e%3crect id='矩形' x='0' y='40' width='58' height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}


 

.ct-75 {
    width: 22px !important;
    height: 22px !important;
    margin: 1px !important;
    box-sizing: border-box !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='22px' height='22px' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3esheets 2%3c/title%3e%3cg id='页面-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='sheets' fill-rule='nonzero'%3e%3crect id='background' fill='%2300A853' x='0' y='0' width='200' height='200' rx='20'%3e%3c/rect%3e%3cg id='编组' transform='translate(33, 48)' fill='%23FFFFFF'%3e%3crect id='矩形' x='0' y='0' width='38' height='28'%3e%3c/rect%3e%3crect id='矩形' x='96' y='0' width='38' height='28'%3e%3c/rect%3e%3crect id='矩形' x='48' y='0' width='38' height='28'%3e%3c/rect%3e%3crect id='矩形' x='0' y='38' width='38' height='28'%3e%3c/rect%3e%3crect id='矩形' x='96' y='38' width='38' height='28'%3e%3c/rect%3e%3crect id='矩形' x='48' y='38' width='38' height='28'%3e%3c/rect%3e%3crect id='矩形' x='0' y='76' width='38' height='28'%3e%3c/rect%3e%3crect id='矩形' x='96' y='76' width='38' height='28'%3e%3c/rect%3e%3crect id='矩形' x='48' y='76' width='38' height='28'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}




/* application/vnd.openxmlformats-officedocument.presentationml.presentation */
.ct-56 {
    width: 22px !important;
    height: 22px !important;
    margin: 1px !important;
    box-sizing: border-box !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='22px' height='22px' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eslides%3c/title%3e%3cg id='页面-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='new-presentation_副本'%3e%3crect id='矩形' fill='%23DA794C' fill-rule='nonzero' x='0' y='0' width='200' height='200' rx='20'%3e%3c/rect%3e%3cg id='编组' transform='translate(43, 48)' fill='%23FFFFFF'%3e%3crect id='矩形' x='0' y='62' width='26' height='42'%3e%3c/rect%3e%3crect id='矩形' x='88' y='0' width='26' height='104'%3e%3c/rect%3e%3crect id='矩形' x='44' y='31' width='26' height='73'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
