body {
    background: #0e0e0e;
    font-family: "Microsoft YaHei";
    max-width: 750px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.container {
    width: 7.5rem;
    margin: 0 auto;
    padding-bottom: 2.25rem;
    position: relative;
}

.top {
    padding: 0.18rem 0 0 0.3rem;
    height: 1.02rem;
    width: 7.5rem;
    background: #000;
    background-size: auto 100%;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    z-index: 99;
    border-bottom: 1px solid #282828;
}

.top img {
    width: 100%;
    display: block;
}

.top .logo {
    display: block;
    width: 2.06rem;
    float: left;
}

.top .img {
    display: block;
    float: left;
    width: 2.8rem;
}

.top .query {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    width: 0.52rem;
    display: block;
}

.newsBox {
    margin: 0 0.12rem;
    height: 0.48rem;
    border: 1px solid #323232;
    overflow: hidden;
    zoom: 1;
    position: relative;
    font-size: 0.2rem;
    line-height: 0.48rem;
    border-radius: 0.25rem;
    padding: 0 0.2rem;
}

.newsBox dt {
    float: left;
    color: #fff;
}

.newsBox dt img {
    width: 0.22rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.05rem 0.1rem 0 0;
}

.newsBox dd {
    padding-left: 1.35rem;
    color: #b3b3b3;
}

.newlist {
    padding: 1.06rem 0.19rem 0.23rem 0.17rem;
}

.newlist ul {
    margin-bottom: 0.2rem;
}

.newlist li {
    width: 50%;
    padding: 0.24rem 0.11rem 0.04rem;
    float: left;
    box-sizing: border-box;
}

.newlist li img {
    width: 100%;
    display: block;
}

.newlist li a {
    display: block;
    position: relative;
}

.newlist li a .img {
    position: relative;
    display: block;
}

.newlist li a .pos {
    width: 0.6rem;
    display: block;
    position: absolute;
    left: -0.02rem;
    top: -0.02rem;
}

.newlist li a p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #1e1e1e;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.56rem;
    text-align: center;
    background: url(../images/bg.png) repeat-x left top;
    background-size: auto 100%;
}

.newlist .note {
    color: #aeaeae;
    font-size: 0.22rem;
    text-align: center;
    margin: 0 0.2rem;
}

.newlist .note span {
    color: #db00e7;
}

.newlist .note img {
    margin: -0.05rem 0.1rem 0 0;
    width: 0.2rem;
    display: inline-block;
    vertical-align: middle;
}

.footer {
    text-align: center;
    color: #979797;
    font-size: 0.2rem;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 1.2rem;
    padding: 0.22rem 0 0.15rem;
    background: #0e0e0e;
    z-index: 99;
}

.footer p {
    margin-bottom: 0.1rem;
}

.footer span {
    color: #fff;
}

.bottom {
    height: 1.2rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 7.5rem;
    left: 50%;
    margin-left: -3.75rem;
    background: #000;
}

.bottom ul li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #282828;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom ul li:last-child {
    border: none;
}

.bottom ul li a {
    display: block;
    height: 1.2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom ul li .iconfont {
    display: block;
    font-size: 0.42rem;
    color: #d2c688;
    margin: 0 auto;
    margin-top: 0.2rem;
}

.bottom ul li p {
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.22rem;
    margin-top: 5px;
}

.layui-layer-close {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.35rem;
    top: 0.4rem;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
    background-size: 100% auto;
}

#querycon {
    margin: 0 auto;
    padding: 0.25rem 0.3rem 0.12rem;
    width: 6.95rem;
    position: relative;
    display: none;
    border: 1px solid #db00e7;
    background: #000;
    box-sizing: border-box;
    border-radius: 0.15rem;
    z-index: 1001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#querycon h2 {
    margin-bottom: 0.36rem;
    padding-bottom: 0.3rem;
    color: #db00e7;
    font-size: 0.35rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #282828;
}

#querycon p {
    width: 80%;
    margin: 0 auto 0.25rem;
}

#querycon p input {
    padding: 0 0.25rem;
    width: 100%;
    height: 0.6rem;
    display: block;
    color: #636363;
    font-size: 0.23rem;
    line-height: 0.6rem;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    box-sizing: border-box;
    border-radius: 0.05rem;
}

#querycon p input::-webkit-input-placeholder {
    color: #636363;
}

#querycon p input::-moz-placeholder {
    color: #636363;
    opacity: 1;
}

#querycon p input:-moz-placeholder {
    color: #636363;
    opacity: 1;
}

#querycon p select {
    padding: 0 0.18rem;
    width: 100%;
    height: 50px;
    height: 0.6rem;
    display: block;
    color: #636363;
    font-size: 0.23rem;
    line-height: 0.6rem;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 0.05rem;
    background: #fafafa url(../images/select.png) no-repeat right 0.22rem center;
    background-size: 0.12rem auto;
}

