/* button style */
html{font-family:"microsoft yahei", sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
.fl{float: left;}
.fr{float: right;}
.txt-left{text-align: left;}
.txt-center{text-align: center;}
.txt-right{text-align: right;}
.mr10{margin-right: 10px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.c-bbb{color: #bbbbbb;}
.c-e93828{color:#e93828;}
a{text-decoration: none;}
.red {color: #f63f3f;}
.gray {color: #999;}

.esun-alert-box{background-color: #ffffff; border:1px solid #bfd2e6; font-fesunily: "Microsoft Yahei"; color: #616161;width: 430px; box-sizing: border-box; z-index:100;}
.esun-alert-header{background-color: #f4f4f4; height: 36px; position: relative; text-align: center;}
.esun-alert-title{color: #616161; font-size: 14px;margin: 0;padding: 0 18px; line-height: 36px; font-weight: 400;}
.esun-alert-close{font-size: 16px;width: 12px;display: block;line-height: 1; position: absolute; right:10px; top:4px; overflow: hidden;}
.esun-alert-setting,.esun-alert-sound{width: 13px;display: block;line-height: 1; position: absolute; right:30px; top:3px; overflow: hidden;}
.esun-alert-body{padding:30px 65px; font-size: 14px;}
.esun-alert-body-inner p{margin: 0;padding: 0;}
.esun-alert-footer{padding:0 65px 30px; text-align: center; clear: both;}
.esun-alert-box ul,.esun-alert-box li{ list-style-type: none; margin: 0; padding: 0;}
.esun-alert-box .esun-btn-link{*width: 130px;}

.ico-esun{margin-right: 5px;display: inline-block;*display:inline;*zoom:1;background:url(/public/images/dxt/esun-alert-sprite.png)  no-repeat;vertical-align: -3px;*vertical-align:middle; -webkit-transition: transform 0.2s ease; transition: transform 0.2s ease;}
.ico-esun-setting{height:11px;width:11px;background-position:0 0;}
.ico-esun-close{height:12px;width:12px;background-position:0 -11px;}
.ico-esun-arrow{height:7px;width:12px;background-position:0 -23px;}
.ico-esun-sound{height:11px;width:13px;background-position:0 -41px;}
.ico-esun-soundoff{height:11px;width:13px;background-position:0 -30px;}
.ico-esun-check{height:14px;width:14px;background-position:0 -52px;}
.ico-esun-checked{height:14px;width:14px;background-position:0 -80px;}
.ico-esun-add{height:14px;width:14px;background-position:0 -66px;}
.ico-esun-refresh{height:15px;width:15px;background-position:0 -94px;}
.ico-esun-success-sm{height:16px;width:16px;background-position:0 -109px;}
.ico-esun-error-sm{height:16px;width:16px;background-position:0 -125px;}
.ico-esun-warning-sm{height:16px;width:16px;background-position:0 -141px;}
.ico-esun-user{height:20px;width:20px;background-position:0 -157px;}
.ico-esun-email{height:20px;width:20px;background-position:0 -177px;}
.ico-esun-phone{height:20px;width:20px;background-position:0 -197px;}
.ico-esun-password{height:20px;width:20px;background-position:0 -217px;}
.ico-esun-security{height:20px;width:20px;background-position:0 -237px;}
.ico-esun-error-md{height:32px;width:32px;background-position:0 -257px;}
.ico-esun-warning-md{height:32px;width:32px;background-position:0 -289px;}
.ico-esun-success-md{height:32px;width:32px;background-position:0 -321px;}


.esun-alert-close:hover .ico-esun,
.esun-alert-setting:hover .ico-esun{-webkit-transform: rotate(720deg); transform: rotate(720deg);}

.esun-alert-box-lg .esun-alert-body{padding:30px 30px;}
.esun-alert-box-sm .esun-alert-body{padding:30px 65px;}
.esun-alert-box-sm .esun-alert-footer{padding:0 65px 30px;}

.esun-alert-ul{font-size: 14px;color: #616161;}
.esun-alert-ul li{padding:3px 0;}

.esun-ps{color: #aaa;font-size: 14px;padding-top: 10px;}
.esun-ps p{padding:  0;}

.esun-error-txt{ color:#fc4c24; font-size: 12px; vertical-align: middle;}
.esun-success-txt{ color:#999; font-size: 12px; vertical-align: middle;}

.esun-footer-ps,.esun-footer-ps a{color:#bbbbbb; font-size: 12px;margin: 0;margin-top: 10px;}

.esun-form a{text-decoration: none; color: #68a4ed;}
.esun-form input[type=number],
.esun-form input[type=search],
.esun-form input[type=text],
.esun-form input[type=password],
.esun-form input[type=datetime],
.esun-form input[type=datetime-local],
.esun-form input[type=date],
.esun-form input[type=month],
.esun-form input[type=time],
.esun-form input[type=week],
.esun-form input[type=email],
.esun-form input[type=url],
.esun-form input[type=tel],
.esun-form input[type=color],
.esun-form select,
.esun-form textarea,
.esun-form-ipt {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    *width:250px;
    padding:11px 8px;
    *padding:12px 0;
    font-size: 14px;
    line-height: 1.25;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: "microsoft yahei", sans-serif;
}
.esun-form input[type=number]:focus,
.esun-form input[type=search]:focus,
.esun-form input[type=text]:focus,
.esun-form input[type=password]:focus,
.esun-form input[type=datetime]:focus,
.esun-form input[type=datetime-local]:focus,
.esun-form input[type=date]:focus,
.esun-form input[type=month]:focus,
.esun-form input[type=time]:focus,
.esun-form input[type=week]:focus,
.esun-form input[type=email]:focus,
.esun-form input[type=url]:focus,
.esun-form input[type=tel]:focus,
.esun-form input[type=color]:focus,
.esun-form select:focus,
.esun-form textarea:focus,
.esun-form-ipt:focus {
    background-color: #fefffe;
    border-color: #e6e6e6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(220,220,220,1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(220,220,220,1);
}

.esun-form input[type=number]::-webkit-input-placeholder,
.esun-form input[type=search]::-webkit-input-placeholder,
.esun-form input[type=text]::-webkit-input-placeholder,
.esun-form input[type=password]::-webkit-input-placeholder,
.esun-form input[type=datetime]::-webkit-input-placeholder,
.esun-form input[type=datetime-local]::-webkit-input-placeholder,
.esun-form input[type=date]::-webkit-input-placeholder,
.esun-form input[type=month]::-webkit-input-placeholder,
.esun-form input[type=time]::-webkit-input-placeholder,
.esun-form input[type=week]::-webkit-input-placeholder,
.esun-form input[type=email]::-webkit-input-placeholder,
.esun-form input[type=url]::-webkit-input-placeholder,
.esun-form input[type=tel]::-webkit-input-placeholder,
.esun-form input[type=color]::-webkit-input-placeholder,
.esun-form select::-webkit-input-placeholder,
.esun-form textarea::-webkit-input-placeholder,
.esun-form-ipt::-webkit-input-placeholder {
    color: #999;
}
.esun-form input[type=number]::-moz-placeholder,
.esun-form input[type=search]::-moz-placeholder,
.esun-form input[type=text]::-moz-placeholder,
.esun-form input[type=password]::-moz-placeholder,
.esun-form input[type=datetime]::-moz-placeholder,
.esun-form input[type=datetime-local]::-moz-placeholder,
.esun-form input[type=date]::-moz-placeholder,
.esun-form input[type=month]::-moz-placeholder,
.esun-form input[type=time]::-moz-placeholder,
.esun-form input[type=week]::-moz-placeholder,
.esun-form input[type=email]::-moz-placeholder,
.esun-form input[type=url]::-moz-placeholder,
.esun-form input[type=tel]::-moz-placeholder,
.esun-form input[type=color]::-moz-placeholder,
.esun-form select::-moz-placeholder,
.esun-form textarea::-moz-placeholder,
.esun-form-ipt::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.esun-form input[type=number]:-ms-input-placeholder,
.esun-form input[type=search]:-ms-input-placeholder,
.esun-form input[type=text]:-ms-input-placeholder,
.esun-form input[type=password]:-ms-input-placeholder,
.esun-form input[type=datetime]:-ms-input-placeholder,
.esun-form input[type=datetime-local]:-ms-input-placeholder,
.esun-form input[type=date]:-ms-input-placeholder,
.esun-form input[type=month]:-ms-input-placeholder,
.esun-form input[type=time]:-ms-input-placeholder,
.esun-form input[type=week]:-ms-input-placeholder,
.esun-form input[type=email]:-ms-input-placeholder,
.esun-form input[type=url]:-ms-input-placeholder,
.esun-form input[type=tel]:-ms-input-placeholder,
.esun-form input[type=color]:-ms-input-placeholder,
.esun-form select:-ms-input-placeholder,
.esun-form textarea:-ms-input-placeholder,
.esun-form-ipt:-ms-input-placeholder {
    color: #999;
}

.esun-form input[type=number]::placeholder,
.esun-form input[type=search]::placeholder,
.esun-form input[type=text]::placeholder,
.esun-form input[type=password]::placeholder,
.esun-form input[type=datetime]::placeholder,
.esun-form input[type=datetime-local]::placeholder,
.esun-form input[type=date]::placeholder,
.esun-form input[type=month]::placeholder,
.esun-form input[type=time]::placeholder,
.esun-form input[type=week]::placeholder,
.esun-form input[type=email]::placeholder,
.esun-form input[type=url]::placeholder,
.esun-form input[type=tel]::placeholder,
.esun-form input[type=color]::placeholder,
.esun-form select::placeholder,
.esun-form textarea::placeholder,
.esun-form-ipt::placeholder {
    color: #999;
}
.esun-form input[type=number][disabled],
.esun-form input[type=number][readonly],
.esun-form input[type=search][disabled],
.esun-form input[type=search][readonly],
.esun-form input[type=text][disabled],
.esun-form input[type=text][readonly],
.esun-form input[type=password][disabled],
.esun-form input[type=password][readonly],
.esun-form input[type=datetime][disabled],
.esun-form input[type=datetime][readonly],
.esun-form input[type=datetime-local][disabled],
.esun-form input[type=datetime-local][readonly],
.esun-form input[type=date][disabled],
.esun-form input[type=date][readonly],
.esun-form input[type=month][disabled],
.esun-form input[type=month][readonly],
.esun-form input[type=time][disabled],
.esun-form input[type=time][readonly],
.esun-form input[type=week][disabled],
.esun-form input[type=week][readonly],
.esun-form input[type=email][disabled],
.esun-form input[type=email][readonly],
.esun-form input[type=url][disabled],
.esun-form input[type=url][readonly],
.esun-form input[type=tel][disabled],
.esun-form input[type=tel][readonly],
.esun-form input[type=color][disabled],
.esun-form input[type=color][readonly],
.esun-form select[disabled],
.esun-form select[readonly],
.esun-form textarea[disabled],
.esun-form textarea[readonly],
.esun-form-ipt[disabled],
.esun-form-ipt[readonly],
fieldset[disabled] .esun-form input[type=number],
fieldset[disabled] .esun-form input[type=search],
fieldset[disabled] .esun-form input[type=text],
fieldset[disabled] .esun-form input[type=password],
fieldset[disabled] .esun-form input[type=datetime],
fieldset[disabled] .esun-form input[type=datetime-local],
fieldset[disabled] .esun-form input[type=date],
fieldset[disabled] .esun-form input[type=month],
fieldset[disabled] .esun-form input[type=time],
fieldset[disabled] .esun-form input[type=week],
fieldset[disabled] .esun-form input[type=email],
fieldset[disabled] .esun-form input[type=url],
fieldset[disabled] .esun-form input[type=tel],
fieldset[disabled] .esun-form input[type=color],
fieldset[disabled] .esun-form select,
fieldset[disabled] .esun-form textarea,
fieldset[disabled] .esun-form-ipt {
    cursor: not-allowed;
    background-color: #eee;
}

.esun-form-group label,
.esun-form-group .esun-form-label{
    display: inline-block;
    color: #555;
}

.esun-form-group{margin-bottom: 22px; position: relative; /*overflow: hidden;*/}
.esun-form-group .ico-esun-box{text-align: center;width: 42px;display: inline-block; position: absolute;top: 1px;left: 1px;bottom: 1px;right: 1px; *top:2px;*left:2px;*right:2px;*bottom:2px;background-color: #f3f3f3;}
.esun-form-group .ico-esun-box i{ margin-top: 10px;}
.esun-form-ipt{padding-left: 50px!important;}

.esun-form .esun-form-group:last-child{margin-bottom: 0;}
.esun-form .esun-form-group.last{margin-bottom: 0;}


.esun-form-error input[type=text],
.esun-form-error .esun-form-ipt,
.esun-ipt-error{
    border-color: #fc4c24!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.esun-ipt-error:focus,.esun-form-error .esun-form-ipt:focus {
    background-color: #fefffe;
    border-color: #cf2d27;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px #eda4a2!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px #eda4a2!important;
}

.esun-form-inline,.esun-form-inline .esun-form-ipt{ display: inline-block !important;}
.esun-form-inline .esun-form-ipt{ vertical-align: middle;}
.esun-form-security{}
.esun-form-security .keycode{ cursor: pointer; vertical-align: middle; margin: 0 8px;width: 110px;height: 40px;}
.esun-form .esun-form-security .esun-form-ipt{width: 150px;*width:100px;}

.goto-link-group{float: right; font-size: 12px;*margin-top:-18px;}
.goto-link-group a{margin-left: 15px; text-decoration: none;}
.goto-link-group a:first-child{color:#999;}
.goto-link-group a:last-child{color:#666;}

.enun-form-p{}
.enun-form-p strong{font-weight: 700;}

.custom-service{display: inline-block;width: 50%; height: 140px; text-align: center; float: left;}
.ico-custom{background:url(/public/images/dxt/img.png)  no-repeat; display: inline-block; margin-bottom: 10px;}
.ico-push-img1{height:89px;width:95px;background-position:0 0;}
.ico-push-img0{height:88px;width:104px;background-position:0 -89px;}

.esun-form select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    -webkit-border-radius: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTZGNzMxODFEOTQwMTFFNThCMDdBMDg0QTZBODk5NjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTZGNzMxODJEOTQwMTFFNThCMDdBMDg0QTZBODk5NjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNkY3MzE3RkQ5NDAxMUU1OEIwN0EwODRBNkE4OTk2NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNkY3MzE4MEQ5NDAxMUU1OEIwN0EwODRBNkE4OTk2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjLUmIAAAACHSURBVHjaYlm6dGkVAwPDHyDuYsAPWoH4HxOQ4AXiTiCuxKO4A4hBBv9mgSr8B8RtQMwMxC1oiruBuASIa0FyLFDBaqizmqGaGoGYEYh7gLgIaijIFgYWJJPqoZqaoOJ8QJwHxOXI/mNBs74Z6jyYs4qBuA9ZAQsWD4L8Ig3Ej9EVgwBAgAEAvjgaMZDMJ24AAAAASUVORK5CYII=) 99% center no-repeat #fff;
}
.esun-form-horizontal{}
.esun-form-horizontal .esun-form-label{text-align: left; width: 70px; float: left;    padding: 10px 8px;  line-height: 1.2;}
.esun-form-horizontal .esun-ipt-box{ display: inline-block;}
.esun-form-horizontal .esun-ipt-box input{width: 200px;}
.esun-form-horizontal .esun-ipt-box .esun-address-ipt{width: 400px;}
.esun-form-horizontal select{width: 154px; display: inline-block; background-position: 130px 50%; margin-right: 5px;*height:42px;}

/* upload */
.esun-form-upload{border: 3px solid #f4f4f4; position: relative; overflow: hidden;width: 510px;height: 300px; text-align: center;margin-bottom: 10px;}
/*.esun-form-upload:hover{ box-shadow: 0 0 10px rgba(180,180,180,1);} */
.esun-form-upload img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.esun-form-file input[type=file] {position: absolute; left: 0; top: 0;bottom:0;width:100%; z-index: 1;  opacity: 0; filter: alpha(opacity=0); cursor: pointer; /* font-size: 13em;  font-size: 13rem; */}
.esun-form-file a.esun-btn{ color:#616161;padding:0.75em 1.25em; position: relative;}
.esun-form-upload .upload-ps{color:#999; font-size: 12px; padding: 120px;}
.esun-form-upload .upload-ps p{margin-top: 10px;}
.esun-file-privew {float: right;*width: 100px;}
.esun-file-privew div{ text-align: center;}
.esun-file-privew div img{border-radius:50%; background-color: #aacbf3;display:block; overflow: hidden; margin: 0 auto;}
.preview100 img{width: 100px; height: 100px; }
.preview50 img{width: 50px; height: 50px; }
.preview30 img{width: 30px; height: 30px; }
.preview-txt{color: #999; font-size: 12px;padding:10px 0 15px 0; display: block;}

/* tips Has been separated : dxtMessage.css */
.esun-alert-box-tips{width:318px; background:#fff url(/public/images/dxt/tips-bg.png) right 20px no-repeat; }
.esun-alert-box-tips .esun-alert-header{text-align: left;}
.esun-alert-box-tips .esun-alert-body{padding:30px 40px 30px; text-align: center;}
.esun-alert-box-tips .esun-alert-footer{ padding:0 40px 30px; }
.esun-alert-box-tips .esun-alert-footer .esun-btn-link{font-size: 12px; text-decoration: none; margin: 0 20px;}
.esun-alert-footer-r {text-align: right; position: relative;}
.esun-alert-footer-r .esun-btn-link{position: relative;right: -50px;}
.esun-alert-box-tips .esun-alert-body .esun-alert-setting-con{text-align: left;margin-bottom: 10px;margin-top: -10px;margin-left: 25px; display: none;}
.esun-alert-setting-con label{ display: inline-block;width: 100px; padding: 3px 0;}

/* bet info */
.esun-alert-betinfo{width: 760px;}
.esun-alert-betinfo .esun-alert-title{ color:#000;}
.esun-alert-box-scroll .esun-alert-body{ height:300px;padding:0; /* overflow: auto; */}
.esun-alert-betinfo .esun-alert-ul{}
.esun-alert-betinfo .esun-alert-ul li{padding: 3px 0; line-height: 1.8;}

/* aler msg */
.esun-alert-box-msg .esun-alert-body { text-align: center; }
.esun-alert-box-msg .esun-alert-body-inner { position: relative; padding-left: 40px; display: inline-block; }
.esun-alert-box-msg .msg { line-height: 24px; text-align: left; }
.esun-alert-box-msg .ico-esun-success-md, .esun-alert-box-msg .ico-esun-warning-md, .esun-alert-box-msg .ico-esun-error-md { position: absolute; left: 0px; top: -5px; }


/** initial scroller setup **/
.nano { position: relative;  /* width    : 100%; */ height: 100%; overflow: hidden; }
.nano > .nano-content { position: absolute; overflow: scroll; overflow-x: hidden; top: 0; right: 0; bottom: 0; left: 0; padding: 20px 30px; }
.nano > .nano-content:focus { outline: thin dotted; }
.nano > .nano-content::-webkit-scrollbar { display: none; }
.has-scrollbar > .nano-content::-webkit-scrollbar { display: block; }
.nano > .nano-pane { background: rgba(255, 255, 255, .25); position: absolute; width: 10px; right: 0; top: 0; bottom: 0; visibility: hidden\9; /* Target only IE7 and IE8 with this hack */ opacity: .01; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.nano > .nano-pane > .nano-slider { background: #e1e1e1; background: rgba(225, 225, 225, 0.8); position: relative; margin: 0 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed { visibility: visible\9; /* Target only IE7 and IE8 with this hack */ opacity: 0.99; }

/*第三方合作登录*/
.loginPop .esun-alert-body {padding:30px 38px;}
.loginPop .esun-alert-body-inner p {text-indent:2em; color:#666;}
.loginPop .esun-alert-footer {padding:0 38px 35px;}
.loginPop .login-line {position:relative; border-top:1px dashed #ddd; height:0px; line-height:0; margin-bottom:25px;}
.loginPop .login-line p {position:absolute; margin: 0; width:124px; height:20px; font-size:12px; text-align:center; line-height:20px; left:50%; margin-left:-62px; top:-10px; background:#fff; color:#bbb;}
.loginPop .login-hz {text-align:center;}
.loginPop .login-hz a {display:inline-block; *display:inline; *zoom:1; width:35px; height:35px; margin:0 10px; background:url(/public/images/icon/icon_login.png) no-repeat;}
.loginPop .login-hz a.qq {background-position:-38px -53px;}
.loginPop .login-hz a.wx {background-position:-78px -53px;}
.loginPop .login-hz a.zfb {background-position:-118px -53px;}
.loginPop .login-hz a.wb {background-position:-158px -53px;}

/* bank */
.esun-bank-box{width: 500px;}
.esun-bank-box .esun-alert-body{padding: 25px 40px;}
.esun-bank-box .esun-form-group{margin-bottom: 10px;}
.esun-bank-box .esun-form-horizontal .esun-form-label{text-align: right;width: 80px;}
.esun-bank-box .esun-form-horizontal .esun-ipt-box p{padding: 10px 0;}
.esun-bank-box .esun-form-horizontal .esun-ipt-box input{width: 250px;}

.ico-bank{ background: url('/public/images/dxt/bank_34_34.png') no-repeat; display: inline-block; vertical-align: middle; width: 34px; height: 34px; margin: -5px 5px 0 10px; }
.abc { background-position: 0 0; }
.bhb { background-position: 0 -34px; }
.bjbank { background-position: 0 -68px; }
.boc { background-position: 0 -102px; }
.bod { background-position: 0 -136px; }
.bohaib { background-position: 0 -170px; }
.boqh { background-position: 0 -204px; }
.bosz { background-position: 0 -238px; }
.boyk { background-position: 0 -272px; }
.bsb { background-position: 0 -306px; }
.ccb { background-position: 0 -340px; }
.cdcb { background-position: 0 -374px; }
.cdrcb { background-position: 0 -408px; }
.ceb { background-position: 0 -442px; }
.cebbank { background-position: 0 -476px; }
.cib { background-position: 0 -510px; }
.citic { background-position: 0 -544px; }
.cmb { background-position: 0 -578px; }
.cmbc { background-position: 0 -612px; }
.comm { background-position: 0 -646px; }
.cqbank { background-position: 0 -680px; }
.cqrcb { background-position: 0 -714px; }
.crcbank { background-position: 0 -748px; }
.czbank { background-position: 0 -782px; }
.dlb { background-position: 0 -816px; }
.egbank { background-position: 0 -850px; }
.gcb { background-position: 0 -884px; }
.gdb { background-position: 0 -918px; }
.gzb { background-position: 0 -952px; }
.h3cb { background-position: 0 -986px; }
.hkb { background-position: 0 -1020px; }
.hsbank { background-position: 0 -1054px; }
.hxbank { background-position: 0 -1088px; }
.hzcb { background-position: 0 -1122px; }
.icbc { background-position: 0 -1156px; }
.jhbank { background-position: 0 -1190px; }
.jjbank { background-position: 0 -1224px; }
.jrcb { background-position: 0 -1258px; }
.jsb { background-position: 0 -1292px; }
.jsbank { background-position: 0 -1326px; }
.jxbank { background-position: 0 -1360px; }
.nbbank { background-position: 0 -1394px; }
.njcb { background-position: 0 -1428px; }
.nxbank { background-position: 0 -1462px; }
.psbc { background-position: 0 -1496px; }
.qlbank { background-position: 0 -1530px; }
.scbbank { background-position: 0 -1564px; }
.sdb { background-position: 0 -1598px; }
.shbank { background-position: 0 -1632px; }
.shrcb { background-position: 0 -1666px; }
.sjbank { background-position: 0 -1700px; }
.spabank { background-position: 0 -1734px; }
.spdb { background-position: 0 -1768px; }
.srbank { background-position: 0 -1802px; }
.sxcb { background-position: 0 -1836px; }
.tccb { background-position: 0 -1870px; }
.tzcb { background-position: 0 -1904px; }
.urmqccb { background-position: 0 -1938px; }
.wzcb { background-position: 0 -1972px; }
.xtb { background-position: 0 -2006px; }
.ydrcb { background-position: 0 -2040px; }
.fudian { background-position: 0 -2074px; }
.bjrcb { background-position: 0 -2108px; }
.hkbea { background-position: 0 -2142px; }
.sjzf { background-position: 0 -2176px; }
.gzrcb{background-position: 0 -2210px; }

.rcb { background-position: 0 -2040px; }
.chengdebank{ background-position: 0 -2244px;}
.ordosbank{ background-position: 0 -2278px;}
.gyccb{ background-position: 0 -2312px;}
.jinzhoubank{ background-position: 0 -2346px;}
.lzbank{ background-position: 0 -2380px;}
.ljbank{ background-position: 0 -2414px;}
.nccbank{ background-position: 0 -2448px;}
.wfccb{ background-position: 0 -2482px;}
.cscb{ background-position: 0 -2516px;}
.czcb{ background-position: 0 -2550px;}
.mintaibank{ background-position: 0 -2584px;}
.zjtlcb{ background-position: 0 -2618px;}

/*08.15加弹层*/
.msg p{ color: #999; font-size: 12px;}
.esun-btn-short{ padding-left: 7px; padding-right: 7px;}

.esun-alert-box-appdown .esun-alert-body {padding: 20px;}
.esun-alert-box-appdown .esun-alert-body .text {display: inline-block; width: 344px; margin-bottom: 20px; vertical-align: middle; line-height: 22px;}
.esun-alert-box-appdown .ico-esun-success-md {position: relative;top: -15px;}
.esun-alert-box-appdown .esun-alert-body .text .red {padding-top: 5px;}
