body {
    font-family: Microsoft YaHei, Arial, sans-serif;
    margin: 0 auto;
    width: 1200;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav {
    margin: 0px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }

h3 {
  font-size:100%;
}
/* 置頂廣告 */
.topblue1 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 225%;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #337ab7;
  color: #fff;
  border-color: #2e6da4;
}
.topblue1:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.topblue1:visited {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.topred1 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 225%;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9534f;
  color: #fff;
  border-color: #d43f3a;
}
.topred1:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.topred1:visited {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btnprimary {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #337ab7;
  border-radius: 4px;
  background-color: #fff;
  color: #337ab7;
}
.btnprimary:hover {
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #fff;
}
.btnwarning {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #f0ad4e;
  border-radius: 4px;
  background-color: #fff;
  color: #f0ad4e;
}
.btnwarning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border: 1px solid #fff;
}
.btninfo {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #5bc0de;
  border-radius: 4px;
  background-color: #fff;
  color: #5bc0de;
}
.btninfo:hover {
  color: #fff;
  background-color: #5bc0de;
  border: 1px solid #fff;
}
.btnblue {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #003399;
  border-radius: 2px;
  background-color: #ededed;
  color: #003399;
}
.btnblue:hover {
  color: #fff;
  background-color: #003399;
  border: 1px solid #003399;
}
.btnblue:visited {
  color: #fff;
  background-color: #003399;
  border: 1px solid #003399;
}
.btnred {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #c00;
  border-radius: 2px;
  background-color: #fff;
  color: #c00;
}
.btnred:hover {
  color: #fff;
  background-color: #c00;
  border: 1px solid #c00;
}
.btnred:visited {
  color: #fff;
  background-color: #c00;
  border: 1px solid #c00;
}
.btnmain {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #d076c5;
  border-radius: 2px;
  background-color: #fff;
  color: #d076c5;
}
.btnmain:hover {
  color: #fff;
  background-color: #d076c5;
  border: 1px solid #d076c5;
}
.btnmain:visited {
  color: #fff;
  background-color: #d076c5;
  border: 1px solid #d076c5;
}

