.payBlock {
    display: block;
    float: left;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 13px;
}
.payBlock > .btn {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #333;
    padding: 7px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none !important;
}
#payForm .btn {
    padding: 0 15px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #a2c626;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.payBlock .btn:hover,
#payForm .btn:hover{

}
.payBlock .btn.disabled,
#payForm .btn.disabled{
    background-color: #d6d6d6;
    color: #a7a7a7;
    cursor: default;
}
.payBlock > .btn,
#payForm > .btn{

}
.darkWrapper{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1000000;
}
#payForm {
    position: relative;
    background-color: #ecefee;
    box-sizing: border-box;
    padding: 20px 25px;
    width: 485px;
    color: #333333;
}
#payForm:after {
    content: '';
    display: table;
    clear: both;
}
#payForm.show,
.darkWrapper.show {
    display: block;
}
#payForm .form-control {
    width: 207px;
    float: left;
    margin: 0 19px 20px 0;
}
#payForm .form-control:nth-child(3) {
    margin: 0 0 20px 0;
}
#payForm .form-control.full {
    margin: 0 0 20px 0;
    float: none;
    clear: both;
    width: 100%;
}
#payForm input[type=text],
#payForm input[type=password]{
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    border: 1px solid #dddddd;
    width: 88%;
    font-size: 16px;
}
#payForm .close {
    color: #cdcdcd;
    width: 17px;
    height: 17px;
    display: block;
    text-align: center;
    line-height: 17px;
    font-size: 34px;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}
#payForm .title {
    font-size: 20px;
    margin: 0 0 40px;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
}
#payForm .notice {
    font-style: italic;
    font-size: 11px;
    color: #7f7f7f;
    padding: 8px 0 0;
}
#payForm .bottom {
    padding-top: 40px;
}

#payForm .bottom .btn {
    width: 207px;
    float: left;
    margin: 0 19px 0 0;
    font-weight: bold;
}
#payForm .bottom .btn:nth-child(2) {
    margin: 0;
}
#payForm .border {
    border-top: 1px solid #c9cccb;
}
#payForm .captcha {
    margin: 0 auto;
    width: 304px;
}
#payForm .result {
    display: none;
    background-color: #fff;
}
#payForm .result.show {
    display: block;
}
#payForm .result .info {
    padding: 20px 0;
}
#payForm .result .err {
    color: #ff0000;
    margin: 0 0 5px;
}
#payForm .result table th,
#payForm .result table td {
    padding: 5px 7px;
    border: 1px solid #eee;
}
#payForm .orderList {
    overflow: hidden;
}
#payForm .orderList .head,
#payForm .orderList .foot{
    font-weight: bold;
    position: relative;
}
#payForm .orderList .head{
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
}

#payForm .orderList .foot {
    padding-top: 10px;
    box-shadow: 0 -3px 3px rgba(0,0,0,.1);
}
#payForm .orderList .body {
    max-height: 300px;
    overflow-y: scroll;
}
#payForm .orderList .body .row:nth-child(2n){
    background-color: rgba(0,0,0,.025);
}
#payForm .orderList .head .col {
    height: 25px;
}
#payForm .orderList .row:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}
#payForm .orderList .col {
    float: left;
    min-height: 1px;
    padding: 5px 7px;
    border-collapse: collapse;
}
#payForm .orderList .col:nth-child(1){
    width: 75px;
    text-align: center;
}
#payForm .orderList .col:nth-child(2){
    width: 145px;
}
#payForm .orderList .col:nth-child(3){
    width: 100px;
    text-align: center;
}
#payForm .orderList .col:nth-child(4){
    width: 17%;
    text-align: center;
}

#payForm .orderList .body .col:nth-child(3){
    line-height: 30px;
}
#payForm .orderList .body .col:nth-child(4){
    line-height: 30px;
}

#payForm .orderList .foot .col:nth-child(1){
    width: 25%;
}
#payForm .orderList .foot .col:nth-child(2){
    width: 10%;
}
#payForm .orderList .foot .col:nth-child(3){
    width: 25%;
    text-align: right;
}
#payForm .orderList .foot .col:nth-child(4){
    width: 25%;
    text-align: right;
}
#payForm .result img {
    max-height: 60px;
}
#payForm .payDoc {
    margin: 0 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
