html{
    scroll-behavior: smooth;
}
body {
    font-family: 'RenaultLife-Regular','微软雅黑', '苹方','Courier', 'monospace';
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.multiple-pick{
    display: none;
}
.stitle{
    width: 100%;
    margin-top: 0.6rem;
    display: block;
    float: left;
    text-align: center;
}
.stitle dt{
    font-family: '微软雅黑', '苹方','Courier', 'monospace';
    font-size: 0.32rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.5rem;
	letter-spacing: 0rem;
	color: #e29e97;
}
.stitle dd{
    font-family: RenaultLife-Bold;
	font-size: 0.35rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0rem;
	color: #3d2071;
    margin-top: 0.2rem;
}
.stitle dd span{
    display: block;
    height: 0;
    width: 100%;
}
.blur{
    transition: 0.5s;
    filter: blur(20px);
}
.pc {
    display: none;
}
.mheader{
    width: 100%;
    min-height: 1rem;
    background-image: url(../imgs/header-lighter.png);
    background-size: auto 100%;
    background-position: 3.8rem center;
    background-repeat: no-repeat;
    position: fixed;
    float: left;
    background-color: #3d2071;
    z-index: 999;
}
.mheader .menubtn{
    width: 0.28rem;
	height: 0.23rem;
    font-size: 0.45rem;
    color: #fff;
    margin-top: 0.3rem;
    margin-left: 0.54rem;
    display: block;
    float: left;
}

.mheader .msearch{
    position: absolute;
    width: 100%;
    float: left;
    display: none;
    margin-top: 1rem;
    background-color: #fff;
    z-index: 999;
}

.mheader .msearch.active{
    position: absolute;
    width: 7rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.25rem;
    float: left;
    height: auto;
    margin-top: 1rem;
    background-color: #fff;
    display: block;
    z-index: 999;
}
.msearch{
    display: none;
}
.mheader .msearch.active input{
    width: 100%;
    height: 0.75rem;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    text-align: center;
    text-align: left;
    
}
.mheader .msearch button{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1rem;
    border: none;
    background: transparent;
}
.mheader .msearch ul{
    display: none;
    font-size: 0.27rem;
    line-height: 2;
}
.mheader .msearch .tip{

    display: none;
}
.mheader .msearch.active{
    position: absolute;
    width: 7rem;
    padding: 0.25rem;
    right: 0;
    transition: 1s;
}
.mheader .msearch.active .tip{
    display: block;
}
.mheader .msearch.active ul{
    display: block;
    font-size: 0.27rem;
    line-height: 2;
    color: #626675;
}
.mheader .msearch.active ul li{
    width: 100%;
    display: block;
    float: left;
    cursor: pointer;
}
.mheader .msearch.active ul li.active{
    color: #3d2071;
}
.mheader .msearch.active ul li.active{
    color: #3d2071;
}
.mheader .msearch.active ul li span{
    font-size: 0.15rem;
    display: inline-block;
    padding: 2px 5px;
    background-image: linear-gradient(90deg,#c39496,#3d2071);
    line-height: 1;
    color: #fff;
    margin-left: 20px;
    border-radius: 10px;
}
.mheader .msearch.active .tip{
    width: 100%;
    height: 0.6rem;
    border-top: 1px solid #eee;
    font-size: 0.27rem;
    line-height: 2;
    display: block;
    float: left;
    color: #a1a1a1;
}



.mheader>a{
    display: block; 
    position: absolute;
    right: 0.34rem;
    top: 0.35rem;
    color: #fff;
}
.mheader>a .iconfont{
    color: #fff;
    font-size: 0.35rem;
}
.mheader>form{
}
.mheader>img{
    position: absolute;
    width: 1.62rem;
	height: 0.3rem;
    left: 50%;
    margin-left: -0.81rem;
    top: 0.3rem;
}
.header{
    height: 100%;
    background-color: #000000b9;
    /* background-image: url(../imgs/header-lighter.png); */
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 1000;
    width: 0;
    overflow: hidden;
    transform:translate3d(-7.5rem, 0px, 0px);    
    
}
.header.active{
    width: 100%;
    height: 100%;
    background-color: #000000b9;
    /* background-image: url(../imgs/header-lighter.png); */
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 1000;
    display: block;
    transform:translate3d(0, 0px, 0px);
    transition: 0.5s;
}
.header .in{
    width: 6.43rem;
    margin-left: 0.56rem;
    height: 100%;
    display: block;
    float: left;
}
.header .close{
    position: absolute;
    right: 0.2rem;
    top: 0.2rem; 
    right: 35px;
    transition: 0.5s;
    
    transform: rotate(0deg);   
}
.active .close{
    right: 15px;
    transform: rotate(180deg);    
    transition: all 0.5s ease-in;
}
.header .close i{
    color: #fff;   
    
}

.header .logo {
    width: 1.62rem;
    height: 1rem;
    margin-top: 0.47rem;
    background-image: url(../imgs/logo.png);
    background-size: 1.62rem 0.77rem;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
}
.header  form{
    transform:translate3d(-7.5rem, 0px, 0px);
    display: none;
}
.weblist {
    width: 6.5rem;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.27rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: block;
    float: left;
    position: absolute;
    top: 8rem;
    z-index: 1000;
}

.weblist dt {
    padding-bottom: 0.4rem;
    color: #c69796e7;
    font-size: 0.32rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.27rem;
	letter-spacing: 0rem;
	color: #c79796;
    border-bottom: 1px solid #ffffff50;
    margin-bottom: 0.2rem;
}

.weblist dt span {
    position: absolute;
    top: 0.02rem;
    right: 0;
}

.weblist dd {
  
}

.weblist:hover dt span {
    transform: rotate(90deg);
    transition: 0.2s;
}

.weblist:hover dd {
    opacity: 1;
    height: 1.06rem;
    transition: 0.5s;
    z-index: 999;
}

.weblist dd span {
    width: 6.5rem;
    display: block;
    float: left;
}

.weblist dd span a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 0.7rem;
    font-size: 0.32rem;
}
.weblist dd span i{
    float: right;
}

.menu {
    width: 6.5rem;
    font-size: 0.32rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.27rem;
	letter-spacing: 0rem;
	color: #ffffff;
    display: block;
    float: left;
    margin-top: 0.74rem;
}

.menu dd {
    
}

.menu dd a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 0.78rem;
}
.menu dd:nth-child(1) a{
    font-weight: bold;
    font-size: 0.35rem;
    font-family: RenaultLife-Bold;
}
.menu dd a i{
    float: right;
}

.menu dd.active a {
    color: #c69796;
    font-size: 0.32rem;
	font-weight: normal;
	font-stretch: normal;
	line-height:0.7rem;
	letter-spacing: 0rem;
	color: #c79796;
}
.menu dd:first-child a i{
    display: none;
}

.menu dd a:hover {
    color: #c69796e7;
}
.search{
    display: none;
   
}
.search input{
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.27rem;
	letter-spacing: 0rem;
	color: #949494;
    border: none;
    position: absolute;
    text-indent: 0.15rem;
    background: transparent;
    outline: none;
}
