body {
    font-family: "微软雅黑", "microsoft yahei";
}
a {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
ul {
    list-style: none;
}
* {
    margin: 0;
    padding: 0;
}

.icon-sousuo {
    font-size: 24px;
    line-height: 1;
    height: 20px;
    vertical-align: middle;
}
.selection {
    float: left;
    margin-right: 20px;
}
.selection:hover {
    opacity: 1;
}
#upSelect {
    margin-left: 16px;
    cursor: pointer;
    color: #3F97FF;
}
.input-box {
    float: left;
    background-image: -webkit-gradient(linear, left top, right top, from(#00BBEC), to(#009CFF));
    background-image: -webkit-linear-gradient(left, #00BBEC 0%, #009CFF 100%);
    background-image: -moz-linear-gradient(left, #00BBEC 0%, #009CFF 100%);
    background-image: linear-gradient(90deg, #00BBEC 0%, #009CFF 100%);
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    width: 402px;
    position: relative;
}
.search-menu {
    width: 400px;
    border: 1px solid #e5e9ef;
    background: #FFF;
    z-index: 99;
    position: absolute;
    left: -moz-calc(50% - 184px);
    left: calc(50% - 184px);
    top: 58px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    display: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px;
       -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px;
    padding-bottom: 5px;
}
.history-line {
    margin: 20px 10px 0 10px;
    height: 20px;
    border-top: 1px solid #E5E9EF;
    position: relative;
}
.history-line p {
    margin-top: -10px;
    text-align: center;
    line-height: 18px;
}
.history-line span {
    display: inline-block;
    padding: 0 10px;
    height: 18px;
    text-align: center;
    cursor: pointer;
    color: #99A2AA;
    background: #FFF;
}
.suggest-item {
    padding: 6px 10px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    word-wrap: break-word;
    word-break: break-all;
    display: block;
    position: relative;
    color: #222222;
}
.suggest-item:hover {
    background: #ccd0d7;
}
.suggest-item a {
    color: #222222;
    display: block;
    width: 90%;
}
.suggest-item .cancel {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 38px;
    height: 24px;
    text-align: center;
    color: #222222;
    font-size:12px;
}
.suggest-item .cancel:hover {
    color: #0099cc;
}
.input {
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    width: 400px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    margin: 1px;
}
.ipt {
    float: left;
    width: 314px;
    background-color: #151C2D;
}
.ipt-text {
    width: 300px;
    height: 38px;
    display: block;
    background-color: #151C2D;
    outline: none;
    border: none;
    opacity: 0.5;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 14px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.btn-box {
    float: left;
    background-image: -webkit-gradient(linear, left top, right top, from(#009CFF), to(#00BBEC));
    background-image: -webkit-linear-gradient(left, #009CFF 0%, #00BBEC 100%);
    background-image: -moz-linear-gradient(left, #009CFF 0%, #00BBEC 100%);
    background-image: linear-gradient(90deg, #009CFF 0%, #00BBEC 100%);
    width: 86px;
    color: #fff;
    cursor: pointer;
}
.btn-box:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#28B0FF), to(#66EDFF));
    background-image: -webkit-linear-gradient(left, #28B0FF 0%, #66EDFF 100%);
    background-image: -moz-linear-gradient(left, #28B0FF 0%, #66EDFF 100%);
    background-image: linear-gradient(90deg, #28B0FF 0%, #66EDFF 100%);
    -webkit-box-shadow: 0 4px 8px 0 rgba(63,151,255,0.30);
       -moz-box-shadow: 0 4px 8px 0 rgba(63,151,255,0.30);
            box-shadow: 0 4px 8px 0 rgba(63,151,255,0.30);
}
.btn-box:active {
    background-image: -webkit-linear-gradient(357deg, #007BDD 0%, #11AFF7 100%);
    background-image: -moz-linear-gradient(357deg, #007BDD 0%, #11AFF7 100%);
    background-image: linear-gradient(-267deg, #007BDD 0%, #11AFF7 100%);
    -webkit-box-shadow: 0 4px 8px 0 rgba(63,151,255,0.30);
       -moz-box-shadow: 0 4px 8px 0 rgba(63,151,255,0.30);
            box-shadow: 0 4px 8px 0 rgba(63,151,255,0.30);
}
.btn-search {
    margin-left: 17px;
    font-size: 14px;
}
.btn-search span {
    vertical-align: middle;
}
#login span {
    display: inline-block;
    vertical-align: middle;
}
#download_client span,#download_client i {
    display: inline-block;
    vertical-align: middle;
}
.user-img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    opacity: .5;
    display: inline-block;
    background: url(../img/login.png);
    vertical-align: middle;
}
.user-img-logined {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 100%;
         border-radius: 100%;
}
.login-box {
    margin-left: 100px;
    height: 40px;
    line-height: 40px;
    float: left;
}
.f-l40 {
    float: left;
    height: 40px;
    line-height: 40px;
}
.split-line {
    display: block;
    width: 2px;
    height: 15px;
    background-color: #979797;
    margin: 15px;
}
.hot-search {
    margin-top: 5px;
    line-height: 16px;
    opacity: .5;
    padding-left: 457px;
}
.hot-search a {
    margin: 0 5px;
    cursor: pointer;
}
.tag-box {
    width: 934px;
    opacity: 0;
    height: 73px;
    padding: 14px;
    margin: 0 auto;
    visibility: hidden;
    position: absolute;
    left: 50%;
    background-color: rgba(0,0,0,0);
    -webkit-transform: translate(-50%, -110px);
       -moz-transform: translate(-50%, -110px);
        -ms-transform: translate(-50%, -110px);
            transform: translate(-50%, -110px);
    -webkit-box-shadow: rgba(0,0,0,0.16) 0 2px 4px;
       -moz-box-shadow: rgba(0,0,0,0.16) 0 2px 4px;
            box-shadow: rgba(0,0,0,0.16) 0 2px 4px;
    -webkit-transition: background-color .3s, visibility .3s, -webkit-transform .3s;
    transition: background-color .3s, visibility .3s, -webkit-transform .3s;
    -moz-transition: background-color .3s, transform .3s, visibility .3s, -moz-transform .3s;
    transition: background-color .3s, transform .3s, visibility .3s;
    transition: background-color .3s, transform .3s, visibility .3s, -webkit-transform .3s, -moz-transform .3s;
}
.tag-box.hovered {
    opacity: .8;
    z-index: 1;
    background-color: rgba(0,0,0, .9);
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
    visibility: visible;
}
.tag-item {
    line-height: 28px;
    min-height: 28px;
    margin-bottom: 8px;
    float: left;
    margin-right: 60px;
}
.tg-i {
    margin: 0 6px;
    cursor: pointer;
    opacity: .8;
}
.tg-i:hover {
    opacity: 1;
}
.tg-i.active {
    background: #3F97FF;
    -moz-border-radius: 28px;
         border-radius: 28px;
    padding: 1px 8px;
    opacity: 1;
}
.f-fl {
    float: left;
}
.tag-title {
    margin-right: 8px;
}
#vType {
    width: 826px;
}
#logOut {
    margin-left: 10px;
}
#download_client,#login span,#logOut span {
    cursor: pointer;
}

.span-text {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/** 浏览器滚动条样式  **/
::-webkit-scrollbar/*整体部分*/
{
    width: 12px;
    height:10px;
    opacity: 0.2;
}

::-webkit-scrollbar-track/*滑动轨道*/
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    border-radius: 0px;
    background: rgb(21, 28, 45);
}

::-webkit-scrollbar-thumb/*滑块*/
{
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    background: rgb(121, 125, 135);
}

::-webkit-scrollbar-thumb:hover/*滑块效果*/
{
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.4);
}
/** 浏览器滚动条样式  **/