/* 字體 */
.gxlarge, .glarge, .gnormal, .gmiddle, .gsmall,
.rxlarge, .rlarge, .rnormal, .rmiddle, .rsmall,
.bxlarge, .blarge, .bnormal, .bmiddle, .bsmall,
.wxlarge, .wlarge, .wnormal, .wmiddle, .wsmall,
.egxlarge, .eglarge, .egnormal, .egmiddle, .egsmall,
.erxlarge, .erlarge, .ernormal, .ermiddle, .ersmall,
.ebxlarge, .eblarge, .ebnormal, .ebmiddle, .ebsmall,
.ewxlarge, .ewlarge, .ewnormal, .ewmiddle, .ewsmall
a:link {
	color: #003399;
	text-decoration: none;
}
.gxlarge, .glarge, .gnormal, .gmiddle, .gsmall,
.rxlarge, .rlarge, .rnormal, .rmiddle, .rsmall,
.bxlarge, .blarge, .bnormal, .bmiddle, .bsmall,
.wxlarge, .wlarge, .wnormal, .wmiddle, .wsmall,
.egxlarge, .eglarge, .egnormal, .egmiddle, .egsmall,
.erxlarge, .erlarge, .ernormal, .ermiddle, .ersmall,
.ebxlarge, .eblarge, .ebnormal, .ebmiddle, .ebsmall,
.ewxlarge, .ewlarge, .ewnormal, .ewmiddle, .ewsmall
a:visited {
	color: #6699CC;
	text-decoration: none;
}
.gxlarge, .glarge, .gnormal, .gmiddle, .gsmall,
.rxlarge, .rlarge, .rnormal, .rmiddle, .rsmall,
.bxlarge, .blarge, .bnormal, .bmiddle, .bsmall,
.wxlarge, .wlarge, .wnormal, .wmiddle, .wsmall,
.egxlarge, .eglarge, .egnormal, .egmiddle, .egsmall,
.erxlarge, .erlarge, .ernormal, .ermiddle, .ersmall,
.ebxlarge, .eblarge, .ebnormal, .ebmiddle, .ebsmall,
.ewxlarge, .ewlarge, .ewnormal, .ewmiddle, .ewsmall
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.gxlarge, .glarge, .gnormal, .gmiddle, .gsmall,
.egxlarge, .eglarge, .egnormal, .egmiddle, .egsmall
{ color: #333333; text-decoration:none; }
.rxlarge, .rlarge, .rnormal, .rmiddle, .rsmall,
.erxlarge, .erlarge, .ernormal, .ermiddle, .ersmall
{ color: #CC0000; text-decoration:none; }
.bxlarge, .blarge, .bnormal, .bmiddle, .bsmall,
.ebxlarge, .eblarge, .ebnormal, .ebmiddle, .ebsmall
{ color: #0000CC; text-decoration:none; }
.wxlarge, .wlarge, .wnormal, .wmiddle, .wsmall,
.ewxlarge, .ewlarge, .ewnormal, .ewmiddle, .ewsmall
{ color: #FFFFFF; text-decoration:none; }

.gxlarge, .glarge, .gnormal, .gmiddle, .gsmall,
.rxlarge, .rlarge, .rnormal, .rmiddle, .rsmall,
.bxlarge, .blarge, .bnormal, .bmiddle, .bsmall,
.wxlarge, .wlarge, .wnormal, .wmiddle, .wsmall
{ font-weight:normal; }
.egxlarge, .eglarge, .egnormal, .egmiddle, .egsmall,
.erxlarge, .erlarge, .ernormal, .ermiddle, .ersmall,
.ebxlarge, .eblarge, .ebnormal, .ebmiddle, .ebsmall,
.ewxlarge, .ewlarge, .ewnormal, .ewmiddle, .ewsmall
{ font-weight:bold; }

.xlarge, .gxlarge, .rxlarge, .bxlarge, .wxlarge, .egxlarge, .erxlarge, .ebxlarge, .ewxlarge
{ font-size:20px; }
.large, .glarge, .rlarge, .blarge, .wlarge, .eglarge, .erlarge, .eblarge, .ewlarge
{ font-size:18px; }
.normal, .gnormal, .rnormal, .bnormal, .wnormal, .egnormal, .ernormal, .ebnormal, .ewnormal
{ font-size:16px; }
.middle, .gmiddle, .rmiddle, .bmiddle, .wmiddle, .egmiddle, .ermiddle, .ebmiddle, .ewmiddle
{ font-size:14px; }
.small, .gsmall, .rsmall, .bsmall, .wsmall, .egsmall, .ersmall, .ebsmall, .ewsmall
{ font-size:12px; }

/* RWD */
a:hover {
    color: rgb(192, 0, 0);
}
.maincolor {
    background: #d076c5 !important;
}
.maincolor a {
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
}
.maincolor.btn {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: 0;
}
#header {
    background: none;
    border: none;
    padding-top: 9px;
    margin-bottom: 0;
}
#header .maincolor .open > a,
#header .maincolor .active > a {
    background: #6f0a63 !important;
}
#header .maincolor a:hover {
    background: #6f0a63 !important;
}
#sitemap a:hover {
    background: #6f0a63 !important;
}
#mobilelogin,
#mobilelogout,
#tablelogin,
#tablelogout {
    font-size: 16px;
    margin: 10px 0;
    background: #6f0a63 !important;
    border-color: #660000;
}

#header #top {
    background: #fff;
    padding-bottom: 2px;
}
#header #marquee {
    overflow: hidden;
    height: 25px;
}
#header .navbar-header {
    width: 100%;
}
#header .dropdown-menu {
    padding: 0;
}
#header .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}
#header #function {
    padding: 10px 0;
}
#header #navbottom {
    padding: 10px 0 0;
}
#navbar .nav>li>a {
    padding: 0 10px;
}

#welcome .nickname {
    color: #CC0000;
    font-size: 16px;
}

#news .panel .panel-heading {
    height: 42px;
    color: #fff;
    padding: 10px 8px;
}
#news .panel .panel-title a {
    font-size: 20px;
}
#news .media .media-left .media-object {
    width: 60px;
}
#news .media .media-body {
    font-size: 16px;
}
#news #message .num {
    color: #cc0000;
    font-weight: bold;
}

