html{
    font-size: 8px;
}
body{
    margin:0;
    padding:0;
    margin:0 auto;
    background-image: url(../images/bg_01.jpg);
    background-size: 100%;
    background-color:#580c4e;
}
.title{
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    color:rgba(255, 190, 244, 0.9);
    margin-bottom: 2rem;
}
.explain{
    font-size: 1.6rem;
    line-height: 2rem;
    width:80%;
    padding:2rem;
    max-width: 600px;
    margin:0 auto;
    color:rgb(255, 224, 247);
    border-left:1px dotted rgba(207, 118, 192, 0.5);
    border-right:1px dotted rgba(207, 118, 192, 0.5);
    transition: all 0.5s;
}
.explain:hover{
    background:rgba(207, 118, 192, 0.1)
}
.item{
    padding-top:3rem;
}
.name{
    font-size: 2.4rem;
    text-align: center;
    color:#fff;
    margin-top:1rem;
}
.dyr-nav{
    display: none;
}
.dyr-nav-mobile{
    position: fixed;
    width:100%;
    top:0;
    z-index: 100;
}
.box{
    padding:2rem;
    position: relative;
    width:calc(90% - 4rem);
    border-radius: 0.6rem;
    margin:10rem auto 0 auto;
    border:1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 6px 1px rgb(212, 131, 185) inset;
}
.box>p{
    margin-top:1rem;
    color:#eee;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.box section p{
    display: block;
    text-align: justify;
    margin:0 auto;
    margin-top:1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color:rgba(255, 255, 255, 0.8);
}
.img_box{
    width:80%;
    margin:0 auto;
    margin-top:-8rem;
    border:1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2rem 2rem 0 0;
    padding:1rem;
    box-shadow: 0 0 6px 1px rgb(212, 131, 185) inset;
    overflow: hidden;
}
.tp_ps{
    margin-top:4rem;
    color:#eee;
    text-align: center;
    font-size: 1.6rem;
}
.news_link{
    display: block;
    width:50%;
    margin:0 auto;
    margin-bottom: 3rem;
    height: 4rem;
    line-height: 4rem;
    color:#eee;
    text-align: center;
    background: rgba(152, 0, 127, 0.4);
    border:2px solid rgba(255, 255, 255, 0.2);
    border-top:none;
}
.news_link:hover{
    background: rgba(152, 0, 127, 0.9);
}
.news_link:hover{
    color:#fff;
}
.logo-title{
    color:rgba(207, 118, 192, 0.9);
    text-align: center;
    font-size: 2.4rem;
    margin-bottom:2rem;
    padding-bottom:2rem;
    border-bottom: 1px solid #ff98e5;
}
.logo_box{
    float: left;
    width:calc(50% - 2rem);
    padding:1rem;
}
.logo_box img{
    display: block;
    width:100%;
}
@media(min-width:768px){
    .explain{
        padding:4rem;
        border-radius: 5rem;
    }
    .dyr{
        width:900px;
        margin:0 auto;
        padding-left: 5rem;
        margin-top:4rem;
    }
    .title{
        margin-top:30%;
    }
    .item{
        padding-top:5rem;
    }
    .dyr-nav{
        display: block;
        position: absolute;
        top:70px;
        left:-200px;
    }
    html{
        font-size: 10px;
    }
    body{
        background-image: url(../images/bg_02.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-y: 244px;
    }
    .page{
        position: relative;
        height: 800px;
        overflow:auto;
    }
    .page::-webkit-scrollbar{
        width:8px;
        border-radius: 4px;
        background-color:rgba(152, 0, 127, 0.5);
        box-shadow: 0 0 8px 1px #000 inset;
    }
    .page::-webkit-scrollbar-thumb{
        border-radius: 4px;
        background:rgb(134, 25, 120);
    }
    .box{
        transition: all 0.2s;
    }
    .box:hover{
        transform: scale(1.02);
        background-color: rgba(152, 0, 127, 0.4);
    }
    .box>p{
        width:50%;
        margin:1rem auto;
        text-align: center;
        padding-top:1rem;
        padding-bottom:1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.4);;
        border-bottom:1px solid rgba(255, 255, 255, 0.4);
    }
    .box section p{
        width:80%;
        margin:1rem auto;
        text-indent:2em;
    }
    .img_box{
        width:50%;
    }
    .logo-container{
        margin-top:160px;
    }
    .logo_box{
        float: left;
        width:calc(20% - 2rem);
        padding:1rem;
        text-align: center;
    }
    .logo_box img{
        max-width: 230px;
        margin:0 auto;
    }
}
/* .tp_bt{
        border-style: solid;
        border-width: 2px;
        border-color: rgb(172, 0, 146);
        background-image: -moz-linear-gradient( 90deg, rgb(82,45,83) 0%, rgb(127,89,126) 52%, rgb(71,25,74) 100%, rgb(26,28,57) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(82,45,83) 0%, rgb(127,89,126) 52%, rgb(71,25,74) 100%, rgb(26,28,57) 100%);      
} */
.tp_bt{
    font-size: 1.6rem;
    color:#fff;
    border:1px solid #ac0092;
    background: #850073;
    display: block;
    width:200px;
    height: 50px;
    margin:2rem auto;
    box-shadow: 0 0 2px 1px rgb(97, 8, 67);
    border-radius: 25px;
}
.tp_bt:hover{
    background: #db02a5;
}
.footer{
    background:#333333;
    margin-top:10rem;
}
.footer p{
    color:#999999;
    font-size:12px;
    line-height:5rem;
    text-align:center;
    margin-bottom:0;
}
@media(max-width:768px){
    .footer{
        margin-top:5rem;
    }
    .footer p{
        line-height:2rem;
    }
}
/* tihuan */
.layui-tab-brief>.layui-tab-title .layui-this{
    color:#ff98e5;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #db02a5;
}
.layui-tab-title .layui-this:after{
    height: 5rem;
}
.layui-tab-title{
    height: auto;
    background:rgba(255, 20, 177, 0.1);
    box-shadow: 0 0px 10px 0px rgb(187, 8, 113);
    transition: all 0.5s;
}
.layui-tab-title li{
    font-size: 2rem;
    line-height: 5rem;
    height: 5rem;
    color:#fff;
}
.layui-tab-title li:hover{
    background:rgba(152, 0, 127, 0.4);
}
.layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea{
    border-color:#850073;
    /* border:none; */
}
.layui-nav{
    background: rgba(152, 0, 127, 0.4)
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
    background:rgba(152, 0, 127, 0.9);
}
.layui-nav-tree .layui-nav-item a:hover{
    background:rgba(152, 0, 127, 0.9);
}
.layui-nav-tree .layui-nav-bar{
    background: rgb(233, 104, 211);
}

.fixnav{
    position: fixed;
    width:100%;
    top:0;
    background-color:#850073;
    z-index: 10;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    background:rgba(207, 118, 192, 0.9);
}
.layui-nav-child{
    border:none;
    background: rgba(152, 0, 127, 0.9);
}
.layui-nav .layui-nav-child a{
    color:#eee;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
    background: rgb(231, 88, 207);
}
.box_shadow{
    width:100%;
    max-width: 1600px;
    margin:0 auto;
    border-radius: 5rem;
    margin-bottom: 10rem;
    box-shadow: 0 0 20px 2px #ffffff42;
}
@media(max-width:768px){
    .box_shadow{
        box-shadow: none;
        margin-bottom: 3rem;
    }    
}
.news_title{
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    color:#fff;
    text-align: left;
}
.news_box p{
    color:#fff;
    line-height: 2rem;
}
.lianjie{
    color:#fff;
    display: block;
    width:30rem;
    border-radius: 1rem;
    text-align: center;
    line-height: 5rem;
    border:1px dotted #eee;
}
.lianjie:hover{
    color:#ff98e5;
    background: rgba(152, 0, 127, 0.4);
}
.news_box img{
    display: block;
    width: 100%;
    margin:0 auto;
    max-width: 500px;
}