
:root {
    /* 主题色 */

    /* 辅助色 */

    /* 标签色 */

    /* 背景色 */

    /* 边框色 */

    /* 字体 */
}
.bg-main {
    background-color: #14649f;
}
.color-main {
    color: #14649f;
}
/* 用户 */
.menu__uesr {
        margin: 36px 0 24px;
        padding: 0 30px;
}
.menu__uesr--avater {
        width: 52px;
        height: 52px;
        margin-right: 20px;
        border-radius: 50%;
        font-size: 52px;
}
.menu__uesr--detail {
        width: 86px;

        padding: 4px 0;

        line-height: 52px;
}
.menu__uesr--name {
        font-weight: 900;
        color: #4d4d4d;
}
.menu__uesr--group {
        color: #808080;
}
/* 菜单 */
.menu__module {
        -ms-flex: 1;
            flex: 1;

        margin-bottom: 20px;
        overflow: auto;

        color: #4d4d4d;
}
.menu__module--name {
        padding: 12px 20px;
}
@media (max-width: 768px) {
.mobile {
            display: none;
}
}
/*
    @media (min-width: 768px) {
        .custom-padding.use-padding {
            padding-left: 120px;
            padding-right: 120px;
        }
    }

    @media (min-width: 1024px) {
        .custom-padding.use-padding {
            padding-left: 180px;
            padding-right: 180px;
        }
    }

    @media (min-width: 1280px) {
        .custom-padding.use-padding {
            padding-left: 260px;
            padding-right: 260px;
        }
    }*/
.customs_status {
        border-radius: 10px;
        background-color: #fff;
}
.customsBook .el-step.is-vertical .el-step__main {
        padding-left: 24px;
}
.customsBook .el-step.is-vertical .el-step__line {
        width: 2px;
        left: 17px;
}
.customsBook .el-step.is-horizontal .el-step__line{
        height: 2px;
        top: 17px;
}
.customsBook .el-step__icon {
        width: 36px;
        height: 36px;
}
.customsBook .el-step.is-center .el-step__description {
        padding-left: 5px;
        padding-right: 5px;
}
.customsBook .el-step__head.is-process {
        color: #14649f;
        border-color: #14649f;
}
.customsBook .el-step__description.is-process,
    .customsBook .el-step__title.is-process{
        color: #14649f;
}
.file-lists .el-icon-close {
        display: none !important;
}
.file-lists .el-upload-list__item-status-label {
        display: none !important;
}
.desk-step-box {
        width: 1820px;
}
.desk-collapse-box {
        width: calc(100vw - 48px);
        overflow: auto;
}


