@font-face {
    font-family: AlibabaPuHuiTi-3-55-Regular;
    src: url(font/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
        url(font/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
        url(font/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
        url(font/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
        url(font/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: AlibabaPuHuiTi-3-55-Regular !important;
    letter-spacing: 1px !important;
    font-size: 16px;
}


ul {
    list-style: none;
}


/* h1-3 p start -> */
h1, h2, h3, p {
    padding: 0px !important;
    margin: 10px 0px !important;
    border: 0px !important;
}

h1 {
    font-size: 30px;
    font-weight: 600;
}

h2 {
    font-size: 25px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 18px;
}
/* h1-3 p end -> */


/* a start -> */
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #BF022F;
}
/* a end -> */


.paddingTopAndBottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.paddingLeftAndRight {
    padding-left: 50px;
    padding-right: 50px;
}

.textCenter {
    text-align: center;
}


/* font color start -> */
.redFont {
    color: #BF022F;
}

.whiteFont {
    color: #FFF;
}
/* font color end -> */


/* background start -> */
.redBackground {
    background-color: #BF022F;
}

.whiteBackground {
    background-color: #FFF;
}

.blackBackground {
    background-color: #000;
}

.grayBackground {
    background-color: #F2F2F2;
}
/* background end -> */

.width100 {
    width: 100% !important;
}

/* flexBox start -> */
.flexBox {
    display: flex; 
    justify-content: space-around;
    flex-wrap: wrap;
}

.flexBox>div {
    flex: 1;
    min-width: 300px;
    margin: 50px 0;
}

.flexBox img {
    width: 60%;
    display: inline-block;
}
/* flexBox end -> */

.mybtn {
    background-color: #FFF; 
    width: 120px; 
    margin: auto; 
    height: 50px; 
    line-height: 50px; 
    padding: 0 20px; 
    border-radius: 25px; 
    cursor: pointer;
}

/* myDescs */
.myDescs {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
}

.myDescs>div {
    width: 500px;
    text-align: center;
    border: 1px solid #DAD8D6;
    margin: 10px;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 50px;
}

.ui-dialog {
    position: fixed !important;
}
