﻿
/*==========頁面共用灰框==========*/
.pageTop {
    background: url('../_img/borderTop.png') 0px 0px no-repeat;
    width: 975px;
    height: 15px;
}

.pageBottom {
    background: url('../_img/borderBottom.png') 0px 0px no-repeat;
    width: 975px;
    height: 15px;
}

.pageMiddle {
    background: url('../_img/borderMid.png') 0px 0px repeat-y;
    width: 975px;
    height: 540px;
    text-align: center;
}

/*==========無法登入==========*/
#exclude {
    width: 988px;
    height: 650px;
    margin: 150px auto 0 auto;
}

.sTip {
    background: url('../_img/x.png') 205px center no-repeat;
    width: 820px;
    height: 85px;
    border-bottom: 1px solid #a7a7a7;
    margin: auto;
    line-height: 85px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.sTip_ForIndia {
    background: url('../_img/x.png') 50px center no-repeat;
    width: 820px;
    height: 85px;
    border-bottom: 1px solid #a7a7a7;
    margin: auto;
    line-height: 85px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.sTip_ForEnglish {
    background: url('../_img/x.png') 36px center no-repeat;
    width: 820px;
    height: 85px;
    border-bottom: 1px solid #a7a7a7;
    margin: auto;
    line-height: 85px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.sTip_forBI {
    background: url('../_img/x.png') 2px center no-repeat;
    width: 820px;
    height: 85px;
    border-bottom: 1px solid #a7a7a7;
    margin: auto;
    line-height: 85px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.sTip_Tai {
    background: url('../_img/x.png') 35px center no-repeat;
    width: 820px;
    height: 85px;
    border-bottom: 1px solid #a7a7a7;
    margin: auto;
    line-height: 85px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.sTip_ForEnglish_ForgetPw {
    background: url('../_img/x.png') 110px center no-repeat;
    width: 820px;
    height: 85px;
    border-bottom: 1px solid #a7a7a7;
    margin: auto;
    line-height: 85px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.sTip_sub {
    color: #808080;
    font-size: 28px;
    font-weight: bold;
}

#sMenu li {
    width: 820px;
    height: 120px;
    text-align: center;
    margin: 30px auto 0 auto;
    padding-left: 320px;
}

#sMenu div {
    width: 142px;
    height: 58px;
    background: #73d1b1;
    display: table-cell;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    border-right: 35px solid #f7f7f7;
    cursor: pointer;
}



.PwList {
    width: 710px;
    height: 250px;
    padding: 0px;
    margin: 0px 185px;
    color: #383838;
}



    .l {
        float: left;
        width: 200px;
        height: 32px;
        margin: 0 0 20px 0;
        padding: 0 0 0 5px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        line-height: 32px;
    }
    .l_bi {
    float: left;
    width: 225px;
    height: 32px;
    margin: 0 0 20px 0;
    padding: 0 0 0 5px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

    .PwList .r {
        float: right;
        width: 475px;
        height: 32px;
        margin: 0 0 20px 0;
        padding: 0px;
        text-align: left;
    }

    .PwList .editText {
        width: 280px;
        height: 32px;
        border: 1px solid #d7d7d7;
        line-height: 32px;
    }

    .PwList .editText_id {
        width: 320px;
        height: 32px;
        border: 1px solid #d7d7d7;
        line-height: 32px;
    }

    .PwList .Btn {
        width: 75px;
        height: 40px;
        line-height: 40px;
        color: #FFF;
        background: #1ea3e8;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        display: block;
        margin: 20px 0 0 180px;
    }

#eList {
    width: 600px;
    height: 250px;
    padding: 0px;
    margin: 0px 200px;
    color: #383838;
}
    /* display:none; */
    #eList li {
        width: 601px;
        height: 250px;
        margin: 10px;
        padding: 0px;
        display: none;
        position: relative;
    }

        #eList li .l {
            float: left;
            width: 174px;
            height: 32px;
            margin: 0 0 20px 0;
            padding: 0 0 0 5px;
            text-align: right;
            font-size: 16px;
            font-weight: bold;
            line-height: 32px;
        }

        #eList li .r {
            float: right;
            width: 410px;
            height: 32px;
            margin: 0 0 20px 0;
            padding: 0px;
            text-align: left;
        }

        #eList li .editDDList {
            width: 240px;
        }

        #eList li .editText {
            width: 240px;
            height: 20px;
            border: 1px solid #b1b1b1;
        }

        #eList li .Btn {
            width: 75px;
            height: 40px;
            line-height: 40px;
            color: #FFF;
            background: #1ea3e8;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            display: block;
            position: absolute;
            margin: -40px 0 0 270px;
        }

/*==========會員專區==========*/
#InfTab {
    font-size: 14px;
}

#setInfo .tl {
    width: 146px;
    text-align: right;
}

#setInfo .tc {
    width: 550px;
    text-align: left;
    padding-left: 30px;
}

#setInfo .sEdit {
    color: #1ea3e8;
    cursor: pointer;
}

