﻿/*公用弹框样式*/
.common-pop-wrap{
    position: relative;
    z-index: 999999;
}
.common-pop-wrap .com-pop{
	width: 384px;
    height: 140px;
    margin-left: -192px;
    margin-top: -70px;
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    background: #fff;
}
.common-pop-wrap .com-pop.wgamePop{
	width: 593px;
    height: 344px;
    margin-left: -296.5px;
    margin-top: -172px;
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    background: #fff;
}


.common-pop-wrap .com-pop .com-pop-header{
    position: relative;
    height: 50px;
    line-height: 50px;
}
.common-pop-wrap .com-pop .com-pop-tip{
    position: relative;
    height: 30px;
    line-height: 30px;
}
.common-pop-wrap .com-pop .btns-wrap{
    text-align: center;
}
.common-pop-wrap .com-pop .com-pop-header .dl-pop-header-title{
    float: left;
    text-indent: 24px;
    color: #575757;
    font-size: 18px;
    width: 90%;
    text-align: center;
    font-weight: bold;
}
.common-pop-wrap .com-pop .com-pop-header .com-pop-close-btn{
    float: right;
    margin: 20px 20px 0 0;
    width: 12px;
    height: 12px;
    background: url(http://s.gyyx.cn/publictop/images/lgbox_bg.png) -14px -210px no-repeat;
    cursor: pointer;
}
.js_wagamecomPopWrap .com-pop.wgamePop .com-pop-header .com-pop-close-btn{
    display: none;
}
.common-pop-wrap .com-pop .com-pop-con .common-tip-pop .tip{
    margin: 15px 0 0;
    padding: 0 30px;
    line-height: 24px;
    font-size: 14px;
    color: #575757;
    text-align: center;
}
.common-pop-wrap .com-pop .com-pop-con .common-tip-pop .cont{
    padding: 0 10px;
    font-size: 14px;
    color: #575757;
    margin-bottom: 6px;
}
.common-pop-wrap .com-pop .com-pop-con .common-tip-pop .item{
    margin: 0 auto 12px;
    width: 80%;
}
.common-pop-wrap .com-pop .com-pop-con .common-tip-pop .app_guide{text-align: center;margin-top: 10px;}
.common-pop-wrap .com-pop .com-pop-con .common-tip-pop .d_ewm{margin-left: 37%;position: relative;}
.common-tip-pop .ewmOverDue_box { display: none; margin: 0px; height: 150px; left: 219px; position: absolute; top: 50px; width: 150px; }
.common-tip-pop .ewmOverDue_box p { margin: 0px; }
.common-tip-pop .ewmOverDue { background: #000 none repeat scroll 0 0; height: 150px; left: 0; opacity: 0.5; filter: alpha(opacity=50); position: absolute; top: 0; width: 150px; }
.common-tip-pop .ewmtxt{
          color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 95px;
    left: 0;
    padding-top: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 150px;
}
.common-pop-wrap .com-pop .com-pop-con .common-tip-pop .cont label{
    float: left;
    margin-left: 34px;
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
}
.common-pop-wrap .com-pop .com-pop-con .common-tip-pop .cont input{
    height: 30px;
    width: 200px;
}
.common-pop-wrap .com-pop .com-pop-con .common-tip-pop .count-num{
	margin: 5px 0 0;
}

.common-pop-wrap .mask{
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}
.common-pop-wrap .sure_btn,.common-pop-wrap .quit_btn{
    font-size: 14px;
    color: #FFFFFF;
    width: 100px;
    line-height: 32px;
    background: #e40505;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin: 20px 5px 0;
    height: 32px;
    text-align: center;
}
.common-pop-wrap .sub_btn{
    font-size: 14px;
    color: #FFFFFF;
    width: 100px;
    line-height: 32px;
    background: #50aded;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    height: 32px;
    text-align: center;
}
