#main{
}
/*nav*/
#header {
    position: absolute;
    top: 0;
    width: 100%;
}
#header .navbar-default{
    border-color: rgba(0,0,0,0);
    background: rgba(0,0,0,0);
    padding: 20px 0;
}
#header .navbar-default .navbar-nav>li>a{
    color: #fff;
}
#header .navbar{
    min-height: 80px!important;
    margin-bottom: 0;
}
#header .navbar-header{
    min-height: 80px;
}
#header .navbar-toggle{
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 22px 0;
    line-height: 30px;
}
#header .navbar-header .fs-cada{
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
#header .navbar-toggle:hover{
    background: rgba(0,0,0,0);
}
#header .navbar-default .navbar-toggle{
    border-color: rgba(0,0,0,0);
}
#header .navbar-fixed-top{

}
#header .navbar-right{
    margin: 15px 0;
}
#header .navbar-header{
    padding-left: 5%;
    padding-right: 5%;
}
#header .navbar-collapse{
    padding-left: 5%;
    padding-right: 5%;
}
#header .nav>li:hover{
    color: #F04549;
}
#header .navbar-link-active{
    border-bottom: 3px solid #fff;
}
#header .navbar-nav>li>a{
    padding:10px 0;
    margin: 0 15px;
}
/*top banner*/
#top_bg{
    width: 100%;
}
#top_bg img{
    width: 100%;
}
/*link*/
.link-item{
    width: 100%;
    height: 120px;
    margin: 20px 0 0 0;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 120px;
    color: #fff;
    font-size: 24px;
    position: relative;
}
.link-item .link-item-child{
    width: 100%;
    height: 120px;
}
.link-item-mask{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
}
.mask-active{
    background:rgba(94,178,245,.5)
}


/*footer*/
#footer {
    background: #F6F6F6;
}
#footer .content{
    min-height: 300px;
}
.qrcode-item{
    width: 120px;
    float: left;
}

.qrcode-item img {
    width: 120px;
    height: 120px;
}

.qrcode-item span {
    color: #808080;
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
}

#footer .content {
    padding: 61px 0;
}

#footer .des {
    min-height: 92px;
}

#footer .des span {
    display: inline-block;
    width: 100%;
    color: #808080;
    line-height: 40px;
}
.link-item-friend{
    display: none;
}
.link-item-friend div{
    line-height: 40px;
    cursor: pointer;
}

.link-item-friend div:hover{
    color: #E81919;
}

.link-mb{
    margin-top: 20px;
}
/*common*/
.placeholder{
    height: 90px;
    display: none;
}

/*to top*/
.to_top{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    text-align: center;
    line-height: 50px;
    display: none;
    z-index: 999;
}
.to_top span{
    font-size: 40px!important;
    opacity: 0.5;
    cursor: pointer;
}
.ellipsis3{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis2{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#main-body {
    overflow-x: hidden;
}
@media (max-width: 480px) {
    #header .navbar-default{
        padding: 0;
    }
    #main-body {
        top: 9%;
    }
    .common{
        padding: 0;
    }
    #header .navbar-collapse{
        -moz-box-shadow:0px 4px 5px #EFEFEF; -webkit-box-shadow:0px 4px 5px #EFEFEF; box-shadow:0px 4px 5px #EFEFEF;
    }
    #header .navbar-link-active{
        color: #F04549!important;
        border-bottom: 2px solid #F04549;
    }
}
/* xs 屏幕大小小于768px */
@media (max-width: 767px) {
    .qrcode-item{
        float: left!important;
        margin-top: 20px;
    }
    .fwh{
        margin-left: 20px;
    }
    .logo{
        width: 270px;
        margin-top: 15px;
    }
    #header .row{
        margin: 0;
    }
    #header .navbar-default{
        padding: 0;
    }
    #header .navbar-default .navbar-nav>li>a{
        color: #737373;
    }
    .placeholder{
        display: block;
    }
    #header .navbar-header .glyphicon{
        color: #ddd;
    }
    #header .navbar-collapse{
        background: #fff;
    }

 }

/* sm 屏幕最小宽度为768px */
@media (min-width: 768px) {
    .qrcode-item{
        float: left!important;
        margin-top: 20px;
    }
    .fwh{
        margin-left: 20px;
    }
    .logo{
        width: 400px;
    }
    .navbar-header{
        padding-right: 3%;
    }
}

/* md 屏幕最小宽度为992px */
@media (min-width: 990px) {
    .qrcode-item{
        float: right!important;
    }
    .dyh{
        margin-left: 20px;
    }
    .logo{
        width: 400px;
        margin-top: 12px
    }
 }

/* lg 屏幕最小宽度为1200px */
@media (min-width: 1200px) {
    .qrcode-item{
        float: right!important;
        margin-left: 20px;
    }
    .logo{
        width: 416px;
        margin-top: 10px
    }
 }

/* lg 屏幕最小宽度为1200px */
@media (min-width: 1400px) {
    .qrcode-item{
        float: right!important;
        margin-left: 20px;
    }
    .logo{
        width: auto;
    }
 }
