/* 样式配置 */
* {
	margin: 0%;
	padding: 0%;
	box-sizing: border-box;
}
body,
html {
	width: 100vw;
	height: 100vh;
	margin: 0;
	min-width: 12.00rem;
	position: relative;
	background-color: #320f09;
}

body::-webkit-scrollbar-track {
	background-color: #c7c7c7;
}

body::-webkit-scrollbar-thumb {
	background-color: #888;
}

body::-webkit-scrollbar {
	width: .05rem;
}
.back{
	position: relative;
	z-index: 888;
	background-color: #320f09;
}

#top{
	width: 100%;
	margin-bottom: -.10rem;
	min-width: 12.00rem;
	background: url('../images/top.png');
	overflow: hidden;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
#top > div{
	overflow: hidden;
}
#bottom{
	width: 100%;
	overflow-y: hidden;
	background-repeat: no-repeat;
	margin-top: .80rem;
	overflow-x: hidden;
	position: relative;
	z-index: -200;
	padding-bottom: 2.00rem;
	background-color: #320f09;
	
}
video{
	width: 100%;
	/*height: 8.10rem;*/
	/*position: absolute;*/
	z-index: 10009;
	display: block;
	margin-top: 0rem;
	object-fit: fill;
}
/* 布局 */
.layout {
	width: 100%;
	/* height: 2900rem; */
	background-repeat: no-repeat;
	overflow-y: hidden;
	background-size: cover;
	background-position: center;
	overflow-x: hidden;
	/* background-color: #320f09; */
}

/* 头部 */
.head {
	width: 100%;
	height: .80rem;
	display: flex;
	position: fixed;
	top: 0%;
	justify-content: center;
	background-color: #3e1b15;
	z-index: 9999;
}

