 /* 主体内容 */

.mainCont {
    display: flex;
    flex-direction: column;
    width: 1400px;
}
.topNav {
    width: 100%;
    height: 70px;
    background-color: #ffff;
    border-radius: 12px;
    display: flex;
    justify-content: left;
    align-items: center;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
}
.zys{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.zy {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* element组件改写样式 */

.el-radio-group{
    margin:30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E3E7ED;
    border-radius: 50px;
}

.el-radio-group label{margin-bottom:0!important;}
.search{
    height: 40px;
}
.search .el-form--inline{
    margin-left: 20px;
}
.search .el-form--inline .el-form-item__content{
    width: 260px;
}

.search .el-input__inner{
    width: 250px;
    height: 30px;
    border-radius: 50px;
}
.search .el-button--primary{
    border-radius: 50px;
    background: #1890FF;
}
.search .el-button--primary span{color: #fff;}
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    background-color: #1890FF;
    z-index: 10;
}

.el-radio-button__inner{
    width: 160px;
    height: 48px;
    border-radius: 24px !important;
    border: 0 !important;
    background-color: #E3E7ED;
    color: #303133;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
	cursor:pointer;
}

.Content{
    margin-top: 20px;
    background-color: #ffff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
}

.cxk-tables{
    height: auto;
    min-height: 600px;
    margin: 20px;
}

.el-table__row{cursor:pointer;}
/* 采购人信息 */
.cgrBox{
    height: 550px;
    border-radius: 12px;
    background-color: #ffff;
    margin-bottom: 178px;
}
.cgr-title {
    height: 60px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    font-weight: 500;
    align-items: center;
	justify-content: space-between;
    border-bottom: 1px solid #EAEEF5  ;
}

.cgr-title span {
    border-left: 4px solid #1890FF;
    padding-left: 20px;
}

.cgr-title .el-button--primary{
    border-radius: 50px;
    background: #1890FF;
	margin-right:15px;
}
/* 适配1366*768 */

@media screen and (max-width: 1366px) {
    .mainCont{
        width: 100%;
    }
    .Content{
        width: 1031px;
    }
    .cgrBox{
        width: 1031px;
    }
}