*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: #333;
}
ul li{
    list-style: none;
}
#clone-put{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}

#clone-mod{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}

@media screen and (min-width:751px) {
    .mod-member{
        display: none;
    }
    
    
        body{
            background-color: #efefef;
        }
        .member-content{
            width: 80%;
            margin: auto;
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
        }
        .member-content .member-left{
            width: 12%;
            background-color: #fff;
            height: 100%;
            line-height: 30px;
            padding: 0 15px;
        }
        .member-content .member-left li{
            padding: 10px 0;
            font-size: 18px;
            letter-spacing: 1px;
            border-bottom: 1px solid #e3e3e3;
        }
        
        .member-content .member-left li:last-child{
            border: none;
        }
        .member-content .member-left li img{
            width: 15%;
            vertical-align: middle;
            margin-right: 10px;
            margin-top: -5px;
        }
        .member-content .member-right{
            width: 84%;
        }
        .member-content .member-right .right-div1{
            width: 100%;
            background-color: #fff;
            padding: 30px 0;
            display: flex;
            justify-content: space-around;
        }
        .member-content .member-right .right-div1 div{
            width: 10%;
            text-align: center;
        }
        .member-content .member-right .right-div1 div img{
            width: 65%;
        }
        .member-content .member-right .right-div1 p{
            line-height: 32px;
        }
        .member-content .member-right .right-div1 p a{
            color: #4ac6ff;
        }
        .member-content .member-right .right-div1 p span{
            font-size: 18px;
            font-weight: bold;
        }
        .member-content .member-right .right-tui{
            margin-top: 15px;
            background-color: #fff;
            border-radius: 5px;
        }
        .member-content .member-right .right-tui img{
            width: 100%;
        }
        .member-content .member-right .right-tui .tui-flex{
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
        }
        .member-content .member-right .right-tui .tui-flex div:nth-child(2) span{
            padding: 5px 3px;
            margin-right: 10px;
            text-align: center;
            border: none;
            background-color: #4ac6ff;
            color: #fff;
            border-radius: 3px;
        }
    
        .member-content .member-right .guize-pc{
            position: absolute;
            left: 50%;
            top: 50%;
            background-color: #fff;
            width: 450px;
            height: 300px;
            margin-left: -225px;
            margin-top: -150px;
            box-shadow: 3px 3px 13px 3px #999;
            display: none;
        }
        .member-content .member-right .guize-pc div:first-child{
            display: flex;
            justify-content: space-between;
            padding: 5px 10px;
            border-bottom: 1px solid #efefef;
        }
        .member-content .member-right .guize-pc div:nth-child(2){
            margin-top: 15px;
            line-height: 25px;
            text-indent: 10px;
        }
		
		
		  .member-content .member-right .guize-pc2{
            position: absolute;
            left: 50%;
            top: 50%;
            background-color: #fff;
            width: 450px;
            height: 300px;
            margin-left: -225px;
            margin-top: -150px;
            box-shadow: 3px 3px 13px 3px #999;
            display: none;
        }
        .member-content .member-right .guize-pc2 div:first-child{
            display: flex;
            justify-content: space-between;
            padding: 5px 10px;
            border-bottom: 1px solid #efefef;
        }
        .member-content .member-right .guize-pc2 div:nth-child(2){
            margin-top: 15px;
            line-height: 25px;
            text-indent: 10px;
        }
		
    
        .member-content .member-right .right-ding{
            margin-top: 15px;
            padding: 15px;
            background-color: #fff;
        }
        .member-content .member-right .right-ding .ding-head{
            padding: 5px 30px 15px 0;
            border-bottom: 1px solid #e3e3e3;
        }
        .member-content .member-right .right-ding .ding-head img{
            margin-right: 10px;
        }
        .member-content .member-right .right-ding .ding-cont{
            display: flex;
            justify-content: space-around;
        }
        .member-content .member-right .right-ding .ding-cont div{
            padding: 15px 0;
            width: 10%;
            text-align: center;
        }
        .member-content .member-right .right-ding .ding-cont div img{
            width: 70%;
        }
        .member-content .member-right .right-gong{
           display: none;
        }
    
}

