.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.clearfix {
    *zoom: 1;
}
@charset "UTF-8";
/*html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*reset*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

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

input, textarea, select, label {
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-tap-highlight-color: transparent;
    font-family: Helvetica, Arial, sans-serif;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

button {
    border: none;
}

input:focus, button:focus, textarea:focus, select {
    outline: 0;
}

input[type="submit"] {
    -webkit-appearance: none;
}

button[disabled], .button[disabled] {
    color: #fff;
    background: #c6c3cd !important;
    border-color: #c6c3cd !important;
}

a:focus {
    -webkit-tap-highlight-color: transparent;
}

a:hover, a:active, a:focus {
    outline: 0;
}
/*去除input type为number时的小箭头*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/*去除input自动填充时的背景色*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ad8f00 inset;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #49464d !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0 auto;
}
/*media*/
@media all and (max-width: 359px) {
    html {
        font-size: 50px;
    }
}

@media all and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 56px;
    }
}

@media all and (min-width: 375px) and (max-width: 413px) {
    html {
        font-size: 58px;
    }
}

@media all and (min-width: 414px) and (max-width: 515px) {
    html {
        font-size: 62px;
    }
}

@media all and (min-width: 516px) and (max-width: 615px) {
    html {
        font-size: 72px;
    }
}

@media all and (min-width: 616px) and (max-width: 815px) {
    html {
        font-size: 82px;
    }
}

@media all and (min-width: 816px) and (max-width: 915px) {
    html {
        font-size: 92px;
    }
}

@media all and (min-width: 916px) and (max-width: 1024px) {
    html {
        font-size: 112px;
    }
}

