/*==全局样式==*/


/* 汉仪雅酷黑 */

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(../fonts/SourceHanSansCN-Regular.ttf);
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url(../fonts/SourceHanSansCN-Bold.ttf);
}

@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url(../fonts/SourceHanSansCN-Normal.ttf);
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url(../fonts/SourceHanSansCN-Medium.ttf);
}

* {
    padding: 0;
    margin: 0;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
p,
span,
img,
a {
    border: 0;
    margin: 0;
}

img,
input {
    border: none;

}

body {
    font-family: 'SourceHanSansCN-Normal';
    text-align: left;
    background: #FFF;
    color: #333;
    letter-spacing: 0px;
    font-size: 0;
}

html {
    overflow-y: scroll;

}

ul,
ol {
    list-style-type: none;
}

th,
td,
input {
    font-size: 12px;
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}

select {
    border-width: 1px;
    _zoom: 1;
    border-style: solid;
    padding-top: 2px;
    font-size: 12px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* 浮动 */
.floatl {
    float: left;
}

.floatr {
    float: right;
}

.positionr {
    position: relative;
}

.positionb {
    position: absolute;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    cursor: pointer;
    /* display: block; */
    text-decoration: none;
}

img {

    object-fit: cover;
}

/* 宽高设置 */
.w100 {
    width: 100%;
}


/* 公共颜色 */
.bg-white {
    background-color: #ffffff;
}

.bg-blue {
    background-color: #cfefff !important;
}

.bg-yellow {
    background-color: #ffe1d5 !important;
}

/* 需添加商务通的按钮 */

.u_imglink {
    cursor: pointer;
}

/* 垂直居中 */
.v-center {
    display: block;
    font-size: 0;
}

/*inline-block的前世今生*/
.v-center:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.inline_block {
    display: inline-block;
    vertical-align: middle;
}

/* 字体设置 */
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.ft16{
    font-size: 16px;
}
.line {
    width: 2px;
    height: 20px;
    background-color: #ffffff;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb37 {
    margin-bottom: 37px;
}

.f-bold {
    font-weight: bold;
}

.ft26 {
    font-size: 26px;
}

/* 颜色设置 */
.f-white {
    color: #ffffff;
}

.letter-spacing {
    letter-spacing: 0px;
}

.f-yellow {
    color: #fcdf1d;
}

.f-org {
    color: #fc7f1d;
}

.f-red {
    color: #e90c2f;
}

/* 栅格布局 */
.grid {
    display: grid;
}

.margin-auto {
    margin: 0 auto;
}

.bg-cover {
    background-size: cover;
}

.w1300 {
    width: 1300px;
}

/* 模块标题 */
.module-title h3 {
    font-family: SourceHanSansCN-Bold;
    font-size: 50px;
    color: #1b1e22;
    margin-bottom: 5px;
}

.module-title p {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    color: #1b1e22;
}

/* 模块padding */
.module-padding {
    padding: 60px 0 70px 0;
}

/* 表格样式 */

thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

tbody tr td, .course-system-table .apply {
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    color: #192436;
    background-color: #f8f9fd;
    box-shadow: inset -1px -1px 0px 0px #d8dee8;
}



.tbody-title {
    padding: 0 24px;
 
    background-color: #0a5be0;
    box-shadow: inset 0px -1px 0px 0px #ffffff;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