:root {
    /* 主题色 */

    /* 辅助色 */

    /* 标签色 */

    /* 背景色 */

    /* 边框色 */

    /* 字体 */
}
.bg-main {
    background-color: #14649f;
}
.color-main {
    color: #14649f;
}
/*右侧导航*/
.header__right-List {
    margin: 0;
    list-style: none;
    line-height: 50px;
    text-align: center;
    padding: 0;
    color: #fff;
}
.header__right-List > li {
    float: left;
}
.header__right-leftList {
    float: left;
}
.header__right-rightList {
    float: right;
    margin-right: 10px;
}
.header__right-left-item {
    min-width: 60px;
    height: 50px;
    line-height: 56px;
}
.header__right-left-menu {
    height: 50px;
    width: 80px;
}
.header__right-left-item-a {
    padding: 18px 15px 13px 15px;
    cursor: pointer;
}
.icon_exit-toggle{
    transform:rotate(180deg)
}
.header__right-left-menu-a {
    padding: 16px 12px;
    cursor: pointer;
}
.header__right-left-menu-a:hover {
    background-color: #66b1ff;
}
/* 更多应用 */
.header__right-left-menu-more {
    width: 92px;
    height: 50px;
}
.header__right-left-menu-more-a {
    padding: 16px 9px;
    cursor: pointer;
}
/* 菜单切换 */
.navs-popover{
    max-width: 584px;
    top: 40px !important;
}
.haeder__navs {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.haeder__navs--item {
    display: -ms-flexbox;
    display: flex;
    width: 79px;
    height: 94px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    cursor: pointer;
}
.haeder__navs--item:hover {
    color: #14649f;
}
.haeder__navs--item-img{
    margin-bottom: 10px;
    margin-top: 4px;
}
/* 项目切换 */
.projects-popover {
    top:42px !important;
    padding: 30px 0 0;
}
/* 项目切换搜索框 */
.header__projects--search {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 250px;
}
.header__projects--search>.el-input__inner {
    border-radius: 20px;
}
.header__projects--search > .el-input__inner {
    height: 30px;
}
.header__projects--group-project{
    margin-top: 20px
}
.header__projects--project {
    display: inline-block;

    padding: 4px 12px;
    min-width: 118px;
    margin: 0px 20px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;

    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    color: #b3b3b3;
}
.header__projects--project:hover {
    color: #14649f;
    border-color: #14649f;
}
.header__projects--project.active {
    color: #fff;
    background-color: #14649f;
    border-color: #14649f;
}
.header__projects--group-name:only-child {
    display: none;
}
.header__projects--group-name{
    height: 36px;
    border-bottom: #d2d2d2 1px solid;
    margin: 0 20px 20px;

    line-height: 36px;
    font-weight: 900;
}
.header__projects--index{
    height: 30px;
    width: 80px;
    color: #fff;
    background-color: #14649f;
    border-color: #14649f;
}
/*手机app*/
.header__right-phoneItem-codes{
    height: 157px;
    margin-top:40px;
    text-align: center;
}
.header__right-phoneItem-code{
    display: inline-block;
    height: 100%;
    text-align: center;
}
.header__right-phoneItem-code-img{
    width: 140px;
    height: 140px;
}
.header__right-phoneItem-p{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 26px;
}
/*授权时间*/
.header__right-timeItem-codes{
    width: 298px;
    display: inline-block;
    height: 176px;
    text-align: center;
    padding: 20px 20px;
}
.header__right-timeItem-p{
    margin: 0 0 0 20px;
}
.header__right-timeItem-p-last{
    margin: 5px 0 30px 20px;
}
.header__right-timeItem-code{
    width: 100%;
    height: 136px;
    background-color: #f3f3f4;
}
.header__right-timeItem-container{
    background-color: #f3f3f4;
    width: 100%;
    height: 100%;
}
.header__right-timeItem-codel{
    width: 41.86%;
    float: left;
    height: 100%;
}
.header__right-timeItem-codel>i{
    margin: 28px 0 0 0;
}
.header__right-timeItem-coder{
    width: 58.1%;
    float: left;
    height: 100%;
    text-align: left;
    padding: 24px 0 0 0 ;
}
.header__right-timeItem-date{
    font-size: 14px;
    margin: 6px 0 14px;
}
.header__right-timeItem-word{
    font-size: 12px;
    margin: 0 0 8px;
}
/*popover公共样式*/
.header__right-Item-title{
    border-bottom: #d2d2d2 1px solid;
    padding-left: 20px;
    font-size: 15px
}
.header__right-Item{
    padding:0;
    top:40px !important;
}
.light-greywords{
    color: #999999
}
/*公共样式*/
.header-a-color{
    color: #fff;
    border-color: #14649f;
    background: #14649f;
}
.header__right a{
    outline: none;
}
.header__right-List >li:hover {
    background-color: #66b1ff;
}
.header__title {
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
    color: #fff;
}
.header-shrink-icon {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 0 20px;
}
.header-shrink-icon:hover {
    background-color: #66b1ff;
}


:root {
    /* 主题色 */

    /* 辅助色 */

    /* 标签色 */

    /* 背景色 */

    /* 边框色 */

    /* 字体 */
}
.bg-main {
    background-color: #14649f;
}
.color-main {
    color: #14649f;
}
.upload-logo__a{
    vertical-align: middle;
}
.upload-logo__dialog{
    line-height: 0;
}
.upload-logo__button{
    background: white;
    margin: 10px 0 24px;
    padding: 9px 0px;
    width: 72px;
}
.upload-logo__img-container{
    width: 408px;
    height: 110px;
    line-height: 110px;
    background-color: #ebebeb;
    text-align: center;
}
.upload-logo__img{
    width: 154px;
    height: 26px;
}
.upload-logo__img-explain{
    color: #fd3c45;
    margin: 20px 0 10px;
    font-size: 12px;
}

:root {
    /* 主题色 */

    /* 辅助色 */

    /* 标签色 */

    /* 背景色 */

    /* 边框色 */

    /* 字体 */
}
.bg-main {
    background-color: #14649f;
}
.color-main {
    color: #14649f;
}
/* 用户 */
.menu__uesr {
    margin: 36px 0 24px;
    padding: 0 30px;
}
.menu__uesr--avater {
    width: 52px;
    height: 52px;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 52px;
}
.menu__uesr--detail {
    width: 86px;

    padding: 4px 0;

    line-height: 52px;
}
.menu__uesr--name {
    font-weight: 900;
    color: #4d4d4d;
}
.menu__uesr--group {
    color: #808080;
}
/* 菜单 */
.menu__module {
    -ms-flex: 1;
        flex: 1;

    margin-bottom: 20px;
    overflow: auto;

    color: #4d4d4d;
}
.menu__module--name {
    padding: 12px 20px;
}


.shrink .submenu__title{
    display: none;
}
.shrink .el-submenu__icon-arrow{
    display: none;
}

.submenu__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 21px;
    margin-right: 6px;
}
.submenu__title {
    width: 112px;
}

