body {
    width: 100% ;
    height: 100% ;
    min-height: 360px;
    font-family: "Microsoft YaHei UI";
    font-size: 1rem;
    color: #fff
}
.bg {
    position: relative;
    background: url(../images/bg@2x.png) no-repeat;
    background-size: 100% ;
    min-width: 1200px;
    height: 570px;
    background-color: #f03037;
}
.navbar {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 -40px 60px rgb(0 0 0);
}
.nb-custom {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: .25rem
}
.nav-item {
    display: inline-block;
    width: 70px;
    height: 80px;
    line-height: 80px;
    color: #666;font-size:1.6rem;text-align:center;margin-left:63px
}
.nav-item:hover{
    color:#666;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid #fff
}
.nav-item: visited {
    color: #666;cursor:pointer;text-decoration:none
}
.active{
    color:#666;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid #fff
}
.bg-title {
    color: #fff;
    font-weight: 800;
    font-size: 53px
}
.bg-qrcode {
    margin-top: 70px;
    margin-left: 280px;
    letter-spacing: 0;
    text-align: center;
    width: 120px;
    height: 120px;
    text-align: center;
}
.bg-qrcode p {
    margin-top: 8px;
}
.bg-text {
    font-size: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC-Regular;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    letter-spacing: 0;
}
.login {
    padding: 18px 35px 35px 35px;
    width: 410px;
    height: 281px;
    opacity: 1;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 5%);
    margin-top: 130px;
}
.login .title {
    color: #333333;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 22px;
}
.login input {
    width: 340px;
    height: 48px;
    opacity: 1;
    background: #f4f4f4;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 18px;
    color: #000;
}
.login input:focus {
    outline: none;
    border:  2px solid #f03037;
}
.login button {
    width: 340px;
    height: 48px;
    opacity: 1;
    background: #f03037;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 16px;
}
.banner {
    position: relative;
    width: 100%;
    min-width: 1400px;
    padding-top: 81px;
}
.banner .tempWrap{
    /*width: 100%!important;*/
}
.banner ul{
    padding: 0;
}
.banner ul li{
    display: block;
    /*width: 100%!important;*/
}
.banner ul li img{
    width: 100%;
}
.banner .prev, .banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 32px;
    height: 5px;
    margin: 4px;
    background: #fff;
    overflow: hidden;
    line-height: 9999px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.banner .hd ul .on {
    filter: alpha(opacity=100);
    opacity: 1;
}
#store .head,#system .head,#service .head {
    text-align: center;
    margin-top: 80px;
}
.store-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 64px;
    min-width: 1200px;
}
.store-list .content {
}
.store-list .tempWrap {
    width: 100%!important;
}
.store-list .content .item {
    float: left;
    margin-right: 40px;
}
.store-list .content .item .text{
    margin-top:16px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
#system .list,#service .list{
    display: flex;
    text-align: center;
    align-self:center;
    justify-content: space-between;
    margin-top: 64px;
}

#system .list .item .text,#service .list .item .text{
    margin-top: 16px;
    color: #666;
    font-weight: 500;
    font-size: 16px;
}
.footer {
    background: #202C4A;
    margin-top: 315px;
    padding-bottom: 24px;
    min-width: 1200px;
}
.footer .container {
    background: #202C4A;
}
.footer .container .system {
    margin-top: -252px;
}
.footer .container .system img {
    width: 100%;
    margin-bottom: 118px;
}
.footer .container .company .info .logo {
    margin-bottom: 40px;
}
.footer .container .company .info .logo img {

}
.footer .container .company {
    display: flex;
    position: relative;
}
.footer .container .company .info {
    flex: 1;
}
.footer .container .company .info p {

}
.footer .container .company .qrcode {
    text-align: center;
    position:absolute;
    bottom: -10px;
    right: 0;
}
.footer .container .company .qrcode img {

}
.footer .container .company .qrcode p {
    margin-top: 8px;
}
.footer .container .company .info .copyright {
    text-align: center;
}
.footer .container .company .info .copyright a {
    opacity: 0.5;
    color: #fff;
}

#company {
    height: 20rem;
    margin-top: 65px;
    text-align: center;
    color: #7a7a7a;font-size:1.5rem
}
#product {
    margin-top: 65px;
    text-align: center;
    color: #7a7a7a;font-size:1.5rem
}
#product p {
    font-size: 1.6rem
}
#product.p-1,#product.p-2 {
    margin-top: 100px;
    width: 600px;
}
div.hr {
    height: 3rem
}
#pay-list {
    text-align: center
}
td {
    vertical-align: middle
}
img.em-img {
    height: 150px;
    width: 150px;
    background: #2aabd2
}
.line{display: block;height: 5px;color:white;font-weight:bolder}
.ys{display: block;color: white;margin-top: 11px;font-weight: bold;font-size: 20px;font-family:楷体,楷体_GB2312;}
.container{width: 1200px;}
.row {
    display: flex;
}
.phone {
    position: absolute;
    bottom: 0;
}
.about {
    display: flex;
}