/* 注册按钮的盒子 */
.footer-advertisement {
    width: 100%;
    height: 139px;
    background: linear-gradient(135deg, #4c91ff, #0f7aff, #33d6ff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-ad-text {
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    margin-right: 50px;
}

.footer-ad-btn {
    width: 174px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: inherit;
}

/* 底部的盒子 */
.footer-introduce {
    width: 100%;
    height: auto;
    background: #222;
}

.footer-introduce-area {
    width: 1366px;
    margin: 0 auto;
}

.introduce-text-box {
    padding-top: 30px;
    display: flex;
    border: solid #ccc;
    border-width: 0 0 1px;
}

.introduce-left {
    width: 500px;
    padding: 20px 60px 0 20px;
    height: auto;
}

.footLogo-box {
    height: 60px;
    margin-bottom: 22px;
    display: block;
}

.foootLogo-img {
    height: 100%;
}

.introduce-text {
    font-size: 16px;
    color: #ccc;
    line-height: 28px;
}

.introduce-left-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.footerIcon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.left-nav-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    font-size: 15px;
}

.introduce-right {
    flex: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 40px 60px;
    list-style: none;

}

.introduce-nav-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
}

.introduce-right-nav {
    display: block;
    font-size: 16px;
    color: #ccc;
    margin-bottom: 14px;
    display: block;
    transition: all 0.3s ease;
}
.introduce-right-nav:hover{
    color: #fff;
}
/* 国家 */
.introduce-country {
    padding: 20px 0 40px;
}

.introduce-country-title {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
}

.introduce-country-nav{
    display: flex;
    flex-wrap: wrap;

}
.introduce-icon-box{
    width: 20%;
    margin-top: 25px;
    color: #ccc;
    transition: all 0.3s ease;
    display:flex;
    align-items: center;
}
.introduce-icon{
    width: 28px;
    height: 20px;
    margin-right: 12px;
}
.introduce-icon-box:hover{
    color: #fff;
}

/* 底部备案信息 */
.record-box{
    min-height: 115px;
    padding-bottom: 30px;
    font-size: 14px;
    background: #161616;
    padding:20px;
}
.record-establish{
        color: #ccc;
        font-size: 14px;
        text-align: center;
}
.record-securityBox{
    display: flex;
    margin: 20px auto;
    justify-content:center;
    color: #ccc;

}
.record-Boundary{
    margin: 0 15px;
}

@media screen and (max-width:768px) {
    /* 注册按钮的盒子 */
.footer-advertisement {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-ad-text {
    font-size: 16px;
    font-weight: 400;
    margin-right: 0px;
    text-align: center;
}

.footer-ad-btn {
    width: 125px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #fff;
   margin: 10px auto;
}

/* 底部的盒子 */
.footer-introduce {
    width: 100%;
    height: auto;
    background: #222;
}

.footer-introduce-area {
    width: 100%;
    margin: 0 auto;
}

.introduce-text-box {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    border: solid #ccc;
    border-width: 0 0 1px;
}

.introduce-left {
    width: 100%;
    padding: 20px 20px 0 ;
    height: auto;
}

.footLogo-box {
    height: 60px;
    margin-bottom: 22px;
    display: block;
}

.foootLogo-img {
    height: 100%;
}

.introduce-text {
    font-size: 16px;
    color: #ccc;
}

.introduce-left-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.footerIcon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.left-nav-box {
    
    font-size: 13px;
}

.introduce-right {
    flex: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px ;
    list-style: none;

}
.introduce-right li{
    width: 32%;
}
.introduce-nav-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
}

.introduce-right-nav {
    display: block;
    font-size: 16px;
    color: #ccc;
    margin-bottom: 14px;
    display: block;
}

/* 国家 */
.introduce-country {
    padding: 20px 20px 40px;
}

.introduce-country-title {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
}

.introduce-country-nav{
    display: flex;
    flex-wrap: wrap;

}
.introduce-icon-box{
    width: 50%;
    margin-top: 14px;
    color: #ccc;
    transition: all 0.3s ease;
    display:flex;
    align-items: center;
}
.introduce-icon{
    width: 28px;
    height: 20px;
    margin-right: 12px;
}
.introduce-icon-box:hover{
    color: #fff;
}

/* 底部备案信息 */
.record-box{
    min-height: 115px;
    padding-bottom: 30px;
    font-size: 14px;
    background: #161616;
     padding:20px 20px 0;
}
.record-establish{
        color: #ccc;
        font-size: 12px;
        text-align: center;
}
.record-securityBox{
    display: block;
    margin: 0px auto;
    justify-content:center;
    color: #ccc;

}
.record-securityBox p{
    text-align: center;
    padding: 3px;
    font-size: 12px;
}
.record-Boundary{
   display: none;
}
}