/**!
* 首页
* date:2021-11-24
* author: zsy;
*/

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 550px;
}

.banner-img .swiper-pagination {
    bottom: 15px;
}

.banner-img .swiper-pagination-bullet {
    width: 38px;
    height: 6px;
    border-radius: 4px;
    background: #fff;
}

.banner-img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1920px;
    height: 100%;
}

.banner-img .swiper-pagination-bullet-active {
    opacity: 1;
}


/* 登录 */

.login-container {
    position: relative;
    height: 422px;
}

.login-box {
    position: absolute;
    top: 9px;
    right: 0;
    width: 264px;
    height: 405px;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.28);
    z-index: 999;
}

.login {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    padding: 20px 28px 0;
    box-sizing: border-box;
    background: #fff;
}

.login-header {
    height: 58px;
    width: 58px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 29px;
}

.login-header img {
    vertical-align: top;
    width: 58px;
    height: 58px;
    border-radius: 29px;
}

.login-hd {
    margin-top: 11px;
}

.login-tt {
    line-height: 23px;
    font-size: 15px;
}

.login-txt {
    line-height: 20px;
    font-size: 14px;
    color: #c0c0c0;
}

.login-btn {
    margin-top: 22px;
}

.login-btn .btn {
    display: block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #415dbb;
    box-sizing: border-box;
    font-size: 15px;
    color: #415dbb;
}

.login-btn .btn+.btn {
    margin-top: 10px;
}

.login-btn .register {
    border-color: #ddd;
    color: #666;
}

.login-btn .register:hover {
    border-color: #415dbb;
    color: #415dbb;
}

.file {
    line-height: 22px;
    font-size: 14px;
    margin-top: 18px;
}

.file span {
    padding-left: 20px;
    background: url("../images/file.png") left center no-repeat;
}

.file a {
    color: #0c87e5;
}

.notice {
    background: #fff;
}

.notice-hd {
    width: 70px;
}

.notice-bd {
    margin-left: 70px;
    padding-left: 30px;
}

.notice-item {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
    margin-right: 45px;
    font-size: 15px;
    width: 435px;
    vertical-align: top;
}

.notice-infor {
    margin-right: 98px;
    height: 26px;
}

.notice-infor a {
    position: relative;
    display: inline-block;
    padding-left: 9px;
    color: #333;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-infor a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 2px;
    border-left: 1px solid #828282;
    border-right: 1px solid #bbb;
    background-color: #555;
}

.notice-date {
    margin-top: -26px;
    color: #c0c0c0;
}

.notice-infor a:hover {
    color: #415dbb;
}

.notice-infor a:hover:before {
    border-color: #415dbb;
    background-color: #415dbb;
}

.main-left {
    width: 843px;
}

.main-right {
    width: 333px;
}

