body .overflow {
    overflow-y: hidden;
}

body .transform180 {
    transform: rotate(180deg) !important;
}

body .shadow {
    position: fixed;
    top: 0;
    right: 0;
    zoom: 1;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

body #backTop1,
#packUp2,
#packUp3,
#packUp4,
#packUp5,
#packUp7 {
    display: none;
}

#template7 a,
#template6 a,
#template5 a,
#template4 a,
#template3 a,
#template2 a,
#template1 a {
    font-size: 0;
    display: inline-block;
    width: 100%;
    height: auto;
}

#template7 a img,
#template6 a img,
#template5 a img,
#template4 a img,
#template3 a img,
#template2 a img,
#template1 a img {
    width: 100%;
    height: auto;
}

/*template7 start*/

#template7 .floating-window-box7 {
    /*opacity: 0;*/
    position: fixed;
    bottom: 60px;
    right: 10px;
    zoom: 1;
    z-index: 100;
    /* z-index: 1000; */
    /*不能高于modal框的z-index*/
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /*	max-width: 16%;
     * 
	*/
}

#template7 .floating-window-box7 .add-show7,
.floating-window-box7 .pack-up7 {
    width: 100%;
    text-align: center;
    padding: 8px 0 2px 0;
}

#template7 .floating-window-box7 .add-show7 img,
.floating-window-box7 .pack-up7 img {
    width: 17px;
    height: 17px;
    transform: rotate(0deg);
    margin: 0 auto;
}

#template7 .floating-window-box7 .pack-up7 {
    padding: 2px 0 8px 0;
}

#template7 .floating-window-box7 .pack-up7 .pack-up-icon7 {
    width: 23px;
    height: 23px;
}

#template7 .floating-window-box7 .floating-window-abs7 {
    overflow: hidden;
}

#template7 .floating-window-box7 .floating-window-abs7 .floating-window7 {
    font-size: 0;
    overflow: hidden;
}

#template7 .floating-window-box7 .floating-window-abs7 .floating-window7 .icon-box7 {
    font-size: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}


/*template7 end*/


/*template6 start*/

#template6 .floating-window-box6 {
    position: fixed;
    bottom: 50px;
    right: 10px;
    zoom: 1;
    z-index: 100;
    /* z-index: 1000; */
    /*不能高于modal框的z-index*/
    font-size: 0;
    width: 33%;
    background-color: rgba(0, 0, 0, 0.6);
}

#template6 .floating-window-box6 .add-show6,
.floating-window-box6 .pack-up6 {
    width: 100%;
    text-align: center;
    margin: 8px 0 2px 0;
}

#template6 .floating-window-box6 .add-show6 img,
.floating-window-box6 .pack-up6 img {
    width: 17px;
    height: 17px;
    transform: rotate(0deg);
}

#template6 .floating-window-box6 .pack-up6 {
    margin: 2px 0 8px 0;
}

#template6 .floating-window-box6 .pack-up6 .pack-up-icon6 {
    width: 23px;
    height: 23px;
}

#template6 .floating-window-box6 .floating-window-abs6 .floating-window6 {
    padding: 6px 5px 5px 5px;
    font-size: 0;
    overflow: hidden;
}

#template6 .floating-window-box6 .floating-window-abs6 .floating-window6 .icon-box6 {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}


/*template6 end*/


/*template5 start*/

#template5 .floating-window-box5 {
    position: fixed;
    bottom: 30px;
    right: 10px;
    zoom: 1;
    z-index: 100;
    /*不能高于modal框的z-index*/
    font-size: 0;
}

#template5 .floating-window-box5 .add-show5,
.floating-window-box5 .pack-up5 {
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    bottom: 75px;
    right: 0;
}

#template5 .floating-window-box5 .add-show5 img,
.floating-window-box5 .pack-up5 img {
    width: 19px;
    height: 19px;
    margin: 8px 0 0 8px;
}

#template5 .floating-window-box5 .pack-up5 {
    bottom: 30px;
}

