/*price*/

.wrap1 {
    background: url(../imgs/price1.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
    min-height: 860px;
}

.price {
    width: 860px;
    margin: 0 auto;
    padding: 130px 0 50px;
}

.price .title {
    position: relative;
}

.price .title>img {
    width: 140px;
    height: 44px;
}

.price .title h3 {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    border-left: 3px solid #fff;
}

.price .msg {
    margin-top: 20px;
}

.price table.tab {
    margin-top: 20px;
    width: 100%;
}

.price table.tab th {
    padding: 10px;
    background: #666;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    border: 2px solid #666;
}

.price table.tab th>b {
    font-size: 17px;
}

.price table.tab th>span {
    font-size: 13px;
}

.price table.tab tr {
    background: #f8fafc;
}

.price table.tab tr:nth-child(even) {
    background: #ebeced;
}

.price table.tab .tr1 {
    background: #ebeced;
}

.price table.tab #tr2 {
    background: #f8fafc;
}

.price table.tab tr td {
    border: 2px solid #fff;
    padding: 20px;
    color: #555;
    font-size: 15px;
}

@media screen and (max-width:768px) {
    .wrap1 {
        background: url(../imgs/experience1-m.jpg) no-repeat center;
        background-size: cover;
    }
    .mask {
        padding: 30px 0;
        height: auto;
    }
    .safewidth {
        padding: 0 10px;
    }
    .price {
        width: 100%;
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom: 10px;
    }
    .price .msg {
        margin-top: 15px;
        color: #555;
    }
    .price table.tab {
        margin-top: 15px;
    }
    .price table.tab th {
        color: #fff;
        font-size: 14px;
        border: 1px solid #666;
    }
    .price table.tab tr td {
        border: 1px solid #fff;
        padding: 15px 10px;
        font-size: 13px;
    }
}