html {
    font-size: 14px ;
    background-color: #ECECEC;
}
a{outline: none;}
.hide{display:none;}

/*头部*/


#header {
    height: 60px;
       background: #5a00ff;
    background-image: -webkit-linear-gradient(to right, #5a00ff, #007bff);
    background-image: -moz-linear-gradient(to right, #5a00ff, #007bff);
    background-image: -o-linear-gradient(to right, #5a00ff, #007bff);
    background-image: linear-gradient(to right, #5a00ff, #007bff);
    min-width: 1360px;
    color: #fff;
}
#header .logo span {
    margin-left: 37px;
    color:#fff;
}
#header .logo {
    width: 420px;
    float: left;
    height: 60px;
    line-height: 60px;
    color:#fff;
    padding-left: 70px;
    margin-left: 25px;
    background: url(img/logo.png) no-repeat left center;
    position: relative;
}
#header .logo .newxin {
    background: url(img/newxin2.png) no-repeat left center;
    width: 27px;
    height: 24px;
    position: absolute;
    top: 9px;
    margin-left: 39px;
}
#header .logo i {
    display: block;
    width: 1px;
    height: 12px;
      background: #7569ff;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 95px;
}
#header .menu_nav li {
    float: left;
}

#header .menu_nav li a {
    display: block;
    padding: 0 10px;
    line-height: 60px;
    height: 56px;
    text-decoration: none;
    color: #fff;
    margin: 0 15px;
    border-color: #fff;
    transition: all .1s linear;
}


#header .menu_nav li.gnhome a {
    background: #ffffff;
    padding: 0 16px;
    height: 25px;
    line-height: 25px;
    margin: 17px 15px;
    color: #2900ff;
    border: 1px solid #ababab;
    border-radius: 4px;
}

#header .menu_nav li a:hover {
    border-bottom: 4px solid #fff;
}

/* #header .menu_nav li.active a {
    border-bottom: 4px solid #fff;
} */


#header #user a{text-decoration:none;}

/*未登录*/

#header #user a.pop {
    width: 73px;
    height: 32px;
    float: right;
    margin-right: 20px;
    background: #ffffff;
    color: #0053ff;
    margin-top: 15px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer; border:1px solid #fff;
}

#header #user a.pop:hover {
    background: rgba(18, 121, 245, .6);
    color: #fff;
    border:1px solid #fff;
}


/*已登录*/

@media screen and (max-width:1580px){	
.login_box.usermsg,.gnhome{
display: none;
}
}

#header #user {
    float: right;
    position: relative;
    height: 60px;
	line-height:60px;
}

#header #user .face {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
    padding: 0 20px 0 0;
    float: right;
    margin-right: 25px;
    margin-top: 9px;
    cursor: pointer;
	margin-left: 5px;
}

#header #user .face::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    border-top: 4px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: transform 0.3s;
    overflow: hidden;
}

#header #user a{
    text-decoration: none;
}

#header #user .face i {
    display: block;
    position: absolute;
    top: 24px;
    right: 12px;
    height: 20px;
    width: 20px;
}

#header #user .face i.novip {
 background: url(img/novip.gif);
}


#header #user .face i.vip {
   background: url(img/vip.gif);
}

#header #user .face img{
	width: 40px;    border-radius: 100%;
      border: 2px solid #00a8c3;
}

#header #user .user_menu {
    position: absolute;
    display: none;
    top: 60px;
    right: 23px;
    z-index: 999;
    width: 150px;
}

#header #user .user_menu::before {
    position: absolute;
    left: 50%;
    top: -5%;
    z-index: 2;
    margin-left: -4px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

#header #user .user_menu .user_menu_list {
    background: #fff;
    border: 1px solid #ececec;
    position: relative;
    padding-top: 10px;
    color: #000;
}

#header #user .user_menu .user_menu_list li {
    display: block;
    text-align: center;
    line-height: 38px;
}

#header #user .user_menu .user_menu_list li .getvip {
    display: block;
    background: #ef3c1f;
    color: #fff;
    border: none;
    margin: 0 10px;
    border-radius: 3px;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
}

#header #user .user_menu .user_menu_list li.logout {
    margin-top: 10px;
    border-top: 1px dotted #ccc;
}

