
.bossgoo_factory_1{
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* book-factory 开始 */
.bossgoo_factory_1 .book-factory{
    /* padding: 30px 0; */
    display: flex;
    flex-wrap: wrap;
}
.bossgoo_factory_1 .book-fa-left{
    width: 60%;
    font-size: 16px;
    padding-right: 15px;
}
.bossgoo_factory_1 .book-fa-left p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.bossgoo_factory_1 .book-fa-left span{
    font-size: 32px;
    font-weight: bold;
    margin-right: 10px;
    color: #222;
}
.bossgoo_factory_1 .book-fa-table{
    width: 100%;
    text-align: left;
}
.bossgoo_factory_1 .book-fa-table tbody tr{
    display: flex;
    margin-top: 30px;
}
.bossgoo_factory_1 .book-fa-table tbody tr th{
    width: 145px;
    /* line-height: 24px; */
    line-height: 1.5;
    flex-shrink: 0;
    color: #222;
}
.bossgoo_factory_1 .book-fa-table tbody tr td{
    /* line-height: 24px; */
    line-height: 1.5;
    padding-left: 10px;
    color: #666;
    box-sizing: border-box;

    max-height: 100%;
    /* flex: 1; */
}
.bossgoo_factory_1 .book-fa-table tbody tr td a{
    line-height: 24px;
    color: #666;
}
.bossgoo_factory_1 .book-fa-table-code{
    width: 116px;
    height: 116px;
    object-fit: contain;
}
.bossgoo_factory_1 .book-fa-right{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bossgoo_factory_1 .book-fa-swiper{
    height: 470px;
    width: 100%;
}
.bossgoo_factory_1 .book-fa-swiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bossgoo_factory_1 .book-fa-swiper .swiper-wrapper .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.bossgoo_factory_1 .book-fa-swiper .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
}
.bossgoo_factory_1 .book-fa-swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 5px;
    background-color: #fff;
}
/* book-factory 结束 */

@media only screen and (max-width:1040px){
    .bossgoo_factory_1{
        padding-top: .6rem;
        padding-bottom: .6rem;
    }
    .bossgoo_factory_1 .book-factory{
        padding: 0 .2rem;
    }
    .bossgoo_factory_1 .book-fa-left{
        width: 100%;
        padding-right: 0;
    }
    .bossgoo_factory_1 .book-fa-left span{
        font-size: .6rem;
    }
    .bossgoo_factory_1 .book-fa-right{
        display: none;
    }
    .bossgoo_factory_1 .book-fa-table{
        font-size: .36rem;
    }
    .bossgoo_factory_1 .book-fa-table tbody tr{
        margin-top: .4rem;
    }
    .bossgoo_factory_1 .book-fa-left p{
        font-size: .28rem;
    }
    .bossgoo_factory_1 .book-fa-table tbody tr th{
        width: 3.6rem;
    }
}
@media only screen and (max-width:767px){
    .bossgoo_factory_1{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .bossgoo_factory_1 .book-fa-left p{
        display: flex;
        flex-direction: column;
    }
    .bossgoo_factory_1 .book-fa-left p{
        font-size: .24rem;
    }
    .bossgoo_factory_1 .book-fa-left span{
        font-size: .4rem;
        margin-bottom: .2rem;
    }
    .bossgoo_factory_1 .book-fa-table{
        font-size: .28rem;
    }
    .bossgoo_factory_1 .book-fa-table tbody tr{
        margin-top: .3rem;
    }
    .bossgoo_factory_1 .book-fa-table tbody tr th {
        width: 2.5rem;
    }
}
@media only screen and (max-width:480px){
    
    /* .bossgoo_factory_1 .book-fa-table{
        font-size: .28rem;
    } */
    
}

/* book-email 开始 */
.bossgoo_factory_1{
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bossgoo_factory_1 .book-email p span{
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
}
.bossgoo_factory_1 .book-email-box{
    font-size: 16px;
    margin-top: 10px;
}
.bossgoo_factory_1 .book-email-inputbox{
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}
.bossgoo_factory_1 .book-email-inputbox-err{
    padding-top: 0;
}
.bossgoo_factory_1 .book-email-text{
    width: 165px;
    text-align: left;
    font-weight: bold;
}
.bossgoo_factory_1 .book-email-text em{
    color: #ff0000;
}
.bossgoo_factory_1 .book-email-input{
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #666;
}
.bossgoo_factory_1 .book-email-input input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 5px;
    color: #666;
    border: 1px solid transparent;
    background-color: #f8f8f8;
}
.bossgoo_factory_1 .book-email-input select{
    border-radius: 5px;
}
.bossgoo_factory_1 .book-email-input input::-webkit-input-placeholder,
.bossgoo_factory_1 .book-email-input textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
    font-size: 16px;
}
.bossgoo_factory_1 .book-email-input input::-moz-placeholder,
.bossgoo_factory_1 .book-email-input textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    font-size: 16px;
}
.bossgoo_factory_1 .book-email-input input:-ms-input-placeholder,
.bossgoo_factory_1 .bossgoo_factory_1 .book-email-input textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
    font-size: 16px;
}



