html,body{
    height: 100%;
}
body{
    background: #e60012;
    font-size: 46px;
    position: relative;
    z-index: 1;
    padding: 0px;
    margin: 5px 0;
    width: 100%;
    height: 100%;
    box-sizing:content-box;
    overflow: hidden;
}
.index{
    width: 100%;
    height: 100%;
    position: relative;
}
.border_top{
    position: fixed;
    z-index: 9999;
    left: 2%;
    right: 2%;
    top: 20px;
    width: 96%;
    height: 8px;
    background: linear-gradient( #f2692f, #ffaa6c);
}
.border_bottom{
    position: fixed;
    z-index: 9999;
    left: 2%;
    right: 2%;
    bottom: 20px;
    width: 96%;
    height: 8px;
    background: linear-gradient( #ffaa6c, #f2692f);
}
.border_left{
    position: fixed;
    z-index: 9999;
    top: 20px;
    bottom:20px;
    left: 2%;
    height: calc(100% - 40px);
    width: 8px;
    background: linear-gradient( #ffaa6c, #f2692f);
}
.border_right{
    position: fixed;
    z-index: 9999;
    top: 20px;
    bottom:20px;
    right: 2%;
    height: calc(100% - 40px);
    width: 8px;
    background: linear-gradient( #ffaa6c, #f2692f);
}
.index-border{
    width:calc(100% - 40px);
    height: calc(100% - 40px);
    border: 6px solid;
    margin: 20px;
    box-sizing: border-box;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-image: -webkit-linear-gradient(top left,#f2692f 20%,#e26411 35%,#fea969 60%, #be4d03 75%, #b24d03 80%,#ffaa6c 100%) 100 100 100 100;
}
.index_half_top{
    width: 100%;
    height: 50%;
    background:url('../../assets/images/images/index_top_bg.jpg');
    background-size:cover;
    -moz-background-size:cover;
    background-repeat:no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.index_half_bottom{
    width: 100%;
    height: 50%;
    background:url('../../assets/images/images/index_bottom_bg.jpg');
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-repeat:no-repeat;
    background-position: center top;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
}
.show_half_top{
    width: 100%;
    height: 32%;
    background:url('../../assets/images/images/show_top_bg.jpg');
    background-size:cover;
    -moz-background-size:cover;
    background-repeat:no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.show_half_bottom{
    width: 100%;
    height: 68%;
    background:url('../../assets/images/images/show_bottom_bg.jpg');
    background-size:100% 100%;
    -moz-background-size:100% 100%;;
    background-repeat:no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.show_bottom_image{
    width: 96%;
    position: fixed;
    bottom: 20px;
    left: 2%;
    right: 2%;
}
.index_form{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 46px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    z-index: 999;
}
.index_title{
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 62px;
    font-weight: bold;
    letter-spacing:2px;
}
.form_div{
    height: 200px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.form_div>label{
    width: 360px;
    flex-grow: 1;
    /*font-weight: bold;*/
}
.form_div>input{
    height: 50px;
    background:none;
    outline:none;
    border:none;
    border-bottom: 6px solid #fff;
    width: calc(100% - 360px);
    font-size: 50px;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 30px;
    flex-shrink: 1;
}
.form_div>input:focus{
    border:none;
    border-bottom:5px solid #fff;
}

.index_bottom_img{
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.input_submit{
    width: 60%;
    margin: 0 auto;
    position: absolute;
    left: 20%;
    position: absolute;
    top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.input_submit > img{
    width: 90%;
}

/*show*/
.show_topleft_img{
    width: 35%;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 10;
}

.show_bottom_img{
    width: 75%;
    height: 40%;
    position: absolute;
    left: 13%;
    bottom: 10%;
}

.show_form{
    position: absolute;
    width: 76%;
    left: 12%;
    bottom: 40%;
    min-height: 300px;
    z-index: 999;
}
.show_title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fef4d7;
    color: #e60012;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.show_div{
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    font-size: 46px;
    color: #fff;
    margin-bottom: 30px;
}
.show_label{
    text-align:justify;
    text-justify:distribute-all-lines;
    text-align-last:justify;
    font-weight: bold;
    width: 250px;
    height: 80px;
    flex-shrink: 0;
    line-height: 80px;
    font-size: 40px;
}
.show_border{
    border-bottom: 3px solid #fff;
    width: calc(100% - 250px);
    height: 70px;
    text-align: center;
}
.show_border_s{
    border-bottom: 3px solid #fff;
    width: 180px;
    height: 70px;
    text-align: center;
    flex-grow: 1;
}
.show_label_t{
    height: 80px;
    font-size: 38px;
    line-height: 80px;
    text-align: center;
}

.nodata{
    width: 60%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 50%;
    left: 20%;
    text-align: center;
    font-size: 46px;
    /*font-weight: bold;*/
    letter-spacing: 2px;
    z-index: 100;
    color: #fff;
}