@import "global.css";
@import "swiper.min.css";

.cation_card {
    width: 100%;
    height: 656px;
    background: url("../images/section_card_1.png") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 37px 0 40px;
}

.cation_card .cation_left {
    width: 396px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 20px 44px;
    height: 579px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.cation_card .cation_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(43, 117, 208, 0.4);
    height: 63px;
    box-sizing: border-box;
    align-items: center;
    padding: 23px 0 16px;
}

.cation_card .cation_top h4 {
    color: #2B75D0;
    font-weight: bold;
    font-size: 18px;
}

.cation_card .cation_top a {
    color: #999999;
    line-height: 20px;
    font-size: 16px;
}

.cation_card .cation_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    margin-top: 20px;
}

.cation_card .cation_col h5 {
    font-size: 18px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    width: 72px;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cation_card .cation_col_info {
    display: flex;
    justify-content: space-between;
    width: 250px;
    border-bottom: 1px solid #F4F4F4;
    box-sizing: border-box;
    padding: 9px 0;
}

.cation_card .cation_col_info > a {
    font-size: 12px;
    color: #999999;
}

.cation_card .cation_col_list {
    display: flex;
    align-items: center;
    width: 220px;
}

.cation_card .cation_col_list a {
    font-size: 14px;
    color: #666666;
}

.cation_card .cation_col_list li {
    width: 33.3333333333%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding-right: 15px;
}

.cation_card .cation_col_list li:last-child {
    margin-right: 0;
}

.cation_card .cation_col_list li:hover a {
    font-weight: bold;
}

.cation_card .cation_right {
    width: 1029px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cation_card .cation_right_top {
    width: 100%;
    height: 403px;
    display: flex;
    justify-content: space-between;
}

.cation_card .cation_right_left {
    width: 695px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.cation_card .cation_right_swiper {
    width: 100%;
}

.cation_card .cation_right_swiper a {
    display: inline-block;
}

.cation_card .cation_right_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cation_card .cation_layout {
    display: flex;
    justify-content: space-between;
}

.cation_card .fr-pagination {
    text-align: left;
    box-sizing: border-box;
    padding-left: 47px;
    bottom: 36px !important;
}

.cation_card .fr-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 2px;
    border-radius: 136px;
    background: rgba(255, 255, 255, 0.55);
}

.cation_card .fr-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.cation_card .cation_right_login {
    width: 315px;
    height: 402px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.cation_card .cation_not_login {
    box-sizing: border-box;
    padding: 25px 13px;
    width: 100%;
}

.cation_card .cation_not_login h4 {
    font-size: 16px;
    font-weight: bold;
    color: #2B75D0;
    margin-bottom: 31px;
}

.cation_card .cation_not_login input {
    border-color: #DCDCDC;
    height: 36px;
    font-size: 12px;
    color: #999999;
    width: 100%;
}

.cation_card .cation_not_login input:focus {
    border-color: #2B75D0 !important;
    color: #2B75D0;
}

.cation_card .cation_not_login .input_block {
    max-width: 208px;
    margin: 0 auto 24px;
}

.cation_card .cation_not_login .ver_code {
    max-width: 121px;
}

.cation_card .cation_not_login .input-inline {
    max-width: 208px;
    width: 100%;
    margin: 0 auto 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cation_card .cation_not_login .input-inline img {
    max-width: 78px;
    max-height: 36px;
    width: 100%;
    height: 36px;
    cursor: pointer;
}

.cation_card .cation_not_login .input-inline .dynamicCode {
    margin-top: 20px;
    margin-bottom: 0;
}

.cation_card .cation_not_login .cation_form_btn {
    width: 208px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.cation_card .cation_not_login .cation_form_btn button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 12px;
    color: #2B75D0;
}

.cation_card .cation_not_login .cation_form_btn .cation_submit_btn {
    width: 100%;
    height: 36px;
    margin-bottom: 12px;
    background-color: #2B75D0;
    color: #ffffff;
}

.cation_card .cation_user_info {
    box-sizing: border-box;
    padding: 27px 24px 36px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.cation_card .cation_user_info .user-avatar {
    width: 100%;
    height: 100px;
    position: relative;
}

.cation_card .cation_user_info .user-avatar h2 {
    width: 61.5px;
    height: 19.5px;
    box-sizing: border-box;
    padding: 1.5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9.75px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
}

.cation_card .cation_user_info .user-avatar h2 span {
    font-size: 12px;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
}

.cation_card .cation_user_info .user-avatar h2 span:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FFFFFF;
    text-transform: uppercase;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.cation_card .cation_user_info .user-avatar h2.buyerA {
    background: rgba(4, 213, 246, 0.4);
}

.cation_card .cation_user_info .user-avatar h2.buyerA span {
    background: #04D5F6;
}

.cation_card .cation_user_info .user-avatar h2.buyerA span:before {
    content: "a";
    color: #04D5F6;
}

.cation_card .cation_user_info .user-avatar h2.buyerB {
    background: rgba(4, 213, 246, 0.4);
}

.cation_card .cation_user_info .user-avatar h2.buyerB span {
    background: #04D5F6;
    color: #0B4C57;
}

.cation_card .cation_user_info .user-avatar h2.buyerB span:before {
    content: "b";
    color: #0B4C57;
}

.cation_card .cation_user_info .user-avatar h2.sellerA {
    background: rgba(27, 213, 135, 0.4);
}

.cation_card .cation_user_info .user-avatar h2.sellerA span {
    background: #1BD587;
}

.cation_card .cation_user_info .user-avatar h2.sellerA span:before {
    content: "a";
    color: #0B4C57;
}

.cation_card .cation_user_info .user-avatar h2.sellerB {
    background: rgba(27, 213, 135, 0.4);
}

.cation_card .cation_user_info .user-avatar h2.sellerB span {
    background: #1BD587;
    color: #094D31;
}

.cation_card .cation_user_info .user-avatar h2.sellerB span:before {
    content: "b";
    color: #094D31;
}

.cation_card .cation_user_info img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.cation_card .cation_user_info h5 {
    font-size: 16px;
    color: #333333;
    margin: 20px 0;
    position: relative;
}

.cation_card .cation_user_info button {
    width: 81px;
    height: 24px;
    border-radius: 60px;
    background-color: #2B75D0;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-right: 25px;
}

.cation_card .cation_user_info button:last-child {
    margin-right: 0;
}

.cation_card .cation_user_info .user_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.cation_card .cation_user_info p {
    box-sizing: border-box;
    padding-top: 17px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #9E9E9E;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 138px;
    position: relative;
}

.cation_card .cation_user_info p:before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(43, 117, 208, 0) 0%, rgba(43, 117, 208, 0.5) 52%, rgba(43, 117, 208, 0) 100%);
}

.cation_card .cation_right_bottom {
    height: 158px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 46px 64px;
}

.cation_card .cation_right_bottom li {
    display: flex;
    align-items: center;
}

.cation_card .cation_right_bottom .cation_list_left {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    border: 1px dashed #2B75D0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cation_card .cation_right_bottom .cation_list_right {
    text-align: center;
    margin-left: 16px;
}

.cation_card .cation_right_bottom .cation_list_right h4 {
    color: #2B75D0;
    font-size: 16px;
}

.cation_card .cation_right_bottom .cation_list_right h4 span {
    font-size: 26px;
    font-weight: bold;
}

.cation_card .cation_right_bottom .cation_list_right p {
    color: #666666;
    font-size: 16px;
    margin-top: 4px;
}

.resource_container {
    box-sizing: border-box;
    padding: 63px 0 67px;
    background-color: #ffffff;
}

.resource_container .resource_layout {
    display: flex;
    justify-content: space-between;
}

.resource_container .resource_left {
    width: 376px;
    height: auto;
    box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.1);
}

.resource_container .resource_top_le {
    padding-right: 16px;
}

.resource_container .tran_list {
    box-sizing: border-box;
    padding: 12px 16px 20px 37px !important;
    position: relative;
}

.resource_container .tran_list:before {
    content: "";
    width: 1px;
    height: 86%;
    display: inline-block;
    position: absolute;
    background-color: #2B75D0;
    left: 22px;
    top: 22px;
}

.resource_container .tran_list .tran_time {
    font-size: 14px;
    color: #2B75D0;
    margin-left: -20px;
    background-color: #ffffff;
    position: relative;
}

.resource_container .tran_list .tran_col .status {
    width: 35px;
    height: 20px;
    border-radius: 0 10px 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 0;
}

.resource_container .tran_list .tran_time i {
    font-size: 12px;
    display: inline-block;
    margin-right: 8px;
}

.resource_container .tran_list li {
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.resource_container .tran_list li:hover .tran_col {
    background: rgba(43, 117, 208, 0.22);
}

.resource_container .tran_list li:last-child {
    margin-bottom: 0;
}

.resource_container .tran_list .tran_card {
    background: rgba(43, 117, 208, 0.0392);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 9px 10px 8px;
    margin-top: 10px;
    position: relative;
}

.resource_container .tran_list .tran_card .business {
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
    box-sizing: border-box;
    padding-left: 12px;
}

.resource_container .tran_list .tran_card .business:last-child {
    margin-bottom: 0;
}

.resource_container .tran_list .tran_col {
    background-color: #F6F6F6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 38px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-bottom: 12px;*/
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}

.resource_container .tran_list .tran_col h6 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    width: 100%;
}

.resource_container .tran_list .tran_col p {
    font-size: 14px;
    color: #333333;
    margin-top: 7px;
}

.resource_container .tran_list .tran_col p span {
    display: inline-block;
    width: 56px;
    text-align: right;
}

.resource_container .resource_right {
    width: 1038px;
    height: auto;
    background-color: #ffffff;
}

.resource_container .resource_right .plate-title-row {
    padding: 0 35px;
}

.resource_container .resource_right .small-list li {
    margin-top: 28px;
    margin-right: 28px;
}

.resource_container .resource_right .small-list li:nth-child(3n) {
    margin-right: 0;
}

.resource_container .resource_top_ri {
    box-sizing: border-box;
    padding: 0 33px 0 29px;
}

.resource-wrapper {
    box-sizing: border-box;
    padding-bottom: 140px;
}

.trend_container {
    background: url("../images/trend_bg.png") no-repeat center top;
    box-sizing: border-box;
    padding: 62px 0 112px;
}

.trend_container .trend_tit h4 {
    color: #FFFFFF;
}

.trend_container .trend_tit h4:before, .trend_container .trend_tit h4:after {
    color: #FFFFFF;
}

.trend_container .trend_layout {
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 35px 47px 0;
    border-radius: 10px;
}

.trend_container .trend_left {
    width: 329px;
    height: 547px;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, rgba(43, 117, 208, 0.3) 0%, rgba(43, 117, 208, 0.14) 52%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.1);
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.trend_container .trend_left .resource-info {
    padding-right: 0;
}

.trend_container .trend_left .resource-list {
    padding-top: 0;
}

.trend_container .trend_title {
    width: 159px;
    height: 100%;
    background: url("../images/trend_tit_bg.png") no-repeat center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.trend_container .trend_title h5 {
    color: #FFFFFF;
    font-weight: bold;
    width: 2em;
    line-height: 30px;
    font-size: 24px;
    margin-top: 14px;
}

.trend_container .trend_title .trend_icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.trend_container .trend_title .trend_icon img {
    max-width: 100%;
}

.trend_container .trend_title .trend_icon:after {
    content: "";
    width: 68px;
    height: 68px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.trend_container .resource-info {
    width: calc(100% - 159px);
    padding: 40px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.trend_container .mineral_list > li {
    margin-bottom: 36px;
}

.trend_container .mineral_list > li:last-child {
    margin-bottom: 0;
}

.trend_container .mineral_sublist li {
    margin-top: 12px;
}

.trend_container .trend_right {
    width: 1090px;
    height: 547px;
    background: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.1);
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
    padding: 22px 15px;
    position: relative;
}

.trend_container .trend_sel {
    position: absolute;
    right: 17px;
    z-index: 9;
}

.trend_container .trend_sel input {
    width: 110px;
    height: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background: url("../images/sj.png") no-repeat 80px center;
}

.trend_container #priceTrend {
    width: 100%;
    height: 100%;
}

.real_container {
    box-sizing: border-box;
    padding: 0 0 60px;
}

.real_container .real_search {
    width: 388px;
    height: 44px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.real_container .real_search input {
    width: calc(100% - 84px);
    height: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #2B75D0;
    border-radius: 60px 0 0 60px;
    font-size: 14px;
    padding: 0 18px;
}

.real_container .real_search input::placeholder {
    color: #999999;
}

.real_container .real_search input:focus {
    outline: none;
}

.real_container .real_search button {
    border: none;
    outline: none;
    width: 80px;
    height: 100%;
    border-radius: 0 60px 60px 0;
    background: #2B75D0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.real_container .real_search button i {
    margin-right: 7px;
}

.real_container .real_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px 0 0;
}

.real_container .real_list li {
    width: 142px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    font-size: 20px;
    overflow: hidden;
}

.real_container .real_list li:nth-child(even) {
    margin: 0 30px;
}

.real_container .real_list li a {
    color: #333333;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #F8F8F8;
}

.real_container .real_list li.active a, .real_container .real_list li:hover a {
    background: #2B75D0;
    color: #ffffff;
}

.real_container .real_swiper {
    display: none;
    box-sizing: border-box;
    padding: 41px 10px 72px;
}

.real_container .real_swiper.active {
    display: block;
}

.real_container .real_swiper .swiper-slide {
    box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.1);
}

.real_container .real_swiper a {
    height: 317px;
    background: #FFFFFF;
}

.real_container .real_swiper a:hover h4 {
    color: #2B75D0;
}

.real_container .real_item_layout {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 55px 30px;
}

.real_container .real_item_layout img {
    max-width: 288px;
    height: auto;
    border-radius: 10px;
}

.real_container .real_item_right {
    box-sizing: border-box;
    padding-left: 24px;
    width: calc(100% - 288px);
}

.real_container .real_item_right .real_item_time {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.real_container .real_item_right h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    height: 48px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 15px 0 20px;
    transition: all 0.3s ease-in-out 0s;
}

.real_container .real_item_right .real_item_text {
    font-size: 16px;
    line-height: 25px;
    color: #9E9E9E;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}

.real_container .real_item_right span {
    font-size: 16px;
    color: #999999;
    display: inline-block;
    margin-top: 22px;
}

.real_container .real_item_right span i {
    font-size: 16px;
    display: inline-block;
    margin-left: 12px;
}

.real_container .real_no_img {
    padding-left: 0;
    width: 100%;
}

.real_container .real_card {
    position: relative;
}

.real_container .real_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px !important;
}

.real_container .real_pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 37px;
    height: 5px;
    border-radius: 60px;
    background: #D8D8D8;
    margin: 0 4px;
}

.real_container .real_pagination .swiper-pagination-bullet-active {
    background: #2B75D0;
}

.real_container .real_more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.real_container .real_more a {
    line-height: 36px;
    font-size: 20px;
    color: #2B75D0;
    align-items: center;
    display: none;
}

.real_container .real_more a.active {
    display: flex;
}

.real_container .real_more a img {
    margin-left: 11px;
}

.sales-wrapper {
    margin-bottom: 101px;
}
