@charset "UTF-8";
.forgot {
  display: none;
}
.bn-color3 {
  font-size: 14px;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  padding: 7px 15px;
  margin-top: 24px;
  border-color: #ddd;
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
}

.bn-color3:hover {
  background: linear-gradient(to bottom, #fcfcfc 0%, #dddddd 100%);
}
.forgot-bn, .back-login-bn {
  color: #0086FF;
  border: none;
  background: none;
  margin-top: 20px;
}

.forgot-bn:hover, .back-login-bn:hover {
  color: #72A7FF;
}

.modal-dialog {
    max-width: 300px;
    margin: 30px auto;
}
.close {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #aeaeae;
    text-shadow: 0 1px 0 #fff;
}
.modal-style .modal-title {
    font-family: 'Roboto',"微軟正黑體", Arial, sans-serif;
	position: relative;
    display: inline-block;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-header {
    padding: 20px 20px 0 20px;
}
.modal-style .modal-title:after {
  width: 100px;
  height: 2px;
  background: #e6e6e6;
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
}
.modal-body {
    font-size: 15px;
	font-weight:bold;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.modal-header {
    border-bottom: 0px;
}
input.form-verify {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background: #FFF;
    border: 1px solid #d2d2d2;
}
#back_btn {
  padding: 40px 0 20px 0;
}
#accent table td {
    padding: 10px 50px 10px 50px;
}
#accent table td .play-bn {
    left: 10px;
}
#accent table tr:first-child td{
	padding: 10px 50px 10px 15px;
}
/* 
@media screen and (min-width:768px) { 
    .b-pic.slick-slide ,.cus-banner{
        height: 30vh !important;
    }
}
 */