.content_box {
    margin-top: 24px
}

.classify_box {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 20px
}

.classify_box .classify_type {
    padding: 20px 0;
    display: flex;
    align-items: flex-start
}

.classify_box .classify_type .title {
    text-align: right;
    color: #666;
    flex-shrink: 0;
    margin-right: 10px
}

.classify_box .classify_type .classify_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -5px
}

.classify_box .classify_type .classify_list .classify_item {
    color: #999;
    padding: 0 10px;
    line-height: 26px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    flex-shrink: 0;
    margin-bottom: 10px;
    font-weight: 400
}

.classify_box .classify_type .classify_list .classify_item:last-child {
    margin-right: 0
}

.classify_box .classify_type .classify_list .classify_item.active_item, .classify_box .classify_type .classify_list .classify_item:hover {
    background-color: #68c4b1;
    color: #fff;
    border-radius: 13px
}

.classify_box .big_classify {
    padding: 20px 0 10px
}

.model_library .big_classify {
    border-bottom: 1px solid #ededed
}

.filter_box {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.filter_box .filter_left {
    display: flex;
    align-items: center
}

.filter_box .filter_left .filter_type {
    display: flex;
    align-items: flex-start
}

.filter_box .filter_left .filter_type .title {
    text-align: right;
    color: #666;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 7px
}

.filter_box .filter_left .filter_type .filter_list {
    display: flex;
    align-items: center
}

.filter_box .filter_left .filter_type .filter_list .filter_item {
    color: #999;
    padding: 0 10px;
    line-height: 26px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 12px;
    border: 1px solid transparent
}

.filter_box .filter_left .filter_type .filter_list .filter_item:last-child {
    margin-right: 0
}

.filter_box .filter_left .filter_type .filter_list .filter_item.active_item, .filter_box .filter_left .filter_type .filter_list .filter_item:hover {
    background: rgba(104, 196, 177, .1);
    border: 1px solid #68c4b1;
    border-radius: 13px;
    color: #68c4b1
}

.filter_box .filter_left .line {
    width: 1px;
    height: 14px;
    background-color: #ededed;
    margin: 0 24px
}

.filter_box .filter_left .filter_btn_box {
    display: flex;
    align-items: center
}

.filter_box .filter_left .filter_btn_box .filter_btn {
    height: 26px;
    padding: 0 12px;
    font-size: 12px;
    border: 1px solid #ededed;
    border-radius: 13px;
    color: #999;
    margin-right: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.filter_box .filter_left .filter_btn_box .filter_btn:hover {
    background: rgba(104, 196, 177, .1);
    border: 1px solid #68c4b1;
    color: #68c4b1
}

.filter_box .filter_left .filter_btn_box .filter_btn.format::after {
    content: '';
    display: flex;
    width: 7px;
    height: 3px;
    margin-left: 4px;
    background: url(../../images/icons.png) no-repeat -140px -151px
}

.filter_box .filter_left .filter_btn_box .filter_btn.price::after {
    content: '';
    display: flex;
    width: 8px;
    height: 9px;
    margin-left: 4px;
    background: url(../../images/icons.png) no-repeat -150px -151px
}

.filter_box .filter_left .filter_btn_box .filter_btn:last-child {
    margin-right: 0
}

.filter_box .filter_right {
    display: flex
}

.filter_box .filter_right .filter_item {
    display: flex;
    margin-right: 20px;
    color: #999
}

.filter_box .filter_right .filter_item:last-child {
    margin-right: 0
}

.filter_box .filter_right .filter_search {
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    height: 36px
}

.filter_box .filter_right .filter_search .input {
    width: 230px;
    height: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    outline: 0;
    padding: 0 14px;
    color: #666
}

.filter_box .filter_right .filter_search .input::placeholder {
    color: #999;
    font-size: 12px
}

.filter_box .filter_right .filter_search .search_btn {
    width: 45px;
    height: 100%;
    background-color: #68c4b1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.filter_box .filter_right .filter_search .search_btn:hover {
    background-color: #50c1aa
}

.filter_box .filter_right .filter_search .search_btn::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../../images/icons.png) no-repeat -172px 0
}

