﻿/********************************************************************/
/********************************************************************/
/*************                                        ***************/
/*************             company:risun              ***************/
/*************                                        ***************/
/*************             date:2017/9/11             ***************/
/*************                                        ***************/
/*************             author:wangjj              ***************/
/*************                                        ***************/
/************* 备注：欢迎各位使用者提出宝贵意见和建议 ***************/
/*************                                        ***************/
/********************************************************************/
/********************************************************************/

/*********************************************************************/
    /***\init style start/***/            /***\init style start/***/
/*********************************************************************/
*{
    padding:0;
    margin: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    border:0;
}
/*********************************************************************/
    /***\/项目整体结构/\***/                 /***\/项目整体结构/\***/
/*********************************************************************/
.ui-container{
    width:100%;
}
.ui-head{
    width:100%;
}
.ui-content{
    width:100%;
}
.ui-foot{
    width:100%;
}
.ui-head-box{
    width:1200px;
    margin: 0 auto;
}
.ui-content-box{
    width:1200px;
    margin: 0 auto;
}
.ui-foot-box{
    width:1200px;
    margin: 0 auto;
}

/*********************************************************************/
    /***\/基本的尺寸px/\***/                 /***\/基本的尺寸px/\***/
/*********************************************************************/
.ui-w1200{
    width:1200px;
}
.ui-wh100{
    width:100%;
    height:100%;
}
.ui-wh90{
    width:90%;
    height:90%;
}
.ui-wh80{
    width:80%;
    height:80%;
}
.ui-wh70{
    width:70%;
    height:70%;
}
.ui-wh60{
    width:60%;
    height:60%;
}
.ui-wh50{
    width:50%;
    height:50%;
}
.ui-wh40{
    width:40%;
    height:40%;
}
.ui-wh30{
    width:30%;
    height:30%;
}
.ui-wh20{
    width:20%;
    height:20%;
}
.ui-wh10{
    width:10%;
    height:10%;
}
.ui-w100{
    width:100%;
}
.ui-w90{
    width:90%;
}
.ui-w80{
    width:80%;
}
.ui-w70{
    width:70%;
}
.ui-w60{
    width:60%;
}
.ui-w50{
    width:50%;
}
.ui-w40{
    width:40%;
}
.ui-w30{
    width:30%;
}
.ui-w20{
    width:20%;
}
.ui-w10{
    width:10%;
}
.ui-h100{
    height:100%;
}
.ui-h90{
    height:90%;
}
.ui-h80{
    height:80%;
}
.ui-h70{
    height:70%;
}
.ui-h60{
    height:60%;
}
.ui-h50{
    height:50%;
}
.ui-h40{
    height:40%;
}
.ui-h30{
    height:30%;
}
.ui-h20{
    height:20%;
}
.ui-h10{
    height:10%;
}
/*********************************************************************/
    /***\/弹性盒子 start/\***/             /***\/弹性盒子 start/\***/
/*********************************************************************/
.ui-flex{
    display:block; 
}
.ui-block{
    display: block;
    width:100%;
    height: 100%;
}
.ui-inblock{
    display: inline-block;
}

/*********************************************************************/
    /***\/float方式/\***/                     /***\/float方式/\***/ 
/*********************************************************************/
.ui-fl-l{
    float: left;
}
.ui-fl-r{
    float:right;
}
.ui-fl-c{
    clear: both;
}

/*********************************************************************/
    /***\/1px solid start\/***/         /***\/1px solid start/\***/
/*********************************************************************/
.ui-bd-box{
    box-sizing: border-box;
}
.ui-bd-red{
    border:1px solid red;
}
.ui-bd-green{
    border:1px solid green;
}
.ui-bd-yellow{
    border:1px solid yellow;
}
.ui-bd-blue{
    border:1px solid blue;
}
.ui-bd-orange{
    border:1px solid orange;
}
.ui-bd-pink{
    border:1px solid pink;
}
.ui-bd-purple{
    border:1px solid purple;
}
.ui-bd-lightgreen{
    border:1px solid lightgreen;
}
.ui-bd-lightyellow{
    border:1px solid lightyellow;
}
.ui-bd-lightblue{
    border:1px solid lightblue;
}
.ui-bd-33{
    border:1px solid #333;
}
.ui-bd-55{
    border:1px solid #555;
}
.ui-bd-66{
    border:1px solid #666;
}
.ui-bd-88{
    border:1px solid #888;
}
.ui-bd-99{
    border:1px solid #999;
}
.ui-bd-e6{
    border:1px solid #e6e6e6;
}
.ui-bd-eb{
    border:1px solid #ebebeb;
}
.ui-bd-0d72d0{
    border:1px solid #0d72d0;
}
.ui-bd-f2{
    border:1px solid #f2f2f2;
}
.ui-bd-ff{
    border:1px solid #fff;
}
.ui-bd-c6{
    border:1px solid #c6c6c6;
}
.ui-bd-a70006{
    border:1px solid #b40000;
}
.ui-bd-b40000{
    border:1px solid #a70006;
}
.ui-bd-b7{
    border:1px solid #b7b7b7;
}
.ui-bd-193ae2{
    border:1px solid #193ae2;
}
.ui-bd-8f2895{
    border:1px solid #8f2895;
}
.ui-bd-e71541{
    border:1px solid #e71541;
}
.ui-bd-b90000{
    border:1px solid #b90000;
}
.ui-bd-da{
    border:1px solid #dadada;
}
.ui-bd-d6130f{
    border:1px solid #d6130f;
}
.ui-bd2-d6130f{
    border:2px solid #d6130f;
}
.ui-bdt-d6130f{
    border-top:1px solid #d6130f;
}
.ui-bdr-d6130f{
    border-right:1px solid #d6130f;
}
.ui-bdb-d6130f{
    border-bottom:1px solid #d6130f;
}
.ui-bdl-d6130f{
    border-left:1px solid #d6130f;
}
.ui-bdt2-d6130f{
    border-top:1px solid #d6130f;
}
.ui-bdr2-d6130f{
    border-right:1px solid #d6130f;
}
.ui-bdb2-d6130f{
    border-bottom:1px solid #d6130f;
}
.ui-bdl2-d6130f{
    border-left:1px solid #d6130f;
}

.ui-bd-ca{
    border:1px solid #cacaca;
}
.ui-bd2-ca{
    border:2px solid #cacaca;
}
.ui-bdt-ca{
    border-top:1px solid #cacaca;
}
.ui-bdr-ca{
    border-right:1px solid #cacaca;
}
.ui-bdb-ca{
    border-bottom:1px solid #cacaca;
}
.ui-bdl-ca{
    border-left:1px solid #cacaca;
}
.ui-bdt2-ca{
    border-top:1px solid #cacaca;
}
.ui-bdr2-ca{
    border-right:1px solid #cacaca;
}
.ui-bdb2-ca{
    border-bottom:1px solid #cacaca;
}
.ui-bdl2-ca{
    border-left:1px solid #cacaca;
}
.ui-bd-cfcecf{
    border:1px solid #cfcecf;
}
.ui-bd-ef001e{
    border:1px solid #ef001e;
}
/*********************************************************************/
    /***\/2px solid start\/***/          /***\/2px solid start\/***/
/*********************************************************************/
.ui-bd2-red{
    border:2px solid red;
}
.ui-bd2-green{
    border:2px solid green;
}
.ui-bd2-yellow{
    border:2px solid yellow;
}
.ui-bd2-blue{
    border:2px solid blue;
}
.ui-bd2-orange{
    border:2px solid orange;
}
.ui-bd2-pink{
    border:2px solid pink;
}
.ui-bd2-purple{
    border:2px solid purple;
}
.ui-bd2-lightgreen{
    border:2px solid lightgreen;
}
.ui-bd2-lightyellow{
    border:2px solid lightyellow;
}
.ui-bd2-lightblue{
    border:2px solid lightblue;
}
.ui-bd2-33{
    border:2px solid #333;
}
.ui-bd2-55{
    border:2px solid #555;
}
.ui-bd2-66{
    border:2px solid #666;
}
.ui-bd2-88{
    border:2px solid #888;
}
.ui-bd2-99{
    border:2px solid #999;
}
.ui-bd2-e6{
    border:2px solid #e6e6e6;
}
.ui-bd2-eb{
    border:2px solid #ebebeb;
}
.ui-bd2-0d72d0{
    border:2px solid #0d72d0;
}
.ui-bd2-f2{
    border:2px solid #f2f2f2;
}
.ui-bd2-c6{
    border:2px solid #c6c6c6;
}
.ui-bd2-a70006{
    border:2px solid #b40000;
}
.ui-bd2-b40000{
    border:2px solid #a70006;
}
.ui-bd2-b7{
    border:2px solid #b7b7b7;
}
.ui-bd2-193ae2{
    border:2px solid #193ae2;
}
.ui-bd2-8f2895{
    border:2px solid #8f2895;
}
.ui-bd2-e71541{
    border:2px solid #e71541;
}
.ui-bdt2-da{
    border-top: 2px solid #dadada;
}
.ui-bdr2-da{
    border-right: 2px solid #dadada;
}
.ui-bdb2-da{
    border-bottom: 2px solid #dadada;
}
.ui-bdl2-da{
    border-left: 2px solid #dadada;
}
/*********************************************************************/
  /***\/1px border top start/\***/  /***\/1px border top start/\***/ 
/*********************************************************************/
.ui-bdt-red{
    border-top:1px solid red;
}
.ui-bdt-green{
    border-top:1px solid green;
}
.ui-bdt-yellow{
    border-top:1px solid yellow;
}
.ui-bdt-blue{
    border-top:1px solid blue;
}
.ui-bdt-orange{
    border-top:1px solid orange;
}
.ui-bdt-pink{
    border-top:1px solid pink;
}
.ui-bdt-purple{
    border-top:1px solid purple;
}
.ui-bdt-lightgreen{
    border-top:1px solid lightgreen;
}
.ui-bdt-lightyellow{
    border-top:1px solid lightyellow;
}
.ui-bdt-lightblue{
    border-top:1px solid lightblue;
}
.ui-bdt-33{
    border-top:1px solid #333;
}
.ui-bdt-55{
    border-top:1px solid #555;
}
.ui-bdt-66{
    border-top:1px solid #666;
}
.ui-bdt-88{
    border-top:1px solid #888;
}
.ui-bdt-99{
    border-top:1px solid #999;
}
.ui-bdt-e6{
    border-top:1px solid #e6e6e6;
}
.ui-bdt-eb{
    border-top:1px solid #ebebeb;
}
.ui-bdt-0d72d0{
    border-top:1px solid #0d72d0;
}
.ui-bdt-f2{
    border-top:1px solid #f2f2f2;
}
.ui-bdt-c6{
    border-top:1px solid #c6c6c6;
}
.ui-bdt-a70006{
    border-top:1px solid #b40000;
}
.ui-bdt-b40000{
    border-top:1px solid #a70006;
}
.ui-bdt-b7{
    border-top:1px solid #b7b7b7;
}
.ui-bdt-193ae2{
    border-top:1px solid #193ae2;
}
.ui-bdt-8f2895{
    border-top:1px solid #8f2895;
}
.ui-bdt-e71541{
    border-top:1px solid #e71541;
}

/*********************************************************************/
   /***\/2px solid top start/\***/    /***\/2px solid top start/\***/ 
/*********************************************************************/
.ui-bdt2-red{
    border-top:2px solid red;
}
.ui-bdt2-green{
    border-top:2px solid green;
}
.ui-bdt2-yellow{
    border-top:2px solid yellow;
}
.ui-bdt2-blue{
    border-top:2px solid blue;
}
.ui-bdt2-orange{
    border-top:2px solid orange;
}
.ui-bdt2-pink{
    border-top:2px solid pink;
}
.ui-bdt2-purple{
    border-top:2px solid purple;
}
.ui-bdt2-lightgreen{
    border-top:2px solid lightgreen;
}
.ui-bdt2-lightyellow{
    border-top:2px solid lightyellow;
}
.ui-bdt2-lightblue{
    border-top:2px solid lightblue;
}
.ui-bdt2-33{
    border-top:2px solid #333;
}
.ui-bdt2-55{
    border-top:2px solid #555;
}
.ui-bdt2-66{
    border-top:2px solid #666;
}
.ui-bdt2-88{
    border-top:2px solid #888;
}
.ui-bdt2-99{
    border-top:2px solid #999;
}
.ui-bdt2-e6{
    border-top:2px solid #e6e6e6;
}
.ui-bdt2-eb{
    border-top:2px solid #ebebeb;
}
.ui-bdt2-0d72d0{
    border-top:2px solid #0d72d0;
}
.ui-bdt2-f2{
    border-top:2px solid #f2f2f2;
}
.ui-bdt2-c6{
    border-top:2px solid #c6c6c6;
}
.ui-bdt2-a70006{
    border-top:2px solid #b40000;
}
.ui-bdt2-b40000{
    border-top:2px solid #a70006;
}
.ui-bdt2-b7{
    border-top:2px solid #b7b7b7;
}
.ui-bdt2-193ae2{
    border-top:2px solid #193ae2;
}
.ui-bdt2-8f2895{
    border-top:2px solid #8f2895;
}
.ui-bdt2-e71541{
    border-top:2px solid #e71541;
}

/*********************************************************************/
    /***\/1px solid right/\***/         /***\/1px solid right/\***/  
/*********************************************************************/
.ui-bdr-red{
    border-right:1px solid red;
}
.ui-bdr-green{
    border-right:1px solid green;
}
.ui-bdr-yellow{
    border-right:1px solid yellow;
}
.ui-bdr-blue{
    border-right:1px solid blue;
}
.ui-bdr-orange{
    border-right:1px solid orange;
}
.ui-bdr-pink{
    border-right:1px solid pink;
}
.ui-bdr-purple{
    border-right:1px solid purple;
}
.ui-bdr-lightgreen{
    border-right:1px solid lightgreen;
}
.ui-bdr-lightyellow{
    border-right:1px solid lightyellow;
}
.ui-bdr-lightblue{
    border-right:1px solid lightblue;
}
.ui-bdr-33{
    border-right:1px solid #333;
}
.ui-bdr-55{
    border-right:1px solid #555;
}
.ui-bdr-66{
    border-right:1px solid #666;
}
.ui-bdr-88{
    border-right:1px solid #888;
}
.ui-bdr-99{
    border-right:1px solid #999;
}
.ui-bdr-e6{
    border-right:1px solid #e6e6e6;
}
.ui-bdr-eb{
    border-right:1px solid #ebebeb;
}
.ui-bdr-0d72d0{
    border-right:1px solid #0d72d0;
}
.ui-bdr-f2{
    border-right:1px solid #f2f2f2;
}
.ui-bdr-c6{
    border-right:1px solid #c6c6c6;
}
.ui-bdr-a70006{
    border-right:1px solid #b40000;
}
.ui-bdr-b40000{
    border-right:1px solid #a70006;
}
.ui-bdr-b7{
    border-right:1px solid #b7b7b7;
}
.ui-bdr-193ae2{
    border-right:1px solid #193ae2;
}
.ui-bdr-8f2895{
    border-right:1px solid #8f2895;
}
.ui-bdr-e71541{
    border-right:1px solid #e71541;
}

/*********************************************************************/
    /***\/2px solid right/\***/          /***\/2px solid right/\***/  
/*********************************************************************/
.ui-bdr2-red{
    border-right:2px solid red;
}
.ui-bdr2-green{
    border-right:2px solid green;
}
.ui-bdr2-yellow{
    border-right:2px solid yellow;
}
.ui-bdr2-blue{
    border-right:2px solid blue;
}
.ui-bdr2-orange{
    border-right:2px solid orange;
}
.ui-bdr2-pink{
    border-right:2px solid pink;
}
.ui-bdr2-purple{
    border-right:2px solid purple;
}
.ui-bdr2-lightgreen{
    border-right:2px solid lightgreen;
}
.ui-bdr2-lightyellow{
    border-right:2px solid lightyellow;
}
.ui-bdr2-lightblue{
    border-right:2px solid lightblue;
}
.ui-bdr2-33{
    border-right:2px solid #333;
}
.ui-bdr2-55{
    border-right:2px solid #555;
}
.ui-bdr2-66{
    border-right:2px solid #666;
}
.ui-bdr2-88{
    border-right:2px solid #888;
}
.ui-bdr2-99{
    border-right:2px solid #999;
}
.ui-bdr2-e6{
    border-right:2px solid #e6e6e6;
}
.ui-bdr2-eb{
    border-right:2px solid #ebebeb;
}
.ui-bdr2-0d72d0{
    border-right:2px solid #0d72d0;
}
.ui-bdr2-f2{
    border-right:2px solid #f2f2f2;
}
.ui-bdr2-c6{
    border-right:2px solid #c6c6c6;
}
.ui-bdr2-a70006{
    border-right:2px solid #b40000;
}
.ui-bdr2-b40000{
    border-right:2px solid #a70006;
}
.ui-bdr2-b7{
    border-right:2px solid #b7b7b7;
}
.ui-bdr2-193ae2{
    border-right:2px solid #193ae2;
}
.ui-bdr2-8f2895{
    border-right:2px solid #8f2895;
}
.ui-bdr2-e71541{
    border-right:2px solid #e71541;
}

/*********************************************************************/
    /***\/1px solid bottom/\***/        /***\/1px solid bottom/\***/ 
