/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

.line:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.layui-layer-demo {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.popup {
    display: none;
}
.overflow {
    overflow: hidden;
}
.btnsclose {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 0;
}
.btnsclose img {
    width: 54px;
    cursor: pointer;
}
.rulemod {
    height: 100%;
    overflow: hidden;
}
.rulewrap {
    margin-top: 5vh;
    padding: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#f53e2a), to(#f98857));
    background: -o-linear-gradient(0, #f53e2a, #f98857);
    background: linear-gradient(0, #f53e2a, #f98857);
    border-bottom: 14px #dd210c solid;
    border-radius: 25px;
}
.rulemod .ruletxt {
    max-height: 60vh;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    overflow: auto;
}
.rulemod .ruletxt h4 {
    color: #333;
}
.rulemod .ruletxt h4.bold {
    margin-top: 20px;
    font-weight: bold;
    color: #333333;
}
.rulemod .ruletxt p {
    font-size: 0.26rem;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
    margin-bottom: 14px;
    font: 16px/1.5 "microsoft yahei";
}
.rulemod .ruletxt p em {
    font-style: normal;
}
.rulemod .ruletxt span {
    display: block;
    font-size: 0.26rem;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 0.3rem;
}
.rulemod .ruletxt h4 {
    color: #000;
    line-height: 1.4;
    font: 20px/1.2 "microsoft yahei";
    margin: 4px 0 14px;
}
.ruletiti {
    position: relative;
    color: #fff;
    font: bold 42px/1.2 "microsoft yahei";
    margin: 10px 0 30px;
    text-align: center;
}
.ruletiti span {
    position: relative;
    z-index: 2;
}
.ruletiti:after {
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
    width: 210px;
    height: 13px;
    background: #f76c46;
    z-index: 1;
}

.successfully {
}
.successfullywrap {
    margin-top: 25vh;
    padding: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#f53e2a), to(#f98857));
    background: -o-linear-gradient(0, #f53e2a, #f98857);
    background: linear-gradient(0, #f53e2a, #f98857);
    border-bottom: 14px #dd210c solid;
    border-radius: 50px;
    text-align: center;
}
.successfullywrap .tccoin {
    margin-top: -120px;
}
.latewrap {
    margin-top: 10vh;
}
.successfullywrap h4 {
    font: bold 54px/1.2 "microsoft yahei";
    color: #fff;
}
.successfullywrap h3 {
    font: 26px/1.6 "microsoft yahei";
    color: #fff;
    margin-bottom: 10px;
}
.successfullywrap h3 ~ .congratulation {
    font-size: 28px;
}
.successfullywrap .congratulation {
    font: 22px/2 "microsoft yahei";
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.successfullywrap .exit {
    width: 500px;
    height: 208px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #f7603e;
    background: url(../images/result.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.successfullywrap .exit > p {
    font: bold 44px/2 "microsoft yahei";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.successfullywrap .exit > p strong {
    font-size: 100px;
}
.successfullywrap .exit > span {
    font-size: 24px;
    position: relative;
    top: 19px;
    margin-left: 10px;
}
.successfullywrap .exit .rmbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.successfullywrap .exit .rmbs > p {
    font: bold 40px/1 "microsoft yahei";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.successfullywrap .exit .rmbs > p em {
    font-style: normal;
}
.successfullywrap .exit .rmbs > p strong {
    font: bold 92px/1 "microsoft yahei";
}
.successfullywrap .exit .rmbs > p strong.large {
    font-size: 120px;
}
.successfullywrap .exit .rmbs .word {
    overflow: hidden;
    margin-left: 10px;
}
.successfullywrap .exit .rmbs .word p {
    font: 30px/1.4 "microsoft yahei";
}
.successfullywrap .exit .rmbs .word p:first-child {
    font-weight: bold;
}
.successfullywrap .hint {
    font: 24px/2 "microsoft yahei";
    color: #fff;
    display: block;
}
.successfullywrap .btns {
    display: block;
    margin: 0 auto 10px;
    font: 40px/80px "microsoft yahei";
    width: 304px;
    height: 80px;
    border-radius: 80px;
    color: #f44a07;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#fab63d), to(#fdfbcb));
    background: -o-linear-gradient(0, #fab63d, #fdfbcb);
    background: linear-gradient(0, #fab63d, #fdfbcb);
    cursor: pointer;
    -webkit-box-shadow: 0 9px 6px #eb2400;
    box-shadow: 0 9px 6px #eb2400;
}

.addressmain {
    /* width: 650px;
    height: 453px; */
    border-radius: 10px;
    overflow: hidden;
    margin: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#f53e2a), to(#f98857));
    background: -o-linear-gradient(0, #f53e2a, #f98857);
    background: linear-gradient(0, #f53e2a, #f98857);
}

.addressmain .icon_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 53px;
    height: 53px;
    background: url(../images/icon_close.png) no-repeat;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.addressmain h2,
.tcformmod h2 {
    font: bold 45px/2 "microsoft yahei";
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.addressmain h2 {
    color: #faead3;
}
.tcformmod h2 {
    color: #b91500;
}

.tcformmod {
    width: 570px;
    margin: 10px auto 0;
    padding: 24px 24px 0;
    box-sizing: border-box;
    background-color: #faead3;
    background-image: linear-gradient(#fdf6ec, #faead3);
    border-radius: 5px;
}

.yunfei {
    font-size: 16px;
    color: #131313;
    text-align: center;
}

.tcformmod .items {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.tcformmod .items .selectmod {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tcformmod .items .select,
.tcformmod .items .textfield {
    background: #fff;
    width: 100%;
    height: 54px;
    padding: 0 24px;
    font: 23px/54px "microsoft yahei";
    color: #9a653e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    outline: 0;
}
input::-webkit-input-placeholder {
    color: #9a653e;
}
input::-moz-input-placeholder {
    color: #9a653e;
}
input::-ms-input-placeholder {
    color: #9a653e;
}

.tcformmod .items .select {
    width: 100%;
    background: 0 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/icon_geometry_sj.png) no-repeat center right 10px;
    flex: 1;
    background-size: 20px;
}

.tcformmod .items .select + .select {
    margin-left: 5px;
}

.tcformmod .items .hint {
    color: red;
    font: 14px/1.4 "microsoft yahei";
    clear: both;
}

.tcformmod input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset;
}

.tcformmod .warm_prompt {
    text-align: center;
    color: #b1241e;
    font: 16px/1.4 "microsoft yahei";
}

.btn_submit {
    display: inline-block;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f98052), to(#f53e2a));
    width: 158px;
    height: 52px;
    border: 0;
    color: #faead3 !important;
    font: 22px/50px "microsoft yahei";
    cursor: pointer;
    border-radius: 30px;
    box-shadow: 5px 5px 30px -10px #e4c2a0;
    outline: 0;
    margin: 17px 0;
}
.tow_row {
    display: flex;
}
.tow_row .textfield {
    width: 100%;
}
.tow_row .verification.on {
    background: #f2f2f2;
    color: #666;
    cursor: not-allowed;
}
.tow_row .verification {
    background: #f76b45;
    margin-left: .1rem;
    border: 0;
    font-size: .24rem;
    color: #fff;
    padding: 0 .25rem;
    border-radius: 33px;
    cursor: pointer;
}