.ChPw_a {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    margin-left:90px;
    font-size:12px;
    top:405px;
    

}
.ChCPw_a {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    margin-left:90px;
    font-size:12px;
    top:445px;
}
.taiCPw_a {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    margin-left:95px;
    font-size:12px;
    top:445px;
}
.BiPw_a {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    margin-left:183px;
    font-size:11px;
    top:405px;
  }
.BiPw_exclude {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    /*margin-left:183px;*/
    font-size:11px;
    top:300px;
  }
.BicPw_exclude {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    /*margin-left:183px;*/
    font-size:11px;
    top:358px;
  }

.BiCPw_a {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    margin-left:187px;
    font-size:11px;
    top:445px;
}
.EnCPw_a {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    margin-left:250px;
    font-size:12px;
    top:445px;
}
.EnPw_a {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    margin-left:250px;
    font-size:12px;
    top:405px;
  }

.IdaPw_a {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    margin-left:180px;
    font-size:12px;
    top:405px;
    

}
.IdaCPw_a {
    color:#000;
    position:absolute;
    text-align:left;
    vertical-align:middle;
    z-index:1;
    display:block;
    margin-left:180px;
    font-size:12px;
    top:445px;
}
#setInfo .Btn2 {
    width: 60px;
    height: 30px;
    line-height: 30px;
    border-right: 8px solid white;
    color: #FFF;
    background: #1ea3e8;
    font-size: 16px;
    display: table-cell;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}



/*==========會員升級==========*/
#setPw, #setInfo {
    width: 988px;
    height: 650px;
    margin: 150px auto 0 auto;
}

    #setPw table, #setInfo table {
        width: 823px;
        height: auto;
        font-size: 14px;
    }

    #setPw td, #setInfo td {
        border-bottom: 1px solid #d7d7d7;
        padding: 6px 0 6px 0;
        line-height: 40px;
    }

    #setPw .f {
        width: 210px;
    }

    #setPw .s {
        width: 700px;
    }

.setTitle {
    font-size: 20px;
    font-weight: bold;
    color: #383838;
}

.set_grayline {
    width: 820px;
    height: 1px;
    background-color: #a7a7a7;
}

#setPw .Btn2 {
    width: 75px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background: #1ea3e8;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.BiSetPw {
    text-decoration:none; 
    color: rgb(0, 0, 0); 
    position: absolute;
    text-align: left; 
    vertical-align: middle;
    z-index: 1; 
    display: inline-block;
    line-height: 21px;
    margin-left: 8px;
    font-size: 12px;
    /*left: 391px;*/
    top: 380px;
    height: 21px; 
    width: 300px;
    }
.BiSetCPw {
     text-decoration:none; 
    color: rgb(0, 0, 0); 
    position: absolute;
    text-align: left; 
    vertical-align: middle;
    z-index: 1; 
    display: inline-block;
    line-height: 21px;
    margin-left: 8px;
    font-size: 12px;
    /*left: 391px;*/
    top: 432px;
    height: 21px; 
    width: 300px;

}
.IdaSetPw {
    text-decoration:none; 
    color: rgb(0, 0, 0); 
    position: absolute;
    text-align: left; 
    vertical-align: middle;
    z-index: 1; 
    display: inline-block;
    line-height: 21px;
    margin-left: 8px;
    font-size: 12px;
    /*left: 391px;*/
    top: 395px;
    height: 21px; 
    width: 300px;
    }
.IdaSetcPw {
    text-decoration:none; 
    color: rgb(0, 0, 0); 
    position: absolute;
    text-align: left; 
    vertical-align: middle;
    z-index: 1; 
    display: inline-block;
    line-height: 21px;
    margin-left: 8px;
    font-size: 12px;
    /*left: 391px;*/
    top: 450px;
    height: 21px; 
    width: 300px;
    }
.NSetPw {
    text-decoration:none; 
    color: rgb(0, 0, 0); 
    position: absolute;
    text-align: left; 
    vertical-align: middle;
    z-index: 1; 
    display: inline-block;
    line-height: 21px;
    margin-left: 8px;
    font-size: 12px;
    /*left: 391px;*/
    top: 360px;
    height: 21px; 
    width: 300px;
    }
.NSetPwEn {
    text-decoration:none; 
    color: rgb(0, 0, 0); 
    position: absolute;
    text-align: left; 
    vertical-align: middle;
    z-index: 1; 
    display: inline-block;
    line-height: 21px;
    margin-left: 8px;
    font-size: 12px;
    /*left: 391px;*/
    top: 377px;
    height: 21px; 
    width: 300px;
    }
.NSetcPw {
    text-decoration:none; 
    color: rgb(0, 0, 0); 
    position: absolute;
    text-align: left; 
    vertical-align: middle;
    z-index: 1; 
    display: inline-block;
    line-height: 21px;
    margin-left: 8px;
    font-size: 12px;
    /*left: 391px;*/
    top: 415px;
    height: 21px; 
    width: 300px;
    }
