﻿body {font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;background-color: #F2F2F2;}
ul,li,ol {list-style: none;padding: 0;}
textarea {resize:none;}

.navbar-nav > li {float: left;}

/****基础样式****/

.fixed{ position:fixed;}

/*背景颜色*/
.bg-white {background-color: #FFF;}
.bg-grey {background-color: #F2F2F2;}
.bg-grey-1{background: #f4f4f4;}

/*边框样式*/
.border-default {border: solid 1px #E4E4E4;}

/*左右浮动*/
.floatleft,.fl{ float:left;}
.floatright,.fr{ float:right;}

/*默认颜色*/
.link9{ color:#FF0000}

/*加载中*/
.aloading{top:0;left:0; width:100%; height:100%; background: rgba(0,0,0,.2); position:fixed;z-index: 80;text-align: center;}
.aloading .loadingdiv{ position:absolute;width: 150px; left:50%;margin-left: -75px; top:40%;}
.aloading .loadsize{width: 100%!important;margin-bottom: 10px; font-size:35px;}

/****************/

/*固定结构*/

/*比例不变自适应图片*/
.team-image {width: 100px;float:left;}
.simple-info {margin-left:120px;}

/*默认比例16:9*/
.image-scale {position: relative;display: block;width: 100%;padding-bottom: 56.25%;overflow:hidden;}
.image-scale.no-img{padding-bottom: 0;}
.image-scale img {position: absolute;left:0;top:0;width:100%;height: 100%;}
.image-scale .num-block {position: absolute;left: 0;top:0;z-index: 9;width: 26px;height: 26px;line-height: 26px;}
.image-scale .image-contarner {position: absolute;left:0;top:0;width:100%;height: 100%;text-align: center;}
.image-scale .image-contarner:after {vertical-align:middle;content:"";display:inline-block;height:100%;line-height:100%;}
.image-scale .image-contarner img {position: static;line-height: 100%;max-width: 100%;max-height: 100%;width: auto;height: auto;}

/*默认比例1:1*/
.image-rect{position: relative;display: block;width: 100%;padding-top:100%;}
.image-rect img {position: absolute;left:0;top:0;width: 100%;height: 100%;}

/*比例：17：24*/
.image-scale2{position: relative;display: block;width: 100%;padding-bottom: 141.17%;}
.image-scale2 img {position: absolute;left:0;top:0;width: 100%;height: 100%;}

/*默认比例4:3*/
.image-scale-4-3 {position: relative;display: block;width: 100%;padding-bottom: 75%;}
.image-scale-4-3 img {position: absolute;left:0;top:0;width:100%;height: 100%;}

/*默认样式*/
.pd15{ padding:15px;}

/*遮照*/
.mark{ width:100%; height:100%; position:fixed!important;/*FF IE7*/ position:absolute;/*IE6*/ background:#000; z-index:99;opacity:0.7; filter:alpha(opacity:70);left:0;top:0;}

/*重置新富文本样式*/
.new-rich-text ul{ margin-left:0;padding-left: 20px;}
.new-rich-text ul li{margin-left:0; list-style:disc outside none;}
.new-rich-text ol{ margin-left:0;padding-left: 20px;}
.new-rich-text ol li{margin-left:0; list-style:decimal outside none;}
.new-rich-text address,.new-rich-text cite,.new-rich-text code,.new-rich-text th{font-weight: bold;}
.new-rich-text em,.new-rich-text i{ font-style:italic;}
.new-rich-text b i{font-weight: bold;}
.new-rich-text strong{font-weight: bold;}
.new-rich-text div.datalistsection {line-height:normal;}
.wangEditor-drop-panel .txt-toolbar button.right, .wangEditor-drop-panel button.right,
.txt-toolbar button.right, .wangEditor-drop-panel button.right{width: auto!important;padding: 10px;}
.txt-toolbar input[type="text"], .wangEditor-drop-panel input[type="text"]{height: 25px!important; padding: 0!important;line-height: 24px!important;}

.book-submit {
    margin-top: 50px;
    width: 100%;
    height: 128px;
    background: url(images/success.png);
    background-repeat:no-repeat;
    background-position: center;
}

.book-no-pass {
    margin-top: 50px;
    width: 100%;
    height: 128px;
    background: url(images/reject.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 88px;
}

.book-pass {
    margin-top: 50px;
    width: 100%;
    height: 128px;
    background: url(images/enrollicon.png);
    background-repeat: no-repeat;
    background-position: center;
}