html {
    height: 100%;
    box-sizing: border-box;
}

body {
    /* padding-bottom:370px; */
    min-height: 100%;
    position: relative;
    background-attachment: fixed !important;
}

.wrapper {
    padding-bottom: 60px;
}
.wrapper.hompage {
    padding-bottom: 0px;
}
.container {
    width: 1130px;
    margin: 0 auto;
}
.s-banner-nb img.img-responsive{
    max-width: unset !important;;
    width:100% !important;
}
.fc-green {
    color: #33cc33;
}

.headline .title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #33cc33;
    margin-bottom: 17px;
}

.fc-white {
    color: #ffffff;
}

.fc-lime {
    color: #ade600 !important;
}

.mt1 {
    margin-top: 1px;
}

.mt60 {
    margin-top: 60px;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt100 {
    margin-top: 100px;
}

.star-line {
    margin-top: 30px;
}

.star-line:before {
    content: "*";
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.star li:before {
    position: relative;
    content: "*";
    margin-right: 3px;
}

.star li {
    word-break: keep-all;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.slick-track {
    margin-left: 0;
    margin-right: 0;
}

.strong {
    font-weight: 600;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.s-banner {
    position: relative;
    margin-bottom: 60px;
}

.s-banner-nb {
    position: relative;
}

.s-banner img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.center-btn-wrap {
    text-align: center;
    padding-top: 30px;
}

.center-btn-wrap .btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-left: 5px;
    font-weight: 500;
    min-width: 90px;
    text-align: center;
}

.center-btn-wrap .default-btn {
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
}

.center-btn-wrap .green-btn {
    display: inline-block;
    border: 1px solid #32cd32;
    background-color: #32cd32;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.right-btn-wrap {
    text-align: right;
    margin-top: 50px;
}

.right-btn-wrap .btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-left: 5px;
    font-weight: 500;
}

.right-btn-wrap .default-btn {
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
}

.right-btn-wrap .write-btn {
    display: inline-block;
    border: 1px solid #33cc33;
    background-color: #33cc33;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 150px;
    height: 36px;
    border-radius: 6px;
    font-size: 12px;
}

.right-btn-wrap .write-btn i {
    margin-right: 5px;
    color: #fff;
}

.right-btn-wrap .dark-btn {
    display: inline-block;
    border: 1px solid #989898;
    background-color: #989898;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.s-banner-tit {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.search-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 80px;
}

.search-num {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 20px;
}

.search-num span {
    color: #32cd32;
}

.modal-wrap {
    overflow-x: hidden;
    overflow-y: auto;
}

.title-center-green {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #33cc33;
    margin-top: 80px;
}

.big-title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.square-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.square-title img {
    margin-top: -4px;
}

.square-title img {
    max-width: 14px;
}

.square-title img,
.square-title span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
}

.square-title-big {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.square-title-big .item-big,
.square-title-big .item {
    display: inline-block;
}

.square-title-big .item-big {
    font-size: 18px;
}

.square-title-big img {
    margin-top: -4px;
}

.square-title-big img {
    max-width: 16px;
}

.square-title-big img,
.square-title-big span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
}

.square-contents {
    font-size: 14px;
    line-height: 1.4;
}

.headline {
    margin-bottom: 10px;
}

.headline:after {
    clear: both;
    display: table;
    content: "";
}

.headline .title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #33cc33;
    margin-bottom: 17px;
}

.headline .right {
    float: right;
    margin-top: 1px;
}

.headline .tab-right {
    float: right;
    margin-top: -6px;
}

.headline .view-btn {}

.headline .view-btn i {
    margin-right: 2px;
}

.dot-list {
    list-style: none;
}

.dot-list li {
    font-size: 16px;
    margin-top: 10px;
}

