﻿body { background: #fff; color: #394043; }
.wraper { padding-top: 4.5rem; }
.hintBox { position: fixed; top: 35%; left: 20% !important; width: 60%; margin-left: -15px; text-align: center; z-index: 9999; }
.downloadbox { margin-top: 1.5rem; }
.down-head { height: 4.6rem; line-height: 4.6rem; text-align: center; }
.down-formbox { margin-top: 0.5rem; }
.down-form li { position: relative; padding: 0 1rem; border-bottom: 1px solid #e8e8e8; }
    .down-form li.has-other { padding-right: 9.6rem; }
.vcode-txm, .get-vcode { position: absolute; top: 0.6rem; right: 1rem; display: block; width: 8.6rem; height: 3.2rem; line-height: 3.2rem; border: 1px solid #e8e8e8; border-radius: 2px; text-align: center; overflow: hidden; z-index: 1; }
    .vcode-txm img { max-width: 100%; }
.get-vcode { background: #fff; }
    .get-vcode.unobtain { background: #ccc; }
.down-text { width: 100%; height: 4.4rem; line-height: 4.4rem; font-size: 1.5rem; color: #333; border: none; }
.down-btnbox { padding: 1.2rem; margin-top: 1.5rem; }
    .down-btnbox .down-btn { display: block; height: 4.6rem; line-height: 4.6rem; text-align: center; color: #fff; font-size: 1.6rem; border-radius: 2.3rem; background: #7a45e5; background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fa5045),color-stop(70%,#e93b3d)); background: -webkit-linear-gradient(left,#fa5045 30%,#e93b3d 70%); background: linear-gradient(to right,#fa5045 30%,#e93b3d 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa5045', endColorstr='#e93b3d', GradientType=1); box-shadow: 0 1px 8px 1px rgba(241,87,78,0.5); }
