pay.css 5.33 KB
/*pay.css*/
@charset "utf-8";

/*header.css*/
@charset "utf-8";
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font: 16px 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, arial, Tahoma, SimSun, sans-serif;
}

input,
textarea,
option {
    font-family:'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, arial, Tahoma, SimSun, sans-serif;
}

a {
    text-decoration: none;
    color: #646464
}

a:hover {
    color: #1287cd
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.header {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
}

.header-bar {
    position: relative;
    width: 1000px;
    height: 70px;
    margin: 0 auto;
}

.logo {
    display: inline-block;
    width: auto;
    height: auto;
    float: left;
    margin-top: 5.5px;
}

.nav {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-left: 150px;
}

.nav li {
    display: inline-block;
    float: left;
    margin: 0 26px;
}

.nav li a {
    display: inline-block;
    height: 70px;
}

.nav li a:hover {
    height: 66px;
    border-bottom: 4px solid #1287cd;
}

.nav-active {
    height: 66px;
    border-bottom: 4px solid #1287cd;
}

.pay-wrap {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 4px solid #1287cd;
	background-color: #f9f9f9;
	font-size: 12px;
}

.pay-wrap>div{
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	color: #646464;
}

.pay-wrap h1 {
	font-size: 12px;
	font-weight: normal;
}

.pay-wrap h2 {
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: normal;
	color: #1287cd;
	padding-left: 40px;
}

.pay-detail-wrap {
	position: relative;
	margin-top: 20px;
	background-color: #ffffff;
}

.case-list table {
    font-size: 14px;
    border-collapse:collapse;
}



.table-head th{
    width: auto;
    height: 40px;
    vertical-align: middle;
    background-color: #1287cd;
    color: #ffffff;
    font-weight: normal;
    border: none;
}


tbody {
    font-size: 12px;
}

td>div {
    margin: 10px 0;
}

.case-list tbody td{
	width: 250px;
    height: 50px;
    border: 1px solid #e7ebee;
    text-align: center;
}

.case-list tbody>div {
    margin: 30px auto;
}

.case-list .case-list-item-bottom-tr td{
    background-color: #e6eef5;
    height: 36px;
    font-size: 14px;
    text-align: right;
}

.case-list-item-bottom-tr td>span {
    margin: 0 40px;
}

.info-form>div{
	width: auto;
	height: 24px;
	line-height: 24px;
	margin-bottom: 12px;
	padding-left: 40px;
}

.comment {
	margin-left: 20px;
	color: #8f8f8f;
}

.info-form>div:hover {
	background-color: #ffeeea;
	cursor: pointer;
}

.info-form>div>span {
	margin-left: 20px;
}

.operate {
	display: inline-block;
	float: right;
	margin-right: 40px;
}

.operate span {
	color: #f97c5f;
	margin-right: 10px;
	cursor: pointer;
}

.hidden {
	display: none;
}

.add-info {
	display: inline-block;
	font-size: 14px;
	color: #f97c5f;
	background-image: url(/img/add-ico.png);
	background-repeat: no-repeat;
	padding-left: 2em;
	margin-left: 40px;
	cursor: pointer;
}

.clearing {
	position: relative;
	margin-top: 30px;
	padding-bottom: 50px;
	padding-right: 40px;
	text-align: right;
	font-size: 14px;

}

.clearing>div {
	margin-bottom: 24px;
}

.total-wrap {
	font-size: 16px;
}

.total {
	font-size: 22px;
	color: #1287cd;
}

.submit-btn {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    background-color: #f97c5f;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/**新增地址*/
.recipBox {
    width: 638px;
    height: 560px;
    border: 4px solid #CCCCCC;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -280px 0 0 -319px;
    position: absolute;
    position: fixed !important;
    z-index: 55;
    display: none;
}

.recipBox .recipComm {
    margin-top: 0px;
    font-size: 12px;
}

.recipBox .recipComm ul li {
    font-size: 16px;
    color: #656565;
    line-height: 32px;
    margin-top: 30px;
}

.fl {
    float: left;
}

.liststyle{}

.liststyle .loc_province {
    margin-left: 6px;
}



.liststyle .loc_city {
    margin-left: 28px;
    margin-right: 28px;
}

.liststyle .loc_province, .liststyle .loc_city, .liststyle .loc_town {
    width: 124px;
    height: 32px;
    border: 1px solid #CDCDCD;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 0px 5px 4px;
}

.recipBox .recipComm .reg_span {
    width: 140px;
    display: inline-block;
    text-align: right;
    line-height: 32px;
}

.recipBox .recipComm .recipt_add {
    width: 422px;
    color: #656565;
}

.recipBox .recipComm .recip_inpt {
    width: 268px;
    color: #656565;
}

.recipBox .recipComm .recip_inpt {
    width: 268px;
    color: #656565;
}

.recip_But {
    margin-left: 60px;
}

.recip_But .recip_su {
    background: url(/img/sjxx_qr.png) no-repeat;
    width: 130px;
    height: 34px;
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

.recip_But .recip_qx {
    background: url(/img/sjxx_qx.png) no-repeat;
    margin-left: 30px;
    width: 70px;
    height: 34px;
    color: #666666;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}