﻿
@font-face {
    font-family: "iconfont";
    src: url('/Icottf/iconfont.ttf?t=20210625') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 1rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


html {
    font-size: 1rem;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #fff;
    font-size: 0.7rem;
    color: #252525;
}

body, button, input, select, textarea {
    font-family: STHeiti,Droidsansfallback,Helvetica,"Microsoft YaHei",Arial,sans-serif,"宋体";
}

button, input {
    outline-style: none;
}

img {
    display: block;
    width: 100%;
}
/* 默认不显示下划线，保持页面简洁 */
ins, a {
    text-decoration: none;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    empty-cells: show;
    border-collapse: collapse;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
    border: 0;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
    border: 0;
    font-variant: normal;
}
/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}
/* 去掉列表前的标识, li 会继承 */
ol, ul, ul li {
    list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
    text-align: left;
}


q:before, q:after {
    content: '';
}


body .hide {
    display: none !important;
}

.clear {
    clear: both;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.m-center {
    margin: 0 auto;
}

.m10 {
    margin: 0.5rem !important;
}

.m20 {
    margin: 1rem !important;
}

.m30 {
    margin: 1.5rem !important;
}

.m40 {
    margin: 2rem !important;
}

.m50 {
    margin: 2.5rem !important;
}

.m5 {
    margin: 0.25rem !important;
}

.mb5 {
    margin-bottom: 0.25rem !important;
}

.mb10 {
    margin-bottom: 0.5rem !important;
}

.mb20 {
    margin-bottom: 1rem !important;
}

.mb30 {
    margin-bottom: 1.5rem !important;
}

.mb40 {
    margin-bottom: 2rem !important;
}

.mb50 {
    margin-bottom: 2.5rem !important;
}

.mt5 {
    margin-top: 0.25rem !important;
}

.mt10 {
    margin-top: 0.5rem !important;
}

.mt20 {
    margin-top: 1rem !important;
}

.mt30 {
    margin-top: 1.5rem !important;
}

.mt40 {
    margin-top: 2rem !important;
}

.mt50 {
    margin-top: 2.5rem !important;
}

.ml5 {
    margin-left: 0.25rem !important;
}

.ml10 {
    margin-left: 0.5rem !important;
}

.ml20 {
    margin-left: 1rem !important;
}

.ml30 {
    margin-left: 1.5rem !important;
}

.ml40 {
    margin-left: 2rem !important;
}

.ml50 {
    margin-left: 2.5rem !important;
}

.mr5 {
    margin-right: 0.25rem !important;
}

.mr10 {
    margin-right: 0.5rem !important;
}

.mr20 {
    margin-right: 1rem !important;
}

.mr30 {
    margin-right: 1.5rem !important;
}

.mr40 {
    margin-right: 2rem !important;
}

.mr50 {
    margin-right: 2.5rem !important;
}

.p5 {
    padding: 0.25rem !important;
}

.p10 {
    padding: 0.5rem !important;
}

.p20 {
    padding: 1rem !important;
}

.p30 {
    padding: 1.5rem !important;
}

.p40 {
    padding: 2rem !important;
}

.p50 {
    padding: 2.5rem !important;
}

.pb5 {
    padding-bottom: 0.25rem !important;
}

.pb10 {
    padding-bottom: 0.5rem !important;
}

.pb20 {
    padding-bottom: 1rem !important;
}

.pb30 {
    padding-bottom: 1.5rem !important;
}

.pb40 {
    padding-bottom: 2rem !important;
}

.pb50 {
    padding-bottom: 2.5rem !important;
}

.pt5 {
    padding-top: 0.25rem !important;
}

.pt10 {
    padding-top: 0.5rem !important;
}

.pt20 {
    padding-top: 1rem !important;
}

.pt30 {
    padding-top: 1.5rem !important;
}

.pt40 {
    padding-top: 2rem !important;
}

.pt50 {
    padding-top: 2.5rem !important;
}

.pl5 {
    padding-left: 0.25rem !important;
}

.pl10 {
    padding-left: 0.5rem !important;
}

.pl20 {
    padding-left: 1rem !important;
}

.pl30 {
    padding-left: 1.5rem !important;
}

.pl40 {
    padding-left: 2rem !important;
}

.pl50 {
    padding-left: 2.5rem !important;
}

.pr5 {
    padding-right: 0.25rem !important;
}

.pr10 {
    padding-right: 0.5rem !important;
}

.pr20 {
    padding-right: 1rem !important;
}

.pr30 {
    padding-right: 1.5rem !important;
}

.pr40 {
    padding-right: 2rem !important;
}

.pr50 {
    padding-right: 2.5rem !important;
}


.w-ratio-90 {
    width: 90% !important;
}

.w-ratio-80 {
    width: 80% !important;
}

.w-ratio-70 {
    width: 70% !important;
}

.w-ratio-60 {
    width: 60% !important;
}

.w-ratio-50 {
    width: 50% !important;
}



.button {
    font-size: 0.7rem;
    font-weight: normal;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    margin-bottom: 0;
    border: 0.05rem solid #fb5f21;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    background-image: none !important;
    color: #fff;
    background-color: #fb5f21;
    text-shadow: none;
    box-shadow: none;
    line-height: 1.5;
    padding: 0.5rem 0.9rem;
    position: relative;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
    width: 100%;
}

    .button:active {
        background-color: #1aad19;
        border-color: #029400;
        color: #53d052;
    }

    .button[disabled], .button[disabled]:active {
        background-color: #9de49c;
        border-color: #9ad499;
        box-shadow: none;
        color: #d8f4d7;
    }


.button-default {
    background-color: #fbfafc;
    border-color: #d6d5d6;
    color: #000;
}

    .button-default:active {
        background-color: #dfdfdf;
        color: #595959;
        border-color: #c7c7c7;
    }

    .button-default[disabled], .button-default[disabled]:active {
        background-color: #fdfcfd;
        border-color: #e6e6e6;
        box-shadow: none;
        color: #b1b0b1;
    }


.footerBodyBottom {
    margin-bottom: 3rem;
}

.footerNav {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: white;
    z-index: 9999;
}

.footerUl {
    font-size: 0;
    /*border-top: 0.05rem solid #cdcdcd;*/
}

.footerLi {
    display: inline-block;
    width: 20%;
    padding: 0.3rem 0;
    cursor: pointer;
    font-size: 0.7rem;
}

    .footerLi a {
        display: block;
    }

    .footerLi:active {
        background-color: #DADADA;
    }

.footerIco {
    width: 1.2rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.footerTxt {
    color: #000;
}

.footerThis {
    color: #fb5f21;
}

.footerRed {
    border-radius: 1rem;
    position: absolute;
    right: 6%;
    border: tomato;
    top: 0.4rem;
    width: 0.3rem;
    background: red;
    height: 0.3rem;
    display: none;
}


.HomefooterRed {
    border-radius: 1rem;
    position: absolute;
    margin-left: 12%;
    border: tomato;
    top: 0.4rem;
    width: 0.3rem;
    background: red;
    height: 0.3rem;
    display: none;
}

.NiufooterRed {
    border-radius: 1rem;
    position: absolute;
    right: 20%;
    border: tomato;
    top: 0.4rem;
    width: 0.3rem;
    background: red;
    height: 0.3rem;
    display: none;
}




.PageHead {
    padding: 0.8rem;
    position: relative;
    border-bottom: 0.05rem solid #f7f7f7;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.6);
}

.PageHeadImg {
    width: 1rem;
    padding: 0rem;
    border-width: 0rem;
    margin: 0rem;
}

.PageHLeft {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    padding: 0rem;
    font-size: 0rem;
}

.PageHCenter {
    font-size: 0.8rem;
    text-align: center;
    margin: 0rem 2rem;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}

.PageHRight {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 0rem;
}
.PageHeadp20Html {padding:20px;}
.PageHeadp10Html {padding:10px;}
.PageHeadp5Html {padding:5px;}
.PageWidth100 {width:100%; float:left;}

.PageHead a {
}

.PageHButton {
    font-size: 0.8rem;
    color: #2196F3;
    cursor: pointer;
}
/*每个页面单独设置*/
.PageHRImg {
}

.PageHLImg {
}

.NowSelectCourse {
    cursor: pointer;
}

.NowSCTitle {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 80%;
}

.NowSCImg {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0.2rem;
    margin-left: 0.2rem;
}

    .NowSCImg img {
        width: 0.6rem;
    }

.imgAdapt {
    position: relative;
    overflow: hidden;
}

    .imgAdapt img {
        width: auto;
        height: auto;
    }

/*滚动广告 高度 5rem 只是默认，请根据实际情况调整 */
.rollImgBody {
    width: 100%;
    position: relative;
    height: 5rem
}

.rollImgUl {
    position: relative;
}

.rollImgLi {
    position: absolute;
    display: none;
    width: 100%;
    height: 5rem;
    overflow: hidden;
    top: 0rem;
    left: 0rem;
}

    .rollImgLi img {
        display: block;
        width: auto;
    }

.rollImgBox {
    position: absolute;
    bottom: 0rem;
    font-size: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    padding: 0.2rem;
}

.rollImgBoxItem {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #666;
    display: inline-block;
    margin: 0 0.5rem;
    cursor: pointer;
}

    .rollImgBoxItem i {
    }

.rollImgBoxThis {
    background: #fff;
}

.rollImgBody .AdInfoJson {
    display: none !important;
}

.studyIcon {
    width: 205%;
    position: absolute;
    left: -55%;
    bottom: 0.01rem;
}

@media only screen and (min-width: 640px) {
    body {
        width: 640px;
        margin: 0 auto;
    }

    .footerNav {
        width: 640px;
        margin: 0 auto;
    }

    .Product .PBottomList {
        width: 640px;
    }

    .PageCount {
        width: 640px !important;
    }

    .MistakePage {
        width: 640px !important;
    }

    #player-container-id {
        width: 640px !important;
    }
    .login-div {
        width: 640px !important;
    }
    .zx-userProtocol-div {
        width: 640px !important;
    }
}


/*背景全屏透明 遮罩层*/

.Mask-div-bj {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity:30);
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    position: fixed;
    z-index: 9;
    left: 0;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.text-c {
    text-align: center;
}
.left {float:left;}

/* 字体  **/
.size-10 {
    font-size: 0.5rem;
}

.size-12 {
    font-size: 0.6rem;
}

.size-14 {
    font-size: 0.7rem;
}

.size-16 {
    font-size: 0.8rem;
}

.size-18 {
    font-size: 0.9rem;
}

.size-20 {
    font-size: 1rem;
}
.size-22 {
    font-size: 1.2rem;
}
.size-24 {
    font-size: 1.4rem;
}


/*返回图标*/
.block-a {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 99;
}

.block {
    width: 1.275rem;
    height: 1.275rem;
}

.divNull {
    text-align: center;
    width: 100%;
}
/*没有内容显示模块样式*/
.NoContBox {
}

.NoContImg {
    width: 5rem;
    margin: 5rem auto 0;
}

    .NoContImg img {
        width: 100px;
    }

.NoContTxt {
    margin-top: 1rem;
    text-align: center;
}

.text-center {
    text-align: center !important;
    width: 100% !important;
    font-size: 0.8rem !important;
}

.font-bold {
    font-weight: bold
}

.Error-Mesage-Div {
    min-width: 10rem;
}


.ui-dialog .ui-dialog-button button.ui-dialog-autofocus {
    margin-left: 1.5rem
}

.notclick {
    pointer-events: none;
}

.input-text {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    padding: 8px 12px;
    line-height: normal;
    font-size: 0.8rem;
    font-weight: normal;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /*
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    */
    resize: none;
    width:100%;
}
.cursor {cursor:pointer;}


/**弹出登录层*/
.login-100 {
    width: 100%;
    float: left;
    position: relative;
    z-index: 999;
}
.login-bj {background:#333;opacity: 0.5; position:fixed;z-index:99; top:0; left:0; height:100%; width:100%;}
.login-div {width:100%; float:left; background:#fff; bottom: 0; position:fixed; z-index:99999;}
.login-flex {display:flex; padding:20px 50px;}
.login-ul { width: 100%; float: left;}
.login-ul li{width:100%;float:left; display:flex;  font-size:0.8rem; margin-top:1rem;align-items: center;}
.login-ul-div1 {width:5.5rem; text-align:right;}
.login-ul-div2 {flex:1;}
.login-ul-t {display:flex;}
.login-ul-t-left {flex:1;}
.login-ul-t-right {width:80px; margin-left:10px;}
.login-yzm {height:33px;    border: 1px solid #333; }
.login-center {justify-content:center; }
.login-tip {color:#0066ff;}
.login-title-div {font-size:1rem !important; margin-top:0 !important; padding: 20px 20px 0px 20px; display:flex; align-items: center;}
.login-title {flex:1;}
.login-close {width:40px; text-align: right; margin-right: -5px; cursor:pointer;}
.login-close span{font-size:1.8rem !important;}

.login-link{color:#0066ff;}
.login-btn-dx { background: #fff; color: #487eb0; border: 1px solid #487eb0;}

.login-btn-dx:active { background-color: #487eb0; border-color: #487eb0; color: #fff;}
.login-btn-dx[disabled], .login-btn-dx[disabled]:active { background-color: #487eb0; border-color: #487eb0; color: #fff;  box-shadow: none;}




.login-btn-dx-x { background: #ccc; color: #fff; border: 1px solid #ccc;}

.login-btn-dx-x:active { background-color: #ccc; border-color: #ccc; color: #fff;}
.login-btn-dx-x[disabled], .login-btn-dx-x[disabled]:active { background-color: #ccc; border-color: #ccc; color: #fff;  box-shadow: none;}


.login-gx {font-size:0.7rem !important;}
.login-gx .login-link{cursor:pointer;}
.login-btn-submit {background:#0066ff; color:#fff; border:1px solid #0066ff; width:12rem; font-size:1rem; padding:0.5rem 0;}
.login-btn-submit:active {background-color: #0951bc;  border-color: #0951bc;  color: #fff;}
.login-btn-submit[disabled], .login-btn-submit[disabled]:active { background-color: #0951bc;  border-color: #0951bc;  color: #fff;  box-shadow: none;}



/*用户协议、隐私政策 弹出层*/
.zx-userProtocol {width:100%; height:80%; background:#fff;}
.zx-userProtocol-100 { width: 100%; float: left;  position: relative; z-index: 99999;}
.zx-userProtocol-bj {background:#333;opacity: 0.5; position:fixed;z-index:99; top:0; left:0; height:100%; width:100%;}
.zx-userProtocol-div {width:100%; float:left; background:#fff; bottom: 0; position:fixed; z-index:99999; display:flex;}
.zx-userProtocol-d100 {width:100%; float:left;}
.zx-userProtocol-title {display:flex;}
.zx-userProtocol-title-tip {flex:1; font-size:1.2rem;}
.zx-userProtocol-close {width:40px; text-align: right; margin-right: -5px; cursor:pointer;}
.zx-userProtocol-close span{font-size:1.8rem !important;}
.zxUserProtocol-info{display: flex; height: 100%; padding:20px 0; width:100%;}
#zxUserProtocolHtml {overflow-y:auto; padding:20px 0;}
#zxUserProtocolHtml table td{word-wrap: break-word; word-break: break-all;}


/*搜索样式--开始*/
.list-sm-100 {display: flex; margin: 0.3rem 0; float: left; width: 100%;}
.list-sm-div-1 {width:4rem; text-align:right; padding: 8px 0px}
.list-sm-div-2 {flex:1; margin:0px 0.3rem;}
.list-sm-div-3 {width:5rem;}

.list-sm3-div {
    flex: 1;
}
/*搜索样式--结束*/