@charset "utf-8";

.hide { display: none; }
.force-hide { display: none !important; }
.error { color: #f00; font-size: 1rem; }
.pointer { cursor: pointer; }
.has-popup { overflow: hidden; }
.red { color: red; }

input[type='radio'],
input[type='checkbox'],
.form-group input[type='radio'],
.form-group input[type='checkbox'] {
    width: 18px;
    height: 18px;
    max-width: none;
    border-radius: 0;
    padding: 0;
    border: none;
}
input[type='checkbox']:before {
    border: 1px solid #b7b7b7;
}
input.disabled,
select.disabled {
    pointer-events: none;
}


/* .header .logo img {
    max-width: 90px;
} */



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-top: 5px solid #d0f073;
}
header,
header * {
    transition: all 0.3s ease-out;
}
header.sticky .top {
    display: none;
}
header.sticky .header {
    background: rgba(255, 89, 108, 0.95);
}
header.sticky .header .depot a {
    padding: 19px 20px 19px 56px;
}
header.sticky .header .depot a:before {
    /* top: 9px; */
}
header.sticky .header .logo img {
    max-height: 115px;
}
header.sticky .header .language {
    top: 65px;
}
header.sticky .header .nav {
    margin-top: 65px;
}
.pay-btn .submit-btn {
    font-size: 24px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 400;
    height: 60px;
    background-color: #0784d1;
    border: none;
    display: inline-block;
    line-height: 60px;
    border-radius: 60px;
    padding: 0 70px;
    outline: none;
    cursor: pointer;
}
.pay-fee span {
    display: inline-block;
    width: 130px;
}
.next-step {
    text-align: center;
    padding-top: 40px;
}
.apply-product-list {
    overflow: hidden;
}
.apply-product-list .apply-item {
    width: 340px;
    float: left;
}
.pay-group {
    overflow: hidden;
}
.pay-group .agree-group,
.pay-group .submit-btn {
    float: right;
}
.pay-group .agree-group {
    padding: 0 20px;
}
.pay-group .agree-group .agree-item {
    display: block;
    text-align: left;
}
.iform-select span {
    display: block;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 3;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    line-height: 50px;
    font-size: 20px;
    color: #0784d1;
}
#site-popup .pop-con {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.shop-popup {
    margin: 0;
}
.shop-popup .reserve-top {
    margin-top: 0;
}
.shop-popup .reserve-list {
    max-height: 65vh;
    padding: 15px;
    overflow-y: scroll;
}

@media (max-width:767px){
  .shop-popup .reserve-list {
      padding: 40px;
  }
}
@media (max-width:480px){
  .shop-popup .reserve-list {
      padding: 20px;
  }
  .shop-popup .reserve-list {
      max-height: 75vh;
  }
}


