.index-modal {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999999;
}
.modal-box {
    padding: 8rem 8rem 5rem;
    margin: 100px auto;
    background: url("../images/bg-window1.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    max-width: 800px;
}
.index-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.index-modal-h3 {
    color: #333333;
    padding: 2rem 0 2.5rem;
    font-size: 1.4rem;
}
.index-modal-h3 span {
    color: #fff;
    display: inline-block;
    background: #df3f3f;
    padding: 3px 25px 3px 5px;
    position: relative;
    margin-right: 10px;
}
.index-modal-h3 span:after {
    position: absolute;
    width: 20px;
    height: 1px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    background-color: #fff;
}
.index-modal-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-modal-content a {
    margin-right: 20px;
}
.index-modal-content a:last-child {
    margin-right: 0;
}
.index-modal-content a .img-box {
    border-radius: 10px;
    width: 100%;
}
.index-modal-content a p {
    font-size: 1.4rem;
    padding-top: 10px;
    text-align: center;
    color: #333;
}
.index-modal-content a:hover {
    transform: translateY(-1rem);
}
.index-modal-content a:hover .img-box {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.index-modal-content a:hover p {
    font-weight: bold;
}
.index-modal-content-03 {
    max-width: 440px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
.index-modal-content-03 a {
    width: 130px;
    height: 55px;
    background: #e6e6e6;
    border: 1px solid #d4d4d4;
    color: #333;
    text-align: center;
    line-height: 55px;
    margin-right: 15px;
    border-radius: 10px;
    float: left;
    margin-bottom: 15px;
}
.index-modal-content-03 a:hover {
    transform: translateY(0);
    background: #df3f3f;
    border: 1px solid #df3f3f;
    color: #fff;
}
.index-modal-04 {
    padding-top: 1rem;
}
.index-modal-04 p {
    font-size: 1.8rem;
    padding-top: 1rem;
}
input[type="range"] {
    display: none;
}
.index-modal-05 {
    display: flex;
    padding-top: 2rem;
}
.index-modal-05 img {
    width: 40%;
}
.index-modal-05 .index-modal-form {
    width: 55%;
    margin: auto;
}
.index-modal-05 .index-modal-form h4 img {
    margin: -3px 0 10px 0;
    width: 38px;
}
.index-modal-05 .input-box {
    position: relative;
    margin-bottom: 1rem;
}
.index-modal-05 .input-box .input {
    height: 50px;
}
.index-modal-05 .input-box img {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    width: 70px;
}
.index-modal-05 .btn {
    width: 100%;
    height: 50px;
    background-color: #df3f3f;
    color: #fff;
    border-radius: 10px;
    padding: 0;
    line-height: 50px;
}
.index-modal-06 img {
    padding-top: 2rem;
}
.index-modal-06 h4 {
    padding: 2rem;
}

.index-modal-02,
.index-modal-03,
.index-modal-04,
.index-modal-05,
.index-modal-06 {
    display: none;
}

.footer-modal {
    display: none;
}
.footer-modal .modal-box {
    background: url("../images/bg-window5.jpg") no-repeat top right;
    text-align: left;
    padding: 5rem 3rem 5rem;
}
.footer-modal .modal-box h3 {
    font-size: 2.8rem;
    padding-bottom: 20px;
}
.footer-modal .modal-box h3 b {
    color: #df3f3f;
}
.footer-modal .modal-box .btn {
    width: 100%;
    height: 50px;
    background-color: #df3f3f;
    color: #fff;
    margin: 20px 0;
    border-radius: 0;
    line-height: 50px;
    padding: 0;
}
.footer-modal .modal-box p {
    text-align: center;
}
.footer-modal .modal-box .form-val font {
    right: 10px;
}
.sjs-modal .modal-box {
    background: url("../images/bg-window4.jpg") no-repeat top left;
    text-align: right;
    padding: 5rem 3rem 5rem;
}
.sjs-modal .form-val {
    width: 100%;
}
.sjs-modal .modal-box h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    text-align: center;
}
.sjs-modal span {
    font-size: 1rem;
    color: #888;
    display: block;
    text-align: center;
}
.sjs-modal .line {
    display: block;
    width: 57px;
    height: 3px;
    background-color: #de3f3e;
    margin: 15px auto;
}
.sjs-modal .form-val select {
    width: 32%;
    border: 1px solid #eee;
    height: 44px;
    line-height: 44px;
    padding-left: 5px;
    position: relative;
}
.sjs-modal .form-val select:after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border: 7px solid transparent;
    border-left: 8px solid #888;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    background-color: #fff;
    z-index: 999;
}
.gd-modal .modal-box {
    background: url("../images/bg-window2.jpg") no-repeat top left;
}

.oneline-modal {
    display: none;
}

/* 设计师 */
.sjs2-modal .modal-box {
    background: #fff;
    margin: 50px auto;
}
.sjs2-modal .left-box img {
    width: 100%;
}
.sjs2-modal .right-box h3 {
    text-align: left;
    font-size: 18px;
    padding: 0 0 20px;
}
.sjs2-modal .right-box .info-box {
    border-bottom: 1px solid #eee;
    text-align: left;
    padding-bottom: 10px;
}
.sjs2-modal .right-box .info-box span {
    padding-right: 20px;
    display: inline;
    font-size: 14px;
    color: #666;
}
.sjs2-modal .right-box .info-box span {
    font-weight: bold;
}
.sjs2-modal .right-box .info-box span b {
    color: #333;
}
.sjs2-modal .right-box .text-box {
    padding: 20px 0;
    text-align: left;
}
/* 小区 */
.xqyh-modal ul {
    padding-bottom: 20px;
}
@media (max-width: 1300px) {
	.index-modal-05 .index-modal-form{
		width: 80%
	}
}