.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;
}
.abt2 {
    margin-bottom: 20px;
}
.abt2 .t2 {
    margin-top: 10px;
    margin-left: 10px;
}
.bkbox {
    width: 76%;
}

.lx1 {
    width: 40%;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 1.125rem;
    line-height: 200%;
    margin-top: 20px;
}
.lx1 img {
    max-width: 100%;
}
a.map {
    display: block;
    width: 100%;
    height: 350px;
    position: relative;
    border-top: 1px solid #eee;
}
.map span {
    display: block;
    width: 150px;
    line-height: 26px;
    background: #b4926a;
    border-radius: 5px;
    color: #fff;
    font-size: 0.75rem;
    position: absolute;
    right: 100px;
    bottom: 20px;
    text-align: center;
}

.lx2 {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: right;
}
.lx2 .jmi {
    margin-top: 10px;
}
.lx2 .jmi input.inp {
    background: #fff;
    color: #666;
    border: 0;
    border-radius: 0;
    font-size: 0.875rem;
}
.lx2 .jmi input.inp::-webkit-input-placeholder, .lx2 .jmi textarea::-webkit-input-placeholder {
	color: #666;
}
.lx2 .jmi input.inp:-moz-placeholder, .lx2 .jmi textarea {
	color: #666;
}
.lx2 .jmi input.inp::-moz-placeholder, .lx2 .jmi textarea {
	color: #666;
}
.lx2 .jmi input.inp:-ms-input-placeholder, .lx2 .jmi textarea {
	color: #666;
}
.jmi select {
    color: #666;
    background: #fff;
    border: 0;
    font-size: 0.875rem;
}
.jmi textarea {
    color: #666;
    background: #fff;
    border: 0;
    font-size: 0.875rem;
    margin-top: 10px;
}
.jmt {
    font-size: 1rem;
    font-weight: bold;
    line-height: 30px;
}
.jmtype {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.jmtype span {
    display: block;
    float: left;
    line-height: 40px;
    margin: 10px 5px 0 0;
    background: #fff;
    font-size: 0.875rem;
    padding: 0 20px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
}
.jmtype span.on {
    border: 1px solid #b4926a;
    color: #b4926a;
}
.joinbtn {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-top: 1vw;
}

.salet {
    margin-top: 50px;
}
.salet strong, .salet span {
    font-size: 1.5rem;
    line-height: 160%;
    display: block;
}
.salet span {
    font-size: 1.25rem;
}
.salec {
    height: auto;
    overflow: hidden;
    margin: 30px 0;
    font-size: 1rem;
    line-height: 200%;
    padding: 20px 0 50px 0;
}
.salec img {
    max-height: 100%;
}
.salec table {
    width: 100%;
    border-collapse: collapse;
}
.salec table, .salec table tr th, .salec table tr td{
    border: 1px solid #666;
    line-height: 160%;
}
.salec table tr th, .salec table tr td {
    padding: 15px 30px;
}

@media screen and (max-width: 1680px) {
	.mdlist {
        margin: 30px 5%;
    }
    .mdli {
        width: 40%;
        margin: 10px 0 10px 8%;
    }
    .mdli:nth-child(even) {
        margin-left: 4%;
    }
}
@media screen and (max-width: 1440px) {
	.mdli {
        width: 45%;
        margin: 10px 0 10px 5%;
    }
    .mdli:nth-child(even) {
        margin-left: 3%;
    }
}