﻿.btn-gy{
    background-color:#ddd;
    border-color:#ddd;
}
.bg-black {
    position: fixed; _position:absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    background-color: #000; 
    opacity: .5; 
    filter: alpha(opacity=50);
    z-index: 1001;
}
.s-c222{
    color:#222;
}

.s-c999{
    color:#999;
}
/* icon 图标 */
.ico-pc, .ico-load {
    display: inline-block;
    overflow: hidden;
    vertical-align: sub;
    *vertical-align: middle;
}
.ico-pc { background: url(../images/icon-pc.png) no-repeat; }
.ico-load { 
    width: 24px; height: 24px;
    background: url(../images/loading.gif) no-repeat;
}
    /* ico-pc */
.i-pc1, .i-pc2, .i-pc3, .i-pc4, .i-pc5 {
    width: 24px; height: 24px;
}
.i-pc1 { background-position: 0 0; }
.i-pc2 { background-position: 0 -30px; }
.i-pc3 { background-position: 0 -59px; }
.i-pc4 { background-position: 0 -90px; }
.i-pc5 { background-position: 0 -120px; }
.i-pc6, .i-pc7 {
    width: 17px; height: 16px;
}
.i-pc6 { background-position: -30px 0; }
.i-pc7 { background-position: -30px -25px; }
.i-pc8  { background-position: -30px -50px; cursor: pointer; }
.i-pc8:hover{ background-position: -30px -75px; }

/* 弹框：提示 */
.u-alert, .u-confirm {
    position: fixed;
    _position: absolute;
    top: 50%; left: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 1010;
}
.u-alert {
    width: 190px;
    padding: 30px 29px;
    text-align:center;
    margin: -100px 0 0 -125px !important;
}
.u-alert-tit {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color:#888;
}

.w180 {
    width: 180px;
}

.tip-box {
    position: relative;
    padding: 8px 10px;
    min-height: 20px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

    .tip-box .ico-tip {
        position: absolute;
    }

.tip-box-l .ico-tip {
    left: -6px;
    top: 10px;
    width: 6px;
    height: 8px;
    background-position: -1px 0;
}

.tip-box-t .ico-tip {
    left: 10px;
    top: -6px;
    width: 8px;
    height: 6px;
    background-position: -20px -1px;
}

.tip-box-r .ico-tip {
    top: 10px;
    right: -6px;
    width: 6px;
    height: 8px;
    background-position: -11px 0;
}

.tip-box-b .ico-tip {
    left: 10px;
    bottom: -6px;
    width: 8px;
    height: 6px;
    background-position: -30px -1px;
}
/**/
.tip-yw .tip-box {
    background-color: #fffde4;
    border-color: #fad6a2;
}

.tip-yw .tip-box-l .ico-tip {
    background-position: -1px -10px;
}

.tip-yw .tip-box-t .ico-tip {
    background-position: -30px -11px;
}

.tip-yw .tip-box-r .ico-tip {
    background-position: -11px -10px;
}

.tip-yw .tip-box-b .ico-tip {
    background-position: -20px -11px;
}

.tip-yw .tip-yw-cross {
    cursor: pointer;
}
/**/
.tip-bulb {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 8px;
    border: 1px solid #fad6a2;
    background-color: #fffde4;
    color: #666;
}

    .tip-bulb .ico-login {
        float: left;
        margin: 6px 5px 0 0;
    }

    .tip-bulb .ico-ca {
        position: absolute;
        top: 0;
        right: 10px;
        color: #878787;
        cursor: pointer;
    }
/**/
.tip-more {
    padding: 15px;
    border: 1px solid #fad6a2;
    border-left-width: 4px;
    background-color: #fffde4;
    line-height: 22px;
}

/* 弹框：确定、取消 */
.u-confirm {
    width: 248px;
    height: 145px;
}
.u-confirm .i-pc8 {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.u-confirm .i-pc8:hover, .m-pop-tit .i-pc8:hover {
    background-position: -30px -75px;
}
.u-confirm-btn {
    height: 40px;
    border-top: 1px solid #eaeaea;
}
.u-confirm-btn span {
    float: left;
    width: 50%;
    _width: 49.9%;
}
.u-confirm-btn a {
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
}
.u-confirm-btn a:hover {
    background-color: #fff;
    color: #297acc;
}
.u-confirm-btn a.bor-r1 {
    border-right: 1px solid #eaeaea;
}

/* 通用弹框：标题、输入 */
.m-popup {
    position: fixed;
    _position: absolute;
    left: 50%; top: 50%;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 1005;
}
.m-pop-tit {
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #eaeaea;
}
.m-pop-tit strong {
    float: left;
    font-size: 14px;
    line-height: 50px;
    font-weight: normal;
    color: #000;
}
.m-pop-tit .i-pc8 {
    float: right;
    margin-top: 17px;
}