a{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover {text-decoration: none;}
a:active{text-decoration:none;}
.more{
    color: #ffffff;
    background-color: #aaaaaa96;
}
html{
    background: #000;
}
body{

    font-size: 15px;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #ffffff;
}
.container{
    min-width: 1280px;
    width: 1280px;
}
header{
    background: #101010;
    z-index: 999;
    position: relative;
}
.head{
    padding: 0 40px;
    height: 35px;
    margin: 0 auto 0;
    position: relative;
    z-index: 2;
}

.head h1 {
    padding: 7px 10px 0 5px;
}

.menu,.navbar{
    z-index: 2;
}
.nav-bg->.nav-item->.nav-link{
    color:#dca931;
}
.menu ul li a{
    color:#FFF;
	text-shadow: 1px 1px 1px black;
}
.menu ul li .active{
    color:#dca931;
}

.menu ul li:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 5px;
    height: 29px;
    background: url(/assets/360/images/menu-icon.png) no-repeat;
    content: '';
}
.navbar {
    padding: .5rem 0;
}
.nav-link p{
    margin-bottom: unset;
    font-size:13px;
}

.btn{
    border:unset;
}
.btn-down {
    background:url(/assets/360/images/download-btn2.png) no-repeat;
    background-size: contain;
    width: 100%;
    height:165px;
    transition: all 0.5s ease;
}

.btn-down:hover{
    background:url(/assets/360/images/download-btn2-hover.png) no-repeat;
    background-size: contain;
}
.btn-sidebar{
    background: url(/assets/360/images/slide-btn-group.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 86px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-reg{
    height: 86px;
}
.btn-reg:hover{
    background: rgba(0,0,0,0.3);
}
.btn-buy{
    height: 86px;
}
.btn-buy:hover{
    background: rgba(0,0,0,0.3);
}
.btn-default {
    color: #797878;
    background-color: transparent;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -moz-border-radius: 0;
    border-radius: 0;
    BORDER: 1PX SOLID #414141;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
    color: #fff !important;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}
.side-img a img {
    margin-top: 1px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-img a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.w-logo{
    display: block;
    width: 29px;
    height: 18px;
    background-position: 0 0;
    text-indent: -9999em;
    background-image: url(/assets/360/images/bg_topbar_split.png);
    background-repeat: no-repeat;
}
.link {
    padding: 5px 10px 0 5px;
    color:#999;
}
.link a{
    color:#999;
}

.kv-video {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 1080px;
    background: url(/assets/360/images/kv-video-bg.jpg) no-repeat;
    overflow: hidden;
	z-index:0
}
.kv-video video {
    width: 100%;
    height: 100%;
}
.kv-video::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: url(/assets/360/images/kv-before-mask.png) no-repeat 50% 100%;
    width: 100%;
    height: 418px;
}
.btn_downLoad {
    width: 260px;
    height: 222px;
    margin-top: 100px;
    margin-left: 44px;
    z-index: 2;
}

.main{
    background: #ffffff url(/assets/360/images/bd-bg.jpg) bottom no-repeat;
    position: relative;
    min-width: 1280px;
    width: 100%;
    overflow: hidden;
}
.main::after{
    background: #ffffff url(/assets/360/images/bd-bg.jpg) bottom no-repeat;
    z-index: -1;
}

.footer{
    background: #f0f0f0 url(/assets/360/images/nav_bg.png) no-repeat center -55px;
    padding-top: 20px;
}

.worldLink {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #848484;
}
.worldLink select{
    background-color: #c9c9ca;
    color: #848484;
}
.User td {
    cursor: pointer;transition: all 0.3s;
    width: 100%;
}
.User td:hover{
    transform: scale(1.05);
    color: #fff !important;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    text-align: center;
}
.User>td>a{
    display: block;
    text-align: center;
}


.qq{
    background: #388fda;
}

.qq:hover {
    background: #399cea;
}
.qqQun{
    background: #1c7430;
}
.qqQun:hover{
    background: #269640;
}
.btn-social-counter {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: .05rem;
    min-height: 55px;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
    padding: 10px 60px 10px 80px;
    transition: all .3s ease-in-out;
    transform: translateZ(0);
}
.btn-social-counter+.btn-social-counter {
    margin-top: 10px
}
.btn-social-counter:hover {
    color: #fff
}
.btn-social-counter__icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 68px;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 18px
}
.btn-social-counter__icon .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.btn-social-counter__title {
    font-size: 11px;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 1px;
    letter-spacing: -.02em
}
@media (min-width:992px) {
    .btn-social-counter__title {
        font-size: 15px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .btn-social-counter__title {
        font-size: 11px
    }
}
.btn-social-counter__count {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Sans TC', sans-serif;
}
.btn-social-counter__add-icon {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 23px;
    top: 50%;
    margin-top: -13px
}
.btn-social-counter__add-icon:after,
.btn-social-counter__add-icon:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .2s ease-in-out
}
.btn-social-counter__add-icon:before {
    width: 8px;
    height: 2px
}
.btn-social-counter__add-icon:after {
    width: 2px;
    height: 8px
}
.btn-social-counter:hover .btn-social-counter__add-icon:after,
.btn-social-counter:hover .btn-social-counter__add-icon:before {
    transform: translate(-50%, -50%) rotate(-90deg)
}
.menu ul li:first-child::before {
    display: none;
}

