.notice {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #555;
    background: #fff;
    width: 100%;
    margin-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.notice p {
    display: inline-block;
    padding: 5px 5px;
    margin: 0 10px 0 10px;
    position: relative;
    font-size: 16px;
}

.notice p:after {
    content: " ";
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    /*�� ͸�� ͸�� */
    margin: 0 auto;
    position: absolute;
    right: -6px;
    top: 15px;
}

.btn-change {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    padding: 3px 15px;
    text-align: center;
    border: 1px solid #FF6990;
    border-radius: 20px;
    color: #FF6990;
}

.btn-change:active {
    opacity: .5;
}
.in-tt{
    width: 100%;text-align: center;color: #fff;font-size: 15px;position: relative;line-height: 60px;
}
.in-tt img{
    width: 20px;position: absolute;top: 20px;right: 5%;
}
/*�б�*/
.mescroll {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}

/*չʾ�������ص������б�*/
.data-list li {
    position: relative;
    padding: 10px 8px 10px 120px;
    border-bottom: 1px solid #eee;
}

.data-list .pd-img {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 80px;
    height: 80px;
}

.data-list .pd-name {
    font-size: 16px;
    line-height: 20px;
    
    overflow: hidden;
}

.data-list .pd-price {
    margin-top: 10px;
    color: red;
}

.pd-price .mon {
    color: red;
    float: right;
    font-size: 16px;
    margin-right: 5%;
}

.pd-price .num {
    color: gray;font-size: 14px;
}

.data-list .pd-sold {
    font-size: 12px;
    margin-top: 8px;
    color: gray;
}

.in-bg {
    width: 100%;
    height: 10em;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 2em;
}

.in-red {
    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999999;
}

.in-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 60px;
    padding-bottom: 15px;
}

.small {
    width: 100%;
    height: auto;
}

.small_list {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.small_list img {
    width: 100%;
    display: block;
}

.in-tab {
    width: 20%;
    float: left;
    margin: 0;
    padding: 10px 0;
}

.in-tab a {
    width: 40%;
    margin: 0 auto 5px auto;
    display: block;
    height: 32px;
    overflow: hidden;
}

.in-tab img {
    width: 25px;
    margin: 7px auto 0px auto;
    display: block;
}

.in-tab span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.in-mess {
    width: 100%;
    margin-bottom: 10px;
}

.mess {
    width: 100%;
    height: 20px;
}

.mess_list {
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 20px;

    position: relative;
}

.mess_list img {
    height: 16px;
    float: left;
    margin: 2px 5px 2px 10px;
}

.mess_list span {
    float: left;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-tit {
    width: 90%;
    margin: 10px auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.in-kx li {
    position: relative;
    padding: 5px 8px 5px 90px;
    background: #fff;
    margin-top: 7px;
}

.in-kx .pd-img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 80px;
    height: 60px;
}

.in-kx .pd-name {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 0px;
}

.in-kx .pd-price {
    margin-top: 8px;
    color: red;
}

.in-kx .pd-sold {
    text-align: left;
    font-size: 12px;
    margin-top: 8px;
    color: gray;
}

.in-two2 {
     width: 100%;
   margin: 0 auto 70px;

}
.in-two {
     width: 90%;
   margin: 0 auto 70px;

}
.in-two li {
    position: relative;
    padding: 5px 90px 15px 0px;
    background: #fff;
    margin-top: 7px;
    border-bottom:solid 1px #eee;
}

.in-two .pd-img {
    position: absolute;
    right:0;
    top: 0px;
    width: 80px;
    height: 60px;
}

.in-two .pd-name {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 0px;
}

.in-two .pd-price {
    margin-top: 8px;
    color: red;
}

.in-two .pd-sold {
    text-align: left;
    font-size: 12px;
    margin-top: 8px;
    color: gray;
}


.in-two2 li {
    position: relative;
    padding: 5px 90px 15px 0px;
    background: #fff;
    margin-top: 7px;
    border-bottom:solid 1px #eee;
}

.in-two2 .pd-img {
    position: absolute;
    right:0;
    top: 0px;
    width: 80px;
    height: 60px;
}

.in-two2 .pd-name {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 0px;
}

.in-two2 .pd-price {
    margin-top: 8px;
    color: red;
}

.in-two2 .pd-sold {
    text-align: left;
    font-size: 12px;
    margin-top: 8px;
    color: gray;
}
.in-kx {
     width: 90%;
   margin: 0 auto;
}
.in-more {
    width: 90%;
    text-align: right;
    margin: 15px auto;
    font-size: 14px;
}

.in-sp {
    width: 100%;
}

.in-sp li {
    position: relative;
    padding: 0 0 10px 0;
    margin-top: 5px;
    width: 50%;
    float: left;
}

.in-sp .pd-img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.in-sp .pd-name {
    width: 90%;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
}

.in-bun {
    width: 40%;
    background: #FB484F;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;
    margin: 10px 30%;
    float: left;
    border: none;
    outline: none;
    line-height: 30px;
}

.in-sps {
    width: 100%;
}

.in-sps li {
    position: relative;
    padding: 0 0 10px 0;
    margin-top: 15px;
    width: 100%;
    float: left;
}

.in-sps .pd-img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.in-sps .pd-name {
    width: 90%;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
}