body {
    font: 0.875em 'Helvetica Neue', 'Helvetica', 'Arial', 'STHeiti', 'Microsoft JhengHei', 'sans-serif';
    /*background-image: url("../images/bg.gif");*/
}
a {
    color: #357b9d;
}
a:hover{
    color: #888888;
}
/*clearfix*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*clearfix End*/
.margin_left{
    margin-left: 10px;
}
.margin_bottom{
    margin-bottom: 10px;
}
.margin_right{
    margin-right: 10px;
}
.text_left{
    text-align: left;
}
.container .block{
    display: block;
}
.container .rightHead .margin_right{
    /*margin-right: 57px;*/
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn-theme{
    background: #1e8aa7;
    color: #ffffff;
    border-radius: 5px;
    padding: 7px 20px;
}
.btn-theme-auth{
    background: #1e8aa7;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
}
.btn-xl{
    padding: 12px 60px;
}
.btn-back{
    background: #75787b;
    color: #ffffff;
    border-radius: 5px;
    padding: 7px 20px;
    margin:0 5px 0 0;
}
.container .btn-theme-red{
    background: #a44622;
    color: #ffffff;
    border-radius: 5px;
    padding: 7px 20px;
}
table, td, th{
    /*border: 1px solid black;*/
    height: 40px;
    padding: 5px 0; /*edit 0407 */
}
table{
    border-collapse: collapse;
    width: 100%;
    /*font-size: 11px;*/
    border-spacing: 0;
    text-align: center;
}
.float_right{
    float: right;
}
.float_left{
    float: left;
}
/*共同區*/
.container .inline{
    display: inline-block;
}
.container .inline_2{
    display: inline-block;
}
.container .inline .inputAccount{
    height:29px;
    border: 1px solid #ccc;
    border-radius:5px;
}
.header{
    background: #464646;
    height: 25px;
    /*position: absolute;*/
    top:0;
    left: 0;
}
.res{
    color: #357b9d;
    text-decoration: underline;
    font-weight:bold;
    cursor: pointer;
}
.res-font{
    font-size: 15px;
}
/*logLn.html*/
.login{
    margin: auto;
    margin-top: 100px;
    text-align:center;
    border: 1px solid #d3d3d3;
    width: 500px;
    height: 500px;
}
.user{
    margin: 50px 0 20px 0;
}
.password{
    margin: 0 0 40px 0;
}
.user label,.password label{
    background: #dadada;
    padding: 25px 20px 20px 20px;
}
.user input,.password input{
    background: #cccccc;
    border: 0px solid #cccccc;
    padding: 22px 20px 18px 20px;
    margin: -5px;
    font-size: 18px;
}
.login .btn-login-size{
    padding: 15px 135px;
}
/*logIn.html End*/
/*左側欄位*/
.banner{
    top: 0;
    left: 0;
    min-height: 1200px;
    max-height: 100%;
    position: absolute;
    /*height: 100%;*/
    float: left;
    background: #ececec;
    margin: 25px 0 0 0;
    /*background-image: url("../images/bg3.gif");*/
   width: 158px;
}
.banner h3{
    color: #347a9c;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner .a{
    color: #347a9c;
    font-weight: bold;
    padding-bottom: 1px;
}
.banner li.border{
    border-bottom: 1px solid #fff;
    padding: 7px 10px;
    font-size: 15px;
    margin-bottom: 2px;
    cursor: pointer;
    color: #347a9c;
    font-weight: bold;
}
.banner li.active{
    background: url("../images/gary-arrow5.png")  no-repeat ;
    color: #fff;
    background-size:192px 35px; /*edit 0303 active */
    width: 100%; /*edit 0303 active */
}
.active a{
    color: #fff;
}
.banner li  .active1{
    color: #fff;
}
.banner li>ul{
    background: #fff;
    margin: 10px 0 0 -7px;
    padding: 7px 16px 7px 0;
}
.banner li>ul .sub{
    font-size: 13px;
    padding: 3px 0 3px 5px;
    /*margin-left: 1px;*/
    color: #000;
    cursor: pointer;
    border-radius:5px;
 }
.banner li>ul .sub-active{
    font-size: 12px;
    background: #707070;
    color: #fff;
    padding: 3px 12px 3px 5px;
    border-radius: 5px;
}
/*edit 0323 jwc*/
.banner li>ul .sub-active .sub{
    color: #fff;
}
/*左側欄位 End*/
.container{
    /*margin:-250px 0 0 200px;*/
    margin:20px 0 0 200px;
    float: left;
    /*width: 900px;*/
    width:80%;
}
.big-title{
    font-size:19px;
    padding: 10px 0;
    /*font-weight:bold;*/
}
.login-title{
    font-size:25px;
    margin: 50px 0 0 0;
    /*font-weight:bold;*/
}
/*customerInquiry.html right*/
.container .rightHead{
    width:649px;
    height: 280px;
    margin-top: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f6f6f6;
}
.container .rightHead .head{
    background :#d4d4d4;
    width:650px;
    height: 25px;
}
.container .rightHead .span1{
    height: 200px;
    margin: 10px 0 0 10px;
}
.container .rightHead .span2{
    margin: 0 auto;
    text-align: center;
}
/*customerInquiry.html right 版型 End*/
/*customerInquiry.html rightHead */
.container .rightHead .font{
    margin-top: 4px;
    margin-right: 10px;
}
.container .rightHead .float_left,
.container .right_three .float_left{
    float: left;
    margin-bottom: 20px;
}
.container .rightHead .block{
    display: block;
    height:50px;
    margin-top: 5px;
}
.container .rightHead .left{
    margin-left: 20px;
}
.container .rightHead .inline input{
    width: 120px;
    padding: 2px 0 2px 7px;
    box-sizing: border-box;
}
.container .rightHead .left2{
    margin-left: 18px;
}
.container .rightHead .margin_right{
    margin-right: 27px;
}
.container .rightHead .section{
    margin: 100px 0 0 40px;
}
/*customerInquiry.html rightHead End */
/*customerInquiry.html rightTable */
.container .rightTable{
    /*width:998px;*/
    max-height: 100%;
    margin-top: 15px;
    /*!*border: 1px solid #f0f0f0;*!  暫時不知道它用在哪裡*/
    border-radius: 5px;
}
.container .rightTable table{
    font-size: 13px;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #f0f0f0;
}
.container .rightTable tr{
    border-bottom: 1px solid #f0f0f0;
}
.container .rightTable td,th{
    padding: 7px 14px;
}
.color_thead{
    background: #efedee;
}
.container .rightTable .color_tr{
    background: #f9f9f9;
}
/*customerInquiry.html rightTable End*/
/*customerInquiry.html rightThree*/
.container .right_three{
    /*width:998px;*/
    height: 100px;
    margin-top: 15px;
    background: #e6eff6;
}
.container .right_three .btn-theme-blue{
    margin-top:35px;
    margin-left: 10px;
    background: #ffffff;
    color: #31b1b4;
    border-radius: 25px;
    padding: 1px 10px;
    border: 1px solid #cccccc;
}
.SelectStyleBlue{
    /*width: 230px;*/

    /*overflow: hidden;*/
    /*-moz-overflow: hidden;*/
    /*border: 1px solid #ccc;*/
    border-radius: 25px;

}
.SelectStyleBlue select{
    /*height: 30px;*/
    /*margin: 40px 0 0 0;*/
    padding: 2px 23px 2px 5px;
    background: url(../images/triangle3.png) no-repeat 162px center #fff; /*background: 請填入箭頭圖示路徑*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.select-blue {
    margin-top:35px;
    margin-left: 10px;
    line-height: 1.428571429;
    background: #ffffff;
    color: #31b1b4;
    border-radius: 25px;
    padding: 1px 10px;
    border: 1px solid #cccccc;
}
.container .right_three .btn-width{
    width: 80px;
}
/*page*/
.page {
    /*width: 100%;*/
    margin-top:30px;
    margin-right:30px;
    /*margin: auto;*/
    /*text-align: center;*/
    float: right;
    /*padding: 5% 0;*/
}
.page li {
    display: inline-block;
    margin: 10px 5px 0 0;
}
.page li.current a {
    background-color: #555555;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    position: relative;
}
.page li a:link, .page li a:visited {
    text-decoration: none;
    background-color: #ddd;
    color: #858687;
    padding: 3px 10px;
    border-radius: 4px;
    position: relative;
}
.page li a:hover {
    background-color: #555555;
    color: #fff;
    border-radius: 4px;
}
/*page End*/
/*customerInquiry.html rightThree*/
/* support_1_2.htm*/
/*breadcrumb*/
.breadcrumb{
    /*margin-top: 15px;*/
    padding: 10px 0;
    margin-bottom: 5px;
}
.breadcrumb li{
    float: left;
    /*margin-left:5px;*/
    margin-right:7px;
}
/*breadcrumb*/
.breadcrumb a{
    color: #000000;
    font-size: 19px;
}
.breadcrumb a:after{
    content: '>';
    margin-left: 5px;
}
/*每個 a 後面+">"*/
.breadcrumb li:last-child > a:after {content: ""}​
/*讓最後一個後面沒有+">"*/

/*.breadcrumb {*/
    /*list-style: none;*/
    /*overflow: hidden;*/
/*}*/
/*.breadcrumb li {*/
    /*float: left;*/
/*}*/
/*.breadcrumb li a {*/
    /*color: #000000;*/
    /*text-decoration: none;*/
    /*padding: 10px 0 10px 65px;*/
    /*background: brown;                   !* fallback color *!*/
    /*background: hsla(34,85%,35%,1);*/
    /*position: relative;*/
    /*display: block;*/
    /*float: left;*/
/*}*/
/*.breadcrumb li a:after {*/
    /*content: "////";*/
    /*display: block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 50px solid transparent;           !* Go big on the size, and let overflow hide *!*/
    /*border-bottom: 50px solid transparent;*/
    /*border-left: 30px solid hsla(34,85%,35%,1);*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -50px;*/
    /*left: 100%;*/
    /*z-index: 2;*/
/*}*/
/*.breadcrumb li a:before {*/
    /*content: " ++++";*/
    /*display: block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 50px solid transparent;*/
    /*border-bottom: 50px solid transparent;*/
    /*border-left: 30px solid #000000;*/

    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -50px;*/
    /*margin-left: 1px;*/
    /*left: 100%;*/
    /*z-index: 1;*/
/*}*/

/*breadcrumb End*/
/*support_1_2*/
.container .support1_2{
    width: auto;
    max-height: 100%;
}
.container .support1_2 .rightHead,
.container .support1_4 .right_four{
    width:699px;
    height: 100px;
    margin-top: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.container .support1_2 .rightHead .head ,
.container .support1_2 .rightTable .head,
.container .support1_4 .right_four .head,
.container .support1_4 .right_five .head{
    background :#f0f0f0;
    width:700px;
    height: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.container .support1_4 .right_four .head h4,
.container .support1_4 .right_five .head h4{
    margin:0 0 0 15px;
}
.container .support1_2 .rightHead .span1,
.container .support1_4 .right_four .span1{
    height: 60px;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
}
.container .support1_2 .rightHead .span2,
.container .support1_4 .right_four .span2{
    margin-top: 5px;
    margin-left: 20px;
    float: left;
}
.container .support1_2 .rightHead .span2 .section,
.container .support1_4 .right_four .span2 .section{
    margin-top: 5px;
    margin-left: 20px;
    float: left;
}
.container .support1_2 .rightHead .btn-theme,
.container .support1_4 .right_four .btn-theme {
    background: #1e8aa7;
    color: #ffffff;
    border-radius: 5px;
    padding: 7px 20px;
}
.container .support1_2 .rightTable,
.container .support1_4 .right_five{
    width:699px;
    max-height: 100%;
    margin-top: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.container .support1_4 .right_four .span1{
    margin-top: 15px;
}
textarea {
    border: 0;
    /*border: 1px solid #ccc;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    resize: none;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    /*border: 1px solid;*/
    padding:1px;
    font-size: 12px;
    border: 1.5px solid #888888;
}
.container .support1_2 .rightTable textarea,
.container .support1_4 .right_five textarea{
    width: 695px;
    height: 250px;
}
.container .support1_2 .rightTable .foot,
.container .support1_4 .right_five .foot{
    background :#f0f0f0;
    width:700px;
    height: 75px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.container .support1_2 .rightTable .margin_right,
.container .support1_4 .right_five .margin_right{
    margin-right: 20px;
    margin-top: 20px;
}
.container .support1_2 .right_three{
    width: 200px;
    height: 30px;
    margin-top:35px;
    margin-bottom: 15px;
    background: #ffffff;
}
 .btn-theme-status{
    width: 200px;
    height: 30px;
    text-align: left;
    background: #ffffff;
    color: #31b1b4;
    border-radius: 10px;
    padding: 7px 10px 0 10px;
    border: 1px solid #cccccc;
}
.container .support1_2 .right_four{
    /*width:500px;*/
    width:52%;
    max-height: 100%;
    margin-bottom: 20px;
    background: #e6eff6;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.container .support1_2 .right_four .span1{
    padding: 20px 15px;
}
.container .support1_2 .right_five{
    /*width:500px;*/
    width:52%;
    max-height: 100%;
    margin-bottom: 15px;
    background: #fcf0da;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.container .support1_2 .right_five .span1{
    padding: 20px 15px;
}
/*support1_2 End*/
/*support1_4 */
.container .support1_4 .rightHead{
    /*width:998px;*/
    width:100%;
    height: 100%;
    margin-top: 15px;
    border: #ffffff;
    border-radius: 5px;
}
.container .support1_4 .rightHead table{
    font-size: 11px;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #f0f0f0;
}
.container .support1_4 .rightHead tr{
    border-bottom: 1px solid #f0f0f0;
}
.container .support1_4 .rightHead td,th{
    padding: 7px 14px;
}
.container .support1_4 .rightHead .color_thead{
    background: #efedee;
}
.container .support1_4 .rightHead .color_tr{
    background: #f9f9f9;
}
/*support1_4 End*/
/*support_2_1.html*/
input[type="checkbox"]{
    margin: 0 auto;
    margin-top: 5px;
}
/*改變checkbox*/
.container .rightHead_support2-1 input[type="radio"], .container .rightHead_support2-1 input[type="checkbox"]{
    display:none;
    /*把原生隱藏 */
    /*display:none;*/ /* 為方便比較，所以唔關原裝 */
}
.container .rightHead_support2-1 input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) right top no-repeat;
    cursor:pointer;
}
.container .rightHead_support2-1 input[type="radio"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -45px top no-repeat;
}
.container .rightHead_support2-1 input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) -24.5px top no-repeat;
    cursor:pointer;
}
.container .rightHead_support2-1 input[type="checkbox"]:checked + label span {
    background: url(../images/check_radio_sheet.png) left -2.5px top -1px no-repeat;
}
/*改變checkbox 結束*/
.QuesBlank{
    width: 30px;
}
.container .rightHead_support2-1 table{
}
.container .rightHead_support2-1 th,td{
    border: solid 1px #d4d4d4;
}
.cboxElement{
}
.btn-big{
    padding: 10px 70px;
}
.indexlogin{
    position: relative;
}
.indexlogin p{
    color: #3c6edd;
    font-size: 18px;
    font-weight:bold;
}
.indexlogin label{
    font-size: 14px;
    margin-left: 100px;
    color:#828282;
}
.indexlogin input{
    line-height: 25px;
    height: 25px;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    background: #f9eedc;
    border:solid 1px #d2c1ad;
    border-radius: 5px;
    color:#000;
}
/*.indexlogin .con{*/
/*}*/
.indexlogin textarea{
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    background: #f9eedc;
    border:solid 1px #d2c1ad;
    border-radius: 5px;
    color:#000;
    overflow:auto;
}
/*改變placeholder提示字的顏色*/
/*::-webkit-input-placeholder {*/
    /*color:#000;*/
/*}*/
/*:-moz-placeholder { !* Mozilla Firefox 4 to 18 *!*/
    /*color:#000;*/
    /*opacity:  1;*/
/*}*/
/*::-moz-placeholder { !* Mozilla Firefox 19+ *!*/
    /*color:#000;*/
    /*opacity:  1;*/
/*}*/
/*:-ms-input-placeholder { !* Internet Explorer 10-11 *!*/
    /*color:#000;*/
    /*padding: 10px;*/
/*}*/
.indexlogin .btn-grayBorder{
    margin:20px 0 0 100px;
    background: #cacaca;
    border:solid 1px #797979;
    border-radius: 5px;
    color:#000;
    line-height: 15px;
}
.indexlogin .btn-blueBorder{
    margin:20px 0 0 15px;
    background: #cfedf5;
    border:solid 1px #25acd9;
    border-radius: 5px;
    color:#000;
    line-height: 15px;
}
.indexlogin .btn-redBorder{
    margin:20px 0 0 15px;
    background: #FFB5B5;
    border:solid 1px #FF2D2D;
    border-radius: 5px;
    color:#000;
    line-height: 15px;
}
/*support_2_1.html End*/
/*post_banner.html*/
.post_banner_new{
    /*margin:0 auto;*/
    width:600px;
}
.btn-small{
    padding: 3px 5px;
}
.title-post,.title-browse{
    margin: 5px 0;
    line-height: 30px;
    height: 30px;
}
.margin-top{
    margin: 25px 20px 0 0;
}
.post-priority{
    line-height: 30px;
    height: 30px;
    margin: 5px 0 10px 0;
}
.span1-post-banner textarea{
    border: 1px solid #a3a3a3;
    overflow: auto;
    margin: 5px 0 0 0;
}

.post-page{
    margin:5px -6px 20px 0;
}
/*post_banner.html End*/

/* Checkbox  開關css*/
.post_banner  div.mb {
}
.mb-weight{
    margin: 0 0 50px -23px;
    max-width: 100%;
    max-height: auto;
}
.post_banner .mb-two {
    margin: -32px 0 50px 0;
}
.post_banner input[type="checkbox"] {
    /* IE opacity hacks */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    /*margin-left: 50px;*/
}
.post_banner .cb-label {
    position: relative;
}
.post_banner .cb-label:before {
    content: ' ';
    position: absolute;
    /*background: transparent url(../images/switch.png) no-repeat scroll 0 0;*/
    height: 42px;
    width: 50px;
    left: 14px;
    top:5px;
}
.post_banner input[type="checkbox"]:checked ~ .cb-label:before,
    /* the .checked class is used by IE only */
.post_banner input[type="checkbox"].checked ~ .cb-label:before {
    background-position: 0px -40px;
}
/* Checkbox  開關css END*/
/*select*/
/*for ie*/
select::-ms-expand {
    display: none;
}
.SelectStyle select {
    background: transparent;
    width: 120px;
    /*padding: 5px 0;*/
    padding: 7px 0 7px 4px; /*edit 0303 */
    font-size: 13px; /*edit 0303 */
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.SelectStyle {
    width: 120px;
    /*!*overflow: hidden;*! 影響firefox跑版的原因?!*/
    background: url(../images/triangle3.png) no-repeat 100px center #fff; /*background: 請填入箭頭圖示路徑*/
    border: 1px solid #ccc;
    sposition: relative;
    border-radius: 5px;
}
.SelectStyle-page select {
    width: 45px;
    /*padding-top: -10px;*/
    /*background: #DDD;*/
}
.SelectStyle-page {
    width: 45px;
    height: 25px;
    background: url(../images/triangle3.png) no-repeat 25px center #fff; /*background: 請填入箭頭圖示路徑*/
}
.select_one{
    background: #ddd;
    color:#858687;
    height: 30px;
    /*max-height: 100%;*/
    border: #ddd;
}
/*select End*/
/*support_3_0.html*/
.container .support1_2 .rightHead_3_0{
    margin-top:40px;
    width:449px
}
.container .support1_2 .rightHead_3_0 .head{
    width: 450px;
    background: #d4d4d4;
}
.container .support1_2 .rightTable_3_0{
    margin-top: 40px;
}
.container .support1_2 .rightTable_3_0 th{
    border: 1px solid #dcdcdc;
}
.add-message{
    margin: 30px 0 0 0;
}
/*support_3_0.html End*/
/*backstage-purview.html*/
.input-success{
    border: 1px solid #a3a3a3;
    background: #7fd1cb;
    padding: 15px 0 15px 15px;
    width: 400px;
    margin: 20px 0 10px 0;
}
.input-new{
    padding: 5px;
    margin: 10px 0 15px -5px;
}
.input-new input{
    padding: 3px;
    line-height: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}
.renew-btn{
    margin: 30px 0 0 0;
}
/*backstage-purview.html End*/
/*editPassword.html*/
.editPassword{
    width: 250px;
    height: 250px;
    border: 1px solid #d3d3d3;
    /*margin: 50px 0 0 0;*/
    text-align: center;
}
.old-password{
    margin: 30px 0 0 0;
}
.old-password input,.new-password input,.again-password input{
    line-height: 20px;
    height: 20px;
    margin: 0 0 20px 10px;
    padding: 5px;
}
.btn-editPassword{
    margin: 0 0 0 10px;
    width: 120px;
}
/*editPassword.html End*/
/*editBanner.html*/
.micrifyImg{
    width: auto;
    height: 50px;
}
/*editBanner.html End*/

/*postBanner checkbox*/
/* on-off checkbox switch */
.switch {
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 25px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.switch:after, .switch:before {
    background-color: #1D8740;
    color: #FFF;
    content: "ON";
    display: block;
    font-size: 13px;
    line-height: 1.5;
    height: 100%;
    left: 0;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 51%;
    /* This is so the darker color doesn't show through the rounded corners of the knob */
}
/* before 部分覆蓋過去 */
.switch:before {
    background-color: #999;
    content: "OFF";
    left: auto;
    right: 0;
    width: 50%;
}
.switch .knob {
    background: #f7f7f7;
    border: 1px solid #999;
    border-bottom: none;
    border-top: none;
    border-radius: 2px;
    display: block;
    font-size: 13px;
    height: 100%;
    left: -1px;
    position: relative;
    top: 0;
    width: 50px;
    z-index: 2;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;  /*移動效果*/
}
.switch .knob:before, .switch .knob:after {
    /*border: 4px solid transparent; !*影響上面三角形的(到content) *!*/
    border-left-color: inherit;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: 2px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
}
.switch .knob:before {
    border-left-color: transparent;
    border-right-color: inherit;
    margin-left: -10px;
}
.switch input {
    position: absolute;
    visibility: hidden;
}
.switch input:checked + .knob {
    left: 50%;
}
.lhOn-off{
    line-height: 36px;
}
/* on-off checkbox switch END*/
/*postBanner checkbox End*/
.edit-post-error{
    top:0;
    right:0;
    float: right;
    cursor: pointer;
}
.line-h{
    line-height: 27px;
}
.timeZ-index{
    position: absolute;
    z-index: 3;
}
.detail_word{
    word-wrap: break-word;
}