﻿@charset "utf-8";
/* CSS Document 跑馬燈*/
/* news ticker */

.onoffswitch3 {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch3-checkbox {
  display: none;
}

.onoffswitch3-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0 solid #999999;
  border-radius: 0;
}

.onoffswitch3-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin .3s ease-in 0s;
  -webkit-transition: margin .3s ease-in 0s;
  -o-transition: margin .3s ease-in 0s;
  transition: margin .3s ease-in 0s;
}

.onoffswitch3-inner > span {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
  padding-left: 10px;
  background-color: #fff;
  color: #fff;
  /* border: 1px solid #333; */
}

.onoffswitch3-inner .onoffswitch3-inactive {
  width: 100px;
  padding-left: 16px;
  background-color: #EEEEEE;
  color: #FFFFFF;
  text-align: right;
}

.onoffswitch3-switch {
  display: block;
  width: 50%;
  margin: 0;
  text-align: center;
  border: 0 solid #999999;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
  background: #fdada2;
  left: 0;
  width: 120px;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  /* height: 35px; */
}

.onoffswitch3-inactive {
  background: #A1A1A1;
  right: 0;
  width: 20px;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
  margin-left: 0;
}

.scroll-text {
  color: red;
  font-size: 16px;
  /* border: 1px solid #333; */
}

/* #container {
  margin: 0;
  padding: 0;
}
#container{
  width: 60%;
  margin: 10px auto;
  position: relative;
  height: 25px;
  overflow: hidden;
text-align:center;
}
#list-wrapper{
  position: relative;
}

#list-wrapper li{
  text-align: center;
}
*/
/* 
@media (max-width: 768px) {

  #container{
    width: 80%;
    margin: 10px auto;
    position: relative;
    height: 25px;
    overflow: hidden;
  text-align:center;
  }

}  */
@media (min-width: 768px) {
  #container {
    width: 60%;
    margin: 10px auto;
    position: relative;
    height: 25px;
    overflow: hidden;
    text-align: center;
  }

}