#tag {
    padding: 0 5px 10px 0;
}
/*@media (max-width: 767px) {
    #tag a {
        font-size: 16px;
    }
}*/
#content .navbar .nav li {
    border-right: 1px #999 solid;
}
#content h2 {
    padding: 0;
    margin: 0;
    font-size: 26px;
}
#content .content_title {
    display: inline-block;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 26px;
}
#content .dash {
    padding: 0 0 10px 0;
    font-size: 20px;
    color: #000;
}
#content .content_thumb {
    padding: 0 10px 10px 0;
}
#content .content_thumb .text {
    background: #aaa;
    text-align: center;
}
/*@media (max-width: 767px) {
    #content .content_thumb {width:100%;}
    #content .content_thumb .image img {width:100%;}
}*/
.content_head {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}
.content_head img {
    vertical-align: text-bottom;
    width: 32px;
}
.content_head a img {
    vertical-align: middle;
}
.content_head .title {
    font-size: 26px;
    font-weight: bold;
    padding-right: 10px;
    margin: 0;
    color: #000;
    display: inline-block;
}
.content_head .title a {
    color: #000;
}
.content_head .total {
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.content_head .vote {
    padding: 0 10px;
    color: #000;
    border-right: 1px solid #ccc;
}
.content_head .vote:hover {
    color: rgb(192, 0, 0);
}
.content_head .hot {
    padding: 0 10px;
    color: #000;
    border-right: 1px solid #ccc;
}
.content_head .hot:hover {
    color: rgb(192, 0, 0);
}
.content_head .rss {
    padding: 0 10px;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.content_head .num {
    color: #F26C4F;
}
/*@media (max-width: 767px) {
    .content_head .total {
        font-size: 16px;
    }
    .content_head .vote {
        font-size: 16px;
    }
    .content_head .hot {
        font-size: 16px;
    }
}*/
.content_in .title {
    font-weight: lighter;
}
.content_in .content_title {
    font-weight: bold;
}
.content_mail .title {
    font-weight: lighter;
}
.content_mail .content_title {
    font-weight: bold;
}
.content .notice {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 26px;
    /*font-weight: bold;*/
}
.content .mail .title {
    margin: 0;
    font-size: 26px;
}
.content .mail .content {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
#content_text {
    text-align:justify;
    text-justify:
    inter-ideograph;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
.add_post {
    font-size: 20px;
    color: #fff;
}
.form-control {font-size: 20px;}

#vote_function {
    /*background:#ddd;*/
    padding:10px 50px;
    position:relative;
}
#vote_function .title {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}
#vote_function table.vote {
    position: relative;
    z-index: 100;
}
#vote_function table.vote .button {
    color: red;
    border: 2px solid red;
    background: #fff;
    padding: 2px 5px;
}
#vote_function table.vote .number {
    color: #fff;
    padding: 2px 5px;
}
#vote_function table.vote .bar {
    border: 1px solid #fff;
}
#maybe .media:first-child {
    margin-top: 15px;
}
#vote_function_favorite_email_rss {
    background:#ddd;
    padding-bottom:10px;
    margin: 10px 0 10px 0;
}

.news_list {
    padding: 10px 0;
    border-bottom: 1px solid #999;
}
/*.news_list:first-child {
    border-top: 1px solid #999;
}*/
/*.news_list:last-child {
    border-bottom: 0;
}*/
.news_list .title {
    text-align:justify;
    text-justify:inter-ideograph;
}
.news_list .content {
    text-align:justify;
    text-justify:inter-ideograph;
}
.news_list .content .title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.news_list .content .title.black a {
    color: #000;
}
.news_list .content .support {
    font-size: 16px;
}
.function {
    position: relative;
    font-size: 16px;
    border-top: 0;
}
.function .name {
    color: rgb(192, 0, 0);
}
/*@media (max-width: 767px) {
    .function {
        font-size: 18px;
    }
}*/
/*.news_list .function .send {
    position: absolute;
    top: 0;
    right: 0;
}*/

.comments .media .media-left .content {
    width: 120px;
}
.comments .media .comment_date {
    font-size: 14px;
}
.comments .media .comment_ad a {
    font-size: 16px;
}
.comments .media .media-body, .media-left, .media-right {
    white-space: normal;
    overflow: auto;
}
#text_all {
    width: 100%;
}

.copyright {
    padding: 10px 0;
    background: #CCCCCC;
}
.copyright .text {
    color: #CC0000;
}

#sitemap{
    padding-top: 10px;
}
#sitemap .content {
    padding: 4px 10px;
}
#sitemap a {
    color: #fff;
    padding: 10px 4px;
    font-weight: normal;
    font-size: 16px;
}
#sitemap a.liidee {
    color:#003399 !important;
}
#sitemap a.liidee:hover {
    color:#FF6 !important;
}
#search {
    padding: 10px 0;
}
#search #keywordtitle {
    color:#CC0000;
    font-size: 16px;
}
#copyright {
    color: #333;
    padding-bottom: 20px;
}
#copyright .container {
    position: relative;
}
#copyright .container #counter {
    margin-top: -20px;
}

