@charset "UTF-8";

/*----------------------------------------------------------------------------------- */


/*  微信官方端 */


/*----------------------------------------------------------------------------------- */


/*----------------------------------------------------------------------------------- */


/*  Author 姚峰 */


/*----------------------------------------------------------------------------------- */

.pop-wraper {
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=10);
    display: table;
    height: 100%;
    width: 100%;
}

.pop-wraper .pop-outer {
    display: table-cell;
    vertical-align: middle;
}

.pop-wraper.align-top .pop-outer {
    vertical-align: top !important;
}

.pop-wraper .pop-inner {
    background: #f5f5f5;
    border-radius: 8px;
    min-height: 170px;
    text-align: center;
    position: relative;
    width: 85%;
    margin: 0 auto;
}

.pop-wraper .pop-inner h4 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divprocontent {
    height: 115px;
    font-size: 15px;
    color: #5a5959;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.divprocontent div {
    padding: 5px 25px 5px 25px;
}

.divoption {
    height: 55px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    /* 下划线效果 */
    color: #f6c733;
    font-size: 16px;
}

.option1 {
    height: 54px;
    width: 50%;
    border-right: 1px solid #e8e8e8;
    /* 下划线效果 */
    float: left;
    line-height: 55px;
    -webkit-appearance: none;
    color: #808080;
}

.option2 {
    height: 54px;
    width: 49%;
    float: left;
    line-height: 55px;
    -webkit-appearance: none;
}

.pop-wraper-iknow {
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=10);
    display: table;
    height: 100%;
    width: 100%;
}

.pop-wraper-iknow .pop-outer-iknow {
    display: table-cell;
    vertical-align: middle;
}

.pop-wraper-iknow.align-top-iknow .pop-outer-iknow {
    vertical-align: top !important;
}