.dot-list li:before {
    content: url(/assets/bw/images/black-dot.png);
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.reference {
    margin-top: 10px;
    color: #b7b7b7;
}

.mt5 {
    margin-top: 5px;
}

.mt30 {
    margin-top: 30px;
}

.form-row {
    margin-top: 15px;
}

.form-row:after {
    content: '';
    display: table;
    clear: both;
}


/*checkbox*/

.checkbox,
.radio,
.inline-radio {
    min-height: 18px;
    color: #999;
    margin-top: 0;
    color: #687074;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

.checkbox input,
.radio input,
.inline-radio input {
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 3px;
}

label.inline-radio+label.inline-radio {
    margin-left: 10px;
}

.checkbox i,
.inline-checkbox i,
.radio i,
.inline-radio i {
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    outline: none;
    display: block;
    background: #fff;
    border-width: 1px;
    position: absolute;
    border-style: solid;
    border-color: #c3c3c3;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    color: #fff;
}

.radio i,
.inline-radio i {
    border-radius: 50%;
}

.checkbox input:checked+i,
.inline-checkbox input:checked+i,
.radio input:checked+i,
.inline-radio input:checked+i {
    border-color: #32cd32;
    background-color: #32cd32;
}

.checkbox input+i:after,
.inline-checkbox input+i:after,
.radio input+i:after,
.inline-radio input+i:after {
    top: -2px;
    left: 0;
    width: 15px;
    height: 15px;
    content: '\f00c';
    text-align: center;
    font: normal 8px/17px FontAwesome;
    opacity: 0;
    position: absolute;
}

.checkbox input:checked+i:after,
.inline-checkbox input:checked+i:after,
.radio input:checked+i:after,
.inline-radio input:checked+i:after {
    opacity: 1;
}

.guide-info-bg {
    background-color: #f1f1f1;
    padding: 15px;
    line-height: 1.3;
}

.guide i,
.guide-info-bg i,
.guide-info i {
    margin-right: 3px;
    color: #32cd32;
}

.guide {
    font-weight: 500;
    /* margin-bottom:15px; */
}

.guide-info {
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    /* border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; */
}

.guide-info,
.guide-info i {
    font-size: 12px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}


/*shop*/

.shop {
    margin-left: -10px;
    margin-right: -10px;
}

.shop:after {
    clear: both;
    display: table;
    content: "";
}

.shop .shop-item {
    display: inline-block;
    float: left;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px;
}

.shop .shop-image {
    position: relative;
    padding-top: 143%;
    overflow: hidden;
}

.shop .shop-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.shop .shop-item:nth-of-type(1),
.shop .shop-item:nth-of-type(2),
.shop .shop-item:nth-of-type(3),
.shop .shop-item:nth-of-type(4) {
    margin-top: 0;
}

.shop .shop-link .shop-img-ori {
    display: block;
}

.shop .shop-link .shop-img-hover {
    display: none;
}

.shop .shop-link:hover .shop-img-ori {
    display: none;
}

.shop .shop-link:hover .shop-img-hover {
    display: block;
}

.shop .shop-item .code,
.shop .shop-item .name,
.shop .shop-item .price {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.42857143;
    font-size: 12px;
}

.shop .shop-item .code {
    margin-top: 25px;
    color: #7e7e7e;
}

.shop .shop-item .name {
    color: #333;
    font-weight: 600;
}

.shop .shop-item .price {
    color: #7e7e7e;
}


/*pagination*/

.pagination-wrap {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline-block;
    margin-left: 2px;
}

.pagination>li:first-child {
    margin-left: 0;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #33cc33;
    border-color: #33cc33;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.upload-img,
.upload-name {
    margin-top: 10px;
    color: #949494;
}

.upload-img img {
    max-height: 300px;
    display: none;
}


/*quantity*/

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 150px;
    height: 36px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-right: 28px;
    border: 1px solid #e1e1e1;
    background-color: #f1f1f1;
    text-align: center;
    border-radius: 6px;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 54px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    /*    border-left: 1px solid #eee;*/
    width: 22px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #989898;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 42%;
    top: 6%;
    left: -5px;
    background-color: #33cc33;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 6%;
    left: -5px;
    height: 42%;
    background-color: #33cc33;
}

.quantity-button.quantity-up i,
.quantity-button.quantity-down i {
    color: #fff;
}

.text-center {
    text-align: center;
}

.gray-bg {
    background-color: #f3f3f3;
}

.light-gray-bg {
    background-color: #f7f7f7;
}

.darker-gray-bg {
    background-color: #e5e5e5;
}


/*upload-btn*/

.upload-btn {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 37px;
}

.upload-btn .upload-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 37px;
    line-height: 37px;
    background-color: #dedede;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.upload-btn .upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 37px;
    opacity: 0;
}

.upload-desc {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.bw-upload-btn {
    display: inline-block;
    margin-top: 25px;
    position: relative;
    width: 140px;
    height: 40px;
}

.bw-upload-btn .bg {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
}

.bw-upload-btn .input-file {
    display: inline-block;
    width: 140px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}


/*modal-wrap*/

.modal-wrap.in .modal {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-wrap.fade .modal {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal-wrap.active {
    display: block;
}

.modal-wrap {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
}

.modal-container {
    display: table;
    width: 100%;
    height: 100%;
}

.modal {
    position: relative;
    display: block;
    z-index: 1001;
    width: 600px;
    background-color: #fff;
    border-radius: 4px;
    margin: 60px auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-xl {
    position: relative;
    display: block;
    z-index: 1001;
    width: 1300px;
    background-color: #fff;
    border-radius: 4px;
    margin: 60px auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-lg {
    position: relative;
    display: block;
    z-index: 1001;
    width: 990px;
    background-color: #fff;
    border-radius: 4px;
    margin: 60px auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

.modal-x {
    border: 0;
    display: inline-block;
    margin-top: 0;
    background: #32cd32;
    padding: 8px 10px;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    opacity: 1;
}

.modal-x i {
    color: #fff;
}

.modal .modal-body {
    padding: 25px 30px;
}

.modal-btn-right {
    text-align: right;
    padding: 15px 30px;
}

.modal-btn-wrap {
    text-align: center;
    margin-top: 45px;
    padding-bottom: 25px;
}

.modal-btn-wrap .btn,
.modal-btn-right .btn {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    min-width: 140px;
}

.modal-btn-wrap .ok-btn,
.modal-btn-right .ok-btn {
    background-color: #33cc33;
    border: 1px solid #33cc33;
    color: #fff;
}

.modal-btn-wrap .cancel-btn,
.modal-btn-right .cancel-btn {
    background-color: #fff;
    border: 1px solid #989898;
    color: #000;
    margin-left: 10px;
}

.modal-table {
    width: 100%;
}

.modal-table th {
    white-space: nowrap;
}

.modal-table th,
.modal-table td {
    border: 1px solid #000;
    padding: 7px 5px;
}

.table-responsive {
    overflow: auto;
}

.big-green-tit {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.big-green-tit br {
    display: none;
}

.green-tit-center {
    /* color: #33cc33; */
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 40px;
}

.big-desc * {
    font-size: 14px;
}

.big-desc-wrap img {
    max-height: 700px;
}

.big-desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.table-center th,
.table-center td {
    text-align: center;
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto;
}


/*animation*/

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-name: fadeOutDown;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

@media all and (max-width: 1301px) {
    .modal-xl {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 1200px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
}

@media all and (max-width: 992px) {
    .headline .tab-right {
        margin-top: 1px;
    }
    .upload-desc {
        padding-left: 0;
    }
    .headquarters .summary .logo {
        max-width: 30px;
    }
    .guide-info,
    .guide-info i {
        font-weight: 400;
    }
    .headline .title {
        font-size: 16px;
    }
    .square-title-big .item-big {
        font-size: 16px;
    }
    body {
        /* padding-bottom:217px; */
    }
    .big-desc p {
        font-size: 12px;
    }
    .big-green-tit {
        font-size: 16px;
    }
    .square-title-big {
        font-size: 16px;
    }
    .green-tit-center {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .title-center-green {
        margin-top: 30px;
    }
    .s-banner {
    margin-bottom: 20px;
    height: 200px;
    background: url(/assets/bw/images/introduce-banner.jpg);
    background-size: cover;
    background-position: center;
}
.s-banner  img{
    display: none;
}
    .big-title {
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .big-desc {
        margin-top: 5px;
        font-size: 12px;
    }
    .wrapper {
        padding-bottom: 50px;
    }
    .wrapper.onScroll {
        padding-top: 60px;
    }
    .pc {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .shop .shop-image img {
        width: 100%;
        height: 100%;
    }
    .shop .shop-item {
        width: 50%;
        margin-top: 20px;
    }
    .shop .shop-item:nth-of-type(1),
    .shop .shop-item:nth-of-type(2) {
        margin-top: 0;
    }
    .shop .shop-item:nth-of-type(3),
    .shop .shop-item:nth-of-type(4) {
        margin-top: 20px;
    }
    .shop .shop-item:nth-of-type(odd) {
        padding-left: 10px;
        padding-right: 5px;
    }
    .shop .shop-item:nth-of-type(even) {
        padding-left: 5px;
        padding-right: 10px;
    }
    .shop .shop-item .code {
        margin-top: 5px;
    }
    .introduce-thumb .item:nth-of-type(odd) {
        padding-right: 5px;
    }
    .introduce-thumb .item:nth-of-type(even) {
        padding-left: 5px;
    }
    .s-banner-tit {
        font-size: 18px;
        bottom: 10px;
    }
    .modal-title {
        font-size: 18px;
        padding-top: 45px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .modal .modal-body {
        padding: 10px 10px;
    }
    .modal-lg {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-container {
        display: block;
    }
}

@media all and (max-width: 767px) {
    .modal {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-btn-wrap .btn,
    .modal-btn-right .btn {
        min-width: initial;
        padding: 10px 10px;
    }
    .modal-btn-wrap .btn {
        width: 48%;
        margin-left: 2%;
    }
    .modal-btn-wrap .btn:nth-of-type(1) {
        margin-left: 0;
    }
}

@media all and (max-width: 480px) {
    .big-green-tit br {
        display: block;
    }
    .hidden-m {
        display: none;
    }
}