.NSetcPwEn {
    text-decoration:none; 
    color: rgb(0, 0, 0); 
    position: absolute;
    text-align: left; 
    vertical-align: middle;
    z-index: 1; 
    display: inline-block;
    line-height: 21px;
    margin-left: 8px;
    font-size: 12px;
    /*left: 391px;*/
    top: 432px;
    height: 21px; 
    width: 300px;
    }
/*==========立即下載==========*/
.mDownload {
  background: url('../_img/mDownload.png') left center no-repeat;
  width: 650px;
  height: 569px;
  margin: 105px auto 100px auto;
  position: relative;
  overflow: hidden;
}

    .mDownload a {
        width: 203px;
        height: 66px;
        display: block;
        position: absolute;
        border: 0px solid red;
    }

    .mDownload .load1 {
        margin: 400px 0 0 62px;
        background: url('../_img/mDownloadBtn.png') 0px 0px no-repeat;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        line-height: 66px;
        letter-spacing: 2px;
        padding: 0 0 0 30px;
    }

    .mDownload .load1_en {
        margin: 400px 0 0 62px;
        background: url('../_img/mDownloadBtn.png') 0px 0px no-repeat;
        text-decoration: none;
        text-align: center;
    }

.load1_enTxt {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 12px 0 0 0;
    display: block;
    width: 180px;
}

.mDownload .load2 {
    margin: 400px 0 0 383px;
    background: url('../_img/mDownloadBtn.png') 0px -66px no-repeat;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    line-height: 66px;
    letter-spacing: 2px;
    padding: 0 0 0 68px;
}

.mDownload .load2_en {
    margin: 400px 0 0 383px;
    background: url('../_img/mDownloadBtn.png') 0px -66px no-repeat;
    text-decoration: none;
    text-align: center;
}

.load2_enTxt {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 12px 0 0 25px;
    display: block;
    width: 180px;
}

.mDownload .load3 {
    margin: 400px 0 0 713px;
    background: url('../_img/mDownloadBtn.png') 0px -132px no-repeat;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    letter-spacing: 4px;
    padding: 14px 0 0 55px;
    line-height: 18px;
}

.mDownload .load3_en {
    margin: 400px 0 0 713px;
    background: url('../_img/mDownloadBtn.png') 0px -132px no-repeat;
    text-decoration: none;
    text-align: center;
}

.load3_enTxt {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 0 0 33px;
    line-height: 20px;
    display: block;
    width: 180px;
}

/*==========moLo 特色==========*/
.section1 {
    background: url('../_img/mFeature/mf1_bg.jpg') top center no-repeat;
}

.section2 {
    background: url('../_img/mFeature/mf2_bg.jpg') top center no-repeat;
}

.section3 {
    background: url('../_img/mFeature/mf3_bg.jpg') top center no-repeat;
}

.section4 {
    background: url('../_img/mFeature/mf4_bg.jpg') top center repeat-x;
}

.area1, .area2, .area3, .area4 {
    width: 988px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.area3 {
  height: 730px;
  overflow: hidden;
}
.mf1title {
    position: absolute;
    display: block;
    width: 550px;
    margin: -635px 0 0 445px;
    font-size: 44px;
    color: #313131;
    letter-spacing: 7px;
    text-shadow: #fff 2px 2px 2px;
}

.mf1Content {
    position: absolute;
    display: block;
    width: 550px;
    margin: -500px 0 0 455px;
    font-size: 20px;
    color: #0d113d;
    line-height: 40px;
    letter-spacing: 2px;
}

.mf1 a {
  color: #c90013;
  text-decoration: none;
}

.mf_link1 {
    width: 200px;
    margin: -455px 0 0 450px;
    background: url('../_img/btnMask.png') top left repeat;
}

.mf_link2 {
    width: 225px;
    margin: -415px 0 0 450px;
    background: url('../_img/btnMask.png') top left repeat;
}

.mf_link3 {
    width: 310px;
    margin: -375px 0 0 450px;
    background: url('../_img/btnMask.png') top left repeat;
}

.mf2title {
    position: absolute;
    display: block;
    width: 550px;
    margin: -635px 0 0 445px;
    font-size: 44px;
    color: #313131;
    letter-spacing: 5px;
}

.mf2Content {
    position: absolute;
    display: block;
    width: 515px;
    margin: -518px 0 0 440px;
    font-size: 20px;
    color: #0d113d;
    line-height: 36px;
    letter-spacing: 2px;
}

.mf2 a {
    position: absolute;
    display: block;
    height: 66px;
    width: 203px;
    margin: -345px 0 0 745px;
    background: url('../_img/mFeature/mf2DownloadBtn.png') top left no-repeat;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    line-height: 66px;
    letter-spacing: 1px;
    padding: 0 0 0 10px;
}

.mf3title {
    position: absolute;
    display: block;
    width: 550px;
    margin: -585px 0 0 550px;
    font-size: 33px;
    color: #373737;
    letter-spacing: 14px;
}

.mf3Content {
    position: absolute;
    display: block;
    width: 390px;
    margin: -523px 0 0 550px;
    font-size: 20px;
    color: #0d113d;
    line-height: 36px;
    letter-spacing: 3px;
}

.mf3 #goYoutube {
    position: absolute;
    display: block;
    height: 125px;
    width: 235px;
    margin: -421px 0 0 250px;
    cursor: pointer;
    background: url('../_img/btnMask.png') top left repeat;
}

