.cf {
    zoom: 1;
}
.cf:before,
.cf:after {
    display: table;
    content: '';
}
.cf:after {
    clear: both;
}

body{
    font-family: arial;
}
body.has-layer {
    overflow: hidden;
}
button, input, optgroup, select, textarea{
    font-family: arial;
}
*{
    box-sizing: border-box;
}
*:focus{
    outline: none;
}
.icon{
    display: inline-block;
    vertical-align: middle;
}
.header {
    position: relative;
}
.header-loading{
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s;
    display: block;
    width: 0;
    height: 2px;
    background: #e83b3f;
}
.container{
    width: 1170px;
    margin: 0 auto;
}

.header-content{
    padding: 20px 0;
    position: relative;
}
.header-logo{
    width: 525px;
    height: 120px;
    background: url('/Content/images/css-sprite.png') 0 0 no-repeat;
    float: left;
}
.header-account{
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 26px;
    font-size: 16px;
}
.header-account-item{
    float: left;
    display: block;
    color: #b2b3b2;
    margin-left: 20px;
    text-decoration: none;
}
.header-account .icon{
    width: 28px;
    height: 28px;
    background: url('/Content/images/css-sprite.png') -168px -140px no-repeat;
}
.header-contact{
    float: right;
}
.header-contact>*{
    margin-top: 25px;
}
.header-contact-common .header-contact-item{
    border: none;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    padding: 0 15px;
    margin-left: 10px;
    background-color: #e83b3f;
    color: #fff;
}
.header-contact-common .icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('/Content/images/css-sprite.png');
    background-repeat: no-repeat;
}
.header-contact-common .icon-telephone{
    background-position: 0 -120px;
}
.header-contact-common .icon-email{
    background-position: -20px -120px;
}
.header-contact-social {
    float: right;
}
.header-contact-social .header-contact-item{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 10px;
    cursor: pointer;
}
.header-contact-social .icon{
    width: 28px;
    height: 28px;
    background-image: url('/Content/images/css-sprite.png');
    background-repeat: no-repeat;
}
.header-contact-social .icon-facebook{
    background-position: 0 -140px;
}
.header-contact-social .icon-linkedin{
    background-position: -28px -140px;
}
.header-contact-social .icon-twitter{
    background-position: -56px -140px;
}
.header-contact-social .icon-gplus{
    background-position: -84px -140px;
}
.header-contact-social .icon-youtube{
    background-position: -112px -140px;
}
.header-contact-social .icon-instagram{
    background-position: -140px -140px;
}
.navbar{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    background-color: #e83b3f;
    height: 60px;
    overflow: hidden;
}
.nav{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-item{
    height: 60px;
    line-height: 60px;
    float: left;
}
.nav-link{
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 0 30px;
    transition: all .5s;
}
.nav-link:hover,
.nav-link.active{
    background-color: #1f477e;
}

#cart{
    float: right;
    background-color: #1f477e;
    width: 120px;
    text-align: center;
}
#cart .icon-cart{
    position: relative;
    width: 40px;
    height: 40px;
    background: url('/Content/images/css-sprite.png') 0 -168px no-repeat;
}
#cart .icon-cart:after{
    position: absolute;
    right: -10px;
    top: -2px;
    content: attr(data-count);
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    background-color: #e83b3f;
    font-size: 12px;
    font-style:normal;
    text-align: center
}

.slider{
    width: 100%;
}
.slider-list{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.slider-item{
    position: absolute;
    top: 0;
    left: 0;
}
.slider-item img{
    width: 100%;
    display: block;
}

.slider-list .slick-arrow{
    width: 48px;
    height: 48px;
    background-color: rgba(0,0,0,.7);
    border: none;
    color: transparent;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
}
.slider-list .slick-arrow:after{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 40px;
    height: 40px;
    background-image: url('/Content/images/css-sprite.png');
    background-repeat: no-repeat;
}
.slider-list .slick-prev{
    left: 0;
}
.slider-list .slick-next{
    right: 0;
}
.slider-list .slick-prev:after{
    background-position: -40px -168px;

}
.slider-list .slick-next:after{
    background-position: -80px -168px;
}

.intro{
    padding-top: 60px;
}

.intro-tab{
    width: 100%;
    border-bottom: 1px solid #d3d2d2;
    color: #333;
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    text-align: center;
}
.intro-tab-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.intro-tab-item{
    float: left;
    position: relative;
    padding: 0 20px;
    cursor: pointer;
    transition: all .5s;
}
.intro-tab-item:after{
    transition: all .5s;
    content: "";
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
    border-bottom: 3px solid transparent;
}
.intro-tab-item:hover,
.intro-tab-item.active{
    color: #e83b3f
}
.intro-tab-item:hover:after,
.intro-tab-item.active:after{
    border-bottom: 3px solid #e83b3f;
}
.intro-content{
    height: 720px;
}

.intro-content-item{
    padding: 60px 0; 
    position:relative;
    display: none;
}
.intro-content-item.active{
    display: block;
}

.intro-content-about{
    text-align: right;
    float: right;
    height: 100%;
}
.intro-content-image{
    position: absolute;
    top: 60px;
    left: 0;
}
.intro-content-title{
    width: 256px;
    height: 256px;
    background-color: #e83b3f;
    padding: 30px 40px;
    display: inline-block;
}
.intro-content-title p{
    font-size: 28px;
    font-weight: bold;
    color: #e83b3f;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
}
.intro-content-item:last-child .intro-content-title p{
    font-size: 48px;
    line-height: 100px;
    height: 100px;
}
.intro-content-title p:first-child,
.intro-content-title p:last-child{
    background-color: transparent;
    color: #fff;
}
.intro-content-main{
    position: relative;
    background-color: rgba(255,255,255,.9);
    width: 700px;
    height: 250px;
    padding: 20px 20px 20px 50px;
}
.intro-content-main *{
    text-align: left;
}
.intro-content-main h3{
    color: #52c5de;
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'arial black';
    word-break: break-all;
    margin: 0;
    padding-right: 20px;
}
.intro-content-item:first-child .intro-content-main h3{
    color: #fba255;
}
.intro-content-main p,
.intro-content-main ol{
    font-size: 18px;
    font-weight: bold;
    color: #292929;
}
.intro-content-main ol{
    margin: 10px 0;
    padding: 0;
    list-style-position:inside;
}
.intro-content-more{
    width: 130px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #e83b3f;
    text-decoration: none;
    color: #fff;
    right: 0;
    bottom: 0;
    position: absolute;
}
.intro-content-more:before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 150px;
    height: 50px;
    content: "";
    display:inline-block;
}
.intro-content-news{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 50px;
}
.intro-news-item{
    border-bottom: 1px solid #f1f1f1;
    margin:5px;
}
.intro-news-link {
    display: block;
    text-decoration: none;
}
.intro-news-title{
    font-size: 24px;
    font-weight: bold;
    color: #292929;
}
.intro-news-title:before{
    content: "";
    width: 11px;
    height: 11px;
    background-color: #e83b3f;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.intro-news-date{
    float: right;
    color: #8a8a8a;
    font-size: 12px;
}

