.abt {
    margin-top: 3vw;
    height: auto;
    overflow: hidden;
}
.abt span {
    display: block;
}
.t1 {
    font-size: 3rem;
    font-weight: bold;
}
.t2 {
    font-size: 2.5rem;
    color: #ccc;
    margin-top: 20px;
}
.bkbox {
    width: 76%;
}

.mdseek {
    margin-top: 4vw;
    height: auto;
    overflow: hidden;
}
.mdseek span {
    display: block;
    float: left;
    line-height: 40px;
    font-size: 1.125rem;
    padding-right: 10px;
}
.mdseek select {
    display: block;
    float: left;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
    border: 0;
    background: #fff;
    margin-left: 10px;
    padding: 0 20px;
    border-radius: 5px;
}
.mdseek select#city2 {
    margin-right: 50px;
}
.mdseek input.inp {
    display: block;
    float: left;
    width: 300px;
    height: 38px;
    line-height: 38px;
    border: 0;
    border-bottom: 1px solid #999;
    background: none;
    font-size: 1.125rem;
}
.mdseekb {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
    color: #fff;
    background: #b4926a;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    border: 0;
}

.seektips {
    width: 50%;
    line-height: 40px;
    margin: 30px 0 10px 0;
    font-size: 1rem;
    color: #666;
    text-align: right;
}
.mdsection {
    background: #fff;
    margin-top: 1vw;
}
.mdlist {
    height: auto;
    overflow: hidden;
    margin: 30px 10%;
}
.mdli {
    width: 38%;
    height: auto;
    overflow: hidden;
    margin: 10px 0 10px 10%;
    float: left;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mdli:nth-child(even) {
    margin-left: 5%;
}
.mdli:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mdi {
    width: 80px;
    height: 80px;
    padding-right: 20px;
    text-align: center;
    overflow: visible;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.75rem;
    color: #ccc;
    position: relative;
    float: left;
}
.mdi::after {
    content: '';
    width: 120%;
    height: 40px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    top: 95%;
    transform:rotate(-35deg);
    -ms-transform:rotate(-35deg);
    -moz-transform:rotate(-35deg);
    -webkit-transform:rotate(-35deg);
    -o-transform:rotate(-35deg);
    transform-origin: 0 0; /* 左上角为旋转中心点 */
}
.mdt {
    width: calc(100% - 140px);
    height: auto;
    min-height: 130px;
    float: right;
}
.mdt span {
    display: block;
    line-height: 160%;
    font-size: 0.875rem;
    color: #666;
}
.mdt span:nth-child(1) {
    font-weight: bold;
    font-size: 1.3rem;
}
.mdt span:nth-child(2) {
    padding-top: 15px;
}
.mdt span:nth-child(3) {
    padding-bottom: 15px;
}
.mdli:hover .mdi, .mdli:hover .mdt span {
    color: #b4926a;
}
.mdli:hover .mdi::after {
    border-top: 1px solid #e7d6c3;
}