#header #user .user_menu .user_menu_list li.logout a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
    margin: 0;
    border: none;
    border-radius: 0;
    color: #000;
    text-decoration: none;
}

#header #user .user_menu .user_menu_list li.logout a:hover {
    background: #DBD8D8;
}
#header .export_code {
    float: right;
    margin-right: 25px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    background: #f9ff00;
    color: #f00;
    width: 80px;
    margin-top: 13px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ffffff;
}

#header .export_code:hover ,#header .user_preview:hover {
    background: #00a534;
    color: #fff;
}

#header .user_preview {
   float: right;
    margin-right: 40px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    background: #ffed00;
    color: #f00;
    width: 80px;
    margin-top: 13px;  
    font-size: 14px;
        border-radius: 3px;    border: 1px solid #ff0900;
}

/*ruler*/
.drag-ruler{
    height: 21px;background: url(img/wg.gif) 0px 0px;
	-webkit-box-shadow: -3px 3px 3px #00000096;
    -moz-box-shadow: -3px 3px 3px #00000096;
    box-shadow: -3px 3px 3px #00000096;
    opacity: .3;
    z-index: 50;
    position: relative;
}
/*公共兼容性css*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(200, 200, 200, 0.2);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(128, 128, 128, 0.9);
}

::-webkit-scrollbar-thumb:hover  {
    background: rgba(100, 100, 100, 0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

/* hot_area */
/*拖动主体区域*/
.drsElement {
    position: absolute;
    border: 1px solid rgba(0, 118, 114, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.drsMoveHandle {
    height: 20px;
    cursor: move;
    background: #F3F4F4;
}

.dragresize {
    position: absolute;
    width: 4px;
    height: 4px;
    font-size: 1px;
    background: #EEE;
    border: 1px solid #ff4c00;
}

.dragresize-tl {
    top: -6px;
    left: -6px;
    cursor: nw-resize;
}

.dragresize-tm {
    top: -6px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize;
}

.dragresize-tr {
    top: -6px;
    right: -6px;
    cursor: ne-resize;
}

.dragresize-ml {
    top: 50%;
    margin-top: -3px;
    left: -6px;
    cursor: w-resize;
}

.dragresize-mr {
    top: 50%;
    margin-top: -3px;
    right: -6px;
    cursor: e-resize;
}

.dragresize-bl {
    bottom: -6px;
    left: -6px;
    cursor: sw-resize;
}

.dragresize-bm {
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize;
}

.dragresize-br {
    bottom: -6px;
    right: -6px;
    cursor: se-resize;
}

.dragresize-rm {
    right: -1px;
    top: -1px;
    width: 18px;
    height: 18px;
    background: #545454 url(img/drag-icons.png) no-repeat 2px -209px;
    cursor: pointer;
    content: ''
}

/*.dragresize-rm:after {
    content: 'x'
}*/

#drag_container {
    overflow-x: scroll;
    overflow-y: hidden;
        background-image: url(img/qbg.gif);
    width: auto;
    height: 904px;
    min-height: 320px;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.auto_center {
    position: relative;
    width: 905px;
    height: 0px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#user_dragresize,#moddm {
    width: 1920px;
    height: auto;
    margin-left: -960px;  
    border: none;
    left: 50%;
    position: absolute;
    cursor: crosshair;
	background-repeat:no-repeat;
    z-index: 10;
/*     border: 1px solid #ddd; */
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
#moddm .whs{
	 width: 750px;
}
#moddm .whs img{
	    display: block !important;
}
#user_dragresize .selected.drsElement {
      background: rgba(226, 255, 0, 0.51);
    border: 1px solid rgb(255, 185, 0);
}

#user_dragresize .drsElement {
    background: rgba(225, 255, 0, 0.45);
    border: 1px solid rgb(255, 220, 0);
}

#user_dragresize .drsElement:hover {
       background: rgba(255, 237, 0, 0.58);
}

#user_panel {
    width: 265px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    color: #323437;
    font-size: 14px;
    z-index: 99;
    margin-left: 0;
}

.user_panel {
    left: 10px;
    width: 265px;
    height: auto;
    background: #fff;
    text-align: center;
    display: block;
    border: none;
    z-index: 99;
}

.user_panel .drsMoveHandle {
    height: 36px;
    line-height: 36px;
}

