body{
    margin: 0;
}
.logo{
    position: absolute;
    top:10px;
    left: 10px;
}
ul li {
    list-style-type: none;
}
.logo img{
    margin-left: 200px;
    width: 150px;
}
.boxer {
    background: #fff url(../images/bg.png) no-repeat center;
    /* height: 100%; */
    /* background-color: #0092e7; */
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.box1 {
    width: 1156px;
    margin:8% auto 0;
    overflow: hidden;
    box-shadow: 0px 0px 13px 5px rgba(14,25,80,.2);
    border-radius: 10px;
}
.middle1 {
    overflow: hidden;
}
.middle_left {
    float: left;
    width: 716px;
}
.middle_right {
    width: 438px;
    height: 600px;
    float: right;
    background: #fff;
    border-left: 2px solid #f57f37;
}
.mr_box {
    width: 318px;
    margin: 0 auto;
    margin-top: 20px;
}


.middle2{
    overflow: hidden;
}

@media screen and (min-width: 960px) and (max-width:1200px){
    .box1 {
        margin-top: 144px;
        width: 960px;;
    }
    .mr_box{
        margin-top: 40px;
    }
    .mr_box h2 {
        margin-bottom: 10px;
    }
    .middle_left {
        width: 560px;
    }
    .middle_left img {
        width: 100%;
        height: 470px;
    }
    .middle1 {
        overflow: hidden;
        height: 470px;
    }
    .middle_right {
        width: 398px;
        overflow: hidden;
        height: 470px;
    }
    .login {
        margin-top: 20px;
    }

}

@media screen and (max-width: 960px) {
    .box1 {
        margin-top: 80px;
        width: 418px;
    }
    .mr_box{
        margin-top: 40px;
    }
    .middle_left {
        display: none;
        float: none;
    }
    .middle_right {
        float: none;
        margin: 0 auto;
        overflow: hidden;
        height: 470px;
        width: 418px;
    }
    .login {
        margin-top: 18px;
    }

}

@media screen and (max-width: 375px){
    .middle_right {
        height: 470px;
        width: 373px;
    }
}

/* 头部 */
.aui-form-header {
    position: relative;
    z-index: 1;
    height: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e0e0;
}
.aui-form-header .aui-form-header-item {
    font-size: 23px;
    line-height: 24px;
    position: relative;
    float: left;
    width: 50%;
    height: 33px;
    cursor: pointer;
    text-align: center;
    color: #0092e7;
}
.aui-form-header .on {
    margin-bottom: -1px;
    color: #ff8400;
    border-bottom: 2px solid #ff8400;
}
.aui-form-header .on:after {
    position: absolute;
    z-index: 2;
    top: 21px;
    left: 50%;
    margin-left: -3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ed4242;
}
.aui-form-header .aui-form-header-item span{
    color: #0092e7;
}


.login-code {
    width: 33%;
    height: 38px;
    float: right;

}

.login-code img {
    cursor: pointer;
    vertical-align: middle;
}
.login-code-img {
    height: 35px;
    margin-top: -3px;
}
/*商务中心开始*/

#ucIndexDom .hg-header {
    background-color: rgba(76,76,76) !important;
}
#ucIndexDom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
}

#ucIndexDom .mainLogo {
    font-size: 20px;
    font-weight: bold;
}

#ucIndexDom .hg-header {
    background-color: rgba(76,76,76) !important;
}

#ucIndexDom .el-menu.el-menu--horizontal {
    border-bottom: none;
    padding-bottom: 4px;
}

#ucIndexDom .el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 3px solid #ffffff;
    color: #fff;
}

#ucIndexDom .el-menu--horizontal>.el-menu-item {
    color: #fff;
}

#ucIndexDom .el-menu--horizontal>.el-menu-item:hover {
    border-bottom: 3px solid #ffffff;

}

#ucIndexDom .el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
    color: #fff;
    background: none;
}

#ucIndexDom .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    color: #fff;
    background-color: rgb(26, 101, 150);
}

#ucIndexDom .el-header {
    line-height: 60px;
    color: #fff;
}

#ucIndexDom .el-dropdown {
    color: #fff;
}

#ucIndexDom .el-aside {
    background-color: #fff;
}

#ucIndexDom .el-menu {
    border-right: none;
}

/*#ucIndexDom .el-container {
    height: 100%;
}*/

#ucIndexDom .mainMain {
    height: 100vh;
    overflow-y: hidden;
    padding-bottom: 70px;
}

#ucIndexDom .mainIframe {
    width: 100%;
    height: 100%;
}

#ucIndexDom .mainBorad {
    display: block;
}

#ucIndexDom .clearfix {
    clear: both;
}

[v-cloak] {
    display: none;
}
/* 文件上传样式 */
.upload-file-uploader {
    margin-bottom: 5px;
}

.upload-file-list .el-upload-list__item {
    padding: 0 10px;
    border: 1px solid #e4e7ed;
    line-height: 2;
    margin-bottom: 10px;
    position: relative;
}

.upload-file-list .ele-upload-list__item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
}

.ele-upload-list__item-content-action .el-link {
    margin-right: 10px;
}

.component-upload-image .image {
    height: 148px;
    position: relative;
}

.component-upload-image .image .mask {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s;
    line-height: 148px;
    font-size: 36px;
    text-align: center;
}

.component-upload-image .image:hover .mask {
    opacity: 1;
}
.component-upload-image .image i {
    color: #fff;
    cursor: pointer;

}
.el-button{
    font-size: 12px;
    border-radius: 3px;
    padding: 9px 15px;
}
.el-image-viewer__actions{
    bottom:50px !important;
}
.company-extend-radio{
    position: fixed;
    background-color: #fff;
    z-index: 100;
}
.company-extend-radio{
    margin-top: 5px;
    margin-left: 5px;
}



.iuser {border-bottom:#E8E8E8 2px solid;}
.iuser ul {border-right:#E8E8E8 1px solid;margin-top:12px;}
.iuser li {padding:8px 0 8px 20px;}
.iuser_avatar {padding:10px 0 20px 10px;}
.iuser_money {padding:10px 0 0 20px;}
.my_money {font-size:16px;font-weight:bold;color:#FF6600;}
.my_money span {font-size:14px;}


.app-container{
    /*background-color: #fff;*/
    margin: 10px;
    padding: 10px;
}

.company-extend-box-card{
    padding-top: 40px;
}
