.outer *{
    box-sizing: border-box;
}
.outer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 19px 0 27px;
    min-width: 1200px;
}
.center{
    width: 1200px;
}
.adv{
    width: 100%;
    object-fit: contain;
    background: #CCCCCC;
    display: block;
}
.link{
    margin: 21px 0 26px;
    line-height: 14px;
}
.link a{
    font-size: 14px;
    color: #666666;
}
.link a:hover{
    color: #F79131 !important;
}
.link a i{
    font-size: 12px;
    color: #666666;
    margin: 0 4px;
}
.product-left{
    width: 900px;
}
.product-right{
    width: 280px;
}
.product-card{
    width: 100%;
    background: #FFFFFF;
    padding: 30px 40px;
    margin-bottom: 20px;
    display: flex;
    /*justify-content: space-between;*/
}
.company-card{
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;

}
.product-card-left{
    width: 260px;
    position: relative;
}
.product-card-right{
    margin-left: 40px;
}
.product-name{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    padding-left: 6px;
}
.desc-content img{
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
    object-fit: contain;
}
.update_time{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-left: 6px;
}
.product-info{
    font-size: 14px;
    display: flex;
    line-height: 28px;
    color: #666666;
    position: relative;
    align-items: baseline;
}
.breakword {
    width: 180px;
    overflow-wrap: break-word;
}
.price label{
    font-size: 18px;
    color: #F79131;
}
.price span{
    color: #666666;
    font-size: 14px;
}
.product-info-toast{
    position: absolute;
    color: #f79131;
    font-size: 12px;
    bottom: -14px;
    left: 70px;
    line-height: 13px;
    display: none;
}
.product-info span{
    color: #999999;
}
.product-info-cont .product-info span{
    min-width:98px;
}
/*.product-card-right .product-info span{*/
/*    width: 76px;*/
/*}*/
.product-btn{
    text-align: center;
    cursor: pointer;
    width: 190px;
    height: 40px;
    background: #F79131;
    border-radius: 4px;
    line-height: 40px;
    margin-top: 40px;
    font-size: 18px;
    color: #FFFFFF;
}
.product-btm-btn{
    display: flex;
    margin-top: 30px;
}
.product-btm-btn1{
    width: 100px;
    height: 30px;
    background: #108391;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 10px;
}
.product-btm-btn2{
    width: 80px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #CCCCCC;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #108391;
    font-size: 14px;
}
.product-btm-btn2 i{
    color: #CCCCCC;
    margin-right: 2px;
}
.saved{
    color: red !important;
}
.company-title{
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.company-link{
    display: flex;
    padding-bottom: 18px;
    margin-bottom: 16px;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
}
.company-year{
    width: 60px;
    height: 16px;
    display: flex;
    border-radius: 2px;
    border: 1px solid #f79131;
    margin-right: 16px;
}
.company-year div:nth-child(1){
    color: #f79131;
    height: 14px;
    padding: 0 4px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: #ffffff;
}
.company-year div:nth-child(2){
    background: linear-gradient(180deg,  #F7CB6B 0%, #f79131 100%);
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    text-align: center;
}
.company-go{
    display: flex;
    align-items: center;
}
.company-go div:nth-child(1){
    font-size: 14px;
    color: #108391;
    text-decoration: none;
}
.company-go div:nth-child(2){
    width: 14px;
    height: 14px;
    background: #666666;
    text-align: center;
    line-height: 8px;
    border-radius: 50%;
    margin-left: 2px;
}
.company-go div:nth-child(2) i{
    color: #ffffff;
    font-size: 8px;
    margin-left: 2px;
}
.company-go:hover div:nth-child(1){
    text-decoration: underline;
}
.company-go:hover div:nth-child(2){
    background: #108391;
}
.product-right .product-info span{
    width: 70px;
    flex-shrink: 0;
}
.noneContact{
    color: #999;
    font-size: 14px;
}
.company-btn-line{
    display: flex;
    margin-top: 16px;
    width: 100%;
    justify-content: space-between;
}
.company-btn-line div{
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    padding: 0 18px;
    height: 30px;
    background: #4FC2B8;
    border-radius: 15px;
    line-height: 30px;
}
.form-card{
    border-radius: 4px;
    overflow: hidden;
}
.form-btn{
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(180deg, #f79131 0%,#F7CB6B 100%);
    color: #ffffff;
    font-size: 18px;
}
.form-cont{
    padding: 30px 30px 40px;
    background: #ffffff;
}
.form-cont .product-info span{
    width: 70px;
}
.form-cont .product-info{
    margin-bottom: 18px;
}
/*.form-cont .product-info:last-child{*/
/*    margin-bottom: 0;*/
/*}*/
.product-info input{
    width: 150px;
    height: 20px;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    padding: 0 6px;
    font-size: 14px;
}
.product-info textarea{
    width: 150px;
    height: 100px;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    padding: 2px 6px;
    font-size: 14px;
    resize: none;
    font-family: '微软雅黑';
}
.product-info input::placeholder,.product-info textarea::placeholder{
    color: #999999;
}
.product-info input:focus-visible,.product-info textarea:focus-visible{
    outline: none;
}
.form-btm-btn{
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    width: 220px;
    height: 30px;
    background: #f79131;
    border-radius:  15px;
    line-height: 30px;
}
#productDrag {
    position: relative;
    width: 150px;
    height: 20px;
    background: #EEEEEE;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
}
#productDrag .drag_bg {
    background-color: rgba(79, 194, 184, 1);
    height: 20px;
    width: 0;
    border-radius: 4px;
}
#productDrag .drag_text {
    position: absolute;
    top: 0;
    width: 150px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 20px;
    color: rgba(153, 153, 153, 1);
}
#productDrag .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: move;
}
.handler_bg {
    background: #fff url(../imgs/auth/slide.png) no-repeat center;
    background-size: 100% 100%;
}
.handler_ok_bg {
    background: #fff url(../imgs/auth/slideAfter.png) no-repeat center;
    background-size: 100% 100%;
}
.product-info-card{
    background: #ffffff;
}
.product-data-download{
    height: 30px;
    width: fit-content;
    background: #4FC2B8;
    border-radius: 15px;
    line-height: 26px;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    padding: 2px 2px 2px 13px;
}
.product-data-download div{
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 12px;
    color: #108391;
    text-align: center;
}
.product-info-card-name{
    padding: 29px 40px 24px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-info-cont{
    border-bottom: 1px solid #F2F2F2;
    padding: 24px 40px;
    display: flex;
    flex-wrap: wrap;
}
.product-info-cont .product-info{
    width: 50%;
}
.product-info-bottom{
    padding: 40px;
    /*min-height: 300px;*/
    font-size: 14px;
    line-height: 22px;
}
.product-info-ai-bottom{
    padding: 40px;
    border-top: 1px solid #F2F2F2;
    color: rgba(16, 131, 145, 1);
    /*min-height: 300px;*/
    font-size: 16px;
    line-height: 22px;
}
.desc-ai-title{
    margin: 10px 0;
    background: #d0d0d047;
    font-size: 14px;
    color: #6a6a6a;
    line-height:25px;
    text-align: center;
}
.desc-ai-content{
    font-size: 14px;
    color: #6a6a6a;
    line-height:25px;
    text-align: left;
}

.product-info-bottom div:nth-child(1){
    color: #000000;
}
.product-info-bottom div:nth-child(2){
    color: #666666;
    word-break: break-all;
}
.product-info-bottom ul{
    list-style-type: disc;
    padding: 0;
    margin: 0;
    padding-inline-start:15px
}
.product-info-bottom ol{
    list-style-type: decimal;
    padding: 0;
    margin: 0;
    padding-inline-start:15px
}
.about-product{
    margin-top: 40px;
}
.about-product-title{
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
    border-left: 6px solid #108391;
    margin-bottom: 9px;
    line-height: 20px;
}
.about-product-cont{
    padding: 20px 20px 15px;
    background: #ffffff;
    overflow: hidden;
}
.about-product-cont #cont_box{
    display: flex;
}
.about-product-item{
    margin-right: 30px;
    width: 140px;
    cursor: pointer;
}
.about-product-cont .about-product-item:last-child{
    margin-right: 0;
}
.about-product-item img{
    width: 140px;
    height: 140px;
    object-fit: cover;
}
.about-product-item div{
    height: 38px;
    margin-top: 6px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}
