/*-------------------------------------------------------------------------公共css开始*/
* {
    margin: 0;
    padding: 0;
}
body,html {
    width: 100%;
    height: 100%;
}
[v-cloak] { display: none }
a, a:hover, a:focus, a:visited
{
    color: #000;
}
em {
    font-style: normal;
}
.red {
    color: #f00;
}
.ib {
    display: inline-block;
}
.ell {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    overflow: hidden;
}
.clearfix:after {
    content: '';
    clear: both;
}

.cut-two {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.cut-three {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.txt-center {
    text-align: center;
}
.mt0 {
    margin-top: 0;
}
/*-------------------------------------------------------------------------公共css结束*/
.num-wrap {
    position: relative;
    width: 12.5rem;
    height: 3.5rem;
    box-sizing: border-box;
    line-height: 3.5rem;
}

.num-wrap span {
    width: 30%;
    height: 3.5rem;
    background: #fff;
    border: 1px solid #dbdbdb;
    text-align: center;
    color: #787878;
    font-size: 2rem;
    cursor: pointer;
    box-sizing: border-box;
}
.num-wrap span:last-of-type.disabled,
.num-wrap span:first-of-type.disabled {
    background-color: #eee;
}
.num-wrap span:first-of-type {
    background: url(//image01.homedo.com/Files/Images/cms/www/20190501/4972263704584955135_pic1.png) center/1.6rem no-repeat;
}

.num-wrap span:last-of-type {
    background: url(//image01.homedo.com/Files/Images/cms/www/20190501/4655760319816199899_pic1.png) center/1.6rem no-repeat;
}

.num-wrap input {
    padding: 0 .5rem;
    width: 40%;
    height: 3.5rem;
    border: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    outline: none;
    text-align: center;
    font-size: 14px;
    line-height: 3.5rem;
    color: #022222;
    box-sizing: border-box;
}
/*主体样式 开始*/
.app {
    /* border-top: 1rem solid #eee; */
    /* padding-top: 1rem; */
    height: 100%;
    max-width: 64rem;
}
.msg {
    border-top: 1rem solid #eee;
    border-bottom: 1rem solid #eee;
    /* margin: 0 1rem 1rem; */
    padding: 1rem;
    background: #fff;
    font-size: 0;
}
.msg>span {
    display: inline-block;
    width: 16%;
    height: 4rem;
    background: url(//image01.homedo.com/Files/Images/cms/www/20190430/4989488277577966198_pic1.png)  left center/4rem no-repeat;
    vertical-align: middle;
}
.msg>div {
    display: inline-block;
    vertical-align: middle;
    width: 82%;
    /* margin-left: 4%; */
}
.msg>div h1 {
    font-size: 1.5rem;
    color: #222222;
    line-height: 2rem;
    word-break: break-all;
    font-weight: bold;
}
.msg>div p {
    font-size: 1.2rem;
    color: #6D6D6D;
    line-height: 1.8rem;
    margin-top: .5rem;
}
.main-list-wrap-wrap {
    background: #3A34F3;
    padding: 1rem 0;
}
.main-list-wrap {
    position: relative;
    margin: 0 1rem;
    background: #fff;
    overflow: visible;
}
.main-list-wrap .icon {
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    background: url(//image01.homedo.com/Files/Images/cms/www/20190501/4892917897023668324_pic1.png) center/100% no-repeat;
    top: -1rem;
    left: -1rem;
}
.main-list-wrap>h1 {
    padding-right: 1rem;
    border-bottom: 1px solid #eee;
    text-align: right;
    font-size: 1.2rem;
    line-height: 4.3rem;
    color: #FF3030;
    font-weight: bold;
}
.main-list-wrap>h1 em {
    font-size: 1.5rem;
}
.main-list li{
    border-bottom: 1px solid #eee;
    padding: 0 1rem;
}
.main-list li>a {
    display: block;
}
.main-list li:last-child {
    border-bottom: none;
}
.main-list li .line1 {
    padding: .75rem 0;
    border-bottom: 1px solid #eee;
}
.main-list li .line1>span{
    width:8rem;
    height: 8rem;
}
.main-list li .line1 .desc-detail {
    display: table-cell;
    height: 8rem;
    color: #222;
    font-size: 1.4rem;
    font-weight: bold;
}
.main-list li .line1 .desc-detail p {
    margin-left: 1rem;
}
.main-list .price-wrap {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    color: #FF3030;
}
.main-list .price-wrap em {
    font-size: 1rem;
}

.main-list li .line1 span img {
    width: 100%;
}
.main-list li .line2 {
    padding: 1rem 0;
    /* border-top: 1px solid #eee; */
}
.other-list li .btn,
.main-list li .line2 .btn {
    width: 7rem;
    height: 3.5rem;
    border: 1px solid #347AF6;
    border-radius: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    color: #347AF6;
    box-sizing: border-box;
}
.other {
    padding: 0 1rem 1rem;
    background: #F5F5F5;
}
.other>h1 {
    font-size: 1.8rem;
    color: #222222;
    font-weight: bold;
    line-height: 5.5rem;
}
.other-list li {
    margin-bottom: 1rem;
    background: #fff;
    padding: 0 1rem;
}
.other-list li .line1 {
    display: flex;
    display: -webkit-flex;
    padding: .75rem 0;
    border-bottom: 1px solid #eee;
    align-items: center;
    -webkit-align-items: center;
}
.check-icon-wrap {
    display: flex;
    display: -webkit-flex;
    width: 3rem;
    height: 8rem;
    align-items: center;
    -webkit-align-items: center;
}
.other-list li .check-icon {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 2.3rem;
    background: #E6E6E6;
}
.other-list li .check-icon.checked {
    background: url(//image01.homedo.com/Files/Images/cms/www/20190501/5684028725459892755_pic1.png) center/100% no-repeat;
}
.other-list li .line1 .img-wrap{
    width:8rem;
    max-height: 8rem;
}
.other-list li .line1>div {
    flex: 1;
    max-height: 8rem;
    padding-left: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #222;
}
.other-list li .line1 .img-wrap img {
    width: 100;
    max-height: 8rem;
}
.other-list .price-wrap {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    color: #FF3030;
}
.other-list .price-wrap em {
    font-size: 1rem;
}
.other-list li .line2 {
    padding: 1rem 0;
}
.main-list li .soldout-tip,
.other-list li .soldout-tip {
    color: #FF3030;
    font-size: 1.4rem;
    line-height: 3.5rem;
}
.soldout-tip .gth {
    display: inline-block;
    margin-right: .5rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    color: #FF3030;
    border: 1px solid #FF3030;
    line-height: 1.4rem;
    text-align: center;
}
.sum {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 6rem;
    background: #fff;
    overflow: visible;
}
.sum .tcks{text-align: center;background:#fffac2;width: 100%;height: 2.5rem;line-height: 2.5rem;}
.taocan-sum-price {
    overflow: visible;
    margin-top: 1.2rem
}
.save-price {
    position: absolute;
    left: 0;
    /* display: inline-block; */
    vertical-align: top;
    top: -2.2rem;
}
.save-price span {
    display: inline-block;
    padding: 0 .5rem;
    color: #fff;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #347AF6;
    vertical-align: middle;
    font-size: 1rem;
    box-sizing: border-box;
}
.save-price:before {
    position: absolute;
    z-index: 100;
    bottom: -.3rem;
    left: 47%;
    content: '';
    width: 0;
    height: 0;
    border: .3rem solid transparent;
    border-top-color: #347AF6;
}
.sum .left {
    /* display: flex;
    display: -webkit-flex; */
    padding-left: 1.8rem;
    width: 70%;
    height: 100%;
    /* align-items: center;
    -webkit-align-items: center; */
    box-sizing: border-box;
}
.sum .left>div {
    width: 80%;
    overflow: visible;
}
.sum .right {
    width: 30%;
    height: 100%;
    background: #FF3030;
    color: #fff;
    text-align: center;
    line-height: 6rem;
    font-size: 1.8rem;
}
.sum .soldout-btn {
    background: #B7B7B7;
}
.sum .green {
    background: #3caf62;
}
.sum .left div:first-child em{
    display: inline-block;
    font-size: 2rem;
    color: #f00;
    font-weight: bold;
    position: relative;
}
.sum .left div:first-child em label{
    font-size: 1.2rem;
}
/*主体样式 结束*/
/*更换商品 开始*/
.mask {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 10000;
}
.mask .dialog {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    /* padding-top: 4rem; */
    bottom: 0;
    width: 100%;
    max-height: 68%;
    /* overflow-y: scroll; */
    background: #F5F5F5;
}
.mask .exchange {
    flex: 1;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
    overflow-y: scroll;
}
.mask .dialog .btn {
    width: 100%;
    line-height: 5rem;
    background: #347AF6;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
}
.mask .exchange .exchange-list li{
    background: #fff;
    padding: 1rem 1.5rem;
    margin: 0 1rem 1rem 1rem;
}
.mask .dialog>h1 {
    padding: 0 1rem;
    font-size: 1.8rem;
    color: #222222;
    font-weight: bold;
    line-height: 5rem;
    height: 5rem;
    overflow: visible;
}
.mask .dialog>h1 .close-dialog {
    width: 1.5rem;
    height: 4rem;
    background: url(//image01.homedo.com/Files/Images/cms/www/20190501/5753172114947685367_pic1.png) center/1.5rem no-repeat;
}
.exchange-list .img-wrap{
    width: 30%;
    height: 8rem;
}
.exchange-list .img-wrap img {
    width: 100%;
}
.exchange-list .desc-detail {
    display: table-cell;
    width: 41%;
    padding: 0 .5rem;
    height: 8rem;
    vertical-align: middle;
    box-sizing: border-box;
    color: #222;
}
.exchange-list .desc-detail>p {
    font-weight:bold;
    color:1.4rem;
}
.exchange-list .price-wrap {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    color: #FF3030;
}
.exchange-list .price-wrap em {
    font-size: 1rem;
}
.exchange-list .select-btn {
    margin-top: 2.25rem;
    margin-left: .5rem;
    width: 7rem;
    height: 3.5rem;
    background: #E6E6E6;
    border-radius: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    color: #A0A0A0;
}
.exchange-list .select-btn.selected {
    background: #347AF6;
    color: #fff
}
/*更换商品 结束*/
/*滑动区域样式 开始*/
.slider-wrap {
    position: relative;
    height: 3.5rem;
    z-index: 10000;
}
.slider-wrap-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.slider-wrap-fixed {
    position: fixed;
    z-index: 1000002;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.5rem;
}

.slider-pre-btn {
    z-index: 10002;
    position: absolute;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    background-image: linear-gradient(90deg, rgba(59, 59, 59, 0.90) 1%, #3B3B3B 64%);
}

.slider-pre-btn.cur {
    background: #1DBFDA;
}

.slider-pre-btn.cur::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.slider-pre-btn::after {
    z-index: 10002;
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 0;
    width: 3.5rem;
    height: 100%;
    background: url(//image01.homedo.com/Files/Images/cms/www/20190430/5509985566621202736_pic1.png) center center no-repeat;
    background-size: contain;
    transition: transform .4s;
    transform: rotate(-180deg);
    -webkit-transition: transform .4s;
}

.slider-list-wrap {
    position: relative;
    width: 100%;
    height: 4rem;
    line-height: 3.5rem;
    box-sizing: border-box;
}

.switch-type {
    z-index: 10001;
    position: relative;
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    box-sizing: border-box;
    background: #222;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}

.slider-list {
    position: absolute;
    right: 0;
    height: 3.5rem;
    background: #222;
    color: #fff;
    font-size: 1.4rem;
}

.slider-list li {
    position: relative;
    width: 8.5rem;
    height: 100%;
    text-align: center;
    font-size: 1rem;
}

.slider-list .cur {
    background-color: #fff27e;
    color: #f03b3c;
}

.slider-list .cur .trangle {
    display: block;
    position: absolute;
    left: 50%;
    top: 3.5rem;
    margin-left: -.5rem;
    width: 0;
    height: 0;
    border: .5rem solid transparent;
    border-top-color: #fff27e;
}
.slider-list .cur .select-icon {
    margin-right: .5rem;
    display: inline-block;
    width: 1rem;
    height: 1.5rem;
    background: url(//image01.homedo.com/Files/Images/cms/www/20190430/5688589639142822159_pic1.png) center/100%;
    vertical-align: text-bottom;
}
.prop-list {
    position: absolute;
    top: 3.5rem;
    width: 100%;
    background: #fff;
    z-index: 100;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .5s ease-in-out;
}

.mask-show {
    height: 100%;
    opacity: .7;
    z-index: 2;
}

.prop-list-show {
    opacity: 1;
    height: auto;
}

.prop-list li {
    width: 25%;
    height: 1.4rem;
    padding: 1.5rem 0;
    float: left;
}

.prop-list li span {
    width: 100%;
    font-size: 1.4rem;
    color: #222;
    border-right: 1px solid #D8D8D8;
}

.prop-list li.cur span {
    color: #1DBFDA;
}

.prop-list li span em {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

/*滑动区域样式 结束*/
/*重写滑动区域样式 开始*/
.slider-list-wrap {
    margin-bottom: 1rem;
}
.slider-list {
    background: #fff;
    color: #666;
}
.slider-list .cur {
    background: #fff;
    color: #347AF6;
}
.slider-list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}
.slider-pre-btn {
    background: #fff;
}
.slider-pre-btn::after {
    background: url(//image01.homedo.com/Files/Images/cms/www/20190430/5509985566621202736_pic1.png) center center/.75rem 1.3rem no-repeat;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.slider-pre-btn.cur {
    background: #fff;
}
.slider-pre-btn.cur::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
/*重写滑动区域样式 结束*/
.Assembly-Porp-body .NormalPrompt dd .btn a {
    color: #347AF6;
}