.com-hd {
    height: 52px;
    line-height: 52px;
    padding: 0 15px 0 18px;
    color: #555;
    background-color: #f5f5f6;
    background-image: linear-gradient(to bottom, #fff, #f5f5f6);
}

.com-tt {
    font-size: 20px;
    font-weight: 600;
}

.com-more {
    font-size: 15px;
    color: #555;
}


/* 交易信息 */

.trade-info {
    position: relative;
    height: 430px;
}


.trade-info-zqcg {
    position: relative;
    height: 330px;
}

.trade-info .com-more {
    position: absolute;
    top: 26px;
    right: 15px;
    transform: translateY(-50%);
}

.trade-info .com-tt {
    font-size: 24px;
}

.city-list {
    position: absolute;
    left: 114px;
    top: 0;
    width: calc(100% - 140px);
    text-align: center;
    font-size: 0;
}

.city-item {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    margin: 0 5px;
    vertical-align: top;
}

.city-item.active {
    background-color: #415dbb;
}

.city-item.active a {
    font-weight: 800;
    color: #fff;
}

.city-item a {
    font-size: 16px;
    color: #666;
}

.city-bd {
    padding: 2px;
}

.bdl {
    display: none;
}

.bid-hd {
    width: 110px;
}

.bid-hdl {
    height: 75.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-left: 2px solid #e9f2ff;
    background-color: #e9f2ff;
}

.bid-zqcg{
	  height: 91.9px;
}

.bid-hdl a {
    font-size: 15px;
    color: #333;
}

.bid-hdl.active {
    border-color: #415dbb;
    background-color: #fff;
}

.bid-bd {
    margin-left: 110px;
    padding: 11px 8px 0 10px;
}

.info-item .btn {
    width: 70px;
    height: 24px;
    line-height: 24px;
    margin: 9px 8px 0 0;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.info-item .insure {
    background-color: #6689eb;
}

.info-item .public {
    background-color: #f4bb22;
}


/* 广告位 */

.advertise-img {
    display: block;
    height: 122px;
}

.advertise-img img {
    width: 100%;
    height: 100%;
}


/* 平台动态 */

.plat-bd {
    height: 458px;
    padding-top: 5px;
}

.plat-list {
    overflow: hidden;
}

.plat-item {
    width: calc(50% - 38px);
    margin: 20px 19px;
}

.plat-img {
    width: 109px;
    height: 72px;
}

.plat-img img {
    width: 100%;
    height: 100%;
}

.plat-info {
    margin-left: 122px;
    font-size: 13px;
    color: #999;
}

.plat-tt {
    display: block;
    line-height: 24px;
    font-weight: 600;
    font-size: 17px;
    color: #333;
}

.plat-info p {
    max-height: 40px;
    line-height: 20px;
    margin-top: 8px;
    overflow: hidden;
}


/* 近期交易、今日开标 */

.num-list {
    background: #fff url("../images/line.png") center center no-repeat;
}

.num-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 95px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.trade-name {
    line-height: 23px;
    text-align: center;
    font-size: 15px;
    color: #555;
}

.trade-cont {
    margin-top: 13px;
    line-height: 29px;
    text-align: center;
}

.trade-cont>span {
    font-size: 28px;
    color: #415dbb;
    font-weight: bold;
    margin-right: 10px;
}

.num-item:nth-child(1) {
    background-image: url("../images/num_bg1.png");
}

.num-item:nth-child(2) {
    background-image: url("../images/num_bg2.png");
}


/* 常用下载 */

.download-item {
    width: 50%;
    height: 59px;
    border-top: 1px solid #eee;
    box-sizing: border-box;
}

.download-item+.download-item {
    border-left: 1px solid #eee;
}

.download-item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-item span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 44px;
    font-size: 15px;
    color: #555;
    background-repeat: no-repeat;
    background-position: left center;
}

.download-item:nth-child(1) span {
    background-image: url("../images/download_ico1.png");
}

.download-item:nth-child(2) span {
    background-image: url("../images/download_ico2.png");
}


/* 特色服务 */

.service-cont {
    height: 216px;
    padding: 0 16px;
    background: #fff;
}

.service-list {
    margin: 0 -8px;
}

.service-item {
    float: left;
    width: 50%;
    margin-top: 17px;
}

.service-item a {
    display: block;
    margin: 0 8px;
    height: 83px;
    line-height: 83px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.service-item:nth-child(1) a {
    background-image: url('../images/service_bg1.png');
}

.service-item:nth-child(2) a {
    background-image: url('../images/service_bg2.png');
}

.service-item:nth-child(3) a {
    background-image: url('../images/service_bg3.png');
}

.service-item:nth-child(4) a {
    background-image: url('../images/service_bg4.png');
}

.service-item i {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 30px;
    margin: 27px 9px 0 0;
    background: center center no-repeat;
}

.service-item:nth-child(1) i {
    background-image: url("../images/service_ico1.png");
}

.service-item:nth-child(2) i {
    background-image: url("../images/service_ico2.png");
}

.service-item:nth-child(3) i {
    background-image: url("../images/service_ico3.png");
}

.service-item:nth-child(4) i {
    background-image: url("../images/service_ico4.png");
}


/* 客服/技术支持 */

.support-bd {
    height: 195px;
	
}

.dituclass{
	text-align: center;
}

.support-list {
    height: 100%;
    padding: 2px 15px 0;
    box-sizing: border-box;
}

.support-item {
    height: 64px;
    line-height: 23px;
    padding-left: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.support-item .support {
    color: #c0c0c0;
}

.support-item:nth-child(2n+1) {
     background-image: url("../images/support_ico1.png"); 
}

.support-item:nth-child(2n+2) {
     background-image: url("../images/support_ico2.png"); 
}

.support-item+.support-item {
    border-top: 1px dashed #eee;
}

.support-item-new{
    height: 42px;
    line-height: 19px;
    padding-left: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.support-item-new+.support-item-new {
    border-top: 1px dashed #eee;
}


