@charset "utf-8";

@font-face {
    font-family: 'yw-font';
    src: url('../icon/Alibaba-PuHuiTi-Heavy.ttf')
}

div,
ul,
li,
span,
table,
tbody,
tr,
td {
    margin: 0;
    padding: 0;
}

.ywColorHover,
.ywColorHover * {
    background-color: #da3730 !important;
    color: #fff !important;
}

.ywColorHand,
.ywColorHand * {
    border: 2px solid #ffff00;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.yw-fl {
    float: left;
}

.yw-fr {
    float: right;
}

.yw-barfree-box {
    display: none;
    position: relative;
    z-index: 20210510;
}

.yw-barfree-color {
    width: 100%;
    height: 70px;
    background-color: #da3730;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.yw-barfree-cont {
    width: 1029px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.yw-barfree-read {
    width: 120px;
    height: 100%;
    line-height: 70px;
    float: left;
    font-size: 26px;
    font-family: 'yw-font';
    color: #fff;
}

.yw-barfree-line {
    width: 1px;
    height: 50px;
    margin: 10px 20px 0 20px;
    background-color: #ccc;
    float: left;
}

.yw-barfree-item {
    float: left;
    height: 100%;
}

.yw-barfree-box ul,
.yw-barfree-box ol,
.yw-barfree-box li,
.yw-barfree-box a {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.yw-barfree-item li.yw-barfree-li {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.yw-barfree-item li.yw-barfree-li2 {
    width: 105px;
}

.yw-barfree-li span.yw-barfree-icon:hover {
    background-color: #808080;
}

.yw-barfree-li span {
    display: block;
    width: 100%;
}

.yw-barfree-li span.yw-barfree-icon {
    width: 50px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.yw-barfree-icon i.iconfont {
    font-size: 30px;
    color: #fff;
}

.yw-barfree-li span.yw-barfree-text {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.yw-barfree-li span.yw-barfree-text b {
    font-weight: normal;
}

.yw-line {
    display: none;
    position: relative;
    z-index: 20210512;
}

.yw-line-horizontal {
    width: 100%;
    height: 4px;
}

.yw-line-vertical {
    width: 4px;
    height: 100%;
}

.yw-line-horizontal,
.yw-line-vertical {
    position: fixed;
    background-color: #ff0000;
    left: 0;
    top: 0;
    z-index: 20210511;
}

.yw-subtitle {
    width: 100%;
    height: 0;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20210512;
}

.yw-subtitle-box {
    background-color: #fff;
    border: 4px solid #da3730;
    position: relative;
    margin-right: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.yw-subtitle-flex {
    height: 160px;
    line-height: 152px;
    font-size: 80px;
    text-align: center;
    font-weight: bold;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.yw-subtitle-box table {
    width: 100%;
}

.yw-subtitle-box td {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yw-subtitle-tools {
    width: 50px;
    height: 168px;
    border: 4px solid #da3730;
    background-color: #da3730;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.yw-subtitle-tools i.iconfont {
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 8px;
    cursor: pointer;
}

.yw-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20210508;
}

.yw-help {
    width: 62%;
    height: 80%;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
    display: none;
    position: fixed;
    top: 130px;
    left: 50%;
    margin-left: -31%;
    z-index: 20210511;
    padding: 50px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.yw-help-box {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.yw-help-box .yw-help-close {
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.yw-help-text h1 {
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    font-weight: normal;
}

.yw-help-cont {
    line-height: 30px;
    font-size: 16px;
}

.yw-help-item h2 {
    font-size: 24px;
    font-weight: normal;
}

.yw-help-item p {
    margin-top: 10px;
    text-indent: 2em;
}

.yw-help-cont div.yw-help-item {
    margin-top: 30px;
}

.yw-voice-audio {
    display: none;
}