@media screen and (max-width:750px) {
    
    .member-content{
        display: none;
    }
    
    
        .mod-member{
            padding-bottom: 60px;
        }
        .member-right .right-div1{
            width: 100%;
            padding: .7rem 0;
            display: flex;
            justify-content: space-around;
            font-size: 14px;
        }
        .member-right .right-div1>div{
            width: 22%;
            text-align: center;
        }
        .member-right .right-div1>div img{
            width: 50%;
        }
        .member-right .right-div1>div a{
            color: #4ac6ff;
            font-size: 12px;
        }
        .member-right .right-div1>div span{
            font-weight: bolder;
        }
        .member-right .right-tui{
            width: 90%;
            margin: auto;
            border-radius: 5px;
            overflow: hidden;
            margin-top: .625rem;
            box-shadow: 0px 1px 5px 3px #ccc;
        }
        .member-right .right-tui img{
            width: 100%;
        }
        .member-right .right-tui .tui-flex{
            padding: 5px 0;
            padding-left: .625rem;
            font-size: 12px;
        }
        .member-right .right-tui .tui-flex div:nth-child(1){
            text-align: center;
            font-size: 14px;
            padding: 3px 0;
        }
        .member-right .right-tui .tui-flex div:nth-child(2){
            text-align: center;
        }
        .member-right .right-tui .tui-flex button{
            padding: 1px 5px;
            background-color: #4ac6ff;
            color: #fff;
            border: none;
            margin-right: 15px;
            border-radius: 5px;
        }
        .member-right .right-ding{
            width: 90%;
            margin: auto;
            margin-top: .625rem;
            padding-bottom: 1.5rem;
            border-radius: 5px;
            border: 1px solid #ccc;
        }
        .member-right .right-ding .ding-head,.member-right .right-gong .gong-head{
            padding: 10px;
            font-size: 14px;
            font-weight: bolder;
        }
        .member-right .right-ding .ding-cont{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .member-right .right-ding .ding-cont>div{
            width: 30%;
            margin-top: 1rem;
            text-align: center;
            font-size: 14px;
        }
        .member-right .right-ding .ding-cont>div img{
            width: 25%;
        }
        .member-right .right-gong{
            width: 90%;
            margin: auto;
            margin-top: .625rem;
            padding-bottom: 1.5rem;
            border-radius: 5px;
            border: 1px solid #ccc;
        }
        .member-right .right-gong .gong-gong{
            display: flex;
            flex-wrap: wrap;
        }
        .member-right .right-gong .gong-gong>div{
            width: 33%;
            text-align: center;
            font-size: 14px;
            margin: 1rem 0;
        }
        .member-right .right-gong .gong-gong>div img{
            width: 25%;
        }
    
        .guize-mod{
            position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 230px;
    margin-left: -175px;
    margin-top: -185px;
    background-color: #fff;
    box-shadow: 3px 3px 10px 3px #999;
    display: none;
    font-size: 14px;
        }
    
        .guize-mod div:first-child{
            display: flex;
            justify-content: space-between;
            padding: 5px 10px;
			background:#efefef;
        }
        .guize-mod div:nth-child(2){
            margin-top: 15px;
            line-height: 25px;
            text-indent: 10px;
        }
		
		
		.guize-mod2{
            position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 280px;
    margin-left: -175px;
    margin-top: -185px;
    background-color: #fff;
    box-shadow: 3px 3px 10px 3px #999;
    display: none;
    font-size: 14px;
        }
    
        .guize-mod2 div:first-child{
            display: flex;
            justify-content: space-between;
            padding: 5px 10px;
			background:#efefef;
        }
        .guize-mod2 div:nth-child(2){
            margin-top: 15px;
            line-height: 25px;
            text-indent: 10px;
        }
    
    
        .fanhui{
            width: 100%;
            position: fixed;
            bottom: 0;
            left: 0;
        }
        .fanhui span{
            display: inline-block;
            width: 50%;
            text-align: center;
            padding: 15px 0;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 2px;
        }
        .fanhui span:first-child{
            background-color: #efefef;
        }
        .fanhui span:nth-child(2){
            background-color: #FFBF55;
            color: #fff;
        }
    
}