.mf4title {
    position: absolute;
    display: block;
    width: 340px;
    margin: -610px 0 0 430px;
    font-size: 33px;
    color: #373737;
    letter-spacing: 3px;
    line-height: 36px;
}

.mf4 a {
    font-family: "微軟正黑體","微軟雅黑體","MS PMincho","細明體","新細明體";
    position: absolute;
    display: block;
    height: 70px;
    width: 203px;
    margin: -245px 0 0 425px;
    font-size: 24px;
    color: #7f7f7f;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

#feature_mask {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 2;
    display: none;
}

#youtube {
    width: 635px;
    height: 360px;
    position: absolute;
    margin: -600px 0 0 160px;
    z-index: 6;
    display: none;
    border: 2px solid #4f4f4f;
}

/*==========回Top按鈕==========*/
.goTop {
    background: url(../_img/goTop.png) 0px 0px no-repeat;
    width: 55px;
    height: 55px;
    display: none;
    position: fixed;
    right: 50px;
    bottom: 20px;
    cursor: pointer;
    border: 0px;
}

/*==========moLo服務_選單==========*/
#pro_mask {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0.0;
    z-index: 2;
    display: none;
}
/*透明遮罩*/
.products {
    background: #a8bce4 ;
    width: 100%;
    height: 252px;
    position: fixed;
    top: 73px;
    left: 0;
    z-index: 3;
}

.products_menu {
  position: relative;
  width: 786px;
  height: 252px;
  margin: 0 auto;
  padding-right: 160px;
  text-align: center;
}

  .products_menu li {
    color: #0d113d;
    font-size: 15px;
    text-decoration: none;
    height: 250px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
  }

.mpMenu1 {
    width: 225px;
    background: url('../_img/feature_menu1.jpg');
}

.mpMenu2 {
 
    width: 160px;
         background: url('../_img/feature_menu2.jpg');
}

.mpMenu3 {
    width: 160px;
}

.mpMenu4 {
    width: 159px;
         background: url('../_img/feature_menu3.jpg');
}

.mpMenu5 {
    width: 230px;
         background: url('../_img/feature_menu4.jpg');
}

.products_menu li div {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}

.products_menu li.mpMenu1 div {
  padding-left: 30px;
}

.products_menu li.mpMenu4 div {
  padding-left: 5px;
}

  /*==========moLo App==========*/
  .section01 {
    background: url('../_img/mProdusts/mp1_bg.jpg') top center no-repeat;
    margin-top: 75px;
  }

.section02 {
    background: url('../_img/mProdusts/mp2_bg.jpg') top center no-repeat;
}

.section03 {
    background: url('../_img/mProdusts/mp3_bg.jpg') top center no-repeat;
}

.section04 {
    background: url('../_img/mProdusts/mp4_bg.jpg') top center no-repeat;
}

.section05 {
    background: url('../_img/mProdusts/mp5_bg.jpg') top center repeat-x;
}

.area01, .area02, .area03, .area04, .area05 {
    width: 988px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.mp1title {
    position: absolute;
    display: block;
    width: 400px;
    margin: -754px 0 0 318px;
    font-size: 26px;
    color: #544735;
    font-weight: bold;
    letter-spacing: 22px;
}

.mp1Content {
    position: absolute;
    display: block;
    width: 660px;
    margin: -260px 0 0 190px;
    font-size: 30px;
    color: #414141;
    line-height: 40px;
    letter-spacing: 3px;
}

    .mp1Content ul li {
        padding: 3px 0;
    }

.mp1QRcode {
    position: absolute;
    display: block;
    height: 240px;
    width: 240px;
    margin: -647px 0 0 376px;
    background: url('../_img/btnMask.png') top left repeat;
}

.mp1download {
    position: absolute;
    display: block;
    height: 25px;
    margin: -370px 0 0 280px;
    color: #5d4e4a;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 0 0 56px;
    letter-spacing: 4px;
    text-decoration: none;
    cursor: pointer;
}

.mp1download-ios {
    position: absolute;
    display: block;
    height: 25px;
    margin: -370px 0 0 550px;
    color: #5d4e4a;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 0 0 56px;
    letter-spacing: 4px;
    text-decoration: none;
}

.mp2p1 {
    position: absolute;
    display: block;
    width: 430px;
    margin: -543px 0 0 100px;
}

.mp2p2 {
    position: absolute;
    display: block;
    width: 430px;
    margin: -300px 0 0 100px;
}

.mp3p1 {
    position: absolute;
    display: block;
    width: 430px;
    margin: -508px 0 0 560px;
}

.mp3p2 {
    position: absolute;
    display: block;
    width: 430px;
    margin: -258px 0 0 560px;
}

.mp4p {
    position: absolute;
    display: block;
    width: 430px;
    margin: -258px 0 0 500px;
}

.mp2title, .mp3title, .mp4title {
    font-size: 32px;
    color: #414141;
    font-weight: bold;
    letter-spacing: 5px;
}

.mp2Content, .mp3Content, .mp4Content {
    font-size: 24px;
    color: #414141;
    line-height: 38px;
    padding: 45px 0 0 0;
    letter-spacing: 2px;
}

.mp5p1 {
    position: absolute;
    display: block;
    width: 145px;
    margin: -242px 0 0 154px;
}

.mp5p2 {
    position: absolute;
    display: block;
    width: 145px;
    margin: -242px 0 0 430px;
}

.mp5p3 {
    position: absolute;
    display: block;
    width: 145px;
    margin: -242px 0 0 693px;
}

.mp5title {
    font-size: 22px;
    color: #414141;
    font-weight: bold;
    letter-spacing: 4px;
}

.mp5Content {
    font-size: 18px;
    color: #606060;
    line-height: 28px;
    padding: 28px 0 0 0;
}

/*==========合作夥伴==========*/
#partner {
    width: 988px;
    height: 780px;
    margin: 120px auto 0 auto;
    border: 0px solid red;
}

    #partner .pTitle {
        color: #383838;
    }

        #partner .pTitle h1 {
            background: url('../_img/partnerIcon.png') 0px 0px no-repeat;
            font-size: 22px;
            font-weight: bold;
            padding-left: 22px;
            margin-bottom: 10px;
        }

        #partner .pTitle div {
            font-size: 18px;
            line-height: 36px;
            padding-left: 22px;
        }
