body{
    background-color: #f5f5fa;
}
:root {
    --ds-radius-size: 18px;
    --ds-color:#37c07d;
    --ds-zt-color:#37c07d;
    --ds-input-color:#f5f5fa;
}
.r3{
    margin-right: 3px;
}
.r6{
    margin-right: 6px;
}
.index-box-min{
    padding: 40px;
}
.title {
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
}
.box{
    background: #fff;
    padding: 20px;
    border-radius: var(--ds-radius-size);
    border: 1px #e8edf2 solid;
}
@media screen and (max-width:500px){
    .box {
        padding: 15px;
    }
}

/**框架**/
.layui-form-pane .layui-input {
    border-radius: var(--ds-radius-size);
}
.layui-input, .layui-textarea, .layui-select {
    height: 46px;
    border-radius: var(--ds-radius-size);
    background-color: var(--ds-input-color);
}
.layui-btn{
    width: 100%;
    height: 46px;
    border-radius: var(--ds-radius-size);
    font-weight: 700;
}
.layui-btn {
    background-color: var(--ds-zt-color);
}

/************************************
*登陆
************************************/
.login-container{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%) translateY(-50%);
    margin: 0 auto;
    width: 400px;
    background: var(--ds-color);
    border-radius: 120px 8px;
    padding: 40px;
}
.login-txt-box{
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
}
.login-title{
    font-size: 26px;
}
.login-img {
    width: 100%;
    height: 220px;
    box-sizing: border-box;
    background-color: var(--ds-color);
    background-image: url(../image/login-img.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    text-align: center;
}
.login-form-box{
    background: #fff;
    padding: 20px;
    border-radius: var(--ds-radius-size);
}
.login-form-box .layui-btn{
    background: var(--ds-color);
}
.ds-agreement{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.xuieyi{
    padding-left: 2em;
    margin-bottom: 10px;
}
.xuieyi li{
    list-style-type: disc;
}
@media screen and (max-width:500px){
    .login-container {
        position: relative;
        top: 0;
        left: 0;
        z-index: 99999;
        transform: none;
        width: 100%;
        border-radius: 0 0 200px 200px;
        padding: 0;
    }
    .login-txt-box {
        font-size: 14px;
    }
    .login-title {
        padding-top: 20px;
    }
    .login-title {
        font-size: 20px;
    }
}

/************************************
*头部
************************************/
.index-header {
    width: 100%;
    height: 199px;
    background: var(--ds-zt-color);
    position: relative;
    overflow: hidden;
    border-bottom: 4px var(--ds-zt-color) solid;
}
.index-header-bg-player{
    display: block;
    background-image: url(../image/bj.png);
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: blur(8px);
    opacity: .6;
    transform: translateZ(0);
}
.index-header-title{
    color: #fff;
    font-size: 148px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    opacity: .2;
    font-weight: 700;
    text-align: center;
}
.index-profile {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    display: block;
    margin: -80px auto auto auto;
    border: 4px var(--ds-zt-color) solid;
    z-index: 22;
}
@media screen and (max-width:500px){
    .index-header-title {
        font-size: 48px;
    }
    .index-header {
        height: 126px;
    }
    .index-profile {
        width: 120px;
        height: 120px;
        margin: -60px auto auto auto;
    }
    .index-box-min {
        padding: 15px;
    }
}

/************************************
*首页用户信息
************************************/
.index-user-box{
    margin-bottom: 20px;
}
.index-user-box .this-user-box{
    height: 20px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.index-user-box .this-user-box .r6{
    font-weight: 700; font-size: 16px;
}
.this-notice {
    background: #ffd;
    padding: 10px;
    text-align: center;
}
.this-notice a {
    text-decoration: underline;
    color: #8B0000;
    font-weight: 700;
}


/************************************
*授权列表
************************************/
.index-sq-list .this-list-box {
    display: flex;
    margin: 10px 0;
}
.index-sq-list .this-img{
    width: 150px;
    height: 150px;
    border-radius: var(--ds-radius-size);
    border: 1px #e8edf2 solid;
    margin-right: 15px;
}
.index-sq-list .this-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
.index-sq-list .this-txt{
    line-height: 1.5;
    padding:4px 0;
}
.index-sq-list .this-right{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.index-sq-list .this-operate{
    width: 100%;
    font-size: 0;
}
.index-sq-list .this-operate a {
    margin-top: 4px;
    display: inline-block;
    background: var(--ds-zt-color);
    color: #fff;
    border-radius: var(--ds-radius-size);
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 4px;
}
.index-sq-list .this-right .this-txt a{
    color: #ff5722;
    font-weight: 700;
    margin-left: 4px;
}


/************************************
*公告
************************************/
.ds-notice{
    cursor: pointer;
    margin: 4px 0;
    text-decoration: underline;
}