#querycon p a {
    margin: 0 auto;
    width: 2.2rem;
    display: block;
    color: #0a0a0a;
    font-size: 0.23rem;
    font-weight: bold;
    line-height: 0.75rem;
    text-align: center;
    background: url(../images/bg06.png) no-repeat;
    background-size: 100% 100%;
}

#querycon p a img {
    margin: -0.03rem 0.08rem 0 0;
    width: 0.25rem;
    display: inline-block;
    vertical-align: middle;
}

.layui-layer-setwin {
    display: none !important;
}

#activecon {
    padding: 0.5rem 0.3rem 0.3rem;
    max-height: 95vh;
    width: 6.95rem;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    overflow-y: auto;
    border: 1px solid #db00e7;
    border-radius: 0.1rem;
    background: #000;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#activecon h3 {
    margin-bottom: 0.2rem;
    padding-bottom: 0.3rem;
    color: #db00e7;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #282828;
}

#activecon h3 img {
    margin: -0.04rem 0.3rem 0;
    width: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

#activecon p {
    color: #b4b4b4;
    font-size: 0.24rem;
    line-height: 1.75;
}

#activecon .text {
    margin-bottom: 0.2rem;
}

#activecon .ttl {
    color: #db00e7;
    font-size: 0.28rem;
}

#activecon table {
    margin: 0.2rem 0;
    width: 100%;
    border-collapse: collapse;
}

#activecon th,
#activecon td {
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.5rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #323232;
}

#activecon th {
    color: #db00e7;
    font-weight: normal;
    background: #1a1a1a;
}

/*-------active-----start--------------*/

#active {
    height: 100%;
    overflow: hidden;
    background: #0a0a0a url(../images/active_bg.jpg) no-repeat center top;
    background-size: 100% auto;
}

#active .main {
    padding: 0 0.5rem 0.95rem;
    width: 6rem;
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#active .main .larrow {
    width: 0.5rem;
    position: absolute;
    top: 48%;
    left: -0.15rem;
}

#active .main .rarrow {
    width: 0.5rem;
    position: absolute;
    top: 48%;
    right: -0.15rem;
}

#active .main .rarrow img,
#active .main .larrow img {
    width: 100%;
    display: block;
}

#active .main .ttl {
    margin: 0 auto 0.52rem;
    width: 4.8rem;
    text-align: center;
}

#active .main .ttl img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

#active .main .txt {
    margin-bottom: 0.17rem;
    color: #fff;
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-shadow: 2px 3px 5px #000000;

}

#active .main #doform {
    padding: 0.36rem 0.36rem;
    box-sizing: border-box;
    border: 1px solid #353535;
    border-radius: 0.1rem;
    background: rgba(0, 0, 0, 0.8);
}

#active .main #doform .listUl li {
    margin-bottom: 0.28rem;
}

#active .main #doform .listUl li input {
    padding: 0 0.28rem;
    width: 100%;
    height: 0.6rem;
    display: block;
    color: #636363;
    font-size: 0.24rem;
    line-height: 0.6rem;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    box-sizing: border-box;
    border-radius: 0.05rem;
}

#active .main #doform .listUl li input::-webkit-input-placeholder {
    color: #636363;
}

#active .main #doform .listUl li input::-moz-placeholder {
    color: #636363;
    opacity: 1;
}

#active .main #doform .listUl li input:-moz-placeholder {
    color: #636363;
    opacity: 1;
}

#active .main #doform .btnUl li {
    float: left;
    width: 48.6%;
}

#active .main #doform .btnUl li a {
    display: block;
    color: #0a0a0a;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.75rem;
    text-align: center;
    background: url(../images/bg03.png) no-repeat;
    background-size: 100% 100%;
}

#active .main #doform .btnUl li a img {
    margin: -0.05rem 0.15rem 0 0;
    width: 0.3rem;
    display: inline-block;
    vertical-align: middle;
}

#active .main #doform .btnUl li.detailBtn {
    float: right;
}

#active .main #doform .btnUl li.detailBtn a {
    color: #fff;
    background-image: url(../images/bg04.png);
}

#active .main #doform .btnUl li.back {
    margin-top: 0.28rem;
    width: 100%;
}

#active .main #doform .btnUl li.back a {
    color: #fff;
    background-image: url(../images/bg05.png);
}

.con2 table {
    width: 100%;
}

.con2 table th,
.con2 table td {
    width: 20%;
    padding: 2px;
    color: #d0ba53;
    border: 1px solid #d0ba53;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
}

[v-cloak] {
    display: none;
}

/*分頁*/

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #d0ba53 !important;
}

@media screen and (min-width: 767px) and (max-width: 769px) {
    .qqq {
        margin-top: 20% !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .closeWW {
        width: 60px !important;
    }
}