/* dialog */
.red{
    color: #d93041;
    font-weight: bold;
    margin: 0 5px;
}

.dialog {
    position: absolute;
    z-index: 6;
    font-size: 12px;
    padding: 5px;
    background-color: rgba(0, 0, 0, .5) !important;
    background: #000;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.dialog-inner {
    background: #fff;
    border: 1px solid #000 ;
    width:580px;
}

#android-popup .dialog-inner{
      height: 520px;
}

#mobile-popup .dialog-inner{
    height:330px;
}

.dialog-hd {
    position: relative;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    border-bottom: 1px solid #009ae2;
    background: #fff;
    box-shadow: 0px 1px 0 #e5f5fc;
    background: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background: -moz-linear-gradient(top, #fff, #f5f5f5 100%);
}

.dialog-bd h4{
    font-size: 12px;
}

.dialog-title {
    font-weight: bold
}

.dialog .dialog-close {
    font-size:22px;
    position: absolute;
    right: 10px;
    top: -15px;
    width: 12px;
    _width:20px;
    height: 12;
    padding-top: 12px;
    overflow: hidden;
    background-position: -109px -273px;
    text-decoration:none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dialog .dialog-close:hover {
   font-size:24px;
   text-decoration:none;
}

.dialog-bd {
    padding: 15px 15px 15px 15px;
    border-top: 1px solid #e5f5fc;
    font-weight: bold;
}

.dialog-bd p {
    margin: 10px 0;
    line-height: 160%;
    font-weight: normal;
}

.dialog-top-tip {
    position: relative;
    padding: 0 10px;
    margin: -12px 0 10px;
    color: #345501;
    border: 1px solid #a1d299;
    background: #f5fff1
}

.dialog-top-tip-arrow {
    position: absolute;
    left: 10px;
    top: -10px;
    width: 20px;
    height: 10px;
    background-position: -340px -35px
}

.dialog-headline {
    font-size: 1.2em
}

.dialog-tip {
    padding: 5px 10px;
    color: #d98736;
    border: 1px solid #ffebb4;
    background: #fffff6
}

.dialog-desc {
    color: #666
}

.dialog-btns .btn {
    padding: 5px 10px;
    margin-right: 15px;
    line-height: 20px;
    margin-top: 30px;
}

.dialog-ft {
    padding: 10px;
    background: #fcfcfc;
    border-top: 1px solid #dedede
}

/*遮罩层*/
.light-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    filter: Alpha(opacity = 50);
    display: none;
    z-index: 5;
	background:-webkit-radial-gradient(50% 50%, rgba(0, 0, 0, .5), #000 80%);
	background:-moz-radial-gradient(50% 50%, rgba(0,0,0,.5), #000 80%);
}

/*btn*/
.center{
    text-align: center;
}

.download-mobile{
    height:40px;
    line-height: 40px;
}
#android-popup .download-mobile{width:150px;font-size:18px;letter-spacing:2px}

.mark-down{
    width:150px;
    height:30px;
    line-height:30px;
}