.user_panel .mini_panel {
    float: right;
    width: 9px;
    height: 3px;
    background: #fff;
    cursor: pointer;
    margin: 7px;
}

.user_panel .area_detail ul {
    list-style: none;
    text-align: left;
    font-size: 12px;
    padding-left: 32px;
    padding: 16px 0;
    border: 1px solid #ECECEC;
}

.user_panel .area_detail ul li {
    padding: 3px;
    color: #C1C1C1;
}

.user_panel .area_detail ul span.area-title {
    height: 23px;
    line-height: 23px;
    color: #323437;
}

.user_panel .area_detail ul input {
    width: 100px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    margin-right: 10px;
    text-align: center;
    outline: none;
    border: 1px solid #D9DBDC;
}

.user_panel .area_detail ul input[type='button'] {
    margin-top: 10px;
    background: #4DA7FD;
    border: 1px solid #4DA7FD;
    width: 82px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    transition: all .2s linear;
}

.user_panel .area_detail ul input[type='button']:hover {
    background: #4F97E7;
    border: 1px solid #3085E3;
}

.user_panel .area_detail ul b {
    width: 10px;
    height: 10px;
    border: 1px solid #AFAFAF;
    display: inline-block;
    cursor: pointer;
    margin: 0 32px 0 18px;
}

.user_panel .area_detail ul .active {
    background: #fff;
}

.user_panel .area_detail ul i {
    width: 10px;
    height: 10px;
    border: 1px solid #AFAFAF;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}
/*热区属性*/
#user_panel_area{
    width: 272px;
}
#user_panel_area .drsMoveHandle{
    background: #545454;text-align: left;color: #fff;height: 30px;line-height: 30px;padding-left: 13px;position: relative;font-weight: bold;
}
#user_panel_area .drsMoveHandle i{
    position: absolute;width: 12px;height: 12px;background: url(img/drag-icons.png) no-repeat -1px -212px; right: 13px;top: 9px;cursor: auto;
}
#user_panel_area .area_detail ul{padding-left: 20px;}
#user_panel_area .area_detail ul li{
    padding: 4px 0;
}
.user-widget .ui-dialog-titlebar.ui-widget-header{
	padding:0px;
}
.user-widget.ui-dialog .ui-dialog-title{
	height: 30px;
    line-height: 30px;
    background: #545454;
    padding-left: 14px;
    color: #fff;
    font-weight: bold;
	font-size:14px;
}
#user_panel_area .area_detail ul span.area-title{
    display: inline-block;width: 52px;text-align: right;color: #595959;
}
#user_panel_area .area_detail ul input{
    width: 119px;height: 27px;line-height: 27px;text-align: left;margin-left: 6px;color: #6D6D6D;
}
#user_panel_area .area_detail ul input[type='radio']{
    width: 0;height: 0;
}

/*组件面板*/
#user-widget {
    width: 128px;height:150px;z-index: 99;
}
#user-widget .drsMoveHandle{
    height: 30px;line-height: 30px;background: #545454;padding-left: 13px;color: #fff;font-weight: bold;
}
#user-widget ul{
    padding: 15px 0;border: 1px solid #ECECEC;border-top: none;background: #fff;
}
#user-widget ul li{
    height: 35px;line-height: 35px;padding-left: 36px;position: relative;color: #494949;background: url(img/drag-icons.png) no-repeat 14px 11px;cursor: pointer;
}