.product-recommend{
    background-color: #f1f1f1;
    padding: 50px 0;
}
.product-recommend-search{
    position: relative;
    width: 267px;
    height: 45px;
    line-height: 45px;
    background-color: #f7f7f7;
    border: 1px solid #d3d2d2;
    float: right;
}
.product-recommend-input{
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    padding: 0 45px 0 10px;
}
.product-recommend-search .icon-search{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('/Content/images/css-sprite.png') -120px -168px no-repeat;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.product-cat{
    margin-top: 70px;
    width: 270px;
    float: left;
}
.product-cat-title{
    width: 270px;
    height: 54px;
    line-height: 54px;
    border-radius: 7px;
    background-color: #e83b3f;
    font-size: 22px;
    font-weight: bold;
    font-family: "微软雅黑",sans-serif;
    padding: 0 20px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.product-cat-title .icon-menu{
    position: absolute;
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
    background: url('/Content/images/css-sprite.png') -160px -168px no-repeat;
}
.product-cat-list{
    list-style: none;
    margin: 0;
    padding: 10px 0 0 ;
}
.product-cat-item{
    margin-top: 10px;
    width: 100%;
    height: 74px;
    line-height: 74px;
    background-color: #fff;
    font-size: 18px;
    border-radius: 7px;
    border: 1px solid #e4e4e4;
    position: relative;
}
.product-cat-item:hover {
    background-color: #e83b3f;
}
.product-cat-item:hover .product-cat-link {
    color: #fff;
}
.product-catsub {
    display: none;
    margin: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    border-radius: 7px;
    background-color: #e83b3f;
    border: 1px solid #e83b3f;
}
.product-cat-item:hover .product-catsub {
    display: block;
    left: 280px;
}
.product-cat-item:hover .product-catsub:before {
    content: "";
    display: block;
    width: 13px;
    height: 74px;
    position: absolute;
    left: -13px;
    top: 0;
}
.product-cat-link{
    position: relative;
    padding: 0 30px;
    display: block;
    text-decoration: none;
    color: #888;
    word-break: break-all;
}

.product-catsub .product-cat-item {
    margin-top: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #f86569;
}
.product-catsub .product-cat-item:last-child {
    border-bottom: none;
}
.product-catsub .product-cat-link {
    color: #fff;
}
.product-catsub .product-cat-item:hover .product-cat-link {
    text-decoration: underline;
}

.product-catsub + .product-cat-link:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 7px;
    width: 40px;
    height:  40px;
    background: url('/Content/images/css-sprite.png') -200px -168px no-repeat;
}
.product-cat-item:hover .product-catsub + .product-cat-link:after {
    background: url('/Content/images/css-sprite.png') -440px -168px no-repeat;
}

.product-main{
    margin-left: 270px;
    margin-top: 70px;
}
.product-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-item {
    width: 270px;
    height: 437px;
    border-radius: 25px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin-left: 30px;
    padding: 15px;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}

.product-item-link {
    text-decoration: none;
    cursor: pointer;
}

.product-item-image {
    width: 240px;
    height: 180px;
    display: block;
    margin: 30px auto;
}
.product-item-title{
    font-size: 14px;
    color: #444;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.product-item-price{
    text-align: center;
    color: #fc5047;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    font-family: "arial black";
}
.product-item-login {
    text-align: center;
    color: #fc5047;
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    font-family: "arial black";
    text-decoration: none;
}
.product-item-button{
    display: inline-block;
    height: 47px;
    width: 208px;
    background-color: #ffc841;
    border-radius: 20px;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 47px;
    text-align: center;
    text-shadow: 2px 2px 0px #f7a836;
    cursor: pointer;
    text-decoration: none
}
.product-item-button .icon-cart{
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background: url('/Content/images/css-sprite.png') -240px -168px no-repeat;
}

.product-new {
  padding: 65px 0;
  text-align: center;
}
.product-new-title{
  display: inline-block;
  line-height: 40px;
  font-size: 30px;
  color: #292929;
  margin: 0 auto;
}
.product-new-title:before,
.product-new-title:after{
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #e83b3f;
  vertical-align: middle;
  margin-bottom: 8px;
}
.product-new-title:before{
  margin-right: 38px;
}
.product-new-title:after{
  margin-left: 38px;
}

.product-new-content{
  padding-top: 50px;
}
.product-new-content .product-item:nth-child(4n+1){
    margin-left: 0;
}

.product-enquiries{
  background-color: #f1f1f1;
}
.product-enquiries .container{
  padding: 85px 0 50px;
  position: relative;
}

.product-enquiries .container:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 7px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJsAAAAHCAMAAAAoG8+GAAAAFVBMVEUwhbcwhbfXDw4whbfXDw4whbfXDw5j+q/UAAAABXRSTlMAf3+AgHihgn0AAAAySURBVHjazc65EQAgAMMw85j9R6bmjiJlNIHwbxGZJ7KJDB/01qS3Jr016a1Jb016a17BgAuSapo8KQAAAABJRU5ErkJggg==) repeat-x;
}

