body {
    background-color: #F5F5FA;
}
#contentPanel {
    margin-top: 16px;
    background-color: #fff;
}
.new-cotb-header {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.04);
}
.head_usr_text {
    /* width: 95px; */
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0 20px;
    padding-left: 8px;
    /* cursor: pointer; */
    position: relative;
    font-weight: 700;
}

.head_usr_text::after {
    content: "|";
    position: absolute;
    top: 0px;
    right: -16px;
}
.l-panel-container{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

/* 初始话入口页面 */
.init_entp_wrapper {
    height: 520px;
    background: url("../images/entpMgr/init_entp_bg.png") center bottom no-repeat;
}
@media (min-width: 1280px) {
    .init_entp_wrapper {
        height: 520px;
        background: url("../images/entpMgr/init_entp_bg.png") center bottom no-repeat;
    }

    .init_msg {
        margin: 98px 0 0 100px;
    }
}
@media (min-width: 1440px) {
    .init_entp_wrapper {
        height: 748px;
        background: url("../images/entpMgr/init_entp_bg.png") center bottom no-repeat;
    }

    .init_msg {
        margin: 174px 0 0 100px;
    }

}
@media (min-width: 1920px) {
    .init_entp_wrapper {
        height: 880px;
        background: url("../images/entpMgr/init_entp_bg.png") center bottom no-repeat;
    }

    .init_msg {
        margin: 218px 0 0 100px;
    }
}

.init_msg {
    color: #333333 ;
    line-height: 36px;
    font-weight: 700;
    font-size: 30px;
}

.init_msg  span{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.init_msg .initmsg_btn_wrapper {
    margin-top: 40px;
}

.init_msg .initmsg_btn_wrapper button {
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
}

/* 客服提示 */
.self_tips {
    position: fixed;
    right: 88px;
    bottom: 4%;
    width: 403px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.08);
    border-radius: 2px;
    padding: 24px 24px 16px;
}
.self_tips .self_tips_text{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 24px;
}
.self_tips .btn{
    float: right;
}

/* 产品签约 */
.nextbtnwrapper {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    min-height: 60px;
    background-color: #ffffff;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
    z-index: 1;
    
}
.nextbtnwrapper_content{
    width: 1280px;
    margin: 0 auto;
}

.nextbtnwrapper button {
    height: 40px;
}

.nextbtnwrapper .shop_btn {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid rgb(204, 204, 204);
}

.nextbtnwrapper .shop_btn .icon_num {
    color: #D7000F;
}
/* 客服的图标 */
.new-cotb-loginRight{
    bottom: 30% !important;
}

/* 顶部步骤条 */
.step_wrapper{
    overflow: hidden;
    width: 400px;
    margin: 24px auto 18px;
}
.step_wrapper li{
    position: relative;
    width: 156px;
    height: 60px;
    line-height: 28px;
    padding: 16px 0px;
    margin-right: 70px;
}
.step_wrapper li .step_right{
    position: absolute;
    right: -35px;
    top: 0;
    line-height: 60px;
    font-size: 24px;
    color: #cccccc;
}
.step_wrapper li:last-child{
    margin-right: 0;
}
.step_wrapper .step_index{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 50% 50%;
    border: 1px solid #D6D6D6;
    margin-right: 8px;
}
.step_wrapper .step_text{
    font-weight: bold;
}
.step_wrapper .step_index.active{
    background-color: #D7000F;
    color: #fff;
}

#product_wrapper{
    padding: 0 17px;
}

/* 选择套餐 */
.chanpinpeizhi {
    position: relative;
    width: 100%;
    margin-bottom: 17px;
}

.chanpinpeizhi .product {
    /* float: left;
    width: 86%;
    margin-left: 206px; */
    overflow-x: hidden;
}

.product_toc {
    float: left;
    width: 196px;
    position: absolute;
    overflow-x: hidden;
    top: 0;
    padding: 5px 0px;
}

.product_toc_li {
    width: 164px;
    padding: 0 16px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.product_toc_li:hover {
    background-color: #FFF1F0;
}

.product_toc_li.active {
    border-left: 2px solid #D7000F;
    color: #fff;
    background-color: #d7000f;
}

#comboList {
    position: relative;
}

#comboList .pkg_title_wrapper {
    margin-bottom: 16px;
}

#comboList .search-line {
    height: 18px;
    width: 4px;
    position: absolute;
    top: 18%;
    left: 10px;
    background-color: red;
}

