﻿@charset "utf-8";
/* CSS Document */
a:visited{
	color: #666;
}
a.wh:visited{
	color: #fff;
}
/*共用白色背景+投影*/
.w-box{
	border: 1px solid #ddd;
	box-shadow: 0px 0px 2px 0px rgba(221,221,221,0.5);
	border-radius: 4px;
	background: #f6f6f6;
}
.fix {
	transform: translate(0px);
}
.hpct100{height: 100%;}
.head-menu{
	width: 20px;
	height: 45px;
	margin-left: -30px;
	background: url(../img/head-menu.png) no-repeat center;
	background-size: 20px 7px;
}
.head-total{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 12;
	background: #7d1b1c;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
}
header h1{
	line-height: 45px;
}
.head-iscroll{
	left: 0;
	top: 0;
	z-index: 12;
	background: #7d1b1c;
}

.head-home{
	width: 20px;
	height: 45px;
	padding-right: 30px;
	background: url(../img/home-cur.png) no-repeat center;
	background-size: 24px 22px;
	position: absolute;
	right: 0;
	top: 0;
}
/*.head-back{
	width: 10px;
	height: 45px;
	margin-left: -100%;
	padding-left: 10px;
	background: url(../img/head-back.png) no-repeat right;
	background-size: 10px 18px;
}*/
.head-back{
	/*width: 10px;*/
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	padding-left: 30px;
	background: url(../img/head-back.png) no-repeat 15px center;
	background-size: 10px 18px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.head-txt{
	position: absolute;
    right: 0;
    top: 0;
	height: 45px;
    padding-right: 20px;
    color: #fff;
    line-height: 45px;
    font-size: 14px;
}
.foot-total{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
footer{
	background: -moz-linear-gradient(top, #ffffff,#e5e5e5);
	background: -webkit-linear-gradient(top,#ffffff,#e5e5e5);
	background: linear-gradient(top,#ffffff,#e5e5e5);
	bottom: 0;
	left: 0;
	z-index: 10;
	border-top: 4px solid #ededed;
}
.foot-ul{
	width: 100%;
	overflow: hidden;
}
.foot-ul li{
	width: 25%;
	text-align: center;
	padding-bottom: 4px;
}
.foot-ul li.foot-cur{
	background: -moz-linear-gradient(top, #b52729,#891e1f);
	background: -webkit-linear-gradient(top,#b52729,#891e1f);
	background: linear-gradient(top,#b52729,#891e1f);
}
.foot-ul a{
	padding-top: 34px;
	background-position: center 10px;
	background-repeat: no-repeat;
}
/*
footer{
	height: 72px;
	background: url(../img/foot-bg.png) repeat-x bottom;
	background-size: 5px 67px;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.foot-menu .swiper-slide{
	height: 72px;
}
.foot-menu a{
	padding-top: 44px;
}*/
.foot-home{
	background-image: url(../img/home.png);
	background-size: 26px 24px;
}
.foot-cur .foot-home{
	background-image: url(../img/home-cur.png);
	background-size: 26px 24px;
	color: #fff;
}
.foot-account{
	background-image: url(../img/account.png);
	background-size: 17px 25px;
}
.foot-cur .foot-account{
	background-image: url(../img/account-cur.png);
	background-size: 17px 25px;
	color: #fff;
}
/*.foot-act{
	background: url(../img/act.png) no-repeat center;
	background-size: 22px 22px;
}
.foot-cur .foot-act{
	background: url(../img/act-cur.png) no-repeat center;
	background-size: 22px 22px;
	color: #fff;
}*/
.foot-pro{
	background-image: url(../img/foot-01.png);
	background-size: 20px 15px;
}
.foot-cur .foot-pro{
	background-image: url(../img/foot-03.png);
	background-size: 20px 15px;
	color: #fff;
}
.foot-trans{
	background-image: url(../img/foot-02.png);
	background-size: 23px 23px;
}
.foot-cur .foot-trans{
	background-image: url(../img/foot-04.png);
	background-size: 23px 23px;
	color: #fff;
}
/*.foot-my{
	width: 100px;
	background: url(../img/footer-my.png) no-repeat center;
	background-size: cover;
	bottom: 0px;
	left: 50%;
	margin-left: -50px;
	height: 28px;
	line-height: 28px;
	padding-top: 44px;
	z-index: -1;
}*/

/*.foot-left,
.foot-right{
	width: 50%;
}
.foot-left-wrap,
.foot-right-wrap{
	margin-right: 44px;
	padding-top: 44px;
	height: 28px;
	line-height: 28px;
	color: #4f5a70;
	background: url(../img/foot-01.png) no-repeat center 29px;
	background-size: 20px 15px;
}
.foot-right-wrap{
	margin-left: 44px;
	margin-right: 0px;
	background: url(../img/foot-02.png) no-repeat center 21px;
	background-size: 23px;
}
.foot-my{
	width: 100px;
	background: url(../img/footer-my.png) no-repeat center;
	background-size: cover;
	bottom: 0px;
	left: 50%;
	margin-left: -50px;
	height: 28px;
	line-height: 28px;
	padding-top: 44px;
}*/




/*prolist*/
#prolist-scroll{
	top: 35px;
	bottom: 74px;
}
.all-pro-a{
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #d4d4d4;
}
.all-pro-a p{
	padding-left: 10px;
}
.all-pro-a-icon{
	width: 16px;
	height: 16px;
	background: url(../img/all-pro-a-icon.png) no-repeat center;
	background-size: cover;
	margin: 11px 10px 0px 0px;
}

.prolist-list{
	margin-top: 10px;
}
.prolist-list ul{
	padding: 0px 5px;
}
.prolist-list li{
	float: none;
	border: 1px solid #dbdadb;
	border-radius: 3px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px 0px #dbdadb;
}
.nopro{
	font-size: 24px;
	color: #af3e3f;
	text-align: center;
	font-weight: bold;
}
.prolist-box-icon{
	width: 32px;
	height: 32px;
	background: url(../img/prolist-box-01.jpg) no-repeat center;
	background-size: cover;
}
.prolist-box-red .prolist-box-icon{
	background: url(../img/prolist-box-02.jpg) no-repeat center;
	background-size: cover;
	width: 40px;
	height: 40px;
	margin-left: 4px;
}
.prolist-box-blue .prolist-box-icon{
	background: url(../img/prolist-box-03.jpg) no-repeat center;
	background-size: cover;
}
.prolist-box-red .prolist-box-tit{
	width: 82%;
	margin-left: 4px;
}
.prolist-box-red .pct66{
	width:66.6%;
}
.prolist-box{
	padding: 10px 10px;
	background: #fff;
}
.prolist-box-gree h2{
	color: #5cc894;
	line-height: 20px;
}
.prolist-box-red h2{
	color: #af3e3f;
	font-size: 15px;
	line-height: 1.2;
}
.prolist-box-blue h2{
	color: #75b9e6;
}
.ga{
	color: #aaa;
}
.prolist-list li .time{
	background: url(../img/time.jpg) no-repeat left;
	background-size: 12px 12px;
	padding-left: 15px;
	line-height: 14px;
}
.prolist-list li .wx{
	background: url(../img/wx.png) no-repeat 18px center;
	background-size: 15px 12px;
	padding-left: 37px;
	border-left: 1px solid #d0d0d0;
	line-height: 14px;
	margin-left: 10px;
}
.prolist-list li .smk{
	background: url(../img/smk.jpg) no-repeat 18px center;
	background-size: 15px 12px;
	padding-left: 37px;
	border-left: 1px solid #d0d0d0;
	line-height: 14px;
	margin-left: 10px;
	color: #b32728;
}
.prolist-row{
	width: 22px;
	height: 22px;
	background: url(../img/prolist-row.png) no-repeat center;
	background-size: cover;
	right: 10px;
	top: 26px;
}
.prolist-over{
	width: 51px;
	height: 40px;
	background: url(../img/prolist-over.jpg) no-repeat center;
	right: 10px;
	/*top: 17px;*/
	top: 50%;
	margin-top: -20px;
	background-size: cover;
}
.prolist-wealthy{
	width: 15px;
	height: 45px;
	background: url(../img/x_wealthy_s.png) no-repeat center;
	right: 0;
	/*top: 17px;*/
	top: 0;
	background-size: cover;
}
.prolist-stay{
	width: 51px;
	height: 40px;
	background: url(../img/prolist_02.jpg) no-repeat center;
	right: 10px;
	/*top: 17px;*/
	top: 50%;
	margin-top: -20px;
	background-size: cover;
}
.prolist-special{
	width: 51px;
	height: 40px;
	background: url(../img/prolist_spcl.jpg) no-repeat center;
	right: 10px;
	top: 17px;
	background-size: cover;
}
.prolist-end{
	width: 51px;
	height: 40px;
	background: url(../img/prolist_03.jpg) no-repeat center;
	right: 10px;
	top: 17px;
	background-size: cover;
}
/*.pro-infowrap .prolist-over{
	right: 40px;
}*/
.prolist-info{
	border-top: 1px solid #d4d4d4;
	background: #f6f6f4;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.prolist-info-box{
	width: 25%;
	padding: 8px 0;
}
.prolist-info-box .p{
	color: #868b99;
}
.g475{
	color: #475061;
}
.prolist-info-icon{
	/*height: 52px;*/
	height: 0;
	background: url(../img/prolist-info-box-01.jpg) no-repeat center;
	background-size: 15px 21px;
}
.prolist-info-num{
	line-height: 1.5;
	word-break:break-all;
	word-wrap:break-word;
}
.prolist-info-num.x-num{
	color: #b32f2f;
}
.prolist-info-box-col .prolist-info-num{
	color: #b52729;
}
.prolist-info-box-money,
.prolist-info-box-deadtime{
	margin-left: -1px;
	border-left: 1px solid #d4d4d4;
}
.prolist-info-box-money .prolist-info-icon{
	background: url(../img/prolist-info-box-02.jpg) no-repeat center;
	background-size: 18px 30px;
}
.prolist-info-box-deadtime .prolist-info-icon{
	background: url(../img/prolist-info-box-03.jpg) no-repeat center;
	background-size: 17px 17px;
}

.pro-loading{
	top: 10px;
	left: 0;
	z-index: -1;
}




.prolist-title{
	display: block;
	padding:7px 48px 7px 37px;
	line-height: 1.2em;
}
.x-prolist-title{
	padding-right: 60px;
}
.prolist-box-red .prolist-title{
	background: url(../img/prolist-box-02.jpg) no-repeat left center;
	background-size: 32px auto;
}
.mb_wrap_cutdown{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 17px;
}
.x-mb_wrap_cutdown{
	width: 60px;
	top: 0;
	height: 100%;
	display: table;
	vertical-align: middle;
}

.mb_wrap_cutdown .pleft,
.mb_wrap_cutdown .pleftin,
.mb_wrap_cutdown .pright,
.mb_wrap_cutdown .prightin{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.mb_wrap_cutdown .pleft{
	clip: rect(0px 25px 50px 0px);
	background: #af3e3f;
}
.mb_wrap_cutdown .pleftin{
	clip: rect(0px 25px 50px 0px);
	background: #f1f1f1;
}
.mb_wrap_cutdown .pright{
	clip: rect(0px 50px 50px 25px);
	background: #af3e3f;
}
.mb_wrap_cutdown .prightin{
	clip: rect(0px 50px 50px 25px);
	background: #f1f1f1;
}
.mb_wrap_cutdown .txt{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
	background:#fff;
	color: #af3e3f;
 }
.x-mb_wrap_cutdown .txt{
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	height:  auto;
	display: table-cell;
	vertical-align: middle;

}

/*pro-info*/
#proinfo{
	bottom: 59px;
	left: 0px;
	top: 0px;
}
.proinfo-dis{
	background: #f5f5f5;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	border-left: none;
	border-right: none;
}
.proinfo-nums{
	padding: 20px 10px 23px;
	border-bottom: 1px solid #d9d9d9;
}
.proinfo-profit{
	background: #e1e1e1;
	border-radius: 4px;
}
.proinfo-profit-nums{
	padding:0 3px 5px;
}
.proinfo-profit-nums .nums{
	line-height: 33px;
	color: #af3e3f;
}
/*.traninfo-nums .proinfo-profit-nums .nums{
	color: 	#475061;
}*/
.proinfo-profit-img{
	border-radius: 3px;
	padding:28px 3px 3px;
}
.proinfo-profit-img-gree{
	background: url(../img/proinfo-profit-img.png) no-repeat center 6px #5ac994;
	background-size: 20px 20px;
}
.proinfo-money .f24{
	line-height: 28px;
}
/*.traninfo-nums .proinfo-money .f24{
	color: #af3e3f;
}*/
.proinfo-money .riskLevel i,
.proinfo-money .money i,
.proinfo-money .datatime i{
	width: 23px;
	height: 21px;
	background: url(../img/proinfo-money-money.jpg) no-repeat center;
	background-size: cover;
	margin-right: 5px;
}
.proinfo-money .datatime i{
	background: url(../img/proinfo-money-datatime.jpg) no-repeat center;
	background-size: cover;
}

.proinfo-dis-btn{
	padding: 20px 10px;
}
.proinfo-dis-btn li{
	width: 30%;
	height: 29px;
	line-height: 29px;
	background: #5ac994;
	border-radius: 15px;
	margin-right: 5%;
}
.proinfo-dis-btn li.last{
	margin-right: 0;
}
.proinfo-dis-btn li.first {
	height: auto;
}
.proinfo-lab-btn{
	padding: 15px 5px;
}
.proinfo-lab-btn-app{
	padding: 15px 5px;
}
.proinfo-lab-btn span{
	display: inline-block;
	padding:0 10px;
	line-height: 29px;
	background: #5ac994;
	border-radius: 50px;
	margin:2px 0;
}
.proinfo-lab-btn-app span{
	display: inline-block;
	padding:0 10px;
	line-height: 25px;
	/*background: #dda26a;*/
	border-radius: 50px;
	border: 1px solid #dda26a;
	color: #dda26a;
	margin:2px 0;
}
.proinfo-list{
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
}
.proinfo-list li{
	float: none;
	margin: 0px 10px;
	line-height: 41px;
	border-bottom: 1px solid #d9d9d9;
}
.proinfo-list li.last,
.proinfo-list li:last-child{
	border-bottom: 0px;
}
.proinfo-list li.first {
	height: auto;
}
/*详情页备注*/
.proinfo-remarks{
	position: relative;
	padding:0 10px 25px;
	background: #fff;
	font-size: 14px;
}
.proinfo-remarks .tit{
	color: #383838;
	line-height: 41px;
}
.proinfo-remarks .box{
	background: #f1f1f1;
	padding: 15px 15px 19px;
}
.proinfo-remarks .box .con{
	height: 96px;
	overflow: hidden;
}
.proinfo-remarks .box .txt{
	color: #777;
	line-height: 1.75;
}
.proinfo-remarks.cur .btn{
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -13px;
	width: 26px;
	height: 26px;
	background: url(../img/proinfo_remarks_btn.png) no-repeat center;
	background-size: 100% auto;
}
.proinfo-remarks.cur .btn.cur{
	transform: rotate(180deg);
}
.proinfo-down{
	padding-bottom: 15px;
}
.proinfo-down .tit{
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	line-height: 25px;
	/*padding-left: 15px;*/
	padding: 13px 15px;
	color: #333;
}
.proinfo-down ul{
	border-bottom: 1px solid #d9d9d9;
}
.proinfo-down li{
	position: relative;
	margin: 0 10px;
	padding: 8px 5px;
	border-bottom: 1px solid #d9d9d9;
	float: none;
	line-height: 1.7;
}
.proinfo-down li:last-child{
	border-bottom: 0;
}
.down-row{
	width: 16px;
	height: 16px;
	background: url(../img/down-row.png) no-repeat center;
	background-size: cover;
}
.proinfo-down li .down-row{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	display: inline-block;
}
.proinfo-down li p{
	padding-right: 20px;
	color: #777;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.proinfo-down li.last{
	border-bottom: 0px;
}
.proinfo-buy-btn-seat{
	padding: 20px 0;
}
.proinfo-buy-btn{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url(../img/buy-bg.jpg) repeat-x center;
	background-size: auto 100%;
	padding:12px 0;
}
.proinfo-buy-btn-app{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-size: auto 100%;
	padding:12px 0;
}
.proinfo-buy-btn-seat .buy-btn,
.proinfo-buy-btn .buy-btn{
	width: 153px;
	background-size: cover;
	line-height: 35px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 50px;
}
.proinfo-buy-btn .gay-btn{
	width: 153px;
	margin-top: 12px;
	line-height: 35px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 18px;
	background: #7a7a7a;
}

.proinfo-buy-btn-app .gay-btn{
	filter:alpha(Opacity=80);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#trans-profit-inp::-webkit-textfield-decoration-container {
    background-color: #ededed;
}
#trans-profit-inp::-webkit-inner-spin-button {
     -webkit-appearance: none;
}
#trans-profit-inp::-webkit-outer-spin-button {
     -webkit-appearance: none;	/* 有无看不出差别 */
}


/*transfer*/
.transfer-list{
    position: relative;
}
.transfer-list .transferlist-scroll{
    padding:37px 0 80px 0;
}
.transfer-list footer{
    position: fixed;
    left: 0;
    bottom: 0;
}

#transferlist-scroll{
	top: 37px;
	bottom: 74px;
	left: 0px;
}

/*transfer-info*/
.transfer-buy-inp{
	padding: 10px;
	display: flex;
	align-items: center;
}
.transfer-buy-inp .label-money{
	/*flex-shrink: 0;*/
}
.transfer-buy-inp .inp{
	padding: 13px 0px;
	/*flex: 1 0 auto;*/
	flex:1;
}
.transfer-buy-item{
	margin: 0px 10px;
	border-bottom: 1px solid #cecece;
	line-height: 42px;
}
.transfer-buy-item-mess{
	background: #f2f2f2;
	padding: 5px;
	line-height: 16px;
}


/*login*/
.login-bg{
	background: url(../img/login-bg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
.login-box{
	top: 84px;
}
.login-box-wrap{
	padding: 20px 10px 100px 10px;
}
.boginbgbox{
	min-height: 100%;
}
.login-form{
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	padding: 10px;
	background: rgba(255,255,255,.5);
	border-radius: 4px;
}
.login-form-box{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 5px 0px;
}
.login-form-name{
	width: 20px;
	height: 18px;
	background: url(../img/login-form-name.png) no-repeat center;
	background-size: 18px auto;
}
.login-form-pwd{
	width: 20px;
	height: 18px;
	background: url(../img/login-form-pwd.png) no-repeat center;
	background-size: 17px 18px;
}
.login-form-code{
	width: 20px;
	height: 18px;
	background: url(../img/login-form-code.png) no-repeat center;
	background-size: 17px 18px;
}
.login-form-box .inp{
	margin-left: 10px;
	font-size: 14px;
	padding: 8px 0px;
	width: 70%;
}
.login-form-box-pwd{
	border-bottom: none;
}
.findpwd-a{
	line-height: 35px;
}
.login-sub{
	line-height: 38px;
	background: #a5110d;
	border-radius: 4px;
	margin-bottom: 10px;
}
.resign-a{
	height: 36px;
	line-height: 36px;
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
}





/*my*/
.my-account-list{
	background: #fff;
}
.my-account-list{
	padding: 0px 10px;
	border-bottom: 1px solid #d0d0d0;
}
.my-account-list ul{
	float: none;
}
.my-account-list li{
	float: none;
	line-height: 40px;
	padding: 0px 5px;
	border-bottom: 1px solid #d0d0d0;
	background: url(../img/my-account-row.png) no-repeat right;
	background-size: 7px 13px;
	overflow: hidden;
	clear: both;
}
.my-account-list li.last,
.my-account-list li:last-child{
	border-bottom: none;
}
.my-pro-list{
	margin-top: 25px;
	border-top: 1px solid #d0d0d0;
}


.my-account-btn{
	padding: 27px 15px;
}
.my-account-btn a{
	width: 47%;
	background: #b43131;
	line-height: 38px;
	height: 38px;
	border-radius: 5px;
}
.my-account-btn a:visited{
	color: #fff;
}
.loginout-a{
	height: 58px;
	line-height: 58px;
	background: #b43131;
	border-top: 1px solid #bdbdbd;
	color: #fff;
}
.loginout-a:visited{
	color: #fff;
}

/*pwd*/
.pwd-back-top{
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
}
.pwd-back-top li{
	width: 50%;
	height: 56px;
	line-height: 56px;
}
.pwd-phone{
	width: 12px;
	height: 18px;
	background: url(../img/pwd-phone.png) no-repeat center;
	background-size: cover;
	margin-right: 10px;
}
.pwd-mail{
	width: 18px;
	height: 14px;
	background: url(../img/pwd-mail.png) no-repeat center;
	background-size: cover;
	margin-right: 10px;
}
.pwd-back-top li.last{
	margin-left: -1px;
	border-left: 1px solid #ddd;
}

.pwd-form{
	margin: 18px 10px 42px 10px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 2px 0px rgba(221,221,221,0.5);
	border-radius: 4px;
	padding: 0 10px;
	background: #f6f6f6;
}
.pwd-form-box{
	padding: 10px 0px 8px 28px;
	background: url(../img/pwd-inp.jpg) no-repeat left;
	background-size: 13px 21px;
}
.pwd-form-box-inp{
	border-bottom: 1px solid #ddd;
}
.pwd-form-box-code{
	background: url(../img/pwd-inp-02.jpg) no-repeat left;
	background-size: 17px 21px;
}
.pwd-form-box input{
	padding: 10px 0px;
}
.get-code{
	padding:0 10px;
	background: #b32f2f;
	border-radius: 4px;
	line-height: 36px;
}
.resi-get-code{
	height: 36px;
	line-height: 36px;
	background: #a1150f;
	border-radius: 4px;
	margin-top: 10px;
}
.login-form-box-yzm{
	overflow: hidden;
}
.login-form-box-yzm label{
	width: 100%;
	display: block;
}
.login-form-box-yzm .inp{
	width: 80%;
}
.login-form-box-yzm .resi-get-code{
	position: absolute;
	right: 0;
	top: 3px;
	bottom: 3px;
	width: 85px;
	overflow: hidden;
	display: block;
	margin:0;
}
.get-code-al{
	background: #c5c5c5;
}
.red-btn,
.gay-btn{
	background: #b32f2f;
	line-height: 38px;
	border-radius: 4px;
}
.gay-btn{
	background: #7a7a7a;
}
.red-btn:visited,
.gay-btn:visited{
	color: #fff;
}

.mess-back,
.mess-back-two{
	position: fixed;
	top: 74px;
	left: 0;
}
.mess-back-wrap{
	margin: 0px 15px;
	padding:10px 0;
	border-radius: 4px;
	background: rgba(0,0,0,0.7);
}
.mess-close{
    position: absolute;
    right: 20px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../img/proclose.png) no-repeat center;
    background-size: 50% auto;
}
#bg{
	top: 0;
	left: 0;
}
.pwdback-form-box{
	padding: 14px 0px 12px;
}
.pwdback-form-box-borb{
	border-bottom: 1px solid #ddd;
}
.pwdback-form-box-borb span{
	display: inline-block;
	color: #b32f2f;
}
.pwdback-form-box-borb .money{
	color: #888;
}
.mess-back-pwd{
	top: 18px;
}

.pwd-succee{
	padding-top: 130px;
	background: url(../img/right.jpg) no-repeat center 54px;
	background-size: 65px 65px;
	margin-bottom: 50px;
}
/*用户进行认购时设置交易密码 及 风险测评 */
.result-total{
	padding-top: 45px;
	text-align: center;
}
.result-total .ico{
	margin:38px auto 0;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center top;	
}
.result-total .pwd-ico{
	background-image: url(../img/result_pwd.png);
	background-size: 36px auto;
}
.result-total .risk-ico{
	background-image: url(../img/result_risk.png);
	background-size: 48px auto;
}
.result-total .tit{
	padding-top: 15px;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}
.result-total .btnbox{
	padding:50px 10px 0;
}
.result-total .btn{
	margin:0 1%;
	display: inline-block;
	width: 45%;
	border-radius: 4px;
	background: #939393;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
}
.result-total .btn.red{
	background: #b43131;
}


/*login*/
input::-webkit-input-placeholder{
	color: #777;
}
.resi-bank-select-label{
	margin-left: -100%;
	line-height: 29px;
}
.resi-bank-select{
	padding-left: 60px;
}
.resign-bank-form{
	margin-top: -30px;
}
.gred{
	color: #c60000;
}


/*resign-code*/
.resign-code{
	height: 100px;
	background: #f6f6f6;
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
	border-bottom: 1px solid #ddd;
}
.resign-code-mess{
	margin-top: -22px;
}



/*trans-pwd*/
.trans-pwd-mess{
	padding-top: 37px;
	background: url(../img/lock.png) no-repeat center 12px;
	background-size: 17px 19px;
}



/*risk-test*/
.risk-top{
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
}
.risk-top-icon{
	width: 32px;
	height: 32px;
	background: url(../img/prolist-box-01.jpg) no-repeat center;
	background-size: cover;
	margin-top: 5px;
}
.risk-top-text{
	margin-left: -32px;
}
.risk-top-text-wrap{
	margin-left: 43px;
}
.risk-test-tit{
	/*height: 47px;*/
	padding: 10px 15px;
	line-height: 28px;
	background: #f5f5f5;
	border-bottom: 1px solid #d0d0d0;
}
.risk-result-nums{
	width: 60px;
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 3px solid #ababab;
	border-radius: 35px;
	font-size: 50px;
	margin: 25px auto 20px;
}

.risk-result-mess{
	padding: 20px 15px 0px 15px;
	border-top: 1px solid #d7d7d7;
	margin-top: 42px;
}



/*pwd-login-list*/
.pwd-login-list li{
	background: none;
}
.mt60{
	margin-top: 60px;
}

/*money-in*/
.money-in-protocol{
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 29%;
}


/*money-out*/
.w60{width: 60px;}
.money-out-mess{
	height: 70px;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
	background: #f6f6f6;
	line-height: 70px;
}
.money-out-icon{
	width: 15px;
	height: 17px;
	background: url(../img/money-out-mess.png) no-repeat center;
	background-size: cover;
	margin-right: 13px;
}
.mt40{margin-top: 40px;}


.money-out-fi{
	background: #f6f6f6;
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
}
.money-out-fi .top{
	height: 70px;
	border-bottom: 1px solid #ddd;
	line-height: 70px;
}
.x-money-out-fi .top{
	line-height: 30px;
	padding: 20px 0;
	height: auto;
}
.money-out-fi .top .icon{
	width: 15px;
	height: 17px;
	background: url(../img/money-out-mess.png) no-repeat center;
	background-size: cover;
	margin-right: 13px;
}
.money-out-fi .bot p{
	width: 50%;
	float: left;
}
.money-out-fi .bot p span{
	display: block;
	line-height: 18px;
	padding:15px 0 15px 30px;
}
.money-out-fi .bot p:nth-child(2) span{
	border-left: 1px solid #ddd;
}
.money-out-se{
	padding:5px 10px 10px 8px;
}
.money-out-prompt{
	color: #999999;
	padding:7px 0 27px 0;
}
.money-out-prompt .right{
	padding-left: 70px;
}



/*bank-mang*/
.bank-mang-list{
	top: 0;
	/*bottom: 134px;*/
	background: #fff; 
	/*padding-bottom: 40px;*/
}
.bank-mang-list ul{
	background: #fafafa;
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
}
.bank-mang-list li{
	float: none;
	border-bottom: 1px solid #ddd;
	padding: 0px 15px;
	line-height: 50px;
}
.bank-mang-list li.bank-mang-list-on{
	background: #ddd;
}
.bank-mang-list li.on{
	
}
.bank-mang-list .bank-mang-list-add{
	border-bottom: none;
}
.w110{width: 110px;}
.bank-mang-del{
	bottom: 74px;
	left: 0px;
	height: 58px;
	border-top: 1px solid #bdbdbd;
	background: #dedede;
	line-height: 58px;
}
.bank-mang-del-wrap{
	padding: 0px 15px 0px 30px;
}
.bank-del-a{
	width: 130px;
	line-height: 38px;
	background: #c8c8c8;
	border-radius: 4px;
	margin-top: 10px;
}
.bank-del-a-on{
	background: #b43131;
}
.mypro-info-icon{
	background: url(../img/rmb.jpg) no-repeat center 22px;
	background-size: 14px 5px;
	/*height: 42px;*/
}
.prolist-info-box-money .mypro-info-icon{
	background: url(../img/day.jpg) no-repeat center 22px;
	background-size: 14px 5px;
}
.trans-icon,
.trans-icon-02{
	width: 65px;
	height: 44px;
	background: url(../img/trans-icon.png) no-repeat center;
	background-size: cover;
	top: 10px;
	right: 10px;
}
.trans-icon-02{
	background: url(../img/trans-icon-02.png) no-repeat center;
	background-size: cover;
	top: 10px;
	right: 10px;
}
.trans-icon-03{
	height: 60px;
	width: 60px;
	background: url(../img/trans-icon-03.png) no-repeat center;
	background-size: cover;
	right: 0px;
}

.borb{
	border-bottom: 1px solid #ddd;
}
/*my-proinfo*/
.my-proinfo{
	padding: 0px 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
}
.my-proinfo ul{
	border-bottom: 1px solid #ddd;
}
.my-proinfo li{
	width: 50%;
	padding: 15px 0;
}
.my-proinfo .my-proinfo-right{
	border-left: 1px solid #ddd;
	margin-left: -1px;
}
.f-cb .bt{
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.f-cb .lilvbox{
	height: 25px;
	width: 130px;
}
.f-cb .lilvbox .numlilv{
	line-height: 25px;
	font-size: 20px;
	text-align: center;
}
.f-cb .small{
	height: 20px;
	line-height: 20px;
	margin-right: 38px;
}




/*my-funds*/
.my-funds-wrap .pwd-form{
	margin: 0px 15px 12px 15px;
}
.my-proinfo li.my-proinfo-notice{
	line-height: 20px;
}


/*myentru-list*/
.my-entru{
	top: 0;
	bottom: 74px;
}
.myentru-list{
	margin: 0px 0px 24px 0px;
	border-top: 1px solid #d0d0d0;
}
.myentru-list li{
	background: none;
	height: auto;
	overflow: hidden;
}
.myentru-list li .right{
	max-width: 65%;
	line-height: 1.8em;
	padding:9px 0;
}

@media screen and (max-width: 350px) {
    .myentru-list li .right{
    	width: 56%;
    }
}

/*my-bind-box*/
.my-bind-box{
	padding: 50px 0px 35px;
	margin: 0px 15px;
	border-bottom: 1px solid #d5d5d5;
}


a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input[type="text"],input[type="password"],input[type="number"],textarea{-webkit-appearance:none;}


/*act*/
/*.act-list{
	top: 15px;
	bottom: 72px;
}*/
.act-list li{
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
	height: 105px;
	float: none;
	margin: 0px 5px 10px 5px;
	background: #fff;
	border-radius: 4px;
}
.act-text{
	margin-left: -98px;
}
.act-text-wrap{
	margin: 0 28px 0px 115px;
}
.act-list li .time{
	color: #aaa;
	padding-left: 15px;
	background: url(../img/time-icon.jpg) no-repeat left;
	background-size: 10px 10px;
}

/*.act-info{
	top: 20px;
	bottom: 72px;
}*/
.act-info-text{
	padding: 20px 10px;
}



/*about-text*/
.about-text{
	padding: 20px 15px;
}
.about-box{
	top: 0;
	bottom: 72px;
}
.about-img{
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
}

.my-risk-list li{
	height: auto;
	line-height: 20px;
	padding: 10px 5px;
}


.pwdback-form-box .checkbox{
	/*border: 1px solid #ccc;
	width: 14px;
	height: 14px;*/
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
	width: 13px;
	height: 13px;
	background: url(../img/x_input1.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
}
.pwdback-form-box .checkbox:checked{
	background-image: url(../img/x_input2.png);
}



.mess-back-text,
.mess-back-text-two{
	width: 90%;
}
.mess-back-text-two h2{
	border-bottom: 1px solid #fff;
	line-height: 38px;
}
.mess-back-text-two .inp{
	width: 95%;
	padding: 5px 2%;
	border: 1px solid #fff;
	margin-top: 10px;
	border-radius: 5px;
}
.mess-back-text-two .inpp{
	width: 100%;
	overflow: hidden;
	border: 1px solid #fff;
	margin-top: 10px;
	border-radius: 5px;
}
.mess-back-text-two .inpp .left{
	color: #b43131;
	float: left;
	width: 42%;
	padding: 2px 0 0 0;
}
.mess-back-text-two .inpp input{
	float: left;
	color: #fff;
	width: 55%;
	padding: 5px 0;
}
.mess-back-text-two .tc-close,
.mess-back-text-two .sub{
	width: 30%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	margin-top: 10px;
	border-radius: 5px;
	
}
.mess-back-text-two .sub{
	margin-left: 20px;
}
.my-li{
	top: 0;
	bottom: 74px;
}
.w90{width: 90px;}


.wel-img{
	background: url(../img/i-bg.jpg) no-repeat center;
	background-size: cover;
}
.wel-img img{
	left: 0;
	top: 0;
}
.wel-img .imglogo{
    left: 50%;
    top: 50%;
    margin-top: -134px;
    margin-left: -134px;
}

select{
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #ddd;
}


#money-out-btn:active{
	background: #7a7a7a;
}


#money::-webkit-textfield-decoration-container {
    background-color: #f6f6f6;
}
#money::-webkit-inner-spin-button {
     -webkit-appearance: none;
}
#money::-webkit-outer-spin-button {
     -webkit-appearance: none;	/* 有无看不出差别 */
}


.pro-home{
	width: 25px;
	height: 23px;
	background: url(../img/pro-home.png) no-repeat center;
	top: 20px;
	right: 12px;
	background-size: cover;
}


.wel-img .pagination{
	left: 0;
	bottom: 15px;
}
.wel-img .swiper-pagination-bullet{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 8px;
	margin-right: 5px;
}
.wel-img  .swiper-active-switch{
	background: #7d1b1c;
}


.selbank-out-mess{
	padding: 10px 0px;
	background: #fff;
	height: 34px;
}
.sel-bank-box{
	margin: 0 15px;
	border: 1px solid #ccc;
	height: 32px;
	border-radius: 4px;
}
.sel-bank-icon{
	width: 32px;
	height: 32px;
	background: url(../img/sel-bank-icon.jpg) no-repeat center;
	background-size: 17px 17px;
}
.sel-bank-box .inp{
	width: calc(100% - 32px);
	width: -webkit-calc(100% - 32px);
	padding: 8px 0px;
}
.sel-bank-opp{
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0px;
}
.sel-bank-opp li{
	width: 50%;
}
.sel-bank-opp li.last{
	margin-left: -1px;
	border-left: 1px solid #e0e0e0;
}
.sel-bank-opp li select{
	margin-left: 20px;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	height: 30px;
	line-height: 30px;
}
.sel-bank-result{
	padding: 10px 15px;
}
.sel-bank-result li{
	border-bottom: 1px solid #e0e0e0;
	/*height: 40px;
	line-height: 40px;*/
	float: none;
}


.onreflash{
	width: 60px;
	height: 31px;
	background: #b2b2b2;
	border-radius: 4px;
	line-height: 31px;
}
.pwd-alert1{
	position: fixed;
	left: 10%;
	top: 50%;
}





.risk-test-bottom{
	text-align: center;	
	line-height: 60px;
	height: 60px;
	background: url(../img/dhyimg01.jpg) repeat-x center top;
}
.risk-test-bottom a{
	display: block;
	color: #555555;
	font-size: 18px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}*/
input[type="number"]{-moz-appearance:textfield;}





.bank-mang-list li.bdyhk{
	line-height: 21px;
	padding:5px 15px;
	overflow: hidden;
}
.bank-mang-list li.bdyhk .fl{
	padding-top: 3px;
}
.bank-mang-list li.bdyhk .fl img{
	max-width: 125px;
}
.sel-bank-result-fi li{
	line-height: 21px;
	padding:10px 0;
}

.my-actlist-list{
    padding-top: 15px;
}
.my-actlist-list li{
	margin: 0 5px 10px;
	border-radius: 5px;
    box-shadow: 0 0 5px 0 #dbdadb;
    border: 1px solid #dbdadb;
    float: none;
}
.my-actlist-list li img{
	display: block;
	width: 100%;
	/*border-radius: 3px;*/
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	
}
.my-actlist-list li .txt{
	padding:10px 15px;
	font-size: 14px;
	color: #333;
	background: #fff;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}

.login-form-box.last{
	border-bottom: 0;
}
/* 登录页面密码提示弹出框*/
.pwdmess-back{
	position: absolute;
	top: 222px;
	left: 0;
}
.pwdmess-back-wrap{
	margin: 0px 15px;
	background: rgba(0,0,0,0.85);
	border-radius: 4px;
	padding:10px 0;
}
.pwdmess-back-text{
	width: 80%;
}

.clibtn{
	width: 48%;
	text-align: center;
	font-size: 16px;
	color: #fff;
    border-radius: 4px;
    line-height: 38px;
    display: block;
    border:0;
}


/*bank-one*/
#bank-one-Card{
	position: relative;
}
#bank-one-CardDisplay{
	position: absolute;
	left: 80px;
	top: -18px;
	color: #af3e3f;
	border:1px solid #7a7a7a;
	background: #fff;
	padding:2px 5px;
	font-size: 14px;
	display: none;
}

/*工行绑卡*/
#bank-icbc #get_code{
	right: 0;
	top: 8px;
}
/*.bank-icbc-yzm{
	padding:5px 0 5px 10px;
	border-radius: 4px;
	width: 66%;
	line-height: 26px;
}*/

