body {
    background: url(../image/bg.png) no-repeat;
    background-size: cover;
    margin: 0px;
    font-family: 'Microsoft Yahei', "思源黑体", "Noto Sans SC", sans-serif;
}

a:link,
a:visited {
    text-decoration: none;
    color: #fff !important;
}

.act .actbox:hover .hover {
    display: block;
}

.header {
    height: 100px;
    width: 954px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.logo {
    width: 250px;
}

.search {
    width: 214px;
    height: 51px;
}

.url {
    width: 300px;
    margin-right: 80px;
}



.header span {
    display: inline-flex;
}

.bottom2 a:not(:first-child) span::before {
    content: "|";
    margin: 0px 40px;
}

.content {
    width: 954px;
    min-height: 700px;
    /*    box-shadow: 0px 0px 15px #37b1ff;*/
    border-radius: 10px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    border-color: #ffee95;
    /*    background-color: rgb(32, 32, 32);*/
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(80, 80, 80) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(80, 80, 80) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(80, 80, 80) 100%);

}

.leftmenu {
    position: absolute;
    margin-left: -180px;
    margin-top: -100px;
}

.leftmenu ul {
    list-style: none;
}

/*
.leftmenu ul a li,
.leftmenu ul a {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
*/

.leftmenu ul li:hover::before {
    content: "";
    background: url(../image/buttonhover.png);
    position: absolute;
    /*    left: 40px;*/
    width: 101px;
    height: 101px;
}

.leftmenu ul a li:hover {
    transform: rotateY(360deg);
    transition: transform 0.6s;
    /*  transform-style: preserve-3d;*/
    /*    box-shadow: 0px 0px 15px #37b1ff;*/

}


.record {
    background: url(../image/record.png) no-repeat;
    background-size: contain;
    width: 954px;
    height: 191px;
    margin: 10px auto;
    color: #fff;
    font-size: 12px;
}

.footer {
    box-sizing: border-box;
    background-color: #141414;
    padding: 15px 0 0 10px;
}

.bottom3 {
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #46515a;
    padding-bottom: 15px;
}

.bottom1 {
    text-align: center;
    border-bottom: 1px solid #46515a;
    padding-bottom: 15px;
}

.bottom2 {
    box-sizing: border-box;
    color: #959fa7;
    text-align: center;
}

.footer div {
    /*    margin: 20px 0px;*/
}

.navigation div {
    box-sizing: border-box;
    display: inline-block;
    padding: 0px 35px;
    font-size: 20px;
    line-height: 37px;
    color: #00adff;
    font-weight: 600;
}

.copyright {
    box-sizing: border-box;
    color: #959fa7;
    text-align: center;
    padding: 15px
}

.actimg {
    /*
    background: url(../image/actimg1.png) no-repeat;
    background-size:contain;
*/
    width: 300px;
    height: 170px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.actbox {
    float: left;
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 300px;
    height: 10%;
    box-shadow: 0px 0px 4px #888888;
    border-radius: 10px;
    border: solid 1px #fcf2a2;
    background: #404040;
    overflow: hidden;

}

.act .actbox:not(:nth-child(3n+1)) {
    margin-left: 10px;
}

/*
.act a:hover .actbox .actimg img {
    transform: scale(1.1);
    transition: all .3s;
    overflow: hidden;
}
*/

.acttext {
    display: block;
    /*    box-sizing: border-box;*/
    height: 20px;
    width: 100%;
    padding: 5px 3px;
    text-align: center;
    color: #fff;
    font-size: 16px;
       
    line-height: 20px;
    /*    overflow: hidden;*/
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font: 18px/1.6 Microsoft Yahei,Arial,Helvetica,sans-serif;
    font-weight: 600;
    line-height: 20px;
}

.actbtn {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 3px;
    text-align: center;
}

.detailbtn {
    background: #4095f5;
    border-radius: 30px;
    padding: 2px 15px;
    text-align: center;
    margin: auto;
    min-width: 150px;
    font-size: 14px;
}

.record1 {
    margin-left: 330px;
}

.red {
    color: red;
}




.record2:before {
    position: absolute;
    content: "";
    border-left: solid 1px #4095f5;
    width: 1px;
    height: 115px;
    margin-left: -15px;
}

.record marquee {
    margin-top: 63px;
    width: 330px;
    height: 118px;
    overflow: hidden;
}

.record2 {
    margin-left: 15px;
}


/*lightbox*/

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
    z-index: 999;
}
.vvbox{
    border-width: 1px;
    border-color: rgb(252, 242, 162);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(20, 20, 20);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    border-radius: 30px;
}
.lightbox-target .applytable {
    
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    
}

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.lightbox-target:target .applytable,
.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}