.pop-wraper-iknow .pop-inner-iknow {
    background: #f5f5f5;
    border-radius: 8px;
    height: 140px;
    text-align: center;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.divprocontent-iknow {
    height: 95px;
    font-size: 15px;
    color: #5a5959;
    width: 100%;
    text-align: center;
}

.divprocontent-iknow div {
    padding: 5px 25px 5px 25px;
}

.divprocontent-iknow>div {
    display: inline-block;
    vertical-align: middle;
}

.divprocontent-iknow::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.diviknow {
    height: 45px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    /* 下划线效果 */
    color: #f6c733;
    font-size: 16px;
    line-height: 45px;
    -webkit-appearance: none;
    letter-spacing: 1px;
}

.pop-wraper .pop-inner .pop-title {
    text-align: center;
    height: 2.7em;
    line-height: 2.7em;
    font-size: 2rem;
    color: #000;
}

.pop-wraper .pop-inner .pop-title span {
    font-size: 0.55em;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
}

.pop-wraper .pop-inner .pop-content span {
    font-size: 0.90625em;
    color: #444;
    letter-spacing: 0.05em;
}

.pop-wraper .pop-inner .pop-btns {
    display: -webkit-box;
    margin: 1.2rem 1.2rem 0;
    border: 1px solid #39a1e8;
    background: #f5c225;
    font-size: 1.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
    border-radius: 6px;
    color: #fff;
}

.pop-wraper .pop-inner .pop-btns span {
    -webkit-box-flex: 1;
    display: block;
    border-left: 1px solid #17775c;
}

.pop-wraper .pop-inner .pop-btns span:first-child {
    border-left: 0;
}

.pop-wraper .pop-content {
    padding: 0 1.125em 0 1.125em;
    text-align: center;
    font-size: 1.4rem;
}

.pop-wraper .pop-content .inputSpan {
    border-radius: 6px;
    display: block;
    padding: 0.5rem;
    height: 2.3rem;
    border: 1px solid #e1e1e1;
    background: #fff;
    overflow: hidden;
}

.pop-wraper .pop-content .btndv {
    margin-top: 1rem;
}

.pop-wraper .pop-content .btnzl {
    height: 4.5rem;
    line-height: 4.5rem;
    border-radius: 5px;
    border: 1px solid #17775c;
    background: #23ba91;
    color: #fff;
    font-size: 1.8rem;
}

.pop-wraper .pop-inner .pop-title div {
    float: right;
    position: relative;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-top: -4.5rem;
    margin-right: -0.5rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/** 加载动画开始 **/

.container-load {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
}

.m-load2 {
    position: absolute;
    margin: 0 auto auto;
    top: 15rem;
    left: 0;
    right: 0;
    background: #535353;
    border-radius: 10px;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.7;
}
.m-load2My{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  width: 5.5rem;
  height: 5.5rem;
}

.circle {
    position: absolute;
    margin: 0 auto auto;
    top: 0.9rem;
    left: 0;
    right: 0;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background-color: #535353;
    z-index: 999;
}
.circleMy {
  
  
  width: 100%;
  height:100%;
  
  
  display: flex;
  flex-direction: column;
  align-items: center;
}


.m-load2 {
    position: relative;
}

.m-load2 .line div {
    position: absolute;
    margin: 0 auto auto;
    top: 0.45rem;
    left: 0;
    right: 0;
    width: 2px;
    height: 1.6rem;
}

.m-load2 .line div:before,
.m-load2 .line div:after {
    content: '';
    display: block;
    height: 50%;
    background: #fcfcfc;
    border-radius: 5px;
}

.m-load2 .line div:nth-child(2) {
    -webkit-transform: rotate(30deg);
}

.m-load2 .line div:nth-child(3) {
    -webkit-transform: rotate(60deg);
}

.m-load2 .line div:nth-child(4) {
    -webkit-transform: rotate(90deg);
}

.m-load2 .line div:nth-child(5) {
    -webkit-transform: rotate(120deg);
}

.m-load2 .line div:nth-child(6) {
    -webkit-transform: rotate(150deg);
}

@-webkit-keyframes load {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#load_one:before {
    animation: load 0.42s linear 0.005s infinite;
    -webkit-animation: load 0.42s linear 0.005s infinite;
    -moz-animation: load 0.42s linear 0.005s infinite;
    -o-animation: load 0.42s linear 0.005s infinite;
}

#load_two:before {
    animation: load 0.42s linear 0.035s infinite;
    -webkit-animation: load 0.42s linear 0.035s infinite;
    -moz-animation: load 0.42s linear 0.035s infinite;
    -o-animation: load 0.42s linear 0.035s infinite;
}

#load_three:before {
    animation: load 0.42s linear 0.07s infinite;
    -webkit-animation: load 0.42s linear 0.07s infinite;
    -moz-animation: load 0.42s linear 0.07s infinite;
    -o-animation: load 0.42s linear 0.07s infinite;
}

#load_four:before {
    animation: load 0.42s linear 0.105s infinite;
    -webkit-animation: load 0.42s linear 0.105s infinite;
    -moz-animation: load 0.42s linear 0.105s infinite;
    -o-animation: load 0.42s linear 0.105s infinite;
}

#load_five:before {
    animation: load 0.42s linear 0.14s infinite;
    -webkit-animation: load 0.42s linear 0.14s infinite;
    -moz-animation: load 0.42s linear 0.14s infinite;
    -o-animation: load 0.42s linear 0.14s infinite;
}

#load_six:before {
    animation: load 0.42s linear 0.175s infinite;
    -webkit-animation: load 0.42s linear 0.175s infinite;
    -moz-animation: load 0.42s linear 0.175s infinite;
    -o-animation: load 0.42s linear 0.175s infinite;
}

#load_one:after {
    animation: load 0.42s linear 0.21s infinite;
    -webkit-animation: load 0.42s linear 0.21s infinite;
    -moz-animation: load 0.42s linear 0.21s infinite;
    -o-animation: load 0.42s linear 0.21s infinite;
}

#load_two:after {
    animation: load 0.42s linear 0.245s infinite;
    -webkit-animation: load 0.42s linear 0.245s infinite;
    -moz-animation: load 0.42s linear 0.245s infinite;
    -o-animation: load 0.42s linear 0.245s infinite;
}

