html, body {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #11A1AE !important;
    background-color: #11A1AE !important;
    color: #fff;
}


#index-welcome-1 {
    background-image: url("../images/welcome-1.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1001;
}

#index-welcome-2 {
    background-image: url("../images/welcome-2.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1001;
}

.welcome-close-btn {
    position: fixed;
    top: 30px;
    right: 30px;
    border: none;
    height: 38px;
    width: 38px;
    background: #00000040;
    color: #fff;
    border-radius: 38px;
    padding: 0px;
}

.welcome-next-btn {
    position: fixed;
    bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    height: 38px;
    width: 38px;
    background: #00000040;
    color: #fff;
    border-radius: 38px;
    padding: 0px;
}

#index-carousel {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0 !important;
    padding-bottom: 33%;
}

.carousel-inner {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-img {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.head-box {
    top: 0;
    width: 100%;
    height: 60px;
    background: #178764;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.head-box-hide {
    height: 60px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.head-box-show {
    height: 60px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.head-box-nav {
    display: flex;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
}

.head-box-logo {
    display: flex;
    /*width: 260px;*/
}

.head-box-logo img {
    height: 40px;
    padding: 10px 0;
}

.index-top-title {
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 0 10px
}

.index-top-split {
    width: 1px;
    height: 30px;
    background: #FFFFFF;
    opacity: 0.9;
    margin: 15px 0;
}

.index-top-login-box {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    height: 26px;
    line-height: 26px;
    margin: 16px 0;
    padding: 0 15px;
    opacity: 0.9;
}

.index-top-lang-box {
    text-align: center;
    opacity: 0.9;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 14px 0;
    padding: 2px;
}

.index-top-lang-box i {
    font-size: 30px;
}

.index-top-navs {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.index-top-nav-s {
    padding: 0 5px;
    color: #EEEEEE;
    font-size: 16px;
    cursor: pointer;
}

.index-top-nav {
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.9;
}

.index-top-nav-act {
    background-color: #56cada;
    color: #FFFFFF;
}

.index-top-nav:hover {
    background-color: #56cada;
    color: #FFFFFF;
}

.index-main {
    background-image: url("/face/images/index-1-5e54c1dbafe8df993170582044881231.png");
    background-position-x: left;
    background-position-y: top;
    height: calc(100% - 120px);
    background-repeat: no-repeat;
    background-color: #cedadf;;
}

.index-center-fill {
    height: calc(50% - 250px);
}

.index-center {
    width: 1100px;
    padding: 50px;
    margin: 0 auto;
    height: 560px;
    background-image: url("../images/index-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #FFFFFF;
}

.index-center-item {
    margin: 30px auto;
    width: 126px;
    height: 126px;
    border-radius: 10px;
    box-shadow: 7px 7px 0px 0px rgba(204, 204, 204, 0.3);
    text-align: center;
    padding: 40px;
    cursor: pointer;
}

.item-text {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
}

.item1 {
    background: linear-gradient(0deg, #56E3FD, #2EAAE9);
}

.item1 .item-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-image: url("../images/i1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item1-fixed {
    width: 144px;
    height: 144px;
    background-image: url("../images/i1.png");
    position: absolute;
    bottom: 15px;
    right: 35px;
    opacity: 0.2;
}

.item2 {
    background: linear-gradient(0deg, #49EA67, #6AF5D1);
}

.item2 .item-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-image: url("../images/i2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item2-fixed {
    width: 144px;
    height: 144px;
    background-image: url("../images/i2.png");
    position: absolute;
    bottom: 15px;
    right: 35px;
    opacity: 0.2;
}

.item3 {
    background: linear-gradient(0deg, #47E4E1, #39B9B8);
}

.item3 .item-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-image: url("../images/i3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item3-fixed {
    width: 144px;
    height: 144px;
    background-image: url("../images/i3.png");
    position: absolute;
    bottom: 15px;
    right: 35px;
    opacity: 0.2;
}

.item4 {
    background: linear-gradient(0deg, #FFDF66, #FF8257);
}

.item4 .item-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-image: url("../images/i4.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item4-fixed {
    width: 144px;
    height: 144px;
    background-image: url("../images/i4.png");
    position: absolute;
    bottom: 15px;
    right: 35px;
    opacity: 0.2;
}

.item5 {
    background: linear-gradient(0deg, #5DB7FF, #617FFF);
}

.item5 .item-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-image: url("../images/i5.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item5-fixed {
    width: 144px;
    height: 144px;
    background-image: url("../images/i5.png");
    position: absolute;
    bottom: 15px;
    right: 35px;
    opacity: 0.2;
}

.item6 {
    background: linear-gradient(0deg, #A76CFF, #794CFA);
}

.item6 .item-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-image: url("../images/i6.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item6-fixed {
    width: 144px;
    height: 144px;
    background-image: url("../images/i6.png");
    position: absolute;
    bottom: 15px;
    right: 35px;
    opacity: 0.2;
}


.index-footer {
    height: 80px;
    background-image: url("/face/images/index-3-483ef18f4d85b263822e6b5b070fef0a.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-top: 40px;
    color: #FFFFFF;
    font-size: 14px;
}

/************/

.index-page-box {
    width: 1200px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(169, 176, 190, 0.64);
    margin: 0 auto;
}

.index-page-header {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
}

.index-page-body {
    padding: 10px 15px;
}

.layui-table thead tr {
    background-color: #E6FFFF;
    color: #05B5B8;
}

.layui-table-cell {
    cursor: pointer;
}

.index-articles {
    padding: 20px;
    min-height: 840px;
}

.index-articles-title {
    padding: 10px 0;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
}

.index-articles-time {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

.index-articles-content {
    text-indent: 20px;
    padding: 20px;
}

.index-articles-attach {
    padding: 20px;
    border: dashed 1px #9999;
    background-color: #E6FFFF;
}

.index-page-menu {
    display: flex;
}

.index-page-menu-l {
    width: 250px;
    background-image: url("../images/menu-3.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.index-page-menu-1 {
    background-image: url("../images/menu-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 32px;
    font-weight: bolder;
    color: #E6FFFF;
}

.index-page-menu-2 {
    height: 360px;
    padding-top: 33px;
}

.index-page-menu-item {
    width: 210px;
    height: 46px;
    line-height: 46px;
    border-radius: 0px 23px 23px 0px;
    margin: 10px 0;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    padding-left: 15px;
}

.index-page-menu-act {
    background-color: #c4efef;
    color: #57d3d2;
}

.index-page-menu-item img {
    padding-right: 15px;
}

.index-page-menu-r {
    flex: 1;
}

.index-page-menu-r-title {
    background-color: #E6FFFF;
    color: #05B5B8;
}
