/*公共提示框*/

.com-prompt-box {
    display: none;
    width: 4.8rem;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    height: 3rem;
    overflow: hidden;
    z-index: 100000;
    border-radius: 0.07rem;
    border: 0.01rem solid #ccc;
    padding: 0.17rem;
    -webkit-box-shadow: 0 0 0.15rem rgba(0, 0, 0, .5)!important;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, .5)!important;
}

.com-prompt-dw {
    position: relative;
    width: 100%;
    height: 95%;
}

.com-prompt-tit {
    text-align: center;
    height: 0.4rem;
    font-size: 0.18rem;
    color: #333;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #eee;
    line-height: 0.4rem;
}

.com-prompt-btns {
    width: 2rem;
    position: absolute;
    bottom: 0.1rem;
    left: 40%;
}

.com-prompt-btnlf {
    float: left;
    background: #189948;
}

.com-prompt-btnft {
    float: right;
    background: #ccc;
}

.com-prompt-btns a {
    height: 0.5rem;
    width: 54%;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    border-radius: 0.05rem;
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
}

.com-prompt-btns a:hover {
    background-color: #189948;
}

.com-prompt-lists {
    position: absolute;
    top: 0.5rem;
    padding-top: 0rem;
    width: 100%;
    left: 0px;
    height: auto;
    max-height: 2rem;
    overflow: auto;
}

.com-prompt-item {
    text-align: center;
    font-size: 0.28rem;
    color: #666;
    line-height: 0.35rem;
    padding: 0.3rem;
}

.prompt-th {
    float: left;
    width: 20%;
    line-height: 0.28rem;
    text-align: right;
    margin-right: 0.1rem;
}

.prompt-td {
    width: 70%;
    float: left;
    line-height: 0.28rem;
    text-align: left;
    font-size: 0.12rem;
}

.must-icon {
    margin-left: 0.08rem;
    color: red;
    line-height: 0.4rem;
    font-size: 0.14rem;
}


/*提取码弹出框*/

.gltqm-prompt-box {
    position: fixed;
    z-index: 2000;
    height: 200px;
    width: 300px;
    left: 50%;
    top: 200px;
    margin-left: -150px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.gltqm-prompt-posi {
    position: relative;
    height: 100%;
    width: 100%;
}

.gltqm-prompt-tit {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: #eee;
}

.gltqm-prompt-conts {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: 40px;
}

.gltqm-prompt-conts p {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.gltqm-prompt-btn {
    width: 200px;
    height: 30px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -100px;
}

.gltqm-prompt-btn input {
    height: 30px;
    width: 40%;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.gltqm-prompt-lf {
    background: #1c69c6;
}

.gltqm-prompt-rt {
    background: #ccc;
}

.jy-form-btn .btn.resetColor {
    background: #1c69c6;
}

.jy-form .colorRed,
.jy-form .ipt-txtarea.colorRed {
    border-color: red;
    box-shadow: 0px 0px 5px red, 0px 0px 5px red inset;
}

.com_pic_suc {
    display: none;
    height: 90px;
    background: url(../images/sub_suc.png) no-repeat top;
    background-size: .9rem;
}

#content .download {
    height: 15px;
    width: 15px;
    display: inline-block;
    cursor: pointer;
    background: url(yj-download-icon.png) no-repeat center;
}