#load_three:after {
    animation: load 0.42s linear 0.28s infinite;
    -webkit-animation: load 0.42s linear 0.28s infinite;
    -moz-animation: load 0.42s linear 0.28s infinite;
    -o-animation: load 0.42s linear 0.28s infinite;
}

#load_four:after {
    animation: load 0.42s linear 0.315s infinite;
    -webkit-animation: load 0.42s linear 0.315s infinite;
    -moz-animation: load 0.42s linear 0.315s infinite;
    -o-animation: load 0.42s linear 0.315s infinite;
}

#load_five:after {
    animation: load 0.42s linear 0.35s infinite;
    -webkit-animation: load 0.42s linear 0.35s infinite;
    -moz-animation: load 0.42s linear 0.35s infinite;
    -o-animation: load 0.42s linear 0.35s infinite;
}

#load_six:after {
    animation: load 0.42s linear 0.385s infinite;
    -webkit-animation: load 0.42s linear 0.385s infinite;
    -moz-animation: load 0.42s linear 0.385s infinite;
    -o-animation: load 0.42s linear 0.385s infinite;
}


/** 加载动画结束 **/


/** 活动弹框开始 **/

.divregisterredbagwrap {
    position: fixed;
    margin: 0 auto auto;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.divregisterredbag {
    position: absolute;
    margin: 0 auto auto;
    top: 6rem;
    right: 0;
    left: 0;
    height: auto;
    width: 14rem;
}

.divregisterredbag img {
    width: 14rem;
    height: 16rem;
}

.spanregisterredbag {
    position: absolute;
    margin: 0 auto auto;
    top: 12.5rem;
    left: 0;
    right: 0;
    height: 2.1rem;
    width: 10rem;
    background-color: rgb(246, 97, 7);
    border-radius: 5px;
    font-size: 0.85rem;
    color: #fff;
    text-align: center;
    line-height: 2.1rem;
    letter-spacing: 2px;
}

.imgregistercoupon {
    position: absolute;
    margin: -13px auto auto;
    right: 36%;
    width: 23px;
    height: 23px;
    display: none;
}


/** 1.3.2新遮罩开始 **/

.full-swrape {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.container-swrape {
    position: absolute;
    margin: 0 auto auto;
    top: 30%;
    left: 0;
    right: 0;
    height: auto;
    width: 80%;
}

.container-swrape-rule {
    position: absolute;
    margin: 0 auto auto;
    top: 30%;
    left: 0;
    right: 0;
    height: auto;
    width: 80%;
}

.swrape-top {
    padding: 20px 25px 20px 25px;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
    line-height: 1.3rem;
    color: #4c4b4b;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.swrape-top2 {
    padding: 40px 45px 32px 45px;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
    line-height: 1.3rem;
    color: #4c4b4b;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-align: center;
}

.swrape-top-center {
    padding: 25px 25px 15px 25px;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
    line-height: 1.35rem;
    color: #4c4b4b;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.swrape-bottom {
    width: 100%;
    height: 2.7rem;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    line-height: 2.8rem;
    color: rgb(245, 188, 12);
    font-size: 0.9rem;
    border-radius: 0 0 12px 12px;
    background-color: #fff;
    letter-spacing: 1px;
}

.swrape-title {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 0.8rem;
    background-color: #fff;
}


/** 统一报错页面开始 **/

.swrap-error {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    z-index: 999;
}

.container-error {
    position: absolute;
    margin: 0 auto auto;
    top: 9rem;
    left: 0;
    right: 0;
    width: 9rem;
    height: 9rem;
    text-align: center;
    color: #808080;
    font-size: 0.7rem;
}

.container-error img {
    width: 100%;
    height: 100%;
}


/** 统一报错页面结束 **/


/** 1.3.2新遮罩结束 **/


/** 活动弹框结束 **/

.tranmodal {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 16px;
    border-radius: 16px;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
    animation: top 1s ease-in forwards;
    font-size: 14px;
    z-index: 1000;
}

@keyframes top {
    to {
        bottom: 8%;
    }
}