/* 列表详情 start */
/* .zc-xq{
    padding-top: 30px;
} */
.xq_head_right {
    width: 895px;
}

.xq-head-detail {
    width: 100%;
    background-color: #fff;
    padding: 27px 24px 0;
}

.head-left{
    width: 240px;
    height: 240px;
    overflow: hidden;
}
.head-left img {
    box-sizing: border-box;
    height: 100%;
    width: auto;
}

.head-right {
    width: 583px;
    margin-left: 24px;
}

.xq-head-detail .head-tit {
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
}

.xq-head-detail .sub-tit {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin: 8px 0 16px;
}

.xq-head-detail .td-tit {
    color: #666;
    float: left;
    width: 60px;
    text-align: right;
    line-height: 32px;
    margin-right: 20px;
}

.xq-head-detail a {
    float: left;
}

.xq-head-detail .td-list {
    float: left;
    color: #333;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border: solid 1px #ECECEC;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    box-sizing: border-box;
}

.xq-head-detail .td-list.on {
    color: #FF6521;
    border-color: #FF6521;
}

.xq-head-detail .td-list .icon-tagGou {
    display: none;
    position: absolute;
    top: -0.9px;
    right: -1px;
    width: 16px;
    height: 16px;
    background: url('./img/icon-check.png') no-repeat top right;
}

.xq-head-detail .td-list.on .icon-tagGou {
    display: block;
}

.xq-head-detail .head-serviceItems .serviceItems {
    margin-top: 20px;
}

.td-cont {
    width: 85%;
    margin-top: -10px;
}

.xq-head-detail .change-buyNumber {
    position: relative;
}

.xq-head-detail .change-buyNumber .btn {
    float: left;
    width: 24px;
    height: 16px;
    cursor: pointer;
    margin: 5px;
}

.xq-head-detail .change-buyNumber .change_buyNUmber_all {
    width: 24px;
    cursor: pointer;
}

.xq-head-detail .change-buyNumber .change_buyNUmber_all span {
    float: left;
    height: 16px;
    width: 100%;
    border: 1px solid #ECECEC;
    border-left: none;
    box-sizing: border-box;
}

.xq-head-detail .change-buyNumber .change_buyNUmber_all span:first-child {
    border-bottom: none;
}

.xq-head-detail .change-buyNumber .btn-add {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #666;
}

.xq-head-detail .change-buyNumber .btn-reduce {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
}

.xq-head-detail .change-buyNumber .btn-add.on {
    border-bottom-color: #BDBDBD;
    cursor: not-allowed;
}

.xq-head-detail .change-buyNumber .btn-reduce.on {
    border-top-color: #BDBDBD;
    cursor: not-allowed;
}

.xq-head-detail .change-buyNumber .buy-num {
    float: left;
    width: 90px;
    height: 32px;
    border: solid 1px #ECECEC;
    text-align: center;
    color: #333;
    box-sizing: border-box;
}

.xq-head-detail .price {
    width: 583px;
    height: 100px;
    height: 60px;
    background: #F7F6F9FF url("img/icon-zhuce.png") no-repeat center center;
    background-size: 583px 60px;
    color: #333333;
    box-sizing: border-box;
}

.xq-head-detail .price-tit {
    width: 60px;
    line-height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-right: 20px;
    text-align: right;
}

.xq-head-detail .price1 .price-tit {
    margin-top: 11px;
}

.price1 {
    padding: 12px 0 14px;
}

.price1 .price-con i {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6521;
    line-height: 20px;
}
.price1 .price-con .jq{
    font-size: 14px;
    vertical-align: middle;
}
.price1 .price-con .num {
    font-size: 28px;
    font-family: "DINPro-Medium";
    font-weight: bold;
    color: #FF6521;
    line-height: 32px;
}

.price2 .span1 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6521;
    padding: 0 6px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #FF6521;
    border-right: 0;
}

.price2 .span2 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    height: 20px;
    background: #FF6521;
    border-radius: 0px 2px 2px 0px;
    padding: 0 8px;
    cursor: pointer;
}

.cont-btnBuy {
    padding: 20px 0 20px 80px;
}

.cont-btnBuy .btn {
    float: left;
    font-size: 18px;
    width: 190px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #FF6521;
    border-radius: 2px;
    margin-right: 16px;
}

.cont-btnBuy .btn-prev {
    text-align: center;
    color: #fff;
    background-color: #FF6521;
}

.cont-btnBuy .btn-next {
    color: #FF6521;
    text-align: center;
}

.cont-btnBuy .btn-next:hover {
    color: #fff;
    border-color: #FF6521;
    background-color: #FF6521;
}

.serviceItems_bottom {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #EBEDF0;
}

.serviceItems_bottom .tit {
    float: left;
    line-height: 32px;
    margin-right: 24px;
    color: #999;
}

.serviceItems .promise span {
    margin-right: 32px;
    position: relative;
    float: left;
    padding-left: 22px;
    color: #999;
    line-height: 32px;
    background: url(img/icon-arrow.png) no-repeat left center;
}

.serviceItems .promise span:after {
    position: absolute;
    right: -16px;
    top: 10px;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ECECEC;
}

.serviceItems .promise span:last-child:after {
    content: none;
}

.xq-head-help {
    width: 256px;
    height: 368px;
    background-color: #fff;
    padding: 20px 24px 24px;
}

.xq-head-help .help-img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.xq-head-help .help-tit {
    text-align: center;
    font-size: 16px;
}