/*服务号 20150521*/
.fwh header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 12;
	height: 45px;
	background: url(../img/logo.png) no-repeat center #7d1b1c;
	background-size: 169px 26px;
}
.fwh footer{
	position: fixed;
}
.fwhcon{
	padding:45px 0 59px 0;
}
.fwhact-scroll .tit{
	background: url(../img/fwhact-tit.png) no-repeat right center;
	background-size: 16px 16px;
}
.fwhcontact .map{
	background: url(../img/fwhcontact-map.png) no-repeat left center;
	background-size: 14px 18px;
}
.fwhmessage .input{
	background: #fff;
	border:1px solid #cfcfcf;
}
.fwhmessage .textarea{
	height: 290px;
}





/* .ajaxbg{
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.85) url(../img/loading.gif) no-repeat center 200px;
	opacity: 0.85;
	z-index: 100;
} */


/* .iscroll-box{
	padding:45px 0 65px 0;
} */

.mt25{
	margin-top: 25px;
}
.pl70{
	padding-left: 70px;
}
.pl80{
	padding-left: 80px;
}
/*.gaf3e3f{
	color: #af3e3f;
}*/
.gc82126{
	color: #c82126;
}
.w81{
	width: 81px;
}
.bwh{
	background: rgba(0,0,0,0.3);
}
.clear{
	clear: both;
}
.baf3e3f{
	border: 1px solid #af3e3f;
}
.bcecece{
	border: 1px solid #cecece;
}
.fixed{position:fixed;}