#user-widget ul li.widget-addArea{
    background-position: 14px -23px;
}
#user-widget ul li.widget-clearArea{
    background-position: 14px -57px;
}
#user-widget ul li::before{
    width: 2px;height: 20px;background: #fff;left: 0;content: "";position: absolute;top: 8px;
}
#user-widget ul li.show.widget-draw{
    color: #545454;background-position: 14px -97px;
}
#user-widget ul li.show.widget-addArea{
    color: #545454;background-position: 14px -131px;
}
#user-widget ul li.show.widget-clearArea{
    color: #545454;background-position: 14px -165px
}
#user-widget ul li.show::before{
    background: #545454;
}
/*画布设置*/
.dialog-view.ui-draggable .ui-dialog-titlebar{
    background: #ffffff;
    height: 43px;
    line-height: 43px;
    padding: 0px 0px 0px 18px;
}
.dialog-view.ui-dialog .ui-dialog-title{
    color: #333;
    font-size: 16px;
}
.dialog-view.ui-dialog .ui-dialog-titlebar-close{
    height: 20px;
    width: 20px;
    border: none;
    background: transparent;
    background: url(img/radio.png) 0 -20px no-repeat;
    outline: none;
}
.dialog-view.ui-dialog .ui-dialog-titlebar-close:hover{
   background: url(img/radio.png) -20px -20px no-repeat;
   cursor:pointer;
}
#dialog-widget-draw{
    padding: 30px 15px 0;color: #666;
}
#dialog-widget-draw .widget-draw-plotform{
    padding-bottom: 20px;border-bottom: 1px dashed #DEDEDE;
}
#dialog-widget-draw .widget-draw-l{
    float: left;width: 75px;height: 38px;line-height: 38px;text-align: right;
}
#dialog-widget-draw .widget-draw-r{
    margin-left: 80px;height: 38px;display: block;line-height: 38px;
}

.shoptype .ui-checkboxradio-label.ui-button .ui-icon {
    background: url(img/shoplogo.png) no-repeat 0px 0px;
}


b.tm, b.tb1, b.tb2 , b.jd {
    background: url(img/shoplogo.png) no-repeat 0px 0px;
    display: inline-block;
    height: 36px;
    width: 58px;
    vertical-align: top;
}
b.tm {
    background-position-x: -36px
}
b.jd {
    background-position-x: -105px
}
b.tb1{
     background-position-x: -177px
}
.shoptype .ui-checkboxradio-label {
    display: inline-block;
    width: 170px;
    height: 36px;
    margin-right: 11px;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    border-radius: 6px;
}

.shoptype .ui-checkboxradio-checked {
    background:'';
    border:2px solid #EE5900;
    border-radius: 6px;
}
/*S单选*/
.shoptype .ui-button .ui-icon {
    display: none;
}

.shoptype .shop-jd{margin-right:0px;}
.shoptype .shop-tb{margin-right:0px;}
/* .shoptype input[type='radio']{
    width: 0;height: 0;
}
.shoptype .ui-checkboxradio-label:last-child{
    margin-right: 0;
}
.shoptype .ui-checkboxradio-label {
    display: inline-block;*display:block;*zoom:1;width: 86px;height: 36px;margin-right: 35px;border: 1px solid #E0E0E0;cursor: pointer;
}
.shoptype .ui-checkboxradio-label .ui-checkboxradio-icon{
    width: 25px;height: 25px;background: url(img/shoplogo.png) no-repeat;margin-left: 11px;
    margin-top: -5px;
}
.shoptype .ui-checkboxradio-label.shop-tb .ui-checkboxradio-icon{
    background-position: -7px -5px;
}
.shoptype .ui-checkboxradio-label.shop-tm .ui-checkboxradio-icon{
    background-position: -41px -5px;
}

.shoptype .ui-checkboxradio-label.shop-ali .ui-checkboxradio-icon{
    background-position: -150px -5px;
}
.shoptype .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon{
    background-image: url(img/shoplogo.png);
}
.shoptype .ui-checkboxradio-checked {
    background: url(img/tool/area/drag-icons.png) no-repeat -75px 20px;
    border: 1px solid #EE5900;
} */


#dialog-widget-draw .widget-draw-url{
    height: 40px;line-height: 40px;margin: 25px 0px 0px;
}
#dialog-widget-draw .widget-draw-url input{
    width: 456px;height: 36px;border: 1px solid #DEDEDE;padding: 0 13px;outline: none;color: #666;
}
#dialog-widget-draw .widget-draw-wh{
    height: 40px;line-height: 40px;margin: 18px 0px 0px;
}
#dialog-widget-draw .widget-draw-wh input{
    width: 92px;height: 36px;outline: none;padding: 0 13px;border: 1px solid #DEDEDE;color:#666;
}
#dialog-widget-draw .widget-draw-wh .px{
    margin: 1px;width: 36px;height: 36px;text-align: center;line-height: 36px;display: inline-block;*display:block;*zoom:1;border: 1px solid #DEDEDE;font-style: normal;border-left: none;color: #999;
}
#dialog-widget-draw .widget-draw-w{
    float: left;
}
#dialog-widget-draw .widget-draw-wx{
    float: left;
}
#dialog-widget-draw .widget-draw-h{
    margin-left: 230px;
}
#dialog-widget-draw .widget-draw-h .widget-draw-l{
    margin-right: 20px;
}
#dialog-widget-draw .widget-draw-hx{
    margin-left: 230px;
}
#dialog-widget-draw .widget-draw-hx .widget-draw-l{
    margin-right: 20px;
}
#dialog-widget-draw .widget-draw-r .draw-aten {
    color: #5bb100;
}