.goods_list {
    margin-top: 20px;
    padding-bottom: 58px
}

.goods_list_box .goods_item {
    width: 262px;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .25);
    border-radius: 4px;
    margin-right: 22px;
    transition: all .3s ease-in-out;
    overflow: hidden
}

.goods_list_box .goods_item:nth-child(5n) {
    margin-right: 0
}

.goods_list_box .goods_item:nth-of-type(n+6) {
    margin-top: 20px
}

.goods_list_box .goods_item .cover {
    width: 100%;
    height: 242px;
    overflow: hidden;
    display: block
}

.goods_list_box .goods_item .cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.goods_list_box .goods_item:hover {
    box-shadow: 0 0 20px 0 rgba(51, 51, 51, .3)
}

.goods_list_box .goods_item:hover .cover > img {
    transform: scale(1.1)
}

.goods_list_box .goods_item .bottom {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 18px 14px
}

.goods_list_box .goods_item .bottom .info .title {
    color: #33383e;
    line-height: 15px;
    margin-bottom: 11px
}
.goods_list_box .goods_item .bottom .right .price {
    color: #68c4b1;
    margin-bottom: 11px;
    text-align: right
}

.goods_list_box .goods_item .bottom .info .desc {
    color: #c1c1c1;
    font-size: 12px
}



.goods_list_box .goods_item .bottom .right .download_collection {
    display: flex;
    align-items: center
}

.goods_list_box .goods_item .bottom .right .download_collection .btn_item {
    margin-right: 12px;
    display: flex;
    align-items: center;
    color: #c1c1c1;
    font-size: 12px;
    cursor: pointer
}

.goods_list_box .goods_item .bottom .right .download_collection .btn_item:last-child {
    margin-right: 0
}

.goods_list_box .goods_item .bottom .right .collection {
    display: flex;
    align-items: center;
    color: #c1c1c1;
    font-size: 12px;
    cursor: pointer
}

.goods_list_box .goods_item .bottom .right .collection .icon {
    width: 13px;
    height: 13px;
    margin-right: 3px;
    background: url(../../images/icons.png) no-repeat -197px -76px
}

.goods_list_box .goods_item .bottom .right .download .icon {
    width: 11px;
    height: 12px;
    margin-right: 3px;
    background: url(../../images/icons.png) no-repeat -224px -179px
}

.software_list {
    margin-top: 20px;
    padding-bottom: 58px
}

.software_list_box {
    background-color: #fff
}

.software_list_box .software_row {
    padding: 0 30px
}

.software_list_box .software_row_box {
    padding: 30px 0;
    border-bottom: 1px dashed #c8c8c8;
    display: flex;
    align-items: center
}

.software_list_box .software_row_box:last-child {
    border-bottom: 0
}

.software_list_box .software_row_box .logo {
    width: 120px;
    height: 120px;
    border: 1px solid #e3e1e4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px
}

.software_list_box .software_row_box .logo > img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover
}

.software_list_box .software_row_box .info {
    width: 100%
}

.software_list_box .software_row_box .info .title {
    margin-top: 9px;
    font-weight: 500;
    color: #33383e;
    font-size: 18px
}

.software_list_box .software_row_box .info .desc {
    color: #999;
    line-height: 22px;
    margin-top: 17px
}

.software_list_box .software_row_box .info .other_info {
    margin-top: 20px;
    display: flex
}

.software_list_box .software_row_box .info .other_info .size {
    color: #999;
    margin-right: 29px
}

.software_list_box .software_row_box .info .other_info .price {
    color: #68c4b1;
    margin-right: 31px
}

.software_list_box .software_row_box .info .other_info .install {
    color: #68c4b1
}

.dialog_report_goods_wrapper .dialog_box {
    width: 606px
}

.dialog_report_goods_wrapper .dialog_box .dialog_body {
    padding-bottom: 10px
}

