@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    background-color: #f5f7fa;
    font-family: Arial, sans-serif;
    color: #333;
}
.c-red {
  color: red !important;
}

.t-c {
  text-align: center!important;
}
.container-box {
    min-width: 1200px;
    max-width: 1920px;
    margin: 84px auto 0;
    background: url(img/bg.png) no-repeat;
    background-position: center top;
    height: 2526px;
    padding-top: 77px;
    background-size: 1920px;
}

.content-box {

}
.banner-text-box {
text-align: center;
}
.banner-text-box img{
    width: 1240px;
}
.ewm-box {
text-align: center;
position: relative
}
.ewm-box img.ewm,
.ewm-box #qrcode.ewm{
    width: 380px;
    height: 420px;
    margin: 0 auto;
    display: block;
}
#qrcode{
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -157px !important;
}
#qrcode img {
    /* width:130px;
    height: 130px; */
}
.ewm-box img.text2{
    width: 397px;
}
.step-box{
    text-align: center;
    margin-top: 446px;
}
.step-box img{
    width: 1100px;
}
.title-box {
    text-align: center;
    margin:60px auto 25px
}
.title-box img {
    width: 894px;
}
.ruler-box {
    width: 1100px;
    height: 447px;
    background: url(img/rulerbg.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 27px 81px;
    font-size: 26px;
    color: #fff;
}
.ruler-icon {
    width: 44px;
    height: 45px;
    background: url(img/icon.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    top: 15px;
    left: -14px;
}
.ruler-box p:nth-child(2) .ruler-icon {
    background: url(img/icon2.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
.ruler-box p:nth-child(3) .ruler-icon {
    background: url(img/icon3.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
.ruler-box p:nth-child(4) .ruler-icon {
    background: url(img/icon4.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
.art-footer {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #000;
    height: 49px;
    line-height: 49px;
  }
/* Banner区域 */