.product-enquiries-icon{
  width: 87px;
  height: 87px;
  border-radius: 50%;
  border: 2px solid #e83b3f;
  text-align: center;
  line-height: 87px;
}
.product-enquiries-icon .icon-message{
  width: 48px;
  height: 48px;
  background: url('/Content/images/css-sprite.png') 0 -208px no-repeat;
}
.product-enquiries-sidebar{
  float: left;
  width: 250px;
}
.product-enquiries-title{
  padding: 5px;
  width: 220px;
}
.product-enquiries-title h3{
  color: #000;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  line-height: 50px;
}
.product-enquiries-title p{
  color: #5a5a5e;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.product-enquiries-title p:last-child{
  font-size: 14px;
  line-height: 16px;
  color: #0a0a0a;
  font-weight: normal;
}
.product-enquiries-form{
  margin-left: 250px;
  text-align: right;
}
.product-enquiries-input {
    line-height: 35px;
    height: 35px;
    width: 100%;
    border-color: transparent;
    padding: 0 10px;
    margin-bottom: 20px;
}

.product-enquiries-textarea{
  line-height: 30px;
  height: 175px;
  width: 100%;
  border-color: transparent;
  padding: 0 10px;
}
.product-enquiries-button{
  width: 111px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: #e83b3f;
  border: none;
  border-radius: 3px;
  margin-top: 12px;
  cursor: pointer;
}

.footer {
  padding: 60px 0 35px;
}
.footer-link-group{
  float: left;
}
.footer-link-item{
  font-size: 18px;
  float: left;
  line-height: 30px;
  width: 300px;
}
.footer-link-title{
  font-weight: bold;
  color: #292929;
}
.footer-link-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-link-list a{
  text-decoration: none;
  color: #e83b3f;
}

.footer-contact{
  width: 350px;
  float: right;
}
.footer-contact-item{
  width: 175px;
  float: left;
  padding-bottom: 20px;
}
.footer-contact-item:first-child{
  width: 350px;
}
.footer-contact-item:first-child + 
.footer-contact-item{
  width: 350px;
}
.footer-contact-title{
  font-size: 16px;
  color: #292929;
  line-height: 40px;
}
.footer-contact-title .icon{
  width: 20px;
  height: 20px;
  background-image: url('/Content/images/css-sprite.png');
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-bottom: 3px;
}
.footer-contact-title .icon-address{
  background-position: -40px -120px;
}
.footer-contact-title .icon-phone{
  background-position: -60px -120px;
}
.footer-contact-title .icon-skype{
  background-position: -80px -120px;
}
.footer-contact-title .icon-email{
  background-position: -100px -120px;
}
.footer-contact-title .icon-whatsapp{
  background-position: -120px -120px;
}
.footer-contact-desc{
  font-size: 14px;
  color: #888;
  line-height: 20px;
  word-break: break-all;
}

.footer-copyright{
  margin-top: 30px;
  padding-top: 30px;
  font-size: 14px;
  color: #888;
  width: 100%;
  text-align: center;
  border-top: 1px solid #d3d2d2;
}
.footer-copyright p{
  line-height: 20px;
  margin: 0;
}
.footer-copyright a{
  color: #888;
  text-decoration: none;
}

.online{
  position: fixed;
  right: 25px;
  bottom: 10%;
}

.online-avatar{
  position: relative;
  width: 60px;
  height: 60px;
  background: url('/Content/images/css-sprite.png') 0 -258px no-repeat;
  border-radius: 50%;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
  cursor: pointer;
}
.online-avatar:after{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #1ab744;
  border-radius: 50%;
  top: -1px;
  right: 3px;
}
.online-avatar-message{
  background-color: #1ab744;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  color: #fff;
  width: 157px;
  height: 40px;
  border-radius: 2px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  box-shadow: 2px 5px 5px 0 rgba(0,0,0,.1);
  opacity: 0;
  right: 80px;
  transition: all .5s;
}
.online-avatar-message:after{
  content: "";
  position: absolute;
  bottom: -8px;
  top: 50%;
  margin-top: -8px;
  right: -6px;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  display: inline-block;
  background-color: #1ab744;
  box-shadow: 2px 5px 5px 0 rgba(0,0,0,.1);
}
.online-label:hover ~ .online-avatar .online-avatar-message{
  opacity: 1;
}

