@charset "utf-8";
/*
 * artDialog skin
 * https://github.com/aui/artDialog
 * (c) 2009-2013 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */
 
/* common start */
body { _margin:0; _height:100%; }/*IE6 BUG*/ 

.d-close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
.d-close:hover { text-decoration:none; }

/* common end */

.d-inner { background:#FFF; box-shadow: 0 0 0 10px rgba(0, 0, 0, .5); border-radius:0px;-moz-border-radius:11px;}

.d-titleBar { position:relative; height:100%;  }
.d-title { position:absolute; top:0px; left:0; width:540px; height:25px; font-size:14px;line-height:25px;background: #F1F7FC;color: #909090;font-family:Microsoft Yahei;font-weight:bold;}
.d-state-drag .d-title { color:#666; }
.d-close{position:absolute;display:block;right:6px;margin-top:6px;top:0px;font-size:14px;background-image:url(../pc/img/close.fw.png);background-repeat:no-repeat;background-position:center top;width:17px;height:17px;cursor:pointer;display:inline-block;}
.d-close:hover{background-position:center bottom;}
.d-content { color:#666;}
.d-state-focus .d-content { color:#000; width:540px;height:225px}
@media screen and (min-width:0) {
	/*.d-close { width:25px; height:25px; line-height:25px; right:-18px; top:-18px; border-radius:20px; background:rgba(0, 0, 0, .6); color:#F00; box-shadow:0 1px 3px rgba(0, 0, 0, .3); -moz-transition: linear .06s; -webkit-transition: linear .06s; transition: linear .06s; }
	.d-close:hover { width:25px; height:25px; line-height:25px; right:-18px; top:-18px; color:#FFF; box-shadow:0 1px 3px rgba(209, 40, 42, .5); background:#d1282a; border-radius:25px; }*/
	.d-close{position:absolute;display:block;right:6px;margin-top:4px;top:0px;font-size:14px;background-image:url(../pc/img/close.fw.png);background-repeat:no-repeat;background-position:center top;width:17px;height:17px;cursor:pointer;display:inline-block;}
    .d-close:hover{background-position:center bottom;}
	.d-state-lock .d-dialog { box-shadow:0 3px 26px rgba(0, 0, 0, .9); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: -webkit-box-shadow linear .2s; }
	.d-dialog:active { box-shadow:0 0 5px rgba(0, 0, 0, .1)!important; }
	.d-state-drag { box-shadow:none!important; }
}
.pop { width:540px;height:225px;} 
.pop_left{ width:200px;float:left;height:225px;} 
.pop_right{ width:338px;float:right; overflow:hidden; height:157px;} 
.pop_right3{text-align:right; height:20px; margin-top:5px;} 
.pop_left img{ width:200px; height:200px;margin-top:25px;} 
.pop_title{width:338px;float:right; overflow:hidden;font-size:17px;font-family:Microsoft Yahei,Tahoma,SimSun;font-weight:bold; color:#f00;line-height:18px;margin-top:28px;margin-right:0px;} 
.pop_right p{color:#666; clear:both; margin-top:10px; text-decoration:inherit;overflow:hidden; height:110px; font-size:16px;line-height:18px; margin-left:-8px;} 
.pop_right a{color:#3CCCF7; font-weight:bold;margin-top:0px; padding-right:30px;font-size:18px;} 