.dialog_report_goods_wrapper .report_goods_form .form_row {
    margin-bottom: 22px
}

.dialog_report_goods_wrapper .report_goods_form .form_row:last-child {
    margin-bottom: 0
}

.dialog_report_goods_wrapper .report_goods_form .form_row.info {
    color: #999;
    display: flex;
    align-items: center
}

.dialog_report_goods_wrapper .report_goods_form .form_row.info .info_item {
    margin-right: 38px
}

.dialog_report_goods_wrapper .report_goods_form .form_row.info .info_item:last-child {
    margin-right: 0
}

.dialog_report_goods_wrapper .report_goods_form .form_row.info .info_item > span {
    color: #666
}

.dialog_report_goods_wrapper .report_goods_form .form_row.radio_list {
    display: flex;
    color: #33383e
}

.dialog_report_goods_wrapper .report_goods_form .form_row.radio_list .radio_container {
    margin-right: 29px
}

.dialog_report_goods_wrapper .report_goods_form .form_row.radio_list .radio_container:last-child {
    margin-right: 0
}

.dialog_report_goods_wrapper .report_goods_form .form_row.textarea_input .text {
    color: #c1c1c1;
    line-height: 24px;
    margin-bottom: 12px
}

.dialog_report_goods_wrapper .report_goods_form .form_row.textarea_input textarea {
    width: 100%;
    height: 136px;
    background-color: #f8f8f8;
    border: 1px solid #ededed;
    border-radius: 2px;
    outline: 0;
    padding: 16px;
    resize: none
}

.dialog_report_goods_wrapper .report_goods_form .form_row.textarea_input textarea::placeholder {
    color: #c1c1c1
}

.dialog_goods_buy_wrapper .dialog_box {
    width: 580px
}

.dialog_goods_buy_wrapper .dialog_header {
    justify-content: center
}

.dialog_goods_buy_wrapper .dialog_box .dialog_body {
    padding: 30px 62px 0;
    position: relative
}

.dialog_box .dialog_body .tips_text {
    width: 100%;
    font-size: 12px;
    color: #c1c1c1;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px
}

.dialog_goods_buy_wrapper .goods_detail_box {
    padding-bottom: 75px;
    position: relative
}

.dialog_goods_buy_wrapper .goods_detail_box .info_box {
    display: flex
}

.dialog_goods_buy_wrapper .goods_detail_box .info_box .logo {
    width: 185px;
    height: 104px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 20px
}

.dialog_goods_buy_wrapper .goods_detail_box .info_box .info_detail .name {
    color: #33383e;
    line-height: 20px;
    font-weight: 400
}

.dialog_goods_buy_wrapper .goods_detail_box .info_box .info_detail .id {
    color: #999;
    margin-top: 9px
}

.dialog_goods_buy_wrapper .goods_detail_box .info_box .info_detail .price_total {
    margin-top: 15px;
    color: #666;
    display: flex;
    align-items: flex-end
}

.dialog_goods_buy_wrapper .goods_detail_box .info_box .info_detail .price_total span {
    color: #fda333
}

.dialog_goods_buy_wrapper .goods_detail_box .info_box .info_detail .price_total .total {
    margin-right: 14px
}

.dialog_goods_buy_wrapper .goods_detail_box .info_box .info_detail .price_total .price > span {
    font-size: 26px;
    line-height: 24px
}

.dialog_body .goods_detail_box .pay_methods {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.dialog_body .goods_detail_box .pay_methods .title {
    color: #999;
    margin-right: 10px
}

.dialog_body .goods_detail_box .pay_methods .methods_list {
    display: flex;
    align-items: center
}

.dialog_body .goods_detail_box .pay_methods .methods_list .pay_btn {
    width: 140px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    cursor: pointer
}

.dialog_body .goods_detail_box .pay_methods .methods_list .pay_btn:last-child {
    margin-right: 20px
}

.dialog_body .goods_detail_box .pay_methods .methods_list .pay_btn.active_pay_btn {
    border: 1px solid #68c4b1;
    color: #68c4b1
}

.dialog_body .goods_detail_box .pay_methods .methods_list .pay_btn input[type=checkbox] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0
}

