/*整个展示窗口的css样式*/
.show-itemDiv{
   /* padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px !important;
    padding-right: 15px !important;*/
}
/*展示窗口的css样式*/
.gy-home-box-top{
    height: auto;
    /*padding: 20px;*/

    margin-top:30px;
    /*margin-bottom: 120px;*/
}
/*展示窗口中图片的css样式*/
.gy-image{
    background: #ffffff;
    color: black;
    height: 160px;
    width: auto;
    z-index: 1;
    position: relative;
    /*box-shadow: 1px 0px 2px #888888;*/
}
/*展示窗口中间标题的css样式*/
.gy-title-middle{
    padding-left: 0px;
    font-size: 14pt;
    color: white;
    width: auto;
    /*background: #f29845;*/
    background:rgba(112, 112, 112, 0.5);
    /*margin-top: -60px;*/
    height: 40px;
    z-index: 3;
    line-height: 40px;
    align:center;

    bottom:0px;
}
.detail-title{
    padding-left: 0px;
    font-size: 20px;
    color: white;
    width: auto;
    background:rgba(112, 112, 112, 0.5);
    z-index: 3;
    bottom:0px;
}
.gy-title-middle-orange{
    padding-left: 0px;
    font-size: 14pt;
    color: white;
    width: auto;
    /*background: #f29845;*/
    background:rgba(242, 152, 69, 1);
    /*margin-top: -60px;*/
    height: 40px;
    z-index: 3;
    line-height: 40px;
    align:center;

    bottom:0px;
}
.gy-title-middle-green{
    padding-left: 0px;
    font-size: 14pt;
    color: white;
    width: auto;
    /*background: #f29845;*/
    background:#00a65a;
    /*margin-top: -60px;*/
    height: 40px;
    z-index: 3;
    line-height: 40px;
    align:center;

    bottom:0px;
}
/*展示窗口中底部信息的css样式*/
.gy-home-bottom{
    background: #FFFFFF;
    height:100px;
    border: 1px solid darkgray;
    /*border-top-color: #ffffff;*/
    /*border-bottom-color: #ececec;*/
    /*border-right-color: #ececec;;*/
    /*border-left-color: #ececec;*/
    /*box-shadow: 1px 2px 2px #888888;*/
}
/*活动展示窗口的左侧字体样式*/
.left-font-style{
    text-align: left;
    font-size: 12pt !important;
    font-family: MS Gothic ;
}
/*活动展示窗口的右侧字体样式*/
.right-font-style{
    text-align: left;
    font-size: 12pt !important;
    font-family: MS Gothic ;
}
.item-Div{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px !important;
    padding-right: 10px !important;
}
/*展示窗口导航栏的样式*/
.a-style {
    overflow: visible;
    height: 68px;
    width: 80px;
    margin-left: 7%;
    margin-right: 6%;
    color: #999999;
    text-align: center;
    line-height: 68px;
    font-size: 16px;
    font-family: MS Gothic ;
}
.transation-li{
    overflow: visible;
    height: 68px;
    color: #999999;
    text-align: center;
    line-height: 68px;
    font-size: 18px;
    font-family: MS Gothic ;
    border: 1px solid #ececec;
    /*border-right: 1px solid #ececec;*/


}
.tab-style-1{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    width: 250px;
    vertical-align: top;
    background-color:rgba(242, 152, 69, 1) ;
    color: #fff;
    font-weight: bold;
    cursor:auto;
}
.tab-style-2{
    padding: 15px 15px 15px 35px;
    background-color:#fbe0c7;
    width: 800px;
    cursor:auto;

}
/*交易列表导航栏标签样式*/
.navbarStyle{
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
    font-weight:500;
}
.transation-list-top{
    height: 230px;
    padding: 10px;
    margin-top:10px;
    margin-bottom: 20px;
}
.hidden-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hover-style{
    cursor:pointer;
}
.default-style{
     border-bottom:solid ;
     border-bottom-color:#f29845;
     font-size : 15px;
     color : #333333;
     font-weight :bold;
}
.defalut-nav-transation{
    border-bottom:solid ;
    border-bottom-color:#f29845;
    font-size : 18px;
    color : #333333;
}