/* SUBMIT */
.main_submit {
    position: relative;
    width: 100%;
}
.index_submit {
    position: absolute;
    top: 38%;
    left: 12%;
    width: 80%;
    padding: 0.4rem;
    box-sizing: border-box;
    transform: translateZ(0);
}
.index_submitIpt {
    width: 100%;
    margin-bottom: 0.4rem;
}
.index_submitIpt input {
    width: 100%;
    height: 1.1rem;
    background: #fff;
    border: 2px solid #333;
    font-size: 0.366666rem;
    color: #333;
    border-radius: 0.6rem;
    padding: 0 0.6rem;
    box-sizing: border-box;
}
.index_submitSelect {
    position: relative;
    width: 100%;
    margin-bottom: 3.5rem;
}
.index_submitSelect input {
    position: relative;
    width: 100%;
    height: 1.1rem;
    background: #fff;
    border: 2px solid #333;
    font-size: 0.366666rem;
    color: #333;
    border-radius: 0.6rem;
    padding: 0 0.6rem;
    box-sizing: border-box;
    z-index: 5;
}
.icon_dropDown {
    position: absolute;
    top: 0.36rem;
    right: 0.4rem;
    width: 0.3rem;
    z-index: 5;
}
.submitSelect_content {
    position: absolute;
    top: 0.5rem;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #ededed;
    border-radius: 0 0 0.4rem 0.4rem;
    padding: 0.8rem 0.4rem 0.4rem;
    box-sizing: border-box;
}
.submitSelect_list {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0.2rem 0;
    box-sizing: border-box;
}
.submitSelect_icon {
    width: 0.366666rem;
    height: 0.366666rem;
    background-image: url('../images/icon_unSelected.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.submitSelect_font {
    flex: 1;
    font-size: 0.366666rem;
    color: #999;
    margin-left: 0.2rem;
}
.submit_footer {
    width: 100%;
}
.btn_submit {
    display: block;
    width: 100%;
    height: 100%;
}
.active_submitList .submitSelect_icon {
    background-image: url('../images/icon_selected.png');
}
.active_submitList .submitSelect_font {
    color: #333;
}


/* DAY */
.main_days {
    position: relative;
    width: 100%;
    height: 100vh;
}
#day_listing1 {
    position: absolute;
    top: 15%;
    right: 35%;
    width: 44%;
}
#day_listing2 {
    position: absolute;
    top: 24%;
    right: 12%;
    width: 48%;
}
#day_listing3 {
    position: absolute;
    top: 34%;
    right: 35%;
    width: 50%;
}
#day_listing4 {
    position: absolute;
    top: 44%;
    right: 2%;
    width: 52%;
}
#day_listing5 {
    position: absolute;
    top: 54%;
    right: 44%;
    width: 54%;
}
.active_dayImage {
    display: none;
}
.active_listing .active_dayImage {
    display: block;
}
.active_listing .selected_dayImage {
    display: none;
}