@charset "UTF-8";
/*Google fonts*/

/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
 }

 body{
   font-family: 'Noto Sans TC', 'El Messiri', 'Noto Sans TC', 'Arial', 'sans-serif'!important;
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 1140px;
    min-height: 768px;
 }



header{
  background-color: #000000;
  padding: 0 15px;
}

.logo{
  height: 100px;
}

.nav{
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.nav li{
  background-color: #ffeb3b;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 22px;
  margin: 0 5px;
  font-weight: bold;
}

.banner{
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2% 0;
}

.banner-img img{
  width: 100%;
  border-radius: 20px;
}

.type{
  background-color: #383838;
}

.type-img img{
  width: 100%;
}

/*wrapper*/

.wrapper{
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.items{
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.items li{
  margin: 0 30px;
}

.login{
  background-color: #a6a6a6;
  border-top: 15px solid #ffeb3b;
  margin-bottom: 50px;
  box-shadow: 0px 3px 2px 0px #5f5f5f;
}

.login-title{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
}

.login-input{
  padding: 0 20px;
}

.login-input p{
  color: #ffffff;
  margin-bottom: 5px;
}

.login-input input{
  background-color: #858484;
  border: none;
  padding: 5px;
  width: 100%;
  margin-bottom: 15px;
}

::placeholder {
  color: #ffffff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::-ms-input-placeholder {
  color: #ffffff;
}

.login-btn{
  text-align: center;
  margin: 10px 0;
  border-bottom: 3px solid #d2d2d2;
  padding-bottom: 15px
}

.login-btn button{
  background-color: #ffeb3b;
  padding: 5px 20px;
}

.join{
  color:#d2d2d2;
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
}

.line{
  display: flex;
  background-color: #858484;
  padding: 10px 20px;
}

.line-img{
  width: 50px;
  margin-right: 20px;
}

.line-img img{
  width: 100%;
}

.line-text{
  color: #ffffff;
}

.line-qr{
  width: 250px;
  padding: 15px;
  margin: 0 auto;
}

.line-qr img{
  width: 100%;
}

.member-sum{
  font-size: 18px;
  color: #ffffff;
}

.list-area{
  border-top: 15px solid #ffeb3b;
  background-color: #1a1a1a;
}

.list{
  width: 100%;
  color: #ffffff;
}

.list th{
  color: #ffc300;
  line-height: 35px;
}

.list tr{
  text-align: center;
}

.list-title{
  border-bottom: 3px solid #ffffff;
}

.list-item{
  color: #fffc33;
}

.list-sorce{
  color: #a5d63f;
}

.list-buy{
  color: #63d7ef;
}

.list-content{
  border-bottom: 1px solid #ffffff;
  line-height: 35px;
}

.page{
  color: #cf9f05;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.page li{
  margin: 0 10px;
}

.latest{
  margin-bottom: 50px;
}

.latest-title{;
    background-color: #ffeb3b;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.latest img{
  position: absolute;
  left: 15px;
  top:10px;
}

.marquee{
  padding: 20px;
  background-color: #a6a6a6;
  text-align: center;
  box-shadow: 0px 3px 2px 0px #5f5f5f;
}

.news{
  border-top: 15px solid #ffeb3b;
  background-color: #a6a6a6;
  box-shadow: 0px 3px 2px 0px #5f5f5f;
  padding: 10px 0;
  margin-bottom: 50px;
}

.news-title{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}

.news-list{
  padding: 20px;
}

.news-list i{
  color: #ffeb3b;
  margin-right: 10px;
  font-size: 20px;
}

.news-list li{
  padding: 10px 0;
  border-bottom: 1px solid #ffeb3b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 65px;
  color: #555555;
}

.news-btn{
  text-align: center;
}

.news-btn button{
  background-color: #ffeb3b;
  padding: 5px 20px;
}

footer{
  background-color: #000000;
  padding: 20px 50px;
}

.footer-img img{
  width: 100%;
}

.footer-area{
  padding: 20px 0;
  border-bottom: 2px solid #999999;
}

.footer-text{
  text-align: center;
  color: #999999;
  padding: 20px 0;
}

.list-name{
  color: #ffc300;
  text-align: center;
  font-size: 18px;
  border-bottom: 3px solid #ffffff;
  line-height: 35px;
}

.list-buynow{
  color: #ffc107;;
}

.list-buynow img{
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.list-data{
  color: #63d7ef;
}

.list-ask{
  background-color: #999999;
  padding: 3px;
  border-radius: 5px;
}

/*news*/

.post{
  margin: 0 auto;
}

.post-card{
  background-color: #212529;
  cursor: pointer;
  margin-bottom: 10px;
}

.post-card img {
  max-width: 100%;
}

.post-body{
  color: #ffffff;
}

.post-btn{
}

.post-btn button{
  color: #ffffff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.post-btn span{
  font-size: 14px;
}

.post-header{
  padding: 0.3rem 1.25rem;
  border-bottom: 1px solid rgba(125, 125, 125, 0.75);
}


/*register*/
.register {
  padding: 20px 0;
}

.register-block{
  background-color: #1a1a1a;
  border-top: 15px solid #ffeb3b;
}

.register-input {
    margin: 0 auto;
}

.input-width span {
    width: 90px;
}

.register-btn {
    text-align: center;
}

.register-btn button {
    background-color: #ffeb3b;
    color: #212529;
    width: 150px;
    height: 35px;
    border-radius: 10px;
}

.bottomNav,
.leftShadow,
.rightShadow {
    display: none;
}

.post-btn button:focus {
    outline: 0;
}