/*媒体查询*/
.picshow{display: block;}
.mediashow{display: none;}
@media screen and (max-width:1300px) {
    input,button{/*清除ios默认圆角*/ border-radius:0;}
    .mediashow{display: block;}/*需要在移动端显示的*/
    .picshow{display: none;}/*不需要pc端显示的*/
    a.picshow{display: none;}/*不需要pc端显示的*/ 


    /*准备*/
	.ready-block-bg{height: 80px; position: relative;}
	.ready-block{background: url("../images/ready-block.png"); height: 60px;  position:fixed; bottom:0;z-index: 11; width: 100%;border-top: 1px solid #d8dde3;/*-moz-box-shadow:0px -2px 20px #d8dde3; -webkit-box-shadow:0px -2px 20px #d8dde3; box-shadow:0px -2px 20px #d8dde3;*/}
	.ready-line{position: relative;width: 956px;margin:0 auto;}
	.ready-text{padding-left:16px;width: 206px;height: 92px;top:-12px;left: -164px;position: absolute;line-height: 78px;text-align: center;color: #fff;background: #9C3046;font-size: 28px;font-weight: bold;}
	.ready-text span{width: 16px; height: 92px; background: url("../images/ready-text-span.png") no-repeat left center;display: block; position: absolute;top:0;left:-15px; }

	.ready-line ul{width: 1003px; margin-left: 190px; }
	.ready-line ul li{width: 310px;float: left;padding-top: 11px;position: relative;cursor: pointer;}
	.ready-line ul li .ready-title{font-size: 16px;font-weight: bold;margin-bottom: 2px;}
	.ready-line ul li a{color: #9C3046;}
	.ready-line ul li:after{content: '';background: url("../images/ready-arrow.png") no-repeat center center; width: 43px; height: 80px; position: absolute; left:-83px; top:0;}
	.ready-line ul li:first-child:after{display: none;}
	.ready-icon{background: url("../images/ready-icon.png") no-repeat top center; width: 35px; height: 35px; display: inline-block; float: left; margin-right: 25px;}

	i.rd-icon-1{background-position: 0 0}
	i.rd-icon-2{background-position: 0 -35px}
	i.rd-icon-3{background-position: 0 -70px}

	.ready-line ul li.on .ready-icon{ background-position: 0 -105px !important }
	.ready-line ul li.on a{display: none;}
	.ready-line ul li.on .ready-title{margin-top: 6px}
	.ready-line ul li:hover .ready-title{color: #9C3046;}


	/*选择银行卡*/
	.pl-other-in{
		width: 570px;
	}
}