#dialog-widget-draw .widget-draw-wh .fullPage{cursor: pointer;margin-right: 10px;color: #f00}
#dialog-widget-draw .widget-draw-wh .fullPage i{
    display: inline-block;*display:block;*zoom:1;width: 15px;height: 15px;border: 1px solid #DEDEDE;vertical-align: text-bottom;margin-right: 12px;
}
#dialog-widget-draw .widget-draw-wh .fullPage.show i{
    background: url(img/drag-icons.png) no-repeat 1px -236px;border: 1px solid #137EF1;
}
#dialog-widget-draw .widget-draw-tips{
    margin-left: 10px;color: #999;
}
.widget-draw-foot{
    margin: 8px 0 10px;
	height: 38px;
    line-height: 38px;
	text-align: center;
}
#dialog-widget-draw .btn_ok{
	cursor: pointer;
	width:100%;
	background:#5bb100;
	color:#fff;
	text-align:center;
	border-radius:3px;
	/* float:right; */
	height: 38px;
    line-height: 38px;
}
#dialog-widget-draw .btn_ok:hover{
	background: #ef3f22 !important;
}

/* dialog */
.ui-widget-overlay {
    background: #000;
    opacity: .4;
    filter: Alpha(Opacity=40);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.ui-widget-content {
    background: #ffffff;
    color: #333333;
}

.ui-widget {
    font-family:微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-resizable {
    position: relative;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
}

.ui-front {
    z-index: 50;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    padding: 18px;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
    overflow: hidden;
}

.ui-widget-header {
    border-bottom: 1px solid #DEDEDE;
    color: #333333;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 1em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    border: none;
    background: transparent;
    background: url(img/radio.png) 0 -20px no-repeat;
    outline: none;
    font-family: 'Microsoft Yahei', 'simsun', "arial", "sans-serif";
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    background-position: -20px -20px;
}

.ui-dialog .ui-dialog-title {
    font-size: 18px;
    float: left;
    color: #009cff;
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fk_layer_textarea textarea {
    width: 96%;
    height: 490px;
    outline: none;
    padding: 2%;
    border: none;
    resize: none;
    font-family: 'Microsoft Yahei', 'simsun', "arial", "sans-serif";
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.ui-checkboxradio-label.ui-button .ui-icon {
    background: url(img/radio.png) no-repeat -20px -40px;
}



/*S单选*/
.ui-checkboxradio-label.ui-checkboxradio-radio-label .ui-icon {
    background: url(img/radio.png) no-repeat;
    background-position: -20px 0;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon {
    background-position: 0 0;
}
/*E单选*/

/*S复选*/
.ui-checkboxradio-label.ui-state-active .ui-state-checked{
	background-position: 0px -40px;
}
/*E复选*/



#user_panel_area .ui-checkboxradio-label{
    display: inline-block;*display:block;*zoom:1;
    height: 29px;
    line-height: 29px;
    margin-left: 6px;
    color: #737373;
}

/*dialog login*/
/*未登录*/
.dialog-login {
    display: back;
    margin: 100px auto;
    text-align: center;
    font-size: 16px;
}

.dialog-login a {
    color: #000;
    text-decoration: none;
}

.dialog-login a:hover {
    color: #5bb100;
}

/*已有历史记录*/
#historyTable tr {
    height: 30px;
    line-height: 30px;
}

#historyTable tbody {
    text-align: center;
}

#historyTable tbody tr td {
    border-collapse: none;
}
#historyTable tbody tr.active{
    background: #EFEFEF;
}
#historyTable tbody tr:hover {
    background: #EFEFEF;
}

#historyTable tbody tr span:hover {
    color: #009CFF;
    cursor: pointer
}

