.container{    
    box-sizing: border-box;
    width: 1200px;
    /*height: 900px;*/
    padding: 0;
}
input.form-control{
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none
}
.navbar-default{
    background-color: #fff;
    border-bottom:1px solid #D7D7D7;
    border-radius: 0;
    color: #DF5986;
    height:auto;
    margin-bottom: 0px;
}
.dropdown a{
    color: #DF5986;
}
.navbar-left{
    display: block;
    line-height: 80px;
    height: 80px;
    font-size: 16px;
    color: #999;
}
.navbar-left:hover,.navbar-left:focus,.navbar-left:visited{
    text-decoration: none;
    color: #999;
}
.navbar-default .header-logo{
    width: 160px;
    height: 80px;
    background: url(../images/logo_90_0724.png) no-repeat center left;
    background-size: contain;
}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:hover{
    color: #DF5986
}
.navbar-default .navbar-nav>li>a:hover{
    opacity: .85
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{    
    background-color: #fff;
    opacity: .85;
    color: #DF5986
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: #fff;
}
.navbar-default .navbar-toggle{
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent
}
.navbar-nav>li>a{
    padding-top: 30px;
    padding-bottom: 30px;
}
.index-btn{
    background: none;
    width: 180px;
    height: 60px;
    padding: 0;
    margin: 70px 0 0;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    border-color: #fff;
}
.index-btn:hover{
    background: none;
    border-color: #fff;
    opacity: .9;
}
.price{
    color: #DE5986;
}
.color-grey{
    color: #ccc
}
.aside{
    width: 200px;
    float: left;
}
.main{
    width: 980px;
    float: right;
    margin-bottom: 40px;
}
.aside .avatar{
    width: 199px;
    height: 199px;
    border: 1px solid #D7D7D7;
    margin-bottom: 25px;
}
.aside .list-group{
    min-height: 640px;
    border: 1px solid #D7D7D7
}

.list-group-item{
    padding-top: 18px;
    padding-bottom: 18px;
    border-color: #D7D7D7;
    text-align: center;
    border-left: none;
    font-size: 20px;
    border-right: none;
    border-bottom: 1px solid #D7D7D7
}
.list-group-item:first-child{
    border-radius: 0;
    border-top: none;
}
.list-group-item:last-child{
    border-radius: 0
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    color: #DF5986;
    background-color: #fff;
    border-color: #D7D7D7;
}
.bs-example-tabs .nav-tabs>li{
    border: none;
    width: 33.3333%;
    box-sizing: border-box;
    padding:60px 0;
}
.bs-example-tabs .nav-tabs>li>a,.bs-example-tabs .nav-tabs>li>p{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
    font-size: 20px;
    color: #989898;
    background: none;
    border: none;
}
.bs-example-tabs .nav-tabs>li>p{
    color: #333;
    font-size: 25px;
}
.bs-example-tabs .nav-tabs>li.active>a,.bs-example-tabs .nav-tabs>li.active>a:hover{
    color: #989898 ;
    background: none;
}
.bs-example-tabs .nav-tabs>li.active>p{
    color: #DF5986;
}
bs-example-tabs .nav-tabs>li:hover{
    background: #F2F2F2;
}
bs-example-tabs .nav-tabs>li.active{
    background: none;
}
bs-example-tabs .nav-tabs>li>a:hover,bs-example-tabs .nav-tabs>li>a:focus,.nav-tabs>li>a:visited{
    background: none;
    border: none;
}

/*.nav-tabs>li>a{
    border-radius: 0;
    margin-right: 0;
    box-sizing: border-box;
    height: 50px;
    line-height: 25px;
    min-width: 100px;
    text-align: center
}*/
.nav-tabs>li.active,.nav-tabs>li:hover,.nav-tabs>li:focus{
    border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
}
/*.nav-tabs>li:last-child{
    border-right: 1px solid #D7D7D7
}
.nav-tabs>li:first-child{
    border-right: 1px solid #D7D7D7
}*/
.main .nav-tabs{
    border: none;
}
.main .nav-tabs li a{
    color: #333;
}
.main .nav-tabs li.active a{
    border: 1px solid #D7D7D7;
    border-bottom-color: #fff;
    color: #DF5986;
}
.bs-example-tabs .nav-tabs{
    border: 1px solid #D7D7D7 ;
    display: flex;
    height: 200px;
    margin-bottom: 25px;
}
.tab__list li a:hover{
    border-color: #eee;
}
.tab-content{
    border: 1px solid #D7D7D7;
    padding: 20px;
    min-height: 640px;
    overflow: hidden;
}
.table>tbody>tr>th,.table>tbody>tr>td{
    min-height: 110px;
    line-height: 110px;
    box-sizing: border-box;
    padding: 0;
    font-size: 16px;
    color: #666;
    font-weight: normal;

}
.text-success{
    color: #DE5986;
}
.tab-content .table>tbody>tr>th{
    border-top: none
}
.tab-content ._td td{
    vertical-align: middle
}
.tab-content ._mod{
    clear: both
}
.tab-content ._mod .table>tbody>tr>th,.tab-content ._mod .table>tbody>tr>td{
    line-height: 60px;
    min-height: 60px;
}
.tab-content ._mod ._mod-header{
    font-size: 16px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    height: 60px;
    line-height: 80px;
}
.tab-content ._mod ._mod-footer{
    background: #F8F8F8;
    text-align: right;
    height: 45px;
    line-height: 45px;
    padding-right: 15px
}
.tab-content ._mod ._mod-footer .price{
    font-size: 16px;
    font-weight: normal;
}
._mod ._mod-tip{
    color: #ccc;
    text-align: center;
    line-height: 50px
}
/*物料列表*/
.planInfo{
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
    padding: 20px;
    height: 200px;
    overflow: unset;
}
.planInfo ._right{
    width: 160px;
}
.planInfo ._right>p{
    text-align: right;
    line-height: 30px;
}
.supplies-item{
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 10px;
    background: #FFF7FA;
    margin-top: 0;
}
.supplies-item img{
    width: 90px;
    height: 90px;
}
.supplies-item .title{
    font-size: 16px;
    color: #666;
    height: 40px;
    line-height: 55px;
    display: block;
}
.supplies-item .desc{
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin: 0;
}
.supplies-item .media-right{
    height: 90px;
    line-height: 90px;
}
.supplies-item .right-info{
    width: 200px;
    overflow: hidden;
}
.supplies-item .right-info .pull-left{
    color: #666;
    font-size: 16px;
}
.supplies-item .right-info .pull-left i{
    color: #DE5986;
    margin-right: 4px;
    font-style: normal;
}
.supplies-item .right-actions{
    margin-right: 20px;
}
.text-right{
    text-align: right;
    overflow: hidden;
    margin-bottom: 10px;
}
.text-right>span{
    float: right;
}
.text-right>span.price{
    font-size: 14px;
    display: flex;
    line-height: 40px;
}
.text-right>span.price b{
    font-size: 16px;
    margin-left: 6px;
}
.price-btn{
    text-decoration: underline;
}
.prices-btn{
    margin-left: 60px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #34C8CA;
    padding: 0;
    font-size: 18px;
    color: #fff;
}
.prices-btn:hover{
    border: none;
    background: #34C8CA;
    color: #fff;
}
.text-center a{
    font-size: 16px;
    background: #34C8CA;
    border: none;
}
.text-center a:hover{
    background: #DE5986;
}
.supplies-item .right-actions span{
    display: inline-block
}
.supplies-item .right-actions span.color-grey{
    font-size: 18px;
    color: #666;
}
.supplies-item .officialPrice{
    width: 48px;
}
.supplies-item .btn-askprice{
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DE5986;
    font-size: 18px;
    padding: 0;
    color: #666;
    border-radius: 3px;
    background: #fff
}
.record-item{
    border-bottom: 1px solid #EFEFEF;
    padding-top: 10px
}
.record-item .attaches-holder{
    margin-left: -20px;
    margin-right: -20px;
    width: 640px
}
.record-item .attaches-holder .attach-item{
    width: 150px;
    text-align: center;
    display: inline-block;
    margin: 0 20px 20px;
    padding: 15px 0 0;
    font-size: 13px;
    word-break: break-all;
    float: right
}
.place-item .attaches-holder .attach-item{
    float: left
}
.record-item .attaches-holder .attach-item img{
    width: 150px;
    height: 150px;
    padding: 0
}
.record-item .attaches-holder .attach-item .fa{
    font-size: 36px;
    display: block;
    margin-bottom: 5px
}
.record-item .attaches-holder .attach-item p{
    margin-top: 10px
}
.sources-holder ._mod-body{
    margin-left: -10px;
    margin-right: -10px;
}
._source_item{
    width: 100px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 20px;
    padding: 15px 0 0;
    font-size: 13px;
    word-break: break-all;
    float: left;
    height: 220px;
    overflow: hidden;
}
._source_item img{
    width: 80px;
    height: 80px;
    padding: 0
}
._source_item .fa{
    font-size: 36px;
    height: 80px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    line-height: 80px
}
._source_item ._dl{
    margin-top: 10px
}
.simpleDialog{
    background: #FF0066;
    position: fixed;
    top: 40%;
    left: 50%;
    color: #fff;
    z-index: 9999;
    padding: 15px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: none;
    border-radius: 5px;
}
/*进度条*/
/*更多*/
.more-awesome {
    color: #333;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    margin-top: 15px;
}
.more-awesome span {
    position: relative;
    top: 13px;
    background-color: #fff;
    padding: 0 20px;
}
.progress {
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    display: none
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.jumbotron{
    background: url(../images/index_top.png) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: right;
    height: 540px;
    margin: 0;
}
.user-jumbotron{
    text-align: center
}
.user-jumbotron img{
    border: 2px solid #fff;
    box-shadow:0 0 10px rgba(255,255,255,.8);  
    margin-bottom: 10px
}
.jumbotron h1{
    font-size: 50px;
    padding: 0;
    margin: 0;
    /*line-height: 130px;*/
}
.jumbotron .big_jiesao{
    font-size: 28px;
    margin-bottom:95px;
}
.success-jumbotron{
    background: #fff;
    border:1px solid #eee
}
.success-jumbotron h1{
    font-size: 28px;
}
.success-jumbotron p{
    font-size: 16px
}
.success-jumbotron .fa{
    font-size: 48px;
    color: #008000
}
.advantages{
    /*height: 610px;*/
}
.advantages {
    text-align: center;
    overflow: hidden;
    padding-bottom: 80px;
}
.advantages h2{
    padding: 0;
    margin: 0;
    line-height: 150px;
    font-size: 26px;
}

.advantages .advs .num,.advantages .advs .help-block{
    font-size: 28px;
    color: #fff;
    line-height: 66px;
}
.advantages .advs .num{
    margin-top: 100px;
}
.advantages .advs{
    display: flex;
}
.advantages .advs .adv-img{
    height: 300px;
  width: 400px;
    /*margin-right: 120px;*/
}
.advs {
    /*margin-left: 120px;*/
}

.advantages .advs .adv-img:nth-child(1){
    background: url(../images/20190311-cs.png) center no-repeat;
}
.advantages .advs .adv-img:nth-child(2){
    background: url(../images/20190311-hzs.png) center no-repeat;
}
.advantages .advs .adv-img:nth-child(3){
    background: url(../images/20190311-zx.png) center no-repeat;
    margin: 0;
}
@media (max-width: 768px){
    .advantages .col-sm-4{
        border-right: none;
        border-bottom: 1px dashed #EFEFEF
    }
}
.requirements {
    background: #F8F8F8;
    overflow: hidden;
    text-align: center;
    /*height: 620px;*/
}
.requirements h2{
    margin: 0;
    padding:0;
    line-height: 190px;
    font-size: 25px;
    font-weight: 600;
}
.hidden-xs{
    display: flex;
}
.hidden-xs .index-label{
    float: left;
    margin: 0 35px;
}
.requirements span{
    width: 170px;
    display: block;
    text-align: center;
    height: 170px;
    color: #fff;
    border-radius: 200px;
    padding:45px 0;
    margin:0 auto;
}
.requirements span p{
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 40px;
}
.flexs-tent{
    margin-top: 30px;
}
.flexs-tent p{
    line-height: 28px;
    text-align: left;
    font-size: 16px;
    color: #666;
}
.requirements span._empty{
    background: transparent
}

.requirements .bg3{
    background-color: #B4C986
}
.requirements .bg5{
    background-color: #E0A23B;
}
.requirements .bg7{
    background-color: #6FBDEB;
}
@media (max-width: 992px){
    .requirements span{
        line-height: 102px;
    }
}
@media (max-width: 768px){
    .requirements span{
        line-height: 105px;
    }
}
.simple-stat{
    display: flex;
}
.simple-stat .stat-item{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;        
    padding: 30px 0;
    border-right: 1px solid #E4E4E4;
    cursor: pointer
}
.simple-stat .stat-item:last-child{
    border-right: 0
}
.simple-stat i{
    font-size: 48px;
}
.footer{
    text-align: center;
    padding: 40px 0;
    background: #333;
    /*height: 220px;*/
}
.footer p{
    line-height: 30px;
    font-size: 14px;
    margin: 0;
    text-align: left;
}
@media (min-width: 768px){
    .footer{
        /*margin-top: 40px;*/
        /*border-top: 1px solid #EFEFEF;*/
    }
}
.index-execute{
    margin-bottom: 60px;
}
.index-execute h2{
    line-height: 230px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.index-execute div{
    text-align: center;
}
.index-condition{
    background: #f8f8f8;
}
.index-condition h2,.index-annunciate h2{
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 20px;
    padding: 50px 0;
    line-height: 25px;
    display: flex;

}
.index-annunciate h2{
    border-bottom: 1px solid #E4E4E4;
}
.index-condition h2 i,.index-annunciate h2 i{
    display: block;
    width: 25px;
    height: 25px;
    background: #DF5986;
    margin-right: 20px;
}
.condition{
    overflow: hidden;
}
.condition h3{
    color: #DF5986;
    font-size: 20px;
}
.condition h3 span{
    float: right;
    color: #ccc;
    font-size: 15px;
}
.condition {
    font-size: 14px;
    color: #666;
    padding-bottom: 60px;
}
.condition .index-mag{
    float: left;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;

}
.condition .index-mag>div{
    background: #fff;
    margin: 10px;
    padding:0 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 16px;
}
.condition-img{
    margin-top:20px;
}
.condition-img img{
    width: 124px;
    height: 124px;
    float: left;
    margin: 5px;
}
.annunciate{
    overflow: hidden;
    padding: 30px 0;
}

.ciate-mag{
    float: left;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 30px;
    padding-left: 40px;
}
.ciate-mag.ciateMagLeftt{
    padding-left: 0;
    padding-right: 40px;
    border-right: 1px solid #e2e2e2;
}
.ciate-mag.ciate-top{
    padding-top: 0;
}
.ciate-mag h3{
    overflow: hidden;
    line-height: 40px;
    color: #DF5986;
    font-size: 20px;
    margin: 0;
}
.ciate-mag h3 span{
    float: right;
    color: #ccc;
    font-size: 15px;
}
.ciate-mag>div{
    font-size: 16px;
    color: #666;
    line-height: 30px;

}
/**/
.details-tent{
    float: right;
    width: 980px;
    box-sizing: border-box;
    min-height: 360px;
}
.details-tent li{
    list-style: none;
}
.details-img{
    height: 280px;
    width: 100%;
    background: #666;
    position: relative;
}
.details-img img{
    height: 280px;
    width: 100%;
}
.details-img p{
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}
/*user-*/
.dynamic{
    overflow: hidden;
}
.dynamic-left{
    float: left;
    width: 580px;
}
.dynamic-h2{
    height: 85px;
    line-height: 25px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    font-size: 22px;
    padding: 30px 0;
    margin: 0;

}
.dynamic-h2 i{
    display: block;
    height: 20px;
    width: 20px;
    background: #DF5986;
    margin-top: 2px;
    margin-right: 20px;
}

.dynamic-content h3{
    font-size: 18px;
    line-height: 30px;
    color: #DF5B83;
}
.dynamic-content h3>span{
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.dynamic-img{
    width: 580px;
    height: 100px;
    overflow: hidden;
}
.dynamic-img ul{
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0;
}
.dynamic-img li{
    width: 150px;
    height: 100px;
    margin-right: 10px;
    float: left;
}
.dynamic-img img{
    display: block;
    width: 150px;
    height: 100px;
    background: #f2f2f2;
}
.ranking-content ul{
    margin: 0;
    padding: 0;
}
.ranking-content li{
    height:56px;
    line-height: 56px;
    border-bottom: 1px solid #E4E4E4;
    color: #666;
    font-size: 16px;
    text-align: left;
}

.ranking-content li span{
    float: right;
    color: #DE5986;
}
.dynamic-right{
    float: right;
    width: 320px;
}
.dynamic-annunciate{
    background: #f8f8f8;
    margin-top: 10px;
}
.dynamic-annunciate ul.ciate{
    padding: 10px;
}
.dynamic-annunciate h2{
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    position: relative;
    padding: 0;
    display: block;
    color: #666;
}
.dynamic-annunciate h2 i{
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
}
.dynamic-annunciate li{
    font-size: 12px;
    text-align: left;
    line-height: 26px;
    color: #666;
    box-sizing: border-box;
}

.dynamic-annunciate li span{
    color: #DF5986;
    margin-right: 10px;
    font-size: 15px;
}

.statistics{
    float: right;
    width: 980px;
    height: 200px;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-bottom: 25px;
}
.statistics ul{
    margin: 0;
    padding: 0;
    height: 100px;
}
.statistics ul:first-child{
    border-bottom: 1px solid #E4E4E4;
}
.statistics li{
    list-style: none;
    text-align: center;
    border-right: 1px solid #E4E4E4;
    height: 100px;
}
.statistics li:last-child{
    border: none;

}
.statistics li a{
    display: block;
    width: 100%;
    height: 100%;
}
.statistics li.active a:hover{
    background: none;
}
.statistics li a:hover,.statistics li a:focus{
    text-decoration: none;
    background: #f2f2f2;
}
.statistics li p{
    margin: 0;
    padding: 0;
    height: 50px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.statistics li p.num{
    color: #DF5986;
    line-height: 70px;
    font-size: 18px;
}
.col-xs-3,.col-sm-3,.col-xs-6,.col-sm-6{
    margin: 0;
    padding: 0;
}
.tab-nav,.material-ul{
    margin: -20px -20px 0;
    height: 60px;
    border-bottom: 1px solid #D7D7D7;
}
.tab-nav ul,.material{
    margin: 0;
    padding: 0;
}
.tab-nav li,.material li{
    height: 60px;
    width: 150px;
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    float: left;
    list-style: none;
    text-align: center;
    line-height: 57px;
    font-size: 16px;
    margin-bottom: -1px;
    background: #fff;
}

.tab-nav li a,.material li a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    border-top: 3px solid #fff;
}
.tab-nav li.active,.material li.active{
    border-bottom:none;
}
.tab-nav li.active a,.material li.active a{
    border-top-color: #DF5986;

}
.tab-nav li a:hover,.tab-nav li a:focus,.material li a:hover,.material li a:focus{
       text-decoration: none;
}
.tab_tr {
   box-sizing: border-box;
}
.table_pane tr{
    height: 60px;
}
.table_pane tr th{
    line-height: 60px !important;
    font-weight: normal;
    font-size: 16px;
}
.table_pane>tbody>tr>td{
    padding: 20px 0 !important;
}
.btn-submit{
    width: 50px;
    height: 26px;
    box-sizing: border-box;
    background: #3299CD;
    border-color: #3299CD;
    padding: 0;
    line-height: 26px;
}
.media-img img{
    width: 160px;
    height: 160px;
}
.brand h2{
    height: 60px;
    border-bottom: 1px solid #D7D7D7;
    font-size: 16px;
    line-height: 80px;
    padding: 0;
    margin: 0;
}
.brand-logo{
    display: flex;
    overflow: hidden;
}
.brand-xz{
    float: left;
    margin: 20px;
}
.brand-xz>a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #999;
}
.brand-xz img{
    display: block;
    width: 180px;
    min-height: 60px;
}
.brand-xz p{
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #0099CC;
}
.brand-xz .brand-wen{
    margin-top: 20px;
    color: #999;
}
.brand-xz a:hover{
    text-decoration: none;
}
.brand-xz a:hover p:last-child{
    text-decoration: underline;
}

.search-header{
    border-bottom: none !important;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-20{
    font-size: 20px !important;
}
.without>td{
    text-align: center;
    color: #999;
}
.modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
}
.color-edit-price{
    padding: 6px 20px;
    border: 1px solid #3399CC;
    border-radius: 3px;
    background: #3399CC;
    color: #fff;
}
.color-edit-price:hover,.color-edit-price:focus,.color-edit-price:visited{
    text-decoration: none;
    color: #fff;
}
.options{
    padding: 15px 30px;
}
.options .material-ul{
    margin:-15px -30px 0;
}
.options .form-control{
    width: 350px;
    height: 50px;
    margin: 10px 0;
    font-size: 16px;
}
.options .text-center{
    text-align: left;
}
.options .tab-pane{
    margin-top: 30px;
}

.options .btn-lg{
    width: 100px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #34C8CA;
    font-size: 18px;
    border-color: #34C8CA;
}
.team_members ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #EBEBEB;
    height: 86px;
    line-height: 86px;
}
.team_members li{
    float: left;
   list-style: none;
    width: 20%;
    color: #666;
    font-size: 13px;
}
.team_members ul li:nth-child(2){
    text-indent: 80px;
}
.team_members ul li:nth-child(3){
    text-indent: 120px;
}
.team_members ul li:last-child{
    text-align: right;
}
.team_members ul li a,.team_members ul li a:hover,.team_members ul li a:focus{
    color: #DD5885;
}
.team_members:first-child ul{
    border-color: #d7d7d7;
    height: 30px;
    line-height: 30px;
}
.team_members .members-color-333{
    color: #333;
}
.team_members .members-color-999{
    color: #999;
}
.team_members ul .members-color-333:first-child{
    font-size: 16px;
}
.members .btn-lg{
    width: 170px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #34C8CA;
    font-size: 18px;
    border-color: #34C8CA;
    margin: 40px 0;
}
.account-security .font-18 ,.options label{
    font-size: 16px;
    font-weight: normal;
}
.account-se{
    overflow: hidden;
}
.account-se p{
    padding: 0;
    margin: 0;
}
.account-se p:first-child{
    margin-top: 14px;
}
.account-se p:last-child{
    height: 70px;
    line-height: 70px;
   /* border-bottom: 1px solid #d7d7d7;*/
    color: #999;
    font-size: 16px;
}
.account-xg{
    width: 410px;
}
.account-xg .form-group{
    width: 410px !important;
    margin: 0;
}
.account-xg input{
    width: 410px !important;
    height: 42px !important;
    line-height: 42px;
    padding: 0;
    margin: 32px 0 0;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    text-indent: 10px;
}
.account-xg .submitOn{
    width: 160px !important;
    height: 50px !important;
    line-height: 50px;
    padding: 0;
    background: #34C8CA;
    font-size: 18px;
    border-color: #34C8CA;
    color: #fff;
}
.options a.fileinput-button{
    display: none;
}
.loading-holder .btn{
    width: 240px;
    margin: 20px auto 0
}
/*订单列表*/
.order-mages{
    overflow: hidden;
}
.order-mages .mages-left{
    float: left;

}
.order-mages .mages-right{
    float: left;
    height: 110px;
}
.order-mages .mages-right p{
    height: 20px;
    line-height: 20px;
    display: block;
    width: 100%;
    padding-left: 20px;
}
.order-mages .mages-right p:nth-child(2){
    margin: 25px 0;
}
.orders-btn{
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #22BABD;
    color: #fff;
    border: none;
    font-size: 16px;
}
.orders-btn:hover{
    background: #DE5986;
}
/*订单详情*/

/*订单详情-执行人*/
.operator{
    text-align: right;
}
.dLabel{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.cite-meun{
    padding: 10px !important;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10;
}

.cite-meun::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.cite-meun::-webkit-scrollbar-track {
    background-color: #eee;
}

.cite-meun::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}
.cite-meun li{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.cite-meun li:hover{
    background: #f5f5f5;
    cursor: pointer;
}
/*执行人 out*/
.group-pass input{
    height: 50px !important;
    margin-bottom: 40px !important;
    font-size: 16px;
}

/*子账号*/
.modal-fade .modal-content{
    padding: 20px 40px !important;
    width: 500px !important;
}
.modal-fade .modal-body{
    height:auto;
    padding: 0 15px;
}
.modal-fade .modal-body span{
    color: #DF5986;
}
.modal-fade .form-control{
    width: 100%;
    margin-top: 24px;
    height: 50px!important;
    font-size: 14px;
    color: #666;
}
.modal-fade .form-control:first-child{
    margin-top: 10px;
}
.fade-yzm{
    overflow: hidden;
}
.fade-yzm>input{
    width: 60% !important;
    float: left;
    margin-top: 24px !important;
}
.fade-yzm .yzmbtn{
    float: right;
    height: 50px;
    margin-top: 24px;
    border-color: #DF5986;
    color: #DF5986;
}
.modal-fade input::-webkit-input-placeholder{
    color: #666;
}
.modal-fade .btn-yn{
    height: 50px;
    width: 40%;
    border: 1px solid #DF5986;
    margin-top: 24px;
    font-weight: normal !important;
    font-size:16px;
    border-radius: 8px;
    outline: none;
}
.modal-fade .btn-yn.btn-primary{
    border: none !important;
    background: #DF5986 !important;
}
.modal-fade .close{
    color: #000;
    opacity:1;
}
.modal-fade .btn-yn:focus {
    outline: none;
}
@media (min-width: 768px) {
    .modal-fade .modal-dialog {
        width: 500px !important;
        margin: 30px auto;
    }
}
.footer-content {
    width: 1200px;
    text-align: center;
    /*margin-left: 385px;*/
    margin: 0 auto;
}
.footer-top {
    /*height: 120px;*/
}

.footer-content .footer-top .footer-top-left{
    display: inline-block;
    width: 400px;
    /*height: 100px;*/
    text-align: center;
    float: left;
    border-right: 1px solid #ccc;
}
.footer-content .footer-top .footer-top-right{
    display: inline-block;
    width: 600px;
    /*height: 80px;*/
    text-align: center;
}
.contact-msg {
    text-align: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.ewm-left img{
    width: 116px;
}
.ewm-left {
    float: left;
    margin-left: 80px;
}
.footer-buttom {
    margin-top: 49px;
    border-top: 1px solid #EEEEEE;
    padding-top: 27px;
}
.footer-buttom p {
    text-align: center;
}
.process-detail {
    color: #ccc;
}
.navbar .container {
    height: auto;
}
.jumbotron h1{
    margin: 98px 0 37px 0;
    font-size: 72px;
}
.nav_left {
    float: left;
}
.nav_right_btn {
    border: none;
    margin-left: 10px;
    background: none;
    font-size: 12px;
}
.left_btn {
    background-color: #FF3030;
}
.right_btn {
    border: 1px solid #fff;
}
.img-explain {
    /*height: 60px;*/
    /*border: 1px solid red;*/
    width: 1200px;
    /*margin-left: 120px;*/
    margin-top: 45px;
}
.img-explain-each {
    width: 397px;
    height: 100%;
    display: inline-block;
}
.right_huanx{border-right:1px solid #DCDCDC;}
.right_huanx:last-child{border: 0;}
.img-explain-each span{color:#999999;}
.process {
    text-align: center;
}
.process .proces_wzjs{padding-bottom: 64px !important;}
.process .process_bt{font-size: 26px;color:#333;margin: 77px 0 52px 0;}
.process .img-explain{margin-bottom: 15px}
.process .img-explain-each:nth-child(1) img{margin-right: 25px;}
.process .img-explain-each:nth-child(3) img{margin-right: 85px;}
.process .proces_wzjs .img-explain-each:nth-child(1){padding-right: 37px;}
.process .proces_wzjs .img-explain-each:nth-child(3){padding-right: 70px;}
.process .proces_wzjs .img-explain-each p:nth-child(1){font-size:20px;font-family:SourceHanSansCN-Regular;font-weight:400;color:#000;}
.process .proces_wzjs .img-explain-each p:nth-child(2){font-size:14px;font-family:SourceHanSansCN-Regular;font-weight:400;color:#999;}
.process-img {
    /*border: 1px dashed  #ccc;*/
    width: 92px;
    /*margin-left: 50px;*/
}
.process-img-small {
    width: 16px;
    margin-top: 10px;
}
.container-big {
    width: 100%;
    background-color: #f8f8f8;
}
.requirements {
    background-color: #fff;
}
.media {
    /*margin-left: 120px;*/
    text-align: left;
}
.wenda-content{margin-bottom: 96px;}
.media .media-heading{font-size:26px;font-family:PingFangSC-Medium;font-weight:500;color:#000;}
.media .media-content{font-size:14px;font-family:SourceHanSansCN-Regular;font-weight:400;color:rgba(102,102,102,1);line-height: 28px;}
.mce_sjrzal{width:100%;height:454px;margin: 0 auto;max-width: 1920px;min-width: 1200px;color:#fff;}
.mce_sjrzal .mce_sjrzaldiv{width:100%;height:454px;padding: 152px 0 125px 0;background-color: rgba(0,0,0,0.32);}
.mce_sjrzal p:nth-child(1){font-size:50px;font-family:SourceHanSansCN-Bold;font-weight:bold;color:rgba(255,255,255,1);margin-bottom: 87px;font-weight:400;}
.footer {
    background-color: #333333;
    color:#fff;
}
.footer .contact-msg{font-size: 24px;position: relative;top: 7px;left: 5px;}
.success-box-top .success-box-left {
    height: auto;
    /*border: 1px solid red;*/
    text-align: left;
    width: 200px;
    display: inline-block;
    float: left;
    margin-left: 80px;
}
.success-box-top .success-box-right {
    /*border: 1px solid red;*/
    text-align: left;
    width: 500px;
    display: inline-block;
    float: left;
    margin-left: 80px;
}
.success-box-top .success-box-right h3{font-weight: 600;margin-bottom: 25px;}
.success-box-top .success-box-right p{margin-bottom: 38px;color:#333333;}
.success-box-top .success-box-right p span{color:#FF3333;}
.success-box-left img {
    width: 220px;
}
.form_data {
    margin-top: 60px;
}
.form_data p:nth-child(3){font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:#333;}
.login-form {
    border: none;
}
.top_msg {
    margin-left: 37px;
}
.line {
    margin-left: 37px;
    border-top: 1px solid #ccc;
    margin-bottom: 60px;
}
.red-line {
    width: 30px;
    border-bottom: 3px solid #FF2A44;
}
.form-horizontal .control-label {
    text-align: left;
    font-size:18px;
    font-family:Adobe Heiti Std R;
    font-weight:normal;
    color:rgba(51,51,51,1);
}
.form-control {
    width: 50%;
    height:42px;
}
.form-horizontal .form-group {
    margin-left:15px;
    margin-bottom: 40px;
}

.red-span {
    color: #FF2A44;
    margin-right: 10px;
}
.login-form{
    height: 970px;
}
.verification-code {
    display: inline-block;
    width: 218px;
}
.verification-code .form-control {
    width: 100%;
}
.img-rounded {
    width: 100px;
    border: 1px solid #ccc;
}
.top_msg .cjwt{font-size:24px;color:#333333;}
.submit-btn {
    background-color: #E3E3E3;
    width: 120px;
    margin-top: 40px;
}
.wenda-content {
    /*margin-left: 30px;*/
}
.media-content {
    line-height: 20px;
    font-size: 12px;
    margin-top: 12px;
}
.verification-code-btn {
    display: inline-block;
    width: 100px;
    height: 100%;
    background-color: #FF2E2E;
    text-align: center;
    line-height: 33px;
    color: #fff;
    border-radius: 3px;
}

.back-btn {
    width: 120px;
    border: none;
    color: #fff;
    background: red;
    height: 30px;
    border-radius: 2px;
}
.nav_right a{display:inline-block;width:140px;height:42px;line-height:42px;border-radius:4px;font-size:16px;
    font-family:Adobe Heiti Std R;
    font-weight:normal;
    color:#fff;text-align: center;}
.nav_right a:nth-child(1){background:#FF3030;}
.nav_right a:nth-child(2){border:1px solid #fff;margin-left: 32px;}


.div_180710 {width: 100%;height: 123px;background: rgba(0,0,0,0.8);position: fixed;bottom: 0;left: 0;z-index: 9999;display: none;}
.style_close {width: 29px;height: 29px;background: url(../images/o_1ci0vgc5eaog1n8uvrgbn11mbj7.png);z-index: 9;position: absolute;right: 20px;top: 120px;cursor: pointer;}
.style_riji {width: 1200px;height: 225px;margin: -112px auto 0 auto;position:relative;}
.riji_left {float: left;}
.riji_left img{float: left;}
.riji_left div{float: right;font-size:28px;color:#FFE337;margin: 136px 0 0 20px;}
.riji_left div span{color:#FF2E59;}
.riji_right {float: right;margin-top: 18px;}
.query_hotel_title {font-size: 22px;color: #fff;margin-top: 120px;line-height: 20px;}
.query_hotel {width:400px;height: 64px;margin: 20px auto 0 auto;position: relative;}
.query_hotel_div {width: 180px;height: 34px;line-height: 34px;float: left;cursor: pointer;border: 1px solid #fff;color: #fff;border-radius: 2px;margin-right: 10px;position: relative;font-size: 16px;}
.query_hotel_div:nth-child(2){margin-right: 0px;margin-left: 20px;}
.query_hotel_div span{margin: 0 6px 0 2px;}
.query_hotel_div span img{margin-bottom: 4px;}
