*{padding: 0;margin: 0}
body{background: #fff;color:#333;max-width: 750px;margin:0 auto;}
ul,li,ol{list-style: none}
h1,h2,h3,h4,h5,h6{font-weight: normal}
img{vertical-align: middle;border: 0}
a{text-decoration: none}
input{
    border: none;
    list-style: none;
}
button:focus,input:focus{
    outline: none;
}
/*头部样式*/
main{
    margin:0 0 3rem 0;
}
.bottom_line{
    width:4.5rem;
    margin: 0 auto;
    font-size: 0.6rem;
    color: #9e9e9e;
    text-align: center;
}
.banner_wrap{
	position: relative;
}
.magicLife_logo{
	position: absolute;
	top: 2px;
	left: 2px;
}
/*脚部样式*/
footer{
   text-align: center;
}
/* 
footer div{
    float: left;
    width: 40.5%;
    text-align: center;
    padding-top:0.3rem;
}
footer .middle{
    width: 3rem;
    height: 3rem;
    border-top: 1px solid #e7e7e7;
    background: #ffffff;
    border-radius: 50%;
    margin-top: -1.1rem;
    z-index: -999
} */
/* footer img{
    width: 1.1rem;
} */
.select{
    color:#ff7a0e;
}
input[type="button"], input[type="submit"], input[type="reset"],button{
-webkit-appearance: none;
}
/* button{
    width:95%;
    height: 2.25rem;
    margin: auto;
    border:0;
    border-radius: 0.3rem;
    background:-webkit-gradient(linear,left bottom,right top,from(#fe7e23), to(#fb5b3b));
    color: #fff;
    font-size:0.75rem; 
} */
/*适配判断屏幕宽度定义根字体大小 rem*/
html{font-size:19.5px}
@media only screen and (min-width:375px){
    html{font-size:20px !important;}
}
@media only screen and (min-width:401px){
    html{font-size:25px !important;}
}
@media only screen and (min-width:428px){
    html{font-size:26.75px !important;}
}
@media only screen and (min-width:481px){
    html{font-size:30px !important;}
}
@media only screen and (min-width:569px){
    html{font-size:35px !important;}
}
@media only screen and (min-width:641px){
    html{font-size:40px !important;}
}

/* 过渡动画 */
.expand-transition {
  transition: all .8s ease;
}
/* .expand-enter 定义进入的开始状态 */
/* .expand-leave 定义离开的结束状态 */
.expand-enter, .expand-leave {
  opacity: 0;
}

[v-cloak] {
  display: none;
}

button[disabled], input[type="button"][disabled] {
    opacity: 0.2;
}

.new_mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 750px;
    margin: 0 auto;
    z-index: 99999;
}
.new_mask_bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}
.progress_bar{
    background:#eeeeee;
    border-radius:5rem;
    height:0.3rem;
    margin: 0.5rem auto;
}
.progress_bar .progress_barcon{
    background:linear-gradient(-90deg, #ff1800 0%, #ffba68 100%);
    border-radius:5rem;
    width:20%;
    height:0.3rem; 
}

.bx-wrapper{
    margin-bottom: 0 !important;
    border:2px solid #fff !important;
    box-shadow: none !important;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
    bottom:30px !important;
}

.mask_bg{
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #000;
    display: none;
}
.mask_dialog{
    position: fixed;
    margin: 0 auto;
    top: 0;
    width: 90%;
    height: 12rem;
    left: 0;
    right: 0;
    z-index: 9999999;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    transform: translateY(50%);
    display: none;  
}
.mask_dialog div{
    height: 55%;
    font-size: 0.7rem;
    color: #000;
    padding-top: 1rem;
}
.mask_dialog div .priceStyle{
    color: #ff6634;
    font-size:1rem;
    margin: 0.3rem;
}
.mask_dialog hr{
    width: 95%;
    margin: auto;
    background: none;
    border:0;
    border-top: 1px solid #eee;
}
.mask_dialog button{
    color: #fff;
    width: 6rem;
    height: 1.9rem;
    border:0;
    margin-top: 1.85rem;
    font-size: 0.7rem;
    border-radius: 3px;
}
.mask_dialog .sure{
    background: #ef6c1c;
    margin-left:1rem;
}

#total_price{
    margin: 0.5rem 0;
}

.notice_wrap{
    background: #ea7443;
    border-radius: 5px;
    padding:2px 10px 5px;
    margin-top: -0.5rem;
}
.notice_wrap p{
    background: #ea7443;
    color: #fff;
    border:0;
    padding: 0;
}


.contact{
    background: #fffff2;
    border: 1px dashed #ddd;
}
.contact p{
    background: none;
    border: 0;
}
.contact hr{
    width: 98%;
    margin:auto;
    border:0;
    border-top: 1px solid rgb(204,204,204);
    margin-top: 0.8rem;
}
.contact_email{
    overflow: hidden;
    color: #999999;
    padding:0 0.5rem;
}
.contact_email div{
    float: left;
    clear: none;
    margin:0;
}
.contact_email div:first-child{
    width: 2em;
    margin-right: 0.6rem;
}
.contact_email p{
    color: #999999;
    padding: 0;
}
.contact_email p>span{
    /* color: #f60; */
}

.back_index{
    background: #fff;
    border:0;
    color: #999;
    float: left;
    font-size: 0.6rem;
    padding: 0 1.2rem;
    border-radius: 0.2rem;
    margin-left: 1rem;
}
.back_index img{
    display: inline;
    vertical-align: middle;
    height: 1.5rem;
    width: 1.6rem;
}
.back_index b{
    display: inline-block;
    line-height: 110%;
    font-weight: normal;
    transform: translateY(24%);
    -ms-transform: translateY(24%);
    -webkit-transform: translateY(24%);
    -o-transform: translateY(24%);
    -moz-transform: translateY(24%);
}

.privacy_policy{
    text-decoration: underline;
    font-size: 0.6rem;
}
.back_index_tw{
	padding: 0 0.1rem 0.1rem 0.1rem;
	font-size: 0.5rem;
	margin-left: 0;
	margin-top: 0.2rem;
	margin-right: 0.5rem;
}
.back_index_tw img{
	width: 1.1rem;
	height: auto;
}
.inputphone {
    position: relative;
  }
  .inputphone:before {
    content: '+84';
    position: absolute;
    display: flex;
    color: #000;
    border-right: 1px solid #ccc;
    height: 100%;
    width: 40px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .inputphone > input {
    padding-left: 50px !important;
  }