#block_image img {
    width: 100%;
}
#apDiv22 {
    position: fixed;
    left: 10px;
    bottom: 70px;
    z-index: 1000;
}
#apDiv22 .close {
    position: absolute;
    right: 0;
    top: 0;
}

#modal_login .modal-dialog {
    width: 380px;
    margin: 0 auto;
}
#modal_login .form-horizontal {
    padding-top: 40px;
}

#mobiletop {
    padding: 3px 10px 3px 10px;
    margin-bottom:10px;
}
#mobileheader .navbar-toggle,
#tableheader .navbar-toggle {
    background: #f8f8f8 !important;
}
#mobilemember,
#tablemember {
    margin: 10px 0;
    padding: 0 10px;
}
#mobilemember a,
#tablemember a {
    padding: 0 10px;
}
#mobileblock {
    padding-bottom: 10px;
    overflow: hidden;
}
#cse-search-box {
    margin: 0 0 10px 0;
    background-color: grey;
}
#cse-search-box input.gsc-input {}
#cse-search-box input.gsc-search-button {}
#cse-search-box form.gsc-search-box {}
#cse-search-box div.gsc-control-cse {background-color:grey;border:0;}
#table_search div.gsc-control-cse {background-color:grey;border:0;}

#mobilefooter {
    padding: 10px;
}
#mobilemessage {
    padding: 10px;
}
#mobilemessage .num {
    color: red;
    padding: 0 4px;
    font-size: 22px;
}

#mobileheader {
    margin-bottom: 0;
    background: none;
    border: none;
}
#mobileheader.nav>li>a {
    padding: 10px;
}
#mobilemenu {
    width: 320px;
    background-color: #333;
    overflow-x: hidden;
    overflow-y: auto;
}
#mobilemenu, #mobilemenu a {
    color: #aaa;
    font-size: 20px;
}
#mobilemenu ul, #mobilemenu li {
    list-style: none;
}
#mobilemenu > ul {
    padding-left: 0;
}
#mobilemenu > ul > li {
    background-color: #666;
}
#mobilemenu > ul > li > ul {
    background-color: #333;
}
#mobilemenu > ul > li > ul > li {
    padding: 5px 0;
}
#mobilemenu > ul > li.title {
    padding: 10px 20px;
}
#mobilemenu > ul > li.content {
    padding: 10px 0 10px 30px;
    background-color: #333;
}
#mobilemenu > ul > li .item {
    padding: 5px 0;
}
.mobilemenuopen {
    position: fixed;
}

*:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}
.panel {
    margin-bottom: 10px;
}
.pagination {
    margin: 10px 0 0 0;
}
.tag.btn {
    color: #337ab7;
    margin-top: 5px;
}
.tag.btn1 {
    color: #ffffff;
    margin-top: 5px;
//    padding: 0 5px 10px 0;
}
.tag.btn .label {
    background: #aaa;
    padding: 1px 5px;
}
h2.tag {
    font-size: 14px !important;
    margin-top: 5px !important;
    padding: 6px 12px !important;
}
.btn.homebtn {
    padding: 2px 10px;
}
.btn.homebtn.Rred {
    color: #CC0000;
    border-color: #CC0000;
    background-color: #fff;
}
.btn.homebtn.Rred:hover {
    color: #fff;
    background-color: #CC0000;
}
.btn.homebtn.red {
    color: #b2159f;
    border-color: #b2159f;
    background-color: #fff;
}
.btn.homebtn.red:hover {
    color: #fff;
    background-color: #b2159f;
}
.btn.homebtn.blue {
    color:#003399;
    border-color:#003399;
}
.btn.homebtn.blue:hover {
    color: #fff;
    background-color: #003399;
}

.SmallLinkBox.btn {
    padding: 1px 5px;
}

.media .btn.more {
    padding: 2px 10px;
    color: #b2159f;
    border-color: #b2159f;
    background-color: #fff;
}
.media .btn.more:hover {
    color: #fff;
    background-color: #b2159f;
}
.media .btn.more.left {
    color:#CC0000;
    border-color:#CC0000;
}
.media .btn.more.left:hover {
    color: #fff;
    background-color: #CC0000;
}
.media .btn.more.right {
    color:#003399;
    border-color:#003399;
}
.media .btn.more.right:hover {
    color: #fff;
    background-color: #003399;
}
.media,
.media a {
    white-space: nowrap;
}
.media-left, .media>.pull-left {
    padding-right: 5px;
}
.media-body, .media-left, .media-right {
    white-space: nowrap;
    overflow: hidden;
}
.media h3,
.media h4 {
    font-size: 18px;
    margin-bottom: 6px;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    box-sizing: content-box;
}