#template5 .floating-window-box5 .pack-up5 .pack-up-icon5 {
    width: 22px;
    height: 22px;
    margin: 6px 0 0 6.5px;
}

#template5 .floating-window-box5 .floating-window-abs5 {
    position: relative;
    bottom: 123px;
    /*display: none;*/
}

#template5 .floating-window-box5 .floating-window-abs5::before {
    content: '';
    position: absolute;
    right: 10px;
    bottom: -16px;
    display: block;
    border-width: 8px 7px 8px 7px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
}

#template5 .floating-window-box5 .floating-window-abs5 .floating-window5 {
    padding: 6px 5px 5px 5px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 0;
    overflow: hidden;
    border-radius: 5px;
}

#template5 .floating-window-box5 .floating-window-abs5 .floating-window5 .icon-box5 {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}


/*template5 end*/


/*template4 start*/

#template4 .floating-window-box4 {
    position: fixed;
    bottom: 0;
    left: 0;
    zoom: 1;
    z-index: 100;
    /*不能高于modal框的z-index*/
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 0;
    width: 100%;
    box-sizing: border-box;
    /*height: 0;*/
    overflow: hidden;
}

#template4 .floating-window-box4 .floating-window-abs4 {
    margin: 10px 10px 0 10px;
}

#template4 .floating-window-box4 .floating-window-abs4 .floating-window4 {
    font-size: 0;
    width: 100%;
    overflow: hidden;
}

#template4 .floating-window-box4 .floating-window-abs4 .floating-window4 .icon-box4 {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
}

#template4 .floating-window-box4 .close4 {
    line-height: 45px;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#template4 .floating-window-box4 .close4 .close-icon4 {
    width: 16px;
    height: 16px;
    padding-top: 0px;
}


/*template4 end*/


/*template3 start*/

#template3 .floating-window-box3 {
    position: fixed;
    top: 0;
    right: 0;
    zoom: 1;
    z-index: 100; 
    /*不能高于modal框的z-index*/
    background-color: #fff;
    font-size: 0;
    box-sizing: border-box;
    width: 0;
    /*opacity: 0;*/
}

#template3 .floating-window-box3 .floating-window-abs3 .floating-window3 {
    font-size: 0;
    overflow: hidden;
    margin-top: 10px;
    overflow-y: scroll;
}

#template3 .floating-window-box3 .floating-window-abs3 .floating-window3 .icon-box3 {
    font-size: 0;
}

#template3 .floating-window-box3 .close3 {
    line-height: 45px;
    height: 45px;
    text-align: center;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#template3 .floating-window-box3 .close3 .close-icon3 {
    width: 16px;
    height: 16px;
    padding-top: 0px;
}


/*template3 end*/


/*template2 start*/

#template2 .floating-window-box2 {
    position: fixed;
    bottom: 0;
    left: 0;
    zoom: 1;
    z-index: 100;
    background-color: #fff;
    font-size: 0;
    width: 100%;
    box-sizing: border-box;
    /*height: 0;*/
    height: auto;
    overflow: hidden;
}

#template2 .floating-window-box2 .floating-window-abs2 {
    margin: 10px 10px 0 10px;
}

#template2 .floating-window-box2 .floating-window-abs2 .floating-window2 {
    font-size: 0;
    width: 100%;
    overflow: hidden;
}

#template2 .floating-window-box2 .floating-window-abs2 .floating-window2 .icon-box2 {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

#template2 .floating-window-box2 .close2 {
    line-height: 45px;
    height: 45px;
    text-align: center;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#template2 .floating-window-box2 .close2 .close-icon2 {
    width: 16px;
    height: 16px;
    padding-top: 0px;
}


/*template2 end*/


/*template2、template3、template4 common start*/

#template2 .add-show2,
#template2 .pack-up2,
#template3 .add-show3,
#template3 .pack-up3,
#template4 .add-show4,
#template4 .pack-up4 {
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    position: fixed;
    bottom: 105px;
    right: 10px;
    z-index: 48;
}

