/* 头部的底部样式 start*/
.headerBtm {
    height: 160px;
    background: url(../../../public/images/common/headerBottom_bg01.png) no-repeat top center;
    background-size: 100% 100%;
	overflow: hidden;
}

.headerBtm .titPic {
    margin-top: 38px;
    margin-left: -72px;
    width: 370px;
    height: 84px;
    background: url(../../../public/images/common/headerBg_wh01.png) no-repeat center center;
    background-size: 100% 100%;
}

.headerBtm .titPic img {
    margin-top: 24px;
    display: block;
    margin-right: 46px;
}

.headerBtm .titCont {
    margin-left: 15px;
    font-size: 20px;
    color: #d9f0ff;
    line-height: 160px;
}

/* 头部的底部样式 end*/

/* tab样式 start */
i {
    font-style: inherit;
}

.mryt_Search {
    line-height: 60px;
    height: 66px;
    margin-top: 15px;
}

.mryt_Search .mryt_TitleTab {
    /* width: 106px; */
    height: 60px;
    font-weight: bold;
    font-style: italic;
    padding-left: 5px;
    font-size: 20px;
    color: #808080;
    background: transparent;
}

.mryt_TitleTab.on:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 64px;
    width: 100%;
    height: 2px;
    background: #1578f1;
}

.mryt_Search .mryt_TitleTab.on {
    font-size: 24px;
    color: #333;
}

.mryt_Search .mryt_TitleTab.on i {
    font-style: italic;
    color: #1578f1;
}

/* tab样式 end */

.umConBox {
    background: url(../images/index_userManualBg.png) no-repeat center center;
    background-size: 100% 100%;
}

.umContent {
    height: 626px;
}

.enterUserBox {
    width: 550px;
    height: 150px;
    background: url(../images/index_um_enterBg01.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 33px;
    box-shadow: 1px 2px 5px 1px #ebf5fd;
}

.personUserBox {
    width: 550px;
    height: 150px;
    background: url(../images/index_um_personBg.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 1px 2px 5px 1px #fff6ec;
}

.enterUserBoxText {
    font-style: italic;
    font-size: 36px;
    font-weight: bold;
    color: #1578f1;
    margin-top: 28px;
    margin-left: 25px;
}

.enterUserBoxText em {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin-left: 3px;
}

.enterUserBoxBtn {
    width: 305px;
    height: 35px;
    line-height: 35px;
    background: url(../images/index_um_enterTextBg.png) no-repeat center center;
    color: #6d8ead;
    font-size: 16px;
    margin: auto;
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 110px;
}

.enterUserBoxBtn:hover {
    background: url(../images/index_um_enterTextBgOn01.png) no-repeat center center;
    color: white;
}

.personUserBoxText {
    font-style: italic;
    font-size: 36px;
    font-weight: bold;
    color: #f39325;
    margin-top: 28px;
    margin-left: 25px;
}

.personUserBoxText em {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin-left: 3px;
}

.personUserBoxBtn{
    width: 305px;
    height: 35px;
    line-height: 35px;
    background: url(../images/index_um_personUserBoxBtnBg.png) no-repeat center center;
    color: #cb9c65;
    font-size: 16px;
    margin: auto;
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 110px;
}

.personUserBoxBtn:hover {
    background: url(../images/index_um_enterTextBgOn1.png) no-repeat center center;
    color: white;
}

.enterVideoBox,.personVideoBox{
    width: 560px;
    height: 166px;
    box-sizing: border-box;
    border: 1px solid #d0deff;
    background: url(../images/index_um_enterVideoBoxBG.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 33px;
    box-shadow: 1px 2px 5px 1px #ebf1f9;
    border-radius: 3px;
}

.enterVideoBoxText{
    color: #4c4c4c;
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 45px;
}

.enterVideoBoxBtn{
    width: 305px;
    height: 35px;
    line-height: 35px;
    background: url(../images/index_um_personVideoBoxBtnBg.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #6d8ead;
    margin-top: 30px;
    margin-left: 53px;
    box-sizing: border-box;
    padding-left: 110px;
}

.enterVideoBoxBtn:hover{
    background: url(../images/index_um_personVideoBoxBtnBgOn01.png) no-repeat center center;
    color: white;
}