.shop-popup .reserve-lis-img {
    cursor: pointer;
}
.product-popup {
    padding: 50px 0 50px;
    max-height: 550px;
    overflow-y: hidden;
    position: relative;
}
.product-popup .goods-content {
    max-height: 520px;
    overflow-y: scroll;
}
.product-popup .goods-content::-webkit-scrollbar {
    width: 2px;
    height: 0;
    background: none;
}
.product-popup .goods-content::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
}
.product-popup .goods-content::-webkit-scrollbar-thumb:hover {
    background-color: #a7a7a7;
}
.product-popup .goods-detial {
    padding-bottom: 0;
}
.product-popup .pro-left {
    width: 55%;
    padding-bottom: 4%;
}
.product-popup .pro-right {
    width: 45%;
}
.product-popup-close {
    background-color: #0784d1;
    border-radius: 999px;
    box-shadow: 0 0 15px #ccc;
    font-size: 18px;
    color: #fff;
    padding: 5px 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    cursor: pointer;
    outline: none;
}
.product-popup-close:hover {
    background-color: #d0f073;
}
ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
ul.pagination li {
    float: left;
    padding: 10px;
}
ul.pagination li.disabled {
    display: none;
}
ul.pagination li.active a {
    color: #666;
}
#site-alert-btns {
    margin-top: 30px;
}
#site-alert-btns a {
    border: none;
    -moz-box-shadow: 1px 1px 6px #949494;
    -webkit-box-shadow: 1px 1px 6px #949494;
    box-shadow: 1px 1px 6px #949494;
    border-radius: 50px;
    background: #0784d1;
    height: 125px;
    color: #fff;
    font-size: 1rem;
    padding: 10px 30px;
    margin: 0 8px;
}
.retrieve-record-list table {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.retrieve-record-list table td {
    padding: 10px;
}
.retrieve-record-list table thead td {
    background: #f4f5f7;
}
.order-record-list .order-item {
    margin: 20px 0;
    overflow: hidden;
}
.order-record-list .order-item .check-wrap {
    float: left;
}
.order-record-list .order-item .cover-wrap {
    float: left;
    max-width: 200px;
    margin-right: 20px;
}
.order-record-list .order-item .info-wrap {
    /*float: left;*/
}
.order-record-list .order-item .info-wrap .order-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
}
.order-record-list .order-item .info-wrap .order-title span {
    /*float: right;*/
    padding-left: 30px;
    font-weight: normal;
}
.order-record-list .order-item .info-wrap .order-period {
    font-size: 16px;
    line-height: 22px!important;
}
.order-record-list .order-item .info-wrap .order-actions {
    font-size: 1rem;
    /*overflow: hidden;*/
    margin-top: 30px;
}
.order-record-list .order-item .info-wrap .order-actions span {
    float: left;
}
html[lang='en-US'] .order-record-list .order-item .info-wrap .order-actions span {margin: 0px 0px 15px;}
.order-record-list .order-item .info-wrap .order-actions .btns {
    float: right;
}
.pay-success-wrap {
    text-align: center;
    margin: 80px 0 110px;
}
.pay-success-wrap .success-logo img {
    width: 130px;
    height: auto;
}
.pay-success-wrap .success-main p {
    margin: 25px 0 50px;
}
.pay-success-wrap .success-main a {
    color: #fff;
    background: #0784d1;
    padding: 10px 50px;
}
.order-record-list input[type="checkbox"] {
    width: auto;
    max-width: none;
    border-radius: 0;
    padding: 0;
    border: none;
}
.order-record-list input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 100%;
    box-sizing: border-box;
    background: #fff;
}
.order-record-list input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background: #0784d1;
    box-sizing: border-box;
}
.order-record-list label {
    padding-left: 20px;
    font-size: 1rem;
}
.order-record-list .btn {
    margin: 0 6px;
    font-size: 1rem;
    background: #0784d1;
    color: #fff;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
}
.order-record-list .btn:hover {
    background: #0784d1;
}
.order-record-list .record-head {
    margin: 20px 0 30px 0;
}
.order-record-list .order-item {
    background: #f4f5f7;
    padding: 15px;
    padding-left: 40px;
    position: relative;
    border-radius: 10px;
}
.order-record-list .order-item.selected {
    background: #d0f073;
}
.order-record-list .order-item .check-wrap {
    float: left;
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.order-record-list .order-item .cover-wrap img {
    border-radius: 7px;
}
.order-record-list .order-item .order-period span {
    padding-right: 25px;
}
.order-record-list .order-item .btns .btn {
    margin: 0 5px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.order-record-list .order-item .btns .btn.pink {
    background: #fe4863;
    padding: 10px 20px 10px 20px;
}
.order-record-list .order-item .btns .btn.pink:hover {
    background: #f35870;
}

.order-record-list .order-item .btns .btn.gray,
.order-record-list .order-item.expired .btns .btn {
    background: #dcdbe1;
}

.order-record-list .order-item.expired .btns .btn.can-edit {
    background: #0784d1;
}.order-record-list .order-item.expired .btns .pink.can-edit {
    background: #fe4863;
}

.user-order-index .add-new-one-buttons .btn{
    /* margin: 0 3px; */
    padding: 10px 25px 6px 25px;
    display: inline-block;
    margin-bottom: 10px;
    background: #d0f073;
    color: #4D4D4D;
    font-size: 18px;
}

.user-order-index .add-new-one-buttons .btn:hover{
    background: #d3fd5a;
}

.user-default-popup {
    width: 400px;
    padding: 30px;
}
.user-default-popup .popup-title {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 10px;
    padding-bottom: 5px;
    font-weight: 500;
}
.user-default-popup .popup-title-note {
    color: #f00;
    font-size: 14px;
    display: block;
    text-align: center;
}
.user-default-popup label {
    text-align: right;
    width: 100%;
    max-width: 120px;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    padding-right: 10px;
}
.en-US .user-default-index label{
    max-width: 120px;
}
.en-US .change-password-popup label{
    max-width: 185px;
}

.user-default-popup input,
.user-default-popup textarea {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    border-radius: 50px;
    padding: 6px 15px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    font-size: 16px;
}
.user-default-popup textarea {
    resize: none;
    max-width: none;
    height: 100px;
    border-radius: 5px;
}
.user-default-popup select {
    border: none;
    color: #2f3032;
    font-size: 16px;
    padding: 4px 15px;
}
.user-default-popup .submit-group {
    text-align: center;
    margin-top: 25px;
}
.user-default-popup .form-group button {
    background: #0784d1;
    color: #fff;
    padding: 12px 45px;
    font-size: 1.1rem;
    outline: none;
    cursor: pointer;
}
.user-default-popup .error {
    padding-left: 125px;
    font-size: 14px;
}
.user-default-index .account-group {
    margin: 25px 35px 40px;
}

@media(max-width:767px){
  .user-default-index .account-group {
      margin: 5px 10px 15px;
  }
}
.user-default-index .account-group .group-title {
    color: #0784d1;
}
.user-default-index .account-group .group-title .price {
    color: #000;
}
.user-default-index .account-group .group-title .arrow.up {
    display: inline-block;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 14px;
    height: 14px;
    transform: rotate(135deg);
    color: #000;
    margin-left: 8px;
    margin-bottom: -6px;
}
.user-default-index .account-group .form-group {
    margin-top: 20px;
}
.user-default-index .account-group .form-group input[type='radio'] + label {
    max-width: 100%;
    width: auto;
    text-align: left;
}
.user-default-index #reset-pass-btn {
    background: #0784d1;
    color: #fff;
    margin-left: 25px;
    font-size: 1rem;
    padding: 5px 15px;
}
.user-default-index .account-group .group-item {
    margin-top: 30px;
}
.user-default-index .account-group .group-item .group-subtitle {
    color: #a5a4aa;
    font-size: 1rem;
}
.user-default-index .account-group .group-item .item-wrap {
    background: #f4f5f7;
    padding: 10px 30px 30px;
    border-radius: 10px;
}
.user-default-index .submit-group {
    text-align: center;
}
.user-default-index .submit-group button {
    background: #0784d1;
    color: #fff;
    outline: none;
    cursor: pointer;
    padding: 15px 45px;
    font-size: 18px;
}
.districts-empty {
    height: 100px;
}
.page-banner {
    position: relative;
}
.page-banner .banner-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 330px;
    overflow: hidden;
}
/* .page-banner .banner-wrap.no-bg {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.page-banner .banner-wrap .banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 0, 0.5);
    display: none;
} */
.page-banner .banner-wrap .bg-holder {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-banner .banner-wrap img {
    width: 100%;
    height: auto;
}
.page-banner .banner-wrap,
.page-top {
    height: 280px;
    max-height: 280px;
}
.banner-sep {
    height: 190px;
}
.page-content {
    padding: 80px 0 120px;
}
.shops-empty {
    padding: 0 20px 40px;
}
.radio-list-group,
.radio-list-group div {
    display: inline-block;
}
.radio-list-group label {
    position: relative;
    padding-left: 29px;
}
.radio-list-group label input {
    position: absolute;
    left: 0;
    top: 1px;
}
.pay .form-group input[type='radio'] + label {
    padding-left: 0;
}
a.agree-link {
    font-size: 16px;
    color: #0784d1;
    background: none;
    border: none;
    display: inline;
    padding: 0;
    border-radius: 0;
    font-weight: normal;
    line-height: 16px;
    text-decoration: underline;
}
.apply-quantity-selection {
    font-size: 16px;
    padding-top: 5px;
}
.apply-quantity-selection button {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #d0f073;
    border-radius: 50%;
    border: none;
}
.apply-product-actions {
    padding-top: 5px;
}
.apply-product-actions button {
    cursor: pointer;
    background-color: #d0f073;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
}
.page-content ol,
.page-content ul {
    padding-left: 40px;
}
.page-content > ol,
.page-content > ul,
.page-content ol.no-type,
.page-content ul.no-type {
    padding-left: 20px;
}
.page-content .rules-list li > ul {
    list-style-type: disc;
}
.page-content .rules-list li ul.no-type {
    list-style-type: none;
}
.page-content .rules-list > li {
    font-weight: 600;
    margin-bottom: 15px;
}
.page-content .rules-list ul li {
    font-weight: normal;
}
.page-content .rules-list li {
    line-height: 2em;
}
.header .nav {
    margin-top: 84px;
}
.apply-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.apply-back-btn {
    color: #000;
    background-color: #d0f073;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
}
h2.title.white,
.where.white a,
.where.white span {
    /*color: #fff;*/
}
.about-page-content {
    margin-top: 0;
    position: relative;
}
.about-top-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    top: -75px;
    left: 10%;
    line-height: 150px;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
}
.about-top-circle:after {
    content: '';
    width: 120px;
    height: 120px;
    top: 15px;
    left: 15px;
    background: #565a5d;
    z-index: 20;
    position: absolute;
    border-radius: 50%;
}
.about-top-circle span {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 30;
}
.about-circle-list {
    position: relative;
    min-height: 550px;
    overflow-x: auto;
    text-align: center;
}
.about-circle-item {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #f4f5f6;
}
.about-circle-item .item-img {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #cecfd3;
    border-radius: 50%;
    padding: 10px;
}
.about-circle-item .item-t {
    font-size: 12px;
    padding: 10px 20px
}
.about-circle-item .item-t > div {
    font-size: 16px;
    font-weight: bold;
}
.about-circle-item .item-t > div > span {
    color: #0784d1;
}
.about-circle-item .item-arrow {
    position: absolute;
    right: 0;
    bottom: 12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #000;
}
.about-circle-item:nth-child(1) { top: 150px; left: 0; }
.about-circle-item:nth-child(2) { top: 290px; left: 225px; }
.about-circle-item:nth-child(3) { top: 150px; left: 445px; }
.about-circle-item:nth-child(4) { top: 30px; left: 675px; }
.about-circle-item:nth-child(5) { top: 150px; left: 910px; }
.about-circle-item:nth-child(1) .item-arrow { transform: rotate(20deg); }
.about-circle-item:nth-child(2) .item-arrow { transform: rotate(-20deg); bottom: auto; top: 18px; }
.about-circle-item:nth-child(3) .item-arrow { transform: rotate(-20deg); bottom: auto; top: 18px; }
.about-circle-item:nth-child(4) .item-arrow { transform: rotate(20deg); }
.about-circle-item:nth-child(5) .item-arrow { display: none; }