.xq-head-help .help-list {
    padding: 28px 0;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.xq-head-help .help-list:last-child {
    border-bottom: none;
}

.xq-head-help .help-con {
    width: 136px;
    margin-left: 14px;
}

.xq-head-help .r-1 {
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.xq-head-help .r-2 {
    float: right;
    font-size: 12px;
    color: #0FB277;
}

.xq-head-help .r-3 {
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    margin: 6px 0 8px;
}

.xq-head-help .r-4 {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
    text-align: center;
    font-size: 12px;
    color: #FF6521;
    border: 1px solid #FF6521;
    box-sizing: border-box;
    transition: all .3s ease-out;
}

.xq-head-help .r-4:hover {
    color: #fff;
    background-color: #FF6521;
}

.xq-introduce {
    margin-top: 24px;
    background-color: #fff;
    overflow: hidden;
}

.introduce_tit {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
    padding: 0 30px;
    border-bottom: 1px solid #DBDBDB;
}

.introduce_tit li {
    position: relative;
    float: left;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-right: 40px;
    cursor: pointer;
}

.introduce_tit li.on {
    font-weight: bold;
}

.introduce_tit li.on:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FF6521;
}


.xq_head_left {
    width: 285px;
}

.news_right {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 26px;
    background-color: #fff;
}

.news_right .right_tit {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    font-family: PingFang-SC-Bold;
    font-size: 16px;
    font-weight: bold;
}

.news_right .right_head {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    margin: 20px auto 0;
    overflow: hidden;
}
.news_right .right_head .right_head_img{
    max-width: 100%;
    max-height: 100%;
}
.news_right .right_list_msg {
    /* margin-left: 77px; */
    text-align: center;
}

.news_right .right_list_msg .p1 {
    font-family: PingFang-SC-Medium;
    font-size: 15px;
    line-height: 44px;
    color: #333333;
}

.news_right .right_list_msg .p2, .news_right .right_list_msg .p3 {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.news_right .right_code {
    width: 128px;
    height: 128px;
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
}

.news_right .right_code img {
    width: 100%;
    height: 100%;
    border: none;
}

.news_right .right_qq {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 134px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    /* text-indent: 21px; */
    border: solid 1px #FF6521;
    font-size: 13px;
    text-align: center;
    color: #FF6521;
    cursor: pointer;
    /* background: url(img/icon-common-qq.png) no-repeat left 31px center;
    background-size: 14px 14px; */
}


.tm_mid {
    margin-top: 20px;
    padding: 0 20px;
    background-color: #fff;
}

.tm_mid_item .tit {
    position: relative;
    padding: 20px 0 20px 8px!important;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.tm_mid_item .tit:before{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background-color: #FF6521;
}

.tm_mid_item + .tm_mid_item {
    border-top: 1px dashed #f0f0f0;
}

.mid_list a {
    position: relative;
    float: left;
    font-family: PingFangSC-Regular;
    color: #333333;
    width: 120px;
    word-break: break-all;
    margin-bottom: 20px;
}

.mid_list a:hover {
    color: #FF6521;
}

.mid_list a.on:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 11px;
    margin-left: 3px;
    background: url(img/icon-hot.png) no-repeat center center;
    background-size: 20px 11px;
}

.left_bottom {
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    padding: 0 20px;
}

.left_bottom .tit {
    padding: 16px 0;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333;
}

.left_bottom .bottom_ul {
    padding-bottom: 10px;
}


/* 详情介绍 start */
.common_list_img {
    padding: 0 30px 36px;
}

.tm_tit {
    font-family: PingFang-SC-Bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 30px;
}

.tm_tit span {
    padding: 0 36px;
    position: relative;
}

.tm_tit span:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    width: 18px;
    height: 11px;
    background: url(img/icon-tm-dot-left.png) no-repeat center center;
    background-size: 18px 11px;
}

.tm_tit span:after {
    position: absolute;
    right: 0;
    top: 9px;
    content: "";
    width: 18px;
    height: 11px;
    background: url(img/icon-tm-dot-right.png) no-repeat center center;
    background-size: 18px 11px;
}

.tm_1_item {
    position: relative;
    border: solid 1px #eeeeee;
    padding: 24px 30px 24px 90px;
    margin-top: 20px;
}

.tm_1_item:first-child {
    margin-top: 0;
}

.tm_1_item .p1 {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 4px;
}

.tm_1_item .p2 {
    font-family: PingFang-SC-Medium;
    line-height: 28px;
    color: #999999;
}

.tm_1_item .icon {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 36px;
    height: 36px;
    background: url(img/icon-tmhandle-1.png) no-repeat center center;
    background-size: 36px 36px;
}

.tm_1_list .tm_1_item:first-child + .tm_1_item .icon {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 36px;
    height: 39px;
    background: url(img/icon-tmhandle-2.png) no-repeat center center;
    background-size: 36px 39px;
}

.tm_zr_item {
    width: 192px;
    min-height: 263px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin-left: 22px;
    padding: 82px 32px 0;
}

.tm_zr_item:first-child {
    margin-left: 0;
    background: url(img/icon-tm-zr-1.png) no-repeat top 31px center;
    background-size: 33px 34px;
}

.tm_zr_item:first-child + .tm_zr_item {
    background: url(img/icon-tm-zr-2.png) no-repeat top 31px center;
    background-size: 34px 34px;
}

.tm_zr_item:first-child + .tm_zr_item + .tm_zr_item {
    background: url(img/icon-tm-zr-3.png) no-repeat top 31px center;
    background-size: 30px 38px;
}

.tm_zr_item:first-child + .tm_zr_item + .tm_zr_item + .tm_zr_item {
    background: url(img/icon-tm-zr-4.png) no-repeat top 31px center;
    background-size: 34px 35px;
}

.tm_zr_item .p1 {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}

.tm_zr_item .p2 {
    font-family: PingFang-SC-Medium;
    line-height: 24px;
    color: #999999;
    text-align: center;
}

.tm_2_list {
    padding: 30px 20px 26px;
    border: solid 1px #eeeeee;
}

.tm_2_item {
    position: relative;
    float: left;
    text-align: center;
    width: 118px;
    margin-left: 50px;
}

.tm_2_item:after {
    position: absolute;
    left: -28px;
    top: 60px;
    width: 16px;
    height: 10px;
    background: url(img/icon-tmflow.png) no-repeat center center;
    background-size: 16px 10px;
}

.tm_2_item:first-child:after {
    content: none;
}

.tm_2_item:first-child {
    margin-left: 0;
}

.tm_2_item .num {
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #FF6521;
    border-radius: 50%;
    border: solid 1px #FF6521;
    box-sizing: border-box;
    margin: 0 auto;
}

.tm_2_item .p1 {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 16px 0 8px;
    font-weight: bold;
}

.tm_2_item .p2 {
    font-family: PingFang-SC-Medium;
    line-height: 24px;
    color: #999999;
}

.tm_3_list {
    width: 835px;
}

.tm_3_item:first-child {
    height: 226px;
    background: url(img/icon-tm-cl-1.png) no-repeat center center;
    background-size: 835px 226px;
}

.tm_3_item:first-child + .tm_3_item {
    height: 226px;
    background: url(img/icon-tm-cl-2.png) no-repeat center center;
    background-size: 835px 226px;
}

.tm_3_item .tit {
    width: 417px;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

.tm_3_item .tit .name {
    padding-top: 125px;
    background: url(img/icon-tm-name-1.png) no-repeat top 85px center;
    background-size: 38px 32px;
}

.tm_3_item:first-child + .tm_3_item .tit .name {
    background: url(img/icon-tm-name-2.png) no-repeat top 85px center;
    background-size: 36px 33px;
}

.tm_3_item .con p {
    position: relative;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
}

.tm_3_item .con p:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 14px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cfcfcf;
}

.tm_3_item:first-child .con {
    padding-left: 44px;
    padding-top: 27px;
    float: left!important;
}

.tm_3_item:first-child + .tm_3_item .con {
    float: left;
    padding-left: 42px;
    padding-top: 20px;
}

.tm_3_item:first-child + .tm_3_item .con p:before {
    background-color: #fbc4c4;
}

.tm_4_item {
    float: left;
    width: 402px;
    height: 128px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin-bottom: 30px;
    padding: 22px 28px 20px 78px;
}

.tm_4_item:first-child {
    background: #fff url(img/icon-tm-ys-1.png) no-repeat left 28px top 30px;
    background-size: 34px 34px;
}

.tm_4_item:first-child + .tm_4_item {
    background: #fff url(img/icon-tm-ys-2.png) no-repeat left 28px top 30px;
    background-size: 36px 32px;
}

.tm_4_item:first-child + .tm_4_item + .tm_4_item {
    background: #fff url(img/icon-tm-ys-3.png) no-repeat left 28px top 30px;
    background-size: 29px 36px;
}

.tm_4_item:first-child + .tm_4_item + .tm_4_item + .tm_4_item {
    background: #fff url(img/icon-tm-ys-4.png) no-repeat left 28px top 30px;
    background-size: 36px 35px;
}

.tm_4_item .p1 {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 4px;
}

.tm_4_item .p2 {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.tm_4_item:nth-child(2n) {
    float: right;
}

.tm_5_item {
    width: 100%;
    background-color: #f7f8fa;
    padding: 24px 30px 25px;
    margin-top: 14px;
}

.tm_5_item:first-child {
    margin-top: 0;
}

.tm_5_item .p1 {
    position: relative;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;
    padding-left: 30px;
}

.tm_5_item .p1:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(img/icon-tm-q.png) no-repeat center center;
    background-size: 20px 20px;
}

.tm_5_item .p2 {
    position: relative;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    padding-left: 30px;
}

.tm_5_item .p2:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(img/icon-tm-a.png) no-repeat center center;
    background-size: 20px 20px;
}

