body {
    background: #fff;
}
ul,li {
    list-style:none;
    padding: 0;
    margin:0;
}
::-webkit-scrollbar{width:7px;height:7px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track{background-color:#e2e2e2}
::-webkit-scrollbar-thumb{border-radius:0;background-color:rgba(0,0,0,.3)}
::-webkit-scrollbar-thumb:vertical:hover{background-color:rgba(0,0,0,.35)}
::-webkit-scrollbar-thumb:vertical:active{background-color:rgba(0,0,0,.38)}


.wrapper {
    overflow: initial;
}
.web-seach {
    position: relative;
    min-height: 440px;
    background: url(../images_sd/bkg1.png) 50% 50% no-repeat;
    margin-top: 92px;

}

.web-seach-cont {
    position: absolute;

    top: 50%;
    left: 50%;
    margin-left: -324px;
    margin-top: -79px;
    width: 608px;
    height: 119px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.web-seach-content {
    position: absolute;
}

.web-seach-input {
    width: 100%;
    padding: 15px 15px 13px 15px;
    background: #fff;
    border-radius: 10px;
}

.web-seach-cont input {
    border: none;
    outline: none;
    width: 94%;
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
    font-size: 16px;
}

.web-seach-font {
    color: #fff;
    padding-top: 10px;
    padding-left: 15px;
}

.web-seach-font span {
    margin-right: 20px;
}

.web-cont {
    margin: 0 auto;
    width: 80%;
    min-width: 1150px;
    max-width: 1150px;
}

.index-color-1 {
    background: #4f97d4;
}

.index-color-2 {
    background: #ee756c;
}

.index-color-3 {
    background: #ddb860;
}

.index-color-4 {
    background: #76aa7a;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box .inner {
    padding: 87px 10px 10px 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.small-box .icon1 {
    position: absolute;
    top: -35px;
    right: 25px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.web-cont-h {
    /*padding-left: 50px;*/
    padding-top: 40px;
}

.app-info:hover {
    color: #9f9f9f;
}

.x-box-qk {
    padding: 15px;
}

.app-info .app-name {
    padding: 0;
}

.app .app-stars {
    margin-left: 0;
    margin-top: 4px;
}

.app .app-info h3 {
    margin-bottom: 12px;
}

.app .app-favs {
    margin-top: 10px;
}

.app {
    min-height: 80px;
}

.app .app-info h3 a {
    font-size: 18px;
}

.x-span {
    font-size: 14px;
    margin-bottom: 3px;
}

.app .app-info {
    margin-left: 95px;
}

.box.box-solid {
    border: 1px solid #e0e0e0;
}

.box {
    box-shadow: none;
}

.center-list .hover {
    box-shadow: 0px 0px 6px #ccc;
}

.nav-tabs-custom {
    box-shadow: none;
}

.nav-tabs-custom>.tab-content {
    padding: 0;
}

.tab-head {
    margin: 0 15px;
}

.nav-tabs {
    border: 0;
    text-align: center;
}

.nav-tabs>li {
    display: inline-block;
    float: inherit;
    font-weight: bold;
}

.nav-tabs>li>a {
    border: 0;
    color: #939393;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    font-weight: bold;
    color: #212121;
    background: none;
    border: 0;
}

.nav-tabs-custom>.tab-head>.nav-tabs>li {
    border-bottom: 7px solid transparent;
}

.nav-tabs-custom>.tab-head>.nav-tabs>li.active {
    border-color: #af251b;
}

.nav>li>a {
    padding: 10px 0;
    font-size: 24px;
}

.nav-tabs>li {
    margin: 0 15px;
}

.nav-tabs-custom>.tab-content {
    margin-top: 25px;
}

.tab-foot {
    margin: 0 15px;
    text-align: center;
}

.tab-foot button {
    color: #fff;
    background: #af251b;
    border: 0;
    padding: 13px 37px;
}

.nav-tabs-custom {
    margin-bottom: 50px;
}

.app-info {
    font-weight: 400;
}
.web-foot{
    min-height:248px;
    background: url(../images_sd/title_bkg.png) 50% 50%;
}

.web-foot-link{
    margin: 0 auto;
    width:80%;
    min-width: 1150px;
    max-width: 1150px;
    margin-top: 25px;
}
.web-foot-link .nav-tabs-custom{
    background: transparent;
    margin-bottom: 0;
}
.web-foot-link .nav-tabs-custom .nav-tabs>li.active>a {
    background: transparent;

}
.nav-tabs-custom > .tab-content{
    background: transparent;
}
.web-foot-link .nav-tabs-custom>.tab-content {
    margin-top: 46px;
}
.x-link{
    margin-bottom:17px;
    text-align: right;
}
.web-foot-link .tab-head {
    padding-top: 27px;
}
.app-count{
    display:inline-block;
}
.web-seach-body{
    width: 80%;
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
}
.g-sd2{position:relative;float:right;width:341px;margin-left:-349px;
    background: rgba(255, 255, 255, 0.9);
    height: 344px;
    padding: 23px;padding-top: 11px;}
.g-mn2{float:left;width:100%;}
.g-mn2c{margin-right:349px;opacity: 0.9;
    background: #fff;
    height: 344px;
    padding: 23px;padding-top: 10px;}
.index-g-content {
    position: absolute;
    width: 80%;
    z-index: 999;
    min-width: 1150px;
    max-width: 1150px;
    margin: 0 auto;
    left:50%;
    margin-left: -575px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.index-g-news .nav>li>a{
    font-size: 16px;
    font-weight: bold;
}
.index-g-news .nav-tabs {
    text-align: left;
}
.index-g-news .nav-tabs-custom .tab-content ul li {
    margin-top:5px;
    height: 25px;
}
.index-g-news .nav-tabs-custom .tab-content ul li .info {
    width: 90%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 439px;
}
.index-g-news .nav-tabs-custom .tab-content ul li .time {
    float: right;
}
.index-g-news .nav-tabs-custom>.tab-content {
    margin-top: 15px;
}
.index-g-news .nav-tabs-custom .nav-tabs {
    border-bottom: 4px solid #ddd;
}
.index-g-news .nav-tabs-custom .nav-tabs li.active {
    border-bottom: 4px solid #b01f24;
}
.index-g-news .nav-tabs-custom .nav-tabs li {
    border-top: 0;
}
.nav-tabs-custom > .nav-tabs > li{
    margin-bottom: -4px;
}
.index-g-news .nav-tabs-custom{
    margin-bottom : 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted{
    color: #b01f24;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 5px;
}
.index-g-user .nav-tabs-custom > .nav-tabs > li.active > a{
    font-size: 16px;
}
.index-g-user .nav-tabs-custom {
    margin-bottom: 0;
}
.index-g-user .nav-tabs {
    text-align: left;
}
.index-g-user .nav-tabs-custom > .nav-tabs > li{
    border-top: 0;
    border-bottom: 4px solid #b01f24;
}
.index-g-user .nav-tabs-custom .nav-tabs {
    border-bottom: 4px solid #ddd;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 38px;
}
.input-group-sm>.input-group-btn>.btn{
    background: #fff;
    border-color:#d2d6de;
}
.glyphicon{
    color:#b4b4b4;
    font-size:16px;
}.index-g-user-seach ul {
    margin-top: 15px;
    margin-bottom: 20px;
}
.index-g-user-seach li:first-child{
    color:#808081;
}
.index-g-user-seach li{
display:inline-block;
line-height: 27px;
margin-right: 5px;
}
.heng{
    height: 1px;
    border-top:1px solid #ccc;
}
.index-g-user-list{
    margin-bottom: 20px;
}
.index-g-user-list ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.index-g-user-list ul li div {
    margin-bottom: 5px;
    height:24px;
}
p {
    margin: 0;
}

.top {
    position: fixed;
    z-index: 9999;
    bottom: 150px;
    right: 50px;
}
.top div{
    background: #b0b0b0;
    width: 48px;
    height: 48px;
    margin-bottom: 2px;
    text-align: center;
    padding-top: 7px;
}
.top div:last-child{
    cursor: pointer;
}
.nav-tabs-custom {
    background: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background: transparent;
}
.web-foot-link div#tab_5 {
    padding-right: 10px;
}
.app .app-logo img{
    max-width:inherit;
    height: 56px;
}
.app .app-logo{
    width: inherit;
    text-align: center;
}
.badge{
    border-radius: 50%;
    margin-left: 5px;
    background:#e93e3e!important;
}


.web-seach>img {
    height: 440px;
    filter: blur(5px);
    position: absolute;
    width: 100%;
}

.animation {
    overflow: hidden;
    height: 122px;
    position: relative;
}
.animation-bottom {
    background: #ff6d62;
    height: 122px;
    position: absolute;
    margin-right: 15px;
    border-radius:2px;
}
.users-list > li{
    width: 33.333333%;
}
.users-list > li .users-list-date{
    color: #fff;
}

@media (max-width: 1440px) {
    .web-seach {
        margin-top: 65px;
        height: 380px;
        min-height: 380px;
    }
    .index-g-content{
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .web-seach>img {
        height: 380px;
    }
}