.lightbox-target:target .lightbox-close {
    top: 2%;
}

.lightbox-close {
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 1%;
    right: 1%;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.applytable {
    display: block;
    width: 852px;
    height: 450px;
    min-height: 300px;
}

.tablelogo {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.tabletitle {
    font-size: 20pt;
    color: #fcf2a2;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.tabletitle::before {
    content: "———— ";
    position: relative;
    top: -2px;
    margin-right: 15px;
    font-weight: 100;
}

.tabletitle::after {
    content: "————";
    position: relative;
    top: -2px;
    margin-left: 15px;
    font-weight: 100;
}

.tablecontent {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #fcf2a2;
}

.tablecontent tbody tr td:first-child {
    width: 100px;
    font-size: 11pt;
    text-align: right;

}

.tablecontent tbody tr td:last-child {
    width: 365px;
    padding: 10px;
}

.tablecontent tbody {
    width: 450px;
}

.inputstyle {
    box-sizing: border-box;
    padding: 5px;
    height: 43px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fdc163;
}
select {
    background: #ffffff;
}

.applybtn {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.applybtn1 {
    background: url(../image/searchbtn.png) no-repeat;
    background-size: contain;
    width: 185px;
    height: 56px;
}

.applybtn1:hover {
    background: url(../image/searchbtnh.png) no-repeat;
}

.applybtn2 {
    background: url(image/button2.png) no-repeat;
    width: 206px;
    height: 52px;
    margin-left: 13px;
}

.applybtn2:hover {
    background: url(image/button2hover.png) no-repeat;
}

/*lightbox end*/

.news {
    height: 20px;
    width: calc(100% - 95px);
    border: solid 1px #ffee95;
    border-radius: 50px;
    margin-left: 95px;
    line-height: 20px;
    margin-bottom: 15px;
    color: white;
    font-size: 10px;
}

.news:before {
    position: absolute;
    width: 89px;
    height: 20px;
    content: "";
    background: url(../image/news.png) no-repeat;
    margin-left: -95px;
}


/*form*/
.formtitle1 {
    box-sizing: border-box;
    padding: 5px 30px;
    display: block;
    margin: auto;
    min-width: 200px;
    height: 40px;
    color: white;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background-image: -moz-linear-gradient(90deg, rgb(13, 12, 14) 0%, rgb(54, 56, 64) 50%, rgb(66, 68, 77) 50%, rgb(101, 106, 117) 96%);
    background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 14) 0%, rgb(54, 56, 64) 50%, rgb(66, 68, 77) 50%, rgb(101, 106, 117) 96%);
    background-image: -ms-linear-gradient(90deg, rgb(13, 12, 14) 0%, rgb(54, 56, 64) 50%, rgb(66, 68, 77) 50%, rgb(101, 106, 117) 96%);
    font-size: 16pt;
    line-height: 22pt;
    font: 18px/1.6 Microsoft Yahei,Arial,Helvetica,sans-serif;
    font-weight: 600;
}




.form1 {
    display: flex;
    /*    width:100%;*/
    justify-content: center;
    flex-direction: column;
}

.formborder {
    box-sizing: border-box;
    display: block;
    margin: auto;
    width: 60%;
    min-height: 10vh;
    border-width: 2px;
    border-color: rgb(253, 193, 99);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(20, 20, 20);
    padding: 5px;
    max-width: 700px;
}


.formcontent1 {
    box-sizing: border-box;
    display: block;
    border-radius: 10px;
    width: 100%;
    /*    min-height: 100%;*/
    padding: 5px;
    border: solid 1px #fff;
}

.formtable {
    width: 90%;
    margin: auto;
}

.formtable tr td:first-child {
    width: 25%;
    color: #fff;
    font-size: 11pt;
    text-align: right;
    font-weight: 500;
}

.formtable tr td:last-child {
    width: 75%;
    padding: 5px;
    padding-left: 10px;
}

.formtable tr {
    box-sizing: border-box;
    /* padding: 5px; */
}

.forminput {
    box-sizing: border-box;
    width: 100%;
    border-radius: 15px;
    border: 1px solid rgb(253, 193, 99);
    padding: 10px;
}

.fotmbtn1 {
    display: inline-block;
    position: relative;
    /*    float: left;*/
    background: url(../image/submit.png) no-repeat;
    background-size: contain;
    width: 167px;
    height: 41px;
    margin-top: 10px;
}

.fotmbtn1:hover {
    background: url(../image/submit_h.png) no-repeat;
    background-size: contain;
}

.fotmbtn2 {
    display: inline-block;
    position: relative;
    /*    float: left;*/
    background: url(../image/more.png) no-repeat;
    background-size: contain;
    width: 167px;
    height: 41px;
    margin-left: 15px;
    margin-top: 10px;
}

.fotmbtn2:hover {
    background: url(../image/more_h.png) no-repeat;
    background-size: contain;
}

.auth {
    position: absolute;
    margin-left: -66px;
    margin-top: 7px;
}

.formtitle2 {
    box-sizing: border-box;
    margin-top: 20px;
    background: url(image/formtitle2.png) no-repeat;
    width: 292px;
    height: 51px;
    color: white;
    font-size: 20pt;
    line-height: 36pt;
    padding-left: 30px;
}

.formcontent2 {
    display: block;
    width: 90%;
    font-size: 14pt;
    color: #3c3c3c;
    margin: auto;
}

.contenttable {
    margin: 10px auto 10px auto;
    width: 90%;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background: #fff;
}

.contenttable tr:first-child {
    background: #ebaf3c;
    color: white;
}

.contenttable tr td {
    padding: 5px;
    border: 1px solid #000;

}

.formtext {
    font-size: 13pt;
}

/*form end*/

.title1 {
    width: 200px;
    box-sizing: border-box;
    /*    padding: 5px 30px;*/
    display: block;
    min-width: 200px;
    height: 40px;
    color: #000;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background-image: -moz-linear-gradient(131deg, rgb(185, 120, 2) 0%, rgb(245, 209, 110) 51%, rgb(186, 120, 2) 100%);
    background-image: -webkit-linear-gradient(131deg, rgb(185, 120, 2) 0%, rgb(245, 209, 110) 51%, rgb(186, 120, 2) 100%);
    background-image: -ms-linear-gradient(131deg, rgb(185, 120, 2) 0%, rgb(245, 209, 110) 51%, rgb(186, 120, 2) 100%);
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;

}

.titlearea {
    width: 100%;
    border-bottom: 1px solid #ebaf3c;
    margin: 20px 0px;
}

.detail {
    color: #fff;
}

.backbtn {
    background: url(../image/back.png) no-repeat;
    width: 167px;
    height: 41px;
    background-size: contain;
    margin: 15px auto;
}

.backbtn:hover {
    background: url(../image/back_h.png) no-repeat;
}

/*
.arrow_l:before {
    position: absolute;
    content: url(../image/arrow_l.png);
    background-size: contain;
    width: 31px;
    height: 37px;
    margin-left: -35px;
}
*/

.arrow_l {
    position: relative;
    float: left;
}

/*
.arrow_r:after {
    position: absolute;
    content: url(../image/arrow_r.png);
    background-size: contain;
    width: 31px;
    height: 37px;
    margin-left: 5px;
}
*/

.arrow_r {
    float: right;
}

.navigation {
    height: 37px;
    margin: 10px 0px;
}

.act_label {
    position: absolute;
    width: 58px;
    height: 65px;
    background: url(../image/act_label1.png) no-repeat;
    z-index: 99;
}

.labeltext {
    font-size: 10px;
    color: #5d2d07;
    transform: rotate(-50deg) scale(0.9);
    margin-top: 15px;
    margin-left: -5px;
}



.record_btn div {
    width: 129px;
    height: 58px;
    background-size: contain;
    float: left;
    margin-left: 1px;
    margin-top: 1px;
}

.record_btn {
    display: inline-block;
    position: relative;
    width: 260px;
    /*    margin-top:60px;*/
    margin-top: 49px;
    margin-left: 25px;
    margin-bottom: 3px;
}

.r_btn1 {
    background: url(../image/r_btn1.png) no-repeat;

}

.r_btn2 {
    background: url(../image/r_btn2.png) no-repeat;
}

.r_btn3 {
    background: url(../image/r_btn3.png) no-repeat;
}

.r_btn4 {
    background: url(../image/r_btn4.png) no-repeat;
}

.hover {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 309px;
    height: 206px;
    z-index: 100;
    border-radius: 10px;
    margin-top: -1px;
    margin-left: -1px;
}

.actbtn1 {
    background: url(../image/c_btnhover1.png) no-repeat;
    width: 111px;
    height: 32px;
    margin: 70px auto 0 auto;
}

.actbtn2 {
    background: url(../image/c_btnhover2.png) no-repeat;
    width: 111px;
    height: 32px;
    margin: 10px auto 0 auto;
}
/* 外層 */
.float-right {
    position: absolute;
    top: 140px;
    right: 0;
    width: 93px;
    z-index: 999;
}

/* 浮動圖 */
.float-right-btn {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 83px;
    height: 70px;
    cursor: pointer;
}

.float-right-btn:hover {
    background-position: 100% 100%;
}

.float-first {
    background: url("../image/float_service.png") 100% 0 no-repeat;
}

.float-second {
    background: url("../image/float_games.png") 100% 0 no-repeat;
}

.float-third {
    background: url("../image/float_download.png") 100% 0 no-repeat;
}

.float-fourth {
    display: block;
    background: url("../image/float_at3.png") 10px 0 no-repeat;
}

/* hover顯示 */
.float-right-wrap {
    position: absolute;
    display: none;
    top: 0;
    right: 93px;
    width: 180px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/sidebar_bg_y.png") 50% 0 repeat-y;
}

.float-right-wrap::before {
    position: absolute;
    top: -5px;
    right: 0;
    content: "";
    width: 180px;
    height: 5px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_top_bg.png") 50% 0 no-repeat;
}

.float-right-wrap::after {
    position: absolute;
    bottom: -5px;
    right: 0;
    content: "";
    width: 180px;
    height: 5px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_bottom_bg.png") 50% 0 no-repeat;
}

.float-right-link {
    display: block;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.float-right-link:hover {
    color: #EDE7A7;
}

.float-right-link span {
    display: block;
    margin-top: 9px;
    color: #EDE7A7;
}

.float-right-btn li {
    position: relative;
}

.float-right-btn li:after {
    content: '';
    position: absolute;
    top: -1px;
    right: 12px;
    left: 12px;
    height: 1px;
    background: #7B7B7B;
}

.float-right-btn li:nth-child(1):after {
    content: none;
}

/* 背景圖設定 */
.first-btn01 {
    padding: 20px 0 20px 47px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon01.png") 20px 50% no-repeat;
    line-height: 15px;
}

.first-btn02 {
    padding: 20px 0 20px 50px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon02.png") 20px 50% no-repeat;
    line-height: 15px;
    cursor: default;
}

.first-btn03 {
    padding: 20px 0 20px 50px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon03.png") 20px 50% no-repeat;
}

.first-btn04 {
    padding: 20px 0 20px 50px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon04.png") 20px 50% no-repeat;
}

.second-btn01 {
    padding: 20px 0 20px 63px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon05.png") 20px 50% no-repeat;
}

.second-btn02 {
    padding: 20px 0 20px 64px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon06.png?v=1") 19px 50% no-repeat;
}

.second-btn03 {
    padding: 20px 0 20px 65px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon07.png?v=1") 20px 50% no-repeat;
}

.second-btn04 {
    padding: 20px 0 20px 65px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon08.png?v=1") 20px 50% no-repeat;
}

.third-btn01 {
    padding: 20px 0 20px 51px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon09.png") 24px 50% no-repeat;
}

.third-btn02 {
    padding: 20px 0 20px 51px;
    background: url("https://p1.3b82.com/cl/tpl/jsha988/ver3/image/float_icon10.png") 20px 50% no-repeat;
}
.search_table {
    width: 90%;
    margin: 10px auto;
    color: #ffff;
	text-align: center;
}
.search_table tr th{
	color: #ffffff;
	padding: 10px 0 ;
	border: 1px solid #ffffff;
    width: 25%;
    text-align: center;
    background: #404040;
}
.search_table tr td{
	padding: 10px 0 ;
	border: 1px solid #ffffff;
    width: 25%;
}
.remake {
    color: #ffffff;
}