/*无限量2开始*/
.bx_li li {
    float: left;
    width: calc(25% - 15px);
    margin-right: 20px;
    background: #fff;
    padding: 30px 10px;
    border-radius: 10px;
    transition: 0.25s;
}
.bx_li li:last-child {
    margin-right: 0;
}
.bx_li_d1 {
    font-size: 20px;
    color: #3355db;
    font-weight: 700;
}
.bx_li_d2 {
    font-size: 38px;
    line-height: 40px;
    padding: 20px 0 10px 0;
    font-weight: 700;
}
.bx_li_d2>.money_flag {
    font-size: 16px;
}
.single_ip {
    font-size: 12px;
    color: #ff5900;
}
.bx_li_d3 {
    color: #303753;
    margin-bottom: 15px;
}
.el-input-number {
    position: relative;
    display: inline-block;
    width: 180px;
    line-height: 38px;
}
.el-input-number--small {
    width: 130px;
    line-height: 30px;
}
.bx_li_d4 {
    font-size: 15px;
    color: #767e91;
    line-height: 36px;
}
.bx_li_d4>img {
    height: 18px;
    margin-right: 6px;
    vertical-align: text-bottom;
}
.payPrice {
    font-size: 21px;
    font-weight: bold;
    color: #ff5900;
}
.originalPrice {
    text-decoration: line-through;
    font-size: 14px;
    padding-left: 7px;
}
.price_btn {
    display: block;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 40px;
    cursor: pointer;
}
.bx_li_btn {
    margin: 20px auto 0 auto;
}
.btn_main {
    background-color: #12CDF4;
    color: #fff;
    transition: .25s;
}
.price_con_list_right_l2_u {
    display: inline-block;
    height: 34px !important;
    width: 100%;
    border-radius: 6px;
    border: solid 1px #ecebf6;
    margin-top: 10px;
}
.price_con_list_right_l2_u>li {
    position: relative;
    float: left;
    width: 33.3%;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #303753;
    /* z-index: 1; */
    cursor: pointer;
    transition: .25s;
    background: #fff;
    padding: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}
.price_con_list_right_l2_u>li.active, .price_con_list_right_l2_u>li:hover {
    color: #3355db;
    margin-top: 0 !important;
    background-color: #f4f7ff;
    border-radius: 4px !important;
    border: solid 1px #a3b6ff;
}
.price_con_list_right_l2_u>li>span {
    position: absolute;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    padding: 0 4px;
    background: #e07a62;
    border-radius: 7px;
    color: #fff;
    right: -13px;
    top: -10px;
    z-index: 2 !important;
}
.el-input-number--small .el-input-number__decrease, .el-input-number--small .el-input-number__increase {
    width: 32px;
    font-size: 13px;
}
.el-input-number--small .el-input-number__decrease [class*=el-icon], .el-input-number--small .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.el-icon-minus:before {
    content: "\e6d8";
}
.bx_li_d3.payType div{
    width: 86px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #D6E4EE;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    text-align: center;
}
.bx_li_d3.payType div.active{
    background: #20D4EF;
    color: #fff;
    text-align: center;
}
/*.payType div.active:before {
    content: "";
    position: absolute;
    background: url(../img/checked.png) top center no-repeat;
    height: 24px;
    width: 25px;
    right: -1px;
    bottom: 0;
}*/
.bx_li_d3.payType div:first-child{
    margin-right: 2px;
}
.bx_li_d3.payType div img{
    width: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.el-input-number__decrease, .el-input-number__increase{
    position: absolute;
    z-index: 1;
    top: 1px;
    width: 40px;
    height: auto;
    text-align: center;
    background: #F5F7FA;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
}
.el-input-number__increase{
    right: 1px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #DCDFE6;
}
.el-input-number--small .el-input-number__decrease, .el-input-number--small .el-input-number__increase {
    width: 32px;
    font-size: 13px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input__inner{
    -webkit-appearance: none;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-input-number .el-input__inner{
    -webkit-appearance: none;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
.el-input-number--small .el-input__inner{
    padding-left: 39px;
    padding-right: 39px;
}
.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
}
.el-input-number__decrease {
    left: 1px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #DCDFE6;
}
.el-input-number__decrease.is-disabled, .el-input-number__increase.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed;
}
/*无限量2结束*/