﻿a:focus, a:hover {
    text-decoration:none!important;
}


.contents *{
    font-size: var(--fs18);
    line-height: 0.34rem;
    color: #333333;
    margin-bottom: 0.62rem;
    text-align:justify;
}
.contents h3 {
    font-family: "regular";
    font-weight: 700;
    font-size: var(--fs24);
    line-height: 0.34rem;
    color: #333333;
    margin-bottom: 0.16rem;
}


.layui-layer-hui .layui-layer-content {
    color:#fff
}

.store-wrapper .form-box .btn2 {
  position: relative;
  background-image: linear-gradient(90deg, #0d83ff 0%, #31def2 100%);
  background-blend-mode: normal, 
		normal;
  color: #fff;
  line-height: 0.5rem;
  display: block;
  text-align: center;
  overflow: hidden;
}
.store-wrapper .form-box .btn2 img {
  position: relative;
  top: -2px;
  margin-left: 0.32rem;
  vertical-align: middle;
}
.store-wrapper .form-box .btn2 span {
  position: relative;
  z-index: 10;
}


.userinfo-modal .submitBtn[disabled] {
    cursor: not-allowed;
}

.nodata {text-align:center;font-size:var(--fs18);padding:0.4rem 0;}

.page-nav-wrapper .intruction-caption {display: none;}


.content.phone {display: none;}

@media screen and (max-width: 1004px) {
    .content.phone { display: block;}
    .content.pc {display: none;}

    .contents * {
        font-size: var(--fs15);
        line-height: 0.44rem;
        margin-bottom: 0.62rem;
    }

    .contents h3 {
        font-size: var(--fs20);
        line-height: 0.44rem;
        margin-bottom: 0.1rem;
    }

    .store-wrapper .form-box .btn2 {
        width: 100%;
        line-height: 0.8rem;
    }

    .store-wrapper .form-box .btn2 img {
        margin-left: 0.24rem;
        width: 0.26rem;
    }

}
