#returnTop { width: 42px; background: #FFF;
     z-index: 9999; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 6%);
}
#returnTop a i{ background: #007FE4; display: none; font-style: normal; line-height: 40px; text-align: center; font-size: 13px; font-weight: bold; color:#fff;}
#returnTop a{background: url(/images/tools.png) no-repeat; height: 40px; width: 40px; margin-bottom:-1px; display: block; float: left; cursor: pointer;border: #efefef 1px solid;border-radius: 2px;}
#returnTop a:hover i{display: block;}
#returnTop .top {background-position: 0 0 ;}
#returnTop .home {background-position: 0 -80px;}
#returnTop .msgs {background-position: 0 -120px;}
#returnTop .rule {background-position: 0 -40px;}
#returnTop .feedback {background-position: 0 -160px;}
#returnTop .help {background-position: 0 -200px;}
#returnTop .Phone {background-position: 0 -240px;}
#returnTop .Phone i {position: absolute; width:123px; right:-1px;padding-right: 2px;}
#returnTop .Phone i span {float: right;display: block;}
#returnTop .Phone i span.tit {font-size: 10px;}
#returnTop .Phone i span.info{ background: #007FE4 url(//www.letarrow.com/app/images/new/code.png) no-repeat center; width:86px; height: 86px;position: absolute;right: 39px;}
#returnTop a:hover {text-decoration:none;}

#returnTop .QRcode {background-position: 0 -280px;}
#returnTop .bottom {background-position: 0 -320px;}

/*下载弹框*/
.appLink {position:relative;}
.appLink:hover .appLinkpop {display:block;}
.appLink .appLinkpop {
    display: none;
    background: #fff;
    width: 90px;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1010;
}

.appLink .appLinkpop::after {
    content: "";
    display: block;
    clear: both;
}

.appLink .app {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
}

/* .appLink .app:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 65%;
    background: #f1f1f1;
    transform: translate(0,-50%);
} */

.appLink .app:last-child:after {
    background: none;
}

.appLink .des {
    font-size: 12px;
    color: #999;
}

.appLink .code {
    width: 70px;
    height: 70px;
    margin: 8px auto 0 auto;
    display: block;
}

.appLink .appicon {
    width: 80px;
    height: 80px;
    margin: 5px auto 10px auto;
    border-radius: 4px;
    display: block;
}

.appLink .appLinkbtn {
    color: #007fe4;
    border: 1px solid #addaff;
    width: 80px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.appLink .appLinkbtn:hover {
    color: #FF5106 !important;
    text-decoration: none;
    border-color: #ffccb6;
    transition: all 0.2s linear;
}
.feedbackpop {
    background: #fff;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
	width:680px;
	height:414px;
	z-index:30;
}