.about-circle-list {
    min-height: auto;
    padding-top: 75px;
}
.about-circle-list .about-circle-item {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}
.about-circle-list .about-circle-item .item-arrow {
    top: auto;
    bottom: 41%;
    right: -30px;
    transform: rotate(0);
}

.visit-date-pick::placeholder {
    color: #0784d1;
}
.apply-btn {
    /* line-height: 35px; */
    /* box-shadow: 0 0 15px #ccc; */
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    display: inline-block;
    text-shadow: none;
    font-size: 18px;
    padding: 5px 18px 2px 18px;
    font-weight: normal;
    transition: all 0.25s ease;
    background-color: rgba(105, 188, 255, 0.9);
    color: #fff;
}
.apply-btn:hover {
    background-color: #d0f073;
    color: rgb(73, 73, 73);
}
.apply-btn.disabled {
    background-color: #ddd !important;
}
.apply-verifycode-wrap {
    display: inline-block;
    max-width: 100px;
    padding: 0px;
    vertical-align: top;
}
.apply-user-login-btn {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    background-color: #0784d1;
    border: #e6e6e6 solid 2px;
    display: inline-block;
    line-height: 50px;
    border-radius: 60px;
    padding: 0 50px;
    outline: none;
    cursor: pointer;
}
#reset-password-form {
    margin: 40px auto;
    min-height: 250px;
    max-width: 420px;
}
#reset-password-form div.note {
    padding-left: 120px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: left;
}
#reset-password-form .form-group label {
    max-width: 100px;
}
#reset-password-form .form-group .help-block-error {
    padding-left: 120px;
}
.product-apply-page-popup {
    max-height: 500px;
    overflow-y: scroll;
    padding: 30px 40px;
    font-size: 18px;
    line-height: 29px;
}
.product-apply-page-popup ol ul,
.product-apply-page-popup ul ol {
    padding-left: 25px;
}
.product-apply-page-popup .product-apply-page-popup-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}
/* Panel */
.panel-group {
    color: #676767;
    background: #d0f073;
    border-radius: 30px;
    box-shadow: 0px 0px 0px;
    margin: 30px 0;
    padding: 10px;
}
.panel-title {
    padding: 20px 0;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}
