@charset "UTF-8";
/**
 * model
 * @authors H.yingzi (h.yingzi@gmail.com)
 * @date    2015-07-07 22:28:52
 * @version $Id$
 */
.model-nav-affix{
	position: absolute;
	width: 100%;
	z-index: 100;
	border:none;
	color: #666;
	background: #fff;
	background: rgba(255,255,255,0.97);
	border-bottom: 1px solid #d6d6d6;
	-webkit-transition: background .6s linear;
	transition: background .6s linear;
}
.model-title{
	margin: 0;
	float: left;
	color: #666;
	padding: 4px 0;
	margin-top: 6px;
	-webkit-transition:color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition:color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.model-nav .navbar-nav{
	float: right;
}
.model-nav .navbar-nav>li>a.btn:hover{
	background: #034f6d;
}
.model-nav .navbar-nav>li>a.btn{
	padding: 5px 20px;
	margin: 15px 0 15px 10px;
}
.model-nav .navbar-nav>li{
	float: left;
}
.model-nav .navbar-nav>li>a{
	color: #191919;
	-webkit-transition:color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition:color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding-left: 10px;
	padding-right: 10px;
}
.model-nav .navbar-nav>li>a.active{
	font-weight: 700;
}
.bg-gray{
	background: #f3f3f3;
}
.bg-white{
	background: #fff;
}
.model-show{
	margin-top: 90px;
	margin-bottom: 120px;
}
.model-show p{
	line-height: 1.6;
	font-family: 'Microsoft YaHei', 'SimHei', 'Source Han Sans';
}
.model-show h3.model-show-title{
	margin-bottom: 22px;
}
.model-show-more{
	margin-top: 10px;
}
.model-show-note{
	/*width: 66.666667%;*/
	text-align: left;
}
.model-show-full{
	margin-bottom: 0;
}
.model-show-full .model-show-text{
	text-align: center;
	margin-bottom: 30px;
}
.model-show-full .model-show-p{
	text-align: left;
}
.model-more{
	margin-top: 90px;
	margin-bottom: 20px;
}
.model-more strong{
	font-size: 28px;
	font-weight: 500;
}
.model-table-price .col-md-1,.model-table-price .col-md-2,.model-table-price .col-md-3,.model-table-price .col-md-4,.model-table-price .col-md-5,.model-table-price .col-md-6,.model-table-price .col-md-7,.model-table-price .col-md-8,.model-table-price .col-md-9,.model-table-price .col-md-10,.model-table-price .col-md-11,.model-table-price .col-md-12{
	padding:0;
}
.model-table-price table{
	text-align: center;
}
.model-table-price th{
	border: none;
	text-align: center;
}
.model-table-price td{
	border-top:1px solid #ddd;
}
.model-table-price .table-hover>tbody>tr:hover{
	background: none;
}
.model-table-price .table-hover>tbody td:hover{
	background: #f5f5f5;
}
.model-other{
	margin-top: 100px;
	text-align: center;
}
.model-other div{
	margin-bottom: 30px;
}
.model-other strong{
	display: block;
	font-weight: 700;
}
.model-other p{
	width:100%;
	margin: auto;
}
.model-other .more{
	margin-top: 10px;
	display: block;
}
.model-other-icon{
	height: 40px;
	width: 51px;
	line-height: 2.6;
	text-align: center;
	margin: auto;
	color: #888;
}
.model-other-icon .lexus-icon{
	margin-left: 0;
	font-size: 3.5em;
}
.model-other-icon .icon-map2{
	font-size: 1.4em;
}

.model-video{
	margin-top: 140px;
}

.model-nav-affix.affix{
	position: fixed !important;
	top: 0 !important;
}
.model-nav .navbar-nav>li.active a{
	color: #000;
	font-weight: 700;
}
.model-nav-affix.affix .model-title,.model-nav-affix.affix .navbar-nav>li>a{
	color: #444;
	-webkit-transition:color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition:color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.model-nav-affix.affix .navbar-nav>li>a.btn{
	color: #fff;
	-webkit-transition:color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition:color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.model-control-color{
	margin-top: 30px;
}
.model-360{
	position: relative;
	margin-top: 60px;
}
.model-control-title{
	text-align: right;
}
.model-360-control .color-name{
	margin-top: 10px;
}
.model-control-hub{
	margin-top: 20px;
}
.model-control-color{
	margin-top: 30px;
}
.model-control-title{
	text-align: right;
}
.model-360-control .color-name{
	margin-top: 10px;
}
.model-control-hub{
	margin-top: 20px;
}
/* .model-360-content{
	min-height: 450px;
} */
.model-360-control .color-item{
	cursor: pointer;
	margin-right: 5px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 5px;
	border-color: transparent;
	position: relative;
	max-width: 50px;
}

.model-360 .color-item .selected{
	position: absolute;
	right: 4px;
	bottom: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all .4s ease;
	        transition: all .4s ease;
}
.model-360 .color-item.active .selected{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all .4s ease;
	        transition: all .4s ease;
}
.model-360 .selected .lexus-icon{
	color: #a1d2cf;
	font-weight: 700;
}

.model-360-control .color-item:hover,
.model-360-control .color-item.active{
	border-color:#a1d2cf;
}
.model360{
	margin: auto;
	position: relative;
}
.model-360-loadimg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}
.model-360-loadimg img{
	margin: auto;
	display: block;
}
.model-color-wrap img{
	position: absolute;
	top: 0;
	left: 0;
}
.spritespin-instance{
	margin: auto;
}
.model-control-note{
	margin-top: 10px;
}
.spritespin-instance.dragEnd{
	cursor: url(http://www.lexus.com.cn/sites/all/themes/lexus/images/carOver.cur),pointer;
}
.spritespin-instance.draging,.spritespin-instance.dragStart{
	cursor: url(http://www.lexus.com.cn/sites/all/themes/lexus/images/carMove.cur),move;
}
.model-color img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.model-imgMaxHeight{
	margin-top: 120px;
}
.model-imgMaxHeight .model-show-title{
	margin-bottom: 22px;
}
.model-imgMaxHeight .model-show-text{
	margin-top: 90px;
}
.models-star{
	position: fixed;
    width: 50px;
    height: 40px;
    background: #fff;
    right: 0;
    top: 300px;
    text-align: center;
	z-index: 100;
	cursor: pointer;
	transform: translate3d(0,0,0);
	transition: transform .6s ease;
}
.models-star.slideout{
	transform: translate3d(50px,0,0);
	transition: transform .6s ease;
}
.models-star .lexus-icon{
	margin: 0;
	top: 10px;
	vertical-align: top;
	font-size: 18px;
	color: #000;
}
.mask-360{
	background: rgba(255,255,255,.9);
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.mask-tips{
	position: absolute;
	top: 52%;
	width: 55px;
	height: 20px;
}
.mask-tips-left{
	left: 24%;
	background: url(mask-tips-left.png) no-repeat;
	background-size: 100%;
}
.mask-tips-right{
	right: 24%;
	background: url(mask-tips-right.png) no-repeat;
	background-size: 100%;
}
.mask-360-text{
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	color: #666;
}
.mask-360-text br{
	visibility: hidden;
}

@media (max-width: 992px){
	.mask-tips-right{
		right: 12%;
	}
	.mask-360-text br{
		visibility: visible;
	}
	.mask-tips-left{
		left: 16%;
	}
	.mask-tips-right,.mask-tips-left{
		background-size: 70%;
	}
	.mask-360-text{
		top: -4%;
		font-size: 12px;
	}
	.mask-tips{
		top: 25%;
	}
	.model-imgMaxHeight{
		margin-top: 0;
	}
	.model-imgMaxHeight .model-show-text{
		padding: 0 10px;
		margin-top: 60px;
	}
	.model-imgMaxHeight .model-show-title{
		text-align: center;
	}
}