/*頁籤*/
#pnAtrea {
    margin-top: 60px;
}

    #pnAtrea .pnMenu, #pnAtrea .pnContent {
        padding-left: 20px;
    }

    #pnAtrea .m1, #pnAtrea .m2 {
        width: 200px;
        height: 70px;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        border-right: 8px solid #f7f7f7;
        border-bottom: 8px solid #f7f7f7;
    }

    #pnAtrea .m1 {
        background-color: #3cae87;
        text-decoration: none;
    }

    #pnAtrea .m2 {
        background-color: #277cbe;
        text-decoration: none;
    }
    /*與moLo合作*/
    #pnAtrea .subCooperate {
        width: 940px;
        height: 465px;
        background-color: #91d3f6;
    }

        #pnAtrea .subCooperate .c1 div {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
        }

.c1 {
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

.c1Title {
    width: 120px;
    color: #277cbe;
    letter-spacing: 2px;
    padding-left: 20px;
}

.c1subTitle {
    color: #ffffff;
    line-height: 26px;
    font-size: 18px;
}

.c2 {
    padding-top: 40px;
}

    .c2 div {
        display: table-cell;
        line-height: 36px;
    }

.c2Title {
    vertical-align: middle;
    width: 350px;
    text-align: right;
    color: #313131;
    font-size: 18px;
}

.c2Text {
    width: 285px;
    height: 30px;
    border: 0;
    margin-left: 10px;
}

.c2Text_1 {
    width: 285px;
    /*height: 66px;*/
    height: 100%;
    border: 0;
    margin-left: 10px;
}

.c2Button {
    font-family: "微軟正黑體","微軟雅黑體","MS PMincho","細明體","新細明體";
    width: 110px;
    height: 50px;
    background: #277cbe;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    border: 0;
    margin: 20px 0 0 20px;
    cursor: pointer;
    letter-spacing: 3px;
}
/*內容*/
#pnAtrea .subContent {
    width: 940px;
    height: 465px;
    background-color: #9bddce;
}

.s1 {
    height: 45px;
    color: #253b32;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 0 20px;
    letter-spacing: 2px;
}

.s2 {
    float: right;
    padding-right: 20px;
}

    .s2 div {
        width: 120px;
        height: 32px;
        background: #3cae87;
        color: #fff;
        display: table-cell;
        text-decoration: none;
        vertical-align: middle;
        font-size: 18px;
        text-align: center;
    }
/*頁籤_服務管理 技術資源*/
#submenu1, #submenu2 {
    cursor: pointer;
}

#submenu2 {
    background: #fff;
    color: #3cae87;
}

.s3 {
}
    /*服務首頁*/
    .s3 .step1, .s3 .step2, .s3 .step4 {
        width: 900px;
        height: 326px;
        background-color: white;
        margin: 50px auto 0 auto;
    }

        .s3 .step1 .stTitle {
            color: #73d1b1;
            font-size: 20px;
            font-weight: bold;
            line-height: 60px;
            padding-left: 5px;
            letter-spacing: 2px;
        }

.stCon1, .stCon2, .stCon3, .stCon3, .stCon4, .stCon5 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.stCon1, .stCon3, .stCon5 {
    width: 185px;
    height: 100px;
    background: #3cae87;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-right: 10px;
}

.stCon2, .stCon4 {
    background: url('../_img/partnerIcon1.png') center center no-repeat;
    width: 60px;
    height: 100px;
}

.goPartner {
    width: 160px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    background: #3cae87;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    float: right;
    margin-right: 140px;
    cursor: pointer;
}

