/*.jubao_m*/
/*{*/
/*    display: none;*/
/*    width: 40px;*/
/*    line-height: 14px;*/
/*    position: fixed;*/
/*    right: 0;color: #888;*/
/*    font-size: 12px;*/
/*    text-align: center;*/
/*    top: 36%;*/
/*    z-index: 9999;*/
/*    border-radius: 3px;*/
/*    padding: 3px;*/
/*}*/
.jubao_m span
{
    display: block;
    width: 40px;
    height: 40px;
    background: url(/image/jubao.png);
    background-size: 100%;
}

#popjubao {
    z-index: 99999;
    position: fixed;
    padding: 8% 5%;
    color: #666;
    font-size: 14px;
    font-family: arial,"Microsoft Yahei";
    top: 5%;
    width: 75%;
    left: 7.5%;
    background: #fff;
    border-radius: 5px;
}
.hide {
    display: none;
}

.pop_close {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    top: 5px;
    right: 5px;
    color: #999;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
}
ul, li, dl, dd, dt {
    list-style: none;
    margin: 0;
    padding: 0;
}
#popjubao li {
    clear: both;
    margin: 5px 0;
}
#popjubao li span {
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 36px;
}
#popjubao li label {
    display: inline-block;
    line-height: 24px;
    margin-right: 23px;
    cursor: pointer;
}
#popjubao li label input.radios {
    margin-right: 7px;
    width: 16px;
    height: 16px;
    float: left;
    outline: none;
}
#popjubao li .othersp {
    margin-right: 0;
}
#popjubao li input.text {
    border: 1px solid #cdcdcd;
    line-height: 26px;
    padding: 3px;
    font-size: 14px;
    color: #666;
    font-family: arial,"Microsoft Yahei";
}
#popjubao li textarea.spec {
    border: 1px solid #cdcdcd;
    width: 95%;
    min-height: 40px;
    font-size: 14px;
    color: #666;
    resize: none;
    padding: 6px;
    font-family: arial,"Microsoft Yahei";
}
#popjubao li {
    clear: both;
    margin: 5px 0;
}
#popjubao li input.code {
    width: 141px;
    margin-right: 10px;
    float: left;
}
#popjubao li .codeimg {
    width: 100px;
    height: 34px;
    float: right;
    background: #ccc;
    letter-spacing: 5px;
}
#popjubao li.submit {
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0;
}
#popjubao li.submit input {
    border: none;
    width: 120px;
    background: #7ebc01;
    color: #fff;
    height: 30px;
}

#overlay {
    z-index: 9999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    position: fixed;
    background-color: #000;
}