* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}

img {
    border: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #0daddd;
    text-decoration: none;
}

/*PC端*/
.header-box {
    width: 100%;
    min-height: 400px;
    padding: 50px 0;
    background:linear-gradient(360deg,rgba(0,161,235,1) 0%,rgba(56,204,255,1) 100%);
}

.inner-box {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-left {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-left .title {
    font-size: 38px;
    font-weight: 900;
    color: #ffffff;
}

.brand-no {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.header-left button {
    width: 160px;
    height: 60px;
    border: 0;
    background: #ffffff;
    border-radius: 12px;
    font-size:20px;
    font-weight:bold;
    color: #00AAF8;
}

 button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.content-box {
    width: 100%;
    min-height: 380px;
    background-color: #FFFFFF;
}

.content-inner {
    width: 50%;
    min-height: 380px;
    padding: 80px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.content-left, .content-right  {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.content-left p, .content-right p {
    font-size:30px;
    font-weight:900;
    color:#333333;
    text-align: center;
}

.content-left span, .content-right span {
    font-size: 16px;
    color: #666666;
}

.popup-container {
    width:100%;
    min-height: 1648px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(24,24,25,0.6);
    display: none;
}

.dialog-box {
    height: 330px;
    width: 556px;
    background: url(../images/custom/m_space-box.png) no-repeat;
    background-size: contain;
    padding: 36px 40px 60px 50px;
    /*display: none;*/
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0);
}

.icon-close {
    position: absolute;
    right: -20px;
    top: -20px;
}

.dialog-title {
    color: #999999;
    font-size: 16px;
    padding-left: 5px;
    padding-bottom: 20px;
}

.dialog {
    width: 250px;
    height: 196px;
}

.img-box {
    height: 190px;
    cursor: pointer;
}



/*移動端*/
.download-box {
    height: 100%;
    background-color: #0DBBDF;
    background: url("../images/download/bg_merchant.png");
}

.img-btn {
    height: 72px;
    cursor: pointer;
}

.gift {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
}

.footer {
    width: 100%;
    height: 72px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    background: url("../images/download/text_bg.png") no-repeat;
    background-size: 100% 100%;
}

.footer-img {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
}


.popup_box {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.android_tip, .google_tip {
    width: 0;
    height: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
}


.arrow_box {
    text-align: right;
    padding: 20px;
}

.tip_box {
    color: #ffffff;
    font-size: 18px;
    padding: 30px;
}

.tip_point {
    color: #E3AE48;
}


.QRcode_box{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
}

.QRcode_imgbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.QRcode_tip {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    padding-top: 50px;
}

