
.title {height: 28px;font-size: 28px;color: #333333;line-height: 28px;text-align: left;margin: auto}


.logo-steps {background: url("/statics/epower/img/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("/statics/epower/img/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}

.logo-list > div  > i.tag-label{
    position: absolute; top:0;
    left: 0;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px; background-color: #fff;  box-shadow: 0px 2px 2px 0px #ddd;
    display: block;
    font-size: 12px; color: #333333; padding: 4px 8px; cursor: pointer;
}
.logo-list > div  > i.tag-label-2{color: #FFA700}
.logo-list > div  > i.tag-label-3{color: #FF6700}
.logo-list > div  > i.tag-label:before{font-size: 14px;}

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: url("/statics/epower/img/logo/bg-1.png") #fff top center no-repeat;padding: 60px 0 70px}
.logo-our .center > h4 {line-height: 100%; font-size: 32px; text-align: center}
.logo-our .center > div{margin-top: 60px;text-align: center}
.logo-our .center > div > div {padding: 20px 36px 20px; margin-bottom:30px;float: left; width: 380px; height: 280px; 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}