.comboList_detail .product_bg {
    padding: 16px 22px;
    margin-bottom: 16px;
    position: relative;
    height: 84px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.comboList_detail .product_bg .check_position {
    position: absolute;
    top: -4px;
    right: 7px;
}

.comboList_detail .product_bg .name {
    display: inline-block;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    font-weight: 700;
}

/* 套餐相关样式 */
#productList .chanpin{
    padding-right: 26px;
    padding-left: 0px;
}
.haveDef{
    font-size: 14px;
    position: relative;
    line-height: 22px;
    padding-right: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.productPkg {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    font-weight: 800;
}

#productList .comboList_detail .chanpinzu {
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 8px;
}

#comboList .pkg_content .pkgList{
    position: relative;
    /* width: 380px; */
    height: 118px;
    overflow: hidden;
    /* margin-right: 20px; */
    margin-bottom: 19px;
    padding: 2px;
}
#comboList .pkg_content .pkgList:nth-child(3n){
    margin-right: 0;
}

.comboList_detail .combo_bg {
    background-image: linear-gradient(49deg, rgba(255,237,205,0.08) 0%, rgba(255,248,234,0.08) 17%, rgba(255,227,178,0.08) 58%, rgba(229,195,138,0.08) 100%);
    box-shadow: 1px 1px 0px 0px rgba(214,161,71,0.2);
    padding: 16px;
    font-size: 12px;
    margin: 0 10px;
    position: relative;
    height: 110px;
    border-radius: 4px;
}

.comboList_detail .combo_bg .check_position {
    position: absolute;
    top: 16px;
    right: 16px;
    margin: 0;
}

.comboList_detail .combo_bg .name {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comboList_detail .combo_bg .name_tag {
    line-height: 20px;
    padding: 0 6px;
    background-color: rgba(215,0,15,0.1);
    border-radius: 2px;
    font-size: 12px;
    color: #FA8C16;
    letter-spacing: 0;
    font-weight: 400;
    margin-left: 8px;
}

.comboList_detail .combo_bg .pkf_detail_link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #1B9AEE;
}

.productConf {
    position: relative;
}

.productConf .searchResultPage {
    margin-bottom: 110px;
}

.productConf .searchResult {
    width: 100%;
}

.productConf .returnProductPage {
    margin-left: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.productConf .returnProductPage a {
    color: #1B9AEE;
}



.productConf .pd-footer {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    height: auto;
    z-index: 0;
}

.processId {
    height: 580px;
    overflow: hidden;
}

/* 产品流程表格样式 */
.processId .processTable {
    position: relative;
    margin-top: 50px;
    margin-bottom: 110px;
    overflow-x: scroll;
    width: 100%;
    max-height: 600px
}

.processId .pd-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #fff;
}

#signProductSearch .search-input {
    position: relative;
    height: 44px;
    min-height: 44px;
    padding: 3px 5px 3px 4px;
    border-radius: 22px;
    border: 1px solid #EAEAF3;
    overflow: hidden;
    margin-top: 8px;
}

#signProductSearch .search-input:hover {
    border: 1px solid #343D5C;
}

#signProductSearch .i02 {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #D7000F;
    cursor: pointer;
    width: 57px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #D7000F;
    line-height: 33px;
    text-align: center;
    float: right;
}

#signProductSearch .i02:hover {
    background-color: #FB5E54;
    border: 1px solid #FB5E54;
}

#signProductSearch .search-line {
    height: 29px;
    width: 1px;
    position: absolute;
    top: 20%;
    right: 67px;
    background-color: rgba(204, 204, 204, 1);
}

#signProductSearch .search-input .input-keys {
    height: 26px;
    font: 14px "微软雅黑";
    float: left;
}

#signProductSearch .search-input .input-keys input {
    color: #999;
    padding: 0 10px;
    height: 37px;
    border: 0;
    box-shadow: none;
    font: 16px "微软雅黑";
    /* background-color: #EAEAF3; */
}

#signProductSearch .searchInput-focus {
    /* background-color: #fff; */
    border: 1px solid #343D5C;
}

#signProductSearch .search-input .input-keys .color_555 {
    color: #555;
}

#signProductSearch .search-input .cbicon-operate-serch2 {
    font-size: 16px;
    float: left;
    margin: 8px 0 9px 12px;
}

#signProductSearch .search-input .cbicon-feedback-error {
    display: none;
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 76px;
    top: 22%;
    cursor: pointer;
}

#signProductSearch .search-input .cbicon-feedback-error:hover {
    color: #333;
}

#signProductTitle {
    font-size: 18px;
    color: #333333;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
}

#shoppingCartModal .no_data,
.searchResultPage .no_data {
    position: relative;
}

