.product-title{
    height: auto;
    overflow: hidden;
}
.product-title p{
    display: inline-block;
    width: 100%;
    height: 18px;
    line-height: 18px;
    float: left;
    margin-top: 10px;
}
.product-title p span{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.product-title p span.auth-enterprise{
    color: #209567;
}
.product-title p span.copyright-certificate{
    color: #ff660d;
}
.product-title p span i{
    display: inline-block;
    width: 22px;
    height: 18px;
    float: left;
    background: url(../images/icon-release-product.svg) no-repeat;
    margin-right: 5px;
}
.product-title p span.auth-enterprise i{
    margin-right: 3px;
    background-position: 4px -168px;
}
.product-title p span.copyright-certificate i{
    background-position: -31px -169px;
}

.product-ip-form-style{
    width: 100%;
    height: auto;
    min-height: 64px;
    overflow: hidden;
    background: #F6F6F6;
    margin: 30px 0 0 0;
    border-radius: 6px;
    padding: 15px 10px;
    box-sizing: border-box;
}
.product-ip-form,
.product-ip-style{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-ip-form label,
.product-ip-style label{
    width: 19%;
    color: #666;
    float: left;
    padding: 3px 5px;
    text-align: right;
    box-sizing: border-box;
}
.product-ip-form .product-ip-form-list,
.product-ip-style .product-ip-style-list{
    width: 81%;
    float: left;
}
.product-ip-form-list span,
.product-ip-style-list span{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 3px 10px;
    float: left;
    background: #e7e4e4;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    color: #333;
}
.product-ip-style-list span{
    border-radius: 12px;
    color: #666;
}

.authorize-method-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.authorize-method-item {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #b5b2b2;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}
.active-authorize-method-item{
    background: #ff003c;
    border: 1px solid #ff003c;
}
.authorize-method-item span.authorize-type {
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 20px;
    color: #666;
    font-size: 14px;
    float: left;
    position: relative;
}
.active-authorize-method-item span.authorize-type{
    color: #fff;
}
.authorize-method-item span.authorize-type i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    margin: 21px 10px 0 0;
    float: left;
    border: 1px solid #666;
    border-radius: 50%;
    cursor: pointer;
}
.authorize-method-item span.authorize-type em {
    display: inline-block;
    width: 10px;
    height: 10px;
    float: left;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 4px;
    margin: 15px 0 0 0;
}
.active-authorize-method-item span.authorize-type em {
    background: #ff003c;
}
.input-authorize-price {
    width: auto;
    height: 60px;
    line-height: 60px;
    float: right;
    margin-right: 20px;
    font-weight: bold;
    color: #333;
}
.active-authorize-method-item .input-authorize-price{
    color: #fff;
}

.select-entity-model {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 5px;
    position: relative;
}
.select-entity-model span.info-type {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.select-entity-model span.info-type i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 11px 8px 0 0;
    float: left;
    border: 1px solid #666;
    border-radius: 50%;
    cursor: pointer;
}
.select-entity-model span.info-type em {
    display: inline-block;
    width: 10px;
    height: 10px;
    float: left;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: 3px;
    margin: 15px 0 0 0;
}
.select-entity-model span.info-type em.active-info-type{
    background: #666;
}
.entity-model-list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.entity-model-list ul li{
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 9px 9px 0;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative;
}
.entity-model-list ul li.active-entity-model{
    border: 2px solid #ff003c;
}
.entity-model-list ul li img{
    width: 100%;
    height: 100%;
}
.entity-model-list ul li span{
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.3);
}

.breadcrumb-box i{
    display: inline-block;
    width: 18px;
    height: 18px;
    float: left;
    margin: 3px 5px 0 0;
    background: url(../images/icon-release-product.svg) no-repeat 1px -132px;
}

.contact-qr-code{
    width: 100%;
    height: 236px;
    float: left;
    margin-top: 20px;
    margin-bottom: 50px;
}
.contact-qr-code img{
    width: 236px;
    height: 236px;
    border-radius: 6px;
    border: 1px solid #e7e4e4;
}

.contact-collect-handle{
    width: 228px;
    height: auto;
    overflow: hidden;
}
.contact-collect-handle button{
    width: 100%!important;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}
.contact-collect-handle button.contact-customer-service{
    background: #ff003c;
    margin-bottom: 15px;
    border: none;
    color: #fff;
    font-size: 13px;
}
.contact-collect-handle button.collect-ip-product{
    border-radius: 20px!important;
}
.contact-collect-handle button.collect-ip-product i{
    margin-left: 90px;
}


.ip-box-list{
    width: 426px;
    height: 426px;
    line-height: 426px;
    text-align: center;
}
.ip-box-list img{
    width: auto;
    height: auto;
    max-width: 426px;
    max-height: 426px;
}