﻿@charset "utf-8";

.scrollsidebar { position: absolute; z-index: 9999; top: 200px; }
.side_title { color:#fff; font-size:14px; height: 35px; line-height:35px; padding-left:10px; }
.side_center { background-color:#fff; padding: 10px 0; font-size: 12px; }
.side_center .qqserver p { text-align: center; margin-bottom:5px; }
.side_center .qqserver p a{ display:block; }
.side_content { width: 150px; float: left; overflow: hidden; }
.side_content .side_list { width: 150px; overflow: hidden; }
.show_btn { width: 0; height: 120px; float: left; text-align:center; margin-top:15px; cursor: pointer; overflow: hidden; }
.show_btn span { display:block; color:#fff; font-size:14px; margin-top:25px; padding:0 3px; }
.close_btn { float: right; display: block; color:#fff; font-size:26px; width: 20px; height: 20px; cursor: pointer; }
.close_btn:hover{ color:#fff; }
.ewm { text-align: center; }
.ewm img{ vertical-align:bottom; }

/* red skin */
.side_red .side_title { background-color:red; }
.side_red .side_center { border:solid red; border-width:0 2px 5px; }
.side_red .show_btn { background-color:red; }

/* yellow skin */
.side_yellow .side_title { background-color:yellow; }
.side_yellow .side_center { border:solid yellow; border-width:0 2px 5px; }
.side_yellow .show_btn { background-color:yellow; }

/* green skin default skin */
.side_green .side_title { background-color:green; }
.side_green .side_center { border:solid green; border-width:0 2px 5px; }
.side_green .show_btn { background-color:green; }

/* blue skin */
.side_blue .side_title { background-color:blue; }
.side_blue .side_center { border:solid blue; border-width:0 2px 5px; }
.side_blue .show_btn { background-color:blue; }

/* pink skin */
.side_pink .side_title { background-color:pink; }
.side_pink .side_center { border:solid pink; border-width:0 2px 5px; }
.side_pink .show_btn { background-color:pink; }

/* brown skin */
.side_brown .side_title { background-color:brown; }
.side_brown .side_center { border:solid brown; border-width:0 2px 5px; }
.side_brown .show_btn { background-color:brown; }

/* purple skin */
.side_purple .side_title { background-color:purple; }
.side_purple .side_center { border:solid purple; border-width:0 2px 5px; }
.side_purple .show_btn { background-color:purple; }

/* black skin */
.side_black .side_title { background-color:black; }
.side_black .side_center { border:solid black; border-width:0 2px 5px; }
.side_black .show_btn { background-color:black; }

/* others skin */
.side_others .side_title { background-color:#138907; }
.side_others .side_center { border:solid #138907; border-width:0 2px 5px; }
.side_others .show_btn { background-color:#138907; }