.difficultyBox {
    text-align: center;
    background-color: #f5f7f8;
    padding: 30px 0;
}
.difficultyTitleBox{
    margin-bottom: 24px;
    font-size: 28px;
    color: #0f0f0f;
    font-family: "微软雅黑 Light";
}
.difficultyItemBox{
    display:flex;
    align-items:center;
    justify-content:center;
}
.difficultyItem{
    padding: 50px;
    font-weight: bold;
    font-size: 18px;
    border-right: #e7e7e7 1px solid;
    width: 100%;
}

.indexBox2{
    text-align: center;
    padding: 30px 0;
}
.indexBox3{
    text-align: center;
    padding: 30px 0;
    background: url("../imgs/banner2.jpg");
}
.indexBox2Title{
    font-size: 42px;
    color: #0f0f0f;
    font-family: "微软雅黑 Light";
}

.indexBox3Title{
    font-size: 42px;
    font-family: "微软雅黑 Light";
    color: #e7e7e7;
}

.indexBox2Item {
    text-align: center;
    margin: 50px 25%;
    font-size: 16px;
    line-height: 1.75;
    color: #606060;
}

.indexPlaceOrderA {
    background: #3B9FF2;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
}

#indexTableBox th{
    text-align: center;
}
#indexTableBox td{
    color: #ffffff;
    text-align: center;
    background-color: #5d5d5d;
}
.indexBox3Comment{
    color: #cccccc;
    padding-top: 10px;
}
#indexChoosePayBox .loginBoxLine{
    margin-top: 10px;
}