body {
    background-color: #ffffff;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    font-size: 16px;
}

.modal-lg {
    max-width: 960px;
}

.text-warp {
    white-space: pre-line;
}

.index-nav {
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.phone {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;

}

.phone-num {
    margin-left: 8px;
    font-size: 20px;
    font-weight: 600;
}

.contact {
    display: flex;
    flex-flow: row;
    justify-content: right;
    align-items: center;
}

.qq, .wechat {
    width: 30px;
    height: 30px;
}

.qq {
    margin-right: 10px;
    background: url("/static/images/qq.png") no-repeat;
}

.wechat {
    background: url("/static/images/wechat.png") no-repeat;
}

.top {
    position: absolute;
    top: 60px;
    left: calc(50% - 120px);
    height: 60px;
    width: 240px;
    z-index: 20;
    background: url("/static/images/top.png") no-repeat;
}

.logo {
    position: absolute;
    top: 20px;
    left: calc(50% - 36px);
    width: 72px;
    height: 80px;
    z-index: 30;
    background: url("/static/images/top-logo.png") no-repeat;
}

.search {
    position: absolute;
    top: 240px;
    z-index: 20;
    left: calc(50% - 250px);
}

.search form {
    display: flex;
}

.search input, .search button {
    border: none;
    outline: none;
}

.search input {
    background-color: rgba(0, 0, 0, 0.5);
    width: 450px;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.search input:-moz-placeholder { /* 火狐4-18 */
    font-size: 20px;
    color: #ffffff;
}

.search input::-moz-placeholder { /* 火狐19+ */
    font-size: 20px;
    color: #ffffff;
}

.search input::-webkit-input-placeholder { /* 谷歌 */
    font-size: 20px;
    color: #ffffff;
}

.search input:-ms-input-placeholder { /* IE 10-11 */
    font-size: 20px;
    color: #ffffff;
}

.search button {
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
}

#index-list {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

#index-list .list-group-item {
    height: 80px;
    border: none;
    border-right: 1px solid #c9c9c9;
    font-size: 20px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0;
    color: #000;
    padding: 0 0 3px 0;
}

#index-list .list-group-item:first-child {
    border-left: 1px solid #c9c9c9;
}

#index-list .list-group-item:first-child, #index-list .list-group-item:last-child {
    border-radius: unset;
}

#index-list .list-group-item.active {
    background-color: white;
    border-color: #c9c9c9;
    border-bottom: 3px solid #e60033;
    color: black;
    padding: 0;
    box-sizing: border-box;
}

.tab-index {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem 0 5rem 0;
}

.index-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 2.5rem 0 2.5rem 0;
}

.index-title {
    color: #e60033;
    font-size: 20px;
    margin: 36px 0 0 0;
}

.index-subhead {
    font-size: 14px;
    font-weight: lighter;
    line-height: 38px;
}

.index-intro {
    color: #000000;
    font-weight: lighter;
    line-height: 26px;
    text-align: center;
    width: 148px;
}

#product-list a span {
    margin-left: 50px;
}

#product-list a {
    border: none;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
    color: black;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 190px;
}

#product-list a:hover {
    background: none;
}

#product-list .active {
    border: none;
    background: none;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

#contact-list a {
    border: none;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
    color: black;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 190px;
}

#contact-list a span {
    margin-left: 50px;
}

#contact-list a:hover {
    background: none;
}

#contact-list .active {
    border: none;
    background: none;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.product-tab .carousel-indicators {
    margin: unset;
    padding: unset;
    bottom: -86px;
}

.product-tab .carousel-indicators li {
    width: 180px;
    height: 6px;
    margin: 0;
    padding: 0;
    background-color: #e1e1e1;
}

.product-tab .carousel-indicators li:hover {
    background-color: #fd6e8e;
}

.product-tab .carousel-indicators .active:hover {
    background-color: #e60033;
}

.product-tab .carousel-indicators .active {
    background-color: #e60033;
}

.product-icon {
    background: url("/static/images/arrow_red.png") no-repeat;
    width: 6px;
    height: 12px;
    margin-right: 40px;
}

.product-tab .tab-pane {
    width: 100%;
    height: 100%;
    margin-bottom: 266px;
}


.product-div {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: start;
}

.product-box {
    display: flex;
    flex-flow: row;
    margin-top: 50px;
    width: 50%;
    cursor: pointer;
}

.product-box:first-child, .product-box:nth-child(2) {
    margin-top: 0;
}

.product-box img {
    width: 180px;
    height: 150px;
    margin-left: 30px;
}

.product-tab .carousel-inner {
    min-height: 512px;
}

.product-info {
    display: flex;
    flex-flow: column;
    justify-content: start;
    align-items: start;
    text-align: left;
    margin-left: 24px;
}

