.navigation{
    font-size: 16px;
    width: 77%;
    margin: 30px auto;
    height: auto;
    color: #333;
}
.navigation .text{
    margin-left: 5px;
    margin-right: 5px;
}
.navigation .text:hover{
    color: #3388ff;
    cursor: pointer;
}
.container{
    width: 77%;
    margin: 0 auto;
}
.module{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.module_left{
    width: 26.4375em;
    margin-right: 2.5em;
}
.module_left img{
    width: 100%;
    border: 1px solid #eee;
}
.module_right{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.module_right h4{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 45px;
}
.module_right_btn{
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #3388ff;
    color: #fff;
    border: 0;
    margin-top: 32px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}
.module_right_btn:hover{
    background: #2170d9;
}
.product-info-content{
    width: 77%;
    margin: 0 auto;
    border: 1px solid #F5F5F5;
    margin-bottom: 30px;
}
.product-info-content-title{
    display: flex;
    height: 60px;
    background: #F5F5F5;
}

.active{
    background: #fff;
    color: #3388ff;
    font-size: 16px;
    line-height: 60px;
    padding-left: 2.5em;
    padding-right: 2.5em;
    cursor: pointer;
    border-top: 3px solid #3388ff;
}
.product-info-content-boby{
    padding: 40px;
    display: none;
}
.bottom{
    margin-bottom: 20px;
}
.bottom img{
    width: 100%;
    vertical-align: bottom;
}
.product-info-other{
    width: 77%;
    margin: 0 auto;
}
.product-info-other-title{
    width: 100%;
    font-size: 30px;
    padding: 1.875em 0;
}
.box-bd1{
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
}
.box-bd-list1{
    /*width: calc(390 * 0.0625em);*/
    /*max-width: 24.375em;*/
    cursor: pointer;
    margin-right: calc(10 * 0.0625em);
    flex: 1;
    display: none;
    /*background-color: #3388ff*/
}
.box-bd-list1 h3{
    color: #333;
    background-color: #f5f5f5;
    padding-left: calc(16 * 0.0625em);
    height: 3.75em;
    font-size: 16px;
    cursor:pointer;
    line-height: 3.75em;
    font-weight: 500;
}
.box-bd1 ul li {
    float: right;
    width: 400px;
    height: 360px;
    /* background-color: pink; */
    margin: 30px 35px;
    cursor:pointer;
}
.box-bd1 ul li h3 {
    display: block;
    /* width: 360px; */

}
.box-bd1 img {
    width: 100%;
    margin: 0 auto;
    transition: all 0.5s linear;
    display: block;
}
.modal-header{
    border-bottom: none!important;
}
.modal-footer{
    border-top: none!important;
}
.modal-footer-btn {
    margin: 0 auto;
    width: 350px;
    height: 60px;
    border-radius: calc(2 * 0.0625em);
    line-height: 60px;
    background-color: #3388ff;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.modal-footer-btn:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.modal-lg{
    width: 1105px!important;
}
.groot-ui-grid-row-main{
    margin-top: 50px;
}
