.banner {
    background-color: #005ED9;
    height: 600px;
}

.banner .item {
    height: 100%;
}

.banner .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner .nav {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    bottom: 0;
    left: 0;
}

.banner .nav .w1200 {
    display: flex;
    padding: 24px 0;
}

.banner .nav .w1200 .item {
    color: #fff;
    padding: 0 0 0 60px;
    display: block;
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, .4);
}

.banner .nav .w1200 .item:first-child {
    border-left: 0;
}

.banner .nav .w1200 .item .title {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 16px;
}

.banner .nav .w1200 .item .desc {
    line-height: 1;
    font-size: 14px;
    color: #fff;
    opacity: .8;
}

.banner .nav .w1200 .item .arrow-right {
    position: relative;
    top: 2px;
    margin-left: 6px;
    color: #fff;
    font-size: 18px;
}

.banner .nav .w1200 .item .arrow-right:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background: #fff;
    right: 7px;
    top: 8px;
}

.banner .nav .w1200 .item .desc span {
    color: #ffe42d;
    font-size: 20px;
}

.hot-product {
    padding: 64px 0;
    background-color: #fafafc;
    text-align: center;
    min-height: 450px;
}

.hot-product .w1200 {
    width: 1190px;
}

.hot-product .radio-btn {
    margin-bottom: 40px;
}

.hot-product .radio-btn [yui-radio-button] {
    padding: 16px 28px;
    position: relative;
}

.hot-product .radio-btn [yui-radio-button][checked]:before {
    content: '';
    position: absolute;
    bottom: -7px;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #2B85FB transparent transparent;
    left: calc(50% - 6px);
}

.hot-product .panel {
    text-align: left;
}

.hot-product .panel > div {
    display: none;
    justify-content: space-around;
    position: relative;
}

.hot-product .panel .right-top-ribbon {
    width: 85px;
    height: 85px;
    position: absolute;
    z-index: 1000;
    top: -3px;
    right: -3px;
}

.hot-product .panel .right-top-ribbon.cut400:after {
    content: '新人立减400';
}

.hot-product .panel .right-top-ribbon.cut40:after {
    content: '新人立减40';
}

.hot-product .panel .right-top-ribbon span:before {
    content: '';
    position: absolute;
    display: block;
    border-width: 5px 0 0 5px;
    border-style: solid;
    border-color: transparent transparent transparent #bf1919;
    top: -1px;
    left: 6px;
}

.hot-product .panel .right-top-ribbon span:after {
    content: '';
    position: absolute;
    display: block;
    border-width: 0 5px 5px 0;
    border-style: solid;
    border-color: transparent transparent #bf1919 transparent;
    bottom: 6px;
    right: -1px;
}

.hot-product .panel .table th {
    text-align: left;
    background-color: #2B85FB;
    color: #fff;
    padding: 16px 8px;
}

.hot-product .panel .table td {
    padding: 12px 8px;
    background-color: transparent;
    text-align: left;
}

.hot-product .panel .table tr.bg {
    background-color: #ecf5ff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.hot-product .panel .table tr th:first-child {
    text-align: left;
    padding-left: 40px;
}

.hot-product .panel .table tr td:first-child {
    text-align: left;
    padding-left: 40px;
    width: 140px;
}

.hot-product .panel .table td > a[yui-button] {
    width: 88px;
}

.price-td {
    font-size: 12px;
    color: #f03131;
    display: flex;
    align-items: flex-end;
}

.price-td .num {
    font-size: 20px;
}

.price-td .del {
    color: #909399;
    padding: 0 0 2px 16px;
    width: 100px;
    text-align: left;
    text-decoration: line-through;
}

.hot-product .panel .table .tag {
    position: absolute;
    background-color: #f03131;
    color: #fff;
    font-size: 12px;
    left: -44px;
    top: 8px;
    padding: 2px;
    transform: rotate(-45deg);
    width: 120px;
    text-align: center;
}

.hot-product .panel .more {
    padding: 16px 0;
    text-align: center;
}

.hot-product .panel .more a {
    color: #999;
}

