﻿/**白色弹框样式**/
.tagging3 {width:400px;background-color:rgba(255,255,255,0.7); position:absolute; top:50%;transform: translateY(-50%); left:50%; margin-left:-200px; border-radius:15px; overflow:hidden; padding:14px; box-sizing:border-box; text-align:left; z-index:999999;}
.tagging_main3 {border:1px dashed #715125; border-radius:15px; padding:0 20px 0 20px; box-sizing:border-box;}
.tagging_main3 h2 { font-size:16px; font-weight:normal; color:#715125; line-height:24px; display:block; border-bottom:1px solid rgba(113,81,37,.5); padding:10px 0 10px 0;}
.tagging_main3 h2 a { font-size:24px; font-weight:300; color:#715125; float:right; display:inline; text-decoration:none;position:relative; right:-15px; top:-5px;}
.tagging_main3 p { font-size:13px; font-weight:normal; color:#715125; line-height:22px; margin:0;}
/* 滚动内容区样式 */
.scroll_wrap3 {width: 100%;height:110px;position: relative; margin:15px 0;}
/* 滚动内容样式 */
.scroll_wrap3 .scroll_cont3 {height:100%;overflow: hidden; }
/* 滚动条 */
.scroll_wrap3 .scroll_bar3 {position:absolute;top:0;right:0;width: 1px;height: 110px;background-color:rgba(113,81,37,.4); border-radius:100px;}
/* 滚动块 */
.scroll_wrap3 .scroll_slider3 {position: absolute;top: 0;left: 0;width: 1px;height: 48px;background-color:rgba(255,255,255,1);  border-radius:100px;}
.scroll_wrap3 .scroll_slider3:hover{opacity: 1}


/**黑色弹框样式**/
.tagging {width:400px;background-color:rgba(0,0,0,0.5); position:absolute; top:50%;transform: translateY(-50%); left:50%; margin-left:-200px; border-radius:15px; overflow:hidden; padding:14px; box-sizing:border-box; text-align:left; z-index:999999;}
.tagging_main {border:1px dashed #fff; border-radius:15px; padding:0 20px 0 20px; box-sizing:border-box;}
.tagging_main h2 { font-size:16px; font-weight:normal; color:#fff; line-height:24px;  display:block; border-bottom:1px solid rgba(255,255,255,.5); padding:10px 0 10px 0;}
.tagging_main h2 a { font-size:24px; font-weight:300; color:#fff; float:right; display:inline; text-decoration:none; position:relative; right:-15px; top:-5px; }
.tagging_main p { font-size:13px; font-weight:normal; color:#fff; line-height:22px; margin:0;}
/* 滚动内容区样式 */
.scroll_wrap2 {width: 100%;height:110px;position: relative; margin:15px 0;}
/* 滚动内容样式 */
.scroll_wrap2 .scroll_cont2 {height:100%;overflow: hidden; }
/* 滚动条 */
.scroll_wrap2 .scroll_bar2 {position:absolute;top:0;right:0;width: 1px;height: 110px;background-color:rgba(255,255,255,.5); border-radius:100px;}
/* 滚动块 */
.scroll_wrap2 .scroll_slider2 {position: absolute;top: 0;left: 0;width: 1px;height: 48px;background-color:rgba(113,81,37,1);  border-radius:100px;}
.scroll_wrap2 .scroll_slider2:hover{opacity: 1}