.index-head-read {
	width: 15px;
	height: 15px;
	color: #7d1b1c;
	line-height: 16px;
	background-image: url(../img/index-head-read.png);
	background-repeat: no-repeat;
	background-position: center;
}

.index-head-test {
	width: 8px;
	height: 8px;
	top: 10px;
	right: 10px;
	background-image: url(../img/index-head-test.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.bank-up-tit{
	background: url(../img/bank-up-tit.png) no-repeat right 10px;
	background-size: auto 50%;
	padding-left: 28px;
	padding-right: 28px;
}


/*checkbox样式*/
.checkbox{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 20px;
    border-radius: 2px;
    background: rgba(0,0,0,.3);
}
.checkbox input[type=checkbox]{
    visibility: hidden;
}
.checkbox i{
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid rgba(255,255,255,.3);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.checkbox input[type=checkbox]:checked + i{
	border-color: #fff;
}

.pro-reveal{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 999;
	top:0;
	left:0;
}
.pro-reveal .box{
	padding:50px 10px;
	color: #fff;
	font-size: 14px;
	overflow: auto;
}
.pro-reveal .box .tit{
	text-align: center;
	font-size: 16px;
	text-indent:0;
	padding-bottom: 5px;
}
.pro-reveal .box p{
	text-indent: 2em;
}
.pro-reveal .no-show{
	position: fixed;
	bottom: 55px;
	left: 0;
	/*width: 100%;*/
	right: 0;
	padding: 0 20px;
}
.pro-reveal .no-show .check{
	float: left;
	margin-top: 6px;
	margin-right: 8px;
}
.pro-reveal .no-show p{
	float: left;
	text-indent: 0;
}
.pro-reveal .acc-agr-btn {
	position: fixed;
	bottom: 10px;
	left: 0;
	width: 100%;
	/*z-index: 1;*/
}
.rem-name{
    position: relative;
}
.rem-name .checkbox{
    position: absolute;
    left: 0;
    top: 8px;
}

.login-resign{
	line-height: 38px;
	background: #7d1b1c;
	border-radius: 4px;
	margin-bottom: 10px;
}
.z_dialog{
	width: 94%;
	margin:0 auto;
	background: rgba(0,0,0,.75);
	border-radius: 5px;
	text-align: center;
	position: fixed;
	top:50%;
	margin-top: -100px;
	left: 3%;
}
.z_dialog h2{
	color: #fff;
	font-size: 20px;
	margin-top: 18px;
}
.z_dialog .white{
	color: #fff;
	font-size: 14px;
	margin-bottom: 28px;
	margin-top: 10px;
}
.z_dialog .button{
	width: 100%;
}
.z_dialog a{
	width: 50%;
	display: inline-block;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	position: relative;
}
.z_dialog a:nth-child(1):before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background: #fff;
}
.b_z-dialog{
	width: 94%;
	margin:0 auto;
	background: rgba(0,0,0,.75);
	border-radius: 5px;
	text-align: center;
	position: absolute;
	top:90px;
	left: 3%;
	padding:20px 0;
	text-align: center;
}
.b_z-dialog a{
	display: inline-block;
	padding:5px 10px;
	margin:10px 2%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	border: 0;
	height: auto;
	line-height: 1.8;
}


/*获取验证码 按钮统一*/
.btn-code{
    display: flex;
    align-items: center;
    justify-content: center;
	background: #b32f2f;
	border-radius: 4px;
	padding:0 5px;
}
.btn-code.on{
	background: #c5c5c5;
}
.find-pwd-code{
	right: 0;
	top: 10px;
	bottom: 10px;
}
.bank-mang-code{
	right: 0;
	top: 8px;
}

/*我要换卡*/
.bank-change-btn span{
	display: inline-block;
	padding-right: 14px;
	background: url(../img/b_ico_2.png) no-repeat right center;
	background-size: auto 9px;
}
.bank-change-btn.on span{
	background: url(../img/b_ico_1.png) no-repeat right center;
	background-size: 9px auto;
}
.bank-change-box{
	background: #fff;
	box-shadow: 0px 0px 2px 0px rgba(221,221,221,0.5);
	padding: 14px 15px;
}

/*[交易成交]列表页增加显示每笔成交的买卖方向与成交本金。*/
.mydeal-ico{
	position: absolute;
	left: 80px;
	top: 7px;
	width: 48px;
	height: 48px;
	border-radius: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mydeal-ico-buy{
	background-image: url(../img/mydeal_ico_buy.png);
}
.mydeal-ico-sell{
	background-image: url(../img/mydeal_ico_sell.png);
}

/*计算器*/
.calculator-buttons{
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 100%;
	background: url(../img/calculator_1.png) no-repeat center;
	background-size: auto 52%;
}
.calculators-pop{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.calculators-pop .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.calculators-box{
	position: absolute;
	left: 50%;
	top: 12%;
	margin-left: -145px;
	width: 260px;
	padding:8px 15px 40px;
	background: #fff;
	border-radius: 5px;
}
.calculators-box .tit{
	font-size: 18px;
	color: #333;
	text-align: center;
}
.calculators-box .label{
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
}
.calculators-box .label .textb{
	padding:0 0 0 24px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 20px;
	flex: 1;
}
.calculators-box .label .textb-1{
	background-image: url(../img/calculator_2.png);
}
.calculators-box .label .textb-2{
	background-image: url(../img/calculator_3.png);
}
.calculators-box .label .textb-3{
	background-image: url(../img/calculator_4.png);
}
.calculators-box .label .text{
	display: block;
	border:0;
	width: 100%;
	padding:15px 0;
	font-size: 14px;
	text-align: left;
}
.calculators-box .label .rtxt{
	font-size: 16px;
	color: #9a9a9a;
}
.calculators-box .label-2{
	border-bottom: 0;
}
.calculators-box .label-3{
	border-bottom: 0;
}
.calculators-box .sebox{
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.calculators-box .spri{
	margin:0 15px;
	display: block;
	width: 1px;
	height: 20px;
	background: #ccc;
}
.calculators-box .label-4{
	padding:15px 0;
	border-bottom: 0;
}
.calculators-box .label-4 .ltxt{
	font-size: 16px;
	color: #9a9a9a;
}
.calculators-box .label .textb-4{
	font-size: 14px;
	color: #000;
	padding-left: 0;
}
.calculators-box .compute{
	background: #b63333;
	border:5px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 4px;
}
.calculators-box .close{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 16px;
	height: 16px;
	padding:10px;
	background: url(../img/calculator_5.png) no-repeat center;
	background-size: 16px auto;
}
.reg-zjlogo{
	text-align: center;
	color: #666;
	margin-top: 30px;
}
.reg-zjlogo img{
	width: 115px;
}
.reg-zjpop,
a.reg-zjpop{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:10px 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.reg-zjpop .con{
	position: relative;
	padding:0 15px;
	line-height: 30px;
}
.reg-zjpop .con .close{
	position: absolute;
	left: 14px;
	top:0;
	width: 20px;
	height: 100%;
	background: url(../img/reg_2.png) no-repeat left center;
	background-size: auto 16px;
}
.reg-zjpop .con .left{
	padding-left: 25px;
	float: left;
}
.reg-zjpop .con .right{
	float: right;
	background: #8a0504;
	font-size: 14px;
	width: 107px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}




.reg-bg{
	background-color:#fff;
	background-size: 100% auto;
	background-position: center top; 
	background-repeat: no-repeat;
}
.reg-form{
	max-width: 600px;
    margin:0 auto;
	padding: 0 15px 60px;
}
.reg-form .label{
	margin-top: 10px;
	display: block;
	padding:0 10px 0 40px;
	/*border:1px solid #c2a7a8;*/
	border:1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 14px auto;
	overflow: hidden;
}
.reg-form .label_bg_1{
	background-image: url(../img/reg_form_1.png);
}
.reg-form .label_bg_2{
	background-image: url(../img/reg_form_2.png);
}
.reg-form .label_bg_3{
	background-image: url(../img/reg_form_3.png);
}
.reg-form .label_bg_4{
	background-image: url(../img/reg_form_4.png);
}
.reg-form .label_bg_5{
	background-image: url(../img/reg_form_5.png);
}
.reg-form .label_bg_6{
	background-image: url(../img/reg_form_6.png);
}
.reg-form .label .text{
	width: 100%;
	font-size: 14px;
	padding:13px 0;
}
.reg-form .label ::-webkit-input-placeholder{ /* WebKit browsers */
    color: #777777;
}
.reg-form .label :-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #777777;
}
.reg-form .label ::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #777777;
}
.reg-form .label :-ms-input-placeholder{ /* Internet Explorer 10+ */
    color: #777777;
}
.reg-form .label-imgcode-box{
	position: relative;
	padding-right: 134px;
}
.reg-form .label-imgcode-box .imgcode{
	position: absolute;
	right: 0;
	top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	cursor: pointer;
	text-align: center;
	background: #f4f4f4;
}
.reg-form .label-imgcode-box .imgcode span{
	display: block;
	margin-right: 10px;
	padding:0 20px 0 5px;
	background: url(../img/reg_form_imgcode.png) no-repeat right center;
	background-size: 17px auto;
}
.reg-form .label-imgcode-box .imgcode img{
	height: 100%;
}
.reg-form .label-phonecode-box{
	position: relative;
	padding-right: 96px;
}
.reg-form .label-phonecode-box .phonecode{
	position: absolute;
	right: 0;
	top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
	height: 100%;
	background: #ac000e;
	color: #fff;
	font-size: 14px;
}
.reg-form .label-phonecode-box .phonecode.gay-btn{
	background: #7a7a7a;
}
.reg-form .txt{
	margin-top: 15px;
	font-size: 14px;
}
.reg-form .gotoindex{
	color: #666;
	text-decoration: underline;
}
.reg-form .gotologin{
	color: #666;
}
.reg-form .gotologin span{
	text-decoration: underline;
}
.reg-form .reg-submit{
	margin-top: 15px;
	display: block;
	width: 100%;
	background: #ac000e;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	border-radius: 4px;
}
.reg-form .reg-agreement{
	margin-top: 15px;
	color: #777;
	text-align: center;
}
.reg-form .reg-agreement .key{
	color: #ac000e;
}




@-webkit-keyframes opacity-60-25-0-12 {
  0% {
    opacity: 0.25;
  }
  0.01% {
    opacity: 0.25;
  }
  0.02% {
    opacity: 1;
  }
  60.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-1-12 {
  0% {
    opacity: 0.25;
  }
  8.34333% {
    opacity: 0.25;
  }
  8.35333% {
    opacity: 1;
  }
  68.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-2-12 {
  0% {
    opacity: 0.25;
  }
  16.6767% {
    opacity: 0.25;
  }
  16.6867% {
    opacity: 1;
  }
  76.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-3-12 {
  0% {
    opacity: 0.25;
  }
  25.01% {
    opacity: 0.25;
  }
  25.02% {
    opacity: 1;
  }
  85.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-4-12 {
  0% {
    opacity: 0.25;
  }
  33.3433% {
    opacity: 0.25;
  }
  33.3533% {
    opacity: 1;
  }
  93.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-60-25-5-12 {
  0% {
    opacity: 0.270958333333333;
  }
  41.6767% {
    opacity: 0.25;
  }
  41.6867% {
    opacity: 1;
  }
  1.67667% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.270958333333333;
  }
}
@-webkit-keyframes opacity-60-25-6-12 {
  0% {
    opacity: 0.375125;
  }
  50.01% {
    opacity: 0.25;
  }
  50.02% {
    opacity: 1;
  }
  10.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.375125;
  }
}
@-webkit-keyframes opacity-60-25-7-12 {
  0% {
    opacity: 0.479291666666667;
  }
  58.3433% {
    opacity: 0.25;
  }
  58.3533% {
    opacity: 1;
  }
  18.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.479291666666667;
  }
}
@-webkit-keyframes opacity-60-25-8-12 {
  0% {
    opacity: 0.583458333333333;
  }
  66.6767% {
    opacity: 0.25;
  }
  66.6867% {
    opacity: 1;
  }
  26.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.583458333333333;
  }
}
@-webkit-keyframes opacity-60-25-9-12 {
  0% {
    opacity: 0.687625;
  }
  75.01% {
    opacity: 0.25;
  }
  75.02% {
    opacity: 1;
  }
  35.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.687625;
  }
}
@-webkit-keyframes opacity-60-25-10-12 {
  0% {
    opacity: 0.791791666666667;
  }
  83.3433% {
    opacity: 0.25;
  }
  83.3533% {
    opacity: 1;
  }
  43.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.791791666666667;
  }
}
@-webkit-keyframes opacity-60-25-11-12 {
  0% {
    opacity: 0.895958333333333;
  }
  91.6767% {
    opacity: 0.25;
  }
  91.6867% {
    opacity: 1;
  }
  51.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.895958333333333;
  }
}
/*全新的开始*/
html{
	font-size: 14px;
}
body{
	background: #ededed;
}
.norecords {
  font-size: 18px;
  color: #af3e3f;
  text-align: center;
  font-weight: bold;
}

.loading-toast {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loading-toast .box {
  position: absolute;
  width: 0px;
  z-index: 20;
  left: 50%;
  top: 38%;
}
.loading-toast .box .leaf {
  position: absolute;
  top: -1px;
  opacity: 0.25;
}
.loading-toast .box .leaf:before {
  content: " ";
  position: absolute;
  width: 8.14px;
  height: 3.08px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: rgba(0, 0, 0, 0.19804) 0px 0px 1px;
  border-radius: 1px;
  -webkit-transform-origin: left 50% 0px;
  transform-origin: left 50% 0px;
}
.loading-toast .box .leaf0 {
  -webkit-animation: opacity-60-25-0-12 1.25s linear infinite;
  animation: opacity-60-25-0-12 1.25s linear infinite;
}
.loading-toast .box .leaf0:before {
  -webkit-transform: rotate(0deg) translate(7.92px, 0px);
  transform: rotate(0deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf1 {
  -webkit-animation: opacity-60-25-1-12 1.25s linear infinite;
  animation: opacity-60-25-1-12 1.25s linear infinite;
}
.loading-toast .box .leaf1:before {
  -webkit-transform: rotate(30deg) translate(7.92px, 0px);
  transform: rotate(30deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf2 {
  -webkit-animation: opacity-60-25-2-12 1.25s linear infinite;
  animation: opacity-60-25-2-12 1.25s linear infinite;
}
.loading-toast .box .leaf2:before {
  -webkit-transform: rotate(60deg) translate(7.92px, 0px);
  transform: rotate(60deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf3 {
  -webkit-animation: opacity-60-25-3-12 1.25s linear infinite;
  animation: opacity-60-25-3-12 1.25s linear infinite;
}
.loading-toast .box .leaf3:before {
  -webkit-transform: rotate(90deg) translate(7.92px, 0px);
  transform: rotate(90deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf4 {
  -webkit-animation: opacity-60-25-4-12 1.25s linear infinite;
  animation: opacity-60-25-4-12 1.25s linear infinite;
}
.loading-toast .box .leaf4:before {
  -webkit-transform: rotate(120deg) translate(7.92px, 0px);
  transform: rotate(120deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf5 {
  -webkit-animation: opacity-60-25-5-12 1.25s linear infinite;
  animation: opacity-60-25-5-12 1.25s linear infinite;
}
.loading-toast .box .leaf5:before {
  -webkit-transform: rotate(150deg) translate(7.92px, 0px);
  transform: rotate(150deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf6 {
  -webkit-animation: opacity-60-25-6-12 1.25s linear infinite;
  animation: opacity-60-25-6-12 1.25s linear infinite;
}
.loading-toast .box .leaf6:before {
  -webkit-transform: rotate(180deg) translate(7.92px, 0px);
  transform: rotate(180deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf7 {
  -webkit-animation: opacity-60-25-7-12 1.25s linear infinite;
  animation: opacity-60-25-7-12 1.25s linear infinite;
}
.loading-toast .box .leaf7:before {
  -webkit-transform: rotate(210deg) translate(7.92px, 0px);
  transform: rotate(210deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf8 {
  -webkit-animation: opacity-60-25-8-12 1.25s linear infinite;
  animation: opacity-60-25-8-12 1.25s linear infinite;
}
.loading-toast .box .leaf8:before {
  -webkit-transform: rotate(240deg) translate(7.92px, 0px);
  transform: rotate(240deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf9 {
  -webkit-animation: opacity-60-25-9-12 1.25s linear infinite;
  animation: opacity-60-25-9-12 1.25s linear infinite;
}
.loading-toast .box .leaf9:before {
  -webkit-transform: rotate(270deg) translate(7.92px, 0px);
  transform: rotate(270deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf10 {
  -webkit-animation: opacity-60-25-10-12 1.25s linear infinite;
  animation: opacity-60-25-10-12 1.25s linear infinite;
}
.loading-toast .box .leaf10:before {
  -webkit-transform: rotate(300deg) translate(7.92px, 0px);
  transform: rotate(300deg) translate(7.92px, 0px);
}
.loading-toast .box .leaf11 {
  -webkit-animation: opacity-60-25-11-12 1.25s linear infinite;
  animation: opacity-60-25-11-12 1.25s linear infinite;
}
.loading-toast .box .leaf11:before {
  -webkit-transform: rotate(330deg) translate(7.92px, 0px);
  transform: rotate(330deg) translate(7.92px, 0px);
}

/* 错误弹出框 */
.mess-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}

.mess-back {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 21;
}
.mess-back .mess-back-wrap {
  margin: 0px 15px;
  padding: 10px 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.mess-back .mess-back-wrap .mess-back-text {
  display: inline-block;
  width: 90%;
}
.mess-back .mess-back-wrap .mess-back-text .btn{
	display: block;
    width: 140px;
    line-height: 40px;
    background: -webkit-linear-gradient(top, #bd3a2a, #8d2020);
    background: linear-gradient(top, #bd3a2a, #8d2020);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin: 5px auto 0;
}
/* 分页 */
.page{
	padding:10px 0 20px;
	text-align: center;
}
.page a{
	display: inline-block;
	line-height: 30px;
	padding:0 30px;
	background: #A5110D;
	border-radius: 4px;
	margin: 0 4px;
	color: #fff;
}

/*共用样式*/
.btn-total{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 6px 0;
    border-radius: 4px;
}
input.btn-total{
	padding:10px 0;
}
.btn-red{
	background: #b32f2f;
}
.btn-gay{
	background: #7a7a7a;
}
/*头部*/
.h-wel{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10;
	height: 45px;
	background: url(../img/logo.png?v=2) no-repeat center #7d1b1c;
	background-size: 169px 26px;
}
.h-total{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.h-seat,
.h-tit{
	padding:6px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #7d1b1c;
}
.h-seat{
	background: none;
}
.h-back{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	font-size: 16px;
	background: url(../img/head-back.png) no-repeat center;
	background-size: auto 18px;
	color: #fff;
}
.h-home{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: url(../img/home-cur.png) no-repeat center;
	background-size: auto 20px;
}
.h-txt{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding:0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.h-txt,
a.h-txt{
	color: #fff;
}
/*头部右上角按钮*/
.top-act{
    background: url("../img/top-act.png") no-repeat center / 70% 70%;
    display: block;
    height: 45px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    z-index: 2;
}
.top-act span {
    color: #fff;
    display: block;
    padding: 11px 0 0 30px;
    transform: rotate(45deg);
    width: 74px;
}
.top-act .ico{
	width: 15px;
	height: 15px;
	color: #7d1b1c;
	line-height: 16px;
	background-image: url(../img/index-head-read.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*尾部*/
.f-seat{
	padding-top: 38px;
	padding-bottom: 4px;
}
.f-total{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background: -moz-linear-gradient(top, #ffffff,#e5e5e5);
	background: -webkit-linear-gradient(top,#ffffff,#e5e5e5);
	background: linear-gradient(top,#ffffff,#e5e5e5);
	border-top: 4px solid #ededed;
}
.f-ul{
	width: 100%;
	overflow: hidden;
}
.f-ul li{
	width: 25%;
	text-align: center;
	padding-bottom: 4px;
}
.f-ul li.f-cur{
	background: -moz-linear-gradient(top, #b52729,#891e1f);
	background: -webkit-linear-gradient(top,#b52729,#891e1f);
	background: linear-gradient(top,#b52729,#891e1f);
}
.f-ul a{
	padding-top: 34px;
	background-position: center 10px;
	background-repeat: no-repeat;
}
.f-home{
	background-image: url(../img/home.png);
	background-size: 26px 24px;
}
.f-cur .f-home{
	background-image: url(../img/home-cur.png);
	background-size: 26px 24px;
	color: #fff;
}
.f-account{
	background-image: url(../img/account.png);
	background-size: 17px 25px;
}
.f-cur .f-account{
	background-image: url(../img/account-cur.png);
	background-size: 17px 25px;
	color: #fff;
}
.f-pro{
	background-image: url(../img/foot-01.png);
	background-size: 20px 15px;
}
.f-cur .f-pro{
	background-image: url(../img/foot-03.png);
	background-size: 20px 15px;
	color: #fff;
}
.f-trans{
	background-image: url(../img/foot-02.png);
	background-size: 23px 23px;
}
.f-cur .f-trans{
	background-image: url(../img/foot-04.png);
	background-size: 23px 23px;
	color: #fff;
}
/*第一次进入弹出广告*/
.adpop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.adpop .imgbox{
    width: 82%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.20);
    position: relative;
    background: #fff;
    overflow: hidden;
}
.adpop .imgbox img{
    width: 100%;
    vertical-align: middle;
    display: block;
}
.adpop .close{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 22px;
    height: 22px;
    background: url(../img/adclose.png) no-repeat center;
    background-size: 100% 100%;
}
/*act-list*/
.a-list li{
	position: relative;
	box-shadow: 0px 1px 2px 0px rgba(221,221,221,0.5);
	float: none;
	margin: 0px 5px 10px 5px;
	background: #fff;
	border-radius: 4px;
}
.a-list img{
	display: block;
	float: left;
}
.a-list .con{
	margin:0 28px 0 115px;
}
.a-list .con .tit{
	color: #333;
}
.a-list .con .time{
	color: #aaa;
	padding-left: 15px;
	background: url(../img/time-icon.jpg) no-repeat left;
	background-size: 10px 10px;
}
.a-list .con .txt{
	font-size: 12px;
	color: #777;
}
.a-list .ico{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 8px;
	height: 8px;
	background-image: url(../img/index-head-test.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	overflow: hidden;
}
/*act-info*/
.a-info{
	padding:10px;
}
.a-info .tit{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.a-info .txt{
	padding: 20px 0;
}
/*产品列表页*/
/*prolist*/
.pro-top-ord-seat{
	padding:8px 0;
}
.pro-top-ord{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:11;
    background: #ededed;
    padding:5px 0;
}
.pro-top-ord a{
	line-height: 28px;
	padding: 0px 3px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.pro-top-ord a.sell,.pro-top a.sell{
	border: 0;
	padding: 0;
	background: url(../img/sell_ico.png) no-repeat center center;
	background-size: 48px 48px;
	text-indent: -9999px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -24px;
	opacity: 0.7;
}
.pro-top a.sell{
	background-image: url(../img/sell_ico1.png);
	top: 57%;
}
.pro-top-ord select{
	border: 1px solid #ccc;
	border-radius: 4px;
}
.pro-top-ord a.foc{
	color: #fff;
	background: #b32f2f;
	border-color: #b32f2f;
}
.pro-top-ord a i{
	display: none;
}
.pro-top-ord a.foc{
	padding-right: 22px;
	position: relative;
}
.pro-top-ord a.foc i{
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -6px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/dhyimg001.png) no-repeat center;
	background-size: 100% 100%;
}
.pro-top-ord a.desc i{
	transform: rotate(180deg);
}
/*输入框*/
.inpbox{
	position: relative;
	margin:10px 0;
	padding: 14px 0px 12px;
	border: 1px solid #af3e3f;
	display: flex;
}
.inpbox .money{
	-webkit-text-security:disc;
    text-security:disc;
}
.x-password{
	-webkit-text-security:disc;
    text-security:disc;
}
.inpbox .tit{
	color: #af3e3f;
	flex-shrink: 0;
}
.inpbox .inp{
	flex: 1 1 auto;
}
/*输入框2*/
.inpbox-2{
	margin:10px 0;
	border: 1px solid #af3e3f;
}
.inpbox-2 .inputbox{
	padding: 14px 0px 12px;
	display: flex;
}
.inpbox-2 .inputbox .tit{
	color: #af3e3f;
	flex-shrink: 0;
}
.inpbox-2 .inputbox .inp{
	/*flex: 1 1 auto;*/
	flex:1;
}
.inpbox-2 .inputbox input.inp{
	line-height: 1;
}
.inpbox-2 .tips{
	color: #af3e3f;
}



/* my */
.my-profit-box {
  background: -webkit-linear-gradient(top, #ea5134, #891e1f);
  background: linear-gradient(top, #ea5134, #891e1f);
  padding: 12px 15px 0px 15px;
}

.my-profit-box .tit {
  padding-left: 20px;
  background: url(../img/my-profit-icon.png) no-repeat left center;
  background-size: 14px 12px;
  font-size: 14px;
  line-height: 48px;
}

.my-profit-box .nums {
  font-size: 46px;
  line-height: 1;
  padding: 15px 0 20px 0;
}

.my-profit-box .nums.f40 {
  font-size: 40px;
}

.my-profit-box .tit a {
  display: inline-block;
  width: 62px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin-left: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 14px 0;
}

.my-account-info {
  line-height: 49px;
  padding: 0px 15px;
  border-bottom: 1px solid #d0d0d0;
  background: #f5f5f5;
  overflow: hidden;
}

.my-account-info .fl {
  background: url(../img/user.png) no-repeat left;
  background-size: 15px 17px;
  padding-left: 24px;
}

.my-account-info a {
  display: block;
  width: 80px;
  line-height: 30px;
  background: -webkit-linear-gradient(top, #bd3a2a, #8d2020);
  background: linear-gradient(top, #bd3a2a, #8d2020);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 9px;
}

.my-account-info a.gay {
  background: #7a7a7a;
}
.my-list-content .list {
  background: #fff;
  padding: 0px 10px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  margin-top: 25px;
}
.my-list-content .list .item {
  display: block;
  padding: 8px 5px;
  border-bottom: 1px solid #d0d0d0;
  color: #555;
  position: relative;
}
.my-list-content .list .item:after {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -5px;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.my-list-content .list .item:last-child {
  border-bottom: 0;
}
.my-list-content .list:nth-child(1) {
  margin-top: 0;
  border-top: 0;
}

/*安保问题*/
.my-security-body{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/*bottom: 0;*/
	min-height: 100%;
	background: #fff;
}
.my-security{
	font-size: 14px;
}
.my-security-top{
	background: #f9f9f9;
	border-bottom: 1px solid #cccccc;
	padding:15px 0 10px;
	position: relative;	
}
.my-security-nav{
	overflow: hidden;
	width: 320px;
	margin:0 auto;
}
.my-security-nav .item{
	width: 33%;
	text-align: center;
}
.my-security-nav .item:nth-child(2){
	width: 34%;
}
.my-security-nav .item .rod{
	line-height: 35px;
	color: #fff;
}
.my-security-nav .item .txt{
	margin-top: 5px;
}
.my-security-nav{
	background-size:250px auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.my-security-nav.one{
	background-image: url(../img/security_nav_1.png);
}
.my-security-nav.one .item:nth-child(1) .txt{
	color: #b53232;
}
.my-security-nav.two{
	background-image: url(../img/security_nav_2.png);
}
.my-security-nav.two .item:nth-child(1) .txt,
.my-security-nav.two .item:nth-child(2) .txt{
	color: #b53232;
}
.my-security-nav.three{
	background-image: url(../img/security_nav_3.png);
}
.my-security-nav.three .item .txt{
	color: #b53232;
}
.my-security .label{
	display: block;
	padding:0 10px;
	border:1px solid #cccccc;
	margin-bottom: 12px;
	border-radius: 4px;
}
.my-security input{
	width: 100%;
	border:0;
	padding:10px 0;
	background: none;
}
.my-security .phone-code-box{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.my-security .phone-code-box .inp-box{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding:0 10px;
    border:1px solid #cccccc;
    margin-right: 6px;
    border-radius: 4px;
}
.my-security .phonecode{
	background: #b53232;
	color: #fff;
	border-radius: 4px;
	padding:7px 12px;
}
.my-security .phonecode.cur{
	background: #ccc;
}
.my-security .btn{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 6px 0;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    background: #b53232;
}
.my-security .btn.cur{
	background: #ccc;
}
.my-security .tit{
	color: #333;
	padding-top: 6px;
	padding-bottom: 4px;
}
.my-security .answer{
	color: #333;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	padding:10px 0 8px;
}
.my-security .answer.last{
	border:0;
}
.weui_cell_select {
	padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.weui_cell_primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.weui_select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    font-size: inherit;
    height: 40px;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.weui_cell_select .weui_select {
    padding-right: 30px;
}
.weui_cell_select .weui_cell_bd:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #999;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
}
.my-security .weui_cell_select{
	border:1px solid #ccc;
	border-radius: 4px;
}
.my-security .weui_cell_select .weui_select,
.my-security .weui_cell_select option{
	color: #666;
}
.my-security .pstxt{
	color: #999;
	font-size: 12px;
	margin-top: -6px;
	margin-bottom: 6px;
}
.my-security-two .label{
	margin-top: 10px;
	margin-bottom: 0;
}
.my-security-one{
	padding:15px;
}
.my-security-one .weui_cell_select{
	margin-bottom: 12px;
}
.my-security-two{
	padding:3px 15px;
}
.my-security-three{
	padding:0 15px;
	font-size: 15px;
	color: #333;
	padding-top: 85px;
	background: url(../img/security_success.png) no-repeat center 40px;
	background-size: 32px auto;
	text-align: center;
}


/* 产品 */
.top-nav {
  background: #fff;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 0;
}
.top-nav .item {
  display: inline-block;
  width: 33%;
  position: relative;
  /*float: left;*/
  color: #555555;
  text-align: center;
  background: #fff;
  padding: 8px 0;
  font-size: 14px;
}
.top-nav .item:nth-child(2) {
  width: 34%;
}
.top-nav .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
}
.top-nav .item.cur {
  color: #b32f2f;
  font-weight: bold;
  font-size: 16px;
}
.top-nav .item.cur:after {
  background-color: #b32f2f;
}
.top-nav .item p{
	position: relative;
	display: inline-block;
	position: relative;
}
.top-nav .item p i{
	position: absolute;
	width: 0;
	height: 0;
	right: -20px;
	top: 50%;
	border-width: 8px;
	border-style: solid;
	border-color: #b03d4c transparent transparent;
	margin-top: -4px;
}
.top-nav .item .slide{
	position: absolute;
	left: 50%;
	top: 45px;
	background: #fff;
	width: 122px;
	margin-left: -61px;
	z-index: 5;
	display: none;
}
.top-nav .item .slide li{
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
.top-nav .item .slide li:last-child{
	border-bottom: 0 none;
}
.top-nav .item .slide li a{
	display: block;
	font-size: 13px;
	color: #515151;
	line-height: 2;
	text-align: center;
	font-weight: normal;
}
.top-nav .item .slide li.cur a{
	color: #b32f2f;
	font-weight: bold;
}

.pro-top {
  background: #ededed;
  transition: all 0.5s;
}
.pro-top.gototop {
  transform: translate3d(0, -10rem, 0);
}
.pro-top.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 11;
}
.pro-top .alink-rule {
  display: block;
  color: #555;
  text-align: center;
  margin-top: 10px;
}
.pro-top .alink-rule span {
  display: inline-block;
  padding-left: 22px;
  background: url(../img/alink_rule.png) no-repeat left center;
  background-size: 13px auto;
  padding: 2px 0 2px 22px;
}

.pro-sort {
  /*padding: 10px 0;*/
  padding: 5px 0;
  text-align: center;
}
.pro-sort .item {
  display: inline-block;
  /*width: 31%;*/
  border: 1px solid #bebebe;
  border-radius: 4px;
  /*padding: 5px 0;*/
  padding: 0 3px;
  line-height: 28px;
  position: relative;
}
.pro-sort .item.foc {
  color: #fff;
  background: #b32f2f;
  border-color: #b32f2f;
}
.pro-sort .item.foc i {
  margin-left: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/dhyimg001.png) no-repeat center;
  background-size: 100% 100%;
}
.pro-sort .item.desc i {
  transform: rotate(180deg);
}

.pro-list {
  padding: 10px 5px 0;
  overflow: hidden;
}

.pro-list ul{
	min-height: 0;
}
.pro-list ul, .pro-list li {
  float: none;
  font-size: 14px;
}
.pro-list li {
  border: 1px solid #dbdadb;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px 0px #dbdadb;
  background: #fff;
  position: relative;
}
.pro-list .top {
  display: block;
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro-list .top .lcon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  background: url("../img/prolist-box-02.jpg") no-repeat left center;
  background-size: 40px auto;
  padding: 16px 0 6px 44px;
  margin-left: 4px;
}
.pro-list .top .lcon .tit {
  font-size: 15px;
  line-height: 1.2;
  color: #af3e3f;
}
.pro-list .top .lcon .x-time{
	font-size: 12px;
	line-height: 1.5;
	color: #999;
}
.pro-list .top .cutdown {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 10px 0 10px 14px;
}
.pro-list .top canvas {
  width: 100%;
  height: 100%;
}
.pro-list .top .ico {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.pro-list .top .wait {
  background-image: url(../img/prolist_02.jpg);
}
.pro-list .top .over {
  background-image: url(../img/prolist-over.jpg);
}
.pro-list .top .end {
  background-image: url(../img/prolist-end.png);
}
.pro-list .infor {
  overflow: hidden;
  background: #f5f5f5;
  border-top: 1px solid #d0d0d0;
}
.pro-list .infor table{
	width: 100%;
}
.pro-list .infor td{
	float: none !important;
}
.pro-list .infor .item {
  float: left;
  width: 33%;
  color: #475061;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding: 8px 0;
}
.pro-list .infor .item .tit{
	color: #868b99;
}
.pro-list .infor .item {
  float: left;
  width: 33%;
  color: #475061;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding: 8px 0;
}
.pro-list .infor .item:nth-child(2) {
  width: 34%;
  position: relative;
}
.pro-list .infor .item:nth-child(2):before, .pro-list .infor .item:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d0d0d0;
}
.pro-list .infor .item:nth-child(2):before {
  left: 0;
}
.pro-list .infor .item:nth-child(2):after {
  right: 0;
}
.pro-list .infor .txt {
  font-size: 18px;
}
.pro-list .infor .num {
  color: #b32f2f;
}

.pro-content {
  /*margin-top: 40px;*/
  margin-top: 88px;
}

.pro-reservation-content {
  margin-top: 128px;
}
.pro-reservation-content .top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pro-reservation-content .top .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.pro-reservation-content .top .sbtn {
  background: #b32f2f;
  color: #fff;
  padding: 4px 13px;
  border-radius: 4px;
  margin: 20px 0 20px 10px;
}

.pro-name {
  padding: 16px 30px 16px 60px;
  background: #fff url("../img/prolist-box-02.jpg") no-repeat 15px center;
  background-size: 40px auto;
  color: #af3e3f;
  font-size: 15px;
  line-height: 1.2;
}

.pro-props {
  background: #f5f5f5;
  color: #333;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 0;
}
.pro-props .item {
  width: 50%;
  float: left;
  line-height: 1.5;
  padding: 8px 0;
  position: relative;
}
.pro-props .item:nth-child(1):after, .pro-props .item:nth-child(3):after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  border-right: 1px dotted #c4c4c4;
}
.pro-props .item:nth-child(3):after {
  top: 0;
  bottom: 20px;
}
.pro-props .item:nth-child(1):before, .pro-props .item:nth-child(2):before {
  content: "";
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted #c4c4c4;
}
.pro-props .item:nth-child(2):before {
  left: 0;
  right: 10px;
}
.pro-props .item .tit {
  padding-left: 35px;
  background-position: 17px center;
  background-size: 15px auto;
  background-repeat: no-repeat;
}
.pro-props .item .num {
  padding-left: 17px;
  font-size: 15px;
}
.pro-props .item .ico1 {
  background-image: url(../img/pro_ico1.png);
}
.pro-props .item .ico2 {
  background-image: url(../img/pro_ico2.png);
}
.pro-props .item .ico3 {
  background-image: url(../img/pro_ico3.png);
}
.pro-props .item .ico4 {
  background-image: url(../img/pro_ico4.png);
}

.pro-panel {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.pro-panel .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  border-top: 1px solid #d9d9d9;
  line-height: 1.5;
}
.pro-panel .item:nth-child(1) {
  border-top: 0;
}
.pro-panel .l-tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  color: #777;
  min-width: 84px;
}
.pro-panel .r-txt {
  color: #333;
  text-align: right;
}

.pro-action {
  background: #f5f5f5;
  padding: 0 15px 50px;
}
.pro-action .money {
  color: #333;
  padding: 13px 0;
}
.pro-action .money .txt {
  font-size: 15px;
  line-height: 36px;
}
.pro-action .money .txt .num {
  font-size: 20px;
  color: #b32f2f;
}
.pro-action .inp-box {
  overflow: hidden;
  border-radius: 2px;
  padding: 0 40px;
  position: relative;
}
.pro-action .inp-box .button {
  width: 40px;
  background: #b32f2f;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
}
.pro-action .inp-box .button:before {
  font-size: 23px;
  color: #fff;
  text-align: center;
}
.pro-action .inp-box .button.prev {
  left: 0;
}
.pro-action .inp-box .button.prev:before {
  content: "\2212";
}
.pro-action .inp-box .button.next {
  right: 0;
}
.pro-action .inp-box .button.next:before {
  content: "\2b";
}
.pro-action .inp-box .inp {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px;
  text-align: center;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.pro-action .inp-box .inp input {
  width: 100%;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.pro-action .tips {
  color: #999;
  padding: 10px 0;
}
.pro-action .alink-agreement {
  color: #b32f2f;
  display: inline-block;
  margin-left: 10px;
}
.pro-action .por{
	position: relative;
}
.pro-action .btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
  border-radius: 4px;
  background: #b32f2f;
  margin-top: 30px;
}
.pro-action .btn.cur {
  background: #9e9e9e;
}
.pro-action .alink-agreement-block{
	position: absolute;
	top: 25px;
	left: -10px;
	background: #fff;
	padding: 0 8px;
	/*height: 25px;*/
	line-height: 25px;
	border-radius: 4px;
	border: 1px solid #ececec;
	display: none;
}
.pro-action .alink-agreement-block a{
	font-size: 12px;
	color: #333;
	display: block;
}

.label-check-box .inp-checkbox {
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #c4c4c4;
  margin-top: 5px;
  margin-right: 9px;
}
.label-check-box .inp-checkbox input {
  opacity: 0;
}
.label-check-box .inp-checkbox input[type=checkbox]:checked + i {
  display: inline-block;
  content: "";
  width: 13px;
  height: 10px;
  background: url(../img/ok.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 3px;
  top: 1px;
}

.pro-pop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.pro-pop .con {
  position: absolute;
  left: 50%;
  margin-left: -125px;
  margin-top: -130px;
  top: 50%;
  width: 250px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.pro-pop .con .tit {
  font-size: 18px;
  color: #333;
  text-align: center;
  padding-top: 17px;
}
.pro-pop .con .txt {
  line-height: 1.5;
  padding: 10px 20px 30px;
}
.pro-pop .con .btn-box .btn {
  width: 50%;
  float: left;
  display: block;
  color: #666666;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
}
.pro-pop .con .btn-box .cancel {
  box-shadow: 0 1px 0 0 #c9c9c9 inset;
}
.pro-pop .con .btn-box .ok {
  background: #b32f2f;
  color: #fff;
}
.pro-pop .con .close {
  position: absolute;
  top: 25px;
  right: 22px;
  width: 20px;
  height: 20px;
  background: url(../img/adclose.png) no-repeat center;
  background-size: 100% 100%;
}

/* 预约产品-支付保证金 */
.pro-buy {
  /*padding: 15px 10px 45px;*/
  padding: 5px 10px;
}
.pro-buy .con {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 2px 0px rgba(221, 221, 221, 0.5);
  border-radius: 4px;
  background: #f6f6f6;
  padding: 3px 10px 20px;
  color: #333;
  margin-bottom: 40px;
}
.pro-buy .con .tit {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.pro-buy .con .item {
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
}
.x-pro-buy .item{
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
}
.pro-buy .con .item .img {
  height: 30px;
  margin: 0 8px;
}
.x-pro-buy .item .img {
  height: 30px;
  margin: 0 8px;
}
.pro-buy .con .item .img img {
  height: 100%;
}
.pro-buy .con .rtxt {
  margin-left: 10px;
}
.x-pro-buy .rtxt {
  margin-left: 10px;
}
.x-pro-buy .rtxt0{
	margin-left: 10px;
}
.x-pro-buy .rtxt0 input{
	height: 25px;
}
.x-pro-buy .rtxt0 .img-code{
	line-height: 0;
	height: 25px;
}
.x-pro-buy .rtxt0 .img-code img{
	height: 25px;
}
.pro-buy .rtxt .x-code{
	width: 84px;
	float: left;
	height: 25px;
	line-height: 25px;
}
.pro-buy .rtxt .img-code{
	float: left;
}
.pro-buy .rtxt .x-btn{
	width: 25px;
	height: 25px;
	float: right;
	background: url(../img/code_btn.png) no-repeat center center;
	background-size: 15px 15px;
}
.pro-buy .con .num {
  color: #b32f2f;
}
.pro-buy .con .tran-pwd {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 11px 0;
}
.pro-buy .con .tran-pwd .rtxt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  padding: 10px 0;
}
.pro-buy .con .tran-pwd .rtxt input {
  width: 100%;
}
.pro-buy .btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
  border-radius: 4px;
  background: #b32f2f;
}
.pro-buy .btn.gay-btn{
	background: #7a7a7a;
}
.pro-buy .btn.cur {
  background: #9e9e9e;
}
.pro-rule {
  padding: 0 15px 30px;
  line-height: 1.5;
  background: #fff;
}
.pro-rule .tit {
  color: #b32f2f;
  font-size: 15px;
  padding: 20px 0 10px;
}

.pro-reservation-personal {
  margin-top: 40px;
}
.pro-reservation-personal .alink-rule {
  display: block;
  background: #f2f2f2 url(../img/alink_rule.png) no-repeat 15px center;
  background-size: 13px auto;
  padding: 10px 0 10px 37px;
  color: #555;
}
.pro-reservation-personal .form {
  background: #fff;
  padding: 0 15px 40px;
  color: #555;
}
.pro-reservation-personal .form .tit {
  padding: 8px 0;
}
.pro-reservation-personal .form .weui_cell_select {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pro-reservation-personal .form .weui_cell_select .weui_select, .pro-reservation-personal .form .weui_cell_select option {
  color: #666;
}
.pro-reservation-personal .form .date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro-reservation-personal .form .date .center {
  color: #999;
  padding: 0 13px;
}
.pro-reservation-personal .form .date .label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  padding: 0 15px 0 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro-reservation-personal .form .date .inp {
  width: 100%;
  padding: 10px 0;
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.pro-reservation-personal .form .money-label {
  padding: 0 15px 0 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: block;
}
.pro-reservation-personal .form .money-label .inp {
  width: 100%;
  padding: 10px 0;
}
.pro-reservation-personal .form .tips {
  line-height: 1.5;
  color: #999;
}
.pro-reservation-personal .form .tips1 {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}
.pro-reservation-personal .form .tips2 {
  padding-bottom: 30px;
}
.pro-reservation-personal .form .btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
  border-radius: 4px;
  background: #b32f2f;
}
.pro-reservation-personal .form .btn.cur {
  background: #9e9e9e;
}
.pro-reservation-personal .infor {
  padding: 10px;
  background: #f5f5f5;
}
.pro-reservation-personal .infor .tit {
  color: #555;
  padding: 8px 0;
}
.pro-reservation-personal .infor .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #dcdcdc;
  padding: 8px 5px;
}
.pro-reservation-personal .infor .ltit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  color: #333;
}
.pro-reservation-personal .infor .rtxt {
  color: #e5161d;
}
/* my */
.my-money {
  background: -webkit-linear-gradient(top, #ea5134, #891e1f);
  background: linear-gradient(top, #ea5134, #891e1f);
  padding: 12px 15px 0px 15px;
  color: #fff;
}
.my-money .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.my-money .tit .c-tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  padding-left: 20px;
  background: url(../img/my-profit-icon.png) no-repeat left center;
  background-size: 14px 12px;
}
.my-money .tit .alink {
  display: inline-block;
  width: 62px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin-left: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 14px 0;
}
.my-money .nums {
  font-size: 40px;
  padding-bottom: 3px;
  margin-top: -3px;
}

.my-name {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #d0d0d0;
  background: #f5f5f5;
}
.my-name .ltit-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.my-name .ltit-box .icon{
	height: 20px;
	padding-left: 24px;
}
.my-name .ltit {
  background: url(../img/user.png) no-repeat left;
  background-size: 15px 17px;
  padding-left: 24px;
  font-size: 16px;
  color: #333;
}
.my-name .alink {
  display: block;
  width: 80px;
  line-height: 30px;
  background: -webkit-linear-gradient(top, #bd3a2a, #8d2020);
  background: linear-gradient(top, #bd3a2a, #8d2020);
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.my-name .alink.gay {
  background: #7a7a7a;
}

.my-list-content .list {
  background: #fff;
  padding: 0px 10px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  margin-top: 25px;
}
.my-list-content .list .item {
  display: block;
  padding: 8px 5px;
  border-bottom: 1px solid #d0d0d0;
  color: #555;
  position: relative;
}
/*.my-list-content .list .item:after {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -5px;
  content: '';
  width: 0.60714rem;
  height: 0.60714rem;
  border-top: 0.03571rem solid #333;
  border-right: 0.03571rem solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}*/
.my-list-content .list .item:last-child {
  border-bottom: 0;
}
.my-list-content .list:nth-child(1) {
  margin-top: 0;
  border-top: 0;
}
/* 总资产 总收益  */
.my-money-list {
  box-shadow: 0px 1px 2px 0px rgba(221, 221, 221, 0.5);
}
.my-money-list ul {
  overflow: hidden;
  text-align: center;
}
.my-money-list li {
  width: 50%;
  padding: 7px 0;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.my-money-list li:nth-child(n) {
  position: relative;
}
.my-money-list li:nth-child(n):after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ddd;
}
/* 我的预约 */
.my-reservation .top .time {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}
.my-reservation .operate {
  border-top: 1px solid #d0d0d0;
  padding: 5px;
  text-align: right;
}
.my-reservation .operate .sbtn {
  display: inline-block;
  text-align: center;
  background: #b32f2f;
  color: #fff;
  border-radius: 4px;
  margin: 5px;
  min-width: 55px;
  padding: 3px 5px;
  font-size: 12px;
}

.my-reservation-info .pro-panel {
  border-bottom: 0;
}
.my-reservation-info .remarks {
  border-top: 1px solid #d9d9d9;
  padding: 10px 5px;
}
.my-reservation-info .remarks .txt {
  color: #333;
  line-height: 1.5;
  padding: 5px 0 10px;
}
.my-reservation-info .operate {
  padding: 0 10px 40px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.my-reservation-info .operate .sbtn {
  width: 48%;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  padding: 5px 0;
  display: block;
  border: 0;
  background: #b32f2f;
}
.my-reservation-info .operate .sbtn:nth-child(1) {
  float: left;
}
.my-reservation-info .operate .sbtn:nth-child(2) {
  float: right;
}
.my-reservation-info .operate .sbtn.cur {
  background: #9e9e9e;
}
/* 带有时间的流水记录页面 */
.my-funds-times {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(221, 221, 221, 0.5);
  padding: 10px 0;
}
.my-funds-times .inp {
  width: 100px;
  height: 30px;
  padding: 0px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 10px;
}
.x-my-funds-times .inp{
	width: 100px;
}
.my-funds-times .btnb {
  padding-top: 10px;
}
.my-funds-times .btnb .btn {
  display: inline-block;
  width: 100px;
  line-height: 30px;
  background: #b2b2b2;
  border-radius: 4px;
  margin: 0 4px;
}
.my-funds-times .btnb .btn.red {
  background: #b32f2f;
}

.my-flow {
  padding-top: 100px;
}
.my-flow ul {
  float: none;
}
.my-flow li {
  float: none;
  margin: 0px 15px 12px 15px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 2px 0px rgba(221, 221, 221, 0.5);
  border-radius: 4px;
  padding: 0 10px;
  background: #f6f6f6;
  color: #333;
  font-size: 14px;
}
.my-flow li .item {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 14px 0px 12px;
}
.my-flow li .item:last-child {
  border-bottom: 0;
}

/* 提现-查找支行 */
.selbank-select {
  float: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0px;
}
.selbank-select li {
  width: 50%;
  text-align: center;
}
.selbank-select li:nth-child(1) {
  position: relative;
}
.selbank-select li:nth-child(1):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
}
.selbank-select li select {
  width: 75%;
  padding: 7px 5px;
  text-align: center;
  opacity-text-align: center;
}

.selbank-search {
  background: #fff;
  padding: 10px 15px;
}
.selbank-search .inp-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  padding-right: 32px;
  padding-left: 8px;
}
.selbank-search .inp-box .inp {
  padding: 7px 0;
  width: 100%;
}
.selbank-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  background: url(../img/sel-bank-icon.jpg) no-repeat center;
  background-size: 17px 17px;
}

.selbank-list {
  padding: 10px 15px;
}
.selbank-list li {
  float: none;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
/* 我的邀请 */
.invite-body {
  background: #fff;
}

.invite .total {
  background: #b32f2f;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 34px 0;
}
.invite .total .num {
  font-size: 47px;
  margin-right: 22px;
  display: inline-block;
}
.invite .infor {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  color: #999;
  overflow: hidden;
}
.invite .infor .item {
  float: left;
  width: 50%;
  padding: 44px 0 16px;
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 21px auto;
}
.invite .infor .item:nth-child(1) {
  background-image: url(../img/invite_ico1.png);
}
.invite .infor .item:nth-child(2) {
  background-image: url(../img/invite_ico2.png);
}
.invite .infor .item:nth-child(1) {
  position: relative;
}
.invite .infor .item:nth-child(1):after {
  content: '';
  width: 1px;
  position: absolute;
  top: 45px;
  bottom: 22px;
  right: 0;
  background: #d9d9d9;
}
.invite .infor .num {
  font-size: 18px;
  color: #b32f2f;
}
.invite .explain {
  padding: 20px 15px;
  color: #555;
  line-height: 1.5;
}
/* index */
.i-ad {
  margin-top: 45px;
}
.i-ad .swiper-slide a{
	display: block;
	line-height: 0;
}
.i-ad img {
  width: 100%;
  /*height: 100%;*/
}
.i-ad .pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  /*padding-bottom: 10px;*/
}
.i-ad .pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 3px;
}
.i-ad .pagination .swiper-pagination-bullet-active {
  background: #b32f2f;
}

.i-pro .f-tit {
  padding: 8px 22px;
  color: #333;
  background: url(../img/recommend.png) no-repeat left center;
  background-size: 16px auto;
  margin: 0 5px;
}
.i-pro .pro-list {
  padding-top: 0;
}

/* 温馨提示 */
.msg-body {
  background: #fff;
}
.msg-body .msg-wrap {
  text-align: center;
}
.msg-body .msg-wrap .tit {
  padding: 30px 10px 45px;
  color: #b32f2f;
}
.msg-body .msg-wrap .txt {
  color: #999;
  font-size: 12px;
}
.msg-body .msg-wrap .txt .alink {
  color: #b32f2f;
}

.prodetail-main{
	padding: 15px 15px 0;
}
.prodetail-main .box{
	border: 1px solid #e4e3e4;
	border-radius: 3px;
	box-shadow: 0 0 10px 0 #e4e3e4;
	background: #f6f6f6;
	padding: 8px 16px;
	margin-bottom: 20px;
}
.prodetail-main .box ul{
	float: left;
	width: 100%;
}
.prodetail-main .box li{
	float: left;
	width: 100%;
	line-height: 22px;
	padding: 9px 0;
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
	color: #333333;
}
.prodetail-main .box li:last-child{
	border-bottom: 0 none;
}
.x-w100{
	display: block;
	width: 100%;
}
.x-transfer-buy-item-mess{
	width: 100%;
	display: block;
}
.x-transfer-buy-item-profit{
	flex-wrap:wrap;
}
.proinfo-buy-btn-two .buy-btn{
	width: 125px;
	margin: 0 5px;
}

.pro-list li .x-new-ico{
    width: 15px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
}

.pro-list .top .cutdown.mr30{
	margin-right: 30px;
}
.x-all-btn{
	position: absolute;
	right: -30px;
	top: -1px;
    width:30px;
    text-align: center;
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    display: block;
    margin: 0;
    /*background: #a5110d;*/
    color: #a5110d;
    font-size: 12px;
}
.por{
	position: relative;
}
.inpbox-2.w90{
	width: 90%;
}
.x-tr{
	text-align: right;
}
.x-p0{
	padding: 0;
}
.transfer-buy-inp .inp.x-p5{
	padding: 5px 0;
}
.x-leave .fr{
	width: 60%;
	text-align: left;
	word-break:break-all;
	word-wrap:break-word;
}

.risk-result-nums.x-color-number{
	border-color: #b32f2f;
	color: #b32f2f;
}
.x-proinfo-nums{
	text-align: center;
	padding: 10px 10px 15px;
}
.x-proinfo-nums .proinfo-profit{
	display: inline-block;
}
.x-proinfo-nums .proinfo-money{
	text-align: center;
}
.x-proinfo-nums .proinfo-money .datatime{
	display: inline-block;
	text-align: left;
	line-height: 28px;
	border-right: 1px solid #d5d5d5;
	padding-right: 15px;
}
.x-proinfo-nums .proinfo-money .money{
	display: inline-block;
	text-align: left;
	line-height: 28px;
}
.x-proinfo-nums .proinfo-money .riskLevel{
	display: inline-block;
	text-align: left;
	line-height: 28px;
}
.x-proinfo-nums .proinfo-money .datatime i{
	background-image: url(../img/x_icon1.png);
}
.x-proinfo-nums .proinfo-money .money i{
	background-image: url(../img/x_icon2.png);
}
.x-proinfo-nums .proinfo-money .riskLevel i{
	background-image: url(../img/x_icon4.png);
}
.x-a-list{

}
.x-a-list li{
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
}
.x-a-list .con{
	margin: 0 12px;
	padding: 10px 0;
}
.x-a-list.open .con{
	position: relative;
	left: 40px;
}
.x-a-list .con .tit{
	font-size: 14px;
	color: #333;
}
.x-a-list .ico{
	top: 18px;
}
.x-h-txt{
	font-size: 16px;
	line-height: 44px;
}
.x-h-txt.sure{
	display: none;
}
.x-a-list .x-a-box{
	float: left;
	width: 100%;
}
.my-list-content .x-ico{
	position: absolute;
	right: 20px;
	top: 50%;
	width: 34px;
	height: 34px;
	background: #af3e3f;
	border-radius: 50%;
	line-height: 34px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin-top: -17px;
}
.x-a-list li .choose{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.x-a-list.open li .choose{
	display: block;
}
.x-a-list li .choose i{
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	background: url(../img/x_ico4.png) no-repeat 0 0;
	background-size: 22px 44px;
}
.x-a-list li .choose.on i{
	background-position: 0 -22px;
}

.act-info-main{
	padding: 10px 12px;
}
.act-info-main .title{
	text-align: center;
	padding: 10px 0;
}
.act-info-main .title h3{
	font-size: 16px;
	color: #333;
}
.act-info-main .p{
	font-size: 14px;
	color: #666;
	text-align: left;
}
.act-info-main .p img{
	max-height: 100%;
}
.scroll-main{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* 使之可以滚动 */
	overflow-y: scroll;
	/* 增加该属性，可以增加弹性，是滑动更加顺畅 */
	-webkit-overflow-scrolling: touch;   
}
.scroll-main.no-scroll{
	overflow-y: hidden;
}
.scroll-main-mess .mess-back{
	position: absolute;
}
.outer-bank{
	display: block;
	margin: 12px auto 0;
	width: 151px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: -webkit-linear-gradient(top, #bd3a2a, #8d2020);
	border-radius: 4px;
}

.input-pop-bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 11;
}
.input-pop{
	position: fixed;
	left: 50%;
	width: 260px;
	margin-left: -130px;
	background: #fff;
	border-radius: 14px;
	padding: 8px 0 0;
	bottom: 50%;
	margin-bottom: -110px;
	z-index: 11;
	overflow: hidden;
}
.input-pop h2{
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}
.input-pop h3{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	line-height: 1.5;
}
.input-pop .box{
	display: block;
	width: 180px;
	margin: 3px auto 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
	padding:6px 0 6px 5px;
	/*height: 30px;*/
}
.input-pop .box input{
	float: left;
	width: 160px;
	border: 0 none;
	/*height: 30px;*/
	/*line-height: 30px;*/
	background: none;
	padding:2px 0;
	font-size: 12px;
}
.input-pop .box p{
	float: right;
	font-size: 12px;
	/*line-height: 30px;*/
	width: 18px;
	text-align: center;
	line-height: 1.7;
}
.input-pop .btn{
	border-top: 1px solid #ccc;
}
.input-pop .btn a{
	float: left;
	width: 50%;
	box-sizing:border-box;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #7d1b1c;
}
.input-pop .btn a.no{
	border-right: 1px solid #ccc;
}

.x-prolist-box{
	display: flex;
	align-items:center;
}
.x-prolist-box .prolist-box-tit{
	flex:1;
}

.i-nav{
	padding: 9px 22px 5px;
	background: #fff;
}
.i-nav .choose{
	margin-bottom: 5px;
}
.i-nav .choose li{

}
.i-nav .choose li a{
	font-size: 15px;
	color: #525252;
	line-height: 1.2;
	border-bottom: 1px solid transparent;
	float: left;
}
.i-nav .choose li.cur a{
	border-color: #b01f1a;
	color: #b01f1a;
}
.i-nav .choose li .line{
	height: 16px;
	display: block;
	width: 1px;
	background: #e2e1dd;
	margin: 0 7px;
	margin-top: 2px;
	float: left;
}
.i-nav .list:nth-child(2){
	display: none;
}
.i-nav .list ul{
	margin-bottom: 6px;
}
.i-nav .list li{
	
}
.i-nav .list li .box{
	/*width: 23.5%;*/
	/*margin: 0 2%;*/
	/*margin-right: 2%;*/
	float: left;
	/*border: 1px solid #e6e6e6;*/
	box-sizing:border-box;
	font-size: 0;
}
.i-nav .list li .box:last-child{
	margin-right: 0;
}
.i-nav .list .swiper-pagination{
	position: relative;
	bottom: 0;
	font-size: 0;
	height: 7px;
}
.i-nav .list .swiper-pagination .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c1c1c1;
	margin: 0 3px;
}
.i-nav .list .swiper-pagination .swiper-pagination-bullet-active{
	background: #b20000;
}
.i-nbsp{
	height: 18px;
}

#bscroll-wrapper{
	position: fixed;
    top: 88px;
    bottom: 63px;
    width: 100%;
    margin-top: 0;
}
#bscroll-wrapper .load{
	position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: -1;
    top:10px;
    display:none;
    background:url(../img/loading.gif ) no-repeat center;
}
#xLoad{
	position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: -1;
    top:10px;
    display:none;
    background:url(../img/loading.gif ) no-repeat center;
}

/*下拉加载部件*/
.dropload{
	height: 10px;
}
/*新弹窗*/
.back-black {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999999;
}

.yalert-box {
    top: 10vh;
    width: 90vw;
    left: 5vw;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    color: #000;
    z-index: 9999999;
    border-radius: 3px;
}

.yalert-box-tip {
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
}

.yalert-box-top {

    text-align: center;
    padding: 5px 0 2px;
    font-weight: bold;
    font-size: 16px;
}

.yalert-box-btn {
    border-radius: 0 0 3px 3px;
    text-align: center;
    margin-top: 5px;
}

.yalert-box-btn a {
    display: inline-block;
    padding: 8px 0px;
    width: 50%;
    color: #3399cc;
    font-size: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(237, 237, 237, 1);
	
}

.yalert-box-btn a:nth-child(2) {

    border-left: 1px solid rgba(237, 237, 237, 1);

}

.oppo {
    width: 80%;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    padding: 0.28rem 0.1rem;
    position: fixed;
    top: 50%;
    margin-top: -0.5rem;
    left: 10%;
    font-size: 0.3rem;
    line-height: 0.44rem;
    text-align: center;
    border-radius: 0.08rem;
    color: #fff;
    z-index: 999999;
}

.new-loading {
    position: fixed;
    background-color: rgba(255,255,255,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.small-loading {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    /*background-image: url('/pages/public/css/images/newloading1.gif');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: 100% auto;*/
    border-radius: 3px;

}

.small-loading > li {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #67d8fd;
    border-radius: 4px;
    opacity: 0.2;

    -webkit-animation: show1 0.8s infinite ease-in-out;
}

.small-loading > li:first-child {
    top: 1px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation-delay: -0.8s;
}

.small-loading > li:nth-child(2) {
    right: 5px;
    top: 5px;
    -webkit-animation-delay: -0.7s;
}

.small-loading > li:nth-child(3) {
    right: 1px;
    top: 50%;
    margin-top: -2px;
    -webkit-animation-delay: -0.6s;
}

.small-loading > li:nth-child(4) {
    right: 5px;
    bottom: 5px;
    -webkit-animation-delay: -0.5s;
}

.small-loading > li:nth-child(5) {
    bottom: 1px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation-delay: -0.4s;
}

.small-loading > li:nth-child(6) {
    left: 5px;
    bottom: 5px;
    -webkit-animation-delay: -0.3s;
}

.small-loading > li:nth-child(7) {
    left: 1px;
    top: 50%;
    margin-top: -2px;
    -webkit-animation-delay: -0.2s;
}

.small-loading > li:nth-child(8) {
    left: 5px;
    top: 5px;
    -webkit-animation-delay: -0.1s;
}

@-webkit-keyframes show1 {
    100% {
        opacity: 0.8;
    }
}

.i-pro .pro-lists {
	padding-top: 0;
}
.pro-lists li .x-new-ico{
	width: 15px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
}

.pro-lists .top .cutdown.mr30{
	margin-right: 30px;
}

pro-lists {
	padding: 10px 5px 0;
	overflow: hidden;
}

.pro-lists ul{
	min-height: 0;
}
.pro-lists ul, .pro-list li {
	float: none;
	font-size: 14px;
}
.pro-lists li {
	border: 1px solid #dbdadb;
	border-radius: 4px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px 0px #dbdadb;
	background: #fff;
	position: relative;
}
.pro-lists .top {
	display: block;
	padding: 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.pro-lists .top .lcon {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	background: url("../img/prolist-box-02.jpg") no-repeat left center;
	background-size: 40px auto;
	padding: 16px 0 6px 44px;
	margin-left: 4px;
}
.pro-lists .top .lcon .tit {
	font-size: 15px;
	line-height: 1.2;
	color: #af3e3f;
}
.pro-lists .top .lcon .x-time{
	font-size: 12px;
	line-height: 1.5;
	color: #999;
}
.pro-lists .top .cutdown {
	width: 50px;
	height: 50px;
	position: relative;
	margin: 10px 0 10px 14px;
}
.pro-lists .top canvas {
	width: 100%;
	height: 100%;
}
.pro-lists .top .ico {
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.pro-lists .top .wait {
	background-image: url(../img/prolist_02.jpg);
}
.pro-lists .top .over {
	background-image: url(../img/prolist-over.jpg);
}
.pro-lists .top .end {
	background-image: url(../img/prolist-end.png);
}
.pro-lists .top .ing {
	background-image: url(../img/prolist-ing.png);
}
.top .ing {
	background-image: url(../img/prolist-ing.png);
}
.pro-lists .infor {
	overflow: hidden;
	background: #f5f5f5;
	border-top: 1px solid #d0d0d0;
}
.pro-lists .infor table{
	width: 100%;
}
.pro-lists .infor td{
	float: none !important;
}
.pro-lists .infor .item {
	float: left;
	width: 33%;
	color: #475061;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 8px 0;
}
.pro-lists .infor .item .tit{
	color: #868b99;
}
.pro-lists .infor .item {
	float: left;
	width: 33%;
	color: #475061;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 8px 0;
}
.pro-lists .infor .item:nth-child(2) {
	width: 34%;
	position: relative;
}
.pro-lists .infor .item:nth-child(2):before, .pro-lists .infor .item:nth-child(2):after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #d0d0d0;
}
.pro-lists .infor .item:nth-child(2):before {
	left: 0;
}
.pro-lists .infor .item:nth-child(2):after {
	right: 0;
}
.pro-lists .infor .txt {
	font-size: 18px;
}
.pro-lists .infor .num {
	color: #b32f2f;
}
.padtop30{
	padding-top: 30px;
}

