@media only screen and (min-width: 1530px) and (max-width: 2000px){
    .wedding-header{
        font-size: 13px;
    }
    .index-select{
        font-size: 12px;
    }
    .index-model1-right-header{
        font-size: 30px;
    }
    .index-model1-right-header{
        padding-right: 37%;
    }
    .app-bottom-header{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1530px) {
    .wedding-header{
        font-size: 11px;
    }
    .index-select{
        font-size: 10px;
    }
    .index-model1-right-header{
        font-size: 28px;
    }
    .index-model1-right-header{
        padding-right: 25%;
    }
    .app-bottom-header{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1300px) {
    .wedding-header{
        font-size: 9px;
    }
    .index-select{
        font-size: 8px;
    }
    .index-model1-right-header{
        font-size: 26px;
    }
    .index-model1-right-header{
        padding-right: 10%;
    }
    .app-bottom-header{
        font-size: 12px;
    }
}
.wedding-header{
    color: #fff;
    padding-top:3%;
    padding-bottom: 2%;
}
.index-model5-left{
    float: left;
    width: 35%;
    color: #000000;
    position: absolute;
    top:0;
    margin-top: 2%;
}
.index-model5{
    position: relative;
}
.index-model5 img{
    width: 100%;
}
.index-model1-right-line{
    height: 1px;
    margin-top: 3%;
    background-color: #1e1e1e;
    width: 0;
}
.index-model4-right-content{
    margin-left: 13%;
    margin-top: 7%;
    line-height: 170%;
    font-family: "lifebti";
    letter-spacing: 1px;
}
.index-select-div:hover{
    border: 1px solid #000000;
}

.index-select-div{
    width: 360px;
    height: 44px;
    margin-left: 13%;
    margin-top: 10%;
    border: 1px solid #7d7d7d;
    position: relative;
}

.index-select-jiantou{
    width: 25px;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 16px;
    z-index: 10;
    background-color: #fff;
}

.index-select-jiantou1{
    width: 6px;
    height: 6px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(-45deg);
}

.index-select {
    width: 362px;
    margin-left: -1px;
    margin-top: -1px;
    height: 46px;
    font-family: "lifebt";
    padding-left: 10px;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.index-select-choose{
    background-color: #fff;
    color: #fff;
    height: 200px;
}
.index-select option{
    width: 340px;
    margin-right: 10px;
}
.index-model1-right-header{
    color: #2a2a2a;
    margin-left: 13%;
    margin-top: 80px;
    padding-bottom: 17px;
}
.index-model1-right-header-class {
    transition: 2s;
    width: 100% !important;
}
.app-bottom-header{
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-right: 6%;
    padding-bottom: 20px;
    display: inline-block;
}
.app-bottom-content{
    width: 450px;
    line-height: 180%;
    color: #fff;
    padding-top: 20px;
}
.text{
    display: none;
}
.text-class{
    /*background-color: red;*/
    display: block!important;
}
option{
    padding: 20px;
}
.mod_select ul{
     margin:0;
     padding:0;
 }
.mod_select ul li{
    list-style-type:none;
    float:left;
    width: 360px;
    height: 44px;
}
.select_label{
    color:#982F4D;
    float:left;
    line-height:24px;
    padding-right:10px;
    font-size:12px;
    font-weight:700;
}
.select_box{
    float:left;
    color:#444;
    width: 360px;
    height: 44px;
}
.selet_open{
    display:inline-block;
    position:absolute;
    right:0;
    top:0;
    width:30px;
    height:24px;
}
.select_txt{
    display:inline-block;
    padding-left:10px;
    width: 360px;
    height: 44px;
    line-height: 44px;
    cursor:text;
    overflow:hidden;
    font-size: 12px;
}
.option{
    width: 360px;
    border:solid 1px #000000;
    position:absolute;
    top:44px;
    left:-1px;
    z-index:2;
    overflow:hidden;
    display:none;
}
.option a{
    padding:0 10px;
    color: #000000;
}
.option a:hover{
    background-color: #000000;
    color: #fff;
}
