body,div,label,span,a, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,fieldset, lengend, button, input, select, textarea, th, td{padding: 0; margin: 0; border: 0; box-sizing: border-box;-webkit-box-sizing: border-box;}
body, button, input, select, textarea {font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  }
h1, h2, h3, h4, h5, h6{font-weight: normal;}
html{min-height: 100%; border: none; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body{word-wrap: break-word; word-break: break-all; -webkit-font-smoothing: antialiased;}
html, body {-webkit-user-select: none;user-select: none;}
ul, ol{list-style-type: none;}
button, input, select, textarea{outline: none;}
button, input, select{vertical-align: middle;}
button, input[type="button"], input[type="submit"]{cursor: pointer; -webkit-appearance: none;}
textarea{resize: none; outline: none;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{padding: 0; border: none;}
table{border-collapse: separate; border-spacing: 0;}
th, td{text-align: left;}
address, cite, dfn, em, var{font-style: normal;}
a,img {-webkit-touch-callout: none;}
img{border: none; vertical-align: middle;}
a{outline: none;}
a:link, a:visited{text-decoration: none; outline: none;}
a:hover, a:active{outline: none;}
iframe{vertical-align: top;}
.clearfix{*zoom: 1}
.clearfix:after{content: '\20'; display: block; clear: both; height: 0; overflow: hidden;}
.clear{clear: both;}
/*显示隐藏*/
.hide{display: none;}
.block{display: block;}
/*文本位置*/
.ta-l{text-align: left;}
.ta-c{text-align: center;}
.ta-r{text-align: right;}
/*浮动*/
.l{float: left; display: inline;}
.r{float: right; display: inline;}
/*间距*/
.mar-top-20{
	margin-top: 20px;
}
/* 块状元素水平居中 */
.auto{margin-left:auto; margin-right:auto;}
/*滚动条*/
.scroll{width:100%; height:100%;overflow: auto; -webkit-overflow-scrolling: touch;}
.scroll-x{width:100%; height:100%;overflow-x:auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;}
.scroll-y{width:100%; height:100%;overflow-x:hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;}
/* 单行文字溢出虚点显示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
/*文本两端对齐*/
.just{text-align: justify;text-align-last: justify;}
.just:after{display: inline-block; width: 100%; height: 0; line-height: 0; content: "";}
/*弹性布局*/
.flex {display: -webkit-box;display: -ms-flexbox;display: flex;}
.flex.center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex.stretch{-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
.flex.end{-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.flex.row{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row;flex-flow: row;}
.flex.row-reverse{-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-flow: row-reverse;flex-flow: row-reverse;}
.flex.column{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-flow: column;flex-flow: column;}
.flex.justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.flex.jc{-webkit-box-pack:center;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center;}
.flex.flow{-webkit-flex-flow: wrap;-ms-flex-flow: wrap;flex-flow: wrap;}
.flex.justify-end{ -webkit-justify-content: flex-end;-ms-justify-content: flex-end;;justify-content: flex-end;}
.flex.hide{display: none;}
/*定位居中*/
.ps-center{position: absolute; top:50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

/*page*/
html, body{max-width: 1920px;min-width: 1000px; height: 100%; margin: 0 auto;}
#wrap{
	width: 100%;
	height: auto;
}
/*header*/
header{
	height: 80px;
	font-size: 15px;
	color: #878787;
	padding: 0 20px;
	position: relative;
	background-color: #0f0f0e;
}
header a{
	color: #878787;
}
header .logo{
	margin-right: 200px;
}
header .head2 span{
	margin-right: 15px;
}
header .head3{
	width: 150px;
	position: relative;
}
header .head3 img{
	margin-right: 35px;
}
header .head3 .language{
	cursor: pointer;
}
.menu-click{
	cursor: pointer;
}
.menu{
	background-color: #E8B723;
	width: 188px;
	position: absolute;
	left: -190px;
	top: 80px;
	transition: .5s;
	z-index: 10000;
}
.menu.active{
	left:0;
}
ul.menu-select li{
	line-height: 25px;
	margin-bottom: 15px;
}
ul.menu-select li a{
	color: #675A3B;
	font-size: 16px;
	display: inline-block;
	padding-left: 20px;
	width: 188px;
}
ul.menu-select li a:hover,ul.menu-select li a.current{
	color: #0E0F0D;
	background-color: #DBDBDB;
}
ul.language-select{
	background-color:#E8B723;
	text-align: center;
	position: absolute;
	top: 50px;
    left: 0;
    z-index: 1000;
    width: 134px;
}
ul.language-select li a{
	color: #675A3B;
	line-height: 30px;
}
ul.language{
	width: 80px;
}
#banner img{
	max-width: 1920px;
	min-width: 1000px;
	width: 100%;
}
/*main*/
#main{
	width: 1000px;
	margin: 0 auto;
}
.main-title{
	font-size: 48px;
	color: #010101;
	margin: 20px 0 50px 60px;
}
.main-con{
	overflow: hidden;
	position: relative;
}
ul.reward-list{
	font-size: 18px;
	margin-left: 60px;
	width: 230px;
	line-height: 36px;
}
ul.reward-list li a{
	color: #010101;
}
ul.reward-list li a.cur{
	font-size: 30px;
}
#main .line{
	width: 180px;
	margin-top: 13px;
}
.reward-title{
	font-size: 48px;
	color: #010101;
	width: 500px;
}
table{
	width: 100%;
	margin: 0 auto;
	margin: 130px 0 100px 0;
	border-collapse:collapse;
	font-size: 18px;
}
table tr th{
	background: #4D3C27;
	color: #fff;
	text-align: center;
	border-right: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}
table tr td{
	text-align: center;
	border-right: 1px solid #fff;
	height: 40px;
	line-height: 40px;
}
.table-time{
	width: 200px;
}
.table-remark{
	width: 170px;
}
.table-striped tbody tr:nth-child(odd) td{
	background: #D7D6D6;
}
.table-striped tbody tr:nth-child(even) td{
	background: #F4F0F0;
}
.add-information form{
	margin: 15px 0 125px 0;
	font-size: 18px;
}
.add-information form p{
	margin-bottom: 6px;
}
.add-information form p span,form p label{
	width: 180px;
	display: inline-block;
}
.add-information form p input,.add-information form p select{
	border: 1px solid #A4A4A4;
	height: 28px;
	width: 210px;
	padding-left: 10px;
	border-radius: 2px;
	font-size: 18px;
}
.add-information form p select{
  background: -webkit-linear-gradient(#F8F8F9, #E5E5E5);
  background: -moz-linear-gradient(#F8F8F9, #E5E5E5);
  background: -o-linear-gradient(#F8F8F9, #E5E5E5);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F9), to(#E5E5E5));
  background: linear-gradient(#F8F8F9, #E5E5E5); 
  margin-left: -5px;
}
.asset-change form{
	margin-top: 40px;
	clear: both;
}
.asset-money{
	margin: 15px 0 0 128px;
	overflow: hidden;
}
.main1920{
	position: relative;
}
.co-img{
	position: absolute;
	position: absolute;
    top: 258px;
    z-index: -100;
    opacity: 0.9;
}
.asset-money dl{
	font-size: 18px;
	margin-right: 50px;
}
p.bankadr{
	position: relative;
}
p.bankadr label{
	position: absolute;
	top: 0;
}
input#bankadr{
	height: 75px;
	margin-left: 160px;
}
.bankcode{
	position: relative;
}
.bankcode label{
	position: absolute;
	top: 0;
}
input#bankcode{
	margin-left: 160px;
}
p.bank-submit input{
	margin: 40px 0 0 160px;
	color: #FCF6E4;
    background: #E8BE3A;
    border: 1px solid #756431!important;
    box-shadow: 0 2px 0 #A78928;
}
/*footer*/
footer .foot-con{
	background-color: #050505;
}
.foot-1000{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.foot-img{
	position: absolute;
	top: -40px;
	left: 0;
}
.foot-1000 dl dt{
	margin: 30px 0 0 10px;
}
.foot-1000 dl dd{
	margin: 35px 0 0 40px;
}
.foot-share{
	margin: 50px 0 0 100px;
}
.foot-1000 dl dd img{
	margin-right: 50px;
}
.foot-information p{
	font-size: 18px;
	color: #fff;
	line-height: 58px;
}
.foot-information span.informatin-tit{
	width: 145px;
	display: inline-block;
}
.foot-information .foot-time{
	padding-top: 20px;

}
.foot-information .foot-detail{
	
}
.foot-information span.informatin-deiail{
	color: #AB9C97;
}
.foot-information span.detail-more{
	line-height: 25px;
	padding: 23px 0 20px 0;
}
.foot-rights{
	background: #E8B723;
	height: 55px;
	clear: both;
}
.rights-con{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.rights-con span{
	font-size: 15px;
	color: #494949;
	padding: 20px 0;
}
/*index*/
 h1.titile-num{
	font-size: 36px;
	position: relative;
	margin: 0 0 60px 0;
}
 h1.titile-num img{
	position: absolute;
	bottom: 10px;
}
.title-chart{
	font-size: 48px;
	position: relative;
}
.title-chart span{
	position: absolute;
	top: -25px;
    left: 135px;
}
.content2{
	overflow: hidden;
}
.content2 .titile-num{
	margin-right: 10px;
}
.content2 .line-title,.content3 .line-title{
	height: 50px;
	width: 5px;
	background: #A9946E;
	margin-top: 12px;
}
.balance-title{
	height: 50px;
	overflow: hidden;
}
.balance{
	font-size: 48px;
	position: relative;
	margin-top: 20px;
}
.balance-line{
	height: 1px;
	background: #000;
	width: 150px;
	display: inline-block;
	position: absolute;
	top: 32px;
	right: 0;
}
.balance .balance-tip{
	margin-right: 160px;
}
.integral{
	margin-top: 80px;
	overflow: hidden;
}
.integral p{
	width: 495px;
	margin-bottom: 20px;
}
a.integral-recharge{
	display: inline-block;
	width: 115px;
	height: 38px;
	line-height: 38px;
	color: #FCF6E4;
	background: #E8BE3A;
	border: 1px solid #756431;
	box-shadow: 0 2px 0 #A78928;
	font-size: 16px;
	margin-left: 20px;
}
.look-record{
	display: inline-block;
	width: 68px;
	font-size: 14px;
	color: #000;
	position: relative;
	margin: 0 10px 0 15px;
}
.record-line{
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #A9946E;
	position: absolute;
	top: 2px;
}
.trading-in{
	display: inline-block;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	color: #777777;
	font-size: 13px;
}
.record-tip{
	height: 30px;
	line-height: 20px;
	position: absolute;
	top: -18px;
	left: 5px;
}
.record-tip a{
	color: #232323;
}
.asset{
	font-size: 18px;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	 word-break: keep-all;
    word-wrap: break-word;
}
.integral p{
	height: 115px;
}
.content3{
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	margin-bottom: 200px;
}
.member-info p{
	font-size: 18px;
	height: 30px;
}
.member-info h1{
	font-size: 48px;
	margin-bottom: 8px;
}
.member-info{
	margin-left: 30px;
}
span.ident-co{
	color: #EF4343;
}
.content3 .integral-recharge{
	margin-left: 88px;
}
.content3 .record-tip{
	width: 96px;
}
.content3 .change-info {
	margin: 70px 0 0 -15px;
}
.line-mar{
	margin-left: 20px;
}
.content3 .link{
	font-size: 18px;
	margin: 70px 0 0 80px;
}
.content3 .line-title{
	position: absolute;
	right: 0;
	top: 200px;
}
.content1,.content2,.content3{
	width: 1000px;
	margin: 0 auto;
}
.content2{
	margin: 30px auto 50px;
	position: relative;
}
.content3{
	margin-bottom: 160px;
}
.con1-1920,.con2-1920{
	position: relative;
}
.con2-1920{
	padding-bottom: 60px;
}
.con1-img{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: -100;
	opacity: 0.9;
}
.con2-img{
	position: absolute;
	top: 0;
	right: 0;
	z-index: -100;
	opacity: 0.9;
}
.con3-img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -100;
	opacity: 0.9;
}
/*login*/
#login{
	background: url(../images/login_bg_02.jpg);
	background-size: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	padding-bottom: 140px;
	min-height: 600px;
}
.login-foot{
	height: 70px;
	background: #050505;
	position: absolute;
	bottom:0 ;
	width: 100%;
}
.login-foot p{
	overflow: hidden;
	color: #494949;
	width: 1000px;
	margin: 0 auto;
	padding-top: 26px;
}
.login-header p{
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
.login-main{
	width: 450px;
	background: #F7F8F7;
}
.login-main .ta-c{
	padding: 15px 0 30px 0;
}
.login-main form{
	width: 370px;
	margin: 20px 0 0 35px;
}
.login-main form p{
	margin-bottom: 20px;
}
.login-main form label{
	width: 155px;
	display: inline-block;
	font-size: 16px;
	color: #494949;
}
.flex .forget-pass a{
	font-size: 15px;
	color: #fff;
	display: block;
	padding-top: 0;
	margin-top: 0;
	height: 20px;
    line-height: 0px;
}
.test-code p.code-img{
	height: 55px;
	width: 210px;
	border: 1px solid #A4A4A4;
	background: #C69C6D;
	margin:0 0 10px 160px;
}
p.login-sub input.sub-login{
    width: 190px;
    height: 30px;
    line-height: 30px;
    color: #FCF6E4;
    background: #E8BE3A;
    border: 1px solid #756431;
    box-shadow: 0 2px 0 #A78928;
    font-size: 16px;
    margin-left: 20px;
}
p.login-sub {
	margin: 20px 15px 0 0;
    padding-bottom: 20px;
}
.login-main form input,.login-main form select{
	width: 210px;
	border: 1px solid #A4A4A4;
	height: 28px;
	display: inline-block;
	border-radius: 2px;
	padding-left: 8px;
	background: #F7F6F6;
}
p.for-reset{
	text-align: center;
	font-size: 16px;
	color: #7A7878;
	margin-top: -20px;
}
span.point-tip{
	font-size: 12px;
	color: #F67373;
	display: block;
}
.test-code{
	clear: both;
}
.send-code{
	    margin: 0 15px 0 0!important;
}
.send-code input{
	margin: -15px 0 30px 0;
}
.bank-list{
	margin: 15px 0 125px 0;
}
.list-detail{
	font-size: 18px;
	color: #494949;
	position: relative;
	margin-bottom: 10px;
}
.list-detail span,.list-detail span a{
	display: inline-block;
}
span.list-change a{
	color: #077305;
	width: 45px;
}
span.list-detale a{
	color: #A80A53;
}
span.list-state{
	margin-left: 60px;
	width: 108px;
}
span.bank-select{
	width: 19px;
	height: 19px;
	border: 1px solid #777;
	border-radius: 2px;
	position: absolute;
	top: 3px;
	left: 70px;
	cursor: pointer;
}
span.list-select{
	width: 19px;
	height: 19px;
	background: #3CB54C;
	box-shadow:#fff 0 0 0 1px inset;
}
span.list-city{
	width: 65px;
}
span.list-num{
	width: 100px;
}
span.tolerate{
	width: 40px;
}
.bank-img{
	margin-bottom: 100px;
}
.transfer-money{
	margin: 15px 0 0 0!important;
}
.register-integral{
	width: 210px;
	margin-bottom: 25px;
	margin-right: 110px;
}
.register-integral dl{
	width: 90px;
}
.up-file{
	width: 210px!important;
	overflow: hidden;
	margin-left: -5px;
	position: relative;
}
.up-file .pic-bg{
	display: inline-block;
	height: 60px;
	width: 100px!important;
	background: #E1E1E1;
	
}
input.file-up{
	width: 100px!important;
	border: 0!important;
	margin-top: 28px;
	border: 1px solid red;
	opacity: 0;
	z-index: 200;
	position: absolute;
	margin-left: 12px;
	cursor: pointer;
}
.file-style{
	height: 28px;
	line-height: 28px;
	width: 100px!important;
	display: inline-block;
	background: -webkit-linear-gradient(#F8F8F9, #E5E5E5);
    background: -moz-linear-gradient(#F8F8F9, #E5E5E5);
    background: -o-linear-gradient(#F8F8F9, #E5E5E5);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F9), to(#E5E5E5));
    background: linear-gradient(#F8F8F9, #E5E5E5); 
    position: absolute;
    font-size: 16px;
    color: #494949;
    border: 1px solid #A4A4A4;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    cursor: pointer;
}
p.vesend-code{
	width: 100px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background: #E8BE3A;
	border: 1px solid #A4A4A4;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.with-tip{
	color: #E92432;
	font-size: 16px;
}
span.changewith{
	display: inline-block;
	color: #357AE0;
	cursor: pointer;
	font-size: 16px;
}
#ballet-num{
	width: 350px;
	margin-left: -5px;
}
input#ballet-num::-webkit-input-placeholder{
	font-size: 12px;
}
.ballet-key{
	width: 350px;
	height:95px;
	border: 1px solid #A4A4A4;
	padding: 5px;
	color: #494949;
	margin-left: -5px;
	margin: 0 0 15px -5px;
}
.invest-info{
	margin-left: 60px;
}
.info-detail{
	line-height: 30px;
}
.chase-number{
   overflow: hidden;
   width: 210px;
   margin-right: 130px;
}
.num_btn{
   float: left;
   width: 60px!important;
   height: 26px;
   line-height: 26px;
   text-align: center;
   font-size: 20px;
   border: 1px solid #ddd;
   background-color: #f7f7f7;
   cursor: pointer;
   user-select: none;
   -moz-user-select:none;
}
.num_text{
   float: left;
   width: 90px!important;
   height: 26px!important;
   text-align: center;
   font-size: 16px;
   color: #333;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
}
/*news*/
.cont-news{
	overflow: hidden;
	max-width: 1020px;
	width: 100%;
	margin: 50px auto 100px;
}
.news-left{
	max-width: 245px;
	width: 24%;
}
.news-left h1{
	font-size: 48px;
}
.news-left h2{
	font-size: 18px;
}
.news-notice{
	background: #F8F7F7;
	padding: 15px 0 0 15px;
	margin-top: 20px;
}
.cur-bold{
	font-weight: bold;
}
.news-notice p{
	padding-left: 18px;
	margin: 10px 0;
	font-size: 15px;
}
.news-notice p a{
	color: #545454;
}
.news-notice p:last-child{
	padding-bottom: 50px;
}
.news-right{
	max-width: 690px;
	width: 67.6%;
}
.news-line{
	width: 45px;
	height: 5px;
	background: #BEA67C;
	margin:82px 0 30px 0;
}
.news-author{
	color: #696969;
}
.down-detail{
	background: #F8F7F7;
	padding: 15px;
	margin-top: 15px;
}
.down-cont{
	background: #8B8A8A;
	height: 145px;
}
.cont-detail{
	font-size: 16px;
	text-indent: 2em;
	line-height: 25px;
	margin-top: 10px;
	padding-bottom: 150px;
}
.news1920{
	position: relative;
}
.news1920 .news-img{
	position: absolute;
	bottom: 80px;
	z-index: -100;
}
/*trad*/
.trad{
	max-width: 1020px;
	width: 100%;
	margin: 50px auto 0;
}
.trad-charts{
	height: 400px;
	margin: 20px 0;
}
.trad-cont{
	overflow: hidden;
	margin-bottom: 100px;
}
.trad-history{
	width: 55%;
}
.trad-integral{
	width: 45%;
}
.history-cont{
	width:100%;
	background: #F8F7F7;
	margin-top:30px;
}
.history-cont h2{
	padding: 10px 0 10px 10px;
	font-size: 18px;
}
.history-cont table{
	margin: 0;
}
.history-cont table tr th{
	background: none;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	border: none;
}
.history-cont table tr td{
	border: none;
	font-weight:normal;
	color: #545454;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
}
.history-cont tr:nth-child(odd) td {
    background: #EBEBEB;
}
.trad-page{
	overflow: hidden;
	margin: 50px 0 30px 0;
}
.trad-page li{
	padding: 5px 10px;
	border: 1px solid #878787;
	border-radius: 3px;
	margin-left: 15px;
}
.trad-page li a{
	color: #878787;
	font-size: 15px;
}
.trad-num{
	font-size: 18px;
	display: inline-block;
	border-top: 4px solid #BEA67C;
	padding-top: 5px;
    margin-top: 5px;
}
.trad-integral p label{
	width: 169px;
}
.trad-integral p input{
	border: 1px solid #A4A4A4;
    height: 28px;
    width: 210px;
    padding-left: 10px;
    border-radius: 2px;
    font-size: 18px;
}
.trad-icon{
	margin-right: 230px;
}
.trad-submit input{
	box-shadow: 0 2px 0 #A78928;
	color: #FCF6E4;
    background: #E8BE3A;
    border: 1px solid #756431!important;
    margin: 40px 0 0 175px;
}
.int-num{
	margin-top: 60px;
}
/*tree-list*/
.seek{
	border: 1px solid #AAA;
	height: 30px;
	line-height: 30px;
	width: 210px;
	padding-left: 10px;
	border-radius: 2px;
	margin: 15px 10px 15px 0;
}
.serch button{
  background: -webkit-linear-gradient(#F8F8F9, #E5E5E5);
  background: -moz-linear-gradient(#F8F8F9, #E5E5E5);
  background: -o-linear-gradient(#F8F8F9, #E5E5E5);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F9), to(#E5E5E5));
  background: linear-gradient(#F8F8F9, #E5E5E5); 
  padding: 6px 10px;
  border: 1px solid #979797;
  border-radius: 2px;
}
.tree{
	overflow: hidden;
	max-width: 1020px;
	width: 100%;
	margin: 50px auto 150px;
}
.tree-left{
	width: 40%;
}
.tree-right{
	width: 60%;
}
.tree-list .list_item{
	line-height: 26px;
	font-size: 14px;
	padding:20px 0 0 20px
}
.tree-list .list_item p,.list_item dl dt{
	padding-left: 18px;
	background: url("../images/jia.jpg") no-repeat left center;
	cursor: pointer;
}
.tree-list .list_item .show{
	background: url("../images/jian.jpg") no-repeat left center;
}
.tree-list .list_item dl{
	display: none;
	margin-left: 18px;
}
.tree-list .list_item dl dd{
	display: none;
	padding-left: 18px;
}

.day-time{
	margin-bottom: 20px;
	background: #E39018;
	color: #fff;
	padding: 10px 10px;
	border-radius: 4px;
	font-weight: bold;
}
.day-time img{
	width:22px;
	padding-right: 10px;
}
.per-state a{
	color: #fff;
	background: rgba(227,144,24,0.5);
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	border-radius: 3px;
	font-size: 13px;
}
.trad-history{
	width: 47%!important;
}
.more_trad{
	text-align: center;
	font-size: 20px;
	padding: 20px;
}
.more_trad a{
	color:#fff ;
	display: inline-block;
	background:rgba(227,144,24,0.8);
	padding:3px 10px;
	border-radius: 3px;
}
.re-box{
 margin-top: 20px;
 padding: 20px 0;
 border: 1px solid #E39018;
 margin-bottom: 20px;
}
.re-item{
 width: 50%;
 font-size: 17px;
}
.re-item .or{
 color: #EEC547;
 padding-top: 10px;
 font-weight: bold;
}
.re-box .right-line{
 border-right: 2px solid #EEC547;
}
.trad-reset{
 width: 100%!important;
}
.reset-form{
 width: 49%;
 background: #F8F6F7;
 padding-bottom: 20px;
}
.reset-form p{
 padding:0  20px;
}
.reset-form h2{
 color: #fff;
 background: #FCA62D;
 margin-bottom: 20px;
 padding: 10px;
 font-size: 18px;
 font-weight: bold;
}
.reset-form select{
 border: 1px solid #A4A4A4;
    height: 28px;
    width: 210px;
    padding-left: 10px;
    border-radius: 2px;
    font-size: 15px;
}
/*sale*/
.sale-box{
 margin:  0 0 50px 100px!important;
 max-width: 470px;
}
.sale-send {
    position: relative;
}
 form p input.sale-code {
    position: absolute;
    right: 10px;
    width: 86px!important;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    background: #EEC547;
    color: #fff;
    padding: 0;
}
.sale-select{
 width: 35px!important;
}

