﻿#consult_pic {
    position: relative;
}

.consult_banner_pic {
    width: 100%;
}

.consult_banner_content {
    position: absolute;
    margin-top: -150px;
    left: 50%;
    margin-left: -72px;
    color: #ffffff;
    text-align: center;
}


#consult_list .consult_item {
    padding: 20px 10px 10px 28px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    width: 100%;
}



.media_content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 24px;
}

.btn-room-consult, .btn-room-consult:hover {
    width: 140px;
    height: 36px;
    background: #e60012;
    border-radius: 22px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 22px;
}

/*弹窗 start*/

.formlist {
    margin-top: 20px;
}

ul, li {
    margin: 0;
    padding: 0 0 0 2px;
    list-style: none;
}

.formlist li {
    /*width: 410px;*/
    height: auto;
    border: 1px solid #e6e6e6;
    line-height: 34px;
    vertical-align: middle;
    border-radius: 2px;
    margin: 9px 0;
}

.formlist .form-tt {
    display: inline-block;
    width: 90px;
    /*text-align: right;*/
}

.formlist .input0 {
    border: none;
    height: 34px;
    outline: none;
    width: 290px;
    margin-left: 10px;
    color: #747474;
}

.formlist .inputArea {
    border: 1px solid #ccc;
    height: 88px;
    width: 350px;
    padding: 0 10px;
    display: block;
    color: #747474;
    border-radius: 4px;
}
.formlist .inputCode {
    border: 1px solid #ccc;
    height: 34px;
    outline: none;
    width: 60%;
    margin-left: 10px;
    color: #747474;
    border-radius: 4px;
}
/*弹窗 end*/


hr {
    border-top: 1px solid #eeeeee;
}

.form-group {
    display: flex;
}

.form-input {
    position: relative;
    top: -6px;
    width: 39rem;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

.help-block {
    margin-left: 5px;
    margin-top: 0px;
    width: 14%;
}

.has-error .form-control {
    border-color: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

.has-success .form-control {
    border-color: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

.has-feedback label ~ .form-control-feedback {
    top: 0;
}

h2 {
    text-align: center;
}

.imgCheckCode {
    height: 34px;
    border-radius: 4px;
    border: solid 1px #ccc;
    position: relative;
    top: -6px;
}

.btn-confirm, .btn-cancel {
    width: 192px;
    height: 44px;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    outline: none;
}

.btn-confirm {
    background: #c7181f;
    color: #FFF;
}

.btn-cancel {
    background: #FFF;
    color: #999999;
    margin-left: 10px;
    border: 1px solid #d5d5d5;
}

.red-bar {
    color: #e60012
}

.row-content {
    margin-bottom: 15px;
}

.span-spec {
    font-size: 14px;
    color: #adadad;
}

.span-title {
    margin-left: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2b2b2b;
}

.div-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.div-hover {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3)
}