.bossgoo_factory_1 .book-email-input .book-email-select-list{
    width: 100px;
    flex-shrink: 0;
    margin-right: 5px;
    position: relative;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.bossgoo_factory_1 .book-email-input .book-email-select-phoneIcon{
    width: 310px;
    height: 45px;
    line-height: 45px;
    border: 1px solid transparent;
    background-color: #f8f8f8;
}
.bossgoo_factory_1 .book-email-input .book-email-select-phoneIcon select{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666;
}
.bossgoo_factory_1 .book-email-select-sex,.book-email-select-phone{
    cursor: pointer;
    caret-color: transparent;
}
.bossgoo_factory_1 .book-email-select-list i{
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0,-50%);
}
.bossgoo_factory_1 .book-email-select-sex-ul,
.bossgoo_factory_1 .book-email-select-phone-ul{
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    display: none;
}
.bossgoo_factory_1 .book-email-select-sex-ul li,
.bossgoo_factory_1 .book-email-select-phone-ul li{
    padding: 5px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #f8f8f8;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.bossgoo_factory_1 .book-email-input .book-email-region{
    width: 100%;
    padding: 0 20px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #f8f8f8;
}
.bossgoo_factory_1 .book-email-region-icon{
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.bossgoo_factory_1 .book-email-region-list{
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    display: none;
    background-color: #fff;
}
.bossgoo_factory_1 .book-email-region-list li{
    padding: 0 20px;
    line-height: 40px;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    
}
.bossgoo_factory_1 .book-email-region-list li:hover{
    background-color: #f8f8f8;
}
.bossgoo_factory_1 .book-email-input .book-email-name,
.bossgoo_factory_1 .book-email-input .book-email-phone{
    width: calc(100% - 105px);
}


.bossgoo_factory_1 .book-email-input .book-email-select{
    width: 100px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    padding-left: 15px;
    background-color: #f8f8f8;
}
.bossgoo_factory_1 .book-email-input .book-email-country{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #f8f8f8;
}
.bossgoo_factory_1 .book-email-input .book-email-date{
    width: 180px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
}
.bossgoo_factory_1 .book-email-date-box{
    width: calc(100% - 200px);
}
.bossgoo_factory_1 .book-email-input .book-email-textarea{
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    height: 90px;
    line-height: 20px;
    font-size: 16px;
    background-color: #f8f8f8;
    color: #666;
}
.bossgoo_factory_1 .book-email-remark{
    align-items: initial;
}
.bossgoo_factory_1 .book-email-remark .book-email-text{
    text-indent: 8px;
}
.bossgoo_factory_1 .book-email-input .book-email-code{
    width: 100px;
}
.bossgoo_factory_1 .form-code{
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 12px;
    font-style: italic;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    overflow: hidden;
}
.bossgoo_factory_1 .book-emial-code-kong{
    width: calc(100% - 250px);
}
.bossgoo_factory_1 .book-email-impor{
    margin-top: 15px;
    padding-left: 140px;
    font-size: 16px;
    color: #666;
}
.bossgoo_factory_1 .book-email-button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.bossgoo_factory_1 .book-email-button .book-email-but{
    width: 300px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    background-color: #333333;
    color: #fff;
    font-size: 18px;
}
.bossgoo_factory_1 .book-email-input .book-email-error{
    color: #ff0000;
    border: 1px solid #ff0000;
}
.bossgoo_factory_1 .book-email-input .book-email-error::-webkit-input-placeholder { /* WebKit browsers */
    color: #ff0000;
}
.bossgoo_factory_1 .book-email-input .book-email-error::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ff0000;
}
.bossgoo_factory_1 .book-email-input .book-email-error:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ff0000;
}
.bossgoo_factory_1 .book-email-add-err,
.bossgoo_factory_1 .book-email-name-err,
.bossgoo_factory_1 .book-email-phone-err,
.bossgoo_factory_1 .book-email-date-err,
.bossgoo_factory_1 .book-email-code-err{
    font-size: 14px;
    color: #ff0000;
    margin-top: 5px;
    line-height: 16px;
}
/* book-email 结束 */
@media only screen and (max-width:1040px){
    .bossgoo_factory_1{
        padding-top: .6rem;
        padding-bottom: .6rem;
    }
    .bossgoo_factory_1 .book-email{
        padding: 0 .2rem;
    }
    .bossgoo_factory_1 .book-email p span{
        font-size: .6rem;
    }
    .bossgoo_factory_1 .book-email-button .book-email-but,
    .bossgoo_factory_1 .book-email-impor,
    .bossgoo_factory_1 .book-email-input input{
        font-size: .36rem;
    }
    .bossgoo_factory_1 .book-email-impor{
        padding-left: 3.6rem;
    }
    .bossgoo_factory_1 .book-email-text{
        width: 3.6rem;
        font-size: .36rem;
    }
    .bossgoo_factory_1 .book-email-input{
        width: calc(100% - 3.6rem);
        font-size: .36rem;
    }

    .bossgoo_factory_1 .book-email-input input::-webkit-input-placeholder,
    .bossgoo_factory_1 .book-email-input textarea::-webkit-input-placeholder { /* WebKit browsers */
        font-size: .36rem;
    }
    .bossgoo_factory_1 .book-email-input input::-moz-placeholder,
    .bossgoo_factory_1 .book-email-input textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: .36rem;
    }
    .bossgoo_factory_1 .book-email-input input:-ms-input-placeholder,
    .bossgoo_factory_1 .bossgoo_factory_1 .book-email-input textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: .36rem;
    }
}
@media only screen and (max-width:767px){
    .bossgoo_factory_1{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .bossgoo_factory_1 .book-email-box{
        font-size: .28rem;
    }
    .bossgoo_factory_1 .book-email p span {
        font-size: .4rem;
    }

    .bossgoo_factory_1 .book-email-input{
        width: calc(100% - 2.5rem);
    }
    .bossgoo_factory_1 .book-email-text{
        font-size: .28rem;
        width: 2.5rem;
    }
    .bossgoo_factory_1 .book-email-impor{
        padding-left: 2.5rem;
    }
    .bossgoo_factory_1 .book-email-impor,
    .bossgoo_factory_1 .book-email-input,
    .bossgoo_factory_1 .book-email-input input,
    .bossgoo_factory_1 .book-email-select-sex-ul li,
    .bossgoo_factory_1 .book-email-select-phone-ul li,
    .bossgoo_factory_1 .book-email-region-list li{
        font-size: .28rem;
    }
    .bossgoo_factory_1 .book-email-button .book-email-but{
        font-size: .3rem;
    }
    .bossgoo_factory_1 .book-email-input input::-webkit-input-placeholder,
    .bossgoo_factory_1 .book-email-input textarea::-webkit-input-placeholder { /* WebKit browsers */
        font-size: .28rem;
    }
    .bossgoo_factory_1 .book-email-input input::-moz-placeholder,
    .bossgoo_factory_1 .book-email-input textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: .28rem;
    }
    .bossgoo_factory_1 .book-email-input input:-ms-input-placeholder,
    .bossgoo_factory_1 .bossgoo_factory_1 .book-email-input textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: .28rem;
    }
    .bossgoo_factory_1 .book-email-add-err,
    .bossgoo_factory_1 .book-email-name-err,
    .bossgoo_factory_1 .book-email-phone-err,
    .bossgoo_factory_1 .book-email-date-err,
    .bossgoo_factory_1 .book-email-code-err{
        font-size: .24rem;
    }
    .bossgoo_factory_1 .book-email-button{
        margin-top: .6rem;
    }
}
@media only screen and (max-width:480px){
    
    
    .bossgoo_factory_1 .book-email-visit{
        align-items: initial;
    }
    .bossgoo_factory_1 .book-email-visit .book-email-input{
        font-size: .28rem;
        flex-direction: column;
    }
    .bossgoo_factory_1 .book-email-visit .book-email-date{
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .bossgoo_factory_1 .book-email-impor {
        padding-left: 0;
        line-height: .44rem;
        font-size: .28rem;
    }
    .bossgoo_factory_1 .book-email-inputbox{
        align-items: initial;
        flex-wrap: wrap;
        padding-top: .2rem;
    }
    .bossgoo_factory_1 .book-email-inputbox-err .book-email-text{
        height: auto;
    }
    .bossgoo_factory_1 .book-email-text{
        width: 100%;
        height: .8rem;
        line-height: .8rem;
        
    }
    .bossgoo_factory_1 .book-email-input{
        width: 100%;
        align-items: initial;
    }
    .bossgoo_factory_1 .book-email-input-wrap{
        flex-wrap: wrap;
    }
    .bossgoo_factory_1 .book-email-input .book-email-select-list{
        margin-right: 2%;
    }
    .bossgoo_factory_1 .book-email-input .book-email-select-list,
    .bossgoo_factory_1 .book-email-input .book-email-name,
    .bossgoo_factory_1 .book-email-input .book-email-phone{
        width: 49%;
    }
    
    
    /* .book-email-input .book-email-name,
    .book-email-input .book-email-phone{
        margin-top: 15px;
    } */

    
}