.logo img {
    width: 163px;
}
.mine{
	background: #1f1f1f;
	color: #FFFFFF;
}
.mine .main{
	min-height: 600px;
	width: 1500px;
	margin: 72px auto 0;
	display: flex;
	justify-content: space-between;
	padding-bottom: 250px;
}
.mine .main .left{
	width: 285px;
	margin-top: 72px;
}
.mine .main .left .list{
	background: #313131;
	margin-bottom: 8px;
	border: 1px solid #313131;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	transition: all 0.6s;
}
.mine .main .left .list a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 14px;
}
.mine .main .left .list a:hover{
	color: #FFFFFF;
}
.mine .main .left .list.ons{
	border: 1px solid #f39800;
	background: #1f1f1f;
}
.mine .main .left .list:hover{
	border: 1px solid #f39800;
	background: #1f1f1f;
}
.mine .main .left .list i{
	margin-left: 60px;
	margin-right: 24px;
	width: 20px;
	height: 20px;
}
.mine .main .right{
	width: 1205px;
}
.mine .main .right .type{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	font-size: 12px;
}
.mine .main .right .type .list{
	display: flex;
	align-items: center;
	margin: 0 75px;
}
.mine .main .right .type .list .tlist{
	padding: 0 10px;
	line-height: 20px;
	background: #313131;
	border-radius: 6px;
	margin: 0 4px;
	cursor: pointer;
}
.mine .main .right .type .list .tlist a{
	padding: 0 10px;
	line-height: 20px;
	background: #313131;
	border-radius: 6px;
	margin: 0 4px;
	cursor: pointer;
	color: #fff;
}
.mine .main .right .type .list .tlist.ons{
	color: #f39800;
}
.mine .main .right .type .list .tlist.ons a{
	color: #f39800;
}
.mine .main .right .mains .lists{
	height: 57px;
	background: #313131;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	text-align: center;
}
.mine .main .right .mains .list{
	height: 166px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px dashed #8f6e3a;
}
.mine .main .right .mains .name{
	width: 245px;
	display: flex;
	align-content: center;
	justify-content: center;
}
.mine .main .right .mains .name .img{
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.mine .main .right .mains .name .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}
.mine .main .right .mains .time{
	width: 170px;
	display: flex;
	align-content: center;
	justify-content: center;
}
.mine .main .right .mains .title{
	width: 160px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}
.mine .main .right .mains .list .title{
	align-items: flex-start;
}
.mine .main .right .mains .list .title p{
	line-height: 20px;
}
.mine .main .right .mains .list .title a p{
	color: #fff;
}
.mine .main .right .mains .styles{
	width: 440px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 45px;
}
.mine .main .right .mains .styles p{
	margin: 5px 0;
	line-height: 16px;
	color: #7a7a7a;
}
.mine .main .right .mains .styles p a{
	color: #FFFFFF;
}
.mine .main .right .mains .styles p.no span{
	color: #ff0000;
}
.mine .main .right .mains .styles p.loading span{
	color: #f39800;
}
.mine .main .right .mains .styles p.yes span{
	color: #00ff12;
}
.vip{
	background: #1f1f1f;
}
.vip .top .main1500{
	margin-top: 0;
}
.vip .main1500{
	margin-top: 72px;
}
.vip_news{
	display: flex;
	justify-content: space-between;
}

.vip_news .lefts{
	width: 463px;
	border: 1px solid #313131;
	padding: 0 33px;
}

.vip_news .lefts .tops{
	padding: 40px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #313131;
}
.vip_news .lefts .tops .img{
	width: 190px;
	text-align: center;
}
.vip_news .lefts .tops .text_main{
	color: #FFFFFF;
}
.vip_news .lefts .tops .text_main .name{
	font-size: 13px;
	margin-bottom: 10px;
}
.vip_news .lefts .tops .text_main .text{
	font-size: 12px;
	color: #717171;
}
.vip_news .lefts .tops .text_main .text p{
	line-height: 20px;
}
.vip_news .bottoms{
	display: flex;
	padding: 0;
	width: 100%;
	justify-content: space-between;
}


.vip_news .bottoms .left {
	width: 215px;
}

.vip_news .bottoms .t {
	color: #FFFFFF;
	font-size: 14px;
	padding: 30px 0 40px;
	text-align: center;
}


.vip_news .bottoms .left a {
    width: 135px;
    color: #999;
    display: block;
    margin: 0 16px 25px;
}




.vip_news .bottoms .left {
	width: 175px;
	position: relative;
	margin: 0 0 10px;
}
.vip_news .bottoms .left::before {
    position: absolute;
    height: 187px;
    width: 1px;
    content: '';
    background: #313131;
    right: 0;
    top: 62px;
}

.vip_news .bottoms .qq {
	background-position: -447px -3px;
}

.vip_news .bottoms .rig{
	width: 170px;
}
.vip_news .bottoms .rig a {
	border: 0;
	padding: 0;
	display: block;
	margin: 22px auto 36px;
	perspective: 1000px;
	position: relative;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	color: #999;
}