.goAdd {
    width: 120px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    background: #3cae87;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.step1 {
    display: none;
}
/*服務內文*/
.s3 .step2 {
    color: #44bd94;
    font-size: 16px;
}

    .s3 .step2 .stTitle {
        color: #73d1b1;
        font-size: 16px;
        line-height: 36px;
        padding-left: 5px;
    }

#serviceList {
    width: 900px;
    height: 210px;
}

    #serviceList ul {
        border-bottom: 1px solid #a5a5a5;
    }

    #serviceList li {
        display: inline-block;
        color: #253b32;
        text-align: center;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

#sList {
    width: 900px;
    height: 170px;
    font-size: 14px;
}

/*條款*/
#mask {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
    z-index: 222;
}

/*訊息視窗*/
.msgP {
    width: 960px;
    height: 600px;
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
    margin: 150px auto 0 auto;
    position: relative;
}

    .msgP p {
        padding: 160px 50px;
        line-height: 30px;
        max-width: 960px;
    }

/* jAlert */
.MsgBox {
    background: #FFF;
    font-size: 16px;
    border: 2px solid #0345bf;
    z-index: 1002;
    width: 600px;
    height: 240px;
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -120px;
    margin-left: -300px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .MsgBox .title {
        background: #1ea3e8;
        width: 480px;
        height: 40px;
        line-height: 34px;
        padding: 0 60px;
        font-weight: 600;
        color: #FFF;
    }

    .MsgBox .Msg {
        margin: 10px 15px;
        line-height: 40px;
        display: block;
        height: 130px;
        overflow: hidden;
        text-align: center;
        max-width: 600px;
    }

        .MsgBox .Msg p {
            text-align: left;
            display: inline-block;
            max-width: 600px;
            word-break: break-all;
        }

    .MsgBox span {
        cursor: pointer;
        border: 2px solid #0345bf;
        color: #0345bf;
        width: 120px;
        display: block;
        float: right;
        margin: -10px 15px 0 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .MsgBox .Sure {
        display: block;
        float: right;
        margin: 0px 50px 0 0;
    }

    .MsgBox .Cancel {
        display: block;
        float: left;
        margin: 0px 0 0 50px;
    }
/* jConfirm */
.Confirm {
    background: white;
    border: 2px solid #0345bf;
    z-index: 1002;
    width: 920px;
    height: 600px;
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -460px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .Confirm .title {
        background: #0064b2;
        width: 480px;
        height: 40px;
        line-height: 34px;
        padding: 0 220px;
        font-weight: 600;
        color: white;
        font-size: 16px;
    }

    .Confirm .Yes {
        font-size: 16px;
    }

    .Confirm .No {
        font-size: 16px;
    }

    .Confirm .Msg {
        margin: 10px 15px;
        line-height: 40px;
        display: block;
        height: 490px;
        overflow: hidden;
        text-align: center;
        max-width: 900px;
    }

    .Confirm span {
        cursor: pointer;
        border: 2px solid #0345bf;
        color: #0345bf;
        width: 120px;
        display: block;
        float: right;
        margin: 15px 15px 0 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        bottom: 10px;
    }

/*新增服務*/
.s3 .step3 {
    color: #313131;
    font-size: 16px;
    display: none;
}

    .s3 .step3 li {
        margin-top: 60px;
        position: relative;
    }

    .s3 .step3 div {
        display: table-cell;
        vertical-align: middle;
    }

    .s3 .step3 .c3Title0 {
        padding-left: 285px;
    }

    .s3 .step3 .c3Title {
        width: 360px;
        text-align: right;
        line-height: 36px;
    }

    .s3 .step3 .editText {
        width: 285px;
        height: 32px;
        border: 0;
        margin-left: 10px;
        color: #313131;
        padding-left: 3px;
        line-height: 32px;
    }

    .s3 .step3 .c3Button, .s3 .step3 .c4Button {
        width: 110px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #3cae87;
        border: 0;
        color: #ffffff;
        font-size: 18px;
        font-family: "微軟正黑體","微軟雅黑體","MS PMincho","細明體","新細明體";
        font-weight: 200;
        letter-spacing: 3px;
        cursor: pointer;
        position: absolute;
        margin: -20px 0 0 370px;
    }

    .s3 .step3 .c4Button {
        display: block;
        margin: -20px 0 0 550px;
        text-align: center;
        line-height: 50px;
        border: 0;
        text-decoration: none;
    }

/*技術資源*/
.s3 .step4 {
    color: #277cbe;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    display: none;
}

    .s3 .step4 a {
        color: #277cbe;
    }

    .s3 .step4 img {
        border: 0;
    }

    .s3 .step4 li {
        padding: 40px 0 0 210px;
        line-height: 36px;
    }
/*.s3 .step4 .stTitle{color:#73d1b1; font-size:16px; line-height:36px; padding-left:5px;}*/



/*==========客服中心==========*/
#service {
    width: 988px;
    height: 700px;
    margin: 70px auto 0 auto;
}

    #service .sContent {
        width: 975px;
        padding-top: 80px;
    }

    #service .pageMiddle .title, #service .pageMiddle .title1 {
        background: url('../_img/serviceIcon.png') left top no-repeat;
        height: 35px;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        line-height: 35px;
        color: #444444;
        margin: 0 0 0 260px;
        padding-left: 90px;
    }

    #service .pageMiddle .title1 {
        background: url('../_img/serviceIcon1.png') left top no-repeat;
    }

