.head-background .titlebox {
    width: 1100px;
    height: 124px;
    margin: 0 auto;
}

.head-background .titlebox .titlename {
    font-size: 30px;
    color: #fff;
}


.userinfobox-right {
    width: calc(100% - 220px);
    height: 100%;
    min-height: 1005px;
    padding: 30px 0;
    background: #fff;
    box-sizing: border-box;
}

.userrightpadding {
    padding: 0px 30px;
    box-sizing: border-box;
}

.selectedStyle {
    border: 1px solid #4180ff !important;
}

.certifybox {
    min-height: 400px;
    padding: 10px 20px;
}

.swiper-container {
    width: 100%;
    height: auto;


}

.mypolicy_container .Policy_result_mid {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.continer {
    min-height: 750px;
    width: 100%;
    height: auto;
    padding-top: 20px;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-top: -391px;
    position: relative;
}

.head-background {
    background-image: url(../../res/img/userspacebackground.png);
    max-height: 491px;
    height: 491px;
    width: 100%;
    background-size: cover;
}

.detail-content {
    width: 1150px;
    min-height: 750px;
    margin: 0 auto;

}

.flex-row-spance-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-row-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-row-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.condition_domain label {
    font-size: 15px;
    color: #333;
    width: 10% !important;
    float: left;
    height: 34px;
    line-height: 34px;
}

.mid_content .layui-form-label {
    width: 180px !important;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.detail-content .userinfo {
    height: 140px;
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px 0px rgba(146, 161, 192, 0.1);
    border-radius: 4px;
}

.userinfo-center{

}
.userinfo-center img{

}
.userinfo-text{
    font-size: 13px;
    color: #333;
    display: block;
    width: 40px;
    height: 76%;
    text-align: center;
}

.userinfo-left {
    width: 50%;
}

.userinfo-right {
    width: 50%;
}

.userinfo-left .imgborder {
    width: 74px;
    height: 74px;
}

.userinfo-left .epname {
    font-size: 22px;
    color: #333;
    margin-left: 20px;
}

.epmenu-item {
    width: 90px;
}

.userinfo-box {
    width: 1150px;
    height: auto;
    background-color: #fff;
    margin-top: 20px;
}

.userinfobox-left {
    width: 220px;
    height: 100%;
    min-height: 1005px;
    background: #f7f7f7;
}



.el-menu {
    border-right: none;
    background: #f7f7f7;
}

.el-menu-item:focus,
.el-menu-item:hover {
    outline: 0;
    background-color: #fff;
    font-weight: 700;
    /* color: #fff !important; */
}

.el-submenu__title:hover {
    background-color: #fff;
}

.el-submenu.is-active .el-submenu__title {
    border-left: 0;
    /* border-bottom-color: #e4e4e4; */
}
.userinfobox-left li.el-menu-item{
    padding-left: 55px!important;
    position: relative;
}
.userinfobox-left li.el-menu-item::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #7295fc;
    transition: all 0.3s;
    opacity: 0;
}
.userinfobox-left li.el-menu-item:hover::after{
    opacity: 1;
    transition: all 0.3s;
}
.userinfobox-left li.el-menu-item.is-active::after{
    opacity: 1;
    transition: all 0.3s;
}
.userinfobox-left li.el-menu-item.is-active{
    color: #777 !important;
    background-color: #fff;
    font-weight: 700;
}
.el-submenu__title {
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    font-weight: 700;
}
.el-submenu__title .imgMenu{
    margin-right: 7px;
}
.busniess .el-submenu__title {
    border-top: none;
}

.el-submenu .el-menu-item {
    height: 44px;
    line-height: 44px;
    color: #777;
    font-size: 14px;
    padding: 0 45px;
    min-width: 200px;
}


.leftthree {
    width: calc(100% - 30px) !important;
}

#mychart {
    margin-right: 20px;
}

.el-table__body {
    width: calc(100% - 100px) !important;
}

.my_table {
    width: 100% !important;
}

.menu-content-title {
    height: 70px;
    line-height: 77px;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bolder;
    border-radius: 2px 2px 0 0;
}

.leftone {
    width: 796px;
    height: auto;
    cursor: pointer;
    padding: 20px 15px;
    box-sizing: border-box;
    margin: 0px 0px 25px 0px;
    box-shadow: 0px 2px 30px 0px rgba(79, 145, 200, 0.2);
}

.menu-content-title:before {
    content: "";
    height: 14px;
    left: 0;
    border: 2px solid #1e9fff;
    margin-right: 10px;
    width: 2px;
    background: #1e9fff;
}

.title {
    font-size: 16px !important;
}

.number {
    font-size: 16px;
    color: #ff8c11;
}

