.form_bottom {
    min-height: 300px
}

.is_left_body {
    background: url(/img/bg_body.png);
    background-repeat: no-repeat;
    background-size: 392px 100%;
    min-height: 100vh;
}

.container {
min-height:calc(100vh - 210px) !important;
}

.wrap {
    min-height: 0px !important;
    min-width:0px !important;
}
.wrap2 {
    position:relative !important;
}
.list_top {
    position: relative !important;
}

.copy_js {
    clear:both;
    position:relative;
    height: 30px;
    padding-top: 55px;
    padding-bottom: 36px;
    text-indent: 273px;
    background: url(/img/bg_body.png);
    background-repeat: no-repeat;
    background-size: 392px 100%;
}

.main_copy {
    max-width: 1500px;
    min-width: 1500px;
    margin: 0 auto;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 36px;
}


.table_bottom {
    position: relative !important;
}


.right_con {
    position: relative;
    float: right;
}

.table_st1 td {
    text-align: center;
    padding: 3px 0px;
}


.left_con {
min-height:unset !important;
}

footer {
    position: relative !important;
    background: unset !important;
    width: 100%;
    padding-left: 226px;
    margin: 0px;
    z-index: 9999999;
    box-sizing: border-box;
}



.pop_hi .table_tit.sub_title {
    background-color: rgba(246, 148, 13, 1);
    text-align: center;
    color: #fff;
    font-weight:bold;
    font-size:18px;
    letter-spacing: 2px;
    -webkit-box-shadow: inset 3px 3px 20px 0px rgba(255,132,0,0.09);
    -moz-box-shadow: inset 3px 3px 20px 0px rgba(255,132,0,0.09);
    box-shadow: inset 3px 3px 20px 0px rgba(255,132,0,0.09);
}
.cursor {
cursor:pointer;
}
.text-alert {
    color:#e60012;
    font-weight:lighter;
    font-size:12px;
}

.sub_title_text{
    font-size: 24px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 15px;
}