@charset "utf-8";
* {
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 320px) {
    html {font-size: 14px;}
}

@media screen and (min-width: 360px) {
    html {font-size: 16px;}
}

@media screen and (min-width: 400px) {
    html {font-size: 18px;}
}

@media screen and (min-width: 440px) {
    html {font-size: 20px;}
}

@media screen and (min-width: 480px) {
    html {font-size: 22px;}
}

@media screen and (min-width: 640px) {
    html {font-size: 28px;}
}

.loginBox {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    box-sizing: content-box;
    background-image: url(../img/bg1.png);
    background-position: 0px 0px;
    background-size: 100%;
}

// 线索页弹窗
.prefix-modal-mask .area {
    width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prefix-modal-mask .area-wrapper li {
    padding-left: .48rem;
    text-align: left;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: .6rem;
    border-bottom: 1px solid #dedede;
    color: #666;
}

.prefix-modal-mask .area-wrapper li[data-code!='']:hover {
    background-color: #F86331;
    color: #fff;
}

.prefix-modal-mask .area-wrapper span {
    display: inline-block;
    vertical-align: middle;
}

.prefix-modal-mask .area-wrapper span.area {
    width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prefix-modal-mask .area-wrapper span.code {
    margin-left: 1rem;
}

.prefix-nav-wrapper li {
    list-style: none;
}