/*global*/
*{margin: 0;padding: 0;border: 0;outline: none;font-family: Microsoft YaHei}
img {-ms-interpolation-mode: bicubic}
a{text-decoration: none;color: #333}
li,dt,dd{float: left;list-style: none}
i,em{font-style: normal}
/*style*/
html, body {height: 100%;-webkit-tap-highlight-color: rgba(255,255,255,0);-webkit-text-size-adjust: none}
body {background: #f5f5f5;zoom: 1;width: 640px;margin: 0 auto;font-size: 23px}
body>section {position: relative;background-color: #f2f2f2; width: 640px;min-height: 100%;line-height: 30px;overflow: hidden}
/*tips*/
.show-tips{position: fixed;top:50%;left:50%;transform: translate(-50%,-50%);display: inline-block;background: rgba(0,0,0,.8);
    color: #fff;z-index: 9999;padding: 15px 24px;border-radius: 3px;pointer-events: none;display: none}

/*弹窗*/
.mask{background-color:rgba(0,0,0,0.3); width:100%; height:100%;position:fixed;top:0;left:0; z-index: 20; display: none;}
.prompt-box{width:460px;height:650px; border-radius:20px;
    position:fixed;top:15%; left:50%; transform: translate(-50%,0);overflow: hidden; text-align: center;}
.prompt-box .prompt-top{width: 460px; height: 290px; background: #202C4D;overflow: hidden;}
.prompt-box .prompt-title{width:422px; height: 252px; margin: 19px auto; background-image: url("../images/sign-up-success-bg.png"); line-height:40px;position: relative;}
.prompt-box .prompt-title-top{height: 16px; line-height: 16px; font-size: 20px; color: #B99A6D; width: 166px; clear: both; position: absolute; top:20px; left:50%; transform: translate(-50%,0);}
.prompt-box .prompt-title hr{width:24px; border:1px solid #B99A6D; margin-top: 7px;}
.prompt-box .prompt-title .prompt-title-hr1{float: left;}
.prompt-box .prompt-title .prompt-title-hr2{float: right;}
.prompt-box .prompt-title .prompt-title-big{width: 280px; height: 89px;font-size: 39px;color: #B99A6D; font-weight: bold; line-height: 51px; text-align: center; margin: 10px auto; position: absolute; top: 41px;left:50%; transform: translate(-50%,0);}
.prompt-box .prompt-title .prompt-title-btn{width: 190px; height: 35px; line-height: 35px; background: linear-gradient(90deg, #B99A6D, #D0AE7C); font-size: 20px; color: #fff;border-radius: 11px;position: absolute; bottom: 45px;}
.prompt-box .prompt-title .btn1{left: 15px;}
.prompt-box .prompt-title .btn2{right: 15px;}
.prompt-box .prompt-title-tag{width: 100px; height: 100px; overflow: hidden; background-image: url("../images/sign-up-success.png");
    position: absolute; top: 240px;left:50%; transform: translate(-50%,0); z-index: 15;}
/*.prompt-box .prompt-cancel{width:24px;height:24px;background: url("../images/x.png") no-repeat;position: absolute;right:0;top:0;}*/
.prompt-box .prompt-title-bottom{width: 460px; height: 300px; overflow: hidden;}
.prompt-box .prompt-cont{position: relative; width:460px; height:280px; position: relative; margin: 0 auto; background: #fff; border-radius: 0 0 20px 20px; overflow: hidden;}
.prompt-box .prompt-cont .prompt-cont-title-big{width: 353px; height: 43px;color: #fff;font-size: 44px; font-weight: bold;
    background: linear-gradient(0deg, #B99A6D 23.92578125%, #E3C790 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;line-height: 37px; margin-left: 60px; margin-top: 65px;}
.prompt-box .prompt-cont .prompt-cont-info{width: 367px; height: 58px; line-height: 37px; font-size: 22px; color: #454545; text-align: center; margin: 10px auto;}
.prompt-box .prompt-cont .prompt-cont-phone{width: 400px; height: 50px; line-height: 50px; border-top: 1px solid #999999; font-size: 22px; color: #707070; text-align: center; margin: 25px auto;}

.prompt-box .prompt-sure{position: absolute;left:50%; transform: translate(-50%,0);bottom:50px; width: 223px; height: 60px;
    background: linear-gradient(90deg, #B99A6D, #D0AE7C); font-size: 27px; text-align: center;border-radius: 7px; color: #fff; line-height: 60px; cursor: pointer;}