#shoppingCartModal .no_data .img,
.searchResultPage .no_data .img {
    height: 350px;
    margin-top: 15px;
    background: url('../images/entpMgr/emptyState.png') center center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}

#shoppingCartModal .no_data .txt,
.searchResultPage .no_data .txt {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 256px;
    color: #999;
    font-size: 15px;
    text-align: center;
}
#protocol{
    margin: 0 auto;
}
#protocol span{
    line-height: 22px;
}
.param_item{
    width: 181px;
    background: #F5F5FA;
    line-height: 46px;
    border-radius: 4px;
    margin-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    margin-bottom: 16px;
}
.param_item:nth-child(5n){
    margin-right: 0px;
}
.param_item .param_circle{
    margin-right: 4px;
}
.param_item_link{
    position: relative;
    color: #333;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.param_item_link::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d7000f;
}
.choose_text{
    margin-left: 4px;
}
.info_tips{
    line-height: 22px;
    margin-bottom: 150px;
}

/* 业务流程签约 */
.page_title_wrapper {
    margin-bottom: 24px;
}

.page_title {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    font-weight: 700;
}

.flowTable {
    margin-bottom: 80px;
}

.stepPopWrapper .nav-tabs a:focus {
    color: inherit;
    outline: none;
    outline-offset: 0px;
}

.errinfo_wrapper .primaryInfo {
    position: absolute;
    top: 32px;
}
#flowEditWrapper{
    float: left;
    width: 100%;
    background: #FAFAFA;
    padding: 16px 0;
    margin-top: 16px;
}
#flowEditWrapper .flowtype{
    position: relative;margin: 0;
}
.flow_label_text{
    margin-bottom: 0px;
}
.flow_title_wrapper .flow_title{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
}
.threejingban{
    line-height: 32px;
}

#confirmPop .search-line {
    position: relative;
    top: 3px;
    display: inline-block;
    height: 18px;
    width: 4px;
    background-color: red;
    margin-right: 8px;
}
#confirmPop .confirmsubtitle{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 700;
}
.checkinfobox .primaryInfo{
    position: absolute;
    top: 20px;
    width: 300px;
}
.checkinfobox1 .primaryInfo{
    position: relative;
    top: -15px;
}

/* 经办确认套餐 */
#pkglist .pkglist{
    background: url('../images/entpMgr/confimpkgbg.png') left top no-repeat;
    margin-bottom: 16px;
    padding-bottom: 10px;
    height: 70px;
    overflow: hidden;
    box-shadow: 1px 1px 0px 0px rgba(214, 161, 71, 0.2);
}
#pkglist .pkglist.open{
    height: auto;
}
#pkglist .pkglist .pkg_top{
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-right: 16px;
}
#pkglist .pkglist .pkg_top .pkgname{
    background: url('../images/entpMgr/confirmpkgtitle.png') center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 116px;
    height: 39px;
    padding-right: 15px;
    text-align: center;
    line-height: 30px;
    color: #89410F;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#pkglist .pkglist .pkg_content{
    padding: 0 14px;
}
.pdnm{
    color: #333;
    color: 14px;
    width: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    line-height: 32px;
}
.pdnm .pdnm_text{
    max-width: 148px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    line-height: 32px;
}
.pdnm .pdnm_icon{
    cursor: pointer;
}
.confirm_heading{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}
.confirm_list{
    margin-bottom: 12px;
    padding: 0 14px;
}
.confirm_list .confirm_text{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}
.btn_video{
    margin-top: 7px;
}
.video_box{
    margin: 0 auto;
}
.video_start{
    width: 20px;
    margin-left: 5px;
    margin-top: -1px;
}

/* 审核样式 */
.left-item {
    display: inline-block;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

.right-item {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
}

.pkg-item {
    position: relative;
    background: url('../images/entpMgr/confimpkgbg.png') left top no-repeat;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 16px;
    border-radius: 5px;
    box-shadow: 1px 1px 0px 0px rgba(214, 161, 71, 0.2);
}

.pkg-item .pkf_detail_link {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 16px;
    color: #1B9AEE;
}

.pkg-item .name{
    font-size: 16px;
    color: #89410F;
    line-height: 30px;
    font-weight: 700;
    padding: 3px 0px 0px 3px;
    background: url('../images/entpMgr/confirmpkgtitle.png') center center no-repeat;
    width: 116px;
    height: 39px;
    padding-right: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pkg-item .product{
    width: 20%;
    display: inline-block;
    padding: 10px;
}
.pkg-item .product .pdnm_icon{
    cursor: pointer;
}

.pkg-item .pdnm_icon{
    cursor: pointer;
}