


.more-movies .iconfont {
    display: inline-block;
    font-size: 24px;
    padding-right: 4px;
    padding-top: 4px;
    vertical-align: middle;
}

.main-scroll .ph {
    height: 100px;
}

.brTitle {
    display: flex;
    overflow: hidden;
    padding: 3px 0;
}

.brTitle .tit {
    color: #606060;
    font-size: 15px;
    padding: 0 15px;
    text-align: center;
    width: max-content;
}

.brTitle .tit view:first-child {
    padding-bottom: 8px;
}

.brTitle .tit view:last-child {
    color: #bbb;
    font-size: 10px;
    letter-spacing: 8px;
    padding-left: 8px;
}

.brTitle .tit text {
    color: #ff7300;
}

.brTitle .left,.brTitle .right {
    flex: auto;
    height: 19px;
    position: relative;
}

.brTitle .left::after,.brTitle .right::after {
    background: #FF5722;
    border-radius: 100%;
    content: "";
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

.brTitle .right::after {
    left: 0;
}

.brTitle .left::after {
    right: 0;
}

.brTitle .left::before,.brTitle .right::before {
    background: #eee;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.brTitle .right::before {
    left: 10px;
}

.brTitle .left::before {
    right: 9px;
}

.brTitle .tit {
    font-size: 17px;
}

.mainTitle {
    background: #f7f7f7;
    border-radius: 20px;
    direction: rtl;
    height: 60px;
    margin: 30px 25px;
    padding: 20px 30px;
    position: relative;
}

.mainTitle text.icon {
    color: #e99f00;
    float: right;
    font-size: 45px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: max-content;
}

.mainTitle text.iconfont {
    margin-left: 20px;
}

.mainTitle text.text {
    color: #ff7300;
    font-size: 34px;
    line-height: 55px;
}

.mainTitle text.iconfont {
    background: #fff;
    border: 5px solid #eee;
    border-radius: 100px;
    color: #505050;
    float: left;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin: 7px 0;
    padding: 0 18px;
}

.izdesh {
    overflow: hidden;
    height: 80px;
    background-color: #eff2fb;
    border-radius: 10px;
    margin: 30px 30px 0;
}

.izdesh .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    float: right;
    text-align: center;
}

.izdesh .icon image {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
}

.izdesh input {
    height: 80px;
    line-height: 80px;
    width: 86%;
    color: #333;
    float: right;
    direction: rtl;
    text-align: right;
}