.product-toast{
    font-size: 14px;
    color: #333333;
    margin-top: 50px;
}
#productSwiperTop img{
    width: 260px;
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    object-fit: contain;
}
#productSwiperBottom{
    margin-top: 6px;
}
#productSwiperBottom img{
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F2F2F2;
    object-fit: contain;
}
#productSwiperBottom .swiper-slide-thumb-active img{
    border-color: #4FC2B8;
}
.goodsImg{
    position: relative;
    width: 260px;
    height: 260px;
}
.goodsImg-tool{
    cursor: all-scroll;
    position: absolute;
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 2;
}
.big-show{
    width: 260px;
    height: 260px;
    overflow: hidden;
    position: absolute;
    left: 262px;
    top: 0;
    box-shadow: 3px 6px 10px 6px #F2F2F2;
    display: none;
    background: #ffffff;
    z-index:111;
}
.big-show img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    image-rendering: auto;
}

/*popup*/
.preordain_cover {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: black;
    opacity: 0.4;
}

.buyDetail_btns{
    display: flex;
    align-items: center;
    margin-top: 26px;
}
.buyDetail_btns button:first-child{
    width: 120px;
    height: 30px;
    background: #F79131;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    cursor: pointer;
}
.buyDetail_btns button:last-child{
    width: 80px;
    height: 30px;
    background: #CCCCCC;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 10px;
    border: none;
    cursor: pointer;
}
.toCheck{
    position: fixed;
    width: 300px;
    height: max-content !important;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -150px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toCheck .tocheck_text{
    width: 100%;
    padding: 40px 20px 0;
    text-align: center;
}
.toCheck i{
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 16px;
    cursor: pointer;
}
.toCheck .buyDetail_btns{
    margin-top: 0 !important;
    padding: 30px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
}
.toCheck .buyDetail_btns button:first-child{
    background: #4FC2B8;
}
.can_look{
    width: 158px;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
#pup_2 div:first-child,#pup_1 div:first-child{
    margin-top: 0 !important;
}
.can_look label,.already_look a{
    color: #F79131;
}
.already_look{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 3px;
}
.AI_Info{
    border-top: 1px solid #F2F2F2;
    padding: 40px 40px 58px;
}
.AI_Info div:first-child{
    color: #108391;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.AI_Info div:first-child i{
    color: #F79131;
    font-size: 24px;
    margin-right: 3px;
}
.AI_Info div:nth-child(2){
    margin: 20px 0;
    width: 100%;
    height: 24px;
    background: #F2F2F2;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.AI_Info div:nth-child(3){
    color: #666666;
    font-size: 14px;
}


.nc-container .nc_scale .btn_ok{
    height: 34px !important;
}
.nc-container .nc_scale span{
    height: 34px !important;
    line-height: 34px !important;
}
