.nocopy-skin .lcp-open-head{padding:0;height:0;}
.nocopy-skin .lcp-open-head-title{font-size:0;}
.nocopy-skin .lcp-open-close{position:absolute;top:10px;right:10px;}
.nocopy-skin .lcp-open-container{border-radius:10px;}
.nocopy-skin .lcp-open-body{padding:30px 20px;}

.nocopy-skin-1 .nocopy-title{font-size:20px;text-align:center;line-height:1.5;}
.nocopy-skin-1 .nocopy-content{display: flex;flex-wrap:wrap;font-size:14px;margin:30px 0;}
.nocopy-skin-1 .nocopy-content .nocopy-equity{flex: 0 0 50%;margin:5px 0;display: flex;align-items: center;padding:0 10px;}
.nocopy-skin-1 .nocopy-content span{flex:1;text-align:left;padding-left:3px;}
.nocopy-skin-1 .nocopy-content img{flex:0 0 16px;width:16px;height:16px;}
.nocopy-skin-1 .nocopy-vip{text-align:center;margin-top:30px;}
.nocopy-skin-1 .nocopy-vip a{background-color: #d8b879;background-image:url(vip.svg);background-size:20px;background-repeat:no-repeat;display:inline-block;padding: 5px 15px 5px 36px;background-position-y: center;background-position-x: 10px;color:#fff;border-radius:4px;transition: all .2s;}
.nocopy-skin-1 .nocopy-vip a:hover{background-color:#dbad51;}

.nocopy-skin-2{text-align:center;}
.nocopy-skin-2 .lcp-open-container{background-image:url(copy-bg.png);background-position:center;background-size:100% 100%;}
.nocopy-skin-2 .nocopy-title{font-size:22px;color:#895d16;text-align:center;line-height:1.5;}
.nocopy-skin-2 .nocopy-title-sub{font-size:18px;color:#555;margin-top:20px;}
.nocopy-skin-2 .nocopy-vip{margin:30px 0;}
.nocopy-skin-2 .nocopy-vip a{position:relative;display:inline-block;background: linear-gradient(to bottom right, #f1c78e, #f7d8a4);padding:12px 40px;border-radius:5px;font-size:20px;color:#895d16;}
.nocopy-skin-2 .nocopy-vip a span{position:absolute;line-height:1.5;white-space: nowrap;top: 0;right:0;transform: translateX(50%) translateY(-50%);display:inline-block;padding:0 4px;background-color:#f66b5c;color:#fff;font-size:12px;border-radius:5px;border-bottom-left-radius:0;}
.nocopy-skin-2 .nocopy-vip a:hover{background:linear-gradient(to bottom right, #f1c78e, #f1c78e);}
.nocopy-skin-2 .nocopy-equity-tip span{position:relative;}
.nocopy-skin-2 .nocopy-equity-tip span:before,.nocopy-skin-2 .nocopy-equity-tip span:after{position:absolute;content:'';top:50%;width:15px;border-top:solid 1px #999;}
.nocopy-skin-2 .nocopy-equity-tip span:before{right:100%;transform: translateX(-8px);}
.nocopy-skin-2 .nocopy-equity-tip span:after{left:100%;transform: translateX(8px);}
.nocopy-skin-2 .nocopy-content{display:flex;justify-content: center;margin-top:10px;}
.nocopy-skin-2 .nocopy-content .nocopy-equity{padding:0 10px;display:flex;align-items: center;}
.nocopy-skin-2 .nocopy-content span{flex:1;padding-left:3px;}
.nocopy-skin-2 .nocopy-content img{flex:0 0 16px;width:16px;height:16px;}

@media screen and (max-width:500px){
    .nocopy-skin-2 .nocopy-content {
        flex-wrap: wrap;
    }
    .nocopy-skin .nocopy-content .nocopy-equity{
        flex: 0 0 100%;
        text-align: left;
    }
}