html{
    height: 100%;
}
body{
    width:100%;
    background-color:#ffffff;
}
#comHeader{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index: 8888;
}
.comHeader_pic{
    height: 2.76rem;
}
#comFooter{
    width:100%;
}
.container_inner_secondEng:before{
    left: 4.3rem;
}
.container_inner_secondEng:after {
    right: 4.3rem;
}
#containerBox{
    width:100%;
    overflow-x: hidden;
}
.contentHeader {
    background-color: transparent;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 0.6rem;
    line-height: 0.7rem;
}
.headerTitle {
    margin-top: 0.48rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.56rem;
    font-weight: bold;
}

.contentHeader >img {
    margin: 0.48rem 0 0.28rem;
    width: 2.14rem;
    height: 2.14rem;
}

.redTitle {
    /*margin-top: 35px;*/
    font-size: 0.26rem;
    color: #D43D32;
    line-height: 0.56rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.bold {
    font-size: 0.32rem;
    font-weight: bold;
    font-family: PingFangSC-Semibold, PingFang SC;
}

.bottomTitle {
    margin: 0.3rem 0 0;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #333;
    font-family: PingFangSC-Regular, PingFang SC;
}

.contentBody {
    background-color: #ffffff;
    /*padding-bottom: 64px;*/
}
.contentBody .title{
    text-align: center;
    line-height: 0.5rem;
    margin-bottom: 0.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentBody .title .text{
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
    padding: 0 0.28rem;
}
.contentBody .title>img{
    margin: 0;
    width: 20px;
    height: auto;
}
.contentBody .contactItem{
    width: 7.26rem;
    height: 3.38rem;
    margin: 0 0.24rem 0.3rem 0;
    background: url('../../../img/jrwm_img_one@2x.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.contactItem .order-title {
    position: absolute;
    top: 0.32rem;
    left: 0.64rem;
    display: flex;
    align-items: center;
    height: 0.96rem;
    width: 100%;
}

.contactItem .order-title .number {
    font-size: 0.64rem;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.4;
}

.contactItem .order-title .dot {
    width: 0.12rem;
    height: 0.12rem;
    background: #AEE5FF;
    border-radius: 0.12rem;
    margin: 0 0.2rem 0 0.12rem;
}

.contactItem .order-title .second-title {
    font-size: 0.36rem;
    font-weight: 500;
    color: #FFFFFF;
    width: 4.58rem;
    white-space: nowrap;
    position: absolute;
    top: 0.22rem;
    left: 1.24rem;
    text-align: left;
}
.contactItem .order-txt{
    position: absolute;
    top: 1.12rem;
    left: 0.48rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 0.52rem;
    color: #333;
}
.contentFooter{
    padding-top: 0.24rem;
}
.contentFooter .title{
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentFooter .mapContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.mapContent .mapFirst .address{
    padding: 0.34rem 0.36rem 0 0.4rem;
}
.mapContent .mapFirst .address .addressTitle{
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(92, 168, 255, 0.3);
}
.mapContent .mapSecond .address{
    padding: 0.34rem 0.36rem 0 0.4rem;
}
.mapContent .mapSecond .address .addressTitle{
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(92, 168, 255, 0.3);
}
.address .addressTitle span{
    font-size: 0.3rem;
    color: #5CA8FF;
}
.address .addressTitle img{
    margin-bottom: 0.06rem;
    width: 0.2rem;
    height: 0.26rem;
}
.address .info{
    margin-top: 0.24rem;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.36rem;
}
.address .info p{
    padding-bottom: 0.12rem;
}

.mapFirst,
.mapSecond {
    background: #F4FBFF;
    width: 7.02rem;
    /*height: 6.4rem;*/
    height: 6.8rem;
    border-radius: 0.28rem;
    margin: 0.3rem 0.24rem 0.3rem 0.24rem;
}
.mapSecond{
    height: 5.96rem;
    margin: 0 0.24rem 0.6rem 0.24rem;
}

#mapcontainer, #map-xm{
    width: 6.42rem;
    height: 2.72rem;
    margin: 0.2rem auto 0.32rem;
}

