body {
    margin: 0;
    font-size: 30px;
    color:#666;
}
a{
    text-decoration:none;
    color:#666;
}

.wd-100p{
    width:100%;
}
.bg-warning {
    background-color: #ffab63;
}

.bg-primary {
    background-color: #1a89f2;
}
.bg-black{
    background-color: #000;
}
.bg-app{
    background-color: #764089;
}

.bg-danger {
    background-color: #ff6369;
}
.bg-xlightgray{
    background-color: #efefef;
}
.bd-radius-round {
    border-radius: 200px;
}

.bd-radius-a-def {
    border-radius: 10px;
}

.text-white {
    color: #fff;
}

.text-danger {
    color: red;
}
.text-app{
    color:#000000;
}

.text-center {
    text-align: center;
}

.pd-a-def {
    padding: 13px;
}

.pd-v-def {
    padding-top: 13px;
    padding-bottom: 13px;
}

.pd-a-xlg {
    padding: 40px;
}

.pd-t-def {
    padding-top: 15px;
}

.pd-r-def {
    padding-right: 15px;
}

.pd-t-xlg {
    padding-top: 40px;
}

.pd-t-xxlg {
    padding-top: 60px;
}

.pd-v-xxlg {
    padding-top: 60px;
    padding-bottom: 60px;
}
.marg-t-def {
    margin-top: 15px;
}
.marg-t-xlg {
    margin-top: 40px;
}

.marg-a-xlg {
    margin: 40px;
}

.marg-t-xxxxlg {
    margin-top: 200px;
}
.marg-r-def{
    margin-right:15px;
}

.icon {
    width: 90px;
    height: 90px;
}
.icon-lg{
    width: 260px;
    height: 260px;
}

.icon-round {
    border-radius: 50%;
}

.text-h1 {
    font-size: 150px;
}

.text-h2 {
    font-size: 90px;
}

.text-h3 {
    font-size: 60px;
}

.text-h4 {
    font-size: 40px;
}

.text-h5 {
    font-size: 20px;
}

.text-h6 {
    font-size: 16px;
}
.text-sm{
    font-size:14px;
}
.text-strong{
    font-weight: bold;
}

.text-light{
    font-weight: 100;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.bd-t {
    border-top: 1px solid #ddd;
}
.bd-l {
    border-left: 1px solid #ddd;
}
.bd-r {
    border-right: 1px solid #ddd;
}
.bd-b {
    border-bottom: 1px solid #ddd;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-center{
    align-items: center;
    justify-content: center;
}

.flex-item {
    flex: 1;
}
.flex-item2 {
    flex: 2;
}
.flex-item3 {
    flex: 3;
}

.flex-item5 {
    flex: 5;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.register-form {
    padding: 150px;
}

.register-form .form-control {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0px;
    text-indent: 40px;
    font-size: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.order-form {

}

.order-form label {
    font-size: 30px;
    color: #999;
}

.order-form .form-control {
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    border: none;
    outline-style: none;
}

.btn {
    display: block;
    padding: 12px 0px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    width: 100%;
    border:0;
}

.btn.btn-primary {
    background-color: #1a89f2;
    color: #fff;
}
.btn.btn-primary-default {
    background-color: transparent;
    border:1px solid #1a89f2;
    color:#1a89f2;
}
.btn.btn-danger {
    background-color: #ff6369;
    color: #fff;
}
.btn.btn-app {
    background-color: #000000;
    color: #fff;
    border:0;
}
.btn.btn-app-default {
    background-color: transparent;
    border:1px solid #000000;
    color:#000000;
}

.pull-l{
    float:left;
}
.pull-r{
    float:right;
}
.navbar{
    background:#fff;
    padding:30px;
    font-size:40px;
    border-bottom:1px solid #ddd;
}

.tabbar{
    position: fixed;
    background:#fff;
    left:0;
    bottom:0;
    width:100%;
    padding:10px 0px;
    color:#999;
}
.tabbar a{
    color:#999;
}
.tabbar .active a{
    color:#1a89f2;
}

.link-type{
    color:#1a89f2;
}

.searchform{
    position: relative;
    padding:20px;
    border-bottom:1px solid #ddd;
}

.searchform .searchbtn{
    position: absolute;
    display:inline-block;
    background:#fff;
    right:15px;
    top:10px;
    font-size:60px;
    float:right;
    margin-top:15px;
    border:0;
}


.pagination{
    text-align:center;
}
.pagination li{
    list-style:none;
    display:inline-block;
    padding:20px 30px;
    border:1px solid #ddd;
}