/* 刷单业务系统 - 原始样式还原 (v1.0) */

.circle-color-23>div::before {
    background-color: #ccc;
}

.changeLang {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
}

.changeLang-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    top: 30px;
    z-index: 9999999;
}

.changeLang-content .toggle {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.changeLang-content .toggle:hover {
    background-color: #f1f1f1
}

.changeLang:hover .changeLang-content {
    display: block;
}

.loginMain {
    position: absolute;
    top: 23vh;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}

.loginMain li {
    margin: 6px 0;
}

.loginInput {
    border: none;
    border-radius: 30px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

.eye {
    position: absolute;
    top: 6px;
    right: 10px;
}

.btn {
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    margin: 20px 0;
}

.langBTN {
    width: 30px;
    height: 30px;
    background-image: url('/assistFile/images/yuyan.png');
    background-size: 32px;
    background-repeat: no-repeat;
}

body {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    font-size: 12px;
}

.loadingos {
    width: 30%;
    background-color: #1E9FFF;
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
}

#ios {
    margin-left: 15px;
}

.fa {
    width: 85px !important;
    display: inline-block;
    background: red;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
}

.register2 {
    width: 100%;
    background: #666;
    box-shadow: 0 0 0.013333rem #9b9a9a;
    border-radius: .533333rem;
    height: 1.066667rem;
    font-size: .48rem;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}

.box1 {
    width: 100%;
    height: 100vh;
    background: url('/img/etsy3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header {
    padding: 10px;
}

.left_back {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-top: transparent;
    border-right: transparent;
    transform: rotate(45deg);
}

.formBox {
    margin-top: 3vh;
    text-align: center;
    width: 80%;
    margin-left: 10%;
}

.register {
    width: 100%;
    border-radius: 30px;
    padding: 12px 0;
    border: none;
    margin: 20px 0;
    background-color: #002fa4;
    color: #fff;
}

.Seeeye {
    position: absolute;
    top: 6px;
    right: 10px;
}

/* 首页 Swiper 与 布局 */
.swiper {
    height: 250px;
}
.swiper-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.beginButton {
    background: #17adce;
    width: 90%;
    margin: auto;
    text-align: center;
    height: 50px;
    margin-top: 20px;
    border-radius: 10px;
}
.beginButton-text {
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
}
.labelTab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.labelTab div {
    width: 33%;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    color: #333;
}
.titleLogo {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.VipBox {
    height: 105px;
    margin: 9px;
    color: #fff;
}
.VipBox p {
    text-align: left;
    padding: 0px 16px;
    margin: 0;
}

/* 底部导航还原 */
.footer {
    width: 100%;
    max-width: 400px;
    background: #000 !important;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.footer-nav {
    width: 20%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.footer-nav-img {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}
.footer-nav.on {
    color: #17adce;
}

/* 任务大厅专项还原 */
.grabSuccess {
    border-radius: 20px;
    background: linear-gradient(1turn, #fff, #2cbfff);
    position: relative;
    padding: 15px;
}
.van-overlay {
    position: fixed;
    top: 0px;
    width: 100vw;
    max-width: 400px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}
.phoneImg {
    width: 100%;
    height: 32vh;
    background: url('/img/etsy4.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.iconBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.iconItem {
    width: 49%;
    text-align: center;
    padding: 10px 0;
}
.fImg {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.redP {
    color: red;
}
.goButton {
    background: #4633ff;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 25px;
    margin: 20px;
}
.records_tabs_box {
    background-image: url('/assistFile/images/dialogBG.png');
    background-size: 100% 100%;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
}
.tabsStatusItem {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 8px;
}
.tabsStatusItem img {
    width: 80px;
    height: 80px;
}
.tabs_btn2 {
    width: 45%;
    text-align: center;
    margin: 10px auto;
    border-radius: 30px;
    background-color: #000;
    color: #fff;
    height: 45px;
    line-height: 45px;
}