#template2 .add-show2 img,
#template2 .pack-up2 img,
#template3 .add-show3 img,
#template3 .pack-up3 img,
#template4 .add-show4 img,
#template4 .pack-up4 img {
    width: 19px;
    height: 19px;
    margin: 8px 0 0 8px;
    position: inherit;
}

#template2 .pack-up2,
#template3 .pack-up3,
#template4 .pack-up4 {
    bottom: 60px;
}

#template2 .pack-up2 .pack-up-icon2,
#template3 .pack-up3 .pack-up-icon3,
#template4 .pack-up4 .pack-up-icon4 {
    width: 22px;
    height: 22px;
    margin: 6px 0 0 6.5px;
}


/*template2、template3、template4 common end*/


/*template1 start*/

#template1 .floating-window-box1 {
    /*opacity: 0;*/
    position: fixed;
    bottom: 106px;
    right: 0;
    zoom: 1;
    z-index: 100;
    /* z-index: 1000; */
    /*不能高于modal框的z-index*/
    font-size: 0;
    width: 51px;
    text-align: right;
}

#template1 .floating-window-box1 .floating-window-abs1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#template1 .floating-window-box1 .floating-window-abs1 .floating-window1 {
    font-size: 0;
    overflow: hidden;
    color: #666666;
    background-color: #fff;
    padding: 6px 0 6px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: left;
}

#template1 .floating-window-box1 .floating-window-abs1 .floating-window1 .icon-box1 {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#template1 .floating-window-box1 .pack-up1 {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.65);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 51px;
    overflow: hidden;
    text-align: left;
}

#template1 .floating-window-box1 .pack-up1 .pack-up-icon1 {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: 0 2px 0 6px;
}

#template1 .floating-window-box1 .pack-up1 .pack-up-title1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #fff;
}

#template1 .back-to-top1 {
    height: 36px;
    line-height: 36px;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.65);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 51px;
    text-align: center;
    margin-top: 10px;
    position: fixed;
    bottom: 60px;
    right: 0;
    zoom: 1;
    z-index: 1000;
}

#template1 .back-to-top1 .back-to-top-icon1 {
    margin-top: 6.5px;
    width: 23px;
    height: 23px;
}


/*template1 end*/


/*template2 floating-left、template3 floating-left、template4 floating-left common start*/

#template2 .add-show2.floating-left,
#template2 .pack-up2.floating-left,
#template3 .add-show3.floating-left,
#template3 .pack-up3.floating-left,
#template4 .add-show4.floating-left,
#template4 .pack-up4.floating-left {
    left: 10px;
}


/*template2 floating-left、template3 floating-left、template4 floating-left common end*/


/*template1 floating-left start*/

#template1 .floating-window-box1.floating-left {
    left: 0;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#template1 .floating-window-box1.floating-left .floating-window-abs1 {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#template1 .floating-window-box1.floating-left .floating-window-abs1 .floating-window1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#template1 .floating-window-box1.floating-left .pack-up1 .pack-up-title1 {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#template1 .back-to-top1.floating-left {
    left: 0;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#template1 .back-to-top1.floating-left .back-to-top-icon1 {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}


/*template1 floating-left end*/


/*template3 floating-left start*/

#template3 .floating-window-box3.floating-left {
    left: 0;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#template3 .floating-window-box3.floating-left .floating-window-abs3 .floating-window3 {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}


/*template3 floating-left end*/


/*template5 floating-left start*/

#template5 .floating-window-box5.floating-left {
    left: 10px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#template5 .floating-window-box5.floating-left .add-show5,
.floating-window-box5.floating-left .pack-up5 {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#template5 .floating-window-box5.floating-left .floating-window-abs5 {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#template5 .floating-window-box5.floating-left .floating-window-abs5::before {
    left: 10px;
    right: auto;
}


/*template5 floating-left end*/


/*template7 floating-left start*/

#template7 .floating-window-box7.floating-left {
    left: 10px;
}


