body,
html {
    font-family: PingFangSC-Regular, '微软雅黑', 'Microsoft YaHei', sans-serif, armour_w_rg;
    color: #000;
    background: #f7f8f9;
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

div.header {
    background: #fff;
    z-index: 9999;
    height: 64px;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
}

ul.headerMenu>li>a {
    display: block;
    height: 65px;
    padding: 0 1rem;
    line-height: 65px;
    color: #000;
}

ul.headerMenu>li>a:hover {
    color: #1dd59a;
}

.navbar {
    position: static;
    height: 70px;
}

.nav-item {
    height: 70px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 3px solid #f7f8f9;
    font-weight: bold;
}

.nav-item:hover {
    border-bottom: 3px solid #d9281c;
}

.navMenuItem:hover div.navMenuContents {
    height: 220px;
}

div.navMenuContents {
    text-align: center;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    height: 0;
    width: 100%;
    transition: height .3s;
    z-index: 99;
}

div.logo {
    background: #ccc;
}

.product {
    width: 280px;
}

.productBox {
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
}

.hotSearch {
    height: 310px;
    margin-top: 60px;
}

.imgPhone {
    width: 49%;
    height: 100%;
    float: left;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.imgQr {
    width: 49%;
    height: 100%;
    float: left;
    display: inline-block;
}

.netInfo {
    background: url('https://wx.yyunapp.com/gymantV5/assets/images/bg17.png');
    height: 687px;
    overflow: hidden;
}

.serviceInfo {
    background: #d9281c;
    padding: 30px 0;
    margin-top: 60px;
}

.globalLink {
    text-align: center;
}

.underline {
    padding: 0 20px;
    text-decoration: underline;
}

.globalLinkTitle {
    padding: 0 70px;
}

.brandIntro {
    text-align: left;
    line-height: 60px;
    font-size: 1.6em;
    padding: 0 5%;
    text-indent: 50px;
    margin-top: 30px;
}

.brandIntro>div {
    line-height: 40px;
}

.mask {
    position: absolute;
    width: 100%;
    display: none;
    height: 97%;
    top: 50px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    z-index: 999;
}

.mask_h1 {
    border-bottom: 4px solid #d9281c;
    padding: 10px 20px 0 20px;
}

.mask_mg h1,
.mask_ms h1 {
    font-size: 3em;
}

.mask_h2 {
    font-size: 3em;
    margin-top: 30px;
    font-weight: bolder;
    padding: 20px 0;
    text-align: left;
    color: #d9281c;
}

.mask_line {
    text-align: left;
    font-size: 1.4em;
}

.shopAddr {
    padding: 20px;
}

.shopAddrContent {
    text-align: left;
    list-style: none;
    padding-left: 60px;
}

.shopShow {
    margin: 0 auto;
    width: 100%;
}

div.shopShow {
    text-align: center;
}

div.shopImg {
    overflow: hidden;
    padding: 10px;
    height: 480px;
    bottom: 0;
}

div.shopImg.slick-slide.slick-current.slick-active.slick-center {
    height: 480px;
    bottom: 0;
    transition: height .2s;
}

div.shopImg>img {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.slick-prev {
    left: -45px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased
}

.slick-arrow {
    color: #000;
}

.shopShowContailer {
    margin-top: 100px;
    height: auto;
}

.shopAddrContailer {
    text-align: center;
    margin-top: 100px;
    position: relative;
}

.submitDialog {
    max-width: 800px !important;
}

.submitDialog span {
    padding: 0 10px;
}

.joinusAbout {
    padding: 60px 0 0 0;
}

div.hotTip {
    width: 90px;
    text-align: center;
    font-size: 1.3em;
    border-radius: 30px;
    cursor: pointer;
}

div.hotTip>span {
    cursor: pointer;
    display: block;
    padding: 8px 20px;
}

div.hotTip>span:first-child {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

div.hotLink {
    cursor: pointer;
}

@media (max-width: 700px) {
    .shopAddrContailer {
        text-align: center;
        margin-top: 10px;
        position: relative;
    }
    .shopShowContailer {
        margin-top: 20px;
        height: auto;
    }
    div.shopImg {
        height: 280px;
    }
    div.shopImg.slick-slide.slick-current.slick-active.slick-center {
        height: 280px;
    }
    div.logo {
        background: red;
    }
    div#overImg {
        display: none;
    }
    .nav-item {
        background: #fff;
    }
    .productBox {
        position: relative;
        width: 100%;
        text-align: center;
        top: 0;
        height: auto;
        display: block;
    }
    .product {
        margin-top: 20px;
        display: block;
        width: 100%;
    }
    .hotSearch {
        height: auto;
        margin-top: 60px;
    }
    .navbar-collapse {
        position: relative;
        z-index: 99;
    }
    a.navbar-brand>img {
        height: 57px;
    }
    .navMenuItem:hover div.navMenuContents {
        height: 0;
    }
    .imgPhone {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        display: block;
        overflow: hidden;
    }
    .imgPhone>img {
        width: 100%;
    }
    .imgQr {
        width: 100%;
        height: auto;
        float: none;
        display: block;
    }
    .netInfo {
        background: url('https://wx.yyunapp.com/gymantV5/assets/images/bg17.png');
        height: auto;
    }
    .serviceInfo {
        background: #d9281c;
        padding: 30px 0;
        margin-top: 60px;
    }
    .serviceInfo div.col {
        padding: 20px;
    }
    .globalLink {
        text-align: center;
    }
    .globalLink>span {
        display: block;
    }
    .underline {
        padding: 10px 20px;
        text-decoration: underline;
    }
    .globalLinkTitle {
        padding: 10px 70px;
    }
    .shopAddrContent {
        padding-left: 20px;
    }
    .mask_h1>h1 {
        font-size: 1.8em
    }
    .mask_h2 {
        font-size: 1.6em
    }
}

.popperClass {
    background: #fff;
}

.shopShow {
    margin: 0 auto;
    width: 100%;
}

div.shopShow {
    text-align: center;
}

div.shopImg {
    overflow: hidden;
    padding: 10px;
    bottom: 0;
}

div.shopImg.slick-slide.slick-current.slick-active.slick-center {
    bottom: 0;
    transition: height .2s;
}

div.shopImg>img {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.slick-prev {
    left: -45px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased
}

.slick-arrow {
    color: #000;
}