/*********************************************************************/
.ui-bdb-red{
    border-bottom:1px solid red;
}
.ui-bdb-green{
    border-bottom:1px solid green;
}
.ui-bdb-yellow{
    border-bottom:1px solid yellow;
}
.ui-bdb-blue{
    border-bottom:1px solid blue;
}
.ui-bdb-orange{
    border-bottom:1px solid orange;
}
.ui-bdb-pink{
    border-bottom:1px solid pink;
}
.ui-bdb-purple{
    border-bottom:1px solid purple;
}
.ui-bdb-lightgreen{
    border-bottom:1px solid lightgreen;
}
.ui-bdb-lightyellow{
    border-bottom:1px solid lightyellow;
}
.ui-bdb-lightblue{
    border-bottom:1px solid lightblue;
}
.ui-bdb-33{
    border-bottom:1px solid #333;
}
.ui-bdb-55{
    border-bottom:1px solid #555;
}
.ui-bdb-66{
    border-bottom:1px solid #666;
}
.ui-bdb-88{
    border-bottom:1px solid #888;
}
.ui-bdb-99{
    border-bottom:1px solid #999;
}
.ui-bdb-e6{
    border-bottom:1px solid #e6e6e6;
}
.ui-bdb-eb{
    border-bottom:1px solid #ebebeb;
}
.ui-bdb-0d72d0{
    border-bottom:1px solid #0d72d0;
}
.ui-bdb-f2{
    border-bottom:1px solid #f2f2f2;
}
.ui-bdb-c6{
    border-bottom:1px solid #c6c6c6;
}
.ui-bdb-a70006{
    border-bottom:1px solid #b40000;
}
.ui-bdb-b40000{
    border-bottom:1px solid #a70006;
}
.ui-bdb-b7{
    border-bottom:1px solid #b7b7b7;
}
.ui-bdb-193ae2{
    border-bottom:1px solid #193ae2;
}
.ui-bdb-8f2895{
    border-bottom:1px solid #8f2895;
}
.ui-bdb-e71541{
    border-bottom:1px solid #e71541;
}
.ui-bdb-b90000{
    border-bottom:1px solid #b90000;
}

/*********************************************************************/
    /***\/2px solid bottom/\***/        /***\/2px solid bottom/\***/  
/*********************************************************************/
.ui-bdb2-red{
    border-bottom:2px solid red;
}
.ui-bdb2-green{
    border-bottom:2px solid green;
}
.ui-bdb2-yellow{
    border-bottom:2px solid yellow;
}
.ui-bdb2-blue{
    border-bottom:2px solid blue;
}
.ui-bdb2-orange{
    border-bottom:2px solid orange;
}
.ui-bdb2-pink{
    border-bottom:2px solid pink;
}
.ui-bdb2-purple{
    border-bottom:2px solid purple;
}
.ui-bdb2-lightgreen{
    border-bottom:2px solid lightgreen;
}
.ui-bdb2-lightyellow{
    border-bottom:2px solid lightyellow;
}
.ui-bdb2-lightblue{
    border-bottom:2px solid lightblue;
}
.ui-bdb2-33{
    border-bottom:2px solid #333;
}
.ui-bdb2-55{
    border-bottom:2px solid #555;
}
.ui-bdb2-66{
    border-bottom:2px solid #666;
}
.ui-bdb2-88{
    border-bottom:2px solid #888;
}
.ui-bdb2-99{
    border-bottom:2px solid #999;
}
.ui-bdb2-e6{
    border-bottom:2px solid #e6e6e6;
}
.ui-bdb2-eb{
    border-bottom:2px solid #ebebeb;
}
.ui-bdb2-0d72d0{
    border-bottom:2px solid #0d72d0;
}
.ui-bdb2-f2{
    border-bottom:2px solid #f2f2f2;
}
.ui-bdb2-c6{
    border-bottom:2px solid #c6c6c6;
}
.ui-bdb2-a70006{
    border-bottom:2px solid #b40000;
}
.ui-bdb2-b40000{
    border-bottom:2px solid #a70006;
}
.ui-bdb2-b7{
    border-bottom:2px solid #b7b7b7;
}
.ui-bdb2-193ae2{
    border-bottom:2px solid #193ae2;
}
.ui-bdb2-8f2895{
    border-bottom:2px solid #8f2895;
}
.ui-bdb2-e71541{
    border-bottom:2px solid #e71541;
}
.ui-bdb2-b90000{
    border-bottom:2px solid #b90000;
}
/*********************************************************************/
    /***\/1px solid left/\***/           /***\/1px solid left/\***/ 
/*********************************************************************/
.ui-bdl-red{
    border-left:1px solid red;
}
.ui-bdl-green{
    border-left:1px solid green;
}
.ui-bdl-yellow{
    border-left:1px solid yellow;
}
.ui-bdl-blue{
    border-left:1px solid blue;
}
.ui-bdl-orange{
    border-left:1px solid orange;
}
.ui-bdl-pink{
    border-left:1px solid pink;
}
.ui-bdl-purple{
    border-left:1px solid purple;
}
.ui-bdl-lightgreen{
    border-left:1px solid lightgreen;
}
.ui-bdl-lightyellow{
    border-left:1px solid lightyellow;
}
.ui-bdl-lightblue{
    border-left:1px solid lightblue;
}
.ui-bdl-33{
    border-left:1px solid #333;
}
.ui-bdl-55{
    border-left:1px solid #555;
}
.ui-bdl-66{
    border-left:1px solid #666;
}
.ui-bdl-88{
    border-left:1px solid #888;
}
.ui-bdl-99{
    border-left:1px solid #999;
}
.ui-bdl-e6{
    border-left:1px solid #e6e6e6;
}
.ui-bdl-eb{
    border-left:1px solid #ebebeb;
}
.ui-bdl-0d72d0{
    border-left:1px solid #0d72d0;
}
.ui-bdl-f2{
    border-left:1px solid #f2f2f2;
}
.ui-bdl-c6{
    border-left:1px solid #c6c6c6;
}
.ui-bdl-a70006{
    border-left:1px solid #b40000;
}
.ui-bdl-b40000{
    border-left:1px solid #a70006;
}
.ui-bdl-b7{
    border-left:1px solid #b7b7b7;
}
.ui-bdl-193ae2{
    border-left:1px solid #193ae2;
}
.ui-bdl-8f2895{
    border-left:1px solid #8f2895;
}
.ui-bdl-e71541{
    border-left:1px solid #e71541;
}

/*********************************************************************/
    /***\/2px solid left/\***/           /***\/2px solid left/\***/ 
/*********************************************************************/
.ui-bdl2-red{
    border-left:2px solid red;
}
.ui-bdl2-green{
    border-left:2px solid green;
}
.ui-bdl2-yellow{
    border-left:2px solid yellow;
}
.ui-bdl2-blue{
    border-left:2px solid blue;
}
.ui-bdl2-orange{
    border-left:2px solid orange;
}
.ui-bdl2-pink{
    border-left:2px solid pink;
}
.ui-bdl2-purple{
    border-left:2px solid purple;
}
.ui-bdl2-lightgreen{
    border-left:2px solid lightgreen;
}
.ui-bdl2-lightyellow{
    border-left:2px solid lightyellow;
}
.ui-bdl2-lightblue{
    border-left:2px solid lightblue;
}
.ui-bdl2-33{
    border-left:2px solid #333;
}
.ui-bdl2-55{
    border-left:2px solid #555;
}
.ui-bdl2-66{
    border-left:2px solid #666;
}
.ui-bdl2-88{
    border-left:2px solid #888;
}
.ui-bdl2-99{
    border-left:2px solid #999;
}
.ui-bdl2-e6{
    border-left:2px solid #e6e6e6;
}
.ui-bdl2-eb{
    border-left:2px solid #ebebeb;
}
.ui-bdl2-0d72d0{
    border-left:2px solid #0d72d0;
}
.ui-bdl2-f2{
    border-left:2px solid #f2f2f2;
}
.ui-bdl2-c6{
    border-left:2px solid #c6c6c6;
}
.ui-bdl2-a70006{
    border-left:2px solid #b40000;
}
.ui-bdl2-b40000{
    border-left:2px solid #a70006;
}
.ui-bdl2-b7{
    border-left:2px solid #b7b7b7;
}
.ui-bdl2-193ae2{
    border-left:2px solid #193ae2;
}
.ui-bdl2-8f2895{
    border-left:2px solid #8f2895;
}
.ui-bdl2-e71541{
    border-left:2px solid #e71541;
}

/*********************************************************************/
    /***\/1px dashed/\***/                    /***\/1px dashed/\***/
/*********************************************************************/
.ui-bd-dash-red{
    border:1px dashed red;
}
.ui-bd-dash-green{
    border:1px dashed green;
}
.ui-bd-dash-yellow{
    border:1px dashed yellow;
}
.ui-bd-dash-blue{
    border:1px dashed blue;
}
.ui-bd-dash-orange{
    border:1px dashed orange;
}
.ui-bd-dash-pink{
    border:1px dashed pink;
}
.ui-bd-dash-purple{
    border:1px dashed purple;
}
.ui-bd-dash-lightgreen{
    border:1px dashed lightgreen;
}
.ui-bd-dash-lightyellow{
    border:1px dashed lightyellow;
}
.ui-bd-dash-lightblue{
    border:1px dashed lightblue;
}
.ui-bd-dash-33{
    border:1px dashed #333;
}
.ui-bd-dash-55{
    border:1px dashed #555;
}
.ui-bd-dash-66{
    border:1px dashed #666;
}
.ui-bd-dash-88{
    border:1px dashed #888;
}
.ui-bd-dash-99{
    border:1px dashed #999;
}
.ui-bd-dash-e6{
    border:1px dashed #e6e6e6;
}
.ui-bd-dash-eb{
    border:1px dashed #ebebeb;
}
.ui-bd-dash-0d72d0{
    border:1px dashed #0d72d0;
}
.ui-bd-dash-f2{
    border:1px dashed #f2f2f2;
}
.ui-bd-dash-c6{
    border:1px dashed #c6c6c6;
}
.ui-bd-dash-a70006{
    border:1px dashed #b40000;
}
.ui-bd-dash-b40000{
    border:1px dashed #a70006;
}
.ui-bd-dash-b7{
    border:1px dashed #b7b7b7;
}
.ui-bd-dash-193ae2{
    border:1px dashed #193ae2;
}
.ui-bd-dash-8f2895{
    border:1px dashed #8f2895;
}
.ui-bd-dash-e71541{
    border:1px dashed #e71541;
}

/*********************************************************************/
    /***\/2px dashed/\***/                    /***\/2px dashed/\***/ 
/*********************************************************************/
.ui-bd2-dash-red{
    border:2px dashed red;
}
.ui-bd2-dash-green{
    border:2px dashed green;
}
.ui-bd2-dash-yellow{
    border:2px dashed yellow;
}
.ui-bd2-dash-blue{
    border:2px dashed blue;
}
.ui-bd2-dash-orange{
    border:2px dashed orange;
}
.ui-bd2-dash-pink{
    border:2px dashed pink;
}
.ui-bd2-dash-purple{
    border:2px dashed purple;
}
.ui-bd2-dash-lightgreen{
    border:2px dashed lightgreen;
}
.ui-bd2-dash-lightyellow{
    border:2px dashed lightyellow;
}
.ui-bd2-dash-lightblue{
    border:2px dashed lightblue;
}
.ui-bd2-dash-33{
    border:2px dashed #333;
}
.ui-bd2-dash-55{
    border:2px dashed #555;
}
.ui-bd2-dash-66{
    border:2px dashed #666;
}
.ui-bd2-dash-88{
    border:2px dashed #888;
}
.ui-bd2-dash-99{
    border:2px dashed #999;
}
.ui-bd2-dash-e6{
    border:2px dashed #e6e6e6;
}
.ui-bd2-dash-eb{
    border:2px dashed #ebebeb;
}
.ui-bd2-dash-0d72d0{
    border:2px dashed #0d72d0;
}
.ui-bd2-dash-f2{
    border:2px dashed #f2f2f2;
}
.ui-bd2-dash-c6{
    border:2px dashed #c6c6c6;
}
.ui-bd2-dash-a70006{
    border:2px dashed #b40000;
}
.ui-bd2-dash-b40000{
    border:2px dashed #a70006;
}
.ui-bd2-dash-b7{
    border:2px dashed #b7b7b7;
}
.ui-bd2-dash-193ae2{
    border:2px dashed #193ae2;
}
.ui-bd2-dash-8f2895{
    border:2px dashed #8f2895;
}
.ui-bd2-dash-e71541{
    border:2px dashed #e71541;
}

/*********************************************************************/
    /***\/1px dashed top/\***/            /***\/1px dashed top/\***/  
/*********************************************************************/
.ui-bdt-dash-red{
    border-top:1px dashed red;
}
.ui-bdt-dash-green{
    border-top:1px dashed green;
}
.ui-bdt-dash-yellow{
    border-top:1px dashed yellow;
}
.ui-bdt-dash-blue{
    border-top:1px dashed blue;
}
.ui-bdt-dash-orange{
    border-top:1px dashed orange;
}
.ui-bdt-dash-pink{
    border-top:1px dashed pink;
}
.ui-bdt-dash-purple{
    border-top:1px dashed purple;
}
.ui-bdt-dash-lightgreen{
    border-top:1px dashed lightgreen;
}
.ui-bdt-dash-lightyellow{
    border-top:1px dashed lightyellow;
}
.ui-bdt-dash-lightblue{
    border-top:1px dashed lightblue;
}
.ui-bdt-dash-33{
    border-top:1px dashed #333;
}
.ui-bdt-dash-55{
    border-top:1px dashed #555;
}
.ui-bdt-dash-66{
    border-top:1px dashed #666;
}
.ui-bdt-dash-88{
    border-top:1px dashed #888;
}
.ui-bdt-dash-99{
    border-top:1px dashed #999;
}
.ui-bdt-dash-e6{
    border-top:1px dashed #e6e6e6;
}
.ui-bdt-dash-eb{
    border-top:1px dashed #ebebeb;
}
.ui-bdt-dash-0d72d0{
    border-top:1px dashed #0d72d0;
}
.ui-bdt-dash-f2{
    border-top:1px dashed #f2f2f2;
}
.ui-bdt-dash-c6{
    border-top:1px dashed #c6c6c6;
}
.ui-bdt-dash-a70006{
    border-top:1px dashed #b40000;
}
.ui-bdt-dash-b40000{
    border-top:1px dashed #a70006;
}
.ui-bdt-dash-b7{
    border-top:1px dashed #b7b7b7;
}
.ui-bdt-dash-193ae2{
    border-top:1px dashed #193ae2;
}
.ui-bdt-dash-8f2895{
    border-top:1px dashed #8f2895;
}
.ui-bdt-dash-e71541{
    border-top:1px dashed #e71541;
}

/*********************************************************************/
    /***\/2px dashed top/\***/            /***\/2px dashed top/\***/   
/*********************************************************************/
.ui-bdt2-dash-red{
    border-top:2px dashed red;
}
.ui-bdt2-dash-green{
    border-top:2px dashed green;
}
.ui-bdt2-dash-yellow{
    border-top:2px dashed yellow;
}
.ui-bdt2-dash-blue{
    border-top:2px dashed blue;
}
.ui-bdt2-dash-orange{
    border-top:2px dashed orange;
}
.ui-bdt2-dash-pink{
    border-top:2px dashed pink;
}
.ui-bdt2-dash-purple{
    border-top:2px dashed purple;
}
.ui-bdt2-dash-lightgreen{
    border-top:2px dashed lightgreen;
}
.ui-bdt2-dash-lightyellow{
    border-top:2px dashed lightyellow;
}
.ui-bdt2-dash-lightblue{
    border-top:2px dashed lightblue;
}
.ui-bdt2-dash-33{
    border-top:2px dashed #333;
}
.ui-bdt2-dash-55{
    border-top:2px dashed #555;
}
.ui-bdt2-dash-66{
    border-top:2px dashed #666;
}
.ui-bdt2-dash-88{
    border-top:2px dashed #888;
}
.ui-bdt2-dash-99{
    border-top:2px dashed #999;
}
.ui-bdt2-dash-e6{
    border-top:2px dashed #e6e6e6;
}
.ui-bdt2-dash-eb{
    border-top:2px dashed #ebebeb;
}
.ui-bdt2-dash-0d72d0{
    border-top:2px dashed #0d72d0;
}
.ui-bdt2-dash-f2{
    border-top:2px dashed #f2f2f2;
}
.ui-bdt2-dash-c6{
    border-top:2px dashed #c6c6c6;
}
.ui-bdt2-dash-a70006{
    border-top:2px dashed #b40000;
}
.ui-bdt2-dash-b40000{
    border-top:2px dashed #a70006;
}
.ui-bdt2-dash-b7{
    border-top:2px dashed #b7b7b7;
}
.ui-bdt2-dash-193ae2{
    border-top:2px dashed #193ae2;
}
.ui-bdt2-dash-8f2895{
    border-top:2px dashed #8f2895;
}
.ui-bdt2-dash-e71541{
    border-top:2px dashed #e71541;
}

/*********************************************************************/
    /***\/1px dashed right/\***/        /***\/1px dashed right/\***/   
