/*
    基本样式重置 + 栅格
*/


body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

var, em {
    font-style: normal;
}

a {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, input, select, textarea, button {
    font-family: "Microsoft YaHei", "微软雅黑";
}

button, input, select, textarea {
    font-size: 100%;
    outline: none;
}
video{
    outline: none;
}

/*去除浏览器自带表单样式*/
input[type=button], button {
    -webkit-appearance: none;
    letter-spacing: 1px;
}

textarea {
    resize: none;
}

img {
    border-style: none;
    /*vertical-align: middle;*/
}

html, body {
    /*background: #f2f2f2;*/
    background: #f9f9f9;
    color: #333;
    font-size: 14px;
    min-width: 1200px;
}

a {
    color: #333;
}

/*清除iOS按钮自定义样式*/
.clear {
  clear: both;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

[v-cloak] {
    display: none
}
/**隐藏视频多余的按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/* lay弹窗的高度统一 */
#LAY_layuipro {
    height: 500px !important;
}

.text-center {
    text-align: center;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.h_global-alert{
    position: fixed;
    min-width: 600px;
    max-width: 100%;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 12px 80px 12px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 999;
    font-size: 14px;
    -webkit-transition: top .9s;
    -moz-transition: top .9s;
    -ms-transition: top .9s;
    -o-transition: top .9s;
    transition: top .9s;
}
.h_global-alert.show{
    top:15px;
}
.h_global-alert.mobile-show{
    top:15px;
    min-width: 700px;
    max-width: 100%;
}
.h_global-alert .go{
    color: #0099cc;
    margin-left: 8px;
}
.h_global-alert .close-alert{
    position: absolute;
    right: 10px;
    top: 12px;
    color: #333;
    cursor: pointer;
}
.h_global-alert.alert-danger{
    color: #fc4c47;
    background-color: #fff5f5;
    border-color: #f2dede;
}
.h_global-alert.alert-danger i.font_family{
    margin-right: 10px;
}

.fix-container,.fix-1200{
    width: 1200px;
    margin: 0 auto;
}

/* 栅格系统 */
/* 当屏幕大于1540的时候展示的样式，此处为旧的样式，已经删掉了 */
@media screen and (min-width: 1541px) {
    .grid-content {
        width: 1380px !important;
    }

    .g-col-1 {
        width: 93px;
    }

    .g-col-2 {
        width: 210px;
    }

    .g-col-3 {
        width: 327px;
        border: 1px solid #eee;
        margin-right: 24px;
        float: left;
    }

    .g-col-3:nth-child(4n) {
        margin-right: 0;
    }

    .g-col-3:nth-child(n+5) {
        margin-top: 24px;
    }

    .g-col-3 .img {
        height: 218px;
    }

    .g-col-4 {
        width: 444px;
        border: 1px solid #eee;
        margin-right: 24px;
        float: left;
    }

    .g-col-4:nth-child(3n) {
        margin-right: 0;
    }

    .g-col-4:nth-child(n+4) {
        margin-top: 24px;
    }

    .g-col-4 .img {
        height: 296px;
    }

    .g-col-5 {
        width: 561px;
    }

    .g-col-6 {
        width: 678px;
    }

    .g-col-7 {
        width: 795px;
    }

    .g-col-8 {
        width: 912px;
    }

    .g-col-9 {
        width: 1029px;
    }

    .g-col-10 {
        width: 1146px;
    }

    .g-col-11 {
        width: 1263px;
    }

    .g-col-12 {
        width: 1380px;
    }

    /*新增5列*/
    .g-col5 {
        width: 256px;
        margin-right: 25px;
        float: left;
    }

    .g-col5:nth-child(5n) {
        margin-right: 0;
    }

    .g-col5:nth-child(n+6) {
        margin-top: 25px;
    }

    .g-col5 .img {
        height: 332px;
    }

}
/* 当屏幕小于1540px的时候展示的样式 */
@media screen and (max-width: 1540px) {
    .grid-content {
        width: 1180px;
    }

    .g-col-1, .g-col-2, .g-col-3, .g-col-4, .g-col-5, .g-col-6, .g-col-7, .g-col-8, .g-col-9, .g-col-10, .g-col-11, .g-col-12 {
        float: left;
    }

    .g-col-1 {
        width: 80px;
    }

    .g-col-2 {
        width: 180px;
    }

    .g-col-3 {
        width: 280px;
        border: 1px solid #eee;
        margin-right: 20px;
        float: left;
    }

    .g-col-3:nth-child(4n) {
        margin-right: 0;
    }

    .g-col-3:nth-child(n+5) {
        margin-top: 20px;
    }

    .g-col-3 .img {
        height: 186px;
    }

    .g-col-4 {
        width: 380px;
        border: 1px solid #eee;
        margin-right: 20px;
        float: left;
    }

    .g-col-4:nth-child(3n) {
        margin-right: 0;
    }

    .g-col-4:nth-child(n+4) {
        margin-top: 20px;
    }

    .g-col-4 .img {
        height: 253px;
    }

    .g-col-5 {
        width: 480px;
    }

    .g-col-6 {
        width: 580px;
    }

    .g-col-7 {
        width: 680px;
    }

    .g-col-8 {
        width: 780px;
    }

    .g-col-9 {
        width: 880px;
    }

    .g-col-10 {
        width: 980px;
    }

    .g-col-11 {
        width: 1080px;
    }

    .g-col-12 {
        width: 1180px;
    }

    /*新增5列*/
    .g-col5 {
        width: 220px;
        margin-right: 20px;
        float: left;
    }

    .g-col5:nth-child(5n) {
        margin-right: 0;
    }

    .g-col5:nth-child(n+6) {
        margin-top: 20px;
    }

    .g-col5 .img {
        height: 286px;
    }
}

/*新增1500宽容器*/
.big-col5 {
    width: 282px;
    margin-right: 22.5px;
    margin-bottom: 30px;
    float: left;
    border: 1px solid #eee;
}
/* 屏幕大于1520px的时候显示的样式，此处为新的样式，正在使用 */
.big-content {
    width: 1500px;
    margin: 0 auto;
}
@media screen and (min-width: 1521px) {
    .big-wrap {
        width: 1500px;
        margin: 0 auto;
    }

    .big-col5 {
        margin-right: 22.5px;
    }

    .big-col5:nth-child(5n) {
        margin-right: 0;
    }
}
/* 屏幕小于1500px的时候显示的样式 */
@media screen and (max-width: 1520px) {
    .big-content {
        width: 1200px;
    }

    .big-wrap {
        width: 1200px;
        margin: 0 auto;
    }

    .big-col5 {
        margin-right: 24px;
    }

    .big-col5:nth-child(4n) {
        margin-right: 0;
    }
}

.trend-list .img {
    overflow: hidden
}

.trend-list .img img {
    width: 100%;
}

/* 非IE10以上内核的浏览器 提示块 */
.TipCards-wrapper {
    position: fixed;
    z-index: 99999997;
    background-color: #F5F5F5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.iden-TipCards {
    width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -98px 0 0 -381px;
    text-align: center;
    border: solid 1px #ddd;
    background-color: #FAFBFB;
    padding: 30px;
    z-index: 99;
}

.IE_warn {
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    background: #ffc107;
    color: #fff;
    line-height: 20px;
    padding-top: 10px;
    overflow: hidden;
}

.iden-TipCards img {
    position: absolute;
    width: 100px;
    opacity: 0.5;
    top: 0;
    left: 175px;
    z-index: 98;
}

.iden-TipCards .red {
    color: #fc4147;
}

.iden-TipCards .title span {
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
}

.fixed-filtrate-con {
    position: fixed;
    top: -24px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.btn:hover {
    opacity: .8;
}

.g_breadcrumb {
    *zoom: 1;
    margin: 20px 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.g_breadcrumb.big-content{
    margin: 20px auto;
}
.g_breadcrumb:before,
.g_breadcrumb:after {
    content: " ";
    display: table;
}
.g_breadcrumb:after {
    clear: both;
}
.g_breadcrumb li {
    position: relative;
    float: left;
}
.g_breadcrumb li a {
    color: #999;
}
.g_breadcrumb li a:hover {
    color: #333;
}
.g_breadcrumb li.title {
    color: #999;
}
.g_breadcrumb li.now {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.g_breadcrumb li.now a {
    color: #333;
}
.g_breadcrumb li.fr {
    float: right;
    margin-right: 20px;
}
.g_breadcrumb .sub {
    padding-right: 30px;
}
.g_breadcrumb .sub:after {
    position: absolute;
    display: block;
    content: '>';
    text-align: center;
    width: 30px;
    right: 0;
    top: 0;
    line-height: 20px;
}

/*下面部分 commont.css搬过来的*/
.fujianDec {
    width: 605px;
    position: relative;
    left: 35px;
    top: -25px;
    color: #999;
    font-size: 12px;
}
