.cur:hover{
    color: #fff;
}
#product{
    background: #f6f6f6;
}

#product>.box {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#page_product_view>.box>p {
    font-size: 2.5em;
    display: block;
    margin-top: 120px;
    text-align: center;
}

#product>.box>span {
    display: block;
    text-align: center;
    line-height: 3em;
    margin-bottom: 40px;
}

#product>.box .top {
    margin: 40px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 18%;
}

.searchList>.box .list{
    width: 100% !important;
}
.page_product_view .box.content{
    text-align: center;
}
.page_product_view .box.content img{
    display: inline-block;
    margin: 0 auto;
}
#view_body .slide{
    width: 100% !important;
    padding-bottom: 100%;
    display: block;
    height: 0 !important;
    position: relative;
    overflow: hidden;
}
#view_body .slide img{
}
#product>.box .top .item {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#product>.box .top .item p {
    font-size: 1.5em;
    font-weight: bold;
}

#product>.box .top .item span {
    font-size: 0.8em;
}

#product>.box .list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 80%;
}

#product>.box .list .item {
    width: calc(25% - 20px);
    margin: 10px;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 5px;
    border: 1px solid #EEEEEE;
    line-height: 2em;
}
#product>.box .list .item .img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
#product>.box .list .item img {
    /*position: absolute;*/
    /*width: auto;*/
    /*height: auto;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
}
#product>.box .list .item>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#product>.box .list .item>p span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    padding: 5px ;
    font-size: 0.8em;
}

#product>.box .list .item>p c {
    color: #555;
    text-decoration: underline;
}


@media screen and (max-width: 600px) {
    #product>.box{
        flex-direction: column;
    }
    #product>.box .top {
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        flex-direction: row;
    }

    #product>.box .top .item {
        width: calc(33.33% - 10px);
        margin: 5px;
        padding: 5px;
    }

    #product>.box .top .item p {
        font-size: 1em;
        line-height: 2em;
    }
    #product>.box .top .item span{
        color: #ccc;
        font-family: "黑体";
    }
    #product>.box .list{
        width: 100%;
    }
    #product>.box .list .item {
        width: calc(50% - 10px);
        margin: 5px;
    }
}



/*
 * page_products
 * */
.page_products .main_body {
    /* min-height: 100px; */
    /* padding: 30px 15px; */
    /* position: relative; */
    /* overflow: hidden; */
    display: table;
    table-layout: fixed;
    width: 100%;
}

.page_products .main_left {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    width: 220px;
    border-right: 1px solid #ccc;
}

.page_products .main_right {
    /* display:table-cell; */
    /* vertical-align: top; */
    /* overflow: hidden; */
    /* width: 100%; */
    padding: 0 20px;
}

@media (max-width: 820px) {
    .page_products .main_body {
        padding: 0;
    }

    .page_products .main_right {
        padding: 0;
    }
}


/**
* prd_list
* */
.prd_list {
    width: 100%;
    position: relative;
}

