.foot-new {
    background: #0047a0;}

.foot {    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;}

.w33 {
    width: 33%;}

.foot-bq {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: .05rem .1rem;
    text-align: center;
    line-height: 0.5rem;}

.foot-bq * {
    color: #fff;}

.foot-lj {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: .2rem .1rem;
    text-align: left;
    font-size: 0.16rem;
    font-weight: 700;
    line-height: 0.3rem;
    color: rgb(255, 255, 255);}

.foot-lj .tip {
    display: inline-block;
    vertical-align: top;
    font-size: 0.16rem;
    font-family: auto;
    font-weight: normal;}

.foot-lj a {
    font-size: 0.14rem;
    font-weight: 400;
    color: rgb(255, 255, 255);}

.foot-lj span {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, .1);
    margin: 0px 0.12rem 0px 0.16rem;}

.dblogo {
    margin-top: 0.2rem;}

.dblogo img {
    width: 80%;}

.dzyx {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;}

.dzyx p {
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.3rem;
    display: flex;
    align-items: center;}

.dzyx img {
    margin-right: 0.05rem;}

.select {
    width: 80%;
    position: relative;
    cursor: pointer;
    padding: 0 0.1rem;
    margin: 0.1rem auto;}

.select h2 {
    font-size: 0.16rem;
    height: 0.6rem;
    align-items: center;
    padding: 0 .25rem;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0.05rem;}

.select h2 p {
    color: #fff;
    white-space: nowrap;}

.select ul {
    background: #f8f8f8;
    height: auto;
    position: absolute;
    width: auto;
    left: 0.1rem;
    right: 0.1rem;
    padding: .15rem 0rem;
    z-index: 5;
    bottom: 100%;
    display: none;
    overflow-y: auto;}

.select li {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #333;
    transition: 0.5s;
    padding: 0 .15rem;}

.select h2 img {
    width: 0.18rem;}

.select li:hover {
    background: #0047a0;}

.select li:hover a {
    color: #fff;}

.QR-code {
    text-align: center;}

.QR-code li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 .4rem;
    width: .6rem;
    height: .6rem;
    background-image: url(../images/x_icon5_1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, 0.15);
    background-size: auto;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;}

.QR-code li:nth-child(1) {
    margin: 0;}

.QR-code li:nth-child(1):hover {
    background-image: url(../images/x_icon5_1_2.png);}

.QR-code li:nth-child(2) {
    background-image: url(../images/x_icon5_2.png);}

.QR-code li:nth-child(2):hover {
    background-image: url(../images/x_icon5_2_1.png);}

.QR-code li .img {
    visibility: hidden;
    opacity: 0;
    padding: .12rem .12rem 4px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: auto;
    right: auto;
    bottom: calc(100% + .3rem);
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;}

.QR-code li .img img {
    position: relative;
    width: 1.15rem;
    max-width: 1.15rem;
    height: auto;}

.QR-code li .img p {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #666;
    text-align: center;}

.QR-code li .img::after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: calc(50% - 12px);
    z-index: 1;
    width: 0;
    border: 12px solid transparent;
    border-top-color: #fff;}

.QR-code li:hover {
    background-color: #fff;}

.QR-code li:hover .img {
    display: block;
    visibility: visible;
    opacity: 1;
    bottom: calc(100% + .15rem);}


@media screen and (max-width: 899px) {
    .w33 {
        width: 100%;
        margin: 0.2rem 0 0 0;}

    .foot {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;}

    .dblogo img {
        width: 80%;
        margin: 0 auto;
        display: block;}

    .dzyx p {
        font-size: 0.14rem;
        color: #fff;
        line-height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;}


    .dzyx {
        margin-top: 0.2rem;
        margin-bottom: 0;}

    .QR-code {
        text-align: center;
        margin-bottom: 0.2rem;}
}