.apply-table th {
    background-color: cornflowerblue;
    color: #fff;
    border: none;
}

.apply-table {
    width: calc(100% - 100px) !important;
}

.el-table thead .cell {
    color: #595b5e;
    font-weight: 700;
    font-weight: normal;
    text-align: center !important;
}

.onerow {
    color: #666666;
    font-size: 14px;
}

.row-content {
    padding: 0 10px 0 23px;
    text-align: left;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    margin-top: 10px;
    color: #333333;
    text-overflow: ellipsis;
    max-height: 88px;
}

.orange-number {
    color: #ff8c11;
}

.el-table td,
.el-table th {
    text-align: center;
}

.threerow {
    margin-top: 10px;
    padding: 0 10px 0 23px;
    text-align: left;
    color: #9097a5;
    font-size: 14px;
}

.el-table .cell.el-tooltip {
    white-space: nowrap;
    min-width: 50px;
    text-align: left;
}

.el-menu-item.is-active {
    color: #777 !important;
    background-color: #fff;
}

.el-table thead .cell {
    color: #595b5e;
    font-weight: normal;
    font-weight: 700;
    text-align: center !important;
}

.idstatus {
    color: #d04747;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    margin-top: 5px;
}

.peridstatus {
    text-align: center !important;
}

.perrelationep {
    height: 230px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 30px 0 rgba(45,54,69,0.14);    
}

.weight {
    color: #333;
    font-weight: bolder;
    font-size: 18px;
}

.perrelationep .el-button {
    line-height: 35px;
    height: 35px;
    padding: 0px 10px;
    vertical-align: center;
}

.gray {
    color: #888;
    font-size: 14px;
}

.blue {
    color: #389fff;
    font-size: 14px;
}

.setting {
    display: inline-block;
    width: 48px;
    height: 22px;
    font-size: 14px;
    color: #3ab3ff;
    background-color: #FFF;
    border: 1px solid #3ab3ff;
    border-radius: 3px;
    line-height: 22px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

.oncerel {
    margin-top: 10px;
    color: #fa7c00;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #fa7c00;
}

.des {
    color: #8b98b3;
    font-size: 14px;
    height: 24px;
    margin-top: 10px;
    line-height: 24px;
}

.epbox {
    margin-top: 20px;
    border: 1px solid #e4e4e4;
    margin-right: 20px;
    width: 350px;
    height: 124px;
    padding: 18px;
    border-radius: 8px;
    box-sizing: border-box;
}

.role {
    font-size: 14px;
    color: #5d9bd5;
    height: 30px;
    line-height: 30px;
}

.roledesc {
    font-size: 12px;
    color: #8b98b3
}

.currentepname {
    font-size: 16px;
    color: #2e3340;
    height: 35px;
    line-height: 35px;
}

.blcak {
    color: #333333;
    margin-left: 20px;
}

.item {
    height: 34px;
    line-height: 34px
}

.item.desc1 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 24px;
}


.black-box .epname {
    font-size: 16px;
    color: #333;
    font-weight: bolder;
}

.desc1 {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.black-box .el-button {
    width: 78px;
    height: 30px;
    padding: 8px 10px;
    background-color: #5c93cc;
    border-color: #5c93cc;
}



.accoountSetting {
    height: 500px;


}

.accoountSetting .titlebox {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    padding: 0px 30px;
    text-align: left;
    font-weight: bolder;
}

.accoountSetting .el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 0px;
}

.accountSetting-content {
    margin-top: 20px;
}

.el-icon-info {
    color: #68b5e2;
    font-size: 36px;
    margin-right: 15px;
}

.user-info {
    padding: 0px 30px;
}

.info-title {
    color: #4f81bd;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.updatepassword {
    padding: 0px 30px;
    margin-top: 30px;
}

.info-ep {
    font-size: 16px;
    color: #333;
    height: 50px;
    line-height: 50px;
}

.info-message {
    margin-top: 20px;
}

.one-info {
    font-size: 15px;
    color: #333;
    font-weight: 800;
}

.two-info {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.three-info {
    color: #3f98ea;
}

.setting-box {
    width: 1150px;
    height: auto;
    margin-top: 20px;
    border-radius: 4px;
}

.userrightpadding {
    padding: 0px 30px;
    box-sizing: border-box;
}

.userspace-box .el-loading-mask {
    background-color: rgba(255, 255, 255, 0.4);
}

.userspace-box .el-loading-spinner {
    top: 30%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* width: 300px !important; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property: all;
}

.leftchange {
    float: left;
    height: 120px;
    vertical-align: middle;
    line-height: 120px;
    margin-top: 30px;

}

.rightchange {
    float: left;
    height: 120px;
    vertical-align: middle;
    line-height: 120px;
    margin-top: 30px;

}