﻿
.main_buy {
    overflow: hidden;
    width: 100%;
    background: #d7e1ed4a;
    padding: 5px 0;
}
.m {
    width: 1200px;
    margin: 0 auto;
}
.main_buy .m .listbuy .label ul {
    overflow: hidden;
    padding: 15px 20px;
}
.main_buy .m .listbuy .label ul li {
    overflow: hidden;
    display: flex;
    padding: 1px 0;
    align-items: center;
    justify-content: space-between;
}
.main_buy .m .listbuy .label ul li p {
    font-size: 14px;
    color: #7b8288;
}
.buybt {
	color:#4d61db;
	width:122px;
	height:45px
	
	
}


.needselect {
    overflow: hidden;
    width: 130px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    outline: none;
    background: none;
    padding-left: 10px;
    font-size: 14px;
    color: #000000;
    background-image: url(../img/xlk.jpg);
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: right 10px center;
}

.tong_title {
    overflow: hidden;
    width: 100%;
}

.listbuy {
    width: 100%;
    margin-top: 1px;
    display: flex;
    flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.label {
    width: 30%;
    margin-left: 15px;
    /* margin-right: 1.1%; */
    margin-bottom: 11px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    position: relative;
}

.icons {
    width: 123px;
    height: 31px;
    background-image: url(../img/buy_03.jpg);
    background-size: 100% 100%;
    position: absolute;
    right: 1px;
    top: 9px;
    padding-top: 5px;
}
.icon {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
	
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.max {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}

.hoverCont {
    display: none;
    padding: 10px 35px 13px 18px !important;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    left: -35px;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background: #cddcf3;
    border: 1px solid #DCDFE6;
}

.t {
    display: flex;
    align-items: center;
    height: 62px;
    border-bottom: 1px solid #EBEBEB;
    padding-left: 20px;
}

.title {
    font-size: 20px;
    color: #4d61db;
    font-weight: bold;
}

.child {
    width: 100%;
    overflow: hidden;
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
}

.item {
    display: flex;
    margin-top: 3px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.item p {
    font-size: 14px;
    color: #3e3564;
}

.price {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #DEDFE1;
}
.price div {
    width: 50%;
    padding-left: 20px;
}
.price div .span {
    font-size: 20px;
    color: #4d61db;
    font-weight: bold;
    line-height: 1;
    align-items: flex-end;
}
.price div .title {
    font-size: 14px;
    color: #3e3564;
}
.price div .p {
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.buys {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 83px;
    border-bottom: 1px solid #DEDFE1;
}
.buys a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #4d61db;
}

a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}
.buys a span {
    font-size: 14px;
    color: #4d61db;
    margin-left: 10px;
}

.change {
    overflow: hidden;
    width: 130px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
}

.change div {
    width: 36px;
    height: 100%;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
	user-select: none;
}
.change input {
    border: none;
    width: calc(125% - 72px);
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    height: 100%;
    font-size: 14px;
    color: #000000;
    text-align: center;
    outline: none;
    background: none;
}
.rightspan {
	color:#afaaaa;
	margin-left: 10px;
	
}

@media (max-width: 768px) {
    /* 在屏幕宽度小于或等于768px时应用的样式 */
    .label {
        width: 99%;
        margin: 12px;
        /* 其他样式 */
    }
    /* 其他元素的样式调整 */
	.m {
        width: 100%;
        margin: 1px;
	}
}