.prd_list .items {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.prd_list .item {
    float: left;
    width: 33.3333%;
    padding-bottom: 45%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.prd_list4 .item {
    width: 25%;
    padding-bottom: 34%;
}

.prd_list .item_hr {
    float: left;
    padding: 5px 10px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
}

.prd_list>.box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    overflow: hidden;
}

.prd_list .con {
    width: 100%;
    height: 100%;
    position: relative;
}

.prd_list .txt {
    padding: 5px;
    overflow: hidden;
    text-align: left
}

.prd_list .em {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    max-height: 75px;
    overflow: hidden;
}

.prd_list .dl .pic {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.prd_list .dl .pic_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.prd_list .dl .pic img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.prd_list .dl .pic_cur {
    display: block;
}

.prd_list .dl .pic_hover {
    display: none;
}

.prd_list .dl .txt {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.prd_list .dl .dt {
    margin: 5px 0;
    font-size: 15px;
    text-align: left
}

.prd_list .dl .dd {
    color: #666;
    font-size: 14px;
    text-align: left
}


.prd_list .dot_l,
.prd_list .dot_r {
    position: absolute;
    top: 0;
    z-index: 10;
}

.prd_list .dot_l {
    left: 0;
}

.prd_list .dot_r {
    right: 0;
}

.prd_list .dot_new,
.prd_list .dot_hot {
    width: 39px;
    height: 43px;
    background-size: 100% 100%;
    display: none;
}

.prd_list .dot_new {
    background: url('../img/web/dot_new_s.png') no-repeat center center;
}

.prd_list .dot_hot {
    background: url('../img/web/dot_hot_s.png') no-repeat center center;
}

.prd_list .item_new .dot_new {
    display: block;
}

.prd_list .item_hot .dot_hot {
    display: block;
}


@media (max-width: 990px) {
    .prd_list .item {
        width: 50%;
        padding-bottom: 65%;
    }
}


.prd_list .dl_hover_def {
    display: none;
}

.prd_list .dl_hover_space {
    display: none;
}

.prd_list .item_hover_def .dl_hover_def {
    display: block;
}

.prd_list .item_hover_space .dl_hover_space {
    display: block;
}


.prd_list .dl_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 140px;
    font-size: 13px;
    line-height: 1.6;
    overflow: hidden;
    background-color: #959595;
    color: #fffff0;
    -webkit-transition: transform .2s linear;
    transition: transform .2s linear;

    -webkit-transform: translateY(200px);
    transform: translateY(200px);
}

.prd_list .dl_hover2 {
    height: 160px;
}

.prd_list .dl_hover a {
    font-size: 13px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-align: left
}


.prd_list .dl_hover_space .txt .dt {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    padding: 5px 0 0 5px;
    background-color: #fff;
}

.prd_list .dl_hover_space .txt .dt img {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
}

.prd_list .dl_hover_space .txt .dd {
    margin-left: 72px;
    line-height: 22px;
    padding-top: 10px;
}

@media (min-width: 990px) {
    .prd_list .con:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .prd_list .con:hover .pic_cur {
        display: none;
    }

    .prd_list .con:hover .pic_hover {
        display: block;
    }

    .prd_list .con:hover .dl_hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .ie8_fix .prd_list .dl_hover {
        display: none;
    }

    .ie8_fix .prd_list .con:hover .dl_hover {
        display: block;
    }
}


/**
seams_list
 */
.seams_list .items {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.seams_list .item {
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
}

.seams_list .item .dl {
    position: relative;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 5px;
    margin: 10px;
    height: 75px;
}

@media (max-width: 840px) {
    .seams_list .item {
        width: 33.333%;
    }
}

@media (max-width: 640px) {
    .seams_list .item {
        width: 50%;
    }
}


.seams_list .item .dl:hover {
    border: 1px solid #999;
}

.seams_list .selected .dl {
    border: 2px solid #e81828;
    margin: 4px;
}

.seams_list .item .pic {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
}

.seams_list .item .pic img {
    width: 100%;
    height: 100%
}

.seams_list .item .txt {
    margin-left: 70px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
}

.seams_list2 .item {
    width: 50%;
}


/*
 * page_product_view
 * */
.page_product_view .view_left {
    float: left;
    width: 50%;
}

.page_product_view .view_right {
    float: right;
    width: 46%;
}


.page_product_view .view_title {
    font-size: 24px;
    min-height: 40px;
    margin-bottom: 20px;
    text-align: left
}

.page_product_view .view_title em {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}

.page_product_view .view_title .dl {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.page_product_view .view_title .dt {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

@media (max-width: 640px) {

    .page_product_view .view_left,
    .page_product_view .view_right {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .page_product_view .view_title {
        font-size: 20px;
    }
}

.view_base_title {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: left;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #71757e;
    color: #fff;
    font-weight: bold;
}

.view_base_title i {
    transform: rotate(180deg);
    display: inline-block;
    margin: 7px 10px;
    padding: 0 5px 0 10px;
    height: 26px;
    line-height: 26px;
    border-left: 1px solid #ddd;
    font-weight: normal;
}


.view_base .view_box,
.view_base .view_network,
.view_base .view_boxs {
    position: relative;
    margin: 0 5px 10px 5px;
}

.view_base .view_box .tit,
.view_base .view_box .tit2,
.view_base .view_boxs .tit,
.view_base .view_boxs .tit2,
.view_base .view_network .tit {
    font-size: 16px;
    font-weight: bold;
    min-height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.view_base .view_box .txt,
.view_base .view_boxs .txt {
    display: block;
    min-height: 40px;
}

.view_base .view_box .tit2,
.view_base .view_boxs .tit2 {
    cursor: auto;
}

.view_base .view_box .tit2 img,
.view_base .view_boxs .tit2 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
}

.view_base .view_box .view_items .dl {
    min-height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.view_base .view_box .view_items .dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    min-height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #666;
}

.view_base .view_box .view_items .dd {
    margin-left: 100px;
    text-align: right;
}


.view_base .view_box .view_share {
    text-align: right;
}

.view_base .view_box .view_share a {
    display: none;
    margin: 5px;
}

.view_base .view_box .view_share img {
    width: 50px;
    height: 50px;
}

.view_base .view_box .view_share .more_url_1 {
    display: inline-block;
}

.view_base .view_box .view_txt {
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.8;
    padding: 10px;
    text-align: left
}


.view_base .view_box.active2 .txt {
    display: block;
}

.view_base .view_box .tit:before,
.view_base .view_network .tit:before {
    font-family: "iconfont" !important;
    position: absolute;
    top: 0;
    right: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e631";

    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.view_base .view_box.active2 .tit:before {
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.view_base .view_prd_pic .item {
    float: left;
}

.view_base .view_prd_pic .item .dl {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}

.view_base .view_prd_pic .item .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.view_base .view_prd_pic .item .pic img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.view_base .view_network {
    background-color: #ececec;
    margin-top: 10px;
}

.view_base .view_network .tit {
    border-bottom: 0;
}



/**
hot_prd
 */

.hot_title {
    color: #333;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-left: 60px;
    overflow: hidden;
    margin-bottom: 12px;
    text-align: left
}

.hot_title .pic {
    position: absolute;
    left: 10px;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: #606060;
}

.hot_title .pic .dot {
    font-size: 0;
    line-height: 0;
    background-color: #fff;
    height: 4px;
    width: 14px;
    position: absolute;
    top: 15px;
    left: 11px;
}


.hot_prd .items {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hot_prd .item {
    float: left;
    width: 16.6666%;
    padding-bottom: 25%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.hot_prd .item .dl {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 5px;
    margin: 10px;
}

.hot_prd .item .pic img {
    width: 100%;
    height: 100%
}

.hot_prd .item .txt {
    background-color: #7f7f7f;
    color: #fff;
    overflow: hidden;
}

.hot_prd .item .dt {
    text-align: center;
    line-height: 22px;
    height: 22px;
    font-size: 14px;

    overflow: hidden;
}

.hot_prd .item .dt a {
    color: #fff;
}

@media (max-width: 860px) {
    .hot_prd .item {
        width: 33.3333%;
        padding-bottom: 45%;
    }
}

@media (max-width: 640px) {
    .hot_prd .item {
        width: 50%;
        padding-bottom: 75%;
    }
}


/*
 * view_prd_design_list
 * */
.view_prd_design_list .items {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.view_prd_design_list .item {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.view_prd_design_list .item .dl {
    position: relative;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 5px;
    margin: 5px;
}

.view_prd_design_list .item .dl:hover {
    border: 1px solid #999;
}

.view_prd_design_list .item .pic {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.view_prd_design_list .item .pic img {
    width: 100%;
    height: auto;
}

.view_prd_design_list .item .txt {
    overflow: hidden;
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    color: #999;
}

.item_click {
    cursor: pointer;
}

/*
 * view_pics
 * */
.view_pics {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    height: 746px
}

.view_pics .items {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.view_pics .item {
    float: left;
    width: 100%;
    position: relative;
}

.view_pics .item .dl {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 80%;
}

.view_pics .item .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.view_pics .item img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.view_pics .navi {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.view_pics .navi a {
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    text-decoration: none;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.view_pics .navi a.selected {
    background-color: #D5001C;
}

.view_pics .prev,
.view_pics .next {
    position: absolute;
    z-index: 100;
    top: 40%;
    font-size: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
    display: none;
}

.view_pics .prev {
    left: 0;
}

.view_pics .next {
    right: 0;
}

@media (max-width: 760px) {
    .view_pics .item .dl {
        width: 100%;
        position: relative;
        height: 0;
        line-height: 0;
        overflow: hidden;
        padding-bottom: 100%;
    }
    .view_pics {
        height: auto;
    }
    .view_pics .item .pic {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .view_pics .prev,
    .view_pics .next {
        top: 40%;
        font-size: 20px;
    }
}

.img_zoom img {
    cursor: pointer;
}

/**
view_icon
 */
.view_icon {
    margin: 15px 0;
    text-align: left
}

.view_icon .pic {
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

.view_icon .pic_vod {
    width: 30px;
    height: 30px;
    background: url("../img/web/view_icon_vod.png") no-repeat center center;
    cursor: pointer;
}

.view_icon .pic_new {
    width: 30px;
    height: 30px;
    background: url("http://www.eagleceramics.com/res/img/web/view_icon_new.png") no-repeat center center;
}

.view_icon .pic_hot {
    width: 30px;
    height: 30px;
    background: url("http://www.eagleceramics.com/res/img/web/view_icon_hot.png") no-repeat center center;
}

.view_icon .pic_buy {
    width: 30px;
    height: 30px;
    background: url("../img/web/view_icon_buy.png") no-repeat center center;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
}

body {
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    font-family: "HanHei SC", "PingFang SC", "Helvetica Neue", "Helvetica", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
cite {
    font-weight: normal;
    font-style: normal;
}

img.full {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: none;
}

img.mc {
    margin: 0 auto;
    display: block;
}


h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
img,
p {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}

div {
    padding: 0;
}

div.mc {
    margin: 0 auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/*
 * html5
 * */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

/*
 * iconfont
 * */
@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot?t=1555485665749');
    /* IE9*/
    src: url('../font/iconfont.eot?t=1555485665749#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/iconfont.woff?t=1555485665749') format('woff'),
        /* chrome, firefox */
        url('../font/iconfont.ttf?t=1555485665749') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../font/iconfont.svg?t=1555485665749#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* scrollbar
------------------------- */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #F7F7F9;
}

::-webkit-scrollbar-thumb {
    background: #8E8E8E;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3B3B3B;
}

/*
 * placeholder
 * */
::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

/*
 * txt
 * */
.font_green {
    color: #4bb200;
}

.font_red {
    color: #D9534F;
}

.font_red2 {
    color: #d4021d;
}

.font_blue {
    color: #358bbb;
}

.font_orange {
    color: #ff9933;
}

.font_gray {
    color: #666;
}

.font_gray2 {
    color: #888;
}

/*
 * Links
 * */
a {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0;
}


a {
    color: #444;
}

a:hover {
    color: #d4021d;
}


a.blue {
    color: #358bbb;
}

a.blue:hover {
    color: #f90;
}

a.green {
    color: #4bb200;
}

a.green:hover {
    color: #6fc133;
}

a.red {
    color: #D9534F;
}

a.red:hover {
    color: #f90;
}

a.gray {
    color: #888;
}

a.gray:hover {
    color: #f90;
}

a.white {
    color: #fff;
}

a.white:hover {
    color: #FF9130;
}

a.orange {
    color: #fd9234;
}

a.orange:hover {
    color: #db0010;
}

/*pc*/
@media (min-width: 640px) {
    a.trans {
        transition: .24s;
    }
}

a.u {
    text-decoration: underline;
}

/*
 * space
 * */
.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tb {
    font-weight: bold;
}

.tu {
    text-decoration: line-through;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.m0 {
    margin: 0 !important;
}

.hide {
    display: none !important;
}

.hide2 {
    display: none;
}

.show {
    display: block !important;
}

.show2 {
    display: inline-block !important;
}

.ohide {
    overflow: hidden;
}

.br03 {
    height: 3px;
    font-size: 0;
    line-height: 0;
}

.br05 {
    height: 5px;
    font-size: 0;
    line-height: 0;
}

.br10 {
    height: 10px;
    font-size: 0;
    line-height: 0;
}

.br15 {
    height: 15px;
    font-size: 0;
    line-height: 0;
}

.br20 {
    height: 20px;
    font-size: 0;
    line-height: 0;
}

.br25 {
    height: 25px;
    font-size: 0;
    line-height: 0;
}

.br30 {
    height: 30px;
}

.br40 {
    height: 40px;
}

.br50 {
    height: 50px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px !important;
}

.h50 {
    height: 50px !important;
}

.h60 {
    height: 60px !important;
}

.h70 {
    height: 70px !important;
}

.h80 {
    height: 80px !important;
}

.h100 {
    height: 100px !important;
}

.h200 {
    height: 200px !important;
}

.nh80 {
    min-height: 80px !important;
}

.nh100 {
    min-height: 100px !important;
}

.nh150 {
    min-height: 150px !important;
}

.nh200 {
    min-height: 200px !important;
}


.w40 {
    width: 40px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w95 {
    width: 95px !important;
}

.w100 {
    width: 100px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px !important;
}

.w200 {
    width: 200px !important;
}

.w300 {
    width: 300px !important;
}

.w350 {
    width: 350px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.w700 {
    width: 700px !important;
}

.w800 {
    width: 800px !important;
}

.w1000 {
    width: 1000px !important;
}

.wp15 {
    width: 15% !important;
}

.wp20 {
    width: 20% !important;
}

.wp25 {
    width: 25% !important;
}

.wp30 {
    width: 30% !important;
}

.wp33 {
    width: 33% !important;
}

.wp34 {
    width: 34% !important;
}

.wp40 {
    width: 40% !important;
}

.wp48 {
    width: 48% !important;
}

.wp50 {
    width: 50% !important;
}

.wp52 {
    width: 52% !important;
}

.wp60 {
    width: 60% !important;
}

.wp65 {
    width: 65% !important;
}

.wp67 {
    width: 67% !important;
}

.wp70 {
    width: 70% !important;
}

.wp80 {
    width: 80% !important;
}

.wp90 {
    width: 90% !important;
}

.wp100 {
    width: 100% !important;
}

.mw80 {
    max-width: 80px !important;
}

.mw100 {
    max-width: 100px !important;
}

.mw120 {
    max-width: 120px !important;
}

.mw150 {
    max-width: 150px !important;
}

.mw180 {
    max-width: 180px !important;
}

.mw300 {
    max-width: 300px !important;
}

.mw800 {
    max-width: 800px !important;
}

.mw1000 {
    max-width: 1000px !important;
}

.mw1200 {
    max-width: 1200px !important;
}

.mw1500 {
    max-width: 1500px !important;
}

.nw500 {
    min-width: 500px !important;
}

.nw700 {
    min-width: 700px !important;
}

.nw800 {
    min-width: 800px !important;
}

.nw1000 {
    min-width: 1000px !important;
}

.nw1200 {
    min-width: 1200px !important;
}

.nw1400 {
    min-width: 1400px !important;
}

.nw1500 {
    min-width: 1500px !important;
}

.nw1600 {
    min-width: 1600px !important;
}

/*
 * input
 * */
input,
textarea,
select {
    font-size: 14px;
    color: #555;
    padding: 2px;
    margin: 0;
}

select {
    padding: 3px 15px 3px 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0;
    border-radius: 0;
    appearance: none;
    height: 30px;
    -webkit-appearance: none;
    min-width: 60px;
    background: url('../img/web/arrow_drop_down.png') no-repeat scroll right center transparent;
}

.ie8_fix select {
    padding: 3px 10px 3px 3px;
}

.select {
    font-size: 14px;
}

.select2 {
    border-radius: 3px;
}

.input {
    -webkit-appearance: none;
}

.input:focus {
    border: 1px solid #35a5e5;
}

.input_base {
    color: #555;
    padding: 5px;
    font-size: 14px;
    width: 100%;
}

.input2,
.textarea {
    border: 1px solid #ccc;
    color: #555;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input2:focus,
.textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input2 {
    height: 32px;
}

.textarea {
    min-height: 60px;
}

.input-full {
    width: 100%;
}

.input_noime {
    ime-mode: disabled
}

.input_no_border {
    border: 0;
}


fieldset {
    border: 1px solid #ddd;
    padding: 8px;
    margin: 5px;
}


input[type="radio"]:checked+label,
input[type="checkbox"]:checked+label {
    color: #D9534F;
}

/*
 * input.btn
 * */
.btn {
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 100%;
    outline: none;
    text-align: center;
    font-size: 14px;
    border: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
}


/*
 * btn
 * */
.btn-blue,
.btn-green,
.btn-red,
.btn-white,
.btn-gray {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    margin: 0 5px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    border-radius: 3px;

    text-align: center;
    font-size: 14px;
    border: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
}

.btn-blue {
    background-color: #00A5F6;
}

.btn-blue:hover {
    background-color: #00c5F6;
    color: #eee;
}

.btn-green {
    background-color: #4bb200;
}

.btn-green:hover {
    background-color: #6fc133;
    color: #eee;
}

.btn-red {
    background-color: #ea3d00;
    color: #fff;
}

.btn-red:hover {
    background-color: #EE6433;
    color: #fff;
}

.btn-white {
    border: 1px solid #5dba19;
    background-color: #fff;
    color: #5dba19;
}

.btn-white:hover {
    background-color: #5dba19;
    color: #fff;
}

.btn-gray {
    border: 1px solid #999;
    background-color: #fff;
    color: #999;
}

.btn-gray:hover {
    background-color: #999;
    color: #fff;
}

.btn-full {
    width: 100%;
    display: block;
    margin: 0;
}

.btn-big {
    width: 200px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}


/*
 *.col
 * */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-pc-1,
.col-pc-2,
.col-pc-3,
.col-pc-4,
.col-pc-5,
.col-pc-6,
.col-pc-7,
.col-pc-8,
.col-pc-9,
.col-pc-10,
.col-pc-11,
.col-pc-12 {
    position: relative;
    min-height: 1px;
}


.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 630px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}


@media (min-width: 1690px) {

    .col-pc-1,
    .col-pc-2,
    .col-pc-3,
    .col-pc-4,
    .col-pc-5,
    .col-pc-6,
    .col-pc-7,
    .col-pc-8,
    .col-pc-9,
    .col-pc-10,
    .col-pc-11,
    .col-pc-12 {
        float: left;
    }

    .col-pc-12 {
        width: 100%;
    }

    .col-pc-11 {
        width: 91.66666667%;
    }

    .col-pc-10 {
        width: 83.33333333%;
    }

    .col-pc-9 {
        width: 75%;
    }

    .col-pc-8 {
        width: 66.66666667%;
    }

    .col-pc-7 {
        width: 58.33333333%;
    }

    .col-pc-6 {
        width: 50%;
    }

    .col-pc-5 {
        width: 41.66666667%;
    }

    .col-pc-4 {
        width: 33.33333333%;
    }

    .col-pc-3 {
        width: 25%;
    }

    .col-pc-2 {
        width: 16.66666667%;
    }

    .col-pc-1 {
        width: 8.33333333%;
    }

    .col-pc-offset-12 {
        margin-left: 100%;
    }

    .col-pc-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-pc-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-pc-offset-9 {
        margin-left: 75%;
    }

    .col-pc-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-pc-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-pc-offset-6 {
        margin-left: 50%;
    }

    .col-pc-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-pc-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-pc-offset-3 {
        margin-left: 25%;
    }

    .col-pc-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-pc-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-pc-offset-0 {
        margin-left: 0;
    }
}
.video_body_item{
    max-width: 100%;
    max-height: 100%;
    margin:auto;
    width: auto;
    height: auto;
}
@media (min-width: 768px) {
    .col-padd {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/*
 * code
 * */
code {
    color: #C7254E;
    background-color: #F9F2F4;
    font-size: 90%;
    padding: 3px 8px 4px;
    border-radius: 4px;
}

/*
 * label
 * */
.label {
    display: inline;
    padding: 3px 8px 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
}

.label-default {
    background-color: #999;
}

.label-primary {
    background-color: #428BCA;
}

.label-success {
    background-color: #94B86E;
}

.label-info {
    background-color: #658DB3;
}

.label-warning {
    background-color: #F0AD4E;
}

.label-danger {
    background-color: #D9534F;
}

.label-light {
    background-color: #e7e7e7;
    color: #888;
}


/*
 * well
 * */
.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}


/*
 * wrap
 * */
.wrap {
    margin: 0 auto;
    min-width: 300px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 20px auto;
    max-width: 1530px;
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1000px;
}

.container3 {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

/*
 * wap
 * */
.wap_theme2 .wap_a {
    pointer-events: none;
}