/*********************************************************************/
.ui-bdr-dash-red{
    border-right:1px dashed red;
}
.ui-bdr-dash-green{
    border-right:1px dashed green;
}
.ui-bdr-dash-yellow{
    border-right:1px dashed yellow;
}
.ui-bdr-dash-blue{
    border-right:1px dashed blue;
}
.ui-bdr-dash-orange{
    border-right:1px dashed orange;
}
.ui-bdr-dash-pink{
    border-right:1px dashed pink;
}
.ui-bdr-dash-purple{
    border-right:1px dashed purple;
}
.ui-bdr-dash-lightgreen{
    border-right:1px dashed lightgreen;
}
.ui-bdr-dash-lightyellow{
    border-right:1px dashed lightyellow;
}
.ui-bdr-dash-lightblue{
    border-right:1px dashed lightblue;
}
.ui-bdr-dash-33{
    border-right:1px dashed #333;
}
.ui-bdr-dash-55{
    border-right:1px dashed #555;
}
.ui-bdr-dash-66{
    border-right:1px dashed #666;
}
.ui-bdr-dash-88{
    border-right:1px dashed #888;
}
.ui-bdr-dash-99{
    border-right:1px dashed #999;
}
.ui-bdr-dash-e6{
    border-right:1px dashed #e6e6e6;
}
.ui-bdr-dash-eb{
    border-right:1px dashed #ebebeb;
}
.ui-bdr-dash-0d72d0{
    border-right:1px dashed #0d72d0;
}
.ui-bdr-dash-f2{
    border-right:1px dashed #f2f2f2;
}
.ui-bdr-dash-c6{
    border-right:1px dashed #c6c6c6;
}
.ui-bdr-dash-a70006{
    border-right:1px dashed #b40000;
}
.ui-bdr-dash-b40000{
    border-right:1px dashed #a70006;
}
.ui-bdr-dash-b7{
    border-right:1px dashed #b7b7b7;
}
.ui-bdr-dash-193ae2{
    border-right:1px dashed #193ae2;
}
.ui-bdr-dash-8f2895{
    border-right:1px dashed #8f2895;
}
.ui-bdr-dash-e71541{
    border-right:1px dashed #e71541;
}

/*********************************************************************/
    /***\/2px dashed right/\***/       /***\/2px dashed right/\***/  
/*********************************************************************/
.ui-bdr2-dash-red{
    border-right:2px dashed red;
}
.ui-bdr2-dash-green{
    border-right:2px dashed green;
}
.ui-bdr2-dash-yellow{
    border-right:2px dashed yellow;
}
.ui-bdr2-dash-blue{
    border-right:2px dashed blue;
}
.ui-bdr2-dash-orange{
    border-right:2px dashed orange;
}
.ui-bdr2-dash-pink{
    border-right:2px dashed pink;
}
.ui-bdr2-dash-purple{
    border-right:2px dashed purple;
}
.ui-bdr2-dash-lightgreen{
    border-right:2px dashed lightgreen;
}
.ui-bdr2-dash-lightyellow{
    border-right:2px dashed lightyellow;
}
.ui-bdr2-dash-lightblue{
    border-right:2px dashed lightblue;
}
.ui-bdr2-dash-33{
    border-right:2px dashed #333;
}
.ui-bdr2-dash-55{
    border-right:2px dashed #555;
}
.ui-bdr2-dash-66{
    border-right:2px dashed #666;
}
.ui-bdr2-dash-88{
    border-right:2px dashed #888;
}
.ui-bdr2-dash-99{
    border-right:2px dashed #999;
}
.ui-bdr2-dash-e6{
    border-right:2px dashed #e6e6e6;
}
.ui-bdr2-dash-eb{
    border-right:2px dashed #ebebeb;
}
.ui-bdr2-dash-0d72d0{
    border-right:2px dashed #0d72d0;
}
.ui-bdr2-dash-f2{
    border-right:2px dashed #f2f2f2;
}
.ui-bdr2-dash-c6{
    border-right:2px dashed #c6c6c6;
}
.ui-bdr2-dash-a70006{
    border-right:2px dashed #b40000;
}
.ui-bdr2-dash-b40000{
    border-right:2px dashed #a70006;
}
.ui-bdr2-dash-b7{
    border-right:2px dashed #b7b7b7;
}
.ui-bdr2-dash-193ae2{
    border-right:2px dashed #193ae2;
}
.ui-bdr2-dash-8f2895{
    border-right:2px dashed #8f2895;
}
.ui-bdr2-dash-e71541{
    border-right:2px dashed #e71541;
}

/*********************************************************************/
    /***\/1px dashed bottom/\***/      /***\/1px dashed bottom/\***/  
/*********************************************************************/
.ui-bdb-dash-red{
    border-bottom:1px dashed red;
}
.ui-bdb-dash-green{
    border-bottom:1px dashed green;
}
.ui-bdb-dash-yellow{
    border-bottom:1px dashed yellow;
}
.ui-bdb-dash-blue{
    border-bottom:1px dashed blue;
}
.ui-bdb-dash-orange{
    border-bottom:1px dashed orange;
}
.ui-bdb-dash-pink{
    border-bottom:1px dashed pink;
}
.ui-bdb-dash-purple{
    border-bottom:1px dashed purple;
}
.ui-bdb-dash-lightgreen{
    border-bottom:1px dashed lightgreen;
}
.ui-bdb-dash-lightyellow{
    border-bottom:1px dashed lightyellow;
}
.ui-bdb-dash-lightblue{
    border-bottom:1px dashed lightblue;
}
.ui-bdb-dash-33{
    border-bottom:1px dashed #333;
}
.ui-bdb-dash-55{
    border-bottom:1px dashed #555;
}
.ui-bdb-dash-66{
    border-bottom:1px dashed #666;
}
.ui-bdb-dash-88{
    border-bottom:1px dashed #888;
}
.ui-bdb-dash-99{
    border-bottom:1px dashed #999;
}
.ui-bdb-dash-e6{
    border-bottom:1px dashed #e6e6e6;
}
.ui-bdb-dash-eb{
    border-bottom:1px dashed #ebebeb;
}
.ui-bdb-dash-0d72d0{
    border-bottom:1px dashed #0d72d0;
}
.ui-bdb-dash-f2{
    border-bottom:1px dashed #f2f2f2;
}
.ui-bdb-dash-c6{
    border-bottom:1px dashed #c6c6c6;
}
.ui-bdb-dash-a70006{
    border-bottom:1px dashed #b40000;
}
.ui-bdb-dash-b40000{
    border-bottom:1px dashed #a70006;
}
.ui-bdb-dash-b7{
    border-bottom:1px dashed #b7b7b7;
}
.ui-bdb-dash-193ae2{
    border-bottom:1px dashed #193ae2;
}
.ui-bdb-dash-8f2895{
    border-bottom:1px dashed #8f2895;
}
.ui-bdb-dash-e71541{
    border-bottom:1px dashed #e71541;
}

/*********************************************************************/
    /***\/2px dashed bottom/\***/      /***\/2px dashed bottom/\***/  
/*********************************************************************/
.ui-bdb2-dash-red{
    border-bottom:2px dashed red;
}
.ui-bdb2-dash-green{
    border-bottom:2px dashed green;
}
.ui-bdb2-dash-yellow{
    border-bottom:2px dashed yellow;
}
.ui-bdb2-dash-blue{
    border-bottom:2px dashed blue;
}
.ui-bdb2-dash-orange{
    border-bottom:2px dashed orange;
}
.ui-bdb2-dash-pink{
    border-bottom:2px dashed pink;
}
.ui-bdb2-dash-purple{
    border-bottom:2px dashed purple;
}
.ui-bdb2-dash-lightgreen{
    border-bottom:2px dashed lightgreen;
}
.ui-bdb2-dash-lightyellow{
    border-bottom:2px dashed lightyellow;
}
.ui-bdb2-dash-lightblue{
    border-bottom:2px dashed lightblue;
}
.ui-bdb2-dash-33{
    border-bottom:2px dashed #333;
}
.ui-bdb2-dash-55{
    border-bottom:2px dashed #555;
}
.ui-bdb2-dash-66{
    border-bottom:2px dashed #666;
}
.ui-bdb2-dash-88{
    border-bottom:2px dashed #888;
}
.ui-bdb2-dash-99{
    border-bottom:2px dashed #999;
}
.ui-bdb2-dash-e6{
    border-bottom:2px dashed #e6e6e6;
}
.ui-bdb2-dash-eb{
    border-bottom:2px dashed #ebebeb;
}
.ui-bdb2-dash-0d72d0{
    border-bottom:2px dashed #0d72d0;
}
.ui-bdb2-dash-f2{
    border-bottom:2px dashed #f2f2f2;
}
.ui-bdb2-dash-c6{
    border-bottom:2px dashed #c6c6c6;
}
.ui-bdb2-dash-a70006{
    border-bottom:2px dashed #b40000;
}
.ui-bdb2-dash-b40000{
    border-bottom:2px dashed #a70006;
}
.ui-bdb2-dash-b7{
    border-bottom:2px dashed #b7b7b7;
}
.ui-bdb2-dash-193ae2{
    border-bottom:2px dashed #193ae2;
}
.ui-bdb2-dash-8f2895{
    border-bottom:2px dashed #8f2895;
}
.ui-bdb2-dash-e71541{
    border-bottom:2px dashed #e71541;
}

/*********************************************************************/
    /***\/1px dashed left/\***/          /***\/1px dashed left/\***/ 
/*********************************************************************/
.ui-bdl-dash-red{
    border-left:1px dashed red;
}
.ui-bdl-dash-green{
    border-left:1px dashed green;
}
.ui-bdl-dash-yellow{
    border-left:1px dashed yellow;
}
.ui-bdl-dash-blue{
    border-left:1px dashed blue;
}
.ui-bdl-dash-orange{
    border-left:1px dashed orange;
}
.ui-bdl-dash-pink{
    border-left:1px dashed pink;
}
.ui-bdl-dash-purple{
    border-left:1px dashed purple;
}
.ui-bdl-dash-lightgreen{
    border-left:1px dashed lightgreen;
}
.ui-bdl-dash-lightyellow{
    border-left:1px dashed lightyellow;
}
.ui-bdl-dash-lightblue{
    border-left:1px dashed lightblue;
}
.ui-bdl-dash-33{
    border-left:1px dashed #333;
}
.ui-bdl-dash-55{
    border-left:1px dashed #555;
}
.ui-bdl-dash-66{
    border-left:1px dashed #666;
}
.ui-bdl-dash-88{
    border-left:1px dashed #888;
}
.ui-bdl-dash-99{
    border-left:1px dashed #999;
}
.ui-bdl-dash-e6{
    border-left:1px dashed #e6e6e6;
}
.ui-bdl-dash-eb{
    border-left:1px dashed #ebebeb;
}
.ui-bdl-dash-0d72d0{
    border-left:1px dashed #0d72d0;
}
.ui-bdl-dash-f2{
    border-left:1px dashed #f2f2f2;
}
.ui-bdl-dash-c6{
    border-left:1px dashed #c6c6c6;
}
.ui-bdl-dash-a70006{
    border-left:1px dashed #b40000;
}
.ui-bdl-dash-b40000{
    border-left:1px dashed #a70006;
}
.ui-bdl-dash-b7{
    border-left:1px dashed #b7b7b7;
}
.ui-bdl-dash-193ae2{
    border-left:1px dashed #193ae2;
}
.ui-bdl-dash-8f2895{
    border-left:1px dashed #8f2895;
}
.ui-bdl-dash-e71541{
    border-left:1px dashed #e71541;
}

/*********************************************************************/
    /***\/2px dashed left/\***/          /***\/2px dashed left/\***/ 
/*********************************************************************/
.ui-bdl2-dash-red{
    border-left:2px dashed red;
}
.ui-bdl2-dash-green{
    border-left:2px dashed green;
}
.ui-bdl2-dash-yellow{
    border-left:2px dashed yellow;
}
.ui-bdl2-dash-blue{
    border-left:2px dashed blue;
}
.ui-bdl2-dash-orange{
    border-left:2px dashed orange;
}
.ui-bdl2-dash-pink{
    border-left:2px dashed pink;
}
.ui-bdl2-dash-purple{
    border-left:2px dashed purple;
}
.ui-bdl2-dash-lightgreen{
    border-left:2px dashed lightgreen;
}
.ui-bdl2-dash-lightyellow{
    border-left:2px dashed lightyellow;
}
.ui-bdl2-dash-lightblue{
    border-left:2px dashed lightblue;
}
.ui-bdl2-dash-33{
    border-left:2px dashed #333;
}
.ui-bdl2-dash-55{
    border-left:2px dashed #555;
}
.ui-bdl2-dash-66{
    border-left:2px dashed #666;
}
.ui-bdl2-dash-88{
    border-left:2px dashed #888;
}
.ui-bdl2-dash-99{
    border-left:2px dashed #999;
}
.ui-bdl2-dash-e6{
    border-left:2px dashed #e6e6e6;
}
.ui-bdl2-dash-eb{
    border-left:2px dashed #ebebeb;
}
.ui-bdl2-dash-0d72d0{
    border-left:2px dashed #0d72d0;
}
.ui-bdl2-dash-f2{
    border-left:2px dashed #f2f2f2;
}
.ui-bdl2-dash-c6{
    border-left:2px dashed #c6c6c6;
}
.ui-bdl2-dash-a70006{
    border-left:2px dashed #b40000;
}
.ui-bdl2-dash-b40000{
    border-left:2px dashed #a70006;
}
.ui-bdl2-dash-b7{
    border-left:2px dashed #b7b7b7;
}
.ui-bdl2-dash-193ae2{
    border-left:2px dashed #193ae2;
}
.ui-bdl2-dash-8f2895{
    border-left:2px dashed #8f2895;
}
.ui-bdl2-dash-e71541{
    border-left:2px dashed #e71541;
}
/*********************************************************************/
    /***\/border end\/***/                   /***\/border end\/***/ 
/*********************************************************************/


/*********************************************************************/
  /***\/background-color start\/  /***\/background-color start\/***/
/*********************************************************************/
.ui-bg-red{
    background-color: red;
}
.ui-bg-green{
    background-color: green;
}
.ui-bg-33{
    background-color: #333333;
}
.ui-bg-55{
    background-color: #555555;
}
.ui-bg-66{
    background-color: #666666;
}
.ui-bg-88{
    background-color: #888888;
}
.ui-bg-99{
    background-color: #999999;
}
.ui-bg-e9{
    background-color: #e9e9e9;
}
.ui-bg-e6{
    background-color: #e6e6e6;
}
.ui-bg-e5{
    background-color: #e5e5e5;
}
.ui-bg-ea{
    background-color: #eaeaea;
}
.ui-bg-eb{
    background-color: #ebebeb;
}
.ui-bg-0d72{
    background-color: #0d72d0;
}
.ui-bg-f2{
    background-color: #f2f2f2;
}
.ui-bg-f3{
    background-color: #f3f3f3;
}
.ui-bg-f4{
    background-color: #f4f4f4;
}
.ui-bg-fd{
    background-color: #fdfdfd;
}
.ui-bg-c6{
    background-color: #c6c6c6;
}
.ui-bg-b40000{
    background-color: #b40000;
}
.ui-bg-a70006{
    background-color: #a70006;
}
.ui-bg-orange{
    background-color: orange;
}
.ui-bg-yellow{
    background-color: yellow;
}
.ui-bg-blue{
    background-color: blue;
}
.ui-bg-pink{
    background-color: pink;
}
.ui-bg-purple{
    background-color: purple;    
}
.ui-bg-yellowgreen{
    background-color: yellowgreen;
}
.ui-bg-lightgreen{
    background-color: lightgreen;
}
.ui-bg-lightyellow{
    background-color: lightyellow;
}
.ui-bg-lighblue{
    background-color: lightblue;
}
.ui-bg-00{
    background-color: #000;
}
.ui-bg-ff{
    background-color: #fff;
}
.ui-bg-ee{
    background-color: #eee;
}
.ui-bg-f0{
    background-color: #f0f0f0;
}
.ui-bg-f5fafc{
    background-color: #f5fafc;
}
.ui-bg-be0000{
    background-color: #be0000;
}
.ui-bg-c8001f{
    background-color: #c8001f;
}
.ui-bg-b10002{
    background-color: #b10002;
}
/*********************************************************************/
    /***\/background-color end\/    /***\/background-color end\/***/
/*********************************************************************/


/*********************************************************************/
    /***\font start/***/                        /***\font start/***/   
/*********************************************************************/

/*********************************************************************/
    /***\宋体 12px/***/                          /***\宋体 12px/***/
