/*尾部样式*/

.platform-footer {
    height: 148px;
    padding-top: 20px;
    background-color: #33393c;
}
.platform-footer .foot-content{
    display: flex;
    position: relative;
}
.platform-footer .foot-content .country-pic {
    width: 110px;
    height: 50px;
    margin-right: 35px;
}

.platform-footer .foot-content .country-pic2 {
    width: 56px;
    height: 68px;
}

.platform-footer .foot-content .foot-title{
    color: rgba(255,255,255,.72);
    margin-left: 45px;
    width: 567px;
    font-size: 14px;
    line-height: 30px;
}
.platform-footer .foot-content .foot-title2{
    color: rgba(140,140,140,.72);
    margin-left: 45px;
    line-height: 28px;
}
.platform-footer .foot-content .foot-erweim {
    display: flex;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 0;
}
.platform-footer .foot-content .foot-erweim img.erm{
    margin-right: 20px;
}
.platform-footer .foot-content .foot-erweim  .erm-name{
    margin-top: 15px;
}

/*尾部结束*/

/*左侧提示*/
.fixed-right {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px
    rgba(0, 0, 0, 0.16);
    border-radius: 4px!important;
}
.fixed-right .fixed-right-item {
    text-align: center;
    margin: 6px 6px 15px 6px;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
    position: relative;
    cursor: pointer;
}
.fixed-right .fixed-right-item .fixed-item-img{
    font-size: 30px;
    color: #ff6a00;
    margin-top: 15px;
}
.fixed-right .fixed-right-item.active ,
.fixed-right .fixed-right-item:hover{
    background-color: red;
    color: #fff;
}
.fixed-right .fixed-right-item.active .fixed-item-img,
.fixed-right .fixed-right-item:hover .fixed-item-img {
    font-size: 30px;
    color: #fff;
}

.fixed-right .fixed-right-item.active .fixed-item-name,
.fixed-right .fixed-right-item:hover .fixed-item-name{
    background-color: red;
    color: #fff;
}
.fixed-right .fixed-right-item .fixed-item-name{
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #444444;
    border-radius: 4px!important;
}

.left-remind-title{
    position: absolute;
    top: 0;
    left: -160px;
    width: 141px;
    height: 55px;
    padding: 10px 12px;
    font-size: 14px;
    color: #666666;
    background-color: #ffffff;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
}
.left-remind-title::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
}