@charset "UTF-8";
@media (max-width: 767px) {
  * {
    -webkit-overflow-scrolling: touch;
  }

  html, body {
    min-width: 100%;
  }

  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #content.active, #siteHeader.active, #siteBanner.active {
    left: -20%;
  }

  #siteHeader .site-top {
    height: 60px;
    background: #ddd;
  }
  #siteHeader .menu {
    display: none;
  }
  #siteHeader .menu li a {
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #siteHeader .menu li a:hover {
    box-shadow: none;
  }
  #siteHeader .account {
    padding-top: 15px;
  }
  #siteHeader .btn-menu-toggle {
    display: inline-block;
  }
  #siteHeader .btn-shopping-cart {
    margin-left: 10px;
  }
  #siteHeader .logo {
    padding-right: 10px;
    padding-top: 10px;
  }

  #siteBanner {
    height: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  #siteBanner .title {
    height: 147px;
    background-image: url(../images/banner_title_small.png);
    margin-top: 50px;
  }
  #siteBanner .sub-title {
    background-image: url(../images/banner_sub_title_small.png);
  }
  #siteBanner .tv-size {
    background-image: url(../images/banner_size_small.png);
    margin-bottom: 50px;
  }
  #siteBanner .tv {
    height: 200px;
    background-image: url(../images/tv_small.png);
  }
  #siteBanner .smooth {
    bottom: 10px;
  }

  #recommendTV {
    padding-left: 40px;
    padding-right: 40px;
  }
  #recommendTV li {
    width: 100%;
    margin-bottom: 50px;
  }
  #recommendTV li .block-show {
    float: none;
  }
  #recommendTV li p {
    padding-left: 0px;
    text-align: center;
    width: auto;
  }
  #recommendTV li p.description {
    white-space: normal;
    text-overflow: inherit;
    overflow: visible;
    margin-left: 0;
  }

  #tvUpgrade .description {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  #tvUpgrade .upgrade-box {
    padding-left: 0;
    float: none;
    display: none;
  }

  #productPreview {
    padding: 50px 0;
  }
  #productPreview .items {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    min-height: 300px;
    box-sizing: border-box;
  }
  #productPreview .items:first-child {
    margin-top: 0;
  }

  #siteService {
    padding: 30px 0 !important;
  }
  #siteService .items {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-top: 10px;
  }
  #siteService .items li {
    display: inline-block;
    margin-right: 10px;
  }
  #siteService h6 {
    font-size: 18px;
  }
  #siteService a {
    font-size: 14px;
  }
  #siteService .pull-right {
    float: none;
    text-align: left;
    margin-bottom: 30px;
  }

  #siteFooter .pull-right {
    float: none;
    margin-bottom: 10px;
  }

  #BFSubMenu {
    width: 80%;
    right: -80%;
  }
  #BFSubMenu.active {
    right: 0;
  }

  .bfAsideBar, .bfAsideBar.shopping-cart-information {
    width: 100%;
  }
  .bfAsideBar.shopping-cart-information h2 {
    padding: 10px 40px;
    margin-bottom: 10px;
  }
  .bfAsideBar.shopping-cart-information .shopping-cart-list {
    height: auto;
  }
  .bfAsideBar.shopping-cart-information .shopping-cart-list .items {
    padding: 5px 10px 10px;
  }
  .bfAsideBar.shopping-cart-information .asidebar-footer {
    padding: 20px 10px;
  }

  /*弹窗*/
  .pop {
    padding: 15px;
  }
  .pop .pop-container {
    width: 90% !important;
  }
  .pop .pop-close {
    right: -10px;
    top: -30px;
  }

  /*图片*/
  img {
    max-width: 100%;
  }

  /*表格布局*/
  .table-show {
    display: block;
  }
  .table-show > * {
    display: block;
    width: 100% !important;
    border: none !important;
    padding: 0;
  }
  .table-show > * .inner-items {
    padding: 0 !important;
  }

  .radio-select input {
    position: static;
    opacity: 1;
    width: 20px;
    height: 20px;
  }
  .radio-select input:checked:before, .radio-select input:before {
    width: 10px;
    height: 10px;
  }
  .radio-select input:checked ~ span {
    background: none;
    border: none;
  }
  .radio-select span {
    display: inline-block;
    width: auto !important;
    border: none;
    margin-bottom: 0;
  }
  .radio-select .alipay, .radio-select .weixinpay, .radio-select .unionpay {
    width: 200px !important;
    display: inline-block;
    vertical-align: middle;
  }
  .radio-select .alipay i, .radio-select .weixinpay i, .radio-select .unionpay i {
    display: inline-block;
    width: 100%;
    height: 60px;
    background-size: contain;
  }
  .radio-select.no-store span {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .purchase-content .radio-select {
    text-align: left;
  }

  /*城市选择*/
  .J_SelectCity .select-analogy {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    height: 50px;
    line-height: 44px;
    width: 100%;
  }

  /*盲定*/
  .container-bd {
    padding: 1px 15px;
  }
  .container-bd .blind-order {
    padding: 60px 0;
  }
  .container-bd .blind-order .items {
    width: 100%;
  }
  .container-bd .blind-order .btn {
    margin: 0 auto;
  }
  .container-bd .blind-rules {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container-bd .blind-rules .items {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    border: none !important;
  }
  .container-bd .blind-rules .items .inner-items {
    padding: 0 !important;
    float: none !important;
  }

  .purchase-content {
    padding: 100px 15px 15px;
  }
  .purchase-content .container {
    padding: 15px;
    width: auto;
  }
  .purchase-content .container .wind-code h1 {
    text-align: center;
    padding-top: 20px;
  }
  .purchase-content .container .items-cell {
    border: none;
    width: 100%;
  }
  .purchase-content .container .btn {
    width: 100%;
    height: 40px;
    line-height: 30px;
  }
  .purchase-content .container .inner-items {
    padding: 0 !important;
  }

  .weixin-code {
    margin-left: 0;
  }

  .copyright {
    margin-top: 0;
    padding: 15px;
    background: #f3f3f3;
  }

  .container-bd .container {
    margin-bottom: 20px;
  }
  .container-bd .container.blind-success {
    margin-top: 80px;
  }

  .blind-success {
    padding: 20px;
  }
  .blind-success .items-cell .inner-items {
    padding-left: 0;
  }

  #weixin-pay, #alipay-code {
    padding: 50px 10px;
  }

  /*盲定首页*/
  .tv-begin img {
    max-width: 100%;
  }
  .tv-begin .inner-background {
    background-size: 640px 1010px;
  }
  .tv-begin .slide-intro {
    height: 1010px;
  }
  .tv-begin .slide-intro .inner-items {
    padding-top: 265px;
    padding-left: 0;
  }
  .tv-begin .slide-intro .inner-background {
    background-image: url("../images/begin/small/s_bg_1.jpg");
  }
  .tv-begin .slide-intro .jump-link {
    text-align: center;
  }
  .tv-begin .slide-intro .jump-link a {
    display: inline-block;
  }
  .tv-begin .slide-tv {
    height: 1010px;
  }
  .tv-begin .slide-tv .inner-background {
    background-image: url("../images/begin/small/s_bg_2.jpg");
  }
  .tv-begin .slide-tv .inner-items .description {
    padding-top: 160px;
  }
  .tv-begin .slide-struct {
    height: 1010px;
  }
  .tv-begin .slide-struct .description {
    margin-top: 20px;
  }
  .tv-begin .slide-struct .inner-items {
    margin-top: 90px;
  }
  .tv-begin .slide-struct .title {
    padding-top: 130px;
    margin-bottom: 70px;
  }
  .tv-begin .slide-advantage {
    height: 1010px;
  }
  .tv-begin .slide-advantage .inner-background {
    background-image: url("../images/begin/small/s_bg_4.jpg");
    background-position: right top;
  }
  .tv-begin .slide-advantage .items:first-child {
    padding-top: 100px;
  }
  .tv-begin .slide-advantage .title {
    margin-top: 80px;
  }
  .tv-begin .slide-advantage .description {
    margin-top: 30px;
  }
  .tv-begin .slide-boss {
    height: 1010px;
  }
  .tv-begin .slide-boss .inner-background {
    background-image: url("../images/begin/small/s_bg_5.jpg");
  }
  .tv-begin .slide-boss .inner-items {
    padding-top: 150px;
    padding-left: 0;
  }
  .tv-begin .slide-boss .inner-items .title {
    margin-top: 90px;
  }

  .product-attribute {
    height: 45px;
  }
  .product-attribute #localnav {
    height: auto;
    padding: 0;
    box-sizing: border-box;
  }
  .product-attribute #localnav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-attribute #localnav .list-menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  .product-attribute #localnav #localnavToggle {
    display: block !important;
    min-width: 50px;
  }
  .product-attribute #localnav .small-menu {
    display: none;
  }
  .product-attribute #localnav .small-menu span {
    display: none;
  }
  .product-attribute #localnav .small-menu a {
    display: block;
    padding: 5px 10%;
    width: 100%;
    box-sizing: border-box;
  }
  .product-attribute #localnav.prodcut-category a {
    padding-right: 5px;
    padding-left: 5px;
  }
  .product-attribute #localnav .container {
    padding: 5px;
    overflow-x: scroll;
  }
  .product-attribute #localnav .btn {
    padding: 3px 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .product-attribute #localnav .pull-left {
    display: none;
  }
  .product-attribute #localnav.fixed {
    top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .product-list {
    width: auto;
    padding-bottom: 30px;
  }
  .product-list .option {
    padding: 10px 0 20px;
  }
  .product-list li {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }
  .product-list li.no-margin-right {
    margin-bottom: 30px;
  }
  .product-list li .btn {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .flex-table {
    border: none;
  }
  .flex-table .flex-row {
    border: 1px solid #ddd;
    margin-top: 0;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .flex-table .flex-row.flex-row-head {
    display: none;
  }
  .flex-table .flex-row .inner-items {
    text-align: left !important;
    padding: 5px 20px;
  }
  .flex-table .flex-row-collapse {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .flex-table .flex-row-collapse .flex-row {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
  }
  .flex-table .description, .flex-table .price {
    padding: 0;
  }

  .flex-col-1 {
    width: 100%;
  }

  .flex-col-2 {
    width: 100%;
  }

  .flex-col-3 {
    width: 100%;
  }

  .flex-col-4 {
    width: 100%;
  }

  .flex-col-5 {
    width: 100%;
  }

  .flex-col-6 {
    width: 100%;
  }

  .flex-col-7 {
    width: 100%;
  }

  .flex-col-8 {
    width: 100%;
  }

  .flex-col-9 {
    width: 100%;
  }

  .flex-col-10 {
    width: 100%;
  }

  .flex-col-11 {
    width: 100%;
  }

  .flex-col-12 {
    width: 100%;
  }

  #tv-customized {
    padding-bottom: 0;
  }
  #tv-customized #customizedThumb {
    position: relative !important;
    max-width: 100%;
  }
  #tv-customized #customized-menu {
    padding-top: 50px;
    padding-left: 0;
  }
  #tv-customized #customized-menu h1 {
    font-size: 24px;
  }
  #tv-customized #customized-menu .purchase-select-items {
    padding: 0;
    margin-left: 0;
    display: block;
    width: 100%;
    min-height: auto;
    height: auto;
    background: none;
    margin-top: 10px;
  }
  #tv-customized #customized-menu .purchase-select-items input {
    position: static;
    opacity: 1;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  #tv-customized #customized-menu .purchase-select-items input:checked:before, #tv-customized #customized-menu .purchase-select-items input:before {
    width: 10px;
    height: 10px;
  }
  #tv-customized #customized-menu .purchase-select-items input:checked ~ .inner-items {
    background: none;
    border: none;
  }
  #tv-customized #customized-menu .purchase-select-items .inner-items {
    display: inline-block;
    width: auto !important;
    border: none;
    margin-bottom: 0;
    min-height: auto;
  }
  #tv-customized #customized-menu .extend-service-list {
    padding: 0;
    background: transparent;
  }
  #tv-customized #customized-menu .extend-service .extend-service-menu {
    width: 100%;
    position: static;
    display: block;
  }

  #buy-now {
    position: relative;
    background: transparent;
    box-shadow: none;
  }
  #buy-now .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #buy-now .pull-left, #buy-now .pull-right {
    float: none !important;
    margin-bottom: 20px;
  }
  #buy-now .text-center {
    text-align: left;
  }
  #buy-now .delivery-address {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .linkage-container .container-bd {
    width: 100%;
    box-sizing: border-box;
    min-height: auto;
    padding-bottom: 30px;
  }
  .linkage-container .container-bd .form-group {
    width: 100%;
    padding-top: 40px;
  }
  .linkage-container .container-bd .form-control {
    width: 100%;
    margin-top: 30px;
  }
  .linkage-container img {
    min-height: auto;
    position: static;
    margin-left: 0;
  }

  #siteBanner {
    height: 420px;
    background: url("../images/overview/mb-tv-overview-screen.jpg") no-repeat center top;
    background-size: cover;
    margin-bottom: 50px;
  }
  #siteBanner a {
    margin-top: 320px;
  }

  .summary .title, .summary .description {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    -webkit-transition: 0 !important;
            transition: 0 !important;
  }
}

/*# sourceMappingURL=screen.css.map */