﻿@charset "utf-8";
/*通用样式*/

/* CSS Document */

.fixslidecb {width:52px; position:fixed; box-shadow:0 0 10px rgba(0,0,0,0.2); border-radius:4px 0 0 4px; background:#ffffff; right:0; top:50%; transform:translateY(-50%);}
.fixslidecb li { position:relative; color:#333333; font-size:14px; text-align:center; transition:all 0.5s;display:none;}
.fixslidecb a { display:block; padding-top:9px; padding-bottom:10px;}
.fixslidecb span { display:block; margin:0 auto; width:38px; height:38px;}
.fixslidecb span.icon1 { background:url(../images/aslide1.png) center no-repeat;}
.fixslidecb span.icon2 { background:url(../images/aslide2.png) center no-repeat;}
.fixslidecb span.icon3 { background:url(../images/aslide3.png) center no-repeat;}
.fixslidecb span.icon4 { background:url(../images/aslide4.png) center no-repeat;}
.fixslidecb span.icon5 { background:url(../images/aslide5.png) center no-repeat;}
.fixslidecb span.icon6 { background:url(../images/aslide6.png) center no-repeat;}
.fixslidecb li p { line-height:18px; color:#333333; font-size:14px;}

.fixslidecb li:nth-child(1) p { color:#39aeff;}
.fixslidecb li:nth-child(4) p { color:#ff942c;}
.fixslidecb li:nth-child(6) p { color:#ff942c;}
/*.fixslidecb li:hover { background:#39aeff;}
.fixslidecb li:hover p { color:#ffffff;}
.fixslidecb li:nth-child(1):hover p { color:#ffffff;}
/*.fixslidecb li:nth-child(1):hover { background:#39aeff;}*/
/*.fixslidecb li:nth-child(1):hover p { color:#ffffff;}
.fixslidecb li:nth-child(1):hover span.icon1 { background:url(../images/aslide1on.png)}*/
/*.fixslidecb li:hover span.icon2 { background:url(../images/aslide2on.png)}
.fixslidecb li:hover span.icon3 { background:url(../images/aslide3on.png)}
.fixslidecb li:hover span.icon4 { background:url(../images/aslide4on.png)}
.fixslidecb li:hover span.icon5 { background:url(../images/aslide5on.png)}
.fixslidecb li:hover span.icon6 { background:url(../images/aslide6on.png)}*/
/*.fixslidecb li:nth-child(4):hover { background:#ff942c;}
.fixslidecb li:nth-child(5):hover { background:#ff942c;}
.fixslidecb li:nth-child(6):hover { background:#ff942c;}*/
.ewmAlttccb { position:absolute; border-radius:4px; display:none; right:52px; top:0; padding:10px; width:152px; height:152px; box-sizing:border-box; background:#ff942c;}
    .ewmAlttccb img {
        width: 132px;
        border-radius: 4px;
    }
.fixslidecb li:hover .ewmAlttccb {
    display: block;
}
.fixslidecb li:nth-child(5) .ewmAlttccb {
    min-width: 150px;
}
.fixslidecb li:nth-child(5) img:nth-child(1) { margin-right:5px;}