.cxdialog { position: fixed; top: 35%; left: 50%; overflow: hidden; min-width: 240px; margin: 0; padding: 0; border: none; background: #fff; color: #333; font-family: Arial, '\5fae\8f6f\96c5\9ed1'; z-index: 10002; _position: absolute; _width: 360px; _height: 140px }
.cxdialog>a[rev="close"] { position: absolute; top: 0; right: 0; width: 30px; height: 30px; color: #e9573f; font: bold 18px/30px Tahoma; text-align: center; text-decoration: none; cursor: pointer; *font-size:12px
}
.cxdialog>a[rev="close"]:before { content: "×" }
.cxdialog>a[rev="close"]:hover { color: #fc6e51 }
.cxdialog_title { background: #ddd; color: #333; font-size: 15px; line-height: 30px; text-indent: 10px }
.cxdialog_info { overflow: hidden; min-height: 40px; padding: 17px; font-size: 14px; line-height: 1.6 }
.cxdialog_btns { overflow: hidden; padding: 10px; background-color:#ffffff;text-align: right }
.cxdialog_btns a { display: inline-block; position: relative; padding: 0 1em; border: none; border-radius: 3px; background: #aaa; color: #fff; font-weight: bold; font-size: 14px; line-height: 28px; text-decoration: none; cursor: pointer }
.cxdialog_btns a:hover { background: #999 }
.cxdialog_btns a+a { margin-left: 10px }
.cxdialog_overlay { display: none; overflow: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10001; filter: alpha(opacity=60); opacity: .6; _position: absolute }
.cxdialog_lock { overflow: hidden !important; width: auto }
.cxdialog.ios { min-height: inherit; background: #fff }
.cxdialog.ios>a[rev="close"] { display: none }
.cxdialog.ios .cxdialog_title { padding: 10px 10px 0 10px; border: none; background: none; font-size: 14px; line-height: 1.5; text-align: center }
.cxdialog.ios .cxdialog_info { min-height: inherit; padding: 10px; border: none; background: none; font-size: 12px; text-align: center }
.cxdialog.ios .cxdialog_title+.cxdialog_info { margin-top: 2px; padding-top: 0 }
.cxdialog.ios .cxdialog_btns { overflow: hidden; padding: 0; border-top: 1px solid #ddd; text-align: center }
.cxdialog.ios .cxdialog_btns a { clear: both; display: block; margin: 0; padding: 0; border: none; border-radius: 0; background: none; color: #2087cf; font-weight: bold; font-size: 14px; line-height: 40px; text-decoration: none; cursor: pointer }
.cxdialog.ios .cxdialog_btns a:hover { background: #f0f0f0 }
.cxdialog.ios .cxdialog_btns a.btn_ok, .cxdialog.ios .cxdialog_btns a.btn_no { clear: none; float: left; width: 50%; border: none }
.cxdialog.ios .cxdialog_btns a.btn_ok { float: right }
.cxdialog.ios .cxdialog_btns a.btn_ok:before { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: #ddd }
.cxdialog.ios .cxdialog_btns a.btn_ok:only-child, .cxdialog.ios .cxdialog_btns a.btn_no:only-child { float: none; width: 100% }
.cxdialog.ios .cxdialog_btns a+a { border-top: 1px solid #ddd }
.cxdialog.red-c { padding: 0; border: none; background: none; color: #fff }
.cxdialog.red-c>a[rev="close"] { color: #fff }
.cxdialog.red-c>a[rev="close"]:hover { color: #333 }
.cxdialog.red-c .cxdialog_title { position: relative; color: #fff; background: #fb200d; padding-left: 41px; }
.cxdialog.red-c .cxdialog_title:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; line-height: 30px; height: 30px; padding-left: 50px; background: #fb200d; background: url('../image/lb.jpg') no-repeat 13px center; }
.cxdialog.red-c .cxdialog_title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; }
.cxdialog.red-c .cxdialog_info { border: 1px solid #eec9c5; border-top: none; background: #f8f8f8; font-size: 14px; text-align: left; color: #fb200d; }
.cxdialog.red-c .cxdialog_btns { text-align: center;height: 50px;padding-top: 20px; }
.cxdialog.red-c .cxdialog_btns:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #555 }
.cxdialog.red-c .cxdialog_btns a { border: 1px solid #000; box-shadow: 0 1px 0 #888; color: #333; line-height: 28px; background: #c2c2c2; background: -moz-linear-gradient(top, #c2c2c2 0, #969696 100%); background: -webkit-linear-gradient(top, #c2c2c2 0, #969696 100%); background: -o-linear-gradient(top, #c2c2c2 0, #969696 100%); background: -ms-linear-gradient(top, #c2c2c2 0, #969696 100%); background: linear-gradient(to bottom, #F7EBEB 0, #ffffff 100%) }
.cxdialog.red-c .cxdialog_btns a:hover { background: #c2c2c2 }
.cxdialog.green { padding: 0; border: none; background: #008b8b; color: #fff }
.cxdialog.green>a[rev="close"] { color: #666 }
.cxdialog.green>a[rev="close"]:hover { color: #333 }
.cxdialog.green .cxdialog_title { position: relative; border-bottom: 1px solid #eee; color: #fff; background-color: #008b8b }
.cxdialog.green .cxdialog_title:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #fff }
.cxdialog.green .cxdialog_title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px }
.cxdialog.green .cxdialog_info { border: none; background: none; font-size: 12px; text-align: center }
.cxdialog.green .cxdialog_btns { position: relative; border-top: none; text-align: center }
.cxdialog.green .cxdialog_btns:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.green .cxdialog_btns a { color: #333; line-height: 28px; background-color: #fff }
.cxdialog.green .cxdialog_btns a:hover { background: #c2c2c2 }
.cxdialog.red { padding: 0; border: none; background: #eee; color: #333 }
.cxdialog.red>a[rev="close"] { color: #fff }
.cxdialog.red>a[rev="close"]:hover { color: #333 }
.cxdialog.red .cxdialog_title { position: relative; border-bottom: 1px solid #fff; color: #fff; background-color: #ee2931 }
.cxdialog.red .cxdialog_title:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #fff }
.cxdialog.red .cxdialog_title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: #555 }
.cxdialog.red .cxdialog_info { border: none; background: none; font-size: 12px; text-align: center }
.cxdialog.red .cxdialog_btns { position: relative; border-top: 1px solid #eee; text-align: center }
.cxdialog.red .cxdialog_btns:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #eee }
.cxdialog.red .cxdialog_btns a { color: #fff; line-height: 28px; background-color: #ee2931 }
.cxdialog.red .cxdialog_btns a:hover { background: #c2c2c2 }
.cxdialog.error { padding: 0; border: none; background: #ee2931; color: #fff }
.cxdialog.error>a[rev="close"] { color: #fff }
.cxdialog.error>a[rev="close"]:hover { color: #333 }
.cxdialog.error .cxdialog_title { position: relative; border-bottom: 1px solid #fff; color: #fff; background-color: #ee2931 }
.cxdialog.error .cxdialog_title:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #fff }
.cxdialog.error .cxdialog_title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.error .cxdialog_info { border: none; background: none; font-size: 12px; text-align: center }
.cxdialog.error .cxdialog_btns { position: relative; border-top: none; text-align: center }
.cxdialog.error .cxdialog_btns:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.error .cxdialog_btns a { color: #333; line-height: 28px; background-color: #fff }
.cxdialog.error .cxdialog_btns a:hover { background: #c2c2c2 }
.cxdialog.isok { padding: 0; border: none; background: #27ba0d; color: #fff }
.cxdialog.isok>a[rev="close"] { color: #fff }
.cxdialog.isok>a[rev="close"]:hover { color: #333 }
.cxdialog.isok .cxdialog_title { position: relative; border-bottom: 1px solid #fff; color: #fff; background-color: ##7ab702 }
.cxdialog.isok .cxdialog_title:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #fff }
.cxdialog.isok .cxdialog_title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.isok .cxdialog_info { border: none; background: none; font-size: 12px; text-align: center }
.cxdialog.isok .cxdialog_btns { position: relative; border-top: none; text-align: center }
.cxdialog.isok .cxdialog_btns:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.isok .cxdialog_btns a { color: #333; line-height: 28px; background-color: #fff }
.cxdialog.isok .cxdialog_btns a:hover { background: #c2c2c2 }
.cxdialog.yello { padding: 0; border: none; background: #ff9200; color: #fff }
.cxdialog.yello>a[rev="close"] { color: #fff }
.cxdialog.yello>a[rev="close"]:hover { color: #333 }
.cxdialog.yello .cxdialog_title { position: relative; border-bottom: 1px solid #fff; color: #fff; background-color: #ff9200 }
.cxdialog.yello .cxdialog_title:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #fff }
.cxdialog.yello .cxdialog_title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.yello .cxdialog_info { border: none; background: none; font-size: 12px; text-align: center }
.cxdialog.yello .cxdialog_btns { position: relative; border-top: none; text-align: center }
.cxdialog.yello .cxdialog_btns:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.yello .cxdialog_btns a { color: #333; line-height: 28px; background-color: #fff }
.cxdialog.yello .cxdialog_btns a:hover { background: #c2c2c2 }
.cxdialog.blue { padding: 0; border: none; background: #009cda; color: #fff }
.cxdialog.blue>a[rev="close"] { color: #fff }
.cxdialog.blue>a[rev="close"]:hover { color: #333 }
.cxdialog.blue .cxdialog_title { position: relative; border-bottom: 1px solid #fff; color: #fff; background-color: #009cda }
.cxdialog.blue .cxdialog_title:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #fff }
.cxdialog.blue .cxdialog_title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.blue .cxdialog_info { border: none; background: none; font-size: 12px; text-align: center }
.cxdialog.blue .cxdialog_btns { position: relative; border-top: none; text-align: center }
.cxdialog.blue .cxdialog_btns:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.blue .cxdialog_btns a { color: #333; line-height: 28px; background-color: #fff }
.cxdialog.blue .cxdialog_btns a:hover { background: #c2c2c2 }
.cxdialog.textMessage { padding-bottom: 10px; border: 2px solid #7b7b7b; background: #fff; color: #666; width: 736px; margin-left: -300px !important; border-radius: 0 !important }
.cxdialog.textMessage>a[rev="close"] { color: #666 }
.cxdialog.textMessage>a[rev="close"]:hover { color: #333 }
.cxdialog.textMessage .cxdialog_title { position: relative; border-bottom: 1px solid #fff; color: #fff; background-color: #fff; color: #666; padding: 5px 10px; border-bottom: 2px solid #eee }
.cxdialog.textMessage .cxdialog_title:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #fff }
.cxdialog.textMessage .cxdialog_title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.textMessage .cxdialog_info { border: none; background: none; font-size: 12px; text-align: left }
.cxdialog.textMessage .cxdialog_btns { position: relative; border-top: none; text-align: left }
.cxdialog.textMessage .cxdialog_btns:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: none }
.cxdialog.textMessage .cxdialog_btns a { color: #333; line-height: 28px; background-color: #fff }
.cxdialog.textMessage .cxdialog_btns a:hover { background: #c2c2c2 }
