/*--------------------------------------------------lnwbox----------------------------------------------------------*/
.lnwbox-data{
    display: none;
}
#lnwbox{
    width: 99%;
    z-index: 2000000020;
}
#lnwbox[position=absolute]{
    position: absolute;
}
#lnwbox[position=fixed]{
    position: fixed;
}
#lnwbox.position-absolute{
    position: absolute;
}
#lnwbox.position-fixed{
    position: fixed;
}
#lnwbox #lnwboxBody{
    margin: 0px auto;
    position: relative;
}
#lnwboxBack{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000000019;
}

#lnwbox .box9{
    margin: 0px auto;
    width: auto;
    height: auto;
}
#lnwbox .box9 .boxTop .boxLeft,
#lnwbox .box9 .boxTop .boxRight,
#lnwbox .box9 .boxBottom .boxLeft,
#lnwbox .box9 .boxBottom .boxRight{
    background-image: url(../_images/lnwbox/simple_corner.png);
    background-repeat: no-repeat;
}
#lnwbox .box9 .boxTop .boxLeft      {   background-position: left top;      }
#lnwbox .box9 .boxTop .boxRight     {   background-position: right top; }
#lnwbox .box9 .boxBottom .boxLeft   {   background-position: left bottom;   }
#lnwbox .box9 .boxBottom .boxRight  {   background-position: right bottom;  }
#lnwbox .close{
    background-image: url(../_images/lnwbox/close.png);
    background-repeat: no-repeat;
    background-position: right;
    font-weight: bold;
    font-size: 10px;
    color: #999;
    padding-right: 16px;
    margin: 20px 0px 0px 0px;
    cursor: pointer;
    float: right;
}
#lnwbox .box9 .boxTop .boxCenter,
#lnwbox .box9 .boxBottom .boxCenter{
    background-image: url(../_images/lnwbox/simple_center.png);
    background-repeat: repeat-x;
}
#lnwbox .box9 .boxTop .boxCenter        {   background-position: center top;    height: 40px;   }
#lnwbox .box9 .boxBottom .boxCenter     {   background-position: center bottom; height: 20px;   }

#lnwbox .box9 .boxMiddle .boxLeft,
#lnwbox .box9 .boxMiddle .boxRight{
    background-image: url(../_images/lnwbox/simple_middle.png);
    background-repeat: repeat-y;
}
#lnwbox .box9 .boxMiddle .boxLeft       {   background-position: left center;   width: 20px;    }
#lnwbox .box9 .boxMiddle .boxRight      {   background-position: right center;  width: 20px;    }
#lnwbox .box9 .boxMiddle .boxCenter{
    background: #ffffff none;
}
#lnwbox .loading{
    background-position: center;
    width: 300px;
    height: 300px;
}
#lnwbox .box1 #lnwboxBody {
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 300px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}
.lnwbox-data{
    display: none;
}
#lnwbox2 .lnwbox-data{
    display: block;
}
#lnwbox2{
    position: fixed;
    background: rgba(255, 255, 255, 0.8) none;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 2100000002;
}
body.show_lnwbox{
    overflow: hidden;
}
body.show_lnwbox #lnwbox2{
    display: block;
    overflow-x:hidden;
    overflow-y:scroll;
}
#lnwboxClose{
    position: fixed;
    top:20px;
    right:20px;
    width: 16px;
    height:16px;
    background-color: #ffffff;
    background-image: url(../_images/icon/close.png);
    border: 3px solid #666;
    cursor: pointer;
}
#lnwbox2Cover{
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
#lnwbox2Skin{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    overflow: scroll;
}
#lnwbox2Body{
    -webkit-border-radius: 3px;
    -webkit-box-orient: vertical;
    -webkit-transition: 200ms -webkit-transform;
    -moz-border-radius: 3px;
    -moz-box-orient: vertical;
    -moz-transition: 200ms -moz-transform;
    border-radius: 3px;
    box-orient: vertical;
    transition: 200ms transform;
    background: white;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
/*display: inline-block;*/
    padding:10px;
    min-height: 200px;
	max-width: 800px;
	margin: auto;
}
#lnwbox2 .u-section{
    width: 700px;
}
#lnwbox2.size_s #lnwbox2Body{   width: 200px;}
#lnwbox2.size_m #lnwbox2Body{   width: 400px;}
#lnwbox2.size_l #lnwbox2Body{   width: 700px;}
#lnwbox2.size_xl #lnwbox2Body{  width: 900px;}