.product-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
}

.product-subhead {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}

.product-intro {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}


.banner {
    z-index: 10;
    overflow: hidden;
}

.cut-off-line {
    width: 80px;
    height: 6px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.bg-red {
    background-color: #e60033;
}

.bg-white {
    background-color: #FFFFFF;
}

.our-works-carousel {
    margin-bottom: 204px;
}

.our-works .carousel-indicators {
    position: absolute;
    width: auto;
    bottom: -80px;
    height: auto;
    margin: 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.our-works .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 20px;
}

.our-works .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.our-works .carousel-indicators .active:after {
    width: 14px;
    height: 14px;
    background-color: #d73540;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}


.our-equipment {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
}

.works-img div:first-child, .works-img div:nth-child(2) {
    margin-bottom: 20px;
}

.carousel-control-prev {
    left: -100px;
}

.carousel-control-next {
    right: -100px;
}


.title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
    margin-top: 80px;
}

.our-equipment .title {
    margin-top: 80px;
}

.head {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}

.subhead {
    font-size: 20px;
    margin-top: 1rem;
}

.equipment-pic {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.equipment-pic:last-child {
    margin-bottom: 0;
}

.bg-gradient {
    background-image: linear-gradient(#f5f5f5 45%, #ebebeb 0);
}

.us-pic img {
    width: 100%;
}

.about-us-carousel {
    margin-top: 95px;
    margin-bottom: 108px;
}

.carousel-context {
    display: flex;
    flex-flow: row;
    justify-content: left;
}

.characters-intro {
    margin-left: 68px;
    margin-right: 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
}

.img-head {
    width: 240px;
}

.characters-context {
    font-size: 20px;
    line-height: 1.8;
}

.characters-head {
    font-size: 30px;
}

.about-us .carousel-indicators {
    position: absolute;
    right: 40px;
    width: auto;
    height: auto;
    margin: 0;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}

.about-us .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 20px;
}

.about-us .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.about-us .carousel-indicators .active:after {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

.works-img {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.our-works img {
    width: 100%;
}

.foot-contact {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #ffffff;
}

.foot-contact-info {
    position: absolute;
    display: flex;
    z-index: 20;
    top: calc(50% - 100px);
    left: calc(50% - 300px);
}

.foot-contact-info-intro {
    margin-left: 140px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.foot-contact-info-intro span {
    font-size: 24px;
}

.foot-logo {
    background: url("/static/images/foot_logo.png") no-repeat;
    width: 151px;
    height: 200px;
    z-index: 20;
}

.foot {
    height: 60px;
    background-color: #6c6c6c;
    font-size: 20px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.prev {
    background: url("/static/images/arrow_left.png") no-repeat;
}

#productCarousel .prev {
    background: url("/static/images/arrow_left_product.png") no-repeat;
}

.next {
    background: url("/static/images/arrow_right.png") no-repeat;
}

#productCarousel .next {
    background: url("/static/images/arrow_right_product.png") no-repeat;
}

.prev, .next {
    height: 3rem;
    width: 3rem;
}

.about {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.people-info {
    margin-bottom: 30px;
}

#about-info {
    background: url("/static/images/about_us_bg.jpg") no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.people {
    display: none;
    position: absolute;
    top: 0;
    flex-flow: column;
    justify-content: flex-end;
    color: white;
    width: 100%;
    height: 100%;
    background-color: rgba(228, 46, 87, 0.6);
    padding-left: 20px;
}

.people-name {
    font-size: 24px;
    font-weight: bold;
}

.people-job {
    font-size: 16px;
    margin: 20px 0 20px 0;
}

.people-intro {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
}

.product-detail-category-title {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.product-detail-category-info {
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    line-height: 1;
    background-color: #f5f5f5;
    margin-right: 10px;
}

.product-nav {
    display: flex;
    height: 80px;
    align-items: center;
}

.nav-1 {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.nav-2 {
    font-size: 16px;
    font-weight: bold;
    color: #e60033;
}

.product-detail-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.product-detail-intro {
    font-size: 16px;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.select {
    border: none;
    font-size: 16px;
    background-color: #f5f5f5;
    color: #000;
    height: 30px;
    line-height: 30px;
    width: 250px;
    padding: 0 20px 0 20px;
    border: unset;
}

.select:hover {
    color: #000;
}

.select:focus {
    outline: none;
    box-shadow: none;
}

.select::after {
    display: none;
}

.select-option {
    padding: 0;
    border: none;
    background-color: #ffffff;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    width: 250px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: unset;
}

.select-option a {
    padding: 0;
    margin: 0 20px 0 20px;
    text-align: center;
    height: 30px;
    border-bottom: 1px solid #ededed;
    width: 210px;
    cursor: pointer;
}

.select-option a:hover {
    background-color: white;
}

.dropdown-button {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.button_up {
    background-image: url("/static/images/arrow_down.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.button_down {
    background-image: url("/static/images/arrow_up.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.product-detail-1 {
    margin-bottom: 120px;
}

.product-detail-2 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.product-detail-img-box {
    width: 1120px;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
}

#productCarousel {
    margin-bottom: 24px;
}

.learn-more {
    width: 160px;
    height: 40px;
    background: #e60033;
    color: white !important;
    text-align: center;
    text-align-last: center;
    border-radius: unset;
    margin-top: 30px;
    margin-bottom: 80px;
}

#recommend {
    padding: 0;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 180px;
}

.recommend-product-info {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

form > div {
    margin-top: 30px;
}

form .form-group {
    width: 48%;
    display: flex;
    height: 60px;
    margin-bottom: 0;
}

form .form-group input {
    background-color: #e9e9e9;
    outline: none;
    /*border: none;*/
    border-color: #dddddd;
    border-left: none;
    border-radius: unset;
    font-size: 20px;
    box-shadow: none;
    padding: 0;
}

form .form-group input:focus {
    color: #000;
    background-color: #e9e9e9;
    /*border: none;*/
    border-radius: unset;
    box-shadow: none;
    border-color: #dddddd;
}

form .form-group .input-group-prepend {
    font-size: 20px;
    border: unset;
    border-radius: unset;
    line-height: 3;
    background-color: #e9e9e9;
    cursor: default;
    padding: 0;
}

form .form-group .input-group-prepend .input-group-text {
    background-color: #e9e9e9;
    font-size: 20px;
    border-radius: unset;
    color: #000000;
    border-right: none;
    border-color: #dddddd;
}

#context {
    height: 120px;
    border-color: #dddddd;
    border-left: none;
    background-color: #e9e9e9;
    font-size: 20px;
    line-height: 1.5;
    border-radius: unset;
    padding-left: 0;
    resize: none;
    color: #000;
}

#context:focus {
    box-shadow: none;
    border-color: #dddddd;
}

.form-textarea-group {
    display: flex;
}

.form-textarea-group .input-group-text {
    font-size: 20px;
    border-color: #dddddd;
    background-color: #e9e9e9;
    border-right: none;
    border-radius: unset;
    align-items: start;
    color: #000;
}

.button-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.button-div button {
    width: 200px;
    height: 60px;
    font-size: 20px;
    color: white;
    border: none;
    border-radius: unset;
    background-color: #e60033;
}

button:focus {
    box-shadow: none;
}


.font-bold {
    font-weight: bold;
}

.font-30 {
    font-size: 30px;
}

.font-20 {
    font-size: 20px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-15 {
    line-height: 1.5;
}

#motrue-headquarters > div > div {
    margin-top: 20px;
}


#modal-carousel .carousel-indicators {
    top: -72px;
    right: 0;
    left: 0;
    bottom: unset;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#modal-carousel .carousel-indicators li {
    height: 100%;
    width: auto;
    text-indent: unset;
    background-color: transparent;
    color: rgba(255, 255, 255, .5);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#modal-carousel .carousel-indicators .active {
    color: #fff;
    font-size: 36px;
}

.modal-tab .active {
    background: unset;
    border: unset;
    border-radius: unset;
    display: flex;
}

.modal-tab a {
    background: unset;
    border: unset;
    border-radius: unset;
    display: flex;
}

.row {
    margin: 0;
}

#modal-carousel .carousel-control-prev {
    left: -153px;
}

#modal-carousel .carousel-control-next {
    right: -153px;
}

#modal-carousel .carousel-indicators .active > .work-name {
    margin: 0 46px 0 46px;
}

.modal-close {
    transition: top 1s;
    -moz-transition: top 1s; /* Firefox 4 */
    -webkit-transition: top 1s; /* Safari and Chrome */
    -o-transition: top 1s; /* Opera */
    z-index: 3
}

.modal-close:hover {
    top: 0 !important;
}

.question-div {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: start;
}

.line {
    width: 6px;
    height: 30px;
    background-color: #e60033;
    margin-right: 32px;
    flex: none;
}

.question {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.question-div {
    margin-top: 80px;
}

.question-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.5;
}

.question-answer {
    font-size: 20px;
    line-height: 36px;
}

#question {
    padding-bottom: 180px;
}

.modal-list {
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 140px;
}

.modal-list a {
    width: 100%;
    height: 100px;
    margin-top: 25px;

}

.modal-list a:first-child {
    margin-top: 0;
}

.modal-list a > img {
    width: 100%;
    height: auto;
}

.product-intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}


