.support {
    text-align: center;
    margin: 0px auto;/*div置中*/
    width: 1040px;
    min-height: 600px;
    max-height: 100%;
    margin-bottom: 10px;
    padding: 27px;
    overflow: auto;
    /*margin-left: -48px;*/
}
.support_qaDetail {
    /*min-height: 900px;*/
    max-height: 100%;
    overflow: auto;
}
.ch-password {
    min-height: 400px;
}
.support .support_left{
    float: left;
}
.support .support_left_1 ,.support_left_2{
    width:188px;
    height: 230px;
    margin: 0 26px 30px 21px;
    color: #000000;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 0  #e0e0e0;
    position:  relative;
}
.support .support_left_1 ul li:first-child p{
    color:#00B5B9;
    padding: 17px;
    font-weight: bold;
}
.support .support_left_1 p{
    color: #000000;
    padding: 12px;
}
.support .support_left_1 ul li{
}
.support .support_left_1 ul li.active{
    background: #00B5B9;
}
.support .support_left_1 ul li.active p{
    color: #ffffff;
}
.support .support_left_2 p:first-child{
    margin-top: 10px;
}
.support .support_left_2 p{
    margin-top:5px;
    font-size:11px;
}
.support .support_left_2 .normal_ques{
    /*margin-top: 140px;*/
    position: absolute;
    bottom: 10px;
    left: 23px;
}
.support .support_left_2 .btn {
    display:inline-block;
    margin-bottom: 0;
    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;
}
.support .support_left_2 .btn-theme-gray{
    color: #000;
    background: #dbdbdb;
    border: #dbdbdb;
    border-radius: 5px;
    padding: 6px 30px;
    font-size: 13px;
}
.support .support_left_2 .btn-theme-gray:hover{
    color: #00B5B9;
}
.support .support_right{
    float: left;
    width: 780px;
    text-align: left;
    /*margin-bottom: 20px;*/
    min-height: 610px;
    max-height: 100%;
    overflow:auto;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 0  #e0e0e0;
}
.support .support_right_supQa{
    float: left;
    width: 780px;
    text-align: left;
    max-height: 100%;
}
.support .support_right_qaDetail{
    min-height: 800px;
    max-height: 100%;
    overflow:auto;
}
.ch-password .support_right{
    min-height: 400px;
    max-height: 100%;
    overflow: auto;
}
.about .support .support_right{
    max-width:100%;
    min-height: 200px;
    max-height: 100%;
    overflow: auto;
    text-align: left;
    border: 0px solid #DDDDDD;
}
.support .support_right_supQa .accordion_size{
    width: 740px;
    max-height: 100%;
    margin: 0 auto;
    margin-top:40px;
    margin-bottom:40px;
}
.support .support_right_supQa .supportFont_s h3{
   padding-left:30px;
}
.support .support_right_supQa .supportFont_s p{
    font-size: 14px;
}
.support .support_right .float_left{
    float: left;
}
/*原本的 display:inline-block*/
.support .support_right .block{
    display:block;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/ /*edit 0302*/
}
.support .support_right .inline_block:first-child {
    display: inline-block;
    margin-top: 20px;
}
.support .support_right .inline_block{
    display: inline-block;
    margin-bottom: 15px;
    /*margin-top: 20px;*/
}
.support .support_right .block-last{
    margin: 0 0 30px 0;
}

/*原本的 display:inline-block END*/

/*select */

.support .support_right .SelectStyle {
    width: 200px;
    overflow: hidden;
    background: url(arrow486.png) no-repeat 185px center #fff; /*background: 請填入箭頭圖示路徑*/
    border: 2px solid #ccc;
    border-radius: 5px;
}
/*for ie*/
select::-ms-expand {
    display: none;
}
.support .support_right .select_one {
    font-size: 13px;
    color: #888888;
    padding: 5px 0;
    border-radius: 2px;
}
.support .support_right .select_time{
    color: #888;
}
.support .support_right  .SelectStyle select {
    background: transparent;
    width: 200px;
    padding: 5px 10px;
    line-height: 1.2;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 5px;
}
/*select End*/
.support .center{
    text-align: center;
}

/*support_qa*/
.support .support_left_2 .normal_ques .active{
    color: #fff;
    background: #142e3c;
    border-radius: 5px;
    border: 2px solid #00cace;
    padding: 6px 30px;
}
/*page*/
.page {
    width: 100%;
    margin: auto;
    text-align: center;
    float: left;
    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: 5px;
    position: relative;
}
.page li a:link, .page li a:visited {
    text-decoration: none;
    background-color: #ddd;
    color: #858687;
    padding: 3px 10px;
    border-radius: 5px;
    position: relative;
}
.page li.current a {
    background-color: #555555;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    position: relative;
}
.page li a:hover {
    background-color: #555555;
    color: #fff;
    border-radius: 5px;
}
/*page End*/
/*support_qa End*/

