body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;height: 100%;}
body{line-height:1.5; font-size:14px;height: 100%;}
body,button,input,select,textarea{font-family:'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',5FAE8F6F96C59ED1,5B8B4F53,sans-serif;}
b,strong{font-weight:bold;}
i,em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
table th,table td{border:1px solid #ddd;padding:5px;}
table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}
img{border:0 none;width:auto;max-width:100%;vertical-align:top; height:auto;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
input:focus{outline:none;}
select[size],select[multiple],select[size][multiple]{border:1px solid #AAA;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video,progress{display:inline-block;}
body{background:#fff;}
body {-webkit-text-size-adjust: none !important;} /*微信字体设置变大后ios端设置*/
/* body a { display: none; } */
input::-webkit-input-speech-button {display: none}
button, input, textarea, div{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*placeholder样式*/
input::placeholder {
    /* color: #fff !important; */
}
 /* 谷歌 */
input::-webkit-input-placeholder {
    /* color: #fff !important; */
}
 /* 火狐 */
input:-moz-placeholder {
    /* color: #fff !important; */
}
 /*ie*/
input:-ms-input-placeholder {
    /* color: #fff !important; */
}
.absolute {
    position: absolute;
}
/*左右居中*/
.absoluteCenter {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
/*上下居中*/
.absoluteAlignCenter {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
/*上下左右居中对齐*/
.absoluteAllCenter {
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-50%, -50%);
}
/*display between*/
.flexBetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*display start*/
.flexStart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*display end*/
.flexEnd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*display center*/
.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.displayFlex { display: flex;}
.padding2 { padding: 0.2rem;}
.paddingTop2 { padding-top: 0.2rem;}
.paddingBottom2 { padding-bottom: 0.2rem;}
.paddingLeft2 { padding-left: 0.2rem;}
.paddingRight2 { padding-right: 0.2rem;}
.padding1 { padding: 0.1rem;}
.paddingTop1 { padding-top: 0.1rem;}
.paddingBottom1 { padding-bottom: 0.1rem;}
.paddingLeft1 { padding-left: 0.1rem;}
.paddingRight1 { padding-right: 0.1rem;}
.margin2 { margin: 0.2rem auto;}
.marginTop2 { margin-top: 0.2rem;}
.marginBottom2 { margin-bottom: 0.2rem;}
.marginLeft2 { margin-left: 0.2rem;}
.marginRight2 { margin-right: 0.2rem;}
.margin1 { margin: 0.1rem auto;}
.marginTop1 { margin-top: 0.1rem;}
.marginBottom1 { margin-bottom: 0.1rem;}
.marginLeft1 { margin-left: 0.1rem;}
.marginRight1 { margin-right: 0.1rem;}
.font12 { font-size: 12px;}
.font14 { font-size: 14px;}
.font16 { font-size: 16px;}
.font18 { font-size: 18px;}
.font20 { font-size: 20px;}
.font12Rem { font-size: 0.12rem;}
.font14Rem { font-size: 0.14rem;}
.font16Rem { font-size: 0.16rem;}
/*按钮大小变化动画*/
.btnAnmiate {
    -webkit-animation-name: scale; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 4s;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
}
/*下拉选择框样式*/
.plus-icon-enter-active{
    transition: opacity .5s;
}
.plus-icon-enter{
    opacity: 0;
}
.plus-icon-leave-active{
    transition: opacity .5s;
}
.plus-icon-leave-to{
    opacity: 0;
}
.dq-select { width: 5.4rem; height: 0.72rem; line-height: 0.72rem; border-radius: 30px; border: 1px solid #f4f5f6; margin: 0 auto; padding-left: 0.4rem; position: relative; box-sizing: border-box;}
.dq-option { width: 100%; max-height: 3rem; overflow-y: auto; border-radius: 10px; background: #fff; box-shadow: 0px 1px 15px 4px #f4f5f6; top: 0.82rem; padding: 0 0.2rem; box-sizing: border-box;}
.dq-option .dq-item { width: 100%; box-sizing: border-box; border-bottom: 1px solid #f4f5f6; height: 0.6rem; line-height: 0.6rem;}
.dq-option .dq-item:last-child { border-bottom: 0;}
/*遮罩层*/
.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 10;
}
/* @font-face {  
    font-family: 'titleFont';
    src: url('http://aimg.cs090.com/4332573/font/SourceHanSansCN-Medium.ttf');
    font-weight: normal;  
} */
#hintdiv {
    color: #fff;
    background: rgba(0,0,0,.7);
    display: none;
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 0.1rem 0.4rem;
    box-sizing: border-box;
    /* height: 0.4rem;
    line-height: 0.4rem; */
    font-size: 14px;
    /* font-family: titleFont; */
    text-align: center;
}

/*** 点击事件后自动禁用一会按钮 ****/
.btnNoClick{
    animation: throttle 2s step-end forwards;      
}
.btnNoClick:active{
    animation: none;
}
@keyframes throttle {
    from {
        pointer-events: none;
    }
    to {
        pointer-events: all;
    }
}

/*************** 图片样式 ***************/
.imgCover { object-fit: cover; object-position: 50% 50%;}
.imgContain { object-fit: contain;}


/**************** 长按按钮 右上角出现累加数字 *******************/
.like { position: relative; width: 100px; height: 40px; line-height: 40px; background: yellowgreen; color: #fff; border-radius: 10px; border: 0; margin: 100px auto; }
.like::after { 
    --t: 0;
    position: absolute;
    bottom: 100%;
    width: max-content;
    font-size: 18px;
    font-style: italic;
    font-weight: bolder;
    background-image: linear-gradient(#FFCF02, #FF7352);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    visibility: hidden;
    transform: translateY(100%);
    opacity: 0;
    transition: .3s .3s, 0s .6s transform;
    counter-reset: time var(--t);
    content: 'x' counter(time) counter(time, 鼓励);
    animation: count 100s steps(999) forwards;
    animation-play-state: paused; /* 默认暂停 */
}
.like:active::after { 
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .3s;
    animation-play-state: running; /* 点击开始 */
}
@keyframes count {
    to {
        --t: 999
    }
}
@property --t {
    syntax: '<integer>';
    inherits: false;
    initial-value: 0;
}
@counter-style 鼓励 {
    system: cyclic;
    symbols: "鼓励！";
    range: 0 20;
    fallback: 加油
}
@counter-style 加油 {
    system: cyclic;
    symbols: "加油！";
    range: 0 50;
    fallback: 太棒了
}
@counter-style 太棒了 {
    system: cyclic;
    symbols: "太棒了！";
}

/********** 骨架屏 ************/
@keyframes skeleton-animation {
    0% {
        left: -100%
    }
    to {
        left: 150%
    }
}
.skeleton-load{
    
}
.skeleton-load .skeleton {
    position: relative;
    overflow: hidden;
    border: none !important;
    border-radius: 5px;
    background-color: rgba(0,0,0,0)!important;
    background-image: none!important;
    pointer-events: none;
    margin-bottom: 8upx;
}
.skeleton-load .skeleton:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: #ededed;
	display: block
}
.skeleton-load .skeleton:not(.not-round):after {
	border-radius: 4px
}
.skeleton-load .skeleton:not(.not-before):before {
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
	content: "";
	background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3) 50%,hsla(0,0%,100%,0));
	transform: skewX(-45deg);
	z-index: 99;
	animation: skeleton-animation 0.6s ease infinite;
	display: block
}

.loading {
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
  }
  .loading:before {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: #FF3D00;
    width: 6px;
    height: 6px;
    transform: translate(-150%, -150%);
    border-radius: 50%;
  }
  .loading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #FF3D00;
    width: 6px;
    height: 6px;
    transform: translate(150%, 150%);
    border-radius: 50%;
  }
  @-webkit-keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/**** 带label的输入框 ****/
.form { margin-top: 0.34rem; padding: 0 0.63rem 0; box-sizing: border-box;}
.form .name { width: 0.94rem; display: flex; justify-content: space-between; align-items: center; margin-right: 0.18rem; color: #636363; font-weight: 700; }
.form .sForm { display: flex; justify-content: flex-start; width: 100%; margin: 0 auto; align-items: center; margin-bottom: 0.2rem; }
.form .sForm .el-input { width: 1.63rem; border-radius: 5px; overflow: hidden; height: 0.54rem; line-height: 0.54rem; border: 0; outline: none; padding-left: 0.1rem; box-sizing: border-box; border: 0; outline: none; background: #ffe8d3; }
.form .sForm1 .el-input { width: 2.88rem; background: #ffe8d3; }
.form .sForm .btnDiv { width: 1.15rem; height: 0.54rem; line-height: 0.54rem; font-size: 12px; background: #fff; color: #ff613c; text-align: center; border-radius: 5px; border: 1px solid #ff613c; box-sizing: border-box; margin-left: 0.1rem; }
.form .sForm .btnDiv img { width: 100%; }
.form .inputbox { width: 3.77rem; margin: 0.35rem auto; }
.form .inputbox input { width: 100%; height: 0.9rem; border: 0; border-radius: 60px; text-align: center; background: #ffe8d3; }

/**** 不带label的输入框 ****/
.form1 { margin-top: 0.34rem; padding: 0 0.22rem 0; box-sizing: border-box;}
.form1 .sForm { width: 100%; margin: 0 auto; margin-bottom: 0.2rem; }
.form1 .sForm .el-input { width: 2.04rem; border-radius: 50px; overflow: hidden; height: 0.99rem; line-height: 0.99rem; border: 1px solid #88775e; outline: none; padding-left: 0.34rem; box-sizing: border-box; outline: none; background: #fff; }
.form1 .sForm1 .el-input { width: 100%; background: #fff; }
.form1 .sForm .btnDiv { width: 1.78rem; height: 0.7rem; line-height: 0.7rem; font-size: 14px; background: #ff9601; color: #fff; text-align: center; border-radius: 5px; border: 1px solid #ff9601; box-sizing: border-box; margin-left: 0.1rem; }
.form1 .sForm .btnDiv img { width: 100%; }
.form1 .inputbox { width: 3.77rem; margin: 0.35rem auto; }
.form1 .inputbox input { width: 100%; height: 0.9rem; border: 0; border-radius: 60px; text-align: center; background: #ffe8d3; }

/* .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper-container .swiper-pagination-bullet {
    background: #fffffe;
    width: 0.12rem;
    height: 0.12rem;
    opacity: 1;
    margin: 10px 0 !important;
}
.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: url("../newImg/index_img_bullet.png") no-repeat !important;
    background-size: 100% 100%;
    width: 0.21rem;
    height: 0.21rem;
    border-radius: 50%;
    position: relative;
} */
body { background: #fff !important;}