/*********************************************************************/
.ui-fon-s12-00{
    font-size:12px;
    font-family: "宋体";
    color:#000;
}
.ui-fon-s12-ff{
    font-size:12px;
    font-family: "宋体";
    color:#fff;
}
.ui-fon-s12-33{
    font-size:12px;
    font-family: "宋体";
    color:#333;
}
.ui-fon-s12-55{
    font-size:12px;
    font-family: "宋体";
    color:#555;
}
.ui-fon-s12-66{
    font-size:12px;
    font-family: "宋体";
    color:#666;
}
.ui-fon-s12-88{
    font-size:12px;
    font-family: "宋体";
    color:#888;
}
.ui-fon-s12-99{
    font-size:12px;
    font-family: "宋体";
    color:#999;
}
.ui-fon-s12-e6{
    font-size:12px;
    font-family: "宋体";
    color:#e6e6e6;
}
.ui-fon-s12-f2{
    font-size:12px;
    font-family: "宋体";
    color:#f2f2f2;
}
.ui-fon-s12-eb{
    font-size:12px;
    font-family: "宋体";
    color:#ebebeb;
}
.ui-fon-s12-red{
    font-size:12px;
    font-family: "宋体";
    color:red;
}
.ui-fon-s12-green{
    font-size:12px;
    font-family: "宋体";
    color:green;
}
.ui-fon-s12-00{
    font-size:12px;
    font-family: "宋体";
    color:blue;
}
.ui-fon-s12-0d72d0{
    font-size:12px;
    font-family: "宋体";
    color:#0d72d0;
}
.ui-fon-s12-orange{
    font-size:12px;
    font-family: "宋体";
    color:orange;
}
.ui-fon-s12-pink{
    font-size:12px;
    font-family: "宋体";
    color:pink;
}
.ui-fon-s12-purple{
    font-size:12px;
    font-family: "宋体";
    color:purple;
}
.ui-fon-s12-b7{
    font-size:12px;
    font-family: "宋体";
    color:#b7b7b7;
}
.ui-fon-s12-c6{
    font-size:12px;
    font-family: "宋体";
    color:#c6c6c6;
}
.ui-fon-s12-b40000{
    font-size:12px;
    font-family: "宋体";
    color:#b40000;
}
.ui-fon-s12-a70006{
    font-size:12px;
    font-family: "宋体";
    color:#a70006;
}
.ui-fon-s12-5f{
    font-size:12px;
    font-family: "宋体";
    color:#5f5f5f;
}

/*********************************************************************/
    /***\/宋体 14px/\***/                       /***\/宋体 14px/\***/
/*********************************************************************/
.ui-fon-s14-00{
    font-size:14px;
    font-family: "宋体";
    color:#000;
}
.ui-fon-s14-ff{
    font-size:14px;
    font-family: "宋体";
    color:#fff;
}
.ui-fon-s14-33{
    font-size:14px;
    font-family: "宋体";
    color:#333;
}
.ui-fon-s14-55{
    font-size:14px;
    font-family: "宋体";
    color:#555;
}
.ui-fon-s14-66{
    font-size:14px;
    font-family: "宋体";
    color:#666;
}
.ui-fon-s14-88{
    font-size:14px;
    font-family: "宋体";
    color:#888;
}
.ui-fon-s14-99{
    font-size:14px;
    font-family: "宋体";
    color:#999;
}
.ui-fon-s14-e6{
    font-size:14px;
    font-family: "宋体";
    color:#e6e6e6;
}
.ui-fon-s14-f2{
    font-size:14px;
    font-family: "宋体";
    color:#f2f2f2;
}
.ui-fon-s14-eb{
    font-size:14px;
    font-family: "宋体";
    color:#ebebeb;
}
.ui-fon-s14-red{
    font-size:14px;
    font-family: "宋体";
    color:red;
}
.ui-fon-s14-green{
    font-size:14px;
    font-family: "宋体";
    color:green;
}
.ui-fon-s14-00{
    font-size:14px;
    font-family: "宋体";
    color:blue;
}
.ui-fon-s14-0d72d0{
    font-size:14px;
    font-family: "宋体";
    color:#0d72d0;
}
.ui-fon-s14-orange{
    font-size:14px;
    font-family: "宋体";
    color:orange;
}
.ui-fon-s14-pink{
    font-size:14px;
    font-family: "宋体";
    color:pink;
}
.ui-fon-s14-purple{
    font-size:14px;
    font-family: "宋体";
    color:purple;
}
.ui-fon-s14-b7{
    font-size:14px;
    font-family: "宋体";
    color:#b7b7b7;
}
.ui-fon-s14-c6{
    font-size:14px;
    font-family: "宋体";
    color:#c6c6c6;
}
.ui-fon-s14-b40000{
    font-size:14px;
    font-family: "宋体";
    color:#b40000;
}
.ui-fon-s14-a70006{
    font-size:14px;
    font-family: "宋体";
    color:#a70006;
}

/*********************************************************************/
    /***\/宋体 16px/\***/                       /***\/宋体 16px/\***/
/*********************************************************************/
.ui-fon-s16-00{
    font-size:16px;
    font-family: "宋体";
    color:#000;
}
.ui-fon-s16-ff{
    font-size:16px;
    font-family: "宋体";
    color:#fff;
}
.ui-fon-s16-33{
    font-size:16px;
    font-family: "宋体";
    color:#333;
}
.ui-fon-s16-55{
    font-size:16px;
    font-family: "宋体";
    color:#555;
}
.ui-fon-s16-66{
    font-size:16px;
    font-family: "宋体";
    color:#666;
}
.ui-fon-s16-88{
    font-size:16px;
    font-family: "宋体";
    color:#888;
}
.ui-fon-s16-99{
    font-size:16px;
    font-family: "宋体";
    color:#999;
}
.ui-fon-s16-e6{
    font-size:16px;
    font-family: "宋体";
    color:#e6e6e6;
}
.ui-fon-s16-f2{
    font-size:16px;
    font-family: "宋体";
    color:#f2f2f2;
}
.ui-fon-s16-eb{
    font-size:16px;
    font-family: "宋体";
    color:#ebebeb;
}
.ui-fon-s16-red{
    font-size:16px;
    font-family: "宋体";
    color:red;
}
.ui-fon-s16-green{
    font-size:16px;
    font-family: "宋体";
    color:green;
}
.ui-fon-s16-00{
    font-size:16px;
    font-family: "宋体";
    color:blue;
}
.ui-fon-s16-0d72d0{
    font-size:16px;
    font-family: "宋体";
    color:#0d72d0;
}
.ui-fon-s16-orange{
    font-size:16px;
    font-family: "宋体";
    color:orange;
}
.ui-fon-s16-pink{
    font-size:16px;
    font-family: "宋体";
    color:pink;
}
.ui-fon-s16-purple{
    font-size:16px;
    font-family: "宋体";
    color:purple;
}
.ui-fon-s16-b7{
    font-size:16px;
    font-family: "宋体";
    color:#b7b7b7;
}
.ui-fon-s16-c6{
    font-size:16px;
    font-family: "宋体";
    color:#c6c6c6;
}
.ui-fon-s16-b40000{
    font-size:16px;
    font-family: "宋体";
    color:#b40000;
}
.ui-fon-s16-a70006{
    font-size:16px;
    font-family: "宋体";
    color:#a70006;
}

/*********************************************************************/
    /***\/宋体 17px/\***/                       /***\/宋体 17px/\***/
/*********************************************************************/
.ui-fon-s17-00{
    font-size:17px;
    font-family: "宋体";
    color:#000;
}
.ui-fon-s17-ff{
    font-size:17px;
    font-family: "宋体";
    color:#fff;
}
.ui-fon-s17-33{
    font-size:17px;
    font-family: "宋体";
    color:#333;
}
.ui-fon-s17-55{
    font-size:17px;
    font-family: "宋体";
    color:#555;
}
.ui-fon-s17-66{
    font-size:17px;
    font-family: "宋体";
    color:#666;
}
.ui-fon-s17-88{
    font-size:17px;
    font-family: "宋体";
    color:#888;
}
.ui-fon-s17-99{
    font-size:17px;
    font-family: "宋体";
    color:#999;
}
.ui-fon-s17-e6{
    font-size:17px;
    font-family: "宋体";
    color:#e6e6e6;
}
.ui-fon-s17-f2{
    font-size:17px;
    font-family: "宋体";
    color:#f2f2f2;
}
.ui-fon-s17-eb{
    font-size:17px;
    font-family: "宋体";
    color:#ebebeb;
}
.ui-fon-s17-red{
    font-size:17px;
    font-family: "宋体";
    color:red;
}
.ui-fon-s17-green{
    font-size:17px;
    font-family: "宋体";
    color:green;
}
.ui-fon-s17-00{
    font-size:17px;
    font-family: "宋体";
    color:blue;
}
.ui-fon-s17-0d72d0{
    font-size:17px;
    font-family: "宋体";
    color:#0d72d0;
}
.ui-fon-s17-orange{
    font-size:17px;
    font-family: "宋体";
    color:orange;
}
.ui-fon-s17-pink{
    font-size:17px;
    font-family: "宋体";
    color:pink;
}
.ui-fon-s17-purple{
    font-size:17px;
    font-family: "宋体";
    color:purple;
}
.ui-fon-s17-b7{
    font-size:17px;
    font-family: "宋体";
    color:#b7b7b7;
}
.ui-fon-s17-c6{
    font-size:17px;
    font-family: "宋体";
    color:#c6c6c6;
}
.ui-fon-s17-b40000{
    font-size:17px;
    font-family: "宋体";
    color:#b40000;
}
.ui-fon-s17-a70006{
    font-size:17px;
    font-family: "宋体";
    color:#a70006;
}

/*********************************************************************/
    /***\/宋体 18px/\***/                       /***\/宋体 18px/\***/
/*********************************************************************/
.ui-fon-s18-00{
    font-size:18px;
    font-family: "宋体";
    color:#000;
}
.ui-fon-s18-ff{
    font-size:18px;
    font-family: "宋体";
    color:#fff;
}
.ui-fon-s18-33{
    font-size:18px;
    font-family: "宋体";
    color:#333;
}
.ui-fon-s18-55{
    font-size:18px;
    font-family: "宋体";
    color:#555;
}
.ui-fon-s18-66{
    font-size:18px;
    font-family: "宋体";
    color:#666;
}
.ui-fon-s18-88{
    font-size:18px;
    font-family: "宋体";
    color:#888;
}
.ui-fon-s18-99{
    font-size:18px;
    font-family: "宋体";
    color:#999;
}
.ui-fon-s18-e6{
    font-size:18px;
    font-family: "宋体";
    color:#e6e6e6;
}
.ui-fon-s18-f2{
    font-size:18px;
    font-family: "宋体";
    color:#f2f2f2;
}
.ui-fon-s18-eb{
    font-size:18px;
    font-family: "宋体";
    color:#ebebeb;
}
.ui-fon-s18-red{
    font-size:18px;
    font-family: "宋体";
    color:red;
}
.ui-fon-s18-green{
    font-size:18px;
    font-family: "宋体";
    color:green;
}
.ui-fon-s18-00{
    font-size:18px;
    font-family: "宋体";
    color:blue;
}
.ui-fon-s18-0d72d0{
    font-size:18px;
    font-family: "宋体";
    color:#0d72d0;
}
.ui-fon-s18-orange{
    font-size:18px;
    font-family: "宋体";
    color:orange;
}
.ui-fon-s18-pink{
    font-size:18px;
    font-family: "宋体";
    color:pink;
}
.ui-fon-s18-purple{
    font-size:18px;
    font-family: "宋体";
    color:purple;
}
.ui-fon-s18-b7{
    font-size:18px;
    font-family: "宋体";
    color:#b7b7b7;
}
.ui-fon-s18-c6{
    font-size:18px;
    font-family: "宋体";
    color:#c6c6c6;
}
.ui-fon-s18-b40000{
    font-size:18px;
    font-family: "宋体";
    color:#b40000;
}
.ui-fon-s18-a70006{
    font-size:18px;
    font-family: "宋体";
    color:#a70006;
}

/*********************************************************************/
    /***\/宋体 20px/\***/                       /***\/宋体 20px/\***/
/*********************************************************************/
.ui-fon-s20-00{
    font-size:20px;
    font-family: "宋体";
    color:#000;
}
.ui-fon-s20-ff{
    font-size:20px;
    font-family: "宋体";
    color:#fff;
}
.ui-fon-s20-33{
    font-size:20px;
    font-family: "宋体";
    color:#333;
}
.ui-fon-s20-55{
    font-size:20px;
    font-family: "宋体";
    color:#555;
}
.ui-fon-s20-66{
    font-size:20px;
    font-family: "宋体";
    color:#666;
}
.ui-fon-s20-88{
    font-size:20px;
    font-family: "宋体";
    color:#888;
}
.ui-fon-s20-99{
    font-size:20px;
    font-family: "宋体";
    color:#999;
}
.ui-fon-s20-e6{
    font-size:20px;
    font-family: "宋体";
    color:#e6e6e6;
}
.ui-fon-s20-f2{
    font-size:20px;
    font-family: "宋体";
    color:#f2f2f2;
}
.ui-fon-s20-eb{
    font-size:20px;
    font-family: "宋体";
    color:#ebebeb;
}
.ui-fon-s20-red{
    font-size:20px;
    font-family: "宋体";
    color:red;
}
.ui-fon-s20-green{
    font-size:20px;
    font-family: "宋体";
    color:green;
}
.ui-fon-s20-00{
    font-size:20px;
    font-family: "宋体";
    color:blue;
}
.ui-fon-s20-0d72d0{
    font-size:20px;
    font-family: "宋体";
    color:#0d72d0;
}
.ui-fon-s20-orange{
    font-size:20px;
    font-family: "宋体";
    color:orange;
}
.ui-fon-s20-pink{
    font-size:20px;
    font-family: "宋体";
    color:pink;
}
.ui-fon-s20-purple{
    font-size:20px;
    font-family: "宋体";
    color:purple;
}
.ui-fon-s20-b7{
    font-size:20px;
    font-family: "宋体";
    color:#b7b7b7;
}
.ui-fon-s20-c6{
    font-size:20px;
    font-family: "宋体";
    color:#c6c6c6;
}
.ui-fon-s20-b40000{
    font-size:20px;
    font-family: "宋体";
    color:#b40000;
}
.ui-fon-s20-a70006{
    font-size:20px;
    font-family: "宋体";
    color:#a70006;
}

/*********************************************************************/
    /***\/宋体 22px/\***/                       /***\/宋体 22px/\***/
/*********************************************************************/
.ui-fon-s22-00{
    font-size:22px;
    font-family: "宋体";
    color:#000;
}
.ui-fon-s22-ff{
    font-size:22px;
    font-family: "宋体";
    color:#fff;
}
.ui-fon-s22-33{
    font-size:22px;
    font-family: "宋体";
    color:#333;
}
.ui-fon-s22-55{
    font-size:22px;
    font-family: "宋体";
    color:#555;
}
.ui-fon-s22-66{
    font-size:22px;
    font-family: "宋体";
    color:#666;
}
.ui-fon-s22-88{
    font-size:22px;
    font-family: "宋体";
    color:#888;
}
.ui-fon-s22-99{
    font-size:22px;
    font-family: "宋体";
    color:#999;
}
.ui-fon-s22-e6{
    font-size:22px;
    font-family: "宋体";
    color:#e6e6e6;
}
.ui-fon-s22-f2{
    font-size:22px;
    font-family: "宋体";
    color:#f2f2f2;
}
.ui-fon-s22-eb{
    font-size:22px;
    font-family: "宋体";
    color:#ebebeb;
}
.ui-fon-s22-red{
    font-size:22px;
    font-family: "宋体";
    color:red;
}
.ui-fon-s22-green{
    font-size:22px;
    font-family: "宋体";
    color:green;
}
.ui-fon-s22-00{
    font-size:22px;
    font-family: "宋体";
    color:blue;
}
.ui-fon-s22-0d72d0{
    font-size:22px;
    font-family: "宋体";
    color:#0d72d0;
}
.ui-fon-s22-orange{
    font-size:22px;
    font-family: "宋体";
    color:orange;
}
.ui-fon-s22-pink{
    font-size:22px;
    font-family: "宋体";
    color:pink;
}
.ui-fon-s22-purple{
    font-size:22px;
    font-family: "宋体";
    color:purple;
}
.ui-fon-s22-b7{
    font-size:22px;
    font-family: "宋体";
    color:#b7b7b7;
}
.ui-fon-s22-c6{
    font-size:22px;
    font-family: "宋体";
    color:#c6c6c6;
}
.ui-fon-s22-b40000{
    font-size:22px;
    font-family: "宋体";
    color:#b40000;
}
.ui-fon-s22-a70006{
    font-size:22px;
    font-family: "宋体";
    color:#a70006;
}

/*********************************************************************/
    /***\/宋体 24px/\***/                       /***\/宋体 24px/\***/
/*********************************************************************/
.ui-fon-s24-00{
    font-size:24px;
    font-family: "宋体";
    color:#000;
}
.ui-fon-s24-ff{
    font-size:24px;
    font-family: "宋体";
    color:#fff;
}
.ui-fon-s24-33{
    font-size:24px;
    font-family: "宋体";
    color:#333;
}
.ui-fon-s24-55{
    font-size:24px;
    font-family: "宋体";
    color:#555;
}
.ui-fon-s24-66{
    font-size:24px;
    font-family: "宋体";
    color:#666;
}
.ui-fon-s24-88{
    font-size:24px;
    font-family: "宋体";
    color:#888;
}
.ui-fon-s24-99{
    font-size:24px;
    font-family: "宋体";
    color:#999;
}
.ui-fon-s24-e6{
    font-size:24px;
    font-family: "宋体";
    color:#e6e6e6;
}
.ui-fon-s24-f2{
    font-size:24px;
    font-family: "宋体";
    color:#f2f2f2;
}
.ui-fon-s24-eb{
    font-size:24px;
    font-family: "宋体";
    color:#ebebeb;
}
.ui-fon-s24-red{
    font-size:24px;
    font-family: "宋体";
    color:red;
}
.ui-fon-s24-green{
    font-size:24px;
    font-family: "宋体";
    color:green;
}
.ui-fon-s24-00{
    font-size:24px;
    font-family: "宋体";
    color:blue;
}
.ui-fon-s24-0d72d0{
    font-size:24px;
    font-family: "宋体";
    color:#0d72d0;
}
.ui-fon-s24-orange{
    font-size:24px;
    font-family: "宋体";
    color:orange;
}
.ui-fon-s24-pink{
    font-size:24px;
    font-family: "宋体";
    color:pink;
}
.ui-fon-s24-purple{
    font-size:24px;
    font-family: "宋体";
    color:purple;
}
.ui-fon-s24-b7{
    font-size:24px;
    font-family: "宋体";
    color:#b7b7b7;
}
.ui-fon-s24-c6{
    font-size:24px;
    font-family: "宋体";
    color:#c6c6c6;
}
.ui-fon-s24-b40000{
    font-size:24px;
    font-family: "宋体";
    color:#b40000;
}
.ui-fon-s24-a70006{
    font-size:24px;
    font-family: "宋体";
    color:#a70006;
}

