html,
body {
    position: relative;
    height: 100%;
    margin: 0;
}

.text_more {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.text_more2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.flex {
    display: flex;
}

.flex_y_center2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex_y_center {
    display: flex;
    align-items: center;
}

.flex_y_bottom {
    display: flex;
    align-items: flex-end;
}

.flex_y_top {
    display: flex;
    align-items: flex-start;
}

.flex_all_center2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex_all_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

img {
    vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

ul li {
    list-style: none;
}

.footer {
    width: 100%;
}

.f_top {
    width: 100%;
    padding: 50px 0 25px 0;
    background: #36373C;
    color: #fff;
}

.f_top a {
    color: #FFF;
    outline: none;
    text-decoration: none
}

.w_1080 {
    width: 1080px;
    margin: 0 auto;
}

.f_title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

.footer .form {
    margin-top: 50px;
}

.footer .form input {
    width: 400px;
    padding: 0 60px;
    line-height: 55px;
    color: #767676;
    font-size: 18px;
    height: 55px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: 0px;
    outline: none;
}

.footer .form button {
    width: 226px;
    height: 55px;
    background: rgba(235, 97, 0, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 0px;
    margin-left: auto;
}

.f_nav {
    width: 100%;
    padding: 60px 0;
    border-bottom: 1px solid #7D7D7D;
}

.f_nav .f_nav_item:not(:first-child) {
    margin-left: auto;
}

.fni_title {
    font-size: 16px;
}

.fni_list {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}

.fni_list li:not(:first-child) {
    margin-top: 10px;
    width: 100%;
}

.ewm {
    text-align: center;
}

.link {
    margin-top: 40px;
}

.link p {
    font-size: 18px;
    margin-bottom: 10px;
}

.link a {
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    left: -20px;
    margin-top: 10px;
}

.f_bot {
    width: 100%;
    line-height: 75px;
    background: rgba(27, 27, 27, 1);
    font-size: 14px;
    color: #4B4B4B;
}