@font-face{
  font-family: 'bell';
  src: 
  url('../font/bell.eot') format('embedded-opentype'),
  url('../font/bell.woff') format('truetype'),
  url('../font/bell.ttf') format('truetype');
}
html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background:url('../images/testimonials-bg.jpg') #f2f7ff fixed;
  background-size: cover;
  font-family: 'bell';
  
}
ul,li,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
img{
	max-width: 100%;
}
.full-content{
  width: 100%;
  height: 100%;
}
.white-box{
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.head{
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(0,0,0,.6);
}
.head a,
.head a:not([href]):not([tabindex]),
.head a:not([href]):not([tabindex]):focus, 
.head a:not([href]):not([tabindex]):hover{
  color: rgba(255,255,255,1);
  text-decoration: none;
  text-transform:uppercase;
}
/* 顶部状态栏 */
.head .pc-top{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,.6);
  height: 39px;
  line-height: 39px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.head .pc-top i{
  margin-right: 5px
}

/* 导航栏 */
.head .pc-nav{
  display: flex;
  flex-direction: row;
  height: 80px;
  padding: 0 20px;
}
.head .pc-nav .logo{
  float: left;
  width: 70px;
  padding: 20px 0;
}
.head .pc-nav .menu{
  margin: 0 auto;
  width: auto;
}
.head .pc-nav .menu li{
  display: inline-block;
  line-height: 30px;
  margin: 0 5px;
  padding: 24px 8px;
  cursor: pointer;
}
.head li.dropdown{
  z-index: 999;
  position: relative;
}
.head li.dropdown .dropdown-tit::after{
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.head li.dropdown ul{
  display: flex;
  flex-direction: column;
  width: auto;
  position: absolute;
  background-color: #ffffff;
}
.head .dropdown-menu{
  top: 80%;
  background-color: #fff;
}
.head .dropdown:hover .dropdown-menu{
  display: block;
}
.head .dropdown-menu a{
  padding: 0 15px;
  color: #222;
  font-size: 14px;
  white-space:nowrap;
  word-break:keep-all;
}
.head .dropdown-menu a:hover{
  background-color: #f1f1f1;
}
.head .right{
  display: flex;
  flex-direction: row;
}
.head .right li{
  padding: 24px 8px;
}

/* 轮播 */
.pc-carousel{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pc-carousel .carousel-item{
	text-align: center;
	max-height: 1440px;
	overflow: hidden;
}
.pc-carousel .carousel-item img{
	width: 100%;
}

/* 公用 */
.img-responsive{
  width: 100%;
  height: auto;
}
.content-title{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 36px;
  margin: 30px 0 20px;
  font-family: 'bell';
}
.content-title h2{
  font-size: 36px;
}
.content-title ul{
  display: flex;
  flex-direction: row;
}
.content-title ul li{
  margin: 0 10px;
}
.content-title ul li a{
  color: #ccc;
  text-decoration: none;
}
.content-title ul li a:hover,
.content-title ul li a.active{
  color: #000;
}
.learn-more{
  display: inline-block; 
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.learn-more a,
a.more{
  font-size: 12px;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  transition: 500ms;
}
.learn-more a:hover,
a.more:hover{
  background-color: #000;
}
/* properties */
.properties{
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  background-color: #f2f7ff;
}
.properties-index .one{
  position: relative;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.properties-index .one img{
  border-radius: 10px;
}
.properties-index .one .text{
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: -20px 10px 0;
  padding: 10px;
  background-color: rgba(255,255,255,.8);
}
.properties-index .one .text a{
  color: #000;
  line-height: 30px;
  padding-bottom: 15px;
}
.properties-index .one .text p{
  margin: 0;
  padding: 15px 0 0;
  font-size: 12px;
  color: #666;
  border-top: 1px dotted #ddd;
  text-align: center;
}
.properties-index .one .text p span{
  margin: 0 5px;
}
.properties-index .one .text p span b{
  margin-left: 6px;
  color: #222;
}

/* about index */
.about-index{
  background-color: #fff;
}
.about-index .left{
  display: flex;
  flex-direction: column;
  font-family: 'bell';
}
.about-index .left h2{
  font-size: 36px;
  margin: 40px 0;
}
.about-index .left p{
  margin: 5px 0;
  color: #666;
}
.about-index .left a.more{
  float: left;
  margin: 30px 0;
}
.about-index .right{
  position: relative;
}
.about-index .right div{
  position: absolute;
}
.about-index .right .img-brucenhuang{
  z-index: 1;
  top: 15%;
  right: 0;
  width: 260px;
  height: 420px;
}
.about-index .right .img-team{
  z-index: 2;
  bottom: 10%;
  left: 10%;
  width: 60%;
  height: auto;
  overflow: hidden;
}
.about-index .right .border-team{
  z-index: 3;
  bottom: 15%;
  left: 15%;
  width: 60%;
  height: 58%;
  border: 8px solid #000;
}
.about-index .data-box{
  padding: 30px 0;
}
.about-index .data-box .one{
  display: flex;
  flex-direction: row;
}
.about-index .data-box div{
  display: flex;
  flex-direction: column;
  text-align: right;
}
.about-index .data-box div b{
  font-family: 'bell';
  font-size: 56px;
}
.about-index .data-box div span{
  color: #666;
}
.about-index .data-box i{
  font-size: 48px;
  margin: 30px 0 0 20px;
  color: #999;
}

/* testimonials */
.testimonials{
  background-color: rgba(0,0,0,.5);
}
.testimonials .content{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  color: #fff;
}
.testimonials .content h2.title{
  width: 100%;
  text-align: center;
  font-family: 'bell';
  font-size: 36px;
  margin-bottom: 30px;
}
.testimonials .content p{
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}
.testimonials .content .author{
  margin-top: 20px;
}
.testimonials .content div{
  width: 80%;
  margin: 0 auto;
}
.testimonials .content span.l,
.testimonials .content span.r{
  position: absolute;
  font-family: 'bell';
  font-size: 220px;
  width: 0;
  height: 0;
  opacity: .3;
}
.testimonials .content span.l{
  left: 5%;
  top: 10px;
}
.testimonials .content span.r{
  right: 5%;
  top: 60px;
}
.testimonials .content p.learn-more{
  margin-top: 60px;
}
.testimonials .content p.learn-more a{
  background-color: rgba(255,255,255,.8);
  color: #000;
}

/* news */
.news-index{
  width: 100%;
  background-color: #f2f7ff;
}
.news-index .hd{
  width: 100%;
  text-align: center;
  font-family: 'bell';
  margin: 60px 0;
}
.news-index .hd h2{
  font-size: 36px; 
  color: #000;
}
.news-index .hd p{
  margin: 10px 0 0;
  font-size: 14px;
  color: #666;
}
.news-index .bd{
  width: 100%
}
.news-index .bd .one{
  position: relative;
}
.news-index .bd .one div{
  position: relative;
  width: 94%;
  margin: -50px auto 0;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.news-index .bd .one div a{
  font-size: 18px;
  color: #000;
}
.news-index .bd .one div p{
  margin: 15px 0 0;
  font-size: 12px;
  color: #999;
}
.news-index .learn-more{
  margin: 60px 0;
}

/* footer */
.footer{
  background-color: #111;
}
.footer .top{
  padding: 50px 0;
}
.footer .top .logo{
  width: 55px;
  height: auto;
  margin-bottom: 10px;
}
.footer .top .contact-index p{
  font-family: 'bell';
  margin: 10px 0 0;
  color: rgba(255,255,255,.6);
}
.footer .top .link-lists dt{
  font-size: 24px;
  color: rgba(255,255,255,.8);
}
.footer .top .link-lists dd{
  margin: 5px 0 0;
}
.footer .top .link-lists a{
  color: rgba(255,255,255,.6);
}
.footer .top .right h4{
  margin-top: 5px;
  font-size: 24px;
  color: rgba(255,255,255,.8);
}
.footer .top .right form{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #333;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.footer .top .right form input{
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: rgba(255,255,255,.6);
}
.footer .top .right form button{
  background: none;
  border: none;
  color: rgba(255,255,255,.6);
  font-size: 24px;
  outline: none;
}
.footer .top .right div{
  display: flex;
  flex-direction: row;
}
.footer .top .right div a{
  width: 30px; 
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: rgba(255,255,255,.1);
  color: #fff;
}
.footer .top .right div a:hover{
  background-color: rgba(255,255,255,1);
  color: #000;
  transition: 500ms;
}
.footer .bottom{
  border-top: 1px solid rgba(0,0,0,1);
  padding: 30px 0;
  text-align: center;
  color: rgba(255,255,255,.6);
}
.footer .bottom span{
  margin: 0 auto;
  font-size: 12px;
}


/* list */
.list-page{
  width: 100%;
}
.list-head{
  display: flex;
  flex-direction: column;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  text-align: center;
  margin-top: 120px;
  padding: 60px 0;
}
.list-head h2{
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.list-head ol li{
  display: inline-block;
  color: rgba(255,255,255,.8);
}
.list-head ol li a{
  color: #fff;
}
.list-content{
  min-height: 900px;
  padding-bottom: 60px;
  background-color: #f2f7ff;
}
.list-category{
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
}
.list-category li a{
  font-size: 18px;
  color: #999;
  margin: 0 15px;
}
.list-category li.active a{
  color: #000;
}

/* pagination */
.pagination{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 60px;
}

/* properties list */
.properties-list .one{
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.properties-list .one img.img-responsive{
  padding: 5px;
  border-radius: 10px;
}
.properties-list .one .text{
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: -40px 10px 0;
  padding: 10px;
  background-color: rgba(255,255,255,.8);
}
.properties-list .one .text a{
  height: 74px;
  color: #000;
  line-height: 30px;
  padding-bottom: 15px;
}
.properties-list .one .text p{
  margin: 0;
  padding: 15px 0 0;
  font-size: 12px;
  color: #666;
  border-top: 1px dotted #ddd;
  text-align: center;
}
.properties-list .one .text p span{
  margin: 0 5px;
}

/* properties detail */
.properties-detail{
  min-height: 660px;
  background-color: #f2f7ff;
  padding: 30px 0;
}
.properties-detail .properties-head{
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  padding: 10px;
}
.properties-detail .properties-slide img{
  width: 100%;
}
.properties-detail .properties-slide{
  text-align: center;
  margin: 15px 0;
}
.properties-detail .properties-head .des{
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.properties-detail .properties-head .des h1{
  font-size: 24px;
  padding: 0 0 20px;
}
.properties-detail .properties-head .des p{
  color: #999;
}
.properties-detail .properties-head .des .hd,
.properties-detail .properties-head .des .bd{
  border-bottom: 1px solid #eee;
}
.properties-detail .properties-head .des .bd{
  padding: 20px 0;
}
.properties-detail .properties-head .des .bd span{
  margin-right: 20px;
}
.properties-detail .properties-head .des .bd span b{
  color: #000;
}
.properties-detail .properties-head .share{
  padding: 20px 0 0;
}
.properties-detail .properties-head .share a{
  margin: 0 5px;
  color: #000;
}
.properties-detail .properties-content{
  width: 100%;
  margin: 30px 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  padding: 20px;
}
.properties-detail .properties-content h4.tit{
  font-size: 24px;
  margin: 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #eee;
}
.properties-detail .properties-content div.content{
  padding: 20px 0;
}
.properties-detail .properties-footer{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  padding: 20px 5px;
}
.properties-detail .properties-footer .box-one{
  display: flex;
  flex-direction: column;
  color: #999;
}
.properties-detail .properties-footer .box-one a{
  font-size: 36px;
}
.properties-detail .properties-footer .left{
  text-align: left;
}
.properties-detail .properties-footer .right{
  text-align: right;
}

/* singl page */
.singl-page-content{
  display: inline-block;
  width: 100%;
  min-height: 900px;
  background-color: #f2f7ff;
}
.singl-page-content .content{
  width: 60%;
  height: 100%;
  padding: 30px;
  margin: 30px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.singl-page-content .content p{
  margin: 10px 0;
}
.singl-page-content .content input,
.singl-page-content .content select{
  height: 40px;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  outline: none;
  margin: 10px 0;
}
.singl-page-content .content label span{
  font-size: 12px;
  color: #999;
}
.singl-page-content .content .submit-btn{
  border-radius: 5px;
  border: none;
  background-color: #000;
  color: #fff;
  line-height: 40px;
  width: 100%;
  transition: 500ms;
  outline: none;
}
.singl-page-content .content .submit-btn:hover{
  background-color: #666;
}

/* contact us */
/* map */
#map{
  height: 650px;
  width: 100%;
}
.page-contact{
  width: 100%;
  padding: 60px 0;
  background-color: #f2f7ff;
}
.page-contact .content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-height: 680px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.page-contact .content h2{
  font-size: 36px;
  margin: 20px 0 40px;
}
.page-contact .content h4{
  font-size: 24px;
}
.page-contact .content p{
  font-size: 16px;
  color: #666;
}
.page-contact .content form{
  padding: 0 30px;
}
.page-contact .content form label{
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}
.page-contact .content form label span{
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.page-contact .content form label span b{
  margin-left: 5px;
  font-weight: normal;
  color: red;
}
.page-contact .content form label input,
.page-contact .content form label textarea{
  outline: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.page-contact .content form label button{
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  transition: 500ms;
}
.page-contact .content form label button:hover{
  background-color: #666;
}

/* login */
.login-box .login-content{
  position: relative;
  background: rgba(0,0,0,.6);
  padding: 0 30px;
  width: 100%;
  min-height: 1200px;
}
.login-box .login-content .content{
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -240px;
  width: 480px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.login-box .login-content .content .hd{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.login-box .login-content .content .hd li{
  margin: 0 10px 20px;
}
.login-box .login-content .content .hd li a{
  font-size: 24px;
  color: #999;
  text-decoration: none;
  transition: 500ms;
}
.login-box .login-content .content .hd li a.active,
.login-box .login-content .content .hd li a:hover{
  color: #000;
}

.login-box .login-content .content .bd form label{
  display: flex;
  flex-direction: row;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 25px;
}
.login-box .login-content .content .bd form label i{
  position: absolute;
  left: 8px;
  top: 8px;
  color: #ccc;
}
.login-box .login-content .content .bd form label input[type = 'text'],
.login-box .login-content .content .bd form label input[type = 'email'],
.login-box .login-content .content .bd form label input[type = 'password'],
.login-box .login-content .content .bd form label input[type = 'number']{
  width: 100%;
  padding: 5px 10px 5px 35px;
  border: none;
  background: none;
  outline: none;
}
.login-box .login-content .content .bd form label.btn{
  width: 100%;
  border-radius: 5px;
  border: none;
  background-color: #000;
}
.login-box .login-content .content .bd form label.btn button{
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  outline: none;
  transition: 500ms;
}
.login-box .login-content .content .bd form label.btn:hover{
  background-color: #666;
}
.login-box .login-content .content .bd p{
  text-align: center;
}
.login-box .login-content .content .bd form label.checkbox{
  color: #999;
  line-height: 30px;
  border: none;
}
.login-box .login-content .content .bd form label.checkbox a{
  margin-left: 5px;
}
.login-box .login-content .content .bd form label.checkbox input[type = 'checkbox']{
  margin: 8px 10px;
}

/* blog */
.blog-list,
.blog-right{
  margin: 40px 0;
}
.blog-list .one{
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.blog-list .one a{
  text-decoration: none;
}
.blog-list .one img{
  border-radius: 10px 10px 0 0;
}
.blog-list .one .text{
  padding: 15px;
}
.blog-list .one h4{
  margin-top: 10px;
}
.blog-list .one p{
  color: #222;
}
.blog-list .one p span{
  color: #999; 
  margin-right: 10px;
}
.blog-list .one a.more{
  transition: 500ms;
  background-color: #000;
  color: #fff;
}
.blog-list .one a.more:hover{
  background-color: #666;
}

/* blog-right */
.blog-right .category,
.blog-right .newsletter{
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.blog-right .category h3,
.blog-right .newsletter h3{
  font-size: 24px;
  padding: 0 0 15px 0;
  margin: 0; 
}
.blog-right .category ul{
  border-top: 1px solid #eee;
}
.blog-right .category ul li{
  margin: 10px 20px;
  list-style: disc;
}
.blog-right .newsletter{
  margin: 30px 0;
}
.blog-right .newsletter li{
  padding: 15px 0;
  border-top: 1px solid #eee;
}
.blog-right .newsletter li h4{
  margin: 10px;
  font-size: 16px;
}
.blog-right .newsletter li p{
  margin: 10px;
  color: #999;
}

/* blog-detail */
.blog-detail{
  margin: 40px 0;
}
.blog-detail .content{
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.blog-detail .content .hd{
  padding: 30px;
  border-bottom: 1px solid #eee;
}
.blog-detail .content .hd h1{
  margin-bottom: 15px;
  font-size: 24px;
}
.blog-detail .content .hd p{
  margin: 0;
  color: #999;
}
.blog-detail .content .hd p span{
  margin-left: 15px;
}
.blog-detail .content .hd p b{
  font-weight: normal;
}
.blog-detail .content .hd .user-thumb{
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.blog-detail .content .hd .share a{
  display: inline-block;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  transition: 500ms;
}
.blog-detail .content .hd .share a:hover{
  background-color: #000;
  color: #fff;
}
.blog-detail .content .bd{
  padding: 30px;
}
.blog-detail .content .bottom{
  padding: 30px 15px;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #eee;
}
.blog-detail .content .bottom span{
  display: inline-block;
  width: 100%;
  color: #999;
}
.blog-detail .content .bottom .left{
  float: left;
  text-align: left;
}
.blog-detail .content .bottom .right{
  float: right;
  text-align: right;
}

.blog-detail .properties{
  margin: 30px 0;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.blog-detail .properties .hd{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blog-detail .properties .hd h4{
  font-size: 24px;
  margin: 0;
}
.blog-detail .properties .hd ul{
  display: flex;
  flex-direction: row;
}
.blog-detail .properties .hd ul a{
  margin: 0 5px;
  font-size: 14px;
  color: #999;
}
.blog-detail .properties .hd ul a:hover,
.blog-detail .properties .hd ul a.active{
  color: #000;
}
.blog-detail .properties .properties-index .one{
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid #eee;
}

/* team */
.about-team{
  width: 100%;
  margin: 30px 0;
  padding: 30px;
  text-align: right;
}
.about-team h1{
  font-size: 30px;
}
.about-team .left div{
  line-height: 30px;
  color: #666;
}
.about-team img.img-responsive{
  border-radius: 10px;
  width: 100%;
}
.about-team .left{
  padding: 30px;
}
.team-member-list .one{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
.team-member-list .one .thumb{
  position: absolute;
  border-radius: 10px;
  padding: 0;
  height: 85%;
  overflow: hidden;
}
.team-member-list .one .thumb img{
  width: 100%;
  height: auto;
}
.team-member-list .one .about{
  padding: 15px 30px;
}
.team-member-list .one .about div{
  min-height: 130px;
  margin-bottom: 15px;
  color: #666;
}
.team-member-list .one .about p a{
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  transition: 500ms;
}
.team-member-list .one .about p a:hover{
  background-color: #000;
  color: #fff;
}
.team-member-list .left{
  text-align: left;
}
.team-member-list .left .thumb{
  left: 30px;
}
.team-member-list .left .about{
  margin-left: 28%;
}
.team-member-list .right{
  text-align: right;
}
.team-member-list .right .thumb{
  right: 30px;
}
.team-member-list .right .about{
  margin-right: 25%;
}

/* single page */
.single-page{
  width: 100%;
  padding: 30px 0;
  background-color: #f2f7ff;
}
.single-page .content{
  padding: 30px; 
}
.single-page .content h1{
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}

/* shop */
.shop{
  width: 100%;
  padding: 30px 0;
  background-color: #f2f7ff;
}
/* list */
.shop .list .one{
  margin: 30px 0;
}
.shop .list .one .title{
  font-size: 14px;
}
.shop .right{
  padding: 20px;
}
.shop .right h4{
  font-size: 24px;
  padding: 0 0 15px 0;
  margin: 0;
}
.shop .right ul{
  border-top: 1px solid #eee;
}
.shop .right ul li{
  margin: 10px 20px;
  list-style: disc;
}

/* shop detail */
.shop-detail{
  width: 100%;
  padding: 30px 0;
  background-color: #f2f7ff;
}
.shop-detail .header{
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.shop-detail .header .left{
  padding: 20px 10px 20px 35px;
}
.shop-detail .header .left .carousel{
  height: 580px;
  overflow: hidden;
}
.shop-detail .header .left .carousel .carousel-indicators li{
  width: 25%;
  height: 60px;
  text-indent: 0;
  overflow: hidden;
}
.shop-detail .header .left .carousel .carousel-indicators li img{
  width: 100%
}
.shop-detail .header .left .carousel .carousel-inner{
  height: 500px;
  overflow: hidden;
}
.shop-detail .header .right{
  padding: 20px 35px 30px 10px;
}
.shop-detail .header .title{
  font-size: 24px;
}
.shop-detail .header .size-chart table{
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  color: #999;
}
.shop-detail .header .size-chart th,
.shop-detail .header .size-chart td{
  padding: 10px 10px;
  border-right: 1px solid #eee;
}
.shop-detail .header .size-chart tr{
  border-bottom: 1px solid #eee;
}
.shop-detail .header .size-chart td{
  text-align: center;   
}
.shop-detail .header .size-choose{
  margin-top: 30px;
}
.shop-detail .header .size-choose label{
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.shop-detail .header .size-choose label span{
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 5px 15px;
}
.shop-detail .header .size-choose input{
  position: absolute;
  opacity: 0;
}
.shop-detail .header .size-choose input[type="radio"]:checked + span{
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.shop-detail .header .btn{
  width: 100%;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  margin: 30px 0;
}


.shop-detail .body{
  width: 100%;
  padding: 30px;
}
.shop-detail .body h4{
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.shop-detail .body .content img{
  max-width: 100%;
}