.pay {
    display: flex;
    height: 700px;
    border-top: 1px solid #95d1ed;
    border-bottom: 1px solid #95d1ed;
}

.pay button {
    border: none;
    outline: none;
}

.pay .left {
    display: flex;
    flex-direction: column;
    width: 267px;
    height: 100%;
}

.pay .left .head {
    width: 100%;
}

.pay .left .list {
    flex: 1;
    padding-top: 20px;
    border-left: 1px solid #95d1ed;
    border-right: 1px solid #95d1ed;
    background: #ebfdff;
}

.pay .left .list .item {
    padding-left: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #666666;
}

.pay .left .list .item:hover,
.pay .left .list .item.active {
    background: #ffffff;
    color: #0f8dc4;
}

.pay .right {
    flex: 1;
    border-right: 1px solid #95d1ed;
    padding: 25px 50px;
}

.pay .right > div {
    margin-bottom: 10px;
}

.pay .right .pay-where-list button {
    background: #fff;
    border: 1px solid #d4d4d4;
    color: #777777;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

.pay .right .pay-where-list button:hover {
    background: url(../images/select.gif) no-repeat bottom right #fff;
    border: 1px solid #ff6c00;
    color: #ff6c00;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    text-align: center;
    padding: 10px 20px 10px 20px;
}

.pay .right .select-game-list > button {
    color: #ffffff;
    font-family: 宋体;
    font-size: 16px;
}

.pay .right .select-game-list .yx1 {
    background: url(../images/pay_nav3.jpg) no-repeat 0 0;
    width: 228px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.pay .right .select-game-list .yx1:hover {
    background: url(../images/pay_nav3.jpg) no-repeat -228px 0;
}

.pay .right .select-game-list .yx2 {
    background: url(../images/pay_nav3.jpg) no-repeat 0 -45px;
    width: 228px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.pay .right .select-game-list .yx2:hover {
    background: url(../images/pay_nav3.jpg)no-repeat -228px -45px;
}

.pay .right .pay-account .item {
    margin-bottom: 10px;
}

.pay .right .pay-account .item input {
    border: 1px solid #d4d4d4;
    padding: 0 5px 0 5px;
    height: 33px;
    line-height: 33px;
    _line-height: 33px;
    *line-height: 33px;
    width: 213px;
    color: #aeaeae;
    outline: none;
}

.pay .right .pay-account .item input:focus {
    border-color: #4ec6f8;
    border-radius: 2px;
    box-shadow: 0 0 6px #A3D4EC;
}

.pay .right .pay-money button {
    background: #fff;
    border: 1px solid #d4d4d4;
    color: #777777;
    font-size: 14px;
    text-align: center;
    width: 52px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    margin-right: 15px;
}

.pay .right .pay-money > * {
    margin-bottom: 10px;
}

.pay .right .pay-money button:hover,
.pay .right .pay-money button.active {
    background: url(../images/select.gif) no-repeat bottom right #fff;
    border: 1px solid #ff6c00;
    color: #ff6c00;
}

.pay .right .pay-money input {
    border: 1px solid #d4d4d4;
    padding: 0 5px 0 5px;
    height: 33px;
    line-height: 33px;
    _line-height: 33px;
    *line-height: 33px;
    width: 70px;
    color: #aeaeae;
    outline: none;
}

.pay .right .pay-money input:focus {
    border-color: #4ec6f8;
    border-radius: 2px;
    box-shadow: 0 0 6px #A3D4EC;
}

.pay .right .pay-money span {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    vertical-align: top;
    padding-left: 10px;
    color: #ff6c00;
}
