
body{
	background: #f3f5f9;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	min-width: 1200px;
}
select {
  border: solid 1px #ddd;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(../images/arrow2.png) no-repeat right center;
  padding-right: 20px;
}
select::-ms-expand { display: none; }
ul::-webkit-scrollbar-track-piece,div::-webkit-scrollbar-track-piece { /*滚动条凹槽的颜色，还可以设置边框属性*/
background-color:#fff;
}
ul::-webkit-scrollbar,div::-webkit-scrollbar {/*滚动条的宽度*/
width:10px;
}
ul::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb {/*滚动条的设置*/
background-color:rgba(239,127,72,.4);
background-clip:padding-box;
min-height:28px;
border-radius: 10px;
}
ul::-webkit-scrollbar-thumb:hover,div::-webkit-scrollbar-thumb:hover {
background-color:rgba(239,127,72,.9);
}
input.btn-reg[disabled]{
	background: #aaa!important;
}
input.btn-reg[disabled]:hover{
	opacity: 1;
	cursor: default;
}

#app {
	margin-top: 110px;
}
.wrap{
	width: 1380px;
	margin: 0 auto;
}
.icon-line{
	font-size: 14px;
	font-family: "宋体";
	font-style: normal;
	color: #ddd;
	margin: 0 4px 0 6px;
}
.header{
	height: 70px;
	background: #fff;
	width: 100%;
	/* position: fixed;
	z-index: 900;
	top: 0; */
}
.header .logo{
	width: 130px;
	height: 38px;
	display: block;
	background: url(../images/logo-1.png) no-repeat;
	background-size: 100%;
	float: left;
	margin: 16px 0;
}
.nav{
	float: left;
	margin-left: 30px;
}
.nav li{
	float: left;
	margin: 0 10px;
	width: 120px;
	height: 70px;
	text-align: center;
}
.nav li>a{
	width: 120px;
	height: 70px;
	display: inline-block;
	color: #3f3f3f;
	font-size: 16px;
	position: relative;
}
.nav li a .chn{
	font-size: 20px;
	margin: 12px 0 5px;
}
.nav li a .eng{
	font-size: 12px;
	color: #999;
	font-family: Arial;
}
.nav li a:hover{
	color: #ef7f48;
}
.nav li a:hover .eng{
	color: #ef7f48;
}
.nav li.active{
	background: #ec7a5d;
}
.nav li.active a{
	color: #fff;
}
.nav li.active a .eng{
	color: #fff;
}
.nav .sub{
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	width: 120px;
	padding: 5px 0;
	border-radius: 5px;
	position: relative;
	z-index: 9999;
	display: none;
}
.nav .sub:before{
	content: "";
	width: 22px;
	height: 11px;
	display: block;
	background: url(../images/arrow7.png) no-repeat center;
	position: absolute;
	left: 44px;
	top: -11px;
}
.nav .sub .sub-item{
	font-size: 14px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	display: block;
	padding: 0 10px;
}
.nav .arrow{
	width: 10px;
	height: 5px;
	display: inline-block;
	background: url(../images/arrow8.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 33px;
}
.nav li:hover .arrow{
	display: none;
}
.btn-wrap{
	text-align: center;
	margin: 35px 0;
}
.btn-wrap-item{
	display: inline-block;
}
.btn{
	background: #ef7f48;
	color: #fff;
	border-radius: 5px;
	padding: 15px 20px;
	margin: 0 30px;
	display: inline-block;
	border: 1px solid #ef7f48;
	min-width: 100px;
	text-align: center;
}
.btn-w{
	background: #fff;
	border:1px solid #ef7f48;
	border-radius: 5px;
	color: #ef7f48;
	padding: 15px 20px;
	margin: 0 30px;
	display: inline-block;
	min-width: 100px;
}
.btn:hover{
	opacity: .8;
	color: #fff;
}
.btn-w:hover{
	color: #ef7f48;
}
a:hover{
	color: #ef7f48;
}
.user-face{
	width: 80px;
	height: 80px;
	position: relative;
}
.user-face .user-face-pic{
	width: 80px!important;
	height: 80px!important;
	position: absolute!important;
	left: 0!important;
	top: 0!important;
	border-radius: 100%!important;
}
.user-face .icon-vip{
	width: 22px;
	height: 22px;
	background: url(../images/icon-1.png) no-repeat;
	background-position: 0 -100px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.user-money-item{
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	width: 90px;
	margin-right: 5px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.icon-coin{

	width: 24px;
	height: 20px;
	display: inline-block;
	background: url(../images/icon-1.png) no-repeat;
	background-position: 0 -124px;
	vertical-align: middle;
	margin: -4px 6px 0 0;
}
.icon-bean{
	width: 24px;
	height: 20px;
	display: inline-block;
	background: url(../images/icon-1.png) no-repeat;
	background-position: -26px -124px;
	vertical-align: middle;
	margin: -6px 6px 0 0;
}

.user-logwrap-item{
	position: relative;
	height: 70px;
}
.user-logwrap-item .user-logged .layui-badge-dot{
	position: absolute;
	left: 26px;
	top: 21px;
}
.user-logwrap-item .user-logged{
	height: 70px;
	line-height: 70px;
	display: block;
	float: right;
}
.user-logwrap-item>a .user-face-pic{
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin-right: 8px;
}
.user-logwrap-item .user-box{
	width: 420px;
	height: 222px;
	background: url(../images/user-box.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 70px;
	display: none;
	z-index: 1000;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.user-logwrap-item .user-box .user-info{
	padding: 28px 20px 12px;
}
.user-logwrap-item .user-box .user-info-1{
	margin-right: 20px;
}
.user-logwrap-item .user-box .user-info .user-name{
	font-size: 22px;
	margin: 5px 0 15px;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.user-logwrap-item .user-box .logout{
	color: #2f8cff;
	height: 19px;
	line-height: 19px;
	display: block;
	margin: 8px 0 18px;
	
}
.user-logwrap-item .user-box .logout>i{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-2.png) no-repeat;
	background-position: -60px -54px;
	margin-right: 5px;
}
.user-logwrap-item .user-info-3 .btn{
	display: block;
	padding: 5px 15px;
	margin: 0;
	min-width: inherit;
}
.user-logwrap .user-link{
	padding: 20px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.user-logwrap .user-link .user-link-item{
	display: inline-block;
	text-align: center;
	width:20%;
}
.user-logwrap .user-link .user-link-item i{
	width: 25px;
	height: 25px;
	display: block;
	margin: 8px auto 10px;
}
.user-logwrap .user-link .user-link-item .icon-mygallery{
	background: url(../images/icon-2.png) no-repeat;
	background-position: 0 0;
}
.user-logwrap .user-link .user-link-item .icon-autoJoin{
	background: url(../images/210412/icon-1.png) no-repeat;
}
.user-logwrap .user-link .user-link-item .icon-myLikes{
	background: url(../images/210429/icon-folder.png) no-repeat;
}
.user-logwrap .user-link .user-link-item .icon-mymessage{
	background: url(../images/icon-2.png) no-repeat;
	background-position: -27px 0;
	position: relative;
}
.user-logwrap .user-link .user-link-item .icon-myorder{
	background: url(../images/icon-2.png) no-repeat;
	background-position: -54px 0;
}
.user-logwrap .user-link .user-link-item .icon-myvip{
	background: url(../images/icon-2.png) no-repeat;
	background-position: -81px 0;
}
.user-logwrap .user-link .user-link-item .icon-mymessage .layui-badge{
	position: absolute;
	right: -15px;
	top: -5px;
	height: 14px;
	width: auto;
	border-radius: 20px;
	font-style: normal;
	line-height: 14px;
	padding: 0 4px;
}

.user-logwrap .toreg{
	line-height: 70px;
}
.content{
	margin: 40px 0;
}
.tab-item{
	position: relative;
}
.tab-item .layui-badge-dot{
	position: absolute;
	top: 0;
	right: 10px;
}
.layui-table, .layui-table-view{
	margin: 10px 0!important;
}
.footer{
	background: #fff;
	padding: 30px 0;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.footer .left{
	width: 760px;
	margin-left: 50px;
}
.footer p{
	margin: 10px 0;
}
.footer p a{
	color: #666;
}
.footer p a:hover{
	color: #000;
}
.icon-line{
	font-family: "宋体";
	color: #ccc;
	margin: 0 18px;
}
.footer .icon-line{
	margin: 0 2px 0 4px;
	color: #999;
}
.footer .strong{
	font-size: 24px;
	font-weight: bold;
	color: #f4f4f4;
}
.footer .right .code{
	float: left;
	margin: 15px 40px 0 0;display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer .right .code img{
	width: 120px;
	height: 120px;
	margin-right: 20px;
}
.fixed-bar{
	position: fixed;
	right: 50px;
	bottom: 100px;
	z-index: 1000;
}
/*.fixed-bar i{
	width: 52px;
	height: 52px;
	display: block;
	margin-bottom: 8px;
}
.fixed-bar i:hover{
	opacity: .8;
}
.fixed-bar .icon-fixed-order{
	background: url(../images/icon-1.png) no-repeat;
	background-position: -108px 0;
	position: relative;	
}
.fixed-bar .icon-fixed-cus{
	background: url(../images/icon-1.png) no-repeat;
	background-position: 0 0;
}
.fixed-bar .icon-fixed-mobile{
	background: url(../images/icon-1.png) no-repeat;
	background-position: -54px 0;
}*/
.icon-fixed-order .layui-badge-dot{
	width: 12px;
    height: 12px;
	position: absolute;
	right: -4px;
	top: -4px;
}
.fixed-mobile{
	position: relative;
}
.fixed-mobile .fixed-code{
	position: absolute;
	left: -130px;
	top: -58px;
	padding: 5px;
	border-radius: 5px;
	background: #fff;
	display: none;
}
.fixed-mobile .fixed-code img{
	width: 120px;
	height: 120px;
}
.retouch .retouch-item{
	margin-bottom: 40px;
	width: 1380px;
	height: 480px;
	overflow: hidden;
	border-radius: 5px;
}
.retouch .retouch-item img{
	width: 100%;
	height: 100%;
	transition: all 0.6s; 
}
.retouch .retouch-item:hover img{
	transform: scale(1.1); 
}
.icon-back{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-2.png) no-repeat;
	background-position: -200px -54px;
	margin: -2px 5px 0 0;
}
.btn-back{
	color: #2f8cff!important;
	margin-top: 8px!important;
	font-size: 14px!important;
}
.btn-back:hover{
	color: #2f8cff;
}
h1{
	position: relative;
	font-size: 30px!important;
	z-index: 1;
}
h1>span{
	vertical-align: middle;
}
h1>i{
	width: 4px;
	height: 30px;
	display: inline-block;
	background: #ef7f48;
	margin-right: 15px;
	vertical-align: middle;
}
.crumb{
	margin: 20px 0 15px;
	color: #666;
	line-height: 40px;
	z-index: 2;
	position: relative;
}
.crumb .crumb-link{
	margin-top: -50px;
}
.sort .cur{
	color: #ef7f48;
}
.main-con{
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding-bottom: 40px;
}
.icon-im{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/icon-im.png) no-repeat;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}
/** 登录注册**/
.reg{
	width: 100%;
	height: 820px;
	background: url(../images/bg-login.jpg) no-repeat center;
	margin: 0;
}
.login{
	width: 100%;
	height: 820px;
	background: url(../images/bg-login.jpg) no-repeat center;
	margin: 0;
}
.login{
	width: 100%;
	height: 820px;
	background: url(../images/bg-login.jpg) no-repeat center;
	margin: 0;
}
.icon-regphone{
	width: 44px;
	height: 44px;
	display: inline-block;
	background: url(../images/icon-1.png) no-repeat;
	background-position: -46px -54px;
}
.icon-regkey{
	width: 44px;
	height: 44px;
	display: inline-block;
	background: url(../images/icon-1.png) no-repeat;
	background-position: -92px -54px;
}
.icon-regpswd{
	width: 44px;
	height: 44px;
	display: inline-block;
	background: url(../images/icon-1.png) no-repeat;
	background-position: 0 -54px;
}
.con_2 .wrap{
	position: relative;
}
.con_2 .form{
	width: 400px;
	height: 460px;
	background: #f6f6f6;
	position: absolute;
	top: 150px;
	right: 75px;
	border-radius: 6px;
	border-top: 2px solid #ef7f48;
}
.con_2 .form2{
	height: 490px;
}
.con_2 .form3{
	height: 420px;
}
.con_2 .form .hd{
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #ddd;
}
.con_2 .form .hd p{
	font-size: 22px; 
	font-weight: bold;
	float: left;
	margin-left: 30px;
}
.con_2 .form .hd a{
	float: right;
	margin-right: 30px;
}
.con_2 .form-code .hd{
	border: 0;
}
.con_2 .form-code .code-wrap .code-pic{
	width: 180px;
	height: 180px;
	margin: 10px auto;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}
.con_2 .form-code .code-wrap .code-pic img{
	width: 100%;
}
.con_2 .form-code .code-wrap .code-txt{
	width: 80px;
	margin: 25px auto;
	padding-left: 50px;
	color: #888;
	line-height: 20px;
	background: url(../images/login-code1.png) no-repeat left center;
}
.con_2 .form-code .code-wrap .code-txt a{
	color: #ef7f48;
}
.con_2 .form .hd .other-log{
	margin: -10px 10px 0 0;
}
.con_2 .form .bd .tips{
	width: 310px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	margin: 5px auto -15px;
	padding-left: 28px;
	overflow: hidden;
	color: #fa4c4c;
	background: #fef2f2 url(../images/icon-tips.png) no-repeat 5px center;
	background-size: 18px 18px;
	border: 1px solid #f16f6f;
	visibility: visible;
}
.con_2 .form .bd .item{
	width: 340px; 
	height: 44px;
	margin: 20px auto 25px;
	position: relative;
}
.con_2 .form4 {
	height: 380px;
	top: 180px;
}
.con_2 .form4 .bd .item{
	margin: 25px auto 30px;
}
.con_2 .form .bd .i-btnwrap{
	height: 52px;
}
.con_2 .form .bd .item .ipt{
	width: 272px;
	height: 20px;
	line-height: 20px;
	padding: 11px;
	border: 1px solid #ddd;
	position: absolute;
	left: 44px; 
	top: 0;
}
.con_2 .form .bd .item i{
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.con_2 .form .bd .item i img{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.con_2 .form .bd .item .ipt-yzm{
	width: 142px;
}
.con_2 .form .bd .item .btn-yzm{
	width: 120px;
	height: 20px;
	line-height: 20px;
	padding: 11px 0;
	font-size: 16px;
	color: #ef7f48;
	box-sizing: content-box;
	text-align: center;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	border-radius: 0!important;
}
.con_2 .form .bd .item .btn-reg{
	font-size: 20px;
	color: #fff;
	width: 320px;
	height: 20px;
	line-height: 20px;
	padding: 16px 10px;
	box-sizing: content-box;
	background: #ef7f48;
	background-size: auto 100%;
	border-radius: 0!important;
	margin: 0 auto!important;
}
.con_2 .form .bd .to-agreement{
	float: left;
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}
.con_2 .form .bd .to-agreement a:first-child{
	margin-right: 65px;
}
input[type="button"]{
	cursor: pointer;
}
.con_2 .form .bd .to-login{
	float: right;
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}
.con_2 .form .bd .to-login a{
	color: #2f8cff;
}
.con_2 .form .bd .item .ipt-yzm2{
	left: 0;
}
.con_2 .form .bd .item .pic-yzm{
	width: 126px;
	height: 44px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: absolute;
	right: 44px;
	top: 0;
}
.con_2 .form .bd .item .pic-yzm img{
	width: 124px;
	height: 42px;
}
.con_2 .form .bd .item a.re{
	width: 44px;
	height: 44px;
	display: block;
	background: url(../images/ico_re.png) no-repeat center;
	position: absolute;
	right: 0;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.con_2 .form .bd .item-c{
	height: 34px;
	margin: 20px auto -10px;
	font-size: 14px;
	color: #666;
	vertical-align: middle;
}
.con_2 .form .bd .item-c .check{
	vertical-align: middle;
	width: 16px; 
	height: 16px;
	cursor: default;
}
.con_2 .form .bd .item-c .f-psw{
	color: #666;
	position: absolute;
	right: 0;
	top: 0;
}
.con_2 .form .bd .item-regn{
	text-align: center;
}
.con_2 .form .bd .item-regn a{
	color: #2f8cff;
}
.con_2 .form .bd .item-regn a.left{
	color: #333;
}
.con_2 .form .bd .item-regn a.left:hover{
	color: #ef7f48;
}
.con_2 .form .bd .item-regn a.left:first-child{
	margin-right: 65px;
}
.con_2 .layui-input-block{
	margin-left: 0;
}

/**充值**/
.dialog-recharge{
	width: 900px!important;
	height: 680px!important;
}
.recharge-title{
	margin: 20px 0;
}
.recharge-title .user-name{
	font-size: 22px;
	color: #333;
	margin-right: 20px;
}
.recharge-title .user-money{
	font-size: 16px;
	color: #777;
}
.payment-method .layui-tab-title .layui-this:after{
	border: none;
}
.payment-method .layui-tab-title li{
	border: none;
	text-align: left;
}
.payment-method .layui-tab-title li i{
	margin: -2px 8px 0 15px;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.icon-alipay{
	background: url(../images/icon-pay-ali.png) no-repeat;
}
.icon-wxpay{
	background: url(../images/icon-pay-wx.png) no-repeat;
}

.loading-2{
	width: 51px;
	height: 22px;
	display: inline-block;
	background: url(../images/loading-2.gif) no-repeat center;
	vertical-align: middle;
}
.layui-layer-content{
	text-align: center;
}

.layui-layer{
	min-width: 420px!important;
	overflow-x: hidden;
}
.layui-layer-title{
	background-color: #ef7f48!important;
	border: none!important;
	color: #fff!important;
	height: 42px!important;
	line-height: 42px!important;
	font-size: 16px!important;
}
.layui-layer-setwin{
	top: 12px!important;
}
.layui-layer-ico.layui-layer-close1{
	width: 18px!important;
	height: 18px!important;
	background: url(../images/icon-2.png) no-repeat!important;
	background-position: -54px -100px!important;
}
.layui-layer-btn .layui-layer-btn0{
	border: 1px solid #ef7f48!important;
	background: #ef7f48!important;
	border-radius: 5px;
}
.layui-layer-btn a{
	height: 35px!important;
	line-height: 35px!important;
	padding: 0 20px!important;
	margin: 10px!important;
	min-width: 60px!important;
}
.layui-layer-btn .layui-layer-btn1{
	border:1px solid #ef7f48!important;
	color: #ef7f48!important;
	border-radius: 5px!important;
}
.dialog-tips{
	min-width: 420px!important;
}
.dialog-tips .layui-layer-content{
	padding: 40px 20px 20px;
}
.dialog-tips .code{
	width: 150px;
	height: 150px;
	margin-bottom: 15px;
}
/**1.1**/
/**首页**/
.index-swip .swiper-slide {
	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;
	position: relative;
	color: #fff;
}
.index-swip .swiper-slide {
	
	position: relative;
	color: #fff;
}
.index-swip .swiper-slide a{
	color: #fff;
}
.index-swip .swiper-slide-find{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);  /* IE9及以上支持 */
	-webkit-transform: translate(-50%,-50%);    /* Safari and Chrome */
	-o-transform: translate(-50%,-50%);     /* Opera */
	-moz-transform: translate(-50%,-50%);       /* Firefox */
}
.index-swip .swiper-slide-finding{
	background: url(../images/bg-index2.png) no-repeat center;
	background-size: cover;
}
.index-swip .swiper-slide-find .hd .left{
	font-size: 32px;
	background: url(../images/icon-find.png) no-repeat left center;
	padding-left: 65px;
}
.index-swip .swiper-slide-find .hd .right a{
	width: 130px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border: 1px solid #fff;
	margin-left: 10px;
}
.index-swip .swiper-slide-find .hd .right a>i{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.swiper-container-h .swiper-slide>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
_:-ms-lang(x),.swiper-container-h .swiper-slide>img{
	font-style: italic;
}
.icon-note{
	background: url(../images/icon-note.png) no-repeat;
}
.icon-photo{
	background: url(../images/icon-photo.png) no-repeat;
}
.icon-task{
	background: url(../images/icon-task.png) no-repeat;
}
.index-swip .swiper-slide-find .bd{
	width: 1400px;
	margin: 40px 0 10px;
}
.index-swip .swiper-slide-find .bd li{
	float: left;
	width: 340px;
	height: 225px;
	margin: 0 10px 10px 0;
}
.index-swip .swiper-slide-find .bd li:first-child{
	width: 330px;
	height: 460px;
}
.index-swip .swiper-slide-find .bd li>a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-swip .swiper-slide-find .bd li>a img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	object-fit: cover;
	
}
_:-ms-lang(x),.index-swip .swiper-slide-find .bd li>a img{
	font-style: italic;
}
.index-swip .swiper-slide-find .bd li>a img:hover{
	transform: scale(1.1);
}
.object-fit-wrap{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-swip .swiper-slide-find .bd li>a .object-fit-wrap:hover{
	transform: scale(1.1);
}
.swiper-container-h .swiper-pagination-bullet{
	background: #fff;
}
.swiper-container-h .swiper-pagination-bullet-active{
	background: #ef7f48;
}
.btn-more{
	width: 130px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border: 1px solid #fff;
}
.icon-more{
	width: 15px;
	height: 8px;
	display: inline-block;
	background: url(../images/arrow3.png) no-repeat;
	margin-left: 10px;
}
.dialog-more{
	min-width: inherit;
	width: 460px!important;
}
.dialog-more .qrcode-wrap{
	padding: 50px;
} 
.dialog-more .qrcode{
	width: 180px;
	height: 180px;
	margin-bottom: 10px;
}
.icon-location{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/icon-2.png) no-repeat;
	background-position: 0 -54px;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
.pic-non{
	display: block;
	margin: 180px auto 0;
}
.agreement-box{
	padding: 60px 80px;
	color: #666;
}
.agreement-box .title{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}
.agreement-box p{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 25px;
}
.agreement-box p strong{
	font-size: 18px;
	color: #000;
}
.agreement-box img{
	max-width: 100%;
}

.search{
	display: inline-block;
	width: 220px;
	height: 30px;
	border:1px solid #ccc;
	border-radius: 15px;
	margin: -5px 40px 0 0;
	vertical-align: middle;
	position: relative;
}
.search .ipt{
	width: 170px;
	height: 22px;
	line-height: 22px;
	position: absolute;
	left: 15px;
	top: 4px;
	border: none;
	background: none;
}
.search .search-btn{
	width: 18px;
	height: 18px;
	display: block;
	background: url(../images/icon-search.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 6px;
}

.loading-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 10000;
}
.loading{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
}
.loading span{
	display: inline-block;
	width: 8px;
	border-radius: 4px;
	background: #ef7f48;
	-webkit-animation: load 1s ease infinite;
	margin: 0 4px;
}
@-webkit-keyframes load{
	0%,100%{
		height: 40px;
		background: #ef7f48;
		margin: 0 4px;
	}
	50%{
		height: 80px;
		margin: -20px 4px;
		background: #ffb566;
	}
}
.loading span:nth-child(2){
	-webkit-animation-delay:0.2s;
}
.loading span:nth-child(3){
	-webkit-animation-delay:0.4s;
}
.loading span:nth-child(4){
	-webkit-animation-delay:0.6s;
}
.loading span:nth-child(5){
	-webkit-animation-delay:0.8s;
}
.progress-wrap{
	position: absolute;
	width: 100%;
	height: 14px;
	left: 50%;
	bottom: 12px;
	margin-left: -50%;
	text-align: center;
	z-index: 2;
}
.progress-txt{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	line-height: 12px!important;
	z-index: 4;
}
progress{
	position: absolute;
	left: 5%;
	top: 0;
    height: 14px;
    color:#ef7f48;
    background:#fff;
    border-radius: 7px;
	width: 90%;
	z-index: 3;
	border:1px solid #ededed;
}

/* 表示总长度背景色 */
progress::-webkit-progress-bar{     
    background-color: #fff;
    border-radius: 7px;
	border:1px solid #ededed;
}
/* 表示已完成进度背景色 */
progress::-webkit-progress-value{
    background: #ef7f48;
    border-radius: 7px; 
}
progress::-moz-progress-bar{
    background-color: #ef7f48;
    border-radius: 7px;
	border:1px solid #ededed;
}
progress::-moz-progress-value{
    background: #ef7f48;
    border-radius: 7px; 
}

.imgLoading-bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
}
.imgLoading{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
}
.imgLoading span{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ef7f48;
	position: absolute;
	-webkit-animation: imgload 1.04s ease infinite;
}
@-webkit-keyframes imgload{
	0%{
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100%{
		-webkit-transform: scale(.3);
		opacity: 0.5;
	}
}
.imgLoading span:nth-child(1){
	left: 0;
	top: 50%;
	margin-top:-10px;
	-webkit-animation-delay:0.13s;
}
.imgLoading span:nth-child(2){
	left: 14px;
	top: 14px;
	-webkit-animation-delay:0.26s;
}
.imgLoading span:nth-child(3){
	left: 50%;
	top: 0;
	margin-left: -10px;
	-webkit-animation-delay:0.39s;
}
.imgLoading span:nth-child(4){
	top: 14px;
	right:14px;
	-webkit-animation-delay:0.52s;
}
.imgLoading span:nth-child(5){
	right: 0;
	top: 50%;
	margin-top:-10px;
	-webkit-animation-delay:0.65s;
}
.imgLoading span:nth-child(6){
	right: 14px;
	bottom:14px;
	-webkit-animation-delay:0.78s;
}
.imgLoading span:nth-child(7){
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	-webkit-animation-delay:0.91s;
}
.imgLoading span:nth-child(8){
	bottom: 14px;
	left: 14px;
	-webkit-animation-delay:1.04s;
}
.index-code-wrap{
	position: absolute;
	top: 130px;
	z-index: 9999;
}
.index-code{
	width: 200px;
	background-color:rgba(0,0,0,.5);
	border-radius: 6px;
	padding: 10px 10px 15px;
}
.index-code p{
	text-align: center;
}
.index-code p img{
	width: 180px;
	height: 180px;
	margin-top: 10px;
}
.btn-share-wrap{
	display: inline-block;
	position: relative;
}
.share-wrap{
	position: absolute;
	right: 0;
	bottom: -50px;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	height: 30px;
	text-align: center;
	display: none;
	z-index: 1000;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
	white-space: nowrap;
}
.share-wrap .share-item{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 5px;
}
.share-box{
	min-width: 300px!important;
	width: 300px!important;
}
.share-box .layui-layer-content{
	padding: 10px;
}
.share-box .layui-layer-content p{
	margin: 10px 0;
}
.share-box .layui-layer-content img{
	width: 200px;
	height: 200px;
}
.share-box .layui-layer-setwin{
	top: 10px;
	right: 10px;
}
.share-box .layui-layer-setwin .layui-layer-close2{
	width: 16px;
	height: 16px;
	display: block;
	background: url(../../manual-retouching/images/icon-2.png) no-repeat center;
	background-position: -81px -101px;
	position: absolute;
	top: 0;
	right: 0;
}
.share-box .layui-layer-setwin .layui-layer-close2:hover{
	background: url(../../manual-retouching/images/icon-2.png) no-repeat center;
	background-position: -81px -101px;
}
.share-wrap .share-weibo{
	background: url(../../res/images/share-weibo.png) no-repeat;
}
.share-wrap .share-weixin{
	background: url(../../res/images/share-weixin.png) no-repeat;
}
.share-wrap .share-qzone{
	background: url(../../res/images/share-qzone.png) no-repeat;
}
.idnex-footer{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	z-index: 1000;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.idnex-footer .nav-item{
	color: #fff;
	text-shadow: 0 1px 2px #000;
	margin: 0 10px;
	position: relative;
	padding: 0 15px;
}
.idnex-footer .nav-item:last-child{
	margin: 0 50px 0 20px;
}
.idnex-footer .nav-item:before{
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	position: absolute;
	border-radius: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
	box-shadow: 0 1px 2px #000;
}
.idnex-footer .nav-item:hover{
	color: #ef7f48;
}
.idnex-footer .nav-item:hover:before{
	background: #ef7f48;
}
.about-nav{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ededed;
}
.about-nav a{
	padding: 0 15px;
	border-right: 1px solid #ededed;
}
.about-nav a:last-child{
	border: none;
}
.about-nav a.cur{
	color: #ef7f48;
}
.contactus-box{
	padding: 40px 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contactus-box .img{
	width: 627px;
}
.contactus-box .text p{
	margin-bottom: 30px;
	font-size: 18px;
}
.contactus-box .text strong{
	font-size: 25px;
}
.toupgrade{
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 18px;
	text-align: right;
	line-height: 30px;
}
.toupgrade a{
	color: #ef7f48;
	font-weight: bold;
}
.dialog-tips3{
	width: 400px!important;
	min-width: 400px!important;
	min-height: 280px!important;
	-webkit-animation-duration: .75s!important;
    animation-duration: .75s!important;
}

.dialog-tips3 .layui-layer-title{
	height: 42px!important;
	line-height: 42px!important;
	font-size: 16px!important;
}
.dialog-tips3 .layui-layer-setwin{
	top: 12px;
}
.dialog-tips3 .layui-layer-btn{
	padding: 0!important;
}
.dialog-tips3 .layui-layer-setwin .layui-layer-ico.layui-layer-close1{
	width: 18px!important;
	height: 18px!important;
	background: url(../images/icon-2.png) no-repeat center!important;
    background-position: -54px -100px!important;
}



.fixed-bar{
	bottom: 60px;
}
.fixed-bar li{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 6px #ccc;
	position: relative;
	margin-bottom: 5px;
}
.fixed-bar li>a{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
}
.fixed-bar li .subbox{
	position: absolute;
    background: #fff;
	padding: 10px;
	border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
	transform: translate(-100%,-50%);
	margin: -25px 0 0 -14px;
	display: none;
}
.fixed-bar li .subbox:after{
    content: "";
	width: 14px;
	height: 60px;
	display: block;
	background: url(../images/0919/arrow.png) no-repeat center;
	position: absolute;
	right: -14px;
	top: 50%;
	margin-top: -30px;
}
.fixed-bar .video .subbox{
	margin: -85px 0 0 -14px;
}
.fixed-bar .video .subbox:after{
	margin-top: 30px;
}
.fixed-bar .gotop>a{
	background: url(../images/0919/i-1.png) no-repeat center;
	background-size: 30px 30px;
}
.fixed-bar .gotop:hover>a{
	background: url(../images/0919/i-2.png) no-repeat center;
	background-size: 30px 30px;
}
.fixed-bar .gotop .subbox{
	color: #F88C63;
	width: 66px;
	text-align: center;
}
.fixed-bar .service .subbox{
	width: 150px;
	color: #666;
	padding: 10px 20px;
}
.fixed-bar .service>a{
	background: url(../images/0919/i-3.png) no-repeat center;
	background-size: 30px 30px;
}
.fixed-bar .service:hover>a{
	background: url(../images/0919/i-4.png) no-repeat center;
	background-size: 30px 30px;
}
.fixed-bar .service .t-1{
	font-size: 16px;
	margin-bottom: 5px;
}
.fixed-bar .service .t-1 i{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/share-weixin.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 6px;
}
.fixed-bar .service .t-1 span{
	vertical-align: middle;
}
.fixed-bar .service .btn-serv{
	width: 100px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	display: block;
	border-radius: 5px;
	color: #fff;
	margin: 5px auto;
	background: -webkit-linear-gradient(right,#f89169, #ffc375); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left,#f89169, #ffc375); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left,#f89169, #ffc375); /* Firefox 3.6 - 15 */
    background: linear-gradient(to left,#f89169, #ffc375); /* 标准的语法 */
}
.fixed-bar .service .btn-serv i{
	width: 15px;
	height: 18px;
	display: inline-block;
	background: url(../images/0919/i-7.png) no-repeat center;
	vertical-align: middle;
	margin-right: 6px;
}
.fixed-bar .service .t-2{
	font-size: 16px;
	border-top: 1px solid #ededed;
	margin-top: 10px;
	padding-top: 6px;
}
.fixed-bar .service .t-2 i{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/0919/i-8.png) no-repeat center;
	vertical-align: middle;
	margin-right: 6px;
}
.fixed-bar .service .t-2 span{
	vertical-align: middle;
}
.fixed-bar .download .subbox{
	width: 130px;
	color: #666;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}
.fixed-bar .download .subbox .qrcode{
	width: 126px;
	height: 126px;
}
.fixed-bar .download>a{
	background: url(../images/0919/i-5.png) no-repeat center;
	background-size: 30px 30px;
}
.fixed-bar .download:hover>a{
	background: url(../images/0919/i-6.png) no-repeat center;
	background-size: 30px 30px;
}
.fixed-bar .video .subbox{
	width: 320px;
	padding: 15px 10px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.fixed-bar .video .item{
	height: 230px;
	font-size: 12px;
}
.fixed-bar .video:hover>a{
	color: #ef7f48;
}
.fixed-bar .video .item:hover{
	color: #ef7f48;
}
.fixed-bar .video .item>p{
	width: 80px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #ddd;
}
.fixed-bar .video .item:last-child> a{
	border: none;
	width: 80px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed-bar .video .item img{
	width: 320px;
	height: 200px;
	object-fit: cover;
	display: none;
}
.fixed-bar .video .item.on img{
	display: block;
	position: absolute;
	left: 10px;
	top: 50px;
}
.fixed-bar .video .item.on>p{
	color: #ef7f48;
}
/**0924**/
#iframe-video{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1111;
}
.body2{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed-videobox{
	width: 960px;
	height: 600px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.fixed-videobox .hd{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ededed;
}
.fixed-videobox .hd a{
	padding: 0 15px;
	border-right: 1px solid #ededed;
}
.fixed-videobox .hd a:last-child{
	border: none;
}
.fixed-videobox .hd a.on{
	color: #ef7f48;
}
.fixed-videobox #fixed-video{
	width: 960px;
	height: 540px;
}
.iframe-wrap .close{
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/icon-2.png) no-repeat center;
	background-position: -52px -98px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2222;
}
.iframe-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2222;
}

.progress-bar{
	position: absolute;
	left: 50%;
	bottom: 10px;
    height: 12px;
    color:#ef7f48;
    background:#fff;
    border-radius: 6px;
	width: 90%;
	border:1px solid #ededed;
	margin-left: -45%;
	text-align: center;
	z-index: 2;
}
.progress-cur{
	position: absolute;
	left: 0;
	top: 0;
    height: 12px;
    background:#ef7f48;
    border-radius: 6px;
	width: 100%;
	z-index: 3;
}
.progress-txt{
	color: #333;
}

/**0930**/
.main-l .my-money>a .icon-bean-txt{
	width: 53px!important;
	height: 18px!important;
	background: url(../../res/images/0930/xtq.png) no-repeat center!important;
}
.icon-bean{
	width: 28px!important;
	height: 18px!important;
	background: url(../../res/images/0930/icon-ticket.png) no-repeat center!important;
}
.main-l .my-money>a .icon-bean{
	width: 28px!important;
	height: 18px!important;
	background: url(../../res/images/0930/icon-ticket.png) no-repeat center!important;
}

/**1011**/
.dlg-xtq{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
	z-index: 1000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dlg-wrap{
	position: relative;
}
.dlg-xtq .dlg-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.dlg-xtq .pic{
	width: 650px;
	height: 785px;
}
.dlg-xtq .to-xt{
	width: 280px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -170px;
	top: 480px;
	display: block;
	background: url(../images/1011/ad-2.png) no-repeat center;
	background-size: 100% auto;
}
.dlg-xtq .close{
	width: 52px;
	height: 52px;
	display: block;
	background: url(../images/1011/ad-3.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 620px;
}



@media screen and (max-width: 1600px) {
	.swiper-slide-find{
		width: 1200px;
	}
	.wrap{
		width: 1200px;
	}
	.header .wrap{
		width: 1380px;
	}
	.index-swip .swiper-slide-find .bd{
		width: 1220px;
	}
	.index-swip .swiper-slide-find .bd li{
		width: 295px;
		height: 190px;
	}
	.index-swip .swiper-slide-find .bd li:first-child{
		width: 285px;
		height: 390px;
	}
	.retouch .retouch-item{
		width: 1200px;
		height: 417px;
	}
	.contactus-box .img{
		width: 580px;
	}
	.contactus-box .text p{
		margin-bottom: 30px;
		font-size: 16px;
	}
	.contactus-box .text strong{
		font-size: 22px;
	}
	.service-qq{
		margin-left: 600px;
	}
}




.match_type_btns{
	width: 140px;
	height: 40px;
	font-size: 18px;
	background: #fff;
	color: rgb(239, 127, 72);
	border-radius: 5px;
	border: 1px solid rgb(239, 127, 72);
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.match_type_btn_active{
	width: 140px;
	height: 40px;
	font-size: 18px;
	background: rgb(239, 127, 72);
	color: rgb(255, 255, 255);
	border-radius: 5px;
	border: none;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}

.sel-img-text .img_title {
	width: 658px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ededed;
	border-radius: 5px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.match_type_btns:hover{
	opacity:0.8 !important;
}
.match_type_btn_active:hover{
	color: #fff;
	opacity:0.8 !important;
}


@media screen and (max-width: 1600px){
	.sel-img-text .img_title {
		width: 568px;
	}
}



/**1107**/
.recharge-menu li{
	position: relative;
}
.recharge-menu li .l-onsale{
	position: absolute;
	right: 4px;
	top: 4px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	padding: 0 5px;
	color: #fff;
	background: #ef7f48;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.recharge-menu li.active .l-onsale{
	color: #ef7f48;
	background: #fff;
}
.recharge-menu li .item-u{
	line-height: 74px!important;
}
.onsale{
	background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px #ddd;
	margin: 50px 200px -30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
	position: relative;
}
#countdown{
	margin: 0!important;
}
.c-hd{
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
.dash{
	margin: 0 10px;
	background: transparent url(../../res/images/1107/t-box.jpg) 0 0 no-repeat!important;
}
.onsale .p-1{
	width: 216px;
	height: 54px;
	background: url(../../res/images/1107/t-1.png) no-repeat;
	margin: 0 auto;
}
.onsale .p-2{
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}
.onsale .p-2 .o{
	font-size: 36px;
	margin: 0 5px;
	
}
.onsale .p-3{
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}
.onsale .btn-t{
	width: 140px;
	height: 44px;
	display: block;
	line-height: 44px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 12px;
	background: -webkit-linear-gradient(left, #fda132 , #fd8421); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fda132, #fd8421); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fda132, #fd8421); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fda132 , #fd8421); /* 标准的语法 */
	border: none;
	color: #fff;
	margin: 15px 0 0 52px;
}
.onsale .btn-t:hover{
	opacity: .8;
}
.onsale .c-hd{
	margin: 0;
	width: 129px;
	height: 110px;
	background: url(../../res/images/1107/t-2.png) no-repeat center;
	position: absolute;
	right: -9px;
	top: -11px;
}

/**1219**/
.index-swip{
	width: 100%;
}
.index-swip .swiper-slide a{
	height: 100%;
	background: #f3f5f9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-swip .swiper-slide a>img{
	max-height: calc(100% + 140px);
}

.header .logo{
	width: 130px;
	height: 42px;
	background: url(../images/logo-3.png) no-repeat;
	background-size: 100% auto;
	margin: 14px 0;
}
.header{
	background: #252525;
}
.nav li>a{
	color: #fff;
}
.nav li>a:hover{
	background: #EC7A5D;
	color: #fff;
}
.nav li>a:hover .eng{
	color: #fff;
}
.header .user-logwrap .toreg{
	color: #fff;
}
.header .user-logwrap li>a{
	color: #fff!important;
}

/**1230**/
.v2-banner{
	width: 100%;
}
.v2-banner .pic{
	width: 100%;
}
.v2-ad{
	height: 175px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.v2-ad .wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.v2-ad .ad-item:first-child .pic{
	width: 890px;
	height: 135px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 2px 5px #888;
}
.v2-ad .ad-item:last-child .pic{
	width: 470px;
	height: 135px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 2px 5px #888;
}
.v2-idxbox{
	width: 100%;
	height: 650px;
}
.v2-idxbox1{
	background: #F8EFE0;
}
.v2-idxbox2{
	background: #DDEEF6;
}
.v2-idxbox3{
	background: #F0EDF1;
}
.v2-idxbox .wrap{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.v2-idxbox .wrap:hover{
	color: #333;
}
.v2-idxbox .box-l{
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.v2-idxbox .box-r{
	width: 37%;
	margin-left: 3%;
}
.v2-idxbox .box-l .pic{
	max-width: 100%;
	max-height: 100%;
}
.v2-idxbox1 .box-l .pic{
	margin-top: 30px;
}
.v2-idxbox .box-r .title{
	font-size: 48px;
	margin-bottom: 25px;
	margin-top: -15px;
}
.v2-idxbox .box-r .desc{
	color: #656767;
	font-size: 22px;
	line-height: 35px;
}
.v2-idxbox .box-r .list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 55px;
}
.v2-idxbox .box-r .list .item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 70px;
	font-size: 22px;
}
.v2-idxbox .box-r .list .item img{
	margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
	.v2-ad .ad-item:first-child .pic{
		width: 778px;
		height: 118px;
	}
	.v2-ad .ad-item:last-child .pic{
		width: 411px;
		height: 118px;
	}
}
.v2-banner .swiper-button-prev{
	width: 44px;
	height: 68px;
	background: url(../images/1230/p-prev.png) no-repeat center;
}
.v2-banner .swiper-button-next{
	width: 44px;
	height: 68px;
	background: url(../images/1230/p-next.png) no-repeat center;
}

/**0102**/
.aipsdl-banner{
	width: 100%;
	height: 500px;
	position: relative;
}
.aipsdl-banner .banner{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aipsdl-banner .btn-dl{
	height: 60px;
	padding: 0 15px 0 60px;
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	border-radius: 10px;
	overflow: hidden;
	background: #000 url(../images/0102/aips-dl2-i.png) no-repeat 15px center;
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -690px;
}
.aipsdl-con .wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 50px 0;
}
.aipsdl-con .item{
	width: 43%;
	margin: 30px 0 30px 7%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.aipsdl-con .item .pic{
	width: 154px;
	height: 154px;
	margin-right: 45px;
}
.aipsdl-con .item .title{
	font-size: 34px;
	color: #000;
	letter-spacing: 3px;
}
.aipsdl-con .item .desc{
	color: #787878;
	font-size: 16px;
	margin-top: 18px;
	line-height: 28px;
}
@media screen and (max-width: 1600px) {
	.aipsdl-banner .btn-dl{
		margin-left: -600px;
	}
}

/**0116**/
.header-imessage{
	height: 70px;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-imessage>li{
	cursor: pointer;
}
.header-imessage .icon-imessage{
	width: 28px;
	height: 26px;
	display: block;
	background: url(../../webim/images/i-1.png) no-repeat;
	position: relative;
}
.header-imessage .icon-imessage .layui-badge{
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: -10px;
	top: -10px;                                                                                        
	font-style: normal;
	border-radius: 8px;
}
.dialog-chabox{
	width: 100%!important;
	height: 100%!important;
	background-color: transparent!important;
	border: none!important;
	box-shadow: none!important;
}
.dialog-chabox .layui-layer-setwin .layui-layer-close2{
	right: -6px;
	top: -6px;
	z-index: 9999;
}

/**0305**/
.dialog-xrzxlq{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.dialog-xrzxlq .dialog-con{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.dialog-xrzxlq .dialog-con a{
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -126px;
}
.dialog-xrzxlq .dialog-con a img{
	width: 253px;
}
.dialog-xrzxlq .close-btn{
	cursor: pointer;
	margin-top: 40px;
}

.nav li.active .sub .sub-item {
	color: #000;
}

.v2-idxbox .box-r .btn-wrap-i{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.v2-idxbox .box-r .btn-wrap-i .btn{
	margin: 0 40px 0 0;
	font-size: 20px;
	padding: 12px 30px;
	background: -webkit-linear-gradient(right,#f76c45, #fb944f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#f76c45, #fb944f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#f76c45, #fb944f); /* Firefox 3.6 - 15 */
    background: linear-gradient(to left,#f76c45, #fb944f); /* 标准的语法 */
	
}
.v2-idxbox .box-r .btn-wrap-i .btn:hover{
	opacity: 1;
}
.v2-idxbox .box-r .btn-wrap-i .btn-download{
	background: #fff;
	color: #fc494a;
	position: relative;
}
.v2-idxbox .box-r .btn-wrap-i .btn-download .label{
	width: 60px;
	height: 30px;
	background: url(../images/0512/label.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: -32px;
	right: -25px;
}


/**0519**/
.main-r-bd .btn-tx{
	width: 110px;
	right: 10px;
	padding: 8px 0;
}
.main-r-bd .btn-download-client{
	position: absolute;
    right: 135px;
    top: -50px;
    margin: 0;
    min-width: 80px;
    padding: 8px 12px;
}
.fixed-bar .download-client .subbox{
    padding: 10px 20px;
	background: #ed7c5f;
	white-space: nowrap;
}
.fixed-bar .download-client .subbox a{
	display: block;
	color: #fff;
}
.fixed-bar .download-client .subbox:after{
	background: url(../images/0519/arrow.png) no-repeat center;
}

.fixed-bar .one-click:hover {
	color:#ec7a5d;
}
/************0609*******************/
.header .user-logwrap .user-name{
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}

/* 210412 */
.v2-idxbox4{
	background:#eef8ea;
}
.v2-idxbox5{
	background:#e9ecf8;
}
.friend-logo{
	background:#fff;
}
.friend-logo-hd{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-bottom: 30px;
}
.friend-logo-hd .hd-l{
	height:22px;
	line-height:22px;
	font-size:22px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 4px solid #ef7f48;
}
.friend-logo .wrap{
	padding:30px 0;
	border-bottom: 1px solid #ededed;
}
.friend-logo .friend-logo-bd{
	width:1500px;
}
.friend-logo .friend-logo-item{
	width: 150px;
	height:46px;
	margin: 10px 20px 10px 0;
	background:#ffffff;
	/* border: 1px solid #ededed; */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}
.friend-logo .friend-logo-item img{
	height:90%;
}
