
 /* 移动端样式 */
 #box1 {
    display: none;
}
#box2 {
    /* background-color: #f3f3f3; */
}
.title {
    padding: 20px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.title .logo img {
    width: 129px;
    height: 35px;
}
.title .btn-text img {
    width: 31px;
    height: 24px;
}
.left {
    width: 180px;
    background-color: #f5f5f5;
    height: 100%;
}
.left .list {
    display: flex;
    padding: 5px 10px;
    cursor: pointer;
}

.left .list span {
    flex: 1;
    margin-left: 10px;
    font-size: 12px;
    color: #949494;
    /* text-align: center; */
}
.left .list img {
    width: 18px;
    height: 10px;
}

.left .item {
    background-color: #fff;
}
.left .item li {
    padding: 5px 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    font-size: 12px;
    color: #949494;
}
.left .item .active {
    background-color: #e70011;
    color: #fff;
}
.btn {
    position: relative;
}
.btn-list {
    height: 0;
    transition: all .3s;
    position: absolute;
    right: -40px;
    top: 60px;
    overflow: hidden;
    z-index: 99999;
}
.main .specile {
    margin-bottom: 10px;
}
.main .specile .img {
    width: 100%;
    height: 200px;
    background-color: #7d5249;
}

.main .specile .title {
    font-size: 15px;
    font-family: Adobe Heiti Std;
    padding: 15px 16px;
}

.main .specile .info {
    background-color: #fff;
    display: flex;
    font-size: 12px;
    color: #949494;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    padding-left: 10px;
}
.m-input {
    padding: 10px;
}
.m-input div {
    line-height: 1.5em;
    font-family: Source Han Sans CN;
    color: #232323;
    font-size: 15px;
}
.m-input .m-input-btn {
    width: 120px;
    margin: 20px auto;
    text-align: center;
    background-color: #e70011;
    color: #fff;
    padding: 10px 20px;
}
.main .specile .info img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.main .specile .info div:first-child {
    margin-right: 50px;
}
.main .list-box  {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    padding: 10px 5px;
    flex-wrap: wrap;
}
.main .list-box .list {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #ffffff;
}
.main .list-box .list .img {
    width: 100%;
    height: 120px;
    background-color: #7d5249;
}
.main .list-box .list .title {
    background-color: #fff;
    font-size: 12px;
    padding: 10px 5px;
}
.m-title {
    padding: 20px 6px;
}
.m-title img {
    width: 166px;
    height: 65px;
}

.main .list-box .list .info {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    font-size: #949494;
    font-size: 12px;
    padding: 10px 5px;
    margin-top: 0px;
}
.main .list-box .list .info img {
    width: 10px;
    height: 10px;
}
.main-info {
    /* padding-top: 10px; */
    padding-left: 6px;
}
.mi-list {
    display: flex;
    margin-bottom: 10px;
}
.mi-list-img img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.mi-list-nr {
    flex: 1;
    padding: 0px 10px;
    font-size: 14px;
    color: #636cb4;
}
.mi-nr-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.mi-time-name {
    color: #b7a291;
}
.mi-time-timr {
    font-size: 12px;
    margin-left: 10px;
}
.mi-why {
    color: #636cb4;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 15px;
}
.mi-ne-bt {
    padding: 20px 0;
    display: flex;
    padding: 20px;
    background-color: #f6f6f6;
}
.img-wrap {
    height: 110px;
    display: block;
}
 .img-wrap img{
     width: 100%;
 }

 .mi-ne-bt .mi-bt-img {
    margin-right: 5px;
}
.mi-ne-bt .mi-bt-img img {
    width: 20px;
    height: 20px;
}
.mi-bt-text {
    display: flex;
    margin-bottom: 20px;
}
.mi-bt-name {
    color: #b7a291;
}
.mi-bt-time {
    font-size: 12px;
    margin-left: 10px;
}
.r-num {
    display: flex;
    margin-left: 40%;
}
.r-num div img {
    width: 20px;
    height: 20px;
}
.r-num div:last-child {
    margin-left: 5px;
}
.r-num ul{
    display: flex;
}
.r-num ul li {
    margin-left: 5px;
    background-color: #101010;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 50%;
}

.r-num .r-num-active{ 
    background-color: #e70011;
}
 .r-title {
     border-bottom: 1px solid #dddbdb;
     color: #909091;
     font-size: 20px;
     padding: 0 5px;
     font-weight: 700;
     font-style: italic;
     margin-bottom: 5px;
 }
.r-title span {
    color: #0d1994;
}
.r-btnAll {
    padding: 20px 0;
}
.r-btn-listBox {
    /* display: flex; */
    margin-bottom: 10px;
}
.r-btn-list {
    margin-bottom: 10px;
    border: 1px solid #dddbdb;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
}
.r-btn-list-active {
    background-color: #e4dcd6;
    color: #fff;
}
.r-btn-list-h {
    height: 100px;
    width: 94%;
    margin-right: 10px;
    outline: none;
}

.r-tip {
    font-size: 12px;
}
.r-input{
    margin: 11px 0;
}
.r-input input{
    outline: none;
    padding: 2px 10px;
    width: 200px;
}
.r-submit {
    background-color: #e70011;
    color: #fff;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    margin: auto;
}
.m-message-wrap {
    margin-bottom: 20px;
}
.home-inquiry{
    padding:0 16px;
    margin-bottom: 20px;
}
.inquiry .form-item-wrap{
    width: 100%;
}
.button-wrap{
    display: flex;
    justify-content: center;
}