html {
  font-family: CiscoSans;
}
body {
  background: #f2f2f2;
  color: #333333;
  min-width: 320px;
  font-family: CiscoSans;
}
html,
body {
  overflow: hidden;
  overflow-y: auto;
}
.jumbotron p {
  font-weight: normal;
}
.content-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.family-normal {
  font-family: CiscoSans;
}
.family-light {
  font-family: CiscoSans-ExtraLight;
}
.family-bold {
  font-family: CiscoSans-Bold;
}
.no-padding {
  padding: 0;
}
.wrap-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.wrap-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #999;
  outline: 0;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 0;
  z-index: 8999999;
}
.wrap-checkbox input[type=checkbox]:checked {
  opacity: 0;
}
.wrap-checkbox input[type="checkbox"] + .checkbox-span {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.wrap-checkbox input[type="checkbox"]:checked + .checkbox-span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/common/checkbox.png') no-repeat;
  background-size: 100% 100%;
}
.wrap-checkbox input[type="checkbox"]:checked + .checkbox-all-span {
  background: url('../images/common/checkbox-all.png') no-repeat;
  background-size: 100% 100%;
}
/********
产品列表、订单中心color项图片
*****/
.color-span {
  display: inline-block;
  width: 26px;
  height: 30px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.airspay-bk {
  background: url("../images/common/color/airspay/BK.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-c {
  background: url("../images/common/color/airspay/C.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-gy {
  background: url("../images/common/color/airspay/GY.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-lc {
  background: url("../images/common/color/airspay/LC.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-lm {
  background: url("../images/common/color/airspay/LM.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-m {
  background: url("../images/common/color/airspay/M.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-r {
  background: url("../images/common/color/airspay/R.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-y {
  background: url("../images/common/color/airspay/Y.png") no-repeat;
  background-size: 100% 100%;
}
.laser-bk {
  background: url("../images/common/color/laser/BK.png") no-repeat;
  background-size: 100% 100%;
}
.laser-c {
  background: url("../images/common/color/laser/C.png") no-repeat;
  background-size: 100% 100%;
}
.laser-cmy {
  background: url("../images/common/color/laser/CMY.png") no-repeat;
  background-size: 100% 100%;
}
.laser-kcmy {
  background: url("../images/common/color/laser/KCMY.png") no-repeat;
  background-size: 100% 100%;
}
.laser-m {
  background: url("../images/common/color/laser/M.png") no-repeat;
  background-size: 100% 100%;
}
.laser-y {
  background: url("../images/common/color/laser/Y.png") no-repeat;
  background-size: 100% 100%;
}
/********
产品列表、订单中心color项图片 end
*****/
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 768px) {
  .container-fluid {
    max-width: 1600px;
    background: #ffffff;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid {
    background: #ffffff;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 768px) {
  .container-fluid {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .box-shadow-line {
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  }
  .box-shadow-line .dropdown.search-top-icon {
    position: static;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu {
    display: block;
    background: #003BA3;
    position: inherit;
    border: none;
    width: 100%;
    height: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon {
    position: absolute;
    top: 130px;
    right: 20px;
    color: #fff;
    display: inline-block;
    height: 0;
    overflow: hidden;
    width: 20px;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:after,
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:before {
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:after {
    transform: rotate(-45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:before {
    transform: rotate(45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu:after {
    position: absolute;
    display: block;
    top: 102px;
    right: 6px;
    content: '';
    width: 15px;
    height: 15px;
    opacity: 0;
    background: #003BA3;
    transform: rotate(45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input {
    display: block;
    border: none;
    border-radius: 30px;
    width: 60%;
    height: 0;
    margin: 55px auto 0;
    padding-left: 30px;
    font-size: 2.5rem;
    opacity: 0;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input:focus {
    outline: none;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon.open > .dropdown-menu {
    height: 180px;
    transition: height 0.5s ease-out;
  }
  .box-shadow-line .dropdown.search-top-icon.open > .dropdown-menu:after {
    opacity: 1;
    transition: opacity 1s ease-out;
  }
  .box-shadow-line .dropdown.search-top-icon.open > .dropdown-menu input {
    opacity: 1;
    height: 60px;
    transition: height 0.5s ease-out;
  }
  .box-shadow-line .dropdown.search-top-icon.open > .dropdown-menu .search-close-icon {
    height: 20px;
    transition: height 0.5s ease-out;
  }
  .box-shadow-line .nothing-navbar-brand-search {
    width: 38px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 56px;
    background-image: url(../images/home/search-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .box-shadow-line .nothing-navbar-brand-search a {
    display: none;
  }
  .box-shadow-line .navbar {
    height: 110px;
    padding: 0;
    margin: 0 auto;
  }
  .box-shadow-line .navbar .navbar-collapse {
    padding: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-brand {
    position: absolute;
    margin-top: 35px;
  }
  .box-shadow-line .navbar .nothing-navbar-brand .navbar-brand {
    padding: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-brand .navbar-brand img {
    width: 84px;
    height: 60px;
  }
  .box-shadow-line .navbar .nothing-navbar-menu {
    font-size: 1.4rem;
  }
  .box-shadow-line .navbar .nothing-navbar-menu > div {
    position: static;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .nav {
    position: static;
    width: 100%;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .nav > li {
    position: static;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .nav > li > a {
    padding: 0;
    text-align: center;
    margin: 13px 20px;
    display: inline-block;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .nav .open > a,
  .box-shadow-line .navbar .nothing-navbar-menu .nav .open > a:focus,
  .box-shadow-line .navbar .nothing-navbar-menu .nav .open > a:hover {
    background-color: #ffffff;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown:hover > a {
    position: relative;
    color: #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown:hover > a:before {
    background: #003BA3;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown:hover > a > a:focus > a:hover {
    background-color: #ffffff;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu {
    background-color: #f5f5f5;
    position: absolute;
    padding: 30px 0;
    top: 109px;
    width: 100%;
    height: 233px;
    margin: 0;
    border: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-menu-title {
    font-size: 2.4rem;
    text-align: right;
    color: #999999;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu {
    width: 45%;
    height: 50px;
    padding: 7px 12px 7px 22px;
    list-style-type: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu:hover {
    background: #e5e5e5;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-3rdmenu {
    display: block;
    border-left: 1px solid #d2d2d2;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu:hover > a {
    color: #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu:hover > a .glyphicon {
    color: #a6a6a6;
    display: inherit;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu > a {
    color: #666666;
    text-decoration: none;
    font-size: 1.6rem;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu > a .glyphicon {
    top: 12px;
    float: right;
    display: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu > p {
    font-size: 1.2rem;
    color: #666666;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu {
    position: absolute;
    background: #f5f5f5;
    display: none;
    width: 100%;
    top: -3px;
    left: 45%;
    margin-left: 5px;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu > li {
    height: 40px;
    line-height: 40px;
    list-style-type: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu > li > a {
    font-size: 1.4rem;
    color: #595959;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu > li > a:hover {
    color: #003BA3;
    text-decoration: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu-active {
    display: block;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu-active > a {
    color: #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu-active > a .glyphicon {
    display: inherit;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-menu-image p {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 2.4rem;
    max-width: 400px;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-toggle {
    color: #737373;
    padding-top: 21px;
    padding-bottom: 10px;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-toggle:hover,
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-toggle:focus {
    background: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .in-focus {
    color: #003AA5;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li > a {
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
    color: #003BA3;
    font-size: 1rem;
    font-family: CiscoSans-ExtraLight;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li > a:hover,
  .box-shadow-line .navbar .nothing-navbar-info > li > a:focus {
    background: none;
    text-decoration: underline;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li > a > img {
    position: relative;
    left: 0;
    margin-right: 7px;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li.line {
    position: relative;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li.line:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li .dropdown-menu {
    font-size: 1.2rem;
    min-width: 85px;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li .dropdown-menu > li {
    border-left: 5px solid transparent;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li .dropdown-menu > li:hover {
    border-left: 5px solid #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-info .glyphicon.glyphicon-triangle-bottom {
    position: relative;
    left: 5px;
    top: 3px;
  }
  .box-shadow-line .navbar .nothing-navbar-info .open > a,
  .box-shadow-line .navbar .nothing-navbar-info .open > a:focus,
  .box-shadow-line .navbar .nothing-navbar-info .open > a:hover {
    background-color: #ffffff;
  }
  .box-shadow-line .navbar .nothing-navbar-info .open .glyphicon-triangle-bottom:before {
    content: "\e253";
  }
  .box-shadow-line .navbar .nothing-navbar-info .open .dropdown-menu {
    border-radius: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-info .open .dropdown-menu > li a {
    padding: 3px 10px;
  }
  .box-shadow-line .navbar .nothing-navbar-info .open .dropdown-menu > li > a:focus,
  .box-shadow-line .navbar .nothing-navbar-info .open .dropdown-menu > li a:hover {
    color: #003BA3;
    background-color: #ffffff;
  }
  .box-shadow-line .navbar-1280 {
    max-width: 1280px;
    margin: 0 auto;
  }
  .nothing-second-menu {
    background-color: #003BA3;
    max-width: 1600px;
  }
  .nothing-second-menu .nothing-second-menu-content {
    max-width: 1280px;
    margin: 0 auto;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar-default {
    background-color: #003BA3;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-brand {
    height: 70px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav .open > a > span,
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav .open > a:focus > span,
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav .open > a:hover > span {
    display: inherit;
    position: absolute;
    top: 60px;
    left: 45%;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li {
    font-family: CiscoSans-ExtraLight;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li:hover {
    background-color: #002653;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li:hover > a,
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li:hover > a:focus,
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li:hover > a:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 70px;
    color: #a4c7de;
    font-size: 14px;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li > a > span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu:after {
    right: calc((100% - 1260px)/2);
    right: -moz-calc((100% - 1260px)/2);
    right: -webkit-calc((100% - 1260px)/2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .box-shadow-line .nothing-navbar-brand-search {
    right: calc((100% - 1280px)/2);
    right: -moz-calc((100% - 1280px)/2);
    right: -webkit-calc((100% - 1280px)/2);
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .box-shadow-line .navbar .nothing-navbar-menu .nav > li > a {
    padding: 0;
    text-align: center;
    margin: 13px 35px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .box-shadow-line {
    position: relative;
  }
  .box-shadow-line .dropdown.search-top-icon {
    position: static;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu {
    position: inherit;
    top: 4.29rem;
    background: #003BA3;
    border: none;
    width: 100%;
    height: 8rem;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon {
    position: absolute;
    top: 4.8rem;
    right: 2rem;
    color: #fff;
    display: inline-block;
    height: 1.5rem;
    overflow: hidden;
    width: 1.5rem;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:after,
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:before {
    background: #fff;
    content: "";
    height: .2rem;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:after {
    transform: rotate(-45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:before {
    transform: rotate(45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu:after {
    position: absolute;
    display: block;
    top: 4rem;
    right: 3.3rem;
    content: '';
    width: .5rem;
    height: .5rem;
    background: #003BA3;
    transform: rotate(45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input {
    display: block;
    border: none;
    border-radius: 3rem;
    width: 90%;
    height: 3rem;
    margin: 2.5rem auto 0;
    padding-left: 1.5rem;
    font-size: 1.6rem;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input:focus {
    outline: none;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8c8c8c;
  }
  .box-shadow-line .nothing-navbar-brand-search {
    width: 38px;
    height: 36px;
    position: absolute;
    right: 2rem;
    top: .6rem;
    background-image: url(../images/home/search-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .box-shadow-line .nothing-navbar-brand-search a {
    display: none;
  }
  .box-shadow-line .navbar {
    margin-bottom: 0;
    border: 0;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-button {
    float: left;
    margin-left: 1.5rem;
    margin-right: 0;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-button .icon-bar {
    color: #003BA3;
    background: #003AA5;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-brand {
    width: 20rem;
    margin: 0.8rem auto 0;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-brand .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    line-height: normal;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-brand .navbar-brand img {
    width: 4.5rem;
    height: 3.3rem;
    margin: 0 auto;
  }
  .box-shadow-line .navbar .nothing-navbar-menu {
    height: 100vh;
    border-top: 1px solid #ececec;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .navbar-nav {
    padding-left: 1rem;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown {
    position: static;
    border-bottom: 1px solid #ececec;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu {
    position: absolute;
    top: .3rem;
    left: 100%;
    width: 100%;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu div {
    padding-right: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-menu-xs {
    border-left: 1px solid #ececec;
    padding-left: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu {
    font-size: 1.6rem;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu > a {
    width: 100%;
    display: block;
    line-height: 1.8rem;
    padding: .5rem 1.5rem;
    background-color: #eee;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu {
    list-style-type: none;
    font-size: 1.8rem;
    line-height: 3rem;
    padding: .5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 768px) {
  .nothing-footer {
    margin: 0 auto;
    background: #f5f5f5;
    padding-top: 30px;
  }
  .nothing-footer .row {
    margin: 0;
  }
  .nothing-footer a {
    color: #595959;
  }
  .nothing-footer a:hover {
    color: #595959;
  }
  .nothing-footer h3 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .nothing-footer h4 {
    margin: 0;
    font-size: 1.4rem;
    line-height: 3rem;
    position: relative;
  }
  .nothing-footer .list-group {
    margin-bottom: 0;
  }
  .nothing-footer .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border: none;
    color: #8c8c8c;
    font-size: 1.2rem;
    line-height: 3rem;
  }
  .nothing-footer .subMenu-container {
    display: inline-block;
    height: 18px;
    position: relative;
    width: 25px;
  }
  .nothing-footer .subMenu-container .subMenu-container-list {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    position: absolute;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    top: 0;
    left: 25px;
    min-width: 250px;
    background: #f0f0f0;
    z-index: 99;
  }
  .nothing-footer .subMenu-container .subMenu-container-list .list-group-item {
    background-color: #f0f0f0;
  }
  .nothing-footer .subMenu-container .subMenu-container-list .close-icon {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .nothing-footer .subMenu-container .sub-menu-arrow {
    position: absolute;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  .nothing-footer .subMenu-container .sub-menu-arrow:hover {
    background: #b4b4b4;
  }
  .nothing-footer .subMenu-container .sub-menu-arrow span {
    border-color: #8e9299;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 0;
    padding: 3px;
    transform: rotate(45deg);
    width: 0;
    left: 7px;
    position: absolute;
    top: 9px;
    z-index: 0;
  }
  .nothing-footer .copyright {
    margin-top: 50px;
  }
  .nothing-footer .copyright p {
    color: #fff;
    font-size: 1.2rem;
  }
  .nothing-footer .share {
    margin-top: 24px;
    background: #9e9e9e;
    height: 134px;
  }
  .nothing-footer .share-icons {
    padding: 0;
    margin-top: 50px;
    list-style: none;
  }
  .nothing-footer .share-icons li {
    margin-right: 20px;
    float: left;
  }
  .nothing-footer .share-icons li:last-child {
    margin-right: 0;
  }
  .nothing-footer .share-icons li div {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .nothing-footer .share-icons li div:hover {
    opacity: .9;
  }
  .nothing-footer .share-icons .facebook-icon {
    background-image: url(../images/concern/facebook-color.png);
  }
  .nothing-footer .share-icons .twitter-icon {
    background-image: url(../images/concern/twitter-color.png);
  }
  .nothing-footer .share-icons .in-icon {
    background-image: url(../images/concern/in-color.png);
  }
  .nothing-footer .share-icons .youtube-icon {
    background-image: url(../images/concern/youtube-color.png);
  }
}
@media screen and (max-width: 767px) {
  .nothing-footer {
    background: #f5f5f5;
  }
  .nothing-footer .row {
    margin: 0;
  }
  .nothing-footer h3 {
    font-size: 1.6rem;
    font-weight: normal;
    color: #404040;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1.5rem;
  }
  .nothing-footer h3 a {
    color: #404040;
  }
  .nothing-footer h3:after,
  .nothing-footer h3:before {
    background: #404040;
    content: "";
    height: 1rem;
    width: 1px;
    right: 1rem;
    top: 0;
    position: absolute;
  }
  .nothing-footer h3:before {
    transform: rotate(90deg);
  }
  .nothing-footer h3.active:after {
    transform: rotate(-45deg);
  }
  .nothing-footer h3.active:before {
    transform: rotate(45deg);
  }
  .nothing-footer h4 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #404040;
  }
  .nothing-footer h4 a {
    color: #404040;
  }
  .nothing-footer .item-list {
    display: none;
    border-bottom: 1px solid #e4e4e4;
  }
  .nothing-footer .list-group {
    margin-bottom: 0;
  }
  .nothing-footer .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border: none;
    color: #999;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  .nothing-footer .close-icon {
    display: none;
  }
  .nothing-footer .copyright p {
    color: #fff;
    font-size: 1.2rem;
  }
  .nothing-footer .share {
    padding: 3rem 0;
    background: #333;
  }
  .nothing-footer .follow-us-txt {
    padding: 0;
    text-align: left;
    font-size: 1.2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
  }
  .nothing-footer .up-phone-top {
    margin-top: 3rem;
  }
  .nothing-footer .share-icons {
    list-style: none;
  }
  .nothing-footer .share-icons li {
    margin-right: 1rem;
    float: left;
  }
  .nothing-footer .share-icons li div {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .4rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .nothing-footer .share-icons li div:hover {
    opacity: .9;
  }
  .nothing-footer .share-icons .facebook-icon {
    background-image: url(../images/concern/facebook-color.png);
  }
  .nothing-footer .share-icons .twitter-icon {
    background-image: url(../images/concern/twitter-color.png);
  }
  .nothing-footer .share-icons .in-icon {
    background-image: url(../images/concern/in-color.png);
  }
  .nothing-footer .share-icons .youtube-icon {
    background-image: url(../images/concern/youtube-color.png);
  }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 768px) {
  .nothing-jumbotron.jumbotron {
    padding: 0;
    margin-bottom: 0;
  }
  .nothing-icons {
    height: 136px;
    margin-left: 0;
    margin-right: 0;
    background-color: #003BA3;
  }
  .nothing-icons .nothing-icon .div-img-circle {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    border: 1px solid #fff;
    margin: 26px auto 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .nothing-icons .nothing-icon .div-img-circle.support {
    background-image: url(../images/quick_nav/quick/support_center.png);
  }
  .nothing-icons .nothing-icon .div-img-circle.support:hover {
    background-image: url(../images/quick_nav/hover/support_center.png);
    border-color: transparent;
    transition: background 0.3s ease;
  }
  .nothing-icons .nothing-icon .div-img-circle.firmware {
    background-image: url(../images/quick_nav/quick/firmware_status.png);
  }
  .nothing-icons .nothing-icon .div-img-circle.firmware:hover {
    background-image: url(../images/quick_nav/hover/firmware_status.png);
    border-color: transparent;
    transition: background 0.3s ease;
  }
  .nothing-icons .nothing-icon .div-img-circle.company {
    background-image: url(../images/quick_nav/quick/company_news.png);
  }
  .nothing-icons .nothing-icon .div-img-circle.company:hover {
    background-image: url(../images/quick_nav/hover/company_news.png);
    border-color: transparent;
    transition: background 0.3s ease;
  }
  .nothing-icons .nothing-icon .div-img-circle.patent {
    background-image: url(../images/quick_nav/quick/patent_center.png);
  }
  .nothing-icons .nothing-icon .div-img-circle.patent:hover {
    background-image: url(../images/quick_nav/hover/patent_center.png);
    border-color: transparent;
    transition: background 0.3s ease;
  }
  .nothing-icons .nothing-icon .div-img-circle.subscribe {
    background-image: url(../images/quick_nav/quick/subscribe.png);
  }
  .nothing-icons .nothing-icon .div-img-circle.subscribe:hover {
    background-image: url(../images/quick_nav/hover/subscribe.png);
    border-color: transparent;
    transition: background 0.3s ease;
  }
  .nothing-icons .nothing-icon p {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 15px;
    padding: 0;
  }
  .nothing-carousel {
    height: 500px;
    background: #f5f5f5;
  }
  .nothing-carousel .in-focus {
    margin-top: 60px;
    font-size: 3rem;
    color: #003BA3;
  }
  .nothing-carousel .in-focus-sub {
    margin-top: 13px;
    margin-bottom: 68px;
    font-size: 2rem;
    color: #999;
  }
  .nothing-carousel .print img {
    width: 246px;
    height: 192px;
  }
  .nothing-carousel .print-title {
    margin-top: -20px;
    font-size: 2.4rem;
    color: #666666;
    line-height: 4.3rem;
  }
  .nothing-carousel .print-li {
    margin-top: 5px;
    padding: 0;
    padding-left: 10px;
  }
  .nothing-carousel .print-li li {
    list-style: none;
    font-size: 1.6rem;
    color: #666666;
    position: relative;
  }
  .nothing-carousel .print-li li:before {
    display: inline-block;
    content: '.';
    margin-right: 20px;
    position: absolute;
    top: -5px;
    left: -10px;
  }
  .nothing-carousel .print-txt {
    text-align: left;
  }
  .nothing-carousel .read-more {
    margin-top: 45px;
    margin-left: 5px;
    font-size: 1.4rem;
    color: #003BA3;
  }
  .nothing-carousel .read-more span {
    display: inline-block;
    position: relative;
  }
  .nothing-carousel .read-more span:after {
    border-color: #003BA3;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 0;
    padding: 3px;
    transform: rotate(45deg);
    width: 0;
    right: -20px;
    position: absolute;
    top: 7px;
    z-index: 0;
  }
  .nothing-carousel .carousel-control {
    background-image: none;
  }
  .nothing-carousel .carousel-indicators {
    display: none;
  }
  .nothing-carousel .chevron {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    opacity: 1;
  }
  .nothing-carousel .chevron-right {
    left: 45px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .nothing-carousel .chevron-left {
    right: 45px;
    border-top: 3px solid #ccc;
    border-left: 3px solid #ccc;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .nothing-carousel .carousel-control:hover .chevron-left,
  .nothing-carousel .carousel-control:hover .chevron-right {
    border-color: #003BA3;
  }
  .nothing-tab-list {
    max-width: 1280px;
    margin: 0 auto;
  }
  .nothing-tab-list .tab-title {
    margin-top: 90px;
    margin-bottom: 24px;
    font-size: 3rem;
    color: #003BA3;
  }
  .nothing-tab-list .tab-subtitle {
    margin-bottom: 26px;
    font-size: 2rem;
    color: #999999;
    font-weight: 100;
  }
  .nothing-tab-list #nothingTab li {
    border-top: 3px solid #d0d0d0;
    background: #f5f5f5;
  }
  .nothing-tab-list #nothingTab li a {
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 1.4rem;
    color: #666666;
    border: none;
  }
  .nothing-tab-list #nothingTab li.active {
    border-top: 4px solid #003BA3;
    background: #fff;
  }
  .nothing-tab-list #nothingTab li.active a {
    color: #003BA3;
  }
  .nothing-tab-list .left-border-line {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding-bottom: 50px;
  }
  .nothing-tab-list #nothingTabContent {
    margin-top: 40px;
    margin-left: 30px;
  }
  .nothing-tab-list #nothingTabContent .list-group-item {
    font-size: 1.6rem;
    color: #666666;
    background-color: #fff;
    border-left-width: 8px;
    border-color: transparent;
    border-top-color: #e4e4e4;
    position: relative;
  }
  .nothing-tab-list #nothingTabContent .list-group-item:first-child {
    border-top-color: transparent;
  }
  .nothing-tab-list #nothingTabContent .list-group-item .list-item-title {
    font-weight: 700;
  }
  .nothing-tab-list #nothingTabContent .list-group-item:after {
    border-color: #003BA3;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 0;
    padding: 5px;
    transform: rotate(45deg);
    width: 0;
    right: 10%;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    z-index: 0;
    opacity: 0;
  }
  .nothing-tab-list #nothingTabContent .list-group-item:hover {
    background-color: #fff;
    border-color: #e4e4e4;
    box-shadow: 0px 0px 8px 0px #d8d8d8;
    border-left: 8px solid #003BA3;
  }
  .nothing-tab-list #nothingTabContent .list-group-item:hover .list-item-title {
    color: #003BA3;
  }
  .nothing-tab-list #nothingTabContent .list-group-item:hover:after {
    right: 8%;
    opacity: .8;
    transition: all 500ms ease-in-out;
  }
  .nothing-tab-list #nothingTabContent .see-more {
    margin-left: 15px;
    color: #003BA3;
    font-size: 1.8rem;
  }
  .nothing-tab-list #nothingTabContent img {
    max-width: 351px;
    max-height: 272px;
    margin-top: 30px;
  }
  .nothing-img-container {
    max-width: 1280px;
    margin: 50px auto;
  }
  .nothing-img-container .thumbnail {
    padding: 0;
    overflow: hidden;
    height: 508px;
  }
  .nothing-img-container .thumbnail.unismart-thumbnail {
    border-bottom: 8px solid #19a456;
  }
  .nothing-img-container .thumbnail.nfc-thumbnail {
    border-bottom: 8px solid #099ea7;
  }
  .nothing-img-container .thumbnail .img-well {
    height: 268px;
    overflow: hidden;
  }
  .nothing-img-container .thumbnail img {
    cursor: pointer;
    transition: all 0.6s;
  }
  .nothing-img-container .thumbnail:hover img {
    transform: scale(1.1);
  }
  .nothing-img-container .caption {
    position: relative;
  }
  .nothing-img-container .img-tips {
    margin: 45px 0 15px;
    color: #999;
    font-size: 1.8rem;
  }
  .nothing-img-container .img-txt-detail {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.6rem;
    color: #333;
    min-height: 70px;
    line-height: 36px;
  }
  .nothing-img-container .unismart-btn {
    position: absolute;
    top: -40px;
    left: 50%;
    display: block;
    height: 56px;
    width: 208px;
    color: #fff;
    background: #19a456;
    line-height: 56px;
    text-align: center;
    margin-left: -104px;
    font-size: 2rem;
  }
  .nothing-img-container .unismart-btn:hover {
    background: #12783f;
  }
  .nothing-img-container .nfc-btn {
    position: absolute;
    top: -40px;
    left: 50%;
    display: block;
    height: 56px;
    width: 208px;
    color: #fff;
    background: #099ea7;
    line-height: 56px;
    text-align: center;
    margin-left: -104px;
    font-size: 2rem;
  }
  .nothing-img-container .nfc-btn:hover {
    background: #067077;
  }
  .nothing-jumbotron-phone.jumbotron {
    position: relative;
    padding: 0;
    background-color: #fff;
    margin: 50px 0;
  }
  .nothing-jumbotron-phone.jumbotron .jumbotron-tips {
    position: absolute;
    top: 15%;
    left: 45%;
    width: 519px;
    font-size: 3rem;
    color: #666666;
  }
  .nothing-solution-container {
    margin: 50px auto;
  }
  .nothing-solution-container .solution-detail {
    margin: 30px 0;
    font-size: 1.6rem;
    color: #666666;
  }
  .nothing-solution-container .solution-link {
    font-size: 1.6rem;
    color: #003BA3;
  }
  .nothing-solution-container .solution-link span {
    display: inline-block;
    position: relative;
  }
  .nothing-solution-container .solution-link span:after {
    border-color: #003BA3;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 0;
    padding: 3px;
    transform: rotate(45deg);
    width: 0;
    right: -60px;
    position: absolute;
    top: 8px;
    z-index: 0;
  }
  .nothing-jumbotron-bg.jumbotron {
    margin: 50px auto 0;
    position: relative;
    height: 400px;
    border-radius: 0;
  }
  .nothing-jumbotron-bg.jumbotron p {
    font-weight: normal;
  }
  .nothing-jumbotron-bg.jumbotron .bg-media {
    background-image: url(../images/bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .nothing-jumbotron-bg.jumbotron:after {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 5px;
    margin-left: -2.5px;
    height: 60%;
    background: #fff;
    display: block;
    content: '';
  }
  .nothing-jumbotron-bg.jumbotron .bg-title {
    position: relative;
    font-size: 3rem;
    color: #fff;
  }
  .nothing-jumbotron-bg.jumbotron .bg-txt {
    margin: 20px 0 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }
  .nothing-jumbotron-bg.jumbotron .bg-btn {
    margin: auto;
    display: block;
    width: 161px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    border: solid 1px #fff;
    border-radius: 4px;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    padding-right: 30px;
  }
  .nothing-jumbotron-bg.jumbotron .bg-btn:after {
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 0;
    padding: 3px;
    transform: rotate(45deg);
    width: 0;
    right: 25px;
    position: absolute;
    top: 22px;
    z-index: 0;
  }
  .nothing-jumbotron-bg.jumbotron .bg-btn:hover {
    border: solid 1px #003BA3;
    background-color: #003BA3;
  }
  .nothing-jumbotron-bg.jumbotron .bg-btn:hover:after {
    right: 20px;
  }
  .nothing-contact {
    margin: 0 auto;
  }
  .nothing-contact .contact-email {
    position: relative;
    margin: 0;
    padding: 61px 0 135px;
    background-color: #fff;
  }
  .nothing-contact .contact-email .contact-title {
    font-size: 2.6rem;
    color: #003BA3;
  }
  .nothing-contact .contact-email .contact-detail {
    font-size: 1.6rem;
  }
  .nothing-contact .contact-email .contact-email-image {
    text-align: right;
    padding-right: 45px;
  }
  .nothing-contact .contact-email .env-top {
    max-width: 120px;
    max-height: 95px;
  }
  .nothing-contact .contact-email .btn-blue {
    margin-top: 26px;
    margin-left: 30px;
    display: block;
    width: 161px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 1.6rem;
    color: #003BA3;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #003BA3;
    position: relative;
    padding-right: 20px;
  }
  .nothing-contact .contact-email .btn-blue:after {
    border-color: #003BA3;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 0;
    padding: 3px;
    transform: rotate(45deg);
    width: 0;
    right: 25px;
    position: absolute;
    top: 22px;
    z-index: 0;
  }
  .nothing-contact .contact-email .btn-blue:hover {
    color: #fff;
    border: solid 1px #003BA3;
    background-color: #003BA3;
  }
  .nothing-contact .contact-email .btn-blue:hover:after {
    border-color: #fff;
    right: 20px;
  }
  .nothing-contact .img-100 {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
  }
  .nothing-contact .contact-form {
    margin: 0;
    margin-top: -2px;
    padding: 10px 0 60px;
    background: #003BA3;
  }
  .nothing-contact .contact-form .contact-update {
    font-size: 2.4rem;
    color: #fff;
    line-height: 40px;
    text-align: right;
    margin: 0;
  }
  .nothing-contact .contact-form .contact-input {
    height: 40px;
    max-width: 480px;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
  }
  .nothing-contact .contact-form .contact-subscribe {
    display: block;
    width: 161px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    background-color: #72b85e;
    border-radius: 6px;
    border: solid 1px #72b85e;
    font-size: 1.6rem;
  }
  .nothing-contact .contact-form .contact-subscribe:hover,
  .nothing-contact .contact-form .contact-subscribe:focus {
    background: #599e45;
    border: solid 1px #599e45;
  }
}
@media screen and (max-width: 767px) {
  .nothing-jumbotron.jumbotron {
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .chevron {
    width: 3rem;
    height: 3rem;
    margin-top: -1rem;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .chevron-right {
    border-top: 2px solid #003BA3;
    border-right: 2px solid #003BA3;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 50%;
  }
  .chevron-left {
    border-top: 2px solid #003BA3;
    border-left: 2px solid #003BA3;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .nothing-icons {
    height: 13rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    margin-left: 0;
    margin-right: 0;
    background-color: #003BA3;
  }
  .nothing-icons .nothing-icon {
    padding: 0;
    text-align: center;
  }
  .nothing-icons .nothing-icon p {
    color: #fff;
    font-family: CiscoSans-ExtraLight;
    font-size: 1.4rem;
    margin: 0;
    line-height: 4.8rem;
  }
  .nothing-carousel {
    height: 55.2rem;
    background: #f5f5f5;
  }
  .nothing-carousel .in-focus {
    margin-top: 5rem;
    font-size: 2.4rem;
    color: #003BA3;
  }
  .nothing-carousel .in-focus-sub {
    margin-top: 1.4rem;
    margin-bottom: 6.2rem;
    font-size: 1.5rem;
    color: #999;
    font-family: CiscoSans-ExtraLight;
  }
  .nothing-carousel .print {
    text-align: center;
  }
  .nothing-carousel .print img {
    width: 15.9rem;
    height: 12.3rem;
  }
  .nothing-carousel .print-title {
    margin: 3.7rem 0 1rem;
    padding: 1rem;
    font-size: 1.8rem;
    color: #666;
    text-align: center;
  }
  .nothing-carousel .print-li {
    width: 80%;
    padding: 0;
    margin: auto;
  }
  .nothing-carousel .print-li li {
    list-style: none;
    font-size: 1.5rem;
    color: #666;
    position: relative;
  }
  .nothing-carousel .print-li li:before {
    display: inline-block;
    content: '.';
    margin-right: 5px;
    position: relative;
    top: -5px;
    left: 0px;
  }
  .nothing-carousel .print-txt {
    text-align: center;
  }
  .nothing-carousel .read-more {
    margin-top: 2.3rem;
    font-size: 1.2rem;
    color: #003BA3;
  }
  .nothing-carousel .read-more span {
    display: inline-block;
    position: relative;
  }
  .nothing-carousel .read-more span:after {
    border-color: #003BA3;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 0;
    padding: 3px;
    transform: rotate(45deg);
    width: 0;
    right: -15px;
    position: absolute;
    top: 5px;
    z-index: 0;
  }
  .nothing-carousel .carousel-control {
    background-image: none;
  }
  .nothing-carousel .glyphicon.glyphicon-chevron-left,
  .nothing-carousel .glyphicon.glyphicon-chevron-right {
    color: #003BA3;
  }
  .nothing-carousel .carousel-indicators li {
    background: #fff;
  }
  .nothing-carousel .carousel-indicators li.active {
    background: #003BA3;
  }
  .nothing-tab-list .tab-title {
    margin: 4.8rem 6rem 1.2rem;
    font-size: 2.4rem;
    color: #003BA3;
    padding: 1rem;
  }
  .nothing-tab-list .tab-subtitle {
    margin-bottom: 4.4rem;
    font-size: 1.5rem;
    color: #999;
  }
  .nothing-tab-list #nothingTab li {
    border-top: .3rem solid #d0d0d0;
    background: #f5f5f5;
    display: table-cell;
    width: 1%;
  }
  .nothing-tab-list #nothingTab li a {
    line-height: 5.4rem;
    padding: 0;
    font-size: 1.2rem;
    color: #666666;
    border: none;
  }
  .nothing-tab-list #nothingTab li.active {
    border-top: 0.4rem solid #003BA3;
    background: #fff;
  }
  .nothing-tab-list #nothingTab li.active a {
    color: #003BA3;
  }
  .nothing-tab-list #nothingTabContent {
    margin: 1.5rem 1rem 2rem;
  }
  .nothing-tab-list #nothingTabContent .list-group-item {
    font-size: 1.1rem;
    color: #666666;
    background-color: #fff;
    border-color: transparent;
    border-top-color: #e4e4e4;
    border-left-width: .5rem;
  }
  .nothing-tab-list #nothingTabContent .list-group-item:hover {
    background-color: #fff;
    border-color: #e4e4e4;
    border-left: 0.5rem solid #003BA3;
    box-shadow: 0px 0px 8px 0px #d8d8d8;
  }
  .nothing-tab-list #nothingTabContent .list-group-item:hover .list-item-title {
    font-size: 1.2rem;
    color: #003BA3;
  }
  .nothing-tab-list #nothingTabContent .see-more {
    margin-top: 50%;
    text-align: center;
    color: #003BA3;
    font-size: 1.5rem;
  }
  .nothing-tab-list #nothingTabContent img {
    width: 100%;
  }
  .nothing-img-container .thumbnail {
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .nothing-img-container .thumbnail.unismart-thumbnail {
    border-bottom: .8rem solid #19a456;
  }
  .nothing-img-container .thumbnail.nfc-thumbnail {
    border-bottom: .8rem solid #099ea7;
  }
  .nothing-img-container .thumbnail .img-well {
    overflow: hidden;
  }
  .nothing-img-container .thumbnail img {
    cursor: pointer;
    transition: all 0.6s;
  }
  .nothing-img-container .thumbnail:hover img {
    transform: scale(1.1);
  }
  .nothing-img-container .caption {
    position: relative;
  }
  .nothing-img-container .img-tips {
    margin: 3rem 0 2rem;
    color: #999;
    font-size: 0.9rem;
  }
  .nothing-img-container .img-txt-detail {
    max-width: 60rem;
    padding: 0 1rem;
    font-size: 1.2rem;
    color: #333;
    line-height: 2rem;
  }
  .nothing-img-container .unismart-btn {
    position: absolute;
    top: -1.5rem;
    left: 57%;
    display: block;
    height: 2.8rem;
    font-size: 1.2rem;
    width: 10.4rem;
    color: #fff;
    background: #19a456;
    line-height: 2.8rem;
    text-align: center;
    margin-left: -7.5rem;
  }
  .nothing-img-container .unismart-btn:hover {
    background: #12783f;
  }
  .nothing-img-container .nfc-btn {
    position: absolute;
    top: -1.5rem;
    left: 57%;
    display: block;
    height: 2.8rem;
    width: 10.4rem;
    color: #fff;
    background: #099ea7;
    line-height: 2.8rem;
    text-align: center;
    margin-left: -7.5rem;
  }
  .nothing-img-container .nfc-btn:hover {
    background: #067077;
  }
  .nothing-jumbotron-phone.jumbotron {
    position: relative;
    padding: 0;
    background-color: #fff;
    margin: 3rem 0;
    border-radius: 0;
  }
  .nothing-jumbotron-phone.jumbotron .jumbotron-tips {
    display: none;
  }
  .nothing-solution-container {
    margin-bottom: 9.1rem;
    text-align: center;
  }
  .nothing-solution-container img {
    margin: 7.3rem auto;
  }
  .nothing-solution-container .solution-detail {
    margin: 9rem 0 3rem;
    font-size: 1.2rem;
    color: #666666;
  }
  .nothing-solution-container .solution-link {
    font-size: 1.2rem;
    color: #003BA3;
  }
  .nothing-solution-container .solution-link span {
    display: inline-block;
    position: relative;
  }
  .nothing-solution-container .solution-link span:after {
    border-color: #003BA3;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 0;
    padding: .3rem;
    transform: rotate(45deg);
    width: 0;
    right: -1rem;
    position: absolute;
    top: .4rem;
    z-index: 0;
  }
  .nothing-jumbotron-bg.jumbotron {
    position: relative;
    background-image: url(../images/H5/bg.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 60rem;
    margin-bottom: 0;
    border-radius: 0;
  }
  .nothing-jumbotron-bg.jumbotron:after {
    position: absolute;
    top: 55%;
    left: 20%;
    width: 60%;
    height: .1rem;
    background: #fff;
    display: block;
    content: '';
  }
  .nothing-jumbotron-bg.jumbotron .bg-title {
    margin-top: 2rem;
    font-size: 2.4rem;
    color: #fff;
  }
  .nothing-jumbotron-bg.jumbotron .bg-txt {
    margin: 5rem auto;
    font-size: 1.5rem;
    color: #fff;
    width: 80%;
  }
  .nothing-jumbotron-bg.jumbotron .bg-txt.phone-bg-txt-bottom {
    margin-top: 11rem;
  }
  .nothing-jumbotron-bg.jumbotron .bg-btn {
    margin: auto;
    display: block;
    width: 11.3rem;
    height: 3.6rem;
    text-align: center;
    line-height: 3.6rem;
    border-radius: .4rem;
    font-size: 1.2rem;
    color: #fff;
    border: solid 1px #fff;
    padding-right: 30px;
    position: relative;
  }
  .nothing-jumbotron-bg.jumbotron .bg-btn:after {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 0;
    padding: 3px;
    transform: rotate(45deg);
    width: 0;
    right: 25px;
    position: absolute;
    top: 18px;
    z-index: 0;
  }
  .nothing-jumbotron-bg.jumbotron .bg-btn:hover {
    border: solid 1px #003BA3;
    background-color: #003BA3;
  }
  .nothing-jumbotron-bg.jumbotron .bg-btn:hover:after {
    right: 20px;
  }
  .nothing-contact .contact-email {
    position: relative;
    margin: 0;
    padding: 6.3rem 0 4rem;
    background-color: #fff;
  }
  .nothing-contact .contact-email .contact-email-image img {
    width: 8.8rem;
    height: 7rem;
  }
  .nothing-contact .contact-email .contact-title {
    font-size: 1.8rem;
    color: #003BA3;
    text-align: center;
  }
  .nothing-contact .contact-email .contact-detail {
    padding: 1rem;
    font-size: 1.2rem;
    color: #003BA3;
    text-align: center;
  }
  .nothing-contact .contact-email .env-top {
    margin: 0 auto 4rem;
    display: block;
  }
  .nothing-contact .img-100 {
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
  }
  .nothing-contact .contact-form {
    margin: 0;
    margin-top: -0.2rem;
    padding: 1rem 0 6rem;
    background: #003BA3;
  }
  .nothing-contact .contact-form .contact-update {
    margin: 2rem 0;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
  }
  .nothing-contact .contact-form .contact-input {
    margin: 0 0 2rem;
    height: 4.5rem;
    font-size: 1.5rem;
    border: 1px solid #e5e5e5;
  }
  .nothing-contact .contact-form .contact-subscribe {
    color: #fff;
    display: block;
    margin: auto;
    width: 14.7rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    background-color: #72b85e;
    border-radius: .6rem;
    border: solid 1px #72b85e;
    font-size: 1.5rem;
  }
  .nothing-contact .contact-form .contact-subscribe:hover,
  .nothing-contact .contact-form .contact-subscribe:focus {
    color: #fff;
    background: #599e45;
  }
}
