﻿main {
    position: relative;
    /* height: 1793.002px;
    */
    padding-top: 30px;
}

main aside {
    margin-right: 30px;
}

main section {
    flex: 1;
}

main section .breadcrumb {
    margin: 0;
    padding: 0;
}

main section .breadcrumb a {
    font-size: 13.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

main section .product-detail {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

main section .product-detail .left {
    display: flex;
}

main section .product-detail .left img {
    width: 255.005px;
}

main section .product-detail .left .detail {
    margin-left: 19.997px;
}

main section .product-detail .left .detail .top {
    display: flex;
    margin-bottom: 29.002px;
}

main section .product-detail .left .detail .top>span {
    text-align: center;
    display: inline-block;
    width: 42px;
    height: 21.005px;
    /* padding: 0.998px .69984px; */
    line-height: 21.005px;
    background: #363A8F;
    border-radius: 1.997px;
    font-size: 13.997px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 7.997px;
}

main section .product-detail .left .detail .top h3 {
    font-size: 19.997px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

main section .product-detail .left .detail p {
    font-size: 16.003px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

main section .product-detail .left .detail .size {
    display: flex;
    align-items: center;
}

main section .product-detail .left .detail .size span {
    font-size: 16.003px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

main section .product-detail .left .detail .size .ml100 a {
    display: inline-block;
    width: 58.003px;
    height: 28.003px;
    /* padding: 6px; */
    line-height: 28.003px;
    text-align: center;
    background: #FFF500;
    border-radius: 1.997px;
    font-size: 13.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    margin: 0 10px 0 0;
}

main section .product-detail .left .detail .size .ml500 a {
    display: inline-block;
    width: 58.003px;
    height: 28.003px;
    /* padding: 6px; */
    line-height: 28.003px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 1.997px;
    border: 1px solid #BBBCD6;
    font-size: 13.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    margin: 0 10px 0 0;
}

main section .product-detail .left .detail .amount {
    margin-top: 19.997px;
    display: flex;
    align-items: center;
}

main section .product-detail .left .detail .amount span {
    font-size: 16.003px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    letter-spacing: 28.003px;
}

main section .product-detail .left .detail .amount button {
    width: 41.002px;
    height: 36.998px;
    background: #EAEAEA;
    opacity: 0.5;
    border: 1px solid #000000;
    font-size: 13.997px;
    font-family: ArialMT-, ArialMT;
    font-weight: normal;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

main section .product-detail .left .detail .amount input {
    width: 40.003px;
    height: 36.998px;
    text-align: center;
    margin-left: -1px;
}

main section .product-detail .left .detail .amount .decrease {
    border-radius: 6px 0px 0px 6px;
}

main section .product-detail .left .detail .amount .increase {
    border-radius: 0 6px 6px 0;
    margin-left: -1px;
}


/* 隐藏掉输入框中的上下箭头 */


/* chrome */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* 火狐浏览器 */

input[type="number"] {
    -moz-appearance: textfield;
}

main section .product-detail .left .detail .price {
    margin-top: 11.002px;
}

main section .product-detail .left .detail .price span:first-child {
    font-size: 16.003px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    letter-spacing: 28.003px;
}

main section .product-detail .left .detail .price span:last-child {
    font-size: 30px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DF0023;
}

main section .product-detail .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main section .product-detail .right .download a {
    display: inline-block;
    width: 163.997px;
    height: 42.998px;
    /* padding: 12px 32px; */
    line-height: 42.998px;
    background: #363A8F;
    border-radius: 19.997px;
    font-size: 19.997px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

main section .product-detail .right .cart a {
    display: inline-block;
    width: 163.997px;
    height: 42.998px;
    /* padding: 12px 32px; */
    line-height: 42.998px;
    background: #363A8F;
    border-radius: 5.002px;
    font-size: 19.997px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

main section .tab {
    margin-top: 30px;
}

main section .tab .top1 {
    display: flex;
}

main section .tab .top1 .tab-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148.003px;
    height: 36px;
    border: 0.998px solid #BBBCD6;
    cursor: pointer;
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #363A8F;
}

main section .tab .top1 .tab-item:first-child a {
    border-radius: 5.002px 0px 0px .50016px;
}

main section .tab .top1 .tab-item:last-child a {
    border-radius: 0 5px 5px 0;
}

main section .tab .top1 .current a {
    background: #BBBCD6;
    color: #fff;
}

main section .tab .top1 .tab-item:nth-child(n+2) {
    margin-left: -0.998px;
}

main section .tab .innerbox {
    margin-top: -0.998px;
    width: 940.003px;
    /* height: 408.998px;
    */
    border: 1px solid #BBBCD6;
    padding: 30px;
}

main section .tablebox table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4.003px;
    border: none;
}

main section .tablebox table thead tr th {
    height: 35.002px;
    background: #e1e2eb;
    font-size: 13.997px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    text-align: center;
    border-bottom: none;
}

main section .tablebox table tbody tr td {
    height: 35.002px;
    text-align: center;
    border-top: none;
    background: #eff4f7;
    font-size: 13.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
}

main section .tablebox table tbody tr td:nth-child(2) {
    color: #363A8F;
}

main section .tab .innerbox p {
    font-size: 16.003px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

main section .tab .innerbox p a {
    font-size: 16.003px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

main section .tab .innerbox h3 {
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    margin-top: 0;
}

main section>h3 {
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}

main section>ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 19.997px;
    justify-content: space-between;
    margin-bottom: 100.003px;
}

main section>ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 289.997px;
    /* height: 400.003px;
    */
    background: #FFFFFF;
    box-shadow: 0px 6px 14px 1px rgba(107, 105, 105, 0.16);
    padding: 30px;
    padding-bottom: 22.003px;
    margin-bottom: 30px;
}

main section>ul li img {
    width: 229.997px;
    height: 195.005px;
}

main section>ul li h3 {
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #363A8F;
    line-height: 24px;
    margin: 18.998px 0 15px 0;
}

main section>ul li .features .item {
    padding-left: 23.002px;
    position: relative;
    font-size: 13.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-bottom: 7.997px;
}

main section>ul li .features .item::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 7.997px;
    height: 7.997px;
    background: #363A8F;
    border-radius: 50%;
}

main aside .order-method .innerbox {
    margin-bottom: 157.997px;
}

.innerbox>div {
    font-size: 16.003px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}