body, html {
    width:100%;
    min-width: 1200px;
}
.experience_page {
    width:100%;
    min-width: 1200px;
    padding:0 0 44px 0;
    background: #f5f5f5;
}
.experience_page.experience_page_all {
    padding:0 0 0 0;
}
.experience_banner {
    width:100%;
    min-width: 1200px;
    margin:0 auto;
    position: relative;
}
.experience_banner .bg_img{
    width:100%;
    height: 296px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.experience_page.experience_page_all .experience_banner .bg_img{
    height: calc(100vh - 240px);
    min-height: 296px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
} 
.experience_search {
    position: absolute;
    width:1268px;
    height:105px;
    top:50%;
    background: #fff;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.experience_search .input_box {
    width:100%;
    padding: 12px 284px 12px 120px;
    box-sizing: border-box;
    position: relative;
}
.experience_search .input_box .search_icon{
    position: absolute;
    width:109px;
    height:105px;
    top:0;
    left:0;
    border-right: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.experience_search .input_box .search_icon .icon {
    width:20px;
    height:22px;
}
.experience_search .input_box .del_icon .icon {
    width:14px;
    height:14px;
}
.experience_search .input_box .search_btn{
    position: absolute;
    width:188px;
    height:105px;
    top:0;
    right:0;
    background: #3691fc;
    color:#fff;
    cursor: pointer;
    line-height: 105px;
    text-align: center;
    font-size: 24px;
}
.experience_search .input_box .del_icon{
    position: absolute;
    width:109px;
    height:105px;
    top:0;
    right:188px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.input {
    width:864px;
    height:80px;
    background: #f3f3f3;
    border-radius: 5px;
    border: none;
    padding-left:25px;
    box-sizing: border-box;
    font-size: 22px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
    color: #e0e0e0;
}
::-moz-placeholder { /* Firefox 19+ */  
    color: #e0e0e0;
}
:-ms-input-placeholder { /* IE 10+ */ 
 color: #e0e0e0;
}
:-moz-placeholder { /* Firefox 18- */ 
 color: #e0e0e0;
}
.experience_table {
    width:100%;
    padding-top:30px;
    background: #f5f5f5;
}
.experience_search_table {
    width: 100%;
    background: #fff;
    padding: 22px 0;
}
.experience_table .search_term {
    width:100%;
    /* padding: 40px 0 0; */
    max-width: 1520px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.experience_table .search_term .term_h{
    width:130px;
    height:88px;
    line-height: 88px;
    text-align: center;
    color:#999999;
    font-size: 26px;
    float: left;
}
.experience_table .search_term .term_ls{
    margin-left:94px;
    text-align: left;
    min-height: 88px;
    float: left;
    width: 1156px;
    line-height: 88px;
    overflow: hidden;
    height: 88px;
}
.experience_table .search_term .term_ls.hidden{
    margin-left:94px;
    text-align: left;
    min-height: 88px;
    float: left;
    width: 1156px;
    line-height: 88px;
    height: 88px;
}
.experience_table .search_term .term_ls.show{
    height: auto;
}
.experience_table .search_term .term_ls .term_cell {
    margin-left:38px;
    display: inline-block;
    color:#333;
    font-size: 26px;
    cursor: pointer;
    position: relative;
}
.experience_table .search_term .more {
    position: absolute;
    right:0;
    bottom:22px;
    cursor: pointer;
    color:#999999;
    font-size: 26px;
    padding-right:33px;
}
.experience_table .search_term .more img{
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.experience_table .search_term .term_ls .term_cell label {
    cursor: pointer;
    font-weight: normal;
}
.experience_table .search_term .term_ls .term_cell .term_cell_input {
    position: absolute;
    left:-9999px;
}
.experience_table .search_term .term_ls .term_cell .term_cell_input:checked+label{
    color:#3691fc;
}
.experience_search_result{
    width: 1520px;
    margin: 30px auto 0;
    background: #fff;
    padding:5px 40px;
    box-sizing: border-box;
}
.experience_search_result .table_style.ivu-table-wrapper{
    border: 1px solid #fff;
    border-bottom: 0;
    border-right: 0;
}
.experience_search_result .table_style.ivu-table-wrapper .ivu-table th{
    background-color: #fef4ec;
}
.experience_search_result .table_style.ivu-table-wrapper .ivu-table-stripe .ivu-table-body tr:nth-child(2n) td, .ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td {
    background-color: #fef4ec;
}
.experience_search_result .table_style.ivu-table-wrapper .ivu-table td, .experience_search_result .table_style.ivu-table-wrapper .ivu-table th {
    border-bottom: 1px solid #fe8f36;
}
.experience_search_result .ivu-table:before {
    background-color: #fff;
}
.experience_search_result .ivu-table:after {
    background-color: #fff;
}
.experience_search_result .table_style.ivu-table-wrapper .ivu-table-header {
    border-top: 1px solid #fe8f36;
}
.experience_table .search_term .term_ls .term_cell.select_term_cell {
    display:inline-block;
    padding: 8px 30px 8px 18px;
    margin-left:38px;
    font-size: 22px;
    border: 1px solid #ddd;
    line-height: normal;
    color:#666;
    position: relative;
    margin-bottom: 10px;
}
.selected_cell {
    width: 100%;
    background: #fff;
}
.experience_table .search_term.select_term {
    margin-bottom: 30px;
    height:152px;
    padding: 29px 0;
    box-sizing: border-box;
}
.experience_table .search_term.select_term .term_ls {
    display: flex;
    /* overflow-y:auto;
    height: auto; */
    align-items: center;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.experience_table .search_term .term_ls .term_cell.select_term_cell .del{
    position: absolute;
    font-size: 18px;
    color:#ddd;
    top:50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.experience_page .table_lists {
    width:100%;
} 
.experience_page .table_lists .table_cell {
    width:100%;
    padding:60px 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
} 
.experience_page .table_lists .info_box{
    width:100%;
    padding: 0 224px 0 194px;
    box-sizing: border-box;
} 
.experience_page .table_lists .info_box .name{
    font-size: 30px;
    color:#333;
    margin-bottom:30px;
}
.experience_page .table_lists .info_box .detail{
    font-size: 24px;
    color:#333;
}
.experience_page .table_lists .img_box{
    position: absolute;
    width:170px;
    height:170px;
    text-align: center;
    line-height: 170px;
    color:#fff;
    background: #3691fc;
    font-size: 36px;
    left:0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} 
.experience_page .table_lists .btn_box{
    position: absolute;
    width:188px;
    height:64px;
    border:2px solid #3691fc;
    text-align: center;
    line-height: 60px;
    color:#3691fc;
    background: #fff;
    font-size: 24px;
    cursor: pointer;
    right:0;
    top:50%;
    border-radius: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} 
/* 详情 */
.experience_detail_table {
    width:100%;
    min-width:1200px;
    background: #fff;
}
.experience_detail_table .experience_detail_info {
    width:1520px;
    margin: 0 auto;
}
.experience_detail_table .experience_detail_info .info_h {
    display: flex;
    height: 120px;
    justify-content: flex-start;
    align-items: center;
}
.experience_detail_table .experience_detail_info .info_h .name{
    font-size: 40px;
    color:#333333;
}
.experience_detail_table .experience_detail_info .info_h .value{
    color:#fff;
    background: #f8952a;
    border-radius: 5px;
    font-size: 20px;
    margin-left: 25px;
    padding:2px 12px;
}
.experience_detail_table .experience_detail_info .info_b {
    background: #f5f5f5;
    padding: 50px 40px 46px 22px;
    box-sizing: border-box;
}
.experience_detail_table .experience_detail_info .info_b .b_top {
    overflow: hidden;
    width:100%;
    margin-bottom:48px;
}
.experience_detail_table .experience_detail_info .info_b .b_top .item {
   float: left;
}
.experience_detail_table .experience_detail_info .info_b .b_top .item.logo {
    width:260px;
    height:260px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border:7px dashed #333;
    box-sizing: border-box;
 }
 .experience_detail_table .experience_detail_info .info_b .b_top .item.logo .img_box{
    width:220px;
    height:220px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
 }
 .experience_detail_table .experience_detail_info .info_b .b_top .item.logo .img_box .img{
    width:136px;
    height:126px;
 }
 .experience_detail_table .experience_detail_info .info_b .b_top .item.info {
    margin-left:28px;
    width:1170px;
    padding:25px 32px;
    background: #fff;
    border:1px solid #cccccc;
    box-sizing: border-box;
    height:260px;
    font-size: 22px;
    color:#333333;
    line-height: 67px;
 }
 .experience_detail_table .experience_detail_info .info_b .b_bottom {
    width:100%;
    height:78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell.first{
    margin-right:26px;
    cursor: pointer;
}
.experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell{
    margin-right:400px;
    position: relative;
    font-size: 26px;
}
.experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell.check{
    cursor: pointer;
}
.experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell:last-child{
    margin-right:0;
}
.experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell.first {
    width:315px;
}
.experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell.first .bg_img{
    width:315px;
    height:78px;
}
.experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell.first .words{
    position: absolute;
    text-align: center;
    z-index: 2;
    line-height: 78px;
    color:#fff;
    font-size: 26px;
    top: 0;
    left: 0;
    width:100%;
}
.experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell.first .words .img{
    margin-right:15px;
}
.experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell.first .words .img.move{
    -webkit-animation: spinAround .9s linear infinite;
    -moz-animation: spinAround .9s linear infinite;
    animation: spinAround .9s linear infinite;
}
.experience_detail_nav {
    position: relative;
    width:100%;
    height:70px;
    min-width: 1200px;
    margin:0 auto 0;
    
}
.experience_detail_nav.experience_detail_hash .nav_ls .ls_cell{
    color: #000;
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.experience_detail_nav.experience_detail_hash .nav_ls{
    cursor: pointer;
    justify-content: space-around;
}
.bg_nav {
    width:100%;
    height:140px;
}
.nav_ls {
    width:100%;
    max-width: 1520px;
    min-width:1200px;
    position: absolute;
    top:0;
    padding: 0 10px;
    box-sizing: border-box;
    height:140px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_ls .ls_cell{
    color:#fff;
    font-size: 26px;
}
.nav_ls .ls_cell img{
    margin-right:15px;
}
.nav_ls .ls_cell .child {
    color:#0075ff;
    font-size: 22px;
}
.experience_detail_message {
    width:100%;
    min-width: 1200px;
    max-width: 1520px;
    margin:0 auto;
    padding: 28px 0;
}
.experience_detail_message .title {
    padding-left:18px;
    box-sizing: border-box;
    line-height: 84px;
    font-size: 40px;
    color:#333333;
}
.experience_detail_message .message_cell{
    display:block;
    width: 100%;
    position: relative;
}
.experience_detail_message .message_cell .message_h{
    padding-left:38px;
    box-sizing: border-box;
    position: relative;
    height:96px;
    line-height: 96px;
    color:#333;
    font-size: 30px;
}
.experience_detail_message .message_cell .message_h .tip{
    margin-left: 30px;
    padding: 4px 20px;
    border-radius: 6px;
    background: #6997EA;
    color:#fff;
    font-size: 14px;
}
.experience_detail_message .message_cell .message_h::before {
    content: '';
    position: absolute;
    width:8px;
    height:36px;
    top:50%;
    left:18px;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    background: #4768f3;
}
.experience_detail_message .message_cell .message_table .ivu-table-wrapper .ivu-table-header{
    height: 70px;
    line-height: 70px;
}
.experience_detail_message .message_cell .message_table .ivu-table-wrapper .ivu-table-header th{
    text-align: center;
    font-size: 20px;
}
.experience_detail_message .message_cell .message_table .ivu-table-wrapper .ivu-table-tbody .ivu-table-row td{
    padding: 16px 0;
    font-size: 20px;
}
.experience_detail_message .message_cell.message_cell_p {
    height: 700px;
}
.experience_detail_message .message_cell .masker-pop {
    position: absolute;
    width: 100%;
    top: 20px;
    left:0;
    height: 600px;
    background-color: rgba(255,255,255,.7);
    padding: 60px 30px;
    box-sizing:border-box;
    z-index: 2;
    
}
.experience_detail_message .message_cell .masker-pop .pop-box {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 0 20px 0;
    border-radius: 6px;
    box-sizing:border-box;
    border: 1px solid #cfcfcf;
}
.experience_detail_message .message_cell .masker-pop .pop-box .header {
    padding: 20px 26px;
    background-color: #0075ff;
    color:#fff;
    font-size: 22px;
}
.experience_detail_message .message_cell .masker-pop .pop-box .ivu-form-item-content {
    text-align: left;
}
.experience_detail_message .message_cell .masker-pop .pop-box .ivu-form .ivu-form-item-label {
    font-size: 18px;
}
.experience_detail_message .message_cell .masker-pop .pop-box .ivu-form .ivu-radio-group .ivu-radio-wrapper{
    font-size: 18px;
    margin-right: 28px;
    margin-bottom: 15px;
}
.experience_detail_message .message_cell .masker-pop .pop-box .ivu-form .ivu-radio-group .ivu-radio-inner{
    width: 18px;
    height: 18px;
}
.experience_detail_message .message_cell .masker-pop .pop-box .ivu-form .ivu-radio-group .ivu-radio-inner:after{
    left: 4px;
    top: 4px;
}
.experience_detail_message .message_cell .masker-pop .pop-box .btn{
    width: 20%;
    display: block;
    margin: 0 auto;
}
.experience_detail_message .message_cell .masker-pop .pop-box .tip {
    margin-top: 10px;
    font-size: 16px;
    color:#aaa;
    text-align: center;
}
.experience_detail_message .message_table {
    margin: 0 auto;
    font-size: 0;
    padding-left: 18px;
    box-sizing: border-box;
    width:100%;
}
.experience_detail_message .message_table table td {
    border:1px solid #eeeeee;
    text-align: center;
    font-size: 22px;
    color:#333;
    background: #f7fbff;
    /* line-height: 45px; */
    padding:37px 0;
    box-sizing: border-box;
} 
.experience_detail_message .message_table table tr td.value_col {
    background: #f5f5f5;
    color:#7a7a7a;
} 
.experience_detail_message .message_table table tr td.value_col.left {
    text-align: left;
    padding-left:30px;
    box-sizing: border-box;
    background: #fff;
} 
.experience_detail_message .message_table table tr td.value_col .name_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width:100%;
} 
.experience_detail_message .message_table table tr td.value_col .name_box .big_q {
    width:156px;
    height:156px;
    border:3px dashed #333;
    box-sizing: border-box;
    line-height: 150px;
    text-align: center;
    font-size: 60px;
    color: #000;
} 
.experience_detail_message .message_table table tr td.value_col .name_box .name {
    color:#4768f3;
} 
.experience_detail_message .message_table table tr td .cun {
    color:#3e97fc;
}
.experience_detail_message .message_table table tr td .img {
    margin-left: 15px;
}
.experience_detail_message .message_table table tr td .img_refresh {
    margin-right: 15px;
}

.experience_spin.ivu-spin-fix {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
}
.experience_spin.ivu-spin-fix .ivu-spin-main {
    font-size: 20px;
    font-weight:600;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
.content_t_empty{
    width: 100%;
    margin: 0 auto;
    max-width: 1630px;
    height: 300px;
    text-align: center;
    font-size: 26px;
    line-height: 300px;
}
@media screen and (min-width: 1268px) and (max-width: 1520px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .experience_search_result {
        width: 1268px;
    }
    .experience_detail_table .experience_detail_info {
        width:1268px;
        margin: 0 auto;
    }
    .experience_detail_table .experience_detail_info .info_b .b_top .item.info {
        width: 918px;
    }
    .experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell {
        margin-right: 200px;
    }
}
@media screen and (max-width: 1267px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .experience_search_result {
        width: 1200px;
    }
    .experience_search {
        width:1200px;
    }
    .experience_detail_table .experience_detail_info {
        width:1200px;
        margin: 0 auto;
    }
    .experience_detail_table .experience_detail_info .info_b .b_top .item.info {
        width: 850px;
    }
    .experience_detail_table .experience_detail_info .info_b .b_bottom .b_bottom_cell {
        margin-right: 150px;
    }
}
.nav_div {
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 80px;
}