/*********************************************************************/
    /***\/微软雅黑12/\***/                      /***\/微软雅黑12/\***/ 
/*********************************************************************/
.ui-fon-w12-00{
    font-size:12px;
    font-family: "微软雅黑";
    color:#000;
}
.ui-fon-w12-ff{
    font-size:12px;
    font-family: "微软雅黑";
    color:#fff;
}
.ui-fon-w12-33{
    font-size:12px;
    font-family: "微软雅黑";
    color:#333;
}
.ui-fon-w12-55{
    font-size:12px;
    font-family: "微软雅黑";
    color:#555;
}
.ui-fon-w12-66{
    font-size:12px;
    font-family: "微软雅黑";
    color:#666;
}
.ui-fon-w12-88{
    font-size:12px;
    font-family: "微软雅黑";
    color:#888;
}
.ui-fon-w12-99{
    font-size:12px;
    font-family: "微软雅黑";
    color:#999;
}
.ui-fon-w12-e6{
    font-size:12px;
    font-family: "微软雅黑";
    color:#e6e6e6;
}
.ui-fon-w12-f2{
    font-size:12px;
    font-family: "微软雅黑";
    color:#f2f2f2;
}
.ui-fon-w12-eb{
    font-size:12px;
    font-family: "微软雅黑";
    color:#ebebeb;
}
.ui-fon-w12-red{
    font-size:12px;
    font-family: "微软雅黑";
    color:red;
}
.ui-fon-w12-green{
    font-size:12px;
    font-family: "微软雅黑";
    color:green;
}
.ui-fon-w12-00{
    font-size:12px;
    font-family: "微软雅黑";
    color:blue;
}
.ui-fon-w12-0d72d0{
    font-size:12px;
    font-family: "微软雅黑";
    color:#0d72d0;
}
.ui-fon-w12-orange{
    font-size:12px;
    font-family: "微软雅黑";
    color:orange;
}
.ui-fon-w12-pink{
    font-size:12px;
    font-family: "微软雅黑";
    color:pink;
}
.ui-fon-w12-purple{
    font-size:12px;
    font-family: "微软雅黑";
    color:purple;
}
.ui-fon-w12-b7{
    font-size:12px;
    font-family: "微软雅黑";
    color:#b7b7b7;
}
.ui-fon-w12-c6{
    font-size:12px;
    font-family: "微软雅黑";
    color:#c6c6c6;
}
.ui-fon-w12-b40000{
    font-size:12px;
    font-family: "微软雅黑";
    color:#b40000;
}
.ui-fon-w12-a70006{
    font-size:12px;
    font-family: "微软雅黑";
    color:#a70006;
}

/*********************************************************************/
    /***\/微软雅黑13/\***/                     /***\/微软雅黑13/\***/ 
/*********************************************************************/
.ui-fon-w13-00{
    font-size:13px;
    font-family: "微软雅黑";
    color:#000;
}
.ui-fon-w13-ff{
    font-size:13px;
    font-family: "微软雅黑";
    color:#fff;
}
.ui-fon-w13-33{
    font-size:13px;
    font-family: "微软雅黑";
    color:#333;
}
.ui-fon-w13-55{
    font-size:13px;
    font-family: "微软雅黑";
    color:#555;
}
.ui-fon-w13-66{
    font-size:13px;
    font-family: "微软雅黑";
    color:#666;
}
.ui-fon-w13-88{
    font-size:13px;
    font-family: "微软雅黑";
    color:#888;
}
.ui-fon-w13-99{
    font-size:13px;
    font-family: "微软雅黑";
    color:#999;
}
.ui-fon-w13-e6{
    font-size:13px;
    font-family: "微软雅黑";
    color:#e6e6e6;
}
.ui-fon-w13-f2{
    font-size:13px;
    font-family: "微软雅黑";
    color:#f2f2f2;
}
.ui-fon-w13-eb{
    font-size:13px;
    font-family: "微软雅黑";
    color:#ebebeb;
}
.ui-fon-w13-red{
    font-size:13px;
    font-family: "微软雅黑";
    color:red;
}
.ui-fon-w13-green{
    font-size:13px;
    font-family: "微软雅黑";
    color:green;
}
.ui-fon-w13-00{
    font-size:13px;
    font-family: "微软雅黑";
    color:blue;
}
.ui-fon-w13-0d72d0{
    font-size:13px;
    font-family: "微软雅黑";
    color:#0d72d0;
}
.ui-fon-w13-orange{
    font-size:13px;
    font-family: "微软雅黑";
    color:orange;
}
.ui-fon-w13-pink{
    font-size:13px;
    font-family: "微软雅黑";
    color:pink;
}
.ui-fon-w13-purple{
    font-size:13px;
    font-family: "微软雅黑";
    color:purple;
}
.ui-fon-w13-b7{
    font-size:13px;
    font-family: "微软雅黑";
    color:#b7b7b7;
}
.ui-fon-w13-c6{
    font-size:13px;
    font-family: "微软雅黑";
    color:#c6c6c6;
}
.ui-fon-w13-b40000{
    font-size:13px;
    font-family: "微软雅黑";
    color:#b40000;
}
.ui-fon-w13-a70006{
    font-size:13px;
    font-family: "微软雅黑";
    color:#a70006;
}

/*********************************************************************/
    /***\/微软雅黑14/\***/                     /***\/微软雅黑14/\***/ 
/*********************************************************************/
.ui-fon-w14-00{
    font-size:14px;
    font-family: "微软雅黑";
    color:#000;
}
.ui-fon-w14-ff{
    font-size:14px;
    font-family: "微软雅黑";
    color:#fff;
}
.ui-fon-w14-33{
    font-size:14px;
    font-family: "微软雅黑";
    color:#333;
}
.ui-fon-w14-55{
    font-size:14px;
    font-family: "微软雅黑";
    color:#555;
}
.ui-fon-w14-66{
    font-size:14px;
    font-family: "微软雅黑";
    color:#666;
}
.ui-fon-w14-88{
    font-size:14px;
    font-family: "微软雅黑";
    color:#888;
}
.ui-fon-w14-99{
    font-size:14px;
    font-family: "微软雅黑";
    color:#999;
}
.ui-fon-w14-e6{
    font-size:14px;
    font-family: "微软雅黑";
    color:#e6e6e6;
}
.ui-fon-w14-f2{
    font-size:14px;
    font-family: "微软雅黑";
    color:#f2f2f2;
}
.ui-fon-w14-eb{
    font-size:14px;
    font-family: "微软雅黑";
    color:#ebebeb;
}
.ui-fon-w14-red{
    font-size:14px;
    font-family: "微软雅黑";
    color:red;
}
.ui-fon-w14-green{
    font-size:14px;
    font-family: "微软雅黑";
    color:green;
}
.ui-fon-w14-00{
    font-size:14px;
    font-family: "微软雅黑";
    color:blue;
}
.ui-fon-w14-0d72d0{
    font-size:14px;
    font-family: "微软雅黑";
    color:#0d72d0;
}
.ui-fon-w14-orange{
    font-size:14px;
    font-family: "微软雅黑";
    color:orange;
}
.ui-fon-w14-pink{
    font-size:14px;
    font-family: "微软雅黑";
    color:pink;
}
.ui-fon-w14-purple{
    font-size:14px;
    font-family: "微软雅黑";
    color:purple;
}
.ui-fon-w14-b7{
    font-size:14px;
    font-family: "微软雅黑";
    color:#b7b7b7;
}
.ui-fon-w14-c6{
    font-size:14px;
    font-family: "微软雅黑";
    color:#c6c6c6;
}
.ui-fon-w14-b40000{
    font-size:14px;
    font-family: "微软雅黑";
    color:#b40000;
}
.ui-fon-w14-a70006{
    font-size:14px;
    font-family: "微软雅黑";
    color:#a70006;
}

/*********************************************************************/
    /***\/微软雅黑15/\***/                      /***\/微软雅黑15/\***/ 
/*********************************************************************/
.ui-fon-w15-8e{
    font-size:15px;
    font-family: "微软雅黑";
    color:#8e8e8e;
}
.ui-fon-w15-d90c00{
    font-size:15px;
    font-family: "微软雅黑";
    color:#d90c00;
}
.ui-fon-w15-cd{
    font-size:15px;
    font-family: "微软雅黑";
    color:#cdcdcd
}
/*********************************************************************/
    /***\/微软雅黑16/\***/                      /***\/微软雅黑16/\***/ 
/*********************************************************************/
.ui-fon-w16-00{
    font-size:16px;
    font-family: "微软雅黑";
    color:#000;
}
.ui-fon-w16-ff{
    font-size:16px;
    font-family: "微软雅黑";
    color:#fff;
}
.ui-fon-w16-33{
    font-size:16px;
    font-family: "微软雅黑";
    color:#333;
}
.ui-fon-w16-55{
    font-size:16px;
    font-family: "微软雅黑";
    color:#555;
}
.ui-fon-w16-66{
    font-size:16px;
    font-family: "微软雅黑";
    color:#666;
}
.ui-fon-w16-88{
    font-size:16px;
    font-family: "微软雅黑";
    color:#888;
}
.ui-fon-w16-99{
    font-size:16px;
    font-family: "微软雅黑";
    color:#999;
}
.ui-fon-w16-e6{
    font-size:16px;
    font-family: "微软雅黑";
    color:#e6e6e6;
}
.ui-fon-w16-f2{
    font-size:16px;
    font-family: "微软雅黑";
    color:#f2f2f2;
}
.ui-fon-w16-eb{
    font-size:16px;
    font-family: "微软雅黑";
    color:#ebebeb;
}
.ui-fon-w16-red{
    font-size:16px;
    font-family: "微软雅黑";
    color:red;
}
.ui-fon-w16-green{
    font-size:16px;
    font-family: "微软雅黑";
    color:green;
}
.ui-fon-w16-00{
    font-size:16px;
    font-family: "微软雅黑";
    color:blue;
}
.ui-fon-w16-0d72d0{
    font-size:16px;
    font-family: "微软雅黑";
    color:#0d72d0;
}
.ui-fon-w16-orange{
    font-size:16px;
    font-family: "微软雅黑";
    color:orange;
}
.ui-fon-w16-pink{
    font-size:16px;
    font-family: "微软雅黑";
    color:pink;
}
.ui-fon-w16-purple{
    font-size:16px;
    font-family: "微软雅黑";
    color:purple;
}
.ui-fon-w16-b7{
    font-size:16px;
    font-family: "微软雅黑";
    color:#b7b7b7;
}
.ui-fon-w16-c6{
    font-size:16px;
    font-family: "微软雅黑";
    color:#c6c6c6;
}
.ui-fon-w16-b40000{
    font-size:16px;
    font-family: "微软雅黑";
    color:#b40000;
}
.ui-fon-w16-a70006{
    font-size:16px;
    font-family: "微软雅黑";
    color:#a70006;
}

/*********************************************************************/
    /***\/微软雅黑17/\***/                     /***\/微软雅黑17/\***/ 
/*********************************************************************/
.ui-fon-w17-00{
    font-size:17px;
    font-family: "微软雅黑";
    color:#000;
}
.ui-fon-w17-ff{
    font-size:17px;
    font-family: "微软雅黑";
    color:#fff;
}
.ui-fon-w17-33{
    font-size:17px;
    font-family: "微软雅黑";
    color:#333;
}
.ui-fon-w17-55{
    font-size:17px;
    font-family: "微软雅黑";
    color:#555;
}
.ui-fon-w17-66{
    font-size:17px;
    font-family: "微软雅黑";
    color:#666;
}
.ui-fon-w17-88{
    font-size:17px;
    font-family: "微软雅黑";
    color:#888;
}
.ui-fon-w17-99{
    font-size:17px;
    font-family: "微软雅黑";
    color:#999;
}
.ui-fon-w17-e6{
    font-size:17px;
    font-family: "微软雅黑";
    color:#e6e6e6;
}
.ui-fon-w17-f2{
    font-size:17px;
    font-family: "微软雅黑";
    color:#f2f2f2;
}
.ui-fon-w17-eb{
    font-size:17px;
    font-family: "微软雅黑";
    color:#ebebeb;
}
.ui-fon-w17-red{
    font-size:17px;
    font-family: "微软雅黑";
    color:red;
}
.ui-fon-w17-green{
    font-size:17px;
    font-family: "微软雅黑";
    color:green;
}
.ui-fon-w17-00{
    font-size:17px;
    font-family: "微软雅黑";
    color:blue;
}
.ui-fon-w17-0d72d0{
    font-size:17px;
    font-family: "微软雅黑";
    color:#0d72d0;
}
.ui-fon-w17-orange{
    font-size:17px;
    font-family: "微软雅黑";
    color:orange;
}
.ui-fon-w17-pink{
    font-size:17px;
    font-family: "微软雅黑";
    color:pink;
}
.ui-fon-w17-purple{
    font-size:17px;
    font-family: "微软雅黑";
    color:purple;
}
.ui-fon-w17-b7{
    font-size:17px;
    font-family: "微软雅黑";
    color:#b7b7b7;
}
.ui-fon-w17-c6{
    font-size:17px;
    font-family: "微软雅黑";
    color:#c6c6c6;
}
.ui-fon-w17-b40000{
    font-size:17px;
    font-family: "微软雅黑";
    color:#b40000;
}
.ui-fon-w17-a70006{
    font-size:17px;
    font-family: "微软雅黑";
    color:#a70006;
}

/*********************************************************************/
    /***\/微软雅黑18/\***/                     /***\/微软雅黑18/\***/ 
/*********************************************************************/
.ui-fon-w18-00{
    font-size:18px;
    font-family: "微软雅黑";
    color:#000;
}
.ui-fon-w18-ff{
    font-size:18px;
    font-family: "微软雅黑";
    color:#fff;
}
.ui-fon-w18-33{
    font-size:18px;
    font-family: "微软雅黑";
    color:#333;
}
.ui-fon-w18-55{
    font-size:18px;
    font-family: "微软雅黑";
    color:#555;
}
.ui-fon-w18-66{
    font-size:18px;
    font-family: "微软雅黑";
    color:#666;
}
.ui-fon-w18-88{
    font-size:18px;
    font-family: "微软雅黑";
    color:#888;
}
.ui-fon-w18-99{
    font-size:18px;
    font-family: "微软雅黑";
    color:#999;
}
.ui-fon-w18-e6{
    font-size:18px;
    font-family: "微软雅黑";
    color:#e6e6e6;
}
.ui-fon-w18-f2{
    font-size:18px;
    font-family: "微软雅黑";
    color:#f2f2f2;
}
.ui-fon-w18-eb{
    font-size:18px;
    font-family: "微软雅黑";
    color:#ebebeb;
}
.ui-fon-w18-red{
    font-size:18px;
    font-family: "微软雅黑";
    color:red;
}
.ui-fon-w18-green{
    font-size:18px;
    font-family: "微软雅黑";
    color:green;
}
.ui-fon-w18-00{
    font-size:18px;
    font-family: "微软雅黑";
    color:blue;
}
.ui-fon-w18-0d72d0{
    font-size:18px;
    font-family: "微软雅黑";
    color:#0d72d0;
}
.ui-fon-w18-orange{
    font-size:18px;
    font-family: "微软雅黑";
    color:orange;
}
.ui-fon-w18-pink{
    font-size:18px;
    font-family: "微软雅黑";
    color:pink;
}
.ui-fon-w18-purple{
    font-size:18px;
    font-family: "微软雅黑";
    color:purple;
}
.ui-fon-w18-b7{
    font-size:18px;
    font-family: "微软雅黑";
    color:#b7b7b7;
}
.ui-fon-w18-c6{
    font-size:18px;
    font-family: "微软雅黑";
    color:#c6c6c6;
}
.ui-fon-w18-b40000{
    font-size:18px;
    font-family: "微软雅黑";
    color:#b40000;
}
.ui-fon-w18-a70006{
    font-size:18px;
    font-family: "微软雅黑";
    color:#a70006;
}
.ui-fon-w18-b90000{
    font-size:18px;
    font-family: "微软雅黑";
    color:#b90000;
}
/*********************************************************************/
    /***\/微软雅黑20/\***/                     /***\/微软雅黑20/\***/ 
