* {
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
input {
    vertical-align: middle;
    border: 0;
    /*-webkit-appearance: none;*/
    outline: none;
}
select,button:focus{
    outline: none;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, input, textarea, html {
    margin: 0;
    padding: 0;
    /*font-size: 100%;*/
}

body, html {
    background: #fff;
    font-family: "Microsoft YaHei", '微软雅黑',"Microsoft Sans Serif",arial,PingFangSC-Regular,'Hiragino Sans GB',sans-serif,"San Francisco";
    color: #000000;
    font-size: 16px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    scroll-behavior: -webkit-smooth;
}

ul, li {
    list-style: none;
}

img, input {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.clearfix:after { /*content:"200B"; height:0; font-size:0; */
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

html, body {
  width: 100%;
  max-width: 750px;
  height: 100%;
	margin: 0px auto;
	padding: 0;
  overflow: hidden;
  background:rgba(247,247,248,1);
}

body.showloading {
position: relative;
background:#F7F7F8;
}

.loading {
  width: 24px;
  font-size: 24px;
  white-space: nowrap;
  user-select: none;
  color: #F5F9FF;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.loading span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  text-indent: calc(0 * -1);
  overflow: hidden;
  transform: translate(0, 0);
}
.loading.start div {
  opacity: 0;
}
.loading.start span {
  animation: move 2000ms ease-in-out 0ms;
}

@keyframes move {
  30% {
    transform: translate(0, 0);
  }
  82% {
    transform: translate(0, 0);
  }
}


.load-wrapp {
  width: 153px;
  height: 100px;
  font-size: 12px;
  border-radius: 5px;
  color: white;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	display: none;
  }

.showloading .load-wrapp{
	display: inline-block;
}
  .load-wrapp p {
    margin-top: 10px;
    margin-left: 10px;
    color: #409eff;
  }
.ring-2 {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 4px solid #409eff;
  border-radius: 100%;
}
.ball-holder {
  position: absolute;
  width: 12px;
  height: 45px;
  left: 17px;
  top: 0px;
}
.ball {
position: absolute;
top: -11px;
left: 0;
width: 16px;
height: 16px;
border-radius: 100%;
background: white;
}
.load-5 .ball-holder {animation: loadingE 1.3s linear infinite;}
@keyframes loadingE {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}


.bodyBox {
    position: relative;
    width: 100%;
    height: 100%;
	border: 1px solid rgba(0,0,0,0.09);
}
.showloading .bodyBox{
	display: none;
}
.topHeader {
  width: 100%;
  position: absolute;
  z-index: 2000;
  height: auto;
	overflow: hidden;
	display: block;
}
.topHeader img {
  width: 100%;
  vertical-align: top;
  height: auto;
	position: relative;
}
.headerHold{
	position: static;
	display: block;
}

.indexMain{
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.topTips {
  width: 100%;
	display: block;
	height: auto;
}
.topTips-activate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  background:rgba(223,235,255,1);
  font-size:13px;
  font-weight:bold;
  color: #2c7aff;
  text-align: center;
}
.topTips-activate > p {
  line-height: 24px;
}
.topTips-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.topTips-successfully {
  padding: 0 10px;
  width: 100%;
  height: 44px;
  background:#C6F3F1;
  font-size:13px;
  font-weight:500;
  color: #02D4D0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.default-btn {
  background-color: #ffffff;
  color: #2c7aff;
  border:1px solid rgba(44,122,255,1);
cursor: pointer;
}
.primary-btn {
  background-color: #2c7aff;
  color: #ffffff;
cursor: pointer;
}
.footer-btn {
  width:144px;
  height:48px;
  border-radius:4px;
  font-size:16px;
  font-weight:400;
  margin: 0 10px;
cursor: pointer;
}
.necessary {
  color: #DB0220 !important;
  font-size: 14px;
}

.step-input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  margin-top: 4px;
  padding: 12px 14px;
  border:1px solid rgba(222,222,222,1);
  border-radius:4px;
}
.img-icon {
  width: 20px;
  height: 20px;
}


.input-error {
  border-color: red !important;
}

.error-tips {
  font-size: 12px;
	line-height: 28px;
	vertical-align: middle;
  color: red;
  padding-left: 8px;
  display: none;
}

.topTips
{
	margin-bottom: 12px;
}

.defaultContent{
	
}
.defaultContentBox {
  padding: 0 18px;
	padding-bottom: 95px;
}
.defaultContent-header {
  width: 100%;
}
.defaultContent-header p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}
.defaultContent-header p:nth-child(2), .order-tip {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 4px;
}
.loadings {
  width: 20px;
  position: absolute;
  right: 5%;
}
.pr-order {
  position: relative;
}
.delet {
  position: absolute;
  width: 25px;
  right: 5px;
  height: 25px;
  cursor: pointer;
  top: 32px;
  transform: scale(0.8);
}
.defaultContent-content {
  margin-top: 2px;
  width: 100%;
}
.defaultContent-content-row {
  margin-top: 16px;
  width: 100%;
}
.defaultContent-content-row-title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.defaultContent-order-row {
  display: flex;
  justify-content: space-between;
}
.defaultContent-order-row-tips {
  color: #2c7aff;
  font-size: 8px;
  text-align: right;
  padding-right: 10px;
}
.gray {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.defaultContent-footer {
  margin-top: 30px;
  margin-bottom: 15px;
}
.footer-button {
  text-align: center;
}
.footer-btn {
  width: 50.5%;
  position: relative;
}
.footer-btn .loading{
	visibility: hidden;
}
.footer-btn:disabled .loading{
	visibility:visible;
}
.footer-tips {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 16px;
}

.tutorial {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 20px;
  display: none;
  margin-top: -12px;
}
.tutorial-header {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}
.tutorial-content {
  display: block;
}
.tutorial-content p {
  line-height: 20px;
  margin-bottom: 24px;
}
.tutorial-content img {
  width: 100%;
}
.tutorial-footer {
  text-align: center;
  margin-top: 12px;
}
.tutorial-footer .footer-btn {
  width: 80%;
}

.stepBox{
  display: none;
}
.stepOne-home{
	padding-bottom: 190px;
}
.stepOne-header {
  width: 100%;
  padding: 0 18px;
}
.stepOne-header-title {
  font-size:16px;
  font-weight:600;
  color:rgba(0,0,0,0.85);
}
.stepOne-header-order-info {
  margin-top: 8px;
}
.stepDIV {
  display: block;
	text-align: left;
}
.stepDIV span {
  margin-left: 10px;
}
.stepOne-header-order-info span:first-child {
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  line-height: 16px;
  font-weight: 500;
  margin-top: 6px;
	margin-left: 0px;
	display: inline-block;
	text-align: right;
}

.stepOne-content {
  display: block;
  margin-top: 16px;
  width: 100%;
  padding: 16px 18px;
  padding-bottom: 24px;
  background-color: #ffffff;
}
.stepOne-content-title {
  font-size: 16px;
  font-weight:600;
  color:rgba(0,0,0,0.85);
}
.stepOne-content-img-container {
  width: 100%;
  overflow-x: auto;
  margin-top: 12px;
}
.stepOne-content-img-list {
  display: flex;
	overflow-x: auto;
}
.stepOne-content-img-item {
  width: 150px;
	min-width: 150px;
  height: auto;
  margin-right: 14px;
  overflow: hidden;
}
.stepOne-content-img-item-img{
  position: relative;
  width: 100%;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.stepOne-img {
  width: auto;
	height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.stepOne-content-img-item-title {
  margin-top: 6px;
  font-size: 12px;
	line-height: 24px;
	vertical-align: middle;
  color: rgba(0,0,0,0.65);
}
.stepOne-content-img-item:nth-last-child(1) {
  margin-right: 0;
}
.stepOne-img-icon {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 2;
  display: none;
}
.img-icon-show {
  display: inline-block !important;
}
.stepOne-header-order-info-address {
  display: none;
}
.warranty-txt {
  position: absolute;
  top: 13px;
  left: 0;
  text-align: center;
  color: #fceba5;
  width: 100px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}
.discount-txt {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100px;
  text-align: center;
  color: #278369;
  font-size: 21px;
  font-weight: 600;
  z-index: 1;
}
.cash-amount-txt {
  position: absolute;
  bottom: 8px;
  left: 6px;
  width: 94px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
  color: rgba(0,0,0,0.65);
}
.stepOne-footer {
  margin: 16px 0;
  padding: 0 18px;
}
.stepOne-footer-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,0.85);
  line-height: 24px;
}
.stepOne-footer-item {
  font-size:12px;
  font-weight:400;
  color:rgba(0,0,0,0.65);
  line-height: 16px;
  margin-top: 8px;
}
.stepOne-footer-item span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background:rgba(44,122,255,1);
  margin-right: 6px;
}
.stepOne-footer-item small {
 font-size:14px;
}

.stepBtn-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background-color: #F5F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepBtn-footer .footer-btn {
    width: 50.5%;
    position: relative;
}
.stepBtn-footer::after{
	content: ' ';
	clear: both;
}


.stepSecond-home {
  width: 100%;
	margin-top: 12px;
	padding-bottom: 190px;
}
.stepSecond-header {
  width: 100%;
  padding: 0 18px;
}
.stepSecond-header-product-info {
  width: 100%;
  display: flex;
}
.stepSecond-header-product-img {
  width: 88px;
  height: 88px;
  border-radius: 4px;
  margin-right: 8px;
}
.stepSecond-header-product-desc {
  width: calc(100% - 96px);
  font-size:14px;
  font-weight:400;
  color:rgba(0,0,0,0.85);
  line-height:30px;
  padding-top: 6px;
}

.stepSecond-content {
  display: block;
  margin-top: 20px;
  width: 100%;
  padding: 16px 28px;
  padding-bottom: 24px;
  background-color: #ffffff;
}
.stepSecond-content-tips {
  font-size:16px;
  font-weight:600;
  color:rgba(0,0,0,0.85);
  line-height:20px;
}
.stepSecond-content-star {
  position: relative;
  margin-top: 12px;
}
.stepSecond-content-star-show {
  position: relative;
  width: 152px;
  height: 22px;
  overflow: hidden;
	background-image: url("../images/star_all.png");
	background-position: left top;
	background-size: 200% auto;
	background-repeat: no-repeat;
}
.stepSecond-content-set-star {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 152px;
  height: 22px;
}
.stepSecond-content-set-star-item {
  width: 22px;
  height: 22px;
	cursor: pointer;
}
.stepSecond-content-comment {
  margin-top: 12px;
  position: relative;
}
.stepSecond-content-comment-title {
  font-size:14px;
  font-weight:400;
  color:rgba(0,0,0,0.65);
  line-height:20px;
}
.stepSecond-content-comment-input {
  width: 100%;
  height: 150px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  margin-top: 10px;
  padding: 12px;
  resize:none;
}
.stepSecond-content-comment-tips {
  font-size:12px;
  font-weight:400;
  color:rgba(0,0,0,0.45);
  line-height:20px;
  margin-top: 4px;
	position: relative;
}
.stepSecond-content-comment .string {
  position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
}

.stepThree-home{
	padding-bottom: 95px;
}
.stepThree-comment {
  width: 100%;
  background: #ffffff;
  padding: 16px 18px;
}
.stepThree-comment-header {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
}
.stepThree-comment-star {
  margin-top: 16px;
}
.stepThree-comment-tips {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  margin-top: 12px;
}
.stepThree-comment-text {
  margin-top: 12px;
  border-radius: 4px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.stepThree-comment-text p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  word-break: break-word;
}
.stepThree-comment-btn {
  width: 70%;
  margin-top: 24px;
  margin-left: 15%;
}

.success-shadow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.success-shadow-item {
  width: 68%;
  max-width: 400px;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
  padding: 16px 32px;
  text-align: center;
}

.success-shadow-item img {
  width: 40px;
  height: 40px;
}

.success-shadow-item p {
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  text-align: left;
}

.countdown {
  text-align: center !important;
  color: rgba(44, 122, 255, 1) !important;
}
.ftitle {
  padding:0px 15px;
  margin-top: 10px;
	font-size: 16px;
}
.ftitle .item {
  padding-left: 22px;
  font-size: 14px;
  margin: 5px 0px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}

.stepFour-home {
  width: 100%;
	margin-top: 12px;
	padding-bottom: 190px;
}

.stepFour-header {
  width: 100%;
  padding: 0 18px;
}
.stepFour-header-gift-info {
  position: relative;
  width: 100%;
  display: flex;
}
.stepFour-header-gift-img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  margin-right: 8px;
}
.stepFour-header-gift-desc {
  width: calc(100% - 96px);
  font-size:14px;
  font-weight:400;
  color:rgba(0,0,0,0.85);
  line-height:22px;
}

