@charset "utf-8";
html{ 
	width: 100%; 
	height: 100%;
	font-family: "Microsoft YaHei";
	color: #333;
}
body{
	background: #fff;
	font-size: 14px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
input.btn-reg[disabled]{
	background: #aaa!important;
}
input.btn-reg[disabled]:hover{
	opacity: 1;
	cursor: default;
}
select {
  border: solid 1px #000;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
select::-ms-expand { display: none; }
.content { zoom:1;}

select {
  border: solid 1px #ddd;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
select::-ms-expand { display: none; }
div::-webkit-scrollbar-track-piece,ul::-webkit-scrollbar-track-piece{ /*滚动条凹槽的颜色，还可以设置边框属性*/
	background-color:#535353;
}
div::-webkit-scrollbar,ul::-webkit-scrollbar {/*滚动条的宽度*/
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
div::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb{/*滚动条的设置*/
	background-color: #696969;
	background-clip: padding-box;
	min-height:28px;
	min-width: 28px;
	border-radius: 5px;
}
div::-webkit-scrollbar-thumb:hover,ul::-webkit-scrollbar-thumb{
	background-color: #999;
}
div::-webkit-scrollbar-corner,ul::-webkit-scrollbar-corner{
    background-color: rgba(100,100,100,.4);
} 

a:hover{
	opacity: .95!important;
}
a.disabled{
	pointer-events:none!important;
	cursor: not-allowed!important;
	background: #aaa!important;
	border: 1px solid #aaa!important;
	color: #fff!important;
}

/***************************************************************************************/
/***************************************************************************************/
body{
	background: #333;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.o{
	color: #f7815e!important;
}
.aips-v2 .btn{
	min-width: 80px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	color: #fff;
	background: -webkit-linear-gradient(bottom,#f77e5e, #ffa76e); 
	background: -o-linear-gradient(bottom,#f77e5e, #ffa76e); 
    background: -moz-linear-gradient(bottom,#f77e5e, #ffa76e); 
    background: linear-gradient(to top,#f77e5e, #ffa76e); 
	font-size: 14px;
	border-radius: 5px;
	border: none;
}
.aips-v2 .btn-w{
	background: #fff;
    border: 1px solid #ef7f48;
    color: #ef7f48;
}
.aips-v2 .btn-w:hover{
	color: #ef7f48;
}
.aips-v2 .btn.disabled{
	background: #e8e8e8;
	color: #666;
	cursor: default;
	pointer-events: none;
}
.aips-v2 button.btn{
	border: none;
	cursor: pointer;
}

.aips-v2{
	width: 100%;
}
.aips-v2 .wrap{
	position: relative;
}
.aips-v2 .slogan{
	width: 100%;
	text-align: left;
	font-size: 35px;
	font-family: "SimSun";
	font-weight: bold;
	height: 80px;
	line-height: 80px;
/*	background: url(../images/line.png) no-repeat center bottom;*/
	margin: 60px auto;
	color: #fff;
}
.aips-v2 .otr-link {
    position: absolute;
    right: 0;
    top: 30px;
}
.aips-v2 .otr-link a {
    font-size: 18px;
    background: url(../images/i-9.png) no-repeat left center;
	background-size: 26px auto ;
    padding-left: 35px;
	color: #fff;
}
.aips-v2 .otr-link a.link-2 {
    background: url(../images/i-10.png) no-repeat left center;
	background-size: 24px auto ;
}
.aips-v2 .otr-link span.s-line {
    margin: 0 10px;
    font-size: 18px;
    font-family: "宋体";
}
.tips-wrap{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto;
}
.tips-wrap .tips-1{
	font-size: 18px;
    font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}
.tips-wrap .tips-2{
	color: #ff7316;
    text-align: center;
}
.mode{
	width: 500px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #3d3c3d;
	border-radius: 6px;
}
.mode .item-mode {
	width: 50%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
	overflow: hidden;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
}
.mode .item-mode.on {
    background: #4a4a4a;
    color: #ff7316;
	border: 1px solid #ff7316;
}
.mode .item-mode i {
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 10px;
}
i.mode-1 {
    display: inline-block;
    margin-right: 10px;
    background: url(../images/i-mode1-1.png) no-repeat center;
	background-size: 100%;
}
.mode .item-mode.on i.mode-1 {
    background: url(../images/i-mode1-2.png) no-repeat center;
	background-size: 100%;
}
i.mode-2 {
    display: inline-block;
    margin-right: 10px;
    background: url(../images/i-mode2-1.png) no-repeat center;
	background-size: 100%;
}
.mode .item-mode.on i.mode-2 {
    background: url(../images/i-mode2-2.png) no-repeat center;
	background-size: 100%;
}
.chs-pic{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.chs-pic .upl-file{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}
.chs-pic .chs-item{
	width: 350px;
	margin: 30px 0;
	transition: all .5s;
}
.chs-pic .chs-item:hover{
	cursor: pointer;
	transform: translateY(-10px);
	transition: all .5s;
}
.aips-v2 .tips-3{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 80px;
	color: #fff;
}
.aips-v2 .tips-3>i{
	width: 15px;
	height: 16px;
	display: block;
	background: url(../images/i-tips.png) no-repeat left center;
    background-size: 15px 16px;
	margin-right: 10px;
}
.chs-wrap-t{
	height: 680px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.aips-v2 .m{
	width: calc(100% - 400px);
	height: 100%;
}
.aips-v2 .m .hd{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.aips-v2 .m .hd a{
	min-width: 60px;
	padding: 0 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4a4a4a;
    border-radius: 4px;
	color: #fff;
}
.aips-v2 .m .hd a>img{
	height: 14px;
	width: auto;
	margin-right: 5px;
}
.aips-v2 .m .hd .btn-back{
	color: #fff!important;
	margin-top: 0!important;
}
.aips-v2 .m .hd-l{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.aips-v2 .m .hd-l a{
	min-width: 120px;
	flex-wrap: nowrap;
	margin-right: 5px;
	color: #fff;
}
.aips-v2 .m .hd-m{
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	padding-bottom: 15px;
	min-width: 310px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.m .bd{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(../images/loading-2.gif) no-repeat center;
	background-size: 280px auto;
	width: 100%;
	margin: 10px auto 0;
	height: calc(100% - 110px);
}
.m .bd .pic{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: right top;
}
.m .bd .pic-before{
	z-index: 1;
}
.m .bd .pic-after{
	z-index: 2;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m .img-box-big{
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.m .line{
	width: 2px;
	height: 100%;
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 0;
	z-index: 3;
	left: 100px;
}
.m .line .label-before{
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	display: block;
	position: absolute;
	left: -70px;
	top: 50px;
	background: rgba(255,255,255,.5);
	border-radius: 5px;
	color: #000;
}
.m .line .label-after{
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	background: rgba(0,0,0,.4);
	color: #fff;
	border-radius: 5px;
}
.m .tips{
	text-align: center;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #aaa;
}
.m .tips i{
	background: url(../images/i-tips.png) no-repeat center;
	width: 15px;
	height: 16px;
	margin-right: 12px;
}
.m .loading-txt{
	margin-top: 220px;
	color: #aaa;
}

.aips-v2 .r{
	width: 375px;
	height: 100%;
	background: #535353;
	overflow: hidden;
}
.aips-v2 .r1,.aips-v2 .r2{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.r1 .hd{
	margin: 5px;
	height: 60px;
	background: #383838;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ccc;
}
.r1 .hd .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
.aips-v2 .r1 .bd {
    height: calc(100% - 70px);
    overflow-y: auto;
}
.r1 .filter-item{
	margin: 16px 10px;
}
.r1 .filter-item .title{
	height: 17px;
	line-height: 15px;
	padding-left: 24px;
	margin-bottom: 5px;
	font-weight: bold;
	background: url(../images/i-2.png) no-repeat left center;
	color: #fff;
}
.r1 .filter-item .desc{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.r1 .filter-item .item-img{
	width: 32.8%;
	text-align: center;
	color: #666;
}
.r .filter-item .item-img .check-item{
	border: 2px solid #535353;
	box-sizing: border-box;
	visibility: inherit;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 75px;
	background: #333 url(../images/loading-2.gif) no-repeat center;
	background-size: auto 100%;
}
.r1 .filter-item .item-img .check-item:hover{
	cursor: pointer;
	border: 2px solid #ff7316;
	box-sizing: border-box;
}
.r1 .filter-item .item-img .check-item.item-checked{
	border: 2px solid #ff7316;
	box-sizing: border-box;
}
.r1 .filter-item .item-img .small-img{
	width: 100%;
	height: 75px;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.r1 .filter-item .item-img .check-item .tofilter{
	color: #fff;
	font-size: 12px;
	width: 60px;
	height: 20px;
	display: none;
	text-align: center;
	line-height: 20px;
	background: rgba(0,0,0,.5);
	border: 1px solid #ccc;
	border-radius: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.r1 .filter-item .btn-add{
	width: calc(100% - 4px);
	height: 24px;
	display: block;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	color: #ff7316;
	box-sizing: border-box;
	margin: 3px auto 0;
	font-size: 12px;
	background: #fff;
}
.r1 .filter-item .btn-added{
	background: #ff7316;
	color: #fff;
}
.filter-loading{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:  center;
}
.filter-loading .loading-img{
	width: 150px;
	margin-bottom: 15px;
}
.filter-loading p{
	color: #ccc;
	font-size: 16px;
	line-height: 22px;
	margin-left: 12px;
}
.filter-loading .progress{
	width: 80%;
	margin-top: 20px;
}
.filter-loading .progress-bar{
	width: 100%;
	height: 8px;
	border-radius: 4px;
	background: #eee;
	position: relative;
}
.filter-loading .progress-cur{
	height: 8px;
	border-radius: 4px;
	background: #ff7316;
	position: absolute;
	left: 0;
	top: 0;
}
.filter-loading .txt{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.bottom{
	width: 100%;
	height: 90px;
	background: #4a4a4a url(../images/i-4.png) 10px 10px no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #dbdbdb;
}
.bottom .menu-l{
	margin-left: 5%;
}
.bottom .menu-l>div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 8px 0;
}
.bottom .menu-l>div a{
	font-size: 15px;
	font-weight: bold;
	margin-left: 8px;
	color: #fff;
}
.bottom .menu-l .r-num{
	font-size: 16px;
	font-weight: bold;
	border-left: 3px solid #ff7316;
	padding-left: 8px;
}
.bottom .menu-l .r-num>div{
	margin-right: 20px;
}
.bottom .menu-l .r-num em{
	font-size: 12px;
	margin-right: 3px;
}
.bottom .bottom-r{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}
.bottom .bottom-r .order-info{
	padding-right: 15px;
	margin-right: 15px;
	height: 18px;
	line-height: 12px;
	border-right: 1px solid #333;
}
.bottom .bottom-r .order-info span{
	font-size: 24px;
	margin: 0 6px;
	color: #fff;
}
.bottom .bottom-r .price{
	height: 18px;
	line-height: 12px;
	margin-right: 30px;
}
.bottom .bottom-r .price .o{
	color: #ff7316;
	font-size: 24px;
}
.bottom .bottom-r .btn-pay{
	padding: 4px 30px;
	margin-right: 30px;
}
.layui-layer{
	min-width: 300px!important;
}
.layui-layer-content{
	padding: 20px;
	text-align: center;
}
.layui-layer-page .layui-layer-content{
	color: #333;
}
.layui-layer-btn{
	padding: 0 15px 20px!important;
}
.layui-layer-btn a{
	height: 32px!important;
	line-height: 32px!important;
	padding: 0 35px!important;
}
.layui-layer-btn .layui-layer-btn0{
	background: -webkit-linear-gradient(bottom,#fa8d60, #fea165); 
	background: -o-linear-gradient(bottom,#fa8d60, #fea165); 
    background: -moz-linear-gradient(bottom,#fa8d60, #fea165); 
    background: linear-gradient(to top,#fa8d60, #fea165); 
	border: none;
}
.layui-layer-btn .layui-layer-btn1{
	background: #fff;
	color: #f7815e;
	border: none;
}
.layui-layer-title{
	background: -webkit-linear-gradient(c,#fa8d60, #fea165); 
	background: -o-linear-gradient(bottom,#fa8d60, #fea165); 
    background: -moz-linear-gradient(bottom,#fa8d60, #fea165); 
    background: linear-gradient(to top,#fa8d60, #fea165); 
	border-radius: 0!important;
	color: #fff!important;
	
}
.layui-layer-close{
	background: url(../images/close.png) no-repeat center!important;
}
.dialog-tips{
	width: 380px!important;
}
.dialog-tips .layui-layer-close{
	background: url(../images/close4.png) no-repeat center!important;
}
.dialog-tips .layui-layer-title{
	height: 90px!important;
	background: url(../images/dialo-1.png) no-repeat 240px center,
		        url(../images/box.png) no-repeat center;
	background-size: 89px 80px,100% 100%!important;
	border: none!important;
	line-height: 60px!important;
	padding: 0 60px 0 40px;
	font-size: 16px!important;
}
.dialog-tips .layui-layer-content{
	padding: 40px 20px;
}
.dialog-del .layui-layer-title{
	background: url(../images/dialo-4.png) no-repeat 240px center,
		        url(../images/box.png) no-repeat center;
	background-size: 89px 80px,100% 100%!important;
}
.dialog-pay .layui-layer-title{
	background: url(../images/dialo-3.png) no-repeat 240px center,
		        url(../images/box.png) no-repeat center;
	background-size: 89px 80px,100% 100%!important;
}
.dialog-cmpe .layui-layer-title{
	background: url(../images/dialo-2.png) no-repeat 250px center,
		        url(../images/box.png) no-repeat center;
	background-size: 89px 80px,100% 100%!important;
}
.dialog-pay .layui-layer-content{
	padding: 30px 20px;
}
.dialog-tips .price .o{
	font-size: 18px;
	color: #f77e5e;
	font-weight: bold;
	margin: 20px auto;
}
.dialog-tips .price .o span{
	font-size: 25px;
	margin-right: 5px;
}
.dialog-tips3{
	min-height: 335px;
}
.dialog-tips3 .layui-layer-content>div{
	font-size: 16px;
	margin: 5px 0 0;
}
.dialog-tips3 .layui-layer-content{
	padding: 20px 20px 30px;
}
.dialog-tips3 .img-item{
	margin-bottom: 6px;
}
.dialog-tips3 .img-item .img-title{
	width: 100%;
	text-align: left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:2px;
	font-size: 14px;
}
.dialog-tips3 .img-item .progress{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dialog-tips3 .img-item .progress .progress-bar{
	width: 280px;
	height: 8px;
	border-radius: 4px;
	background: #eee;
	position: relative;
	bottom: 0;
	left: 0;
	margin-left: 0;
}
.dialog-tips3 .img-item .progress .progress-cur{
	height: 8px;
	border-radius: 4px;
	background: #ef7f48;
	position: absolute;
	left: 0;
	top: 0;
}
.dialog-tips3 .img-item .progress-value{
	font-size: 12px;
}
.dialog-reg{
	width: 540px!important;
	height: 580px!important;
}
.dialog-reg .layui-layer-content{
	padding: 0!important;
}
.dialog-reg .layui-layer-setwin .layui-layer-close2{
	background: url(../images/close2.png) no-repeat center!important;
	right: -5px;
	top: -5px;
}
.dialog-imgtips{
	width: 560px!important;
	min-height: 520px!important;
}
.dialog-imgtips .tips-img{
	width: 100%;
}
.dialog-imgtips .layui-layer-title{
	height: 44px!important;
	line-height: 44px!important;
	background: -webkit-linear-gradient(bottom,#f77e5e, #ffa76e)!important;
    background: -o-linear-gradient(bottom,#f77e5e, #ffa76e)!important;
    background: -moz-linear-gradient(bottom,#f77e5e, #ffa76e)!important;
    background: linear-gradient(to top,#f77e5e, #ffa76e)!important;
	padding: 0 60px 0 20px;
}
.dialog-imgtips .layui-layer-content>div{
	font-size: 14px;
	margin: 15px 0 0;
}
.dialog-imgtips .layui-layer-content{
	padding: 20px;
}
.dialog-imgtips .tips-txt{
	text-align: left;
	margin: 15px auto;
	line-height: 22px;
}
.dialog-imgtips .tips-btn{
	text-align: right;
}
.dialog-imgtips .tips-btn .check{
	outline: none;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/check-1.png) no-repeat center;
	margin-right: 6px;
	margin-top: -3px;
}
.dialog-imgtips .tips-btn .check:checked{
	background: url(../images/check-2.png) no-repeat;
}
.dialog-imgtips .tips-btn .btn{
	margin: 0 0 0 30px;
	display: inline-flex;
	justify-content: center;
}
.dialog-imgtips2{
	width: 520px!important;
	min-height: 400px!important;
}
#addtips .btn-wrap{
	margin: 20px 0;
}
#addtips .btn-wrap .btn{
    margin: 0 10px;
    font-size: 14px;
	display: inline-flex;
	justify-content: center;
}
#addtips{
	margin: 0 0 -20px;
}
#addtips .tips-txt{
	font-size: 16px;
	text-align: center;
}
#addtips .tips-img{
	width: 100%;
}
.dialog-tips .tips{
	margin: 10px 0;
}

.dialog-recharge .layui-layer-content{
	padding: 0;
	text-align: inherit;
}
.dialog-chg-type{
	width: 620px!important;
	min-height: inherit!important;
}
.dialog-chg-type .chg-type{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0!important;
}
.dialog-chg-type .upl-file{
	position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.dialog-chg-type .chs-item{
	width: 180px;
	margin: 10px 0;
	transition: all .5s;
}
.dialog-chg-type .chs-item:hover{
	cursor: pointer;
	transform: translateY(-10px);
}
.btn-pay2{
	width: 200px;
	height: 50px;
	margin: 30px auto 0;
	font-size: 18px;
	color: #fff;
}
.btn-pay2:hover{
	color: #fff;
}
.r2{
	color: #ccc;
	margin: 0;
}
.r2 .hd{
	height: 60px;
	line-height: 60px;
	border-color: #454545;
}
.r2 .layui-tab-title li{
	line-height: 60px;
	font-size: 16px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.r2 .layui-tab-title li img{
	margin-right: 8px;
	opacity: .6;
}
.r2 .layui-tab-title .layui-this{
	color: #fff;
}
.r2 .layui-tab-title .layui-this:after{
	height: 61px;
	border-bottom: 2px solid #EB7A5D;
}
.r2 .layui-tab-title .layui-this img{
	opacity: 1;
}
.r2 .bd{
	height: calc(100% - 141px);
    overflow-y: auto;
}
.r2 .r2-at{
	
}
.r2 .at-item{
	width: 46.5%;
	margin: 5px 1%;
	border: 1px solid #535353;
	display: inline-block;
	overflow: hidden;
}
.r2 .at-item:hover{
	cursor: pointer;
	border: 1px solid #ff7316;
}
.r2 .at-item.item-checked{
	border: 1px solid #ff7316;
}
.r2 .at-item img{
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
	padding: 0;
	margin: 0;
}
.r2 .at-item .title{
	width: 100%;
	text-align: center;
	margin: 5px 0;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space: nowrap;
}
.r2-mt{
	
}
.mt-item{
	margin-bottom: 15px;
}
.r2-mt .mt-item-hd{
	font-size: 16px;
	margin-bottom: 10px;
}
.r2-mt .mt-item-bd{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.r2-mt .mt-item-bd span{
	width: 19%;
	height: 30px;
	border-radius: 4px;
	background: #4A4A4A;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.r2-mt .mt-item-bd span:hover{
	cursor: pointer;
}
.r2-bottom{
	width: calc(100% - 20px);
	padding: 0 10px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.r2-bottom a{
	width: 48%;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.r2-bottom .btn-add{
	background: #fff;
	color: #ff7316;
}
.r2-bottom .btn-added{
	color: #fff;
    background: -webkit-linear-gradient(bottom,#f77e5e, #ffa76e);
    background: -o-linear-gradient(bottom,#f77e5e, #ffa76e);
    background: -moz-linear-gradient(bottom,#f77e5e, #ffa76e);
    background: linear-gradient(to top,#f77e5e, #ffa76e);
}
.r2-bottom .btn-return{
	background: none;
	border: 1px solid #ccc;
	color: #ccc;
}
.r2 .back{
	width: 66px;
	height: 24px;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 6px;
	top: 6px;
}
.r2 .back img{
	margin-right: 5px;
	height: 14px;
}
.r2-mt .mt-item-bd span.item-checked{
	border: 1px solid #3699FF;
	box-sizing: border-box;
}
.r2-mt .mt-item-bd span:hover{
	background: #333;
}

img[src=""],img[src="undefined"],img:not([src]){
	opacity: 0;
	margin: -1px
}


/******************0409*****************************/
.aips-finetune{
	height: 100%;
}
.aips-finetune .m .bd{
	height: calc(100% - 90px);
}
.aips-finetune .chs-wrap-t{
	margin: 0;
	height: 100%;
}
.aips-finetune .m .hd{
	margin-top: 10px;
}
.aips-finetune .r1{
	height: calc(100% - 60px);
}
.aips-finetune .r1 .hd{
	background: none;
	height: 50px;
	margin: 0 5px;
}
.aips-finetune .t-label{
	margin: 10px 0;
	position: relative;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.aips-finetune .t-label-sel .label-sel-l{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 6px;
}
.aips-finetune .t-label-sel select{
	background: #383838 url(http://www.pai2345.com/static/web/res/images/arrow8.png) no-repeat 135px center;
    width: 150px;
    height: 30px;
	text-align: center;
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;	
	margin-left: 30px;
}
.aips-v2 .finetune-r1 .bd{
	height: calc(100% - 50px);
}
.finetune-r1 .filter-item{
	background: #383838;
	margin: 6px;
	padding: 6px;
	border-radius: 5px;
}
.finetune-r1 .filter-item .desc{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.finetune-r1 .filter-item .item-img{
	width: 25%;
}
.finetune-r1 .filter-item .item-img .check-item{
	border: 2px solid #383838;
}
.finetune-r1 .filter-item .title{
	height: 30px;
	line-height: 30px;
	background: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.finetune-r1 .filter-item .title .btn-default{
	color: #f77e5e;
	background: url(../images/0409/i-1.png) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 18px;
}
.finetune-r1 .filter-item .title-l{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.icon-finetune1{
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/0409/i-2.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 8px;
}
.icon-finetune2{
	width: 26px;
	height: 25px;
	display: inline-block;
	background: url(../images/0409/i-3.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 8px;
}
.icon-finetune3{
	width: 26px;
	height: 25px;
	display: inline-block;
	background: url(../images/0409/i-3.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 8px;
}
.finetune-r1 .check-item.item-checked:after{
	content: "";
	width: 27px;
	height: 24px;
	display: block;
	background: url(../images/0409/i-5.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.finetune-r1 .check-item .small-txt{
	width: 100%;
	height: 22px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);; /*FireFox*/
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  /* Opear */
	background: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*IE10及IE10+*/
}
.slider{
	margin-top: 15px;
	height: 40px;
}
.slider .layui-slider{
	margin: 0 10px!important;
}
.slider .layui-slider-input{
	top: 15px;
	right: 15px;
	height: 20px;
	background: #383838;
	border: 1px solid #999;
	border-radius: 0;
	font-size: 14px;
	line-height: 20px;
}
.slider .layui-slider-input:before{
	content: "调节强度";
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: -60px;
	top: 0;
}
.slider .layui-slider-input:after{
	content: "%";
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: -16px;
	top: 0;
}
.slider .layui-input{
	background-color: #383838;
	color: #fff;
}
.layui-slider-input-btn{
	display: block!important;
	border-left: 1px solid #535353;
	width: 12px;
}
.layui-slider-input-btn i{
	width: 12px;
}
.layui-slider-input-btn i:first-child{
	border-bottom: 1px solid #535353;
}
.layui-icon-up:before{
	content: ""!important;
	display: block;
	width: 12px;
	height: 8px;
	background: url(../images/0409/i-6.png) no-repeat center;
	background-size: 4px 2px;
}
.layui-icon-down:before{
	content: ""!important;
	display: block;
	width: 12px;
	height: 8px;
	background: url(../images/0409/i-7.png) no-repeat center;
	background-size: 5px 3px;
}
.layui-slider-wrap{
	width: 22px;
    height: 22px;
	top: -9px;
}
.layui-slider-wrap-btn{
	border: 2px solid #fff!important;
	background: #7a7c7e;
}
.layui-slider-bar{
	background: #626262!important;
	border: 1px solid #ccc!important;
}
.finetune-r1-bottom{
	width: 100%;
	height: 60px;
	background: #4a4a4a;
	display: flex;
	justify-content: center;
	align-items: center;
}
.finetune-r1-bottom .btn{
	margin: 0 10px;
	width: 170px;
	border: 1px solid #ef7f48;
}
.finetune-r1-bottom .btn-w{
	width: 90px;
	border: 1px solid #333;
	color: #333;
}

.pic-after-canvas{
	position: relative;
	z-index: 2;
}
.btn-cmp2 i{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/i-17.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 5px;
}
.btn-cmp2-on i{
	background: url(../images/i-18.png) no-repeat center;
	background-size: 100% 100%;
}
.finetune-r1 .slider-tip{
	font-size: 12px;
	margin: -22px 0 10px;
	width: 200px;
	position: relative;
	z-index: 12;
}
.finetune-r1 .none-tips{
	height: 46px;
	margin-top: -46px;
	position: relative;
	z-index: 11;
	cursor: not-allowed;
}
.loading-c{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 9999;
}
.loading-c .loading-img{
	width: 320px;
	margin-bottom: 20px;
}
.loading-c .loading-txt{
	color: #fff;
	font-size: 18px;
}
.finetune-r1-bottom .btn-save-wrap{
	width: 220px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
}
.finetune-r1-bottom .btn-save-wrap .btn{
	width: 50%;
	margin: 0;
	border-radius: 0;
	padding: 0;
}
.finetune-r1-bottom .btn-w{
	margin: 0 10px 0 0;
}




.aips-finetune .m{
	width: calc(100% - 375px);
}
.aips-finetune .m .hd{
	padding-right: 20px;
	height: 50px;
}
.aips-finetune .m .bd{
	width: calc(100% - 20px);
	height: calc(100% - 70px);
	overflow-y: auto;
	padding: 0 10px;
	margin: 0 auto;
}

.aips-v2 .otr-link a.download-client {
    background: url(../images/0519/i-download.png) no-repeat left center;
	background-size: 22px auto ;
	position: relative;
}
.aips-v2 .otr-link a.download-client .free-label{
	width: 41px;
	height: 20px;
	display: block;
	background: url(../images/0519/label.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -10px;
	top: -20px;
}
.update-wrap{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0,0,0,.5);
}
.update-wrap .update-box{
	width: 600px;
	height: 646px;
	display: block;
	background: url(../images/box-2.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}
.update-wrap .update-box .desc{
	width: 470px;
	height: 360px;
	background: #fcebe4;
	margin: 160px auto 0;
	border-radius: 4px;
	font-size: 21px!important;
	padding: 10px 20px;
	overflow-y: auto;
	line-height: 30px!important;
}
.update-wrap .update-box .desc p{
	margin: 5px 0;
}
.update-wrap .update-box .desc img{
	width: 100%!important;
	height: auto!important;
}
.update-wrap .update-box .btn-close-update{
	width: 224px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	background: #f98450;
	border-radius: 6px;
	letter-spacing: 3px;
	margin: 30px auto 0;
}
.update-wrap .update-box .desc::-webkit-scrollbar-track-piece{ /*滚动条凹槽的颜色，还可以设置边框属性*/
	background-color: #fce3d8;
}
.update-wrap .update-box .desc::-webkit-scrollbar {/*滚动条整体样式*/
	width: 32px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.update-wrap .update-box .desc::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 16px;
	background: #fff;
	border: 8px solid #fce3d8;
}
.update-wrap .update-box .desc::-webkit-scrollbar-track {/*滚动条里面轨道*/
	border-radius: 16px;
	background: #fce3d8;
}
.update-wrap .update-box .icon-close-update{
	width: 54px;
	height: 54px;
	display: block;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 43px;
}

/*********0605************/
.loading-3{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 254px;
	height: 84px;
	margin: -42px 0 0 -127px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	z-index: 3;
	border-radius: 6px;
}
.loading-3 .loading-img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.loading-3 span{
	color: #f98450;
	font-size: 16px;
}

@media screen and (max-width: 1600px){
	.aips-v2 .m .hd-m{
		transform: translateX(-36%);
	}
}

