/*********************************************************************/
.ui-fon-w20-00{
    font-size:20px;
    font-family: "微软雅黑";
    color:#000;
}
.ui-fon-w20-ff{
    font-size:20px;
    font-family: "微软雅黑";
    color:#fff;
}
.ui-fon-w20-33{
    font-size:20px;
    font-family: "微软雅黑";
    color:#333;
}
.ui-fon-w20-55{
    font-size:20px;
    font-family: "微软雅黑";
    color:#555;
}
.ui-fon-w20-66{
    font-size:20px;
    font-family: "微软雅黑";
    color:#666;
}
.ui-fon-w20-88{
    font-size:20px;
    font-family: "微软雅黑";
    color:#888;
}
.ui-fon-w20-99{
    font-size:20px;
    font-family: "微软雅黑";
    color:#999;
}
.ui-fon-w20-e6{
    font-size:20px;
    font-family: "微软雅黑";
    color:#e6e6e6;
}
.ui-fon-w20-f2{
    font-size:20px;
    font-family: "微软雅黑";
    color:#f2f2f2;
}
.ui-fon-w20-eb{
    font-size:20px;
    font-family: "微软雅黑";
    color:#ebebeb;
}
.ui-fon-w20-red{
    font-size:20px;
    font-family: "微软雅黑";
    color:red;
}
.ui-fon-w20-green{
    font-size:20px;
    font-family: "微软雅黑";
    color:green;
}
.ui-fon-w20-00{
    font-size:20px;
    font-family: "微软雅黑";
    color:blue;
}
.ui-fon-w20-0d72d0{
    font-size:20px;
    font-family: "微软雅黑";
    color:#0d72d0;
}
.ui-fon-w20-orange{
    font-size:20px;
    font-family: "微软雅黑";
    color:orange;
}
.ui-fon-w20-pink{
    font-size:20px;
    font-family: "微软雅黑";
    color:pink;
}
.ui-fon-w20-purple{
    font-size:20px;
    font-family: "微软雅黑";
    color:purple;
}
.ui-fon-w20-b7{
    font-size:20px;
    font-family: "微软雅黑";
    color:#b7b7b7;
}
.ui-fon-w20-c6{
    font-size:20px;
    font-family: "微软雅黑";
    color:#c6c6c6;
}
.ui-fon-w20-b40000{
    font-size:20px;
    font-family: "微软雅黑";
    color:#b40000;
}
.ui-fon-w20-a70006{
    font-size:20px;
    font-family: "微软雅黑";
    color:#a70006;
}
.ui-fon-w20-b10002{
    font-size:20px;
    font-family: "微软雅黑";
    color:#b10002;
}
/*********************************************************************/
    /***\/微软雅黑22/\***/                     /***\/微软雅黑22/\***/ 
/*********************************************************************/
.ui-fon-w22-00{
    font-size:22px;
    font-family: "微软雅黑";
    color:#000;
}
.ui-fon-w22-ff{
    font-size:22px;
    font-family: "微软雅黑";
    color:#fff;
}
.ui-fon-w22-33{
    font-size:22px;
    font-family: "微软雅黑";
    color:#333;
}
.ui-fon-w22-55{
    font-size:22px;
    font-family: "微软雅黑";
    color:#555;
}
.ui-fon-w22-66{
    font-size:22px;
    font-family: "微软雅黑";
    color:#666;
}
.ui-fon-w22-88{
    font-size:22px;
    font-family: "微软雅黑";
    color:#888;
}
.ui-fon-w22-99{
    font-size:22px;
    font-family: "微软雅黑";
    color:#999;
}
.ui-fon-w22-e6{
    font-size:22px;
    font-family: "微软雅黑";
    color:#e6e6e6;
}
.ui-fon-w22-f2{
    font-size:22px;
    font-family: "微软雅黑";
    color:#f2f2f2;
}
.ui-fon-w22-eb{
    font-size:22px;
    font-family: "微软雅黑";
    color:#ebebeb;
}
.ui-fon-w22-red{
    font-size:22px;
    font-family: "微软雅黑";
    color:red;
}
.ui-fon-w22-green{
    font-size:22px;
    font-family: "微软雅黑";
    color:green;
}
.ui-fon-w22-00{
    font-size:22px;
    font-family: "微软雅黑";
    color:blue;
}
.ui-fon-w22-0d72d0{
    font-size:22px;
    font-family: "微软雅黑";
    color:#0d72d0;
}
.ui-fon-w22-orange{
    font-size:22px;
    font-family: "微软雅黑";
    color:orange;
}
.ui-fon-w22-pink{
    font-size:22px;
    font-family: "微软雅黑";
    color:pink;
}
.ui-fon-w22-purple{
    font-size:22px;
    font-family: "微软雅黑";
    color:purple;
}
.ui-fon-w22-b7{
    font-size:22px;
    font-family: "微软雅黑";
    color:#b7b7b7;
}
.ui-fon-w22-c6{
    font-size:22px;
    font-family: "微软雅黑";
    color:#c6c6c6;
}
.ui-fon-w22-b40000{
    font-size:22px;
    font-family: "微软雅黑";
    color:#b40000;
}
.ui-fon-w22-a70006{
    font-size:22px;
    font-family: "微软雅黑";
    color:#a70006;
}

/*********************************************************************/
    /***\/微软雅黑24/\***/                      /***\/微软雅黑24/\***/ 
/*********************************************************************/
.ui-fon-w24-00{
    font-size:24px;
    font-family: "微软雅黑";
    color:#000;
}
.ui-fon-w24-ff{
    font-size:24px;
    font-family: "微软雅黑";
    color:#fff;
}
.ui-fon-w24-33{
    font-size:24px;
    font-family: "微软雅黑";
    color:#333;
}
.ui-fon-w24-55{
    font-size:24px;
    font-family: "微软雅黑";
    color:#555;
}
.ui-fon-w24-66{
    font-size:24px;
    font-family: "微软雅黑";
    color:#666;
}
.ui-fon-w24-88{
    font-size:24px;
    font-family: "微软雅黑";
    color:#888;
}
.ui-fon-w24-99{
    font-size:24px;
    font-family: "微软雅黑";
    color:#999;
}
.ui-fon-w24-e6{
    font-size:24px;
    font-family: "微软雅黑";
    color:#e6e6e6;
}
.ui-fon-w24-f2{
    font-size:24px;
    font-family: "微软雅黑";
    color:#f2f2f2;
}
.ui-fon-w24-eb{
    font-size:24px;
    font-family: "微软雅黑";
    color:#ebebeb;
}
.ui-fon-w24-red{
    font-size:24px;
    font-family: "微软雅黑";
    color:red;
}
.ui-fon-w24-green{
    font-size:24px;
    font-family: "微软雅黑";
    color:green;
}
.ui-fon-w24-00{
    font-size:24px;
    font-family: "微软雅黑";
    color:blue;
}
.ui-fon-w24-0d72d0{
    font-size:24px;
    font-family: "微软雅黑";
    color:#0d72d0;
}
.ui-fon-w24-orange{
    font-size:24px;
    font-family: "微软雅黑";
    color:orange;
}
.ui-fon-w24-pink{
    font-size:24px;
    font-family: "微软雅黑";
    color:pink;
}
.ui-fon-w24-purple{
    font-size:24px;
    font-family: "微软雅黑";
    color:purple;
}
.ui-fon-w24-b7{
    font-size:24px;
    font-family: "微软雅黑";
    color:#b7b7b7;
}
.ui-fon-w24-c6{
    font-size:24px;
    font-family: "微软雅黑";
    color:#c6c6c6;
}
.ui-fon-w24-b40000{
    font-size:24px;
    font-family: "微软雅黑";
    color:#b40000;
}
.ui-fon-w24-a70006{
    font-size:24px;
    font-family: "微软雅黑";
    color:#a70006;
}

/*********************************************************************/
    /***\/黑体12/\***/                            /***\/黑体12/\***/
/*********************************************************************/
.ui-fon-h12-00{
    font-size:12px;
    font-family: "黑体";
    color:#000;
}
.ui-fon-h12-ff{
    font-size:12px;
    font-family: "黑体";
    color:#fff;
}
.ui-fon-h12-33{
    font-size:12px;
    font-family: "黑体";
    color:#333;
}
.ui-fon-h12-55{
    font-size:12px;
    font-family: "黑体";
    color:#555;
}
.ui-fon-h12-66{
    font-size:12px;
    font-family: "黑体";
    color:#666;
}
.ui-fon-h12-88{
    font-size:12px;
    font-family: "黑体";
    color:#888;
}
.ui-fon-h12-99{
    font-size:12px;
    font-family: "黑体";
    color:#999;
}
.ui-fon-h12-e6{
    font-size:12px;
    font-family: "黑体";
    color:#e6e6e6;
}
.ui-fon-h12-f2{
    font-size:12px;
    font-family: "黑体";
    color:#f2f2f2;
}
.ui-fon-h12-eb{
    font-size:12px;
    font-family: "黑体";
    color:#ebebeb;
}
.ui-fon-h12-red{
    font-size:12px;
    font-family: "黑体";
    color:red;
}
.ui-fon-h12-green{
    font-size:12px;
    font-family: "黑体";
    color:green;
}
.ui-fon-h12-00{
    font-size:12px;
    font-family: "黑体";
    color:blue;
}
.ui-fon-h12-0d72d0{
    font-size:12px;
    font-family: "黑体";
    color:#0d72d0;
}
.ui-fon-h12-orange{
    font-size:12px;
    font-family: "黑体";
    color:orange;
}
.ui-fon-h12-pink{
    font-size:12px;
    font-family: "黑体";
    color:pink;
}
.ui-fon-h12-purple{
    font-size:12px;
    font-family: "黑体";
    color:purple;
}
.ui-fon-h12-b7{
    font-size:12px;
    font-family: "黑体";
    color:#b7b7b7;
}
.ui-fon-h12-c6{
    font-size:12px;
    font-family: "黑体";
    color:#c6c6c6;
}
.ui-fon-h12-b40000{
    font-size:12px;
    font-family: "黑体";
    color:#b40000;
}
.ui-fon-h12-a70006{
    font-size:12px;
    font-family: "黑体";
    color:#a70006;
}

/*********************************************************************/
    /***\/黑体14/\***/                             /***\/黑体14/\***/
/*********************************************************************/
.ui-fon-h14-00{
    font-size:14px;
    font-family: "黑体";
    color:#000;
}
.ui-fon-h14-ff{
    font-size:14px;
    font-family: "黑体";
    color:#fff;
}
.ui-fon-h14-33{
    font-size:14px;
    font-family: "黑体";
    color:#333;
}
.ui-fon-h14-55{
    font-size:14px;
    font-family: "黑体";
    color:#555;
}
.ui-fon-h14-66{
    font-size:14px;
    font-family: "黑体";
    color:#666;
}
.ui-fon-h14-88{
    font-size:14px;
    font-family: "黑体";
    color:#888;
}
.ui-fon-h14-99{
    font-size:14px;
    font-family: "黑体";
    color:#999;
}
.ui-fon-h14-e6{
    font-size:14px;
    font-family: "黑体";
    color:#e6e6e6;
}
.ui-fon-h14-f2{
    font-size:14px;
    font-family: "黑体";
    color:#f2f2f2;
}
.ui-fon-h14-eb{
    font-size:14px;
    font-family: "黑体";
    color:#ebebeb;
}
.ui-fon-h14-red{
    font-size:14px;
    font-family: "黑体";
    color:red;
}
.ui-fon-h14-green{
    font-size:14px;
    font-family: "黑体";
    color:green;
}
.ui-fon-h14-00{
    font-size:14px;
    font-family: "黑体";
    color:blue;
}
.ui-fon-h14-0d72d0{
    font-size:14px;
    font-family: "黑体";
    color:#0d72d0;
}
.ui-fon-h14-orange{
    font-size:14px;
    font-family: "黑体";
    color:orange;
}
.ui-fon-h14-pink{
    font-size:14px;
    font-family: "黑体";
    color:pink;
}
.ui-fon-h14-purple{
    font-size:14px;
    font-family: "黑体";
    color:purple;
}
.ui-fon-h14-b7{
    font-size:14px;
    font-family: "黑体";
    color:#b7b7b7;
}
.ui-fon-h14-c6{
    font-size:14px;
    font-family: "黑体";
    color:#c6c6c6;
}
.ui-fon-h14-b40000{
    font-size:14px;
    font-family: "黑体";
    color:#b40000;
}
.ui-fon-h14-a70006{
    font-size:14px;
    font-family: "黑体";
    color:#a70006;
}

/*********************************************************************/
    /***\/黑体16/\***/                            /***\/黑体16/\***/
/*********************************************************************/
.ui-fon-h16-00{
    font-size:16px;
    font-family: "黑体";
    color:#000;
}
.ui-fon-h16-ff{
    font-size:16px;
    font-family: "黑体";
    color:#fff;
}
.ui-fon-h16-33{
    font-size:16px;
    font-family: "黑体";
    color:#333;
}
.ui-fon-h16-55{
    font-size:16px;
    font-family: "黑体";
    color:#555;
}
.ui-fon-h16-66{
    font-size:16px;
    font-family: "黑体";
    color:#666;
}
.ui-fon-h16-88{
    font-size:16px;
    font-family: "黑体";
    color:#888;
}
.ui-fon-h16-99{
    font-size:16px;
    font-family: "黑体";
    color:#999;
}
.ui-fon-h16-e6{
    font-size:16px;
    font-family: "黑体";
    color:#e6e6e6;
}
.ui-fon-h16-f2{
    font-size:16px;
    font-family: "黑体";
    color:#f2f2f2;
}
.ui-fon-h16-eb{
    font-size:16px;
    font-family: "黑体";
    color:#ebebeb;
}
.ui-fon-h16-red{
    font-size:16px;
    font-family: "黑体";
    color:red;
}
.ui-fon-h16-green{
    font-size:16px;
    font-family: "黑体";
    color:green;
}
.ui-fon-h16-00{
    font-size:16px;
    font-family: "黑体";
    color:blue;
}
.ui-fon-h16-0d72d0{
    font-size:16px;
    font-family: "黑体";
    color:#0d72d0;
}
.ui-fon-h16-orange{
    font-size:16px;
    font-family: "黑体";
    color:orange;
}
.ui-fon-h16-pink{
    font-size:16px;
    font-family: "黑体";
    color:pink;
}
.ui-fon-h16-purple{
    font-size:16px;
    font-family: "黑体";
    color:purple;
}
.ui-fon-h16-b7{
    font-size:16px;
    font-family: "黑体";
    color:#b7b7b7;
}
.ui-fon-h16-c6{
    font-size:16px;
    font-family: "黑体";
    color:#c6c6c6;
}
.ui-fon-h16-b40000{
    font-size:16px;
    font-family: "黑体";
    color:#b40000;
}
.ui-fon-h16-a70006{
    font-size:16px;
    font-family: "黑体";
    color:#a70006;
}

/*********************************************************************/
    /***\/黑体17/\***/                            /***\/黑体17/\***/
/*********************************************************************/
.ui-fon-h17-00{
    font-size:17px;
    font-family: "黑体";
    color:#000;
}
.ui-fon-h17-ff{
    font-size:17px;
    font-family: "黑体";
    color:#fff;
}
.ui-fon-h17-33{
    font-size:17px;
    font-family: "黑体";
    color:#333;
}
.ui-fon-h17-55{
    font-size:17px;
    font-family: "黑体";
    color:#555;
}
.ui-fon-h17-66{
    font-size:17px;
    font-family: "黑体";
    color:#666;
}
.ui-fon-h17-88{
    font-size:17px;
    font-family: "黑体";
    color:#888;
}
.ui-fon-h17-99{
    font-size:17px;
    font-family: "黑体";
    color:#999;
}
.ui-fon-h17-e6{
    font-size:17px;
    font-family: "黑体";
    color:#e6e6e6;
}
.ui-fon-h17-f2{
    font-size:17px;
    font-family: "黑体";
    color:#f2f2f2;
}
.ui-fon-h17-eb{
    font-size:17px;
    font-family: "黑体";
    color:#ebebeb;
}
.ui-fon-h17-red{
    font-size:17px;
    font-family: "黑体";
    color:red;
}
.ui-fon-h17-green{
    font-size:17px;
    font-family: "黑体";
    color:green;
}
.ui-fon-h17-00{
    font-size:17px;
    font-family: "黑体";
    color:blue;
}
.ui-fon-h17-0d72d0{
    font-size:17px;
    font-family: "黑体";
    color:#0d72d0;
}
.ui-fon-h17-orange{
    font-size:17px;
    font-family: "黑体";
    color:orange;
}
.ui-fon-h17-pink{
    font-size:17px;
    font-family: "黑体";
    color:pink;
}
.ui-fon-h17-purple{
    font-size:17px;
    font-family: "黑体";
    color:purple;
}
.ui-fon-h17-b7{
    font-size:17px;
    font-family: "黑体";
    color:#b7b7b7;
}
.ui-fon-h17-c6{
    font-size:17px;
    font-family: "黑体";
    color:#c6c6c6;
}
.ui-fon-h17-b40000{
    font-size:17px;
    font-family: "黑体";
    color:#b40000;
}
.ui-fon-h17-a70006{
    font-size:17px;
    font-family: "黑体";
    color:#a70006;
}

/*********************************************************************/
    /***\/黑体18/\***/                            /***\/黑体18/\***/
