body {
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
.active {
    color: #333 !important;
    text-decoration: none;
}

.m-header {
    margin-top: 22px
}

.logo {
    margin: 0 4px 0 16px;
    vertical-align: middle;
}

.m_slogan {
    text-align: center;
    margin-top: 39px;
}

.slogan {
    font-size: 16px;
}

.m_banner-box {
    width: 100%;
    position: relative;
    /*margin: 20px 0;*/
    overflow: hidden;
}

/*.m_banner-box:before {*/
/*    content: " ";*/
/*    display: block;*/
/*    padding-top: 50%;*/
/*}*/

.m_banner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*padding: 30px;*/
    text-align: center;
    vertical-align: center;
    text-transform: uppercase;
    color: #fff;
}

.m_banner img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.down-con {
    margin: 42px auto 0;
    width: 180px;
}

.down-con a {
    width: 80px;
    display: block;
    text-align: center;
    float: left;

}

.app-text {
    margin-top: 14px;
    font-size: 24px;
}

.app-down-now {
    margin-top: 20px;
}

.m-about {
    margin: 60px 16px 0;
}

.m-about h1 {
    text-align: center;
    font-size: 31px;
    color: #000;
    width: auto;
}

.m-about h1 p {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

.m-about h2 {
    font-size: 19px;
}

.m-about h3 {
    color: #000;
    font-size: 19px;
    font-weight: bold;
}

.m-about p {
    font-size: 15px;
    margin-top: 17px;
    margin-bottom: 32px;
    line-height: 22px;
}

.contact {
    margin-bottom: 20px;
}

.contact h1 {
    margin-top: 30px;
    text-align: left;
}

.contact h1 p {
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    color: #ccc;
    margin-bottom: 20px;
}

.contact p {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 0px;
}

.footer {
    background-color: #333;
}

.gotopc {
    color: #ccc;
}

.footer-content {
    color: #ccc;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding-top: 12px;
}

/*  Loading */

.loading-con {
    position: fixed;
    width: 130px;
    height: 130px;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -65px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
}

.loadEffect {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    transform: scale(0.9);
}

.loadEffect span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4cadf5;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(.3);
        opacity: 0.5;
    }
}

.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -10px;
    -webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    -webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s;
}

.product-content {
    margin: 16px;
}

.f-item-img {
    margin: 0 35px;
}

.f-item-img img {
    width: 100%;
}

h2.title {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.product-content .descr {
    font-size: 15px;
    color: #666;
}