#ns_Wrapper {
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/en_service_bg1.png);
    background-repeat: no-repeat;
background-attachment: fixed;
}

#ns_Main {
       width: 100%;
    max-width: 600px;
    margin: 50px auto;
}
.en_service1 {
    padding-bottom: 40px;
}

.en_service1 img {
    width: 100%;
}

.en_service1 .meMsg_MsgBlk .meMsg_MsgTitle {
    display: block;
    padding: 20px 0 10px;
color:#FF2A00;
    font-size: 18px;
    word-spacing: 4px;
}

.rightw1 .meMsg_MsgBlk {
    text-align: center;
    width: 100%;
    max-width: 930px;
    position: relative;
}

.rightw1 .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-align: center;
    margin: 10px auto 50px;
}

.rightw1 .meMsg_MsgBlk .meMsg_MsgTitle:before {
    background: #FF5C00;
    content: "";
    position: absolute;
    height: 2px;
    top: 45%;
    width: 31%;
    left: 0;
}

.rightw1 .meMsg_MsgBlk .meMsg_MsgTitle:after {
    background: #FF5C00;
    content: "";
    height: 2px;
    position: absolute;
    top: 45%;
    width: 31%;
    right: 0;
}


/*=================手機版  開始===================*/

@media (max-width: 700px) {
#ns_Main {
    padding: 0 20px;
    box-sizing: border-box;
}
body .rightw1 .meMsg_MsgBlk .meMsg_MsgTitle:before,
body .rightw1 .meMsg_MsgBlk .meMsg_MsgTitle:after {
    width: 25%;
}



}
