html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
.paycon-top{
  width: 100%;
  min-width: 1300px;
  height: 320px;
  margin:0 auto;
  background: url(../images/newtce/img/back.jpg) no-repeat;
  background-size: contain;
  background-position-x: center;
}
.paycon-top .info1{
  padding: 95px 0 20px;
  text-align: center;
  font-size: 38px;
  color: #fff;
}
.paycon-top .info2{
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.paycon{
  width: 100%;
  margin: 0 auto;
  height: 400px;
}
.paycon .paybox{
  width: 1200px;
  height: 300px;
  margin: 40px auto;
}
.paycon .paybox .p-free,.c-free{
  position: relative;
  float: left;
  width: 590px;
  height: 250px;
  border-radius: 5px;
}
.paycon .paybox .p-free{
  border: 1px solid #ed5d3a;
  box-sizing: border-box;
  background-color: #fff9f7;
}
.paycon .paybox .c-free{
  border: 1px solid #e1e4e5;
  box-sizing: border-box;
  margin-left: 20px;
}
.paycon .paybox .p-free .p-left,
.paycon .paybox .c-free .c-left{
  width: 180px;
  margin: 30px 0 20px;
  text-align: center;
}

.paycon .paybox .p-free .p-left p,
.paycon .paybox .c-free .c-left p{
  margin-top: 2px;
  color: #333;
  font-weight: bold;
}
.paycon .paybox .p-free .p-con,
.paycon .paybox .c-free .c-con{
  position: absolute;
  left: 180px;
  top: 30px;
}
.paycon .paybox table tr td{
  padding-bottom: 13px;
}
.paycon .paybox .p-free .p-con table tr td:nth-of-type(odd),
.paycon .paybox .c-free .c-con table tr td:nth-of-type(odd){
  text-align: right;
  font-size: 14px;
  color: #333;
}
.paycon .paybox .p-free .p-con table tr td:nth-of-type(even){
  color: #ed5d3a;
}
.paycon .paybox .c-free .c-con table tr td:nth-of-type(even){
  padding-left: 20px;
  color: #999;
}
.paycon .paybox .p-free .p-con table tr td .bar1{
  width: 180px;
  height: 13px;
  background-color: #ece3e0;
}
.paycon .paybox .p-free .p-con table tr td .bar2{
  width: 150px;
  height: 13px;
  margin-top: -13px;
  background-color: #ed5d3a;
}
.p-space{
  font-size: 14px;
  margin-top: -10px;
  color: #ed5d3a;
}
.c-space{
  font-size: 14px;
  margin-top: -10px;
  color: #999;
}

.paycon .paybox .c-free .c-con table tr td .bar1{
  width: 180px;
  height: 13px;
  background-color: #ece3e0;
}
.paycon .paybox .c-free .c-con table tr td .bar2{
  width: 150px;
  height: 13px;
  margin-top: -13px;
  background-color: #999;
}
.paycon .btn{
  text-align: center;
}
.paycon .btn input{
  margin: 50px;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  color: #eee;
  outline: none;
  background-image: linear-gradient(to right, #ed5d3a , #ffa386);
}
.null{
  width: 100%;
  height: 90px;
  background-color: #f7f7f7;
}
@media screen and (max-width:1024px){
	
	.paycon-top{
		min-width: 100%;
		background-size:cover;
	}
	.paycon{
		height:auto;
	}
	.paycon .paybox{
		width:90%;
	}
	
	.paycon .paybox .p-free,.paycon .paybox  .c-free{
		width:100%;
		margin:0 0 30px;
	}
	.paycon .paybox .p-free .p-left, .paycon .paybox .c-free .c-left{
		width:85px;
	}
	.paycon .paybox .p-free .p-con, .paycon .paybox .c-free .c-con{
		left: 85px;
    	width: calc(100% - 90px);
	}
	.p-con table,.c-con table{width:100%;}
	.paycon .paybox .p-free .p-con table tr td .bar1,.paycon .paybox .c-free .c-con table tr td .bar1{
		width:100%;
	}
	.paycon .paybox .p-free .p-con table tr td:nth-of-type(odd), .paycon .paybox .c-free .c-con table tr td:nth-of-type(odd){
		width:110px;
	}
	.paycon .paybox .c-free .c-con table tr td:nth-of-type(even){
		padding-left:0;
	}
	.p-space{
		font-size:12px;
	}
}
