/* aside区域 */

main .container1 {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

main aside {
    position: relative;
    width: 229.997px;
    height: 100%;
    /* background-color: bisque;
    */
}

main aside>ul {
    margin-bottom: 30px;
}

main aside>ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 229.997px;
    height: 49.997px;
    background: #bcbdd7;
    cursor: pointer;
    margin-bottom: 1.997px;
    font-size: 19.997px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

main aside>ul li:first-child {
    background: #363A8F;
    color: #FFFFFF;
}

main aside>ul>li:nth-child(n+2):hover {
    background: #EFF4F7;
    color: #363A8F;
}

main aside>ul .current {
    background: #EFF4F7;
    color: #363A8F;
}

main aside .most-access .top {
    width: 229.997px;
    height: 49.997px;
    line-height: 49.997px;
    padding-left: 16.003px;
    justify-content: center;
    background: url(../../images/2.png) no-repeat center /contain;
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

main aside .most-access .inner-box {
    /* transform: translateY(-30px);
    */
    width: 100%;
    /* height: 444.998px;
    */
    background-color: #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

main aside .most-access .inner-box ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
}

main aside .most-access .inner-box ul li {
    padding-top: 13.997px;
    padding-bottom: 12.998px;
    padding-right: 5.002px;
    position: relative;
    display: flex;
    align-items: center;
    width: 201.005px;
    /* height:42.998px;
    */
    background: #EFF4F7;
    border-radius: 0px 20px 20px 0px;
    opacity: 1;
    border: 1px solid #DCDCDC;
    margin-bottom: 19.997px;
}

main aside .most-access .inner-box ul li .order {
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 19.997px;
    font-family: Arial-Regular, Arial;
    font-size: 16.003px;
    font-weight: 400;
    color: #000000;
}

main aside .most-access .inner-box ul li .order img {
    width: 21.005px;
    margin-left: -5.002px;
}

main aside .most-access .inner-box ul li .name {
    margin-left: 46.003px;
    font-size: 13.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

main aside .most-access .inner-box .more {
    width: 115.997px;
    height: 42.998px;
    padding: 8px;
    background: #91CDF1;
    border-radius: 19.997px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

main aside .most-access .inner-box .more a {
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

main aside .order-method .top {
    display: flex;
    align-items: center;
    width: 229.997px;
    height: 49.997px;
    padding-left: 16.003px;
    background: url(../../images/3.png) no-repeat center /contain;
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

main aside .order-method .top img {
    width: 25.997px;
    height: 23.002px;
    margin-right: 11.002px;
}

main aside .order-method .innerbox {
    width: 100%;
    /* height: 444.998px;
    */
    background-color: #eaeaea;
    padding-bottom: 27.005px;
}

main aside .order-method .innerbox ul {
    padding-top: 30px;
    margin-left: 19.997px;
    padding-right: 10.003px;
}

main aside .order-method .innerbox ul li {
    display: flex;
}

main aside .order-method .innerbox ul li .left {
    margin-right: 15.005px;
}

main aside .order-method .innerbox ul li .left img {
    width: 19.498px;
}

main aside .order-method .innerbox ul li .right p {
    /* display: flex;
    flex-wrap: wrap;
    width: 141.005px;
    */
    margin-bottom: 7.997px;
    font-size: 13.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    word-wrap: break-word;
    word-break: break-all;
}

main aside .order-method .innerbox ul li .right p:first-child {
    margin-bottom: 12px;
}

main aside .order-method .innerbox ul li .right .xz a {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}


/* mask开始 */

main aside .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 229.997px;
    width: 979.997px;
    background-color: #eff4f7;
    /* background-color: aqua; */
}

main aside .mask>ul {
    padding-top: 30px;
    padding-left: 30px;
}

main aside .mask>ul>li {
    display: flex;
    margin-bottom: 19.997px;
}

main aside .mask>ul>li .left {
    width: 97.997px;
}

main aside .mask>ul>li .left a {
    font-size: 13.997px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #363A8F;
    flex-shrink: 0;
}

main aside .mask>ul>li>span {
    font-size: 13.997px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    margin-left: 15.005px;
    margin-right: 24.998px;
}
main aside .mask>ul>li .right{
    flex: 1;
}

main aside .mask>ul>li .right ul {
    display: flex;
    flex-wrap: wrap;
}

main aside .mask>ul>li .right ul li {
    position: relative;
    margin-right: 19.997px;
    margin-top: 2px;
}

main aside .mask>ul>li .right ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -10.003px;
    width: 0.998px;
    height: 18px;
    background-color: #000000;
}

main aside .mask>ul>li .right ul li a {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}


/* mask结束 */