#historyTable .delHistory {
    width: 120px;
    background: #e2e2e2;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-indent: 0 !important;
    padding: 0 10px;
    outline: none;
}
#historyTable .delHistory.red{
    background: #ef3f22 !important;
    color: #ffffff;
}
#historyTable .delHistory:hover {
    background: #ef3f22 !important;
    color: #ffffff;
}
/*导出代码*/
#dialog-export-code .getCode {
    text-align: center;
    padding: 20px 0;
}
#dialog-export-code .getCode input{
    background: #e2e2e2;
    width: 40%;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    outline: none;
    color: #ffffff;
}
#dialog-export-code .getCode input:hover{
    background: #EF3F22!important;
    border: none ;
}
#dialog-export-code .getCode input.blue{
    background: #5bb100;
    border: none ;
}
#dialog-export-code .getCode input.red{
    background: #EF3F22 ;
    border: none ;
}

#dialog-preview{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .8);
    display: none;
	overflow-y: scroll;
}
#dialog-preview .preview_close {
    z-index: 999;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(img/csspic.png) -3px -21px #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;
}
/*登录界面*/
#dialog-login{
	display: block;
	width: auto;
    min-height: 90px;
	max-height: none;
	height: auto;
	overflow: hidden;
	background: url(img/loading_d.gif) no-repeat center;
}
#dialog-history{
	overflow-y:scroll;
}
#dialog-history a{
	color:#666;
	text-decoration:none;
}
#loginForm{
    overflow: hidden;
}

#helpUi {
    padding: 20px;
    overflow-y: scroll;	
}
#helpUi p{
	font-family: "微软雅黑";
    font-size: 16px;
    color: #464646;
    padding: 10px 0;
    margin-bottom: 20px;	
}
#helpUi img {
    margin-bottom: 20px;
}
#historyTable{border-collapse:collapse;}
#historyTable .history{cursor:pointer;}
#historyTable .history:hover{color:#009cff;}
#historyTable .delHistory{width:120px;}
#historyTable thead tr{height:32px;}
#historyTable tbody tr:hover{background:#efefef;}
#historyTable tbody td{height:30px;}
#historyTable .editHistory{margin-left:40px;display:none;cursor:pointer;}
#historyTable .titleHistory{padding-left:40px;text-align:left;}
#historyTable tbody tr:hover .editHistory{display:inline;color:#ef3f22;}
#historyTable tbody tr .title_input{display:inline;height:28px;width:60%;line-height:28px;padding:0;outline:none;border:1px solid #333;color:#333;font-size:12px;}

.menu_nav .kilista .kjlies a,.bfczlist{
color:#007bff !important;
}
.bfczlist {
    position: absolute;
    z-index: 999;   
    width: 120px;
    text-align: center;
    display: none;
        top: 44px;
		margin-left: 14px;
    }
.bfczlist li{
    display: block;
        cursor: pointer;
    line-height: 33px;
     background: #fff;
    float: none !important;
}
.bfczlist li:hover{
      background: #e8e8e8;
}
.czbfdq:hover  .bfczlist{
    display: block;
}

.hduer {
    float: right;
    width: auto;
    margin: 6px 19px 0px 11px;
}
.deandengluanniu {
    display: block;
    float: left;
    background: #55a7ff;
    color: #ffffff;
    text-align: center;
    height: 27px;
    line-height: 27px;
    margin: 9px 0px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    border: 1px solid #5993da;
}

.deandengluanniu:hover {
    background: #FF2300;
    color: #fff;
}

.deanzhuceanniu {
    display: block;
    float: left;
    background: #087fff;
    color: #FFFFFF;
    width: 70px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    margin: 9px 0px;
    cursor: pointer;
    border: 1px solid #007bff;
}
.deanzhuceanniu:hover {
    background: #fff;
    color: #3C3C3C;
}

.ui-dialog,#user_panel_area {
    position: fixed!important;
}

#moddm{
  display: block !important;z-index: 1;
}


.kjlies {
    position: absolute;
    z-index: 999;   
    width: 120px;
    text-align: center;
    display: none;
    top: 44px;
	margin-left: 14px;
    }
.kjlies li a{
    display: block;
        cursor: pointer;
    line-height: 33px!important;   padding: 0!important;
	height: 33px!important;
     background: #e8e8e8!important;  margin: 0!important;    width: 100px;
   
}

.kilista:hover  .kjlies{
    display: block;
}