#player_1 {
    margin: 0 auto;
}

body {
    font-size: 18px;
}
/*@media (max-width: 767px) {
    body {
        font-size: 22px;
    }
}*/

.gray20 {
	font-size: 22px;
	color: #333333;
}
.gray16 {
	font-size: 18px;
	color: #333333;
}
.SmallLinkBox:link{ 
    display:block;
    width:60px;
    height:18px;
    background-color:#ededed;
    font-size:12px;
    text-align:center;
    color:#003399;
    line-height:17px;
    text-decoration:none;
    border:#003399 1px solid;}
.SmallLinkBox:visited{ background-color:#ededed; text-align:center; color:#003399; }
.SmallLinkBox:hover{ background-color:#003399; text-align:center; color:#FFF; border:#003399 1px solid;}
.SmallLinkred:link{ display:block; width:60px; height:18px; background-color:#ffffff;font-size:12px; text-align:center; color:#CC0000;line-height:17px; text-decoration:none; border:#CC0000 1px solid;}
.SmallLinkred:visited{ background-color:#ffffff; text-align:center; color:#CC0000; }
.SmallLinkred:hover{ background-color:#CC0000; text-align:center; color:#FFF; border:#CC0000 1px solid;}
::-webkit-input-placeholder {  font-size:19px;}
::-moz-placeholder {  font-size:19px; } /* firefox 19+ */
:-ms-input-placeholder {  font-size:19px;} /* ie */
input:-moz-placeholder {  font-size:19px; }
.gray18 {
	font-size: 18px;
	color: #333333;
}
.rednum {
	color: #CC0000;
	font-size: 16px;
}
.rednums {
    color: #CC0000;
    font-size: 13px;
}
/*.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background: none;
    border: none;
}*/

.comiis_foot_box{
    margin: 0;
    padding: 0;
}
.comiis_foot_box ul { display: block; height: auto; width: auto; overflow: hidden; /**/ display: block; border-radius: 0 15px 15px 0; min-width: 80px; }
    .comiis_foot_box ul li { display: block; vertical-align: top; font-size: 18px; font-weight: bold; height: auto; overflow: hidden; border-radius: 0px; box-sizing: border-box; border: 0px solid #fff; border-bottom: 1px solid #eee; border-left: 0px solid #eee; }
.comiis_foot_memu {
    position: fixed;
    display: block;
    z-index: 1024;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 49px;
    padding-top:4px;
}
.comiis_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.comiis_foot_memu li {
//    display: list-item;
    display: inline-block;
    float: left;
    height: 48px;
    text-align: center;
    overflow: hidden;
    list-style: none;
    width: 20%;
}
.bg_foot {
    background: #ffffff;
}
.f_foot{
    margin: 0;
    padding: 0;

}
.f_foot, .f_foot a {
    color: #aaaaaa !important;
}

.comiis_foot_memu li a {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    text-decoration: none;
    outline: none;
}
.comiis_foot_memu li a {
    display: block;
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
}

.comiis_foot_memu li a i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    margin: 4px auto 0;
    position: relative;
}
.comiis_foot_memu li a span {
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: calc(21px/2);
    overflow: hidden;
    font-weight: 300;
}

.footer-colapse-btn {
    background-color: #666;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #fff;
    background-image: url(/images/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center 45%;
    position: absolute;
    bottom: 13px;
    left: 22%;
    margin-left: -45px;
    z-index: 9;
    color: transparent;
    transform: rotate(180deg);
    transition: all .3s        
}

.footer-colapse-btn.active {
    transform: rotate(0);
}



@media screen and (min-width: 992px) {
    .big-submmit-button {
        padding: 18px;
        font-size: 3rem;
    }
}
.line-login-btn {
    background-color: #00b900; 
    color: white; 
    font-size: 1.4rem;
}
.goo-login-btn {
    background-color: #d14836; 
    color: white; 
    font-size: 1.4rem;
}
.fa-line-font {
    font-size:1.4rem !important;
}

.large-line-login-btn {
    background-color: #00b900; 
    color: white; 
    font-size: 1.6rem;
    background-color: #00b900; color: white; font-size: 1.6rem;
    padding:13px;
}
.large-goo-login-btn {
    background-color: #d14836; color: white; font-size: 1.6rem;
    padding:13px;
}

@media (min-width:320px) and (max-width: 480px) {
    .mobile-login-fix {
        padding-right: 0px;
    }
}