@media all and (min-width: 1025px) {
    html {
        font-size: 92px;
    }
}
/* index */
.top_screen {
    width: 100%;
    /*height: 100vh;*/
    background: url(../images/index_bg.jpg);
    background-size: cover;
    text-align: center;
    font-family: Myriad Pro;
    overflow-y: auto;
    padding: 0 0.5rem;
}
.top_screen .top_screen_inner {
    width: 100%;
}
.top_screen .language_area {
    padding: 0.2rem 0.12rem 0.12rem;
    margin-bottom: 0.7rem;
}
.top_screen .language_area .language_box {
    float: right;
    width: 2rem;
    height: 0.6rem;
    position: relative;
    border-radius: 0.1rem;
}
.top_screen .language_area .language_box .forshow{
    border-radius: 0.1rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #aaacb9;
    padding-left: 0.5rem;
    text-align: left;
    background: url("../images/line_bg.png") #fff no-repeat;
    background-size: 0.24rem;
    background-position: 0.1rem center;
    position: relative;
}
.top_screen .language_area .language_box .forshow span {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    line-height: 0.2rem;
    text-align: center;
    position: absolute;
    right: 0.2rem;
    font-size: 0.2rem;
    top: 0.2rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #aaacb9;
    border-bottom: 2px solid #aaacb9;
}
.top_screen .language_area .language_box .fordown {
    border-radius: 0 0 0.1rem 0.1rem;
    overflow: hidden;
    position: absolute;
    bottom: -0.56rem;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .15s;
    transform: translateY(5px);
}
.top_screen .language_area .language_box .fordown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.top_screen .language_area .language_box .line a {
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.5rem;
    font-size: 0.28rem;
    color: #aaacb9;
    text-align: left;
    background: url("../images/line_bg.png") #fff no-repeat;
    background-size: 0.24rem;
    background-position: 0.1rem center;
}
.top_screen .language_area .language_box .line a:active {
    background: url("../images/line_bg_white.png") #f55257 no-repeat;
    background-size: 0.24rem;
    background-position: 0.1rem center;
    color: #fff;
}
.top_screen .logo_area {
    padding: 1.6rem 0 0.6rem 0;
    color: #ffffff;
}
.top_screen .logo_area img {
    width: 2rem;
    border-radius: 0.36rem;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.top_screen .logo_area h2 {
    font-size: 0.36rem;
    margin: 0.5rem 0 0.2rem 0;
    font-weight: bold;
}
.top_screen .logo_area p {
    font-size: 0.28rem;
    line-height: 1.4;
    padding: 0 0.1rem;
}
.top_screen .logo_area .installing {
    font-size: 0.26rem;
    color: #3594eb;
    text-align: center;
    padding: 0.3rem 0.5rem;
    display: none;
}

.top_screen .but_area {
    padding: 0 0 0.6rem 0;
}
.top_screen .but_area a.dl{
    display: block;
    width: 4.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    border-radius: 0.45rem;
    font-size: 0.3rem;
    color: #ffffff;
    background: #f55257;
    font-weight: bold;
    margin: 0 auto 0.24rem auto;
}
.top_screen .but_area a.dl.trust {
    display: none;
}
.top_screen .but_area a.dl:active {
    opacity: 0.65;
}
.top_screen .but_area p {
    font-size: 0.26rem;
    display: inline-block;
    color: #cccccc;
    padding: 5px 15px 3px 15px;
    border: 1px solid #cccccc;
    border-radius: 20px;
}
.top_screen .but_area .loading {
    background-color: transparent;
    width: 45px;
    height: 45px;
    border: 1px solid #f55257;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    margin: 0 auto 0.24rem auto;
    display: none;
}
.top_screen .tip_area {
    padding: 0 0 0.6rem 0;
    font-size: 0.24rem;
    color: #999999;
}
.top_screen .tip_area p {
    padding: 0 0.9rem;
    margin-bottom: 0.2rem;
}
.top_screen .tip_area a {
    display: block;
    color: #f55257;
    line-height: 1;
    text-decoration: underline;
    margin-bottom: 0.2rem;
}
.buttom_screen {
    background: #ffffff;
    font-family: Myriad Pro;
    text-align: center;
    padding: 0.8rem 0.3rem;
}

.buttom_screen h2.title {
    font-family: Noto Sans S Chinese Bold;
    line-height: 1;
    margin: 0.4rem 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.buttom_screen h2.title span {
    padding: 0 0.3rem;
    background: #fff;
    font-size: 0.36rem;
    color: #262630;
    font-weight: bold;
    position: relative;
    z-index: 3;
}
.buttom_screen h2.title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fb8a8b;
    z-index: 2;
}
.buttom_screen .users .userlist {
    background: #ffffff;
    border-radius: 0.1rem;
    box-shadow: 0 3px 3px -10px rgba(100, 100, 100, 0.42), 0 3px 20px 0 rgba(100, 100, 100, 0.12), 0 8px 10px -5px rgba(100, 100, 100, 0.2);
    overflow: hidden;
}

.buttom_screen .users .userlist:first-of-type {
    margin-bottom: 0.8rem;
}

.buttom_screen .users .userlist h3 {
    font-size: 0.36rem;
    color: #fff;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #fb8a8b;
}
.buttom_screen .users .userlist .pic_list {
    padding: 0.24rem 0 0.18rem 0;
}
.buttom_screen .users .userlist .pic_list div {
    float: left;
    width: 22.2%;
    margin-left: 2.2%;
    line-height: 1;
}
.buttom_screen .users .userlist .pic_list div img {
    width: 100%;
    border-radius: 0.1rem;
}
.buttom_screen .version {
    padding: 0.6rem 0.4rem;
}
.buttom_screen .version .text {
    display: inline-block;
    text-align: left;
    font-size: 0.26rem;
    color: #262630;
}
.buttom_screen .version .text p {
    line-height: 1;
    padding: 0;
    margin: 0 0 0.1rem 0;
}
.buttom_screen .version .text span {
    font-weight: bold;
}
.buttom_screen .screens {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
}
.buttom_screen .screens .img_box {
    float: left;
    width: 46%;
    margin-bottom: 0.4rem;
    box-shadow: 0 3px 3px -10px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.buttom_screen .screens .img_box img {
    width: 100%;
}
.buttom_screen .screens .img_box:nth-child(2),.buttom_screen .screens .img_box:nth-child(4) {
    margin-left: 8%;
}
.backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.85);
    z-index: 3;
    display: none;
}
.d_cover {
    font-family: "Myriad Pro";
    width: 96%;
    height: 96%;
    position: fixed;
    left: 2%;
    top: 2%;
    z-index: 4;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    overflow-y: auto;
    font-size: 0.26rem;
    color: #262630;
    text-align: center;
    display: none;
}
.d_cover .content{
    width: 100%;
    padding: 0.6rem 0.3rem;
    overflow-y: auto;
}
.d_cover.d_trust .content {
    padding: 0.6rem 0.3rem 1.8rem 0.3rem;
}
.d_cover p {
    margin: 0.4rem 0;
    text-align: left;
}
.d_cover img {
    width: 4rem;
    box-shadow: 0 3px 3px -10px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.d_cover.d_trust img:first-of-type {
    margin-bottom: 0.3rem;
}
.d_cover .top {
    height: 40px;
}
.d_cover .close_cover {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    background: #f55257;
    border-radius: 50%;
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.86rem;
    transform: translate(0.16rem,-0.16rem);
    float: right;
    text-align: center;
}
.d_cover .trust_btn {
    display: block;
    width: 4.6rem;
    height: 0.9rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.3rem;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0.45rem;
    margin: 0.6rem auto 0 auto;
    background: #f55257;
    position: fixed;
    bottom: 0.6rem;
    left: 50%;
    margin-left: -2.3rem;
    box-shadow: 0 3px 3px -10px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.d_cover .trust_btn:active {
    opacity: 0.65;
}
.d_cover.d_open {
    text-align: left;
}
.d_cover h2 {
    font-size: 0.36rem;
    text-align: center;
    margin-bottom: 0.4rem;
    line-height: 1.2;
    font-weight: bold;
}
.d_cover.d_open h4 {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
}
.d_cover.d_open p {
    margin: 0.2rem 0;
}
.d_cover.d_open p a{
    color: #f55257;
    text-decoration: underline;
}
.d_cover.d_open h4
@-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)
    }
}
.d_cover.d_ins {
    height: auto;
    top: 50%;
    margin-top: -1.6rem;
}
.d_cover.d_ins .inner {
    padding: 0 0.65rem 0.35rem 0.65rem;
}
.d_cover.d_ins p{
    margin: 0;
    font-size: 0.26rem;
    color: #262630;
    text-align: center;
}
.d_cover.d_ins #btn {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #f96364;
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.4rem;
    border-radius: 0.45rem;
}
.d_cover.d_ins #btn:active {
    box-shadow: 0 3px 3px -10px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
/* qrdownload */
#qrdownload {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/index_no_bg.jpg);
    background-size: cover;
}
#qrdownload img {
    width: 100%;
}
