@charset 'utf-8';
.container {
    max-width: 1200px;
}
p {
    margin: 0;
}
.top-bar {
    margin: 90px 0 112px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.top-bar .title {
    font-size: 64px;
    color: #231816;
    font-weight: 300;
    padding-bottom: 34px;
}
.top-bar .title .icon-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 50px;
}
.top-bar .desc {
    font-size: 28px;
    color: #231816;
    padding: 0 20px;
}
.main-content {
    padding: 0 20px;
    margin-bottom: 143px;
}
.main-content .item {
    display: flex;
    align-items: center;
}
.main-content .item {
    margin-bottom: 100px;
}
.main-content .item:last-child {
    margin-bottom: 0px;
}
.main-content .item:nth-child(even) {
    flex-direction: row-reverse;
}
.main-content .item .c-img {
    width: 50%;
}
.main-content .item:nth-child(odd) .c-img {
    margin-right: 42px;
}
.main-content .item:nth-child(even) .content {
    margin-right: 42px;
}
.main-content .item .content .title {
    color: #231816;
    font-size: 36px;
    padding-bottom: 23px;
}
.main-content .item .content .desc {
    color: #656565;
    font-size: 18px;
    line-height: 35px;
}
.main-content .item .content {
    width: 50%;
}

div.goods-wrapper {
    margin: 60px 0;
    padding: 0 20px;
    overflow: hidden;
    display: flex;
}

div.goods-wrapper div.main-thumb{
    width: 480px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 5px;
}
div.goods-wrapper div.main-thumb img{
    display: block;
    width: 100%;
}
div.goods-wrapper div.right {
    flex: 1;
    /*display: flex;*/
    position: relative;
}
div.goods-wrapper div.right div.price{
    margin: 20px auto;
    padding: 20px;
    background: #f00;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}
div.goods-wrapper div.right div.money{
    font-size: 30px;
}
div.goods-wrapper div.right div.money del{
    display: block;
    font-size: 14px;
}
div.goods-wrapper div.right div.sale{
    text-align: center;
}
div.goods-wrapper div.right div.sale b{
    display: block;
    font-size: 18px;
}

div.goods-wrapper div.right div.attrs dl{
    padding: 10px ;
    display: flex;
    align-content: center;
}
div.goods-wrapper div.right div.attrs dl dt{
    width: 80px;
}
div.goods-wrapper div.right div.attrs dl dd{
    flex: 1;
    display: flex;
    margin: 0;
}
div.goods-wrapper div.right div.attrs dl dd span{
    display: block;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin-right: 10px;
}
div.goods-wrapper div.right div.attrs dl dd span.on{
    color: #f00;
    border-color: #f00;
}
div.goods-wrapper div.right a.submit-btn{
    display: block;
    left: 10px;
    right: 10px;
    background: #f00;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
    color:#fff;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
}


/* ipad ipad-pro */
@media (max-width: 1024px) and (min-width: 668px) {
    .top-bar {
        margin: 37px 0 42px 0;
    }
    .main-content .item .c-img {
        width: 50%;
    }
    .main-content .item .content .title {
        padding-bottom: 0;
    }
    .main-content .item .content .desc {
        line-height: 30px;
    }
    .container {
        max-width: 960px;
    }
    .main-content .item .content {
        width: 100%;
    }
}
/* moblie */
@media (max-width: 760px) and (min-width: 320px) {
    .container {
        max-width: inherit;
    }
    .top-bar {
        margin: 20px 0 30px 0;
    }
    .top-bar .title {
        font-size: 22px;
        font-weight: 400;
        padding-bottom: 10px;
    }
    .top-bar .title .icon-img {
        width: 20px;
        margin-right: 10px;
    }
    .top-bar .desc {
        font-size: 14px;
        padding: 0 20px;
    }
    .main-content {
        padding: 0 20px;
        margin-bottom: 35px;
    }
    .main-content .item .c-img {
        width: 100%;
    }
    .main-content .item {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .main-content .item:nth-child(odd) .c-img {
        margin-right: 0;
    }
    .main-content .item:nth-child(even) {
        flex-direction: column;
    }
    .main-content .item:nth-child(even) .content {
        margin-right: 0;
    }
    .main-content .item .content .title {
        font-size: 22px;
        padding: 10px 0;
        font-weight: 400;
    }
    .main-content .item .content .desc {
        font-size: 12px;
        line-height: 24px;
    }
    .main-content .item .content {
        width: 100%;
    }
}
