@import url("common.css?1");
.online-banner{
    height: 500px;
    background: url("../images/banner/online.jpeg") center center repeat;
}
.online-show{
    background: #F7F6F2;
    width: 100%;
}
.online-show-container{
    background: url("../images/bg/online-content-bg.png") right 90px no-repeat;
    padding-top: 200px;
    padding-bottom: 80px;
}
.online-show-container .title{
    background: url("../images/title-online.png") 100% 100% no-repeat;
    width:325px;
    height: 68px;
    position: absolute;
    top:81px;
    left: 50%;
    margin-left: -162px;
}
.online-show-container .qrCodes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 70px 0;
    background: url("../images/bg/online-qrcodes-bg.png") 100% 100% no-repeat #C0A688;
    border-radius: 50px;
}
.online-show-container .qrCodes .item{
    margin-right: 20px;
}
.online-show-container .qrCodes img{
    width: 155px;
    height: 155px;
}
.online-show-container .qrCodes .name{
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 20px;
}


.customized-service-show{
    background:#F4F4F4;
    width: 100%;
}
.customized-service-show-container{
    padding-top: 200px;
}
.customized-service-show-container .title{
    background: url("../images/title-online2.png") 100% 100% no-repeat;
    width: 351px;
    height: 68px;
    position: absolute;
    top:81px;
    left: 50%;
    margin-left: -162px;
}


.customized-service-show-container .questions{
    background: url("../images/bg/online-questions-bg.png") 100% 100% no-repeat;
    padding:0 20px;
}

.customized-service-show-container .questions .item .name{
    font-weight: normal;
    font-size: 20px;
    color: #B45A44;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.customized-service-show-container .questions .item .contents{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 40px;
}
.footer-show{
    background: url("../images/bg/online-footer-bg.png") left -200px bottom 0px no-repeat #f4f4f4;
    height: 100px;
}
