#slide_right {
    width: 50px;
    height: 250px;
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 60000;
    font-size: 15px;
    color: #FFF;
    font-family: Verdana, "微軟正黑體", sans-serif;
}

#slide_right a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #FFF
}

#slide_right a:hover {
    color: #e3a6a6
}

.slide_right1,
.slide_right2,
.slide_right3,
.slide_right4 {
    width: 47px;
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 300000;
    background: #444;
    padding: 3px;
}

.slide_right1 dl,
.slide_right2 dl,
.slide_right3 dl,
.slide_right4 dl {
    position: absolute;
    width: 90px;
    height: 50px;
    padding-left: 47px;
    margin: 0;
    z-index: 300000
}

.slide_right1 dl dt,
.slide_right2 dl dt,
.slide_right3 dl dt,
.slide_right4 dl dt {
    width: 47px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 300000;
}

* html .slide_right1,
* html .slide_right2,
* html .slide_right3,
* html .slide_right4 {
    position: absolute;
    left: expression(eval(document.documentElement.scrollRight));
    top: expression(eval(document.documentElement.scrollTop+200))
}

.slide_right1 dl dd,
.slide_right2 dl dd,
.slide_right3 dl dd,
.slide_right4 dl dd {
    background: #444;
    width: 114px;
    vertical-align: middle;
    height: auto;
    min-height: 50px;
    _height: 50px;
    position: absolute;
    left: 50px;
    margin: 0px;
    display: block;
    padding: 3px 0 3px 6px;
    z-index: 20000;
    border-left: 1px solid #666;
    text-align: left
}

.slide_right1 {
    height:50px;
    top: 0;
    line-height: 43px;
    letter-spacing: 3px;
}

.slide_right2 {
    height:50px;
    top: 50px;
    border-top: 1px dotted #666;
    line-height: 20px;
}

.slide_right3 {
    height:50px;
    top: 100px;
    border-top: 1px dotted #666;
    line-height: 50px;
    letter-spacing: 3px;
}

.slide_right4 {
    height:50px;
    top: 150px;
    border-top: 1px dotted #666;
    line-height: 20px;
}

.slide_right4 dl dd {
    width: 180px
}

.slide_right4 dl dd .input1 {
    border: 1px solid #fff;
    background: #EFEFEF;
    height: 20px;
    width: 100px;
}

.slide_right4 dl dd .input1:hover {
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slide_right4 dl dd .input2 {
    margin: 3px;
}

.slide_right4 dl dd b {
    display: block;
    border-top: 1px dotted #ddd;
    padding: 3px;
    font-weight: normal;
}

#slide_right dt.s1 {
    background: url(https://x.webdo.cc/images/slide2.png) 0 -4px no-repeat;
    font: 0/0 Verdana
}

#slide_right dt.s2 {
    background: url(https://x.webdo.cc/images/slide2.png) 0 -53px no-repeat;
    font: 0/0 Verdana
}

#slide_right dt.s3 {
    background: url(https://x.webdo.cc/images/slide2.png) 0 -103px no-repeat;
    font: 0/0 Verdana
}

#slide_right dt.s4 {
    background: url(https://x.webdo.cc/images/slide2.png) 0 -153px no-repeat;
}

.fixed_right {
    width: 53px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 210px;
    z-index: 100000;
    background: #555;
    right: 0px;
}

.fixed_right dl {
    text-align: center;
    width: 100%;
}

.fixed_right dl span {
    display: block;
    margin: 3px 0
}

.fixed_right dl img {
    max-width: 40px;
    height: auto;
    width: expression(this.width >40 ? "40": true);
}
