.btn-content {
    display: flex;
}

.btn-content .a1 {
    width: 150px;
    height: 40px;
    margin-right: 20px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0660e0), to(#227eff));
    background-image: -webkit-linear-gradient(left, #0660e0, #227eff);
    background-image: -o-linear-gradient(left, #0660e0 0, #227eff 100%);
    background-image: linear-gradient(90deg, #0660e0, #227eff);
    text-align: center;
    cursor: pointer;
}

.btn-content .a2 {
    width: 150px;
    height: 40px;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background: #368aff;
    text-align: center;
    cursor: pointer;
}


/* çƒ­é—¨éœ€æ±‚ */

.hot_content {
    width: 100%;
    min-height: 500px;
    background-color: #f5f5f5;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.hot_content .hot_content_tit {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: center;
}

.hot_content .hot_content_tit h1 {
    margin-top: 50px;
    font-size: 36px;
    border-bottom: 0px solid #2289ff;
    padding-bottom: 20px;
    color: #494949;
}

.hot_content-grid {
    width: 1258px;
    display: flex;
    margin-top: 30px;
    justify-content: start;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.hot_content-grid-cell {
    width: 298px;
    height: 350px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border: 1px solid #ececec;
    margin: 8px;
    box-sizing: border-box;
    padding: 20px;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
    background-attachment: fixed;
    background-position: center center;
    box-shadow: 0px 0px 5px 0px rgb(144, 159, 177, 0.5);
}

.hot_content-grid-cell:hover {
    transform: scale(1.05);
}

.hot_content-grid-cell .cell-title {
    width: 100%;
    height: 22px;
    font-size: 17px;
    padding: 0px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 10px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*è®¾ç½®éœ€è¦æ˜¾ç¤ºçš„æ–‡å­—è¡Œæ•°*/
}

.hot_content-grid-cell .cell-type {
    width: 100%;
    height: 22px;
    font-size: 14px;
    padding: 0px;
    line-height: 22px;
    color: #868686;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.hot_content-grid-cell .cell-price {
    width: 100%;
    height: 24px;
    font-size: 17px;
    padding: 0px;
    line-height: 24px;
    font-weight: 600;
    color: coral;
    margin-top: 8px;
}

.hot_content-grid-cell .cell-des {
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding: 0px;
    line-height: 22px;
    color: #6d6d6d;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*è®¾ç½®éœ€è¦æ˜¾ç¤ºçš„æ–‡å­—è¡Œæ•°*/
    margin-top: 5px;
}

.hot_content-grid-cell .cell-img {
    width: 100%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2192aa;
    height: 130px;
}

.hot_content-grid-cell .cell-img img {
    width: 100%;
    height: 130px;
}

.hot_content-grid-cell .cell-status {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.hot_content-grid-cell .cell-status div {
    display: block;
    padding: 5px 20px;
}

.hot_content-grid-cell .cell-status div:nth-child(1) {
    text-align: left;
    padding: 5px 0px;
    font-weight: 600;
    color: #156eeb;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*è®¾ç½®éœ€è¦æ˜¾ç¤ºçš„æ–‡å­—è¡Œæ•°*/
    height: 16px;
    width: 160px;
}

.hot_content-grid-cell .cell-status div:nth-child(2) {
    background-color: #156eeb;
    color: #fff;
    padding: 5px 10px;
}

span {
    white-space: pre-wrap !important;
    word-wrap: break-word;
}


/* è¿™é‡Œå•ç‹¬è®¾ç½®ä¸€ä¸‹å†…å®¹åŒºåŸŸçš„æ ·å¼ï¼Œå› ä¸ºè·Ÿå…¶ä»–é¡µé¢ä¸ä¸€æ · */

.content-container {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 500px;
    background-color: #fcfcfc;
}

.trade-hall-wraper {
    background-color: #fcfcfc;
}

.content-container .content {
    width: 1200px;
}

.content-container .content .content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
}

.content-container .content .content-time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 35px;
    color: #919191;
    background-color: rgb(250, 250, 250);
    height: 40px;
    margin-bottom: 40px;
}

.content-container .content .middle-content {
    margin-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
}

.content-container .content .middle-content img {
    max-width: 100%;
}

.nav {
    flex-wrap: nowrap !important;
}


/* .index-sub-btn {
              position: absolute;
              top: 0;
              right: 0;
          } */

.footer-bottom-content>div:nth-of-type(2) {
    margin-top: 9px;
}

.contact-us-title .title-top {
    margin-top: -11px;
}

.contact-us-title .title-middle {
    margin-top: 19px;
}

.form-control {
    padding: 0 !important;
    padding-left: 25px !important;
}

.title-bottom {
    margin-top: 31px !important;
}

.input-put {
    width: 666px !important;
}

.footer-bottom-content>div:nth-of-type(1) {
    margin-top: 4px;
}

#demo-laypage-normal-2 {
    display: flex;
    justify-content: center;
}


/* ä¸‹é¢æ˜¯æ–°å¢žçš„æ ·å¼ */

.layui-nav .layui-nav-item a {
    color: #039;
    height: 50px;
    line-height: 50px;
}

.layui-bg-gray {
    background-color: #ffffff !important;
}

.layui-nav {
    padding: 0 5px;
}

.layui-nav .layui-nav-item {
    height: 30px;
    margin: 10px 5px;
    line-height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    cursor: pointer;
    color: #039;
}

.background {
    background-color: #00acef;
    color: #ffffff !important;
}

.layui-nav .layui-nav-item:not(.background):hover {
    background-color: #f3edc2;
    color: #00ace8;
}

.footer-text:nth-of-type(2)>div:nth-of-type(1) {
    padding-top: 0 !important;
}

.footer-text:nth-of-type(2)>div:nth-of-type(3) {
    padding-top: 0 !important;
}

.work-right>div {
    position: relative;
}


/* .work-right>div>p:nth-of-type(2){
              position: absolute;
              right: 30px;
              top: 0;
          } */

.work-right>div>span:nth-of-type(2) {
    position: absolute;
    right: 16px;
    top: 0;
}

.bonus {
    width: 320px;
}

.bonus p {
    color: #FFF !important;
    font-size: 12px;
}

#RowContent {
    margin-bottom: 20px;
}

.d-num-count {
    position: absolute;
    text-align: center;
    display: inline-flex;
    right: -20px;
    margin-top: 5px;
    height: 19px;
    align-items: center;
    justify-content: center;
}

#utopia_widget_6 {
    margin-top: -30px;
}

.row-panel {
    background-image: url(/assets/index/web/images/1920x280.png);
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1920px 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.row-text {
    color: #fff;
    font-size: 30px;
}

.btn-content {
    margin-top: 60px;
    margin-left: 500px;
}

.bcolor1 {
    background-color: #ebf8ff;
}

.hot_content-grid-cell .cell-img img {
    max-height: 130px;
    height: auto;
}

.main-content {
    border: 1px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 12px;
    background-color: #fff;
    padding-bottom: 0px;
}

.bcolor1 {
    background-color: #ebf8ff;
}

.hot_content-grid-cell .cell-img img {
    max-height: 130px;
    height: auto;
}

.trade-content-box {
    margin: 0px;
}