/* 签到开始 */

li {
    list-style: none;
}

.index-page .menu-date {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
}

.index-page .date-wrap {
    background-color: #fff;
    float: left;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.index-page .date-status-unchecked .date-week {
    font-size: 18px;
    border-bottom: 1px solid #e16363;
    color: #ffb600;
}

.index-page .date-week {
    line-height: 41px;
}

.index-page .date-status-unchecked .date-checked-recording {
    color: #e16363;
}

.index-page .date-checked-recording {
    line-height: 41px;
    font-size: 18px;
}

.index-page .date-status-image img {
    display: block;
    margin: 12px auto;
}

.index-page .date-status-image {
    height: 83px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.index-page .date-status-image p {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.index-page .date-status-unchecked {
    background-color: #e16363;
    border: 2px solid #e16363;
}

.index-page .date-status-checked {
    background-color: #48c884;
    border: 2px solid #48c884;
}


/* 签到结束 */


/* 通用功能介绍 */

.function-warp {
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.function-warp .function-warp-title {
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 20px;
    color: #4d7198;
}

.function-warp .function-warp-en-title {
    font-family: 'Arial';
    font-size: 30px;
    line-height: 30px;
    color: #4d7198;
}

.function-warp .function-warp-description {
    height: 40px;
}

.function-warp .function-warp-btns {
    display: flex;
}

.function-warp .function-warp-btns .btn {
    width: 100px;
    height: 35px;
    border-radius: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all .2s;
    background-color: #4d7198;
}

.function-warp .function-warp-btns .btn:hover {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    transition: all .3s;
    transform: scale(1.05);
}


/* 问答社区 软件租赁 */
.floor-1 {
    background-color: #ffffff;
}

.floor-1-content {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    display: flex;
}

.floor-1-content .left-box-warp {
    width: 520px;
}

.floor-1-content .right-box-warp {
    width: 630px;
    margin-left: 40px;
}

.floor-2 {
    background-color: #f6f6f6;
}

.floor-2-content {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    display: flex;
}

.floor-2-content .left-box-warp {
    width: 520px;
}

.floor-2-content .right-box-warp {
    width: 630px;
    margin-left: 40px;
}

.floor-3 {
    background-color: #fff;
}

.floor-3-content {
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.floor-3-content .entrance {
    position: relative;
    width: 590px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.floor-3-content .entrance img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 590px;
    height: 240px;
}

.floor-3-content .entrance .entrance-title {
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 90px;
}

.floor-3-content .entrance .entrance-sub-title {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 140px;
}

.floor-3-content .entrance:hover .entrance-title {
    color: #4183c4;
    transition: all .3s;
}


.floor-4 {
    background-color: #f6f6f6;
}

.floor-4-content {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.floor-4-item {
    text-align: center;
    color: #999;
}

.floor-4-fixed {
    background-color: #f6f6f6;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

.floor-4-fixed .floor-4-content {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* 新手任务 */
.layer_notice.layer_notice_box {
    display: none;
}


.layui-layer {
    /*background-color: transparent !important;*/
}

.newplayer-box {
    background-image: url('http://play.southgis.com/20200525175643.png');
    background-size: cover;
    width: 600px;
    height: 739px;
    display: flex;
    flex-direction: column;
}

.newplayer-box .newplayer-item {
    height: 25%;
    display: inline-block;
    position: relative;
}

.newplayer-box .newplayer-item .task-btn {
    display: inline-block;
    background: linear-gradient(to right, #315FB5, #3CADF0);
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    right: 90px;
}

.newplayer-item.ignore {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newplayer-item.ignore .ignore-btn {
    color: #bbb;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 20px;
    border: 1px solid #eee;
}