.hot-product .panel .more a .icon-arrow-left {
    font-size: 12px;
    margin-left: 8px;
}

.advantage {
    padding: 64px 0;
}

.advantage .w1200 {
    width: 755px;
    position: relative;
    text-align: center;
}

.advantage .item img {
    position: absolute;
    transition: .5s;
    cursor: pointer;
}

.advantage .item .text {
    position: absolute;
    text-align: left;
    color: #525A66;
    line-height: 26px;
}

.advantage .item .text .content {
    transition: .5s;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 8px;
}

.advantage .item .text .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #292D33;
    line-height: 1;
}

.advantage .item.left-top img {
    top: 38px;
    left: 190px;
}

.advantage .item.left-top .text {
    left: -60px;
    top: 16px;
}

.advantage .item:hover > img,
.advantage .item:hover .text .content {
    transform: translateY(-16px);
}

.advantage .item.right-top img {
    top: 38px;
    right: 190px;
}

.advantage .item.right-top .text {
    right: -72px;
    top: 16px;
}

.advantage .item.left-bottom img {
    bottom: 102px;
    left: 190px;
}

.advantage .item.left-bottom .text {
    left: -60px;
    bottom: 16px;
}

.advantage .item.right-bottom img {
    bottom: 102px;
    right: 190px;
}

.advantage .item.right-bottom .text {
    right: -92px;
    bottom: 16px;
}

.map {
    padding: 64px 0;
    background-color: #1968f8;
    text-align: center;
}

.map .w1200 {
    display: inline-block;
    position: relative;
}

.map .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    color: #fff;
}

.map .text .item {
    width: 0;
    border-right: 1px solid rgba(255, 255, 255, .4);
    flex-grow: 1;
}

.map .text .item .bold {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.map .text .item .bold span {
    font-size: 18px;
}

.map .text .item:last-child {
    border-right: 0;
}

.company {
    padding: 64px 0;
    background: url("../images/home/company.png") center no-repeat;
    background-size: cover;
}

.company .w1200 {
    display: flex;
}

.company .w1200 .left {
    flex-grow: 1;
}

.company .w1200 .right {
    width: 728px;
    flex-shrink: 0;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #e3e4e5;
    border-style: solid;
    border-width: 1px 1px 1px 0;
}

.company .w1200 .right .content {
    background-color: #fafbfc;
    margin: 0 48px;
    flex-grow: 1;
    padding: 40px 24px;
}

.company .w1200 .right .content .title {
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-bottom: 32px;
    padding: 2px 0;
    color: #292D33;
}

.company .w1200 .right .content .title:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: -72px;
    top: 0;
    background-color: #2B85FB;
}

.company .w1200 .right .content .title span {
    color: #2B85FB;
}

.company .w1200 .right .content .desc {
    line-height: 30px;
    font-size: 16px;
    color: #525A66;
}

.company .w1200 .right .content .desc span {
    font-weight: 600;
    color: #292D33;
}

.article {
    display: flex;
    justify-content: space-around;
    padding: 64px 0;
}

.article > div {
    width: 360px;
}

.article .title {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e4e7ed;
}

.article .row {
    padding: 4px 0;
    cursor: pointer;
    line-height: 40px;
}

.article > div:first-child .row {
    padding-left: 0;
}

.article > div:last-child .row {
    padding-right: 0;
}

.article .row {
    color: #555;
    display: flex;
    align-items: center;
}

.article .article-title {
    width: 0;
    flex-grow: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article .row span {
    margin-right: 8px;
    color: #7a8799;
}

.article .row:hover,
.article .row:hover span {
    color: #2B85FB;
}

.guide-bar {
    display: none;
}

.new-tag {
    position: relative;
    overflow: hidden;
}

.new-tag:after {
    content: 'NEW';
    position: absolute;
    background-color: #f03131;
    color: #fff;
    font-size: 12px;
    right: -50px;
    top: 3px;
    padding: 2px;
    transform: scale(.8) rotate(45deg);
    width: 120px;
    text-align: center;
}

.new-tag.hot:after {
    content: '热销';
}

.ready-start {
    display: none !important;
}