.stepFour-content {
  display: block;
  margin-top: 20px;
  width: 100%;
  padding: 16px 28px;
  padding-bottom: 24px;
  background-color: #ffffff;
}
.stepFour-content-tips {
  font-size:16px;
  font-weight:600;
  color:rgba(0,0,0,0.85);
  line-height:20px;
}
.stepFour-content-row {
  margin-top: 17px;
  font-size:14px;
  font-weight:500;
  color:rgba(0,0,0,0.85);
  line-height:20px;
}
.stepFour-content-row input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  margin-top: 4px;
}
.stepFour-content-address-input {
  width: 100%;
  height: 120px;
  padding: 14px;
  resize: none;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  margin-top: 4px;
}

.stepFour-content-upload{
    margin-bottom: 20px;
}
.img-box{
    margin-top: 5px;
}
.upBox{
    display: inline-block;
    text-align: center;
    width:100px;
    height: 100px;
    border: 1px dashed #c0ccda;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fbfdff;
}
.upBox:hover{
    border: 1px dashed #409eff;
}
.upload-error{
    border: 1px dashed red;
}
.upload-tips{
    color: red;
}
.inputBox{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.inputBox input{
    width: 100%;
    height: 100% !important;
    opacity: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.inputBox .goon{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 40px;
    font-weight: 100;
    color: #8c939d;
    z-index: 1;
}
.imgBox1{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    vertical-align: top;
}
.imgContainer{
    display: inline-block;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 8px 8px 0;
}
.imgContainer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgContainer span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #000000;
    border-radius: 50%;
    text-align: center;
    color: #efeee9;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}


.active-mask{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.active-dialog{
  position: relative;
  width: 270px;
  background: #FFFFFF;
  border-radius: 4px;
}

.active-dialog .dialog-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  font-size: 20px;
  color: #00000040;
  text-align: center;
  cursor: pointer;
}
.active-dialog .dialog-close:hover {
  color: #409eff;
}

.active-dialog .dialog-box {
  padding: 22px;
  text-align: center;
}

.active-dialog .dialog-box .dialog-title{
  height: 46px;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

.active-dialog .dialog-box .dialog-msg {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
}
.active-dialog .dialog-box .dialog-btn {
  margin-top: 10px;
  cursor: pointer;
}
.active-dialog .dialog-box .dialog-btn img{
  width: 100%;
  object-fit: contain;
}

.active-dialog .dialog-box .dialog-email{
  padding-top: 10px;
  font-size: 18px;
}



.finished-home {
  width: 100%;
  height: 100%;
  background: rgba(245, 247, 249, 1);
  margin: 0;
  position: relative;
}
.finished-header {
  text-align: center;
  width: 100%;
}
.finished-header img {
  width: 40%;
}

.finished-content {
  margin-top: 20px;
  width: 100%;
  padding: 24px;
  display: block;
}
.finished-content-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  text-align: center;
}
.finished-content-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
	text-align: center;
}

.finished-footer {
  display: block;
  margin-top: 32px;
  text-align: center;
}

.go-home {
  width: 254px;
  height: 46px;
  background-color: #ffffff;
  color: #2c7aff;
  border: 1px solid rgba(44, 122, 255, 1);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 10px;
  margin-top: 8px;
}

@media screen and (max-width: 1480px){

}



@media screen and (max-width: 1366px){

	
}

@media screen and (max-width: 1280px){


}
@media screen and (max-width: 1200px){

	
}

@media screen and (max-width: 992px){

}

@media screen and (max-width: 768px){
   
}

@media screen and (max-width: 539px){
	
	
}
@media screen and (max-width: 375px){

}
@media screen and (max-width: 360px){

}
@media screen and (max-width: 320px){

}