.node-banner {
    background: url(../img/banner_node.png) top center no-repeat;
    height: 320px;
    padding-top: 100px;
}
.node-banner .banner-content{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}
.banner-content .left{
    float: left;
}
.banner-content .right{
    float: right;
}
.banner-content .right img{
    width: 260px;
    position: absolute;
    top: 10px;
    left: 70%;
    /*margin-left: -600px;*/
}
#app {
    background-color: #fff;
    margin: 10px;
    width: calc(100% - 20px);
    float: left;
}

.c {
    clear: both;
}

.buymain {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.list {
    width: 836px;
    padding: 0;
    border-bottom: 1px solid #fcebeb;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 4px; /* 滚动条宽度 */
}

/* 设置滑块的样式 */
::-webkit-scrollbar-thumb {
    border-radius: 2px; /* 滑块圆角 */
    background-color: #999; /* 滑块颜色 */
}

/* 鼠标悬停在滑块上时的样式 */
::-webkit-scrollbar-thumb:hover {
    background-color: #666; /* 滑块颜色 */
}
.buymain .list::last-child {
    border: 0;
}
.buymain .left{
    float: left;

}
.buymain .left .nodelist{
    overflow-y: scroll;
    height: 800px;
}
@media (min-width: 800px) and (max-width: 1200px) {
    /* 在屏幕宽度在 769px 到 1024px 之间时应用的样式 */
    .list {
        width:600px;
    }
}
.buymain .shopping-cart{
    float: left;
    background: #6666;
    margin-top: 265px;
    border-radius: 5px;
    width: 360px;
    flex: none;
    overflow: hidden;
    border-top: 7px solid var(--bdv-01);
    background: var(--bg-c01);
    border-radius: 10px;
    box-shadow:0px 2px 20px 0px rgba(61, 49, 178, 0.1);
    overflow-y: hidden;
}
.shopping-cart .tit {
    display: flex;
    padding: 24px 20px 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEF1F3;
    height: 61px;
}
.shopping-cart .select-lines-box {
    padding: 15px 0px 25px 20px;
}
.num-ipt {
    display: flex;
    align-items: center;
    width: 76px;
    border-radius: 1px;
    border: 1px solid #EAEFF9;
    cursor: pointer;

}
.nodelist .num-ipt{
    margin-top: 79px;
    margin-left: 147px;
}
.num-ipt .num-btn {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    font-weight: 800;
    font-size: 17px;
}

.orderDelete{
    cursor: pointer;
    color: #1e9fff;

}
.select-lines .lines-li .num-ipt .num-btn,.nodelist .num-ipt .num-btn{
    width: 21px;
    height: 22px;
}
.select-lines .lines-li .num-ipt input,.nodelist .num-ipt input {
    width: 31px;
    height: 22px;
    text-align: center;
    border-left: 1px solid #EAEFF9;
    border-right: 1px solid #EAEFF9;
}
.shopping-cart .buy-info {
    padding: 0 25px;
    padding-right: 8px;
}
.shopping-cart .select-all {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.shopping-cart .select-lines .lines-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 5px;
}
.shopping-cart .select-lines .lines-li p {
    color: var(--vi-01);
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    text-align: left;
}
.shopping-cart .total{
    padding: 15px 25px;
    background: #FFF;
    margin-top: 25px;
    box-shadow: 0px 0px 20px 0px rgba(176, 183, 211, 0.2);
}
.shopping-cart .total .jg-btn{
    text-align: center;
    width: 310px;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    color: #FFF;
    border: none;
    background: #12CDF4;
}
.buy-time {
    padding-top: 15px;
    border-top: 1px dashed #EAEFF9;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.buy-time .buy-time-select.type .li.active{
    color: #fff;
}
.buy-time .type .li.active {
    background: #1e9fff;
}
.buy-time .type.payment .li{
    padding: 2px;
    line-height: 30px;
}
.buy-time .type.payment .li.active{
    border:1px solid #20D4EF;
    position: relative;
    background:none!important;
}
.buy-time .type.payment .li.active:before {
    content: "";
    position: absolute;
    background: url(../img/checked.png) top center no-repeat;
    height: 24px;
    width: 25px;
    right: -1px;
    bottom: 0;
}
.shopping-cart .select-lines {
    height: 350px;
    overflow-y: scroll;
    padding: 10px;
}
.buy-time .txt {
    width: 78px;
    color: #273167;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    margin-right: 15px;
}
.buy-time .txt.buy-time-title{
    width: 51px;
}
.buy-time .type{
    width: 302px;
}
.buy-time .type .li {
    display: flex;
    padding: 8px 5px;
    border-radius: 4px;
    background: #F2F8FD;
    color: var(--vi-01);
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
    margin-right: 2px;
    float: left;
}

.mt10 {
    margin-top: 10px;
}

.layui-form-label {
    width: 100px;
}

.layui-input-block {
    margin-left: 35px;
    min-height: auto;
}

.select_games_msgTOP {
    float: left;
    width: 100%;
    padding: 9px 0;
    color: #bababa;
}

.select_games_letter {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;

}

.select_games_letter a {
    line-height: 35px;
    width: 50px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.select_games_letter a.hover,
.select_games_letter a:hover {
    border-bottom: 1px solid red;
    font-weight: bold;
    color: red;
}

.layui-tab-brief>.layui-tab-more li.layui-this::after,
.layui-tab-brief>.layui-tab-title .layui-this::after {
    border-bottom: 1px solid red;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: red;
}

.select_games_msgbottom {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.select_games_list {
    width: 100%;
    float: left;
    height: 660px;
}

.select_games_list li a {
    float: left;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 10px;
}

.select_games_list li a.hover,
.select_games_list li a:hover {
    /* border: 1px solid green;
color: green; */

    background-color: red;
    color: #fff;

    font-weight: bold;
}

.dllist {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.dllist dt {
    float: left;
    width: 50px;
}

.dllist dd {
    float: left;
    width: calc(100% - 50px);
}

.dllist .dllist_a a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    border-radius: 3px;
}

.dllist .dllist_a a.hover,
.dllist .dllist_a a:hover {
    font-weight: bold;
    background-color: #1e9fff;
    color: #fff;
}
.nodelist{
    margin-bottom: 200px;
}
.nodelist li {
    margin-bottom: 10px;
    float: left;
    /*padding: 10px;*/
    margin-right: 15px;
    /* width: 296px; */
    width: 234px;
    /* 修改单个宽度的*/
    margin-bottom: 10px;
    /* 修改框之间上下间隔*/
    cursor: pointer;
    position: relative;
    height: 110px;
    /* 修改单个高度的*/
    box-shadow: 1px 1px 3px 3px #f7f7f7;
    border-radius: 5px;
    background: url("http://www.tianxingip.com/public/prxoxybak.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    /*background-size:45%*/
    border: 1px solid #ddd;
}

.nodelist li .head {
    position: absolute;
    color: #fff;
    left: 10px;
    top: 10px;
}

.nodelist li .buy {
    position: absolute;
    right: 9px;
    width: 83px;
    display: flex;
    border: 1px solid #e6d0c4;
    /* border-radius: 50px; */
    top: 18px;
    z-index: 2;
}

.layui-form-select dl dd.layui-this {
    background-color: #fff;
    color: #000
}

.layui-multiple-select-row {
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    border-radius: var(--input-border-radius);
    display: inline-flex;
    width: 100%;
    line-height: 30px;
    margin-bottom: 5px;
}

.nodelist li .buy input {
    width: 100%;
    border: 0;
    border-right: 1px solid #e6d0c4;
    border-left: 1px solid #e6d0c4;
    text-align: center
}

.nodelist li .buy a {
    padding: 0 5px;
    line-height: 21px;
}

.nodelist li .title {
    position: absolute;
    width: 100%;
    top: 15px;
    /* 服务器名称顶边距离*/
    left: 7px;
    font-size: 20px;
}

.nodelist li .area {
    position: absolute;
    top: 50px;
    /* 地区数据顶边高距离*/
    display: flex;
    left: 7px;
    color: #aaa;
}

.nodelist li .area .areaRight {
    padding-left: 20px;
}

.nodelist li .numbers {
    position: absolute;
    top: 74px;
    /* 可售 顶边高距离*/
    padding: 7px;
    /* 可售 顶边高距离*/
    display: flex
}

.nodelist li .numbers span {
    width: 102px;
    /* 修改数量宽度的*/
    text-align: center;
    line-height: 23px;
    /* 修改高度的*/
    display: block;
    border-radius: 5px;
    /* 形状框*/
}

.nodelist li .numbers span:nth-child(1) {
    background-color: #61d361;
    color: #f4f1f0;

}

.nodelist li .numbers span:nth-child(2) {
    background-color: #087d08;
    color: #fff;
    margin-left: 4px
}

.reds {
    background-color: #cec8c8 !important;
}

.titleLeft {
    float: left;
    padding-left: 10px;
}

.titleRight {
    float: right;
    font-size: 12px;
    color: #858fa2;
}

.danjia {
    background-color: #8080ff
}

.info {
    line-height: 30px;
    float: left;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #EAECEE;
}

.infor {
    float: left;
    width: 100%;
    color: red;
}

.infog {
    float: left;
    width: 100%;
    color: green;
}

.number {
    float: left;

    line-height: 30px;
    background-color: #efefef;
    width: calc(100% - 20px);
    padding: 0 10px;
}

.number .numberLeft {
    float: left;
    color: #8080ff;
}

.number .numberRight {
    float: right;
    padding-top: 4px;

}

.buynum span {
    float: left;
    cursor: pointer;
}

.buynum span a {
    float: left;
    font-size: 30px;
    border: 1px solid #ddd;
    height: 20px;
    line-height: 13px;
    width: 20px;
    text-align: center;
}

.time {
    float: left;
}

.time a {
    padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.time a.hover,
.time a:hover {
    color: #fff;
    font-weight: bold;
    background-color: #1e9fff;
}



.butnum {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: right;
}

.buynum {
    /* position: absolute;
top: 10px;
right: 10px; */
    float: right;
}

.butnum .b_n {
    float: right;
    line-height: 25px;
    margin-right: 20px;
}

.butnum .buynum {
    float: right;
}

.node-footer {
    bottom: 0;
    position: fixed;
    width: 80%;
    left: 10%;
    /* height: 50px; */
    background-color: #fff;
    border-top: 1px solid #ddd;
    z-index: 2;
    border-left: 1px solid #fcebeb;
    border-right: 1px solid #fcebeb;
    border-radius: 10px;
}

.node-footer #buyul {
    float: right;
    margin-right: 5px;
    padding-right: 10px;
}

.node-footer li {
    float: left;
}

.node-footer li {
    line-height: 40px;
    color: #2F4056;
    margin-right: 20px;
}

.node-footer li span {
    padding: 0 10px;
    font-weight: bold;
    color: red;
}

.node-footer li button {
    border: 0;
    height: 35px;
    line-height: 35px;
    width: 100px;
    background-color: #1e9fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.node-footer li:last-child {
    margin-right: 0px;
}

.proxyuserlist {
    float: left;
    width: 100%;
}

.proxyuserlist .name {
    font-weight: bold;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}

.proxyuserlist ul {
    float: left;
    width: 100%;
}

.proxyuserlist ul li {
    float: left;
    width: 100%;
}

.proxyuserlist ul li span:nth-child(2) {
    margin-left: 10px;
}

.green_s {
    background-color: green;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding: 3px 5px;
    font-weight: 500;
    margin-left: 10px;
}

.yellow_s {
    background-color: yellow;
    border-radius: 5px;
    font-size: 12px;
    color: #000;
    padding: 3px 5px;
    font-weight: 500;
    margin-left: 10px;
}

.red_s {
    background-color: red;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding: 3px 5px;
    font-weight: 500;
    margin-left: 10px;
}

.order {
    padding: 10px;
    float: left;
    width: calc(100% - 20px);
    display: none;
}

.order .site-text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.order .site-text b {
    margin: 0 10px;
    color: red;
}

.order-button {
    /*position: absolute;
bottom: 10px;*/
    text-align: center;
    width: calc(100% - 20px);
}

.lawnote {
    display: none;
    margin: 10px
}

.lawnote p {
    line-height: 25px
}

.isreadlawnotebutton,
.isreadlawnotecontent {
    text-align: center;
    margin-top: 20px
}

.layui-form-radio>i {
    font-size: 18px;
}

.layui-radio-group {
    margin-top: -10px;

}

.selectproject {
    padding: 9px 15px;
    background-color: #1e9fff;
    color: #fff;
    margin-top: 200px;
    position: relative;
    top: 8px;
}

.selectproject i {
    display: none;
    cursor: pointer
}

.selectproject:hover i {
    display: initial;
}

.layui-form-label {
    width: 32px !important;
    padding: 9px 0px !important;
}

.advanced {
    padding: 9px 15px;
    background-color: #1e9fff;
    color: #fff;
    margin-top: 200px;
    position: relative;
    top: 8px;
    left: 10px;
    cursor: pointer;
}

.sdvancedList,
.sdvancedList li {
    display: flex
}

.sdvancedList li {
    margin-right: 10px;
    line-height: 35px;
}

.sdvancedList li .layui-input {
    line-height: 30px;
    height: 30px;
    margin-top: 4px;
}
.custom{
    height: 25px;
    border: 1px solid #ccc;
}
.list.hide{
    display: none;
}
#keyword{
    text-align:left!important;
}
.select_games_list .hide{
    display: none;
}
.tablePriceForm{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}
#layui-layer01{
    z-index: 19991017;
    width: 550px;
    height: 90%;
    position: fixed;
    top: 43px;
    left: 50%;
    /*margin: 0;*/
    margin-left: -275px;

}
.freeLine .payBtn{
    margin-left: unset;
}
.PayMask, .PayMethod{
    display: unset!important;
}
/* 隐藏水平滚动条 */

div::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 12px;
}

div::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 12px;
}

div:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 12px;
}
