*{
	box-sizing: border-box;
}
html {
	font-size: 20px;
	touch-action: none;
}

.gray-model-list{
	width: 2rem;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
	list-style: none;
}

.gray-model-list li{
	position: relative;
	cursor: pointer;
}

.gray-model-list li img{
	width: 100%;
}

.gray-model-list dl{
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background-color: #999999;
	color: #FFFFFF;
}

.gray-model-list dt{
    position: relative;
    bottom: 0.15rem;
}

.gray-model-list dt i{
	font-size: 1rem;

}

.gray-model-list dd{
	margin: 0;
    font-size: 0.4rem;
    position: relative;
    bottom: 0.35rem;
}

.gray-model-list li:first-child dd{
	bottom: 0.2rem;
}

.line-content{
	display: none;
	position: absolute;
	left: 2.2rem;
	top: 0;
	width: 180px;
	height: 2rem;
	border-radius: 1rem;
	background-color: rgba(0,0,0,0.2);
}

.line-btn.active .line-content{
	display: flex;
}

.line-btn.active .line-content span{
	color: white;
    font-weight: bold;
    position: absolute;
}

    .line-btn.active .line-content span.minus
    {
        left: 0.2rem;
        top: 0.36rem;
    }

    .line-btn.active .line-content span.plus
    {
        right: 0.05rem;
        top: 0.4rem;
    }

 .lineDiv {
    height: 0.1rem;
    background: #FFFFFF;
    width: 148px;
    margin-top: 1rem;
    margin-left: 15px;
    position: absolute;
}

.lineDiv .minDiv {
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 0.4rem;
    height: 1.2rem;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 10px;
}

.lineDiv .minDiv .vals {
    position: absolute;
    font-size: 20px;
    top: -45px;
    left: -2.5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #333;
    color: #FFFFFF;
    display: none;
}

.lineDiv .minDiv .vals:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid blue;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: block;
    margin-left: 11px;
}

.line-content .color-content{
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    margin-top: 0.3rem;
    margin-left: 1.2rem;
}


.line-start{
	width: 11rem;
}

.line-model-start{
	width: 9.5rem;
}

.line-model-start .color-content{
	width: 1.8rem;
    height: 1.8rem;
    margin-left: 0.5rem;
    margin-top: 0.1rem;
}

.line-start .color-content {
    background-color: #fff;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1rem;
    margin-top: 0.3rem;
    margin-left: 0.7rem;
    font-size: 0.5rem;
    line-height: 1.5rem;
}

.line-btn-zh-active,.line-btn.active .line-btn-zh,.line-btn .btn-stop,.line-btn .line-btn-wk-block,.line-btn.active .line-btn-wk-none,#btn-video-content .btn-video-none,#btn-video-content.active .btn-video{
	display: none;
}

.line-btn.active .line-btn-zh-active,.line-btn.active .line-btn-wk-block,#btn-video-content.active .btn-video-none{
	display: inline-block;
}

.line-btn.active .btn-stop{
    position: absolute;
    top: 0;
    left: -3rem;
    display: flex;
}

.Load-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
    background: none;
    background-color: #eee;
}
.Load-tex {
	width: 100%;
	height: 100%;
	font-size: 0.5rem;
	color: #666;
	display: table;
}
.Load-logo{
	text-align: center;
	font-size: 0.8rem;
	vertical-align: middle;
	display: table-cell;
}
.Load-logo h2 {
	width: 50%;
	margin: 0.5rem auto;
	height: 0.5rem;
	position: relative;
	background-color: rgba(51, 51, 51, 0.2);
	border-radius: 0.5rem;
}

.Load-logo h2 em {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    text-align: center;
    color: #666;
    font-size: 1rem;
}

.Load-logo h2 span{
	height: 0.5rem;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #666;
	z-index: 1;
	border-radius: 0.5rem;
}

.Load-Sketch {
    text-align: center;
    margin: 0.3rem 0;
}

.load-orange{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.load-orange h2{
	margin: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(51, 51, 51, 0.2);
}

.load-orange span{
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background-color: orange;
}



@media (min-width: 800px)
{
    
    .gray-model-list
    {
        width:2.5rem;
    }
	    .line-content {
	    left: 2.8rem;
	    top: 0.25rem;
	}
}