
html {
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

body {
    margin: 0;
    font-size: 0.16rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0047D4), color-stop(20%, #0B6DFA), color-stop(55%, #024FDC), to(#1277FF));
    background-image: -o-linear-gradient(top, #0047D4 0, #0B6DFA 20%, #024FDC 55%, #1277FF 100%);
    background-image: linear-gradient(to bottom, #0047D4 0, #0B6DFA 20%, #024FDC 55%, #1277FF 100%);
    /* height: 150%; */
}


#app {
    background-image: url(/imgs/ios/tf/mobile.bg.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100vw;
    color: #fff;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html, body, #app, .main {
    min-height: 100vh;
    height: auto;
}

body.openDialog,
.openDialog #app,
.openDialog .main{
    overflow: hidden;
}

.main {
    padding-left: 0.47rem;
    padding-right: 0.47rem;
    padding-bottom: 1rem;
}

[tabindex] {
    outline: 0;
}

h1 {
    margin: 0;
    padding-top: 1rem;
    font-weight: 400;
}

.banner-title {
    padding-bottom: 0.16rem;
}

.banner-title span{
    font-size: 24px;
}

.logo {
    /* margin-right: 0.2rem; */
    height: 0.74rem;
    /* width: 3rem; */
}

.ios {
    width: 0.28rem;
    margin-right: 0.16rem;
}

.download-btn {
    margin-top: 0.25rem;
    margin-bottom: 0.19rem;
    height: 0.67rem;
    width: 100%;
    max-width: 3.8rem;
    border-radius: 0.335rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F8C26C), to(#FB8850));
    background-image: -o-linear-gradient(top, #F8C26C, #FB8850);
    background-image: linear-gradient(to bottom, #F8C26C, #FB8850);
}
.qiye-btn {
    margin-top: 0.1rem;
    margin-bottom: 0.29rem;
    height: 0.67rem;
    width: 100%;
    max-width: 3.8rem;
    width: 100%;
    max-width: 3.8rem;
    border-radius: 0.335rem;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ffebdd));
    background-image: -o-linear-gradient(top, #F8C26C, #FB8850);
    background-image: linear-gradient(180deg,#fff,#ffebdd);
}
.qiye-btn>.lg{
    font-weight: 500 !important;
}
.download-btn .lg {
    font-size: .2rem;
    font-weight: 600;
}
.download-btn .lg span{
    display: inline-block;
    background: #fff;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    text-align: center;
    color: #fb8362;
    border-radius: 5px;
    padding: 0 5px;
    margin-left: 1em;
}

.download-btn .sm {
    font-size: .12rem;
}

.devider {
    position: relative;
    opacity: .5;
    padding-bottom: 0.25rem;
}

.devider .left,
.devider .right {
    height: 0.01rem;
    background-color: #fff;
    -webkit-transform: rotateX(75deg);
    transform: rotateX(75deg);
}

.devider .center {
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: .14rem;
}

.el-collapse {
    border-top: 0;
    border-bottom: 0;
    position: relative;
}

.el-collapse-item__header {
    height: 0.6rem;
    line-height: 0.57rem;
}

.el-collapse-item__wrap,
.el-collapse-item__wrap a,
.el-collapse-item__header {
    border-bottom: 0;
    font-size: 0.14rem;
    background: none;
    color: #fff;
    position: relative;
}

.el-collapse-item__wrap .el-collapse-item__content {
    opacity: .5;
    color: #fff;
    font-size: 0.14rem;
    font-weight: 300;
}


.el-collapse-item__wrap:after,
.el-collapse-item__header:after {
    content: '';
    display: block;
    height: 0.01rem;
    background-color: #fff;
    opacity: .5;
    -webkit-transform: rotateX(75deg);
    transform: rotateX(75deg);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.el-collapse-item__header.is-active:after {
    opacity: 0;
}

footer.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: .36rem;
    color: rgba(255, 255, 255, .5);
    background-color: #1165FF;
    padding-left: .47rem;
    padding-right: .47rem;
}

footer.footer a {
    color: inherit;
    text-decoration: none;
}

.my-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #333;
    background-color: #fff;
    border-radius: 0.16rem 0.16rem 0 0;
    overflow: hidden;
    height: 70vh;
    bottom:-100%;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}
.my-dialog.open{
    bottom:0;
}

.my-dialog .my-dialog__body {
    overflow: auto;
    height: -webkit-calc(70vh - 54px);
    height: calc(70vh - 54px);
}

.my-dialog .drawer-body {
    padding-left: 0.2rem;
    padding-right: .2rem;
    padding-bottom: .4rem;
}

.my-dialog .drawer-body .desc {
    font-size: .12rem;
    color: #383838;
}

.my-dialog h1 {
    font-size: 0.22rem;
    font-weight: 400;
}


.my-dialog h3 {
    font-weight: 800;
    font-size: 0.2rem;
}

.my-dialog h5 {
    font-weight: 400;
    font-size: 0.16rem;
    margin-bottom: .1rem;
}

.my-dialog .item {
    padding-top: .2rem;
    padding-bottom: .3rem;
}

.my-dialog .item img {
    display: block;
    max-width: 100%;
}

.my-dialog .item img:nth-child(1) {
    height: 0.2rem;
    width: 0.2rem;
}

.my-dialog .item img:nth-child(2) {
    height: 0.74rem;
    width: 0.74rem;
    margin-top: 0.11rem;
    margin-bottom: 0.14rem;

}

.my-dialog .item .el-button {
    height: 0.28rem;
    width: 1rem;
    padding: 0;
    font-size: .16rem;
}

.my-dialog .item .el-button a {
    width: 100%;
    eight: 0.28rem;
    text-decoration: none;
    color: inherit;
}

.my-dialog .item-name {
    margin-bottom: .14rem;
    font-size: .16rem;
}

.my-dialog__header {
    color: #333;
    margin-bottom: 0;
    position: relative;
    padding: 0.2rem;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.my-dialog__header > :first-child {
    font-size: 0.2rem;
    height: 0.28rem;
}

.my-dialog.btt {
    border-radius: .16rem .16rem 0 0;
}

.el-alert .el-alert__description {
    font-size: 0.14rem;
}

.el-alert--warning.is-light {
    color: #FF8336;
    background-color: rgba(255, 159, 27, 0.23);
}

.el-alert--warning.is-light img {
    height: 0.44rem;
    margin-right: 0.2rem;
}

.el-alert--warning.is-light .el-alert__description {
    color: #ff6d13;
}

.el-alert--warning.is-light .el-alert__content {
    padding: 0;
}

.el-alert--warning.is-light .el-alert__content .el-alert__description {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.my-dialog .close-btn{
    font-size: .3rem;
}

.overlay-open-with-browser {
    color: #fff;
    text-align: center;
    padding-top: 150px;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    z-index: 2;
    /*背景色*/
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://app.daishuxiazai.com/static/daishu/img/icon_arrow@2x.png);
    background-repeat: no-repeat;
    /*背景图未知：距离上边30px，距离右边20px*/
    background-position: calc(100% - 10px) 20px;
    /*背景图大小，保持在宽高200px内*/
    background-size: 80px;
    font-size: 20px;
    display: none;
}