* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html a:hover {
    text-decoration: underline;
}

html {
    font-family: "Microsoft YaHei", Arial;
    color: #333;
    background: #f5f5f5;
}

/*ios使用-webkit-text-size-adjust禁止调整字体大小*/
body {
    -webkit-text-size-adjust: 100% !important;
}

body, html, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    color: #333;
    outline-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

ul, ol {
    list-style: none;
}

i {
    font-style: normal;
}

html a {
    color: #333;
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html a:active {
    text-decoration: none !important;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

/*清除iphone默认样式*/
input[type=button], input[type=submit], input[type=file], input[type=text], input[type=tel], input[type=password], button {
    cursor: pointer;
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
    position: relative;
}

html, body, .wrapper {
    height: auto;
    background: #f5f5f5;
}

div input::-webkit-input-placeholder {
    font-size: 0.24rem !important;
    color: #B4B4B4 !important;
}

div .searchLift input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 0.24rem !important;
    color: #B4B4B4 !important;
}

div input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 0.24rem !important;
    color: #B4B4B4 !important;
}

div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 0.24rem !important;
    color: #B4B4B4 !important;
}

/*ios按钮样式问题*/
input::-webkit-input-placeholder {
    font-size: 0.26rem !important;
    color: #B4B4B4 !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.nav {
    height: 0.88rem;
    line-height: 0.88rem;
    background: #fff;
    text-align: center;
    font-size: 0.34rem;
    width: 100%;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 0 0.3rem;
}
.arrowBtn{
    position: absolute;
    left: 0;
    display: block;
    width: 0.88rem;
    height: 0.88rem;
}
.arrowBtn,.goBack1 {
    background: url(/h5/images/arrow.png) no-repeat center;
    background-size: 0.18rem 0.32rem;
}

.arrowBtn,.goBack2 {
    background: url(/h5/images/arrow2.png) no-repeat center;
    background-size: 0.18rem 0.32rem;
}

.wrapper {
    margin-top: 1.08rem;
    padding-bottom: 1.5rem;
    height: 100%;
}

.layout {
    padding: 0 0.2rem;
}

/*版心*/

/*底部导航*/
.tabbar {
    width: 100%;
    height: 0.98rem;
    padding: 0.1rem 0;
    background: #FFFFFF;
    border-top: none;
    box-shadow: 0 -0.01rem 0.2rem 0 rgba(239, 36, 36, 0.3);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
}

.tab_active .tabbar__label {
    font-size: 0.22rem;
    color: #FF0000;
}

.tabbar a {
    width: 50%;
    float: left;
    display: inline-block;
    height: 0.98rem;
    text-align: center;
    text-decoration: none;
}

.tabbar a img {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    margin: 0 auto;
}

.tabbar a span {
    font-size: 0.22rem;
    display: block;
}

.tab_active .tabbar__label {
    color: #e50000;
}

/*底部确定按钮公共样式*/
.addrBtns {
    text-align: center;
    width: 100%;
    height: 0.8rem;
    margin: 0.6rem 0 1.6rem 0;
}

.addrBtns .addAddr {
    width: 100%;
    border-radius: 0.1rem;
    font-size: 0.32rem;
    display: block;
    color: #fff;
    border-color: #e50000;
    background: linear-gradient(to right, #e50000, #ff2626);
    height: 0.7rem;
    line-height: 0.7rem;
}

/*申请退款弹窗*/
#refundMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 19;
}

.refundMaskson {
    width: 70%;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.1rem;
    padding: 0.1rem;
    box-sizing: border-box;
}

.refundMaskson textarea {
    width: 100%;
    box-sizing: border-box;
    height: 2rem;
    resize: none;
    border-color: #dcdcdc;
    border-radius: 0.1rem;
    padding: 0.15rem;
}

.refundMaskson input:first-child {
    float: left;
}

.refundMaskson input:last-child {
    float: right;
}