.online-form{
  width: 275px;
  height: 430px;
  border-radius: 3px;
  position: absolute;
  bottom: 90px;
  right: -10px;
  background-color: #fff;
  box-shadow: 0px 5px 5px 3px rgba(0,0,0,.1);
  opacity: 0;
  transition: all .5s;
  visibility: hidden;
}
.online-form:after{
  content: "";
  position: absolute;
  bottom: -8px;
  right: 30px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  display: inline-block;
  background-color: #fff;
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,.1);
}
.online-form-title{
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #243238;
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.online-form-title .icon-close{
  width: 20px;
  height: 20px;
  background: url('/Content/images/css-sprite.png') -140px -120px no-repeat;
  float: right;
  margin: 10px 0;
  cursor: pointer;
}
.online-form-content{
  padding: 23px 26px;
}
.online-form-content > *{
  border: 1px solid #d0d5d8;
  border-radius: 2px;
  background-color: #fbfbfb;
  height: 40px;
  line-height: 40px;
  margin-bottom: 25px;
}
.online-form-button{
  width: 105px;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  color: #777;
  display: inline-block;
  text-decoration: none;
  float: left;
}
.online-form-button:first-child {
    margin-right: 13px;
}
.online-form-button .icon{
  width: 40px;
  height: 40px;
  background-image: url('/Content/images/css-sprite.png');
  background-repeat: no-repeat;
  margin-bottom: 4px;
}
.online-form-button .icon-skype{
  background-position: -280px -168px;
}
.online-form-button .icon-wangwang{
  background-position: -320px -168px;
}
.online-form-input{
  width: 100%;
  padding: 0 20px;
}
.online-form-textarea{
  width: 100%;
  height: 82px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.online-form-submit{
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  background-color: #e83b3f;
  border-radius: 4px;
  width: 100%;
  border: none;
  cursor: pointer;
}
#online-toggle{
  display: none;
}
.online-label{
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#online-toggle:checked + .online-form{
  opacity: 1;
  visibility: visible;
}

.breadcrumb{
  padding: 32px 0;
}
.breadcrumb-link{
  font-size: 14px;
  color: #333;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
}
.breadcrumb-link.home{
  width: 73px;
  background-color: #efefef;
  text-align: center;
}
.breadcrumb-link .icon-home{
    width: 28px;
    height: 28px;
    background: url('/Content/images/css-sprite.png') -196px -140px no-repeat;
}

.about-title{
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 50px 0 25px;
  border-bottom: 1px solid #d3d2d2;
}
.about-title-text{
  font-size: 60px;
  line-height: 60px;
}
.about-title h2{
  font-size: 30px;
  line-height: 80px;
}
.about-title .icon-comma{
    width: 80px;
    height: 80px;
    background: url('/Content/images/css-sprite.png') -525px 0 no-repeat;
}

.about-founder{
  padding: 50px 0 70px;
  border-bottom: 1px solid #d3d2d2;
}
.about-founder-image{
  float: left;
  display: block;
}
.about-founder-title{
  height: 90px;
  line-height: 90px;
  font-weight: bold;
  font-size: 36px;
  color: #333;
}
.about-founder-content{
  height: 264px;
  margin-left: 388px;
  color: #000;
  font-size: 18px;
  font-family: "微软雅黑",sans-serif;
  line-height: 40px;
}
.about-founder-content p{
  margin: 0;
}

.about-choose{
  padding: 40px 0 80px;
  border-bottom: 1px solid #d3d2d2;
}
.about-choose-title,
.about-chooseus-title{
  line-height: 60px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.about-choose-desc{
  line-height: 50px;
  color: #000;
  text-align: center;
  font-family: "微软雅黑",sans-serif;
  font-size: 18px;
}
.about-choose-list{
  list-style: none;
  margin: 50px 0;
  padding: 0;
}
.about-choose-item{
  float: left;
  width: 170px;
  text-align: center;
  margin-right: 30px;
}
.about-choose-item:last-child{
  margin-right: 0;
}
.about-choose-icon{
  width: 153px;
  height: 153px;
  border-radius: 50%;
  border: 2px solid #e83b3f;
  text-align: center;
  color: #e83b3f;
  padding: 30px 0 20px;
  display: inline-block;
}
.about-choose-num{
  font-size: 60px;
  font-family: "arial black";
}
.about-choose-year{
  font-size: 24px;
  line-height: 40px;
}
.about-choose-cat{
  margin-top: 10px;
  font-family: "微软雅黑",sans-serif;
  line-height: 25px;
  font-size: 18px;
}
.about-choose-image{
  width: 100%;
}

.about-chooseus{
  padding: 60px 0 65px;
  border-bottom: 1px solid #d3d2d2;
}

.about-chooseus-list{
  list-style: none;
  margin: 40px 0 60px;
  padding: 0;
}
.about-chooseus-item{
  float: left;
  width: 350px;
  text-align: center;
  margin-right: 60px;
}
.about-chooseus-item:last-child{
  margin-right: 0;
}
.about-chooseus-icon{
  display: inline-block;
  width: 262px;
  height: 262px;
  border-radius: 50%;
  border: 2px solid #e83b3f;
  text-align: center;
  padding:  50px;
}
.about-chooseus-icon .icon{
  width: 160px;
  height: 160px;
  background-image: url('/Content/images/chooseus-sprite.png');
  background-repeat: no-repeat;
}
.about-chooseus-icon .icon-diamond{
  background-position: 0 0;
}
.about-chooseus-icon .icon-tools{
  background-position: -160px 0;
}
.about-chooseus-icon .icon-oem{
  background-position: -320px 0;
}
.about-chooseus-cat{
  margin-top: 25px;
  font-family: "微软雅黑",sans-serif;
  line-height: 30px;
  font-size: 18px;
}
.about-chooseus-product .product-item:nth-child(4n+1){
    margin-left: 0;
}

.about-company{
  padding: 50px 0;
  border-bottom: 1px solid #d3d2d2;
}
.about-company-title{
  line-height: 60px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.about-company-content{
  font-family: "微软雅黑",sans-serif;
  line-height: 30px;
  padding: 25px 0 90px;
  font-size: 18px;
}

.about-team{
  padding: 60px 0 80px;
  border-bottom: 1px solid #d3d2d2;
}
.about-team-title{
  line-height: 60px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.about-team-item{
  margin: 50px 0;
}
.about-team-avatar{
  width: 388px;
  height: 264px;
  float: left;
  display: block;
}
.about-team-content{
  font-family: "微软雅黑",sans-serif;
  font-size: 18px;
  margin-left: 388px;
  height: 264px;
  line-height: 30px;
  word-break: break-all;
}
.about-team-image{
  width: 100%;
  margin: 20px 0;
}
.about-team-subtitle{
  line-height: 70px;
}
.about-team-subtitle strong{
  font-size: 30px;
  margin-right: 15px;
}

.about-slider{
  padding: 60px 0 100px;
  border-bottom: 1px solid #d3d2d2;
}
.about-slider-title{
  line-height: 60px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.about-slider-list,
.about-slider-nav{
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.about-slider-list {
    margin: 40px 0 10px;
}
.about-slider-nav{
    margin-right: -10px;
}
.about-slider-list .about-slider-image{
    width: 100%;
}
.about-slider-list .slick-arrow{
    width: 80px;
    height: 80px;
    color: transparent;
    background-color: transparent;
    border: none;
    background-image: url('/Content/images/css-sprite.png');
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -40px;
    top: 50%;
    padding: 0;
    z-index: 10;
    cursor: pointer;
}
.about-slider-list .slick-prev{
    left: 0;
    background-position: -608px 0px;
}
.about-slider-list .slick-next{
    right: 0;
    background-position: -688px 0px;
}

.about-slider-nav .about-slider-item{
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
}
.about-slider-nav .about-slider-item,
.about-slider-nav .about-slider-image{
  width: 284px;
  height: 143px;
}
.about-slider-nav .slick-current{
  position: relative;
}
.about-slider-nav .slick-current:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #e83b3f;
}

/* products */
.product-content .product-cat,
.product-content .product-main{
    margin-top: 30px;
}
.product-content .product-main {
    margin-left: 270px;
}

.product-search {
    width: 870px;
    height: 360px;
    margin-left: 30px;
    margin-bottom: 30px;
    border-radius: 25px;
    border: 1px solid #e4e4e4;
    padding: 25px 30px;
}
.product-search-title {
    font-family: "微软雅黑", sans-serif;
    color: #333;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 25px;
}
.product-search-advanced {
  width: 500px;
  float: left;
}
.product-search-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-search-item {
  height: 35px;
  padding: 7px 0;
  line-height: 22px;
}
.product-search-label {
  display: inline-block;
  float: left;
  width: 120px;
  line-height: 22px;
  color: #666;
  font-size: 13px;
}
.product-search-input {
  float: left;
  border: 1px solid #acadb2;
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
  font-size: 14px;
}
#adv-prol, #adv-prow, #adv-proh {
    margin-right:6px;
}
.product-search-inlabel{
  color: #7d7d7d;
  height: 22px;
  line-height: 22px;
  float: left;
  padding: 0 3px;
}
.product-search-checkbox {
  float: left;
  margin: 4px 0;
}
.product-search-select {
  border: 1px solid #acadb2;
  float: left;
  height: 22px;
  color: #666;
  font-size: 14px;
}
.product-header-order .icon{
  width: 22px;
  height: 22px;
  background: url(data:Images/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAM1BMVEX//////////9A2P0U2P202k9BuP0Vut7Nut+eNP0WN1f+zt5Cz7f/Tk0Xst23/1ZD/7bMxY7RqAAAAA3RSTlMAE3W79gD/AAAATElEQVR42s3OMRKAIBAEQXU4BRXh/6+19iK81EAn2aqOdvqqWVXzCVzBIrvKA0vlT3Z1H/mCdMBWwAZupLNBXgo5PBFrX3Ff2Z3/1Q3uMwHosetOlAAAAABJRU5ErkJggg==) no-repeat;
  transition: all .5s;
}
.icon-sort-down {
  transform: rotate(180deg);
}
.product-search-item:nth-child(1) .product-search-input {
  width: 155px;
}
.product-search-item:nth-child(2) .product-search-select {
  width: 250px;
}
.product-search-item:nth-child(3) .product-search-input {
  width: 80px;
}
.product-search-item:nth-child(4) .product-search-input {
  width: 70px;
}
.product-search-item:nth-child(5) .product-search-input {
  width: 120px;
  text-align:center;
}
.product-search-item:nth-child(6) .product-search-inlabel {
  cursor: pointer;
}
.product-search-item:last-child {
  text-align: center;
}
.product-search-button {
  width: 111px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  background-color: #e83b3f;
  margin: 0 5px;
  cursor: pointer;
}
.product-search-byno{
  margin-left: 500px;
  padding-left: 100px;
  position: relative;
}
.product-search-byno:before{
  content: "";
  top: 0;
  left: 0;
  height: 195px;
  width: 1px;
  border-left: 1px dashed #cacaca;
  position: absolute;
}
.product-search-bynotitle{
  line-height: 22px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.product-search-textarea{
  width: 205px;
  height: 150px;
  line-height: 25px;
  margin-bottom: 41px;
  border: 1px solid #c5daed;
  padding: 0 5px;
}
.product-search-byno .product-search-button {
  display: block;
  margin: 0 auto;
}

.product-thumb{
  float: left;
  width: 660px;
  height: 660px;
  border: 1px solid #d6d4d4;
  padding: 9px;
  line-height: 660px;
}
.product-thumb-image{
  width: 100%;
  vertical-align: middle;
}
.product-detail{
  margin-left: 700px;
  height: 660px;
}
.product-detail-recommended {
  line-height: 27px;
  font-size: 14px;
  color: #777;
}
.product-detail-title {
  font-size: 30px;
  line-height: 40px;
  height: 120px;
  margin: 26px 0;
  color: #222;
  overflow: hidden;
}

.product-detail-content{
   border-top: 1px dotted #c2cfd6;
}
.product-detail-price {
  font-size: 48px;
  line-height: 110px;
  color:#e83b3f;
}
.product-detail-login {
  font-size: 32px;
  line-height: 110px;
  color:#e83b3f;
  cursor: pointer;
}

.product-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
}
.product-detail-item span{
  color: #666;
}
.product-detail-quantity{
  line-height: 35px;
  padding: 15px 0;
  height: 65px;
}
.product-detail-quantity > *{
  float: left;
}
.product-detail-label{
  color: #666;
  font-size: 14px;
  line-height: 35px;
  padding-right: 10px;
}
.product-detail-input{
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #d6d4d4;
  text-align: center;
  margin-right: 3px;
}
.product-detail-quantity .icon{
  height: 35px;
  width: 35px;
  border: 1px solid #d6d4d4;
  margin-right: 3px;
  position: relative;
  line-height: 35px;
  cursor: pointer;
}
.product-detail-quantity .icon:before,
.product-detail-quantity .icon:after{
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #dedcdc;
  vertical-align: middle;
  top: 50%;
  left: 50%;
}
.product-detail-quantity .icon:before{
  margin-top: -1.5px;
  margin-left: -5.5px;
  width: 11px;
  height: 3px;
  box-shadow: 1px -1px 1px 0 #f5f5f5;
}
.product-detail-quantity .icon-plus:after{
  margin-top: -5.5px;
  margin-left: -1.5px;
  width: 3px;
  height: 11px;
  box-shadow: 0 -1px 1px 0 #f5f5f5;
}

.product-detail-button{
  width: 175px;
  height: 60px;
  border: none;
  line-height: 60px;
  background-color:#e83b3f;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
}
.product-picture{
  width: 100%;
  margin-top: 80px;
  border-top: 1px solid #d3d2d2;
  padding: 60px 0;
  text-align: center;
}
.product-picture-image{
  display: inline-block;
  width: 660px;
  height: 660px;
  border: 1px solid #d6d4d4;
  padding: 9px;
  line-height: 660px;
}
.product-picture-image img{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.product-related {
  width: 100%;
  text-align: center;
}
.product-related-title{
  display: inline-block;
  line-height: 40px;
  font-size: 30px;
  color: #292929;
  margin: 45px auto;
  text-transform: uppercase;
}
.product-related-title:before,
.product-related-title:after{
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #e83b3f;
  vertical-align: middle;
  margin-bottom: 8px;
}
.product-related-title:before{
  margin-right: 38px;
}
.product-related-title:after{
  margin-left: 38px;
}
.product-related-content .product-item:nth-child(4n+1){
    margin-left: 0;
}
/* product detail end */
/* product video start */
.video-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.video-item{
  width: 273px;
  margin-right: 26px;
  float: left;
  margin-bottom: 45px;
}
.video-item:nth-child(4n+4){
  margin-right: 0;
}
.video-item-thumb{
  width: 273px;
  height: 247px;
  border-radius: 25px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.video-item-thumb:before{
  content: "";
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('/Content/images/css-sprite.png') -765px 0 no-repeat;
  border-radius: 50%;
}
.video-item-image{
  width: 100%;
  height: 100%;
}
.video-item-title{
  text-align: center;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}
/* product video end */

/* fair show start */

.fair-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.fair-item{
  padding: 35px 0;
  border-bottom: 1px solid #d3d2d2;
}
.fair-item-thumb{
  width: 480px;
  height: 320px;
  float: left;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.fair-item-thumb a {
    display: none;
}
.fair-item-thumb a.fair-item-link {
    display: inline;
}
.fair-item-link:before {
  content: "Click to show more";
  display: block;
  position: absolute;
  top: 260px;
  left: 0;
  height: 60px;
  width: 100%;
  line-height: 60px;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  font-size: 24px;
  text-align: center;
  transition: all .5s;
}
.fair-item-image{
  width: 100%;
  height: 100%;
}
.fair-item-content{
  margin-left: 525px;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  color: #333;
}
.fair-item-title{
  margin: 20px 0;
  line-height: 40px;
  font-size: 24px;
  height: 80px;
}
.fair-item-title span{
  display: inline-block;
  height: 80px;
  float: left;
}
/* fair show end */

/* news start */

.news-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-item{
  padding: 30px;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  border-radius: 25px;
}

.news-item-content{
  margin-left: 315px;
  position: relative;
  height: 143px;
}
.news-item-thumb{
  width: 284px;
  height: 143px;
  overflow: hidden;
  float: left;
}
.news-item-image{
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
.news-item-title{
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.news-item-link {
  color: #333;
  text-decoration: none;
}
.news-item-date{
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #8a8a8a;
}

.news-item-desc{
  line-height: 25px;
  font-size: 18px;
  color: #8a8a8a;
  margin: 10px 0;
  height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item-more{
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 129px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  border-radius: 3px;
  background-color: #e83b3f;
  right: 0;
  bottom: 0;
}
/* news end */

/* news detail */
.news-title{
  font-size: 48px;
  color: #333;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.news-desc{
  padding: 25px 0;
  line-height: 28px;
}
.news-date{
  float: left;
  font-size: 12px;
  font-weight: normal;
  color: #8a8a8a;
}
.news-detail{
  padding: 60px 0 100px;
  border-top: 1px solid #d3d2d2;
  border-bottom: 1px solid #d3d2d2;
}

.news-detail p{
  margin: 15px 0;
  line-height: 30px;
  font-size: 18px;
  color: #8a8a8a;
}
.news-share {
    float: right;
}
.news-share .news-share-item{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 10px;
    cursor: pointer;
}
.news-share .icon{
    width: 28px;
    height: 28px;
    background-image: url('/Content/images/css-sprite.png');
    background-repeat: no-repeat;
}
.news-share .icon-facebook{
    background-position: 0 -140px;
}
.news-share .icon-linkedin{
    background-position: -28px -140px;
}
.news-share .icon-twitter{
    background-position: -56px -140px;
}
.news-share .icon-gplus{
    background-position: -84px -140px;
}
.news-share .icon-youtube{
    background-position: -112px -140px;
}
.news-share .icon-instagram{
    background-position: -140px -140px;
}
/* news detail end */
/* contact */
.contact-title{
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  margin: 0;
}
.contact-desc{
  color: #333;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-detail{
  padding: 30px 0 60px;
  border-top: 1px solid #d3d2d2;
  border-bottom: 1px solid #d3d2d2;
}
.contact-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-item{
  width: 200px;
  padding-left: 50px;
  float: left;
  height: 100px;
  margin: 10px 0;
  white-space: nowrap;
  line-height: 25px;
}
.contact-item:nth-child(3n+2){
  width: 300px;
}
.contact-item:nth-child(3n+1){
  width: 450px;
  white-space: normal;
}
.contact-item-icon{
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 2px solid #e83b3f;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.contact-item:nth-child(3n+1) .contact-item-icon{
  margin-bottom: 45px;
}
.contact-item-icon .icon{
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  background-image: url('/Content/images/css-sprite.png');
  background-repeat: no-repeat;
}
.contact-item-icon .icon-address{
  background-position: -224px -140px;
}
.contact-item-icon .icon-phone{
  background-position: -252px -140px;
}
.contact-item-icon .icon-skype{
  background-position: -280px -140px;
}
.contact-item-icon .icon-email{
  background-position: -308px -140px;
}
.contact-item-icon .icon-whatsapp{
  background-position: -336px -140px;
}
.contact-item-content{
  margin-left: 70px;
}
.contact-item-title{
  font-size: 16px;
  color: #606064;
}
.contact-item-desc{
  font-size: 14px;
  color: #303030;
  word-break: break-all;
}
.contact-form{
  padding: 50px 45px;
  text-align: right;
}
.contact-input-group{
  margin-bottom: 20px;
}
.contact-input-item{
  float: left;
  width: 340px;
  margin-right: 30px;
}
.contact-input-item:last-child{
  margin-right: 0;
}
.contact-input{
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  line-height: 34px;
  height: 34px;
  padding: 0 10px;
}
.contact-label{
  display: block;
  text-align: left;
  line-height: 45px;
  color: #606064;
  font-size: 16px;
}
.contact-textarea{
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  line-height: 34px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.contact-button{
  width: 111px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  background-color: #e83b3f;
  cursor: pointer;
}
.contact-map{
  height: 600px;
  width: 100%;
}

.cart-content {
}
.cart-content .red{
  color: #e83b3f;
  font-weight:bold;
  font-size: 18px;
}
.cart-table{
    color: #242424;
    font-size: 14px;
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}
.cart-table th,
.cart-table td {
    text-align: left;
    border: 1px solid #e4e4e4;
    padding: 0 10px;
}
.cart-table th{
  background-color: #f5f5f5;
  line-height: 50px;
  color: #333;
  height: 50px;
  font-weight: bold;
}
.cart-table th:nth-child(1),
.cart-table th:nth-child(2){
  width: 12%;
}
.cart-table th:nth-child(3){
}
.cart-table th:nth-child(6) {
    width: 15%;
}
.cart-table th:nth-child(4),
.cart-table th:nth-child(5),
.cart-table th:nth-child(7){
  width: 10%;
}
.cart-table td{
  height: 100px;
  padding: 10px;
}
.cart-table td:last-child {
  text-align: center;
}
.cart-table img{
  height: 100%;
}
.cart-number {
  width: 42px;
  height: 42px;
  text-align: center;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  float: left;
}
.cart-table .icon{
  width: 42px;
  height: 42px;
  margin: 0;
  cursor:pointer;
}
.cart-input-group{
  display: inline-block;
}
.icon-plus,
.icon-minus{
  border: 1px solid #e4e4e4;
  background-color: #fefefe;
  position: relative;
  float: left;
}

.icon-plus:before,
.icon-minus:before{
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 3px;
  background-color: #9c9c9c;
  left: 50%;
  top: 50%;
  margin-left: -4.5px;
  margin-top: -1.5px;
}
.icon-plus:after{
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #9c9c9c;
  left: 50%;
  top: 50%;
  margin-top: -4.5px;
  margin-left: -1.5px;
}
.cart-table .icon-delete {
  width: 28px;
  height: 28px;
  background: url('./Images/css-sprite.png') -360px -140px no-repeat;
}
.cart-total-list{
  color: #242424;
  line-height: 25px;
  margin: 50px 0;
  padding: 0;
  list-style: none;
}
.cart-total-item{
  width: 360px;
  margin-left: 542px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 10px;
  margin-top: 10px;
  float: right;
  line-height: 50px;
}
.cart-total-left{
  display: inline-block;
  float: left;
  font-size: 14px;
}
.cart-total-right{
  display: inline-block;
  font-size: 24px;
  float: right;
}
.cart-total-right.red {
    font-size: 30px;
}
.cart-btn-group{
  width: 100%;
  margin: 15px 0;
}
.cart-button:first-child{
  float: left;
}
.cart-button:last-child{
  float: right;
}
.cart-button{
  padding: 0 30px;
  height: 57px;
  line-height: 57px;
  border-radius: 3px;
  background-color: #e83b3f;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

/* login & register start*/
.layer {
    z-index: 100;
    position: fixed;
    overflow: hidden;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.layer-content {
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.layer-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAApVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwMHBwcQEBArKytcXFxeXl5hYWFiYmJlZWV6enqbm5udnZ2enp6hoaGioqKjo6OkpKSlpaW2trbLy8vMzMzp6en8/Pz+/v7///9K5CBVAAAAHXRSTlMAAwUGEExNV1iAgZGSk5SWrcTFxsfo6err7Pj5+se8V9QAAAD6SURBVHjafZPbVsMgEEWnAWzSpvcG7GVo1FovqZdq5f8/zbBUhmBhP5HZD5xZnIAjE8NFtV5Xi6HIIIQXCh3XBe/avMIOVQ5Eb4L/mPScneIFpn9+hBcZ/9g+Ruhby2VMS5u/wCgFAPP23QVaMRD09XCqEfXxjiYCSrLGnGr9as7kRzBz5/uv1r8ZYx7daA4KfW951nQ5bJA4WHskixtf68bqj9rXqmMDr2Duzk+tag7t/e8UzVtsfzYvus33eeMtJpB8Y1PdksUrYCuMolj6SZIPqniyDr91HEfLlK5iushEHuSTefATDbz9VwMOIZkol3K7lctSMDf8BmMkVHSNyJeUAAAAAElFTkSuQmCC);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
}

#login-content {
    width: 850px;
    padding: 30px;
    left: 50%;
    margin: 80px 0;
    top: 0;
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: -425px;
}

.login-image {
    display: block;
    margin: 20px auto;
}
.login-form{
    width: 400px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.login-item {
    margin: 30px 0;
}
.login-input {
    position: relative;
    border: 1px solid #ddd;
    height: 58px;
    line-height: 58px;
    width: 400px;
    float: left;
    display: inline-block;
}
.login-input:before {
    position: absolute;
    width: 96px;
    height: 100%;
    border-left: 1px solid #ddd;
    top: 0px;
    right: 0px;
    content: "";
}
.login-input:after {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 9px 28px;
    top: 0px;
    right: 0px;
    content: "";
}
.login-item:first-child .login-input:after {
    background: url('./Images/css-sprite.png') -360px -168px no-repeat;
}
.login-item:last-child .login-input:after {
    background: url('./Images/css-sprite.png') -400px -168px no-repeat;
}
.login-input input {
    position: absolute;
    left: 0; 
    top: 0;
    height: 100%;
    width: 301px;
    border: none;
    background-color: #fbfbfb;
    line-height: 58px;
    font-size: 16px;
    padding: 0 10px;
}
.login-btn-group{
    width: 400px;
    margin: 30px auto;
    text-align: center;
}
.login-button {
    height: 44px;
    width: 111px;
    background-color: #e83b3f;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}

/* login end */
#register-content {
    width: 850px;
    padding: 30px;
    left: 50%;
    margin: 80px 0;
    top: 0;
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: -425px;
}
.register-image {
    display: block;
    margin: 50px auto;
}
.register-form {
    list-style: none;
    margin: 0;
    padding: 0;
}
.register-item {
    float: left;
    line-height: 43px;
    height: 43px;
    margin-bottom: 20px;
}
.register-label {
    display: inline-block;
    text-align: right;
    width: 180px;
    font-size: 18px;
    float: left;
    padding-right: 5px;
    color: #292929;
}
.register-input {
    position: relative;
    float: left;
    border: 1px solid #ddd;
    background-color: #fbfbfb;
    height: 43px;
    width: 480px; 
    padding: 0 10px;
    display: inline-block;
    font-size: 16px;
}
.register-btn-group{
    width: 400px;
    margin: 30px auto;
    text-align: center;
}
.register-button {
    height: 44px;
    width: 111px;
    background-color: #e83b3f;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}

.register-footer {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #7b7b7b;
    border-top: 1px solid #d3d3d3;
    width: 100%;
    margin: 30px auto;
}
.register-footer a {
    color: #2b6eb8;
}
.register-required{
  color: red;
  float: left;
  text-align: center;
  vertical-align: top;
  width: 20px;
  display: inline-block;
}

#video-content {
    width: 960px;
    height: 540px;
    left: 50%;
    top: 50%;
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: -480px;
    margin-top: -270px;
}
#video {
    border: none;
    width: 100%;
    height: 100%;
}
.product-header{
  color: #7d7d7d;
  font-size: 14px;
  margin: 10px 0 10px 30px;
  height: 100px;
}
.product-header-title{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ececec;
}
.product-header-select{
  border: 1px solid #acadb2;
  height: 22px;
  color: #666;
}
.product-header-count{
  float: left;
}
.product-header-selcount{
  float: right;
}
.product-header-order{
  float: right;
  height: 40px;
  padding: 5px 0;
  line-height: 30px;
}

.product-header-order .icon {
   cursor: pointer;
}
.product-list .loading-image {
    display: block;
    margin: 10px auto;
}

/* pagination start */
.pagination{
  text-align: right;
  font-size: 14px;
}
.pagination-list{
  display:inline-block;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.pagination-item{
  float: left;
  height: 32px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-left: -1px;
  transition: background .5s;
  width: 32px;
}
.pagination-item-link{
  display: block;
  color: #333;
  background-color: #fff;
  border:1px solid #bfbfbf;
  text-decoration: none;
}


.pagination-item:hover .pagination-item-link,
.pagination-item.active .pagination-item-link{
  background-color: #ccc;
  color: #fff;
}
.pagination-item.prev,
.pagination-item.next{
    margin: 0;
    width: auto;
    padding: 0 10px;
}
.pagination-item.prev .pagination-item-link,
.pagination-item.next .pagination-item-link {
    border: none;
    background-color: #fff;
    color: #333;
}
/* pagination end */