.support .support_right .container_1{
    background: #f9fafc;
    width: 540px;
    max-height: 100%;
    padding: 20px 40px;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #767676;
    border-radius: 5px;
    border: 1px solid #edf1f2;
}
.support .support_right .container_2,.container_3,.container_4,.container_7{
    background: #f2fbf8;
    width: 540px;
    max-height: 100%;
    padding: 20px 40px;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 15px;
    color: #767676;
    border-radius: 5px;
    border: 1px solid #e2edeb;
}
.container_4_h3{
    display: none;
}
.container_4 ul li{
    padding: 3px 0;
}
.container_4 ul li input[type="radio"]{
    height: 12px;
    line-height: 12px;
}
.support .support_right .container_3 a{
    color: #00B5B9;
    text-decoration: underline;
}
.support .support_right .container_3 a:hover{
    color: #00CACE;
    text-decoration: underline;
}
.support .support_right .container_6{
    margin: 0 0 10px 0;
    height: 30px;  /* jwc edit 0217 為了ie */
}
.support .support_right_qaDetail h3{
    margin: 15px 0 0 80px;
    font-size: 16px;
    font-weight:bold;
    color: #555555;
}
.support .support_right .less_text{
    margin: 17px 0 0 20px;
    color:#888888;
}
.support .support_right .container_5{
    margin: 0 0 0 80px;
}
.support .support_right .container_5 textarea{
    width: 600px;
    height: 40px;
    max-height: 100%;
    overflow: auto;
    padding: 10px 10px;
    margin: 5px 0 0 0;
    border: 2px solid #ccc;
}
.support .support_right .container_4 textarea{
    width: 300px;
    height: 80px;
    max-height: 100%;
    overflow: auto;
    padding: 10px 10px;
    margin: 5px 0 0 0;
    border: 2px solid #ccc;
}

.support_right td a.success{
    color: #00B5B9;
    text-decoration: underline;
}
.support_right td a.success2{
    color: #4e7c94;
    text-decoration: underline;
    font-weight:bold;
}
/*change_passward*/
.support .support_right .bk{
    background: #f2fbf8;
    border: 2px solid #e1edeb;
    border-radius: 5px;
    width: 270px;
    max-height: 50px;
    padding: 15px 15px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
    color: #888888;
}
.support .support_right .bk2{
    background: #f2fbf8;
    border: 2px solid #e1edeb;
    border-radius: 5px;
    width: 350px;
    max-height: 50px;
    padding: 15px 15px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; 
    font-size: 12px;
    color: #888888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.color-chPassword{
    font-size: 12px;
    color:#777777;
}
.support .support_right .text_right{
    text-align: right;
    width: 60px;
    margin-right: 10px;
    margin-left: -45px;
    height: 27px;
    line-height: 27px;
}
.support .support_right .text_right2{
    margin-left: -55px;
    -webkit-margin-start:-45px;
}
.support .support_right .text_right3{
    text-align: right;
    width: 60px;
    margin-right: 10px;
    margin-left: -45px;
    height: 70px;
    line-height: 70px;
}

.support .support_right .margin_left{
    margin-left: 88px;
}
.support .support_right input{
    border-radius: 5px;
    border: 2px solid #ccc;
    line-height: 27px; /*edit 0301*/
    height: 27px; /*edit 0301*/
}
.ui-datepicker-trigger{
    margin: 0 0 0 7px;
}
/* change_password.html 的input */
.support .support_right .block input{
    border-radius: 5px;
    border: 2px solid #ccc;
    width:220px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    line-height: 31px; /*edit 0302　因為bpx-sizing 的關係，所以多給他4px(上下各2px) */
    height: 31px; /*edit 0301*/
}
.support .support_right .block .tips{
    font-size: 12px;
    color: #888888;
    margin:-10px 0 10px 0;
}
.support .support_right .block .tips-double{
    font-size: 12px;
    color: #888888;
    margin:-10px 0 10px -110px;
}
.support .support_right .btn-theme {
    width: 200px;
    height: 40px;
    font-size: 16px;
    background: #00B5B9;
    color: #ffffff;
    border-radius: 5px;
    /*padding: 7px 75px;*/
    margin:20px 0 0 15%;
}
.support .support_right .btn-theme_1 {
    margin:0 0 40px 20px;
    letter-spacing:0.9em;
    text-align: center;
    text-indent: 0.9em;
}
.support .support_right .ch-btn-theme {
    margin: 20px 0 150px 20px;
}
.support .support_right .btn-theme:hover{
    background: #00CACE;
}
.support .support_right .btn-proSolved{
    width: 200px;
    height: 40px;
    background: #fff;
    color: #00B5B9;
    border: 2px solid #00B5B9;
    border-radius: 5px;
    padding: 6px 46px;
    margin:20px 0 0 20px;
}
.support .support_right .btn-proSolved:hover{
    background: #e0fef7;
}
.support .support_right .btn-backProList{
    width: 200px;
    height: 40px;
    background: #fff;
    color: #888888;
    border: 2px solid #888888;
    border-radius: 5px;
    padding: 6px 46px;
    margin:20px 0 0 20px;
}
.support .support_right .btn-backProList:hover{
    border:2px solid #33b5b7;
    color:#33b5b7;
}
.support .support_right .blue{
    color: #104d6e;
    font-size: 15px;
    font-weight:bold;
    padding: 15px 15px 12px 15px;
}