.refundMaskson input {
    float: left;
    width: 49%;
    height: 0.6rem;
    color: #fff;
    background: linear-gradient(to right, #e50000, #ff2626);
    border-radius: 0.1rem;
    font-size: 0.28rem;
    text-align: center;
}


/*提示弹窗*/
#tipsPopu {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.tipsBox {
    font-size: 0.28rem;
    width: 5.8rem;
    min-height: 1.8rem;
    background: #fff;
    border-radius: 0.1rem;
    text-align: center;
    padding: 0.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tipsBox P {
    word-wrap: break-word;
    word-break: normal;
    line-height: 0.45rem;
}

.tipsBox h6 {
    border-bottom: 0.5px solid #dedede;
    padding-bottom: 0.15rem;
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
}

.tipsBox button {
    outline-style: none;
    margin-top: 0.3rem !important;
    margin-bottom: 0.1rem !important;
    /* margin-left: 0.2rem!important; */
    background: #fff;
    font-size: 0.26rem;
    border-radius: 0.1rem;
    height: 0.6rem;
    width: 1.5rem;
    text-align: center;
    line-height: 0.6rem;
    border: none;
    color: #fff;
    background: linear-gradient(to right, #e50000, #ff2626);
}

/*公共加载遮罩*/
.commonLoad {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    text-align: center;
}

.commonLoad .loadImg, .htmlLoading {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.3rem;
    margin-top: -0.3rem;
}


/*地址弹窗*/
.gosetAddr {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    text-align: center;
    display: none;
}

.gosetAddr a {
    float: left;
    width: 49%;
    font-size: 0.26rem;
    background: #f17d00;
    color: #fff;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-top: 0.3rem;
}

.gosetAddr a:last-child {
    float: right;
}


.service-select {
    background: #fff;
    font-size: 0.28rem;
    position: absolute;
    top: 0.7rem;
    right: -0.1rem;
    text-align: center;
    border-radius: 0.1rem;
    width: 2.5rem;
    display: none;
}

.service-select-wp {
    padding: 0 0.3rem;
}

.service-select ul li {
    /*padding: 0.28rem 0;*/
    border-bottom: 0.5px solid #e8e8e8;
}

.service-select ul li:last-child {
    border-bottom: none;
}

.service-select ul li img {
    vertical-align: middle;
    margin-right: 0.25rem;
    width: 0.34rem;
    display: inline-block;
}

.service-select .text_service {
    height: 0.32rem;
}

.service-select .tel_service {
    height: 0.34rem;
}

.arrow-div {
    position: absolute;
    top: -0.3rem;
    right: 0.2rem;
    width: 0;
    height: 0;
    border-width: 0.17rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

/*下拉箭头*/
.iconArrow {
    position: absolute;
    top: 0.1rem;
    right: 0;
    content: '';
    display: block;
    width: 0.42rem;
    height: 0.22rem;
    background: url(/h5/images/icon/icon41.png) no-repeat center;
    background-size: 0.24rem 0.12rem;
}

/*上拉箭头*/
.iconArrow2 {
    background: url("/h5/images/icon/icon42.png") no-repeat center;
    background-size: 0.24rem 0.12rem;
}

/*!*加载与刷新*!*/
.loadtip {
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #9e9e9e;
    font-size: 0.26rem;
}

/*轻提示*/
.toast {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

.tipToast {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.1rem;
    padding: 0.2rem;
}

.tipToast p {
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
}

.tipToast img {
    width: 0.26rem;
    height: 0.26rem;
    vertical-align: bottom;
    margin-right: 0.1rem
}

.preText {
    font-size: 0.3rem;
    text-align: left;
    text-indent: 2em;
    line-height: 0.6rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 0.2rem;
}

.preText h6 {
    font-size: 0.36rem;
    font-weight: 700;
    text-align: center;
}

.productHtml .wrapper {
    margin-top: 0;
}

/*协议关闭按钮*/
.layui-layer-setwin .layui-layer-close2 {
    right: -12px !important;
    top: -12px !important;
}

.addFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*固定在底部的按钮*/
.btnsFixed {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 0.2rem 0.3rem;
    height: auto;
    margin: 0;
    box-shadow: 0 -0.01rem 0.2rem 0 rgba(239, 36, 36, 0.3);
}

.btnsFixedColor {
    opacity: 0.5;
}
.btnNormal{
   margin:0.6rem 0.3rem 0.4rem;
}

#ad {
    width: 2.2rem;
    line-height: 0.8rem;
    height: 0.8rem;
    bottom: 0;
    right: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.32rem;
    text-align: center;
    border-color: #e50000;
    background: #e7e7e7;
    border-radius: 0.1rem;
    display: none;
}
.layui-layer-btn a{
    font-size: 0.24rem;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #e50000;
    background-color: #e50000;
    color: #fff;
}