body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft JhengHei";
    color: #454545;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

/*************************************/
/*                index              */
/*************************************/

.logo{
    margin: 20px auto;
}

header{
    margin-top: 10px;
}

header .svglogo{
    display: inline-block;
    width: 199px;
}

header .link_btn{
    text-align: right;
    align-self: center;
}

header .link_btn .fb{
    background-color: #3b3a50;
    color: #fff;
    font-weight: bold;
    width: 160px;
    font-size: 19px;
    border-radius: 5px;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
    text-decoration: none;
    cursor: pointer;
}

header .link_btn .fb:hover{
    color: #fff;
}

header .link_btn .line{
    background-color: #fc776a;
    color: #fff;
    font-weight: bold;
    width: 160px;
    font-size: 19px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
    text-decoration: none;
}

header .link_btn .sign_out{
    background-color: #8e8e8e;
    color: #fff;
    font-weight: bold;
    width: 160px;
    font-size: 19px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
    text-decoration: none;
}

.index_box{
    background: url(../tw_img/index/bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 10px 150px;
}

.index_box .right_text{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    font-family: "Microsoft JhengHei";
    position: relative;
}

.index_box .text_box{
    position: absolute;
    right: 80px;
    top: 310px;
}

.index_box .left_text{
    padding: 150px 80px 110px;
}

.index_box .left_text .title{
    font-size: 32px;
    font-weight: bold;
    color: #39394f;
    font-family: "Microsoft JhengHei";
    margin-bottom: 10px;
}

.index_box .left_text .text{
    font-size: 20px;
    margin-bottom: 50px;
}

.index_box .left_text .ios_box{
    text-align: center;
}

.index_box .left_text .ios{
    text-align: center;
    background-color: #3b3a50;
    padding: 15px;
    padding-top: 10px;
    display: inline-grid;
    border-radius: 10px;
    text-decoration: none;
    display: block\0;
}

.index_box .left_text .ios .name{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.index_box .left_text .ios .QR{
    margin-bottom: 10px;
}

.index_box .left_text .android{
    text-align: center;
    background-color: #fc776a;
    padding: 15px;
    padding-top: 10px;
    display: inline-grid;
    border-radius: 10px;
    text-decoration: none;
    display: block\0;
}

.index_box .left_text .android .name{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.index_box .left_text .android .QR{
    margin-bottom: 10px;
}

.index_link{
    padding-top: 20px;
}

.index_link a{
    color: #333333;
    font-size: 18px;
    margin-right: 25px;
}

@media(max-width:1760px){
    .index_box .text_box{
        right: 120px;
    }
}

@media(max-width:1500px){
    .index_box .left_text{
        padding: 130px 10px 100px;
    }
    .index_box .text_box{
        right: 100px;
    }
}

@media(max-width:1120px){
    .index_box{
        padding: 10px 40px;
    }
}

@media(max-width:991px){
    .index_box .right_text{
        font-size: 28px;
    }
    .index_box .text_box{
        right: 0px;
        left: 30px;
    }
}

@media(max-width:880px){
    .index_box .text_box{
        left: 0px;
        top: 330px;
    }
}

@media(max-width:767px){
    .index_box .text_box{
        position: static;
        color: #39394f;
    }
    .index_box .left_text{
        padding: 20px;
        background: rgba(255,255,255,0.6);
    }
    .index_box .android_box{
        text-align: center;
    }
    header .link_btn{
        margin-bottom: 10px;
    }
}

@media(max-width:576px){
    .logo{
        text-align: center;
    }
    .index_box .left_text .title{
        font-size: 30px;
    }
    .index_box .left_text .ios_box{
        margin-bottom: 20px;
    }
    .index_box .left_text .ios .QR,
    .index_box .left_text .android .QR{
        display: block;
        margin: 5px auto;
    }
}

@media(max-width:391px){
    header .link_btn .fb{
        margin-right: 0px;
        margin-bottom: 5px;
    }
}


/*************************************/
/*                 home              */
/*************************************/

/*searchbox*/

.search{
    background-color: #fc776a;
    padding: 20px;
}

.search_box{
    display: flex;
    padding: 5px 20px;
}

.search_box input{
    height: 45px;
    border-radius: 0px;
}

.search_btn{
    background-color: #39394f;
    height: 45px;
    padding: 0px 20px;
    border-radius: 0px;
}

/*webkit瀏覽器專用*/
.search_box ::-webkit-input-placeholder { color: #bfbfbf; }
/*Firefox 4-18瀏覽器專用*/
.search_box input::-moz-placeholder { color: #bfbfbf; }
/*Firefox 19+瀏覽器專用*/
.search_box input::-moz-placeholder{color:#bfbfbf;}
/*IE10瀏覽器專用*/
.search_box:-ms-input-placeholder{color: #bfbfbf;}

.inside_page{
    background-color: #ececec;
    padding: 40px 0px;
}

.inside_page_con{
    padding: 0px;
}

/****   輪播  *****/

.radio_station{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.radio_station .title{
    font-size: 22px;
    font-weight: bold;
    color: #fc776a;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.radio_station .title img{
    vertical-align: bottom;
    margin-right: 5px;
}

.radio_station .owl-dots{
	display: none;
}

.radio_station .owl-theme .owl-nav {
    margin-top: 20px;
    position: initial;
    right: 0;
    display: block;
}

.radio_station .slick-prev{
    background: url(../tw_img/other/left.png);
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 2;
}

.radio_station .slick-next{
    background: url(../tw_img/other/right.png);
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    right: -25px;
}

.station_box{
    padding: 0 10px;
}

.station_box a{
    outline: none;
}

.station_box .item img{
    margin: auto;
    width: 100%;
}

.station_box .text{
    margin-top: 10px;
}

.station_box .text .sub{
    color: #999999;
    font-size: 15px;
}

.station_box .text .name{
    font-size: 19px;
    font-weight: bold;
}

.station_box .text .company span{
    color: #999999;
}

@media(max-width:767px){
    .radio_station .slick-prev{
        background: url(../tw_img/other/left_s.png);
        width: 40px;
        height: 40px;
        left: -10px;
    }
    .radio_station .slick-next{
        background: url(../tw_img/other/right_s.png);
        width: 40px;
        height: 40px;
        right: -10px;
    }
}

@media(max-width:576px){
    .inside_page{
        padding-top: 20px;
    }
    .search{
        padding: 20px 0px;
    }
    .search .container{
        padding: 0px;
    }
    .radio_station{
        padding: 20px 0px;
        margin-bottom: 15px;
    }
    .station_box .text .name{
        font-size: 18px;
    }
    .station_box .text .company{
        font-size: 15px;
    }
}


/*introduction*/

.introduction{
    background-color: #fff;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.introduction .img_box{
    align-self: center;
}

.introduction .text_box{
    position: relative;
    margin-top: 10px;
}

.introduction .share{
    display: flex;
    align-items: center;
}

.introduction .fb{
    background: url(../tw_img/other/fb.png);
    width: 31px;
    height: 31px;
    display: inline-block;
    margin: auto 10px;
}

.introduction .fb:hover{
    background: url(../tw_img/other/fb_hov.png);
}

.introduction .line{
    background: url(../tw_img/other/line.png);
    width: 31px;
    height: 31px;
    display: inline-block;
    margin-left: 5px;
}

.introduction .line:hover{
    background: url(../tw_img/other/line_hov.png);
}

.introduction .text{
    margin-top: 30px;
    font-size: 17px;
}

.introduction .text .title{
    color: #999999;
}

.introduction .btn_box{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px 20px;
}

.introduction .btn_box .forward{
    background-color: #39394f;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 15px;
    text-decoration: none;
    cursor: pointer;
}

.introduction .btn_box .forward:hover{
    color: #fff;
}

.introduction .btn_box .forward img{
    vertical-align: sub;
    vertical-align: middle\0;
    margin-right: 5px;
}

.introduction .btn_box .subscription{
    background-color: #fc776a;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.introduction .btn_box .subscription:hover{
    color: #fff;
}

.introduction .btn_box .subscription img{
    vertical-align: sub;
    vertical-align: middle\0;
    margin-right: 5px;
}

.program{
    background-color: #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.program .title{
    font-size: 22px;
    font-weight: bold;
    color: #fc776a;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.program .title img {
    vertical-align: bottom;
    margin-right: 5px;
}

.program .table tbody{
    width: 100%;
    display: inline-table;
}

.program .table tr{
    border-bottom: 1px dashed #e5e5e5;
    align-items: center;
    display: inline-table\0;
    width: 100%\0;
}

.program .table tr:nth-child(even){
    background-color: #f5f5f5;
}

.program .table th,
.program .table td{
    border-top: 0px;
    vertical-align: middle;
}

.program .table th{
    width: 100%;
}

.program .table td button{
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    padding: 5px;
}

.program .table td button:focus{
    outline: none;
}

.program .table th .headline{
    font-size: 22px;
    font-weight: bold;
}

.program .table th .text_box span{
    font-size: 18px;
    color: #999999;
    margin-right: 10px;
}

.program .table th .text_box a{
    font-size: 18px;
    color: #fc776a;
    text-decoration: none;
}

.program .table th .text_box a:hover{
    border-bottom: 1px solid;
}

@media(max-width:576px){
    .introduction .share{
        margin-top: 15px;
    }
    .introduction .fb{
        margin: auto 5px;
    }
    .introduction .btn_box{
        margin: 20px 15px;
        left: 0px;
        top: 38px;
    }
    .introduction .btn_box .forward{
        margin-right: 5px;
    }
    .introduction .text{
        margin-top: 50px;
    }
    .program .table th {
        width: 80%;
    }
}

@media(max-width:480px){
    .program .table th .text_box a{
        display: table;
    }
}

/*************************************/
/*              player              */
/*************************************/

.player{
    background-color: #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.player .head_box{
    display: block;
    padding-bottom: 10px;
}

.player .head_box p{
    font-size: 22px;
    font-weight: bold;
}

.player .head_box span{
    color: #fc776a;
    font-size: 18px;
    float: right;
    margin-top: 5px;
    font-weight: 500;
}

.player .head_box span img{
    margin-right: 5px;
    vertical-align: sub;
}

.player .player_box{
    margin: 20px auto 10px;
}

.player .switch{
    text-align: right;
}

.player .switch button{
    background-color: #ffe1df;
    color: #fc776a;
    border: 0px;
    padding: 5px 20px;
    border-radius: 5px;
    margin-left: 20px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

.player .message{
    margin-top: 20px;
}

.player .message .title{
    font-size: 20px;
    font-weight: bold;
    color: #fc776a;
    margin-bottom: 15px;
}

.player .message .title img{
    margin-right: 10px;
    vertical-align: sub;
}

.player .message textarea{
    width: 100%;
    border: 0px;
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    outline: none;
}

textarea::-webkit-input-placeholder {
    color: #a1a1a1;
}
  
textarea:-moz-placeholder { /* Firefox 18- */
    color: #a1a1a1;  
}
  
textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #a1a1a1;  
}
  
textarea:-ms-input-placeholder {
    color: #a1a1a1;  
}
  
textarea::placeholder {
    color: #a1a1a1;  
}

.player .message_btn button{
    background-color: #fc776a;
    color: #ffffff;
    font-size: 18px;
    border: 0px;
    border-radius: 5px;
    padding: 5px 20px;
    margin-right: 25px;
    outline: none;
    cursor: pointer;
}

.message_list{
    background-color: #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.message_list .title{
    font-size: 20px;
    font-weight: bold;
    color: #fc776a;
    margin-bottom: 15px;
}

.message_list .title img{
    margin-right: 5px;
    vertical-align: sub;
}

.message_list .list_box{
    border: 4px solid #e5e5e5;
    margin: 10px auto;
    display: inline-block;
    width: 100%;
}

.message_list .list_box .table{
    width: 60%;
    font-size: 17px;
    padding: 15px 15px 0px;
    display: table-cell;
}

.message_list .list_box .table th{
    border: 0px;
    color: #666666;
    width: 90px;
    padding: 5px;
}

.message_list .list_box .table td{
    border: 0px;
    color: #333333;
    padding: 5px;
}

.message_list .message_tine{
    text-align: right;
    color: #999999;
    padding: 0px 20px 5px;
    font-size: 17px;
}

@media(max-width:767px){
    .message_list .list_box{
        border: 2px solid #e5e5e5;
    }
    .message_list .list_box .table{
        width: 100%;
    }
}

@media(max-width:576px){
    .player .switch{
        text-align: center;
    }
    .message_list .list_box .table{
        padding: 15px 5px 0px;
    }
}

/*************************************/
/*                 QA                */
/*************************************/

.en_title{
    font-family: system-ui;
    font-size: 22px;
    font-weight: bold;
    color: #fc776a;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.QA{
    background-color: #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.QA .title img {
    margin-right: 5px;
}

.QA .set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px #eaeaea;
	-moz-box-shadow: 0 0 5px #eaeaea;
	box-shadow: 0 0 5px #eaeaea;
}

.QA .set .hd_link{
    color: #3b3a50;
    text-decoration: none;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
    display: block;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.QA .set .hd_link p{
    padding-right: 25px;
}

.QA .set .even{
    background-color: #f5f5f5;
}

.QA .set .hd_link.active img{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .5s;
}

.QA .set .hd_link .QA_arrow {
    position: absolute;
    color: #d5d5d5;
    font-size: 20px;
    top: 25px;
    right: 10px;
}

.QA .accordion-content{
    display: none;
    padding: 20px 25px;
    border: 1px solid #e5e5e5;
    border-top: 0px;
}

.QA .editor{
    color: #333333;
    font-size: 18px;
}

.QA .editor a{
    color: #333333;
    font-size: 18px;
}

@media(max-width:576px){
    .QA_box .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .QA .set .hd_link{
        font-size: 20px;
    }
    .QA .accordion-content{
        padding: 15px;
    }
}


/*************************************/
/*             privacy_box           */
/*************************************/

.privacy_box{
    background-color: #fff;
    padding: 40px;
    font-size: 17px;
    margin-bottom: 20px;
}

.privacy_box .title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    font-family: "Microsoft JhengHei";
    margin-bottom: 20px;
}

.privacy_box p{
    margin-bottom: 8px;
}

.privacy_box .mb{
    margin-bottom: 15px;
}

.privacy_box .subtitle{
    margin: 2px 2px 8px 20px;
}


@media(max-width:576px){
    .privacy_box{
        padding: 20px;
    }
}

/*************************************/
/*               btn_box             */
/*************************************/

.bottom_btn{
    text-align: center;
    margin: 30px auto;
}

.bottom_btn a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin: 5px 40px;
    border-radius: 5px;
    text-decoration: none;
    width: 120px;
    height: 45px;
    line-height: 45px;
}

.bottom_btn .blue_btn{
    background-color: #3b3a50;
}

.bottom_btn .orange_btn{
    background-color: #fc776a;
}

@media(max-width:767px){
    .bottom_btn a{
        margin: 5px auto;
        width: 100%;
    }
}

@media(max-width:576px){
    .bottom_btn{
        margin: 0px auto;
    }
}

/*************************************/
/*               page                */
/*************************************/

.page{
    text-align: center;
    padding: 20px 0px;
}

.page ul{
    margin-bottom: 0px;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.page li .number{
    font-size: 18px;
    color: #333333;
    margin: auto 5px;
}

.page li .number:hover {
    color: #fff;
    color: #fc776a;
    border-bottom: 1px solid #fc776a;
    text-decoration: none;
}

/*************************************/
/*               footer              */
/*************************************/


.go_top {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 1;
}

.copyright{
    color: #999999;
    padding: 20px;
    text-align: right;
    font-size: 16px;
    padding-right: 0px;
}

@media(max-width:576px){
    .copyright{
        text-align: left;
    }
}

