@charset "utf-8";

/* 应用下载页专用样式 */

body {
    padding-bottom: 10px;
    padding-top: 0;
}

.template-common .template-btn.grey {
    background: grey;
    display: none;
}

#reportModal .form-group {
    text-align: center;
}

/* 页脚 */
.template-footer .icp-info {
    text-align: center;
    font-size: 12px;
    padding-bottom: 6px;
}

.template-footer .t-footer a {
    font-size: 14px;
}

.template-footer .t-footer .report-link {
    color: #d45959;
}

.template-footer .t-footer .zh-tip {
    font-size: 14px;
    padding-top: 20px;
}

/* iOS17 信任提示 */
#ios17tipsModal .modal-title {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 10px;
    line-height: 1.7em;
}

#ios17tipsModal .modal-body {
    line-height: 30px;
}

#ios17tipsModal .msg_txt p strong {
    color: #c00;
}

#ios17tipsModal .msg_txt p {
    font-size: 15px;
}

#ios17tipsModal .modal-body h3 {
    font-size: 15px;
}

#ios17tipsModal .modal-footer {
    text-align: center;
    padding-bottom: 50px;
}

#ios17tipsModal .modal-footer .btn {
    border-radius: 0;
}

/* 免责声明 */
#disclaimerModal h3 {
    text-align: center;
    line-height: 50px;
}

#disclaimerModal .report p {
    padding-top: 20px;
    line-height: 1.6;
}

/* 安装中提示（原 style.css） */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#showtext {
    text-align: center;
    color: #1abc9c;
    font-size: 14px;
}

#showtext .loading {
    display: inline-block;
    margin: 10px auto;
    background-color: transparent;
    width: 45px;
    height: 45px;
    border: 1px solid #1abc9c;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
}

