.payContent{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 50px;
}
.payTop{
    width: 1200px;
    background-color: #e2f8d1;
    padding-bottom: 10px;
    position: relative;
}
.payProject.beizhu {
    margin-bottom: 10px;
}

.payBac{
    width: 1200px;
    height: 5px;
    background: url('../images/bac.png') center center no-repeat;
}
.payDis {
    display: inline-block;
    font-size: 24px;
    color: #6b8d5b;
}
.payChoose{
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 7px;
}
.payTopLeft {
    display: inline-block;
    margin-top: 35px;
    margin-left: 35px;
}
.payTopRight{
    display: inline-block;
    margin-top: 50px;
    margin-right: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.payMonDis {
    font-size: 20px;
}
.payMonDis i{
    color: #fd810d;
    margin-left: 10px;
}
.payProDis,.payProName {
    display: inline-block;
}
.payProject {
    height: 25px;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 47px;
}
.payWaysList {
    width: 980px;
    float: left;
}
.payInfo{
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 50px;
    border-bottom: 1px dotted #cccccc;
}
.payWays {
    padding-top: 40px;
    padding-bottom: 150px;
    margin: 0 50px;
    border-bottom: 1px dotted #cccccc;
}
.payWayTitle {
    font-size: 18px;
}
.payStyle {
    margin-right: 35px;
    display: inline-block;
}
.payStyleList {
    padding-top: 9px;
    cursor: pointer;
}
.payStyleList .payStyleIcon {
    width: 16px;
    height: 16px;
    background: url('../images/paySelect.png') no-repeat -24px 0;
    margin-right: 13px;
    margin-top: 13px;
}
.payStyleIcon.current{
    width: 16px;
    height: 16px;
    background: url('../images/paySelect.png') no-repeat 0 0;
    margin-right: 13px;
    margin-top: 13px;
}
.payStyleList .radioTxt {
     font-size: 14px;
     color: #535353;
 }
.payStyleTxt{
    width: 170px;
    height: 40px;
    border: 1px solid #cccccc;
}
.payStyleTxt.current{
    border: 1px solid #4c94e7;
}
.payStyleTxt:hover,.payMore:hover{
    border: 1px solid #4c94e7;
}
.payWeixin,.payYinlian,.payZhifubao{
    width: 170px;
    height: 40px;
}
.payWeixin{
    background: url("../images/payWeixin.png") center center no-repeat;
}
.payYinlian{
    background: url("../images/payYinlian.png") center center no-repeat;
}
.payZhifubao{
    background: url("../images/payZhifubao.png") center center no-repeat;
}
.payMore {
    width: 88px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 30px;
    cursor: pointer;
}
.payMore .triDown,.payMore .curTri{
    width: 9px;
    height: 5px;
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
}
.payMore .triDown{
    background: url("../images/downTri.png") center center no-repeat;

}
.payMore .curTri{
    background: url("../images/topTri.png") center center no-repeat;
}
.payStyleMore{
    display: none;
}
.payBottom {
    clear: both;
    width: 400px;
    margin: 0 auto;
}
.payBottom a{
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 25px;
    margin-right: 30px;
    display: inline-block;
}
.cancelPay{
    background-color:#eaeaea;
    color: #666666;
}
.payMoney{
    background-color:#4c94e7;
    color: #fff;
}