/*change_passward End*/


.formStyle textarea {
    width: 330px;
    height: 100px;
    border: 2px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: auto;
}
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: 2px;
    font-size: 12px;
}
.addImage{
    margin: 5px 0 0 -57px;
}
.addImage2{
    margin: 5px 0 0 0;
}
.addImage2-text{
    font-size: 12px;
    color: #ccc;
    margin:7px 0 0 170px;
}
.addImage .uploadimgArea {
    width: 320px;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #fff;
    border: 2px solid #c0c0c0;
    position: relative;
    /*margin: 0 0 0 -20px;*/
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}
.addImage input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.addImage input.uploadimgfile {
    width: 150px;
    padding:5px 5px;
    /*padding-left: -100px;*/
    margin-left: -10px;
    margin-top: -5px;
    cursor: pointer;
    z-index: 2;
}
/*.addImage .upload-button{*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    /*box-sizing: border-box;*/
/*}*/
.addImage .upload-button img{
     /*margin-top:1px;*/
    margin-left: -5px;
 }
.alert{
    width: 700px;
    height: auto;
    background: #dcdcdc;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom:20px;
    border-radius: 5px;
    text-align: left;
    color: #888888;
}
.alert .alertMessage{
    padding: 5px 12px 0 12px;
    font-size: 13px;
}
.alert .alertMessage-p{
    padding: 0 12px 5px 12px;
    font-size: 12px;
}

/*table*/
.support_right .supportTable{
    padding: 20px;
    text-align: center;
}
.i_qa_hover{
    height: 150px;
    max-height: 100%;
    overflow: auto;
}
.i_qa_hover a{
	text-indent:14px;
    color: #108e8a;
    text-decoration: underline;
}
.i_qa_hover a:hover{
    color: #00B5B9;
}
/*table*/
/*supportTop*/
.supportTop_title{
    /*width:70%;*/
    /* 虛線 border: 1px dashed;*/
    padding: 15px 25px;
    width: 350px;
    /*margin: 0 auto;*/
    /*margin-top: 20px;*/
    margin: 50px 70px;
    color: #555555;
    background: #f1f1f1;
    text-align: left;
    max-height:100%;
    word-break: break-all;
}
.supportTop_title span{
    color: #00B5B9;
    /*text-decoration: underline;*/
}

.supportTop_title_n{
    width:70%;
    padding: 5px;
    margin: 15px 0 0 70px;
    color: #555555;
    background: #f1f1f1;
    text-align: left;
    max-height:100%;
}
.supportTop-btn_n{
    margin: 0 auto;
    text-align: center;
    margin: 10px 0 5px 0;
}
.supportTop-p{
    color: #888888;
    margin: 10px 0 0 50px;
    line-height: 1.6;
}
.supportTop-btn{
    margin: 0 auto;
    text-align: center;
    margin: 40px 0 20px 0;
}
/*.btn-supportTop{*/
    /*background: #fff;*/
    /*border: 5px solid #00cace;*/
    /*color: #000;*/
    /*padding: 5px 40px;*/
/*}*/
.supImg{
    margin: 10px 0 15px 20px;
}
.supImg img{
    margin: 10px 0 0 0;
    width: 60%;
    height: auto;
}
.supImg img:last-child{
    padding: 0 0 20px 0;
}
.table-image{
    margin:0 0 20px 290px;
}
.table-image2{
    margin:20px 0 10px 0;
    
}
.table-image2 td{
    border: none;
    width: auto;
    height: auto;
    padding: 0 20px 0 0;
}
.detail_word{
    /*word-break: break-all;*/
    word-wrap: break-word;
}
.sup_t2{
    padding:5px;
    text-align:center; 
    /*margin: 40px 50px;*/
}
/*QA 內文顏色字*/
.color-darkcyan{
  color: #008B8B;
}