.sItem {
    height: 260px;
}

    .sItem ul, .sInfor ul {
        text-align: left;
        line-height: 40px;
        margin: 20px 0 0 350px;
    }

    .sItem a, .sInfor li {
        color: #5e5e5e;
        font-size: 15px;
        text-decoration: none;
    }

.sInfor {
    padding-top: 40px;
}

/*==========常見問題==========*/
#FAQ {
    width: 880px;
    margin: 70px auto 0 auto;
    text-align: left;
}

    #FAQ li {
        width: 820px;
        border-bottom: 1px solid #dddddd;
        min-height: 68px;
        text-align: left;
    }

.qaIcon {
    float: right;
    margin-top: 20px;
}

.qaTitle {
    width: 820px;
    text-align: left;
    background: url('../_img/qa_arrow.png') 0px 28px no-repeat;
    color: #939393;
    font-size: 16px;
    padding: 28px 0 0 50px;
    cursor: pointer;
}

.qaTitle_down {
    background: url('../_img/qa_arrow1.png') 0px 28px no-repeat;
    color: #480505;
    font-size: 16px;
    padding: 28px 0 0 50px;
}

.qaContent {
    width: 750px;
    line-height: 36px;
    font-size: 14px;
    background-color: #f0ebe6;
    color: #6c6c6c;
    padding: 0 20px;
    margin: 35px auto 15px auto;
    display: none;
}

/*==========服務條款==========*/
#agree, #privacy, #paAgree, #DocAP, #DocWeb, #Tutorial, #Tutorial_mdf, #Tutorial_Nav, #Tutorial_win7, #Tutorial_win8, #Tutorial_xpe {
    width: 988px;
    height: 650px;
    margin: 100px auto 0 auto;
}

#thelist {
    text-align: left;
    color: #5e5e5e;
    font-size: 14px;
    width: 880px;
    margin-left: 20px;
    line-height: 26px;
    height: auto;
    padding: 20px;
    overflow: hidden;
}

    #thelist li {
        margin-bottom: 30px;
    }

    #thelist h1 {
        color: #480505;
        font-size: 30px;
        margin-top: 5px;
    }

    #thelist h2 {
        color: #480505;
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
        padding-left: 8px;
        border-left: 1px solid;
    }

    #thelist h3 {
        color: #3b3535;
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px;
        padding-left: 8px;
        border-left: 1px solid;
    }

    #thelist .text01 {
        color: #480505;
        font-size: 15px;
        font-weight: bold;
        margin-top: 5px;
        padding-left: 8px;
        border-left: 1px solid;
    }

    #thelist .text02 {
        color: #3b3535;
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px;
        padding-left: 8px;
        border-left: 1px solid;
    }



/*==========說明文件==========*/
#Doc {
    text-align: left;
    color: #5e5e5e;
    font-size: 14px;
    width: 920px;
    margin-left: 20px;
    line-height: 26px;
    min-height: 530px;
}

    #Doc li {
        margin-bottom: 30px;
    }

    #Doc h1 {
        color: #480505;
        font-size: 30px;
        margin-top: 5px;
    }

    #Doc h2 {
        color: #480505;
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
        padding-left: 8px;
        border-left: 1px solid;
    }

    #Doc h3 {
        color: #3b3535;
        font-size: 16px;
        font-weight: bold;
        margin-top: 5px;
        padding-left: 8px;
    }

    #Doc p {
        padding-left: 8px;
    }

.content {
    margin-left: 8px;
}

.table_header {
    color: #000;
    width: 540px;
    text-align: center;
}

.tb_center {
    padding-left: 8px;
    text-align: left;
}

.tb_triangle {
    width: 920px;
}

.list2 {
    background: #277cbe;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    width: 170px;
    height: 80px;
    text-align: left;
}

.list1 {
    background: #277cbe;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    width: 90px;
    height: 60px;
}

.list {
    background: #277cbe;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    width: 120px;
    height: 100px;
    text-align: left;
}

.line {
    width: 100px;
    border-top: 1px solid blue;
    position: absolute;
}

.triangle {
    width: 12px;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #277cbe;
}

#step01, #step02, #step03, #step04, #step05, #mainList, #postscript {
    border-color: #f0ebe6;
}

.tdTilte {
    background-color: #daf9fc;
}

.colorBg {
    background-color: #edf8fd;
}

/*==========教學說明==========*/
#scroller {
    height: 540px;
}

#Tutor {
    text-align: left;
    color: #5e5e5e;
    font-size: 14px;
    width: 800px;
    margin: 50px 50px 50px 70px;
    height: 530px;
    display: table;
}

