.FastRight{position: fixed;z-index: 150;left: 0px;top:120px;}
.FastRight img{ max-width: 280px;}
.FastRight .close{ width: 30px; height: 30px;right: 0px;position: absolute;top: 0px; transform: rotate(45deg);cursor: pointer;font-size: 0;}
.FastRight .close:before,
.FastRight .close:after{position: absolute; left: 50%; top: 50%; content: '';background: #fff;}
.FastRight .close:before{width: 60%; height: 2px; margin-top: -1px; margin-left: -30%;}
.FastRight .close:after{height: 60%; width: 2px; margin-left: -1px; margin-top: -30%;}
@media(max-width:640px){
.FastRight{/* display: none; */top:65px;}
.FastRight img{ max-width: 120px;}
.FastRight .close{ width: 20px; height: 20px;}
}