div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, dt, table, tr, th, td, form, input, textarea, select, i, button, img, header, footer, section, label {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    background: #fff !important;
}

.course_review {
    position: absolute;
    top: 348px;
    left: 637px;
    z-index: 99;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    font-size: 20px;
    color: #1C448A;
    text-align: center;
    border-radius: 20px;
}

.course_review:hover {
    background: #148AC8;
    color: #FFF
}

.banner {
    position: relative;
    width: 100% !important;
    height: 350px !important;
}

.banner-img {
    width: 100%;
    height: 350px !important;
}

#bannerList .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

#bannerList .dots li {
    width: 36px;
    height: 3px;
    background: #CACACA;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
}

#bannerList .dots li.active {
    background: #56BEB2;
}

.banner .banner-video {
    position: relative;
    overflow: hidden;
}

.banner #video {
    object-fit: cover;
}

.thanks-list td {
    word-break: break-word;
}

.adv-item h2 {
    line-height: 33px;
    margin-top: 20px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.data-item h2 {
    line-height: 20px;
    margin: 10px 0;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.sci-pro-rt div h2 {
    line-height: 22px;
    font-size: 16px;
    color: #424242;
    font-weight: bold;
}

#slide {
    position: absolute;
    top: 35px;
    right: 0;
    width: 280px;
    height: 284px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    z-index: 100;
}

#slide .sildeTop {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 15px;
}

#slide .sildeTop img {
    width: 80px;
    position: relative;
    top: -3px;
}

#slide .sildeTop span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E9BA7A;
    line-height: 22px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0 10px;
}

#slide .sildeBottom {
    overflow-y: scroll;
    height: 220px;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

#slide .sildeBottom::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

#slide .item {
    padding-left: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
    cursor: pointer;
}

#slide .item:hover {
    background: rgba(0, 0, 0, 0.4);
}

#slide .item img {
    width: 21px;
    margin-right: 6px;
}

#slide .item span {
    font-size: 14px;
    color: #ffffff;
    opacity: .8;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 80%;
}

.newSynRadiation {
    width: 100%;
    background: #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

.newSynRadiation .synContent {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.newSynRadiation .synItem {
    width: 295px;
    min-height: 90px;
    padding-bottom: 15px;
    display: inline-block;
}

.newSynRadiation .synItem .titleTop {
    margin-bottom: 10px;
    margin-top: 19px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
}

.newSynRadiation .synItem .titleBottom {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newSynRadiation .synItem:hover {
    color: #fff !important;
    background: #56BEB2;
}

.newSynRadiation .synItem:hover>p {
    color: #fff !important;
}

.sci-vip-container,
.sci-pro,
.sci-sup-container,
.sci-adv-container,
.sci-thanks-container {
    padding: 60px 0 80px;
}

.sci-ser-container {
    padding-bottom: 30px;
}

[v-cloak] {
    display: none;
}

#slideMain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sci-user .img-box img {
    position: initial;
}

.box{
    width: 100%;
}