body,html{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", serif;
	font-size: 14px;
	color: #333;
	min-width:1300px;
	width: 100%;
	min-height: 100%;
	background: #FFF;
}
*{box-sizing:border-box}
.phone-menu-btn,.phone-menu-box{display: none;}
.menu-height{height: 80px;}
.over-height{height: 50px;}
.line15{height: 15px;}
.line120{height: 120px;}
.h40{height: 40px;}
.w1200{width:1200px;margin: 0 auto;}
.golvbox{border: 1px solid rgb(222, 222, 222)}
ul,li{
	margin: 0;
	list-style: none;
	padding: 0;
}
a{
	text-decoration: none;
}
.header{
	background: #fff;
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 0;
	-webkit-box-shadow: 4px 2px 2px #d2d0d0;
	box-shadow: 4px 2px 2px #d2d0d0;
	z-index:9999
}
.flex{
	display:flex;
	justify-content:flex-start;
	align-items:center
}
.flex-between{
	justify-content:space-between;
}
.header .logo{
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.header .logo img{
	height: 40px;
	vertical-align: middle;
}
.navbox{
	width:1200px;
	line-height: 58px;
	margin: 0 auto;
}
.menu{
	line-height: 58px;
	flex:1;
}
.menu ul{
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
.menu ul li{
	font-size: 16px;
	line-height: 50px;
	padding-left: 40px;
	white-space: nowrap;
}
.menu ul li a{
	color: #000;
}
.menu ul li.on a,.phone-menu-box ul li.on a{
	color: #eca222;
}
.menu ul li:hover a,.phone-menu-box ul li:hover a{
	color: #eca222;
}
.loginbtn{
	color: #fff;
    background-color:#ffb82c;
    border-color: #ffb82c;
	padding: 5px 25px;
	font-weight:normal;
	line-height:34px;
	border-radius:5px;
	font-size:16px;
	cursor:pointer;
	border-radius:60px;
}
.banner{
	position:relative
}
.lin-tishi{
	position: absolute;
	left: 50px;
	top: 280px;
	z-index: 10000000;
	width:64px;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	cursor: pointer;
}
.banner .swiper-button-next:after,.banner .swiper-container-rtl .swiper-button-prev:after,.banner .swiper-button-prev:after,.banner .swiper-container-rtl .swiper-button-next:after{
	font-size: 20px;
}
.banner .cardbox{
	width:1200px;
	position:absolute;
	bottom:-105px;
	left:50%;
	margin-left:-600px;
	z-index:999;
}
.banner .cardbox ul{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.banner .cardbox ul li{
    flex:1;
	height:296px;
	margin-right:15px;
	display:block;
	position:relative;
	border-radius:8px;
	overflow:hidden;
	background:#fff;
	border:1px solid #fff;
	box-shadow:0 3px 9px 0 rgba(0,0,0,.07)
}
.banner .cardbox ul li a{display:block}
.banner .cardbox ul li:last-child{margin-right:0}
.banner .cardbox ul li .cardimg{
	height:190px;
	width:100%;
	overflow:hidden
}
.banner .cardbox ul li img{
	display:block;
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s ease-in-out;
}
.banner .cardbox ul li .cardimg:hover img{
	 -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}
.banner .cardbox ul li .cardcover{
	padding:19px;
}
.banner .cardbox ul li .cardcover h3{
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
	opacity:1 !important;
	color:#000
}
.banner .cardbox ul li .cardcover h3:after{
	content:'';
	width:40px;
	height:2px;
	background:#eca222;
	display:block;
	margin-top:4px
}
.cardsee{
	color:#333
}
.cardsee{display:block;color:#333}
.advbox{
	width:1200px;
	margin:0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 9px 0 rgb(0 0 0 / 7%);
	box-shadow: 0 3px 9px 0 rgb(0 0 0 / 7%);
	border: 1px solid #ebebeb;
	/*font-size: 24px;*/
	line-height: 100px;
	text-align: center;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding:0 15px;
}
.title{
	font-size:16px;
	text-align: center;
	letter-spacing: 1px;
}
.more{
	width: 140px;
	margin: 40px auto;
	border: 1px solid #333;
	line-height: 40px;
	text-align: center;
	position: relative;
}
.more a{
	display: block;
	color: #333;
	font-size: 15px;
	position: relative;
	z-index: 9;
}
.more:after{
	content: '';
	width: 0;
	height: 40px;
	transition:all .3s;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.more:hover:after{
	content: '';
	width: 100%;
	background: #333;
}
.more:hover a{
	color: #fff;
}
.loginer{
	width:100%;
	height:100%;
	position:relative;
}
.logincon{
	width:100%;
	height:100%;
	position:relative;
	padding: 70px 90px;
	overflow:hidden
}
.loginborder{
	overflow:hidden;
	border-radius:15px !important
}
.msg-con{
	width:100%;
	height:100%;
	padding:0
}
.logincon .dots .dot {
    position: absolute;
    border-radius: 100%;
    z-index: 11;
}
.logincon .dots .dot:nth-of-type(1) {
	top: -80px;
	right: -80px;
	width: 160px;
	height: 160px;
	background-color: #689bf6;
	-webkit-animation: float 6s ease-in-out infinite;
	-moz-animation: float 6s ease-in-out infinite;
	-o-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}
.logincon .dots .dot:nth-of-type(2) {
    bottom: -120px;
    left: -120px;
    width: 240px;
    height: 240px;
    background-color: #f66867;
    -webkit-animation: float 8s ease-in-out infinite;
    -moz-animation: float 8s ease-in-out infinite;
    -o-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
}
.logincon .dots .dot:nth-of-type(3) {
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background-color: #ffd84c;
    -webkit-animation: float 4s ease-in-out infinite;
    -moz-animation: float 4s ease-in-out infinite;
    -o-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}
@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
        transform: translatex(0px);
    }

    50% {
        transform: translatey(-30px);
        transform: translatex(20px);
    }

    100% {
        transform: translatey(0px);
        transform: translatex(0px);
    }
}

@-moz-keyframes float {
    0% {
        transform: translatey(0px);
        transform: translatex(0px);
    }

    50% {
        transform: translatey(-30px);
        transform: translatex(20px);
    }

    100% {
        transform: translatey(0px);
        transform: translatex(0px);
    }
}

@-o-keyframes float {
    0% {
        transform: translatey(0px);
        transform: translatex(0px);
    }

    50% {
        transform: translatey(-30px);
        transform: translatex(20px);
    }

    100% {
        transform: translatey(0px);
        transform: translatex(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
        transform: translatex(0px);
    }

    50% {
        transform: translatey(-30px);
        transform: translatex(20px);
    }

    100% {
        transform: translatey(0px);
        transform: translatex(0px);
    }
}
.logincon .logo{
	width:200px;
	margin:20px auto 60px auto
}
.logincon .logo img{
	width:100%
}
.logincon .er{
	width:250px;
	height:250px;
	margin:0 auto 50px auto
}
.logincon .er img{
	display:block;
	width:100%;
	height:100%;
}
.goback{
	width:60px;
	height:60px;
	position:fixed;
	right:15px;
	bottom:15px;
	background:#fff;
	border:1px solid #dedede;
	cursor:pointer;
	border-radius:6px;
	display:none;
	z-index:999999
}
.goback img{
	margin-top: 15px;
    margin-left: 12px;
}
.goback .topbackon{
	display:none;
}
.goback:hover{
	background:#ffb82c;
}
.goback:hover .topbackon{display:block;}
.goback:hover .topbackimg{display:none;}
.back{
	display:block
}
.indexlist{
	width:1200px;
	margin:0 auto;
}
.indexlist .flex{
	width:450px;
	margin:0 auto;
}
.indexlist .flex h3{
	flex:1;
	text-align:center;
	font-size:24px;
	font-weight:700
}
.listbox{
	width:100%;
	background:#fff;
	border-radius:10px;
	padding:10px;
}
.listbox h4{
	font-size:26px;
	border-left:5px solid #019cfd;
	padding-left:10px;
	margin:5px
}
.listbox ul li{
    border: 1px solid rgba(0, 0, 0, 0.125);
	width:32%;
	float:left;
	margin-right:1.5%;
	margin-bottom:1.5%;
	cursor:pointer;
	transition:all .5s;
	background:#fff;
}
.listbox ul li:nth-child(3n){margin-right:0}
.listbox ul li .imgscover{
	width:100%;
	height:200px;
	position:relative
}
.listbox ul li .imgscover img{
	width:100%;
	height:100%;
	/*object-fit:cover;*/
}
.tagbox{
    margin: 0 auto;
    width: 384px;
	height: 80px;
	position: absolute;
	top: -31px;
	-left: 89px;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tagbgtitle{
	width: 74px;
	height: 44px;
	background:url('../images/tagbg.png') no-repeat;
	line-height: 32px;
	z-index: 1;
	text-align: center;
}
.tagbgtitle span{
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
.listcover{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	left:0;
	top:0;
	opacity:0;
	transition:.3s
}
.listtime{
	position:absolute;
	left:10px;
	bottom:10px;
	background:#dc3545;
	color:#fff;
	border-radius:4px;
	padding:2px 8px;
}
.listcover .mb-2{
	font-weight:normal;
	line-height:26px;
	color:#fff;
	text-align:center;
	padding:0 5px
}
.listbox ul li:hover .listcover{
	opacity:1
}
.listbox ul li:hover .listtime{
	opacity:0;
}
.table{
	width:100%;
	height:100%;
	display:table
}
.table-cell{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.listcon{
	padding:10px
}
.summary{
	margin:8px 0;
	color:#757575
}
.listcon h5{
	margin:0;
	font-size:14px;
}
.listbtn{
	width:64px;
	height:30px;
	line-height:30px;
	border-radius:4px;
	text-align:center;
	background:#fff;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #9b9b9b
}
.listbtn a{display:block;color:#444}
.listbtn:hover{
	background:#ffb82c;
	border-color:#ffb82c
}
.listbtn:hover a{color:#fff}
.layuicontent {line-height:20px;}
.layuicontent img{
	width:100%;
	display:block;
	margin:0
}
.my-nav{
	width:320px;
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
	float:left;
	padding:10px;
}
.mylist{
	width:1300px;
	margin:0 auto;
}
.my-nav{text-align:center;}
.my-nav .logo{
	width:140px;
	margin:20px auto
}
.my-nav .logo img{
	width:100%
}
.my-nav  ul{margin-top:30px;}
.my-nav  ul li{
	width:240px;
	line-height:36px;
	border:1px solid #c5c5c5;
	border-radius:4px;
	margin:15px auto 0 auto;
	cursor:pointer;
}
.my-nav  ul li.my-line{
	height:15px;border:none;border-top:1px solid #ddd;border-radius:0
}
.my-nav  ul li.goout{
	background:#dc3545;color:#fff;border:none;margin-top:5px;
}
.my-nav  ul li.gohome{
	background:#ffc107;color:#fff;border:none;
}
.my-nav  ul li a{
	display:block;
	color:#333
}
.my-nav  ul li:hover{
	background:#333;
	border-color:#333;
	color:#fff
}
.my-nav  ul li:hover a{
	color:#fff;
}
.my-nav  ul li.on{
	background:#333;
	border-color:#333;
}
.my-nav  ul li.on a{
	color:#fff;
}

.my-content{
	width:960px;
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
	float:right;
	padding:15px;
}
.line5{height:5px;}
.line10{height:10px;}
.line15{height:15px;}
.line20{height:20px;}
.text-blue{color:#1c84c6}
.border-blue{border:1px solid #1c84c6}
.text-red{color:#dc3545;}
.border-red{border:1px solid #dc3545;}
.my-content ul{
	text-align:left;
}
.my-content ul li{
	display:inline-block;
	margin-right:10px;
	padding:10px;
	border-radius:6px;
	margin-bottom:10px;
	cursor:pointer;
}
.my-content ul li.border-red .text-blue{
	color:#dc3545
}
.input{
	border:1px solid #dedede;
	border-radius:4px;
	padding:8px 10px;
}
.input input{
	display:block;
	width:100%;
	border:none;
	outline:none
}
.btn-style{
	margin-right:15px;
	border:1px solid #c5c5c5;
	cursor:pointer;
	padding:10px 16px;
	border-radius:4px;
	min-width:104px;
	text-align:center;
}
.btn-style.on{
	background:#007BFF;
	color:#fff;
}
.userlist{
	width:48%;
	float:left;
	margin-right:4%;
	border-radius:5PX;
	overflow:hidden;
	position:relative;
	height:190px
}
.userlist img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	margin:0
}
.usericon{
	width:100%;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	padding:10px 15px;
}
.mylist .usericon  .flex{
	width:100%;
	margin:0;
	line-height:30px;
	font-weight:700
}
.mylist .usericon  .flex .name{
	width:90px;
	margin-right:15px;
	text-align:justify;
	text-align-last:justify;
	font-weight:normal
}
/* 实名认证 */
.shilist{
	border:1px solid #c5c5c5;
	padding:20px 15px 0 15px;
}
.shilist li{margin-bottom:20px}
.shilist li h4{
	font-size:15px;
	margin:0 0 8px 0;
	font-weight:normal;
}
.shilist li img{width:160px;display:block;margin:0 auto 30px auto}
.indexlist .chonglist ul{
	border-bottom:1px solid #c5c5c5;
	width:100%;
	margin:0;padding-bottom:10px
}
.chonglist ul li{
	text-align:center;
	display:block;
	position:relative;
	padding:9px 15px;
	min-width:106px;
	border:1px solid #c5c5c5;
}
.chonglist ul li.on{
	color:#fff;
	font-weight:700;
	background:#333
}
.tabel-border{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.tabel-border th{font-weight:700}
.tabel-border td{font-weight: normal;}
.tabel-border th, .tabel-border td {
    margin: 0 auto;
    text-align: center;
    padding: 10px 4px !important;
    line-height: 26px;
}
.my-content .listbox ul li{
	padding:0;
	display:block;
	width:32.6%;
	margin-right:1%
}
.none img{
	width:260px;
	display:block;
	margin:0 auto 15px auto;
	opacity:0.9
}
.none p{color:#757575;text-align:center}
.indexlist .contact .flex{
	width:400px;
	padding:15px;
	background:#fff;
	border-radius:8px;
	margin:0;
	margin-right:20px;
	float:left;
}
.contact .flex p{color:#757575;text-align:left;}
.contact .flex  img{
	width:120px;
	height:120px;
}
.qian{
	width:100px;
	height:100px;
	background:#dc3545;
	border-radius:50%;
	margin:0 auto;
	color:#fff;
	font-size:18px;
	text-align:center;
	cursor:pointer;
}



.chongul{
	display:flex;
}
.chongul li{
	line-height:36px;
	font-weight:700;
	color:#858585;
	padding:0 15px;
	margin-right:8px;
	cursor:pointer;
}
.chongul li.on{
	background:#fff;
	color:#333;
	border:1px solid #dedede;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	position:relative;
}
.chongul li.on:after{
	content:'';
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	background:#fff;
	bottom:-1px
}
.titlebig{
	height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    padding-right: 10px;
    position: relative;
	justify-content:space-between
}
.titlebig p{
	background:#f2d29c;
	width: 136px;
    height: 55px;
    color:#cc7a20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 2px;
    border-right: 1px solid #e1b66d;
	font-size:18px
}
.navboxli{
	margin-bottom:20px;
	text-align:center;
	background:none;
	border-radius:0;
	background:#fff;
	padding:0;
	border:1px solid #ccc;
}
.navboxli .navboxli-sort{padding:20px 0;text-align:left;}
.navlist0519{
	float:left;
	width:136px;
	text-align:center;
	line-height:33px;
}
.navboxli .navlist,.navboxli .label{
	display:inline-table;
	cursor:pointer;
	width:78px;
	height:30px;
	line-height:30px;
	text-align:center;
	border: 1px solid #ffc05e;
	border-radius:4px;
	margin-right:15px;
	border-radius:30px;
	color:#666
}
.navboxli .label{
	border:1px solid #cbcbcb;
}
.navboxli .navlist.on{
	background:#fce7c5;
}
.navboxli .label.on{
	color: #dd9237;
	background-color: #fce7c5;
	border: 1px solid #ebb663;
}
.navboxli .navlist:hover{
	border:1px solid #333;
	background:#333;
	color:#fff;
}
.navboxli .label:hover{
	color: #dd9237;
	background-color: #fce7c5;
	border: 1px solid #ebb663;
}
.layui-laypage {
	margin-top:5px
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em {
    border-radius: 2px 0 0 2px;
}
.layui-laypage>:first-child {
    margin-left: 0!important;
}
.layui-laypage a {
    text-decoration: none;
}
.layui-box, .layui-box * {
    box-sizing: content-box;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}
.layui-laypage .layui-laypage-curr {
    position: relative;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #eca222;
}
.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
}
.layui-laypage em {
    font-style: normal;
}.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
}
.layui-laypage em {
    font-style: normal;
}
.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 1px solid #eee;
}
 
/* 月卡 */
.yearlist{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
}
.yearcard{
	width:296px;
	margin-right:20px;
	margin-bottom:10px;
	position:relative;
	border:2px solid #fff;
	border-radius:5px;
	cursor:pointer
}
.yearcard:hover,.yearcard.on{
	border:2px solid #cd2727
}
.yearcard img{
	width:100%;
	display:block;
}
.yearcard p{
	color: #fff;
    font-style: normal;
    position: absolute;
    right: 0px;
    width: 90px;
    height: 26px;
    margin-top: -5px;
    font-size: 12px;
    line-height: 26px;
	top:0;
	margin:0;
	text-align:center;
}
.yearprice{
	width:100%;
	position:absolute;
	left:0;
	bottom:20px;
	padding:0 15px;
	color:#cd2727;
	box-sizing:border-box;
	line-height:1;
}
.yearprice .flex{
	align-items:flex-end;
	width:100%;
	line-height:1;
}
.yearprice .flex span{
	display:block;
	line-height:1;
	margin-right:8px;
	font-size:20px
}
.yearprice .flex h1{
	margin:0 !important;
	font-weight: normal;
    font-size: 28px;
	line-height:1;
}

/* 05-19新增样式 */
.indexlist .title0519 .flex{
	width:100%;
	justify-content:space-between;
	padding:11px 0 21px 0;
	border-bottom:1px dashed #d9d6d6;
}
.indexlist .title0519 h5{
	font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333;
}
.indexlist .title0519 .tagba{
	font-size: 16px;
	font-weight: 700;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0;
    color: #666;
}
.indexlist .title0519 .summary{
	padding:20px 0;
	margin:0;
	border-bottom:1px dashed #d9d6d6;
	color:#757575
}
.indexlist .title0519 .flex .listbtn{
	width:120px;
	line-height:36px;
	height:36px;
	border-radius:30px;
}
.listbox.listbox0519 ul li:hover{
	transform:translate(0,-10px);
}

.my-content .title0519 .flex{
	padding:5px 0 15px
}
.my-content .title0519 .title0519 h5{
	font-size:18px;
}
.my-content .title0519 .tagba{
	font-size:14px;
	padding:0;
	margin:0
}
.my-content .title0519 .summary{
	padding:15px 0
}
.search-box{
	width: 385px;
	height: 33px;
	border: 1px solid #eca222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.search-box .ant-input{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-variant: tabular-nums;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	position: relative;
	display: inline-block;
	width: 100%;
	height: 32px;
	padding: 4px 11px;
	color: rgba(0,0,0,.65);
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd9d2;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.search-div{
	width: 53px;
	height: 31px;
	background-color: #eca222;
	overflow: hidden; 	
}
.search-div img{
	width: 50px;
	height: 30px;
	cursor:pointer
}
.title0519.listcon{
	padding:10px 0
}
.listbox0519.listbox ul li{
	padding:7px;
	box-sizing:border-box
}
.banner .swiper-pagination{
	width:auto;
	left:50%;
	transform:translate(-50%,0);
	background:rgba(0,0,0,.35);
	border-radius:40px;
	padding:2px;
}
.banner .swiper-pagination-bullet{
	width:10px;
	height:10px;
	background:rgba(255,255,255,.5);
	margin: 0 3px;
}
.banner .swiper-pagination-bullet-active{
	background:#fff
}
.detatop{
	border:1px solid #ccc;
	width:1200px;
	padding:0 67px;
	height:313px;
	margin:0 auto;
}
.detatop .flex{
	height:100%
}
.detimg{
	width:317px;
	height:162px;
}
.detimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.dettitle{
	width: 689px;
}
.deth3{
	font-size: 24px;
    line-height: 30px;
    color: #333
}
.dettag div{
	width: 99px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	text-align:center;
	margin-left:10px;
	cursor:pointer;
}
.dettag div.shou{
	border: 1px solid #a97736;
    color: #a97736;
	border-radius:4px;
}
.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.detsumm{
	margin-top: 15px;
    width: 689px;
    height: 70px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #333
}
.delfuli{
	width: 1200px;
    height: 233px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAAD0CAYAAACLp9+mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUwQTI4NjlFRUQxMzExRUM5ODlEQjgwREM5NkE5NzYzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUwQTI4NjlGRUQxMzExRUM5ODlEQjgwREM5NkE5NzYzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTBBMjg2OUNFRDEzMTFFQzk4OURCODBEQzk2QTk3NjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBMjg2OURFRDEzMTFFQzk4OURCODBEQzk2QTk3NjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7x9cnYAAALYElEQVR42uzdT4jcZx3H8Wcmm0bj5p9mI9YsNKZGlLQ0WrSxl1xiY1UEwUNRRKxVEfQieNIerCgIelBQoeI/ogiCUoiQiIccLCmYGqNV22hsMI0hm2C3SZq4ZrPr75lslsmY7M5MmvRzeL3gm/z+zDMDz/HNzG9bR3ZuLwNqN3OxAAAAAMDgljQzM8iC9pAfAgAAAADDGBl0wTABa7V9BgAAAGBIqwZdMDLEh2zoOv5dM2+37wAAAAAsoDaku+eOa1s6OcjiYb6B1R2s/mD/AQAAAFjEga7jdwy6uLXAQ9xn7S0AAAAAN1HrahcX/Anh+Ad/ccX5zNTp8q9dD5XZmQud89fd/90y8qp1thYAAACAa5o+d7Ic/9UnO8et9tJy63sfLe1lK694zdGff+Ca6wf6CeHZw3vm49WytW8WrwAAAABY1MjysU5LqmpbOvuPPQOt7ztg1W9fnTn02Pz56O33230AAAAA+jJ6+7vnj88881inNfWr74D1/IFHy8yFc53jpSvHy/L1W+08AAAAAH1Zvv7eTlOqamOqralffQWss4d3l3NHH587a5XVdz1Yf7Bo5wEAAADoT2uuKc09p722pvq4qn4sWqHOH3uiPH/ge/PnoxvfVV7x2jttOgAAAAADqU1p9A3b58/rt7DOP7dv0XULBqxawU7t+3p9ulbn/JZXbyqr7/qY3QYAAABgKKu3PNhpTB2zM+XUE9/o/PpvIa0jO7df7Xr984Inui8sXbm+rNv25f/7E4cAAAAAMIj6APeJvV8oF04/13trfTPHei/2fgOrPknrq808033xlte8qYxte0S8AgAAAOC61cZUW1NtTj3+XC61qfHui/UbWPc0/7+tmR1zM9L9ghWb3ldW3fGR0movsbsAAAAAvGRmZy6WF/7043Lm0K561n1rupndc/NkDViz13qTddu+VJaNbbabAAAAANwwUyefKhN7H77m/d6fENantf+mmQfqiXgFAAAAwI3W1aBqk6ptaqb7fm/A2tBMfar7z2wdAAAAADdZbVK1TW3ovtgbsP5pnwAAAAB4mV3RqNr2AwAAAIBkAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABEE7AAAAAAiCZgAQAAABBNwAIAAAAgmoAFAAAAQDQBCwAAAIBoAhYAAAAA0QQsAAAAAKIJWAAAAABE6w1Yt9kSAAAAAF5mt3Wf9AasZ5t5vJkH7BMAAAAAN1ltUrVNPdt9ceQqL3zn3JSpk0+VZWObbR0AAAAAN0xtUHN+erX7NWBtbebuZu5rZkfpiloTex8uK974nrLqzo+WVnuJ3QQAAADgpTN7sUwe/FE587ddvXemm9ndzJ5m9reO7NzefXO8mU8386lmVl++uGzsLWXt1s+X9rKVNhYAAACA6zYzdbqc2ve1MnXyL92XX2jmO818u5mjly/2BqzL1jVzovvC0pXjZd22R0QsAAAAAK5LjVcTe79YLpw+2ntrfTPHei+2r/E+E/WfNW/9RCmtSy+pb3jyt18psxcv2GUAAAAAhlLbUm1M8/Gq1b7UoC45drU17YXecHTjjrL2ns/NR6z//vtQmTz4fTsNAAAAwFAmD/6g05g6Wu1Oe6oNaiHtxd70leu3ljVbPj5/fvbwr8t/Jv5otwEAAAAYSG1KZw/vmT+vzam2p8W0+3nzWsGWj987dzZbJg/+sPM/AAAAAPTnyqZUW9Ni37y6rN3vR6zZ8lBpL13eOb4weaScP/6kfQcAAACgL+eP/77TlKramGpr6lffAav+9cEVm94/f37m6V/aeQAAAAD60t2SamOqralf7UE+aHTjfaXVXto5njr1dJl+8YTdBwAAAGBB0y9OlKlTf+0c17ZUG9MgWkd2br/WPQ+5AgAAAOBmal3t4sigCxqfaeabc8c/aebD9hYAAACABexs5kNzx59t5luDLG4P8YH7u443238AAAAAFnFH1/H+QRcPE7D+3nV8q/0HAAAAYBGv7zo+POjikSE+cLLreKx4VhYAAAAA/ZscdMEw38BaYp8BAAAAGNL0oAuGCVhr7DMAAAAAQ1o76IL/CTAAa+02TFKLW8AAAAAASUVORK5CYII=);
    background-size: 100% 100%;
    margin: 35px auto;
    padding: 25px 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.delfuli img{
	display:block;
	margin:0 AUTO;
}
.delfulcon{
	font-size: 20px;
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
	margin:1.12em 0
}
.detailcon{
    width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    border: 1px solid #ccc;
    background-color: #fff;
	padding:0 67px
}
.detailconname{
	height: 90px;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.detailconname p{
	font-size: 24px;
    line-height: 48px;
    letter-spacing: 0;
    color: #333;
    position: relative;
    margin-right: 64px;
    cursor: pointer
}
.detailconname p.on{
	font-size: 24px;
    line-height: 48px;
    letter-spacing: 0;
    color: #feaa25 !important
}
.detailconname p.on:after{
	 position: absolute;
    content: "";
    width: 38px;
    height: 4px;
    background-color: #feaa25;
    border-radius: 2px;
    bottom: -10px;
    left: 26px
}
.detailbox .jieshao img{
	width:100%
}
.pingjia ul li{
	padding:20px 0;
	border-bottom:1px solid #d2d0d0
}
.head-image{
	width:61px;
	height:61px;
}
.pingcon{flex:1;margin-left:18px;}
.usercode{
	font-size: 16px;
    line-height: 46px;
    letter-spacing: 0;
    color: #1e242f;
}
.pingjia .pingcon p{
	height: auto;
    line-height: 25px;
    word-break: break-all
}
.pingfa{
    margin-top: 45px
}
.lininput{
	height: 220px;
    min-height: 220px;
    max-height: 325px;
    overflow-y: hidden;
	max-width: 100%;
    line-height: 1.5;
    vertical-align: bottom;
    -webkit-transition: all .3s, height 0s;
    transition: all .3s, height 0s;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd9d2;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s
}
.lininput:focus,
.lininput:hover {
    border-color: #ffac59;
    border-right-width: 1px !important
}
.pinglabel{
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #999
}
.pinglabel span{
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #f12308
}
.pingfa .pingbtn{
    width: 168px;
    height: 48px;
    background-color: #ff9130;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto
}
.zhibo{height:700px;}
.show{
	display:none
}
.dettitle .listbtn{
	width:120px;
	line-height:40px;
	height:40px;
	border-radius:30px;
}

/* 05-31新增样式 */
.flex-x-center{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-y-center{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-dir-column{
	webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.dis-flex{
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.cardbox ul li.loginli .cardimg{
	background:#fff9ef;
	padding:26px 18px 0;
	border:1px solid #ebebeb;
	text-align: center;
}
.cardbox ul li .logo-style{
	width: 96px;
    height: 96px;
    background-color: #fff;
    border: 1px solid #ffb82c;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 0 auto;
    margin-bottom: 20px;
}
.banner .cardbox ul li.loginli .cardimg:hover img{
	 -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.cardbox ul li .logo-style img{
	border-radius:50%;
	width:80px;
	height:80px;
}
.opt-box{
	width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.pointer{
	width:86%;
    height: 40px;
    background-color: #ffb82c;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0;
    color: #fff;
	line-height:40px;
	text-align:center;
	cursor:pointer;
}
.headlogo{
	width: 90px;
    height: 90px;
	border-radius: 50%;
	margin-right: 15px;
}
.headlogo img{
	display:block;
	width:100%
}
.cardimg .oneline-hide{
	font-weight:700;
	color:#cf7013;
	font-size:16px
}
.vipbg{
	margin: 0 auto;
    border-radius: 6px;
    background: url(../images/down.png) no-repeat;
    height: 41px;
    width: 83px;
    line-height: 41px;
    padding-left: 27px;
    padding-top: 5px;
    color: #f00f0f;
    font-style: oblique;
    background-blend-mode: normal,normal;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.balance-yuanbao{
	height:70px;
}
.balance-yuanbao .item span{
	display:block;
	text-align:center;
}
.line2{
	width:1px;
	height:34px;
	background-color:#e8dbc4;
	border-radius:1px
}
.num-style{
	font-size:18px;
	font-weight:700;
	font-stretch:normal;
	letter-spacing:0;
	color:#cf7013
}
.num-label{font-size:13px;letter-spacing:0;color:#a1947e}
.opt-box .chuzhibtn{
	width: 102px;
    height: 32px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #ffb82c;
    font-weight: 400;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0;
    
}
.chuzhibtn a{color: #cf7013;height:100%;line-height:30px;text-align:center;font-size: 16px;}
.cardbox ul li.loginli:hover a{color: #cf7013}
.lintanbox.layui-layer{border-radius: 10px;}
.lintanbox .layui-layer-content{
	background: #FFFFFF !important;
    border-radius: 10px;
}
.gitf_top_img {
    width: 100%;
    height: 108px;
    background: url(../images/bgtan.png);
    background-size: 100% 100%;
}
.gitf_top_tt {
    position: absolute;
    top: 40px;
    width: 438px;
    height: auto;
    margin: 0 30px;
}
.gitf_top_tt h1 {
    width: 438px;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2F2F2F;
}
.gitf_top_tt p {
    margin: 20px 0 17px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #474747;
}
.gitf_input {
    width: 412px;
    height: 40px;
    padding: 0 12px;
    background: rgba(245, 238, 255, 0);
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    outline: none;
}
.gift_prompt {
    width: 414px;
    height: auto;
    background: #fff6e6;
    border-radius: 4px;
    padding: 12px;
    margin-top: 29px;
}
.gitf_button {
    width: 438px;
    margin: 0;
    padding: 0;
    border: 0;
    height: 58px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(91deg, #f2d29c, #ff9130);
    box-shadow: 0px 5px 8px 0px rgb(99 71 160 / 24%);
    border-radius: 29px;
    margin-top: 39px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #bb6200;
}
.foot{
	width: 100%;
    min-width: 1200px;
    height: 300px;
    background-color: #383838;
    border: 1px solid #ddd9d2;
    position: relative;
    color: #ccc8c5;
    padding-top: 78px;
    border: 0;
    font-size: 16px;
}
.foot .flex{
	justify-content:center;
	color:#ccc8c5;
}
.foot .flex a{color:#ccc8c5;font-weight:normal;}
.footcon{
	color:#ccc8c5;
	margin-top: 12px;
	text-align:center;
    line-height: 44px;	
}
.foot .m-10{margin-left:10px}
.foot .m-20{margin-left:20px}
.detailbox.layui-layer{background:none;box-shadow:none;border-radius:0;}
.detailbox .layui-layer-content{
	background: none !important;
    border-radius: 0;
	overflow-x:hidden;
}
.detailbox .modal{
	width: 295px;
	padding: 100px 0 50px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.detailbox .modal .top{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99999
}

.detailbox .modal .center{
    background-image: url(../images/detailline.png);
    background-size: 100% 100%;
    width: 296px;
    height: auto;
    margin-left: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.detailbox .modal .center img{
    width: 104px;
    height: 78px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -52px
}

.detailbox .modal .center .libao-contents{
    margin: 40px auto 80px;
    width: 210px !important;
    min-height: 160px;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #fdecc4;
    padding: 0 10px
}

.detailbox .modal .center .fpp{
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -93px
}

.detailbox .modal .center .fpp .lq-box{
    margin: 15px auto 0
}

.detailbox .modal .center .fpp .foo{
    margin: 15px auto 0;
    text-align: center
}

.detailbox .modal .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -99999
}
.foo{
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #bfa99a;
    margin-top: 21px
}

.foo span{
    font-family: MicrosoftYaHei-Bold;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #e12a06
}
.detailbox .layui-layer-setwin{
	bottom: -40px;
	top:auto;
	left: 50%;
	margin-left:-15px;
	right: auto;	
	width: 30px;
	height: 30px;
}
.detailbox .layui-layer-setwin .layui-layer-close2{
	right:0;
	bottom:0
}
.detailbox.layui-layer-page .layui-layer-content{
	overflow:hidden;
}
.layui-layer-page .layui-layer-content{background:#F4F6F8}
/* 欢迎弹窗样式 */
.welcome-popup {
    background: linear-gradient(135deg, #f5f7fa 0%, #fff 100%);
    border: 1px solid #d4af37;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
    width: 100% !important;
    box-sizing: border-box !important;
}

.welcome-popup ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    color: #666;
}
        /* 欢迎弹窗样式 */
.layui-layer.welcome-skin {
    border-radius: 10px !important;
    overflow: hidden !important;
    width: 500px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.layui-layer.welcome-skin .layui-layer-content {
    max-height: 80vh; /* 限制最大高度为视口的80% */
    overflow-y: auto; /* 内容过多时显示滚动条 */
    padding: 0 !important;
}

.layui-layer.welcome-skin .layui-layer-close {
    right: 10px !important;
    top: 10px !important;
    color: #d4af37 !important;
    font-size: 18px !important;
}
.sharetop{
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap: wrap;
}
