#index .el-main {
    padding: 0;
}

/* banner */
.el-main .banner {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: url('../images/index/banner.jpg') no-repeat center;
    height: 620px;
}


.banner .search {
    max-width: 900px;
    margin: 90px auto 0;
}

.banner .search .el-col-24 {
    text-align: center;
    font-family: 'albbpht';
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 0px 10px 14px rgba(58, 131, 213, 0.8);
}

.banner .search .title {
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    text-shadow: 0px 10px 14px rgba(58, 131, 213, 0.8);
}

.banner .el-form .el-radio .el-radio__inner {
    display: none;
}

.banner .el-form .el-radio .el-radio__label {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
}

.banner .el-form .is-checked .el-radio__label {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.banner .el-form .el-input {
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
}

.banner .el-form .el-input .el-input__inner {
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
    padding-left: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
}

.banner .el-form .el-input-group__append {
    border-radius: 0px 10px 10px 0px;
    padding: 0;
    border: none;
}

.banner .el-form .el-input-group__append .el-button {
    width: 130px;
    height: 60px;
    background: linear-gradient(270deg, #FF8C3F 0%, #FFB346 100%);
    border-radius: 0px 10px 10px 0px;
    padding: 0;
    border: none;
    text-align: center;
}

.banner .el-form .el-input-group__append .el-button a {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.banner .banner-link {
    display: flex;
    height: 120px;
    background-color: rgba(255, 255, 255, .7);
    align-items: center;
    justify-content: center;
    margin-top: 133px;
}

.banner .banner-link a {
    display: block;
    width: 530px;
    height: 120px;
    display: flex;
    align-items: center;
    padding-left: 70px;
}

.banner .banner-link a>img {
    margin-right: 10px;
}

.banner .banner-link .banner-right div {
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.banner .banner-link .banner-right div i {
    display: block;
    width: 26px;
    height: 26px;
    background: url('../images/index/home-icon3-2.png') no-repeat center;
    margin-left: 10px;
}

.banner .banner-link .banner-right span {
    font-weight: 400;
    font-size: 16px;
    color: #8F94A7;
}

.banner .banner-link a:hover {
    background-color: rgba(255, 255, 255, .5);
}

.banner .banner-link a:hover div {
    color: #1A50FF;
}

.banner .banner-link a:hover div i {
    background: url('../images/index/home-icon3-1.png') no-repeat center;

}

/*精选优质商品  */
.selected {
    margin-top: 100px;
}

.title {
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    color: #222222;
}

.adesc {
    font-weight: 500;
    font-size: 16px;
    color: #8F94A7;
    line-height: 30px;
    text-align: center;
}

.selected .trademarks {
    background: #FFFFFF;
    box-shadow: 0px 9px 16px 0px rgba(104, 104, 104, 0.14);
    margin-top: 150px;
}

.selected .trademarks .el-row {
    background: #FFFFFF;
    box-shadow: 0px 9px 16px 0px rgba(104, 104, 104, 0.14);
}

.selected .trademarks .el-row .el-col {
    width: 240px;
    height: 310px;
    border-right: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    text-align: center;
}

.selected .trademarks .el-row .el-col.clear-bottom {
    /* border-bottom: none; */
}

.selected .trademarks .el-row .el-col:nth-child(5),
.selected .trademarks .el-row .el-col:nth-child(10) {
    border-right: none;
}

.selected .trademarks .el-row .el-col .trademark-img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected .trademarks .el-row .el-col .trademark-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.selected .trademarks .el-row .trademark-name {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
}

.selected .trademarks .el-row .trademark-category {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.selected .trademarks .el-row .trademark-price {
    font-weight: 500;
    font-size: 16px;
    color: #FF1D1D;
}

.selected .trademarks .el-row .trademark-price span {
    font-size: 24px;
    color: #FF1D1D;
    font-weight: bold;
}

.selected .trademarks .el-row .el-col:hover {
    box-shadow: 0px 3px 7px 1px rgba(22, 92, 114, 0.14);
}

/* 问什么选择我们 */
.change {
    margin-top: 100px;
    background: linear-gradient(0deg, #F9FBFC 0%, #ECF7FF 100%);
    padding-top: 80px;
    padding-bottom: 100px;
}

.change .w1200 .row-bg {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 40px;
}

.change .w1200 .row-bg .title {
    font-weight: 500;
    font-size: 48px;
    color: #333333;
}

.change .w1200 .row-bg .adesc {
    font-weight: 400;
    font-size: 18px;
    color: #879198;
    line-height: 30px;
}

.change .w1200 .drops .el-col>div {
    background-color: #fff;
    height: 360px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.change .w1200 .drops .el-col>div:hover {
    box-shadow: 0px 9px 16px 0px rgba(104, 104, 104, 0.14);
}

.change .w1200 .drops .el-col img {
    margin-bottom: 50px;
}

.change .w1200 .drops .el-col .title {
    color: #333;
}

/* 服务流程 */
.process {
    margin: 70px 0 80px;
}

.process .process-show {
    margin-top: 30px;
    text-align: center;
}

.process .process-show .el-button {
    width: 154px;
    height: 48px;
    background: #E3EDFF;
    border-radius: 0px 3px 3px 0px;
    padding: 0;
    border: none;
    margin: -2px;
}

.process .process-show .el-button.on {
    background: linear-gradient(90deg, #2878FE 0%, #1C47D1 100%);
}

.process .process-show .el-button span {
    font-weight: 400;
    font-size: 18px;
    color: #2876FB;
}

.process .process-show .el-button.on span {
    color: #FFFFFF;
}

.process .process-show .process-img {
    margin-top: 40px;
    min-height: 175px;
}


/* 问什么选择我们 */
.knowledge {
    margin-top: 100px;
    background: linear-gradient(0deg, #F9FBFC 0%, #ECF7FF 100%);
    padding-top: 80px;
    padding-bottom: 100px;
}

.knowledge .knowledge-show {
    margin: 50px 0;
}

.knowledge .knowledge-drop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.knowledge .knowledge-drop a {
    display: block;
    width: 380px;
    height: 380px;
    background: #FFFFFF;
    border-radius: 10px;
}

.knowledge .knowledge-drop a .title {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    text-align: left;
    margin-top: 20px;
    margin-left: 30px;
}

.knowledge .knowledge-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.knowledge .knowledge-btn .el-button {
    width: 60px;
    height: 6px;
    background: #D1D9E0;
    border-radius: 3px;
    padding: 0;
    border: none;
}

.knowledge .knowledge-btn .el-button.on {
    background: #2876FB;
}