﻿.foot-section{
    color: rgb(255, 255, 255);
    background-color:rgb(32, 32, 68);
    max-height: 5.5rem;
    
    margin-top: 1rem;
}

.foot-section-container{
   position: relative;
}
  
.foot-logo{
    width: 1.66rem;
    height: 0.7rem;
    position: absolute;
    left: 0;
    padding-top: 0.8rem;
}
  
.foot-nav-list{
    display: flex;
    font-size: 0.22rem;
    font-family: PuHuiFontRegular;
    letter-spacing: 0.02rem;
    position: absolute;
    right: 0;
    padding-top: 0.9rem;
    width: 12rem;
    max-width: 12rem;
}

.foot-nav-item{
    margin-left: 0;
    flex: 1;
    width: 1.8rem;
    /* margin-left: 0.5rem; */
}

.foot-nav-item>a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.foot-nav-group{
    font-size: 0.18rem;
    font-family: 'PuHuiFontLight';
    color: rgb(116, 126, 179);
    margin-top: 0.35rem;
}

.foot-nav-group p{
    margin-top: 0.15rem;
}

.foot-nav-group a{
    text-decoration: none;
    color: rgb(116, 126, 179);
}

.foot-nav-group a:hover{
    color: #987DE6;
}

.foot-setting{
    position: absolute;
    bottom: 0.35rem;
    width: 100%;
    justify-content: flex-end;
    display: flex;
}

.foot-lan{
    position: absolute;
    bottom: 0.01rem;
    left: 0;
    font-size: white;
    
}

.foot-lan-down{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.045rem;
}

#dropdownMenuButton{
    color: white;
    font-size: 0.18rem; 
    width: 3rem;
    height: 0.6rem;
    font-family: 'PuHuiFontLight';
    background: transparent;
    border: 1px solid rgba(116, 126, 179, 0.3);
    border-radius: 0.1rem;
    padding: 0 0.35rem;
    text-align: left;
    cursor: pointer;
}

.btn-secondary.focus, .btn-secondary:focus{
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}

#dropdownMenuButton img{
    margin-right: 0.15rem;
    width: 0.22rem;
    vertical-align: middle;
}

.btn-lan-dropdown-item{
    color: white;
    font-size: 0.18rem; 
    width: 3rem;
    padding: 0 0.35rem 0 0.35rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-family: 'PuHuiFontLight';
    background: rgb(49, 51, 90);
    text-align: left;
}

.dropdown-menu{
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    width: 2.3rem;
}

.dropdown-menu a{
    text-decoration: none;
}

.dropdown-menu a:last-child .btn-lan-dropdown-item{
    border-top: 1px solid rgb(116, 126, 179);
}

.btn-lan-dropdown-item img{
    margin-right: 0.15rem;
    width: 0.22rem;
    vertical-align: middle;
}

.btn-lan-dropdown-item{
    color: #747eb3;
}

.btn-lan-dropdown-item:hover{
    color: #ffffff
}

.btn-lan-dropdown-item .btn-lan-dropdown-img{
    display: none;
}

.btn-lan-dropdown-item .btn-lan-dropdown-imgd{
    display: inline;
}

.btn-lan-dropdown-item:hover .btn-lan-dropdown-img{
    display: inline;
}

.btn-lan-dropdown-item:hover .btn-lan-dropdown-imgd{
    display: none;
}

.foot-tel{
    font-size: 0.34rem;
    font-family: 'PuHuiFontLight';
    color: #987DE6;
}

.foot-tel span{
    margin-left: 0.35rem;
    font-size: 0.18rem;
    font-family: 'PuHuiFontLight';
    color: rgb(116, 126, 179);
}

.copyright{
    font-size: 0.18rem;
    color: rgb(116, 126, 179);
    border-top: 1px solid rgb(116, 126, 179, 0.3);
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    background-color:rgb(32, 32, 68);
    font-family: 'PuHuiFontLight';
    padding-bottom: 0.2rem;
}

.copyright-items{
    justify-content: space-between;
    display: flex;
}

.copyright-items a{
    text-decoration: none;
    color: rgb(116, 126, 179);
}


.foot_select{
    width: 3rem;
    height: 0.6rem;
    line-height: .6rem;
    background: transparent;
    padding: 0 0.35rem;
    border: 1px solid #747eb3;
    border-radius: 0.1rem;
    color: white;
    font-size: 0.18rem;
    position: relative;
}
.foot_select img{
    width: 0.22rem;
    vertical-align: middle;
    margin-right: .2rem;
}
.foot_select i {
    position: absolute;
    right: 0.1rem;
    top: 36%;
    width: .32rem;
    height: .2rem;
    display: inline-block;
}
.arrow {
    background: url('../image/arrow-down.png') no-repeat;
}
.arrow2 {
    background: url('../image/arrow-down.png') no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select_list {
    width: 3.7rem;
    font-size: 0.18rem;
    overflow: hidden;
    display: none;
    position: absolute;
    right: 0;
    bottom: .8rem;
}
.select_list ul {
    position: relative;
}
.select_list ul li {
    height: 40px;
    padding: 0 .35rem;
    cursor: pointer;
    line-height: 40px;
    margin-left: 0;
    color: #747eb3;
    background: rgb(116, 126, 179, 0.2)
}
.select_list .select_li:after {
    position: absolute;
    bottom: 40px;
    left: .35rem;
    right: .35rem;
    height: 1px;
    content: '';
    opacity: .2;
    background: #747eb3;
}

.select_list ul li img {
    width: 0.22rem;
    vertical-align: middle;
    margin-right: .27rem;
}

.select_list ul li:hover {
    background: #747eb3;
    color: #fff!important;
}

.privacy {
    margin-left: .6rem;
    cursor:pointer;
}
.privacy:hover {
    color: #fff;
}