.head-inner {
	width: 12.00rem;
	min-width: 12.00rem;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.logo {
	width: 30%;
	height: 100%;
	display: flex;
	align-items: center;
}

.logo img {
	height: 60%;
}

.title {
	width: 60%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: .80rem;
}

.title img {
	height: 50%;
}

.title img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
/* tabs */
.tabs {
	width: 100%;
	min-width: 12.00rem;
	height: 2.60rem;
	position: absolute;
	bottom:.40rem;
	display: flex;
	justify-content: center;
	z-index: 99999;
	bottom: .95rem;
}

.tabs-inner {
	width: 12.00rem;
	min-width: 12.00rem;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.myaddtabsinner{
    width: 13rem;
}


.tabs-col {
	width: 4.00rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabs-col a {
    display: block;
    width: 100%;
    height: 100%;
    /*line-height: 2.80rem;*/
}

.tabs-col img {
	/*height: 90%;*/
	width: 1.6rem;
	width: 2.3rem;
	height: auto !important;
}
.tabs{
}
.tabs-col img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.tabs-btn {
	width: 50%;
	height: 70%;
}

.tabs-btn img {
	height: 100%;
	/*width: 1.6rem;*/
}

/* 最新版本 */
.new {
	width: 100vw;
	display: flex;
	justify-content: center;
	margin-top: 1.50rem;
	position: relative;
}

.new-inner {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
}

.version-title {
	width: 100%;
	height: .50rem;
	display: flex;
	justify-content: center;
}

.version-watch {
	width: 80%;
	height: 5.50rem;
	margin-top: .50rem;
	display: flex;
	justify-content: center;
	background: url('../images/versionWatch.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	min-width: 12.00rem;
}

#peopleLeft {
	left: 0;
	height: 6.00rem;
	margin-left: 0%;
	position: absolute;
	bottom: 0%;
}

#peopleRight {
	right: 0%;
	height: 6.00rem;
	margin-right: 0%;
	position: absolute;
	bottom: 0%;
}

#select-btn {
	position: absolute;
	height: 50%;
	margin-top: 1.50rem;
	cursor: pointer;
}

/* 充值 */
.cz-title {
    text-align: center;
	margin-top: .40rem;
	margin-bottom: -.50rem;
}

.cz-title img {
	height: .50rem;
}

.cz-title1 {
    text-align: center;
	margin-top: .40rem;
	margin-bottom: .80rem;
}

.cz-title1 img {
	height: .50rem;
}

.cz {
	width: 100%;
	height: .80rem;
	display: flex;
	justify-content: center;
	margin-top: 0rem;
}

.cz-inner {
	width: 12.00rem;
	min-width: 12.00rem;
	height: 100%;
	background: url('../images/cz-back.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-left: .20rem;
	padding-right: .20rem;
	display: flex;
	position: relative;
}

.all-version {
	width: .80rem;
	height: 1.20rem;
	background: url('../images/glbb.png');
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0%;
	bottom: .80rem;
}

.cz-btn {
	width: 10%;
	height: 65%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../images/cz-btn.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.cz-btn:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.cz-btn small {
	font-size: .14rem;
	color: #fff;
	font-family: '黑体';
	margin-top: .10rem;
}

.search {
	width: 2.50rem;
	height: .35rem;
	background: url('../images/search.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: .85rem;
	right: 0%;
}

.search input {
	width: 80%;
	height: 100%;
	padding-left: .20rem;
	background-color: transparent;
	outline: none;
	border: none;
	color: #fff;
}

/* 列表 */
.list {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: .50rem;
	/*height: 2000rem;*/
}

.list-inner {
	width: 12.00rem;
	min-width: 12.00rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-evenly;
	margin-top: -.60rem;
}
.list-inner1 {
	width: 12.00rem;
	min-width: 12.00rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-evenly;
	margin-top: -.60rem;
}
.list-col {
	width: 28%;
	height: 3.00rem;
	background: url('../images/list-back.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-top: 1.00rem;
}

#list-imgs {
	width: 82%;
	position: absolute;
	z-index: 998;
	top: .29rem;
	left: 9%;
	height: 1.78rem;
}
#list-imgs:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#long {
	position: absolute;
	width: 100%;
	top: -1.00rem;
	z-index: 999;
}

#des {
	position: absolute;
	top: 2.15rem;
	color: #fff;
	left: 10%;
	font-size: .11rem;
}

#des2 {
    width: 80%;
	position: absolute;
	top: 2.33rem;
	color: #fff;
	left: 10%;
	font-size: .11rem;
}

#des3 {
	position: absolute;
	top: 2.36rem;
	color: #fff;
	left: 10%;
	font-size: .11rem;
}

