main {
    position: relative;
    /* height: 18.6771rem; */
    padding-top: .3125rem;
}

main aside {
    margin-right: .3125rem;
}

main section {
    flex: 1;
}

main section .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: .1458rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

main section .product-detail {
    margin-top: .3125rem;
    display: flex;
    flex-direction: column;
}

main section .product-detail .left {
    display: flex;
    justify-content: space-between;
}

main section .product-detail .left img {
    width: 2.6563rem;
}

main section .product-detail .left .detail {
    margin-left: .2083rem;
}

main section .product-detail .left .detail .top {
    display: flex;
    margin-bottom: .6rem;
}

main section .product-detail .left .detail .top>span {
    text-align: center;
    display: inline-block;
    /* width: .4375rem;
    height: .2188rem; */
    width: unset;
    height: unset;
    padding: .2rem .2rem;
    line-height: .2188rem;
    background: #363A8F;
    border-radius: .0208rem;
    font-size: .1458rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: .0833rem;
}

main section .product-detail .left .detail .top h3 {
    font-size: .2083rem;
    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: .1667rem;
    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: .1667rem;
    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: .6042rem;
    height: .2917rem; */
    width: unset;
    height: unset;
    padding: .0625rem;
    line-height: 1rem;
    text-align: center;
    background: #e2e3ec;
    border-radius: .0208rem;
    font-size: .1667rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    margin: 0 .2083rem 0 .1771rem;
}

main section .product-detail .left .detail .size .ml500 a {
    display: inline-block;
    /* width: .6042rem;
    height: .2917rem; */
    width: unset;
    height: unset;
    padding: .0625rem;
    line-height: 1rem;
    /* line-height: .2917rem; */
    text-align: center;
    background: #FFFFFF;
    border-radius: .0208rem;
    border: 1px solid #BBBCD6;
    font-size: .1667rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

main section .product-detail .left .detail .amount {
    margin-top: .5rem;
    display: flex;
    align-items: center;
}

main section .product-detail .left .detail .amount span {
    font-size: .1667rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    letter-spacing: .2917rem;
}

main section .product-detail .left .detail .amount button {
    width: .4271rem;
    height: .3854rem;
    /* padding: .1042rem .1875rem; */
    background: #EAEAEA;
    opacity: 0.5;
    border: 1px solid #000000;
    font-size: .1458rem;
    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: .4167rem;
    height: .3854rem;
    /* padding: .1042rem .1667rem; */
    text-align: center;
    margin-left: -0.0104rem;
}

main section .product-detail .left .detail .amount .decrease {
    border-radius: .0625rem 0px 0px .0625rem;
}

main section .product-detail .left .detail .amount .increase {
    border-radius: 0 .0625rem .0625rem 0;
    margin-left: -0.0104rem;
}


/* 隐藏掉输入框中的上下箭头 */


/* 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: .1146rem;
}

main section .product-detail .left .detail .price span:first-child {
    font-size: .1667rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    letter-spacing: .2917rem;
}

main section .product-detail .left .detail .price span:last-child {
    font-size: .3125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DF0023;
}

main section .product-detail .right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.8rem;
}

main section .product-detail .right .download a {
    display: inline-block;
    width: 5rem;
    height: 2rem;
    /* padding: .125rem .3333rem; */
    line-height: 2rem;
    background: #363A8F;
    border-radius: .5rem;
    font-size: .7rem;
    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: 1.7083rem;
    height: .4479rem; */
    width: 5rem;
    height: 2rem;
    /* padding: .125rem .3333rem; */
    line-height: 2rem;
    background: #363A8F;
    border-radius: .2rem;
    font-size: .7rem;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

main section .tab {
    overflow: auto;
    width: 100%;
    margin-top: .3125rem;
}

main section .tab .innerbox1 {
    width: 150%;
}

main section .tab .top1 {
    display: flex;
}

main section .tab .top1 .tab-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* width: 1.5417rem;
    height: .375rem; */
    width: unset;
    height: unset;
    padding: .0938rem .3854rem;
    border: .0104rem solid #BBBCD6;
    cursor: pointer;
    font-size: .1875rem;
    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: .0521rem 0px 0px .0521rem;
}

