@charset "utf-8";

/* CSS Document */

body,
button,
input,
select,
textarea {
    font-family: Helvetica, 'San Francisco', 'Microsoft Yahei', '微软雅黑', Heiti;
    font-size: 16px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body {
    background: #fff;
    color: #666;
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
form,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal;
}

small {
    font-size: 12px;
}

ul > li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

:focus {
    outline: 0;
}

legend {
    color: #000;
}

fieldset,
img {
    border: none;
    background: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

input {
    border: 1px solid #c9c9c9;
    padding-right: 10px;
    padding-left: 10px;
    color: #898989;
    line-height: 24px;
    height: 24px;
}

input[type='radio'],
input[type='checkbox'] {
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

input[type='radio'] {
    position: relative;
    top: 7px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: none;
    height: 1px;
    *color: #fff;
}

img {
    -ms-interpolation-mode: bicubic;
}

a {
    cursor: pointer;
    color: #109ee8;
}

a:hover {
    transition: all 0.35s ease-out 0s;
    -moz-transition: all 0.35s ease-out 0s;
}

.page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}

.logo_big {
    width: 2rem;
    height: 2rem;
    background: url('../img/logo.png') center bottom no-repeat;
    background-size: 100%;
    margin: 0.55rem auto 0;
    -webkit-animation: fadeIn 0.2s linear 1 0.5s;
    animation: fadeIn 0.2s linear 1 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.logo_big_jianzhu {
    width: 2rem;
    height: 2rem;
    background: url('../img/logo_jianzhu.png') center bottom no-repeat;
    background-size: 100%;
    margin: 0.55rem auto 0;
    -webkit-animation: fadeIn 0.2s linear 1 0.5s;
    animation: fadeIn 0.2s linear 1 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.title {
    font-size: 0.6rem;
    text-align: center;
    margin: 0.25rem auto 0.22rem;
    color: #000;
    letter-spacing: 0.05rem;
    -webkit-animation: zoomInUp 0.8s ease-out 1;
    animation: zoomInUp 0.8s ease-out 1;
}

.note {
    font-size: 0.3rem;
    text-align: center;
    margin: 0.2rem auto 1.2rem;
    color: #000;
    -webkit-animation: fadeIn 0.5s linear 1 1s;
    animation: fadeIn 0.5s linear 1 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.btn {
    position: relative;
    width: 3.8rem;
    height: 1rem;
    background-color: #43a735;
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 0.05rem;
    margin: 0 auto;
    letter-spacing: 0.05rem;
    z-index: 100;
}
.text-btn {
    margin: 0 auto;
    font-size: 0.28rem;
    margin-top: 0.2rem;
    display: inline-block;
    color: #666;
    border-bottom: 1px solid #666;
    position: relative;
}
.text-center {
    text-align: center;
}
.btn:active,
.text-btn:active {
    opacity: 0.8;
}
.desc {
    position: relative;
    text-align: center;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #808080;
    z-index: 100;
}
/* 应用市场异常引导提示start */
.page.show-error-guide .note {
    margin-bottom: 0.5rem;
}
.error-tips-block {
    background-color: #fff3f3;
    margin: 0 0.88rem;
    padding: 0.24rem;
    border-radius: 0.14rem;
    margin-top: 0.4rem;
}
.error-tips-block .error-tips-text {
    text-align: left;
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
}
.error-tips-block .error-tips-qrcode {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    margin-top: 0.2rem;
}
/* 应用市场异常引导提示end */

.main-swiper-container {
    width: 100%;
    height: 100%;
}
.main-swiper-container img {
    width: 100%;
    margin-top: -50px;
}
.btn-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-image: linear-gradient(to bottom, rgba(204, 204, 204, 0), rgb(0 0 0) 90%, rgb(0 0 0));
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 28px;
}
.default-btn,
.primary-btn {
    width: 225px;
    height: 40px;
    border-radius: 8px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.default-btn {
    background-color: #f2f2f2;
    color: #074daa;
    margin-top: 10px;
    position: relative;
}
.primary-btn {
    background-color: #074daa;
    color: #fff;
}
.common-modal {
    display: none;
    position: absolute;
    z-index: 980;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    height: 100%;
}
.common-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background-color: #fff;
    border-radius: 6px;
    padding: 24px 24px 32px;
    color: #010101;
    box-sizing: border-box;
    text-align: center;
}
.modal-title {
    font-size: 22px;
    font-weight: bold;
}
.modal-desc {
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
}
.modal-changed {
    margin: 45px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-changed .logo-img {
    width: 60px;
    border-radius: 8px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.modal-changed .change-img {
    width: 40px;
    margin: 0 20px;
}
.common-modal .modal-content .open-btn {
    width: 100%;
    margin-top: 20px;
}
.common-modal .modal-content .modal-img {
    max-width: 60%;
    object-fit: contain;
    margin-top: 0.2rem;
}
.common-modal .modal-content .modal-tips {
    text-align: center;
    color: #999;
    font-size: 16px;
}
