﻿.floatLeft {
    z-index: 10;
    top: 50%;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    position: absolute;
    transition: all .3s linear;
    left: -48vw;
}

.leftClose{
    position: fixed;
    right: 48%;
    top: 2%;
    z-index: 111111;
    display: block;
}

.move_left{
     left: -72%;
    position: absolute;
    z-index: 8;
}

.openfloatLeft {
    position: fixed;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    left: 0;
    background: url(https://my.res.netease.com/m/gw/20160615165158/img/open_52f180d.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

body{
    position: relative;
}
.open{
    position: fixed;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    left: 0;
    background: url(https://my.res.netease.com/m/gw/20160615165158/img/open_52f180d.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    display: none;
}

.kuang{
  background: url("../image/yuyue_bg1_e2accbf.png") no-repeat;
    background-size: 100%;
    width: 200px;
    height: 100px;
    position: relative;
}
.close{
    right: 8px;
    z-index: 1111;
    position: absolute;
    display: block;
    /*margin-top: -21.3vw;*/
    /*margin-left: 36vw;*/
}

.box{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 179px;
    z-index: 1111111;
    position: fixed;
}