.web {
    width: 1200px;
    margin: 60px auto;
}

.web>.webContent>form>div>textarea {
    vertical-align: top;
}

.tableinput {
    top: 0;
    position: absolute;
    left: 100px;
}

.offerAdvice {
    width: 1200px;
}

.offerAdvice ul li {
    float: left;
    width: 150px;
    height: 150px;
}

.offerAdvice ul li a {
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
}

.offerAdvice ul li a:hover span {
    color: #eca945;
}

.offerAdvice ul li a span {
    color: #014886;
    display: inline-block;
    width: 100%;
}
/*以上是PC版样式*/
/*以下是手机版样式*/
@media screen and (max-width: 768px) {

    .web{width:96vw !important;margin:0px 2vw !important;padding:0px !important;}
    .position{font-size:16px;}

}