﻿.right-fixed-menu {
    width: 70px;
    height: 320px;
    background: #1435E2;
    color: #FFFFFF;
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 100;
}
.right-fixed-menu .ul {list-style-type: none;padding: 0;margin: 0;}
.right-fixed-menu .fixed-item {
    width: 70px;
    height: 80px;
    cursor: pointer;
    padding: 15px 10px;
    box-sizing: border-box;
    display: block;
}
.right-fixed-menu .fixed-item:hover {
    background: #001EB9;
}
.right-fixed-menu .fixed-item img {
    width: 32px;
    height: 32px;
    margin-left: 8px;
}

.right-fixed-menu .fixed-item p {
    font-size: 12px;
    line-height: 10px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;
}

.right-fixed-menu .fixed-item .hide-fixed1 {
    width: 160px;
    height: 60px;
    background: url(../images/ico_ck.png);
    background-size: 160px 60px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -168px;
    display: none;
}
.right-fixed-menu .fixed-item:hover .hide-fixed1 {
    display: block;
}
.right-fixed-menu .fixed-item .hide-fixed1 p {
    font-size: 12px;
    color: #344563;
    margin-top: 12px;
    line-height: 9px;
    margin-bottom: 0;
}

.right-fixed-menu .fixed-item .hide-fixed1 div {
    font-size: 16px;
    font-weight: 600;
    color: #1435E2;
    margin-top: 9px;
}
.right-fixed-menu .fixed-item .hide-fixed2 {
    width: 165px;
    height: 151.8px;
    background: url(../images/ico_ewm.png);
    background-size: 165px 151.8px;
    position: absolute;
    top: 195px;
    left: -176px;
    display: none;
    padding: 15px 29px 15px 15px;
    box-sizing: border-box;
}
.right-fixed-menu .fixed-item:hover .hide-fixed2 {display: block;}

.right-fixed-menu .fixed-item .hide-fixed2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fixed-footer {
    width: 100%;
    height: 60px;
    background: #1333E1;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

@media screen and (min-width: 320px) and (max-width: 1000px){
.fixed-footer {
    display: none!important;
}
}

.fixed-footer .fixed-content {
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 1140PX;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.fixed-footer .fixed-footer-left {
    width: 43%;
    float: left;
    border-right: 1px solid #fff;
    height: 40px;
}

.fixed-footer .fixed-footer-left img {
    float: left;
    display: block;
    height: 32px;
    margin-top: 4px;
    margin-left: 15px;
}

.fixed-footer .fixed-footer-left div {
    float: left;
    margin-left: 32px;
}

.fixed-footer .fixed-footer-right {
    width: 56%;
    float: right;
    height: 40px;
}

.fixed-footer .fixed-footer-right p {
    float: left;
    margin: 0 0 0 120px;
    line-height: 40px;
}

.fixed-footer .fixed-footer-right div {}

.fixed-footer .fixed-footer-right a {
    float: right;
    border-radius: 4px;
    width: 96px;
    height: 34px;
    margin-top: 3px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    color: #1333E1;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

.fixed-footer #close_footer {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}