main section .tab .top1 .tab-item:last-child a {
    border-radius: 0 .0521rem .0521rem 0;
}

main section .tab .top1 .current a {
    background: #BBBCD6;
    color: #fff;
}

main section .tab .top1 .tab-item:nth-child(n+2) {
    /* margin-left: -0.0104rem; */
}

main section .tab .innerbox {
    margin-top: -0.0104rem;
    width: 9.7917rem;
    /* height: 4.2604rem; */
    border: 1px solid #BBBCD6;
    padding: .3125rem;
}

main section .tablebox table {
    width: 100%;
    border-collapse: separate;
    border-spacing: .1rem;
    border: none;
}

main section .tablebox table thead tr th {
    height: .3646rem;
    line-height: 1rem;
    background: #e1e2eb;
    font-size: .8rem;
    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: .3646rem;
    text-align: center;
    border-top: none;
    background: #eff4f7;
    font-size: .8rem;
    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: .1667rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

main section .tab .innerbox p a {
    font-size: .1667rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

main section .tab .innerbox h3 {
    font-size: .1875rem;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    margin-top: 0;
}

main section>h3 {
    font-size: .1875rem;
    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: .2083rem;
    justify-content: space-between;
    margin-bottom: 1.0417rem;
}

main section>ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3.0208rem;
    /* height: 4.1667rem; */
    background: #FFFFFF;
    box-shadow: 0px .0625rem .1458rem .0104rem rgba(107, 105, 105, 0.16);
    padding: .6rem;
    padding-bottom: .2292rem;
    margin-bottom: .3125rem;
}

main section>ul li img {
    width: 2.3958rem;
    height: 2.0313rem;
}

main section>ul li h3 {
    line-height: 1.5;
    font-size: .1875rem;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #363A8F;
    /* line-height: .25rem; */
    margin: .1979rem 0 .1563rem 0;
}

main section>ul li .features .item {
    padding-left: .2396rem;
    position: relative;
    font-size: .1458rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-bottom: .0833rem;
}

main section>ul li .features .item::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .2rem;
    height: .2rem;
    background: #363A8F;
    border-radius: 50%;
    margin-right: 0.2rem;
}

main aside .order-method .innerbox {
    margin-bottom: 1.6458rem;
}


/* @media screen and (max-width:768px) { */

main aside {
    display: none;
}

main section {
    width: 100%;
}

main section .breadcrumb a,
main section>h3 {
    font-size: 0.8rem;
    line-height: 0.8rem;
}

main section .product-detail .left .detail .top h3,
main section .product-detail .right .download a,
main section .product-detail .right .cart a {
    font-size: 0.9rem;
}

main section .product-detail .left .detail .top>span {
    line-height: .9rem;
}

main section .product-detail .left .detail .top>span,
main section .product-detail .left .detail p,
main section .product-detail .left .detail .size span,
main section .product-detail .left .detail .size .ml100 a,
main section .product-detail .left .detail .size .ml500 a,
main section .product-detail .left .detail .amount span,
main section .product-detail .left .detail .price span:first-child,
main section .product-detail .left .detail .price span:last-child,
main section .tab .innerbox p a,
main section .tab .innerbox p,
main section .tab .innerbox h3,
main section>ul li h3,
main section>ul li .features .item,
main section .tab .top1 .tab-item a {
    font-size: 0.9rem;
}

main section .product-detail .left .detail .size .ml100,
main section .product-detail .left .detail .size .ml500 {
    padding: .12rem;
}

main section .product-detail .left .detail .amount button {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.2rem;
}

main section .product-detail .left .detail .amount input {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.2rem;
}

main section .product-detail {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

main section .product-detail .left img {
    width: 8rem;
    flex-shrink: 0;
}

main section .tab .innerbox {
    width: 100%;
}

main section .tab .top1 .tab-item {
    /* padding: .1563rem .3125rem; */
}

main section>ul li {
    width: 48%;
}

main section>ul li img {
    width: 100%;
    height: unset
}

main section .product-detail .left .detail .price span:last-child {
    font-size: 1rem;
}


/* main section .tab .top1 .tab-item{
    font-size: 0.7rem;
} */


/* } */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: .15rem;
}

.innerbox>div {
    font-size: 0.9rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}