.list-btn {
	position: absolute;
	top: 2.55rem;
	width: 80%;
	height: .35rem;
	left: 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list-btn img:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.list-btn img {
    width: .68rem;
    height: .28rem;
}

.yb {
	position: absolute;
	z-index: 1000;
	right: 10%;
}

.list-title {
	position: absolute;
	left: 15%;
	top: .25rem;
	z-index: 1001;
	width: .30rem;
	height: 1.00rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	background-color: rgb(0, 1, 1, 0.6);
	color: #ffff7f;
	justify-content: center;
	align-items: center;
}

.list-title small {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-left: .05rem;
	font-size: .15rem;
	font-family: '黑体';
	margin-top: .10rem;
}

/* 底部 */
.fotter {
	width: 100%;
	height: 1.80rem;
	background-color: #3e1b15;
	margin-top: 1.00rem;
	padding-left: .50rem;
	padding-right: .50rem;
	display: flex;
	align-items: center;
	min-width: 12.00rem;
	z-index: 1010;
}
.fotlogo{
	display: block;
	width: 1.72rem;
}
.kf {
	 width: 1.20rem; 
	padding-left: .10rem;
	padding-right: .10rem;
	height: 1.15rem;
	background-color: #8b3c2f;
	border-radius: .06rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	margin-right: .30rem;
}

.kf small {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: .10rem;
	color: #fff;
	font-size: .12rem;
}

.kf img {
	margin-top: .10rem;
	height: 60%;
}

.line {
	width: 1px;
	height: 70%;
	background-color: #d6d6d6;
	margin-left: .50rem;
	margin-right: .50rem;
}

.fotter-des {
	height: 80%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.fotter-des small {
	width: 100%;
	font-size: .12rem;
	color: #dadada;
	margin-top: .20rem;
	font-family: '黑体';
}
.tc{
    background-color: #f7f7f7;
    text-align: center;
    height: 100%;
    border-radius:0 0 .10rem .10rem;
}
.tc h1 {
	text-align: center;
	/*padding: .20rem 0 0rem;*/
	color: #1e2023;
	font-size: .26rem;
}
 .tc span {
    color:#9a9b9c;
	padding: 0 0 .10rem;
    font-size: .12rem;
}
.tc .xy{
    color: #FD4029;
    text-decoration: underline;
}
.tcqrcode{
    width: 2.30rem;
    height: 2.10rem;
    background-color: #fff;
    border-radius: .20rem;
    border: 1px solid #efe6e6;
    margin: auto;
    margin-top: .10rem;
}
.qrcode{
    margin-top: .10rem;
}
.tchr{
    border-bottom: 1px solid #eae8e8;
    margin: .30rem .60rem .20rem .60rem;
}

.layui-layer-title {
    border-bottom: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    border-radius: .10rem .10rem 0 0;
}

.layui-layer {
    border-radius:.10rem;
}
.text_title {
    position: absolute;
    width: 83.5%;
    height: .30rem;
    line-height: .30rem;
    text-align: center;
    background-color: rgba(255,0,0,.7);
    color: #fff;
    font-size: .16rem;
    bottom: .93rem;
    left: .27rem;
    z-index: 1000;
}
.text_title1{
    color:red;
}
.text_title img{
    height:.30rem;
}

.oneline-hide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .wechat-customer {
        background-color: #fff;
        width: 1.20rem;
        height: 1.45rem;
        border: #eee 1px solid;
        padding: 0;
        border-radius: .04rem;
        text-align: center;
        position: fixed;
        right: .20rem;
        bottom: 2.00rem;
        font-size: .12rem;
        box-sizing: initial;
        z-index: 9999;
    }
    .wechat-customer1 {
        background-color: #fff;
        width: 2.00rem;
        height: 1.60rem;
        border: #eee 1px solid;
        padding: 0;
        border-radius: .04rem;
        text-align: center;
        position: fixed;
        left: .20rem;
        bottom: 2.00rem;
        font-size: .12rem;
        box-sizing: initial;
        z-index: 9999;
    }
    .qrcode-wechat {
        width: .80rem;
        /*height: .80rem;*/
        margin: .10rem auto .08rem auto;
        position: relative
    }
    .qrcode-wechat1 {
        margin: .10rem auto .08rem auto;
        position: relative
    }
    .wechatEnterprise img {
        width: .25rem
    }
    .describe-title {
        font-weight: 700;
        color: white;
        font-size: .14rem;
        background: #ff5722;
        line-height: .32rem;
        border-top-left-radius: .04rem;
        border-top-right-radius: .04rem;
    }
    .describe-title1 {
        font-weight: 700;
        color: white;
        font-size: .14rem;
        background: #f44336;
        line-height: .32rem;
        border-top-left-radius: .04rem;
        border-top-right-radius: .04rem;
    }
    .bangz_box1 {
        position: fixed;
        left: .40rem;
        top: 2.80rem;
        transform:translateY(-50%);
        z-index: 9999;
        /*transform:scale(0.6,0.6);*/
    }
.right-off {
    background-image: url('/home/images/xiajia.png');
    position: absolute;
    right: .30rem;
    bottom: .68rem;
    width: .95rem;
    height: 1.00rem;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: 8899;
}
    .layui-fixbar .layui-fixbar-top{
        background-color: #ffffff;
        color: #000000;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    }