.w1200 {
    width: 100%!important;
}

.link {
    height: 34px;
}

.link p {
    display: none;
}

.con_select {
    width: 100%;
    margin: 0;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.con_select form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.diy_select {
    height: 35px;
    line-height: 35px;
    position: static;
    margin-right: 20px;
}

.diy_select_list {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #025a9d;
    border-bottom: 1px solid #025a9d;
}

.diy_select_list.div_select_list_1,
.diy_select_list.div_select_list_2 {
    left: 0;
}

.footer {
    height: auto;
    padding-bottom: 15px;
}

.footerItem {
    padding: 0;
}

.footerItem a,
.footerItem span {
    display: block;
    margin-bottom: 5px;
}

.footerItem .line1 span,
.footerItem .line1 a {
    display: inline;
}

.footerItem div {
    text-align: center !important;
}

.footerItem .line3 {
    display: none;
}

.footerItem .line5 {
    position: static;
    height: 70px;
    margin: auto;
    text-align: center;
}

.slideBar {
    display: none;
}

@media only screen and (max-width: 320px) {
    .diy_select {
        margin-right: 0;
    }
}