.panel-item {
    margin-bottom: 30px;
}
.panel-item-title {
    position: relative;
    font-size: 22px;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.panel-item-title:before {
    content: '';
    background-image: url(../images/glyphicons-224-chevron-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 9px;
    height: 16px;
    position: absolute;
    left: 9px;
    bottom: 16px;
}
.panel-item-body {
    color: #5d5d5d;
    background-color: rgba(255,255,255,0.95);
    margin: 0 5px;
    padding: 30px 0;
    border-radius: 15px;
    overflow: hidden;
}
.panel-branch-item {
    /* margin: 0 0 30px 0; */
    padding: 0 20px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #35b2c1;
    font-size: 18px;
	font-family: '微軟正黑體', 'PingFang HK';
}

.panel-branch-item h4:first-child{
    margin: 0 0 20px 0;
}

.panel-branch-item h4{
    color: #5d5d5d;
    font-size: 26px;
    margin: 75px 0 20px 0;
}

.panel-branch-item a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 0 0 5px 0;
    text-decoration: none;
}
.panel-branch-item a:after {
    content: '';
    background-image: url(../images/glyphicons-243-map-marker.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 12px;
    height: 22px;
    right: -17px;
    bottom: 4px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.panel-branch-item a:hover {
    text-decoration: underline;
}
.panel-branch-item a:hover:after {
    -webkit-transform: scale(1.3) translateY(-2px);
    transform: scale(1.3) translateY(-2px);
}
.panel-branch-item span {
    font-size: 16px;
    display: block;
    color: #4f4f4f;
}

.panel-branch-item span.neararea{
	font-size:12px;
}

/* Termination */
.termination-item.pay-item {
    border: 0;
    padding: 20px 0;
}
.termination-item .pay-title {
    font-size: 22px;
    color: #474b50;
    font-weight: 500;
    line-height: 2;
}
.termination-item .termination-groups {
    background: #f4f5f7;
    border-radius: 10px;
    padding: 20px 0;
}
.termination-item .termination-groups .form-group {
    margin: 15px 0;
}
.termination-item .select-div {
    background: #fff;
}
.termination-item .form-group label {
    padding-left: 25px;
    padding-right: 0;
    text-align: left;
    max-width: 200px;
}
.termination-item .form-group .error {
    padding-left: 77px;
}
.termination-item.t-deposit-item .form-group label {
    max-width: 165px;
}
.termination-item.t-deposit-item .form-group .error {
    padding-left: 172px;
}
.termination-item.t-deposit-item label input[type="radio"] {
    margin: 0 15px 0 0;
}
.termination-item.t-deposit-item label input[type="radio"]:before {
    margin-top: -1px;
}
.termination-item.t-deposit-item label input[type="radio"]:checked:after {
    top: 3px;
    background: #0784d1;
}

@media screen and (max-width: 1200px) {
    .panel-branch-item {
        width: 100%;
    }
}
@media screen and (max-width: 996px) {
    .header .nav {
        margin-top: 65px;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        margin-top: 0;
    }
    .page-banner .banner-wrap .bg-holder {
        display: block;
    }
    .page-banner .banner-wrap img {
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 100%;
        display: none;
    }
    #site-popup .pop-con {
        width: 90%;
        max-width: 100%;
    }
    .product-popup {
        padding: 30px 0 30px;
        overflow-y:scroll;
    }
    .product-popup .pro-left {
        float: none;
        width: 100%;
    }
    .product-popup .pro-right {
        float: none;
        width: 100%;
        margin-top: 65px;
    }
    .about-top-circle {
        position: static;
        margin: 20px auto 0;
        background: #565a5d;
    }
    .about-top-circle:after {
        display: none;
    }
    .about-circle-list {
        padding-top: 40px;
    }
    .about-circle-list .about-circle-item {
        top: 0;
        left: 0;
        float: none;
        position: relative;
        display: inline-block;
        margin: 20px;
    }
    .about-circle-list .about-circle-item:nth-child(3),
    .about-circle-list .about-circle-item:nth-child(5) {
        top: -52px;
    }
    .about-circle-item .item-arrow {
        display: none;
    }
    .iform-bor {
        height: auto;
    }
    .iform-bor.iform-time {
        border: none;
        overflow: visible;
        margin-bottom: 0;
    }
    .iform-bor.iform-time .iform-detail {
        width: 100%;
        border: #b0b9bf solid 2px;
        border-radius: 50px;
        height: 50px;
        box-sizing: border-box;
        background-color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        overflow: hidden;
        margin-bottom: 15px;
        float: none;
    }
    .iform-bor.iform-time .iform-detail:last-child {
        margin-bottom: 0;
    }
    .panel-branch-item {
        width: 100%;
        float: none;
    }
}
@media (max-width: 996px) {
    .page-banner .banner-wrap,
    .page-top {
        height: 250px;
        max-height: 250px;
    }
}
@media (max-width: 767px) {
    .page-banner .banner-wrap,
    .page-top {
        height: 200px;
        max-height: 200px;
    }
}
@media (max-width: 558px) {
    .about-circle-list .about-circle-item {
        position: static;
    }
}