:root {
    /* 主题色 */

    /* 辅助色 */

    /* 标签色 */

    /* 背景色 */

    /* 边框色 */

    /* 字体 */
}
.bg-main {
    background-color: #14649f;
}
.color-main {
    color: #14649f;
}
.login__background{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    min-width: 1024px;
    min-height: 768px;
    z-index: -10;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f2f5;
    zoom: 1;
}
.login__form{
    position: relative;
    width: 365px;
    height: 100vh;
    margin: 0 auto;
}
.login__form-lan{
    left: 20px;
    top: 20px;
    position: absolute;
    border: 1px solid transparent;
    border-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 112px;
    cursor: pointer;
}
.login__form-info{
    position: absolute;
    top: 26%;

    text-align: center;
}
.login__form-logo{
    width: 168px;
    height: 84px;
    position: relative;
    line-height: 84px;
    margin-bottom: 30px;
}
.login__form-info-group{
    background: #fff;
    float: left;
    margin-bottom: 25px;
    border-radius: 17px;
    width: 264px;
    border: 1px solid #dcdfe6;
}
.login__form-info-input{
    background: transparent;
    border: 0;
    height: 32px;
    color: #4c4c4c;
    outline:none
}
.login__form-info-icon{
    border: 0;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    padding: 0;
    background: transparent;
    border-radius: 17px;
    text-align: center;
    float: left;
    line-height: 32px;
    font-size: 16px;
}
/*.login__form-info-input::-webkit-input-placeholder{
    color:#fff;
}
.login__form-info-input::-moz-placeholder{   !* Mozilla Firefox 19+ *!
    color:#fff;
}
.login__form-info-input:-moz-placeholder{    !* Mozilla Firefox 4 to 18 *!
    color:#fff;
}
.login__form-info-input:-ms-input-placeholder{  !* Internet Explorer 10-11 *!
    color:#fff;
}*/
.login__form-group{
    width: 264px;
    float: left;
}
.login__form-info-submit{
    background-color: #14649f;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 36px;
    opacity: 0.8;
    border: 1px solid transparent;
    outline:none;
    line-height: 34px;
    cursor: pointer;
}
.login__form-lan-span{
    color: #fff;
}
.login__form-group-arrow {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    background-color: #66b1ff;
    float: right;
    margin-top: 4px;
    line-height: 28px;
}
.login__form-setup{
    position: absolute;
    bottom: 7.3%;
    right: 0px;
    width: 35px;
    border-radius: 19px 0 0 19px;
    height: 36px;
    background-color: #14649f;
    line-height: 36px;
    padding: 2px 0px 0px 10px;
    cursor: pointer;
}



:root {
    /* 主题色 */

    /* 辅助色 */

    /* 标签色 */

    /* 背景色 */

    /* 边框色 */

    /* 字体 */
}
.bg-main {
    background-color: #14649f;
}
.color-main {
    color: #14649f;
}
.login__background{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    min-width: 1024px;
    min-height: 768px;
    z-index: -10;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f2f5;
    zoom: 1;
}
.login__form{
    position: relative;
    width: 365px;
    height: 100vh;
    margin: 0 auto;
}
.login__form-lan{
    left: 20px;
    top: 20px;
    position: absolute;
    border: 1px solid transparent;
    border-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 112px;
    cursor: pointer;
}
.login__form-info{
    position: absolute;
    top: 26%;

    text-align: center;
}
.login__form-logo{
    width: 168px;
    height: 84px;
    position: relative;
    line-height: 84px;
    margin-bottom: 30px;
}
.login__form-info-group{
    background: #fff;
    float: left;
    margin-bottom: 25px;
    border-radius: 17px;
    width: 264px;
    border: 1px solid #dcdfe6;
}
.login__form-info-input{
    background: transparent;
    border: 0;
    height: 32px;
    color: #4c4c4c;
    outline:none
}
.login__form-info-icon{
    border: 0;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    padding: 0;
    background: transparent;
    border-radius: 17px;
    text-align: center;
    float: left;
    line-height: 32px;
    font-size: 16px;
}
/*.login__form-info-input::-webkit-input-placeholder{
    color:#fff;
}
.login__form-info-input::-moz-placeholder{   !* Mozilla Firefox 19+ *!
    color:#fff;
}
.login__form-info-input:-moz-placeholder{    !* Mozilla Firefox 4 to 18 *!
    color:#fff;
}
.login__form-info-input:-ms-input-placeholder{  !* Internet Explorer 10-11 *!
    color:#fff;
}*/
.login__form-group{
    width: 264px;
    float: left;
}
.login__form-info-submit{
    background-color: #14649f;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 36px;
    opacity: 0.8;
    border: 1px solid transparent;
    outline:none;
    line-height: 34px;
    cursor: pointer;
}
.login__form-lan-span{
    color: #fff;
}
.login__form-group-arrow {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    background-color: #66b1ff;
    float: right;
    margin-top: 4px;
    line-height: 28px;
}
.login__form-setup{
    position: absolute;
    bottom: 7.3%;
    right: 0px;
    width: 35px;
    border-radius: 19px 0 0 19px;
    height: 36px;
    background-color: #14649f;
    line-height: 36px;
    padding: 2px 0px 0px 10px;
    cursor: pointer;
}
.regist-form {
    background-color: #f0f2f5;
    /*border: 1px solid #409EFF;*/
    border-radius: 4px;
    padding: 0 8px;
}
.regist-form-info {
    color: #409EFF;
    line-height: 56px;
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}




