/*********************************************************************/
.ui-fon-h18-00{
    font-size:18px;
    font-family: "黑体";
    color:#000;
}
.ui-fon-h18-ff{
    font-size:18px;
    font-family: "黑体";
    color:#fff;
}
.ui-fon-h18-33{
    font-size:18px;
    font-family: "黑体";
    color:#333;
}
.ui-fon-h18-55{
    font-size:18px;
    font-family: "黑体";
    color:#555;
}
.ui-fon-h18-66{
    font-size:18px;
    font-family: "黑体";
    color:#666;
}
.ui-fon-h18-88{
    font-size:18px;
    font-family: "黑体";
    color:#888;
}
.ui-fon-h18-99{
    font-size:18px;
    font-family: "黑体";
    color:#999;
}
.ui-fon-h18-e6{
    font-size:18px;
    font-family: "黑体";
    color:#e6e6e6;
}
.ui-fon-h18-f2{
    font-size:18px;
    font-family: "黑体";
    color:#f2f2f2;
}
.ui-fon-h18-eb{
    font-size:18px;
    font-family: "黑体";
    color:#ebebeb;
}
.ui-fon-h18-red{
    font-size:18px;
    font-family: "黑体";
    color:red;
}
.ui-fon-h18-green{
    font-size:18px;
    font-family: "黑体";
    color:green;
}
.ui-fon-h18-00{
    font-size:18px;
    font-family: "黑体";
    color:blue;
}
.ui-fon-h18-0d72d0{
    font-size:18px;
    font-family: "黑体";
    color:#0d72d0;
}
.ui-fon-h18-orange{
    font-size:18px;
    font-family: "黑体";
    color:orange;
}
.ui-fon-h18-pink{
    font-size:18px;
    font-family: "黑体";
    color:pink;
}
.ui-fon-h18-purple{
    font-size:18px;
    font-family: "黑体";
    color:purple;
}
.ui-fon-h18-b7{
    font-size:18px;
    font-family: "黑体";
    color:#b7b7b7;
}
.ui-fon-h18-c6{
    font-size:18px;
    font-family: "黑体";
    color:#c6c6c6;
}
.ui-fon-h18-b40000{
    font-size:18px;
    font-family: "黑体";
    color:#b40000;
}
.ui-fon-h18-a70006{
    font-size:18px;
    font-family: "黑体";
    color:#a70006;
}

/*********************************************************************/
    /***\/黑体20/\***/                            /***\/黑体20/\***/
/*********************************************************************/
.ui-fon-h20-00{
    font-size:20px;
    font-family: "黑体";
    color:#000;
}
.ui-fon-h20-ff{
    font-size:20px;
    font-family: "黑体";
    color:#fff;
}
.ui-fon-h20-33{
    font-size:20px;
    font-family: "黑体";
    color:#333;
}
.ui-fon-h20-55{
    font-size:20px;
    font-family: "黑体";
    color:#555;
}
.ui-fon-h20-66{
    font-size:20px;
    font-family: "黑体";
    color:#666;
}
.ui-fon-h20-88{
    font-size:20px;
    font-family: "黑体";
    color:#888;
}
.ui-fon-h20-99{
    font-size:20px;
    font-family: "黑体";
    color:#999;
}
.ui-fon-h20-e6{
    font-size:20px;
    font-family: "黑体";
    color:#e6e6e6;
}
.ui-fon-h20-f2{
    font-size:20px;
    font-family: "黑体";
    color:#f2f2f2;
}
.ui-fon-h20-eb{
    font-size:20px;
    font-family: "黑体";
    color:#ebebeb;
}
.ui-fon-h20-red{
    font-size:20px;
    font-family: "黑体";
    color:red;
}
.ui-fon-h20-green{
    font-size:20px;
    font-family: "黑体";
    color:green;
}
.ui-fon-h20-00{
    font-size:20px;
    font-family: "黑体";
    color:blue;
}
.ui-fon-h20-0d72d0{
    font-size:20px;
    font-family: "黑体";
    color:#0d72d0;
}
.ui-fon-h20-orange{
    font-size:20px;
    font-family: "黑体";
    color:orange;
}
.ui-fon-h20-pink{
    font-size:20px;
    font-family: "黑体";
    color:pink;
}
.ui-fon-h20-purple{
    font-size:20px;
    font-family: "黑体";
    color:purple;
}
.ui-fon-h20-b7{
    font-size:20px;
    font-family: "黑体";
    color:#b7b7b7;
}
.ui-fon-h20-c6{
    font-size:20px;
    font-family: "黑体";
    color:#c6c6c6;
}
.ui-fon-h20-b40000{
    font-size:20px;
    font-family: "黑体";
    color:#b40000;
}
.ui-fon-h20-a70006{
    font-size:20px;
    font-family: "黑体";
    color:#a70006;
}

/*********************************************************************/
    /***\/黑体22/\***/                            /***\/黑体22/\***/
/*********************************************************************/
.ui-fon-h22-00{
    font-size:22px;
    font-family: "黑体";
    color:#000;
}
.ui-fon-h22-ff{
    font-size:22px;
    font-family: "黑体";
    color:#fff;
}
.ui-fon-h22-33{
    font-size:22px;
    font-family: "黑体";
    color:#333;
}
.ui-fon-h22-55{
    font-size:22px;
    font-family: "黑体";
    color:#555;
}
.ui-fon-h22-66{
    font-size:22px;
    font-family: "黑体";
    color:#666;
}
.ui-fon-h22-88{
    font-size:22px;
    font-family: "黑体";
    color:#888;
}
.ui-fon-h22-99{
    font-size:22px;
    font-family: "黑体";
    color:#999;
}
.ui-fon-h22-e6{
    font-size:22px;
    font-family: "黑体";
    color:#e6e6e6;
}
.ui-fon-h22-f2{
    font-size:22px;
    font-family: "黑体";
    color:#f2f2f2;
}
.ui-fon-h22-eb{
    font-size:22px;
    font-family: "黑体";
    color:#ebebeb;
}
.ui-fon-h22-red{
    font-size:22px;
    font-family: "黑体";
    color:red;
}
.ui-fon-h22-green{
    font-size:22px;
    font-family: "黑体";
    color:green;
}
.ui-fon-h22-00{
    font-size:22px;
    font-family: "黑体";
    color:blue;
}
.ui-fon-h22-0d72d0{
    font-size:22px;
    font-family: "黑体";
    color:#0d72d0;
}
.ui-fon-h22-orange{
    font-size:22px;
    font-family: "黑体";
    color:orange;
}
.ui-fon-h22-pink{
    font-size:22px;
    font-family: "黑体";
    color:pink;
}
.ui-fon-h22-purple{
    font-size:22px;
    font-family: "黑体";
    color:purple;
}
.ui-fon-h22-b7{
    font-size:22px;
    font-family: "黑体";
    color:#b7b7b7;
}
.ui-fon-h22-c6{
    font-size:22px;
    font-family: "黑体";
    color:#c6c6c6;
}
.ui-fon-h22-b40000{
    font-size:22px;
    font-family: "黑体";
    color:#b40000;
}
.ui-fon-h22-a70006{
    font-size:22px;
    font-family: "黑体";
    color:#a70006;
}

/*********************************************************************/
    /***\/黑体24/\***/                            /***\/黑体24/\***/
/*********************************************************************/
.ui-fon-h24-00{
    font-size:24px;
    font-family: "黑体";
    color:#000;
}
.ui-fon-h24-ff{
    font-size:24px;
    font-family: "黑体";
    color:#fff;
}
.ui-fon-h24-33{
    font-size:24px;
    font-family: "黑体";
    color:#333;
}
.ui-fon-h24-55{
    font-size:24px;
    font-family: "黑体";
    color:#555;
}
.ui-fon-h24-66{
    font-size:24px;
    font-family: "黑体";
    color:#666;
}
.ui-fon-h24-88{
    font-size:24px;
    font-family: "黑体";
    color:#888;
}
.ui-fon-h24-99{
    font-size:24px;
    font-family: "黑体";
    color:#999;
}
.ui-fon-h24-e6{
    font-size:24px;
    font-family: "黑体";
    color:#e6e6e6;
}
.ui-fon-h24-f2{
    font-size:24px;
    font-family: "黑体";
    color:#f2f2f2;
}
.ui-fon-h24-eb{
    font-size:24px;
    font-family: "黑体";
    color:#ebebeb;
}
.ui-fon-h24-red{
    font-size:24px;
    font-family: "黑体";
    color:red;
}
.ui-fon-h24-green{
    font-size:24px;
    font-family: "黑体";
    color:green;
}
.ui-fon-h24-00{
    font-size:24px;
    font-family: "黑体";
    color:blue;
}
.ui-fon-h24-0d72d0{
    font-size:24px;
    font-family: "黑体";
    color:#0d72d0;
}
.ui-fon-h24-orange{
    font-size:24px;
    font-family: "黑体";
    color:orange;
}
.ui-fon-h24-pink{
    font-size:24px;
    font-family: "黑体";
    color:pink;
}
.ui-fon-h24-purple{
    font-size:24px;
    font-family: "黑体";
    color:purple;
}
.ui-fon-h24-b7{
    font-size:24px;
    font-family: "黑体";
    color:#b7b7b7;
}
.ui-fon-h24-c6{
    font-size:24px;
    font-family: "黑体";
    color:#c6c6c6;
}
.ui-fon-h24-b40000{
    font-size:24px;
    font-family: "黑体";
    color:#b40000;
}
.ui-fon-h24-a70006{
    font-size:24px;
    font-family: "黑体";
    color:#a70006;
}
/*********************************************************************/
    /***\/font end/\***/                      /***\/font end/\***/
/*********************************************************************/

/*********************************************************************/
    /***\/margin start/\***/               /***\/margin start/\***/ 
/*********************************************************************/
.ui-m{
    margin: 0 auto;
}
.ui-m0{
    margin: 0 0 0 0;
}
.ui-m1{
    margin: 1px 1px 1px 1px;
}
.ui-m2{
    margin: 2px 2px 2px 2px;
}
.ui-m3{
    margin: 3px 3px 3px 3px;
}
.ui-m4{
    margin: 4px 4px 4px 4px;
}
.ui-m5{
    margin: 5px 5px 5px 5px;
}
.ui-m6{
    margin: 6px 6px 6px 6px;
}
.ui-m7{
    margin: 7px 7px 7px 7px;
}
.ui-m8{
    margin: 8px 8px 8px 8px;
}
.ui-m9{
    margin: 9px 9px 9px 9px;
}
.ui-m10{
    margin: 10px 10px 10px 10px;
}
.ui-m11{
    margin: 11px 11px 11px 11px;
}
.ui-m12{
    margin: 12px 12px 12px 12px;
}
.ui-m13{
    margin: 13px 13px 13px 13px;
}
.ui-m14{
    margin: 14px 14px 14px 14px;
}
.ui-m15{
    margin: 15px 15px 15px 15px;
}
.ui-m16{
    margin: 16px 16px 16px 16px;
}
.ui-m17{
    margin: 17px 17px 17px 17px;
}
.ui-m18{
    margin: 18px 18px 18px 18px;
}
.ui-m19{
    margin: 19px 19px 19px 19px;
}
.ui-m20{
    margin: 20px 20px 20px 20px;
}
.ui-mt1{
    margin-top: 1px;
}
.ui-mt2{
    margin-top: 2px;
}
.ui-mt3{
    margin-top: 3px;
}
.ui-mt4{
    margin-top: 4px;
}
.ui-mt5{
    margin-top: 5px;
}
.ui-mt6{
    margin-top: 6px;
}
.ui-mt7{
    margin-top: 7px;
}
.ui-mt8{
    margin-top: 8px;
}
.ui-mt9{
    margin-top: 9px;
}
.ui-mt10{
    margin-top: 10px;
}
.ui-mt11{
    margin-top: 11px;
}
.ui-mt12{
    margin-top: 12px;
}
.ui-mt13{
    margin-top: 13px;
}
.ui-mt14{
    margin-top: 14px;
}
.ui-mt15{
    margin-top: 15px;
}
.ui-mt16{
    margin-top: 16px;
}
.ui-mt16{
    margin-top: 16px;
}
.ui-mt18{
    margin-top: 18px;
}
.ui-mt19{
    margin-top: 19px;
}
.ui-mt20{
    margin-top: 20px;
}
.ui-mt21{
    margin-top: 21px;
}
.ui-mt22{
    margin-top: 22px;
}
.ui-mt23{
    margin-top: 23px;
}
.ui-mt24{
    margin-top: 24px;
}
.ui-mr1{
    margin-right: 1px;
}
.ui-mr2{
    margin-right: 2px;
}
.ui-mr3{
    margin-right: 3px;
}
.ui-mr4{
    margin-right: 4px;
}
.ui-mr5{
    margin-right: 5px;
}
.ui-mr6{
    margin-right: 6px;
}
.ui-mr7{
    margin-right: 7px;
}
.ui-mr8{
    margin-right: 8px;
}
.ui-mr9{
    margin-right: 9px;
}
.ui-mr10{
    margin-right: 10px;
}
.ui-mr11{
    margin-right: 11px;
}
.ui-mr12{
    margin-right: 12px;
}
.ui-mr13{
    margin-right: 13px;
}
.ui-mr14{
    margin-right: 14px;
}
.ui-mr15{
    margin-right: 15px;
}
.ui-mr16{
    margin-right: 16px;
}
.ui-mr16{
    margin-right: 16px;
}
.ui-mr18{
    margin-right: 18px;
}
.ui-mr19{
    margin-right: 19px;
}
.ui-mr20{
    margin-right: 20px;
}
.ui-mb1{
    margin-bottom: 1px;
}
.ui-mb2{
    margin-bottom: 2px;
}
.ui-mb3{
    margin-bottom: 3px;
}
.ui-mb4{
    margin-bottom: 4px;
}
.ui-mb5{
    margin-bottom: 5px;
}
.ui-mb6{
    margin-bottom: 6px;
}
.ui-mb7{
    margin-bottom: 7px;
}
.ui-mb8{
    margin-bottom: 8px;
}
.ui-mb9{
    margin-bottom: 9px;
}
.ui-mb10{
    margin-bottom: 10px;
}
.ui-mb11{
    margin-bottom: 11px;
}
.ui-mb12{
    margin-bottom: 12px;
}
.ui-mb13{
    margin-bottom: 13px;
}
.ui-mb14{
    margin-bottom: 14px;
}
.ui-mb15{
    margin-bottom: 15px;
}
.ui-mb16{
    margin-bottom: 16px;
}
.ui-mb16{
    margin-bottom: 16px;
}
.ui-mb18{
    margin-bottom: 18px;
}
.ui-mb19{
    margin-bottom: 19px;
}
.ui-mb20{
    margin-bottom: 20px;
}
.ui-ml1{
    margin-left: 1px;
}
.ui-ml2{
    margin-left: 2px;
}
.ui-ml3{
    margin-left: 3px;
}
.ui-ml4{
    margin-left: 4px;
}
.ui-ml5{
    margin-left: 5px;
}
.ui-ml6{
    margin-left: 6px;
}
.ui-ml7{
    margin-left: 7px;
}
.ui-ml8{
    margin-left: 8px;
}
.ui-ml9{
    margin-left: 9px;
}
.ui-ml10{
    margin-left: 10px;
}
.ui-ml11{
    margin-left: 11px;
}
.ui-ml12{
    margin-left: 12px;
}
.ui-ml13{
    margin-left: 13px;
}
.ui-ml14{
    margin-left: 14px;
}
.ui-ml15{
    margin-left: 15px;
}
.ui-ml16{
    margin-left: 16px;
}
.ui-ml16{
    margin-left: 16px;
}
.ui-ml18{
    margin-left: 18px;
}
.ui-ml19{
    margin-left: 19px;
}
.ui-ml20{
    margin-left: 20px;
}
.ui-ml21{
    margin-left: 21px;
}
.ui-ml22{
    margin-left: 22px;
}
.ui-ml23{
    margin-left: 23px;
}
.ui-ml24{
    margin-left: 24px;
}
.ui-ml25{
    margin-left: 25px;
}
.ui-ml26{
    margin-left: 26px;
}
.ui-ml27{
    margin-left: 27px;
}
.ui-ml28{
    margin-left: 28px;
}
.ui-ml29{
    margin-left: 29px;
}
.ui-ml30{
    margin-left: 30px;
}
.ui-ml31{
    margin-left: 31px;
}
.ui-ml32{
    margin-left: 32px;
}
.ui-ml33{
    margin-left: 33px;
}
.ui-ml34{
    margin-left: 34px;
}
.ui-ml35{
    margin-left: 36px;
}
.ui-ml37{
    margin-left: 37px;
}
/*********************************************************************/
    /***\/margin start/\***/           /***\/padding全局 start/\***/ 
