html {
    width: 100%;
    height: 100%;
}
body {
    background-color: #fff;
    font-family: "Microsoft YaHei"
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.layer-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.layer-container.show {
    visibility: visible;
    opacity: 1;
}
.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #000;
    border-radius: 12px;
}
.loading::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.25rem;
    margin-left: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-animation: preloader-spin 1s steps(12, end) infinite;
    animation: preloader-spin 1s steps(12, end) infinite;
}
#splash {
    display: none;
}
.guide-share {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 188px;
}
.guide-share > img {
    float: right;
    display: block;
    width: 88px;
}
.guide-share p {
    padding-top: 10px;
    clear: both;
    width: 150px;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}
#splash {
    background: rgb(243, 245, 244);
}
.progress-bar {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 50%;
    background-color: rgb(51, 114, 165);
    box-shadow: none;
    height: 18px;
    border-radius: 9px;
    padding: 0;
    overflow: hidden;
}
.progress-container {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.progress-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.progress-logo {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 93px;
    background-image: url("../images/train.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.progress-text {
    display: block;
    padding-top: 40px;
    text-align: center;
}
.progress-text span {
    font-size: 32px;
    color: rgb(39, 117, 178);
}
.stripes span {
     background: url("../images/loading.png") repeat-x center;
     -webkit-background-size: auto 100%;
     background-size: auto 100%;
}
.tps-horiz-game {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
}
.tps-horiz-img{
    display: inline-block;
    width: 80px;
    height: 80px;
}
.tps-horiz-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.tps-horiz-text {
    padding-top: 90px;
    width: 100%;
    text-align: center;
}
.tps-horiz-text span {
    color: #fff;
    font-size: 16px;
}
.tps-container {
    display: table;
}
.wechat-container,
.T-userInfo {
    display: table;
}
.wechat-container {
    position: fixed;
}
.wechat-container .tps-horiz-game {
    background-color: #fff;
}
.wechat-container .tps-horiz-text {
    padding-top: 0;
}
.wechat-container .tps-horiz-text span {
    color: #000;
    font-size: 18px;
}
.info-content {
    display: inline-block;
    width: 90%;
    overflow: hidden;
}
.info-header {
    width: 100%;
    height: 38px;
    background: -webkit-linear-gradient(top, #41cbff, #26a4de);
    background:linear-gradient(to bottom, #41cbff, #26a4de);
    border-radius: 13px 13px 2px 2px;
}
.info-header h3 {
    padding: 0;
    margin: 0;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.info-body {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.info-item {
    position: relative;
    padding: 5px 12px;
}
.select-box {
    position: relative;
    width: 100%;
    background-color: #dcecf9;
    border-radius: 4px;
    height: 44px;
    font-size: 0;
}
.info-input {
    display: block;
    padding: 0 13px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background-color: #dcecf9;
    border: none;
    border-radius: 4px;
    outline: none;

}
.select-box select {
    display: inline-block;
    padding-left: 13px;
    width: 50%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    outline: none;
}
.select-box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #669EBD;
}
.info-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.info-checkbox {
    font-size: 0;
    text-align: left;
}
.info-checkbox input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #15508c;
    border-radius: 2px; 
    background-color: #fff;
    -webkit-appearance: none;
    outline: none;
    vertical-align: middle;
}
.info-checkbox input[type="checkbox"]:checked {
    background-color: #15508c;
    background: #15508c url("../images/check.png") no-repeat center;
    background-size: 100%;
}
.info-checkbox label {
    padding-left: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #669EBD;
}
.info-checkbox a {
    font-size: 12px;
    vertical-align: middle;
    color: #15508C;
}
.privacy-content {
    padding: 0 10px 78px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    text-align: left;
    -webkit-overflow-scrolling: touch;
}
.privacy-content h2,
.privacy-content h5,
.privacy-content p {
    margin: 0;
    padding: 0;
}
.privacy-content h2 {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 10px;
}
.privacy-content p {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 18px;
}
.privacy-content h5 {
    font-size: 14px;
    color: #000;
    padding: 10px 0;
}
.privacy-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("../images/delete.png") no-repeat center;
    background-size: 100%;
    -webkit-animation: privacy-close 1s infinite;
    animation: privacy-close 1s infinite;
    z-index: 22;
}
.submitBtn {
    width: 122px;
    height: 41px;
    border: none;
    border-radius: 0;
    background: url("../images/btn_y.png") no-repeat center;
    background-size: 100%;
    outline: none;
    font-size: 17px;
    color: #802C04;
}
.submitBtn:disabled {
    background:#ccc;
    border-radius: 20px;
    color: #666;
}
.abandonBtn {
    width: 122px;
    height: 41px;
    border: none;
    border-radius: 0;
    background: url("../images/btn_b.png") no-repeat center;
    background-size: 100%;
    outline: none;
    font-size: 16px;
    color: #5F1F03;
}
.info-footer {
    padding-top: 20px;
    width: 100%;
}
#splash {
    display: none;
}
.wechat-text {
    display: inline-block;
}
.wechat-text span {
    color: #000;
}
.layer-container-alert {
    position: fixed;
    display: table;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.layer-container-alert.hidden {
    opacity: 0;
    visibility: hidden;
}
.layer-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.layer-content {
    position: relative;
    display: inline-block;
    -webkit-transition: .5s cubic-bezier(0,.86,1,1.82);
    transition: .5s cubic-bezier(0,.86,1,1.82);
    -webkit-transform: scale(1);
}
.layer-container.hidden .layer-content {
    -webkit-transform: scale(0.8);
}
.layer-close {
    position: absolute;
    right: -18px;
    top: -13px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
}
.layer-close::before,
.layer-close::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    width: 20px;
    height: 2px;
    background-color: #ffab40;
    border-radius: 2px;
}
.layer-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.layer-close::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.layer-alert {
    width: 60%;
    min-width: 340px;
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: .3s;
    transition: .3s;
}
.layer-fade .layer-alert {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.alert-header {
    padding: 15px 0;
    width: 100%;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ccc;
}
.alert-header h5 {
    font-size: 20px;
    font-weight: bold;
}
.alert-msg {
    padding: 15px 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: left;
}
.alert-msg p {
    padding: 2px 0;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
.alert-header + .alert-msg {
    border-radius: 0;
}
.alert-btn-group {
    padding-bottom: 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.alert-btn-group .alert-btn {
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 16px;
    min-width: 150px;
    margin: 0px 5px;
    color: #FFFFFF;
    background: -webkit-linear-gradient(top, #41cbff, #26a4de);
    background: linear-gradient(to bottom, #41cbff, #26a4de);
    border: none;
    cursor: pointer;
    outline: none;
}
.alert-btn:active {
    opacity: .8;
}
.none {
    display: none;
}
.privacy-close-tps {
    display: inline-block;
    position: absolute;
    right: 52px;
    top: 17px;
    padding: 2px 10px;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
}
.privacy-close-tps:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}
.privacy-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.privacy-footer a {
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 16px;
    min-width: 150px;
    margin: 0px 5px;
    color: #FFFFFF;
    background: -webkit-linear-gradient(top, #41cbff, #26a4de);
    background: linear-gradient(to bottom, #41cbff, #26a4de);
    border: none;
    cursor: pointer;
    outline: none;
}
.verif-code {
    text-align: right;
    font-size: 0;
}
.verif-code img {
    position: relative;
    vertical-align: top;
    z-index: 2;
}
.verif-code-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 140px 5px 12px;
    width: 100%;
}
@-webkit-keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes privacy-close  {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
    -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes privacy-close {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
