
.flex{display: flex;display:-webkit-flex;justify-content: space-between;flex-wrap: wrap}

* { font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; margin: 0px; padding: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; box-sizing: border-box;-webkit-text-stroke: 0px!important;-webkit-font-smoothing: antialiased !important;}
::selection { color: #fff; background: #238186;}
html { font-size: 62.5%; height: 100%; }

body { height: 100%; margin: 0 auto; width: 100%; max-width: 1920px;  font-size: 14px; font-size: 1.4rem; color: black; }

a { color: #222; text-decoration: none; outline: none; tap-highlight-color: transparent; focus-ring-color: transparent; -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -moz-tap-highlight-color: transparent; -moz-focus-ring-color: transparent; }

a.hover1:hover{color: #2baab1 !important;}
a.hover2:hover{color: #ffab2b !important;}

ol, ul, li { list-style: none; }

img {max-width: 100%;max-height: 100%;}

img.muban-img{max-height: unset}
.img{line-height: 0;font-size: 0;}

.img a{display: block;}

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }
input::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type="number"]{ -moz-appearance: textfield; }
input:focus, textarea:focus { outline: none; }

input:hover{border: 1px solid #2baab1!important;}
input:focus{border: 1px solid #2baab1!important;box-shadow: 0 0 0 2px rgba(58,90,151,.2)!important;;}
.input.textarea:hover{border: 1px solid #2baab1!important;}
.input.textarea:focus{border: 1px solid #2baab1!important;}
#resize:hover{border: 1px solid #2baab1!important;}
#resize:focus{border: 1px solid #2baab1!important;}

select:hover{border: 1px solid #2baab1!important;}
select:focus{border: 1px solid #2baab1!important;box-shadow: 0 0 0 2px rgba(58,90,151,.2)!important;
outline:none!important;}
input.layui-input:hover{border: 1px solid #2baab1!important;}
input.layui-input:focus{border: 1px solid #2baab1!important;box-shadow: 0 0 0 2px rgba(58,90,151,.2)!important;;}
.wrap-login .login-box input:-internal-autofill-previewed,
.wrap-login .login-box input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

input[type=search]::-ms-clear{display: none;}
input[type=text]::-ms-clear{display: none;}
input::-webkit-search-cancel-button{display: none;}

textarea { resize: none;min-width: 460px; width:100%!important; height: 100%!important;border: 0px!important;}

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

button,input,select{border: none;outline: none;box-shadow: none;}
select option{border: none;}
select{
	/*隐藏select的下拉图标*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("../images/selectBg.png") no-repeat right 1rem center;
	outline: none!important;
	padding-right: 24px!important;
}
.select_fenlei,#select_fenlei,.select-san{
	cursor: pointer;
	background: url("../images/selectBg.png") #fff no-repeat right 1rem center;
	padding-right: 24px!important;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
/* 末尾省略号 */
.self-ellipsis {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/* 多行末尾省略号 */
.self-ellipsis-1 {display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-word;}
.self-ellipsis-2 {display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-word;}
.self-ellipsis-3 {display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-word;}
.self-ellipsis-4 {display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-word;}

.dvc{padding-left: 10px; display: inline-block;vertical-align: middle;line-height: 46px;}
.dvc a{color: #2baab1;font-weight: bold}
.flex{display: flex;display:-webkit-flex;justify-content: space-between;flex-wrap: wrap}
input.time-icon{display: inline-block;vertical-align: middle;line-height: 26px;padding: 5px 10px; padding-left: 40px;background-position: 13px center; background-image: url("../images/time.png");background-repeat: no-repeat}
input.time-icon.small{line-height: 22px;padding: 5px 10px;}

::-webkit-input-placeholder { color: #999999; }
::-moz-placeholder { color: #999999; }
:-moz-placeholder { color: #999999; }
:-ms-input-placeholder { color: #999999; }
.no-margin{margin: 0!important;}
.c-nomr { margin-right: 0 !important; }
.c-noml { margin-left: 0 !important; }
.no-mgt{margin-top: 0!important;}
.no-pdt{padding-top: 0!important;}
.no-mgb{margin-bottom: 0!important;}
.no-mgl{margin-left: 0!important;}
.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
.vcib{display: inline-block;vertical-align: middle;}

.mgr5{margin-right: 5px!important;}
.mgr10{margin-right: 10px!important;;}
.mgr15{margin-right: 15px;}
.mgr20{margin-right: 20px;}
.mgt2{margin-top: 2px!important;}
.mgt5{margin-top: 5px;}
.mgt10{margin-top: 10px;}
.mgt15{margin-top: 15px;}
.mgt20{margin-top: 20px;}
.mgt30{margin-top: 30px;}
.mgb5{margin-bottom: 5px;}
.mgb10{margin-bottom: 10px;}
.mgb15{margin-bottom: 15px;}
.mgb20{margin-bottom: 20px;}
.mgl5{margin-left: 5px;}
.mgl10{margin-left: 10px!important;}
.mgl15{margin-left: 15px;}
.mgl20{margin-left: 20px;}
.mgl30{margin-left: 30px;}

.color-333{color: #333;}
.color-666{color: #666;}
.color-999{color: #999;}
.color-blue{color: #2baab1!important;}
.color-dcdcdc{color: #dcdcdc;}
.color-AAA{color: #AAA;}
.color-fff{color: #fff;}

.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px!important;}
.fs22{font-size: 22px!important;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}

.cursor-default{cursor: default;}
input[type=search]::-ms-clear{display: none;}  /*清除IE下的 search 叉号*/
input[type=text]::-ms-clear{display: none;}  /*清除IE下的 text 叉号*/
/* //针对Chrome浏览器 */
input::-webkit-search-cancel-button{display: none;}  /*清除谷歌浏览器下的 search 叉号*/

/* table */
/* border="0" cellpadding="0" cellspacing="0" border: 1px solid #ddd;*/
.table-scroll{overflow-x: auto;max-width: 100%;}
table{ width: 100%;}
table thead{width: 100%;}
table tbody{width: 100%;}

table thead{background-color: #edf2ff;height: 40px;}
table thead tr th{text-align: left; padding: 6px 8px; font-size: 14px;color: #333;line-height: 20px; vertical-align: middle;}
table thead tr th{border:1px solid #fff;padding: 1% 8px;border-top: 1px solid #edf2ff;}
table thead tr th:nth-child(1){border-left: 1px solid #edf2ff;}
table thead tr th:last-child{border-right: 1px solid #edf2ff;}
table tbody tr{background-color: #fff;}
table tbody tr:hover{background-color: rgb(242, 243, 247);}
table tbody tr td{border-bottom: 1px solid #ddd;padding: 10px 6px;}
table tbody tr td{text-align: left; padding: 6px 8px; font-size: 12px;color: #333;line-height: 20px; vertical-align: middle;}
/* table tbody tr:last-child td{border-bottom: 0px solid #ddd;} */

.table-page{padding-top: 10px;}
.table-page table thead tr th{padding: 6px 10px;font-size: 14px;font-weight: bold;}
.table-page table thead tr th .icon{font-weight: 400!important;}
tbody.h-123 tr{height: 123px;}
.table-page table tbody tr td{padding: 18px 10px;font-size: 14px;}
.table-page table .option-btn a{color: #2baab1;margin-right: 15px;}
.table-page table .option-btn a:hover{font-weight: bold;}
table .table-img{display: block;max-width: 86px;border: 1px solid rgba(217,217,217,1);}
table .turn-btn-div{margin-top: 0;}
table .turn-btn-div .icon{display: inline-block;vertical-align: middle;}
.table-page table tbody tr td .turn-btn-div a:hover{text-decoration:none}

.table-page table tbody tr td .self-ellipsis-2{word-break: break-word;}
.table-page table tbody tr td .self-ellipsis-2 a{word-break: break-word;}
.table-page table tbody .option-btn a{white-space:nowrap;}
/********************************************** common **********************************************/
body,html{min-height: 100%;}

/*页面加载中*/
.layer-page-loading .layui-layer-loading2{ margin: 0 auto;}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(2160deg);
    }
}
/*.layer-page-loading .layui-layer-loading2 {*/
    /*width: 70px !important;height: 70px !important;*/
    /*background-image: url("../images/loading.png") !important;background-repeat: no-repeat !important;*/
    /*-webkit-transform: rotate(360deg);*/
    /*animation: rotation 8s linear infinite;*/
    /*-moz-animation: rotation 8s linear infinite;*/
    /*-webkit-animation: rotation 8s linear infinite;*/
    /*-o-animation: rotation 8s linear infinite;*/
/*}*/
#page_loading_gif{z-index: 999;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(255,255,255,0.5)}
#page_loading_gif img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
/*<div id="page_loading_gif">*/
/*<img src="./images/loading-2.gif"/>*/
/*</div>*/

#page_loading{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(255,255,255,0.5);z-index: 999;}
#page_loading .spinner{position: absolute !important;top: 46% !important;left: 50% !important;}


/* 切换按钮 */
.turn-btn-div{margin-top: -2px; position: relative; display: inline-block;vertical-align: middle;}
.turn-btn-div .turn-btn-input{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter:Alpha(opacity=0)}
.turn-btn-div .icon{font-size: 42px;color: #dcdcdc;}
.turn-btn-div .icon.iconkaiguananniu-kai{color: #2baab1;}


/* 切换按钮radio */
.turn-btn-radio-div{margin-top: -2px; position: relative; display: inline-block;vertical-align: middle;}
.turn-btn-radio-div .turn-btn-input{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter:Alpha(opacity=0)}
.turn-btn-radio-div .icon{font-size: 42px;color: #dcdcdc;}
.turn-btn-radio-div .icon.iconkaiguananniu-kai{color: #2baab1;}


    /* 多选 */
.check-box-div{position: relative;display: inline-block;vertical-align: middle;line-height: 0px;}
.check-box-div .icon{font-size: 18px;color: #ddd;line-height: 18px;display: inline-block;vertical-align: middle;}
table .check-box-div .icon::before{background-color: #FFFFFF;display: inline-block;height: 18px;}
table .check-box-div{height: 20px;}
.check-box-div .icon.iconduoxuanweixuanzhong{line-height: 20px;}
.check-box-div .icon.iconfuxuankuangxuanzhong{color: #2baab1 !important;background: #fff;
    height: 18px;
	line-height: 18px;
	border-radius: 10px;
}
.check-box-div .checkbox-input{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter:Alpha(opacity=0)}
.check-box-div .text{color: #333;line-height: 26px;margin-left: 3px;margin-right: 30px;}
.check-box-div.disabled .text{color:#ddd;}
.check-box-div.disabled .checkbox-input{cursor:not-allowed;}
.table-page table tbody tr td .check-box-div a:hover{text-decoration:none}
.wrap-bank-pic-page .check-box-div .icon{color: #eee;}
.wrap-bank-pic-dialog .check-box-div .icon{color: #eee;}
/*弹框去掉放大镜，加大复选框点击区域 start*/
.wrap-bank-pic-dialog .pic-box .list ul li .check-box-div{width: 100%;height: 100%;top: 0 !important;right: 0 !important;text-align: right;padding: 10px;}
.wrap-bank-pic-dialog .pic-box .list ul li .magnifier{display: none;}
/*弹框去掉放大镜，加大复选框点击区域 end*/

    /* 单选 */
.radio-box-div{position: relative;display: inline-block;vertical-align: middle;line-height: 0px;}
.radio-box-div >.icon{font-size: 16px;color: #d9d9d9;line-height: 26px;display: inline-block;vertical-align: middle;}
.radio-box-div .icon.icondanxuanxuanzhong{color: #2baab1;}
.radio-box-div .radiobox-input{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter:Alpha(opacity=0)}
.radio-box-div .text{color: #666;line-height: 26px;margin-left: 3px;margin-right: 30px;}


/* 按钮 */
.layui-btn{ min-width: 80px;text-align: center;border-radius: 5px; background-color: #2baab1;height: 36px;line-height: 36px;}
.layui-btn2{ min-width: 65px;height: 30px;line-height: 30px;}

.layui-btn:before{margin-right: 6px;}
.layui-btn.layui-btn-primary{border: 1px solid #C9C9C9;background-color: #fff;}
.layui-btn.layui-btn-primary2{border: 1px solid #C9C9C9;background-color: #f3f5f9;color: #222;}
.layui-btn.layui-btn-primary-blue{border: 1px solid #2baab1;background-color: #fff;color: #2baab1;}
.layui-btn.layui-btn-disabled{}
.layui-layer-btn .layui-layer-btn0{border-color: #2baab1 !important;background-color: #2baab1 !important;min-width: 80px;text-align: center;height: 36px;line-height: 34px;border-radius: 3px;}
.layui-layer-btn .layui-layer-btn1{border: 1px solid #2baab1;color: #2baab1; min-width: 80px;text-align: center;height: 36px;line-height: 34px;border-radius: 3px;}
.layui-layer-btn .layui-layer-btn2{border: 1px solid #2baab1;color: #2baab1; min-width: 80px;text-align: center;height: 36px;line-height: 34px;border-radius: 3px;}
.layui-btn.iconpaixu:before{font-size: 18px;display: inline-block;vertical-align: middle;margin-top: 0px;}
.layui-btn.iconshanchuanniu:before{font-size: 16px;display: inline-block;vertical-align: middle;margin-top: 2px;}

.self-blue-btn{color: #fff !important;text-align: center; min-width: 110px;padding: 0 20px; height: 36px;background-color: #2b93ff; line-height: 36px;border-radius: 36px; display: inline-block;vertical-align: middle;}
.self-blue-btn.small{color: #fff !important;text-align: center; min-width: 90px;padding: 0 20px; height: 26px;background-color: #2b93ff; line-height: 26px;border-radius: 26px; display: inline-block;vertical-align: middle;}
.self-blue-btn:hover{font-weight: normal !important;}


/*树形组件--图片银行*/
.wrap-bank-pic .layui-tree-line .layui-tree-set:before{border-left: 1px solid #f0f0f0;}
.wrap-bank-pic .layui-tree-line .layui-tree-set .layui-tree-set:after{border-top: 1px solid #f0f0f0;}
.wrap-bank-pic .layui-tree-icon{height: 16px;line-height: 16px;width: 16px;border: 1px solid #c8c8c8;}
.wrap-bank-pic .layui-tree-icon .layui-icon{font-size: 16px;}
.wrap-bank-pic .layui-tree-entry{height: 24px;}
.wrap-bank-pic .layui-tree-txt{max-width: 90px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wrap-bank-pic .layui-tree-txt:hover{color: #2baab1 !important;}
.wrap-bank-pic .layui-disabled, .layui-disabled:hover {color: #d2d2d2!important;cursor: not-allowed!important;}
.wrap-bank-pic .layui-icon-subtraction:before{margin-left: -1px;}
.wrap-bank-pic .layui-tree-icon .layui-icon {font-size: 15px;}
.wrap-bank-pic .layui-icon.layui-icon-edit:hover{color: #2baab1 !important;}
.wrap-bank-pic .layui-icon.layui-icon-delete:hover{color: #2baab1 !important;}

/*树形组件--权限设置*/
#power .layui-tree-entry{height: 30px;}
#power .layui-tree-icon{border: 0px;}
#power .layui-tree-txt{color: #222;}
#power .layui-icon-addition:before {content: url("../images/arrow_black_close.png");}
#power .layui-icon-subtraction:before {content: url("../images/arrow_black_open.png");}
#power .layui-icon-file:before {content: "";}
#power .layui-tree-line .layui-tree-pack {padding-left: 47px;}
#power .layui-tree-line .layui-tree-set:before{border-left: 1px solid #c0c4cc;}
#power .layui-tree-line .layui-tree-set .layui-tree-set:after{border-top: 1px solid #c0c4cc;}
#power .layui-form-checkbox[lay-skin="primary"]:hover i{border-color: #2baab1;}
#power .layui-form-checked[lay-skin="primary"] i{border-color: #2baab1 !important; background-color: #2baab1;}
#power .layui-form-checkbox[lay-skin=primary] i{width: 18px;height: 18px;}

/* 树形组件 移动弹窗 */
.wrap-product-move .layui-tree-txt{max-width: 360px!important;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


/*树形组件--选择分类*/
.pro-fenlei-tree .layui-tree-entry{height: 30px;}
.pro-fenlei-tree .layui-tree-icon{border: 0px;}
.pro-fenlei-tree .layui-tree-txt{color: #222;}
.pro-fenlei-tree .layui-icon-file:before {content: "";}
.pro-fenlei-tree .layui-icon-addition:before {content: url("../images/arrow_black_close.png");}
.pro-fenlei-tree .layui-icon-subtraction:before {content: url("../images/arrow_black_open.png");}
.pro-fenlei-tree .layui-tree-iconClick{min-width: 14px;}

/*图片银行*/
.layui-layer-iframe.pic-bank-dialog{max-width: 1310px;}
.layui-layer-iframe.pic-bank-dialog .layui-layer-title{background-color: #fff;}
.layui-layer-iframe .layui-layer-btn{box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);}
.wrap-bank-pic .nano > .nano-content{bottom: unset}
.wrap-bank-pic{padding: 0; height: 100%;overflow: hidden;position: relative;}
.wrap-bank-pic .pic-box{height: 100%;overflow: hidden;}
.wrap-bank-pic .pic-box .fenlei-div{float: left;width: 168px;padding: 10px 0; height: 100%;border-right:1px solid #e7e7e7;}
.wrap-bank-pic .pic-box .fenlei{}
.wrap-bank-pic .pic-box .list{float: left;width: calc(100% - 170px);height: 100%;overflow-y: auto;}
.wrap-bank-pic .pic-box .list .top{height: 60px;overflow: hidden;padding: 0 20px 0 15px;}
.wrap-bank-pic .pic-box .list .top .fl{margin-top: 12px;}
.wrap-bank-pic .pic-box .list .top .fr{float: right;width: 300px;height: 36px;margin-top: 12px;position: relative;}
.wrap-bank-pic .pic-box .list .top .fr input{width: 100%;padding: 5px 10px;padding-right: 30px;line-height: 24px;border: 1px solid #dcdcdc;border-radius: 3px;}
.wrap-bank-pic .pic-box .list .top .fr button{position: absolute;height: 34px;width: 30px;top: 1px;right: 1px;text-align: center;}
.wrap-bank-pic .pic-box .list .top .fr button img{display: inline-block;vertical-align: middle;}
.wrap-bank-pic .pic-box .list-div{height: calc(100% - 150px);width: 100%;padding: 10px 5px;overflow-y: auto}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list-div{ overflow-y: hidden}
.wrap-bank-pic .pic-box .list-div::-webkit-scrollbar { display: none;}

.layui-layer-iframe.pic-bank-dialog .layui-layer-btn a{min-width: 60px;width: 60px;height:30px;padding: 0;text-align: center;line-height:30px;}
.layui-layer-iframe.layui-layer-picture-bank .layui-layer-btn a{min-width: 60px;width: 60px;height:30px;padding: 0;text-align: center;line-height:30px;}
/*.wrap-bank-pic .pic-box .list-div::-webkit-scrollbar {!*滚动条整体样式*!*/
/*    width:4px;     !*高宽分别对应横竖滚动条的尺寸*!*/
/*    height: 4px;*/
/*    scrollbar-arrow-color:red;*/
/*}*/
/*.wrap-bank-pic .pic-box .list-div::-webkit-scrollbar-thumb {!*滚动条里面小方块*!*/
/*    border-radius: 5px;*/
/*    -webkit-box-shadow: inset 0 0 5px #dcdcdc;*/
/*    box-shadow: inset 0 0 5px #dcdcdc;*/
/*    background: #dcdcdc;*/
/*    scrollbar-arrow-color:red;*/
/*}*/
/*.wrap-bank-pic .pic-box .list-div::-webkit-scrollbar-track {!*滚动条里面轨道*!*/
/*    -webkit-box-shadow: inset 0 0 5px #fff;*/
/*    box-shadow: inset 0 0 5px #fff;*/
/*    border-radius: 0;*/
/*    background: #fff;*/
/*}*/
.wrap-bank-pic .pic-box .list ul{padding: 0 36px 0 12px; box-sizing: border-box;height: 100%}
.wrap-bank-pic.wrap-bank-pic-dialog .pic-box .list .nano-pane{display: unset!important;}
.wrap-bank-pic .pic-box .list .no-pic{height: calc(100% - 150px);padding: 10px 5px;width: 100%;position: relative;}
.wrap-bank-pic .pic-box .list .no-pic img{max-width: 70%;max-height: 70%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.wrap-bank-pic .pic-box .list ul li{height: max-content;margin:0 0px 20px;float: left; overflow: hidden; position: relative; width:calc(100% / 8 - 10px);padding: 10px 10px 0 10px;background-color: #f5f5f5;border-radius: 10px;display: flex;flex-direction:column;align-items: center;}
.wrap-bank-pic-dialog.wrap-bank-pic .pic-box .list ul li{ width:calc(100% / 6 - 10px);}

.wrap-bank-pic .pic-box .list ul li .img{ width: 95%;height: 95%;background-color: #fff;display: table-cell;vertical-align: middle;text-align: center;cursor: pointer;display: flex; align-items:center; justify-content:center}
.wrap-bank-pic .pic-box .list ul li .img img{display: inline-block;vertical-align: middle;}
.wrap-bank-pic .pic-box .list ul li .name{width: 100%;padding-right:0px; position: relative; text-align: center; line-height:30px;height:30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wrap-bank-pic .pic-box .list ul li .name .edit-btn{display: none; position: absolute;color: #2baab1; font-size: 18px;top: 50%;right: 0;transform: translateY(-50%)}
.wrap-bank-pic .pic-box .list ul li .name:hover .edit-btn{display: block;}
.wrap-bank-pic .pic-box .list ul li .name .edit-input{text-align: center; display: none; position: absolute;bottom:5px;left: 0;background-color: #fff; width: 100%;border: 1px solid #dcdcdc;padding: 5px 10px;line-height: 20px;height: 20px;}
.wrap-bank-pic .pic-box .list ul li .cover{position: absolute;top: 150%;left: 0px;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);transition: all 0.3s;}
.wrap-bank-pic .pic-box .list ul li .check-box-div{position: absolute;top: 10px;right: 10px;}
.wrap-bank-pic .pic-box .list ul li .check-box-div .icon.iconfuxuankuangxuanzhong {color: #0443b6;}
.wrap-bank-pic .pic-box .list ul li .img:hover .cover{top: 0px;}
.wrap-bank-pic .pic-box .list ul li .magnifier{color: #ccc;position: absolute;top: 50%;transform: translate(-50%,-50%);left: 50%;font-size: 20px;}
.wrap-bank-pic .pic-box .list ul li.selected .cover{top: 0px !important;}
@media screen and (max-width: 1219px) {
    /*.wrap-bank-pic .pic-box .list ul li {*/
    /*    width: 19%*/
    /*}*/
}
/*图片银行页面*/
.wrap-bank-pic.wrap-bank-pic-page{padding: 20px;}
.wrap-bank-pic.wrap-bank-pic-page .content-box{border: 0px;padding: 0;}
/*.wrap-bank-pic.wrap-bank-pic-page .pic-box .fenlei{width: 216px; border: 1px solid #dcdcdc;border-radius: 10px;}*/
.wrap-bank-pic.wrap-bank-pic-page .pic-box .fenlei-div{width: 216px;border:1px solid #dcdcdc;border-radius: 10px;}

.wrap-bank-pic.wrap-bank-pic-page .pic-box .list{float: right;border: 1px solid #dcdcdc;border-radius: 10px;width: calc(100% - 230px);}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list .top{height: 70px;padding-top: 10px;}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list .top .layui-btn .icon{font-size: 16px;margin-top: -3px; line-height: 34px;margin-right: 6px;display: inline-block;vertical-align: middle; }
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list .top .layui-btn .icon.iconshanchuanniu{font-size: 16px;}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list .top .fr{position: relative;}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list .top .fr input{width: calc(100% - 68px); padding-right: 10px;padding-left: 30px;float: left;}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list .top .fr img{position: absolute;top: 50%;transform: translateY(-50%);left: 8px;}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list .top .fr button{float: right;width: 60px;min-width: 60px;}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list ul{}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list-div{height: calc(100% - 160px);}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list .no-pic{height: 100%;padding: 10px 5px;width: 100%;position: relative;}
.wrap-bank-pic.wrap-bank-pic-page .pic-box .list .no-pic img{max-width: 70%;max-height: 70%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.wrap-bank-pic.wrap-bank-pic-page .ajax-add-group-btn{width: 100%;}
.wrap-bank-pic.wrap-bank-pic-page .ajax-add-group-btn:before{margin-right: 6px;}
/*无插件*/
.pic-bank-top-upload-btn{position: relative;}
.pic-bank-top-upload-btn input{top: 0;left: 0;z-index: 9; width: 100%;height: 100%;position: absolute;opacity: 0;filter:Alpha(opacity=0);}


/* 普通页面图片列表——无放大镜、无选择框、无名称、有删除 */
.bank-pic-list-box{width: 100%;overflow: hidden;}
.bank-pic-list-box .bank-pic-list{width: 100%;overflow: hidden;}
.bank-pic-list-box .pic-item{position: relative; border: 1px solid #dddddd; width: 120px;height: 120px;float: left;margin-right: 10px;}
.bank-pic-list-box .pic-item.add-pic-btn{border: 0px;background-image: url("../images/pic_add_box.png");cursor: pointer;;background-position: center;background-repeat: no-repeat;background-size: 100% 100%;}
.bank-pic-list-box .pic-item .img{width: 118px;height: 118px;display: table-cell;vertical-align: middle;text-align: center;}
.bank-pic-list-box .pic-item .delete{position: absolute;top: 105%;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4)}
.bank-pic-list-box .pic-item .delete a{font-size: 20px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.bank-pic-list-box .pic-item:hover .delete{top: 0;}

/* 普通页面图片列表——无放大镜、无选择框、有名称、有删除*/
.bank-pic-list-box .bank-pic-list2 .pic-item{width: unset;height: unset;border: 0px solid #dddddd;}
.bank-pic-list-box .bank-pic-list2 .pic-item .img{width: 120px;height: 120px;border: 1px solid #dddddd;}
.bank-pic-list-box .pic-item .name{padding-right: 18px; position: relative; text-align: center; line-height: 40px;height: 40px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.bank-pic-list-box .pic-item .name .edit-btn{display: none; position: absolute;color: #2baab1; font-size: 18px;top: 50%;right: 0;transform: translateY(-50%)}
.bank-pic-list-box .pic-item .name:hover .edit-btn{display: block;}
.bank-pic-list-box .pic-item .name .edit-input{text-align: center; display: none; position: absolute;bottom: 0;left: 0;background-color: #fff; width: 100%;border: 1px solid #dcdcdc;padding: 5px 10px;line-height: 20px;}

/*banner、首页图片*/
.bank-pic-list-box.banner-box .pic-item{width: 224px;height: 112px;}
.bank-pic-list-box.banner-box .pic-item .img{width: 222px;height: 110px;}
.bank-pic-list-box.banner-box .pic-item .img img{max-width: 100%;max-height: 100%;}
.bank-pic-list-box.banner-box .pic-item.add-pic-btn{background-image: url("../images/banner_img_bac.png");}
.bank-pic-list-box.banner-box .pic-item .delete a{left: 35%}
.bank-pic-list-box.banner-box .pic-item .delete a:nth-of-type(2){left: 50%}
.bank-pic-list-box.banner-box .pic-item .delete a:nth-of-type(3){left: 66%}

/*添加产品视频、图片*/
.bank-pic-list-box .bank-pic-list.bank-pic-list3 .video-item{float: left;margin-right: 15px; width: 120px;height: 120px;border: 0px solid #dddddd;}
.bank-pic-list-box .bank-pic-list.bank-pic-list3 .video-item .img{width: 120px;height: 120px;border: 1px solid #dddddd;}
.bank-pic-list-box .bank-pic-list.bank-pic-list3 .add-video-btn{margin-bottom: 0px; border: 0px;background-image: url("../images/video_add_box.png");background-position: center;background-repeat: no-repeat;background-size: 100% 100%;cursor: pointer;}
.bank-pic-list-box .bank-pic-list.bank-pic-list3 .add-video-btn.has-data{border: 0px;background-image: url("../images/add_p_video.png");background-position: center;background-repeat: no-repeat;background-size: 100% 100%;}
.bank-pic-list-box .bank-pic-list.bank-pic-list3 .pic-item{width: 120px;height: unset;}
.bank-pic-list-box .bank-pic-list.bank-pic-list3 .pic-item.add-pic-btn{height: 120px;}
.bank-pic-list-box .bank-pic-list3 .pic-item{width: unset;height: unset;border: 0px solid #dddddd;}
.bank-pic-list-box .bank-pic-list3 .pic-item .img{position: relative; width: 120px;height: 120px;border: 1px solid #dddddd;overflow: hidden;display: flex;align-items: center;justify-content: center;box-sizing: border-box;}
.bank-pic-list-box .bank-pic-list3 .pic-item .img *{box-sizing: border-box;}
.bank-pic-list-box .bank-pic-list3 .pic-item .img .cover{transition: top 0.5s; position: absolute;width: 100%;height: 100%;top: 100%;left: 0;background-color: rgba(0,0,0,0.4)}
.bank-pic-list-box .bank-pic-list3 .pic-item .img .cover a{font-size: 20px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.bank-pic-list-box .bank-pic-list3 .pic-item .img:hover .cover{top: 0;}
.bank-pic-list-box .bank-pic-list3 .pic-item .img img{max-height: 100%;max-width: 100%}


/*添加/编辑产品分类 图片*/
.bank-pic-list-box .bank-pic-list.bank-pic-list-product-category .video-item{float: left;margin-right: 15px; width: 120px;height: 120px;border: 0px solid #dddddd;}
.bank-pic-list-box .bank-pic-list.bank-pic-list-product-category .video-item .img{width: 120px;height: 120px;border: 1px solid #dddddd;}
.bank-pic-list-box .bank-pic-list.bank-pic-list-product-category .add-video-btn{border: 0px;background-image: url("../images/video_add_box.png");background-position: center;background-repeat: no-repeat;background-size: 100% 100%;}
.bank-pic-list-box .bank-pic-list.bank-pic-list-product-category .add-video-btn.has-data{border: 0px;background-image: url("../images/add_p_video.png");background-position: center;background-repeat: no-repeat;background-size: 100% 100%;}
.bank-pic-list-box .bank-pic-list.bank-pic-list-product-category .pic-item{width: 120px;height: unset;}
.bank-pic-list-box .bank-pic-list.bank-pic-list-product-category .pic-item.add-pic-btn{height: 120px;margin-bottom: 0px;}
.bank-pic-list-box .bank-pic-list-product-category .pic-item{width: unset;height: unset;border: 0px solid #dddddd;}
.bank-pic-list-box .bank-pic-list-product-category .pic-item .img{position: relative; width: 120px;height: 120px;border: 1px solid #dddddd;overflow: hidden;}
.bank-pic-list-box .bank-pic-list-product-category .pic-item .img .cover{transition: top 0.5s; position: absolute;width: 100%;height: 100%;top: 100%;left: 0;background-color: rgba(0,0,0,0.4)}
.bank-pic-list-box .bank-pic-list-product-category .pic-item .img .cover a{font-size: 20px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.bank-pic-list-box .bank-pic-list-product-category .pic-item .img:hover .cover{top: 0;}

.layer-p-add-video-dialog {border-radius:3px;width: 95% !important;height: 95% !important;max-width: 1150px !important;max-height: 755px !important;}
.layer-p-add-video-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}

/* yotobe视频弹窗 */
.layer-p-video-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}

.layer-p-video-dialog.layui-layer-iframe .layui-layer-btn{box-shadow: unset;}


/*有编辑框*/
.bank-pic-list-box .bank-pic-list-name-edit .pic-item.has-alt{height: unset;border: 0px solid #dddddd;}
.bank-pic-list-box .bank-pic-list-name-edit .pic-item.has-alt .img{width: 120px;height: 120px;border: 1px solid #dddddd;}
.bank-pic-list-box .bank-pic-list-name-edit .pic-item.has-alt .name{padding-right: 18px; position: relative; text-align: center; line-height: 40px;height: 40px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.bank-pic-list-box .bank-pic-list-name-edit .pic-item.has-alt .name .edit-btn2{display: none; position: absolute;color: #2baab1; font-size: 18px;top: 50%;right: 0;transform: translateY(-50%)}
.bank-pic-list-box .bank-pic-list-name-edit .pic-item.has-alt .name:hover .edit-btn2{display: block;}
.bank-pic-list-box .bank-pic-list-name-edit .pic-item.has-alt .name .edit-input2{text-align: center; display: none; position: absolute;bottom: 0;left: 0;background-color: #fff; width: 100%;border: 1px solid #dcdcdc;padding: 5px 10px;line-height: 20px;}

.bank-pic-list-box .bank-pic-list-name-edit .pic-item.has-alt .name{position: relative;}
.bank-pic-list-box .bank-pic-list-name-edit .pic-item.has-alt .delete{height: 120px;}

/*查看图片*/
.show-pic-dialog{display: none; padding: 50px;position: fixed;position: -ms-device-fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0,0,0,0.5);}
.show-pic-dialog .box{ position: absolute;top: 50%;left: 50%;width: calc(100% - 50px);height:calc(100% - 50px);transform: translate(-50%,-50%);}
.show-pic-dialog .box .img-box{position: absolute;text-align: center;max-width: 100%;max-height: 100%;width: auto;height:auto;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.show-pic-dialog .box img{max-width: 90vw;max-height: 90vh;}
.show-pic-dialog .box a{position: absolute;top: -30px;right: -30px;color: #ddd;font-size: 30px;}
.show-pic-dialog .box a:hover{color: #fff;}
.show-pic-dialog .box .box-btn{position: absolute;top: 50%;transform: translateY(-50%);color: #fff;font-size: 50px;color: #ddd;}
.show-pic-dialog .box .box-btn.prev{left: -60px;right: unset;}
.show-pic-dialog .box .box-btn.next{right: -60px;left: unset;}


/*页码*/
.page-div{text-align: right;padding: 20px 0px 0;min-height: 90px;line-height: 28px;vertical-align: middle;}
.page-div>*{display: inline-block;vertical-align: middle;margin-top: 10px;margin-left: 5px;}
.page-div .total{margin-right: 10px;color: #666;}
.page-div .total em{color: #2baab1;}
.page-div a{border: 1px solid #e7e7e7;border-radius: 3px;text-align: center;line-height: 28px;height: 30px; min-width: 30px;padding: 0 6px;color: #666;}
.page-div a:hover{color: #fff;border: 1px solid #2baab1;background-color: #2baab1;}
.page-div a.active{color: #fff;border: 1px solid #2baab1;background-color: #2baab1;}
.page-div a.no-active{background-color: #fff;color: #666666;border: 1px solid #e7e7e7;cursor:default}
.page-div a.no-active:hover{background-color: #fff;color: #666666;border: 1px solid #e7e7e7;cursor:default}
.page-div .page-input-box{margin: 10px 10px 0 10px;}
.page-div .page-input-box .page_input{border: 1px solid #d9d9d9;width: 45px;height: 30px;margin-top: 0;padding: 5px 10px;}
.page-div .page-input-box .page_input_ajax{border: 1px solid #d9d9d9;width: 45px;height: 30px;margin-top: 0;padding: 5px 10px;}
.page-div .mgl20{margin-left: 20px;}

/*提示信息*/
.show-toast-01 {width: auto;min-width: 156px !important;}
.show-toast-01 .layui-layer-content{word-break: keep-all;background-color: rgba(0,0,0,0.5);color: #fff;text-align: center !important;width: auto;padding: 13px 30px 13px 70px !important;overflow: hidden !important;}
.show-toast-01 .layui-layer-ico.layui-layer-ico1{top: 10px !important;left: 30px !important;background: url("../images/success.png") no-repeat !important;background-position: center !important;}
.show-toast-01 .layui-layer-ico.layui-layer-ico2{top: 10px !important;left: 30px !important;background: url("../images/success.png") no-repeat !important;background-position: center !important;}
.show-toast-01 .layui-layer-ico.layui-layer-ico3{top: 10px !important;left: 30px !important;background: url("../images/success.png") no-repeat !important;background-position: center !important;}
.show-toast-02 {width: auto;min-width: 156px !important;}
.show-toast-02 .layui-layer-content{word-break: keep-all;background-color: rgba(0,0,0,0.5);color: #fff;text-align: center !important;width: auto;padding: 13px 30px 13px 70px !important;overflow: hidden !important;}
.show-toast-02 .layui-layer-ico.layui-layer-ico1{top: 10px !important;left: 30px !important;background: url("../images/error.png") no-repeat !important;background-position: center !important;}
.show-toast-02 .layui-layer-ico.layui-layer-ico2{top: 10px !important;left: 30px !important;background: url("../images/error.png") no-repeat !important;background-position: center !important;}
.show-toast-02 .layui-layer-ico.layui-layer-ico3{top: 10px !important;left: 30px !important;background: url("../images/error.png") no-repeat !important;background-position: center !important;}
.show-toast-03 {width: auto;min-width: 156px !important;}
.show-toast-03 .layui-layer-content{word-break: keep-all;background-color: rgba(0,0,0,0.5);color: #fff;text-align: center !important;width: auto;padding: 13px 30px 13px 70px !important;overflow: hidden !important;}
.show-toast-03 .layui-layer-ico.layui-layer-ico1{top: 10px !important;left: 30px !important;background: url("../images/info.png") no-repeat !important;background-position: center !important;}
.show-toast-03 .layui-layer-ico.layui-layer-ico2{top: 10px !important;left: 30px !important;background: url("../images/info.png") no-repeat !important;background-position: center !important;}
.show-toast-03 .layui-layer-ico.layui-layer-ico3{top: 10px !important;left: 30px !important;background: url("../images/info.png") no-repeat !important;background-position: center !important;}


/*iframe 弹框*/
.layer-miframe.layui-layer-iframe .layui-layer-btn {box-shadow:0px 0px 0px 0px}


/*保存模板弹框*/
.layer-save-moban-dialog{max-width: 540px !important;width: 95% !important; border-radius:3px;}
.layer-save-moban-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}
.layer-save-moban-dialog .layui-layer-content{display: flex;align-items: center;}
.layer-save-moban-dialog .box {text-align: center;padding: 40px 20px;overflow: hidden;width: 100%;position: relative;height: 110px;padding-top: 50px!important;}
.layer-save-moban-dialog .box .fl{width: 70px;line-height: 36px;}
.layer-save-moban-dialog .box .fl span{color:#ff0000;}
.layer-save-moban-dialog .box .fr{width: calc(100% - 90px)}
.layer-save-moban-dialog .box .fr input{width: 100%;border: 1px solid #dcdcdc;border-radius: 3px;padding: 5px 10px;line-height: 26px;}
.layer-save-moban-dialog label.m-error{float: left;width: 100%; position: static !important;display: block;padding-left: 90px;text-align: left}
.layer-save-moban-dialog .layui-layer-btn{text-align: center;}
/*提示弹框*/
.layer-info-dialog{min-width: 400px;border-radius:3px;}
.layer-info-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}
.layer-info-dialog .box {text-align: center;padding: 20px 0 20px;}
.layer-info-dialog .box.move{padding: 60px 0 0;}
.layer-info-dialog .box.move .m-error{display: block;margin: 0 0 0 130px;text-align: left;}
.layer-info-dialog .box .img{line-height: 60px;}
.layer-info-dialog .box .img .icon{margin: 15px 0; font-size: 56px;color: #2baab1;}
.layer-info-dialog .box .text{}
.layer-info-dialog .layui-layer-btn{text-align: center;}
.layer-info-dialog .layui-layer-btn a{margin: 5px 10px;width: 80px;text-align: center;height: 30px;line-height: 28px;min-width: unset!important;}
.layer-info-dialog.product-add-dialog .layui-layer-btn a{margin: 5px 10px 20px;width: 80px;padding: 0;text-align: center;height: 30px;line-height: 30px;min-width: unset!important;}
.layer-info-dialog.layer-system-template .layui-layer-btn a{margin: 5px 10px 5px;width:auto;padding: 0 10px;text-align: center;height: 30px;line-height: 30px;min-width: unset!important;}
.layer-info-dialog .box .percent-line{margin-top: 15px; position: relative; width: 100%;height: 12px;border-radius: 12px;background-image: url("../images/line-bac.png");background-size: 100% 100%;background-repeat: no-repeat;}
.layer-info-dialog .box .percent-line span{position: absolute;top: 0;left: 0;width: 0;height: 100%;border-radius: 12px;background-image: url("../images/line-percent-bac.png");}
.layer-info-dialog .box.box-line{width: 300px;margin: 0 auto;text-align: left;}
.layer-info-dialog .box  .select-lanmu{height: 36px;width: 220px;border: 1px solid #dcdcdc;background-color: #fff;padding: 5px 10px;line-height: 24px;margin-left: 20px;}
.layer-info-dialog .box  .select-lanmu.new-select{width: 360px;}
.layer-info-dialog.seo-keyword{min-width: 540px;border-radius: 4px;}
.layer-info-dialog.seo-keyword .layui-layer-title{display: none;}
.layer-info-dialog.seo-keyword .box-seo-keyword{padding: 20px;}
.layer-info-dialog.seo-keyword .box-seo-keyword .title{line-height: 30px;padding-bottom: 20px;border-bottom: 1px dashed #dcdcdc;margin-bottom: 20px;}
.layer-info-dialog.seo-keyword .box-seo-keyword .result{font-size: 20px;color: #2baab1;font-weight: bold;padding-left: 30px;background: url(../images/keyword_rank.png) left center no-repeat;}
.layer-info-dialog.seo-keyword .box-seo-keyword .keyword{border: 1px solid #dcdcdc;padding: 0 10px;line-height: 30px;display: inline-block;vertical-align: middle;margin-top: 10px;margin-bottom: 25px;}
.layer-info-dialog.seo-keyword .box-seo-keyword .href{padding: 15px 0 10px;border-top: 1px dashed #dcdcdc;color: #2baab1;}
.layer-info-dialog.seo-keyword .box-seo-keyword .href a{color: #2baab1;}
.layer-info-dialog.seo-keyword .box-seo-keyword .tip{font-size: 12px;color: #999;}

.layui-layer-border{border: 0px!important;}

/*移动提示*/
.layer-move-dialog{min-width: 540px;border-radius:3px !important;}
.layer-move-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}
.layer-move-dialog .box {text-align: center;padding: 20px 0 20px;}
.layer-move-dialog .box .img{line-height: 60px;}
.layer-move-dialog .box .img .icon{margin: 15px 0; font-size: 56px;color: #2baab1;}
.layer-move-dialog .box .text{}
.layer-move-dialog .layui-layer-btn{text-align: center;}
.layer-move-dialog .layui-layer-btn a{margin: 5px 10px 20px;width: 60px;text-align: center;height: 30px;line-height: 28px;min-width: 60px!important;}

.wrap-move-dialog .selext-box{text-align: center;padding-top: 30px;}
.wrap-move-dialog .selext-box .text{display: inline-block;line-height: 36px;margin-right: 10px;vertical-align: middle;}
.wrap-move-dialog .selext-box .text span{color: #ff0000;margin-left: 6px}
.wrap-move-dialog .selext-box .select{text-align: left; display: inline-block;vertical-align: middle; width: 360px;height: 36px;line-height: 34px;padding: 0px;border: 1px solid #dcdccd;border-radius: 3px;}
.wrap-move-dialog .selext-box .select select{width: 100%;padding: 0 10px;height: 34px;}
.wrap-move-dialog .selext-box .select input{width: 100%;}

/*电子宣传册-使用模板*/
.layer-add-electronic-use{max-width: 900px!important;}
.layer-electronic-dialog .layui-layer-btn .layui-layer-btn0{width: 80px;padding: 0;}

/*添加客服账号*/
.layer-kefu-dialog{width: 540px !important;min-height: 380px !important; max-height: 502px !important;border-radius:3px !important;}
.layer-kefu-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}
.layer-kefu-dialog .layui-layer-btn{text-align: center;}
.layer-kefu-dialog .layui-layer-btn a{margin: 5px 10px 20px;width: 60px;text-align: center;height: 30px;line-height: 30px;min-width: unset!important;}

.wrap-setting-kefu-dialog .box{text-align: center;padding-top: 30px;}
.wrap-setting-kefu-dialog .box .text{display: inline-block;line-height: 36px;margin-right: 10px;vertical-align: middle;}
.wrap-setting-kefu-dialog .box .text span{color: #ff0000;margin-left: 6px}
.wrap-setting-kefu-dialog .box .input{text-align: left; display: inline-block;vertical-align: middle; width: 360px;height: 36px;line-height: 34px;padding: 0 10px;border: 1px solid #dcdccd;border-radius: 3px;}
.wrap-setting-kefu-dialog .box .input select{width: 100%;}
.wrap-setting-kefu-dialog .box .input input{width: 100%;}

.wrap-setting-kefu-dialog .item-box{overflow: hidden;}
.wrap-setting-kefu-dialog .item-title{float: left;width: 100px;text-align: right;line-height: 38px !important;margin-top: 5px;}
.wrap-setting-kefu-dialog .item{float: left;width: calc(100% - 100px);padding-left: 20px;}

/*首页消息弹窗*/
.layer-sy-news-dialog{max-width: 610px !important;max-height: 578px !important;width: 95% !important;height: 95% !important;border-radius:10px !important;z-index: 19891017!important;}
.layer-sy-news-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;font-size: 16px; padding: 0 30px 0 20px;color: #2baab1;font-weight: bold;}
.layer-sy-news-dialog img{max-width: 100%;}
.layer-sy-news-dialog .info-title{text-align: center;font-size: 22px;color: #222;margin-bottom: 10px;font-weight: bold;padding-top: 65px;}
.layer-sy-news-dialog  .nano{    height: calc(100% - 100px);}
.layer-sy-news-dialog .nano .nano-content {padding: 0 20px 0 20px;}
.layer-sy-news-dialog .layui-layer-content{height: calc(100% - 76px);overflow: visible!important;}
.layer-sy-news-dialog .info-imgtop-box{width: 100%;position: absolute;z-index: 9;top: -56px;text-align: center;}
.layer-sy-news-dialog .info-main{margin-top: 10px;line-height: 26px;font-size: 16px;color: #333;}
.layer-sy-news-dialog .info-img-box{display: flex;align-items: center;justify-content: center;width: 100%;height: 280px;}
.layer-sy-news-dialog .info-img-box img{max-height: 100%;max-width: 100%;}

.layer-sy-news-dialog .layui-layer-btn{text-align: center;padding: 30px 0;}
.layer-sy-news-dialog .layui-layer-btn a{margin: 0;height: 30px;line-height: 28px;padding: 0 16px;;}
.layer-sy-news-dialog .layui-layer-btn a+a{margin-left:20px;}
.layer-sy-news-dialog .layui-layer-btn0{border: 1px solid #2baab1;background-color: #fff!important;
	color: #2baab1!important;}
.layer-sy-news-dialog .layui-layer-btn1{    border-color: #2baab1 !important;color: #fff;
	background-color: #2baab1 !important;}

/*首页活动弹窗*/
.layer-sy-activity-dialog{max-width: 1000px !important;max-height: 620px !important;width: 95% !important;height: 95% !important;border-radius:3px !important;z-index: 19891016!important;}
.layer-sy-activity-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;font-size: 16px; padding: 0 30px 0 20px;color: #2baab1;font-weight: bold;}
.wrap-index-activity-doalog{padding: 0 !important;}
.wrap-index-activity-doalog img{max-width: 100%;}
.wrap-index-activity-doalog .nano > .nano-pane{right: -10px !important;}
.wrap-index-activity-doalog .nano{overflow: visible;}

/* 添加banner图弹窗 */
.layer-banner-dialog{width: 95% !important;max-width: 1025px !important;height: 90% !important;max-height: 756px !important;border-radius: 3px !important;}
.layer-banner-dialog .layui-layer-title{border-bottom: 1px solid #dddddd;background-color: #fff;margin: 0 20px;font-size: 16px;padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}
.layer-banner-dialog .layui-layer-btn{text-align: center;}
.layer-banner-dialog .layui-layer-btn a{height: 30px;line-height: 28px;margin: 5px 10px 20px;padding: 0;width: 60px;min-width: 60px}
.wrap-banner-dialog .top .title{margin: 10px 0 20px; font-size: 14px;color: #222;padding-left: 8px;line-height: 16px;border-left: 4px solid #2baab1;}
.wrap-banner-dialog .top .title span{color: #999;}
.wrap-banner-dialog .top .check-box-div{width: 19%;margin-bottom: 10px;}
.wrap-banner-dialog .top .check-box-div span{display: inline-block;width: calc(100% - 44px);margin: 0;vertical-align: middle;padding:0 6px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.wrap-banner-dialog .bot{position: absolute;bottom: 0;width: calc(100% - 40px);padding: 15px 15px;line-height: 26px;background-color: #f5f5f5;margin: 30px 0 16px;border-radius: 10px;border: 1px solid #dcdcdc;}
.wrap-banner-dialog .bot span{color: red;}
@media screen and (max-width: 1419px) {
	.layer-banner-dialog{width:80% !important;max-width: unset!important; height: 90% !important; max-height: 756px !important;border-radius:3px !important;
}}
.layer-sy-activity-dialog.layer-sy-activity-dialog2{box-shadow:unset;background:transparent;max-width: 1000px !important;max-height: 620px !important;width: 95% !important;height: 95% !important;border-radius:3px !important;z-index: 19891016!important;}
.layer-sy-activity-dialog.layer-sy-activity-dialog2 .layui-layer-title{border-bottom: 1px solid transparent; background-color:transparent;font-size: 16px; padding: 0 30px 0 20px;color: #2baab1;font-weight: bold;}
.layer-sy-activity-dialog.layer-sy-activity-dialog2 .layui-layer-close{background-image: url("../images/error2.png")!important;    background-position: 0!important;
  background-size: 100% !important;}


/*翻译弹窗*/
.layer-translate-dialog{width: 95% !important;max-width: 1025px !important; height: 90% !important; max-height: 756px !important;border-radius:3px !important;}
.layer-translate-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}
.layer-translate-dialog .layui-layer-title span{color: #999;font-size: 14px;}
.layer-translate-dialog .layui-layer-btn{text-align: center;}
.layer-translate-dialog .layui-layer-btn a{margin: 5px 10px 20px;width: 60px;text-align: center;height: 30px;line-height: 28px;min-width: unset!important;}

.wrap-translate-dialog .top .title{margin: 10px 0 20px; font-size: 14px;color: #222;padding-left: 8px;line-height: 16px;border-left: 4px solid #2baab1;}
.wrap-translate-dialog .top .title span{color: #999;}
.wrap-translate-dialog .top .check-box-div{width: 19%;margin-bottom: 10px;}
.wrap-translate-dialog .top .check-box-div span{display: inline-block;width: calc(100% - 44px);margin: 0;vertical-align: middle;padding:0 6px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.wrap-translate-dialog .bot{padding: 15px 15px;line-height: 26px;background-color: #f5f5f5;margin: 30px 0 30px;border-radius: 10px;border: 1px solid #dcdcdc;}
.wrap-translate-dialog .bot span{color: red;}
@media screen and (max-width: 1419px) {
	.layer-translate-dialog{width:80% !important;max-width: unset!important; height: 90% !important; max-height: 756px !important;border-radius:3px !important;
}}
/*正在翻译中*/
.layer-translating-dialog{}
.layer-translating-dialog{background-color: rgba(255,255,255,0.85) !important;width: 95% !important;max-width: 1025px !important; height: 90% !important; max-height: 756px !important;border-radius:3px !important;}
.layer-translating-dialog .layui-layer-title{display: none}
.layer-translating-dialog .layui-layer-setwin{display: none}
.layer-translating-dialog .layui-layer-content{height: 100%;position: relative;}
.layer-translating-dialog .box {text-align: center;padding: 20px 20px;}
.layer-translating-dialog .box .img{line-height: 60px;display: none;width: 100%;}
.layer-translating-dialog .box .img .icon{margin: 15px 0; font-size: 56px;color: #2baab1;}
.layer-translating-dialog .box .text{color: #666;font-size: 18px;padding-top: 10px;}
.layer-translating-dialog .box .text2{color: #222;font-size: 18px;display: none;padding-top: 10px;}
.layer-translating-dialog .box .text3{color: #ff0000;font-size: 18px;display: none;padding-top: 20px;}
.layer-translating-dialog .box.complete .img{display: block;}
.layer-translating-dialog .box.complete .text2{display: block;}
.layer-translating-dialog .box.error .text3{display: block;}
.layer-translating-dialog .box.complete #page_loading{display: none;}
.layer-translating-dialog .box.complete .text{display: none;}
.layer-translating-dialog #page_loading {position: unset;height: 100px;background-color: unset;}
.layer-translating-dialog #page_loading .spinner{top: 60px !important;left: 0 !important;right: 0 !important;margin: 0 auto !important;}
.layer-translating-dialog .line{height: 1px;width: 100%;background-color: #bbb;margin: 5% 0;}
.layer-translating-dialog .layui-layer-btn{width: 100%;position: absolute;bottom: 18%;left: 0;}
.layer-translating-dialog .layui-layer-btn a{display: none;}
.layer-translating-dialog .list{text-align: center;}
.layer-translating-dialog .list li span:nth-child(1){text-align:left;color: #222;padding-left: 22px; width: 220px;display: inline-block;line-height: 32px;vertical-align: middle;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background-position: left center;background-repeat: no-repeat;}
.layer-translating-dialog .list li span:nth-child(2){text-align:left;display: inline-block;width: 60px; vertical-align: middle;line-height: 32px;}
.layer-translating-dialog .list li.ing span:nth-child(1){background-image: url("../images/translate_img.png")}
.layer-translating-dialog .list li.ing span:nth-child(2){color: #222;}
.layer-translating-dialog .list li.wait span:nth-child(1){background-image: url("../images/translate_wait.png")}
.layer-translating-dialog .list li.wait span:nth-child(2){color: #999;}
.layer-translating-dialog .list li.success span:nth-child(1){background-image: url("../images/translate_success.png")}
.layer-translating-dialog .list li.success span:nth-child(2){color: #2baab1;}
.layer-translating-dialog .list li.fail span:nth-child(1){background-image: url("../images/translate_eror.png")}
.layer-translating-dialog .list li.fail span:nth-child(2){color: red;}
.layer-translating-dialog .layui-layer-btn a {margin: 5px 10px 20px;width: 60px;text-align: center;height: 30px;line-height: 30px;min-width: unset!important;}
.layer-translating-dialog{position: relative;}
.layer-translating-dialog .box{position: absolute;top: 50%;width: 100%;left: 0;transform: translateY(-60%);}
.layer-translating-dialog .box.complete{transform: translateY(calc(-50% - 50px));}
.layer-translating-dialog .layui-layer-btn-c .layui-layer-btn0{width:80px;padding:0}

/*没有翻译字数*/
.layer-translating-nonum-dialog{background-color: rgba(255,255,255,0.85) !important;width: 95% !important;max-width: 1025px !important; height: 90% !important; max-height: 756px !important;border-radius:3px !important;}
.layer-translating-nonum-dialog .layui-layer-title{display: none}
.layer-translating-nonum-dialog .layui-layer-setwin{display: none}
.layer-translating-nonum-dialog .box {text-align: center;padding: 20px 0 20px;}
.layer-translating-nonum-dialog .box .img{line-height: 60px;}
.layer-translating-nonum-dialog .box .img .icon{margin: 15px 0; font-size: 56px;color: #2baab1;}
.layer-translating-nonum-dialog .layui-layer-btn{top: 50%;position: absolute;margin: 0 auto;left: 0;right: 0;margin-top: 20px;}
.layer-translating-nonum-dialog .layui-layer-content{top: 50%;position: absolute;margin: 0 auto;left: 0;right: 0;margin-top: -120px;}


/*添加规范页面-相似页面列表弹窗*/
.layer-xiangsi-product-dialog{width: 95% !important;height: 95% !important;max-width: 723px !important;max-height: 724px !important; border-radius:3px !important;}
.layer-xiangsi-product-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}

.wrap-xiangsi-product-dialog ul li{cursor: pointer; margin: 10px 0; overflow: hidden;border: 1px solid #dcdcdc;line-height: 88px;}
.wrap-xiangsi-product-dialog ul li .text{margin-top: 18px;vertical-align: middle;line-height: 26px;width: calc(100% - 140px);}
.wrap-xiangsi-product-dialog ul li .img-box{float: left;margin-right: 15px;margin-left: 15px;}
.wrap-xiangsi-product-dialog ul li .img{display: table-cell;width: 88px;height: 88px;text-align: center;vertical-align: middle;}
.wrap-xiangsi-product-dialog ul li.selected{border: 1px solid #2baab1;box-shadow: 0 0 0 2px rgba(58,90,151,.2)!important;}

/*视频播放弹窗*/
.layui-layer-iframe.play-video-dialog{max-width: 1100px !important;max-height: 690px !important;width: 90% !important;height: 90% !important;}
.layui-layer-iframe.play-video-dialog .layui-layer-setwin a{background-position: -149px -31px!important;}
.wrap-video-dialog{background-color: #333333}
.wrap-video-dialog .video-box{height: calc(100% - 40px);overflow: hidden;text-align: center;}
.wrap-video-dialog video{max-width: 100%;max-height: 100%;}
.wrap-video-dialog .title{line-height: 40px;color: #fff;font-size: 20px;}

/*网站检测-关键词详情弹窗*/
.keyword-details-dialog{background-color: #232b4a !important;color: #fff !important; width: 42% !important;min-height: 450px !important;border-radius:5px !important;border: 2px solid #6eb5ff;}
.keyword-details-dialog .layui-layer-title{background-color: unset !important;color: #fff !important; border-bottom: 1px solid #6eb5ff; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}
.keyword-details-dialog .layui-layer-btn{text-align: center;}
.keyword-details-dialog .layui-layer-btn a{margin: 5px 10px 20px;background-color: #2b93ff !important;border-radius: 36px !important;width: 60px;text-align: center;height: 30px;line-height: 30px;min-width: unset!important;}
.keyword-details-dialog .layui-layer-setwin a{background:url("../images/close.png") center no-repeat !important;}

.wrap-keyword-details-dialog .nano .nano-pane .nano-slider{background:#67b2ff}

.wrap-keyword-details-dialog .title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 40px;color: #fff;}
.wrap-keyword-details-dialog li{width: 100%;}
.wrap-keyword-details-dialog li a{width: 100%;color: #c8c8c8;line-height: 26px;display: inline-block;vertical-align: middle;}
.wrap-keyword-details-dialog li a:hover{color: #fff}
.wrap-keyword-details-dialog .content-scroll-box{border: 0 !important;}

/*网站检测-添加开户信息弹窗*/
.layer-seo-flow-add-ads-dialog{}
.layer-seo-flow-add-ads-dialog .layui-layer-btn{padding-bottom: 30px;}

/*添加相关产品*/
.layer-add-product-xg-dialog{width: 95% !important;max-width: 900px !important;}
.layer-add-product-xg-dialog .layui-layer-title{border-bottom: 1px solid #dddddd; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}


.layer-add-product-xg-dialog .title-span{font-size: 14px;color: #666;font-weight: 400;}
.layer-add-product-xg-dialog .title-span #pro_count{font-size: 16px;color: #2baab1;}
/*网站检测-ai发现弹窗*/
.ai-find-dialog{border: 2px solid #6EB5FF;background: linear-gradient(0deg, #1A2036 0%, #2D3861 100%);border-radius: 6px;
    width: 500px;
    height: 336px;
    position: fixed;
    left: 50%;top: 50%;transform: translate(-50%,-50%);
    z-index: 1989101;
    display: none;
}
.ai-find-dialog .layui-layer-title{background-color: unset !important;color:#ACD5FF !important; border-bottom: 1px solid #6eb5ff; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}
.ai-find-dialog .layui-layer-setwin a{background:url("../images/close.png") center no-repeat !important;}
.ai-find-dialog .layui-layer-btn{text-align: center;padding-bottom: 42px;}
.ai-find-dialog .layui-layer-btn a{width: 120px;text-align: center;height: 36px;line-height: 36px;min-width: unset!important;background-color: #2b93ff !important;border-radius: 36px !important;margin-top: 45px;}
.ai-find-dialog .layui-layer-content{height: 100%!important;}
.ai-find-dialog #ai-find>ul{margin: 41px 0 0 86px;}
.ai-find-dialog #ai-find>ul>li{display: flex;align-items: center;height: 36px;}
.ai-find-dialog #ai-find>ul>li:not(:last-child){margin-bottom: 20px;}
.ai-find-dialog #ai-find>ul>li .left{width: 40px;margin-right: 30px;color: #C8C8C8;font-size: 13px}
.ai-find-dialog #ai-find>ul>li .target{color: #FFFFFF;}

.ai-find-dialog #ai-find>ul>li select{
	width: 260px;
	height: 36px;
	background: url("../images/web-select-bg.png") no-repeat #1A2036;
	background-position: right 1rem center;
	border: 1px solid #363F5D;
	border-radius: 4px;
	padding-left: 13px;
	color: #FFFFFF;
}


.ai-find-dialog #ai-find>ul>li .right{
	width: 260px;
	height: 36px;
	position: relative;
	background: url("../images/web-select-bg.png") no-repeat #1A2036;
	background-position: right 1rem center;
	border: 1px solid #363F5D;
}
.ai-find-dialog #ai-find>ul>li .moni-select{
	width: calc(100% - 23px);
	height: 100%;
	line-height: 36px;
	border-radius: 4px;
	padding-left: 13px;
	margin-right: 13px;
	color: #FFFFFF;
	cursor: pointer;
	white-space:nowrap;
	overflow: hidden;
}
.ai-find-dialog #ai-find>ul>li .country {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 334px;
	height: 221px;
	background: #1A2036;
	border: 1px solid #363F5D;
	border-radius: 4px;
	z-index: 99;
}

.ai-find-dialog #ai-find>ul>li .country li{
	display: flex;
	align-items: center;
	height: 30px;
	margin-top: 10px;
	padding-left: 10px;
	cursor: pointer;
}
.ai-find-dialog #ai-find>ul>li .country li .check-box-div{
	margin-right: 10px;
}
.ai-find-dialog #ai-find>ul>li .country li.check-box-div a{
	color: #1A2036;
}

.ai-find-dialog #ai-find>ul>li .country li.check-box-div a.iconduoxuanweixuanzhong{
	line-height: 18px;
}
.ai-find-dialog #ai-find>ul>li .country li .con{
	color: #FFFFFF;
}
.ai-find-dialog #ai-find>ul>li .country li:hover{
	background-color: #23293e;
}
.ai-find-dialog #ai-find>ul>li .country li:hover .con{
	color: #FFFFFF;
}
.ai-find-dialog-hide{
	position: fixed;
	z-index: 198910; background-color: rgb(0, 0, 0); opacity: 0.6;
	top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
}
/*  */
#keyword-discovery{
	display: none;
}
.keyword-discovery-dialog-layer{
	border: 2px solid #6EB5FF;background: linear-gradient(0deg, #1A2036 0%, #2D3861 100%);border-radius: 6px;
}
.keyword-discovery-dialog-layer .layui-layer-title{background-color: unset !important;color: #ACD5FF !important; border-bottom: 1px solid #6eb5ff; background-color: #fff;margin: 0 20px;font-size: 16px; padding: 0 30px 0 0;color: #2baab1;font-weight: bold;}
.keyword-discovery-dialog-layer .layui-layer-setwin a{background:url("../images/close.png") center no-repeat !important;}
.keyword-discovery-dialog{
    padding: 0 20px;
}

.keyword-discovery-dialog .keyword-discovery-form{
    display: flex;align-items: center;
    justify-content: space-between;
    height: 36px;
    margin: 20px 0;
}

.keyword-discovery-dialog .keyword-discovery-form .left{
    color: #C8C8C8;
    margin-right: 10px;
    width: 31px;
}
.keyword-discovery-dialog .keyword-discovery-form .target{
    display: inline-block;
    max-width: 145px;
    flex: 0 0 141px;
    color: #FFFFFF;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.keyword-discovery-dialog .keyword-discovery-form>div{
    display: flex;
    align-items: center;
}
.keyword-discovery-dialog .keyword-discovery-form>div:nth-of-type(1) .left{
    width: 50px;
    flex: 0 0 50px;
    margin-right: 0px;
}
.keyword-discovery-dialog .keyword-discovery-form>div:nth-of-type(2) select{
    max-width: 200px;
    height: 36px;
    background: url("../images/web-select-bg.png") no-repeat #1A2036;
    background-position: right 1rem center;
    border: 1px solid #363F5D;
    border-radius: 4px;
    padding-left: 13px;
    color: #FFFFFF;
    width: 20.08vw;
}
.keyword-discovery-dialog .keyword-discovery-form .search{
    display: inline-block;
    width: 100px;
    height: 36px;
    background: #2B93FF;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    margin-right: 10px;
}
.keyword-discovery-dialog .keyword-discovery-form .clear{
    display: inline-block;
    width: 100px;
    height: 36px;
    border: 1px solid #2B93FF;
    border-radius: 18px;
    color: #2B93FF;
    text-align: center;
    line-height: 36px;
}
.keyword-discovery-dialog .keyword-discovery-form .right{
    max-width: 200px;
    height: 36px;
    position: relative;
    background: url("../images/web-select-bg.png") no-repeat #1A2036;
    background-position: right 1rem center;
    border: 1px solid #363F5D;
    width: 28.08vw;
}
.keyword-discovery-dialog .keyword-discovery-form .moni-select{
    width: calc(100% - 23px);
    height: 100%;
    line-height: 36px;
    border-radius: 4px;
    padding-left: 13px;
    margin-right: 13px;
    color: #FFFFFF;
    cursor: pointer;
    white-space:nowrap;
    overflow: hidden;
}
.keyword-discovery-dialog .keyword-discovery-form .country {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 334px;
    height: 221px;
    background: #1A2036;
    border: 1px solid #363F5D;
    border-radius: 4px;
    z-index: 99;
}

.keyword-discovery-dialog .keyword-discovery-form .country li{
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 10px;
    padding-left: 10px;
    cursor: pointer;
}
.keyword-discovery-dialog .keyword-discovery-form .country li .check-box-div{
	margin-right: 10px;
}
.keyword-discovery-dialog .keyword-discovery-form .country li.check-box-div a{
	color: #1A2036;
}
.keyword-discovery-dialog .keyword-discovery-form .country li.check-box-div a.iconduoxuanweixuanzhong{
	line-height: 18px;
}
.keyword-discovery-dialog .keyword-discovery-form .country li .con{
	color: #FFFFFF;
}
.keyword-discovery-dialog .keyword-discovery-form .country li:hover{
	background-color: #23293e;
}
.keyword-discovery-dialog .keyword-discovery-form .country li:hover .con{
	color: #FFFFFF;
}
.keyword-discovery-dialog .keyword-discovery-form .search{
	max-width: 100px;height: 36px;line-height: 36px;
	width: 10vw;
	display: flex;align-items: center;justify-content: center;
}
.keyword-discovery-dialog .keyword-discovery-form .clear{
	max-width: 100px;height: 36px;line-height: 36px;
	width: 10vw;
	display: flex;align-items: center;justify-content: center;
}
.keyword-discovery-dialog .thead{
	margin: 0;
	width: 100%;
	height: 50px;
	background: rgba(154, 172, 237, 0.16);
	display: flex;
	align-items: center;
}



.keyword-discovery-dialog .thead li{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.keyword-discovery-dialog .thead li:nth-of-type(1){
	width: 50%;
	flex: 2;
	padding-left: 32px;
}
.keyword-discovery-dialog .thead li:nth-of-type(2){
	width: 25%;
	flex: 1;
}
.keyword-discovery-dialog .thead li:nth-of-type(3){
	width: 25%;
	flex: 1;
}
.keyword-discovery-dialog .layui-layer-content{
	overflow: hidden!important;
}

.keyword-discovery-dialog .tbody-p{
	width: 100%;
	height: 500px;
}
.keyword-discovery-dialog .tbody-p .tbody{
	width: 100%;
}
.keyword-discovery-dialog .tbody-p .tbody ul{
	height: 50px;
	display: flex;align-items: center;
}

.keyword-discovery-dialog .tbody-p .tbody ul:nth-of-type(odd){
	background-color: #2b3147;
}
.keyword-discovery-dialog .tbody-p .tbody ul:nth-of-type(even){
	background-color: #363f62;
}

.keyword-discovery-dialog .tbody-p .tbody ul li{color: #FFFFFF;font-size: 14px}
.keyword-discovery-dialog .tbody-p .tbody ul li:nth-of-type(1){
	width: 50%;padding-left: 32px;
}
.keyword-discovery-dialog .tbody-p .tbody ul li:nth-of-type(2){
	width: 14%;
	margin-right: 11%;
	text-align: center;
}
.keyword-discovery-dialog .tbody-p .tbody ul li:nth-of-type(3){
	width: 25%;
	padding-left: 1%;
}
.keyword-discovery-dialog .tbody-p .tbody ul:hover{
	background: url(../images/web_evaluation_ai_hover.png) center no-repeat;
	background-size: 100% 100%;
}
.keyword-discovery-dialog .page-div{
	margin-right: 20px;
}
.keyword-discovery-dialog .page-div .total{
	color: #FFFFFF;
}
.keyword-discovery-dialog .page-div a.no-active{
	background-color: unset;
}
.keyword-discovery-dialog .page-div a.no-active:hover{
	background-color: unset;
	color: #999999;
}
.keyword-discovery-dialog .page-div a.active{
	background-color: #2B93FF;
	color: #FFFFFF;
}
.keyword-discovery-dialog .page-div a:hover{
	background-color: #2B93FF;
	color: #FFFFFF;
}
.keyword-discovery-dialog .page-div a{
	border: 1px solid #3E445A!important;
	color: #999999;
}
@media screen and (min-width: 1000px){
	.keyword-discovery-dialog .thead li{
		font-size: 14px
	}
	.keyword-discovery-dialog .thead{
		height: 40px;
	}
	.keyword-discovery-dialog .tbody-p{
		height: 350px;
	}
	.keyword-discovery-dialog .tbody-p .tbody ul{
		height: 35px;
		font-size: 12px
	}
	.keyword-discovery-dialog .keyword-discovery-form .search{
		height: 30px;
	}
	.keyword-discovery-dialog .keyword-discovery-form .clear{
		height: 30px;
	}
}
/*颜色选择器*/
.item-box-color .layui-colorpicker{border: 0;border-radius: 0;padding: 3px;}
.item-box-color .layui-colorpicker-trigger-i{line-height: 20px;vertical-align: middle;margin-top: -4px;}
.item-box-color .layui-colorpicker-trigger-span{line-height: 20px;padding: 0;}
.item-box-color .item{position: relative;}
.item-box-color .layui-input-inline{width: 120px;margin-top: 4px;}
.item-box-color .color-box{position: absolute;right: 5px;top: 10px;}
.item-box-color .layui-input{padding-right: 30px;}
.layui-colorpicker-main-input input.layui-input{width: 120px;}
.layui-colorpicker-main-input .layui-btn-container .layui-btn{min-width: 40px;height: 30px;line-height: 30px;}


/*滚动条*/
.admin .nano-pane{margin-top: 30px;}
.nano > .nano-pane{width: 6px;}
.nano > .nano-content{}

/*右上角消息*/
.top-right-msg-box{position: fixed;top: 70px;right: 50px; position: -ms-device-fixed;background-color: #d9e7f4;border-radius: 2px;padding: 20px;box-shadow: 4px 3px 4px 0px rgba(0, 0, 0, 0.1);}
.top-right-msg-box .text{line-height: 26px;}
.top-right-msg-box .close{font-size: 18px;position: absolute;top: 4px;right: 4px;padding: 0px 6px;line-height: 22px;color: #666;}
.top-right-msg-box .href{color: #7B8391;}
.top-right-msg-box .close:hover{color: #2baab1;cursor: pointer;}


.layer-crm-back-money-dialog{max-width: 520px !important;max-height: 600px !important;width: 95% !important;height: 95% !important;}

/*禁止点击窗口出现虚线边框*/
.nano{outline: none !important;}
.nano:focus{outline: none !important;}
.nano:active{outline: none !important;}
.nano-content{outline: none !important;}
.nano-content:focus{outline: none !important;}
.nano-content:active{outline: none !important;}

/*没有权限布局*/
.no-authority-box{position: absolute;width: 100%;text-align: center;top: 40%;}
.no-authority-box p{font-size: 20px;color: #333;line-height: 30px;}
.no-authority-box a{color: #2baab1;}
.no-authority-box a:hover{font-weight: bold;}
/* 邮件写信弹窗 */
.layui-email-write-form .layui-layer-content{height: auto!important;}
.layui-email-write-form .box{position: relative;display: flex;align-items: center;}
.layui-email-write-form .box i{position: unset!important;margin-left: 10px;align-self:flex-start;margin-top: 5px;}
.layui-email-write-form .box p{margin-left: 10px;text-align: left;width: calc(100% - 85px);}

.no-border-bottom{
	border-bottom: 0px!important;
}
/*时间选取颜色*/
.layui-laydate{-webkit-animation-duration:0s!important;animation-duration:0s!important}
.layui-laydate .layui-laydate-content td.laydate-selected{
    background-color:#bbd2ff;
}
.layui-laydate .layui-laydate-content td.laydate-selected:hover{
    background-color:#bbd2ff!important;
}
.layui-laydate td.layui-this{
    background: #2baab1!important;
}

.icon-riqi{
    display: none!important;
}
/* 网站检测重新检测 弹窗样式 */

.web-dialog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999999;
	display: none;
}
.web-dialog .con{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.web-dialog .con .chat{
	position: absolute;top: -150px;right: -170px;
	width: 258px;
	height: 164px;
	background: url("../images/web-chatting.png") no-repeat;
}
.web-dialog .con .chat a{
	display: inline-block;
	width: 80px;
	height: 30px;
	background: #2B93FF;
	border-radius: 15px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	margin-top: 13px;
	margin-left: 79px;
}
.web-dialog .con .chat p{
	font-size: 16px;
	color: #666666;
	margin-top: 53px;
	width: 238px;
	text-align: center;
}
.web-dialog .con .chat .colse{
	font-size: 20px;
	position: absolute;
	right: 0px;
	color: #FFFFFF;
	top: 0px;
	cursor: pointer;
}
.web-dialog .con .chat .colse::before{font-size: 20px}


/*在线获客 商机详情弹窗  */
.business-detail-dialog{
background: #FFFFFF;
border-radius: 6px;}
.business-detail-dialog .layui-layer-title{
	background-color: #FFFFFF;
	color: #2baab1;
	font-weight: bold;
	font-size: 16px;
	height: 50px;line-height: 50px;
}
.business-detail-dialog #business-detail{
	margin: 20px 0 20px 20px;
	width: 1005px;
	height: 523px;
	overflow: hidden;
}
.business-detail-dialog #business-detail .nano-content{
	width: 990px;
}
.business-detail-dialog #business-detail p{word-break: break-all;line-height: 30px;}

.page-top-btns-box{display: flex;align-items: center;}
.layui-btn8{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px!important;
	height: 30px!important;
	text-align: center;
	line-height: 28px;
	padding: 0;
}
.layui-btn6{
    width: 140px!important;
    height: 30px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 28px;
}
.layui-btn5{
	width: 120px!important;
	height: 30px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 28px;
}
.layui-btn4{
	width: 100px!important;
	height: 30px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 28px;
}
.layui-btn3{
	height: 30px!important;
	width: 90px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 28px;
}
.layui-btn2{
	height: 30px!important;
	width: 80px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 28px;
}
.page-top-btns-box .layui-btn::before{font-size: 12px!important}
.layui-btn.w60{
	min-width: 60px;
	width: 60px!important;
	height: 30px;
	line-height: 28px;
	text-align: center;
	padding: 0;
}
.layui-btn.w70{
	min-width: 70px;
	width: 70px!important;
	height: 30px;
	line-height: 28px;
	text-align: center;
	padding: 0;
}
.layui-btn.w80{
	min-width: unset;
	width: 80px!important;
	height: 30px;
	line-height: 28px;
	text-align: center;
	padding: 0;
}
.layui-btn.w100{
	min-width: unset;
	width: 100px!important;
	height: 30px;
	line-height: 28px;
	text-align: center;
	padding: 0;
}
.layui-btn.w120{
	min-width: unset;
	width: 120px!important;
	height: 30px;
	line-height: 28px;
	text-align: center;
	padding: 0;
}
.layui-btn4.mgt12{
	margin-top: 12.5px!important;
}
.layui-btn.w60.mgt12,.layui-btn.w80.mgt12,.layui-btn.w120.mgt12{
	margin-top: 12.5px!important;
}
/* 积分兑换弹窗 */
.layui-score-dialog{border-radius: 6px!important;min-width: 300px;}
.layui-score-dialog .layui-layer-title{
	border-bottom: 1px solid #dddddd;
	background-color: #fff;
	margin: 0 20px;
	font-size: 16px;
	padding: 0 30px 0 0;
	color: #2baab1;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
}
.layui-score-dialog .score-dialog{
	margin: 0 20px;
	height: 100%;
	display: flex;
	align-items: center;

}
.layui-score-dialog .score-dialog .top{font-size: 14px;margin: 0 auto 0px;text-align: left;}
.layui-score-dialog .score-dialog .top .left{color: #222222;}
.layui-score-dialog .score-dialog .top .name{color: #666666;}
.layui-score-dialog .score-dialog .top .num{color: #2baab1;}
.layui-score-dialog .score-dialog .top>p:nth-of-type(2){
	margin-top: 14px;
}
.layui-score-dialog .score-dialog .top .text{width: 100%;font-size: 14px;color: #999999;margin-top: 14px;font-size: 12px;}
.layui-score-dialog .score-dialog .top .text .fl{line-height: 22px;}
.layui-score-dialog .score-dialog .top .text .text-p{padding-left: 28px;line-height: 22px;}

.layui-score-dialog .layui-layer-btn{
	text-align: center;
}
.layui-score-dialog .layui-layer-btn a{
	margin: 5px 10px 20px;
	width: 60px;
	text-align: center;
	height: 30px;
	line-height: 28px;
	min-width: unset!important;
}
.layer-affirmWarn-dialog .layui-layer-content{height: auto!important;}
.layer-affirmWarn-dialog .layui-layer-btn>a{width: 120px;text-align: center;height: 36px;line-height: 36px;min-width: unset!important;}

.layer-info-m90-dialog{max-height: 90vh!important;}

.iconduoxuan-disabled{color: #c8c8c8!important;}
.iconduoxuan-disabled::before{background-color: #f0f0f0!important;}
.layui-suggest-dialog .layui-layer-btn{box-shadow: none!important;}

.layer-pay-dialog{border-radius: 6px!important;}

.layer-info-dialog.layer-pay-dialog .layui-layer-btn a{margin: 5px 10px 20px;width: 80px;padding: 0;text-align: center;height: 30px;line-height: 30px;min-width: unset!important;}
.layer-pay-error-dialog .layui-layer-btn a{margin: 5px 10px 20px;width: 80px;padding: 0;text-align: center;height: 30px;line-height: 30px;min-width: unset!important;}
