﻿@import "../font_if/iconfont.css"; 
/*hidden*/
.hidden
{
    display:none;
}
.hidden-important {
    display: none!important;
}

.show-important {
    display:inline !important;
}


/*margin*/
.mar-t--10 {
    margin-top: -10px;
}

.mar-t--20 {
    margin-top: -20px;
}

.mar-t--40 {
    margin-top: -40px;
}

.mar-t-0 {
    margin-top: 0;
}

.mar-t-5 {
    margin-top: 5px;
}

.mar-t-15 {
    margin-top: 15px;
}

.mar-t-20 {
    margin-top: 20px;
}

.mar-t-25 {
    margin-top: 25px;
}

.mar-t-28 {
    margin-top: 28px;
}

.mar-t-30 {
    margin-top: 30px;
}

.mar-t-35 {
    margin-top: 35px;
}

.mar-l-0 {
    margin-left: 0;
}

.mar-l-auto {
    margin-left: auto;
}

.mar-l-25 {
    margin-left: 25px;
}

.mar-l-35 {
    margin-left: 35px;
}

.mar-r-auto {
    margin-right: auto;
}

.mar-r-15{
    margin-right:15px;
}

.mar-r-25 {
    margin-right: 25px;
}

.mar-b-0 {
    margin-bottom: 0;
}

.mar-b-15 {
    margin-bottom: 15px;
}

.mar-b-30 {
    margin-bottom: 30px;
}

.mar-b-60 {
    margin-bottom: 60px;
}

.mar-0 {
    margin: 0;
}

/*padding*/

.pad-0{
    padding:0;
}

.pad-40{
    padding:40px;
}

.pad-t-0 {
    padding-top: 0;
}

.pad-t-10 {
    padding-top: 10px;
}

.pad-t-30 {
    padding-top: 30px;
}
.pad-t-50 {
    padding-top: 50px;
}

.pad-l-0 {
    padding-left: 0;
}

.pad-l-0-important {
    padding-left: 0 !important;
}
.pad-b-30 {
    padding-bottom: 30px;
}

.pad-r-50{
    padding-right:50px;
}
/*width*/
.full-width {
    width: 100%;
}

.full-width-important {
    width: 100% !important;
}

.full-maxwidth {
    max-width: 100%;
}
.width-auto-important{
    width:auto!important;
}

.width-150 {
    width: 150px;
}

.width-500 {
    width: 500px;
}

.width-600 {
    width: 600px;
}

.width-900 {
    width: 900px;
}

.width-1000 {
    width: 1000px;
}

.width-p10 {
    width: 10%;
}

.width-p20 {
    width: 20%;
}

.width-p25 {
    width: 25%;
}

.width-p33{
    width:33%;
}

.width-p50 {
    width: 50%;
}

.width-p66 {
    width: 66%;
}

.width-p75 {
    width: 75%;
}

.width-p90 {
    width: 90%;
}

.width-800-important {
    width: 800px !important;
}

.width-1000-important {
    width: 1000px !important;
}

/*height*/
.full-height {
    height: 100%;
}

.height-48 {
    height: 48px;
}

.height-80 {
    height: 80px !important;
}

.height-120 {
    height: 120px;
}

.height-248 {
    height: 248px;
}

.height-290 {
    height: 290px;
}

.height-380 {
    height: 380px;
}
.minHeight-370 {
    min-height: 370px;
}

.minHeight-630 {
    min-height: 630px;
}
/*border*/
.bord-0{
    border:0;
}

/*line height*/
.line-height-30 {
    line-height: 30px;
}

/*font-size*/
.font-size-24 {
    font-size: 24px;
}

/*cursor*/
.cursor-pointer {
    cursor: pointer;
}

