@charset "utf-8";
@media only screen and (min-width: 320px) {
    html {
        font-size: 17.06px !important;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 400px) {  
    html {
        font-size: 21.33333333px !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 22.08px !important;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 25.6px !important;
    }
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 40px !important;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    z-index: 999;
    background: #ffffff;
}
.header-left {
    font-size: 0.9rem;
    color: #333333;
    position: absolute;
    left: 0.88rem;
    line-height: 2.5rem;
    font-weight: bold;
    transform: rotate(180deg);
    cursor: pointer;
    top: 0;
    z-index: 2;
}
.header-logo {
    position: absolute;
    left: 0.88rem;
    width: 3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    margin-right: 0.5rem;
}
.header-logo img {
    width: 100%;
}
.header .header-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0.9rem;
    color: #000000;
    line-height: 2.5rem;
    text-align: center;
    font-weight: bold;
}
.header-right {
    position: absolute;
    top: 50%;
    margin-top: -0.4rem;
    right: 0.88rem;
}
.tabbar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 2.7rem;
    width: 100%;
    z-index: 999;
    background: #ffffff;
}
.tabbar .tabbar-item {
    font-size: 0;
    position: relative;
}
.tabbar .tabbar-item .tabbar-num {
    font-size: 0.5rem;
    color: #FFFFFF;
    height: 0.57rem;
    padding: 0 0.15rem;
    min-width: 0.57rem;
    border-radius: 0.29rem;
    position: absolute;
    background: #f84545;
    top: -0.1rem;
    left: 60%;
    box-sizing: border-box;
}
.tabbar .tabbar-item .tabbar-item-icon {
    width: 1.02rem;
    height: 1.02rem;
    margin: 0 auto;
}
.tabbar .tabbar-item .tabbar-item-icon img {
    max-width: 100%;
    max-height: 100%;
}
.tabbar .tabbar-item .tabbar-item-icon-01 {
    background: url(../../images/common/tabbar1.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item .tabbar-item-icon-02 {
    background: url(../../images/common/tabbar2.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item .tabbar-item-icon-03 {
    background: url(../../images/common/tabbar3.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item .tabbar-item-icon-04 {
    background: url(../../images/common/tabbar4.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item .tabbar-item-icon-05 {
    background: url(../../images/common/tabbar5.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item .tabbar-item-icon-06 {
    background: url(../../images/common/tabbar6.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item .tabbar-item-icon-07 {
    background: url(../../images/common/tabbar7.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item.active .tabbar-item-icon-01 {
    background: url(../../images/common/tabbar1-red.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item.active .tabbar-item-icon-02 {
    background: url(../../images/common/tabbar2-red.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item.active .tabbar-item-icon-03 {
    background: url(../../images/common/tabbar3-red.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item.active .tabbar-item-icon-04 {
    background: url(../../images/common/tabbar4-red.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item.active .tabbar-item-icon-05 {
    background: url(../../images/common/tabbar5-red.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item.active .tabbar-item-icon-06 {
    background: url(../../images/common/tabbar6-red.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item.active .tabbar-item-icon-07 {
    background: url(../../images/common/tabbar7-red.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
}
.tabbar .tabbar-item .tabbar-item-tit {
    font-size: 0.5rem;
    color: #646566;
    line-height: 0.7rem;
    text-align: center;
    font-weight: 500;
    margin-top: 0.1rem;
}
.tabbar .tabbar-item.active .tabbar-item-tit {
    color: #FF3625;
}
/* 复选按钮 */
.check-label {

}
.check-label-box {
    font-size: 0.8rem;
    color: #000000;
    line-height: 1.15rem;
    height: 1.15rem;
}
.check-label-box::before {
    font-size: 0.8rem;
    color: #E0E0E0;
    content: '\e601';
    font-family: iconfont;
    line-height: 1.15rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.4rem;
}
.check-label input:checked + .check-label-box::before {
    color: #F84444;
}
/* 数量输入 */
.num-input .remove,
.num-input .add {
    font-size: 0.8rem;
    color: #999995;
    line-height: 1.05rem;
    border: 1px #cacac8 solid;
    text-align: center;
    height: 1.15rem;
    width: 1.15rem;
    box-sizing: border-box;
}
.num-input .num {
    font-size: 0.7rem;
    color: #999995;
    line-height: 1.05rem;
    text-align: center;
    outline: none;
    min-width: 1.23rem;
    width: 1.23rem;
}
/* 文本选中样式 */
.text-check {
    height: 1.35rem;
    display: inline-block;
    margin-right: 0.38rem;
    vertical-align: top;
}
.text-check i {
    padding: 0 0.4rem;
    min-width: 3.18rem;
    height: 1.3rem;
    border: 0.05rem #979797 solid;
    border-radius: 0.13rem;
    box-sizing: border-box;
    color: #979797;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.25rem;
    font-size: 0.6rem;
}
.text-check input[type="radio"]:checked + i,
.text-check input[type="checkbox"]:checked + i {
    border-color: #f84545;
    color: #f84545;
}
.text-check input[type="checkbox"]:checked + i::before,
.text-check input[type="radio"]:checked + i::before {
    content: '\e622';
    font-family: iconfont;
    position: absolute;
    font-size: 0.4rem;
    color: #ffffff !important;
    right: 0;
    bottom: 0;
    z-index: 2;
    line-height: 1;
    font-weight: bold;
}
.text-check input:checked + i::after {
    content: '';
    position: absolute;
    right: -0.35rem;
    bottom: -0.1rem;
    width: 0;
    height: 0;
    border-top: 0.5rem #F84545 solid;
    border-left: 0.5rem transparent solid;
    border-right: 0.5rem transparent solid;
    border-bottom: 0;
    transform: rotate(-45deg);
}
.register-sucess {
    padding: 0 0.5rem;
    padding-top: 1rem;
}
.register-sucess .sucess-img {
    width: 2.2rem;
    height: 2.2rem;
    display: block;
    margin: 0 auto;
}
.register-sucess .sucess-tit {
    font-size: 0.7rem;
    color: #222222;
    font-weight: bold;
    text-align: center;
    margin-top: 0.8rem;
    line-height: 1;
}
.register-sucess .sucess-txt {
    font-size: 0.5rem;
    color: #999999;
    line-height: 1;
    margin-top: 0.8rem;
    text-align: center;
}
.register-sucess .sucess-cont {
    font-size: 0.6rem;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 0.9rem;
}
.register-sucess .sucess-cont span {
    color: #F84545;
}
.copy-account,.copy-href {
    width: 5rem;
    height: 1.7rem;
    border-radius: 0.9rem;
    background: #f84545;
    display: block;
    margin: 0.8rem auto 0.3rem auto;
    font-size: 0.6rem;
    color: #ffffff;
    font-weight: 500;
}
.copy-href {
    background: #ffffff;
    border: 1px solid #f84545;
    color: #f84545;
    box-sizing: border-box;
    line-height: calc(1.7rem - 2px);
}
.register-sucess .sucess-hint {
    font-size: 0.5rem;
    line-height: 1;
    color: #999999;
    text-align: center;
}
/* 修改placeholder颜色 */
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ /* WebKit browsers */
    color: #969696;
    opacity: 0.6;
}
input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #969696;
    opacity: 0.6;
}
input::-moz-placeholder, textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #969696;
    opacity: 0.6;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #969696;
    opacity: 0.6;
}
.fixed-header {
    position: fixed;
    z-index: 960;
    left: 0;
    top: 0;
}
.search-box {
    width: calc(100% - 1.76rem);
    height: 1.8rem;
    position: absolute;
    top: 50%;
    right: 0.88rem;
    margin-top: -0.9rem;
}
.header-logo + .search-box {
    width: calc(100% - 5.26rem);
}
.search-box .search-icon {
    font-size: 0.8rem;
    color: #BDBDBD;
    line-height: 1.8rem;
    position: absolute;
    left: 0.5rem;
}
.search-box input {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #f6f6f6;
    border-radius: 0.25rem;
    padding-left: 1.8rem;
}
.search-box button {
    width: 2.5rem;
    height: 1.4rem;
    line-height: 1.4rem;
    background: #F84646;
    font-size: 0.7rem;
    color: #ffffff;
    border-radius: 0.25rem;
    position: absolute;
    z-index: 2;
    right: 0.25rem;
    top: 50%;
    margin-top: -.7rem;
}
body .realname-auth-layer {
    overflow: initial !important;
    border-radius: 10px !important;
}
/*.realname-auth-layer-panel {
    padding: 20px;
}*/
.realname-auth-layer-panel a {
    border-color: #f84444;
    background-color: #f84444;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.realname-auth-layer-panel a:hover {
    color: #fff !important;
    opacity: .9;
}
.realname-auth-layer-panel p {
    margin: 10px 0px 30px 0px;
}
.realname-auth-layer .panel-btn {
    display: flex;
    justify-content: space-between;
}
.realname-auth-layer-panel .realname-refresh {
    cursor: pointer;
    background-color: rgba(248,68,68,.5);
}
.realname-auth-layer-panel .realname-refresh:hover {
    background-color: rgba(248,68,68);
}