@charset "UTF-8";
.cqbgxx_wrap{padding: 10px;}
.cqbgxx_ul{padding: 20px;font-size: 14px; border:1px solid #ebc74b;background: #fdffc6;color: #DD5246;border-radius: 10px;}
.cqbgxx_ul li{position:relative;line-height: 25px;margin-left: 20px;}
.cqbgxx_ul li:before{content: '';background: url(../images/icon.png) no-repeat left center;width: 20px;height: 20px;display: inline-block;position: absolute;left: -30px;top: 3px;background-position: -5000px -5000px;}
.cqbgxx_ul li.one:before{background-position: -230px -316px;}
.cqbgxx_ul li.two:before{background-position: -260px -316px;}
.cqbgxx_ul li.three:before{background-position: -289px -316px;}
.cqbgxx_ul li.four:before{background-position: -319px -316px;}
.cqbgxx_ul li.five:before{background-position: -349px -316px;}
.cqbgxx_ul li.six:before{background-position: -379px -316px;}
.cqbgxx_wrap .btn_wrap{margin: 15px 0px;}
.baoming_items .title{height: 40px;line-height: 40px;text-indent: 15px;font-size: 18px;color: #000;background: #D7EAFD;}
.baoming_items .tips{line-height: 25px;text-indent: 10px;font-size: 14px;color: #000;margin: 10px 0;}
.baoming_items .content{height: 200px;margin-top: 20px;margin-bottom: 20px;}
.baoming_items .content .left_img{float: left;width: 280px;font-size: 12px;text-align: center;color: #666;}
.baoming_items .content .left_img img{width: 150px;height: 150px;}
.baoming_items .content .right_img{width: 650px;color: #147AC4;font-size: 18px;font-weight: bold;line-height: 30px;float: right;}
.flowone .baoming_items .content .right_img .bmlc_one{width: 640px;height: 80px;background: url(../images/flow1.png) no-repeat;line-height: 80px;display: inline-block;background-position: 0 0;margin-top: 30px;}
.flowone .baoming_items .content .right_img .bmlc_two{width: 640px;height: 80px;background: url(../images/flow1.png) no-repeat;line-height: 80px;display: inline-block;background-position: 0 -80px;margin-top: 30px;}
.flowtwo .baoming_items .content .right_img .bmlc_one{width: 640px;height: 80px;background: url(../images/flow2.png) no-repeat;line-height: 80px;display: inline-block;background-position: 0 0;margin-top: 30px;}
.flowtwo .baoming_items .content .right_img .bmlc_two{width: 640px;height: 80px;background: url(../images/flow2.png) no-repeat;line-height: 80px;display: inline-block;background-position: 0 -80px;margin-top: 30px;}
.flowthree .baoming_items .content .right_img .bmlc_one{width: 640px;height: 80px;background: url(../images/flow3.png) no-repeat;line-height: 80px;display: inline-block;background-position: 0 0;margin-top: 30px;}
.flowthree .baoming_items .content .right_img .bmlc_two{width: 640px;height: 80px;background: url(../images/flow3.png) no-repeat;line-height: 80px;display: inline-block;background-position: -28px -80px;margin-top: 30px;}
.baoming_btn_wrap{height: 50px;line-height: 50px;text-align: center;margin-top: 20px;}
.baoming_btn_wrap .btn_green_white{height: 40px;line-height: 40px;width: 180px;font-size: 18px;}
.cqbgxx_wrap .baoming_btn_wrap{height: 100px;}
.cqbgxx_wrap .baoming_btn_wrap a{height: 60px;line-height: 60px;font-size: 24px;width: 260px;border-radius: 10px;}
.cqbgxx_wrap .baoming_btn_wrap span+span{margin-left: 50px;}

.action{text-align: center;margin: 10px 0px;}

/* tabs */
.tab-wraper{margin-bottom:15px}
.tab-wraper .tab{margin-bottom:10px;height:42px;border-bottom:1px solid #c2c2c2}
.tab-wraper .tab li{position:relative;top:1px;float:left;margin-right:5px;height:42px;background:#0788EC;font-weight:700;font-size:14px;line-height:42px}
.tab-wraper .tab li a{display:block;padding:0 15px;color:#fff;text-decoration:none}
.tab-wraper .tab li.current{top:0;height:40px;border:1px solid #c2c2c2;border-top:3px solid #ffaa05;border-bottom:none;background:#fff}
.tab-wraper .tab li.current a{color:#000}
.tab-wraper .tab-content > .tab-box {position: absolute; opacity: 0; filter:Alpha(opacity=0);padding: 10px;}
.tab-wraper .tab-content > .tab-box.active {position: relative; opacity: 1; filter:Alpha(opacity=1);display: block !important;}

/***************lable*******************/
.xlabel {
    background-color: #d1dade;
    color: #5e5e5e;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
}
.xlabel-primary,
.badge-primary {
    background-color: #39AEF5;
    color: #FFFFFF;
}

.xlabel-success,
.badge-success {
    background-color: #5CB85C;
    color: #FFFFFF;
}

.xlabel-warning,
.badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.xlabel-warning-light,
.badge-warning-light {
    background-color: #f8ac59;
    color: #ffffff;
}

.xlabel-danger,
.badge-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}

.xlabel-info,
.badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}

.xlabel-inverse,
.badge-inverse {
    background-color: #262626;
    color: #FFFFFF;
}

.xlabel-white,
.badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}

.xlabel-white,
.badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}


.steps {
    height: 46px;
    border-bottom: 2px solid #E6E6E6;
    position: relative;
}

/*宽度根据100%步数*100%*/
.steps ol li {
    display: inline;
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    font-family: "微软雅黑","华文细黑","黑体",arial;
}


.steps ol li i {
    display: inline-block;
    margin-left: 70px;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-style: normal;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: url("../images/ico-circle2.png") no-repeat scroll 0px 0px transparent;
}

/***************steps*******************/
.steps ol li {
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    font-family: "微软雅黑","华文细黑","黑体",arial;
}

.steps ol li.active {
    color: #3E3E3E;
    border-bottom: 2px solid #FF4700;
}

.steps ol li.active i {
    background-image: url("../images/ico-circle1.png");
}