.tm_6_list {
    width: 100%;
    padding: 22px 30px;
    background-color: #f7f8fa;
}

.tm_6_list p {
    font-family: PingFang-SC-Medium;
    line-height: 28px;
    color: #999999;
}


/* 商标自主注册 */
.tm_zc_item {
    width: 192px;
    height: 216px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin-left: 22px;
    padding: 84px 26px 0;
}

.tm_zc_item:first-child {
    margin-left: 0;
}

.tm_zc_item:first-child {
    background: #fff url(img/icon-tm-zc-1.png) no-repeat top 28px center;
    background-size: 28px 36px;
}

.tm_zc_item:first-child + .tm_zc_item {
    background: #fff url(img/icon-tm-zc-2.png) no-repeat top 26px center;
    background-size: 36px 34px;
}

.tm_zc_item:first-child + .tm_zc_item + .tm_zc_item {
    background: #fff url(img/icon-tm-zc-3.png) no-repeat top 25px center;
    background-size: 39px 35px;
}

.tm_zc_item:first-child + .tm_zc_item + .tm_zc_item + .tm_zc_item {
    background: #fff url(img/icon-tm-zc-4.png) no-repeat top 26px center;
    background-size: 31px 32px;
}


.tm_zc_item .p1 {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    text-align: center;
    margin-bottom: 6px;
}

.tm_zc_item .p2 {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    text-align: center;
}

.tm_zc_flow img {
    width: 100%;
    height: 100%;
}