/*********************************************************************/
.ui-pad{
    padding:0;
}
.ui-pad1{
    padding:1px 1px 1px 1px;
}
.ui-pad2{
    padding:2px 2px 2px 2px;
}
.ui-pad3{
    padding:3px 3px 3px 3px;
}
.ui-pad4{
    padding:4px 4px 4px 4px;
}
.ui-pad5{
    padding:5px 5px 5px 5px;
}
.ui-pad6{
    padding:6px 6px 6px 6px;
}
.ui-pad7{
    padding:7px 7px 7px 7px;
}
.ui-pad8{
    padding:8px 8px 8px 8px;
}
.ui-pad9{
    padding:9px 9px 9px 9px;
}
.ui-pad10{
    padding:10px 10px 10px 10px;
}
.ui-padt1{
    margin-top: 1px;
}
.ui-padt2{
    margin-top: 2px;
}
.ui-padt3{
    margin-top: 3px;
}
.ui-padt4{
    margin-top: 4px;
}
.ui-padt5{
    margin-top: 5px;
}
.ui-padt6{
    margin-top: 6px;
}
.ui-padt7{
    margin-top: 7px;
}
.ui-padt8{
    margin-top: 8px;
}
.ui-padt9{
    margin-top: 9px;
}
.ui-padt10{
    margin-top: 10px;
}
.ui-padr1{
    margin-top: 1px;
}
.ui-padr2{
    margin-top: 2px;
}
.ui-padr3{
    margin-top: 3px;
}
.ui-padr4{
    margin-top: 4px;
}
.ui-padr5{
    margin-top: 5px;
}
.ui-padr6{
    margin-top: 6px;
}
.ui-padr7{
    margin-top: 7px;
}
.ui-padr8{
    margin-top: 8px;
}
.ui-padr9{
    margin-top: 9px;
}
.ui-padr10{
    margin-top: 10px;
}
.ui-padb1{
    margin-top: 1px;
}
.ui-padb2{
    margin-top: 2px;
}
.ui-padb3{
    margin-top: 3px;
}
.ui-padb4{
    margin-top: 4px;
}
.ui-padb5{
    margin-top: 5px;
}
.ui-padb6{
    margin-top: 6px;
}
.ui-padb7{
    margin-top: 7px;
}
.ui-padb8{
    margin-top: 8px;
}
.ui-padb9{
    margin-top: 9px;
}
.ui-padb10{
    margin-top: 10px;
}
.ui-padl1{
    margin-top: 1px;
}
.ui-padl2{
    margin-top: 2px;
}
.ui-padl3{
    margin-top: 3px;
}
.ui-padl4{
    margin-top: 4px;
}
.ui-padl5{
    margin-top: 5px;
}
.ui-padl6{
    margin-top: 6px;
}
.ui-padl7{
    margin-top: 7px;
}
.ui-padl8{
    margin-top: 8px;
}
.ui-padl9{
    margin-top: 9px;
}
.ui-padl10{
    margin-top: 10px;
}
.ui-line26{
    line-height: 26px;
}
.ui-line27{
    line-height: 27px;
}
.ui-line28{
    line-height: 28px;
}
.ui-line29{
    line-height: 29px;
}
.ui-line30{
    line-height: 30px;
}
.ui-line31{
    line-height: 31px;
}
.ui-line32{
    line-height: 32px;
}
.ui-line33{
    line-height: 33px;
}
.ui-line34{
    line-height: 34px;
}
.ui-line35{
    line-height: 35px;
}
.ui-line36{
    line-height: 36px;
}
.ui-line37{
    line-height: 37px;
}
.ui-line38{
    line-height: 38px;
}

.ui-line39{
    line-height: 39px;
}

.ui-line40{
    line-height: 40px;
}

.ui-line41{
    line-height: 41px;
}

.ui-line42{
    line-height: 42px;
}

.ui-line43{
    line-height: 43px;
}

.ui-line44{
    line-height: 44px;
}

.ui-line45{
    line-height: 45px;
}
.ui-line46{
    line-height: 46px;
}

/*********************************************************************/
    /***\/line-height start/\***/     /***\/line-height start/\***/
/*********************************************************************/
.ui-line20{
    line-height: 20px;
}
.ui-line21{
    line-height: 21px;
}
.ui-line22{
    line-height: 22px;
}
.ui-line23{
    line-height: 23px;
}
.ui-line24{
    line-height: 24px;
}
.ui-line25{
    line-height: 25px;
}
.ui-line27{
    line-height: 27px;
}
.ui-line28{
    line-height: 28px;
}
.ui-line29{
    line-height: 29px;
}
.ui-line30{
    line-height: 30px;
}
.ui-line31{
    line-height: 31px;
}
.ui-line32{
    line-height: 32px;
}
.ui-line33{
    line-height: 33px;
}
.ui-line34{
    line-height: 34px;
}
.ui-line35{
    line-height: 35px;
}
.ui-line36{
    line-height: 36px;
}
.ui-line37{
    line-height: 37px;
}
.ui-line38{
    line-height: 38px;
}
.ui-line39{
    line-height: 39px;
}
.ui-line40{
    line-height: 40px;
}
.ui-line41{
    line-height: 41px;
}
.ui-line42{
    line-height: 42px;
}
.ui-line43{
    line-height: 43px;
}
.ui-line44{
    line-height: 44px;
}
.ui-line45{
    line-height: 45px;
}
.ui-line46{
    line-height: 46px;
}
.ui-line47{
    line-height: 47px;
}
.ui-line48{
    line-height: 48px;
}
.ui-line49{
    line-height: 49px;
}
.ui-line50{
    line-height: 50px;
}

/*********************************************************************/
    /***\/文本对齐方式/\***/                /***\/文本对齐方式/\***/ 
/*********************************************************************/
.ui-txtl{
    text-align: left;
}
.ui-txtr{
    text-align: right;
}
.ui-txtc{
    text-align: center;
}
.ui-txto{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ui-txtb{
    font-weight: bold;
}
/*********************************************************************/
    /***\/文本缩进text-indent/\***/     /***\/文本缩进text-indent/\***/
/*********************************************************************/
.ui-txt-ind1{
    text-indent: 1em;
}
.ui-txt-ind2{
    text-indent: 2em;
}
.ui-txt-ind3{
    text-indent: 3em;
}
.ui-txt-ind4{
    text-indent: 4em;
}
.ui-txt-ind5{
    text-indent: 5em;
}
.ui-txt-ind5-5{
    text-indent:5.5em;
}
.ui-txt-ind6{
    text-indent:6em;
}
.ui-txt-ind7{
    text-indent: 7em;
}
.ui-txt-ind8{
    text-indent:8em;
}
.ui-txt-ind9{
    text-indent:9em;
}
.ui-txt-ind10{
    text-indent: 10em;
}
.ui-txt-ind11{
    text-indent: 11em;
}
/*********************************************************************/
    /***\/绘制圆50%/\***/                     /***\/绘制圆50%/\***/ 
/*********************************************************************/
.ui-bd-rad50{
    border-radius: 50%;
}

/*********************************************************************/
    /***\/border-radius/\***/             /***\/border-radius/\***/ 
/*********************************************************************/
.ui-bd-rad1{
    border-radius:1px;
}
.ui-bd-rad2{
    border-radius:2px;
}
.ui-bd-rad3{
    border-radius:3px;
}
.ui-bd-rad4{
    border-radius:4px;
}
.ui-bd-rad5{
    border-radius:5px;
}
.ui-bd-rad5{
    border-radius:5px;
}
.ui-bd-rad6{
    border-radius:6px;
}
.ui-bd-rad7{
    border-radius:7px;
}
.ui-bd-rad8{
    border-radius:8px;
}
.ui-bd-rad9{
    border-radius:9px;
}
.ui-bd-rad10{
    border-radius:10px;
}

/*********************************************************************/
    /***\/border-radius左上/\***/      /***\/border-radius左上/\***/
/*********************************************************************/
.ui-bd-rad1-lt{
    border-top-left-radius: 1px;
}
.ui-bd-rad2-lt{
    border-top-left-radius: 2px;
}
.ui-bd-rad3-lt{
    border-top-left-radius: 3px;
}
.ui-bd-rad4-lt{
    border-top-left-radius: 4px;
}
.ui-bd-rad5-lt{
    border-top-left-radius: 5px;
}
.ui-bd-rad6-lt{
    border-top-left-radius: 6px;
}
.ui-bd-rad7-lt{
    border-top-left-radius: 7px;
}
.ui-bd-rad8-lt{
    border-top-left-radius: 8px;
}
.ui-bd-rad9-lt{
    border-top-left-radius: 9px;
}
.ui-bd-rad10-lt{
    border-top-left-radius: 10px;
}

/*********************************************************************/
    /***\/border-radius右上/\***/      /***\/border-radius右上/\***/
/*********************************************************************/
.ui-bd-rad1-rt{
    border-top-right-radius: 1px;
}
.ui-bd-rad2-rt{
    border-top-right-radius: 2px;
}
.ui-bd-rad3-rt{
    border-top-right-radius: 3px;
}
.ui-bd-rad4-rt{
    border-top-right-radius: 4px;
}
.ui-bd-rad5-rt{
    border-top-right-radius: 5px;
}
.ui-bd-rad6-rt{
    border-top-right-radius: 6px;
}
.ui-bd-rad7-rt{
    border-top-right-radius: 7px;
}
.ui-bd-rad8-rt{
    border-top-right-radius: 8px;
}
.ui-bd-rad9-rt{
    border-top-right-radius: 9px;
}
.ui-bd-rad10-rt{
    border-top-right-radius: 10px;
}

/*********************************************************************/
    /***\/border-radius左下/\***/      /***\/border-radius左下***/
/*********************************************************************/
.ui-bd-rad1-lb{
    border-bottom-left-radius: 1px;
}
.ui-bd-rad2-lb{
    border-bottom-left-radius: 2px;
}
.ui-bd-rad3-lb{
    border-bottom-left-radius: 3px;
}
.ui-bd-rad4-lb{
    border-bottom-left-radius: 4px;
}
.ui-bd-rad5-lb{
    border-bottom-left-radius: 5px;
}
.ui-bd-rad6-lb{
    border-bottom-left-radius: 6px;
}
.ui-bd-rad7-lb{
    border-bottom-left-radius: 7px;
}
.ui-bd-rad8-lb{
    border-bottom-left-radius: 8px;
}
.ui-bd-rad9-lb{
    border-bottom-left-radius: 9px;
}
.ui-bd-rad10-lb{
    border-bottom-left-radius: 10px;
}

/*********************************************************************/
    /***\/border-radius右下/\***/      /***\/border-radius右下***/
/*********************************************************************/
.ui-bd-rad1-rb{
    border-bottom-right-radius: 1px;
}
.ui-bd-rad2-rb{
    border-bottom-right-radius: 2px;
}
.ui-bd-rad3-rb{
    border-bottom-right-radius: 3px;
}
.ui-bd-rad4-rb{
    border-bottom-right-radius: 4px;
}
.ui-bd-rad5-rb{
    border-bottom-right-radius: 5px;
}
.ui-bd-rad6-rb{
    border-bottom-right-radius: 6px;
}
.ui-bd-rad7-rb{
    border-bottom-right-radius: 7px;
}
.ui-bd-rad8-rb{
    border-bottom-right-radius: 8px;
}
.ui-bd-rad9-rb{
    border-bottom-right-radius: 9px;
}
.ui-bd-rad10-rb{
    border-bottom-right-radius: 10px;
}
/*********************************************************************/
    /***\/newslist start/\***/           /***\/newslist start/\***/
/*********************************************************************/
.ui-newslist-li-blue{
    width:100%;
    float:left;
}
.ui-newslist-li-red{
    width:100%;
    float:left;
}
.ui-newslist-li-yellow{
    width:100%;
    float:left;
}
.ui-newslist-li-green{
    width:100%;
    float:left;
}
.ui-newslist-li-be0000{
    width:100%;
    float:left;
}
.ui-newslist-li-ff9600{
    width:100%;
    float:left;
}
.ui-newslist-li-ff{
    width:100%;
    float:left;
}
.ui-newslist-a{
    display: block;
    width:100%;
    height:100%;
    float:left;
}
.ui-newslist-spantitle{
    display: block;
    width:78%;
    height:100%;
    float:left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ui-newslist-spandate{
    display: block;
    width:20%;
    height:100%;
    float:right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ui-newslist-li-blue:hover .ui-newslist-spantitle,.ui-newslist-li-blue:hover .ui-newslist-spandate{
    color:#0d72d0;
}
.ui-newslist-li-red:hover .ui-newslist-spantitle,.ui-newslist-li-red:hover .ui-newslist-spandate{
    color:#b40000;
}
.ui-newslist-li-yellow:hover .ui-newslist-spantitle,.ui-newslist-li-ywllow:hover .ui-newslist-spandate{
    color:#f5be0c;
}
.ui-newslist-li-green:hover .ui-newslist-spantitle,.ui-newslist-li-green:hover .ui-newslist-spandate{
    color:#07b23b;
}
.ui-newslist-li-be0000:hover .ui-newslist-spantitle,.ui-newslist-li-be0000:hover .ui-newslist-spandate{
    color:#be0000;
}
.ui-newslist-li-ff9600:hover .ui-newslist-spantitle,.ui-newslist-li-ff9600:hover .ui-newslist-spandate{
    color:#ff9600;
}
.ui-newslist-li-ff:hover .ui-newslist-spantitle,.ui-newslist-li-ff:hover .ui-newslist-spandate{
    color:#fff;
}

/*********************************************************************/
    /***\/tab切换 head/\***/              /***\/tab切换 head/\***/   
/*********************************************************************/
.ui-tab-head{
    width:100%;
    height:100%;
    float: left;
}
.ui-tab-head-a{
    display: block;
    float:left;
    text-align: center;
}
.ui-tab-more{
    display: block;
    width:20%;
    height:100%;
    float:right;
}
/*********************************************************************/
    /***\/tab切换 start/\***/              /***\/tab切换 start/\***/   
/*********************************************************************/
.ui-tabbox-rel{
    width:100%;
    height:100%;
    float:left;
    position: relative;
}
.ui-tabbox-1{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.ui-tabbox-2{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.ui-tabbox-3{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.ui-tabbox-4{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

/*********************************************************************/
            /***\/transform css3 img style start/\***/                        
/*********************************************************************/
/*********************************************************************/
            /***\/scale css3 img style start/\***/                        
/*********************************************************************/
.ui-ts-scale{
    overflow: hidden;
}
.ui-ts-scale:hover .ui-scaleimg{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}

/*********************************************************************/
            /***\/rotatex css3 img style start/\***/                        
/*********************************************************************/
.ui-ts-rotatex:hover .ui-rotateimg{
    transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}

/*********************************************************************/
            /***\/rotatey css3 img style start/\***/                        
/*********************************************************************/
.ui-ts-rotatey:hover .ui-rotateimg{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}

/*********************************************************************/
            /***\/translate-x css3 img style start/\***/                        
/*********************************************************************/
.ui-ts-translate-x2{
    transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x4{
    transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x6{
    transform: translateX(-6px);
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x8{
    transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x10{
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x12{
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x14{
    transform: translateX(-14px);
    -webkit-transform: translateX(-14px);
    -moz-transform: translateX(-14px);
    -o-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x16{
    transform: translateX(-16px);
    -webkit-transform: translateX(-16px);
    -moz-transform: translateX(-16px);
    -o-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x18{
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    -moz-transform: translateX(-18px);
    -o-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x20{
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x22{
    transform: translateX(-22px);
    -webkit-transform: translateX(-22px);
    -moz-transform: translateX(-22px);
    -o-transform: translateX(-22px);
    -ms-transform: translateX(-22px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-x24{
    transform: translateX(-24px);
    -webkit-transform: translateX(-24px);
    -moz-transform: translateX(-24px);
    -o-transform: translateX(-24px);
    -ms-transform: translateX(-24px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}

/*********************************************************************/
            /***\/translatex css3 img style start/\***/                        
/*********************************************************************/
.ui-ts-translatex2{
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex4{
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex6{
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -o-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex8{
    transform: translateX(8px);
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex10{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex12{
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -o-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex14{
    transform: translateX(14px);
    -webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -o-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex16{
    transform: translateX(16px);
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -o-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex18{
    transform: translateX(18px);
    -webkit-transform: translateX(18px);
    -moz-transform: translateX(18px);
    -o-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex20{
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex22{
    transform: translateX(22px);
    -webkit-transform: translateX(22px);
    -moz-transform: translateX(22px);
    -o-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatex24{
    transform: translateX(24px);
    -webkit-transform: translateX(24px);
    -moz-transform: translateX(24px);
    -o-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}

/*********************************************************************/
            /***\/translate-y css3 img style start/\***/                        
/*********************************************************************/
.ui-ts-translate-y2{
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y4{
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y6{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y8{
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y10{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y12{
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y14{
    transform: translateY(-14px);
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y16{
    transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -o-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y18{
    transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y20{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y22{
    transform: translateY(-22px);
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translate-y24{
    transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}

/*********************************************************************/
            /***\/translatey css3 img style start/\***/                        
/*********************************************************************/
.ui-ts-translatey2{
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey4{
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey6{
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey8{
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey10{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey12{
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey14{
    transform: translateY(14px);
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -o-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey16{
    transform: translateY(16px);
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -o-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey18{
    transform: translateY(18px);
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -o-transform: translateY(18px);
    -ms-transform: translateY(18px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey20{
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey22{
    transform: translateY(22px);
    -webkit-transform: translateY(22px);
    -moz-transform: translateY(22px);
    -o-transform: translateY(22px);
    -ms-transform: translateY(22px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-ts-translatey24{
    transform: translateY(24px);
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -o-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transition:0.8s all;
    -webkit-transition:0.8s all;
    -moz-transition:0.8s all;
    -o-transition:0.8s all;
    -ms-transition:0.8s all;
}
.ui-pic-word{
    width:100%;
    height:100%;
    overflow: hidden;
    position: relative;
}
.ui-mask-bottom{
    width:100%;
    position: absolute;
    left:0;
    bottom:0;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

