* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

li {
    list-style: none;
    cursor: default;
}

body {
    padding: 0px 0;
    font-size: 14px;
    background-color: #ffffff;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

.content {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.pointer {
    cursor: pointer;
}

.textline:hover {
    text-decoration: underline;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto;
}

.header-content{
    height: 85px;
    display: flex;
}

.header-content>img{
    width: 60px;
    height: 42px;
    margin-top: 23px;
    margin-right: 10px;
}

.header-content>span{
    font-size: 16px;
    color: #4C4C4C;
    font-weight: 900;
    margin-top: 35px;
    margin-right: 10px;
}

.header-content>a{
    display: block;
    width: 53px;
    height: 74px;
    background-image: url("../../images/onlineParentSchool/sign1.png");
    background-size: 100% 100%;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 900;
    padding: 10px;
    text-align: center;
}

.footer-content-box{
    width: 100%;
    background-color: #ffffff;
}

.footer-content{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content>div:first-of-type{
    height: 33.41px;
    line-height: 33.41px;
}

.footer-content>div:first-of-type>img{
    width: 47px;
    height: 33.41px;
    margin-right: 17px;
}

.footer-content>div:first-of-type>span{
    font-size: 16px;
    color: #4C4C4C;
    font-weight: 900;
    margin-right: 60px;
}

.footer-content>div:first-of-type>a{
    font-size: 12px;
    color: #4C4C4C;
    margin-right: 55px;
}

.footer-content>div:first-of-type>a:last-of-type{
    margin-right: 0;
}

.footer-content>div:last-of-type{
    font-size: 12px;
    color: #4C4C4C;
}

.customer-content{
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -48.5px;
    margin-left: 630px;
    z-index: 10;
}

.customer-content>img{
   width: 103px;
}

.main-content .main-bottom{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.banner-content-box{
    width: 100%;
    height: 230px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-content{
    padding-top: 25px;
}

.banner-content,
.banner-content>a{
    font-size: 14px;
    color: #878787;
}

.banner-content>a:first-of-type{
    font-size: 14px;
    color: #4C4C4C;
}

.banner-content>i{
    position: relative;
    top: 1px;
    margin: 0 2px;
}

.tcdPageCode {
    width: 750px;
    display: flex;
    margin-top: 25px;
}

.tcdPageCode>span {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #000000;
    margin-right: 10px;
}

.tcdPageCode>span:nth-last-of-type(2),
.tcdPageCode>span:last-of-type {
    /*margin-right: 0;*/
}

.tcdPageCode .prevPage,
.tcdPageCode .nextPage{
    color: #9F9F9F;
}

.tcdPageCode .prevPage{
    /*margin-right: auto;*/
}

.tcdPageCode .nextPage{
    /*margin-left: auto;*/
}

.new-item{
    display: block;
    border-bottom: 1px solid #EAEAEA;
    padding: 15px 0;
}

.new-item>div:first-of-type{
    font-size: 20px;
    color: #383838;
    font-weight: 900;
}

.new-item>div:nth-of-type(2){
    font-size: 13px;
    color: #878787;
}

.new-item>div{
    margin-bottom: 10px;
}

.new-item>div:last-of-type{
    margin-bottom: 0;
}

.example-item{
    display: block;
    width: 276px;
    height: 308px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(211, 211, 211, 0.25);
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
}

.example-item:nth-of-type(4n){
    margin-right: 0;
}

.example-item>div:first-of-type{
    width: 100%;
    height: 188px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.example-item>div:first-of-type>img{
    height: 188px;
    max-width: none;
    width: 100%;
}

.example-item>div:nth-of-type(2){
    padding: 0 20px;
}

.example-item>div:nth-of-type(2)>div:first-of-type{
    font-size: 18px;
    color: #383838;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.example-item>div:nth-of-type(2)>div:last-of-type{
    font-size: 14px;
    color: #878787;
    position: relative;
    overflow: hidden;
    line-height: 20px;
}

.example-item .specialAfter::after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 25px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

#tcdPageCode .page-special{
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #000000;
    margin-left: 50px;
}

#tcdPageCode .page-special>span{
    margin: 0 3px;
}

#tcdPageCode .page-special>input{
    width: 44px;
    height: 32px;
    border: 1px solid #E4E4E4;
    background-color: transparent;
    margin: 0 5px;
    outline: none;
    font-size: 14px;
    color: #000000;
}

#tcdPageCode .current {
    background: linear-gradient(180deg, #8CBF8A 0%, #9FDA5D 100%);
    color: #ffffff;
    font-weight: 900;
}

.content-pcCourse .main-content-box,
.content-pcHSEducation .main-content-box,
.content-pcHS .main-content-box,
.content-pcHBase .main-content-box,
.content-pcRBase .main-content-box,
.content-pcLaw .main-content-box {
    min-height: calc(100vh - 375px);
}

.content-pcBook .main-content-box,
.content-pcExample .main-content-box {
    min-height: calc(100vh - 496px);
}

.content-pcHSNew .main-content-box,
.content-pcHSNew .main-content-box,
.content-pcCCommunity .main-content-box,
.content-pcOnlineSchool .main-content-box,
.content-pcNew .main-content-box,
.content-pcHSNew .main-content-box,
.content-pcExpertComment .main-content-box {
    min-height: calc(100vh - 145px);
}

.new-item {
    padding: 25px 0;
}

.search {
    width: 629px;
    height: 40px;
    background: #F4F4F4;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    -moz-border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 25px;
}

.search>i {
    font-size: 24px;
    color: rgb(155, 194, 136);
    margin-right: 5px;
}

.search>input {
    flex: 1;
    height: 30px;
    background: #F4F4F4;
    border: none;
    outline: none;
    font-size: 14px;
    color: #878787;
}

.search>input::-webkit-input-placeholder {
    font-size: 14px;
    color: #878787;
}

.search>input:-moz-placeholder {
    font-size: 14px;
    color: #878787;
}

.search>input::-moz-placeholder {
    font-size: 14px;
    color: #878787;
}

.search>input:-ms-input-placeholder {
    font-size: 14px;
    color: #878787;
}