#reg li, #changeD li {
    line-height: 26px;
    padding: 20px 0;
}

.Tutorial_orangeF {
    color: #3b3535;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}

.titleIcon a {
    /*
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #480505;
    margin-top: 5px;
    float: left;
    height: 30px;
    text-decoration: none;
    background: url('../_img/mTutor/titleIcon.png') top left no-repeat;
    */
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #890000;
    margin-top: 5px;
    float: left;
    height: 23px;
    text-decoration: none;
    background: url('../_img/mTutor/tileIcon_201410060904.png') top left no-repeat;
}

.titleIcon1 a {
    /*
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #b3b3b3;
    margin-top: 5px;
    float: left;
    height: 30px;
    text-decoration: none;
    background: url('../_img/mTutor/tileIcon_201410060904.png') 0px -36px no-repeat;
        */
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
    margin-top: 5px;
    float: left;
    height: 24px;
    text-decoration: none;
    background: url('../_img/mTutor/tileIcon_201410060904.png') 0px -23px no-repeat;
}

.sectitleIcon a {
    /*
    height: 31px;
    line-height: 31px;
    padding: 2px 0 0 45px;
    font-size: 18px;
    font-weight: bold;
    color: #b3b3b3;
    margin: 0 0 0 60px;
    text-decoration: none;
    background: url('../_img/mTutor/sectitleIcon.png') 0px 0px no-repeat;
     */
    height: 24px;
    line-height: 31px;
    padding: 2px 0 0 45px;
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
    margin: 0 0 0 30px;
    text-decoration: none;
    background: url('../_img/mTutor/sectitleIcon_201410060904.png') 0px -27px no-repeat;
}

.sectitleIcon1 a {
    /*
    height: 31px;
    line-height: 31px;
    padding: 2px 0 0 45px;
    font-size: 18px;
    font-weight: bold;
    color: #480505;
    margin: 0 0 0 60px;
    text-decoration: none;
    background: url('../_img/mTutor/sectitleIcon.png') 0px -40px no-repeat;
     */
    height: 24px;
    line-height: 31px;
    padding: 2px 0 0 45px;
    font-size: 16px;
    font-weight: bold;
    color: #890000;
    margin: 0 0 0 30px;
    text-decoration: none;
    background: url('../_img/mTutor/sectitleIcon_201410060904.png') top left no-repeat;
}

.pageinfo1, .pageinfo2 {
    margin-left: 10px;
    margin-right: 10px;
}

    .pageinfo1 a {
        font-weight: bold;
        font-size: 16px;
        color: #4c4c4c;
        text-decoration: none;
    }

    .pageinfo2 a {
        font-weight: bold;
        font-size: 16px;
        color: #890000;
        text-decoration: none;
    }

.pageinfo_separator {
    color: #bababa;
}

.BlockTutorialTopItemList {
    margin-left: 70px;
    margin-bottom:15px;
}
.BlockTutorialTopItemList_Ida {
    margin-bottom:15px;
}

/* moLoApp 英文版*/
.mp1title-en {
    position: absolute;
    display: block;
    width: 400px;
    margin: -754px 0 0 302px;
    font-size: 26px;
    color: #544735;
    font-weight: bold;
}

.mp1download-en {
    position: absolute;
    display: block;
    height: 25px;
    margin: -365px 0 0 280px;
    color: #5d4e4a;
    font-size: 22px;
    padding: 6px 0 0 56px;
    text-decoration: none;
    cursor:pointer;
}

.mp1download-ios-en {
    position: absolute;
    display: block;
    height: 25px;
    margin: -365px 0 0 550px;
    color: #5d4e4a;
    font-size: 22px;
    padding: 6px 0 0 56px;
    text-decoration: none;
}

.mp1Content-en {
    position: absolute;
    display: block;
    width: 621px;
    margin: -260px 0 0 190px;
    font-size: 26px;
    color: #414141;
    line-height: 37px;
    text-align:justify;
}

    .mp1Content-en ul li {
        padding: 3px 0;
    }

.mp2title-en, .mp3title-en, .mp4title-en {
    font-size: 32px;
    color: #414141;
    font-weight: bold;
    /*letter-spacing: 5px;*/
    line-height: 35px;
}

.mp2Content-en, .mp3Content-en, .mp4Content-en {
    font-size: 24px;
    color: #414141;
    line-height: 32px;
    padding: 45px 0 0 0;
}

.mp5p1-en {
    position: absolute;
    display: block;
    width: 245px;
    margin: -242px 0 0 154px;
}

.mp5p2-en {
    position: absolute;
    display: block;
    width: 245px;
    margin: -242px 0 0 430px;
}

.mp5p3-en {
    position: absolute;
    display: block;
    width: 245px;
    margin: -242px 0 0 693px;
}

.mp5title-en {
    font-size: 20px;
    color: #414141;
    font-weight: bold;
    /*letter-spacing: 4px;*/
}

.mp5Content-en {
    font-size: 18px;
    color: #606060;
    line-height: 24px;
    padding: 28px 0 0 0;
}