#payForm .err {
    padding: 0 10px;
}
#payForm .result table tr td:nth-child(3),
#payForm .result table tr td:nth-child(4)
{
    text-align: center;
}
#payForm table {
    margin: -10px 0 -21px;
    border-collapse: collapse;
}

#payForm table .summ td:nth-child(1){
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}
#payForm table tr.summ td:nth-child(2){
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
#payForm #checkOrder .s1{
    display: inline;
}
#payForm #checkOrder .s2{
    display: none;
}
#payForm #checkOrder.checking .s1{
    display: none;
}
#payForm #checkOrder.checking .s2{
    display: inline-block;
}
#payForm #checkOrder.checking .s2 img {
    height: 20px;
    display: block;
    float: right;
    margin: 7px 0 0 5px;
}
#payForm .needAuth .switcher{
    padding: 0 0 15px;
}
#payForm .needAuth .switchBtn{
    box-sizing: border-box;
    float: left;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    display: block;
    line-height: 30px;
    width: 143px;
    color: #000;
    border: 1px solid #000;
    background-color: #ecefee;
    box-shadow: none;
}
#payForm .needAuth .switchBtn:first-child{
    border-radius: 4px 0 0 4px;
    border-right: none;
}
#payForm .needAuth .switchBtn:last-child{
    border-radius: 0 4px 4px 0;
}
#payForm .needAuth .switchBtn.active {
    color: #000;
    background-color: #fff;
}
#payForm .switcher {
    width: 286px;
    margin: 0 auto;
}
#payForm .switcher:after{
    content: '';
    display: block;
    float: none;
    clear: both;
}
#payForm .needAuth .authBlock,
#payForm .needAuth .regBlock{
    display: none;
}
#payForm .needAuth .authBlock.active,
#payForm .needAuth .regBlock.active{
    display: block;
}
#payForm .needAuth input[type=text],
#payForm .needAuth input[type=password]{
    margin: 0 auto 10px;
    width: 60%;
}
#payForm .needAuth > p {
    text-align: center;
    margin: 0 0 20px;
}
#payForm .needAuth .btn {
    display: block;
    margin: 0 auto 10px;
    width: 66%;
}

#payForm .switcherLogin {
    width: 286px;
    margin: 0 auto 10px;
}
#payForm .switcherLogin:after {
    content: '';
    clear: both;
    float: none;
    display: block;
}
#payForm .switcherLogin .swLeft {
    width: 135px;
    float: left;
    height: 34px;
    line-height: 16px;
}
#payForm .switcherLogin .swRight {
    width: 150px;
    float: left;
}
#payForm .switcherLogin .switchBtn {
    width: 75px;
}
#payForm .needAuth .errors{
    width: 306px;
    margin: 0 auto 10px;
}








#payForm .switcherLogin > p{
    text-align: center;
}
#payForm .switcherLogin table {
    width: 62%;
    border: none;
    margin: 0 auto;
}
#payForm .switcherLogin table td {
    width: 33%;
    text-align: center;
    border: none;
}
#payForm .switcherLogin .runner {
    top: -2px;
    left: -2px;
    z-index: 10;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    pointer-events: all;
    border: 2px solid #a7a7b1;
}
#payForm .switcherLogin .road {
    width: 40px;
    cursor: pointer;
    position: relative;
    height: 18px;
    border-radius: 10px;
    border: 2px solid #a7a7b1;
    margin: 0 auto;
    background: #a2c626;
}
#payForm .switcherLogin .road.phone .runner {
    left: 22px;
}

#payForm .auth .title {
    margin: 0 0 20px;
}
#payForm .auth .result{
    background-color: transparent;
}
#payForm .auth > p {
    margin: 0 0 15px;
    font-size: 14px;
}
#payForm .auth .needAuth .btn{
    margin-top: 15px;
    margin-bottom: -20px;
}

#payForm .forgotPass{
    width: 66%;
    display: block;
    margin: 0 auto 15px;
    text-align: right;
}
#payForm .forgotPass a{

}