/*template7 floating-left end*/

.main-content .position-abs {
    position: absolute !important;
}

.icon-bg2{
	width:20px;
	height:20px;
	background-image:url("../../../../images/default-imgs/icon-addw.png");
	background-size:100% 100%;
	margin: 7.5px auto;
}
.icon-bg2-close{
	width:20px;
	height:20px;
	background-image:url("../../../../images/default-imgs/icon-closeg.png");
	background-size:100% 100%;
	margin: 12.5px auto;
}
.icon-bg7{
	width:17px;
	height:17px;
	background-image:url("../../../../images/default-imgs/icon-arroww.png");
	background-size:100% 100%;
	margin: 0 auto;
}
.icon-bg1{
	width: 13px;
    height: 13px;
    background-image: url(../../../../images/default-imgs/icon-rightw.png);
    background-size: 100% 100%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 3px 0 5px;
}

/*新的风格样式*/
#suspend-style1{
	position: fixed;
	min-width: 44px;
	bottom: 135px;
	right: 10px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.76);
    border-radius: 4px;
}
#suspend-style1.floating-left{
	left: 10px;
	right: auto;
}
#suspend-style1 .tog-icon{
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	text-align: center;
	padding: 13.5px 0;
}
#suspend-style1 .tog-icon img{
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 auto;
	transition: all 0.3s;
}
#suspend-style1 .suspend-list{
	overflow: hidden;
	margin-bottom: 5px;
}
#suspend-style1 .suspend-list.suspend-close{
	width: 44px !important;
	height: 44px !important;
	overflow: hidden;
}
#suspend-style1 .suspend-list .suspend-icon{
	width: 44px;
	height: 44px;
	float: left;
}
#suspend-style1 .suspend-list .suspend-icon img{
	display: block;
	width: 36px;
	height:36px;
	margin: 4px;
}
#suspend-style1 .icon-totop{
	width: 100%;
	height: 33px;
	padding-top: 3.5px;
    box-sizing: border-box;
}
#suspend-style1 .icon-totop img{
	display: block;
	width: 25px;
	margin: 0 auto;
}
#suspend-style2{
	position: fixed;
	bottom: 135px;
	right: 10px;
    z-index: 100;
}
#suspend-style2.floating-left{
	left: 10px;
	right: inherit;
}
#suspend-style2.floating-left .suspend-icon-box{
	float: left;
}
#suspend-style2.floating-left .jian:after{
	left: 13px;
	right: inherit;
}
#suspend-style2 .suspend-icon-box{
	width: 35px;
	float: right;
}
#suspend-style2 .tog-icon,#suspend-style2 .icon-totop{
	width: 35px;
	height: 35px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 17.5px;
	box-sizing: border-box;
	margin-top: 10px;
}
#suspend-style2 .tog-icon{
	padding: 7.5px 0;
}
#suspend-style2 .tog-icon img,#suspend-style2 .tog-icon i{
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
}
#suspend-style2 .icon-totop{
	padding: 10px 0;
}
#suspend-style2 .icon-totop img{
	width: 20px;
	display: block;
	margin: 0 auto; 
}
#suspend-style2 .suspend-list{
	background-color: rgba(0,0,0,0.7);
	border-radius: 5px;
	padding: 5px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#suspend-style2 .jian{
	height: 5px;
	position: relative;
}
#suspend-style2 .jian:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: dashed 5px transparent;
	border-right: dashed 5px transparent;
	border-bottom: dashed 5px transparent;
	border-top: solid 5px rgba(0,0,0,0.7);
	top: 0;
	right:13px
}
#suspend-style2 .suspend-list.suspend-close{
	width: 54px !important;
	height: 54px !important;
	overflow: hidden;
}
#suspend-style2 .suspend-list .suspend-icon{
	width: 44px;
	height: 44px;
	float: left;
	
}
#suspend-style2 .suspend-list .suspend-icon img{
	display: block;
	width: 34px;
	height:34px;
	margin: 5px;
}