@media (max-width: 767px) {
    body { font-size: .28rem; padding-top: 0; }
    .ms-modal .modal-dialog { margin-top: 30px; }
    /*----------/分发落地页----------*/
    .passwords .template-common {
        padding: 0;
    }

    .template-common {
        padding: 0;
    }

    .template-common .form-control {
        height: 34px;
    }

    .template-common hr {
        display: block;
    }

    .template-common .t-icon {
        width: 3.2rem;
        height: 3.2rem;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 25px;
        margin: 0 auto;
    }

    /*
    .template-common .t-icon{width: 1.8rem; height: 1.8rem; padding: .3rem; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 20px; margin: 0 auto;}
    */
    .template-common .t-icon img {
        border-radius: 15px;
        width: 110px;
        height: 110px;
    }

    .template-common .t-name .tit {
        text-align: center;
        font-size: .4rem;
        font-weight: 600;
        margin-top: .3rem;
        margin-bottom: 8px;
    }

    .template-common .t-name .name-info {
        font-size: .28rem;
    }

    .template-common .t-name .name-info span {
        color: #999;
    }

    .template-common .t-name .name-info span:last-of-type {
        display: block;
    }

    .template-common .t-apply {
        color: #999;
        font-size: .24rem;
    }

    .template-common .t-code {
        color: #999;
        font-size: .24rem;
        margin-top: 25px;
        width: 200px;
    }

    .template-common .t-code img {
        width: 130px;
        height: 130px;
    }

    .template-common .t-introduce .tit {
        font-size: .3rem;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .template-common .t-introduce p {
        font-size: .24rem;
    }

    .template-common .t-contact {
        margin-top: .4rem !important;
    }

    .template-common .t-contact .tit {
        font-size: .3rem;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .template-common .t-contact p {
        font-size: .24rem;
    }

    .template-common .t-contact dl {
        font-size: .24rem;
    }

    .template-common .template-btn {
        padding: 0 35px;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
        text-align: center;
        font-size: .32rem;
        margin-top: .4rem;
        margin-bottom: .2rem;
    }

    .template-common .template-btn span:last-of-type {
        line-height: .8rem;
    }

    .template-common .decoding {
        padding: 0;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        text-align: center;
        font-size: .32rem;
        margin-top: .4rem;
        margin-bottom: .2rem;
        width: 3.6rem;
    }

    .template-common .template-btn .iconfont {
        font-size: 32px;
    }

    .passwords + .template-footer {
        margin-top: 30px;
    }

    .template-footer {
        margin-top: 15px;
    }

    .template-footer .methods-tutorial-full {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .template-footer .methods-tutorial-full a.fl {
        height: 30px;
        line-height: 30px;
        font-size: .24rem;
    }

    .template-footer .methods-tutorial-full a.fr {
        margin-top: 4px;
    }

    .template-footer .t-footer {
        margin-top: 0;
        margin-bottom: 40px;
        padding-bottom: .2rem;
        font-size: .24rem;
    }

    .template-pwd {
        width: auto !important;
        margin: .4rem .7rem 0;
        background-color: #fff !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        padding: .4rem .3rem !important;
        height: auto !important;
    }

    .template-pwd .form-group label {
        color: #666;
        font-size: .24rem;
    }

    .template-pwd .form-control {
        margin-top: 10px;
    }

    /*应用截图*/
    .template-common .app-screen .tit {
        font-size: .3rem;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .template-common .app-screen .s-responsive {
        overflow: hidden;
        height: 350px;
        width: 100%;
        overflow-x: auto; /*-webkit-overflow-scrolling: touch;*/
    }

    .template-common .app-screen ul li {
        float: left;
        margin-right: 10px;
    }

    .template-common .app-screen ul li img {
        max-width: 600px;
        width: auto;
        height: auto;
        max-height: 350px;
    }


    /*模板1*/
    .template-1 .t-bg-1 {
        background: #157df1 url("https://cdn.xiafenfa.com/static/index/image/t-04.png") repeat-x center bottom;
        height: 1.4rem;
    }

    .template-1 .content {
        margin-top: 0;
        padding: 0;
    }

    .template-1 .content .c-left {
        background-image: none;
        width: 100%;
        height: auto;
        float: none;
        padding-top: .4rem;
    }

    .template-1.passwords .content .c-left {
        padding-top: 25px;
    }

    .template-1 .template-common .t-name .tit {
        margin-bottom: 0;
        margin-top: 15px;
    }

    /*.template-1 .template-common .t-icon{width: 3.2rem; height: 3.2rem; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 25px; margin: 0 auto;}*/
    /*设计稿 单独定义APP图标大小*/
    .template-1 .template-common .t-icon {
        width: 1.8rem;
        height: 1.8rem;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 20px;
        margin: 0 auto;
    }

    .template-1 .template-common .t-icon img {
        width: 60px;
        height: 60px;
    }

    /*设计稿 单独定义APP图标大小*/
    .template-1 .content .c-right {
        float: none;
        width: 100%;
        margin-left: 0 !important;
        padding-top: .5rem;
        border-top: 1px solid transparent;
        margin-top: 0;
        padding-top: 0;
    }

    .template-1 .content .c-right .template-common {
        padding: 0;
    }

    .template-1 .template-common .t-name .name-info {
        text-align: center;
        margin-top: 5px;
    }

    .template-1 .template-common .t-name .name-info span {
        color: #999;
    }

    .template-1 .template-common .template-btn {
        margin-top: 20px;
        padding: 0 36px;
        margin-bottom: 10px;
    }

    .template-1 .content .c-right .t-introduce {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .template-1 .content .c-right .t-introduce p {
        margin-top: 0;
    }

    .template-1 .content .c-right .t-contact {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .template-1 .template-common .t-code {
        margin-top: 25px;
    }

    .template-1 .template-pwd {
        margin-top: .4rem;
    }

    .template-1.passwords + .template-footer {
        margin-top: 40px;
    }

    .template-1 + .template-footer {
        margin-top: 40px;
    }

    .template-1 .template-common .app-screen .s-responsive {
        width: 100%;
    }

    /*/模板1*/
    /*模板2*/
    .template-2 .content {
        margin-top: -80px;
    }

    /*/模板2*/
    /*模板3*/
    .template-3 .t-bg-3 {
        background: url("https://cdn.xiafenfa.com/static/index/image/t-08.jpg") center;
        height: .7rem;
        background-size: cover;
    }

    .template-3 .content {
        margin-top: 20px;
    }

    .template-3 .template-common .t-icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .template-3 .template-common .t-icon img {
        width: 65px;
        height: 65px;
    }

    .template-3 .template-common .t-name .tit {
        margin-top: 10px;
    }

    .template-3.passwords + .template-footer {
        margin-top: 40px;
    }

    /*/模板3*/
    /*模板4*/
    .template-4 .t-bg-4 {
        background: none;
        height: auto;
    }

    .template-4 .t-bg-4 > .container {
        padding: 0;
    }

    .template-4 .t-left {
        float: none;
        margin: 0;
        width: 100%;
        padding-top: 55px;
        background: url("https://cdn.xiafenfa.com/static/index/image/t-10.png") no-repeat center;
        height: 3.7rem;
        background-size: cover;
    }

    .template-4 .t-right {
        float: none;
        margin: 25px auto 0;
        width: 100%;
    }

    /*.template-4 .t-right{float: none; margin: 40px auto 0; width: 100%;}*/
    .template-4 .content4 .template-common .t-icon {
        margin-left: -3px;
    }

    .template-4 .content4 .template-common .t-icon img {
        width: 70px;
        height: 70px;
    }

    .template-4 .content4 .template-common .t-name .tit {
        font-weight: normal;
        margin-top: 10px;
        font-size: .32rem;
    }

    .template-4 .t-right .template-common .t-name .name-info span {
        color: #999;
        display: inline-block;
        line-height: 20px;
    }

    .template-4 .t-right .template-common .t-name .name-info span:last-of-type {
        display: block;
    }

    .template-4 .content > .template-common {
        padding: 0;
    }

    .template-4 .template-common .template-btn {
        margin-bottom: 5px;
    }

    .template-4 .template-common .decoding {
        width: 3.6rem;
        padding: 0;
        margin-top: .4rem;
    }

    .template-4 .template-common .template-pwd {
        margin: 0 .7rem;
    }

    .template-4.passwords + .template-footer {
        margin-top: 55px;
    }

    .template-4 + .template-footer {
        margin-top: 15px;
    }

    .template-4 .content > .template-common .app-screen {
        width: 100%;
    }

    /*/模板4*/
    /*模板5*/
    .template-5 .left-bg {
        position: absolute;
        left: 0;
        top: 0;
        background: url("https://cdn.xiafenfa.com/static/index/image/t11.png") no-repeat left top;
        width: 1.1rem;
        height: 3.93rem;
        background-size: cover;
    }

    .template-5 .right-bg {
        position: absolute;
        right: 0;
        top: 0;
        background: url("https://cdn.xiafenfa.com/static/index/image/t12.png") no-repeat right top;
        width: 1.1rem;
        height: 3.93rem;
        background-size: cover;
    }

    .template-5 .content {
        padding-top: 25px;
    }

    .template-5.passwords .template-common {
        padding: 0 .7rem;
    }

    .template-5 .template-common .t-icon {
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .template-5 .template-common .t-name-wrap {
        width: auto;
        margin-left: 0;
    }

    .template-5 .template-common .t-name {
        margin-top: 0;
    }

    .template-5 .template-common .t-name .tit {
        margin-bottom: 10px;
    }

    .template-5 .template-common .t-name .name-info {
        text-align: center;
        line-height: 20px;
    }

    .template-5 .template-common .t-name-wrap .template-btn {
        padding: 0 38px;
        margin: 20px auto 10px;
    }

    .template-5 .template-common .t-apply {
        padding-left: 0;
        text-align: center;
    }

    .template-5 .template-common hr {
        margin-top: 25px;
    }

    .template-5 .template-common .t-introduce .tit {
        margin-top: 25px;
    }

    .template-5 .template-common .t-contact {
        margin-top: .4rem;
    }

    .template-5.passwords + .template-footer {
        margin-top: 30px;
    }

    .template-5 + .template-footer {
        margin-top: 15px;
    }

    .template-5 .template-pwd {
        margin-top: 15px;
    }

    .template-5 .template-pwd .decoding {
        width: 3.6rem;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .template-5 .template-common {
        padding: 0;
    }

    /*/模板5*/
    /*模板6*/
    .template-6 .t-bg-6 {
        background-color: #f4f4f4;
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }

    .template-6 .t-top .tit {
        font-size: .4rem;
        color: #333;
        float: none;
        text-align: center;
    }

    .template-6 .t-top .name-info {
        font-size: .28rem;
        color: #999;
        float: none;
        text-align: center;
        margin-top: 3px;
    }

    .template-6 .t-top .name-info span {
        margin-left: 10px;
    }

    .template-6 .t-top .name-info span:last-of-type {
        display: block;
    }

    .template-6 .content {
        margin-top: 25px;
    }

    .template-6 .template-common .template-btn {
        margin-bottom: 15px;
    }

    .template-6 .template-common .show-hr {
        display: none;
    }

    .template-6 .template-common .t-code {
        margin-top: 25px;
    }

    /*/模板6*/
    /*密码显示控制*/
    .passwords .pc-pwd {
        display: none !important;
    }

    .passwords .phone-pwd {
        display: none;
    }

    /*----------/分发落地页----------*/
    /*举报弹窗*/
    #reportModal .report ul li {
        margin-right: 20px;
    }
}
