html {
    background: #fff
}
#bookmarklet_multiple {
    
    padding: 15px
}
#bookmarklet_multiple .board-list {
    width: auto
}
#bookmarklet_multiple .pin-units {
    height: 280px;
    margin: 15px -10px 10px 0;
    background: url(blocks.png) 0 0 no-repeat;
	margin-top:0;
}

#bookmarklet_multiple .pin-units .unit {
    width: 80px;
    height: 80px;
    float: left;
    margin: 10px 0 0 10px ;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align:center;
}
#bookmarklet_multiple .pin-units .unit img {

	max-height:100%;
	max-width:100%;
}
#bookmarklet_multiple .pin-units .unit .cancel {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(cancel.png) 0 0 no-repeat;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}
#bookmarklet_multiple .pin-units .unit .cancel:hover {
    background-position: 0 -40px
}
#bookmarklet_multiple .pin-units .unit .cancel:active {
    background-position: 0 -80px
}
#bookmarklet_multiple .pin-units .unit:hover .cancel {
    visibility: visible;
    opacity: 1
}
#bookmarklet_multiple .pin-units.started .unit .cancel {
    display: none
}
#bookmarklet_multiple .pin-units .unit .indicator {
    display: none;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
    text-align: center;
    padding-top: 50px;
    text-decoration: none
}
#bookmarklet_multiple .pin-units.started .unit .indicator {
    display: block
}
#bookmarklet_multiple .pin-units.started .unit .indicator:hover {
    background: rgba(0,0,0,.1)
}
#bookmarklet_multiple .pin-units .unit .indicator:after {
    content: "";
    font-size: 12px;
    color: #FFF;
	text-shadow: 1px 1px RGBA(0,0,0,.3);
}
#bookmarklet_multiple .pin-units .unit .indicator i {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -14px;
    background: url(icons.png?20140611) 0 -80px no-repeat
}
#bookmarklet_multiple .pin-units .unit.waiting .indicator:after {
    content: "等待中..."
}
#bookmarklet_multiple .pin-units .unit.finished .indicator {
    cursor: pointer
}
#bookmarklet_multiple .pin-units .unit.finished .indicator:after {
    content: "采集成功"
}
#bookmarklet_multiple .pin-units .unit.finished .indicator i {
    background-position: 0 0
}
#bookmarklet_multiple .pin-units .unit.failed .indicator {
    cursor: pointer
}
#bookmarklet_multiple .pin-units .unit.failed .indicator:after {
    content: "采集失败"
}
#bookmarklet_multiple .pin-units .unit.failed .indicator i {
    background-position: 0 -40px
}
#bookmarklet_multiple .pin-units .unit.failed .indicator:hover:after {
    content: "重新采集"
}
#bookmarklet_multiple .pin-units .unit.failed .indicator:hover i {
    background-position: 0 -120px
}
#bookmarklet_multiple .pin-units .unit.duplicated .indicator:after {
    content: "已采集过"
}
#bookmarklet_multiple .pin-units .unit.duplicated .indicator i {
    background-position: 0 -160px
}
#bookmarklet_multiple .pin-units .unit.duplicated .indicator:hover:after {
    content: "查看采集"
}
#bookmarklet_multiple .pin-units .unit.duplicated .indicator:hover i {
    background-position: 0 -160px
}
#bookmarklet_multiple .pin-units .unit.sending .indicator:after {
    display: none
}
#bookmarklet_multiple .pin-units .unit.sending .indicator i {
    top: 26px;
    background: url(pin_motion.gif) center center no-repeat
}
#bookmarklet_multiple .bottom-part {
    padding-top: 0;
    text-align: right;
    border-top: 1px solid #ededed
}
#bookmarklet_multiple .info-part {
    font-size: 16px;
    line-height: 16px;
    color: green;
    position: relative
}
#bookmarklet_multiple .info-part .right {
    position: absolute;
    right: 0;
    top: 0
}
#bookmarklet_multiple .info-part .right a {
    cursor: pointer
}
#bookmarklet_multiple .info-part .right .go-board {
    padding-right: 20px;
    border-right: 1px solid #bbb;
    margin-right: 20px
}
#bookmarklet_multiple .tag-inputs {
    margin-top: 10px
}
#bookmarklet_multiple .tag-input {
    width: 425px
}
#bookmarklet_multiple .tag-input .clear-input {
    height: 20px
}
#bookmarklet_multiple .status-bar {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    height: 38px;
    line-height: 38px
}
#bookmarklet_multiple_alert {
    margin: 15px auto 0;
    width: 450px;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 4px
}

.head {
    height: 340px;
    background: url(about_banner.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
	margin-bottom:30px;
}
.head .wrapper{
	padding-top:100px;
	text-align: center
}
.head .title{
	font-size:40px;
	color:#FFF;
	margin-bottom:20px;
	
}
.head .sub-title{
	font-size:20px;
	color:#FFF;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a{
	display:block;
}
.install-area{
	padding:20px;
	
}
.install-area .btn.btn-lg{
	font-size:18px;
	
}
.install-guide{
	margin:20px 0;
	
}
.install-guide li{
	margin: 10px 0;
	list-style: decimal;
	
}