.tm_vs_item {
    position: relative;
    float: left;
    width: 378px;
    height: 348px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.tm_vs_item .tit {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-family: PingFang-SC-Bold;
    font-size: 16px;
    color: #666666;
    text-align: center;
    background-color: #dddddd;
}

.tm_vs_item .tm_vs_mid {
    padding: 0 30px;
}

.tm_vs_item .vs_mid {
    padding: 30px 0 26px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.tm_vs_item .vs_mid .vs_mid_item {
    display: inline-block;
    width: 89px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    border: solid 1px #dddddd;
    font-family: PingFang-SC-Bold;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 0 12px;
}

.vs_bottom {
    padding: 26px 0;
}

.vs_bottom_item {
    float: left;
    width: 75px;
    text-align: center;
    margin-left: 44px;
}

.vs_bottom_item:first-child {
    margin-left: 0;
}

.vs_bottom_item .p1 {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    background-color: #dddddd;
    border-radius: 24px;
    font-family: PingFang-SC-Bold;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.vs_bottom_item .p2 {
    font-family: PingFang-SC-Bold;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin: 6px 0 2px;
}

.vs_bottom_item .p3 {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.vs_tips {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .1);
    font-family: PingFang-SC-Medium;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.vs_txt {
    font-family: DINPro-Medium;
    font-size: 30px;
    color: #FF6521;
    margin: 0 24px;
    height: 348px;
    line-height: 348px;
}

.tm_vs_item.tm_vs_next {
    border-color: #FF6521;
}

.tm_vs_item.tm_vs_next .tit {
    background-color: #FF6521;
    color: #fff;
}

.tm_vs_item.tm_vs_next .vs_mid .vs_mid_item {
    border: solid 1px #FF6521;
    color: #FF6521;
    margin: 0 4px;
}

.tm_vs_item.tm_vs_next .vs_bottom_item .p1 {
    background-color: #FF6521;
    color: #fff;
}

.tm_vs_item.tm_vs_next .vs_bottom_item .p2 {
    color: #333;
}

.tm_vs_item.tm_vs_next .vs_tips {
    background-color: rgba(254, 58, 59, .1);
    color: #FF6521;
}


/* 商标详情 ******************************************* */
.zcdetail-content{
    position: relative;
}
.xxjc{
    position: fixed;
    right: 15%;
    top: 48%;
    width: 60px;
    height: 106px;
    background: url(img/xxjc.png) no-repeat center center;
    background-size: 60px 106px;
    cursor: pointer;
    z-index: 111;
}
.zcdetail-head {
    background-color: #fff;
    padding: 30px 40px 0 40px;
}

.zcdetail_head_con {
    padding-bottom: 24px;
    border-bottom: 1px solid #F0F0F0;
}

.zcdetail-head-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #E5E8ED;
    box-sizing: border-box;
}

.zcdetail-head-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: 0.1s;
}

.zcdetail-head-info {
    margin-top: 14px;
}

.zcdetail-head-info .tit {
    line-height: 30px;
    margin-bottom: 12px;
}

.zcdetail-head-info .name {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    max-width: 300px;
}

.zcdetail-head-info .status {
    display: inline-block;
    padding: 0 8px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: rgba(53, 179, 74, 1);
    border: 1px solid rgba(53, 179, 74, 1);
    border-radius: 2px;
    color: #fff;
    margin-left: 10px;
}

.zcdetail-head-info .msg {
    margin-top: 6px;
}

.zcdetail-head-info .msg-item {
    float: left;
    width: 210px;
}

.zcdetail-head-info .msg-item span:first-child {
    color: #8F97A5;
}

.zcdetail-head-info .msg-item span:first-child + span {
    color: #08051E;
}

.zcdetail-btns {
    margin-top: 32px;
}

.zcdetail-btns a {
    float: left;
    width: 84px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    color: #FF6521;
    border: 1px solid #FF6521;
    background-color: #fff;
    transition: all .3s ease-out;
}

.zcdetail-btns .btn1:hover {
    color: #fff;
    background: #FF6521;
}
.zcdetail-btns .btn1.btn-buy{
    background-color: #3DC682;
    border-color: #3DC682;
    color: #fff;
}
.zcdetail-btns .btn1.btn-ask{
    background-color: #FF6521;
    border-color: #FF6521;
    color: #fff;
}
.zcdetail-btns .btn1.btn-reg{
    background-color: #fff;
    border-color: #FF6521;
    color: #FF6521;
}

.zcdetail-btns .btn2 {
    margin-left: 8px;
    color: #fff;
    background-color: #FF6521;
}

.zcdetail-btns .btn2:hover {
    background-color: #C81623;
}

.zcdetail-con {
    padding: 18px 40px 65px;
    background-color: #fff;
}

.zcdetail-con .tit {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    line-height: 22px;
}

.reg_detail_line {
    padding: 43px 0 60px 32px;
}

.reg_detail_line .time_line_ul li {
    position: relative;
    float: left;
    margin-right: 140px;
}

.reg_detail_line .time_line_ul li:last-child {
    margin-right: 0;
}

.reg_detail_line .time_line_ul li:after {
    position: absolute;
    width: 160px;
    height: 2px;
    content: "";
    background-color: #E5E8ED;
    top: 19px;
    left: -150px;
}

.reg_detail_line .time_line_ul li:first-child:after {
    content: none;
}

.reg_detail_line .time_line_item {
    float: left;
    background: url(img/line-bg.png) no-repeat left 24px center;
    background-size: 28px 28px;
    padding: 0 24px 0 60px;
}

.time_line_item .p1 {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    margin-bottom: 2px;
}

.time_line_item .p2 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8F97A5;
}

.reg_detail_line .time_line_ul li.on .time_line_item {
    background: url(img/line-bg-on.png) no-repeat left 24px center;
    background-size: 28px 28px;
}

.reg_detail_line .time_line_ul li.on:after {
    background-color: #FB595B;
}

.reg_detail_line .time_line_ul li.on .p1 {
    font-weight: bold;
}

.reg_detail_line .time_line_ul li.no_on {
    height: 41px;
    line-height: 41px;
}

/* 商标详情 流程直线图 start */

/* 商标详情 流程直线图  end */


.trademark-list {
    margin-bottom: 40px;
    box-sizing: border-box;
    background-color: #fff;
}

.trademark-content {
    border-bottom: 1px solid #E5E8ED;
    border-top: 1px solid #E5E8ED;
}

.trademark-table .td-title {
    text-align: left;
    background-color: #F5F6F7;
    color: #8F97A5;
}

.trademark-table .td-content {
    text-align: left;
    color: #08051E;
}
.trademark-table .td-content .fl_a{
    color: #2488FF !important;
}
.trademark-table .td-content .fl_a:hover{
    text-decoration: underline;
}
.content_fenlei {
    width: 320px;
    padding-right: 20px;
    color: #08051E;
}

.content_fenlei p {
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_td_fl p {
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trademark-table td {
    padding: 12px 20px;
    padding-right: 0;
    border: 1px solid #F2F2F2;
}

.td-title {
    width: 160px;
    color: #666;
    background-color: #fcf9f2;
}

.trademark-table .tm_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.trademark-table .tm_img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.trademark-table .go-big {
    color: #2488FF;
    font-size: 12px;
    cursor: pointer;
    margin-top: 6px;
    display: block;
}

.trademark-table .go-big:hover {
    text-decoration: underline;
}

.common_crumb {
    height: 56px;
    line-height: 56px;
    padding-left: 23px;
    background: url(img/icon-location-bg.png) no-repeat left center;
    background-size: 13px 16px;
    font-family: PingFang-SC-Medium;
    color: #999999;
}

.common_crumb a {
    color: #999;
}

.common_crumb a:hover {
    text-decoration: underline;
}

.wt_pop{padding:20px;}
.form_item+.form_item{margin-top:16px;}
.form_item .left_1{width:60%;}
.form_item .left_2{width:40%;}
.form_item .form_msg{float:left;line-height:40px;}
.form_item .form_tit{width:100px;color:#333;line-height:40px;}
.form_item .form_tit i{margin-right:5px;color:#FF6521;vertical-align:middle;}
.label_radio{line-height:40px;}
.label_radio>label{margin-right:15px;}
.label_radio>label.last{margin-right: 0;}
.form_item .code_img{width:116px;height:40px;border-radius:2px;cursor:pointer;}
.form_item .inp{width:210px;height:40px;border:1px solid #eee;border-radius:2px;text-indent:20px;transition:all .3s ease-out;}
.form_item .inp_tel{width:calc( 100% - 110px );}
.form_item .inp_code{width:210px;}
.form_item .inp:focus{border-color:#FF6521;}
.form_list .form_btn{display:inline-block;margin-left:90px;width:130px;height:40px;border-radius:2px;background:#FF6521;color:#fff;text-align:center;line-height:40px;}
.form_item .wt_btn{width:120px;height:40px;line-height: 40px;text-align:center;color: #fff;background-color: #FF6521;}
.form_item .yzm_code {
    width: 116px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #FF6521;
    border-radius: 2px;
    margin-left: 16px;
}



.dt-wrap{background:#fff;overflow:hidden}
.dt-nav{padding-left:40px;height:56px;border-bottom:1px solid #dcdcdc}
.dt-nav a{float:left;margin-right:52px;height:54px;line-height:54px;font-size:16px;color:#181c29}
.dt-nav a.active,.dt-nav a:active{font-weight:600;border-bottom:2px solid #ff6521}
.xy_flow{padding-top:40px}
.xy_flow .xy_title{margin-bottom:30px}
.xy_title{position:relative;height:38px;line-height:38px;font-size:32px;color:#181c29;font-weight:600;text-align:center;margin:0 auto}
.xy_title .tit_info{display:inline-block;position:relative}
.tit_info:after{position:absolute;bottom:0;left:0;content:"";display:inline-block;width:100%;height:10px;background:linear-gradient(90deg,#ff8e5d,rgba(255,118,58,0) 93%)}
.introduce .img-wrap{position:relative;width:399px;height:130px}
.introduce .img-wrap img{display:block;width:399px;height:130px}
.introduce .img-wrap span{position:absolute;top:0;left:0;width:213px;height:58px;line-height:58px;font-size:24px;color:#fff;font-weight:600;text-align:center}
.material{height:375px;background:url(img/gjtm/bg4.png) no-repeat center}
.material .fl{width:408px;height:187px}
.material .fl .img-wrap{position:relative;margin-top:18px;height:90px}
.material .fl .img-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}
.material .fl p{height:24px;line-height:24px;font-size:18px;font-weight:600;color:#181c29;text-align:center}
.material .fl span{display:block;height:24px;line-height:24px;font-size:16px;color:#828897;text-align:center}
.tips{margin-top:30px;height:18px;line-height:18px;font-size:14px;color:#ef4b4b;text-align:center}
.progress .clearfix{position:relative;padding:0 40px;background:#fff5ef}
.progress .desc,.progress .step{float:left;margin-bottom:33px;height:28px;line-height:28px;font-size:24px;font-weight:600;color:#181c29}
.progress .step{width:160px;text-align:right}
.progress .step2{width:460px;text-align:left;margin-left:62px}
.progress .desc{font-size:18px;color:#4d5260;font-weight:400}
.progress .ico1,.progress .ico2,.progress .ico3{position:absolute;left:220px;z-index:3}
.progress .ico1,.progress .ico2{top:6px;width:12px;height:12px;background:#fff;border:2px solid #ff6521;border-radius:50%}
.progress .ico2{top:46px;background:#ff6521}
.progress .ico3{top:26px;left:215px;width:28px;height:28px;background:url(img/gjtm/ico1.png) no-repeat center}
.progress .line{position:absolute;width:2px;height:120px;top:0;left:227px;background:#bcbcbc}
.progress .step-wrap{padding-bottom:40px}
.progress .step-wrap .fl{margin-left:46px;width:470px;height:80px;background:url(img/gjtm/bg3.png) no-repeat center}
.progress .step-wrap .desc,.progress .step-wrap .step{line-height:80px}
.progress .step-wrap .line{height:40px}
.progress .step-wrap .fl .step{width:auto;margin-left:40px}
.res .img-wrap{float:left;width:204px}
.res .img-wrap img{display:block;margin:0 auto}
.res .img-wrap span{display:block;margin:18px auto;width:30px;height:4px;background:#ff6521}
.res .img-wrap p{padding-bottom:5px;font-size:16px;color:#4d5260;font-weight:600;text-align:center}
.advantage{display:block;margin:0 auto 60px}
.ques{padding-bottom:20px;overflow:hidden}
.ques .ques-wrap{margin-bottom:20px;padding:20px;background:#fff;border:1px solid #eee}
.ques .ques-wrap .ico{float:left;margin-right:20px;width:24px;height:24px;line-height:24px;font-size:12px;color:#fff;text-align:center;background:#3bb664}
.ques-wrap .ques-title{margin-bottom:20px}
.ques-wrap .ques-title .ico{background:#ff6521}
.ques-wrap .title{float:left;width:730px;height:24px;line-height:24px;font-size:18px;font-weight:600;color:#181c29}
.ques-wrap .text{float:left;width:730px;line-height:20px;font-size:14px;color:#4d5260}
.note-wrap{padding-bottom:40px}
.note-wrap .note{height:32px;line-height:32px;font-size:16px;color:#828897}

.xy_head{width:895px;padding:20px 20px 30px;background-color:#fff}
.head_left{width:250px;height:250px;margin-right:20px}
.head_left img{max-width:100%;max-height:100%}
.head_right{width:calc(100% - 270px)}
.head_right .head_1{font-size:24px;line-height:31px;font-weight:700;text-align:left;color:#181c29;margin-bottom:14px}
.head_right .head_2{padding:10px 20px;width:100%;background:#f6f7f9}
.d_item .tit{font-size:14px;font-weight:400;text-align:left;margin-top:17px;color:#4d5260;margin-right:10px;width:70px}
.d_item .con i{font-size:16px;text-align:left;color:#ff6521;line-height:19px}
.d_item .con{font-size:30px;font-family:DIN-Medium;text-align:left;color:#ff6521;line-height:36px}
.d_item .sm{font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;line-height:36px;color:#181c29}
.d_item2{margin-top:6px}
.d_item2 .tit{line-height:36px;margin-top:0}
.d_item2 .sm{padding-left:20px;background:url(img/gjtm/icon-head-dot.png) no-repeat left center;background-size:12px 12px}
.head_3{margin-top:20px}
.head_3_list .tit{line-height:32px;font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#181c29;margin-right:7px}
.td_list .td_item{position:relative;float:left;width:80px;height:32px;line-height:30px;text-align:center;color:#4d5260;background:#fff;border:1px solid #eee;border-radius:2px;margin-right:7px;cursor:pointer}
.td_list .td_item.on i{width:23px;height:19px;display:inline-block;position:absolute;top:0;right:-1px;background:url(img/gjtm/icon-select-on.png) no-repeat center center;background-size:23px 19px}
.td_list .td_item.on{border-color:#ff6521;color:#ff6521}
.head_3_list_2{margin-top:20px}
.num_list .reduce{width:32px;height:32px;background:#f6f7f9 url(img/gjtm/icon-reduce.png) no-repeat center center;background-size:14px 14px;border:1px solid #ececec;border-radius:2px;cursor:pointer}
.num_list .add{width:32px;height:32px;background:#f6f7f9 url(img/gjtm/icon-add.png) no-repeat center center;background-size:14px 14px;border:1px solid #ececec;border-radius:2px;cursor:pointer}
.num_list .inp{width:56px;height:32px;text-align:center;border:1px solid #ececec;border-left:none;border-right:none}
.head_4{margin-top:20px}
.head_4 .a_btn{width:190px;height:48px;line-height:48px;background:linear-gradient(90deg,#ff8e5d,#ff763a);border-radius:2px;text-align:center;font-size:18px;color:#fff;margin-right:16px}
.head_4 .a_btn2{height:46px;line-height:44px;background:#fff;color:#ff6521;border:1px solid #ff6521}
.head_5{margin-top:24px}
.head_5 .tit{font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#181c29;line-height:17px;margin-right:20px}
.head_5 .sm span{float:left;padding-left:20px;background:url(img/gjtm/icon-tips-right.png) no-repeat left center;background-size:13px 13px;font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#828897;line-height:17px;margin-right:25px}

.xy_left{width:895px}
.xy_container{width:895px}
.xy_box{padding:40px 0 30px}
.xy_info{text-align:center;padding:0 40px;width:100%;height:270px;background:url(img/gjtm/icon-om-bg.png) no-repeat center center;background-size:100% 100%}
.xy_info .p1{font-size:50px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;line-height:66px;color:#fff;padding:73px 0 44px}
.xy_info .p2{font-size:24px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;line-height:31px;color:#fff}
.xy_time{background:rgba(255,101,33,.05);border:1px dashed #ff6521;border-radius:5px;padding:40px 0}
.xy_new{padding:0 40px}
.xy_title{position:relative;height:38px;line-height:38px;font-size:32px;color:#181c29;font-weight:600;text-align:center;margin:0 auto}
.xy_title .tit_info{display:inline-block;position:relative}
.tit_info:after{position:absolute;bottom:0;left:0;content:"";display:inline-block;width:100%;height:10px;background:linear-gradient(90deg,#ff8e5d,rgba(255,118,58,0) 93%)}
.qi_list{padding:20px 40px 0}
.qi_list .time_list .time_item{width:50%}
.time_list .time2{width:50%}
.time2 .time2_list{width:100%;padding-left:80px}
.time_list .tit{font-size:20px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#181c29;line-height:40px}
.time_list .content{font-size:20px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#181c29;line-height:40px}
.time_list .time3{margin-top:10px}
.xy_om{padding-top:40px}
.xy_om .p1{margin-top:10px;text-align:center;font-size:20px;color:#181c29;line-height:40px}
.xy_om .p1 span{color:#ff6521}
.xy_om .xy_om_img{width:100%;height:100%}
.xy_om .xy_om_img img{width:100%;height:100%}
.xy_sm{padding-top:40px}
.xy_sm .xy_title{margin-bottom:30px}
.sm_table{width:100%}
.sm_table th{height:58px;color:#fff}
.sm_table .th1{width:260px;background:linear-gradient(90deg,#ff8e5d,#ff763a)}
.sm_table .th2{width:554px;background:linear-gradient(270deg,#3b476b,#4c5980 2%)}
.sm_table td{text-align:center;height:44px;border:1px solid #eee}
.sm_table .td3{padding:0 20px;font-size:16px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#4d5260;line-height:26px}
.sm_table .f18{font-size:18px}
.sm_table td .orange{color:#ff6521}
.sm_table .td_padd{padding:15px}
.sm_table .tr_bg{background:#f6f7f9}
.sm_table .s_tit{display:inline-block;margin-top:4px;font-size:16px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:400;text-align:center;color:#828897;line-height:26px}
.xy_good{padding-top:40px}
.xy_good .xy_title{margin-bottom:30px}
.good_list .good_item{padding-top:95px}
.good_list .good_item .p1{font-size:20px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#181c29;line-height:26px;margin-bottom:10px}
.good_list .good_item .p2{font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:center;color:#4d5260;line-height:24px}
.good_list .item1{width:155px;background:url(img/gjtm/icon-om-1.png) no-repeat top center;background-size:80px 80px}
.good_list .item2{width:170px;margin-left:57px;background:url(img/gjtm/icon-om-2.png) no-repeat top center;background-size:80px 80px}
.good_list .item3{width:140px;margin-left:67px;background:url(img/gjtm/icon-om-3.png) no-repeat top center;background-size:80px 80px}
.good_list .item4{width:154px;margin-left:57px;background:url(img/gjtm/icon-om-4.png) no-repeat top center;background-size:80px 80px}
.xy_source{padding-top:40px}
.xy_source .xy_title{margin-bottom:30px}
.source_list{width:100%;background:#f2f2f2;border:1px solid #eee;border-radius:5px}
.source_list .tit{font-size:24px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#181c29;line-height:26px;padding:30px 0 26px}
.source_box{padding:0 118px 40px 58px}
.source_1{padding-left:46px;background:url(img/gjtm/icon-01.png) no-repeat top left;background-size:30px 30px;margin-bottom:16px}
.source_2{padding-left:46px;background:url(img/gjtm/icon-02.png) no-repeat top left;background-size:30px 30px;margin-bottom:16px}
.source_3{padding-left:46px;background:url(img/gjtm/icon-03.png) no-repeat top left;background-size:30px 30px;margin-bottom:16px;margin-bottom:0}
.source_box .p1{font-size:18px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#181c29;line-height:26px}
.source_box .p2{font-size:16px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#4d5260;line-height:24px;margin-top:10px}
.source_1 span{color:#ff6521}
.xy_ys{padding-top:40px}
.xy_ys .xy_title{margin-bottom:30px}
.ys_list{text-align:center;margin:0 auto;width:703px;height:547px;background:url(img/gjtm/icon-ys-bg.png) no-repeat center center;background-size:703px 547px}
.xy_main{padding-bottom:60px;background-color:#fff}
.xy_apply{padding-top:40px}
.xy_apply .apply_tit{font-size:20px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#ff6521;line-height:40px;padding:20px 0 10px}
.apply_item{margin-bottom:15px}
.apply_item span{color:#ff6521}
.apply_item .item_1{width:98px;height:44px;line-height:44px;text-align:center;background:linear-gradient(90deg,#ffdbc5 5%,#ffc5a0 96%);border-radius:5px;font-size:18px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#181c29;margin-right:18px}
.apply_item .item_con{padding:7px 20px 10px;width:670px;background:#f6f7f9;border:1px solid #eee}
.apply_item .item_con .p1{font-size:20px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#ff6521;line-height:40px}
.apply_item .item_con .ps{font-size:20px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#181c29;line-height:36px}
.xy_case{padding-top:40px}
.xy_case .xy_title{margin-bottom:30px}
.xy_case .case_list{width:655px;height:534px;text-align:center;margin:0 auto;background:url(img/gjtm/mg-case.png) no-repeat center center;background-size:655px 534px}
.xy_notice{background-color:#fff;margin-top:20px;padding-top:40px;padding-bottom:30px}
.xy_notice .xy_title{margin-bottom:30px}
.xy_notice .notice_list{position:relative;font-size:18px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#181c29;line-height:26px;padding:0 120px}
.xy_notice .notice_list:before{content:"";position:absolute;left:90px;top:20px;width:10px;height:10px;background:#ff6521;border-radius:50%}
.xy_notice .notice_list:after{content:"";position:absolute;right:100px;top:20px;width:10px;height:10px;background:#ff6521;border-radius:50%}
.xy_japan_a{padding-top:40px}
.xy_japan_a .xy_title{margin-bottom:30px}
.xy_japan_a .japan_a_list{width:100%;padding:33px 50px 40px 45px;background:rgba(255,101,33,.05);border:1px dashed #ff6521;border-radius:5px;font-size:20px;color:#181c29;line-height:40px}





.dt-wrap{overflow:hidden;width:896px;background:#fff}
.dt-nav{padding-left:40px;height:56px;border-bottom:1px solid #dcdcdc}
.dt-nav a{float:left;margin-right:52px;height:54px;color:#181c29;font-size:16px;line-height:54px}
.dt-nav a.active,.dt-nav a:active{border-bottom:2px solid #ff6521;font-weight:600}
.dt-title{padding:40px 0 30px;height:38px;background:url(img/gjtm/dt/bg1.png) no-repeat center 64px;color:#181c29;text-align:center;font-weight:600;font-size:32px;line-height:38px}
.dt-title.d2{background:url(img/gjtm/dt/bg2.png) no-repeat center 64px}
.dt-content{padding:0 40px}
.introduce .img-wrap{position:relative;width:399px;height:130px}
.introduce .img-wrap img{display:block;width:399px;height:130px}
.introduce .img-wrap span{position:absolute;top:0;left:0;width:213px;height:58px;color:#fff;text-align:center;font-weight:600;font-size:24px;line-height:58px}
.material{height:375px;background:url(img/gjtm/dt/bg4.png) no-repeat center}
.material .fl{width:408px;height:187px}
.material .fl .img-wrap{position:relative;margin-top:18px;height:90px}
.material .fl .img-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}
.material .fl p{height:24px;color:#181c29;text-align:center;font-weight:600;font-size:18px;line-height:24px}
.material .fl span{display:block;height:24px;color:#828897;text-align:center;font-size:16px;line-height:24px}
.tips{margin-top:30px;height:18px;color:#ef4b4b;text-align:center;font-size:14px;line-height:18px}
.progress .clearfix{position:relative;padding:0 40px;background:#fff5ef}
.progress .desc,.progress .step{float:left;margin-bottom:33px;height:28px;color:#181c29;font-weight:600;font-size:24px;line-height:28px}
.progress .step{width:160px;text-align:right}
.progress .desc{color:#4d5260;font-weight:400;font-size:18px}
.progress .ico1,.progress .ico2,.progress .ico3{position:absolute;left:220px;z-index:3}
.progress .ico1,.progress .ico2{top:6px;width:12px;height:12px;border:2px solid #ff6521;border-radius:50%;background:#fff}
.progress .ico2{top:46px;background:#ff6521}
.progress .ico3{top:26px;left:215px;width:28px;height:28px;background:url(img/gjtm/ico1.png) no-repeat center}
.progress .line{position:absolute;top:0;left:227px;width:2px;height:120px;background:#bcbcbc}
.progress .step-wrap{padding-bottom:40px}
.progress .step-wrap .fl{margin-left:46px;width:442px;height:80px;background:url(img/gjtm/bg3.png) no-repeat center}
.progress .step-wrap .desc,.progress .step-wrap .step{line-height:80px}
.progress .step-wrap .line{height:40px}
.progress .step-wrap .fl .step{width:134px}
.res .img-wrap{float:left;width:204px}
.res .img-wrap img{display:block;margin:0 auto}
.res .img-wrap span{display:block;margin:18px auto;width:30px;height:4px;background:#ff6521}
.res .img-wrap p{padding-bottom:5px;color:#4d5260;text-align:center;font-weight:600;font-size:16px}
.advantage{display:block;margin:0 auto 60px}
.ques{overflow:hidden;padding-bottom:20px}
.ques .ques-wrap{margin-bottom:20px;padding:20px;border:1px solid #eee;background:#fff}
.ques .ques-wrap .ico{float:left;margin-right:20px;width:24px;height:24px;background:#3bb664;color:#fff;text-align:center;font-size:12px;line-height:24px}
.ques-wrap .ques-title{margin-bottom:20px}
.ques-wrap .ques-title .ico{background:#ff6521}
.ques-wrap .title{float:left;width:730px;height:24px;color:#181c29;font-weight:600;font-size:18px;line-height:24px}
.ques-wrap .text{float:left;width:730px;color:#4d5260;font-size:14px;line-height:20px;text-align:justify}
.note-wrap{padding-bottom:40px}
.note-wrap .note{height:32px;color:#828897;font-size:16px;line-height:32px}
.xy_title{position:relative;height:38px;line-height:38px;padding:40px 0 30px;font-size:32px;color:#181c29;font-weight:600;text-align:center;margin:0 auto}
.xy_title .tit_info{display:inline-block;position:relative}
.tit_info span{position:relative;z-index:2}
.tit_info:after{position:absolute;bottom:0;left:0;z-index:1;content:"";display:inline-block;width:100%;height:10px;background:linear-gradient(90deg,#ff8e5d,rgba(255,118,58,0) 93%)}
.xy_2{padding:0 40px}
.xy_2_item{width:394px;height:208px;background:rgba(255,101,33,.05);border:1px dashed #ff6521;border-radius:5px;padding:50px 0 30px 50px}
.xy_2_item:first-child{background:rgba(56,134,251,.05);border:1px dashed #3886fb;border-radius:5px}
.xy_2_item .p1{font-size:20px;font-family:PingFang SC,PingFang SC-Semibold;font-weight:600;text-align:left;color:#181c29;line-height:41px}
.xy_2_item .item_2_txt{position:relative;margin-left:60px;font-size:20px;font-family:PingFang SC,PingFang SC-Medium;font-weight:500;text-align:left;color:#4d5260;line-height:40px}
.xy_2_item .item_2_txt p{position:relative}
.xy_2_item .item_2_txt p:before{position:absolute;content:"";left:-15px;top:19px;width:5px;height:5px;border-radius:50%;background-color:#3886fb}
.xy_2_item_last .item_2_txt p:before{background-color:#ff6521}
.progress .step2{width:125px;text-align:left;margin-left:62px}
.our_list{width:816px;margin:0 auto}
.our_tit{height:60px;background:url(img/gjtm/icon-our-bg.png) no-repeat center center;background-size:816px 60px;font-size:20px;line-height:60px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#fff}
.our_tit .our_server{width:477px;padding:0 25px}
.our_tit .other_server{width:338px;padding:0 38px;color:#828897}
.list_ul .ul_left{width:477px}
.list_ul .ul_right{width:338px}
.item_left{width:447px;padding:20px 0 20px 20px}
.item_left .i_1{width:98px;height:44px;line-height:44px;background:linear-gradient(90deg,#ffdbc5 5%,#ffc5a0 96%);border-radius:5px;font-size:18px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#181c29}
.item_left .i_2{width:calc(100% - 142px);margin-left:20px}
.item_left .i_t{font-size:18px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#181c29;line-height:24px;padding-left:26px;background:url(img/gjtm/icon-mg-dui.png) no-repeat left center;background-size:16px 16px;margin-bottom:10px}
.item_left .i_p{font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#4d5260;line-height:24px}
.ul_item_gray{background:#f6f7f9}
.item_right{width:337px;padding:20px 10px 20px 20px}
.item_right .r_t{font-size:18px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#828897;line-height:21px;padding-left:26px;background:url(img/gjtm/icon-mg-cuo.png) no-repeat left center;background-size:16px 16px;margin-bottom:10px}
.item_right .r_t span{font-size:20px;color:#ef4b4b}
.item_right .r_p{font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#828897;line-height:24px}
.xy_4{padding-bottom:40px}














.wb_main .dt-wrap{overflow:hidden;width:896px;background:#fff;}
.wb_main .dt-nav{padding-left:40px;height:56px;border-bottom:1px solid #dcdcdc;}
.wb_main .dt-nav a{float:left;margin-right:52px;height:54px;color:#181c29;font-size:16px;line-height:54px;}
.wb_main .dt-nav a.active,.dt-nav a:active{border-bottom:2px solid #ff6521;font-weight:600;}
.wb_main .dt-title{padding:40px 0 30px;height:38px;background:url(img/dt/bg1.png) no-repeat center 64px;color:#181c29;text-align:center;font-weight:600;font-size:32px;line-height:38px;}
.wb_main .dt-title.d2{background:url(img/dt/bg2.png) no-repeat center 64px;}
.wb_main .dt-content{padding:0 40px;}
.wb_main .introduce .img-wrap{position:relative;width:399px;height:130px;}
.wb_main .introduce .img-wrap img{display:block;width:399px;height:130px;}
.wb_main .introduce .img-wrap span{position:absolute;top:0;left:0;width:213px;height:58px;color:#fff;text-align:center;font-weight:600;font-size:24px;line-height:58px;}
.wb_main .result .clearfix{padding:0 35px;background:#f6f7f9;}
.wb_main .result .clearfix .item{margin-top:12px;width:349px;height:54px;background:url(img/dt/bg6.png) no-repeat center;text-align:center;font-size:0;line-height:54px;}
.wb_main .result .clearfix .item span{display:inline-block;color:#181c29;vertical-align:middle;text-align:center;font-weight:600;font-size:24px;}
.wb_main .result .clearfix .item .ico{margin-right:15px;width:24px;height:24px;background:url(img/dt/ico2.png) no-repeat center;}
.wb_main .result .clearfix .item .ico1{margin-right:15px;width:24px;height:24px;background:url(img/dt/ico3.png) no-repeat center;}
.wb_main .material{height:375px;background:url(img/dt/bg4.png) no-repeat center;}
.wb_main .material.pro{height:565px;background:url(img/dt/bg5.png) no-repeat center;}
.wb_main .material.promax{height:754px;background:url(img/dt/bg7.png) no-repeat center;}
.wb_main .material .fl{position:relative;width:408px;height:187px;}
.wb_main .material .fl .img-wrap{position:relative;margin-top:18px;height:90px;}
.wb_main .material .fl .img-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;}
.wb_main .material .fl p{height:24px;color:#181c29;text-align:center;font-weight:600;font-size:18px;line-height:24px;}
.wb_main .material .fl span{display:block;height:24px;color:#828897;text-align:center;font-size:16px;line-height:24px;}
.wb_main .material .fl .desc{position:absolute;top:50%;left:50%;margin:-20px 0 0 -140px;width:280px;color:#ef4b4b;font-weight:600;font-size:14px;line-height:20px;}
.wb_main .tips{margin-top:30px;height:18px;color:#ef4b4b;text-align:center;font-size:14px;line-height:18px;}
.wb_main .type .clearfix{padding:42px 28px;border-radius:5px;background:#ffdbc5;background:linear-gradient(90deg,rgba(255,219,197,.25),rgba(255,197,160,.25));}
.wb_main .type .clearfix a{float:left;margin:36px 0;width:190px;height:24px;color:#181c29;text-align:center;font-weight:600;font-size:18px;line-height:24px;}
.wb_main .progress .clearfix{position:relative;padding-left:40px;background:#fff5ef;}
.wb_main .progress.min .clearfix{padding-left:195px;}
.wb_main .progress.min .line{left:385px;}
.wb_main .progress.min .ico1{left:378px;}
.wb_main .progress.min .ico2{left:378px;}
.wb_main .progress.min .ico3{left:372px;}
.wb_main .progress .desc,.progress .step{float:left;margin-bottom:33px;height:28px;color:#181c29;font-weight:600;font-size:24px;line-height:28px;}
.wb_main .progress .step{width:160px;text-align:right;}
.wb_main .progress .desc{color:#4d5260;font-weight:400;font-size:18px;}
.wb_main .progress .ico1,.progress .ico2,.progress .ico3{position:absolute;left:220px;z-index:3;}
.wb_main .progress .ico1,.progress .ico2{top:6px;width:12px;height:12px;border:2px solid #ff6521;border-radius:50%;background:#fff;}
.wb_main .progress .ico2{top:46px;background:#ff6521;}
.wb_main .progress .ico3{top:26px;left:215px;width:28px;height:28px;background:url(img/dt/ico1.png) no-repeat center;}
.wb_main .progress .line{position:absolute;top:0;left:227px;width:2px;height:120px;background:#bcbcbc;}
.wb_main .progress .step-wrap{padding-bottom:40px;}
.wb_main .progress .step-wrap .fl{margin-left:46px;width:442px;height:80px;background:url(img/dt/bg3.png) no-repeat center;}
.wb_main .progress .step-wrap .fl.pro{margin-left:46px;width:545px;background:url(img/dt/bg8.png) no-repeat center;}
.wb_main .progress .step-wrap .fl.min{margin-left:46px;width:180px;background:url(img/dt/bg9.png) no-repeat center;}
.wb_main .progress .step-wrap .desc,.progress .step-wrap .step{line-height:80px;}
.wb_main .progress .step-wrap .line{height:40px;}
.wb_main .progress .step-wrap .fl .step{width:134px;}
.wb_main .res .img-wrap{float:left;width:204px;}
.wb_main .res .img-wrap img{display:block;margin:0 auto;}
.wb_main .res .img-wrap span{display:block;margin:18px auto;width:30px;height:4px;background:#ff6521;}
.wb_main .res .img-wrap p{padding-bottom:5px;color:#4d5260;text-align:center;font-weight:600;font-size:16px;}
.wb_main .advantage,.end{display:block;margin:0 auto 60px;}
.wb_main .ques{overflow:hidden;padding-bottom:20px;}
.wb_main .ques .ques-wrap{margin-bottom:20px;padding:20px;border:1px solid #eee;background:#fff;}
.wb_main .ques .ques-wrap .ico{float:left;margin-right:20px;width:24px;height:24px;background:#3bb664;color:#fff;text-align:center;font-size:12px;line-height:24px;}
.wb_main .ques-wrap .ques-title{margin-bottom:20px;}
.wb_main .ques-wrap .ques-title .ico{background:#ff6521;}
.wb_main .ques-wrap .title{float:left;width:730px;height:24px;color:#181c29;font-weight:600;font-size:18px;line-height:24px;}
.wb_main .ques-wrap .text{float:left;width:730px;color:#4d5260;font-size:14px;line-height:20px;}
.wb_main 
.wb_main .note-wrap{padding-bottom:40px;}
.wb_main .note-wrap .note{height:32px;color:#828897;font-size:16px;line-height:32px;}
.wb_main .dt-wrapper{margin:36px auto 0;padding:0 58px 40px;width:700px;background:#d8e2ee;background:linear-gradient(90deg,rgba(216,226,238,.18) 1%,rgba(173,192,213,.18) 99%);}
.wb_main .dt-wrapper p{color:#181c29;text-align:center;font-weight:600;font-size:18px;line-height:30px;}
.wb_main .thing p{margin:0 0 12px 65px;height:54px;font-size:0;line-height:54px;}
.wb_main .thing p span{display:inline-block;color:#181c29;vertical-align:middle;text-align:center;font-weight:600;font-size:24px;}
.wb_main .thing p .i{margin:0 15px;width:24px;height:24px;}
.wb_main .thing .p1{background:linear-gradient(270deg,rgba(255,255,255,0),rgba(255,101,33,.14) 53%,rgba(255,101,33,.14));}
.wb_main .thing .p1 .i{background:url(img/dt/ico4.png) no-repeat center;}
.wb_main .thing .p2{background:linear-gradient(270deg,rgba(255,255,255,0),rgba(216,226,238,.32) 53%,rgba(173,192,213,.32));}
.wb_main .thing .p2 .i{background:url(img/dt/ico5.png) no-repeat center;}
.wb_main .thing .p1 .i1,.thing .p2 .i2{margin:0 15px;color:#ff6521;font-weight:600;font-size:24px;}
.wb_main .thing .p2 .i2{color:#181c29;}