/* 操作弹出框 */

.theme-popbod-header {
    width: 100%;
    height: 83px;
    line-height: 83px;
    font-size: 24px;
    text-align: center;
    color: #333;
    border-bottom: 1px dashed #f0f0f0;
}

.theme-popbod-content {
    width: 100%;
    height: 430px;
}

.theme-popbod-top {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    height: 230px;
}

.theme-popbod-contenttext input:nth-child(1) {
    margin-top: 0px;
}

/*
.theme-popbod-contentleft {
    flex: 4.2;
}

.theme-popbod-contenttext {
    flex: 5.28;
}
*/

.theme-popbodstip {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #b6b6b6;
    font-size: 12px;
    text-align: center;
}

.theme-submit {
    width: 273px;
    height: 60px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    background: #1a8cff;
    margin: 0 auto;
    display: block;
    margin-bottom: 28px;
    transition: all 0.3s;
}

.theme-submit:hover {
    background: #08acee;
    cursor: pointer;
}

.close, .closes {
    width: 44px;
    height: 48px;
    overflow: hidden;
}

.close img, .closes img {
    margin: -460px -369px;
}

.theme-popbod-contenttext p {
    font-size: 10px !important;
    color: #b6b6b6 !important;

}

/*.theme-popbod-contentright {
    flex: 1;
}*/

.theme-popbod-contentleftimg {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
}

.theme-popbod-contentleftimg img {
    width: 285px;
    height: 180px;
}

.theme-popbod-contentleftimg img:hover {
    cursor: pointer;
}

.theme-popbod-contentleft p {
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.theme-popbod-contentleft-bottom {
    width: 167px;
    height: 92px;
    float: right;;
    background: #f0f5fa;
    padding-top: 16px;
    border-radius: 5px;
}

.theme-popbod-contentleft-bottom div {
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
    margin-bottom: 5px;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
    text-indent: 34px;
    position: relative;
}

.theme-popbod-contenttext textarea {
    width: 100%;
    /* height: auto;
    min-height:20px; */
    height: 96px;
    padding: 17px 0 0 0px;
    text-indent: 20px;
    background: #f0f5fa;
    margin-top: 14px;
    border-radius: 7px;
    font-size: 12px;
}

.theme-popbod-contentleft-bottom div:hover {
    cursor: pointer;
    background: #e4ebf3;
}

.themehover {
    background: #e4ebf3
}


.theme-popbod-contentleft-select {
    width: 20px;
    height: 20px;
    display: block;
    background: url('../images/all_icon.png') no-repeat;
    background-position: -449px -459px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.theme-popbod-contentleft-selecthover {
    background-position: -449px -484px;
}

#six-password, #six-length, #startPas, #delPas, #initialPas, #confirminitialPas,#editcountPas {
    position: relative;
}

.row:after {
    content: " ";
    clear: both;
    display: block;
}

#startPas .sixDigitPassword {
    left: 123px;
}

#initialPas .sixDigitPassword, #confirminitialPas .sixDigitPassword {
    top: 4px;
    left: 93px;
}

.sixDigitPassword {
    position: absolute;
    left: 0;
    top: 0;
    width: 310px;
    height: 50px;
    color: transparent;
    font-size: 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-user-select: initial;
    outline: 'none';
    z-index: 999;
    opacity: 0;
    left: -9999px!important;
    /*display: none;*/
    filter: alpha(opacity=0);

}

.sixDigitPassword-box {
    cursor: text;
    background: #fff;
    outline: none;
    position: relative;
    height: 50px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    float: left;
    margin-top: 3px;
    width: 306px;
}

.sixDigitPassword-box i {
    float: left;
    display: block;
    height: 50px;
    border-left: 1px solid #cccccc;
    width: 50px;
}

.sixDigitPassword-box .active {
    background: url('../images/password-blink.gif') no-repeat center center;
}

.sixDigitPassword-box b {
    display: block;
    margin: 21.5px auto 0 auto;
    width: 7px;
    height: 7px;
    overflow: hidden;
    visibility: hidden;
    background: url('../images/passeord-dot.png') no-repeat;
}

.sixDigitPassword-box span {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    height: 50px;
    border: 1px solid rgba(82, 168, 236, .8);
    border: 1px solid #00ffff;
    border-radius: 2px;
    visibility: hidden;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.75), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.ui-securitycore .ui-form-item .ui-form-explain {
    margin-top: 8px;
}

.i-block {
    display: inline-block;
}

.six-password {
    position: relative;
    height: 50px;
    width: 300px;
    overflow: hidden;
    vertical-align: middle;

}

.row:after {
    content: " ";
    clear: both;
    display: block;
}

#six-password .sixDigitPassword, #six-length .sixDigitPassword {
    position: absolute;
    left: 120px;
    top: 0;
    width: 220px;
    height: 35px;
    color: #fff;
    font-size: 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-user-select: initial;
    outline: 'none';
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
}

#six-password .sixDigitPassword-box, #six-length .sixDigitPassword-box {
    cursor: text;
    background: #fff;
    outline: none;
    position: relative;
    padding: 8px 0;
    height: 15px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    float: left;
    margin-top: 3px;
    width: 216px;
}

#six-password .sixDigitPassword-box i, #six-length .sixDigitPassword-box i {
    float: left;
    display: block;
    padding: 4px 0;
    height: 7px;
    border-left: 1px solid #cccccc;
}

#six-password .sixDigitPassword-box .active, #six-length .sixDigitPassword-box .active {
    background: url('../images/password-blink.gif') no-repeat center center;
}

#six-password .sixDigitPassword-box b, #six-length .sixDigitPassword-box b {
    display: block;
    margin: 0 auto;
    width: 7px;
    height: 7px;
    overflow: hidden;
    visibility: hidden;
    background: url('../images/passeord-dot.png') no-repeat;
}

#six-password .sixDigitPassword-box span, #six-length .sixDigitPassword-box span {
    position: absolute;
    display: block;
    height: 31px;
    border: 1px solid rgba(82, 168, 236, .8);
    border: 1px solid #00ffff;
    border-radius: 2px;
    visibility: hidden;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.75), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    width: 35px;
    left: 0px;
    top: -1px;
}

#six-password .ui-securitycore .ui-form-item .ui-form-explain, #six-length .ui-securitycore .ui-form-item .ui-form-explain {
    margin-top: 8px;
}

#six-password .i-block, #six-length .i-block {
    display: inline-block;
}

#six-password .six-password, #six-length .six-password {
    position: relative;
    height: 35px;
    width: 300px;
    overflow: hidden;
    vertical-align: middle;

}

#six-password .sixDigitPassword-box i, #six-length .sixDigitPassword-box i {
    width: 35px;
}
.Cash-withdrawal-moneys {
    width: 100%;
    height: 187px;
}

.Cash-withdrawal-moneys p:nth-child(1) {
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #666;
    font-size: 13px;
    text-align: center;
    padding-bottom: 0 !important;
}

.Cash-withdrawal-moneys p:nth-child(2) {

}

.Cash-withdrawal-moneys p:nth-child(2) input {
    width: 414px;
    height: 46px;
    display: block;
    border-radius: 5px;
    background: #f0f5fa;
    color: #999999;
    margin: 0 auto;
    text-indent: 20px;
}

.Cash-withdrawal-moneys p:nth-child(3) {
    width: 100%;
    height: 69px;
    line-height: 69px;
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.Cash-withdrawal-moneys p:nth-child(3) span {
    color: #7fb5ff;
    padding-right: 5px;
}