.user-guide-banner{
    width: 100%;
}
.guide-txt-box{
    background: #fff;
    width: 100%;
    height: 1160px;
}
.guide-txt-box2{
    background: #fff;
    width: 100%;
    height: 500px;
}
.guide-txt-inner,.guide-video-inner{
    width: 1200px;
    margin: 0 auto;
}
.guide-title-wrap{
    padding: 60px 0 40px 0;
}
.guide-title{
    font-size: 24px;
    line-height: 26px;
    height: 26px;
    text-indent: 10px;
    color: #333;
    border-left: #d3021b solid 4px;
}
.guide-txt-card-wrap{
}
.guide-txt-card{
    padding: 30px;
    width: 527px;
    height: 217px;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.79);
    background-repeat:no-repeat;
    background-image:url('/mall-view/img/userGuide-txt-icon.png') ;
    background-position:right bottom;
}
.left{
    float: left;
}
.right{
    float: right;
}
.guide-txt-card-title{
    font-size: 18px;
    color: #333;
    line-height: 20px;
    margin-top: 18px;
}
.guide-txt-card-content{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 24px;
    width: 435px;
    height: 125px;
}
.download-btn{
    font-size:16px;
    line-height:20px;
    height:20px;
    color: #c82828;
}
.guide-video-box{
    background: #F2F2F2;
    width: 100%;
    height: 864px;
}
.video-tab-container {
	position: relative;
	overflow: hidden;
	height: 82px;
}

.video-left-arrow,.video-right-arrow {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	color: #d3021b;
	font-size: 24px !important;
	cursor: pointer;
}

.video-left-arrow {
	left: 25px;
	margin-left: -12px;
}

.video-right-arrow {
	right: 25px;
	margin-right: -12px;
}

.video-tab-wrap{
	position: absolute;
	left: 50px;
	top: 0;
	width: 1100px;
	overflow: auto;
	/* 隐藏滚动条 */
	scrollbar-width: none; /* firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.video-tab-wrap::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.video-tab-inner{  /* 修改视频描述后调整*/
	width: 3300px;
}
.video-tab{
	display: inline-block;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 28px 15px;
    margin-right: 30px;
    cursor: pointer;
    border: 1px solid #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box;
}
.active{
    border: solid 1px #d3021b;
    color: #d3021b;
}
.video-tab:last-child{
    margin-right: 0px;
}
.guide-video-wrap{
    margin-top: 60px;
    height: 474px;
    overflow: hidden;
    display: none;
}
.guide-video-wrap .video-img{
    position: absolute;
    top: 0;
    left: 0;
    background: url('/mall-view/img/video-play-btn.png') no-repeat;
    cursor:pointer;
    background-position: center;
    width: 100%;
    height: 100%;
}
div.guide-video-wrap.cur{
    display: block;
}
.video-content{
    width: 791px;
    height: 100%;
    position: relative;
}
.video-desc{
    width: 309px;
    height: 374px;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.79);
    background-repeat:no-repeat;
    background-image:url('/mall-view/img/userGuide-video-icon.png') ;
    background-position:right bottom;
    padding: 80px 55px 20px 45px;
    background-color:#fff;
}
.video-desc-title{
    font-size: 18px;
    color: #333;
    height: 60px;
    line-height: 30px;
}
.video-desc-content{
    font-size: 14px;
    line-height: 20px;
}
.problem-title{
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    height: 26px;
    text-indent: 10px;
    font-weight: bold;
    /*color: #333;*/
    /*border-left: #d3021b solid 4px;*/
}
.probleamSize{
    font-weight: bold;
}
.probleamlineHeight{
    line-height: 40px
}
.probleamlineMargin{
    margin-left: 30px;
}
.traingClass{
    margin-top: 320px;
    font-size: 24px;
    line-height: 26px;
    height: 26px;
    text-indent: 10px;
    color: #333;
    border-left: #d3021b solid 4px;
}