@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; outline:0 none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body{font:12px/1.5 "Arial","Hiragino Sans GB","Microsoft YaHei",'\5FAE\8F6F\96C5\9ED1',tahoma,sans-serif;background:#459760;color:#000;}
a{outline:0 none;cursor:pointer;text-decoration:none;color:#000;}
a:hover{text-decoration:none;}
ul,ol{list-style:none;}
img{border:0 none;}
em,i{font-style:normal;font-weight:normal;}
h1,h2,h3,h4{font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
.fl, .fr { display: inline; float: left; }

.fr { float: right; } 

.pr{ position:relative; }

.pa{ position:absolute; }

.pf{ position: fixed;}
[class*="btn"]{ display: block; background-repeat: no-repeat; background-size: 100% 100%}

.bg{ background-repeat: no-repeat; background-size: 100% 100%;}

.df{ display: flex; display: -webkit-flex; -webkit-align-items: center; -webkit-justify-content: center; align-items: center; justify-content: center;}

.pup{ top: 50%; left: 50%; background-repeat: no-repeat; background-size: 100% 100%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 102;}

input::-webkit-input-placeholder { color: #d96e4d;}
input:-moz-placeholder { color: #d96e4d;}
input::-moz-placeholder {  color: #d96e4d;}
input:-ms-input-placeholder { color: #d96e4d; } 

.thickdiv {  position: fixed; top: 0; left: 0; width: 100%;  height: 100%; background:#000000; border: 0 none; opacity: 0.5; filter:alpha(opacity=50); z-index:101;}

a{ -webkit-transition: transform 1s; transition: transform 1s;}
a:hover{ -webkit-transform: scale(1.05); transform: scale(1.05);}


.wrapper{ top: 0; left: 0; width: 100%; height: 100%; background-image: url("https://static.bossupdate.net/images/web/share/bg_pc.jpg"); background-size: cover; font-size: .24rem; font-family: Arial; color: #ffd965; }
.container{ left: 50%; bottom: 2rem; width: 9.5rem; -webkit-transform: translateX(-50%);  transform: translateX(-50%); }
.container a:not(:first-of-type){ }
.btn-google{ width: 4.25rem; height: 1.65rem; background-image: url("https://static.bossupdate.net/images/web/share/btn_google_share.png"); }
.btn-download{ width: 4.25rem; height: 1.65rem; background-image: url("https://static.bossupdate.net/images/web/share/btn_download_share.png"); z-index: 5; }
.btn-download .ico-speeder{ top: -.3rem; right: -.2rem; width: 1.38rem; height: .92rem; background-image: url("https://static.bossupdate.net/images/web/share/ico_speeder_v2.png"); }
.tips-list{ left: 50%; top:1.46rem; margin-left: -1.9rem; width: 3.75rem; color: #ffd965; word-break:break-word; -webkit-box-shadow: 0 0 .07rem rgba(0, 0, 0, .5); box-shadow: 0 0 .07rem rgba(0, 0, 0, .5); -webkit-border-radius:0 0 .2rem .2rem; border-radius:0 0 .2rem .2rem; }
.tips-list::after{ content: ""; position: absolute; top: -.02rem; left: -.02rem; right: -.02rem; bottom: -.02rem;  background: -webkit-linear-gradient(#ffbc53,#e87e2a); background: linear-gradient(#ffbc53,#e87e2a); -webkit-border-radius:0 0 .2rem .2rem;  border-radius:0 0 .2rem .2rem; }
.tips-list ul{ padding:.15rem; width: 100%; height: 100%; background: #C43164; box-sizing: border-box; z-index: 2; -webkit-border-radius:0 0 .2rem .2rem; -webkit-box-shadow: 0 0 .02rem rgba(0, 0, 0, .5) inset;  border-radius:0 0 .2rem .2rem; box-shadow: 0 0 .02rem rgba(0, 0, 0, .5) inset; }

.pup{ width: 6.58rem; height: 3.74rem; background-image: url("https://static.bossupdate.net/images/web/share/bg_pup.png"); }
.pup .btn-close{ top: .1rem; right: .2rem; width: .44rem; height: .44rem; background-image: url("https://static.bossupdate.net/images/web/share/btn_close.png"); }
.pup .title{ height: .67rem; text-align: center; line-height: .69rem; }
.pup .title img{ height: .38rem; vertical-align: middle; }
.pup .text{ width: 100%; height: 1.8rem; text-align: center; font-size: .3rem; color: #ff6b71; }
.pup .btn-green{ margin: 0 auto; width: 2.18rem; height: .71rem; background-image: url("https://static.bossupdate.net/images/web/share/btn_green.png"); font-size: .4rem; font-weight: bold; color: #216d12; line-height: .68rem; text-align: center; -webkit-text-shadow: 0 .02rem .02rem #7AD631;  text-shadow: 0 .02rem .02rem #7AD631; }

@media only screen and (max-width:1920px){
    .container{ bottom: 1.2rem; }
}
@media only screen and (max-width:780px) and (orientation: portrait) {
    .wrapper{ background-image: url("https://static.bossupdate.net/images/web/share/bg_mobile.jpg"); }
    .container{ bottom: 4rem; -webkit-flex-flow: column;  flex-flow: column; width:100%}
    .tips-list{ }
    .tips-list ul{ padding:.15rem .05rem .15rem .15rem; }
    .container a:not(:first-of-type){ margin-top: .2rem; margin-left:0; }

}