/* 更改input的提示文本颜色-------------------------------------*/
.sst_bar ::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
}

.sst_bar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}

.sst_bar ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}

.sst_bar :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: white;
}

/* 订阅栏---------------------------------------------------------------------------------------------------------*/
.sst_bar {
    height: 324px;
    background: black;
    z-index: 991;
    position: fixed;
    right: -367px;
    bottom: 50%;
    margin-bottom: -162px;
    border: 8px solid #505050;
    padding: 23px 40px;
}

.sst_bar p, .sst_bar h3 {
    color: white;
    margin-bottom:8px;
	letter-spacing: 1px;
}

.sst_bar h3 {
    font-size: 28px;
    margin:15px 0;
}

.sst_bar p b {
    font-size: 15px;
}

.sst_bar input {
    width: 90%;
    height: 38px;
    background: #787878;
    border: 5px solid #848484;
    border-radius: 4px;
    color: white;
    font-size: 15px;
    text-indent: 12px;
    margin-bottom: 14px;
}

.sst_bar button {
    width: 90px;
    height: 40px;
    background: white;
    border: 0;
    color: #5A5A5A;
    border-radius: 8px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}

.sst_bar_off {
    width: 30px;
    height: 324px;
    background: #505050;
    z-index: 990;
    position: fixed;
    right: -4px;
    bottom: 50%;
    margin-bottom: -162px;
}

.subscribe_logo
{
    text-align:center;    
    
}
.subscribe_logo img
{
    width:168px;
    height:41px;    
}