*{
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
}
ul,li {
    list-style: none;
}
/* font-size */
.fs13 {
    font-size: 13px;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs28 {
    font-size: 28px;
}
.fs30 {
    font-size: 30px;
}
.fs40 {
    font-size: 40px;
}

/* font-weight */
.fw600 {
    font-weight: 600;
}

/* font color */
.text-dark0 {
    color: #000;
}
.text-dark3 {
    color: #333;
}
.text-dark6 {
    color: #666;
}
.text-dark9 {
    color: #999;
}
.text-orange {
    color: #ff6600;
}
.text-white {
    color: #fff;
}
.text-ccc {
    color: #ccc;
}

  /* padding */
.pn {
    padding: 0;
}
.pt7 {
    padding-top: 7px;
}
.pt14 {
    padding-top: 14px;
}
.pt20 {
    padding-top: 20px;
}
.pt22 {
    padding-top: 22px !important;
}
.pt10 {
    padding-top: 10px;
}
.pt18 {
    padding-top: 18px !important;
}
.pt30 {
    padding-top: 30px;
}
.pt42 {
    padding-top: 42px;
}
.pt72 {
    padding-top: 72px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb10 {
    padding-bottom: 10px;
}
.pr10 {
    padding-right: 10px !important;
}
.pr25 {
    padding-right: 25px;
}
.pr35 {
    padding-right: 35px;
}

/* margin */
.mt5 {
    margin-top: 5px;
}
.mb5 {
    margin-bottom: 5px;
}
.mr5 {
    margin-right: 5px;
}
.mb0 {
    margin-bottom: 0;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb64 {
    margin-bottom: 64px;
}
.mt7 {
    margin-top: 7px;
}
.mt13 {
    margin-top: 13px;
}
.mt16 {
    margin-top: 16px;
}
.mt17 {
    margin-top: 17px;
}
.mt20 {
    margin-top: 20px;
}
.mt24 {
    margin-top: 24px;
}
.mt28 {
    margin-top: 28px;
}
.mt29 {
    margin-top: 29px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt55 {
    margin-top: 55px;
}
.mt72 {
    margin-top: 72px;
}
.ml53 {
    margin-left: 53px !important;
}

/* text-align */
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

/* float */
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

/* width */
.wd20 {
    width: 20%;
}
.wd30 {
    width: 30%;
}
.wd70{
	 width: 70%;
}
.wd45 {
    width: 45%;
}
.wd100 {
    width: 100%;
}

/* line-height */
.lh18 {
    line-height: 18px;
}
.lh20 {
    line-height: 20px;
}
.lh22 {
    line-height: 22px;
}
.lh24 {
    line-height: 24px;
}
.lh28 {
    line-height: 28px;
}
.lh30 {
    line-height: 30px;
}
.lh36 {
    line-height: 36px;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.ib {
    display: inline-block;
}
/* vertical-align */
.va-t {
    vertical-align: top !important;
}
.clearfix {
    clear: both;
}
