
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    position: relative;
    height: 100vh;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
}


.main-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/down_bg.jpg") no-repeat center;
    background-size: 100%;
    /*margin: 0;*/
    /*background: linear-gradient(#ff895a,#fb2b30);*/
}

.main-content .regist-top {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-content .regist-top .regist-top-img {
    display: block;
    width: 100%;
    height: auto;
}

.main-content .regist-top .regist-bottom-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-content .regist-tip {
    position: relative;
    width: 100%;
    height: auto;
    top: 50px;
}

.main-content .regist-tip .regist-tip-img {
    position: relative;
    width: 70%;
    left: 15%;
}

.main-content .regist-bottom {
    position: absolute;
    width: 100%;
    height: 55%;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
}

.main-content .regist-bottom .regist-bottom-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-content .regist-list {
    position: absolute;
    width: 100%;
    height: 55%;
    top: 40%;
}

.main-content .regist-list .regist-list-item {
    position: relative;
    width: 100%;
    height: 14.5%;
}

.main-content .regist-list .regist-list-item .regist-list-item-input {
    position: relative;
    max-height: 100%;
    width: 70%;
    height: 2.33rem;
    left: 15%;
    border-radius: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: white;
    outline: none;
    border: 0 solid transparent;
}

.main-content .regist-list .regist-list-item .regist-list-item-sms {
    position: relative;
    width: 70%;
    height: 2.33rem;
    left: 15%;
    border-radius: 0.3125rem;
    max-height: 100%;
    /* background-color: white; */
}

.main-content .regist-list .regist-list-item .regist-list-item-sms .smscode {
    position: relative;
    width: calc(60% - 0.5rem);
    height: 100%;
    padding-left: 1.5rem;
    max-height: 100%;
    background-color: transparent;
    float: left;
    border: 0px solid transparent;
    outline: none;
    border: 1px solid yellow;
    background-color: white;
    border-radius: 0.3125rem;

}

.main-content .regist-list .regist-list-item .regist-list-item-sms .sendsms {
    position: relative;
    width: 39%;
    height: 100%;
    max-height: 100%;
    /* border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem; */
    border-radius: 0.3125rem;
    /* background-color: white; */
    background-image: url('../img/send_code_btn_bg.png');
    background-size: 100% 100%;
    float: right;
    background-color: #fef169;
    /* border: 1px solid green; */
}

.regist-span {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%);
    color: #fe694c;
}

.regist-list-item-text {
    font-size: 1rem;
    color: black;
}


.main-content .regist-button {
    position: relative;
    width: 100%;
    height: 3rem;
}

.main-content .regist-button .regist-button-img {
    position: relative;
    max-height: 100%;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-content .down-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-content .icon-content {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 35%;
}

.main-content .icon-content .icon-img {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-content .download-img {
    position: absolute;
    width: 60%;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.main-content .download-img2 {
    position: absolute;
    width: 60%;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0);
}

.main-content .loginBtn {
    position: relative;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 0.5rem;
}

.main-content .download-top {
    position: relative;
    width: 100%;
    height: 45%;
}

.main-content .download-top .download-top-img {
    position: relative;
    width: 100%;
    height: 100%;
}


.toast-pop-overlay {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.toast-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.toast-pop .toast-pop-body {
    display: block;
    margin: 0 1.8rem;
    border-radius: 30rem;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
    color: #fff;
}


.is-wx-down {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10000;
    display: none;
}

.is-wx-down img {
    width: 100%;
    height: auto;
}

.is-wx-down img.i-know {
    width: 150px;
    height: auto;
    bottom: 128px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.is-wx-down .redirect {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.is-wx-down .redirect p {
    font-size: 12px;
}

.is-wx-down .redirect h2 {
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
}

.main-content .ios-top {
    position: relative;
    width: 100%;
    height: auto;
}

.main-content .ios-top .img {
    display: block;
    width: 100%;
    height: auto;
}

.main-content .ios-top .configbtn {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 20px;
}


.appstore-content {
    width: 100vw;
    height: auto;
    overflow-y: scroll;
    background: white;
    display: flex;
    flex-direction: column;

    padding: 1.25rem 0;

    -webkit-overflow-scrolling: touch;

}

.appstore-content .top-div {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 6.5625rem;
}

.appstore-content .top-div .logo {
    width: 6.5625rem;
    height: 6.5625rem;
}

.appstore-content .top-div .name-div {
    flex: 1;
    margin-left: 0.8333rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.appstore-content .top-div .name-div .commit {
    position: absolute;
    bottom: 0;
    height: 2.08rem;
    width: 8.5rem;
    border-radius: 1.04rem;
    color: white;
    background: #1461ff;
    font-size: 0.8958rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appstore-content .title {
    font-size: 1.4583rem;
    color: #111111;
    font-weight: bold;
}

.appstore-content .tip {
    color: #8a898e;
    font-size: 0.8958rem;
}


.appstore-gap-div {
    height: 1px;
    background: #dddddd;
    margin: 1.25rem 0;
}

.appstore-content .detail {
    font-size: 0.8958rem;
    color: #232323;
    margin-top: 0.8333rem;
}

.appstore-content .preview-div {
    margin-top: 0.8333rem;
    height: 23.75rem;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;

    -webkit-overflow-scrolling: touch;
}

.appstore-content .preview-item {
    width: 13.375rem;
    height: 100%;
    margin-left: 0.8333rem;
}


.appstore-content .normal-margin {
    margin-left: 0.8333rem;
    margin-right: 0.8333rem;
    width: auto;
}
