body {
    font-family: 'Î¢ÈíÑÅºÚ', "PingFang SC";
    font-size: 14px;
    height: 100%;
    text-align: left;
    color: #666;
    background-color: #f5f6fa
}

[class*=el-icon-], [class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-color: #dcdfe6;
    color: #1b1b1b;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 2px;
}
    .el-button + .el-button {
        margin-left: 10px;
    }
.el-tag {
    background-color: #ecf2fc;
    border-color: #d8e5fa;
    color: #3c7ee5;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #3c7ee5;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

    .el-tag .el-icon-close {
        border-radius: 50%;
        text-align: center;
        position: relative;
        cursor: pointer;
        font-size: 12px;
        height: 16px;
        width: 16px;
        line-height: 16px;
        vertical-align: middle;
        top: -1px;
        right: -5px;
    }

    .el-tag .el-tag__close {
        color: #3c7ee5;
    }

.el-icon-close:before {
    content: "\e6db";
}

[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-row {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    .el-row::after, .el-row::before {
        display: table;
        content: "";
    }
    .el-row::after {
        clear: both;
    }
.fr {
    float: right !important;
}
.text-center {
    text-align: center !important;
}
    .center {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.el-button--primary {
    color: #fff;
    background-color: #3c7ee5;
    border-color: #3c7ee5;
}
.clearfix:after, .clearfix:before {
    display: table !important;
    content: " " !important;
    clear: both !important;
}

.mt60 {
    margin-top: 60px !important;
}
.mr20 {
    margin-right: 20px !important;
}


    .title {height: 28px;font-size: 28px;color: #333333;line-height: 28px;text-align: left;margin: auto}

.text-gray {
    color: #9b9b9b !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}
.fs12 {
    font-size: 12px !important;
}


.logo-steps {background: url("/static/img/epower/logo/bg.png") center center no-repeat;height: 690px;}

.logo-steps .step-bar {padding-top: 60px;}
.logo-steps .step-bar > div{width: 25%; float: left; text-align: center;color: #999; font-size: 16px;position: relative;height: 35px;cursor: pointer;}
.logo-steps .step-bar > div i{font-style: normal;display: inline-block;width: 18px; height: 18px; text-align: center; line-height: 18px; background-color: #999; color: #fff; border-radius: 9px; font-size: 14px;}
.logo-steps .step-bar > div:after{width: 10px; height: 10px; position: absolute; border:2px #fff solid; border-radius: 5px; background-color: #C9D6FA;left: 50%; bottom: -5px; margin-left: -5px; z-index: 2;content: ' ';}
.logo-steps .step-bar > div.active {color: #394C80}
.logo-steps .step-bar > div.active  i {background-color: #394C80}
.logo-steps .step-bar > div.active:after {background-color: #3C7EE5}

.logo-steps .step-bar > div.progress {width: 100%; height: 10px; background-color: #C9D6FA; border-radius: 5px; position: relative;z-index: 1}
.logo-steps .step-bar > div.progress:after{width: 0; height: 10px; background-color: #3C7EE5; border-radius: 5px;position: absolute; top: 0; left: 0;z-index: 1; border:0px}
.logo-steps .step-bar > div.progress.p1:after{width: 25%;}
.logo-steps .step-bar > div.progress.p2:after{width: 50%;}
.logo-steps .step-bar > div.progress.p3:after{width: 75%;}
.logo-steps .step-bar > div.progress.p4:after{width: 100%;}

.logo-steps .step-contents {
    background: url("/static/img/epower/logo/img.png") center center no-repeat; height: 466px;
}

.logo-steps .step-contents .title {
    padding: 60px 0;
}

.next-step {
    width: 138px; height: 44px; margin: auto; font-size: 16px;
}
.logo-steps .step-contents .name-slogan {width: 760px; margin: 30px auto}
.logo-steps .step-contents .name-slogan > div {width: 360px}
.logo-steps .step-contents .name-slogan.with-desc > div{width: 100%}
.logo-tags .el-tag{ cursor: pointer}

.cubic-bezier-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.labeled-input {
    height: 70px;
    position: relative;
}
.labeled-input input {
    height: 70px; border: 1px #DFE3F1 solid;width: 100%; line-height: 70px;
    padding: 25px 20px 5px 18px;font-size: 20px; color: #333;
    border-radius: 4px;
}
.labeled-input input + label {
    position: absolute; left: 20px; font-size: 16px; line-height: 16px; top:27px; color: #999; pointer-events:none
}

.labeled-input input:focus{
    border:1px #3C7EE5 solid;
}
.labeled-input input:focus + label, .labeled-input input + label.locked {
    position: absolute; left: 20px; font-size: 14px; line-height: 14px; top:10px; color: #999; pointer-events:none
}

.industries ul {margin-top: 40px}
.industries ul li {border-radius:4px;border:1px #fff solid;float: left; width: 180px; margin-right: 24px; background-color: #fff; color: #999; text-align: center; height: 90px;margin-bottom: 20px; padding: 20px;cursor: pointer}
.industries ul li.selected {color: #3C7EE5; border:1px #3C7EE5 solid;}
.industries ul li i {font-size: 20px;}
.industries ul li p{margin-top: 5px; font-size: 14px;}
.industries ul li:nth-child(6n) {margin-right: 0; }

.create-steps {}

.create-steps .progress{text-align: center; color: #3C7EE5; margin: auto; font-size: 28px}
.create-steps div.progress-list {margin: 18px auto 0; width: 240px}
.create-steps div.progress-list > div {
    width: 240px;
    height: 32px;
    color: #666;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    position: relative;
}
.create-steps div.progress-list .finished{
    color:#3C7EE5;
}
.create-steps div.progress-list .finished:after,
.create-steps div.progress-list .creating:after{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0px; right: 8px;
}
.create-steps div.progress-list .finished:after{
    content: "\e62a";
}
.create-steps div.progress-list .creating{
    background: #F1F6FE;
    border-radius: 2px;
    border: 1px dashed #3C7EE5;
    color: #3C7EE5;
}

.create-steps div.progress-list .creating:after{
    content: "\e61e";
    right: 11px;
    animation: rotate 4s linear infinite;
}

.logo-nav-bar-wrapper {
    width: 1200px;
    height: 60px;
}

.logo-nav-bar {
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 20px;
}
.logo-nav-bar-wrapper.logo-nav-bar-wrapper-float .logo-nav-bar {
    position: fixed; top: 70px; z-index: 10;
    border-radius: 0px; border-bottom: 1px #eee solid;
}

.logo-list {
}
.logo-list > div {background-color: #fff; box-shadow: 0px 2px 4px 0px rgba(182, 192, 219, 0.3);  position:relative;float: left; width: 380px; margin: 0 30px 30px 0; height: 280px;border-radius: 8px; text-align: center; display: flex; align-items: center; justify-content: center;flex-wrap: wrap}
.logo-list > div > i, .logo-list > div > p.tips{display: none}
.logo-list > div > p.tips {width: 264px;
    height: 30px;
    background: #FFEBE0;
    border-radius: 4px; position: absolute; line-height: 30px; bottom: 10px; left: 50%; margin-left: -127px; color: #FF7733; font-size: 12px;
    opacity: 0.6
}
.logo-list > div:hover {box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);transform: scale(1.1);}
.logo-list > div:hover > i.favourite, .logo-list > div:hover > p.tips{display: block}
.logo-list > div img {max-width: 380px; max-height: 280px;border-radius: 8px;}
.logo-list > div:nth-child(3n){margin-right: 0px}
.logo-list > div.logo-more {display: block; text-align: center;}
.logo-list > div.logo-more >div{margin-top: 90px}
.logo-list > div.logo-more >div button {width: 215px;
    background: #F1F6FE;
    border-radius: 4px;
    border: 1px solid #3C7EE5; font-size: 16px; color: #3c7ee5; padding: 12px 0; cursor: pointer}
.logo-list > div.logo-more >p{margin-top: 30px}

i.loading:after{
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61e";
    color: #ccc;
    animation: rotate 4s linear infinite;
}

.logo-our {background: #fff url("/static/img/epower/logo/bg-1.png") top center no-repeat; padding: 60px 0 70px}
.logo-our .center > h4 {line-height: 100%; font-size: 32px; color: #fff; text-align: center}
.logo-our .center > div{margin-top: 60px;text-align: center}
.logo-our .center > div > div {padding: 60px 36px 40px; margin-bottom:30px;float: left; width: 380px; height: 320px; margin-right: 30px;background: #FFFFFF;box-shadow: 0px 0px 16px 0px rgba(182, 192, 219, 0.5);border-radius: 8px;}
.logo-our .center > div > div:nth-child(3n){margin-right: 0}
.logo-our .center > div > div .logo-our-icon{margin: auto; width: 100px ;height: 100px; background-color: #E6EDFF; border-radius: 50px; text-align: center; line-height: 100px;}
.logo-our .center > div > div .logo-our-icon .icon{font-size: 50px;}
.logo-our .center > div > div h5{font-size: 18px; color: #333; margin-top: 40px; margin-bottom: 20px; line-height: 100%}
.logo-our .center > div > div p{font-size: 14px; color: #999; }

.logo-examples {padding: 60px 0; background-color: #F1F6FE}
.logo-examples .center > h4 {line-height: 100%; font-size: 32px; color: #333; text-align: center}
.logo-examples .center > div{margin-top: 60px;text-align: center}
.logo-examples .center > div >div{float: left; margin-right: 30px; width: 276px; height: 204px; border-radius: 8px;  margin-bottom: 22px;}
.logo-examples .center > div >div img {border-radius: 8px}
.logo-examples .center > div >div:nth-child(10n+3),
.logo-examples .center > div >div:nth-child(10n+5),
.logo-examples .center > div >div:nth-child(10n+8){margin-right: 0}
.logo-examples .center > div >div:nth-child(10n + 1){width: 585px; height: 430px}
.logo-examples .center > div >div:nth-child(10n + 8){width: 585px; height: 430px; float: right}




