@charset "UTF-8";
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body, h1, h2, h3, h4, ul, li, dl, dt, dd, p, img, em, form, input {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-style: normal;
}
html,body{
    width: 100%;
    height: 100%;
}
#btn {
    width: 120px;
    height: 40px;
    background: #30b1d5;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -60px;
}
#btn:hover{
    background: #31d5fa;
}
.pic_wrap{
	width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background: rgba(0,0,0,.8);
}
.pic_show{
    width: 100%;
    height: 100%;
    text-align:center;
    padding: 20px;
    position: relative;
}
.pic-name{
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 18px;
    color: #fff;
    z-index: 10;
}
.sign-out{
    width: 40px;
    height: 40px;
    background:#1e1e1e url("../img/pic-close.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    border-radius: 4px;
}
.sign-out:hover{
    background-color: #000;
}
.pic_con{
    width: 100%;
    height: 100%;
}
.pic_show img{
    width: auto;
    height: auto;
    max-width:100%;
    max-height: 100%;
    display: inline-block;
    /*transform-origin:center center;*/
}
.thumb_wrap{
    width: 80%;
    height: 100%;
    position: relative;
    margin: auto;
}
.thumb_con{
    position: relative;
    width:100%;
    height: 100%;
    margin: auto;
}
.dir_up,.dir_down{
    width: 15px;
    height: 26px;
    cursor: pointer;
    background-color: rgba(0,0,0,.2);
    /*margin: 46px auto;*/
}
.dir_up:hover,.dir_down:hover{
    background-color: rgba(0,0,0,.5);
}
.dir_up{
    background-image: url("../img/pic-thumb-left.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.dir_down{
    background-image: url("../img/pic-thumb-right.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.up_contain{
    width: 15px;
    margin-right: 10px;
}
.down_contain{
    width: 15px;
    margin-left: 10px;
}
.thumb_contain{
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 66px;
}
.thumb_contain ul{
    width: auto;
    height: 100%;
    position: absolute;
}
.thumb_contain ul li{
    width: 87px;
    height: 100%;
    text-align: center;
    position: relative;
    background: #1e1e1e;
    margin-right: 7px;
}
.thumb_contain ul li:last-child{
    margin-bottom: 0;
}
.thumb_block{
    width: 100%;
    height: 100%;
    text-align: center;
}

.thumb_contain li img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0);
    background: rgba(0,0,0,.6);
}
.mask_check{
    border: 1px solid #7f70e6;
    background: none;
}
.hover_block{
    width: 100%;
    background: #2d2d2d;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.thumb_show{
    height: 88px;
}
/*.hover_block:hover .thumb_wrap{*/
    /*right: 0;*/
/*}*/
.tool_wrap{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.tool_con{
    width:auto;
    height: 46px;
    background: rgba(43,43,43,.8);
    margin:40px auto;
    padding:3px 10px;
    display: inline-block;
    border-radius: 16px;
    /*margin-top: 500px;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
    /*transition: all 1s ease;*/
}
.tool_wrap:hover .tool_con{
    /*margin-top: 0;*/
}
.tool_con li{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin:0 15px;
    float: left;
    position: relative;
    cursor: pointer;
}
.tool_con li:hover{
    background: rgba(30,30,30,.6);
}
.tip-box{
    position: absolute;
    bottom: 50px;
    left: -20px;
    display: none;
}
.tip-wrap {
    width: auto;
    height: auto;
    background-color: #333333;
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    white-space: nowrap;
    border-radius: 4px;
}

.tip-wrap:after, .tip-wrap:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: 95%;
    position: absolute;
    width: 0;
}

.tip-wrap:after {
    border-width: 10px;
    border-top-color: #333333;
    left: 27px;
}

.tip-wrap:before {
    border-width: 12px;
    left: 18px;
}
.tool_con li:hover .tip-box{
    display: block;
}


/*左右箭头*/
.dir-left,.dir-right{
    width: 56px;
    height: 116px;
    background: rgba(0,0,0,0) url("../img/pic-left.png") no-repeat center center;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -53px;
    cursor: pointer;
    border-radius: 4px;
}
.dir-right{
    left: unset;
    right: 20px;
    background-image: url("../img/pic-right.png");
}
.dir-left:hover,.dir-right:hover{
    background-color: #1e1e1e;
}