.collectionSec{
    padding-top:20px;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.logo-con .coll-big-link{
    display: block;
    width: 160px;
    text-align: center;
}
.left-coll{
    margin-left:20px;
}
.logo-con .coll-big-link img{
    max-width: 160px;
}
.logo-con p{
    font-size:12px;
    color: #7E8680;
    width: 100%;
    text-align: center;
    margin-top:20px;
}
.center-coll{
    width: 56%;
    margin-left: 28px;
    margin-right: 12px;
}
.center-coll-content{
    margin-bottom: 12px;
}
.center-coll .center-coll-content:last-child{
    margin-bottom: 0px;
}
.center-coll .questionIcon{
    cursor: pointer;
}
.code-span{
    font-size: 12px;
    color: #008750;
    padding:1px 4px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 3px;
    border-radius: 2px;
    border: 1px dashed #008750;
}
.code-title{
    margin-right: 15px;
    line-height: 18px;
}
.right-cell{
    text-align: center;
    z-index: 2;
}
.coll-but{
    min-width: 122px;
    display: inline-block;
    height: 40px;
    text-align: center;
    background-color: #008750;
    border:1px solid #008750;
    font-size: 14px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0px 4px 8px 0px rgba(8, 45, 30, 0.22);
}
.coll-but-getcode{
    min-width: 122px;
    display: inline-block;
    height: 40px;
    text-align: center;
    background-color: #FFFFFF;
    border:1px solid #FFFFFF;
    font-size: 14px;
    color: #008750 !important;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0px 4px 8px 0px rgba(8, 45, 30, 0.22);
}
.coll-but-grey{
    display: inline-block;
    padding: 10px 30px;
    background-color: #eaeaea;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #989898;
    font-weight: 400;
    border-radius: 30px;
    cursor: default !important;
}
.coll-but-a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-cell-item .coll-link{
    display: block;
    color: #008750;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}
.right-cell-item .coll-text{
    font-size: 12px;
    color: #7E8680;
    margin-top:20px;
}
.center-term{
    font-size: 12px;
    color: #7E8680;
}
.coll-tips{
    display: block;
    border-radius: 12px;
    background-color: rgba(253, 207, 9, 0.1);
    padding:4px 9px;
    font-size: 12px;
    margin-left: 10px;
    color: #3E403F;
}
.collRightA{
    position: absolute;
    bottom: 25px;
    right: 32px;
    color: #008750 !important;
    cursor: pointer;
}
.collection-code{
    position: relative;
    z-index: 2;
}
.collectDollar{
    font-size:20px;
    color: #171817;
    margin-left:180px;
    font-weight: 500;
}

.overRate{
    font-size: 14px !important;
    color: #9f9f9f;
    font-weight: 400 !important;
}

/*组件内置样式 ===== start*/
.ml-40-mr-30{
    margin-left:40px;
    margin-right: 30px;
}
.ml-20-mr-0{
    margin-left:20px;
    margin-right: 0px;
}
.fs-18-color-17{
    font-size: 18px;
    color: #171817;
    line-height: 1.6;
}
.fs-18-color-orange{
    font-size: 18px;
    color: #FF5306;
}
.fs-16-color-orange{
    font-size: 16px;
    color: #FF5306;
}
.fs-20-color-orange-fw600{
    font-size: 20px;
    color: #FF5306;
    font-weight:600;
}
.fs-16-color-4c{
    font-size:16px;
    color:#4C4B4A;
}
.fs-16-color-555{
    font-size: 16px;
    color: #555856;
}
.fs-14-color-3e{
    font-size: 14px;
    color: #3E403F;
}
.fs-12-color-7e{
    font-size: 12px;
    color: #7E8680;
}
.ml-20-mr-60{
    margin-left:20px;
    margin-right: 60px;
}
.ml-20-mr-30{
    margin-left:20px;
    margin-right: 30px;
}
/*字体倾斜*/
.fs-oblique{
    font-style: italic;
}
/*组件内置样式 ===== end*/
.code-div-hide,.desc-div-hide{
    display: none;
}
.codelist-hide{

}