.help-tool-item h3{font-weight: bold; font-size: 18px; border-bottom: 1px solid #ccc; background: #f3f3f3; padding: 10px 20px;}
.help-tool-item{border: 1px solid #ccc; box-shadow: 0px 3px 16px 1px rgba(7, 19, 54, .16); margin-bottom: 10px;}
.help-tool-list{padding: 20px; display: flex;}
.help-tool-list i{color: #741010; margin-right: 5px;}
.help-tool-list .help-contact-img{text-align: center; margin-right: 40px; border-right: 1px solid #ccc; padding-right: 20px;}
.help-tool-list .help-contact-img img{width: 100%; max-width: 180px;}
.help-contact li{line-height: 36px;}
.help-contact a{color: #741010;}
.help-tool-v1{margin-top: 60px; margin-bottom: 40px;}

.help-menu{display: flex; padding: 20px; align-items: center; justify-content: space-between; height: 100%;}
.help-menu li{width: 23.5%; text-align: center; padding: 20px; box-shadow:0 1px 4px 0 rgba(0, 0, 0, .1);}
.help-menu li img{width: 100%;}

.help-doc-v1{padding-bottom: 60px;}
.help-doc-item{background: #fff; box-shadow: 0px 3px 16px 1px rgba(7, 19, 54, .16); margin-bottom: 10px; border-radius: 10px;}
.help-doc-head h3{font-weight: bold; font-size: 18px; }
.help-doc-head{padding: 10px 0 10px 20px; background: #f3f3f3;}
.help-doc-head p{color: #999;}
.help-doc-list{border-bottom: 1px solid #ccc; padding: 0px 20px 10px 20px;}
.help-doc-list li{ display: flex; justify-content: space-between; margin-top: 10px; position: relative; padding-left: 10px;}
.help-doc-list li:before{content: ""; position: absolute; top: 50%; left: 0; transform: translate(0%, -50%); width: 4px; height: 4px; border-radius: 50%; background: #741010; transform: rotate();}
.help-doc-list li span{color: #999;}
.help-doc-more{display: flex; align-items: center; justify-content: flex-start; padding: 10px 0 10px 20px; }
.help-doc-more a{color: #741010;}
.help-doc-more a i{margin-left: 5px;}

.help-video-v1{display: flex; justify-content: space-between; padding-bottom: 40px;}
.help-video-v1 .video-item{border-radius:8px;padding:10px;background-color:#fff;box-shadow:0px 3px 16px 1px rgba(7,19,54,.16)}
.help-video-v1 .video-item .text{padding:20px}
.help-video-v1 .video-item p{margin-top:10px}
.help-video-v1 .video-item .video-box{position:relative; max-height: 280px; overflow: hidden;}
.help-video-v1 .video-item .video-box img{max-width: 100%;}
.help-video-v1 .video-item .video-icon{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:8px;background-color:rgba(0,0,0,.2)}
.help-video-v1 .video-item .video-button{position:absolute;top:calc(50% - 25px);right:calc(50% - 25px);margin-left:10px;width:50px;height:50px;line-height:50px;text-align:center;background-color:#741010;box-shadow:0 2px 8px rgba(0,0,0,.15);border-radius:50%;cursor:pointer;transition:all .3s ease-in-out}
.help-video-v1 .video-item .video-button i{font-size:30px;margin-left:5px;font-weight:bold;color:#fff; margin-top: 10px;}
.help-video-v1 .video-item .video-button:hover{background-color:rgba(255,29,29,.3)}
.help-video-v1 .video-item .video-button:hover i{color:#ff1d1d}
.help-video-v1 .video-item .video-button::after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;content:"";width:50px;height:50px;background:rgba(0,0,0,0);z-index:1;animation:video-border 1s linear infinite}

.help-video-v1 .video-text{width: 24%;}
.help-video-v1 .video-text .text:not(:last-child){margin-bottom:35px}
.help-video-v1 .video-text .text:not(:last-child){margin-bottom:25px}
.help-video-v1 .video-text .text p{margin-top: 15px;}
.help-video-v1 .video-text .text i{margin-right:10px;width:4px;height:22px;margin-top:2px;line-height:1;background:#ff4848;border-radius:2px 2px 2px 2px}