.vip_news .bottoms .rig a img {
	width: 103px;
	height: 103px;
	border-radius: 50%;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.vip_news .bottoms .rig .ewm{
	width: 22px;
    height: 22px;
    margin: 0;
    background-position: -50px -36px;
    padding: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: all 0.5s ease-in-out 0s;
}
.vip_news .bottoms .rig a:hover img, .vip_news .bottoms .rig a:hover span {
    transform: rotateY(-90deg);
}
.vip_news .bottoms .rig a .code {
    width: 103px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    border-radius: 0;
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.vip_news .bottoms .rig a:hover .code {
    transform: rotateY(0deg);
}
.vip_news .bottoms .rig p{
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
.vip_news .rights{
	width: 1010px;
	border: 1px solid #313131;
	padding: 35px 25px 0 35px;
}
.vip_news .rights .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.vip_news .rights .title a{
	color: #FFFFFF;
}
.vip_news .rights .left img{
	margin-right: 10px;
}
.vip_news .rights .right img{
	margin-left: 6px;
}
.vip_news .rights .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	color: #717171;
}

.vip_news .rights .list a{
	color: #717171;
}
.vip_news .rights .list span{
	color: #f6b445;
}
.privilege{
	margin-top: 40px;
	color: #ffffff;
	margin-bottom: 40px;
}
.privilege .title{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.privilege .mains{
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}
.privilege .mains .list{
	width: 265px;
	padding: 25px 15px;
	box-sizing: border-box;
	background-image: linear-gradient(to bottom, #444242 , #252424);
	border-radius: 20px;
	transition: all 1s;
}
.privilege .mains .list:hover{
	background-image: linear-gradient(to bottom , #84c8ec , #252525);
	box-shadow: 0 0 30px 1px #143458;
}
.privilege .mains .titles{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.privilege .mains .titles .icon{
    font-size: 28px;
    margin-right: 4px;
}
.privilege .mains .titles .ioc{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 4px;
}
.privilege .mains .list:nth-child(2) .titles .ioc{
	background-image: url('../images/mine.png');
	background-position: -28px 29px;
}
.privilege .mains .list:nth-child(3) .titles .ioc{
	background-image: url('../images/mine.png');
	background-position: -59px 29px;
}
.privilege .mains .list:nth-child(4) .titles .ioc{
	background-image: url('../images/mine.png');
	background-position: -89px 29px;
}
.privilege .mains .list:nth-child(5) .titles .ioc{
	background-image: url('../images/mine.png');
	background-position: -122px 29px;
}
.privilege .mains .titles img{
	margin-right: 6px;
	height: 28px;
}
.privilege .mains .lists{
	margin-bottom: 20px;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.privilege .mains .lists .ioc{
    width: 16px;
    height: 16px;
	margin-right: 8px;
    display: inline-block;
}
.privilege .mains .lists.cha{
	opacity: 0.3;
}
.privilege .mains .lists.cha .ioc{
    background-image: url('../images/cha.png');
}
.privilege .mains .lists .ioc{
	background-image: url('../images/gou.png');
}
.privilege .mains .lists span{
	color: #f3bf57;
	position: relative;
}
.privilege .mains .lists span i{
	display: inline-block;
    background: url(https://img.tzsucai.com/2022/04/12/icon/icon3.png) -1px -120px;
    width: 45px;
    height: 15px;
    position: absolute;
    right: -40px;
    z-index: 1;
    top: -10px;
}

.release .main1500.releases{
	margin-top: 72px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 150px;
}

.release .main1500.releases .lefts{
	width: 299px;
	text-align: center;
}
.release .main1500.releases .lefts .title{
	line-height: 72px;
	font-size: 18px;
	color: #39aba7;
	font-weight: bold;
}
.release .main1500.releases .lefts .list{
	background: url(../images/fbtb.png);
	background-position: -672px -12px;
	background-repeat: no-repeat;
	height: 42px;
	margin: 0 auto 12px;
	width: 161px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 36px;
}
.release .main1500.releases .lefts .list:hover{
	background-position: -672px -67px;
}
.release .main1500.releases .lefts .list.ons{
	background-position: -672px -67px;
}
.release .main1500.releases .lefts .list a{
	color: #FFFFFF;
}
.release .main1500.releases .rights{
	width: 1185px;
}

.release .main1500.releases .rights .title{
	line-height: 72px;
	font-size: 18px;
	color: #262626;
	font-weight: bold;
	padding: 0 30px;
}
.release .releases .rights .mains{
	display: flex;
	justify-content: space-between;
}
.release .releases .rights .mains .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 280px;
	height: 132px;
	padding: 25px 25px 25px 30px;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 10px 1px #e0e0e0;
}
.release .releases .rights .mains .list .name{
	font-size: 18px;
	color: #262626;
}
.release .releases .rights .mains .list .num{
	margin-top: 10px;
	font-size: 12px;
	color: #262626;
}
.release .releases .rights .mains .list .num span{
	font-size: 16px;
	font-weight: bold;
}
.release .releases .rights .mains .list .text{
	font-size: 12px;
	margin-top: 20px;
}
.release .releases .rights .mains .list .text span{
	margin: 0 4px 0 18px;
	font-weight: bold;
}

.release .main1500.releases .rights .mainse{
	background: #FFFFFF;
	box-shadow: 0 0 10px 1px #e0e0e0;
	padding: 30px;
	margin-bottom: 20px;
}
.layui-form-checkbox i{
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-left: 1px solid #d2d2d2;
    font-weight: bold;
}
.layui-form-checked i, .layui-form-checked:hover i{
    color: #000000;
}
.release .main1500.releases .rights .mainse .list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.release .main1500.releases .rights .mainse .name{
	width: 140px;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
}
.release .main1500.releases .rights .mainse .name span{
    color: #ff0000;
}
.release .main1500.releases .rights .mainse .name .icon{
    font-size: 26px;
    margin: 0 3px;
}
.release .main1500.releases .rights .mainse .text_main{
	display: flex;
	flex-wrap: wrap;
	width: 955px;
	background: #fafafa;
	padding: 15px 20px;
	border-radius: 6px;
}
.release .main1500.releases .rights .mainse .text_main .lists{
	width: 155px;
	height: 155px;
	position: relative;
	margin-right: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.release .main1500.releases .rights .mainse .text_main .lists .close{
	position: absolute;
	right: -8px;
	top: -8px;
	width: 15px;
	height: 15px;
	z-index: 2;
	transition: all 1s;
	transform: rotate(0deg);
	display: flex;
	align-items: center;
}
.release .main1500.releases .rights .mainse .text_main .lists .close img{
	width: 100%;
}
.release .main1500.releases .rights .mainse .text_main .lists .close:hover{
	transform: rotate(360deg);
}
.release .main1500.releases .rights .mainse .text_main .lists  img{
	border-radius: 10px;
	max-height: 155px;
	max-width: 155px;
}
.release .main1500.releases .rights .mainse .text_main .lists .text{
	position: absolute;
	left: 0;
	right: 0;
	line-height: 16px;
	text-align: center;
	border-radius: 6px;
	color: #FFFFFF;
	background: #c3c3c3;
	width: 52px;
	margin: 0 auto;
	top: -8px;
}
.release .main1500.releases .rights .mainse .text_main .lists .text.ons{
	background: #4bb673;
}
.release .main1500.releases .rights .mainse .text_mains{
	display: flex;
	justify-content: space-between;
}
.release .main1500.releases .rights .mainse .text_mains .left{
	width: 690px;
}
.release .main1500.releases .rights .mainse .inputs{
	width: 135px;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs{
	width: 520px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs input{
	width: 100%;
	border: 1px solid #d5d2d2;
	border-radius: 6px;
	padding: 0 10px;
	height: 44px;
	background: #f6f6f6;
	font-weight: 400;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs input:focus{
	border: 1px solid #62cc7c;
}
.release .main1500.releases .rights .mainse .text_mains .right{
	width: 385px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .layui-upload{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .layui-upload-list{
	display: none;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .layui-btn{
	width: 114px;
	height: 38px;
	line-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #66a3fd;
	border-radius: 6px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .layui-btn .iconfont{
    color: #FFFFFF;
    margin-right: 5px;
    font-size: 17px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .jd{
	width: 360px;
	position: relative;
	display: none;
	margin-top: 18px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .jd .ysb{
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .jd .ysb .icon{
    font-size: 14px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .jd .name{
    position: absolute;
    top: -18px;
    right: 0;
    font-size: 12px;
    color: #62cc7c;
    height: 12px;
    line-height: 12px;
    cursor: pointer;
    text-align: right;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .jd .layui-progress-text{
    position: absolute;
    top: -8px;
    right: -50px;
    color: #62cc7c;
    height: 18px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .layui-progress-big{
	height: 4px;
	line-height: 4px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .layui-progress-bar{
	height: 4px;
	line-height: 4px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .layui-progress-text{
	position: absolute;
	bottom: 6px;
	right: 0;
	color: #62cc7c;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs.radios{
	display: flex;
	align-items: center;
	font-weight: 400;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .tlist{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs.radios .all{
	width: 60px;
	line-height: 18px;
	border-radius: 6px;
	text-align: center;
	font-size: 12px;
	color: #a4a4a4;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs.radios input{
	width: 14px;
	height: 14px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs.radios .icon{
	margin-right: 5px;
	font-size: 20px;
}
.release .main1500.releases .rights .mainse .text_mains .right{
	box-shadow: 0 10px 10px 1px #e8e8e8;
	padding: 10px 18px;
}
.release .main1500.releases .rights .mainse .text_mains .right .name{
	margin-bottom: 15px;
}
.release .main1500.releases .rights .mainse .text_mains .right .p{
	margin-bottom: 15px;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs{
	display: flex;
	align-items: center;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .submits{
	width: 236px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	background: #fdbb6c;
	color: #FFFFFF;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .xy{
	display: flex;
	align-items: center;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .xy span{
	color: #fdbb6c;
}
.release .main1500.releases .rights .mainse .text_mains .left .inputs .xy input{
	width: 14px;
	height: 14px;
}
.release .main1500.releases .jia{
	margin: 50px auto 0;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background-image: url('../images/fbtb.png');
	background-position: -60px -92px;
    background-repeat: no-repeat;
}
.release .main1500.releases .rights .maines{
	display: flex;
	justify-content: space-between;
}
.release .main1500.releases .rights .maines .left{
	width: 280px;
	height: 280px;
	border-radius: 6px;
	box-shadow: 0 0 10px 1px #e0e0e0;
	overflow: hidden;
	cursor: pointer;
}
.release .main1500.releases .rights .maines .right{
	width: 885px;
	height: 280px;
	border-radius: 6px;
	box-shadow: 0 0 10px 1px #e0e0e0;
	background: #FFFFFF;
	padding: 25px 30px;
}
.release .main1500.releases .rights .maines .right .list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.release .main1500.releases .rights .maines .right .name{
	width: 65px;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
}
.release .main1500.releases .rights .maines .right .name span{
	color: #ff0000;
}

.release .main1500.releases .rights .maines .right .inputs{
	width: 720px;
	display: flex;
	align-items: center;
}
.release .main1500.releases .rights .maines .right .inputs input{
	width: 100%;
	border: 1px solid #d5d2d2;
	border-radius: 6px;
	padding: 0 10px;
	height: 44px;
	background: #f6f6f6;
	font-weight: 400;
	margin: 0 5px;
}
.release .main1500.releases .rights .maines .right .inputs input:focus{
	border: 1px solid #62cc7c;
}
.release .main1500.releases .rights .maines .right .inputs .lefts{
	display: flex;
	align-items: center;
	width: 252px;
	height: 40px;
	justify-content: space-around;
	border-radius: 6px;
	box-shadow: 0 0 10px 1px #ebebeb;
	background: #fdf2e0;
}
.release .main1500.releases .rights .maines .right .inputs.xz{
	justify-content: space-between;
}
.release .main1500.releases .rights .maines .right .inputs.xz input{
	width: 14px;
	height: 14px;
}
.release .main1500.releases .rights .maines .right .inputs label{
	display: flex;
	align-items: center;
	line-height: 17px;
}
.release .releases .layui-form-radio{
    display: flex;
    align-items: center;
    margin: 0 5px!important;
}
.release .releases .layui-anim.layui-icon{
    font-size: 17px;
}
.release .main1500.releases .rights .maines .right .inputs label .icons{
    width: 17px;
    height: 17px;
    background-image: url('../images/fbtb.png');
    background-position: -113px -69px;
    background-repeat: no-repeat;
}
.release .main1500.releases .rights .maines .right .inputs label:nth-child(2) .icons{
    background-position: -140px -69px;
}
.release .main1500.releases .rights .maines .right .inputs .rights{
	width: 430px;
	background: #cdf0ff;
	display: flex;
	justify-content: space-around;
	height: 40px;
	border-radius: 6px;
	box-shadow: 0 0 10px 1px #ebebeb;
}
.release .main1500.releases .rights .maines .right .inputs .rights .icon{
    font-size: 24px;
}
.release .main1500.releases .rights .maines .right .inputs .rights .money{
	display: flex;
	align-items: center;
}
.release .main1500.releases .rights .maines .right .inputs .rights .money .iconfont{
    color: #fabf76;
    font-size: 12px;
    margin-top: -15px;
}
.release .main1500.releases .rights .maines .right .inputs .rights .money input{
	padding: 0;
	width: 30px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}
.release .main1500.releases .rights .maines .right .inputs .layui-upload{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-right: 20px;
}
.release .main1500.releases .rights .maines .right .inputs .layui-upload-list{
	display: none;
}
.release .main1500.releases .rights .maines .right .inputs .layui-btn{
	width: 114px;
	height: 38px;
	line-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #66a3fd;
	border-radius: 6px;
}
.release .main1500.releases .rights .maines .right .inputs .jd{
	width: 560px;
	position: relative;
	display: none;
	margin-top: 18px;
}
.release .main1500.releases .rights .maines .right .inputs .jd .ysb{
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
}
.release .main1500.releases .rights .maines .right .inputs .jd .ysb .icon{
    font-size: 16px;
}
.release .main1500.releases .rights .maines .right .inputs .jd .name{
    position: absolute;
    top: -18px;
    right: -14px;
    font-size: 12px;
    color: #62cc7c;
    height: 12px;
    line-height: 12px;
    cursor: pointer;
}
.release .main1500.releases .rights .maines .right .inputs .layui-progress-big{
	height: 4px;
	line-height: 4px;
}
.release .main1500.releases .rights .maines .right .inputs .layui-progress-bar{
	height: 4px;
	line-height: 4px;
}
.release .main1500.releases .rights .maines .right .inputs .layui-progress-text{
	position: absolute;
	top: -8px;
	right: -50px;
	color: #62cc7c;
	height: 18px;
}
.release .main1500.releases .rights .maines .right .inputs .typelist1{
	width: 100%;
}
.release .main1500.releases .rights .maines .right .inputs .typelist2{
	display: none;
	width: 100%;
}
.release .main1500.releases .rights .editor{
	background: #FFFFFF;
	box-shadow: 0 0 10px 1px #e0e0e0;
	margin-top: 20px;
	padding: 30px;
	border-radius: 6px;
}
.release .main1500.releases .rights .editor .titles{
    font-size: 18px;
    color: #262626;
    font-weight: bold;
}
.release .main1500.releases .rights .editor .titles .icon{
    font-size: 22px;
}
.release .main1500.releases .rights .editor .editormain{
	margin-top: 20px;
	position: relative;
}
.release .main1500.releases .rights .editor .editormain .imgs{
    position: absolute;
    top: 65px;
    left: -200px;
    width: 220px;
    height: 120px;
    background-image: url('../images/fbtb.png');
    background-position: -443px -143px;
    z-index: 10;
}








.platform_main{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	background: #ffffff;
}

.platform_main .left{
	width: 300px;
	height: 100%;
	background: #1f1f1f;
	padding: 30px;
	/* box-shadow: 10px 0px 10px 1px #efefef;--> */
	position: relative;
	z-index: 2;
}
.platform_main .left .tops{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.platform_main .left .tops .menu{
	position: relative;
	height: 30px;
	display: flex;
	align-items: center;
}
.platform_main .left .tops .menu .menu_main{
	position: absolute;
	width: 150px;
	right: -30px;
	top: 30px;
	background: #fafafa;
	border-radius: 10px;
	overflow: hidden;
	display: none;
	box-shadow: 10px 0px 10px 1px #efefef;
	z-index: 2;
}
.platform_main .left .tops .menu .menu_main .titles{
    position: relative;
}
.platform_main .left .tops .menu .menu_main .titles .names{
    position: absolute;
    left: 52px;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    top: 0;
    bottom: 0;
    color: #5374e3;
    margin-top: 13px;
    font-weight: bold;
}
.platform_main .left .tops .menu:hover .menu_main{
	display: block;
}
.platform_main .left .search .search_main  .titles{
    position: relative;
}
.platform_main .left .search .search_main  .titles .names{
    position: absolute;
    left: 62px;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    top: 0;
    bottom: 0;
    color: #5374e3;
    margin-top: 13px;
    font-weight: bold;
}
.platform_main .left .tops .menu .menu_mains{
	margin: 15px 0 15px 35px;
	border-left: 1px solid #cdcdcd;
}
.platform_main .left .tops .menu .menu_mains .list{
	padding-left: 20px;
	line-height: 18px;
	height: 18px;
	margin: 5px 0;
	font-size: 12px;
	color: #1f1f1f;
	box-sizing: border-box;
}
.platform_main .left .tops .menu .menu_mains .list.ons{
	border-left: 2px solid #009fe1;
	margin-left: -1px;
	padding-left: 19px;
}
.platform_main .left .tops .menu .menu_mains .list.ons a{
	color: #009fe1;
}
.platform_main .left .tops .menu .menu_mains .list:hover{
	border-left: 2px solid #009fe1;
	margin-left: -1px;
	padding-left: 19px;
}
.platform_main .left .tops .menu .menu_mains .list:hover a{
	color: #009fe1;
}
.platform_main .left .search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	height: 50px;
	background: #fafafa;
	border: 1px solid #fafafa;
	padding: 0 16px 0 26px;
	border-radius: 6px;
	position: relative;
}
.platform_main .left .search:hover{
	border: 1px solid #009fe1;
	box-shadow: 0 0 10px 1px #b4defb;
}
.platform_main .left .search .lefts .icon{
	width: 16px;
	height: 16px;
}
.platform_main .left .search .rights .icon{
	width: 16px;
	height: 16px;
	display: none;
	color: #009fe1;
	cursor: pointer;
}
.platform_main .left .search:hover .lefts .icon{
	color: #009fe1;
}
.platform_main .left .search:hover .rights .icon{
	display: inline-block;
}
.platform_main .left .search:focus{
	border: 1px solid #009fe1;
}
.platform_main .left .search:active{
	border: 1px solid #009fe1;
}
.platform_main .left .search .right{
	width: 14px;
	height: 14px;
}

.platform_main .left .search .search_main{
	position: absolute;
	width: 100%;
	right: 0;
	top: 53px;
	background: #fafafa;
	border-radius: 10px;
	overflow: hidden;
	display: none;
	box-shadow: 10px 0px 10px 1px #efefef;
	z-index: 2;
}
.platform_main .left .search .search_main.ons{
	display: block;
}
.platform_main .left .search .search_mains{
	margin: 15px 0 15px 35px;
	border-left: 1px solid #cdcdcd;
}
.platform_main .left .search .search_mains .list{
	padding-left: 20px;
	line-height: 18px;
	height: 18px;
	margin: 5px 0;
	font-size: 12px;
	color: #1f1f1f;
	box-sizing: border-box;
}
.platform_main .left .search .search_mains .list.ons{
	border-left: 2px solid #009fe1;
	margin-left: -1px;
	padding-left: 19px;
}
.platform_main .left .search .search_mains .list.ons a{
	color: #009fe1;
}
.platform_main .left .search .search_mains .list:hover{
	border-left: 2px solid #009fe1;
	margin-left: -1px;
	padding-left: 19px;
}
.platform_main .left .search .search_mains .list:hover a{
	color: #009fe1;
}





.platform_main .left .layui-panel{
	border: none;
	box-shadow: none;
}
/*.platform_main .layui-menu .layui-menu-item-group>.layui-menu-body-title{
	color: #ff6d11;
}*/
.platform_main .layui-menu .active,.platform_main .layui-menu .active a {
	color: #ff6d11;
}

.platform_main .left .layui-panel ul ul{
	border-left: 1px solid #cdcdcd;
}
.platform_main .left .layui-panel li{
	line-height: 14px;
	padding: 0 0 0 15px;
	margin-top: 20px;
    transition: all 0s;
}
.platform_main .left .layui-panel li .layui-menu-body-title>.layui-icon{
	position: relative;
	margin-right: 10px;
}
.platform_main .left .layui-panel li:hover {
    background: none;
}
.platform_main .left .layui-menu .layui-menu-item-checked{
    background: none!important;
    color: #ff6d11;
    transition: all 0s;
}
.platform_main .left .layui-menu ul .layui-menu-item-checked{
    background: none!important;
    color: #ff6d11;
    border-left: 1px solid #ff5800;
    margin-left: -1px;
    transition: all 0s;
}
.platform_main .left .layui-menu .layui-menu-item-checked:after{
	display: none;
	padding: 0 0 0 14px;
}
.platform_main .layui-menu .layui-menu-item-down:hover>.layui-menu-body-title>.layui-icon{
	color: #ff6d11;
}
.platform .layui-menu .layui-menu-body-title:hover,.platform .layui-menu a:hover {
	color: #ff6d11;
}
.platform_main .right{
	width: calc( 100% - 300px );
	height: 100%;
	position: relative;
	z-index: 1;
	min-width: 1280px;
}
.platform_main .right .tops{
	display: flex;
	justify-content: space-between;
	height: 108px;
	background: #FFFFFF;
	align-items: center;
	padding-right: 100px;
}
.platform_main .right .tops .lefts{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	
}
.platform_main .right .tops .lefts .types{
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.platform_main .right .tops .lefts .types .name{
	margin-right: 5px;
	
	color:#000
}
.platform_main .right .tops .lefts .types .list{
	margin-right: 15px;
	width: 74px;
	line-height: 30px;
	border-radius: 6px;
	box-shadow: 0 0 3px 1px #e9e9e9;
	text-align: center;
	cursor: pointer;
}
.platform_main .right .tops .lefts .types .list.ons,.platform_main .right .tops .lefts .types .list.ons a{
	color: #009fe1;
}
.platform_main .right .tops .lefts .renderer{
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.platform_main .right .tops .lefts .renderer .name{
	margin-right: 5px;
}
.platform_main .right .tops .lefts .renderer .list{
	margin-right: 15px;
	width: 74px;
	line-height: 30px;
	border-radius: 6px;
	box-shadow: 0 0 3px 1px #e9e9e9;
	text-align: center;
	cursor: pointer;
}
.platform_main .right .tops .lefts .renderer .list img{
	margin-right: 5px;
}
.platform_main .right .tops .lefts .renderer .list.ons,.platform_main .right .tops .lefts .renderer .list.ons a{
	color: #009fe1;
}
.platform_main .right .tops .rights{
	display: flex;
	align-items: center;
}
.platform_main .right .rights .list{
	margin-left: 20px;
	color: #009fe1;
	font-size: 14px;
	cursor: pointer;
}
.platform_main .right .rights .list img{
	margin-right: 5px;
}
.platform_main .right .rights .tx{
	width: 33px;
	height: 33px;
	border-radius: 33px;
	margin-left: 20px;
	position: relative;
}
.platform_main .right .rights .tx .showRw.pthy1{
    right: -9px;
}
.platform_main .right .rights .tx:hover .showRw.pthy1{
    display: block;
}
.platform_main .right .mains{
	max-height: calc( 100% - 108px );
	padding: 16px 25px;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
}
.platform_main .right .mains .list{
	width: 233px;
	height: 233px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background: #FFFFFF;
	/*transition: all 0.6s;*/
	box-shadow: 0 0 3px 1px #e9e9e9;
}
.platform_main .right .mains .list .tag{
	position: absolute;
	top: 0;
	right: 0;
	width: 41px;
	height: 36px;
}
.platform_main .right .mains .list .name{
	background-color: #00000080;
	position: absolute;
	bottom: -30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 14px;
	transition: all 0.3s;
	opacity: 0;
}
.platform_main .right .mains .list:hover{
	box-shadow: 0 0 2px 1px #74c0df;
}
.platform_main .right .mains .list:hover .name{
	bottom: 0;
	opacity: 1;
}
.platform_main .right .mains .nones{
    background-image: url('https://img.tzsucai.com/2022/04/12/images/search.png');
    width: 306px;
    height: 212px;
    margin: 20% auto 0;
}
.platform .zz{
	background: #000000b8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.platform .zz .img_main{
	width: 1120px;
	height: 750px;
	background: #fafafa;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	position: relative;
}
.platform .zz .img_main .close{
	position: absolute;
	/*top: -55px;*/
	right: -0px;
	width: 38px;
	height: 38px;
	transition: all 0.5s;
	z-index: 4;
	transform:rotate(180deg);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
}
.platform .zz .img_main .close:hover{
	transform:rotate(360deg);
}
.platform .zz .img_main .left{
	width: 750px;
	height: 750px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
}
.platform .zz .img_main .swiper {
	width: 100%;
	height: 100%;
}
.platform .zz .img_main .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.platform .zz .img_main .right{
	width: 290px;
	margin-right: 40px;
	margin-top: 30px;
}
.platform .zz .img_main .money{
	width: 86px;
	height: 100px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0 0 5px 1px #eff7fa;
	text-align: center;
	padding: 18px;
}
.platform .zz .img_main .money .num{
	font-size: 30px;
	color: #02b1fa;
	font-weight: bold;
}
.platform .zz .img_main .money .name{
	margin-top: 18px;
	color: #b1dffd;
	font-size: 12px;
}
.platform .zz .img_main .money .names{
	margin-top: 18px;
	color: #b1dffd;
	font-size: 12px;
	display: none;
}
.platform .zz .img_main .money:hover .name{
	display: none;
}
.platform .zz .img_main .money:hover .names{
	display: block;
}
.platform .zz .img_main .selects{
	margin-top: 40px;
}
.platform .zz .img_main .selects input[type=text]:focus{
    border: 1px solid #eee;
}
.platform .zz .img_main .selects .layui-form-selected dl{
    animation-name: none;
}
.platform .zz .img_main .selects .layui-form-select dl dd.layui-this{
    background: none;
    color: #02b1fa;
}
.platform .zz .img_main .layui-btn{
	width: 100%;
	height: 38px;
	background: #FFFFFF;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
}
.platform .layui-menu{
	width: 250px;
}
.platform .zz .img_main .down{
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background: #02b1fa;
	margin-top: 16px;
	cursor: pointer;
}
.platform .zz .img_main .down:hover{
	background: #5fd0ff;
}
.platform .zz .img_main .text_main{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	font-size: 14px;
	align-items: flex-start;

}
.platform .zz .img_main .text_main .lefts{
	color: #b0b0b0;
}
.platform .zz .img_main .text_main .lefts .list{
	line-height: 28px;
}
.platform .zz .img_main .text_main .rights{
	color: #02b1fa;
	display: flex;
    align-items: center;
    line-height: 20px;
    cursor: pointer;
}
.platform .zz .img_main .text_main .rights .icon{
    margin-right: 5px;
}
.platform .zz .img_main .member{
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.platform .zz .img_main .member .tx{
	width: 33px;
	height: 33px;
	border-radius: 33px;
	overflow: hidden;
	margin-right: 10px;
	box-shadow: 0 0 5px 1px #e6e6e6;
}
.platform .zz .img_main .member .name{
	color: #aeaeae;
}
.platform .zz .img_main .img_mains{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
.platform .zz .img_main .img_mains .list{
	width: 142px;
	height: 142px;
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.zzs{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000080;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.zzs .tops{
	position: relative;
}
.zzs .tops .text{
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 144px;
	height: 29px;
	line-height: 29px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background: #ffca41;
	border-radius: 29px;
	font-weight: bold;
}
.zzs .text_main{
	background: #FFFFFF;
	padding: 20px 45px;
	text-align: center;
	border-radius: 0 0 25px 25px;
}
.zzs .text_main .text{
	color: #cccccc;
	font-size: 14px;
}
.zzs .text_main .mains{
	display: flex;
	justify-content: space-around;
}
.zzs .text_main .mains .list{
	width: 52rpx;
	text-align: center;
	margin-top: 22px;
}
.zzs .text_main .mains .list .quan{
	background: #eef2f5;
	padding: 10px 0 5px;
	border-radius: 8px;
	font-size: 14px;
	color: #b5b4b4;
}
.zzs .text_main .mains .list.ons .quan{
	background: #5e8afa;
	color: #FFFFFF;
}
.zzs .text_main .mains .list .texts{
	color: #b5b4b4;
	margin-top: 5px;
}
.zzs .text_main .nums{
	font-size: 14px;
	color: #ffca41;
	margin-top: 40px;
}
.zzs .text_main .nums span{
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	line-height: 28px;
	background: #fff4d9;
}
.zzs .text_main .submits{
	background: #4284fd;
	width: 308px;
	height: 60px;
	line-height: 60px;
	background: #4284fd;
	margin: 40px auto 0;
	border-radius: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.zzs .time{
	width: 104px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 28px;
	background: #00000080;
	margin: 16px auto 0;
}




.zzaddress{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00000080;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.zzaddress .address{
	display: flex;
	position: relative;
}
.zzaddress .address .close{
	position: absolute;
	top: -50px;
	right: -50px;
	width: 40px;
	height: 40px;
	transform:rotate(0deg);
	transition: all 1s;
}
.zzaddress .address .close:hover{
	transform:rotate(360deg);
}
.zzaddress .address .right{
	width: 660px;
	background: #FFFFFF;
	padding: 20px 60px 0;
	border-radius: 0 10px 10px 0;
}
.zzaddress .address .rights{
	width: 660px;
	background: #FFFFFF;
	padding: 50px 40px 0 50px;
	border-radius: 0 10px 10px 0;
}
.zzaddress .address .rights .list{
	display: flex;
	margin-bottom: 17px;
}
.zzaddress .address .rights .list .name{
	width: 115px;
	line-height: 50px;
}
.zzaddress .address .rights .list .inputs{
	width: 455px;
	box-shadow: 0 0 20px 1px #e6f6ff;
}
.zzaddress .address .rights .list input{
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding: 0 10px;
	border: none;
}
.zzaddress .address .rights .list .city-picker-span{
	border: none;
	padding: 0 10px;
}
.zzaddress .address .rights .list textarea{
	height: 50px;
	height: 100px;
	width: 100%;
	padding: 0 10px;
	border: none;
}
.zzaddress .address .rights .list .submits{
	margin-top: 36px;
	padding-left: 90px;
}
.zzaddress .address .rights .list .submits img{
	cursor: pointer;
}
.zzaddress .address .right .img{
	text-align: center;
}
.zzaddress .address .right .text_main{
	box-shadow: 0 0 10px 1px #e6f6ff;
	padding: 30px 35px;
}
.zzaddress .address .right .text_main .p{
	line-height: 34px;
	color: #444444;
	font-size: 14px;
}
.zzaddress .address .right .text_main .p span{
	color: #618eff;
}
.zzaddress .address .right .text_main .p:last-child{
	margin-top: 20px;
}
@media only screen and (min-width: 2000px) {
	.main1500 .flor4{
		min-height: 565px;
	}
	.w1300 .rjlist{
		min-height: 720px;
	}
}
.notices{
	margin-top: 72px;
	height: 35px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #989898;
}
.notice .main{
	display: flex;
	width: 1460px;
	margin: 20px auto;
	min-height: 940px;
	justify-content: space-between;
}
.notice .main .left{
	width: 1170px;
}
.notice .main .left .list{
	height: 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	background: #FFFFFF;
	margin-bottom: 15px;
}
.notice .main .left .list .lefts{
	font-size: 18px;
}
.notice .main .left .list .lefts span{
	color: #f75514;
}
.notice .main .left .list .lefts a:hover{
	color: #1ab87b;
}
.notice .main .left .list .rights{
	font-size: 12px;
	color: #656668;
}
.notice .main .right{
	width: 260px;
}
.notice .main .right .list{
	height: 54px;
	line-height: 54px;
	background: #FFFFFF;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top .right>a{
    z-index: 4;
}
.ggs{
	width: 400px;
	margin: 20px auto;
	height: 40px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.soutys .ggs{
    display: none;
}
.ggs .name{
	width: 100px;
}
.ggs .swiper-container{
	height: 40px;
	width: 210px;
}
.ggs .swiper-slide{
	text-align: left;
	line-height: 40px;
}
.ggs .swiper-slide a{
	color: #FFFFFF;
}
.ggs .more{
	width: 100px;
}
.ggs a{
	color: #FFFFFF;
}
.layui-flow-more a cite {
    padding: 20px
}
.platform .zz .img_main .left{
    border-radius: 10px 0 0 10px;
}
.platform .zz .img_main .left .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: #a4a4a4cc;
    opacity: 0.5;
}
.platform .zz .img_main .left .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #009fe1;
    opacity: 1;
}
.qhxzz_main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.qhxzz_main .lists{
    margin: 0 5px 10px;
    width: 114px;
    height: 137px;
    text-align: center;
}
.qhxzz_main .lists p {
    font-size: 8px;
    padding: 10px 0 0;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    height: 24px;
    text-overflow: ellipsis;
}
.qhxzz_main .lists:nth-child(n+12){
    display: none;
}
.qhxzz_main.ons .lists:nth-child(n+12){
    display: block;
}
.qhxzz_main .zkai {
    width: 101px;
    height: 114px;
    background: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 0 0;
}