.dialog_body .goods_detail_box .pay_methods .methods_list .pay_btn .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px
}

.dialog_body .goods_detail_box .pay_methods .methods_list .pay_btn.alipay .icon {
    background: url(../../images/icons.png) no-repeat 0 -76px
}

.dialog_body .goods_detail_box .pay_methods .methods_list .pay_btn.wxpay .icon {
    background: url(../../images/icons.png) no-repeat -29px -76px
}

.dialog_body .goods_detail_box .pay_methods .methods_list .pay_btn.active_pay_btn .icon_checked {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 0;
    right: 0;
    background: url(../../images/icons.png) no-repeat -57px -76px
}

.dialog_goods_buy_wrapper .goods_detail_box .rules {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    color: #999
}

.dialog_goods_buy_wrapper .goods_detail_box .rules .checkbox_container {
    margin-right: 9px
}

.dialog_goods_buy_wrapper .goods_detail_box .rules a {
    color: #68c4b1
}

.dialog_goods_buy_wrapper .goods_detail_box .submit_box {
    margin-top: 39px
}

.dialog_goods_buy_wrapper .goods_detail_box .submit_box .tip {
    color: #999;
    text-align: center
}

.dialog_goods_buy_wrapper .goods_detail_box .submit_box .tip span {
    color: #fda333
}

.dialog_goods_buy_wrapper .goods_detail_box .submit_box .tip a {
    color: #68c4b1
}

.dialog_goods_buy_wrapper .goods_detail_box .submit_box .submit_btn {
    width: 214px
}

.dialog_box .submit_btn {
    height: 49px;
    background: #68c4b1;
    border-radius: 4px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    color: #f8f9fc;
    cursor: pointer;
    margin: 13px auto 0
}

.dialog_box .submit_btn:hover {
    background-color: #50c1aa
}

.dialog_goods_pay_wrapper .dialog_box {
    width: 580px
}

.dialog_goods_pay_wrapper .dialog_header {
    justify-content: center
}

.dialog_goods_pay_wrapper .dialog_box .dialog_body {
    padding: 30px 62px 0;
    position: relative
}

.dialog_goods_pay_wrapper .goods_detail_box {
    padding-bottom: 75px;
    position: relative
}

.dialog_goods_pay_wrapper .pay_methods {
    margin-top: 0 !important
}

.dialog_goods_pay_wrapper .qr_code > img {
    width: 188px;
    height: 188px;
    border-radius: 8px;
    object-fit: cover;
    margin: 35px auto 14px
}

.dialog_goods_pay_wrapper .qr_code .text {
    text-align: center;
    color: #999
}

.dialog_goods_pay_wrapper .qr_code .text > span {
    color: #68c4b1
}

.dialog_goods_download_wrapper .dialog_box {
    width: 580px
}

.dialog_goods_download_wrapper .dialog_header {
    justify-content: center
}

.dialog_goods_download_wrapper .dialog_box .dialog_body {
    padding: 36px 0 60px;
    position: relative
}

.dialog_goods_download_wrapper .download_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.dialog_goods_download_wrapper .download_box .pay_res {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #68c4b1;
    line-height: 24px;
    font-size: 16px
}

.dialog_goods_download_wrapper .download_box .pay_res .icon {
    width: 18px;
    height: 18px;
    background: url(../../images/icons.png) no-repeat -259px -109px;
    margin-right: 10px
}

.dialog_goods_download_wrapper .download_box .tip_text {
    margin-top: 18px;
    color: #c1c1c1;
    line-height: 24px
}

.dialog_goods_download_wrapper .download_type_list {
    width: 324px;
    padding: 15px 27px;
    background-color: #f6f9fc;
    border-radius: 8px
}

.dialog_goods_download_wrapper .download_type_list .download_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    padding: 12px 0
}

.dialog_goods_download_wrapper .submit_btn {
    width: 164px;
    margin-top: 30px
}